:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#ffffffde;background-color:#0f0f0f;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background-color:#0f0f0f}h1,h2,h3{margin:0;line-height:1.2}.home{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;gap:3rem}.home-header{text-align:center}.home-title{font-size:3rem;font-weight:700;color:#fff;margin:0 0 .5rem;letter-spacing:-.02em}.home-subtitle{font-size:1rem;color:#888;margin:0}.game-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;width:100%;max-width:680px}.game-card{background:#1a1a1a;border:1px solid #2a2a2a;border-radius:16px;padding:2rem;text-decoration:none;color:inherit;display:flex;flex-direction:column;gap:.5rem;transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease;cursor:pointer}.game-card:hover{border-color:#646cff;transform:translateY(-3px);box-shadow:0 8px 30px #646cff33}.game-card-number{font-size:.75rem;color:#646cff;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.game-card-title{font-size:1.4rem;font-weight:600;color:#fff;margin:0}.game-card-description{font-size:.875rem;color:#888;margin:0;flex:1}.game-card-play{font-size:.875rem;color:#646cff;font-weight:500;margin-top:.5rem}@media(max-width:500px){.game-grid{grid-template-columns:1fr}.home-title{font-size:2rem}}.stardle{height:100vh;display:flex;flex-direction:column;align-items:center;padding:1.5rem 1rem;gap:1rem;overflow:hidden}.stardle-header{width:100%;max-width:640px;display:flex;align-items:center;justify-content:space-between;gap:1rem}.stardle-title-group{text-align:center}.stardle-title{font-size:2rem;font-weight:700;color:#fff;margin:0;letter-spacing:-.02em}.stardle-subtitle{font-size:.8rem;color:#888;margin:.2rem 0 0;text-transform:uppercase;letter-spacing:.08em}.stardle-counter{font-size:.8rem;color:#888;min-width:80px;text-align:right}.stardle-main{width:100%;max-width:640px;flex:1;display:flex;flex-direction:column;gap:0;overflow:hidden}.scroll-area{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:1.25rem;padding:.25rem .25rem 1rem;scrollbar-width:thin;scrollbar-color:#2a2a2a transparent}.scroll-area::-webkit-scrollbar{width:4px}.scroll-area::-webkit-scrollbar-track{background:transparent}.scroll-area::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:4px}.bottom-area{padding-top:1rem;border-top:1px solid #1e1e1e;width:100%}.hints-section{display:flex;flex-direction:column;gap:.75rem}.hint-card{background:#1a1a1a;border:1px solid #2a2a2a;border-radius:12px;padding:1rem 1.25rem;display:flex;flex-direction:column;gap:.4rem;animation:fadeSlideIn .35s ease forwards}@keyframes fadeSlideIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.hint-number{font-size:.7rem;font-weight:600;color:#646cff;text-transform:uppercase;letter-spacing:.08em}.hint-text{font-size:.95rem;color:#ffffffd9;margin:0;line-height:1.5}.guesses-section{display:flex;flex-direction:column;gap:.5rem}.guesses-label{font-size:.7rem;color:#555;text-transform:uppercase;letter-spacing:.08em;margin:0}.guesses-list{display:flex;flex-wrap:wrap;gap:.5rem}.guess-chip{font-size:.8rem;font-weight:500;padding:.3rem .75rem;border-radius:999px;border:1px solid}.guess-wrong{color:#f87171;border-color:#f871714d;background:#f8717114}.guess-correct{color:#4ade80;border-color:#4ade804d;background:#4ade8014}.image-section{display:flex;flex-direction:column;align-items:center;gap:.75rem;animation:fadeSlideIn .4s ease forwards}.image-label{font-size:.75rem;color:#888;text-transform:uppercase;letter-spacing:.08em;margin:0}.performer-image{width:100%;max-width:280px;border-radius:16px;border:1px solid #2a2a2a;object-fit:cover;aspect-ratio:3 / 4}.input-section{display:flex;gap:.75rem}.guess-input{flex:1;background:#1a1a1a;border:1px solid #2a2a2a;border-radius:10px;padding:.75rem 1rem;font-size:.95rem;color:#fff;font-family:inherit;outline:none;transition:border-color .2s ease}.guess-input:focus{border-color:#646cff}.guess-input::placeholder{color:#555}.guess-button{background:#646cff;color:#fff;border:none;border-radius:10px;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;font-family:inherit;cursor:pointer;transition:opacity .2s ease,transform .1s ease;white-space:nowrap}.guess-button:hover:not(:disabled){opacity:.85}.guess-button:active:not(:disabled){transform:scale(.97)}.guess-button:disabled{opacity:.35;cursor:default}.result-section{display:flex;flex-direction:column;align-items:center;gap:.6rem;padding:2rem;border-radius:16px;border:1px solid;text-align:center;animation:fadeSlideIn .4s ease forwards}.result-won{background:#4ade800f;border-color:#4ade8040}.result-lost{background:#f871710f;border-color:#f8717140}.result-icon{font-size:1.5rem}.result-won .result-icon{color:#4ade80}.result-lost .result-icon{color:#f87171}.result-title{font-size:1.4rem;font-weight:700;color:#fff;margin:0}.result-answer{font-size:1.1rem;color:#ccc;margin:0}.result-detail{font-size:.8rem;color:#888;margin:0}.result-back{margin-top:.75rem}.back-link{color:#646cff;text-decoration:none;font-size:.875rem;font-weight:500;transition:opacity .2s ease;min-width:80px}@media(max-width:500px){.stardle-title{font-size:1.5rem}.input-section{flex-direction:column}.guess-button{width:100%}}.game-placeholder{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;text-align:center;padding:2rem}.placeholder-tag{font-size:.75rem;color:#646cff;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.game-placeholder h1{font-size:2.5rem;font-weight:700;color:#fff;margin:0}.game-placeholder p{font-size:1rem;color:#888;margin:0;max-width:360px}.back-link{margin-top:1rem;color:#646cff;text-decoration:none;font-size:.9rem;font-weight:500;transition:opacity .2s ease}.back-link:hover{opacity:.7}
