@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Outfit:wght@600;800&display=swap";:root{--primary:#940000;--primary-hover:#b80000;--bg-color:#0a0a0f;--card-bg:#141419b3;--card-border:#ffffff0d;--text-main:#f0f0f5;--text-muted:#9a9aab;--glass-blur:blur(16px)}body{background-color:var(--bg-color);color:var(--text-main);-webkit-font-smoothing:antialiased;background-image:radial-gradient(circle at 15% 10%,#94000033 0%,#0000 40%),radial-gradient(circle at 85% 90%,#50007826 0%,#0000 40%);background-attachment:fixed;min-height:100vh;margin:0;font-family:Inter,system-ui,-apple-system,sans-serif}*{box-sizing:border-box}h1,h2,h3,h4,h5,h6{margin:0;font-family:Outfit,sans-serif}.app-container{max-width:1200px;margin:0 auto;padding:4rem 2rem;animation:.8s ease-out fadeIn}.app-header{text-align:center;margin-bottom:5rem}.app-title{letter-spacing:-2px;background:linear-gradient(135deg,#ff4d4d,#940000,#ff4d4d) 0 0/200%;-webkit-text-fill-color:transparent;text-transform:uppercase;-webkit-background-clip:text;margin-bottom:1rem;font-size:4.5rem;font-weight:800;animation:5s linear infinite shine}.app-subtitle{color:var(--text-muted);max-width:600px;margin:0 auto;font-size:1.25rem;line-height:1.6}.characters-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2.5rem;display:grid}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes shine{to{background-position:200%}}@media (width<=768px){.app-title{font-size:3rem}.characters-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem}}.character-card{background:var(--card-bg);border:1px solid var(--card-border);-webkit-backdrop-filter:var(--glass-blur);cursor:pointer;border-radius:16px;flex-direction:column;height:420px;transition:transform .3s,box-shadow .3s,border-color .3s;display:flex;position:relative;overflow:hidden}.character-card.active-vote{border-color:#f33;box-shadow:0 0 25px #f336}.character-card:hover{border-color:#94000066;transform:translateY(-8px);box-shadow:0 12px 30px #0006,0 0 20px #94000033}.card-image-container{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.card-image{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.25,.46,.45,.94)}.character-card:hover .card-image{transform:scale(1.08)}.card-overlay{z-index:2;background:linear-gradient(#0000 0%,#0a0a0f99 60%,#0a0a0ffa 100%);flex-direction:column;justify-content:flex-end;width:100%;height:100%;padding:1.5rem;display:flex;position:absolute;top:0;left:0}.card-content{z-index:3;position:relative}.character-name{color:#fff;text-shadow:0 2px 4px #000c;margin-bottom:.5rem;font-size:1.8rem;font-weight:800}.character-description-container{grid-template-rows:0fr;transition:grid-template-rows .4s;display:grid}.character-card:hover .character-description-container{grid-template-rows:1fr}.character-description{color:#d0d0d8;opacity:0;margin-bottom:0;font-size:.95rem;line-height:1.5;transition:opacity .3s,margin .3s;overflow:hidden}.character-card:hover .character-description{opacity:1;margin-bottom:1.5rem;transition-delay:.1s}.card-actions{border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;margin-top:auto;padding-top:1rem;display:flex}.vote-count-container{align-items:center;gap:.5rem;display:flex}.vote-label{text-transform:uppercase;color:var(--text-muted);letter-spacing:1px;font-size:.8rem}.vote-count{color:#fff;min-width:2rem;font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:800}.upvote-button{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.6rem 1.2rem;font-family:Inter,sans-serif;font-weight:600;transition:all .2s;display:flex;box-shadow:0 4px 12px #9400004d}.upvote-button:hover{background:var(--primary-hover);transform:scale(1.05)translateY(-2px);box-shadow:0 6px 16px #94000080}.upvote-button:active{transform:scale(.95)}.upvote-icon{fill:none;stroke:currentColor;stroke-width:2.5px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.upvote-button.voted{color:#fff;background:linear-gradient(135deg,#f33,#b80000);border:1px solid #f66;box-shadow:0 4px 15px #f339}.pulse-text{color:#f66;animation:1.5s infinite textPulse}@keyframes textPulse{0%{transform:scale(1)}50%{text-shadow:0 0 10px #f66c;transform:scale(1.1)}to{transform:scale(1)}}.profile-container{max-width:1200px;margin:0 auto;padding:2rem;animation:.6s ease-out fadeIn}.profile-not-found{text-align:center;padding-top:10rem}.profile-nav{margin-bottom:2rem}.back-link{color:var(--text-muted);align-items:center;gap:.5rem;font-weight:500;text-decoration:none;transition:color .2s,transform .2s;display:inline-flex}.back-link svg{width:20px;height:20px}.back-link:hover{color:var(--text-main);transform:translate(-4px)}.profile-header{margin-bottom:4rem;position:relative}.profile-title{background:linear-gradient(135deg,#fff,#a0a0b0);-webkit-text-fill-color:transparent;text-transform:uppercase;-webkit-background-clip:text;margin-bottom:1rem;font-size:5rem;font-weight:800;line-height:1.1}.profile-subtitle{color:var(--primary);opacity:.9;max-width:800px;margin-bottom:2rem;font-size:1.5rem;font-weight:500}.profile-stats{background:var(--card-bg);border:1px solid var(--card-border);-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);border-radius:16px;align-items:center;gap:2rem;padding:1.5rem 2rem;display:inline-flex}.stat-box{flex-direction:column;display:flex}.stat-value{color:#fff;font-family:Outfit,sans-serif;font-size:2.5rem;font-weight:800;line-height:1}.stat-label{text-transform:uppercase;color:var(--text-muted);letter-spacing:1px;margin-top:.25rem;font-size:.85rem}.profile-upvote-button{border:2px solid var(--primary);color:#fff;cursor:pointer;background:0 0;border-radius:8px;padding:.8rem 1.5rem;font-size:1rem;font-weight:600;transition:all .3s}.profile-upvote-button:hover{background:#94000033}.profile-upvote-button.voted{background:var(--primary);border-color:var(--primary);box-shadow:0 4px 15px #94000080}.profile-main{gap:4rem;display:grid}.profile-narrative h2,.profile-gallery-section h2{color:var(--text-main);border-bottom:1px solid #ffffff1a;margin-bottom:1.5rem;padding-bottom:.5rem;font-size:2rem}.narrative-content{color:#c0c0d0;font-size:1.15rem;line-height:1.8}.narrative-content p{margin-bottom:1.5rem}.profile-gallery{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;display:grid}.gallery-image-wrapper{aspect-ratio:9/12;border:1px solid var(--card-border);background:#0003;border-radius:16px;overflow:hidden}.gallery-image-wrapper img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.gallery-image-wrapper:hover img{transform:scale(1.05)}@media (width<=768px){.profile-title{font-size:3rem}.profile-stats{flex-direction:column;align-items:flex-start;gap:1rem}}.playground-container{color:#fff;flex-direction:column;align-items:center;min-height:100vh;padding:20px;display:flex}.playground-header{justify-content:space-between;align-items:center;width:800px;margin-bottom:20px;display:flex}.playground-header h2{margin:0;font-size:24px}.controls{gap:10px;display:flex}.controls input,.controls select{color:#fff;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff1a;border:1px solid #fff3;border-radius:4px;padding:8px 12px}.controls input:focus,.controls select:focus{border-color:#e50914;outline:none}.playground-arena{background-color:#1a1a1a;background-image:linear-gradient(#ffffff0d 1px,#0000 1px),linear-gradient(90deg,#ffffff0d 1px,#0000 1px);background-size:40px 40px;border:2px solid #333;border-radius:12px;width:800px;height:600px;position:relative;overflow:hidden;box-shadow:0 0 30px #000c}.player-avatar{will-change:transform;border:2px solid #fff;border-radius:50%;flex-direction:column;align-items:center;width:50px;height:50px;display:flex;position:absolute;top:0;left:0}.player-avatar.remote{z-index:5;transition:transform .1s linear}.player-avatar.local{z-index:10;border-color:#e50914;box-shadow:0 0 15px #e5091480}.player-avatar img{object-fit:cover;pointer-events:none;border-radius:50%;width:100%;height:100%}.player-name{white-space:nowrap;pointer-events:none;background:#000c;border-radius:4px;padding:2px 8px;font-size:12px;font-weight:700;position:absolute;top:-24px}
