@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Plus+Jakarta+Sans:wght@600;700;800&display=swap";:root{font-family:Inter,system-ui,sans-serif;color:var(--text);background:var(--bg);font-synthesis:none}*{box-sizing:border-box}body{margin:0;min-width:320px;background:var(--bg);color:var(--text)}button,input,textarea,select{font:inherit}button,a{cursor:pointer}button{color:inherit;background:var(--control);border:1px solid var(--border);border-radius:var(--radius-control);padding:.72rem 1rem;font-weight:700}button:hover{border-color:var(--accent)}button:disabled{opacity:.45;cursor:not-allowed}h1,h2,h3,.brand{font-family:Plus Jakarta Sans,sans-serif}h1{font-size:clamp(2rem,4vw,3rem);letter-spacing:-.035em;margin:.3rem 0}h2{letter-spacing:-.025em}p{line-height:1.5}.muted{color:var(--muted)}.spacer{flex:1}.primary{background:linear-gradient(135deg,var(--accent-strong),var(--primary-end));border:0;color:var(--on-primary);box-shadow:0 8px 28px var(--primary-shadow)}.wide{width:100%}.icon{padding:.55rem .75rem}.danger{color:var(--negative)}header.legacy-header{height:80px;display:flex;align-items:center;gap:2rem;padding:0 max(24px,calc((100vw - 1480px)/2));background:var(--header-bg);border-bottom:1px solid var(--divider);position:sticky;top:0;z-index:20;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.brand{display:flex;align-items:center;gap:.75rem;color:var(--accent);text-decoration:none;font-size:1.25rem;font-weight:800}.brand img{width:48px;height:48px;padding:6px;background:var(--high);border:1px solid var(--border);border-radius:13px}.brand small{display:block;color:var(--highlight);font:600 .55rem Inter;text-transform:uppercase;letter-spacing:.12em}nav.legacy-nav{display:flex;gap:2rem;height:100%;align-items:center}nav.legacy-nav a{height:100%;display:flex;align-items:center;border-bottom:2px solid transparent;color:var(--nav-text);text-decoration:none}nav.legacy-nav a.active{border-color:var(--accent);color:var(--accent)}.lang{border:1px solid var(--border);border-radius:999px;padding:3px;display:flex}.lang button{border:0;border-radius:999px;padding:.35rem .65rem;background:transparent}.lang button.on{background:var(--accent-strong);color:var(--on-accent)}.demo-banner{background:var(--notice-bg);color:var(--notice-text);padding:.45rem 2rem;text-align:center;font-size:.83rem;border-bottom:1px solid var(--notice-border)}.demo-banner button{padding:.2rem .5rem;margin-left:.6rem;border-color:var(--notice-button-border);background:var(--notice-button-bg)}main{max-width:1480px;margin:auto;padding:40px}.alert{padding:1rem;border-radius:10px;margin-bottom:1rem}.alert.error{background:var(--error-bg);color:var(--error-text)}.page-title,.title-line,.card-top,.mix-heading{display:flex;align-items:center;justify-content:space-between;gap:1rem}.title-line{justify-content:flex-start}.pill{display:inline-flex;align-items:center;gap:.3rem;padding:.35rem .7rem;border:1px solid var(--border);border-radius:999px;font-size:.8rem;font-weight:700;background:var(--high)}.amber{color:var(--highlight);box-shadow:0 0 24px var(--highlight-glow)}.amber-text{color:var(--highlight)}.violet{color:var(--accent)}.eyebrow{text-transform:uppercase;letter-spacing:.08em;font-size:.74rem;font-weight:800}.tabs{display:flex;border:1px solid var(--border);border-radius:14px;padding:5px}.tabs button{border:0;background:transparent;flex:1}.tabs button.active{background:var(--divider);color:var(--accent)}.segment{width:min(520px,100%);margin:2rem 0}.party-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.party-card,.panel,.auth-card,.candidate,.empty-card{background:var(--low);border:1px solid var(--border);border-radius:var(--radius-panel)}.party-card{padding:24px;min-height:390px;display:flex;flex-direction:column}.party-card h2{margin:.6rem 0 0}.pills{display:flex;gap:.6rem;flex-wrap:wrap;margin:1rem 0}.leader{min-height:110px;padding:18px;background:var(--control);border:1px solid var(--control-border);border-radius:14px;display:flex;align-items:center;gap:.4rem;margin-bottom:1.5rem}.leader-poster{width:54px;height:76px;flex:0 0 auto;border-radius:7px;background-size:cover!important;background-position:center!important}.leader>div:last-child{display:flex;flex-direction:column;gap:.35rem}.leader b{color:var(--accent);font-size:.75rem;text-transform:uppercase}.leader+button{margin-top:auto}.empty-card{padding:4rem;text-align:center;color:var(--muted);grid-column:1/-1}.auth-wrap{min-height:calc(100vh - 180px);display:grid;place-items:center}.auth-card{width:min(480px,100%);padding:32px}.hero-logo{width:72px;display:block;margin:auto}.auth-card h1,.auth-card>p{text-align:center}.auth-card label,.panel label,.drawer label{display:grid;gap:.5rem;margin:1rem 0;font-weight:700;font-size:.86rem}.auth-card label:has(.signup-only){display:none}.auth-card label.show{display:grid}input,textarea,select{width:100%;background:var(--control);color:var(--input-text);border:1px solid var(--border);border-radius:var(--radius-control);padding:.85rem 1rem;outline:none}input:focus,textarea:focus,select:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-glow)}textarea{min-height:100px;resize:vertical}.auth-card .primary{width:100%;margin-top:1rem}.empty-state{max-width:680px;margin:10vh auto;text-align:center;padding:48px;border:1px dashed var(--border);border-radius:var(--radius-panel)}.empty-state code{display:block;color:var(--muted);margin:1rem}.actions{display:flex;justify-content:center;gap:1rem;margin-top:2rem}.big-icon{font-size:4rem;color:var(--accent)}.editor{display:grid;grid-template-columns:minmax(0,2fr) minmax(300px,1fr);gap:24px;align-items:start}.form-stack{display:grid;gap:24px}.panel{padding:24px}.panel h2{border-bottom:1px solid var(--section-border);padding-bottom:1rem}.choice-grid,.two,.summary-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.choice{padding:18px;border:1px solid var(--border);border-radius:var(--radius-control)}.choice:has(input:checked){border-color:var(--accent);background:var(--choice-active)}.choice input{width:auto}.choice span{display:block;color:var(--muted);margin-top:.5rem;font-weight:400}.summary{position:sticky;top:110px;background:linear-gradient(145deg,var(--summary-start),var(--low))}.summary-grid span{background:var(--control);border:1px solid var(--control-border);padding:14px;border-radius:var(--radius-control);color:var(--muted);font-size:.7rem}.summary-grid b{display:block;color:var(--highlight);margin-top:.4rem}.summary button{margin-top:1rem}.toggle{display:flex!important;align-items:center}.toggle input{width:auto}.invite-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:40px}.invite-main h1{font-size:2.6rem}.invite-party{padding:24px;border:1px solid var(--border);border-radius:14px;margin:2rem 0}.or{text-align:center;color:var(--muted);margin:1.5rem}.notice{padding:14px;border:1px solid var(--source-border);background:var(--source-bg);border-radius:10px;color:var(--source-text)}.member{display:flex;align-items:center;gap:.8rem;margin:.7rem 0}.member span{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:var(--avatar-bg);color:var(--accent);font-weight:800}.category-tabs{max-width:900px;margin:2rem 0}.searchbar{margin:1.5rem 0}.library-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.media-card{background:var(--low);border:1px solid var(--border);border-radius:14px;overflow:hidden}.media-card>div:last-child{padding:16px}.poster{aspect-ratio:2/3;background-size:cover!important;background-position:center!important;position:relative;display:flex;align-items:center;justify-content:center}.poster:after,.mini-poster:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,var(--poster-fade),transparent 60%)}.poster>span{position:absolute;z-index:1;top:10px;left:10px;background:var(--poster-badge-bg);color:var(--highlight);padding:.3rem .5rem;border-radius:6px}.poster>b,.mini-poster>b{font-size:5rem;color:var(--poster-placeholder-text)}.drawer-backdrop,.sheet-backdrop{position:fixed;inset:0;background:var(--drawer-overlay);z-index:30}.drawer{position:fixed;right:0;top:0;height:100vh;width:min(560px,95vw);z-index:31;background:var(--low);border-left:1px solid var(--border);padding:28px;overflow-y:auto;overscroll-behavior:contain;box-shadow:-20px 0 70px var(--drawer-shadow)}.mix-layout{display:grid;grid-template-columns:300px minmax(500px,760px) 330px;max-width:1480px;margin:auto;min-height:calc(100vh - 80px)}.mix-side{padding:24px;background:var(--low)}.add-panel{border-right:1px solid var(--border)}.about-panel{border-left:1px solid var(--border)}.feed{padding:32px 40px}.source-row{width:100%;display:flex;justify-content:space-between;text-align:left;margin:.5rem 0}.inline-form{display:flex;gap:.5rem}.inline-form button{padding:.5rem}.candidates{display:grid;gap:18px;margin-top:24px}.candidate{display:grid;grid-template-columns:130px 1fr;overflow:hidden;padding:14px}.candidate.selected{border-color:var(--accent);box-shadow:0 0 34px var(--accent-glow)}.mini-poster{aspect-ratio:2/3;border-radius:10px;display:grid;place-items:center;background-size:cover!important;background-position:center!important;position:relative}.candidate-body{padding:0 0 0 20px}.candidate h2{margin:.2rem 0;font-size:1.5rem}.score{background:var(--score-bg);border-radius:999px;padding:.5rem .8rem;color:var(--accent);font-weight:800}.vote-row{display:grid;grid-template-columns:1fr 1fr;gap:12px;border-top:1px solid var(--vote-divider);padding-top:14px}.vote-row button.active.up{background:var(--highlight);color:var(--on-highlight);border-color:var(--highlight);box-shadow:0 0 20px var(--positive-glow)}.vote-row button.active.down{background:var(--negative-active);border-color:var(--negative)}.winner{padding:20px 24px;background:linear-gradient(135deg,var(--winner-start),var(--winner-end));border:1px solid var(--highlight);border-radius:16px;box-shadow:0 0 34px var(--highlight-glow)}.countdown{padding:18px;background:var(--selected-bg);border:1px solid var(--accent);border-radius:var(--radius-control);margin:1rem 0}.mobile-panel,.sheet-backdrop{display:none}@media(max-width:1100px){.party-grid{grid-template-columns:repeat(2,1fr)}.library-grid{grid-template-columns:repeat(3,1fr)}.mix-layout{grid-template-columns:240px 1fr}.about-panel{display:none}}@media(max-width:767px){header.legacy-header{height:64px;padding:0 16px;gap:10px}.brand img{width:40px;height:40px}.brand span{font-size:1rem}.brand small,nav.legacy-nav{display:none}.icon{font-size:0}.icon:before{content:"◆";font-size:1rem}main{padding:24px 16px}.page-title{align-items:flex-start}.page-title>.primary{border-radius:50%;font-size:0;width:52px;height:52px;padding:0}.page-title>.primary:first-letter{font-size:1.4rem}.title-line{display:block}.party-grid,.library-grid{grid-template-columns:1fr}.party-card{min-height:330px}.editor,.invite-grid{grid-template-columns:1fr}.summary{position:static}.choice-grid,.two{grid-template-columns:1fr}.invite-main h1{font-size:2rem}.category-tabs{overflow:auto}.library-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.media-card h3{font-size:.95rem}.mix-layout{display:block}.feed{padding:22px 16px}.mix-side{position:fixed;inset:64px 0 0;z-index:40;display:none;overflow:auto}.mobile-panel{display:block;padding:.55rem}.candidate{grid-template-columns:88px 1fr;padding:10px}.candidate-body{padding-left:12px}.candidate h2{font-size:1.15rem}.candidate p{font-size:.8rem}.vote-row button{font-size:0}body[data-sheet=add] .add-panel,body[data-sheet=about] .about-panel{display:block}body[data-sheet] .sheet-backdrop{display:block;z-index:39}.demo-banner{text-align:left;padding:.4rem 1rem}.demo-banner button{float:right}.auth-wrap{min-height:auto}.auth-card{padding:24px}.poster>b{font-size:3rem}}header.legacy-header>a:not(.brand){color:var(--accent);text-decoration:none;font-size:.875rem;white-space:nowrap}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--accent);outline-offset:3px}main,.feed,.candidate-body,.page-title>div,.panel,.summary{min-width:0}.page-title h1,.candidate h2,.party-card h2,.summary h2{overflow-wrap:anywhere}input,select,textarea{max-width:100%}@media(max-width:1100px){header.legacy-header{gap:16px;padding-inline:20px}header.legacy-header nav{gap:16px}.brand{font-size:1rem;gap:8px}}@media(max-width:700px){header.legacy-header{display:flex;flex-wrap:wrap;height:auto;min-height:104px;gap:6px 10px;padding:8px 12px}header.legacy-header .brand{flex:1 1 calc(100% - 110px);min-width:0;order:0;gap:8px}header.legacy-header .brand img{width:38px;height:38px;flex:0 0 38px}header.legacy-header .brand span{font-size:.9rem;white-space:nowrap}header.legacy-header .brand small{display:none}header.legacy-header .spacer{display:none}header.legacy-header .lang{order:1;flex:0 0 auto;margin-left:auto}header.legacy-header nav{display:flex;order:2;flex:1 1 auto;height:36px;min-width:0;gap:12px;font-size:.72rem}header.legacy-header>a:not(.brand){order:3;font-size:.7rem}header.legacy-header>button{order:4;flex:0 0 auto;padding:8px;min-height:34px;min-width:34px}header.legacy-header>button[data-signout]{font-size:.65rem;padding-inline:6px}header.legacy-header>button[data-signout]:before{content:none}header.legacy-header>button[data-mode]{font-size:0}header.legacy-header>button[data-mode]:before{content:"◇";font-size:1rem}.demo-banner{font-size:.68rem;line-height:1.45}.demo-banner button{float:none;margin-left:6px}.page-title{gap:12px;flex-wrap:wrap}.feed>.page-title{display:grid;grid-template-columns:auto minmax(0,1fr) auto}.feed>.page-title h1{font-size:1.4rem}.feed .eyebrow{font-size:.63rem}.candidate{grid-template-columns:88px minmax(0,1fr)}.candidate-body{padding-left:10px}.vote-row{gap:6px}.vote-row button{min-width:0;min-height:44px;padding:8px 6px}.mix-side{inset:108px 0 0;max-width:100%}.drawer{width:100%;max-width:100%}.modal{width:calc(100% - 24px);max-width:100%}.party-grid,.library-grid{min-width:0}}@media(max-width:370px){header.legacy-header{column-gap:7px;padding-inline:8px}header.legacy-header nav{gap:8px;font-size:.65rem}header.legacy-header .brand span{font-size:.8rem}}.modal-backdrop{position:fixed;inset:0;z-index:70;background:var(--modal-overlay);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}dialog.modal{position:fixed;inset:50% auto auto 50%;transform:translate(-50%,-50%);z-index:71;width:min(480px,calc(100vw - 32px));max-height:calc(100dvh - 40px);overflow:auto;margin:0;padding:28px;background:var(--low);color:var(--text);border:1px solid var(--border);border-radius:24px;box-shadow:0 24px 80px var(--modal-shadow)}.modal h2{margin-top:0;font-size:1.5rem}.modal p{color:var(--muted)}.modal .actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.share-box{padding-top:20px;margin-top:20px;border-top:1px solid var(--border)}.share-box code{display:block;overflow-wrap:anywhere;font:12px/1.6 Inter,sans-serif;color:var(--muted);margin-bottom:12px}.close-sheet{margin:0 0 20px auto}@media(max-width:700px){.mix-heading{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:10px}.mix-heading h1{font-size:1.35rem;overflow-wrap:anywhere}.mix-heading .eyebrow{font-size:.6rem}.mix-heading .mobile-panel{max-width:95px;font-size:.72rem}dialog.modal{padding:22px}}@media(min-width:701px)and (max-width:1100px){.mobile-panel[data-sheet=about]{display:inline-flex}body[data-sheet=about] .about-panel{display:block;position:fixed;inset:80px 0 0 auto;width:min(420px,100%);z-index:40;overflow:auto}body[data-sheet=about] .about-panel .close-sheet{display:block}body[data-sheet=about] .sheet-backdrop{display:block;z-index:39}}.action-feedback{margin-bottom:16px}[data-skin-picker][hidden]{display:none!important}.catalog-settings{margin-top:2rem;border-top:1px solid var(--border);padding-top:1.5rem}.catalog-settings>a{display:inline-block;margin-top:1rem}.custom-cover{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.custom-cover[hidden]{display:none}.media-description{white-space:pre-wrap;overflow-wrap:anywhere}.manual-form details{margin:1rem 0}.mix-page{font:400 14px/20px var(--ui-font-body);background:var(--ui-background)}.mix-page>#app>header{height:64px;padding-inline:24px;gap:24px}.mix-page>#app>header .brand img{width:40px;height:40px}.mix-page .ui-icon{width:20px;height:20px}.mix-page .mix-layout{display:grid;grid-template-columns:350px minmax(0,1fr) 300px;gap:24px;width:min(1720px,100%);max-width:none;min-height:calc(100vh - 64px);padding:24px;margin:0 auto}.mix-page .mix-side{padding:0;background:transparent;border:0;min-width:0}.mix-page .add-panel{display:flex;flex-direction:column;gap:16px}.mix-page .source-picker{padding:12px;border:1px solid var(--ui-border);border-radius:var(--ui-radius-panel);background:var(--ui-surface);box-shadow:0 2px 8px #0002}.source-picker-head{display:flex;justify-content:space-between;align-items:center;gap:12px;min-height:28px;padding:0 4px 9px;margin-bottom:4px;border-bottom:1px solid color-mix(in srgb,var(--ui-border) 55%,transparent)}.source-picker-head>span{display:flex;align-items:center;gap:8px;text-transform:uppercase;letter-spacing:.08em;font:600 12px/16px var(--ui-font-heading)}.source-picker-head>span .ui-icon{color:#ffb95f}.source-picker-head small{color:#958ea0;white-space:nowrap;font:600 11px/14px var(--ui-font-body)}.mix-source-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px;padding:4px;border:1px solid color-mix(in srgb,var(--ui-border) 70%,transparent);border-radius:12px;background:#0c0e12}.mix-source-tabs:has(.mix-source-tab:nth-child(2):last-child){grid-template-columns:repeat(2,minmax(0,1fr))}.mix-source-tab{min-width:0;min-height:52px;padding:7px 3px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;border:1px solid transparent;border-radius:8px;background:transparent;color:var(--ui-secondary-text);font:600 11px/14px var(--ui-font-body)}.mix-source-tab .ui-icon{width:18px;height:18px}.mix-source-tab:hover{background:var(--ui-surface-raised);border-color:transparent;color:var(--ui-text)}.mix-source-tab.active{background:#333539;border-color:var(--ui-border);color:var(--ui-primary);box-shadow:0 2px 5px #0005}.source-panel-content[hidden],.manual-preview[hidden],#preview-note[hidden]{display:none!important}.mix-page .source-panel-content{padding:20px}.mix-page .manual-card{display:block;border:1px solid var(--ui-border);border-radius:var(--ui-radius-panel);background:var(--ui-surface);box-shadow:0 2px 8px #0002}.manual-card-title{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:8px;margin-bottom:12px}.manual-pulse{width:10px;height:10px;border-radius:50%;background:var(--ui-primary);box-shadow:0 0 14px color-mix(in srgb,var(--ui-primary) 55%,transparent)}.manual-card-title .ui-pill{padding:3px 8px;border-radius:4px;background:var(--ui-surface-raised)}.manual-intro{margin:0 0 20px;color:var(--ui-secondary-text);font-size:12px;line-height:17px}#manual-form{display:flex;flex-direction:column;gap:16px}#manual-form>label,.manual-meta-grid>label{position:relative;display:flex;flex-direction:column;gap:6px;min-width:0;margin:0;color:var(--ui-text);font:600 12px/16px var(--ui-font-body)}#manual-form label input,#manual-form label textarea{min-height:40px;padding:9px 12px;border:1px solid var(--ui-border);border-radius:var(--ui-radius-field);background:var(--ui-input);color:var(--ui-text);font:400 14px/20px var(--ui-font-body)}#manual-form label textarea{min-height:96px}#manual-form label:has(>small){display:grid;grid-template-columns:minmax(0,1fr) auto;gap:6px 8px}#manual-form label>small{position:static;color:#958ea0;font:600 11px/14px var(--ui-font-body);text-align:right}#manual-form label:has(>small)>input,#manual-form label:has(>small)>textarea{grid-column:1/-1}#manual-form .manual-title-label>small{color:var(--ui-primary)}#manual-form em{color:#ffb4ab;font-style:normal}.manual-meta-grid{display:grid;grid-template-columns:92px minmax(0,1fr);gap:12px}.manual-meta-grid fieldset{min-width:0;margin:0;padding:0;border:0}.manual-meta-grid legend{margin-bottom:6px;font:600 12px/16px var(--ui-font-body)}.kind-toggle{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px;min-height:40px;padding:4px;border:1px solid var(--ui-border);border-radius:12px;background:var(--ui-input)}.kind-toggle button{min-width:0;padding:3px;border:0;border-radius:8px;background:transparent;color:var(--ui-secondary-text);font:600 11px/16px var(--ui-font-body)}.kind-toggle button.active{background:var(--ui-primary);color:var(--ui-on-primary)}.field-with-icon{position:relative;display:block}.field-with-icon .ui-icon{position:absolute;z-index:1;left:12px;top:10px;width:18px;height:18px;color:var(--ui-secondary-text)}#manual-form .field-with-icon input{padding-left:38px}.manual-actions{display:flex;flex-direction:column;gap:6px;margin-top:4px;padding-top:20px;border-top:1px solid color-mix(in srgb,var(--ui-border) 65%,transparent)}.manual-actions .ui-button{width:100%}.manual-actions .ui-button-primary{min-height:44px;background:var(--ui-primary);color:var(--ui-on-primary);font:700 12px/18px var(--ui-font-heading)}.manual-submit{width:100%;min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 16px;border:0;border-radius:12px;background:var(--ui-primary);color:var(--ui-on-primary);box-shadow:0 4px 14px #a078ff25;font:700 12px/18px var(--ui-font-heading)}.manual-clear{width:100%;min-height:40px;border-color:transparent;background:transparent;color:var(--ui-secondary-text);font:500 12px/18px var(--ui-font-body)}.mix-source-search{position:relative;display:flex;align-items:center;gap:8px}.mix-source-search>.ui-icon{position:absolute;left:12px;z-index:1;color:var(--ui-secondary-text)}.mix-source-search input{padding-left:40px}.mix-source-search button{width:42px;padding:8px}.mix-source-results{display:flex;flex-direction:column;gap:8px;margin-top:16px}.source-empty{margin:0;padding:16px 4px;color:var(--ui-secondary-text)}.mix-page .source-row{min-height:52px;margin:0;padding:10px 12px;align-items:center;border-radius:12px;background:var(--ui-input)}.source-row>span{display:flex;flex-direction:column;min-width:0}.source-row b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.source-row small{color:var(--ui-secondary-text);font-size:11px}.source-row>.ui-icon{color:var(--ui-primary)}.mix-page .feed{padding:0;margin:0;align-self:start;min-width:0}.mix-page .mix-heading{min-height:72px;padding:4px 4px 16px;align-items:center}.mix-page .mix-heading h1{margin:0;color:var(--ui-text);font:700 32px/40px var(--ui-font-heading);letter-spacing:-.02em}.mix-page .mix-heading .eyebrow{margin:0;font-size:11px;line-height:14px}.manual-preview{padding:20px;margin-bottom:20px;border:1px solid color-mix(in srgb,var(--ui-primary) 50%,var(--ui-border));border-radius:16px;background:var(--ui-surface);box-shadow:0 8px 28px #0004}.preview-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;color:var(--ui-primary);font:700 11px/16px var(--ui-font-body);letter-spacing:.07em;text-transform:uppercase}.preview-head>span{display:flex;align-items:center;gap:8px}.preview-head .ui-icon{width:18px;height:18px}.preview-head small{padding:3px 9px;border:1px solid var(--ui-border);border-radius:999px;background:#333539;color:var(--ui-secondary-text);font:600 11px/14px var(--ui-font-body);letter-spacing:0;text-transform:none}.preview-card{display:grid;grid-template-columns:80px minmax(0,1fr);gap:16px;padding:20px;border:1px solid var(--ui-border);border-radius:12px;background:var(--ui-surface-raised);box-shadow:0 0 20px -4px color-mix(in srgb,var(--ui-primary) 24%,transparent)}.preview-monogram{width:80px;height:96px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid var(--ui-border);border-radius:12px;background:#333539;color:var(--ui-primary)}.preview-monogram>span{font:800 24px/32px var(--ui-font-heading)}.preview-monogram small{color:#958ea0;font:600 9px/12px var(--ui-font-body);letter-spacing:.12em}.preview-copy{display:flex;align-content:flex-start;align-items:center;flex-wrap:wrap;gap:6px 8px;min-width:0}.preview-copy .preview-status{padding:3px 8px;border:1px solid color-mix(in srgb,var(--ui-primary) 35%,transparent);border-radius:999px;color:var(--ui-primary);background:color-mix(in srgb,var(--ui-primary) 12%,transparent);font:600 11px/14px var(--ui-font-body)}#preview-meta{color:#958ea0;font-size:12px}.preview-copy h2{flex-basis:100%;margin:0;color:var(--ui-text);font:700 24px/32px var(--ui-font-heading)}.preview-copy p{flex-basis:100%;margin:2px 0 0;padding:10px 12px;border-left:2px solid var(--ui-primary);border-radius:0 10px 10px 0;background:var(--ui-surface);color:var(--ui-secondary-text);font-size:12px;font-style:italic;white-space:pre-wrap}.mix-page .notice{margin:0 0 20px;padding:12px 16px;border:1px solid color-mix(in srgb,var(--ui-primary) 30%,var(--ui-border));border-radius:12px;background:color-mix(in srgb,var(--ui-primary) 7%,var(--ui-surface));color:var(--ui-secondary-text)}.mix-page .winner{margin-bottom:20px}.mix-page .feed a,.mix-page .about-panel a{color:var(--ui-primary)}.mix-page .candidates{margin-top:0;gap:16px}.mix-page .candidate{grid-template-columns:112px minmax(0,1fr);padding:16px;border:1px solid var(--ui-border);border-radius:16px;background:var(--ui-surface);box-shadow:0 2px 8px #0003}.mix-page .mini-poster{width:112px;min-height:168px;border:1px solid var(--ui-border)}.mix-page .mini-poster>b{font:800 40px/1 var(--ui-font-heading);color:var(--ui-primary)}.mix-page .candidate-body{display:flex;flex-direction:column;gap:10px;padding-left:20px;min-width:0}.mix-page .candidate h2{margin:0;color:var(--ui-text);font:700 24px/32px var(--ui-font-heading)}.mix-page .candidate p{margin:0;color:var(--ui-secondary-text)}.mix-page .score{padding:5px 10px;border:1px solid var(--ui-border);background:#333539;font-size:12px}.mix-page .vote-row{margin-top:auto;padding-top:12px;gap:8px}.mix-page .vote-row button{min-height:40px;border-radius:999px;font-size:12px}.mix-page .candidate select{min-height:40px;border-radius:12px;background:var(--ui-input)}.mix-empty{min-height:360px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px;border:1px solid var(--ui-border);border-radius:16px;background:var(--ui-surface);text-align:center}.mix-empty>div{width:96px;height:96px;display:grid;place-items:center;border:2px dashed #958ea0;border-radius:24px;color:#ffb95f;background:var(--ui-surface-raised);box-shadow:0 0 24px #ffb95f20}.mix-empty>div .ui-icon{width:50px;height:50px}.mix-empty h2{max-width:520px;margin:20px 0 8px;font:700 28px/36px var(--ui-font-heading)}.mix-empty p{max-width:520px;margin:0;color:var(--ui-secondary-text)}.mix-page .about-panel{display:flex;flex-direction:column;gap:16px}.about-card{padding:20px;border:1px solid var(--ui-border);border-radius:16px;background:var(--ui-surface);box-shadow:0 2px 8px #0003}.about-title{display:flex;align-items:center;gap:8px}.about-title .ui-icon{color:var(--ui-primary)}.about-title h2,.about-title h3{margin:0;font:700 18px/26px var(--ui-font-heading)}.about-card>p{margin:12px 0 16px;color:var(--ui-secondary-text)}.members-title{padding-top:16px;margin-top:16px;border-top:1px solid color-mix(in srgb,var(--ui-border) 60%,transparent)}.member-list{display:flex;flex-direction:column;gap:8px;margin:12px 0 20px}.mix-page .member{display:flex;align-items:center;gap:10px;margin:0;padding:8px;border-radius:12px;background:var(--ui-surface-raised)}.mix-page .member span{width:32px;height:32px;display:grid;place-items:center;border:1px solid color-mix(in srgb,var(--ui-primary) 40%,transparent);border-radius:50%;background:#333539;color:var(--ui-primary)}.mix-page .member b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.about-card .manual-submit{min-height:44px;background:var(--ui-primary);color:var(--ui-on-primary)}.settings-button{margin-top:8px;background:var(--ui-surface-raised)}.mix-page .share-box{margin:0;padding:20px}.mix-page .share-box .wide{min-height:40px}.mix-page [data-skin-picker]{margin:0;padding:20px;border:1px solid var(--ui-border);border-radius:16px;background:var(--ui-surface)}.mix-page .mobile-decision{display:none}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}@media(max-width:1199px){.mix-page .mix-layout{grid-template-columns:320px minmax(0,1fr)}.mix-page .about-panel{display:none}.mix-page .mobile-panel[data-sheet=about]{display:inline-flex}body.mix-page[data-sheet=about] .about-panel{display:flex;position:fixed;inset:64px 0 0 auto;z-index:40;width:min(380px,100%);padding:16px;overflow:auto;background:var(--ui-background)}body.mix-page[data-sheet=about] .sheet-backdrop{display:block;z-index:39}}@media(max-width:767px){.mix-page>#app>header{min-height:64px;height:auto;padding:8px 16px}.mix-page .mix-layout{display:block;min-height:calc(100vh - 64px);padding:16px 16px 162px}.mix-page .mix-heading{display:block;min-height:64px;padding:0 0 12px;text-align:center}.mix-page .mix-heading h1{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:24px;line-height:32px}.mix-page .mix-heading .mobile-panel{position:fixed;z-index:38;bottom:16px;width:calc(50vw - 22px);max-width:194px;min-height:48px;padding:10px 12px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border-radius:12px;background:var(--ui-surface-raised);box-shadow:0 10px 30px #0008;font-size:12px}.mix-page .mix-heading .mobile-panel[data-sheet=add]{left:max(16px,calc(50vw - 211px));background:var(--ui-primary);color:var(--ui-on-primary);border-color:transparent}.mix-page .mix-heading .mobile-panel[data-sheet=about]{right:max(16px,calc(50vw - 211px))}.mix-page .mix-heading:after{content:"";position:fixed;z-index:37;inset:auto 0 0;height:146px;border-top:1px solid color-mix(in srgb,var(--ui-border) 55%,transparent);background:color-mix(in srgb,var(--ui-surface) 94%,transparent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.mix-page .mobile-decision{position:fixed;z-index:38;left:50%;bottom:76px;transform:translate(-50%);display:inline-flex;width:min(calc(100vw - 32px),398px);min-height:54px;border-radius:14px;font:700 16px/24px var(--ui-font-heading)}.mix-page .mobile-decision:disabled{opacity:.48}body.mix-page:not(:has(.mobile-decision)) .mix-layout{padding-bottom:96px}body.mix-page:not(:has(.mobile-decision)) .mix-heading:after{height:82px}.mix-page .candidate{grid-template-columns:80px minmax(0,1fr);padding:12px}.mix-page .mini-poster{width:80px;min-height:120px}.mix-page .candidate-body{padding-left:12px;gap:7px}.mix-page .candidate h2{font-size:18px;line-height:24px}.mix-page .candidate p{font-size:12px;line-height:16px}.mix-page .vote-row button{min-height:44px;font-size:0}.mix-page .vote-row button:before{content:none}.mix-page .vote-row button .ui-icon{width:20px;height:20px}.preview-card{grid-template-columns:64px minmax(0,1fr);padding:16px}.preview-monogram{width:64px;height:80px}.preview-copy h2{font-size:18px;line-height:26px}.mix-empty{min-height:320px;padding:24px 18px}.mix-empty h2{font-size:24px;line-height:32px}.mix-page .mix-side{position:fixed;inset:auto 0 0;z-index:40;display:none;width:100%;max-width:430px;max-height:calc(100dvh - 24px);margin:0 auto;padding:16px 16px 28px;overflow:auto;border:1px solid var(--ui-border);border-bottom:0;border-radius:24px 24px 0 0;background:var(--ui-background);box-shadow:0 -18px 60px #0009}body.mix-page[data-sheet=add] .add-panel,body.mix-page[data-sheet=about] .about-panel{display:flex}body.mix-page[data-sheet] .sheet-backdrop{display:block;position:fixed;inset:0;z-index:39;background:#111317cc;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}body.mix-page[data-sheet=about] .about-panel{inset:auto 0 0;width:100%;max-width:430px;padding:16px 16px 28px}.mix-page .close-sheet{display:inline-flex;align-self:flex-end;min-width:44px;min-height:44px;margin:0}.mix-page .close-sheet span{display:none}}@media(max-width:390px){.mix-page .mix-layout{padding-inline:12px}.manual-meta-grid{grid-template-columns:84px minmax(0,1fr);gap:8px}.kind-toggle{gap:2px}.kind-toggle button{font-size:10px}.manual-preview{padding:14px}}:root,:root[data-skin=classic-night]{--accent: #d0bcff;--accent-glow: #8b5cf633;--accent-strong: #9b72f6;--avatar-bg: #3a3541;--bg: #111317;--border: #494454;--choice-active: #322747;--control: #202126;--control-border: #3b3d45;--divider: #333539;--drawer-overlay: #090a0dcc;--drawer-shadow: #000;--error-bg: #4b1724;--error-text: #ffd9e4;--header-bg: #1a1c20e8;--high: #282a2e;--highlight: #ffb95f;--highlight-glow: #f59e0b22;--input-text: #ecebf0;--low: #1a1c20;--modal-overlay: #090a10c9;--modal-shadow: #0008;--muted: #a8a1b2;--nav-text: #d5d0db;--negative: #ffb0cd;--negative-active: #6a2745;--notice-bg: #4a3216;--notice-border: #8a6029;--notice-button-bg: #2f2214;--notice-button-border: #a37539;--notice-text: #ffe0ae;--on-accent: #21103c;--on-highlight: #251500;--on-primary: #2a075e;--panel: #1e2024;--positive-glow: #f59e0b55;--poster-badge-bg: #121318dd;--poster-fade: #111317bb;--poster-placeholder-text: #ffffff1f;--primary-end: #cbb4ff;--primary-shadow: #8b5cf64d;--score-bg: #35313c;--section-border: #3d3f46;--selected-bg: #2b2730;--source-bg: #15161a;--source-border: #48424e;--source-text: #cfc9d4;--summary-start: #242129;--text: #e2e2e8;--vote-divider: #373942;--winner-end: #221e1d;--winner-start: #2d2635;--radius-panel: 18px;--radius-control: 12px}:root{--ui-background:var(--bg);--ui-surface:var(--low);--ui-surface-raised:var(--panel);--ui-input:var(--panel);--ui-border:var(--border);--ui-text:var(--text);--ui-secondary-text:#cbc3d7;--ui-primary:var(--accent);--ui-on-primary:#3c0091;--ui-space-1:4px;--ui-space-2:8px;--ui-space-3:12px;--ui-space-4:16px;--ui-space-5:20px;--ui-space-6:24px;--ui-space-8:32px;--ui-radius-sm:8px;--ui-radius-field:12px;--ui-radius-panel:16px;--ui-font-body:Inter,system-ui,sans-serif;--ui-font-heading:"Plus Jakarta Sans",Inter,sans-serif}.ui-panel{background:var(--ui-surface);border:1px solid var(--ui-border);border-radius:var(--ui-radius-panel);padding:var(--ui-space-5);box-shadow:0 2px 8px #0002}.ui-panel-title{margin:0;font-family:var(--ui-font-heading);font-size:18px;line-height:26px;font-weight:700;letter-spacing:-.01em}.ui-field{display:flex;flex-direction:column;gap:6px;min-width:0;font-family:var(--ui-font-body);font-size:12px;line-height:16px;font-weight:600}.ui-field input,.ui-field textarea,.ui-field select,.ui-control{width:100%;min-width:0;min-height:40px;padding:9px 12px;border:1px solid var(--ui-border);border-radius:var(--ui-radius-field);background:var(--ui-input);color:var(--ui-text);font:400 14px/20px var(--ui-font-body)}.ui-field textarea{min-height:96px;resize:vertical}.ui-field input:focus-visible,.ui-field textarea:focus-visible,.ui-field select:focus-visible,.ui-control:focus-visible{outline:2px solid var(--ui-primary);outline-offset:2px}.ui-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:40px;padding:10px 16px;border:1px solid var(--ui-border);border-radius:var(--ui-radius-field);font:600 12px/18px var(--ui-font-body);text-decoration:none;cursor:pointer}.ui-button-primary{background:var(--ui-primary);color:var(--ui-on-primary);border-color:transparent;box-shadow:0 4px 14px #a078ff25}.ui-button-secondary{background:var(--ui-surface-raised);color:var(--ui-primary)}.ui-button-quiet{background:transparent;color:var(--ui-secondary-text);border-color:transparent;box-shadow:none}.ui-button:focus-visible{outline:2px solid var(--ui-primary);outline-offset:3px}.ui-button:disabled{opacity:.45;cursor:not-allowed}.ui-icon{display:inline-block;width:20px;height:20px;flex-shrink:0;vertical-align:middle}.ui-pill{display:inline-flex;align-items:center;gap:6px;padding:3px 8px;border:1px solid var(--ui-border);border-radius:999px;font:600 11px/14px var(--ui-font-body);color:var(--ui-secondary-text)}.ui-divider{height:1px;border:0;background:var(--ui-border);opacity:.5;margin:16px 0}@media(max-width:767px){.ui-button,.ui-field input,.ui-field select,.ui-control{min-height:44px}}.ui-button-accent{background:var(--ui-primary-container,#a078ff);color:var(--ui-on-primary-container,#340080);border-color:transparent;box-shadow:0 4px 16px #a078ff40}.ui-field input:-webkit-autofill,.ui-control:-webkit-autofill{-webkit-box-shadow:0 0 0 1000px var(--ui-input) inset;-webkit-text-fill-color:var(--ui-text);caret-color:var(--ui-text)}[hidden]{display:none!important}:root{color-scheme:dark;scrollbar-color:var(--ui-border) var(--ui-background)}.ps-category-tabs{scrollbar-width:thin;scrollbar-color:var(--ui-border) var(--ui-background)}.stitch-core-screen{width:100%;color:var(--ui-text);font:400 14px/20px var(--ui-font-body)}.stitch-core-screen *,.stitch-core-screen *:before,.stitch-core-screen *:after{box-sizing:border-box}.stitch-core-screen .ui-icon{width:18px;height:18px}.stitch-core-screen .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}.stitch-dashboard{padding:32px 0 48px}.stitch-dashboard-hero{display:flex;align-items:center;justify-content:space-between;gap:var(--ui-space-6);padding-bottom:var(--ui-space-6);border-bottom:1px solid color-mix(in srgb,var(--ui-border),transparent 45%)}.stitch-dashboard-hero h1,.stitch-editor-hero h1,.stitch-invite-title h1{margin:0;font:700 32px/40px var(--ui-font-heading);letter-spacing:-.035em}.stitch-dashboard-hero p,.stitch-editor-hero p{margin:4px 0 0;color:var(--ui-secondary-text)}.stitch-title-row{display:flex;align-items:center;flex-wrap:wrap;gap:14px}.stitch-title-row .stitch-quota{padding:6px 12px;color:#ffbd64;background:color-mix(in srgb,var(--ui-surface-raised),#ffb95f 8%)}.stitch-dashboard-hero>.ui-button{min-height:48px;padding-inline:24px;border-radius:999px;font-size:15px}.stitch-dashboard-toolbar{display:flex;align-items:center;margin:40px 0 32px}.stitch-scope-tabs{display:inline-flex;gap:6px;padding:6px;border:1px solid var(--ui-border);border-radius:16px;background:var(--ui-background)}.stitch-scope-tabs .ui-button{min-height:48px;padding:10px 16px;border-color:transparent;background:transparent;color:var(--ui-secondary-text);font:650 15px/20px var(--ui-font-heading)}.stitch-scope-tabs .ui-button.active{border-color:var(--ui-border);background:var(--ui-surface-raised);color:var(--ui-primary)}.stitch-scope-tabs b{display:grid;min-width:22px;height:22px;padding:0 5px;place-items:center;border-radius:999px;background:color-mix(in srgb,var(--ui-primary),transparent 84%);font-size:11px}.stitch-party-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.stitch-party-card.ui-panel{display:flex;min-height:404px;flex-direction:column;padding:24px;border-radius:18px;background:var(--ui-surface);box-shadow:0 14px 32px #00000020}.stitch-card-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.stitch-status{display:inline-flex;align-items:center;gap:9px;color:#ffb95f;font-size:12px;font-weight:800;letter-spacing:.045em;text-transform:uppercase}.stitch-status i{width:9px;height:9px;border-radius:50%;background:currentColor}.stitch-party-card.is-complete .stitch-status{color:var(--ui-primary)}.stitch-icon-button.ui-button{width:40px;min-width:40px;padding:0}.stitch-icon-button .ui-icon{width:19px;height:19px}.stitch-delete{color:var(--ui-secondary-text)}.stitch-party-card>h2{margin:8px 0 0;font:700 20px/28px var(--ui-font-heading);letter-spacing:-.025em}.stitch-card-date{margin:1px 0 14px;color:var(--ui-secondary-text);font-size:12px}.stitch-meta-pills{display:flex;flex-wrap:wrap;gap:8px}.stitch-meta-pills .ui-pill{color:var(--ui-text);background:var(--ui-surface-raised)}.stitch-meta-pills .ui-icon{width:15px;height:15px;color:var(--ui-primary)}.stitch-leader{display:flex;min-height:112px;align-items:center;gap:14px;margin-top:18px;padding:14px;border:1px solid color-mix(in srgb,var(--ui-border),transparent 20%);border-radius:14px;background:var(--ui-surface-raised)}.stitch-party-card.is-complete .stitch-leader{border-color:color-mix(in srgb,#ffb95f,transparent 40%)}.stitch-card-poster,.stitch-mini-poster{position:relative;display:grid;overflow:hidden;flex:0 0 auto;place-items:center;color:var(--ui-primary);background:linear-gradient(145deg,#403354,#17191e);font:800 20px/1 var(--ui-font-heading)}.stitch-card-poster{width:52px;height:76px;border:1px solid var(--ui-border);border-radius:8px}.stitch-card-poster:after,.stitch-mini-poster:after{position:absolute;inset:0;content:"";background:linear-gradient(145deg,transparent,#0005)}.stitch-card-poster>span,.stitch-mini-poster{text-shadow:0 1px 3px #000}.stitch-leader-copy{display:flex;min-width:0;flex-direction:column}.stitch-leader-copy small{display:flex;align-items:center;gap:5px;color:var(--ui-primary);font-size:11px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.stitch-leader-copy small .ui-icon{width:14px;height:14px}.stitch-leader-copy strong{overflow:hidden;font:700 15px/21px var(--ui-font-heading);text-overflow:ellipsis;white-space:nowrap}.stitch-leader-copy>span{color:var(--ui-secondary-text);font-size:11px}.stitch-leader-placeholder{display:flex;width:100%;align-items:center;justify-content:center;flex-direction:column;gap:5px;text-align:center;color:var(--ui-secondary-text)}.stitch-leader-placeholder>.ui-icon{width:30px;height:30px;color:#9d96a8}.stitch-leader-placeholder strong{color:var(--ui-text)}.stitch-leader-placeholder span{font-size:12px}.stitch-card-actions{display:flex;align-items:stretch;gap:12px;margin-top:auto;padding-top:16px;border-top:1px solid color-mix(in srgb,var(--ui-border),transparent 45%)}.stitch-card-actions>.ui-button:first-child{min-height:48px;flex:1;border-radius:12px;font:700 16px/22px var(--ui-font-heading)}.stitch-empty-card{grid-column:1 / -1;min-height:280px;display:grid;place-items:center;align-content:center;gap:12px;text-align:center;border-style:dashed;background:transparent}.stitch-empty-card h2{margin:0;font:700 18px/26px var(--ui-font-heading)}.stitch-empty-icon{display:grid;width:64px;height:64px;place-items:center;border:1px solid var(--ui-border);border-radius:16px;background:var(--ui-surface-raised);color:var(--ui-secondary-text)}.stitch-empty-icon .ui-icon{width:30px;height:30px}.stitch-editor-screen{padding:24px 0 56px}.stitch-editor-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:24px}.stitch-editor-hero h1{margin-top:8px;font-size:30px}.stitch-config-pill{color:#ffb95f}.stitch-config-pill .ui-icon{width:14px;height:14px}.stitch-hero-actions,.stitch-mobile-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px}.stitch-hero-actions .ui-button,.stitch-mobile-actions .ui-button{min-height:44px}.stitch-editor-form{display:grid;grid-template-columns:minmax(0,2fr) minmax(280px,.95fr);align-items:start;gap:20px}.stitch-form-stack{display:flex;min-width:0;flex-direction:column;gap:20px}.stitch-editor-panel.ui-panel{padding:20px;background:var(--ui-surface);border-radius:12px}.stitch-section-title{display:flex;align-items:flex-start;gap:12px;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid color-mix(in srgb,var(--ui-border),transparent 35%)}.stitch-section-title>span{display:grid;width:28px;height:28px;place-items:center;border-radius:8px;background:var(--ui-surface-raised);color:#ffb95f}.stitch-section-title>span .ui-icon{width:16px;height:16px}.stitch-section-title h2{margin:0;font:700 16px/22px var(--ui-font-heading)}.stitch-section-title p{margin:0;color:var(--ui-secondary-text);font-size:11px;line-height:15px}.stitch-fields{display:grid;gap:14px}.stitch-fields em{color:#ffb95f;font-style:normal}.stitch-two-columns{grid-template-columns:repeat(2,minmax(0,1fr))}.stitch-two-columns .scheduled-only:first-child{grid-column:1 / -1}.stitch-choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.stitch-choice{position:relative;display:flex;min-height:86px;align-items:flex-start;gap:10px;padding:14px;border:1px solid var(--ui-border);border-radius:var(--ui-radius-field);background:var(--ui-surface-raised);cursor:pointer}.stitch-choice input{position:absolute;opacity:0;pointer-events:none}.stitch-choice:has(input:focus-visible){outline:2px solid var(--ui-primary);outline-offset:2px}.stitch-choice:has(input:checked){border-color:var(--ui-primary);background:color-mix(in srgb,var(--ui-primary),var(--ui-surface-raised) 86%);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--ui-primary),transparent 25%)}.stitch-choice:has(input:disabled){cursor:default}.stitch-choice-dot{width:16px;height:16px;margin-top:2px;flex:0 0 auto;border:1px solid var(--ui-secondary-text);border-radius:50%;background:var(--ui-background)}.stitch-choice input:checked+.stitch-choice-dot{border:5px solid var(--ui-primary)}.stitch-choice>span:last-child{display:flex;min-width:0;flex-direction:column;gap:4px}.stitch-choice b{font:700 14px/20px var(--ui-font-heading)}.stitch-choice small{color:var(--ui-secondary-text);font-size:11px;line-height:15px}.stitch-field-heading{margin:18px 0 8px;font-size:12px;font-weight:700}.stitch-algorithm-grid .stitch-choice{min-height:108px}.stitch-algorithm-grid .stitch-choice:first-child:has(input:checked){border-color:#ffb95f;box-shadow:inset 0 0 0 1px #ffb95f}.stitch-algorithm-grid .stitch-choice:first-child:has(input:checked) b{color:#ffb95f}.stitch-toggle-list{display:grid;gap:10px}.stitch-toggle-list label{position:relative;display:flex;min-height:44px;align-items:center;gap:10px;padding:10px 12px;border-radius:10px;background:var(--ui-surface-raised);cursor:pointer}.stitch-toggle-list input{position:absolute;opacity:0}.stitch-toggle-list label>span{display:grid;width:18px;height:18px;place-items:center;border:1px solid var(--ui-border);border-radius:4px;color:transparent;background:var(--ui-background)}.stitch-toggle-list input:checked+span{border-color:var(--ui-primary);color:var(--ui-on-primary);background:var(--ui-primary)}.stitch-toggle-list input:focus-visible+span{outline:2px solid var(--ui-primary);outline-offset:3px}.stitch-toggle-list .ui-icon{width:13px;height:13px;stroke-width:2.5}.stitch-toggle-list b{font-size:12px}.stitch-select-field{margin-top:14px}.stitch-live-summary.ui-panel{position:sticky;top:84px;padding:20px;background:radial-gradient(circle at 100% 0,color-mix(in srgb,var(--ui-primary),transparent 87%),transparent 45%),var(--ui-surface);border-radius:14px}.stitch-summary-label{display:flex;align-items:center;justify-content:space-between}.stitch-summary-label span{display:inline-flex;align-items:center;gap:6px;color:#ffb95f;font-size:11px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.stitch-summary-label .ui-icon{width:14px;height:14px}.stitch-live-summary h2{margin:18px 0 2px;font:700 20px/28px var(--ui-font-heading)}.stitch-live-summary>p{min-height:40px;margin:0 0 16px;color:var(--ui-secondary-text);font-size:12px}.stitch-summary-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.stitch-summary-grid>span{display:flex;min-height:64px;flex-direction:column;justify-content:center;gap:2px;padding:10px;border:1px solid var(--ui-border);border-radius:10px;background:var(--ui-surface-raised)}.stitch-summary-grid small{color:var(--ui-secondary-text);font-size:10px;letter-spacing:.04em;text-transform:uppercase}.stitch-summary-grid b{overflow:hidden;font-size:11px;color:#ffb95f;text-overflow:ellipsis}.stitch-mobile-actions{display:none}.stitch-invite-screen{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(300px,1fr);align-items:start;gap:40px;padding:48px 0 56px}.stitch-invite-card.ui-panel{padding:40px;border-radius:16px;background:var(--ui-surface)}.stitch-invite-title{display:flex;align-items:center;gap:18px;padding-bottom:24px;border-bottom:1px solid var(--ui-border)}.stitch-invite-title>.stitch-invite-mark{display:grid;width:68px;height:68px;flex:0 0 auto;place-items:center;border:1px solid var(--ui-border);border-radius:16px;background:var(--ui-surface-raised);color:#ffb95f}.stitch-invite-mark .ui-icon{width:36px;height:36px}.stitch-invite-title p{margin:0 0 4px;color:var(--ui-primary);font-size:12px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.stitch-invite-title h1{font-size:31px}.stitch-invite-party{margin-top:24px;padding:22px;border:1px solid var(--ui-border);border-radius:14px;background:var(--ui-surface-raised)}.stitch-invite-party-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.stitch-invite-party-head h2{margin:0;color:var(--ui-primary);font:700 20px/28px var(--ui-font-heading)}.stitch-invite-party-head p{margin:4px 0 0;color:var(--ui-secondary-text)}.stitch-invite-party-head>span{display:inline-flex;align-items:center;gap:7px;color:var(--ui-secondary-text);white-space:nowrap}.stitch-invite-party-head>span .ui-icon{color:#ffb95f}.stitch-description{margin:20px 0 16px;padding-top:16px;border-top:1px solid color-mix(in srgb,var(--ui-border),transparent 30%);color:var(--ui-secondary-text);font-size:15px;line-height:23px}.stitch-member-join{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;margin-top:32px;padding:18px;border:1px solid var(--ui-border);border-radius:14px;background:var(--ui-surface-raised)}.stitch-join-symbol{display:grid;width:44px;height:44px;place-items:center;border-radius:50%;color:var(--ui-primary);background:color-mix(in srgb,var(--ui-primary),transparent 72%)}.stitch-member-join b{font:700 14px/20px var(--ui-font-heading)}.stitch-member-join p{margin:0;color:var(--ui-secondary-text);font-size:12px}.stitch-member-join .ui-button{min-width:132px;border-radius:999px;font-size:14px}.stitch-or{display:flex;align-items:center;gap:16px;margin:28px 0;color:#9f98a8;font-size:11px;letter-spacing:.1em;text-transform:uppercase}.stitch-or:before,.stitch-or:after{height:1px;flex:1;content:"";background:var(--ui-border)}.stitch-guest-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;padding:20px;border:1px solid var(--ui-border);border-radius:14px;background:var(--ui-surface-raised)}.stitch-guest-heading{grid-column:1 / -1;display:flex;align-items:center;justify-content:space-between;gap:12px}.stitch-guest-heading h3{display:flex;align-items:center;gap:8px;margin:0;font:700 14px/20px var(--ui-font-heading)}.stitch-guest-heading h3 .ui-icon{color:#ffb95f}.stitch-guest-heading>span{color:#ffb95f;font-size:11px}.stitch-guest-form .ui-button{min-width:138px}.stitch-guest-hint,.stitch-guest-rules,.stitch-access-notice,.stitch-protected{display:flex;align-items:flex-start;gap:8px;color:var(--ui-secondary-text)}.stitch-guest-hint{grid-column:1 / -1;margin:0;font-size:11px}.stitch-guest-hint .ui-icon{width:15px;height:15px;color:var(--ui-primary)}.stitch-guest-rules{grid-column:1 / -1;margin:2px 0 0;padding:13px;border:1px solid color-mix(in srgb,var(--ui-border),transparent 35%);border-radius:9px;background:var(--ui-background);font-size:12px;line-height:17px}.stitch-guest-rules .ui-icon,.stitch-access-notice .ui-icon{color:#ffb95f}.stitch-access-notice{margin:18px 0 0;padding:14px;border:1px solid color-mix(in srgb,#ffb95f,transparent 55%);border-radius:10px;background:color-mix(in srgb,#ffb95f,transparent 92%)}.stitch-access-bottom{margin-top:24px}.stitch-invite-side{display:flex;min-width:0;flex-direction:column;gap:24px}.stitch-side-panel.ui-panel{padding:24px;border-radius:16px;background:var(--ui-surface)}.stitch-side-title{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:14px;border-bottom:1px solid var(--ui-border)}.stitch-side-title h2{display:flex;align-items:center;gap:9px;margin:0;font:700 18px/26px var(--ui-font-heading)}.stitch-side-title h2 .ui-icon{color:var(--ui-primary)}.stitch-side-title>span{color:var(--ui-primary);font-size:12px;font-weight:800}.stitch-candidate-list{display:grid;gap:10px;margin-top:16px}.stitch-candidate-list article{display:grid;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:12px;padding:10px;border-radius:10px;background:var(--ui-surface-raised)}.stitch-mini-poster{width:44px;height:62px;border-radius:6px;font-size:14px}.stitch-candidate-list h3{overflow:hidden;margin:0;font:700 14px/20px var(--ui-font-heading);text-overflow:ellipsis;white-space:nowrap}.stitch-candidate-list p{margin:0;color:var(--ui-secondary-text);font-size:11px;text-transform:capitalize}.stitch-candidate-list article>b{color:#ffb95f;font-size:12px}.stitch-protected{margin:16px 0 0;padding:18px;border-radius:10px;background:var(--ui-surface-raised)}.stitch-detail-list{display:grid;gap:0;margin:10px 0 0}.stitch-detail-list>div{display:grid;grid-template-columns:90px 1fr;gap:12px;padding:12px 0;border-bottom:1px solid color-mix(in srgb,var(--ui-border),transparent 45%)}.stitch-detail-list dt{color:var(--ui-secondary-text);font-size:11px;text-transform:uppercase}.stitch-detail-list dd{margin:0;font-size:12px}.stitch-member-row{display:flex;align-items:center;gap:12px;margin-top:16px}.stitch-avatars{display:flex;padding-left:8px}.stitch-avatars>span{display:grid;width:30px;height:30px;margin-left:-8px;place-items:center;border:2px solid var(--ui-surface);border-radius:50%;background:color-mix(in srgb,var(--ui-primary),#26222e 70%);color:var(--ui-text);font-size:9px;font-weight:800}.stitch-avatars>span:nth-child(2n){background:color-mix(in srgb,#ffb95f,#26222e 75%)}.stitch-member-row>span:last-child{color:var(--ui-secondary-text);font-size:12px}@media(max-width:1100px){.stitch-party-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.stitch-editor-form{grid-template-columns:minmax(0,1fr) 280px}.stitch-invite-screen{gap:24px}}@media(max-width:767px){.stitch-dashboard,.stitch-editor-screen{padding:20px 0 92px}.stitch-dashboard-hero{align-items:stretch;flex-direction:column}.stitch-dashboard-hero h1,.stitch-editor-hero h1,.stitch-invite-title h1{font-size:26px;line-height:33px}.stitch-dashboard-hero>.ui-button{width:100%}.stitch-dashboard-toolbar{margin:24px 0 20px}.stitch-scope-tabs{display:grid;width:100%;grid-template-columns:repeat(2,minmax(0,1fr))}.stitch-scope-tabs .ui-button{padding-inline:10px;font-size:13px}.stitch-party-grid{grid-template-columns:1fr;gap:16px}.stitch-party-card.ui-panel{min-height:370px;padding:20px}.stitch-editor-hero{align-items:flex-start}.stitch-hero-actions{display:none}.stitch-editor-form{display:block}.stitch-live-summary{display:none}.stitch-choice-grid,.stitch-two-columns{grid-template-columns:1fr}.stitch-two-columns .scheduled-only:first-child{grid-column:auto}.stitch-mobile-actions{display:grid;grid-template-columns:1fr 1.4fr;padding-top:4px}.stitch-invite-screen{display:flex;flex-direction:column;gap:20px;padding:20px 0 96px}.stitch-invite-card.ui-panel{width:100%;padding:20px}.stitch-invite-title{align-items:flex-start;gap:12px;padding-bottom:18px}.stitch-invite-title>.stitch-invite-mark{width:50px;height:50px;border-radius:12px}.stitch-invite-mark .ui-icon{width:26px;height:26px}.stitch-invite-title p{font-size:10px;line-height:14px}.stitch-invite-party{padding:16px}.stitch-invite-party-head{flex-direction:column;gap:10px}.stitch-member-join{grid-template-columns:auto minmax(0,1fr)}.stitch-member-join .ui-button{grid-column:1 / -1;width:100%}.stitch-guest-form{grid-template-columns:1fr;padding:16px}.stitch-guest-form>*{grid-column:1}.stitch-guest-heading{align-items:flex-start;flex-direction:column;gap:2px}.stitch-invite-side{width:100%}}@media(max-width:430px){.stitch-title-row{align-items:flex-start;flex-direction:column;gap:8px}.stitch-scope-tabs .ui-button{gap:5px}.stitch-scope-tabs .ui-button .ui-icon{display:none}.stitch-card-actions>.ui-button:first-child{font-size:14px}.stitch-editor-panel.ui-panel{padding:16px}.stitch-summary-grid{grid-template-columns:1fr}}.sp-page{position:relative;isolation:isolate;min-height:calc(100vh - 64px);padding:clamp(32px,7vh,72px) 16px;color:var(--ui-text);font-family:var(--ui-font-body)}.sp-glow{position:absolute;z-index:-1;top:4%;left:50%;width:min(700px,92vw);height:340px;transform:translate(-50%);border-radius:50%;background:#a078ff20;filter:blur(110px);pointer-events:none}.sp-profile-grid{width:min(960px,100%);margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:20px;align-items:start}.sp-card.ui-panel{padding:28px;background:#1a1c20;border-color:#494454;border-radius:16px;box-shadow:0 18px 54px #0006}.sp-card-heading{display:flex;align-items:center;gap:14px;margin-bottom:12px}.sp-mark{width:52px;height:52px;flex:0 0 auto;display:grid;place-items:center;padding:7px;border:1px solid #494454;border-radius:14px;background:#333539;box-shadow:0 0 26px -4px #a078ff40}.sp-mark img{width:100%;height:100%;object-fit:contain}.sp-eyebrow{margin:0 0 3px;color:#d0bcff;font:600 11px/14px var(--ui-font-body);letter-spacing:.06em;text-transform:uppercase}.sp-card h1{margin:0;color:#e2e2e8;font:700 24px/32px var(--ui-font-heading);letter-spacing:-.015em;overflow-wrap:anywhere}.sp-card h2{margin:0;color:#e2e2e8;font:700 18px/26px var(--ui-font-heading);letter-spacing:-.01em}.sp-intro,.sp-section-heading p{margin:0;color:#cbc3d7;font-size:13px;line-height:20px}.sp-form{display:grid;gap:16px;margin-top:22px}.sp-form .ui-field{color:#e2e2e8;font-size:13px}.sp-form .ui-field input,.sp-form .ui-field select{min-height:44px;background:#1e2024;border-color:#494454}.sp-help{margin:-7px 0 0;color:#958ea0;font-size:11px;line-height:16px}.sp-full{width:100%}.sp-truth-note{display:flex;align-items:flex-start;gap:9px;margin:20px 0 0;padding:12px;border:1px solid #494454;border-radius:12px;background:#1e2024;color:#cbc3d7}.sp-truth-note .ui-icon{width:17px;height:17px;flex:0 0 auto;color:#ffb95f}.sp-truth-note p{margin:0;font-size:12px;line-height:17px}.sp-section-heading{display:flex;align-items:flex-start;gap:12px}.sp-section-icon{display:grid;place-items:center;width:36px;height:36px;flex:0 0 auto;border-radius:10px;background:#333539;color:#d0bcff}.sp-section-icon .ui-icon{width:18px;height:18px}.sp-section-heading p{margin-top:4px}.sp-status{min-height:20px;margin-top:18px;color:#cbc3d7;font-size:12px;line-height:16px}.sp-remove-key{width:100%;color:#ffb0cd}.sp-settings-link{display:inline-flex;align-items:center;gap:5px;margin-top:18px;color:#d0bcff;font-size:12px;text-decoration:none}.sp-settings-link:hover{color:#e9ddff}.sp-settings-link .ui-icon{width:14px;height:14px}.sp-signout-area{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:28px;padding-top:18px;border-top:1px solid #49445499}.sp-signout-area p{margin:0;color:#958ea0;font-size:11px;line-height:16px;text-align:right}.sp-signout.ui-button{min-height:40px;flex:0 0 auto;padding:9px 12px}.sp-signout .ui-icon{width:17px;height:17px}@media(max-width:767px){.sp-page{min-height:calc(100vh - 64px);padding:24px 14px 96px}.sp-profile-grid{grid-template-columns:1fr;gap:14px}.sp-card.ui-panel{padding:22px 20px}}.selection-hero{position:relative;overflow:hidden;margin-bottom:var(--ui-space-5);padding:var(--ui-space-6);border:2px solid color-mix(in srgb,var(--highlight) 66%,var(--ui-border));background:radial-gradient(circle at 92% 4%,var(--highlight-glow),transparent 36%),radial-gradient(circle at 4% 96%,color-mix(in srgb,var(--ui-primary) 12%,transparent),transparent 38%),linear-gradient(135deg,var(--high),var(--ui-surface-raised) 56%,var(--ui-surface));box-shadow:0 0 35px -5px var(--highlight-glow),0 0 15px -3px color-mix(in srgb,var(--ui-primary) 25%,transparent)}.selection-hero__top{position:relative;z-index:1;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:var(--ui-space-3);padding-bottom:var(--ui-space-5);border-bottom:1px solid color-mix(in srgb,var(--ui-border) 62%,transparent)}.selection-hero__badge,.selection-hero__state,.selection-hero__facts span{display:inline-flex;align-items:center;gap:var(--ui-space-2)}.selection-hero__badge{padding:6px 12px;border-radius:999px;background:var(--highlight);color:var(--on-highlight);font:700 12px/16px var(--ui-font-heading);letter-spacing:.04em;text-transform:uppercase}.selection-hero__badge .ui-icon{width:16px;height:16px}.selection-hero__state{padding:5px 10px;border:1px solid var(--ui-border);border-radius:999px;background:color-mix(in srgb,var(--high) 82%,transparent);color:var(--ui-secondary-text);font:600 11px/14px var(--ui-font-body)}.selection-hero__state i{width:8px;height:8px;border-radius:50%;background:var(--highlight)}.selection-hero__body{position:relative;z-index:1;display:grid;grid-template-columns:minmax(150px,31%) minmax(0,1fr);align-items:center;gap:var(--ui-space-6);padding-top:var(--ui-space-6)}.selection-hero__poster{position:relative;display:grid;place-items:center;aspect-ratio:2 / 3;overflow:hidden;border:2px solid var(--highlight);border-radius:var(--ui-radius-field);background:var(--high);color:var(--ui-primary);box-shadow:0 18px 42px #0008;font:800 40px/1 var(--ui-font-heading)}.selection-hero__poster img{width:100%;height:100%;object-fit:cover}.selection-hero__poster-label{position:absolute;top:var(--ui-space-3);left:var(--ui-space-3);display:flex;align-items:center;gap:6px;max-width:calc(100% - 24px);padding:7px 10px;border:1px solid color-mix(in srgb,var(--highlight) 55%,transparent);border-radius:var(--ui-radius-sm);background:color-mix(in srgb,var(--bg) 92%,transparent);color:var(--highlight);font:600 11px/15px var(--ui-font-body)}.selection-hero__poster-label .ui-icon{width:16px;height:16px}.selection-hero__copy{min-width:0}.selection-hero__eyebrow{margin:0 0 var(--ui-space-2);color:var(--highlight);font:700 12px/17px var(--ui-font-body);letter-spacing:.055em;text-transform:uppercase}.selection-hero__copy h2{margin:0;color:var(--ui-text);font:800 32px/40px var(--ui-font-heading);letter-spacing:-.02em;overflow-wrap:anywhere}.selection-hero__description{margin:var(--ui-space-3) 0 0;color:var(--ui-secondary-text);font:400 14px/21px var(--ui-font-body);white-space:pre-wrap}.selection-hero__facts{display:flex;flex-wrap:wrap;gap:var(--ui-space-2);margin-top:var(--ui-space-5);padding:var(--ui-space-4);border:1px solid var(--ui-border);border-radius:var(--ui-radius-field);background:color-mix(in srgb,var(--high) 62%,transparent)}.selection-hero__facts span{padding:4px 8px;border-radius:999px;color:var(--ui-secondary-text);background:var(--ui-surface-raised);font:500 11px/15px var(--ui-font-body)}.selection-hero__facts span:first-child{color:var(--highlight)}.selection-hero__facts .ui-icon{width:16px;height:16px}.selection-hero__source{width:fit-content;margin-top:var(--ui-space-4)}@media(max-width:767px){.selection-hero{padding:var(--ui-space-4)}.selection-hero__top{align-items:flex-start;padding-bottom:var(--ui-space-4)}.selection-hero__state{border-radius:var(--ui-radius-sm);white-space:normal}.selection-hero__body{grid-template-columns:92px minmax(0,1fr);align-items:start;gap:var(--ui-space-4);padding-top:var(--ui-space-4)}.selection-hero__poster-label{inset:auto 5px 5px;justify-content:center;padding:5px;text-align:center}.selection-hero__poster-label .ui-icon{display:none}.selection-hero__copy h2{font-size:24px;line-height:32px}.selection-hero__description{grid-column:1 / -1;font-size:12px;line-height:18px}.selection-hero__facts{margin-top:var(--ui-space-3);padding:var(--ui-space-2)}}@media(max-width:420px){.selection-hero__top{display:grid;justify-items:start}.selection-hero__body{grid-template-columns:76px minmax(0,1fr);gap:var(--ui-space-3)}.selection-hero__poster-label{font-size:9px;line-height:12px}.selection-hero__copy h2{font-size:21px;line-height:28px}.selection-hero__eyebrow{font-size:10px;line-height:14px}.selection-hero__facts{display:grid}}.selection-hero__note{display:flex;gap:8px;align-items:flex-start;margin:20px 0 0;padding-top:16px;border-top:1px solid var(--ui-border);font-size:12px;line-height:18px;color:var(--ui-secondary-text)}@media(max-width:767px){.selection-hero__poster-label b{display:none}.selection-hero__poster-label{width:auto;left:6px;right:auto;top:6px;padding:5px}}body{font-size:14px;line-height:1.45}header.stitch-header{height:64px;min-height:64px;padding:0 24px;gap:32px;background:#1e2024;border-bottom:1px solid #49445480;position:sticky;top:0;z-index:40;box-shadow:0 2px 8px #0002}.stitch-brand{display:flex;align-items:center;gap:10px;flex-shrink:0;color:var(--accent);text-decoration:none}.stitch-brand img{width:40px;height:40px}.stitch-brand span{font-family:Plus Jakarta Sans,sans-serif;font-size:22px;font-weight:800;line-height:1.15;letter-spacing:-.035em}.stitch-header .stitch-desktop-nav{display:flex;align-items:center;gap:24px}.stitch-desktop-nav a{display:flex;align-items:center;height:32px;padding:0 0 3px;border-bottom:2px solid transparent;color:#cbc3d7;font-size:13px;font-weight:500;text-decoration:none}.stitch-desktop-nav a svg{display:none}.stitch-desktop-nav a[aria-current=page]{color:var(--accent);border-bottom-color:var(--accent);font-weight:700}.stitch-header-actions{margin-left:auto;display:flex;align-items:center;gap:12px}.stitch-languages{display:flex;align-items:center;gap:2px;padding:3px;background:#111317;border:1px solid #494454;border-radius:10px}.stitch-languages button{min-width:32px;min-height:28px;padding:3px 6px;border:0;border-radius:6px;color:#cbc3d7;background:transparent;font-size:11px;font-weight:700}.stitch-languages button[aria-pressed=true]{background:#333539;color:var(--accent)}.stitch-profile{width:36px;height:36px;display:grid;place-items:center;flex-shrink:0;border:1px solid #958ea080;box-shadow:0 0 0 2px #d0bcff10;border-radius:50%;color:var(--accent);background:#333539;text-decoration:none;font-weight:700;font-size:13px}.stitch-signout{width:40px;height:40px;padding:9px;display:grid;place-items:center;background:transparent;border:1px solid #494454;border-radius:12px}.stitch-signout svg{width:20px;height:20px}.stitch-dev-mode{font-size:10px;padding:5px 8px;max-width:90px}.stitch-mobile-nav{display:none}@media(max-width:900px){header.stitch-header{gap:20px;padding:0 16px}.stitch-brand span{font-size:20px}.stitch-header .stitch-desktop-nav{gap:16px}.stitch-header-actions{gap:8px}}@media(max-width:767px){header.stitch-header{height:64px;min-height:64px;gap:10px;padding:0 16px}.stitch-brand{gap:8px}.stitch-brand img{width:34px;height:34px}.stitch-brand span{font-size:17px;max-width:160px}.stitch-header .stitch-desktop-nav,.stitch-signout,.stitch-dev-mode{display:none}.stitch-header-actions{gap:8px}.stitch-profile{display:none}.stitch-languages button{min-height:32px;min-width:28px;padding:3px 4px}.stitch-mobile-nav{position:fixed;inset:auto 0 0;min-height:64px;padding:6px 12px max(6px,env(safe-area-inset-bottom));display:flex;justify-content:space-around;align-items:center;gap:12px;background:#1e2024;border-top:1px solid #494454;box-shadow:0 -4px 16px #0003;z-index:35}.stitch-mobile-nav a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;min-width:64px;min-height:48px;text-decoration:none;font-size:10px;color:#cbc3d7}.stitch-mobile-nav svg{width:21px;height:21px}.stitch-mobile-nav a[aria-current=page]{color:var(--accent);font-weight:700}body:not(.mix-page) #app>main{padding-bottom:90px}body.mix-page .stitch-mobile-nav{display:none}}#app>main:has(>.ps-auth){padding:0;max-width:none;margin:0}#app>main:has(>.ps-library){max-width:1440px;margin:0 auto;padding:32px}@media(max-width:767px){#app>main:has(>.ps-library){padding:24px 16px 90px}}header.stitch-header{flex-wrap:nowrap}header.stitch-header>.stitch-brand{order:0}.stitch-header-actions{order:2}.stitch-header .stitch-desktop-nav{order:1}@media(max-width:767px){.stitch-mobile-nav{top:auto;height:calc(64px + env(safe-area-inset-bottom));min-height:64px}.stitch-mobile-nav a{height:auto;border-bottom:0}.stitch-header .stitch-brand{flex:0 1 auto;min-width:0}.stitch-header-actions{flex:0 0 auto}}header.stitch-header{display:flex;align-items:center}#app>main:has(>.stitch-core-screen){max-width:1280px;margin:0 auto;padding:0 32px}@media(max-width:767px){#app>main:has(>.stitch-core-screen){padding:0 16px 90px}}.ps-auth,.ps-library{color:var(--ui-text);font-family:var(--ui-font-body)}.ps-auth{min-height:calc(100vh - 64px);display:grid;place-items:center;padding:clamp(28px,7vh,72px) 16px;position:relative;isolation:isolate;background-image:linear-gradient(#49445410 1px,transparent 1px),linear-gradient(90deg,#49445410 1px,transparent 1px);background-size:32px 32px}.ps-auth-glow{position:absolute;z-index:-1;top:8%;width:min(680px,90vw);height:320px;border-radius:50%;background:#a078ff20;filter:blur(100px);pointer-events:none}.ps-auth-card.ui-panel{width:min(480px,100%);padding:32px;background:#1a1c20;border-color:#494454;box-shadow:0 20px 60px #0007}.ps-auth-heading{text-align:center;margin-bottom:24px}.ps-auth-mark{width:64px;height:64px;margin:0 auto 14px;padding:8px;position:relative;border:1px solid #494454;border-radius:16px;background:#333539;box-shadow:0 0 32px -4px #a078ff4d}.ps-auth-mark img{width:100%;height:100%;object-fit:contain}.ps-auth-mark span{position:absolute;right:-5px;bottom:-5px;width:16px;height:16px;border:3px solid #1a1c20;border-radius:50%;background:#a078ff}.ps-auth-heading h1{margin:0;font:700 24px/32px var(--ui-font-heading);letter-spacing:-.015em}.ps-auth-heading p{margin:4px 0 0;color:#cbc3d7;font-size:13px}.ps-auth-tabs{display:grid;grid-template-columns:1fr 1fr;padding:4px;margin-bottom:24px;border:1px solid #494454;border-radius:12px;background:#0c0e12}.ps-auth-tabs button{min-height:48px;display:flex;align-items:center;justify-content:center;gap:8px;padding:8px;border:1px solid transparent;border-radius:9px;background:transparent;color:#cbc3d7;font-size:13px}.ps-auth-tabs button.active{border-color:#494454;background:#1e2024;color:#d0bcff;box-shadow:0 2px 8px #0004}.ps-auth-tabs .ui-icon{width:17px;height:17px}.ps-auth-form{display:grid;gap:17px}.ps-auth-form .ui-field{position:relative;color:#e2e2e8;font-size:13px}.ps-auth-form .ui-field>span:first-child{display:flex;justify-content:space-between;align-items:center}.ps-auth-form .ui-field small{color:#958ea0;font-size:11px;font-weight:600;letter-spacing:.04em}.ps-auth-form .ui-field input{min-height:44px;padding-left:40px;background:#1e2024;border-color:#494454}.ps-input-icon{position:absolute;z-index:1;left:13px;bottom:11px;color:#958ea0;font-size:22px;line-height:20px}.ps-input-icon .ui-icon{width:19px;height:19px}.ps-signup-field{display:none}.ps-signup-field.show{display:flex}.ps-auth-meter{display:grid;grid-template-columns:repeat(4,1fr);gap:6px;height:4px;margin-top:-10px}.ps-auth-meter i{border-radius:99px;background:#494454}.ps-auth-security{display:flex;align-items:center;justify-content:space-between;gap:12px;color:#958ea0;font-size:11px;line-height:16px}.ps-auth-security span{display:inline-flex;align-items:center;gap:4px}.ps-auth-security .ui-icon{width:13px;height:13px}.ps-auth-submit.ui-button{width:100%;min-height:52px;border-radius:12px;color:#3c0091;font:700 17px/24px var(--ui-font-heading);box-shadow:0 10px 25px #a078ff40}.ps-library{max-width:1440px;margin:0 auto}.ps-library-title{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:24px}.ps-title-line{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.ps-title-line h1{margin:0;font:800 32px/40px var(--ui-font-heading);letter-spacing:-.02em}.ps-title-line .ui-pill{padding:4px 11px;background:#333539;color:#d0bcff}.ps-library-title p{margin:3px 0 0;color:#cbc3d7;font-size:14px}.ps-add-library.ui-button{min-height:44px;border-radius:999px;padding-inline:20px;color:#3c0091}.ps-category-tabs{display:flex;gap:8px;padding:0 0 14px;overflow-x:auto;border-bottom:1px solid #494454}.ps-category-tabs button{flex:0 0 auto;padding:8px 16px;border:0;border-radius:999px;background:#1e2024;color:#cbc3d7;font-size:12px;white-space:nowrap}.ps-category-tabs button span{margin-left:3px;opacity:.75}.ps-category-tabs button.active{background:#d0bcff;color:#3c0091}.ps-library-tools{margin:20px 0 24px;padding:12px;border:1px solid #494454;border-radius:12px;background:#1a1c20}.ps-search-label{display:block;position:relative}.ps-search-label>.ui-icon{position:absolute;z-index:1;left:13px;top:50%;width:18px;transform:translateY(-50%);color:#958ea0}.ps-search-label .ui-control{padding-left:40px;background:#1e2024;border-color:#494454}.ps-visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.ps-library-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.ps-media-card{min-width:0;overflow:hidden;border:1px solid #494454;border-radius:12px;background:#1a1c20;box-shadow:0 4px 12px #0003;transition:transform .2s,border-color .2s}.ps-media-card:hover{transform:translateY(-4px);border-color:#a078ff99}.ps-card-poster{aspect-ratio:2 / 3;position:relative;display:grid;place-items:center;overflow:hidden;background:linear-gradient(145deg,#372a49,#14161b);color:#d0bcff}.ps-card-poster>b{font:800 clamp(48px,8vw,80px)/1 var(--ui-font-heading);opacity:.18}.ps-card-poster .custom-cover,.ps-preview-poster .custom-cover{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.ps-card-badges{position:absolute;z-index:2;top:10px;left:10px;right:10px;display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.ps-card-badges .ui-pill{background:#0c0e12d9;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}.ps-card-badges .ps-tmdb{color:#ffb95f}.ps-card-badges .ps-category{margin-left:auto;color:#d0bcff}.ps-card-badges .ui-icon{width:13px;height:13px}.ps-personal-rating{position:absolute;z-index:2;left:12px;bottom:12px;padding:5px 9px;border-radius:5px;background:#ee9800e6;color:#2a1700;font:700 12px/16px var(--ui-font-heading);box-shadow:0 2px 6px #0005}.ps-card-body{padding:14px}.ps-card-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.ps-card-heading h2{min-width:0;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font:700 18px/26px var(--ui-font-heading)}.ps-edit.ui-button{min-width:30px;min-height:30px;padding:4px;color:#cbc3d7}.ps-edit.ui-button:hover{color:#d0bcff}.ps-edit .ui-icon{width:17px;height:17px}.ps-card-meta{margin:2px 0 12px;color:#958ea0;font-size:12px}.ps-card-description{display:-webkit-box;overflow:hidden;margin:-4px 0 12px;color:var(--ui-secondary-text);font-size:12px;line-height:17px;-webkit-box-orient:vertical;-webkit-line-clamp:2}.ps-card-tags{display:flex;flex-wrap:wrap;gap:6px}.ps-card-tags .ui-pill{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ps-card-source{display:inline-flex;align-items:center;gap:6px;margin-top:12px;color:var(--ui-primary);font-size:12px;font-weight:600;text-decoration:none}.ps-card-source .ui-icon{width:15px;height:15px}.ps-library-empty{grid-column:1 / -1;min-height:180px;display:grid;place-items:center;color:#cbc3d7}.ps-library-privacy{display:flex;align-items:center;gap:9px;margin-top:40px;padding:16px;border:1px solid #494454;border-radius:12px;background:#1a1c20;color:#cbc3d7;font-size:12px}.ps-library-privacy .ui-icon{width:18px;color:#d0bcff}.ps-drawer-backdrop{position:fixed;z-index:50;inset:0;background:#0c0e12cc;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.ps-drawer{position:fixed;z-index:51;inset:0 0 0 auto;width:min(520px,100%);display:flex;flex-direction:column;overflow-y:auto;padding:0;border-left:1px solid #494454;background:#1a1c20;box-shadow:-20px 0 60px #0008}.ps-drawer-header{position:sticky;z-index:2;top:0;display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:24px;border-bottom:1px solid #494454;background:#1a1c20f2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.ps-drawer-header h2{display:flex;align-items:center;gap:8px;font-size:24px;line-height:32px}.ps-drawer-header h2 .ui-icon{color:#d0bcff}.ps-drawer-header p{margin:2px 0 0;color:#cbc3d7;font-size:12px}.ps-drawer-close.ui-button{min-width:36px;min-height:36px;padding:7px}.ps-drawer-form,.ps-add-form{display:grid;gap:24px}.ps-drawer .ui-field{margin:0}.ps-drawer-form{flex:1;padding:24px}.ps-add-form{padding-bottom:24px}.ps-drawer-form .ui-field>span,.ps-add-form .ui-field>span{display:flex;align-items:center;justify-content:space-between;color:#e2e2e8;font-size:13px}.ps-drawer-form .ui-field small,.ps-add-form .ui-field small{color:#958ea0;font-size:11px;font-weight:400}.ps-drawer-form .ui-field input,.ps-drawer-form .ui-field select,.ps-add-form .ui-field input,.ps-add-form .ui-field select,.ps-add-form .ui-field textarea{background:#1e2024;border-color:#494454}.ps-choice-field{min-width:0;margin:0;padding:0;border:0}.ps-choice-field legend{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 8px;padding:0;color:var(--ui-text);font-size:13px;font-weight:700}.ps-choice-field legend small{color:var(--ui-secondary-text);font-size:11px;font-weight:400}.ps-choice-field legend strong{color:var(--highlight);font:700 16px/22px var(--ui-font-heading)}.ps-category-choices{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;padding:6px;border:1px solid var(--ui-border);border-radius:var(--ui-radius-field);background:var(--ui-input)}.ps-category-choices label,.ps-rating-choices label{position:relative;min-width:0;cursor:pointer}.ps-category-choices input,.ps-rating-choices input{position:absolute;inline-size:1px;block-size:1px;opacity:0;pointer-events:none}.ps-category-choices label>span{min-height:34px;display:grid;place-items:center;padding:7px 5px;border:1px solid transparent;border-radius:8px;color:var(--ui-secondary-text);font-size:12px;font-weight:700;text-align:center}.ps-category-choices input:checked+span{border-color:transparent;background:var(--ui-primary);color:var(--ui-on-primary);box-shadow:0 2px 8px #0003}.ps-category-choices input:focus-visible+span,.ps-rating-choices input:focus-visible+span{outline:2px solid var(--ui-primary);outline-offset:2px}.ps-private-choice{min-height:34px;display:flex;align-items:center;justify-content:center;gap:5px;color:var(--ui-secondary-text);font-size:11px}.ps-private-choice .ui-icon{width:14px;height:14px}.ps-rating-choices{display:grid;grid-template-columns:repeat(11,minmax(34px,1fr));gap:6px;overflow-x:auto;padding:1px 1px 5px}.ps-rating-choices label>span{min-height:36px;display:grid;place-items:center;border:1px solid var(--ui-border);border-radius:8px;background:var(--ui-input);color:var(--ui-secondary-text);font-size:13px;font-weight:700}.ps-rating-choices input:checked+span{border-color:var(--highlight);background:var(--highlight);color:var(--on-highlight);box-shadow:0 2px 8px #0003}.ps-media-preview{display:flex;align-items:center;gap:16px;padding:14px;border:1px solid #494454;border-radius:12px;background:#1e2024}.ps-preview-poster{width:64px;height:96px;flex:0 0 auto;position:relative;display:grid;place-items:center;overflow:hidden;border:1px solid #494454;border-radius:8px;background:linear-gradient(145deg,#372a49,#14161b);color:#d0bcff}.ps-preview-copy{min-width:0}.ps-preview-copy h3{margin:5px 0 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font:700 18px/26px var(--ui-font-heading)}.ps-preview-copy p{margin:0;color:#cbc3d7;font-size:12px}.ps-drawer-actions{position:sticky;bottom:-24px;display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:20px 0 0;border-top:1px solid #494454;background:#1a1c20}.ps-drawer-actions .ui-button{border-radius:999px}.ps-remove-entry.ui-button{color:#ffb4ab}.ps-catalog-panel.ui-panel{padding:16px;background:#1e2024;border-radius:12px}.ps-catalog-panel h3{margin-bottom:12px}.ps-catalog-search{display:grid;grid-template-columns:1fr auto;gap:8px}.ps-catalog-search .ps-search-label{min-width:0}.ps-catalog-search .ui-button{width:42px;padding:8px}.ps-catalog-search .ui-icon{width:18px}.ps-manual-grid{display:grid;grid-template-columns:1fr 110px;gap:14px}.ps-manual-grid .ui-field:first-child{grid-column:1 / -1}@media(max-width:1050px){.ps-library-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:760px){.ps-auth{min-height:calc(100vh - 64px);padding:22px 14px 40px}.ps-auth-card.ui-panel{padding:24px 20px}.ps-auth-security{align-items:flex-start;flex-direction:column}.ps-library{padding-bottom:72px}.ps-library-title{align-items:stretch;flex-direction:column}.ps-add-library.ui-button{width:100%;height:auto;font-size:12px}.ps-library-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.ps-title-line h1{font-size:26px;line-height:34px}}@media(max-width:440px){.ps-library-grid{grid-template-columns:1fr}.ps-card-poster{aspect-ratio:4 / 5}.ps-drawer-header,.ps-drawer-form,.ps-drawer-form.ps-drawer-form{padding:18px}.ps-drawer-header h2{font-size:20px;line-height:28px}.ps-drawer-actions{bottom:-18px}.ps-category-choices{grid-template-columns:repeat(2,minmax(0,1fr))}.ps-manual-grid{grid-template-columns:1fr}.ps-manual-grid .ui-field:first-child{grid-column:auto}}.ps-auth-divider{margin:0;width:100%}dialog.modal.transfer-dialog{inset:0;transform:none;width:min(980px,94vw);max-width:980px;max-height:90vh;overflow:auto;margin:auto;padding:0;border:0;background:transparent}.transfer-dialog::backdrop{background:#000b;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.transfer-dialog-panel.ui-panel{padding:24px;background:var(--ui-surface);border-color:var(--ui-border);border-radius:16px;box-shadow:0 24px 80px #0008}.transfer-dialog-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px}.transfer-dialog-header h2{min-width:0}.transfer-close.ui-button{min-width:40px;min-height:40px;padding:9px}.transfer-close .ui-icon{width:19px;height:19px}.transfer-content{color:var(--ui-text);font:400 14px/20px var(--ui-font-body)}.transfer-intro{margin:0 0 18px;color:var(--ui-secondary-text)}.transfer-export,.transfer-file{display:grid;gap:16px}.transfer-content .ui-field{margin:0}.transfer-content .ui-field>span,.transfer-categories legend{color:var(--ui-text);font:600 12px/16px var(--ui-font-body)}.transfer-content .ui-control{background:var(--ui-input)}.transfer-categories{display:flex;flex-wrap:wrap;gap:8px 12px;min-width:0;margin:0;padding:0;border:0}.transfer-categories legend{width:100%;margin-bottom:2px}.transfer-check{display:inline-flex;align-items:center;gap:8px;min-height:40px;padding:8px 12px;border:1px solid var(--ui-border);border-radius:var(--ui-radius-field);color:var(--ui-secondary-text);background:var(--ui-surface-raised);font:400 13px/20px var(--ui-font-body);cursor:pointer}.transfer-check input,.transfer-checkbox{width:18px!important;min-width:18px!important;height:18px;accent-color:var(--ui-primary)}.transfer-submit.ui-button{width:100%;min-height:44px}.transfer-message{min-height:20px;margin:0;color:var(--ui-secondary-text);overflow-wrap:anywhere}.transfer-preview{margin-top:24px}.transfer-preview h3{margin:0 0 12px}.transfer-preview .notice,.transfer-validity.notice{margin:12px 0;padding:10px 12px;border:1px solid var(--ui-border);border-radius:var(--ui-radius-sm);background:var(--ui-surface-raised);color:var(--ui-secondary-text)}.transfer-bulk{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:end;margin:18px 0}.transfer-bulk .ui-button{min-height:40px}.transfer-table-wrap{overflow-x:auto;margin:16px 0;border:1px solid var(--ui-border);border-radius:12px}.transfer-table-wrap table{width:100%;border-collapse:collapse;min-width:630px}.transfer-table-wrap td,.transfer-table-wrap th{text-align:left;padding:10px;vertical-align:top;border-bottom:1px solid var(--ui-border);color:var(--ui-secondary-text);font-size:12px;line-height:16px}.transfer-table-wrap th{color:var(--ui-text);font-weight:600;background:var(--ui-surface-raised)}.transfer-table-wrap tr:last-child td{border-bottom:0}.transfer-table-wrap td:first-child,.transfer-table-wrap th:first-child{width:72px;text-align:center}.transfer-table-wrap td:nth-child(2){width:55%}.transfer-table-wrap td:last-child{width:100px}.transfer-table-wrap small{display:block;max-width:400px;max-height:5rem;overflow:auto;overflow-wrap:anywhere;color:var(--ui-secondary-text);opacity:.8}.transfer-table-wrap input.ui-control,.transfer-table-wrap select.ui-control{width:100%;min-width:0;min-height:38px;padding:8px 10px}.transfer-pagination{display:flex;align-items:center;justify-content:center;gap:12px;margin:16px 0}.transfer-pagination .ui-button{min-width:82px}.transfer-confirm.ui-button{min-height:44px}.transfer-part-actions{display:flex;flex-wrap:wrap;gap:8px}.transfer-part.ui-button{min-height:40px}.transfer-controls{display:flex;gap:8px;margin-left:auto;flex-wrap:wrap}.transfer-control.ui-button{min-height:40px}@media(max-width:767px){dialog.modal.transfer-dialog{width:calc(100vw - 20px);max-height:calc(100dvh - 20px)}.transfer-dialog-panel.ui-panel{padding:20px 16px}.transfer-bulk{grid-template-columns:1fr}.transfer-bulk .ui-button{width:100%}.transfer-controls{margin-left:0;width:100%}.transfer-control.ui-button{flex:1}}dialog.modal.transfer-export-dialog{width:min(640px,94vw)}
