body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.auth-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f8f1e4;padding:20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.auth-card{background:#fff;border-radius:16px;box-shadow:0 20px 40px #0000001a;padding:40px;width:100%;max-width:440px;animation:slideUp .6s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.auth-header{text-align:center;margin-bottom:32px}.auth-header h1{color:#2d3748;font-size:28px;font-weight:700;margin:0 0 8px}.brand{display:inline-flex;align-items:center;gap:10px}.brand-logo{width:32px;height:32px}.auth-header p{color:#718096;font-size:16px;margin:0}.auth-form{margin-bottom:24px}.form-group{margin-bottom:20px}.form-group label{display:block;color:#4a5568;font-size:14px;font-weight:600;margin-bottom:8px}.form-group input:not([type=checkbox]):not([type=radio]),.form-group select{width:100%;padding:12px 16px;border:2px solid #e2e8f0;border-radius:8px;font-size:16px;transition:all .2s ease;box-sizing:border-box}.form-group input:not([type=checkbox]):not([type=radio]):focus,.form-group select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group input:not([type=checkbox]):not([type=radio]):disabled,.form-group select:disabled{background-color:#f7fafc;cursor:not-allowed}.form-group input:not([type=checkbox]):not([type=radio])::placeholder{color:#a0aec0}.form-group input[type=checkbox],.form-group input[type=radio]{width:auto;padding:0;border:none;border-radius:0;box-shadow:none}.password-input{position:relative}.password-input input{padding-right:40px}.toggle-password{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer}.remember-credentials label{display:inline-flex;align-items:center;gap:8px;margin-bottom:0}.remember-credentials input[type=checkbox]{margin:0}.auth-button{width:100%;padding:14px 24px;background:#174f45;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;margin-top:8px}.auth-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 8px 20px #667eea4d}.auth-button:disabled{opacity:.7;cursor:not-allowed;transform:none}.login-mode-tabs{display:grid;grid-template-columns:repeat(2,1fr);gap:4px;margin-bottom:20px;padding:4px;background:#edf2f7;border-radius:8px}.login-mode-button{min-height:40px;border:0;border-radius:6px;background:transparent;color:#4a5568;cursor:pointer;font-size:14px;font-weight:700}.login-mode-button.is-active{background:#fff;color:#2d3748;box-shadow:0 1px 4px #0000001f}.login-mode-button:disabled{cursor:not-allowed;opacity:.7}.error-message{background-color:#fed7d7;color:#c53030;padding:12px 16px;border-radius:8px;font-size:14px;margin-bottom:20px;border-left:4px solid #e53e3e}.auth-footer{text-align:center;color:#718096;font-size:14px}.auth-link{color:#667eea;text-decoration:none;font-weight:600;transition:color .2s ease}.auth-link:hover{color:#5a67d8;text-decoration:underline}.auth-link-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;cursor:pointer;font:inherit;padding:0}.auth-register-modal{max-width:760px;width:min(760px,calc(100vw - 32px))}.login-register-form{margin-top:4px}.auth-register-note,.auth-register-field-note{color:#4a5568;font-size:13px;line-height:1.6;margin:0 0 16px}.auth-register-field-note{margin:8px 0 0}.auth-register-plan-group{border:0;margin:0;padding:0}.auth-register-plan-group legend{color:#2d3748;font-weight:700;margin-bottom:10px}.auth-register-plan-cards{display:grid;gap:10px;grid-template-columns:repeat(2,minmax(0,1fr))}.auth-register-plan-card{border:1px solid #d8dee9;border-radius:8px;cursor:pointer;display:grid;gap:8px;min-width:0;padding:12px;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}.auth-register-plan-card:hover{border-color:#667eea;box-shadow:0 8px 20px #667eea24}.auth-register-plan-card.is-selected{background:#f7f8ff;border-color:#667eea;box-shadow:inset 0 0 0 1px #667eea}.auth-register-plan-card input{height:18px;margin:0;width:18px}.auth-register-plan-card-header{align-items:flex-start;display:flex;gap:8px;justify-content:space-between;min-width:0}.auth-register-plan-name{color:#1a202c;font-size:15px;font-weight:800;line-height:1.3}.auth-register-plan-price{color:#4c51bf;flex:0 0 auto;font-size:13px;font-weight:800;line-height:1.3;text-align:right}.auth-register-plan-description,.auth-register-plan-games{color:#4a5568;font-size:12px;line-height:1.5}.auth-register-plan-metrics{display:grid;gap:6px;grid-template-columns:repeat(2,minmax(0,1fr))}.auth-register-plan-metrics span{background:#edf2f7;border-radius:6px;color:#2d3748;font-size:11px;font-weight:700;line-height:1.35;min-width:0;padding:5px 6px;word-break:keep-all}.auth-register-plan-games{border-top:1px solid #edf2f7;padding-top:8px}.auth-modal-actions{margin-top:16px;text-align:center}.auth-error{color:#c53030;font-size:14px;line-height:1.6;margin-top:8px}.login-page{align-items:flex-start;min-height:100vh;padding:18px 20px 42px;background-color:#f1e4c8;background-image:repeating-linear-gradient(90deg,rgba(98,70,35,.06) 0 1px,transparent 1px 78px),repeating-linear-gradient(0deg,rgba(98,70,35,.04) 0 1px,transparent 1px 78px)}.login-card{position:relative;display:grid;grid-template-columns:1fr;gap:18px;overflow:hidden;width:100%;max-width:980px;padding:22px;border:1px solid rgba(48,66,53,.16);border-radius:36px 18px 44px 20px;background:#fffdf6;box-shadow:0 24px 60px #24181524;animation:none}.login-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(23,35,31,.035) 1px,transparent 1px) 0 0 / 34px 34px,#fff8ea;z-index:0}.login-card>*{position:relative;z-index:1}.login-header{position:relative;grid-column:1 / -1;overflow:hidden;width:min(520px,100%);box-sizing:border-box;justify-self:center;min-height:138px;margin:0;padding:1.25rem 1.35rem;border:2px solid rgba(255,250,240,.18);border-radius:34px 18px 44px 20px;background:#17342f;box-shadow:10px 12px #17231f29;color:#fffaf0;text-align:left}.login-header:before{content:"";position:absolute;right:-18px;top:18px;width:118px;height:64px;border:2px solid rgba(255,250,240,.1);border-radius:50%;background:#91d4ae47;transform:rotate(-10deg);z-index:0}.login-header:after{content:"";position:absolute;right:86px;bottom:-20px;width:74px;height:74px;background:#f6c45385;clip-path:polygon(50% 0,100% 100%,0 100%);transform:rotate(10deg);z-index:0}.login-header>*{position:relative;z-index:2}.login-header-nav{display:flex;position:absolute;right:1.25rem;top:1.15rem;justify-content:flex-start;margin:0;z-index:3}.login-header-guide-link{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:.3rem .82rem;border:1px solid rgba(255,250,240,.28);border-radius:999px 999px 999px 12px;background:#17342fb8;color:#fffaf0;box-shadow:none;font-size:.86rem;font-weight:900;line-height:1.2;text-decoration:none;text-shadow:none}.login-header-guide-link:hover{border-color:#f6c453;background:#f6c453;color:#17342f;text-decoration:none}.login-header h1{align-items:center;margin:0;padding-right:8.5rem;color:#fffaf0;font-size:2.15rem;line-height:1.15}.login-header .brand-logo{width:44px;height:44px;padding:7px;border-radius:50%;background:#fffaf0;box-shadow:0 5px #f6c453e6}.login-header p{max-width:360px;margin-top:.75rem;margin-bottom:0;color:#fffaf0d1;font-size:.95rem;line-height:1.55}.login-header p:before{content:"SIGN IN";display:inline-flex;align-items:center;width:fit-content;min-height:24px;margin:0 .55rem 0 0;padding:.18rem .68rem;border-radius:999px 999px 999px 12px;background:#fffaf024;color:#f8e7bd;font-size:.76rem;font-weight:900;letter-spacing:0;vertical-align:middle}.login-version{position:absolute;right:1.35rem;top:3.7rem;display:inline-flex;align-items:center;justify-content:center;min-height:26px;margin:0;padding:.16rem .68rem;border:1px solid rgba(255,250,240,.2);border-radius:999px;background:#17342fb8;color:#fffaf0db;font-size:.74rem;font-weight:900;line-height:1.1;text-align:center;text-shadow:none;z-index:3}.login-form,.login-footer,.login-public-links{min-width:0;margin:0;padding:1.35rem;border:2px solid rgba(48,66,53,.18);background:#fffaf0;box-shadow:7px 8px #2418151f,0 14px 28px #24181514}.login-form{width:min(520px,100%);border-radius:28px 18px 34px 20px;justify-self:center}.login-footer,.login-public-links{grid-column:1 / -1;display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px;width:min(520px,100%);box-sizing:border-box;justify-self:center;border-radius:24px 36px 26px 18px;background:#fff6df;color:#17231f;text-align:left}.login-public-links{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));border-radius:18px 28px 18px 34px;background:#eef8ef}.login-footer p,.login-public-links p{margin:0}.login-public-links-title{grid-column:1 / -1;color:#53645a;font-size:.78rem;font-weight:900}.login-footer .auth-link,.login-footer .auth-link-button,.login-public-links .auth-link{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:42px;padding:.52rem .72rem;border:2px solid rgba(48,66,53,.18);border-radius:999px 999px 999px 14px;background:#fff;color:#17342f;box-sizing:border-box;font-weight:850;line-height:1.25;text-align:center;text-decoration:none}.login-footer .auth-link:hover,.login-footer .auth-link-button:hover,.login-public-links .auth-link:hover{border-color:#f6c453;background:#f6c453;color:#17342f;text-decoration:none}.login-footer-action{gap:8px;min-width:0;white-space:nowrap}.login-footer-action-icon{position:relative;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:28px;height:28px;border:1px solid rgba(23,52,47,.14);border-radius:50%;background:#eef8ef;color:#174f45}.login-footer-action-icon:before,.login-footer-action-icon:after{content:"";position:absolute;display:block}.login-footer-action--register .login-footer-action-icon:before,.login-footer-action--register .login-footer-action-icon:after{width:12px;height:2px;border-radius:999px;background:currentColor}.login-footer-action--register .login-footer-action-icon:after{transform:rotate(90deg)}.login-footer-action--guest .login-footer-action-icon:before{width:12px;height:2px;border-radius:999px;background:currentColor}.login-footer-action--guest .login-footer-action-icon:after{width:7px;height:7px;border-top:2px solid currentColor;border-right:2px solid currentColor;transform:translate(3px) rotate(45deg)}.login-footer-action--viewer .login-footer-action-icon:before{width:15px;height:10px;border:2px solid currentColor;border-radius:999px/80%}.login-footer-action--viewer .login-footer-action-icon:after{width:5px;height:5px;border-radius:50%;background:currentColor}.login-mode-tabs{gap:8px;padding:6px;border:2px solid rgba(48,66,53,.14);border-radius:999px;background:#f4ead4}.login-mode-button{min-height:44px;border-radius:999px;color:#17342f;font-weight:850}.login-mode-button.is-active{background:#184f47;color:#fffaf0;box-shadow:0 4px #17231f38}.login-form .form-group{margin-bottom:16px}.login-form .form-group label{color:#17231f;font-weight:850}.login-form .form-group input:not([type=checkbox]):not([type=radio]),.login-form .form-group select{border-color:#30423533;border-radius:18px 999px 999px 18px;background:#fffffff0;color:#17231f;font-weight:700}.login-form .form-group input:not([type=checkbox]):not([type=radio]):focus,.login-form .form-group select:focus{border-color:#287061;box-shadow:0 0 0 3px #2870611f}.login-form .remember-credentials label{display:inline-flex;align-items:center;position:relative;min-height:38px;padding:.42rem .78rem;border:1px solid rgba(48,66,53,.14);border-radius:999px;background:#fff;color:#17342f;cursor:pointer;font-weight:850;-webkit-user-select:none;user-select:none}.login-form .remember-credentials label.is-active{border-color:#287061;background:#287061;color:#fffaf0;box-shadow:0 4px #17473ee6}.login-form .remember-credentials input[type=checkbox]{position:absolute;width:1px;height:1px;margin:0;opacity:0;pointer-events:none}.login-form .remember-credentials label:focus-within{outline:3px solid rgba(40,112,97,.18);outline-offset:3px}.login-submit-button{min-height:48px;border-radius:999px 999px 999px 14px;background:#287061;box-shadow:0 5px #17473e;color:#fff;font-weight:850}.login-submit-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px #17473e;background:#287061}.login-form .error-message{border-radius:18px 999px 999px 18px}.login-oauth-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:18px}.login-oauth-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;min-height:46px;padding:12px 10px;border:1px solid #d7ded9;background:#fff;color:#20302d;font-size:14px;box-shadow:none}.login-oauth-button:hover:not(:disabled){background:#f7faf8;box-shadow:0 6px 16px #174f451f}.login-oauth-icon{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;font-size:14px;font-weight:800;flex:0 0 auto}.login-oauth-icon-image{width:24px;height:24px;background:transparent;object-fit:contain;flex:0 0 auto}.login-oauth-button span:last-child{min-width:0;line-height:1.25;overflow-wrap:anywhere}.login-oauth-icon.login-oauth-icon-google{background:conic-gradient(from -45deg,#4285f4 0,#4285f4 25%,#34a853 0,#34a853 50%,#fbbc05 0,#fbbc05 75%,#ea4335 0,#ea4335);color:#fff}.login-oauth-icon.login-oauth-icon-discord{background:#5865f2;color:#fff}.login-password-help{text-align:right}.lp-link{color:#fff;text-decoration:none;font-weight:600;transition:color .2s ease}.lp-link:hover{color:#fff;text-decoration:underline}@media(max-width:820px){.login-header{grid-column:auto;min-height:158px}.login-footer{grid-template-columns:repeat(2,minmax(0,1fr))}.auth-register-plan-cards{grid-template-columns:1fr}}@media(max-width:480px){.auth-card{padding:24px;margin:10px}.auth-header h1{font-size:24px}.auth-header p{font-size:14px}.login-page{padding:10px 14px 32px}.login-card{gap:14px;padding:14px;border-radius:28px 16px 34px}.login-header{min-height:158px;padding:1.15rem;border-radius:28px 16px 34px 18px}.login-header:before{right:-2rem;top:.75rem;width:108px;height:60px}.login-header:after{right:4.6rem;bottom:-.65rem;width:58px;height:58px}.login-header-nav{right:1rem;top:1rem}.login-header-guide-link{min-height:30px;padding:.26rem .68rem;font-size:.76rem}.login-version{right:1rem;top:3.25rem;font-size:.64rem}.login-header h1{font-size:1.65rem;padding-right:7.2rem}.login-header p{max-width:150px;font-size:.86rem;line-height:1.45}.login-form,.login-footer,.login-public-links{padding:1.05rem}.login-footer,.login-public-links{grid-template-columns:1fr}.login-form .form-group input:not([type=checkbox]):not([type=radio]),.login-form .form-group select,.login-form .error-message{border-radius:18px}.auth-register-plan-card-header,.auth-register-plan-metrics{grid-template-columns:1fr}.auth-register-plan-card-header{display:grid}.auth-register-plan-price{text-align:left}}*{box-sizing:border-box}body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#2d3748}.container{max-width:1200px;margin:0 auto;padding:0 20px}.page-header{position:relative;background:#4b2a12;color:#fff;padding:2rem 0;margin-bottom:2rem}.page-header h1{margin:0;font-size:2rem;font-weight:700}.brand{display:inline-flex;align-items:center;gap:12px}.brand-logo{width:36px;height:36px}.brand-title{line-height:1}.page-header p{margin:0;margin-top:.5rem;font-size:1rem}.page-header-actions{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;justify-content:flex-end;margin-top:1rem}.admin-shared-url-panel{display:grid;gap:8px;width:fit-content;max-width:100%;margin-top:1rem;padding:0;border:1px solid rgba(255,255,255,.24);border-radius:10px;background:#0f172a33;color:#fff;box-shadow:inset 0 1px #ffffff24}.admin-shared-url-panel.is-open{width:min(100%,920px);padding:10px}.admin-shared-url-panel__title{display:inline-flex;align-items:center}.admin-shared-url-panel__toggle{display:inline-flex;gap:7px;align-items:center;justify-content:center;min-height:34px;padding:.42rem .72rem;border:0;border-radius:9px;background:transparent;color:#ffffffe6;font:inherit;font-size:.82rem;font-weight:900;cursor:pointer}.admin-shared-url-panel__toggle:hover{background:#ffffff1f}.admin-shared-url-panel__rows{display:grid;gap:6px}.admin-shared-url-panel__row{display:grid;grid-template-columns:92px minmax(0,1fr) auto;gap:8px;align-items:center}.admin-shared-url-panel__row>span{color:#ffffffc7;font-size:.76rem;font-weight:900;white-space:nowrap}.admin-shared-url-panel__row code{min-width:0;padding:7px 9px;border:1px solid rgba(255,255,255,.22);border-radius:7px;background:#ffffff1f;color:#fff;font-size:.78rem;line-height:1.35;overflow-wrap:anywhere}.admin-shared-url-panel__row button{display:inline-flex;gap:5px;align-items:center;justify-content:center;min-height:32px;padding:.38rem .66rem;border:1px solid rgba(255,255,255,.24);border-radius:7px;background:#ffffff29;color:#fff;font:inherit;font-size:.78rem;font-weight:900;cursor:pointer}.admin-shared-url-panel__row button:hover{background:#ffffff3d}.admin-shared-url-panel__status{display:inline-flex;gap:7px;align-items:center;justify-self:start;margin:0;padding:7px 10px;border:1px solid rgba(167,243,208,.34);border-radius:999px;background:#064e3bb8;color:#d1fae5;font-size:.8rem;font-weight:900;animation:shared-url-alert-in .14s ease-out}@keyframes shared-url-alert-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.mode-switch-link{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:.6rem 1rem;border:1px solid rgba(255,255,255,.48);border-radius:6px;background:#0f172a2e;color:#fff;font-size:.9rem;font-weight:700;line-height:1.2;text-decoration:none;cursor:pointer}.mode-switch-link:hover{background:#0f172a47;text-decoration:none}.mode-switch-link:disabled{opacity:.62;cursor:wait}.game-landing-link{white-space:nowrap}.page-header-top-actions{position:absolute;top:1rem;right:1rem;z-index:3;display:flex;flex-wrap:wrap;gap:8px;align-items:flex-start;justify-content:flex-end;width:min(100%,760px);max-width:calc(100% - 2rem)}.page-header>.page-header-top-actions,.werewolf-page .page-header>.page-header-top-actions,.wordwolf-game-page .page-header>.page-header-top-actions,.wordwolf-admin-page .page-header>.page-header-top-actions,.drawing-werewolf-page .page-header>.page-header-top-actions,.drawing-game-admin-page>.page-header>.page-header-top-actions,.crosstalk-page-header>.page-header-top-actions,.crosstalk-admin-page .page-header>.page-header-top-actions{position:absolute;top:1rem;right:1rem;z-index:5}.page-header-top-actions .game-landing-link,.page-header-top-actions .page-header-mode-switch,.page-header-top-actions .admin-shared-url-panel{position:static;margin-top:0}.page-header-top-actions .page-header-mode-switch{order:0}.page-header-top-meta{order:3;display:inline-flex;flex:0 0 100%;gap:6px;align-items:center;justify-content:flex-end;max-width:100%;overflow:hidden}.page-header-top-meta span{display:inline-flex;gap:5px;align-items:center;min-width:0;max-width:13rem;padding:.3rem .52rem;border:1px solid rgba(255,255,255,.24);border-radius:999px;background:#0f172a33;color:#ffffffeb;font-size:.74rem;font-weight:800;line-height:1.2;white-space:nowrap}.page-header-top-meta strong{color:#ffffffa8;font-size:.66rem;font-weight:900}.page-header-top-meta span{overflow:hidden;text-overflow:ellipsis}.page-header-top-actions .admin-shared-url-panel{order:1}.page-header-top-actions .game-landing-link{order:2}.page-header-top-actions .admin-shared-url-panel.is-open{position:absolute;top:calc(100% + 8px);right:0;width:min(92vw,720px);z-index:4}.page-header>.game-landing-link,.werewolf-page .page-header>.game-landing-link,.werewolf-admin-start-page .page-header>.game-landing-link,.wordwolf-game-page .page-header>.game-landing-link,.wordwolf-admin-page .page-header>.game-landing-link,.drawing-werewolf-page .page-header>.game-landing-link,.drawing-game-admin-page>.page-header>.game-landing-link,.crosstalk-page-header>.game-landing-link,.crosstalk-admin-page .page-header>.game-landing-link{position:absolute;top:1rem;right:1rem;z-index:3;margin-top:0}.page-header:has(>.game-landing-link) h1,.werewolf-page .page-header:has(>.game-landing-link) h1,.werewolf-admin-start-page .page-header:has(>.game-landing-link) h1,.wordwolf-game-page .page-header:has(>.game-landing-link) h1,.wordwolf-admin-page .page-header:has(>.game-landing-link) h1,.drawing-werewolf-page .page-header:has(>.game-landing-link) h1,.drawing-game-admin-page>.page-header:has(>.game-landing-link) h1,.crosstalk-page-header:has(>.game-landing-link) h1,.crosstalk-admin-page .page-header:has(>.game-landing-link) h1{max-width:calc(100% - 9.5rem)}.page-header:has(>.page-header-top-actions) h1,.werewolf-page .page-header:has(>.page-header-top-actions) h1,.wordwolf-game-page .page-header:has(>.page-header-top-actions) h1,.drawing-werewolf-page .page-header:has(>.page-header-top-actions) h1,.crosstalk-page-header:has(>.page-header-top-actions) h1{max-width:calc(100% - 28rem)}.page-header-mode-switch{margin-top:1rem}.admin-participant-gm-controls{display:inline-flex;align-items:center;gap:10px;width:fit-content;max-width:100%;margin-top:1rem;padding:8px;border:1px solid rgba(255,255,255,.24);border-radius:8px;background:#0f172a2e;box-shadow:inset 0 1px #ffffff24}.page-header:has(>.page-header-top-actions)>.admin-participant-gm-controls,.werewolf-page .page-header:has(>.page-header-top-actions)>.admin-participant-gm-controls,.wordwolf-game-page .page-header:has(>.page-header-top-actions)>.admin-participant-gm-controls,.drawing-werewolf-page .page-header:has(>.page-header-top-actions)>.admin-participant-gm-controls,.crosstalk-page-header:has(>.page-header-top-actions) .admin-participant-gm-controls{margin-top:2.25rem;max-width:min(100%,920px)}.admin-participant-gm-controls .user-info,.admin-participant-gm-controls .crosstalk-caption{margin:0;color:#ffffffd6;font-size:.82rem;font-weight:700;white-space:nowrap}.admin-participant-gm-controls>.gm-actions,.admin-participant-gm-controls .gm-panel--compact .gm-actions{display:inline-flex;align-items:center;gap:6px;margin:0}.admin-participant-gm-controls .button,.gm-panel.gm-panel--compact .button{min-height:32px;padding:.42rem .78rem;border:1px solid rgba(255,255,255,.22);border-radius:6px;background:#ffffff29;box-shadow:none;color:#fff;font-size:.86rem;line-height:1.2}.admin-participant-gm-controls .button:hover,.gm-panel.gm-panel--compact .button:hover{background:#ffffff3d;box-shadow:none;transform:none}.admin-participant-gm-controls .button:disabled,.gm-panel.gm-panel--compact .button:disabled{opacity:.5}.gm-panel.gm-panel--compact{display:inline-flex;align-items:center;gap:8px;margin:0;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.gm-panel.gm-panel--compact h2,.gm-panel.gm-panel--compact p{display:none}.gm-panel.gm-panel--compact .gm-actions+.gm-actions{display:none}.page-content{padding:2rem 0}.card{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;padding:1.5rem;margin-bottom:1rem}.button{display:inline-block;padding:.75rem 1.5rem;background:#174f45;color:#fff;text-decoration:none;border-radius:6px;font-weight:600;border:none;cursor:pointer;transition:all .2s ease}.button:hover{transform:translateY(-1px);box-shadow:0 4px 12px #667eea4d}.button:disabled{opacity:.6;cursor:not-allowed;transform:none}.button-secondary{background:#e2e8f0;color:#4a5568}.button-secondary:hover{background:#cbd5e0}.button-danger{background:#c53030;color:#fff}.button-danger:hover{background:#9b2c2c}.admin-participant-gm-controls .button.button-danger{border-color:#fff3;background:#c53030;color:#fff}.admin-participant-gm-controls .button.button-danger:hover{background:#9b2c2c}.text-center{text-align:center}.mt-2{margin-top:1rem}.mb-2{margin-bottom:1rem}.p-2{padding:1rem}.timer{font-size:2rem;font-weight:700;text-align:center;margin:1rem 0}.justify-center{justify-content:center}.role-card{text-align:center}.role-image{max-width:200px;width:100%;height:auto;border-radius:8px;margin-top:1rem}.player-select{width:100%;padding:.5rem;border:1px solid #cbd5e0;border-radius:6px}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a99;display:flex;align-items:center;justify-content:center;padding:16px;z-index:1000}.modal-content{background:#fff;border-radius:12px;box-shadow:0 10px 30px #0f172a40;max-width:520px;width:100%;padding:24px}.modal-title{margin:0 0 12px;font-size:1.4rem;font-weight:700;text-align:center}.modal-result-image{width:100%;height:auto;display:block;border-radius:8px}.viewer-password-tool{display:inline-flex;gap:10px;align-items:center;flex-wrap:wrap;justify-content:flex-end}.viewer-password-display{display:inline-flex;gap:4px;align-items:center;flex-wrap:wrap;font-size:.95rem;color:#1f2937}.viewer-password-value{min-width:3.6rem;letter-spacing:0}.viewer-password-toggle{display:inline-flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;padding:0;border:none;border-radius:6px;background:transparent;color:currentColor;cursor:pointer}.viewer-password-toggle:hover,.viewer-password-toggle:focus-visible{background:transparent;color:currentColor}.viewer-password-toggle:focus-visible{outline:2px solid currentColor;outline-offset:2px}@media(max-width:768px){.container{padding:0 15px}.page-header h1{font-size:1.5rem}.page-header-top-actions{top:.75rem;right:.75rem;gap:6px;width:min(100%,620px);max-width:calc(100% - 1.5rem)}.page-header>.page-header-top-actions,.werewolf-page .page-header>.page-header-top-actions,.wordwolf-game-page .page-header>.page-header-top-actions,.wordwolf-admin-page .page-header>.page-header-top-actions,.drawing-werewolf-page .page-header>.page-header-top-actions,.drawing-game-admin-page>.page-header>.page-header-top-actions,.crosstalk-page-header>.page-header-top-actions,.crosstalk-admin-page .page-header>.page-header-top-actions{top:.75rem;right:.75rem}.page-header-top-actions .game-landing-link,.page-header-top-actions .page-header-mode-switch,.page-header-top-actions .admin-shared-url-panel__toggle{min-height:34px;padding:.45rem .75rem;font-size:.82rem}.page-header-top-actions .admin-shared-url-panel.is-open{width:min(94vw,620px)}.page-header-top-meta{display:inline-flex;gap:4px}.page-header-top-meta span{max-width:9.5rem;padding:.32rem .5rem;font-size:.72rem}.page-header-top-meta strong{font-size:.66rem}.admin-shared-url-panel__row{grid-template-columns:1fr}.page-header>.game-landing-link,.werewolf-page .page-header>.game-landing-link,.werewolf-admin-start-page .page-header>.game-landing-link,.wordwolf-game-page .page-header>.game-landing-link,.wordwolf-admin-page .page-header>.game-landing-link,.drawing-werewolf-page .page-header>.game-landing-link,.drawing-game-admin-page>.page-header>.game-landing-link,.crosstalk-page-header>.game-landing-link,.crosstalk-admin-page .page-header>.game-landing-link{top:.75rem;right:.75rem;min-height:34px;padding:.45rem .75rem;font-size:.82rem}.page-header:has(>.game-landing-link) h1,.werewolf-page .page-header:has(>.game-landing-link) h1,.werewolf-admin-start-page .page-header:has(>.game-landing-link) h1,.wordwolf-game-page .page-header:has(>.game-landing-link) h1,.wordwolf-admin-page .page-header:has(>.game-landing-link) h1,.drawing-werewolf-page .page-header:has(>.game-landing-link) h1,.drawing-game-admin-page>.page-header:has(>.game-landing-link) h1,.crosstalk-page-header:has(>.game-landing-link) h1,.crosstalk-admin-page .page-header:has(>.game-landing-link) h1{max-width:calc(100% - 8rem)}.page-header:has(>.page-header-top-actions) h1,.werewolf-page .page-header:has(>.page-header-top-actions) h1,.wordwolf-game-page .page-header:has(>.page-header-top-actions) h1,.drawing-werewolf-page .page-header:has(>.page-header-top-actions) h1,.crosstalk-page-header:has(>.page-header-top-actions) h1{max-width:calc(100% - 21rem)}.page-header:has(>.page-header-top-actions)>.admin-participant-gm-controls,.werewolf-page .page-header:has(>.page-header-top-actions)>.admin-participant-gm-controls,.wordwolf-game-page .page-header:has(>.page-header-top-actions)>.admin-participant-gm-controls,.drawing-werewolf-page .page-header:has(>.page-header-top-actions)>.admin-participant-gm-controls,.crosstalk-page-header:has(>.page-header-top-actions) .admin-participant-gm-controls{margin-top:2.25rem}.admin-participant-gm-controls{display:flex;flex-wrap:wrap;width:100%}.gm-panel.gm-panel--compact{flex-wrap:wrap}}.home-page{--home-bg: #f4ead7;--home-paper: #fff9ec;--home-paper-deep: #f4dfb6;--home-ink: #17231f;--home-muted: #657064;--home-line: rgba(53, 70, 57, .18);--home-table: #1d564e;--home-teal: #0f766e;--home-sun: #f6c453;--home-coral: #e85f42;--home-blue: #2864a6;min-height:100vh;background-color:var(--home-bg);background-image:repeating-linear-gradient(90deg,rgba(98,70,35,.06) 0 1px,transparent 1px 74px);color:var(--home-ink);font-family:Avenir Next,Hiragino Sans,Yu Gothic,sans-serif;overflow-x:hidden}.home-hero{position:relative;overflow:hidden;padding:1.35rem 0 1.85rem;color:#fffaf0;background-color:var(--home-table);background-image:linear-gradient(120deg,rgba(255,255,255,.07) 0 1px,transparent 1px 26px)}.home-hero:before{content:"";position:absolute;right:-8%;bottom:-42px;width:46%;height:108px;background:var(--home-sun);clip-path:polygon(0 42%,100% 0,86% 100%,8% 78%);opacity:.92;pointer-events:none}.home-hero-surface{position:relative;display:grid;grid-template-columns:minmax(0,1.25fr) minmax(290px,.72fr);gap:24px;align-items:end}.home-hero-main{position:relative;display:grid;gap:.82rem;min-width:0;padding:1.45rem;border:1px solid rgba(255,249,236,.34);border-radius:30px 16px 42px 20px;background:#fff9ec17;box-shadow:14px 18px #0c232052}.home-hero-main:after{content:"";position:absolute;right:1.4rem;top:1.25rem;width:42px;height:42px;background:#d94b38;clip-path:polygon(50% 0,100% 100%,0 100%);transform:rotate(12deg);pointer-events:none;z-index:0}.home-hero-main>*{position:relative;z-index:1}.home-kicker,.home-section-kicker{display:inline-flex;align-items:center;gap:.5rem;width:fit-content;margin-bottom:.65rem;padding:.28rem .74rem;border-radius:999px;background:#f6c4532e;color:#6b3a14;font-size:.76rem;font-weight:800;letter-spacing:0;text-transform:none}.home-hero .home-kicker{background:#fff1c9;color:#1b3d39}.home-brand{margin:0;color:inherit}.home-brand-logo{width:40px;height:40px}.home-hero-copy{max-width:30rem;margin:0;color:#fffaf0e6;font-size:1rem;line-height:1.7}.home-account-panel{position:relative;display:grid;gap:1rem;align-content:start;justify-items:start;min-width:0;padding:1.05rem;color:#17342f;background:#fff2cd;clip-path:polygon(0 8px,calc(100% - 24px) 0,100% 28px,calc(100% - 10px) 100%,18px calc(100% - 8px),0 calc(100% - 30px));box-shadow:12px 14px #0c232038}.home-account-meta{display:grid;gap:.75rem}.home-account-status-row{display:flex;flex-wrap:wrap;gap:8px 10px;align-items:center;justify-content:space-between}.home-header-links{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.home-version{font-size:.82rem;color:#17342fb8}.home-header-link{display:inline-flex;align-items:center;min-height:32px;padding:.3rem .68rem;border:1px solid rgba(29,86,78,.16);border-radius:999px;background:#ffffff70;color:#17342f;font-size:.8rem;font-weight:700;text-decoration:none}.home-header-link:hover{background:#fff;text-decoration:none}.home-header-button{font:inherit;cursor:pointer}.home-account-label{display:inline-flex;width:fit-content;padding:.42rem .82rem;border-radius:999px 999px 999px 18px;background:#17342f;color:#fffaf0;font-size:.76rem;font-weight:800;letter-spacing:0}.home-layout{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.85fr);gap:22px;align-items:start;margin-top:-1.2rem}.home-layout--solo{grid-template-columns:minmax(0,720px);justify-content:center}.home-main-column{display:grid;gap:18px;min-width:0}.home-sidebar{display:grid;gap:18px;min-width:0;margin-top:2.2rem}.home-entry-card,.home-groups-card{border:1px solid var(--home-line);box-shadow:0 16px #543e2514,0 22px 42px #4a361e14;background:var(--home-paper)}.home-entry-card{position:relative;overflow:hidden;padding:1.5rem;border-radius:34px 18px 38px}.home-entry-card:before{content:"";position:absolute;top:0;left:0;width:74px;height:74px;background:var(--home-coral);clip-path:polygon(0 0,100% 0,0 100%);pointer-events:none}.home-groups-card{padding:1.35rem;border-radius:18px 34px 18px 38px;background:#17342f;color:#fff9ec}.home-section-head{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:start}.home-section-head h2,.home-section-head h3{margin:0;overflow-wrap:anywhere}.home-section-head h2{font-size:1.45rem;line-height:1.35}.home-section-head p{max-width:42rem;margin:.45rem 0 0;color:var(--home-muted);line-height:1.75}.home-section-head--compact{align-items:center}.home-groups-card .home-section-kicker{background:#fff9ec24;color:#fff2cd}.home-groups-card .home-section-head p{color:#fff9ecc2}.home-form-group{margin-top:1.35rem}.home-form-label-row{display:flex;gap:10px;align-items:center;justify-content:space-between;margin-bottom:.5rem}.home-form-group label{display:inline-flex;margin-bottom:.5rem;padding:.2rem .62rem;border-radius:999px;background:#17342f;color:#fff9ec;font-size:.84rem;font-weight:800}.home-form-label-row label{margin-bottom:0}.home-name-clear-button{min-height:30px;padding:.2rem .65rem;border:1px solid rgba(23,52,47,.16);border-radius:999px;background:transparent;color:#40534c;font:inherit;font-size:.78rem;font-weight:800;cursor:pointer}.home-name-clear-button:hover{background:#17342f0f}.home-form-group input,.home-form-group select{width:100%;min-height:56px;padding:.88rem 1rem;border:2px solid rgba(23,52,47,.18);border-radius:999px;background:#fffef8;color:var(--home-ink);font:inherit;box-shadow:inset 0 -3px #1d564e14}.home-form-group input:focus,.home-form-group select:focus{outline:none;border-color:#0f766e9e;box-shadow:0 0 0 4px #f6c45347,inset 0 -3px #1d564e14}.home-join-layout{position:relative;z-index:1;display:grid;grid-template-columns:1fr;gap:20px;align-items:start;margin-top:.4rem}.home-join-form{display:grid;gap:12px;min-width:0}.home-single-room{display:grid;gap:7px;padding:.72rem .9rem;border:1px solid rgba(23,52,47,.12);border-radius:18px;background:#fffaf0b8}.home-single-room span{color:#40534c;font-size:.78rem;font-weight:800}.home-single-room strong{color:#17342f;font-size:.95rem;overflow-wrap:anywhere}.home-room-status,.home-join-feedback{display:grid;gap:7px;padding:.82rem .92rem;border:1px solid rgba(23,52,47,.16);border-radius:18px 14px 22px;background:#fffaf0}.home-room-status strong,.home-join-feedback strong{color:#17342f;font-size:.95rem}.home-room-status span,.home-join-feedback span{color:var(--home-muted);line-height:1.65}.home-room-status code{display:block;padding:.55rem .7rem;border:1px solid rgba(23,52,47,.12);border-radius:10px;background:#fff;color:#14342f;font-size:.82rem;overflow-wrap:anywhere}.home-room-status--success,.home-join-feedback--success{border-color:#0f766e3d;background:#e4f6e4}.home-room-status--warning,.home-join-feedback--warning{border-color:#f6c45375;background:#fff4d8}.home-room-status--error,.home-join-feedback--error{border-color:#e85f4259;background:#fff0e9}.home-refresh-button{width:fit-content;min-height:38px;padding:.55rem .85rem;border-radius:999px;box-shadow:none}.home-refresh-button--quiet{min-height:auto;padding:0;border:0;background:transparent;color:#315e8a;box-shadow:none;text-decoration:underline;text-underline-offset:3px}.home-action-panel{display:grid;gap:.85rem;padding:0;border:0;background:transparent}.home-entry-actions{display:flex;flex-wrap:wrap;gap:12px}.home-start-button{min-height:52px;border-radius:999px}.home-start-button{min-width:220px;background:#e85f42;color:#fffaf0;box-shadow:0 5px #9d321f}.home-start-button:hover{box-shadow:0 6px #9d321f,0 10px 20px #9d321f2e}.home-start-button:disabled{background:#efc3b7;color:#fffaf0db;box-shadow:0 4px #cf9a8d;cursor:not-allowed}.home-start-button:disabled:hover{box-shadow:0 4px #cf9a8d}.home-group-count{display:inline-flex;align-items:center;justify-content:center;min-height:38px;min-width:54px;padding:.35rem .78rem;border-radius:999px;background:var(--home-sun);color:#17342f;font-size:.82rem;font-weight:800;text-align:center}.home-group-list{display:grid;gap:13px;margin-top:1.05rem}.home-group-item{position:relative;display:grid;grid-template-columns:12px minmax(0,1fr);gap:14px;width:100%;padding:0;border:2px solid rgba(246,196,83,.78);border-radius:18px;background:#fffaf0;color:#17342f;text-align:left;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.home-group-item:hover{border-color:#f6c453e6;box-shadow:0 14px 24px #00000029;transform:translateY(-2px)}.home-group-item.is-selected{border-color:var(--home-sun);box-shadow:0 0 0 3px #f6c4533d,0 16px 28px #0003}.home-group-accent{align-self:stretch;border-radius:16px 0 0 16px}.home-group-accent--werewolf{background:#8d2f2b}.home-group-accent--wordwolf{background:var(--home-blue)}.home-group-accent--drawing-werewolf{background:#6b4bb8}.home-group-accent--crosstalk{background:#b8336a}.home-group-accent--neutral{background:#5b6762}.home-group-item-body{min-width:0;padding:.95rem 1rem 1rem 0}.home-group-item-top{display:grid;gap:8px;align-items:start}.home-group-item-top strong{min-width:0;color:#122b26;font-size:1rem;overflow-wrap:anywhere}.home-group-item-top span{display:inline-flex;width:fit-content;max-width:100%;padding:.2rem .58rem;border:1px solid rgba(29,86,78,.14);border-radius:999px;background:#1d564e1a;color:#17342f;font-size:.84rem;font-weight:800;overflow-wrap:anywhere}.home-group-item p{margin:.6rem 0 0;color:#42554d;line-height:1.68}.home-group-item-meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:.75rem;color:#0f5e56;font-size:.84rem;font-weight:800}.home-group-item-meta span{padding:.16rem .55rem;border-radius:999px;background:#0f766e1a}@media(max-width:980px){.home-layout{grid-template-columns:1fr}.home-sidebar{margin-top:0}.home-join-layout{grid-template-columns:1fr}}@media(min-width:641px)and (max-width:980px){.home-hero{padding:.95rem 0 1.15rem}.home-hero-surface{grid-template-columns:minmax(0,1fr) minmax(250px,.64fr);gap:16px}.home-hero-main{gap:.65rem;padding:1.05rem;border-radius:26px 14px 34px 18px;box-shadow:8px 10px #0c232042}.home-hero-main:after{top:1rem;right:1rem;width:34px;height:34px}.home-brand-logo{width:36px;height:36px}.home-hero-copy{font-size:.92rem;line-height:1.58}.home-account-panel{padding:.82rem;box-shadow:8px 10px #0c23202e}.home-account-meta{gap:.6rem}.home-account-label{padding:.36rem .68rem;font-size:.72rem}.home-version{font-size:.78rem}.home-header-links{gap:6px}.home-header-link{min-height:30px;padding:.24rem .56rem;font-size:.76rem}.home-layout--solo{grid-template-columns:minmax(0,690px);justify-content:center}}@media(max-width:640px){.home-page .container{max-width:390px;padding-right:16px;padding-left:16px}.home-hero{padding:.65rem 0 .9rem}.home-hero:before{width:70%;height:72px}.home-hero-surface{grid-template-columns:1fr;gap:14px}.home-hero-main{gap:.55rem;padding:.82rem;border-radius:24px 14px 30px 16px;box-shadow:6px 8px #0c23203d}.home-hero-main:after{width:32px;height:32px;right:1rem;top:1rem}.home-account-panel{padding:.72rem;box-shadow:6px 8px #0c23202e}.home-account-meta{gap:.6rem}.home-header-links{gap:6px}.home-header-link{min-height:30px;padding:.26rem .6rem;font-size:.78rem}.home-hero-copy{font-size:.9rem;line-height:1.6}.home-section-head{grid-template-columns:1fr;gap:12px}.home-entry-card,.home-groups-card{padding:.92rem}.home-entry-card:before{width:52px;height:52px}.home-form-group{margin-top:1rem}.home-join-form{gap:12px}.home-single-room,.home-room-status,.home-join-feedback{padding:.78rem .9rem}.home-entry-actions{flex-direction:column}.home-start-button,.home-refresh-button{width:100%}.home-refresh-button.home-refresh-button--quiet{width:fit-content}.home-group-item{border-radius:18px}}.landing-page{--landing-bg: #fff3d6;--landing-paper: #fffdf6;--landing-surface: #fffef9;--landing-line: #e7c878;--landing-line-strong: #f06f38;--landing-ink: #1f2a32;--landing-muted: #5c6b75;--landing-accent: #e9492f;--landing-accent-soft: #ffe7dc;min-height:100vh;padding-bottom:4.5rem;background:linear-gradient(45deg,rgba(233,73,47,.07) 25%,transparent 25% 75%,rgba(233,73,47,.07) 75%),linear-gradient(45deg,rgba(20,143,122,.07) 25%,transparent 25% 75%,rgba(20,143,122,.07) 75%),var(--landing-bg);background-position:0 0,20px 20px,0 0;background-size:40px 40px;color:var(--landing-ink);font-family:Avenir Next,Hiragino Sans,Yu Gothic,sans-serif}.landing-page .button{min-height:44px;border:2px solid #8f2b1f;border-radius:6px;background:#f15a3b;box-shadow:0 4px #8f2b1f;color:#fff;font-weight:900;line-height:1.2}.landing-page .button:hover{transform:translateY(-2px);box-shadow:0 6px #8f2b1f,0 14px 24px #8f2b1f2e}.landing-page .button:focus-visible{outline:3px solid #173447;outline-offset:2px}.landing-page .button-secondary{border-color:#8b661f;background:#ffd166;box-shadow:0 4px #8b661f;color:#2a2518}.landing-page .button-secondary:hover{background:#ffe08c}.landing-hero{--hero-bg: #0f6c64;--hero-bg-deep: #073f44;--hero-accent: #ffd166;--hero-hot: #f15a3b;--hero-paper: #ffe8a6;position:relative;overflow:hidden;padding:3.8rem 0 3.4rem;background:linear-gradient(118deg,var(--hero-bg) 0 58%,var(--hero-hot) 58% 66%,var(--hero-paper) 66% 100%);color:#fffaf0}.landing-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(255,255,255,.08) 2px,transparent 2px),linear-gradient(180deg,rgba(255,255,255,.06) 2px,transparent 2px),linear-gradient(118deg,transparent 0 57%,rgba(20,28,32,.22) 57% 66%,transparent 66%);background-size:34px 34px,34px 34px,auto;pointer-events:none}.landing-hero--index{--hero-bg: #137d71;--hero-bg-deep: #094d55;--hero-accent: #ffd166;--hero-hot: #f15a3b;--hero-paper: #ffe8a6}.landing-hero--werewolf{--hero-bg: #6b2638;--hero-bg-deep: #3c1830;--hero-accent: #ffcb45;--hero-hot: #f05d4e;--hero-paper: #ffd8b8}.landing-hero--wordwolf{--hero-bg: #1f74a7;--hero-bg-deep: #16496d;--hero-accent: #ffd166;--hero-hot: #ff7f50;--hero-paper: #cbefff}.landing-hero--drawing-werewolf{--hero-bg: #21805d;--hero-bg-deep: #164b42;--hero-accent: #ffd166;--hero-hot: #b565d9;--hero-paper: #d8f0a4}.landing-hero--drawing-telephone{--hero-bg: #147f75;--hero-bg-deep: #0a4f53;--hero-accent: #ffd166;--hero-hot: #ff8f43;--hero-paper: #ffe4b5}.landing-hero--crosstalk{--hero-bg: #6b3ba8;--hero-bg-deep: #3b2c75;--hero-accent: #ffd166;--hero-hot: #f15a9a;--hero-paper: #e9d6ff}.landing-hero--music-line{--hero-bg: #0d6f66;--hero-bg-deep: #113f46;--hero-accent: #ffd166;--hero-hot: #f4903d;--hero-paper: #fff1a8}.landing-hero--music-karuta{--hero-bg: #226aa6;--hero-bg-deep: #16466f;--hero-accent: #ffd166;--hero-hot: #f15a77;--hero-paper: #cfeeff}.landing-hero-surface{position:relative;display:grid;gap:2rem;align-items:center;min-height:380px;padding-top:1rem;padding-bottom:1rem}.landing-hero-surface--index{grid-template-columns:minmax(0,1fr) minmax(300px,.72fr)}.landing-game-hero,.landing-music-hero,.landing-karuta-hero{grid-template-columns:minmax(0,.95fr) minmax(320px,1.05fr)}.landing-hero-copy,.landing-game-hero>div:first-child,.landing-music-hero>div:first-child,.landing-karuta-hero>div:first-child{display:grid;justify-items:start;gap:1.15rem;max-width:660px;min-width:0}.landing-kicker{display:inline-flex;align-items:center;gap:.55rem;margin:0;color:var(--hero-accent, var(--landing-accent));font-size:.9rem;font-weight:900;letter-spacing:0;text-transform:none}.landing-kicker:before{content:"";display:inline-block;width:16px;height:16px;border:2px solid currentColor;border-radius:4px;background:currentColor;box-shadow:6px 6px #ffffff2e}.landing-brand{display:grid;grid-template-columns:auto 1fr;gap:1.2rem;align-items:center}.landing-brand-copy{display:grid;gap:.7rem}.landing-brand-mark{width:88px;height:88px;border:3px solid #ffffff;border-radius:8px;background:#fffef9;box-shadow:0 8px #0000002e;padding:12px}.landing-hero h1{margin:0;max-width:760px;font-size:4rem;font-weight:900;line-height:1.02;letter-spacing:0;text-shadow:0 5px 0 rgba(0,0,0,.16)}.landing-hero p{margin:0;max-width:720px;color:#fbf7efe0;font-size:1.02rem;line-height:1.9}.landing-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-top:.25rem;max-width:100%;min-width:0}.landing-action-links-wrapper{position:relative;z-index:12;display:inline-flex;align-items:center;max-width:100%;min-width:0}.landing-action-links-menu{position:relative;max-width:100%}.landing-action-links-menu[open]{z-index:30}.landing-action-links-trigger{display:inline-flex;align-items:center;gap:.45rem;min-height:42px;max-width:100%;padding:.58rem .86rem;border:1px solid rgba(255,255,255,.34);border-radius:999px;background:#ffffff2e;color:#fffaf0;cursor:pointer;font-size:.86rem;font-weight:900;line-height:1.2;list-style:none;white-space:nowrap}.landing-action-links-trigger::-webkit-details-marker{display:none}.landing-action-links-trigger:after{content:"";width:.42rem;height:.42rem;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:translateY(-1px) rotate(45deg)}.landing-action-links-menu[open] .landing-action-links-trigger:after{transform:translateY(2px) rotate(225deg)}.landing-pill-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:.2rem}.landing-action-links{position:absolute;top:calc(100% + 8px);left:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;width:min(360px,calc(100vw - 2rem));max-width:calc(100vw - 2rem);max-height:min(360px,70vh);overflow:auto;padding:.72rem;border:1px solid rgba(15,23,42,.1);border-radius:16px;background:#fffffffa;box-shadow:0 18px 42px #0f172a33}.landing-section>h2{margin:0 0 1rem;font-size:clamp(1.55rem,2.3vw,1.95rem);line-height:1.24;letter-spacing:0}.landing-chip{display:inline-flex;align-items:center;min-height:30px;padding:.24rem .62rem;border:2px solid rgba(255,255,255,.42);border-radius:6px;background:#ffffff24;color:#fbf7ef;font-size:.77rem;font-weight:900;text-decoration:none;box-shadow:0 3px #00000029;white-space:nowrap}.landing-chip:hover{background:#ffffff29;text-decoration:none}.landing-chip:focus-visible{outline:2px solid #ffffff;outline-offset:2px}.landing-action-links .landing-chip{justify-content:center;min-height:38px;border:1px solid #e2e8f0;background:#f8fafc;color:#0f172a;box-shadow:none;line-height:1.3;text-align:center;white-space:normal}.landing-action-links .landing-chip:hover{background:#ecfeff}.landing-index-board{display:grid;gap:0;align-self:stretch;min-height:300px;border:3px solid #27343a;border-radius:8px;background:linear-gradient(90deg,rgba(39,52,58,.08) 2px,transparent 2px),linear-gradient(180deg,rgba(39,52,58,.08) 2px,transparent 2px),#fff8c9;background-size:28px 28px;box-shadow:12px 12px #27343a;color:#27343a;transform:rotate(1.2deg)}.landing-index-board-title{align-self:start;border-bottom:3px solid #27343a;background:#ff6b4a;padding:1rem 1.1rem;color:#fff;font-size:.88rem;font-weight:900}.landing-index-board-row{display:grid;grid-template-columns:44px 1fr;gap:.3rem .85rem;align-items:start;border-bottom:2px dashed rgba(39,52,58,.22);padding:1rem 1.1rem}.landing-index-board-row span{grid-row:span 2;display:grid;place-items:center;width:36px;height:36px;border:2px solid #27343a;border-radius:999px;background:#35c7a9;color:#27343a;font-size:.82rem;font-weight:900;box-shadow:0 3px #27343a}.landing-index-board-row strong{font-size:1rem}.landing-index-board-row em{color:#626b76;font-size:.9rem;font-style:normal}.landing-section{margin-top:4.2rem}.landing-section>h2{margin:0 0 .95rem;font-size:clamp(1.55rem,2.3vw,1.95rem);line-height:1.24;letter-spacing:0}.landing-section>p{margin:.6rem 0 1rem;color:var(--landing-muted);max-width:780px;line-height:1.85}.landing-section-head{display:grid;gap:.45rem;max-width:780px;margin-bottom:1.35rem;padding:1rem 1.1rem;border:2px solid rgba(233,73,47,.32);border-radius:8px;background:#fffef9c7;box-shadow:6px 6px #f06f3829}.landing-section:nth-child(2n) .landing-section-head{margin-left:auto}.landing-section-head .landing-kicker{color:var(--landing-accent)}.landing-section-head h2,.landing-card h2{margin:0;font-size:2.08rem;font-weight:900;line-height:1.16;letter-spacing:0}.landing-section-head p,.landing-card p{margin:0;color:var(--landing-muted);line-height:1.85}.landing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:18px}.landing-grid--showcase{grid-template-columns:repeat(auto-fit,minmax(255px,1fr));align-items:start}.landing-card{display:grid;gap:.85rem;padding:1.3rem;border:2px solid var(--landing-line);border-radius:8px;background:var(--landing-surface);box-shadow:0 5px #1f2a322e}.landing-card h3{margin:0;font-size:1.18rem;line-height:1.35}.landing-card-eyebrow{color:var(--landing-accent);font-size:.82rem;font-weight:900;letter-spacing:0;text-transform:none}.landing-game-card{position:relative;min-height:220px;align-content:start;color:inherit;text-decoration:none;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease,background-color .18s ease}.landing-game-card:hover{border-color:var(--landing-accent);background:#fff6da;box-shadow:8px 8px #e9492f47;transform:translate(-2px,-4px) rotate(-.8deg);text-decoration:none}.landing-inline-link{width:fit-content;margin-top:auto;border-bottom:2px solid currentColor;color:var(--landing-accent);font-weight:900}.landing-plan-list{display:grid;gap:0;margin:.3rem 0 0}.landing-plan-list div{display:grid;gap:.2rem;padding:.7rem 0;border-top:1px solid rgba(36,38,43,.12)}.landing-plan-list dt{color:var(--landing-muted);font-size:.8rem;font-weight:900}.landing-plan-list dd{margin:0;color:var(--landing-ink);font-weight:800}.landing-section--split{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr);gap:18px;align-items:start}.landing-card--tint{border-color:#f3bd4e;background:#fff2bf}.landing-card--accent{border-color:#43bfa8;background:#e0fff4}.landing-card--quickstart{max-width:860px;margin:0 auto;border-color:#27343a;border-width:3px;background:linear-gradient(90deg,rgba(39,52,58,.08) 2px,transparent 2px),#fff7c6;background-size:28px 28px;box-shadow:10px 10px #27343a33}.landing-steps{display:grid;gap:0;counter-reset:landing-step;margin:0;padding:0;list-style:none}.landing-steps li{position:relative;display:grid;gap:.3rem;min-height:54px;padding:.9rem 0 .9rem 2.6rem;border-bottom:2px dashed rgba(31,42,50,.16);background:transparent;line-height:1.75}.landing-steps li:before{counter-increment:landing-step;content:counter(landing-step);position:absolute;left:.1rem;top:.85rem;display:grid;place-items:center;width:1.7rem;height:1.7rem;border-radius:999px;background:var(--landing-accent);color:#fff;font-size:.8rem;font-weight:900}.landing-steps li:last-child{border-bottom:0}.landing-steps p{margin:.15rem 0 0}.landing-meta{color:var(--landing-muted);font-size:.92rem}.landing-link{color:#fbf7ef;font-weight:800;text-decoration:none}.landing-link:hover{text-decoration:underline}.landing-guide-grid{grid-template-columns:repeat(auto-fit,minmax(245px,1fr))}.landing-guide-step-card{align-content:start}.landing-guide-step-number{display:inline-flex;align-items:center;justify-content:center;width:fit-content;min-width:72px;padding:.28rem .58rem;border:1px solid var(--landing-accent);border-radius:999px;background:#fff;color:var(--landing-accent);font-size:.78rem;font-weight:900;letter-spacing:0;text-transform:none}.landing-guide-link{display:inline-flex;width:fit-content;align-items:center;justify-content:center;min-height:42px;padding:.62rem .9rem;border:1px solid rgba(13,118,110,.34);border-radius:6px;background:#fff;color:var(--landing-accent);font-weight:900;text-decoration:none;transition:background-color .18s ease,transform .18s ease}.landing-guide-link:hover{background:var(--landing-accent-soft);transform:translateY(-1px);text-decoration:none}.landing-guide-callout{margin-bottom:1rem}.landing-guide-callout--compact{justify-items:start}.landing-guide-list{display:grid;gap:.65rem;margin:0;padding-left:1.2rem;color:var(--landing-muted)}.landing-guide-list li{line-height:1.75}.landing-guide-note{border-left:4px solid var(--landing-accent);background:#fff;padding:1rem 1.1rem;color:#35505a}.landing-guide-note strong{display:block;margin-bottom:.35rem;color:var(--landing-ink)}.landing-music-sort-rules{list-style:none;padding-left:0}.landing-music-sort-rules li{display:grid;gap:.22rem;padding:.75rem 0;border-bottom:1px solid rgba(13,118,110,.16)}.landing-music-sort-rules li:last-child{border-bottom:0}.landing-music-sort-rules strong{color:var(--landing-ink)}.landing-music-sort-rules span{color:var(--landing-muted)}.landing-game-stage,.landing-music-stage,.landing-karuta-stage{position:relative;min-height:320px;overflow:hidden;border:3px solid rgba(255,250,240,.62);border-radius:8px;background:linear-gradient(45deg,rgba(255,255,255,.12) 25%,transparent 25% 75%,rgba(255,255,255,.12) 75%),#121a1f57;background-size:34px 34px;box-shadow:12px 12px #00000038;transform:rotate(-1deg)}.landing-game-stage,.landing-karuta-stage{padding:22px}.landing-music-disc{position:absolute;left:50%;top:34px;width:210px;height:210px;transform:translate(-50%);border-radius:999px;background:radial-gradient(circle at center,#fbf7ef 0 12px,#24262b 13px 33px,transparent 34px),repeating-radial-gradient(circle at center,#171b20 0,#171b20 8px,#2d333b 9px,#2d333b 12px);box-shadow:0 14px #00000038}.landing-music-line{position:absolute;right:24px;bottom:38px;left:24px;display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.landing-music-line span{display:grid;place-items:center;min-height:54px;border:2px solid rgba(251,247,239,.5);border-radius:6px;background:#fbf7ef2e;color:#fbf7ef;font-weight:900}.landing-music-floating-card{position:absolute;display:grid;place-items:center;min-width:104px;min-height:46px;border-radius:6px;background:#ffd166;color:#28433e;font-weight:900;box-shadow:7px 7px #00000038}.landing-music-floating-card--one{top:42px;left:28px}.landing-music-floating-card--two{top:126px;right:26px}.landing-karuta-now{display:flex;justify-content:space-between;gap:12px;align-items:center;min-height:58px;padding:0 16px;border:2px solid rgba(36,38,43,.18);border-radius:6px;background:#fffaf0;color:#24262b;font-weight:900;box-shadow:7px 7px #00000038}.landing-karuta-wave{display:flex;gap:5px;align-items:center;justify-content:flex-end;min-width:86px}.landing-karuta-wave i{display:block;width:8px;border-radius:999px;background:#25445b}.landing-karuta-wave i:nth-child(1){height:18px}.landing-karuta-wave i:nth-child(2){height:34px;background:#d95568}.landing-karuta-wave i:nth-child(3){height:26px;background:#d59a33}.landing-karuta-wave i:nth-child(4){height:40px}.landing-karuta-wave i:nth-child(5){height:22px;background:#d95568}.landing-karuta-board{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:20px;padding-bottom:86px}.landing-karuta-board span{display:grid;place-items:center;min-height:76px;padding:.75rem;border:2px solid rgba(251,247,239,.5);border-radius:6px;background:#fbf7ef2e;color:#fbf7ef;font-weight:900;text-align:center}.landing-karuta-board span.is-answer{background:#ffd166;color:#b92d45;box-shadow:7px 7px #00000038}.landing-karuta-score{position:absolute;right:22px;bottom:22px;display:grid;place-items:center;width:72px;height:72px;border:3px solid rgba(36,38,43,.18);border-radius:999px;background:#35c7a9;color:#24262b;font-size:1.3rem;font-weight:900}.landing-werewolf-role-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.landing-werewolf-role-grid span{display:grid;place-items:center;min-height:92px;border:2px solid rgba(36,38,43,.16);border-radius:6px;background:#fff8c9;color:#2c2d31;font-weight:900;box-shadow:7px 7px #00000038}.landing-werewolf-role-grid span.is-hidden{background:#5b2a75;color:#fbf7ef}.landing-werewolf-role-grid span.is-vote{background:#ff745c;color:#fff}.landing-werewolf-phase-row,.landing-wordwolf-vote-strip,.landing-drawing-turn-row,.landing-crosstalk-reactions{position:absolute;right:22px;bottom:22px;left:22px;display:grid;gap:8px}.landing-werewolf-phase-row,.landing-drawing-turn-row,.landing-crosstalk-reactions{grid-template-columns:repeat(3,1fr)}.landing-wordwolf-vote-strip{grid-template-columns:repeat(4,1fr)}.landing-werewolf-phase-row span,.landing-wordwolf-vote-strip span,.landing-drawing-turn-row span,.landing-crosstalk-reactions span{display:grid;place-items:center;min-height:44px;border:2px solid rgba(251,247,239,.38);border-radius:6px;background:#fbf7ef2e;color:#fbf7ef;font-weight:900}.landing-wordwolf-word-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.landing-wordwolf-word-row span{display:grid;gap:12px;min-height:118px;border-radius:6px;padding:16px;background:#fff8c9;color:#1d476b;font-weight:900;box-shadow:7px 7px #00000038}.landing-wordwolf-word-row span.is-minority{background:#bdefff;color:#15324d}.landing-wordwolf-word-row i{display:block;width:100%;height:18px;border-radius:999px;background:currentColor;opacity:.18}.landing-wordwolf-talk-stack{display:grid;gap:10px;margin-top:18px}.landing-wordwolf-talk-stack span{width:fit-content;max-width:100%;border:2px solid rgba(251,247,239,.38);border-radius:6px;padding:10px 14px;background:#fbf7ef2e;color:#fbf7ef;font-weight:900}.landing-wordwolf-talk-stack span:nth-child(2){justify-self:end}.landing-wordwolf-vote-strip span.is-selected,.landing-drawing-turn-row span.is-suspect,.landing-crosstalk-reactions span{background:#ffd166;color:var(--hero-bg)}.landing-drawing-canvas-card{position:relative;min-height:210px;border:2px solid rgba(36,38,43,.16);border-radius:6px;background:linear-gradient(90deg,rgba(36,38,43,.07) 1px,transparent 1px),linear-gradient(180deg,rgba(36,38,43,.07) 1px,transparent 1px),#fff8c9;background-size:26px 26px;box-shadow:7px 7px #00000038}.landing-drawing-stroke{position:absolute;display:block;border-radius:999px;transform-origin:left center}.landing-drawing-stroke--one{top:96px;left:42px;width:150px;height:10px;background:#0d766e;transform:rotate(-18deg)}.landing-drawing-stroke--two{top:118px;left:130px;width:118px;height:9px;background:#7c3f98;transform:rotate(34deg)}.landing-drawing-stroke--three{top:152px;left:80px;width:96px;height:9px;background:#d59a33;transform:rotate(12deg)}.landing-drawing-stroke--four{top:72px;right:62px;width:86px;height:9px;background:#c94d3d;transform:rotate(74deg)}.landing-telephone-stage-flow{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.landing-telephone-stage-flow span{position:relative;display:grid;place-items:center;min-height:76px;border-radius:6px;background:#fff8c9;color:#29483f;font-weight:900;box-shadow:7px 7px #00000038}.landing-telephone-stage-flow span.is-answer{background:#ff8f43;color:#fff}.landing-telephone-preview-stack{position:relative;min-height:178px;margin-top:20px}.landing-telephone-preview-stack span{position:absolute;display:block;width:58%;height:118px;border:2px solid rgba(36,38,43,.16);border-radius:6px;background:linear-gradient(140deg,transparent 0 42%,rgba(13,118,110,.2) 43% 48%,transparent 49%),#fff8c9;box-shadow:7px 7px #0000002e}.landing-telephone-preview-stack span:nth-child(1){top:0;left:0}.landing-telephone-preview-stack span:nth-child(2){top:28px;left:18%;background:linear-gradient(40deg,transparent 0 48%,rgba(124,63,152,.24) 49% 54%,transparent 55%),#fff8c9}.landing-telephone-preview-stack span:nth-child(3){top:56px;right:0;background:linear-gradient(110deg,transparent 0 44%,rgba(211,112,65,.28) 45% 50%,transparent 51%),#fff8c9}.landing-crosstalk-meter{display:grid;grid-template-columns:auto 1fr auto;gap:14px;align-items:center;min-height:80px;border-radius:6px;padding:0 16px;background:#fff8c9;color:#40304f;font-weight:900;box-shadow:7px 7px #00000038}.landing-crosstalk-meter strong{display:grid;place-items:center;min-height:44px;border:1px solid rgba(64,48,79,.2);border-radius:999px;background:#eaddea;color:#40304f}.landing-crosstalk-shared-text{display:grid;gap:10px;margin-top:18px;border:2px solid rgba(251,247,239,.38);border-radius:6px;padding:16px;background:#fbf7ef2e;color:#fbf7ef;font-weight:900}.landing-crosstalk-shared-text i{display:block;height:12px;border-radius:999px;background:#fbf7ef6b}.landing-crosstalk-shared-text i:nth-child(3){width:82%}.landing-crosstalk-shared-text i:nth-child(4){width:64%}.landing-drawing-preview{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,420px);gap:1.25rem;align-items:center}.landing-drawing-board{position:relative;min-height:220px;overflow:hidden;border:2px solid rgba(124,63,152,.26);border-radius:6px;background:linear-gradient(90deg,rgba(36,38,43,.08) 1px,transparent 1px),linear-gradient(180deg,rgba(36,38,43,.08) 1px,transparent 1px),#fff8c9;background-size:32px 32px}.landing-drawing-line,.landing-drawing-dot{position:absolute;display:block}.landing-drawing-line{height:8px;border-radius:999px;transform-origin:left center}.landing-drawing-line--one{top:118px;left:42px;width:150px;background:#24262b;transform:rotate(-22deg)}.landing-drawing-line--two{top:82px;left:155px;width:140px;background:#7c3f98;transform:rotate(30deg)}.landing-drawing-line--three{top:150px;left:270px;width:96px;background:#0d766e;transform:rotate(-42deg)}.landing-drawing-dot{width:18px;height:18px;border-radius:999px}.landing-drawing-dot--one{top:118px;left:214px;background:#c94d3d}.landing-drawing-dot--two{top:98px;left:328px;background:#d59a33}.landing-telephone-flow{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;gap:.75rem;align-items:center}.landing-telephone-card{display:grid;place-items:center;min-height:136px;border:2px solid rgba(13,118,110,.22);border-radius:6px;background:#dffcf3;color:#29483f;font-weight:900}.landing-telephone-card--drawing{background:linear-gradient(90deg,rgba(36,38,43,.08) 1px,transparent 1px),linear-gradient(180deg,rgba(36,38,43,.08) 1px,transparent 1px),#fff8c9;background-size:28px 28px;color:#7c3f98}.landing-telephone-card--answer{background:#ff8f43;color:#fff}.landing-telephone-arrow{color:var(--landing-accent);font-size:1.4rem;font-weight:900}.landing-role-button{width:100%;border:2px solid var(--landing-line);cursor:pointer;font:inherit;text-align:center;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.landing-role-button:hover{border-color:#d95244;box-shadow:8px 8px #d952443d;transform:translate(-1px,-3px) rotate(-.5deg)}.landing-role-button:focus-visible{outline:3px solid #0d766e;outline-offset:2px}.landing-role-button .role-image{width:auto;max-width:140px;margin-right:auto;margin-left:auto}.modal-role-image{display:block;max-width:160px;margin:.5rem auto 1rem}.landing-role-modal{position:relative;text-align:center}.landing-music-category-panel{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:1rem}.landing-music-category-button{display:inline-flex;gap:8px;align-items:center;min-height:38px;padding:0 12px;border:2px solid rgba(13,118,110,.36);border-radius:6px;background:#fff;color:var(--landing-ink);cursor:pointer;font:inherit;font-weight:900;box-shadow:0 3px #0d766e2e}.landing-music-category-button span{color:var(--landing-muted);font-size:.85rem}.landing-music-category-button.is-active{background:#f15a3b;color:#fff}.landing-music-category-button.is-active span{color:#ffffffd1}.landing-music-track-card{overflow:hidden;padding:0}.landing-music-track-card>p{padding:1.25rem}.landing-music-track-table-wrap{max-height:480px;overflow:auto}.landing-music-track-table{width:100%;border-collapse:collapse;font-size:.94rem}.landing-music-track-table th,.landing-music-track-table td{padding:.85rem 1rem;border-bottom:1px solid rgba(36,38,43,.12);text-align:left}.landing-music-track-table th{position:sticky;top:0;z-index:1;background:#fff2bf;color:#334155;font-size:.78rem;font-weight:900;text-transform:none}.landing-music-track-table td:nth-child(3){color:var(--landing-ink);font-weight:900}.modal-close-button{position:absolute;top:12px;right:12px;border:none;background:transparent;color:#4a5568;cursor:pointer;font-size:2.1rem;line-height:1;padding:4px}.modal-close-button:hover{color:#1a202c}.modal-close-button:focus-visible{outline:3px solid #0d766e;outline-offset:2px}.landing-page .button{border-color:transparent;border-radius:999px;box-shadow:0 10px 24px #8f2b1f3d}.landing-page .button:hover{box-shadow:0 14px 30px #8f2b1f47}.landing-page .button-secondary{border-color:transparent;box-shadow:0 10px 24px #8b661f33}.landing-kicker:before{border-radius:999px;box-shadow:0 0 0 5px #ffd1662e}.landing-brand-mark{border-color:transparent;box-shadow:0 14px 28px #00000029}.landing-chip{border-color:#ffffff3d;border-radius:999px;box-shadow:0 8px 18px #00000024}.landing-index-board{border-color:transparent;background:#fff8c9;box-shadow:0 26px 44px #27343a47}.landing-index-board-title{border-bottom:0;border-radius:999px;margin:1rem 1rem 0;background:#ff6b4a}.landing-index-board-row{border-bottom-color:#27343a29;margin:0 .65rem}.landing-index-board-row span{border-color:transparent;box-shadow:0 8px 18px #27343a2e}.landing-section-head{border-color:transparent;background:#fffef9e6;box-shadow:0 16px 32px #f06f381f}.landing-card{border-color:transparent;box-shadow:0 18px 34px #1f2a321f}.landing-game-card:hover{box-shadow:0 22px 38px #e9492f33}.landing-card--quickstart{border-color:transparent;box-shadow:0 22px 42px #27343a29}.landing-guide-step-number,.landing-guide-link,.landing-music-category-button{border-color:transparent;box-shadow:0 8px 18px #0d766e24}.landing-game-stage,.landing-music-stage,.landing-karuta-stage{border-color:transparent;border-radius:18px;box-shadow:0 26px 44px #0000003d}.landing-music-line span,.landing-karuta-board span,.landing-werewolf-role-grid span,.landing-werewolf-phase-row span,.landing-wordwolf-vote-strip span,.landing-drawing-turn-row span,.landing-crosstalk-reactions span,.landing-wordwolf-talk-stack span,.landing-crosstalk-shared-text{border-color:transparent}.landing-music-floating-card,.landing-karuta-now,.landing-karuta-board span.is-answer,.landing-werewolf-role-grid span,.landing-wordwolf-word-row span,.landing-drawing-canvas-card,.landing-telephone-stage-flow span,.landing-telephone-preview-stack span,.landing-crosstalk-meter{box-shadow:0 18px 30px #0000002e}.landing-telephone-card,.landing-drawing-board,.landing-role-button{border-color:transparent;box-shadow:0 16px 28px #1f2a321a}.landing-card-eyebrow,.landing-inline-link{display:inline-flex;align-items:center;width:fit-content;min-height:30px;padding:.25rem .7rem;border-radius:999px;background:#ffd1664d}.landing-inline-link{border-bottom:0;background:#e9492f1c}.landing-section-head,.landing-game-card,.landing-card--quickstart,.landing-index-board-row{position:relative;overflow:hidden}.landing-section-head:after{content:"";position:absolute;right:18px;top:14px;width:54px;height:42px;background:#35c7a9;clip-path:polygon(50% 0,100% 86%,0 86%);opacity:.2;transform:rotate(14deg);pointer-events:none}.landing-game-card{padding-top:3rem}.landing-game-card:before,.landing-game-card:after{content:"";position:absolute;pointer-events:none}.landing-game-card:before{right:1.1rem;top:1rem;width:50px;height:50px;border-radius:999px;background:#35c7a9;box-shadow:0 10px 24px #35c7a947}.landing-game-card:after{right:4.8rem;top:1.15rem;width:42px;height:30px;border-radius:999px/70%;background:#ffd166;transform:rotate(-18deg);box-shadow:0 9px 20px #ffd16642}.landing-grid--showcase .landing-game-card:nth-child(3n+1):before{border-radius:999px/64%;background:#ff8f43;transform:rotate(18deg)}.landing-grid--showcase .landing-game-card:nth-child(3n+2):before{border-radius:0;background:#b565d9;clip-path:polygon(50% 0,100% 90%,0 90%);transform:rotate(-12deg)}.landing-grid--showcase .landing-game-card:nth-child(3n):before{background:#35c7a9}.landing-grid--showcase .landing-game-card:nth-child(2n):after{width:32px;height:32px;border-radius:999px;background:#f15a77}.landing-index-board-row:after{content:"";position:absolute;right:1rem;bottom:.8rem;width:46px;height:22px;border-radius:999px/70%;background:#f15a3b2e;transform:rotate(-12deg)}.landing-index-board-row:nth-child(3):after{width:32px;height:32px;border-radius:999px;background:#35c7a938}.landing-index-board-row:nth-child(4):after{width:40px;height:34px;border-radius:0;background:#b565d933;clip-path:polygon(50% 0,100% 88%,0 88%)}.landing-game-stage:before,.landing-game-stage:after,.landing-music-stage:before,.landing-music-stage:after,.landing-karuta-stage:before,.landing-karuta-stage:after{content:"";position:absolute;pointer-events:none;z-index:0}.landing-game-stage:before,.landing-music-stage:before,.landing-karuta-stage:before{right:-28px;top:28px;width:136px;height:74px;border-radius:999px/70%;background:#ffd1662e;transform:rotate(-20deg)}.landing-game-stage:after,.landing-music-stage:after,.landing-karuta-stage:after{left:24px;bottom:28px;width:78px;height:68px;background:#ff8f4333;clip-path:polygon(50% 0,100% 88%,0 88%);transform:rotate(18deg)}.landing-game-stage>*,.landing-music-stage>*,.landing-karuta-stage>*{position:relative;z-index:1}.landing-card--quickstart:after{content:"";position:absolute;right:1.2rem;bottom:1.1rem;width:86px;height:44px;border-radius:999px/70%;background:#35c7a92e;transform:rotate(-10deg);pointer-events:none}.landing-werewolf-phase-row,.landing-wordwolf-vote-strip,.landing-drawing-turn-row,.landing-crosstalk-reactions{position:static;margin-top:18px;z-index:2}.landing-werewolf-phase-row span,.landing-wordwolf-vote-strip span,.landing-drawing-turn-row span,.landing-crosstalk-reactions span{min-height:42px;padding:.55rem .7rem;border-radius:999px;background:#fffaf0f0;color:#23313a;line-height:1.25;text-align:center;box-shadow:0 10px 22px #00000029}.landing-wordwolf-vote-strip span.is-selected,.landing-drawing-turn-row span.is-suspect,.landing-crosstalk-reactions span{background:#ffd166;color:#263238}.landing-section--shelf{margin-top:3.4rem}.landing-section-head--compact{max-width:680px}.landing-game-shelf{display:grid;gap:1.35rem}.landing-shelf-lane{display:grid;grid-template-columns:minmax(180px,250px) minmax(0,1fr);gap:1.2rem;align-items:start;padding:1.25rem 0;border-top:2px dashed rgba(31,42,50,.14)}.landing-shelf-lane:first-child{border-top:0}.landing-shelf-lane:nth-child(2n){grid-template-columns:minmax(0,1fr) minmax(180px,250px)}.landing-shelf-lane:nth-child(2n) .landing-shelf-label{grid-column:2}.landing-shelf-lane:nth-child(2n) .landing-shelf-games{grid-column:1;grid-row:1}.landing-shelf-label{position:relative;display:grid;gap:.55rem;padding:.85rem 0 .85rem 1.1rem}.landing-shelf-label:before{content:"";position:absolute;left:0;top:1rem;bottom:1rem;width:6px;border-radius:999px;background:#f15a3b}.landing-shelf-lane:nth-child(2) .landing-shelf-label:before{background:#b565d9}.landing-shelf-lane:nth-child(3) .landing-shelf-label:before{background:#35c7a9}.landing-shelf-label h3{margin:0;font-size:1.45rem;line-height:1.15}.landing-shelf-label p{margin:0;color:var(--landing-muted);line-height:1.7}.landing-shelf-games{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:16px}.landing-shelf-games .landing-game-card{min-height:236px}.landing-shelf-lane:nth-child(1) .landing-game-card:first-child,.landing-shelf-lane:nth-child(3) .landing-game-card:last-child{transform:rotate(-.6deg)}.landing-shelf-lane:nth-child(2) .landing-game-card:last-child{transform:rotate(.8deg)}@media(min-width:900px){.landing-grid--showcase .landing-game-card:nth-child(2n){margin-top:24px;transform:rotate(1deg)}.landing-grid--showcase .landing-game-card:nth-child(4n){margin-top:48px;transform:rotate(-.8deg)}.landing-grid--showcase .landing-game-card:nth-child(2n):hover,.landing-grid--showcase .landing-game-card:nth-child(4n):hover{transform:translate(-2px,-4px) rotate(0)}}@media(max-width:900px){.landing-hero{background:linear-gradient(180deg,var(--hero-bg) 0%,var(--hero-bg-deep) 72%,var(--hero-hot) 72% 78%,var(--hero-paper) 78%,var(--hero-paper) 100%)}.landing-hero:before{background:repeating-linear-gradient(0deg,rgba(255,255,255,.04) 0 1px,transparent 1px 18px)}.landing-hero-surface--index,.landing-game-hero,.landing-music-hero,.landing-karuta-hero,.landing-section--split,.landing-drawing-preview{grid-template-columns:1fr}.landing-index-board{min-height:auto;transform:none}.landing-shelf-lane,.landing-shelf-lane:nth-child(2n){grid-template-columns:1fr}.landing-shelf-lane:nth-child(2n) .landing-shelf-label,.landing-shelf-lane:nth-child(2n) .landing-shelf-games{grid-column:auto;grid-row:auto}.landing-hero{padding:1.8rem 0 1.4rem}.landing-hero-copy{gap:.8rem}.landing-brand-mark{width:60px;height:60px}.landing-hero h1{font-size:2.15rem;line-height:1.06}.landing-hero p{font-size:.96rem;line-height:1.75}}@media(max-width:720px){.landing-page{padding-bottom:2.5rem;background-size:32px 32px}.landing-hero{padding:2rem 0 2.4rem}.landing-hero-surface{min-height:0;padding-top:0;padding-bottom:0}.landing-brand{grid-template-columns:1fr}.landing-brand-mark{width:60px;height:60px}.landing-hero h1{font-size:2.2rem;line-height:1.08}.landing-section{margin-top:2.6rem}.landing-section-head h2,.landing-card h2{font-size:1.75rem}.landing-game-stage,.landing-music-stage,.landing-karuta-stage{min-height:280px;box-shadow:8px 8px #00000038;transform:none}.landing-music-stage{min-height:260px}.landing-karuta-stage{min-height:300px}.landing-music-line{grid-template-columns:repeat(2,1fr)}.landing-karuta-board span{min-height:66px}.landing-werewolf-role-grid span{min-height:74px}.landing-wordwolf-word-row span{min-height:96px}.landing-drawing-canvas-card{min-height:180px}.landing-telephone-stage-flow{grid-template-columns:repeat(2,minmax(0,1fr))}.landing-telephone-flow{grid-template-columns:1fr}.landing-telephone-arrow{justify-self:center;transform:rotate(90deg)}.landing-music-track-table{min-width:680px}.landing-shelf-games{grid-template-columns:1fr}}.landing-page{--landing-bg: #f7f9fc;--landing-paper: #ffffff;--landing-surface: #ffffff;--landing-line: #e5e7eb;--landing-line-strong: #0d9488;--landing-ink: #0f172a;--landing-muted: #475569;--landing-accent: #0d9488;--landing-accent-soft: #ecfeff;color:var(--landing-ink);background:radial-gradient(circle at 15% -12%,#ffffff 0 16%,transparent 16%),var(--landing-bg);background-attachment:fixed;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Kaku Gothic ProN,Yu Gothic,sans-serif}.landing-page .container{max-width:1120px}.landing-page .button,.landing-page .button-secondary{border-radius:12px;border:1px solid rgba(15,23,42,.08);box-shadow:0 12px 24px #0f172a14;font-weight:600;min-height:44px;line-height:1.3;padding:.68rem 1.06rem}.landing-page .button{background:#0f172a;color:#fff}.landing-page .button:hover{transform:translateY(-1px);box-shadow:0 14px 30px #0f172a26}.landing-page .button-secondary{background:#f1f5f9;color:#0f172a}.landing-page .button-secondary:hover{background:#e2e8f0}.landing-hero{overflow:visible;padding-top:2.4rem;padding-bottom:1.9rem;background:linear-gradient(132deg,var(--hero-bg, #0d9488) 0 58%,var(--hero-hot, #0f766e) 58% 68%,var(--hero-paper, #ecfeff) 68% 100%)}.landing-hero:before{display:none}.landing-hero-surface{grid-template-columns:minmax(0,1.08fr) minmax(280px,.72fr);gap:2rem;align-items:center;min-height:min(37vw,288px);min-width:0}.landing-hero-copy,.landing-game-hero>div:first-child,.landing-music-hero>div:first-child,.landing-karuta-hero>div:first-child{gap:1rem;min-width:0}.landing-kicker,.landing-kicker:before{font-size:.76rem;letter-spacing:.02em;box-shadow:none}.landing-kicker:before,.landing-kicker:after{display:none}.landing-brand{gap:1rem}.landing-brand-mark{width:64px;height:64px;border:0;border-radius:16px;background:#fff7ed;box-shadow:0 8px 20px #0f172a1a;padding:8px}.landing-hero h1{font-size:clamp(1.75rem,2.6vw,2.95rem);line-height:1.12}.landing-hero p{max-width:640px;color:#ffffffe6}.landing-actions{margin-top:.72rem;gap:10px}.landing-chip{min-height:30px;padding:.22rem .62rem;font-size:.76rem;border:1px solid rgba(255,255,255,.4);border-radius:999px;background:#fff3;box-shadow:none}.landing-chip:hover{background:#ffffff4d}.landing-index-board{border:1px solid #e2e8f0;border-radius:18px;background:#fff;box-shadow:0 16px 38px #02061726;min-height:252px;transform:none}.landing-index-board-title{border:0;border-bottom:1px solid #e2e8f0;margin:0;border-radius:0;background:#f8fafc;color:#0f172a}.landing-index-board-row{border-bottom-color:#e2e8f0;padding:.7rem .9rem}.landing-index-board-row:last-child{border-bottom:0}.landing-index-board-row span{width:34px;height:34px;border-radius:10px;box-shadow:none;background:var(--landing-accent-soft);color:#0f766e}.landing-section{--section-accent: #0d9488;--section-accent-soft: #ecfeff;margin-top:clamp(2.4rem,5vw,4.2rem);position:relative}.landing-section:nth-child(3n+2){--section-accent: #2563eb;--section-accent-soft: #eff6ff}.landing-section:nth-child(3n){--section-accent: #7c3aed;--section-accent-soft: #f5f3ff}.landing-section+.landing-section:before{content:"";display:block;width:min(100%,880px);height:1px;margin:0 0 clamp(2.2rem,4vw,3.4rem);background:linear-gradient(90deg,transparent,rgba(15,23,42,.14),transparent)}.landing-section--split:before{grid-column:1 / -1;width:100%}.landing-section-head,.landing-game-shelf,.landing-card,.landing-section-head:after,.landing-game-card:before,.landing-game-card:after,.landing-game-card{transform:none}.landing-section-head{gap:.6rem;max-width:840px;padding:.2rem 0 .25rem 1rem;margin-bottom:1.25rem;border:0;border-left:4px solid var(--section-accent);border-radius:0;background:transparent;box-shadow:none}.landing-section:nth-child(2n) .landing-section-head{margin-left:0}.landing-section-head .landing-kicker{width:fit-content;min-height:28px;padding:.22rem .62rem;border-radius:999px;background:var(--section-accent-soft);color:var(--section-accent)}.landing-section-head h2,.landing-card h2{font-size:clamp(1.45rem,2.2vw,2.05rem);letter-spacing:0}.landing-section-head p{max-width:660px;color:#334155;font-size:.98rem;line-height:1.75}.landing-section p,.landing-card p{color:var(--landing-muted)}.landing-grid{grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:16px}.landing-card{gap:.9rem;padding:1.2rem 1.15rem 1.25rem;border:1px solid #e2e8f0;border-radius:14px;background:#fff;box-shadow:0 12px 26px #0f172a14;overflow:hidden;position:relative}.landing-grid>.landing-card:not(.landing-role-button):before,.landing-plans-scenario-card:before,.landing-plans-plan-card:before,.landing-plans-guide-card:before{content:"";position:absolute;inset:0 0 auto;height:4px;background:var(--section-accent)}.landing-grid>.landing-card:not(.landing-role-button):nth-child(2):before,.landing-plans-scenario-card:nth-child(2):before,.landing-plans-plan-card:nth-child(2):before,.landing-plans-guide-card:nth-child(2):before{background:#2563eb}.landing-grid>.landing-card:not(.landing-role-button):nth-child(3):before,.landing-plans-scenario-card:nth-child(3):before,.landing-plans-plan-card:nth-child(3):before,.landing-plans-guide-card:nth-child(3):before{background:#7c3aed}.landing-card:not(.landing-role-button) h3{display:flex;align-items:center;gap:.55rem;font-size:1.06rem}.landing-card:not(.landing-role-button) h3:before{content:"";flex:0 0 auto;width:.55rem;height:.55rem;border-radius:999px;background:var(--section-accent);box-shadow:0 0 0 4px var(--section-accent-soft)}.landing-card p{font-size:.94rem;line-height:1.78}.landing-card h3,.landing-guide-step-number,.landing-guide-link,.landing-card-eyebrow,.landing-inline-link{line-height:1.35}.landing-card-eyebrow,.landing-inline-link{min-height:28px;padding:.2rem .62rem;border-radius:999px;background:#f1f5f9;color:#0f766e;font-size:.78rem}.landing-inline-link{margin-top:auto}.landing-card--accent{border-color:#bae6fd;background:linear-gradient(180deg,#ecfeff,#fff)}.landing-card--tint{border-color:#fde68a;background:linear-gradient(180deg,#fffbeb,#fff)}.landing-card--quickstart{border-radius:20px}.landing-section--split{align-items:stretch;gap:clamp(1rem,2.2vw,1.4rem)}.landing-section--split>.landing-card{align-self:stretch}.landing-page--compact-body .landing-section{margin-top:clamp(1.6rem,3vw,2.6rem)}.landing-page--compact-body .landing-section+.landing-section:before{margin-bottom:clamp(1rem,2vw,1.5rem)}.landing-page--compact-body .landing-section-head{margin-bottom:1rem}.landing-page--compact-body .landing-grid{gap:14px}.landing-page--compact-body .landing-card{padding:1.05rem}.landing-page--compact-body .landing-section--split{gap:1rem}.landing-steps{gap:.6rem}.landing-steps li{min-height:48px;padding:.86rem .85rem .86rem 3rem;border:1px solid #e2e8f0;border-radius:12px;background:#ffffffd6;box-shadow:0 8px 18px #0f172a0f}.landing-steps li:before{top:50%;left:.82rem;width:1.5rem;height:1.5rem;background:var(--section-accent);transform:translateY(-50%)}.landing-steps li:last-child{border-bottom:1px solid #e2e8f0}.landing-steps li strong{display:block}.landing-guide-list,.landing-music-sort-rules,.landing-plans-chip-list,.landing-plans-feature-list{margin-top:.6rem}.landing-guide-list{padding-left:0;list-style:none}.landing-guide-list li{position:relative;padding:.62rem .72rem .62rem 1.75rem;border-radius:10px;background:#ffffffb8}.landing-guide-list li:before{content:"";position:absolute;left:.75rem;top:1.08rem;width:.42rem;height:.42rem;border-radius:999px;background:var(--section-accent)}.landing-game-card{min-height:auto}.landing-game-card:hover,.landing-role-button:hover{transform:translateY(-2px)}.landing-game-card:before,.landing-game-card:after,.landing-section-head:after,.landing-index-board-row:after,.landing-game-stage:before,.landing-game-stage:after,.landing-music-stage:before,.landing-music-stage:after,.landing-karuta-stage:before,.landing-karuta-stage:after,.landing-card--quickstart:after{display:none}.landing-game-stage,.landing-music-stage,.landing-karuta-stage,.landing-role-button,.landing-music-floating-card,.landing-music-track-card,.landing-drawing-board,.landing-crosstalk-meter,.landing-drawing-preview,.landing-telephone-stage-flow span,.landing-telephone-preview-stack span,.landing-drawing-canvas-card{border-radius:14px;border-color:#dbeafe}.landing-game-stage,.landing-music-stage,.landing-karuta-stage,.landing-drawing-preview,.landing-crosstalk-meter{min-height:auto;padding:1.2rem;transform:none;box-shadow:0 12px 26px #0206171a}.landing-game-stage,.landing-music-stage,.landing-karuta-stage{background:linear-gradient(180deg,#0f172a08 0,#0f172a08 24px,#0f172a0d 24px,#0f172a0d 26px),#0f172a05}.landing-music-stage,.landing-karuta-stage,.landing-game-stage,.landing-werewolf-role-grid span,.landing-drawing-canvas-card,.landing-wordwolf-word-row span,.landing-telephone-stage-flow span,.landing-telephone-card,.landing-crosstalk-meter,.landing-crosstalk-reactions span,.landing-telephone-preview-stack span,.landing-role-button h3{background-color:#fff}.landing-werewolf-role-grid,.landing-wordwolf-word-row,.landing-drawing-turn-row,.landing-crosstalk-reactions,.landing-wordwolf-vote-strip,.landing-telephone-stage-flow,.landing-music-line,.landing-karuta-board{gap:8px}.landing-werewolf-role-grid span,.landing-wordwolf-word-row span,.landing-drawing-turn-row span,.landing-crosstalk-reactions span,.landing-wordwolf-vote-strip span,.landing-telephone-stage-flow span,.landing-telephone-card,.landing-karuta-board span,.landing-music-line span,.landing-music-floating-card,.landing-werewolf-phase-row span{border-color:#e2e8f0;box-shadow:inset 0 0 0 1px #ffffff8c}.landing-wordwolf-talk-stack span,.landing-crosstalk-shared-text{color:var(--landing-muted)}.landing-wordwolf-word-row span,.landing-music-line span,.landing-karuta-board span,.landing-drawing-canvas-card,.landing-telephone-preview-stack span,.landing-crosstalk-meter,.landing-telephone-card,.landing-werewolf-role-grid span,.landing-music-floating-card{box-shadow:0 6px 14px #0f172a14}.landing-telephone-flow{align-items:stretch}.landing-telephone-arrow{transform:none}.landing-wordwolf-vote-strip,.landing-werewolf-phase-row,.landing-drawing-turn-row,.landing-crosstalk-reactions{margin-top:.7rem;gap:8px}.landing-wordwolf-vote-strip span.is-selected,.landing-drawing-turn-row span.is-suspect,.landing-crosstalk-reactions span{background:#ecfeff;color:#0f766e}.landing-shelf-label{padding:.5rem 0 .75rem 1rem}.landing-shelf-label:before{width:4px;background:#0f766e}.landing-shelf-lane,.landing-shelf-lane:nth-child(2n){grid-template-columns:minmax(190px,260px) minmax(0,1fr);gap:1.2rem;padding:1.1rem 0}.landing-shelf-lane:nth-child(2n) .landing-shelf-label,.landing-shelf-lane:nth-child(2n) .landing-shelf-games{grid-column:initial}.landing-shelf-lane:nth-child(2) .landing-shelf-label:before{background:#22c55e}.landing-shelf-lane:nth-child(3) .landing-shelf-label:before{background:#6366f1}.landing-shelf-lane:nth-child(1) .landing-game-card:first-child,.landing-shelf-lane:nth-child(3) .landing-game-card:last-child,.landing-shelf-lane:nth-child(2) .landing-game-card:last-child,.landing-grid--showcase .landing-game-card:nth-child(2n),.landing-grid--showcase .landing-game-card:nth-child(4n){transform:none}.landing-shelf-games .landing-game-card{min-height:auto}.landing-plans-scenario-grid,.landing-plans-plan-grid--day,.landing-plans-plan-grid--monthly,.landing-plans-guide-card{align-self:start}.landing-music-track-table{min-width:100%}.landing-modal-role-image,.modal-close-button{border-radius:12px}.landing-role-button{min-height:120px}.landing-role-button .role-image{max-width:120px}@media(max-width:900px){.landing-hero-surface--index,.landing-game-hero,.landing-music-hero,.landing-karuta-hero,.landing-section--split,.landing-drawing-preview{grid-template-columns:1fr}.landing-shelf-lane,.landing-shelf-lane:nth-child(2n){grid-template-columns:1fr}.landing-shelf-lane:nth-child(2n) .landing-shelf-label{margin-top:0}.landing-hero{padding:1.6rem 0 1.2rem}.landing-hero h1{font-size:2rem;line-height:1.08}.landing-brand-mark{width:60px;height:60px}}@media(max-width:720px){.landing-page{padding-bottom:2rem}.landing-hero-surface{min-height:0;padding-top:0;padding-bottom:0}.landing-brand{grid-template-columns:1fr}.landing-brand-mark{width:56px;height:56px}.landing-hero{padding:1.4rem 0 1rem}.landing-hero h1{font-size:1.9rem}.landing-hero p{font-size:.9rem;line-height:1.7}.landing-section{margin-top:2.4rem}.landing-section-head h2,.landing-card h2{font-size:1.62rem}.landing-shelf-games{grid-template-columns:1fr}}.landing-hero--plans{--hero-bg: #126a5f;--hero-bg-deep: #173447;--hero-accent: #ffd166;--hero-hot: #e85d47;--hero-paper: #dff7ee}.landing-hero-surface--plans{grid-template-columns:minmax(0,1fr) minmax(280px,.58fr);min-height:420px}.landing-plans-brand{align-items:start}.landing-plans-brand-mark{object-fit:contain}.landing-plans-hero-copy{max-width:780px}.landing-plans-hero-facts{display:flex;flex-wrap:wrap;gap:8px;margin-top:.25rem}.landing-plans-hero-facts span{display:inline-flex;align-items:center;min-height:34px;padding:.34rem .72rem;border-radius:999px;background:#ffffff26;color:#fffaf0;font-size:.88rem;font-weight:900}.landing-plans-tabletop{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;align-self:center;padding:1.2rem;border-radius:16px;background:#f8fafc;box-shadow:0 16px 24px #0f172a1f;color:#173447}.landing-plans-tabletop span{display:grid;place-items:center;min-height:58px;padding:.75rem;border-radius:12px;background:#fff;color:#173447;font-weight:800;text-align:center;box-shadow:0 8px 16px #0f172a14}.landing-plans-tabletop .landing-plans-tabletop-label{grid-column:1 / -1;min-height:54px;background:#e85d47;color:#fff}.landing-plans-section{scroll-margin-top:18px}.landing-plans-scenario-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.landing-plans-scenario-card{align-content:start}.landing-plans-price-line{display:grid;gap:.25rem}.landing-plans-price-line strong{color:var(--landing-ink);font-size:1.15rem}.landing-plans-price-line span,.landing-plans-price{color:#c63c2b;font-size:1.72rem;font-weight:900;line-height:1.1}.landing-plans-chip-list,.landing-plans-feature-list{display:flex;flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none}.landing-plans-chip-list li,.landing-plans-feature-list li{display:inline-flex;align-items:center;min-height:32px;padding:.32rem .62rem;border-radius:999px;background:#126a5f1c;color:#22514f;font-size:.86rem;font-weight:900}.landing-plans-plan-grid{display:grid;gap:18px}.landing-plans-plan-grid--day,.landing-plans-plan-grid--monthly{grid-template-columns:repeat(4,minmax(0,1fr))}.landing-plans-plan-card{align-content:start}.landing-plans-plan-card:nth-child(2){border-top:6px solid #126a5f}.landing-plans-plan-card:nth-child(3){border-top:6px solid #e85d47}.landing-plans-plan-card:nth-child(4){border-top:6px solid #2f5fa8}.landing-plans-section--free{max-width:980px}.landing-plans-free-panel{justify-items:start}.landing-plans-free-panel h2{margin:.25rem 0 0}.landing-plans-table-card{padding:0;overflow:hidden}.landing-plans-table-wrap{overflow-x:auto}.landing-plans-table{width:100%;min-width:860px;border-collapse:collapse;background:#fff;font-size:.92rem}.landing-plans-table th,.landing-plans-table td{padding:.9rem 1rem;border-bottom:1px solid rgba(31,42,50,.1);text-align:left;vertical-align:top}.landing-plans-table thead th{background:#effaf5;color:#173447;font-size:.8rem;font-weight:900}.landing-plans-table tbody th{color:var(--landing-ink);font-weight:900;white-space:nowrap}.landing-plans-table td{color:var(--landing-muted);font-weight:800}.landing-plans-guide-card{min-height:160px;align-content:start}.landing-plans-plan-card:nth-child(2){border-top:3px solid #22c55e}.landing-plans-plan-card:nth-child(3){border-top:3px solid #f97316}.landing-plans-plan-card:nth-child(4){border-top:3px solid #0ea5e9}.landing-plans-table{min-width:720px}.landing-plans-table th,.landing-plans-table td{padding:.78rem .82rem;vertical-align:middle}.landing-plans-price{letter-spacing:.01em}@media(max-width:1040px){.landing-hero-surface--plans{grid-template-columns:1fr}.landing-plans-tabletop{max-width:520px;transform:none}.landing-plans-scenario-grid,.landing-plans-plan-grid--day,.landing-plans-plan-grid--monthly{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:680px){.landing-hero-surface--plans{min-height:auto}.landing-plans-brand{grid-template-columns:64px 1fr;gap:.85rem}.landing-plans-brand-mark{width:64px;height:64px;padding:8px}.landing-plans-tabletop,.landing-plans-scenario-grid,.landing-plans-plan-grid--day,.landing-plans-plan-grid--monthly{grid-template-columns:1fr}.landing-plans-tabletop{padding:.9rem}.landing-plans-tabletop span{min-height:52px}.landing-plans-price-line span,.landing-plans-price{font-size:1.42rem}.landing-plans-table-topline{white-space:nowrap}}@media(max-width:1020px){.landing-plans-table-wrap{overflow-x:visible}.landing-plans-table{min-width:0}.landing-plans-table thead{display:none}.landing-plans-table tbody{display:grid;gap:.85rem}.landing-plans-table tr{display:grid;gap:.65rem;border:1px solid #e2e8f0;border-radius:12px;background:#fff;padding:.62rem .65rem;box-shadow:0 10px 22px #0f172a14}.landing-plans-table th[scope=row],.landing-plans-table td{display:flex;gap:.75rem;align-items:flex-start;width:100%;min-height:0;border-bottom:1px solid #f1f5f9;padding:.52rem .2rem}.landing-plans-table tr>*:last-child{border-bottom:0}.landing-plans-table th[scope=row]{border-bottom-color:#e2e8f0;color:#0f172a;font-weight:900;font-size:.94rem}.landing-plans-table td:before{content:attr(data-label);display:inline-flex;align-items:center;min-height:32px;min-width:124px;color:var(--landing-muted);font-size:.8rem;font-weight:900;flex-shrink:0;white-space:nowrap}.landing-plans-table td{justify-content:space-between}}.log-viewer-toggle{position:fixed;bottom:20px;right:20px;width:50px;height:50px;border-radius:50%;background:#174f45;color:#fff;border:none;font-size:20px;cursor:pointer;box-shadow:0 4px 12px #00000026;z-index:1000;transition:all .2s ease}.log-viewer-toggle:hover{transform:scale(1.1);box-shadow:0 6px 16px #0003}body:has(.admin-home-page) .log-viewer-toggle,body:has(.admin-home-page) .log-viewer,body:has(.home-page) .log-viewer-toggle,body:has(.home-page) .log-viewer{display:none}@media(max-width:768px){.log-viewer-toggle{right:auto;bottom:16px;left:16px;width:42px;height:42px;font-size:17px}}.log-viewer{position:fixed;bottom:20px;right:20px;width:600px;height:400px;background:#fff;border-radius:12px;box-shadow:0 10px 30px #0003;z-index:1001;display:flex;flex-direction:column;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:12px}.log-viewer-header{background:#174f45;color:#fff;padding:12px 16px;border-radius:12px 12px 0 0;display:flex;justify-content:space-between;align-items:center}.log-viewer-header h3{margin:0;font-size:14px;font-weight:600}.log-viewer-controls{display:flex;align-items:center;gap:8px}.log-filter{padding:4px 8px;border:none;border-radius:4px;font-size:11px;background:#fff3;color:#fff}.log-filter option{background:#fff;color:#333}.auto-scroll-label{display:flex;align-items:center;gap:4px;font-size:11px;color:#fff}.auto-scroll-label input{margin:0}.log-button{padding:4px 8px;border:none;border-radius:4px;font-size:11px;background:#fff3;color:#fff;cursor:pointer;transition:background .2s ease}.log-button:hover{background:#ffffff4d}.close-button{background:#ffffff1a;font-size:14px;padding:4px 6px}.close-button:hover{background:#fff3}.log-container{flex:1;overflow-y:auto;padding:8px;background:#1e1e1e;color:#d4d4d4;border-radius:0 0 12px 12px}.log-entry{display:flex;align-items:flex-start;gap:8px;padding:4px 0;border-bottom:1px solid #333;word-break:break-word}.log-entry:last-child{border-bottom:none}.log-timestamp{color:#888;font-size:10px;min-width:60px;flex-shrink:0}.log-level{padding:2px 6px;border-radius:3px;font-size:10px;font-weight:700;min-width:50px;text-align:center;flex-shrink:0}.log-level-debug{background:#4a5568;color:#fff}.log-level-info{background:#3182ce;color:#fff}.log-level-warn{background:#d69e2e;color:#fff}.log-level-error{background:#e53e3e;color:#fff}.log-message{flex:1;line-height:1.4}.log-data{margin-top:4px;width:100%}.log-data summary{cursor:pointer;color:#888;font-size:10px;margin-bottom:4px}.log-data pre{background:#2d3748;padding:8px;border-radius:4px;font-size:10px;overflow-x:auto;margin:0}.no-logs{text-align:center;color:#888;padding:20px;font-style:italic}@media(max-width:768px){.log-viewer{width:calc(100vw - 40px);height:300px;bottom:10px;right:10px}.log-viewer-controls{flex-wrap:wrap;gap:4px}.log-filter,.log-button{font-size:10px;padding:2px 6px}}
