:root{--bg: #0f1020;--bg-panel: #1a1c33;--bg-panel-2: #22254080;--accent: #7c5cff;--accent-strong: #9b83ff;--text: #eef0ff;--text-muted: #a7abd0;--correct: #2ec46b;--incorrect: #ff5d73;--radius: 14px;--shadow: 0 18px 50px -20px rgba(0, 0, 0, .7);color-scheme:dark}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:var(--text);background:radial-gradient(1200px 600px at 50% -10%,#2a1e57 0%,transparent 60%),var(--bg)}.page{max-width:640px;margin:0 auto;padding:3rem 1.25rem 4rem;display:flex;flex-direction:column;gap:2rem}.page__masthead{text-align:center}.page__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;gap:1rem}.page__language-switcher{margin:0}.page__title{margin:0;font-size:clamp(2rem,6vw,3rem);letter-spacing:-.02em;background:linear-gradient(120deg,var(--accent-strong),#63d2ff);-webkit-background-clip:text;background-clip:text;color:transparent}.page__tagline{margin:.5rem 0 0;color:var(--text-muted)}.panel{background:linear-gradient(180deg,var(--bg-panel),var(--bg-panel-2));border:1px solid #ffffff14;border-radius:var(--radius);box-shadow:var(--shadow);padding:1.75rem;display:flex;flex-direction:column;gap:1rem}.panel--center{align-items:center;text-align:center}.panel--hero{padding:2.5rem 1.75rem;background:linear-gradient(180deg,var(--bg-panel),var(--bg-panel-2));border:1px solid #ffffff2e}.panel__title{margin:0;font-size:1.5rem}.panel__lead{margin:0;color:var(--text-muted);max-width:36ch}.round__header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;color:var(--text-muted);font-size:.9rem;font-variant-numeric:tabular-nums}.round__streak{color:var(--accent-strong);font-weight:600}.round__term{margin:0;font-size:clamp(1.8rem,5vw,2.6rem);text-transform:lowercase}.round__pos{margin:-.5rem 0 .5rem;color:var(--accent-strong);font-style:italic}.choices{list-style:none;margin:0;padding:0;display:grid;gap:.75rem}.choice{width:100%;text-align:left;padding:.9rem 1rem;border-radius:10px;border:1px solid #ffffff1f;background:#ffffff0a;color:var(--text);font-size:1rem;cursor:pointer;transition:transform .08s ease,border-color .15s ease,background .15s ease}.choice:hover:not(:disabled){border-color:var(--accent);transform:translateY(-1px)}.choice:disabled{cursor:default}.choice--correct{border-color:var(--correct);background:color-mix(in srgb,var(--correct) 18%,transparent)}.choice--incorrect{border-color:var(--incorrect);background:color-mix(in srgb,var(--incorrect) 18%,transparent)}.choice--muted{opacity:.55}.round__footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.round__feedback{margin:0;font-weight:600}.round__feedback.is-correct{color:var(--correct)}.round__feedback.is-incorrect{color:var(--incorrect)}.result__score{margin:0;font-size:3rem;font-weight:700;font-variant-numeric:tabular-nums}.button{border:none;border-radius:10px;padding:.75rem 1.4rem;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .08s ease,filter .15s ease}.button:hover{transform:translateY(-1px);filter:brightness(1.08)}.button--primary{background:linear-gradient(120deg,var(--accent),var(--accent-strong));color:#fff}.button--ghost{background:transparent;color:var(--text);border:1px solid #ffffff2e}.landing__features{display:grid;gap:1.5rem;margin:2rem 0;width:100%}.landing__feature{text-align:center}.landing__feature h3{margin:0 0 .5rem;font-size:1.1rem;color:var(--accent-strong)}.landing__feature p{margin:0;color:var(--text-muted);font-size:.9rem;line-height:1.4}.landing__steps{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:1rem}.landing__steps li{position:relative;padding-left:2rem;color:var(--text-muted)}.landing__steps li:before{content:counter(list-item);position:absolute;left:0;top:0;width:1.5rem;height:1.5rem;background:var(--accent);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:600}.landing__guest-cta{display:flex;flex-direction:column;align-items:center;gap:1.5rem;margin:2rem 0;width:100%}.landing__guest-button{font-size:1.2rem;font-weight:600;padding:1rem 2rem;min-height:3.5rem;background:linear-gradient(135deg,var(--accent),var(--accent-strong));border:none;border-radius:12px;color:#fff;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 14px #7c5cff4d}.landing__guest-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #7c5cff66}.landing__register-hook{display:flex;flex-direction:column;align-items:center;gap:.75rem;opacity:.8}.landing__register-text{margin:0;color:var(--text-muted);font-size:.9rem}.landing__register-button{font-size:.9rem;padding:.5rem 1rem;background:transparent;border:1px solid var(--accent);border-radius:8px;color:var(--accent);cursor:pointer;transition:all .2s ease}.landing__register-button:hover{background:var(--accent);color:#fff}.landing__privacy-notice{max-width:400px;margin:0 auto}.landing__privacy-text{margin:0;color:var(--text-muted);font-size:.8rem;line-height:1.4;text-align:center;opacity:.7}.page__masthead--public{margin-bottom:1rem}.page__header--public{justify-content:center;gap:2rem}.app__header{padding:1rem 1.25rem;background:linear-gradient(180deg,var(--bg-panel),var(--bg-panel-2));border-bottom:1px solid #ffffff14}.app__header--public{display:flex;justify-content:space-between;align-items:center;max-width:640px;margin:0 auto}.app__branding{display:flex;align-items:center}.app__title{margin:0;font-size:1.5rem;letter-spacing:-.02em;background:linear-gradient(120deg,var(--accent-strong),#63d2ff);-webkit-background-clip:text;background-clip:text;color:transparent}.app__language-switcher{margin:0}.village__header{display:flex;flex-direction:column;gap:2rem;margin-bottom:2rem;padding:2rem;background:linear-gradient(180deg,var(--bg-panel),var(--bg-panel-2));border:1px solid #ffffff14;border-radius:var(--radius)}.village__identity{text-align:center}.village__name{margin:0;font-size:2.5rem;letter-spacing:-.02em;background:linear-gradient(120deg,var(--accent-strong),#63d2ff);-webkit-background-clip:text;background-clip:text;color:transparent}.village__description{margin:.5rem 0 0;color:var(--text-muted);font-size:1.1rem;max-width:600px;margin-left:auto;margin-right:auto}.village__stats{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap}.village__stat{text-align:center;display:flex;flex-direction:column;align-items:center;gap:.5rem}.village__stat-number{font-size:2rem;font-weight:700;color:var(--accent-strong)}.village__stat-label{font-size:.9rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.village__tabs{display:flex;gap:1rem;margin-bottom:2rem;border-bottom:1px solid #ffffff14}.village__tab{background:none;border:none;padding:1rem 1.5rem;color:var(--text-muted);font-size:1rem;cursor:pointer;border-bottom:2px solid transparent;transition:all .2s ease}.village__tab:hover{color:var(--text)}.village__tab--active{color:var(--accent-strong);border-bottom-color:var(--accent-strong)}.village__content{display:flex;flex-direction:column;gap:2rem}.village__section-title{margin:0;font-size:1.5rem;color:var(--accent-strong)}.village__current-word{display:flex;flex-direction:column;gap:1rem}.village__word-card{background:linear-gradient(180deg,var(--bg-panel),var(--bg-panel-2));border:1px solid #ffffff14;border-radius:var(--radius);padding:1.5rem}.village__word-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.village__word{font-size:2rem;font-weight:600;color:var(--text);margin:0}.village__language{background:var(--accent);color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:500}.village__deadline{margin:0;color:var(--text-muted);font-size:.9rem}.village__contributions{display:flex;flex-direction:column;gap:1.5rem}.village__contribution-list{display:flex;flex-direction:column;gap:1rem}.village__contribution{background:linear-gradient(180deg,var(--bg-panel),var(--bg-panel-2));border:1px solid #ffffff14;border-radius:var(--radius);padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.village__contribution-header{display:flex;justify-content:space-between;align-items:center}.village__contributor{font-weight:600;color:var(--accent-strong)}.village__votes{background:var(--accent);color:#fff;padding:.25rem .5rem;border-radius:12px;font-size:.8rem}.village__definition{margin:0;line-height:1.5}.village__translation{margin:0;color:var(--text-muted);font-style:italic}.village__contribution-actions{display:flex;gap:.5rem}.village__action-btn{font-size:.8rem;padding:.5rem 1rem}.village__contribute-btn{align-self:center;margin-top:1rem}.village__battles{display:flex;flex-direction:column;gap:1.5rem}.village__battle-list{display:flex;flex-direction:column;gap:1rem}.village__battle-card{background:linear-gradient(180deg,var(--bg-panel),var(--bg-panel-2));border:1px solid #ffffff14;border-radius:var(--radius);padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.village__battle-header{display:flex;justify-content:space-between;align-items:center}.village__battle-name{margin:0;font-size:1.25rem;font-weight:600;color:var(--text)}.village__battle-status{padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:500}.village__battle-status--upcoming{background:var(--accent);color:#fff}.village__battle-status--active{background:var(--correct);color:#fff}.village__battle-status--completed{background:var(--text-muted);color:#fff}.village__battle-description{margin:0;color:var(--text-muted);line-height:1.5}.village__battle-time{display:flex;gap:2rem;font-size:.9rem;color:var(--text-muted)}.village__battles-placeholder{text-align:center;padding:2rem;color:var(--text-muted);display:flex;flex-direction:column;gap:1rem;align-items:center}.auth__form{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:320px}.auth__input{width:100%;padding:.75rem 1rem;border:1px solid #ffffff2e;border-radius:8px;background:#ffffff0a;color:var(--text);font-size:1rem;transition:border-color .15s ease}.auth__input:focus{outline:none;border-color:var(--accent)}.auth__toggle{text-align:center;color:var(--text-muted);font-size:.9rem}.auth__toggle a{color:var(--accent-strong);text-decoration:none}.auth__toggle a:hover{text-decoration:underline}.auth__error{padding:.75rem;background:color-mix(in srgb,var(--incorrect) 20%,transparent);border:1px solid var(--incorrect);border-radius:8px;color:var(--incorrect);font-size:.9rem;text-align:center}.auth__terms{margin:1rem 0}.auth__checkbox-label{display:flex;align-items:flex-start;gap:.5rem;font-size:.85rem;line-height:1.4;color:var(--text-muted);cursor:pointer}.auth__checkbox{margin-top:.25rem;flex-shrink:0}.auth__link{color:var(--accent-strong);text-decoration:none}.auth__link:hover{text-decoration:underline}.auth__verification-message{margin-top:1rem;padding:1rem;background-color:#e3f2fd;border:1px solid #2196f3;border-radius:.25rem;text-align:center}.auth__verification-message p{margin:0 0 .5rem;color:#1976d2}.language-switcher{display:flex;align-items:center;gap:.5rem;font-size:.875rem}.language-switcher__label{color:var(--text-muted);font-weight:500}.language-switcher__select{padding:.25rem .5rem;border:1px solid var(--border);border-radius:.25rem;background:var(--background);color:var(--text);font-size:.875rem;cursor:pointer}.language-switcher__select:hover{border-color:var(--accent-strong)}.language-switcher__select:focus{outline:2px solid var(--accent-strong);outline-offset:2px}.password-input{position:relative;display:flex;align-items:center}.password-input__field{width:100%;padding-right:3rem}.password-input__toggle{position:absolute;right:.75rem;background:none;border:none;padding:.25rem;cursor:pointer;color:var(--text-muted);border-radius:.25rem;transition:color .2s ease}.password-input__toggle:hover{color:var(--text)}.password-input__toggle:focus{outline:2px solid var(--accent-strong);outline-offset:2px;color:var(--text)}.password-input__icon{width:20px;height:20px}.rule-book{max-width:800px;margin:0 auto;padding:2rem;line-height:1.6}.rule-book__header{text-align:center;margin-bottom:3rem;padding-bottom:2rem;border-bottom:2px solid var(--border)}.rule-book__title{font-size:2.5rem;color:var(--text);margin-bottom:1rem}.rule-book__welcome{font-size:1.1rem;color:var(--text-muted);max-width:600px;margin:0 auto}.rule-book__content{display:flex;flex-direction:column;gap:2rem}.rule-book__section{padding:1.5rem;background:var(--background);border:1px solid var(--border);border-radius:.5rem}.rule-book__section-title{font-size:1.5rem;color:var(--text);margin-bottom:1rem;border-bottom:1px solid var(--border);padding-bottom:.5rem}.rule-book__section-description{font-size:1rem;color:var(--text);margin-bottom:1.5rem}.rule-book__subsection{margin-bottom:1.5rem}.rule-book__subsection:last-child{margin-bottom:0}.rule-book__subsection-title{font-size:1.2rem;color:var(--accent-strong);margin-bottom:.5rem}.rule-book__subsection-description{font-size:1rem;color:var(--text);margin-left:1rem}.rule-book__footer{margin-top:3rem;padding-top:2rem;border-top:2px solid var(--border)}.rule-book__join{text-align:center}.rule-book__join-title{font-size:1.8rem;color:var(--text);margin-bottom:1rem}.rule-book__join-description{font-size:1.1rem;color:var(--text-muted);margin-bottom:1rem}.rule-book__join-tagline{font-size:1rem;font-style:italic;color:var(--accent-strong);margin-bottom:.5rem}.rule-book__join-welcome{font-size:1.2rem;font-weight:700;color:var(--text);margin-top:1rem}.profile__header{text-align:center;margin-bottom:2rem}.profile__avatar{width:80px;height:80px;border-radius:50%;background:var(--accent);display:flex;align-items:center;justify-content:center;font-size:2rem;color:#fff;margin:0 auto 1rem}.profile__games-button{margin-bottom:1rem}.profile__name{margin:0;font-size:1.5rem;color:var(--text)}.profile__email{margin:.25rem 0 0;color:var(--text-muted);font-size:.9rem}.profile__stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1rem;margin:2rem 0}.profile__stat{text-align:center;padding:1rem;background:#ffffff0a;border-radius:8px;border:1px solid #ffffff1f}.profile__stat-value{font-size:1.8rem;font-weight:700;color:var(--accent-strong);margin:0}.profile__stat-label{font-size:.8rem;color:var(--text-muted);margin:.25rem 0 0}.profile__section{margin:2rem 0}.profile__section-title{margin:0 0 1rem;font-size:1.2rem;color:var(--text)}.language__options{display:grid;gap:.5rem}.language__option{display:flex;align-items:center;gap:.75rem;padding:.75rem;border:1px solid #ffffff2e;border-radius:8px;background:#ffffff0a;cursor:pointer;transition:border-color .15s ease}.language__option:hover{border-color:var(--accent)}.language__option.selected{border-color:var(--accent);background:color-mix(in srgb,var(--accent) 20%,transparent)}.language__flag{width:24px;height:18px;border-radius:2px;background:var(--accent)}.language__name{flex:1;color:var(--text)}.language__native{font-size:.8rem;color:var(--text-muted)}.games-dashboard{display:grid;grid-template-columns:1fr;gap:1.5rem;max-width:1200px;margin:0 auto;padding:0 1rem;width:100%}.games-dashboard__section{background:var(--background);border:1px solid var(--border);border-radius:1rem;padding:1.5rem}.games-dashboard__section-title{font-size:clamp(1.1rem,2.5vw,1.4rem);color:var(--text);margin:0 0 1rem;border-bottom:1px solid var(--border);padding-bottom:.5rem}.games-dashboard__quick-play{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.game-card{background:var(--background-alt);border:1px solid var(--border);border-radius:.75rem;padding:clamp(1rem,3vw,1.5rem);transition:transform .2s ease,border-color .2s ease;height:100%;display:flex;flex-direction:column}.game-card:hover{transform:translateY(-2px);border-color:var(--accent-strong)}.game-card--large{text-align:center;min-height:200px}.game-card__content{display:flex;flex-direction:column;gap:1rem;width:100%}.game-card__title{font-size:clamp(1.2rem,4vw,1.5rem);color:var(--text);margin:0}.game-card__description{color:var(--text-muted);line-height:1.5;margin:0;font-size:clamp(.9rem,2vw,1rem)}.game-card__stats{display:flex;gap:1rem;flex-wrap:wrap}.game-card__stat{background:var(--background-alt);padding:.25rem .75rem;border-radius:1rem;font-size:.875rem;color:var(--text-muted)}.game-card__button{align-self:flex-start}.games-dashboard__community{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.games-dashboard__community{grid-template-columns:2fr 1fr;gap:2rem}}.community-card{background:var(--background);border:2px solid var(--accent-strong);border-radius:1rem;padding:1.5rem}.community-card__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.community-card__title{font-size:1.2rem;color:var(--text);margin:0}.community-card__language{background:var(--accent-strong);color:#fff;padding:.25rem .75rem;border-radius:1rem;font-size:.875rem}.community-card__word{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.community-card__term{font-size:1.5rem;font-weight:700;color:var(--text)}.community-card__translation{font-size:1.2rem;color:var(--accent-strong)}.community-card__contributions{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.community-card__count{font-weight:700;color:var(--accent-strong)}.community-highlights{background:var(--background);border:1px solid var(--border);border-radius:1rem;padding:1.5rem}.community-highlights__title{font-size:1.1rem;color:var(--text);margin:0 0 1rem}.community-highlights__list{display:flex;flex-direction:column;gap:.75rem}.contribution-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem;background:var(--background-alt);border-radius:.5rem}.contribution-item__word{font-weight:700;color:var(--text)}.contribution-item__translation{color:var(--accent-strong)}.contribution-item__author{color:var(--text-muted);font-size:.875rem}.games-dashboard__rooms{display:flex;justify-content:center}.rooms-placeholder{text-align:center;padding:3rem;background:var(--background);border:2px dashed var(--border);border-radius:1rem;max-width:400px}.rooms-placeholder__icon{font-size:3rem;margin-bottom:1rem}.rooms-placeholder__title{font-size:1.3rem;color:var(--text);margin:0 0 1rem}.rooms-placeholder__description{color:var(--text-muted);margin:0 0 1.5rem;line-height:1.5}.games-dashboard__activity{background:var(--background);border:1px solid var(--border);border-radius:1rem;padding:1.5rem}.activity-feed{display:flex;flex-direction:column;gap:1rem}.activity-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:var(--background-alt);border-radius:.5rem;transition:background-color .2s ease}.activity-item:hover{background:var(--background)}.activity-item__icon{font-size:1.5rem;width:2rem;text-align:center}.activity-item__content{flex:1;display:flex;flex-direction:column;gap:.25rem}.activity-item__text{color:var(--text);font-weight:500}.activity-item__details,.activity-item__time{color:var(--text-muted);font-size:.875rem}.app{min-height:100vh;display:flex;flex-direction:column}.app__main{flex:1;display:flex;flex-direction:column}.page__content{flex:1;display:flex;flex-direction:column;padding:2rem 1rem;max-width:1200px;margin:0 auto}.page__title{font-size:clamp(2rem,5vw,3rem);color:var(--text);margin:0 0 1rem;line-height:1.2}.page__tagline{font-size:clamp(1rem,2.5vw,1.25rem);color:var(--text-muted);margin:0 0 2rem;line-height:1.5}.header{background:var(--background);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.header__container{max-width:1200px;margin:0 auto;padding:0 1rem}.header__content{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 0;min-height:4rem}.header__brand{display:flex;flex-direction:column;gap:.25rem}.header__title{font-size:clamp(1.2rem,3vw,1.5rem);font-weight:700;color:var(--text);margin:0;line-height:1.2}.header__tagline{font-size:clamp(.75rem,1.5vw,.875rem);color:var(--text-muted);font-weight:500}.header__nav{display:flex;align-items:center;gap:.5rem}.header__nav-link{font-size:clamp(.875rem,2vw,1rem);padding:.5rem 1rem;border-radius:.5rem;transition:all .2s ease}.header__nav-link--primary{background:var(--accent-strong);color:#fff;border-color:var(--accent-strong)}.header__nav-link--primary:hover{background:var(--accent);border-color:var(--accent)}.header__actions{display:flex;align-items:center;gap:1rem}.header__language-switcher{font-size:.875rem}@media(max-width:768px){.header__content{flex-direction:column;gap:1rem;min-height:auto;padding:1rem 0}.header__brand{text-align:center}.header__nav{flex-wrap:wrap;justify-content:center}.header__actions{align-self:stretch;justify-content:center}}@media(max-width:768px){.games-dashboard{padding:0 .5rem;gap:1rem}.games-dashboard__section{padding:1rem}.games-dashboard__quick-play{grid-template-columns:1fr;gap:1rem}.contribution-item{flex-direction:column;align-items:flex-start;gap:.25rem}.activity-item{flex-direction:column;align-items:flex-start}.activity-item__time{align-self:flex-end}}
