@font-face{font-family:Racama;src:url(/Racama.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}:root{--surface: #FFF8F1;--surface-glass: rgba(255, 248, 240, .78);--surface-soft: rgba(255, 252, 247, .45);--border-soft: #E3D6C8;--text-primary: #1A1A1A;--text-secondary: #444444;--text-muted: #756D61;--text-label: #6B635A;--accent-primary: #EE5834;--accent-primary-hover: #D64C2B;--accent-primary-pressed: #B63E21;--text-on-accent: #FFFFFF;--chip-yellow: #E5BE58;--chip-blue: #77BDF2;--chip-coral: #F59B8D;--chip-green: #8CCF6E;--chip-green-soft: #A8D8A0;--color-text-inactive: #A8B1C6;--color-icon-inactive: #A8B1C6;--color-tab-bg-active: var(--surface-soft);--color-tab-hover: var(--chip-blue);--color-bg: #F7F2EA;--bg: #F7F2EA;--card: #FFFFFF;--accent: #EE5834;--text: #2B2B2B;--color-primary: var(--accent-primary);--color-primary-hover: var(--accent-primary-hover);--color-primary-pressed: var(--accent-primary-pressed);--color-primary-dark: var(--accent-primary-pressed);--semantic-success: #166534;--color-text: var(--text-primary);--color-text-secondary: var(--text-secondary);--color-text-light: var(--text-muted);--color-card-bg: var(--surface-glass);--color-card-border: var(--border-soft);--color-bg-card: var(--surface);--color-primary-light: rgba(238, 88, 52, .12);--accent-primary-soft: rgba(238, 88, 52, .14);--accent-hover-wash: rgba(238, 88, 52, .06);--accent-border-soft: rgba(238, 88, 52, .18);--surface-profile: #FFF4EB;--surface-profile-hover: rgba(238, 88, 52, .08);--color-slider-track: var(--border-soft);--color-slider-thumb-border: #FFFFFF;--color-white: #FFFFFF;--radius-sm: 12px;--radius-md: 20px;--radius-lg: 32px;--radius-full: 9999px;--transition: all .3s cubic-bezier(.4, 0, .2, 1);--shadow-sm: 0 2px 8px rgba(46, 62, 115, .05);--shadow-md: 0 8px 24px rgba(46, 62, 115, .1);--shadow-lg: 0 12px 32px rgba(46, 62, 115, .15);--shadow-orange: 0 4px 12px rgba(244, 122, 58, .3);--overlay-scrim: rgba(42, 36, 32, .46)}*{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;overflow-x:hidden}svg{line-height:25px}body{font-family:Plus Jakarta Sans,sans-serif;font-size:1rem;margin:0;background-color:var(--color-bg);min-height:100vh;min-height:100dvh;width:100%;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body:before{content:"";position:fixed;inset:0;width:auto;height:auto;min-height:100vh;min-height:100dvh;z-index:-1;background-image:url(/download.jpg);background-size:cover;background-position:center;background-repeat:no-repeat}h1,h2,h3,h4{font-family:Plus Jakarta Sans,sans-serif;font-weight:700;color:var(--text-primary);letter-spacing:-.02em}button{cursor:pointer;font-family:inherit;border:none;outline:none}:focus-visible{outline:2px solid var(--accent-primary);outline-offset:3px}button:focus:not(:focus-visible){outline:none}@media(prefers-reduced-motion:reduce){.main-panel,.game-form-card,.game-card,.match-results{backdrop-filter:none;-webkit-backdrop-filter:none}}input[type=range]{-webkit-appearance:none;appearance:none;width:100%;height:6px;background:var(--border-soft);border-radius:5px;outline:none;cursor:pointer}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;background:var(--accent-primary);cursor:pointer;border-radius:50%;border:4px solid var(--surface);box-shadow:var(--shadow-sm);transition:transform .2s ease}.container{max-width:850px;margin:0 auto;padding:3rem max(1.5rem,env(safe-area-inset-right)) 3rem max(1.5rem,env(safe-area-inset-left));min-height:100dvh;display:flex;flex-direction:column}.main-header{display:flex;justify-content:flex-start;align-items:center;width:100%;padding:max(1rem,env(safe-area-inset-top)) max(.5rem,env(safe-area-inset-right)) .5rem max(.5rem,env(safe-area-inset-left))}.main-header--no-brand{justify-content:flex-end}.header-actions{margin-left:auto;display:flex;align-items:center;min-width:0;flex-shrink:1}.header-toolbar{display:inline-flex;align-items:center;max-width:100%;min-height:44px;padding:3px;border-radius:9999px;border:1.5px solid var(--accent-border-soft);background:var(--surface-profile);box-shadow:var(--shadow-sm)}.header-toolbar__sep{flex-shrink:0;width:1px;align-self:stretch;margin:6px 1px;background:var(--accent-border-soft)}.header-toolbar__btn{appearance:none;border:none;background:transparent;display:inline-flex;align-items:center;justify-content:center;gap:.4rem;height:34px;padding:0 .6rem;border-radius:9999px;color:var(--text-secondary);font-family:inherit;font-weight:700;font-size:.875rem;line-height:1;cursor:pointer;flex-shrink:0;transition:background-color .18s,color .18s,box-shadow .18s}.header-toolbar__btn:hover:not(.is-active){background:var(--accent-hover-wash);color:var(--accent-primary)}.header-toolbar__btn.is-active{background:var(--accent-primary);color:var(--text-on-accent);box-shadow:0 2px 8px #ee583438}.header-toolbar__btn--saved{width:34px;padding:0}.header-toolbar__btn--saved.has-count{width:auto;padding:0 .7rem 0 .6rem}.header-toolbar__saved-icon{flex-shrink:0}.header-toolbar__btn--saved:not(.is-active) .header-toolbar__saved-icon{fill:none}.header-toolbar__btn--saved.has-count:not(.is-active) .header-toolbar__saved-icon,.header-toolbar__btn--saved:hover:not(.is-active) .header-toolbar__saved-icon{fill:#ee58342e}.header-toolbar__btn--saved.is-active .header-toolbar__saved-icon{fill:var(--text-on-accent)}.header-toolbar__saved-count{white-space:nowrap;overflow:hidden}.header-toolbar__account{position:relative;display:inline-flex;align-items:center;min-width:0;flex-shrink:1}.header-toolbar__btn--profile{justify-content:flex-start;gap:.45rem;min-width:0;max-width:min(46vw,11.5rem);padding-left:.6rem;padding-right:.5rem}.header-toolbar__btn--profile.is-compact{max-width:none;width:34px;padding:0;gap:0;justify-content:center}.header-toolbar__profile-icon{flex-shrink:0}.header-toolbar__btn--profile:not(.is-active) .header-toolbar__profile-icon{color:var(--text-secondary)}.header-toolbar__btn--profile:hover:not(.is-active) .header-toolbar__profile-icon,.header-toolbar__btn--profile.is-active .header-toolbar__profile-icon{color:currentColor}.header-toolbar__btn--profile.is-active .header-toolbar__account-label{color:currentColor}.header-toolbar__account-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:.84rem;font-weight:700;color:var(--text-primary)}.header-toolbar__menu-btn{appearance:none;border:none;background:transparent;display:flex;align-items:center;justify-content:center;width:26px;height:34px;border-radius:9999px;color:var(--text-muted);cursor:pointer;flex-shrink:0;transition:color .15s,background-color .15s}.header-toolbar__menu-btn:hover,.header-toolbar__menu-btn.is-open{color:var(--accent-primary);background:var(--accent-hover-wash)}.header-toolbar__btn--login{gap:.35rem;padding-right:.85rem;font-weight:600}.header-account-menu{position:absolute;top:calc(100% + .45rem);right:0;min-width:9.5rem;padding:.35rem;border-radius:var(--radius-md);background:var(--surface);border:1px solid var(--border-soft);box-shadow:var(--shadow-md);z-index:120}.header-account-menu__item{appearance:none;border:none;background:none;width:100%;display:flex;align-items:center;gap:.5rem;padding:.65rem .75rem;border-radius:var(--radius-sm);font-family:inherit;font-size:.88rem;font-weight:600;color:var(--text-primary);cursor:pointer;text-align:left}.header-account-menu__item:hover{background:#e8d9c859}.header-account-menu__item--danger{color:var(--accent-primary)}.header-account-menu__item--danger:hover{background:var(--accent-hover-wash)}.header-toolbar__account-label--short,.header-toolbar__btn--profile.is-compact .header-toolbar__account-label{display:none}@media(max-width:380px){.header-toolbar__account-label--full{display:none}.header-toolbar__account-label--short{display:block}.header-toolbar__btn--profile{max-width:6.5rem}}@media(min-width:480px){.header-toolbar__btn--profile{max-width:14rem}.header-toolbar__account-label{font-size:.875rem}}.header-brand{display:inline-flex;align-items:center;justify-content:flex-start;gap:.65rem;min-width:0}.header-brand-logo{flex-shrink:0;width:44px;height:44px;object-fit:contain;display:block;border-radius:12px}.header-brand-name{display:none;font-family:Racama,Georgia,serif;font-size:clamp(1.15rem,2.5vw,1.45rem);font-weight:600;color:var(--text-secondary);letter-spacing:-.02em;line-height:1.05;white-space:nowrap}@media(min-width:601px){.header-brand-logo{width:52px;height:52px;border-radius:14px}.header-brand-name{display:block}}.main-panel{background:linear-gradient(180deg,#fffbf6c7,#fff6edad);border:1px solid rgba(232,217,200,.68);backdrop-filter:blur(20px) saturate(118%);-webkit-backdrop-filter:blur(20px) saturate(118%);box-shadow:0 14px 38px #2e3e7314,inset 0 1px #ffffff85;border-radius:32px}.game-form-card{background:linear-gradient(180deg,#fffbf6c7,#fff6edad);border:1px solid rgba(232,217,200,.68);backdrop-filter:blur(20px) saturate(118%);-webkit-backdrop-filter:blur(20px) saturate(118%);box-shadow:0 14px 38px #2e3e7314,inset 0 1px #ffffff85;border-radius:32px;padding:2.5rem max(2.5rem,env(safe-area-inset-right)) 2.5rem max(2.5rem,env(safe-area-inset-left));margin-bottom:2rem;position:relative;overflow:hidden}.game-feed{background:#f7f2ea;border-radius:var(--radius-md);padding:.25rem 0 .5rem}.game-feed-top{position:sticky;top:0;z-index:20;background:#f7f2ea;padding:0 0 .75rem;margin-bottom:.5rem}.game-feed-header{margin-bottom:0}.game-feed-title{font-size:clamp(1.65rem,5vw,1.85rem);font-weight:700;letter-spacing:-.025em;margin:.15rem 0 .35rem;line-height:1.15;color:var(--text-primary)}.game-feed-subtitle{margin:0;font-size:1rem;line-height:1.45;color:var(--text-muted);font-weight:500}.game-card{background:#fff;border:none;border-radius:20px;padding:0;box-shadow:0 2px 12px #1a1a1a0f;margin-bottom:.75rem;position:relative;min-width:0;overflow:hidden}.game-card--expanded{overflow:visible}.game-card-collapsed{display:flex;flex-direction:column;gap:0;padding:0;min-height:0}.game-card-content{flex:1;min-width:0;display:flex;flex-direction:column;align-items:flex-start;padding:1.1rem 1rem 1rem;width:100%}.game-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;width:100%;margin-bottom:.55rem}.game-card-bookmark{position:static;flex-shrink:0;margin:-.35rem -.35rem 0 0;border:none;padding:0;cursor:pointer;border-radius:12px;display:flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;background:transparent;transition:background .2s,transform .15s}.game-card-bookmark:active{transform:scale(.94)}.game-card-media{width:100%;aspect-ratio:5 / 3;max-height:min(52vw,260px);flex-shrink:0;border-radius:20px 20px 0 0;overflow:hidden;background:var(--surface-soft)}.game-card-media img{width:100%;height:100%;object-fit:cover;display:block}.game-card-media--placeholder{display:flex;align-items:center;justify-content:center}.game-card-media-emoji{font-size:3rem;line-height:1;filter:drop-shadow(0 2px 8px rgba(26,26,26,.08))}.game-card-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.2rem .55rem;border-radius:var(--radius-full);font-size:.8125rem;font-weight:600;line-height:1.25;color:var(--text-primary);white-space:nowrap}.game-card-badges{display:flex;flex-wrap:wrap;gap:.35rem;margin-bottom:.35rem}.game-card-title{overflow-wrap:anywhere;word-break:break-word;min-width:0;flex:1;font-size:clamp(1.2rem,4.2vw,1.45rem);font-weight:700;line-height:1.2;margin:0;letter-spacing:-.02em}.game-card-expanded{padding:1.35rem 1rem 1.25rem;border-top:1px solid rgba(227,214,200,.55)}.game-card-materials-block{margin-top:.5rem;margin-bottom:1rem}.game-card-materials-heading{font-size:.85rem;font-weight:700;color:var(--text-secondary);margin:0 0 .35rem}.game-card-materials{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.25rem;font-size:.9rem;color:var(--text-muted);line-height:1.5}.game-card-materials li{position:relative;padding-left:1rem}.game-card-materials li:before{content:"•";position:absolute;left:0;color:var(--text-muted)}.game-card-steps{margin:1rem 0 0;padding:.35rem 0 0;list-style:none;counter-reset:game-step}.game-card-steps li{counter-increment:game-step;display:flex;align-items:flex-start;gap:.65rem;font-size:1.0625rem;color:var(--text-primary);line-height:1.6;margin-bottom:.85rem}.game-card-steps li:last-child{margin-bottom:0}.game-card-steps li:before{content:counter(game-step);flex-shrink:0;min-width:1.35rem;font-weight:700;font-size:1.35rem;color:#ee5834;line-height:1.55}.game-card-steps li>span{flex:1;min-width:0}.game-card-step-hint-wrap{position:relative;display:inline}.game-card-step-hint{cursor:pointer;font-weight:600;color:#ee5834;border-bottom:1px dashed rgba(238,88,52,.45);background:none;border-top:none;border-left:none;border-right:none;padding:.25rem .05rem;margin:-.25rem -.05rem;font:inherit;font-size:inherit;line-height:inherit}.game-card-step-tooltip{position:absolute;top:calc(100% + 8px);left:50%;display:block;background:var(--text-primary);color:var(--surface);padding:.5rem .75rem;border-radius:var(--radius-sm);font-size:.8125rem;font-weight:500;width:max-content;max-width:min(240px,85vw);white-space:normal;text-align:center;z-index:30;line-height:1.4;box-shadow:var(--shadow-md);pointer-events:none}.game-card-expand-btn{background:none;border:none;color:#ee5834;font-weight:600;font-size:.9375rem;cursor:pointer;display:inline-flex;align-items:center;padding:.35rem 0;margin-top:auto;min-height:44px;font-family:inherit}.game-card-played-btn{width:100%;min-height:56px;height:56px;margin:0 0 .75rem;padding:0 1rem;border:none;border-radius:16px;background:#ee5834;color:#fff;font-weight:700;font-size:.9375rem;letter-spacing:.01em;cursor:pointer;font-family:inherit;transition:background .2s,opacity .2s}.game-card-played-btn:disabled{cursor:wait;opacity:.7}.game-card-played-btn[aria-pressed=true]{background:#ee5834d1}.game-card-played-btn:not(:disabled):hover{background:var(--accent-primary-hover)}.form-main-title{font-family:Racama,Georgia,serif;font-size:clamp(2rem,6.5vw,3.2rem);font-weight:400;color:#1a1a1a;line-height:1.08;margin-bottom:.5rem;letter-spacing:-.025em;padding:0 max(0px,env(safe-area-inset-left)) 0 max(0px,env(safe-area-inset-right))}.goals-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.context-chips-grid{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:.8rem;padding:3px 0}@media(max-width:600px){html{font-size:15px}.container{padding:0 max(.75rem,env(safe-area-inset-right)) 1rem max(.75rem,env(safe-area-inset-left))}.game-form-card{border-radius:24px;padding:1.4rem max(1.1rem,env(safe-area-inset-right)) 1.4rem max(1.1rem,env(safe-area-inset-left));margin-top:.5rem;margin-bottom:1rem}.game-card-collapsed{padding:0}.game-card-content{padding:1rem .875rem .875rem}.game-card-media{max-height:min(56vw,220px)}.game-card-expanded{padding:1.15rem .875rem 1rem}.main-panel{border-radius:20px}.goals-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem}.goals-grid .goal-tile{aspect-ratio:unset!important;min-height:3rem!important;flex-direction:column!important;justify-content:center!important;padding:.6rem .4rem!important;gap:.35rem!important}.goals-grid .goal-tile span:last-child{font-size:.8rem!important}.label-text{font-size:.95rem;margin-bottom:.5rem}.magic-button{padding:.9rem;font-size:1rem}}.magic-button{background:var(--accent-primary);color:var(--text-on-accent);font-size:1rem;font-weight:700;font-family:Plus Jakarta Sans,sans-serif;letter-spacing:.01em;padding:1.1rem;border-radius:var(--radius-md);box-shadow:var(--shadow-orange);width:100%;display:flex;align-items:center;justify-content:center;gap:.75rem;border:none;cursor:pointer;transition:var(--transition)}.magic-button:hover:not(:disabled){background:var(--accent-primary-hover);box-shadow:0 12px 20px #f47a3a66}.magic-button:active{background:var(--accent-primary-pressed);transform:scale(.98)}.emergency-retry:hover{color:var(--accent-primary);border-color:#ee583466;background:#ee58340f}.emergency-retry:focus-visible{outline:2px solid var(--accent-primary);outline-offset:2px}.label-text{display:block;font-size:1rem;font-weight:600;color:var(--text-secondary);margin-bottom:.75rem;letter-spacing:-.01em}.title{font-weight:700;font-size:56px;letter-spacing:-.02em;color:var(--text-primary);display:inline-block;margin-bottom:16px}.subtitle{margin-top:10px;margin-bottom:24px;font-size:18px;line-height:1.5;font-weight:450;color:var(--text-secondary);letter-spacing:-.01em}.container--legal{max-width:1080px}.legal-page{width:100%;padding:.25rem 0 3rem}@media(prefers-reduced-motion:no-preference){.legal-page{animation:legalFade .42s cubic-bezier(.16,1,.3,1)}}@keyframes legalFade{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}.legal-back{display:inline-flex;align-items:center;gap:.4rem;min-height:40px;padding:0 .95rem 0 .7rem;border-radius:var(--radius-full);border:1.5px solid var(--border-soft);background:var(--surface-soft);color:var(--text-secondary);font-size:.875rem;font-weight:600;transition:color .2s,border-color .2s,background .2s}.legal-back:hover{color:var(--accent-primary);border-color:#ee583466;background:#ee58340f}.legal-header{margin-top:1.85rem}.legal-kicker{margin:0 0 .65rem;font-size:.72rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--accent-primary)}.legal-title{margin:0 0 1rem;font-size:clamp(1.85rem,5vw,2.55rem);line-height:1.12;letter-spacing:-.03em}.legal-meta{display:inline-flex;align-items:center;gap:.5rem;padding:.32rem .75rem;border:1px solid var(--border-soft);border-radius:var(--radius-full);background:var(--surface-soft);font-size:.82rem;font-weight:600;color:var(--text-muted)}.legal-meta-dot{width:7px;height:7px;border-radius:50%;background:var(--chip-green);box-shadow:0 0 0 3px #8ccf6e38}.legal-lead{margin:1.6rem 0 0;font-size:1.06rem;line-height:1.7;color:var(--text-secondary)}.legal-lead+.legal-lead{margin-top:.85rem}.legal-section{margin-top:2.4rem;padding-top:2.4rem;border-top:1px solid var(--border-soft)}.legal-section h2{margin:0 0 .95rem;font-size:1.15rem;font-weight:700;letter-spacing:-.01em;line-height:1.35}.legal-section p{margin:0 0 .85rem;font-size:1rem;line-height:1.72;color:var(--text-secondary)}.legal-section p:last-child{margin-bottom:0}.legal-section ul{margin:0 0 .85rem;padding:0;list-style:none;display:flex;flex-direction:column;gap:.6rem}.legal-section ul:last-child{margin-bottom:0}.legal-section li{position:relative;padding-left:1.4rem;line-height:1.65;color:var(--text-secondary)}.legal-section li:before{content:"";position:absolute;left:.2rem;top:.62em;width:6px;height:6px;border-radius:50%;background:var(--accent-primary);opacity:.5}.legal-section li strong{color:var(--text-primary);font-weight:700}.legal-page a{color:var(--accent-primary-pressed);text-decoration:underline;text-underline-offset:2px;text-decoration-thickness:1px;transition:color .15s}.legal-page a:hover{color:var(--accent-primary)}.legal-footer{margin-top:2.4rem;padding-top:2rem;border-top:1px solid var(--border-soft)}.legal-layout{display:grid;grid-template-columns:1fr;gap:2rem;margin-top:.5rem}.legal-main,.legal-aside{min-width:0}@media(max-width:899px){.legal-aside{order:-1}}.legal-section{scroll-margin-top:88px}@media(prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}@media(min-width:900px){.legal-layout{grid-template-columns:minmax(0,1fr) 15.5rem;gap:2.5rem 3rem;align-items:start}.legal-aside{position:sticky;top:1.25rem;max-height:calc(100dvh - 2.5rem);overflow-y:auto;padding-right:.25rem}}.legal-toc-rail{padding:1rem 1.1rem 1.1rem;border-radius:var(--radius-md);background:var(--surface);border:1px solid var(--border-soft);box-shadow:var(--shadow-sm)}.legal-toc-rail-title{margin:0 0 1rem;font-size:1rem;font-weight:700;color:var(--text-primary);letter-spacing:-.01em}.legal-toc-rail ol{margin:0;padding:0 0 0 .85rem;list-style:none;border-left:1px solid var(--border-soft)}.legal-toc-rail li{position:relative;margin:0}.legal-toc-rail li+li{margin-top:.15rem}.legal-toc-rail a{display:block;padding:.45rem 0 .45rem .85rem;font-size:.875rem;line-height:1.4;color:var(--text-secondary);text-decoration:none;transition:color .15s}.legal-toc-rail a:hover{color:var(--text-primary)}.legal-toc-rail li.is-active a{color:var(--text-primary);font-weight:600}.legal-toc-rail li.is-active:before{content:"";position:absolute;left:-.85rem;top:.35rem;bottom:.35rem;width:3px;background:var(--text-primary);border-radius:2px}.match-results{flex:1;padding:.75rem 1rem 1.5rem;margin-bottom:.5rem;border-radius:28px;background:linear-gradient(180deg,#fffbf6ad,#f7f2ea94);border:1px solid rgba(232,217,200,.5);backdrop-filter:blur(18px) saturate(115%);-webkit-backdrop-filter:blur(18px) saturate(115%);box-shadow:0 8px 28px #0000000d,inset 0 1px #ffffff6b;overflow:hidden}.match-results-back{display:inline-flex;align-items:center;gap:.35rem;min-height:44px;padding:.35rem .25rem .35rem 0;background:none;border:none;color:var(--accent);font-weight:700;font-size:.9375rem;cursor:pointer}.game-page{max-width:42rem;margin:0 auto;padding:.25rem 0 2rem}.game-page-back{display:inline-flex;align-items:center;gap:.35rem;min-height:44px;padding:.35rem .25rem .75rem 0;background:none;border:none;color:var(--accent);font-weight:700;font-size:.9375rem;cursor:pointer}.game-page-empty{text-align:center;padding:2.5rem 1rem}.game-page-empty-title{font-size:1.125rem;font-weight:700;color:var(--text);margin:0 0 1rem}.game-page-empty-btn{min-height:44px;padding:.65rem 1.25rem;border:none;border-radius:999px;background:var(--accent);color:#fff;font-weight:700;cursor:pointer}.match-results-title{font-size:2rem;font-weight:700;line-height:1.15;letter-spacing:-.025em;color:var(--text);margin:.1rem 0 1rem}.match-results-demo-bar{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin:-.35rem 0 .85rem;padding:.55rem .75rem;border-radius:12px;background:#ee583414;border:1px dashed rgba(238,88,52,.35);font-size:.75rem;font-weight:500;color:var(--text-muted);line-height:1.35}.match-results-demo-toggle{flex-shrink:0;min-height:36px;padding:.35rem .65rem;border:none;border-radius:999px;background:var(--accent);color:#fff;font-size:.75rem;font-weight:700;cursor:pointer;font-family:inherit}.match-results-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.match-card{display:flex;align-items:stretch;gap:12px;min-height:120px;padding:16px;background:var(--card);border-radius:20px;box-shadow:0 4px 16px #0000000d;width:100%;text-align:left;font-family:inherit}.match-card-hit{border:none;padding:0;margin:0;background:none;font:inherit;color:inherit;text-align:left;cursor:pointer;font-family:inherit}.match-card-hit:active{opacity:.92}.match-card-hit--main{flex:1;min-width:0;display:flex;flex-direction:column;gap:.35rem}.match-card-cover{width:88px;height:88px;flex-shrink:0;border-radius:16px;overflow:hidden;background:var(--surface-soft);padding:0;display:block}.match-card-cover--placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.match-card-cover img{width:100%;height:100%;object-fit:cover;display:block}.match-card-cover-emoji{font-size:2rem;line-height:1}.match-card-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:.35rem}.match-card-title{font-size:1rem;font-weight:700;line-height:1.25;color:var(--text);margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.match-card-badges{display:flex;flex-wrap:wrap;gap:.35rem;max-width:100%}.match-card-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.2rem .55rem;border-radius:999px;font-size:.6875rem;font-weight:600;line-height:1.2;color:var(--text);white-space:nowrap}.match-card-badge--time{background-color:#f5e6a8}.match-card-author{display:inline-flex;align-items:center;gap:.3rem;margin-top:auto;padding:.35rem 0;min-height:44px;align-self:flex-start;background:none;border:none;font-size:.75rem;font-weight:500;color:var(--text-muted);cursor:pointer;font-family:inherit}.match-card-author-icon{flex-shrink:0;color:var(--text-muted)}.match-card-author-icon--expert{color:var(--accent)}.match-card-play-btn{align-self:flex-start;margin-top:auto;background:none;border:none;color:var(--accent);font-weight:600;font-size:.8125rem;cursor:pointer;padding:.25rem 0;min-height:44px;font-family:inherit;line-height:1.2}.match-card-play-btn:active{opacity:.85}.match-results-empty{text-align:center;padding:2.5rem 1rem;border-radius:var(--radius-lg);border:1px solid var(--border-soft);background:var(--surface-glass)}.match-results-empty-title{font-size:1.05rem;font-weight:600;margin-bottom:.5rem;color:var(--text)}.match-results-empty-text{font-size:.95rem;line-height:1.5;margin-bottom:1.25rem;color:var(--text-muted)}.match-results-empty-btn{padding:.65rem 1.25rem;border-radius:var(--radius-full);border:none;background:var(--accent);color:#fff;font-weight:700;cursor:pointer;font-size:.95rem;min-height:44px}.author-sheet-backdrop{position:fixed;inset:0;z-index:200;background:#00000059;border:none;padding:0;cursor:pointer}.author-sheet{position:fixed;left:0;right:0;bottom:0;z-index:201;min-height:45vh;max-height:85vh;background:var(--card);border-radius:24px 24px 0 0;padding:0 1rem calc(1.25rem + env(safe-area-inset-bottom));box-shadow:0 -8px 32px #0000001f}.author-sheet-grabber-wrap{display:flex;justify-content:center;padding:.65rem 0 .35rem;cursor:grab;touch-action:none}.author-sheet-grabber-wrap:active{cursor:grabbing}.author-sheet-grabber{width:40px;height:4px;border-radius:999px;background:#d4cec4}.author-sheet-close{position:absolute;top:.65rem;right:.75rem;width:44px;height:44px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;color:var(--text-muted);cursor:pointer;border-radius:12px}.author-sheet-body{padding:.25rem .25rem 0}.author-sheet-header{display:flex;align-items:center;gap:.85rem;margin-bottom:.85rem;padding-right:2.5rem}.author-sheet-avatar{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}.author-sheet-avatar--placeholder{display:flex;align-items:center;justify-content:center;background:#ee58341f;color:var(--accent);font-weight:700;font-size:1.25rem}.author-sheet-name{font-size:1.125rem;font-weight:700;color:var(--text);margin:0 0 .2rem;line-height:1.25}.author-sheet-role{display:flex;align-items:center;gap:.3rem;margin:0;font-size:.8125rem;font-weight:500;color:var(--text-muted)}.author-sheet-role-icon{color:var(--accent);flex-shrink:0}.author-sheet-credentials{margin:0 0 .75rem;font-size:.875rem;line-height:1.45;color:var(--text-muted)}.author-sheet-trust{display:flex;align-items:center;gap:.45rem;margin:0 0 1.15rem;font-size:.8125rem;color:var(--text-muted)}.author-sheet-trust svg{flex-shrink:0;opacity:.75}.author-sheet-cta{width:100%;min-height:52px;padding:.85rem 1rem;border:none;border-radius:var(--radius-md);background:var(--accent);color:#fff;font-weight:700;font-size:1rem;cursor:pointer;font-family:inherit;box-shadow:0 4px 12px #ee583447}.author-sheet-cta:active{transform:scale(.98)}.match-game-overlay-backdrop{position:fixed;inset:0;z-index:150;background:#00000059;border:none;padding:0;cursor:pointer}.match-game-overlay{position:fixed;left:0;right:0;bottom:0;top:max(3.5rem,env(safe-area-inset-top));z-index:151;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:.75rem 1rem calc(1.5rem + env(safe-area-inset-bottom));background:var(--bg)}.match-game-overlay-close{position:sticky;top:0;float:right;z-index:2;width:44px;height:44px;display:flex;align-items:center;justify-content:center;margin-bottom:-44px;border:none;background:var(--card);color:var(--text-muted);border-radius:12px;box-shadow:0 2px 8px #00000014;cursor:pointer}.match-game-overlay-loading{text-align:center;padding:2rem;color:var(--text-muted);font-weight:600}@media(max-width:600px){.match-results{padding-left:max(1rem,env(safe-area-inset-left));padding-right:max(1rem,env(safe-area-inset-right));border-radius:22px}.match-results-title{font-size:clamp(1.75rem,8vw,2rem)}}.profile-hub-wrap{padding-bottom:calc(2.5rem + env(safe-area-inset-bottom));max-width:480px;margin:0 auto}.profile-hub__topbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;min-height:44px}.profile-hub__back{appearance:none;border:none;background:none;color:var(--accent-primary);font-weight:700;font-size:.92rem;cursor:pointer;display:inline-flex;align-items:center;gap:.35rem;padding:.5rem .6rem .5rem 0;font-family:inherit;min-height:44px}.profile-hub__settings{appearance:none;border:none;background:none;color:var(--accent-primary);cursor:pointer;width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:50%}.profile-hub__title{margin:0;font-family:Racama,Georgia,serif;font-size:clamp(1.45rem,5vw,1.75rem);font-weight:600;letter-spacing:-.02em;color:color-mix(in srgb,var(--text-primary) 82%,var(--accent-primary) 18%)}.profile-hub__identity{margin-bottom:.7rem}.profile-hub__name-prompt{appearance:none;border:none;background:none;padding:.35rem 0 0;color:var(--accent-primary);font-weight:700;font-size:.88rem;cursor:pointer;font-family:inherit;text-align:left}.profile-hub__name-prompt:hover{text-decoration:underline}.profile-hero__hint{margin:.35rem 0 .55rem;font-size:.88rem;line-height:1.45;color:var(--text-label);font-weight:500}.profile-card{background:var(--color-white);border:1px solid var(--border-soft);border-radius:var(--radius-lg);padding:1.15rem 1.1rem;margin-bottom:1rem;box-shadow:var(--shadow-sm)}.profile-card--hero{padding:1.25rem 1.15rem}.profile-card__title{margin:0 0 1rem;font-size:1.05rem;font-weight:800;color:var(--text-primary)}.profile-hero{display:flex;align-items:center;gap:1rem}.profile-hero__body{min-width:0;flex:1}.profile-hero__name{margin:0;font-size:clamp(1.35rem,5vw,1.65rem);font-weight:800;line-height:1.15;letter-spacing:-.02em}.profile-hero__meta{display:flex;flex-direction:column;align-items:flex-start;gap:.55rem;margin-top:.4rem}.profile-hero__role{display:inline-flex;align-items:center;gap:.3rem;padding:.2rem .65rem;border-radius:var(--radius-full);background:#e8d9c873;font-size:.82rem;font-weight:700;color:var(--text-secondary)}.profile-hero__edit{appearance:none;border:none;background:none;padding:.15rem 0;color:var(--accent-primary);font-weight:700;font-size:.88rem;cursor:pointer;font-family:inherit;line-height:1.3}.profile-summary{display:flex;align-items:stretch;margin-bottom:clamp(2rem,6vw,2.5rem);padding:.25rem;border-radius:var(--radius-md);background:var(--surface-profile);border:1px solid var(--accent-border-soft)}.profile-summary__item{appearance:none;flex:1;min-width:0;display:flex;align-items:baseline;gap:.4rem;padding:.7rem .85rem;border:none;background:none;border-radius:calc(var(--radius-md) - .25rem);color:var(--text-primary);font-family:inherit;cursor:pointer;text-align:left;flex-wrap:wrap;transition:background-color .15s,transform .12s}.profile-summary__item:hover{background:var(--surface-profile-hover)}.profile-summary__item:active{transform:scale(.98)}.profile-summary__item:focus-visible{outline:2px solid var(--accent-primary);outline-offset:2px}.profile-summary__icon{color:var(--accent-primary);flex-shrink:0;align-self:center}.profile-summary__value{font-size:1.2rem;font-weight:800;line-height:1;letter-spacing:-.02em;color:var(--accent-primary)}.profile-summary__label{font-size:.78rem;font-weight:600;line-height:1.2;color:var(--text-label)}.profile-summary__sep{flex-shrink:0;width:1px;margin:.5rem 0;background:var(--accent-border-soft)}.profile-section{margin-bottom:clamp(2rem,6vw,2.5rem)}.profile-section:last-child{margin-bottom:0}.profile-section__head{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem;margin-bottom:.75rem}.profile-section__title{margin:0 0 .75rem;font-size:1.08rem;font-weight:800;letter-spacing:-.01em;color:color-mix(in srgb,var(--text-primary) 90%,var(--accent-primary) 10%)}.profile-section__head .profile-section__title{margin-bottom:0}.profile-section__title--page{margin-bottom:1rem}.profile-section__link{appearance:none;border:none;background:none;color:var(--accent-primary);font-weight:700;font-size:.9rem;cursor:pointer;font-family:inherit;padding:0}.profile-section__link--block{width:100%;text-align:left;padding:.85rem 1rem;border-radius:var(--radius-md);background:var(--color-white);border:1px solid var(--border-soft)}.profile-section__muted{margin:0;font-size:.88rem;color:var(--text-label);line-height:1.5}.profile-saved-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.profile-saved-thumb__card{background:var(--color-white);border:1px solid var(--border-soft);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm)}.profile-saved-thumb__media{position:relative;aspect-ratio:4 / 3;overflow:hidden;background:var(--surface)}.profile-saved-thumb__cover{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.profile-saved-thumb__cover img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.profile-saved-thumb__cover-emoji{font-size:2.25rem;line-height:1}.profile-saved-thumb__bookmark{position:absolute;top:.45rem;right:.45rem;width:32px;height:32px;border:none;border-radius:50%;background:#ffffffeb;color:var(--accent-primary);display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:var(--shadow-sm);z-index:1}.profile-saved-thumb__title{margin:0;padding:.55rem .5rem .65rem;font-size:.82rem;font-weight:700;line-height:1.35;text-align:center;color:var(--text-primary)}.profile-history-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.55rem}.profile-history-item{display:flex;align-items:center;gap:.55rem;padding:.75rem .85rem;border-radius:var(--radius-md);background:var(--surface-profile);border:1px solid var(--accent-border-soft)}.profile-history-item__icon{color:var(--accent-primary);flex-shrink:0}.profile-history-item__label{flex:1;min-width:0;font-size:.84rem;font-weight:600;color:var(--text-secondary);line-height:1.35}.profile-history-item__repeat{appearance:none;border:none;background:none;color:var(--accent-primary);font-weight:700;font-size:.84rem;cursor:pointer;font-family:inherit;flex-shrink:0;padding:.25rem 0}.profile-empty{text-align:center;padding:1.5rem .75rem;color:var(--text-muted)}.profile-empty__title{margin:.5rem 0 .35rem;font-weight:700;color:var(--text-primary)}.profile-empty__text{margin:0 0 1rem;font-size:.9rem;line-height:1.5}.profile-empty__cta{max-width:260px;margin:0 auto}.profile-login-banner{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.75rem 1rem;margin-bottom:1rem;border-radius:var(--radius-md);border:1px solid var(--border-soft);background:var(--surface-soft);font-size:.85rem;color:var(--text-muted)}.profile-login-banner button{appearance:none;border:1px solid var(--border-soft);background:var(--color-white);border-radius:var(--radius-full);padding:.4rem .85rem;font-weight:700;font-size:.82rem;cursor:pointer;font-family:inherit;flex-shrink:0}.profile-creator-invite{margin-top:.5rem}.profile-creator-card__head{display:flex;align-items:flex-start;gap:.65rem;margin-bottom:1rem}.profile-creator-card__icon{color:var(--accent-primary);flex-shrink:0;margin-top:.1rem}.profile-creator-card__title{margin:0;font-size:.98rem;font-weight:800;line-height:1.35;color:var(--text-primary)}.profile-creator-card__text{margin:.35rem 0 0;font-size:.86rem;line-height:1.5;color:var(--text-muted)}.profile-creator-card__form{display:flex;flex-direction:column;gap:.65rem}.profile-creator-card__input{width:100%;min-height:48px;padding:.7rem .9rem;border-radius:14px;border:1.5px solid var(--border-soft);background:var(--color-white);font-size:.95rem;font-family:inherit;letter-spacing:.04em;text-transform:uppercase;color:var(--text-primary)}.profile-creator-card__input--error{border-color:#ee58348c}.profile-creator-card__error{margin:0;font-size:.85rem;color:var(--accent-primary);font-weight:600}.profile-creator-card__submit{appearance:none;width:100%;min-height:48px;border:none;border-radius:14px;background:var(--accent-primary);color:var(--text-on-accent);font-weight:700;font-size:.92rem;cursor:pointer;font-family:inherit;box-shadow:0 4px 12px #ee583438}.profile-creator-card__submit:disabled{opacity:.7;cursor:default}.profile-settings__header{display:grid;grid-template-columns:44px 1fr 44px;align-items:center;margin-bottom:1.25rem}.profile-settings__title{margin:0;text-align:center;font-size:1.15rem;font-weight:800}.profile-settings__header-spacer{width:44px}.profile-field{display:block;margin-bottom:.85rem}.profile-field__label{display:block;margin-bottom:.35rem;font-size:.82rem;font-weight:700;color:var(--text-secondary)}.profile-field__input{width:100%;min-height:48px;padding:.7rem .9rem;border-radius:14px;border:1px solid var(--border-soft);background:#f7f2eaa6;font-size:.95rem;font-family:inherit;color:var(--text-primary)}.profile-field__input--readonly{color:var(--text-muted);cursor:default}.profile-privacy-note{display:flex;align-items:flex-start;gap:.55rem;margin:0 0 1rem;font-size:.86rem;line-height:1.5;color:var(--text-secondary)}.profile-privacy-note__icon{color:var(--accent-primary);flex-shrink:0;margin-top:.1rem}.profile-toggle-row{display:flex;align-items:center;justify-content:space-between;gap:1rem}.profile-toggle-row__label{font-weight:700;font-size:.92rem}.profile-toggle{appearance:none;width:52px;height:30px;border-radius:var(--radius-full);border:none;background:var(--border-soft);padding:3px;cursor:pointer;transition:background .15s ease;flex-shrink:0}.profile-toggle--on{background:var(--accent-primary)}.profile-toggle__thumb{display:block;width:24px;height:24px;border-radius:50%;background:var(--color-white);box-shadow:var(--shadow-sm);transition:transform .15s ease}.profile-toggle--on .profile-toggle__thumb{transform:translate(22px)}.profile-outline-btn{appearance:none;width:100%;min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:.65rem;border-radius:14px;border:1.5px solid rgba(238,88,52,.45);background:var(--color-white);color:var(--accent-primary);font-weight:700;font-size:.92rem;cursor:pointer;font-family:inherit}.profile-outline-btn--danger{border-color:#f59b8da6;color:#a4361f}.profile-outline-btn--solid{background:#a4361f;color:#fff;border-color:#a4361f}.profile-data-hint{margin:.25rem 0 0;font-size:.8rem;color:var(--text-muted);line-height:1.45}.profile-data-hint a{color:var(--accent-primary)}.profile-logout-link{appearance:none;border:none;background:none;display:block;width:100%;margin-top:1.5rem;padding:.75rem;text-align:center;color:var(--accent-primary);font-weight:700;font-size:.95rem;cursor:pointer;font-family:inherit}.auth-modal-scrim,.profile-modal-scrim{position:fixed;inset:0;background:var(--overlay-scrim);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:max(1rem,env(safe-area-inset-top)) max(1rem,env(safe-area-inset-right)) max(1rem,env(safe-area-inset-bottom)) max(1rem,env(safe-area-inset-left))}.auth-modal{width:100%;max-width:420px;max-height:min(90dvh,calc(100vh - 2rem));position:relative;display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--border-soft);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);overflow:hidden}.auth-modal__body{flex:1;min-height:0;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.auth-modal__body::-webkit-scrollbar{display:none}.auth-modal--scroll-hint:after{content:"";position:absolute;left:1px;right:1px;bottom:1px;height:2.5rem;pointer-events:none;border-radius:0 0 calc(var(--radius-lg) - 1px) calc(var(--radius-lg) - 1px);background:linear-gradient(to top,var(--surface) 30%,transparent)}.auth-modal__content{position:relative;padding:3rem max(1.35rem,env(safe-area-inset-right)) 2rem max(1.35rem,env(safe-area-inset-left))}.auth-modal__close{position:absolute;top:.85rem;right:.85rem;z-index:3;width:34px;height:34px;display:flex;align-items:center;justify-content:center;border:none;border-radius:50%;background:var(--surface-soft);color:var(--text-muted);cursor:pointer;transition:background .18s,color .18s}.auth-modal__close:hover{background:var(--border-soft);color:var(--text-secondary)}.auth-modal__close:focus-visible{outline:2px solid var(--accent-primary);outline-offset:2px}.auth-modal__lead{margin:0 0 1.25rem;text-align:center;font-size:.9rem;line-height:1.5;color:var(--text-muted)}.auth-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.auth-tabs{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:.25rem;margin:0 0 1.25rem;padding:.3rem;border:1px solid var(--border-soft);border-radius:var(--radius-full);background:#f7f2eab3}.auth-tabs__indicator{position:absolute;top:.3rem;bottom:.3rem;left:.3rem;width:calc((100% - .85rem)/2);border-radius:var(--radius-full);background:var(--accent-primary);box-shadow:var(--shadow-orange);transition:transform .22s cubic-bezier(.22,1,.36,1);pointer-events:none}.auth-tabs--register .auth-tabs__indicator{transform:translate(calc(100% + .25rem))}.auth-tab{position:relative;z-index:1;appearance:none;border:none;background:none;padding:.6rem .75rem;border-radius:var(--radius-full);font-family:inherit;font-size:.92rem;font-weight:700;color:var(--text-muted);cursor:pointer;transition:color .18s}.auth-tab:hover:not(.is-active){color:var(--text-secondary)}.auth-tab.is-active{color:var(--text-on-accent)}.auth-tab:focus-visible{outline:2px solid var(--accent-primary);outline-offset:2px}.auth-form,.auth-form__register{display:flex;flex-direction:column;gap:.85rem}.auth-form__register[hidden],.auth-consent[hidden]{display:none}.auth-field{position:relative}.auth-field__icon{position:absolute;left:.95rem;top:50%;transform:translateY(-50%);display:flex;color:var(--text-muted);pointer-events:none;transition:color .18s}.auth-field:focus-within .auth-field__icon{color:var(--accent-primary)}.auth-field__input{width:100%;min-height:52px;padding:.85rem 1rem .85rem 2.9rem;border-radius:14px;border:1px solid var(--border-soft);background:#f7f2eaa6;font-family:inherit;font-size:1rem;color:var(--text-primary);transition:border-color .18s,box-shadow .18s,background-color .18s}.auth-field__input::placeholder{color:var(--text-muted)}.auth-field__input:hover{border-color:var(--accent-border-soft)}.auth-field__input:focus{outline:none;border-color:var(--accent-primary);background:var(--surface);box-shadow:0 0 0 3px var(--accent-hover-wash)}.auth-consent{display:flex;align-items:flex-start;gap:.6rem;font-size:.85rem;line-height:1.45;color:var(--text-secondary);cursor:pointer}.auth-consent input{margin-top:.15rem;width:1.05rem;height:1.05rem;accent-color:var(--accent-primary);flex-shrink:0}.auth-consent a{color:var(--accent-primary);font-weight:600}.auth-error{margin:0;font-size:.85rem;font-weight:600;color:var(--accent-primary-pressed)}.auth-error--success{color:var(--semantic-success)}.auth-submit{margin-top:.25rem}.magic-button.auth-submit:disabled{opacity:.55;cursor:not-allowed;box-shadow:none}@media(prefers-reduced-motion:reduce){.auth-tab,.auth-field__icon,.auth-field__input,.auth-tabs__indicator{transition:none}}.profile-modal{width:100%;max-width:400px;background:var(--surface);border-radius:var(--radius-lg);border:1px solid var(--border-soft);box-shadow:var(--shadow-lg);padding:1.5rem 1.35rem}.profile-modal__title{margin:0 0 .5rem;font-size:1.25rem}.profile-modal__text{margin:0 0 1.1rem;font-size:.9rem;line-height:1.5;color:var(--text-secondary)}.profile-modal__password-wrap{position:relative;margin-bottom:.75rem}.profile-modal__password-icon{position:absolute;left:.9rem;top:50%;transform:translateY(-50%);color:var(--text-muted)}.profile-modal__password-wrap .profile-field__input{padding-left:2.5rem}.profile-modal__error{margin:0 0 .75rem;font-size:.85rem;font-weight:600;color:#a4361f}.profile-modal__actions{display:flex;gap:.6rem}.profile-modal__actions .profile-outline-btn{flex:1;margin-bottom:0}.family-role-picker__legend{font-size:.875rem;font-weight:600;color:var(--text-secondary);margin-bottom:.35rem;padding:0}.family-role-picker__optional{font-weight:500;color:var(--text-muted)}.family-role-picker__hint{margin:0 0 .55rem;font-size:.78rem;line-height:1.45;color:var(--text-label)}.family-role-picker__grid{display:flex;flex-wrap:wrap;gap:.4rem}.family-role-picker__grid--settings{gap:.35rem;margin-top:.15rem}.family-role-chip{display:inline-flex;align-items:center;gap:.3rem;min-height:38px;padding:.35rem .65rem;border-radius:999px;border:1.5px solid var(--border-soft);background:var(--surface);color:var(--text-secondary);font-weight:600;font-size:.78rem;cursor:pointer;-webkit-user-select:none;user-select:none;font-family:inherit;transition:background-color .15s,border-color .15s,color .15s}.family-role-chip:hover:not(:disabled){border-color:var(--accent-border-soft);background:var(--accent-hover-wash)}.family-role-chip--active{border-color:var(--accent-primary);background:#ee58341a;color:var(--accent-primary);font-weight:700}.family-role-chip__emoji{font-size:.95rem;line-height:1}.role-select{position:relative;display:block}.role-select__label{display:block;margin-bottom:.35rem;font-size:.82rem;font-weight:700;color:var(--text-secondary)}.role-select__optional{font-weight:500;color:var(--text-muted)}.role-select--auth .role-select__trigger{min-height:52px;padding:.85rem .9rem .85rem .95rem;font-size:1rem}.role-select--with-icon .role-select__icon{position:absolute;left:.95rem;top:50%;transform:translateY(-50%);display:flex;z-index:1;color:var(--text-muted);pointer-events:none;transition:color .18s}.role-select--with-icon:focus-within .role-select__icon{color:var(--accent-primary)}.role-select--with-icon .role-select__trigger{padding-left:2.9rem}.role-select--auth .role-select__trigger:hover:not(:disabled){border-color:var(--accent-border-soft)}.role-select--auth .role-select__trigger.is-open,.role-select--auth .role-select__trigger:focus-visible{outline:none;border-color:var(--accent-primary);background:var(--surface);box-shadow:0 0 0 3px var(--accent-hover-wash)}.role-select__list--portal{overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.role-select__list--portal::-webkit-scrollbar{display:none}.role-select__option--none{color:var(--text-muted);font-weight:500}.role-select__option--none.is-selected{color:var(--text-secondary);font-weight:600}.role-select__trigger{appearance:none;width:100%;min-height:48px;display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.6rem .75rem .6rem .9rem;border-radius:14px;border:1px solid var(--border-soft);background:#f7f2eaa6;font-family:inherit;font-size:.95rem;font-weight:600;color:var(--text-primary);cursor:pointer;transition:border-color .18s,background-color .18s,box-shadow .18s}.role-select__trigger:hover:not(:disabled){border-color:var(--accent-border-soft)}.role-select__trigger.is-open{border-color:var(--accent-primary);background:var(--surface);box-shadow:0 0 0 3px var(--accent-hover-wash)}.role-select__trigger:disabled{opacity:.6;cursor:default}.role-select__value{display:inline-flex;align-items:center;gap:.5rem;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.role-select__placeholder{color:var(--text-muted);font-weight:500}.role-select__emoji{font-size:1.15rem;line-height:1;flex-shrink:0}.role-select__chevron{display:inline-flex;color:var(--text-muted);flex-shrink:0}.role-select__trigger.is-open .role-select__chevron{color:var(--accent-primary)}.role-select__list{position:absolute;z-index:60;top:calc(100% + .4rem);left:0;right:0;max-height:17rem;overflow-y:auto;-webkit-overflow-scrolling:touch;list-style:none;margin:0;padding:.3rem;border-radius:16px;background:var(--surface);border:1px solid var(--accent-border-soft);box-shadow:var(--shadow-md)}.role-select__option{appearance:none;width:100%;display:flex;align-items:center;gap:.6rem;padding:.6rem .65rem;border:none;background:none;border-radius:11px;font-family:inherit;font-size:.92rem;font-weight:600;color:var(--text-secondary);cursor:pointer;text-align:left;transition:background-color .12s,color .12s}.role-select__option.is-active{background:var(--accent-hover-wash);color:var(--accent-primary)}.role-select__option.is-selected{color:var(--accent-primary);font-weight:700}.role-select__option-label{flex:1;min-width:0}.role-select__check{color:var(--accent-primary);flex-shrink:0}
