@import"https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400;0,6..96,500;0,6..96,600;1,6..96,400&family=Jost:wght@400;500;600;700&display=swap";:root{--paper: #eee7de;--paper-deep: #e4d8cd;--ink: #281b20;--ink-rgb: 40, 27, 32;--surface: rgba(255, 252, 248, .82);--surface-solid: #f8f1e9;--line: rgba(var(--ink-rgb), .15);--line-strong: rgba(var(--ink-rgb), .28);--muted: rgba(var(--ink-rgb), .68);--faint: rgba(var(--ink-rgb), .58);--tint: rgba(var(--ink-rgb), .05);--tint-hover: rgba(var(--ink-rgb), .09);--accent: #a9472f;--accent-soft: rgba(169, 71, 47, .14);--danger: #96301f;--danger-soft: rgba(150, 48, 31, .1);--radius-card: 22px;--radius-panel: 16px;--radius-input: 13px;--radius-pill: 999px;--serif: "Bodoni Moda", Didot, "Times New Roman", serif;--sans: Jost, "Avenir Next", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;--mono: ui-monospace, "SF Mono", SFMono-Regular, Consolas, monospace;--shadow-card: 0 1px 2px rgba(var(--ink-rgb), .04), 0 8px 24px rgba(var(--ink-rgb), .06);--shadow-lift: 0 12px 40px rgba(var(--ink-rgb), .12);color:var(--ink);background:var(--paper);font-family:var(--sans);font-synthesis:none;-webkit-font-smoothing:antialiased}:root[data-theme=dark]{--paper: #0b080d;--paper-deep: #070509;--ink: #f2e9dc;--ink-rgb: 242, 233, 220;--surface: rgba(255, 247, 237, .055);--surface-solid: #151016;--line: rgba(var(--ink-rgb), .16);--line-strong: rgba(202, 112, 78, .48);--muted: rgba(var(--ink-rgb), .69);--faint: rgba(var(--ink-rgb), .58);--tint: rgba(182, 94, 65, .08);--tint-hover: rgba(198, 104, 73, .14);--accent: #cf6846;--accent-soft: rgba(207, 104, 70, .17);--danger: #e2857a;--danger-soft: rgba(226, 133, 122, .14);--shadow-card: 0 1px 2px rgba(0, 0, 0, .3), 0 8px 24px rgba(0, 0, 0, .35);--shadow-lift: 0 12px 40px rgba(0, 0, 0, .5)}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:var(--paper);color:var(--ink)}button,textarea,input,select{font:inherit;color:inherit}button{cursor:pointer;background:none;border:0}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}h1,h2,h3{font-family:var(--serif);font-weight:400;margin:0;letter-spacing:-.02em}h1{font-size:clamp(34px,8vw,52px);line-height:1.02}h2{font-size:clamp(26px,6vw,36px);line-height:1.08}h3{font-size:19px}.eyebrow{display:block;color:var(--faint);font-family:var(--sans);font-size:10px;font-weight:600;letter-spacing:.16em;text-transform:uppercase}.app-shell{max-width:780px;margin:0 auto;padding:0 18px 104px;min-height:100vh}.topbar{position:sticky;top:0;z-index:4;display:flex;align-items:center;gap:10px;height:68px;background:color-mix(in srgb,var(--paper) 88%,transparent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.icon-button,.close-capsule{display:grid;place-items:center;width:40px;height:40px;border-radius:var(--radius-pill);color:var(--muted);font-size:19px;transition:background .15s ease,color .15s ease}.icon-button:hover,.close-capsule:hover{background:var(--tint);color:var(--ink)}.icon-button:disabled{opacity:.3;cursor:not-allowed}.topbar-actions{display:flex;align-items:center;gap:2px;margin-left:auto}.identity{display:flex;align-items:center;gap:10px;min-width:0}.identity strong{display:block;font-size:14px;font-weight:600;letter-spacing:-.01em}.identity span{display:block;color:var(--faint);font-size:11px;margin-top:1px}.avatar{display:grid;place-items:center;width:34px;height:34px;flex:0 0 34px;border-radius:var(--radius-pill);background:var(--accent);color:var(--paper);font-family:var(--serif);font-size:17px;overflow:hidden}.avatar img{width:100%;height:100%;object-fit:cover}.story-header{padding:44px 4px 26px}.story-header h1{margin:10px 0 8px}.story-header p{margin:0;color:var(--muted);font-size:14px}.messages{display:flex;flex-direction:column;gap:26px;padding:4px 4px 20px}.message{max-width:92%}.message.user{align-self:flex-end;max-width:84%}.message-label{display:flex;align-items:center;gap:7px;color:var(--muted);font-size:11px;font-weight:600;margin-bottom:8px}.message-label span{color:var(--faint);font-weight:400}.message p{margin:0;font-family:var(--serif);font-size:20px;line-height:1.52;letter-spacing:-.005em}.message.user{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-panel) var(--radius-panel) 6px var(--radius-panel);padding:14px 17px;box-shadow:var(--shadow-card)}.message.user p{font-family:var(--sans);font-size:15px;line-height:1.5}.message-tools{display:flex;gap:4px;margin-left:auto}.speak-button,.picture-button{display:grid;place-items:center;width:26px;height:26px;border-radius:var(--radius-pill);color:var(--faint);font-size:12px;transition:background .15s ease,color .15s ease}.speak-button:hover,.picture-button:hover{background:var(--tint);color:var(--ink)}.speak-button:disabled,.picture-button:disabled{opacity:.4;cursor:not-allowed}.message-image{margin-top:12px;border:1px solid var(--line);border-radius:var(--radius-panel);overflow:hidden;background:var(--surface)}.message-image img{display:block;width:100%}.message-image figcaption{padding:8px 12px;color:var(--faint);font-size:11px}.composer{position:fixed;bottom:14px;left:max(14px,calc((100vw - 780px)/2 + 18px));right:max(14px,calc((100vw - 780px)/2 + 18px));display:flex;gap:8px;align-items:flex-end;padding:8px 8px 8px 18px;border:1px solid var(--line);border-radius:var(--radius-card);background:var(--surface-solid);box-shadow:var(--shadow-lift)}.composer textarea{width:100%;resize:none;border:0;outline:none;background:transparent;padding:10px 0;min-height:40px;max-height:160px;overflow-y:auto;line-height:1.45}.composer textarea::placeholder{color:var(--faint)}.composer textarea:disabled,.send-button:disabled{opacity:.45;cursor:not-allowed}.send-button{flex:0 0 40px;height:40px;border-radius:var(--radius-pill);background:var(--ink);color:var(--paper);font-size:17px;transition:transform .12s ease,opacity .12s ease}.send-button:not(:disabled):active{transform:scale(.94)}.memory-status{position:fixed;bottom:72px;left:0;right:0;margin:0;text-align:center;color:var(--faint);font-size:10.5px;letter-spacing:.03em;pointer-events:none}.unlock-button,.secondary-button,.ghost-button,.danger-button,.studio-entry-button,.reset-chat-button{display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:12px 18px;border-radius:var(--radius-pill);font-size:13px;font-weight:600;letter-spacing:-.005em;transition:background .15s ease,border-color .15s ease,transform .12s ease}.unlock-button,.studio-entry-button{width:100%;background:var(--ink);color:var(--paper);border:1px solid var(--ink)}.unlock-button:hover,.studio-entry-button:hover{background:color-mix(in srgb,var(--ink) 88%,var(--paper))}.secondary-button,.ghost-button{border:1px solid var(--line-strong);background:var(--tint);color:var(--ink)}.secondary-button{width:100%}.secondary-button:hover,.ghost-button:hover{background:var(--tint-hover)}.danger-button,.reset-chat-button{width:100%;border:1px solid rgba(150,48,31,.3);background:var(--danger-soft);color:var(--danger)}.ghost-button.tiny{padding:6px 11px;font-size:11px}.ghost-button.accent{border-color:#b4593a59;background:var(--accent-soft);color:var(--accent)}button:disabled{opacity:.45;cursor:not-allowed}.capsule{position:fixed;top:68px;right:0;bottom:0;left:0;z-index:6;padding:26px 22px 60px;overflow-y:auto;background:var(--paper);border-left:1px solid var(--line);transform:translate(100%);transition:transform .26s cubic-bezier(.32,.72,0,1)}.capsule.open{transform:translate(0)}.capsule-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:24px}.capsule dl,.inspector dl{display:grid;gap:0;margin:0}.capsule dl div,.inspector dl div{border-top:1px solid var(--line);padding:14px 0}.capsule dt,.inspector dt{color:var(--faint);font-size:10px;font-weight:600;letter-spacing:.14em;text-transform:uppercase}.capsule dd,.inspector dd{margin:7px 0 0;color:var(--ink);font-size:15px;line-height:1.5}.capsule-note{margin-top:26px;padding:14px 16px;border-radius:var(--radius-input);background:var(--tint);color:var(--muted);font-size:13px;line-height:1.55}.studio-screen{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9;overflow-y:auto;background:var(--paper)}.studio-panel{width:min(100%,780px);min-height:100vh;margin:0 auto;padding:22px 18px 100px}.studio-header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid var(--line)}.studio-note,.studio-status{margin:0 0 18px;color:var(--muted);font-size:13px;line-height:1.55}.studio-status{color:var(--accent)}.studio-form{display:grid;gap:18px}.studio-form label{display:grid;gap:7px;font-size:12px;font-weight:600}.studio-form label span{color:var(--faint);font-weight:400;font-size:11.5px;line-height:1.45}.studio-form input,.studio-form textarea,#media-prompt{width:100%;padding:13px 15px;border:1px solid var(--line);border-radius:var(--radius-input);outline:none;background:var(--surface);line-height:1.5;transition:border-color .15s ease,background .15s ease}.studio-form textarea{resize:vertical;min-height:92px}.studio-form textarea.code{font-family:var(--mono);font-size:12px}.studio-form input:focus,.studio-form textarea:focus,#media-prompt:focus{border-color:var(--line-strong);background:var(--surface-solid)}.studio-actions{display:grid;gap:9px;margin-top:4px}.creation-veil{position:fixed;top:0;right:0;bottom:0;left:0;z-index:12;display:grid;place-items:center;padding:20px;background:color-mix(in srgb,#080507 82%,transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);animation:veil-in .22s ease both}.creation-dialog{position:relative;width:min(100%,500px);padding:38px 38px 34px;border:1px solid color-mix(in srgb,var(--accent) 42%,var(--line));border-radius:4px;background:linear-gradient(145deg,color-mix(in srgb,var(--surface-solid) 97%,var(--accent) 3%),var(--surface-solid));box-shadow:0 34px 90px #00000080;animation:creation-rise .28s cubic-bezier(.2,.8,.2,1) both}.creation-close{position:absolute;top:16px;right:16px}.creation-sigil{display:block;width:fit-content;margin:0 auto 20px}.creation-dialog>.eyebrow{display:block;text-align:center}.creation-dialog h2{margin:10px auto 12px;max-width:420px;font-family:var(--serif);font-size:clamp(32px,6vw,46px);font-weight:400;line-height:1.03;text-align:center}.creation-dialog>p{margin:0 auto 26px;max-width:410px;color:var(--muted);font-size:14px;line-height:1.6;text-align:center}.creation-form{display:grid;gap:10px}.creation-form label{color:var(--muted);font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.creation-form input{width:100%;min-height:54px;padding:13px 15px;border:1px solid var(--line-strong);border-radius:3px;outline:none;background:var(--surface);color:var(--ink);font:500 16px/1.3 var(--sans)}.creation-form input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.creation-form .unlock-button{margin-top:7px}@keyframes veil-in{0%{opacity:0}}@keyframes creation-rise{0%{opacity:0;transform:translateY(12px) scale(.985)}}.advanced-tools{margin-top:12px;padding-top:8px;border-top:1px solid var(--line)}.advanced-toggle{display:flex;width:100%;align-items:center;justify-content:space-between;gap:12px;padding:12px 2px;color:var(--muted);font-size:12px;font-weight:600}.advanced-note{margin:2px 0 12px;color:var(--faint);font-size:11.5px;line-height:1.5}.card-hero{display:flex;gap:16px;align-items:center;padding:18px;margin-bottom:20px;border:1px solid var(--line);border-radius:var(--radius-card);background:var(--surface);box-shadow:var(--shadow-card)}.card-hero-portrait{width:92px;height:92px;flex:0 0 92px;border-radius:var(--radius-panel);object-fit:cover;background:var(--tint)}.card-hero-portrait.placeholder{display:grid;place-items:center;background:var(--accent);color:var(--paper);font-family:var(--serif);font-size:38px}.card-hero-body{min-width:0;flex:1}.card-hero-body h3{font-size:24px;margin-bottom:4px}.card-hero-body p{margin:0 0 10px;color:var(--muted);font-size:13px;line-height:1.5}.card-hero-actions{display:flex;flex-wrap:wrap;gap:7px}.assist-row{display:flex;flex-wrap:wrap;gap:7px;margin-top:2px}.assist-hint{margin:8px 0 0;color:var(--faint);font-size:11.5px;line-height:1.5}.field-group{padding:16px;border:1px solid var(--line);border-radius:var(--radius-panel);background:var(--surface)}.field-group>.eyebrow{margin-bottom:12px}.roster{display:grid;gap:12px;margin-bottom:18px}.roster-card{padding:16px;border:1px solid var(--line);border-radius:var(--radius-card);background:var(--surface);box-shadow:var(--shadow-card)}.roster-head{display:flex;align-items:center;gap:13px}.roster-avatar{width:56px;height:56px;flex:0 0 56px;border-radius:var(--radius-pill);object-fit:cover;background:var(--tint)}.roster-avatar.placeholder{display:grid;place-items:center;background:var(--accent);color:var(--paper);font-family:var(--serif);font-size:24px}.roster-identity{min-width:0}.roster-identity strong{display:block;font-size:16px;font-weight:600}.roster-identity span{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-top:3px;color:var(--muted);font-size:12.5px;line-height:1.45}.roster-stories{display:grid;gap:6px;margin:14px 0 12px}.roster-story{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;padding:11px 14px;border:1px solid var(--line);border-radius:var(--radius-input);background:var(--tint);text-align:left;transition:background .15s ease,border-color .15s ease}.roster-story:hover{background:var(--tint-hover)}.roster-story.active{border-color:var(--accent);background:var(--accent-soft)}.roster-story-title{font-size:13.5px;font-weight:500}.roster-story-meta{flex:0 0 auto;color:var(--faint);font-size:11px}.roster-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.roster-empty{margin:0;padding:14px;border:1px dashed var(--line-strong);border-radius:var(--radius-input);color:var(--faint);font-size:13px;line-height:1.5}.budget-bar{position:relative;overflow:hidden;padding:11px 14px;margin-bottom:18px;border:1px solid var(--line);border-radius:var(--radius-input);background:var(--surface)}.budget-bar span{position:relative;color:var(--muted);font-size:11.5px}.budget-fill{position:absolute;inset:0 auto 0 0;background:var(--tint);transition:width .3s ease}.budget-bar.over .budget-fill{background:var(--danger-soft)}.budget-bar.over span{color:var(--danger)}.media-actions{display:grid;grid-template-columns:repeat(auto-fit,minmax(110px,1fr));gap:8px;margin:14px 0 6px}.media-heading{margin:24px 0 11px;color:var(--faint);font-size:10px;font-weight:600;letter-spacing:.14em;text-transform:uppercase}.media-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(148px,1fr));gap:10px}.media-tile{margin:0;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius-panel);background:var(--surface)}.media-tile.approved{border-color:var(--accent)}.media-tile img,.media-tile video{display:block;width:100%;aspect-ratio:1;object-fit:cover;background:var(--tint)}.media-tile video{aspect-ratio:16 / 9;object-fit:contain}.media-tile figcaption{display:flex;align-items:center;justify-content:space-between;gap:6px;padding:8px 10px}.media-tile figcaption span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--faint);font-size:10px}.badge{flex:0 0 auto;padding:3px 7px;border-radius:var(--radius-pill);background:var(--accent);color:var(--paper)!important;font-size:9px!important;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.memory-section{display:grid;gap:10px;margin-top:22px}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.section-heading strong{font-size:12px;font-weight:600}.section-heading .secondary-button{width:auto;padding:8px 14px;font-size:11.5px}.memory-item{padding:14px;border:1px solid var(--line);border-radius:var(--radius-input);background:var(--surface)}.memory-item.suggestion{border-color:var(--accent)}.memory-meta{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:9px}.memory-meta span{padding:3px 8px;border-radius:var(--radius-pill);background:var(--tint);color:var(--muted);font-size:9.5px;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.memory-item p{margin:0;font-size:14px;line-height:1.5}.memory-item small{display:block;margin-top:8px;color:var(--faint);font-size:11.5px;line-height:1.45}.memory-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:12px}.memory-actions .unlock-button,.memory-actions .secondary-button,.memory-actions .danger-button{padding:9px;font-size:11.5px}.empty-memory{margin:0;padding:14px;border:1px dashed var(--line-strong);border-radius:var(--radius-input);color:var(--faint);font-size:13px;line-height:1.5}.manual-memory-form{display:grid;gap:10px;padding-bottom:18px;margin-bottom:18px;border-bottom:1px solid var(--line)}.manual-memory-form label{display:grid;gap:8px;font-size:12px;font-weight:600}.manual-memory-form textarea{width:100%;padding:13px 15px;resize:vertical;border:1px solid var(--line);border-radius:var(--radius-input);outline:none;background:var(--surface);line-height:1.5}.journal-list{display:grid;gap:10px;margin-top:18px}.journal-entry{padding:13px 15px;border:1px solid var(--line);border-left:2px solid var(--accent);border-radius:var(--radius-input);background:var(--surface)}.journal-entry p{margin:0;font-size:14px;line-height:1.5}.journal-entry small{display:block;margin-top:8px;color:var(--faint);font-size:11px}.prompt-preview-panel,.state-repair-panel{display:grid;gap:14px;margin-top:22px;padding-top:18px;border-top:1px solid var(--line)}.prompt-preview-panel textarea,.state-repair-panel textarea{width:100%;padding:13px;overflow:auto;resize:vertical;border:1px solid var(--line);border-radius:var(--radius-input);outline:none;background:var(--surface-solid);font-family:var(--mono);font-size:11px;line-height:1.5}.prompt-preview-panel textarea{white-space:pre}.unlock-screen{position:fixed;top:0;right:0;bottom:0;left:0;z-index:8;display:grid;place-items:center;padding:24px;background:color-mix(in srgb,var(--paper) 90%,transparent);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.unlock-card{width:min(100%,420px);padding:30px 26px 26px;border:1px solid var(--line);border-radius:var(--radius-card);background:var(--surface-solid);box-shadow:var(--shadow-lift)}.unlock-card h2{margin:10px 0}.unlock-card p{margin:0 0 22px;color:var(--muted);font-size:14px;line-height:1.55}.unlock-card label{display:block;margin-bottom:8px;font-size:12px;font-weight:600}.unlock-card input{width:100%;padding:13px 15px;border:1px solid var(--line);border-radius:var(--radius-input);outline:none;background:var(--paper)}.unlock-card input:focus{border-color:var(--line-strong)}.form-error{margin:11px 0 -2px!important;color:var(--danger)!important;font-size:13px!important}@media(min-width:780px){.capsule{left:auto;width:440px;top:0;padding-top:92px;box-shadow:var(--shadow-lift)}}.roster-story-row{display:flex;align-items:stretch;gap:6px}.roster-story-row .roster-story{flex:1;min-width:0}.row-remove{flex:0 0 36px;border:1px solid var(--line);border-radius:var(--radius-input);background:var(--tint);color:var(--faint);font-size:15px;line-height:1;transition:background .15s ease,color .15s ease,border-color .15s ease}.row-remove:hover{border-color:#96301f59;background:var(--danger-soft);color:var(--danger)}.roster-actions{display:grid;grid-template-columns:repeat(auto-fit,minmax(96px,1fr));gap:8px}.ghost-button.danger-text{color:var(--danger)}.ghost-button.danger-text:hover{border-color:#96301f59;background:var(--danger-soft)}.brand{display:inline-flex;align-items:center;padding:0 2px;color:var(--ink);text-decoration:none}.lore-mark .lore-core{fill:var(--accent)}.lore-mark .lore-arc{fill:none;stroke:var(--ink);stroke-width:2.1;stroke-linecap:round}.lore-mark .a3{stroke:var(--accent);opacity:.8}.boot-screen{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;display:grid;place-items:center;background:var(--paper)}.boot-screen.leaving{animation:boot-out .46s cubic-bezier(.4,0,.2,1) forwards}.boot-screen.leaving .boot-inner{animation:boot-handoff .46s cubic-bezier(.4,0,.2,1) forwards}@keyframes boot-handoff{to{transform:translateY(-16px) scale(.72);opacity:0}}.boot-inner{display:grid;justify-items:center;gap:18px}.boot-word{color:var(--faint);font-size:10px;font-weight:600;letter-spacing:.3em}.lore-mark.drawing .lore-arc{stroke-dasharray:46;stroke-dashoffset:46;animation:lore-draw 1.1s cubic-bezier(.4,0,.2,1) forwards}.lore-mark.drawing .a2{animation-delay:.12s}.lore-mark.drawing .a3{animation-delay:.24s}.lore-mark.drawing .lore-core{transform-origin:center;animation:lore-pop .5s cubic-bezier(.34,1.56,.64,1) .5s backwards}@keyframes lore-draw{to{stroke-dashoffset:0}}@keyframes lore-pop{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes boot-out{to{opacity:0;visibility:hidden}}.scene{position:relative;margin:14px 0 20px;border-radius:var(--radius-card);overflow:hidden;background:var(--tint);aspect-ratio:16 / 7;display:flex;align-items:flex-end}.scene:not(.has-art){aspect-ratio:auto;min-height:74px;border:1px solid var(--line)}.scene-art{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.scene-scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#060a10d1,#060a1059 45%,#060a1000)}.scene:not(.has-art) .scene-scrim{display:none}.scene-body{position:relative;padding:16px 18px;display:grid;gap:3px}.scene-place{font-family:var(--serif);font-size:25px;line-height:1.1;letter-spacing:-.015em;color:var(--ink)}.scene-time{color:var(--muted);font-size:12px}.scene.has-art .scene-place{color:#fff}.scene.has-art .scene-time{color:#ffffffb8}.scene-refresh{position:absolute;top:12px;right:12px;display:grid;place-items:center;width:32px;height:32px;border-radius:var(--radius-pill);border:1px solid var(--line);background:color-mix(in srgb,var(--paper) 80%,transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--muted);font-size:13px}.scene.has-art .scene-refresh{border-color:#ffffff47;background:#00000059;color:#fff}.scene-refresh:hover{color:var(--ink)}.scene.has-art .scene-refresh:hover{color:#fff;background:#00000080}.chat{display:flex;flex-direction:column;gap:4px;padding-bottom:24px}.chat-row{display:grid;grid-template-columns:34px minmax(0,1fr);gap:10px;align-items:start}.chat-row.grouped{margin-top:-2px}.chat-row:not(.grouped){margin-top:14px}.chat-row.mine{grid-template-columns:minmax(0,1fr) 34px}.chat-row.mine .chat-gutter{order:2}.chat-row.mine .chat-body{order:1;justify-items:end}.chat-gutter{width:34px}.chat-avatar{width:34px;height:34px;border-radius:var(--radius-pill);object-fit:cover;display:grid;place-items:center;background:var(--accent);color:var(--paper);font-family:var(--serif);font-size:15px}.chat-avatar.you{background:var(--tint-hover);color:var(--muted);font-family:var(--sans);font-size:12px;font-weight:600}.chat-body{display:grid;gap:5px;min-width:0}.chat-meta{display:flex;align-items:baseline;gap:7px;padding:0 2px}.chat-meta strong{font-size:12.5px;font-weight:600}.chat-meta span{color:var(--faint);font-size:10.5px}.bubble{max-width:min(100%,560px);padding:11px 15px;border-radius:18px 18px 18px 5px;background:var(--surface);border:1px solid var(--line);font-size:15px;line-height:1.6}.bubble p{margin:0}.bubble p+p{margin-top:9px}.chat-row.mine .bubble{border-radius:18px 18px 5px;background:var(--ink);border-color:var(--ink);color:var(--paper)}.chat-row.grouped .bubble{border-radius:18px 18px 18px 5px}.chat-row.mine.grouped .bubble{border-radius:18px 18px 5px}.beat{font-style:italic;color:var(--muted)}.chat-row.mine .beat{color:#ffffff9e}.said{color:var(--ink);font-weight:500}.chat-row.mine .said{color:var(--paper)}.chat-image{margin:4px 0 0;border-radius:16px;overflow:hidden;border:1px solid var(--line);max-width:min(100%,560px)}.chat-image img{display:block;width:100%}.typing-bubble{display:inline-flex;gap:4px;align-items:center;padding:15px}.typing-bubble i{width:6px;height:6px;border-radius:50%;background:var(--faint);animation:typing 1.2s ease-in-out infinite}.typing-bubble i:nth-child(2){animation-delay:.18s}.typing-bubble i:nth-child(3){animation-delay:.36s}@keyframes typing{0%,60%,to{opacity:.25;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}@media(prefers-reduced-motion:reduce){.lore-mark.drawing .lore-arc,.lore-mark.drawing .lore-core{animation:none;stroke-dashoffset:0}.typing-bubble i{animation:none;opacity:.5}.boot-screen{animation-delay:.2s}}#backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden;background:#07080a;opacity:0;transition:opacity .8s ease;pointer-events:none}#backdrop.lit{opacity:1}[data-display=reading] #backdrop{display:none}.backdrop-art{position:absolute;z-index:0;top:-1.5%;right:-1.5%;bottom:-1.5%;left:-1.5%;width:103%;height:103%;object-fit:cover;opacity:0;transition:opacity 1.35s ease;animation:scene-breathe 32s cubic-bezier(.45,0,.55,1) infinite alternate;will-change:transform}.backdrop-art.shown{opacity:1}@keyframes scene-breathe{0%{transform:scale(1.01) translateZ(0)}to{transform:scale(1.032) translate3d(-.42%,-.24%,0)}}#backdrop:after{content:"";position:absolute;z-index:2;top:0;right:0;bottom:0;left:0;background:radial-gradient(130% 100% at 50% 42%,transparent 34%,rgba(4,6,10,.62) 100%),linear-gradient(to bottom,#04060abd,#04060a4d 24%,#04060a6b 58%,#04060ae6)}[data-display=cinema] body{background:#07080a}.app-shell{position:relative;z-index:1}[data-display=cinema]{--film-ink: #f4f2ec;--film-muted: rgba(244, 242, 236, .68);--film-faint: rgba(244, 242, 236, .46);--film-line: rgba(255, 255, 255, .14)}[data-display=cinema] .topbar{background:linear-gradient(to bottom,#06080bc7,#06080b00);border-bottom-color:transparent;-webkit-backdrop-filter:blur(12px) saturate(1.1);backdrop-filter:blur(12px) saturate(1.1);color:var(--film-ink)}[data-display=cinema] .identity strong{color:var(--film-ink)}[data-display=cinema] .identity span{color:var(--film-faint)}[data-display=cinema] .icon-button{color:var(--film-muted)}[data-display=cinema] .icon-button:hover{background:#ffffff24;color:#fff}[data-display=cinema] .lore-mark{color:var(--film-ink)}.scene-tag{display:flex;align-items:baseline;gap:10px;padding:16px 2px 6px}.scene-tag .scene-place{font-family:var(--serif);font-size:21px;letter-spacing:-.01em;color:var(--film-ink);text-shadow:0 1px 20px rgba(0,0,0,.55)}.scene-tag .scene-time{color:var(--film-faint);font-size:12px}[data-display=cinema] .bubble{background:#10121685;border-color:var(--film-line);color:var(--film-ink);-webkit-backdrop-filter:blur(16px) saturate(1.2);backdrop-filter:blur(16px) saturate(1.2);box-shadow:0 18px 44px #00000057}[data-display=cinema] .chat-row.mine .bubble{background:linear-gradient(135deg,#b85e3ef0,#923f28f0);border-color:#ffffff2e;color:#fff}[data-display=cinema] .beat{color:#f4f2eca3}[data-display=cinema] .said{color:#fff;font-weight:500}[data-display=cinema] .chat-row.mine .beat{color:#ffffffb3}[data-display=cinema] .chat-meta strong{color:var(--film-ink)}[data-display=cinema] .chat-meta span{color:var(--film-faint)}[data-display=cinema] .chat-avatar{border-color:var(--film-line)}[data-display=cinema] .chat-avatar.you{background:#ffffff1f;color:var(--film-muted)}[data-display=cinema] .chat-image{border-color:var(--film-line);box-shadow:0 18px 44px #00000057}[data-display=cinema] .memory-status{color:var(--film-faint)}[data-display=cinema] .typing-bubble i{background:#f4f2ec99}.chat-row.fresh{animation:rise .44s cubic-bezier(.2,.8,.2,1) both}@keyframes rise{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}.chat-tools{display:flex;gap:6px;padding-left:2px;opacity:0;transition:opacity .18s ease}.chat-row:hover .chat-tools,.chat-tools:focus-within{opacity:1}.chat-row:last-of-type .chat-tools{opacity:1}@media(hover:none){.chat-tools{opacity:1}}.chat-tool{display:inline-flex;align-items:center;gap:6px;height:27px;padding:0 11px;border:1px solid transparent;border-radius:var(--radius-pill);color:var(--faint);font-size:11.5px;font-weight:500;white-space:nowrap;transition:background .15s ease,color .15s ease,border-color .15s ease}.chat-tool:hover:not(:disabled){background:var(--tint);border-color:var(--line);color:var(--ink)}.chat-tool:disabled{opacity:.4;cursor:not-allowed}.tool-glyph{font-size:12px;line-height:1}.tool-cost{color:var(--faint);font-size:10.5px;font-variant-numeric:tabular-nums}[data-display=cinema] .chat-tool{color:#f4f2eca3}[data-display=cinema] .chat-tool:hover:not(:disabled){background:#ffffff24;border-color:#ffffff2e;color:#fff}[data-display=cinema] .tool-cost{color:#f4f2ec80}.composer{flex-direction:column;align-items:stretch;gap:9px;padding:10px 10px 10px 12px}.composer-row{display:flex;gap:8px;align-items:flex-end}.composer-row textarea{padding-left:6px}.composer-actions{display:flex;gap:6px;flex-wrap:wrap;align-items:center}.action-note{color:var(--faint);font-size:11px;line-height:1.35}[data-display=cinema] .action-note{color:#f4f2ec80}.quick-action{display:inline-flex;align-items:center;gap:7px;padding:7px 13px;border:1px solid var(--line);border-radius:var(--radius-pill);background:var(--tint);color:var(--muted);font-size:12.5px;font-weight:500;white-space:nowrap;transition:background .15s ease,color .15s ease,transform .12s ease}.quick-action:hover:not(:disabled){background:var(--tint-hover);color:var(--ink);transform:translateY(-1px)}.quick-action:disabled{opacity:.5;cursor:not-allowed}[data-display=cinema] .composer{background:#0e1014a3;border-color:#ffffff26;-webkit-backdrop-filter:blur(22px) saturate(1.25);backdrop-filter:blur(22px) saturate(1.25);box-shadow:0 22px 54px #00000080}[data-display=cinema] .composer textarea{color:var(--film-ink)}[data-display=cinema] .composer textarea::placeholder{color:#f4f2ec70}[data-display=cinema] .send-button{background:var(--accent);color:#fff}[data-display=cinema] .quick-action{background:#ffffff17;border-color:#ffffff26;color:#f4f2ecd1}[data-display=cinema] .quick-action:hover:not(:disabled){background:#ffffff2b;color:#fff}@media(prefers-reduced-motion:reduce){.backdrop-art,.chat-row.fresh{animation:none}}.studio-field{display:grid;gap:4px}.studio-field-label{font-size:13px;font-weight:600}.studio-field-note{color:var(--muted);font-size:12px;line-height:1.45}.quality-picker{display:flex;gap:8px;flex-wrap:wrap;margin-top:4px}.quality-option{display:grid;gap:2px;padding:9px 15px;border:1px solid var(--line);border-radius:var(--radius-input);background:var(--tint);text-align:left;transition:background .15s ease,border-color .15s ease}.quality-option strong{font-size:13px;font-weight:600}.quality-option span{color:var(--muted);font-size:11.5px;font-variant-numeric:tabular-nums}.quality-option:hover{background:var(--tint-hover)}.quality-option.on{border-color:var(--accent);background:var(--accent-soft)}.quality-option.on span{color:var(--accent)}.app-shell.home,.app-shell.character{padding-bottom:56px}.app-shell.story{padding-bottom:172px}.app-shell.locked{padding-bottom:0}.screen{display:block}.tile,.continue-card,.story-row-wrap{animation:tile-in .5s cubic-bezier(.2,.8,.2,1) both;animation-delay:calc(var(--i, 0) * 45ms)}@keyframes tile-in{0%{opacity:0;transform:translateY(14px) scale(.985)}to{opacity:1;transform:none}}.home-head{display:flex;align-items:center;justify-content:space-between;height:74px}.home-brand{display:inline-flex;align-items:center;gap:10px}.home-wordmark{font-size:11.5px;font-weight:600;letter-spacing:.2em}.section-head{margin:26px 0 12px}.continue-card{position:relative;display:flex;align-items:center;gap:14px;width:100%;padding:20px;border:1px solid var(--line);border-radius:var(--radius-card);background:var(--surface-solid);overflow:hidden;text-align:left;transition:transform .18s cubic-bezier(.2,.8,.2,1),box-shadow .18s ease,border-color .18s ease}.continue-art{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.34}.continue-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,var(--surface-solid) 34%,transparent 100%)}.continue-body{position:relative;z-index:1;display:grid;gap:3px}.continue-body strong{font-size:16px;font-weight:600}.continue-body>span:last-child{color:var(--muted);font-size:12px}.continue-go{position:relative;z-index:1;margin-left:auto;color:var(--muted);font-size:19px;transition:transform .18s ease}.continue-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-lift);border-color:var(--line-strong)}.continue-card:hover .continue-go{transform:translate(4px)}.continue-card:active{transform:translateY(0) scale(.995)}.card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(148px,1fr));gap:12px}.tile{display:grid;grid-template-rows:auto auto;border:1px solid var(--line);border-radius:var(--radius-panel);background:var(--surface-solid);overflow:hidden;text-align:left;transition:transform .18s cubic-bezier(.2,.8,.2,1),box-shadow .18s ease,border-color .18s ease}.tile:hover{transform:translateY(-3px);box-shadow:var(--shadow-lift);border-color:var(--line-strong)}.tile:active{transform:translateY(-1px) scale(.99)}.tile-art{position:relative;display:grid;place-items:center;aspect-ratio:3 / 4;background:var(--tint);overflow:hidden}.tile-art img{width:100%;height:100%;object-fit:cover}.tile-initial{font-family:var(--serif);font-size:44px;color:var(--faint)}.tile-body{display:grid;gap:2px;padding:11px 13px 13px}.tile-body strong{font-size:14px;font-weight:600}.tile-body span{color:var(--muted);font-size:11.5px}.tile-new .tile-art{background:transparent;border-bottom:1px dashed var(--line)}.tile-plus{font-size:34px;color:var(--faint);font-weight:300}.tile.skeleton{pointer-events:none;border-color:var(--line)}.tile.skeleton .tile-art,.tile.skeleton .tile-body strong,.tile.skeleton .tile-body span{background-image:linear-gradient(90deg,var(--tint) 25%,var(--tint-hover) 37%,var(--tint) 63%);background-size:400% 100%;animation:shimmer 1.4s ease-in-out infinite}.tile.skeleton .tile-body strong{height:12px;border-radius:4px}.tile.skeleton .tile-body span{height:10px;width:60%;border-radius:4px}@keyframes shimmer{0%{background-position:100% 0}to{background-position:0 0}}.screen-head{display:flex;align-items:center;gap:10px;height:68px}.screen-head>strong{font-size:15px;font-weight:600}.character-hero{position:relative;aspect-ratio:4 / 5;max-height:52vh;border-radius:var(--radius-card);border:1px solid var(--line);background:var(--tint);overflow:hidden}.character-hero>img{width:100%;height:100%;object-fit:cover}.hero-empty{display:grid;place-items:center;gap:14px;height:100%}.hero-empty .tile-initial{font-size:76px}.hero-scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(4,6,10,.86) 0%,rgba(4,6,10,.12) 46%,transparent 70%)}.hero-body{position:absolute;left:20px;right:20px;bottom:18px;color:#fff}.hero-body h2{color:#fff}.hero-body p{margin:6px 0 0;color:#ffffffc7;font-size:13.5px;line-height:1.5}.character-hero:has(.hero-empty) .hero-scrim{display:none}.character-hero:has(.hero-empty) .hero-body{position:static;color:inherit;padding:0 0 14px}.character-hero:has(.hero-empty) .hero-body h2{color:var(--ink)}.character-hero:has(.hero-empty) .hero-body p{color:var(--muted)}.story-list{display:grid;gap:8px}.story-row-wrap{display:flex;align-items:center;gap:6px}.story-row{flex:1;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border:1px solid var(--line);border-radius:var(--radius-input);background:var(--tint);text-align:left;transition:background .15s ease,transform .15s ease,border-color .15s ease}.story-row:hover{background:var(--tint-hover);border-color:var(--line-strong);transform:translate(2px)}.story-row-title{font-size:14px;font-weight:500}.story-row-meta{flex:0 0 auto;color:var(--faint);font-size:11.5px}.character-delete{width:100%;margin-top:10px}.unlock-mark{display:block;margin-bottom:18px}@media(prefers-reduced-motion:no-preference){::view-transition-old(root),::view-transition-new(root){animation-duration:.34s;animation-timing-function:cubic-bezier(.2,.8,.2,1)}html[data-nav=push]::view-transition-old(root){animation-name:screen-recede}html[data-nav=push]::view-transition-new(root){animation-name:screen-enter-up}html[data-nav=pop]::view-transition-old(root){animation-name:screen-exit-down}html[data-nav=pop]::view-transition-new(root){animation-name:screen-return}::view-transition-group(*){animation-duration:.4s;animation-timing-function:cubic-bezier(.2,.8,.2,1)}}@keyframes screen-enter-up{0%{opacity:0;transform:translateY(20px) scale(.97)}}@keyframes screen-recede{to{opacity:0;transform:translateY(-10px) scale(.985)}}@keyframes screen-return{0%{opacity:0;transform:translateY(-10px) scale(1.015)}}@keyframes screen-exit-down{to{opacity:0;transform:translateY(20px) scale(.97)}}.icon-button:active,.ghost-button:active,.secondary-button:active,.unlock-button:active,.quick-action:active,.send-button:active{transform:scale(.96)}@media(prefers-reduced-motion:reduce){.tile,.continue-card,.story-row-wrap,.tile.skeleton .tile-art,.tile.skeleton .tile-body strong,.tile.skeleton .tile-body span{animation:none}}.inspector{position:fixed;inset:0 0 0 auto;z-index:6;display:flex;flex-direction:column;width:min(100%,460px);background:var(--paper);border-left:1px solid var(--line);box-shadow:-24px 0 64px #0003;transform:translate(101%);transition:transform .3s cubic-bezier(.32,.72,0,1)}.inspector.open{transform:none}.inspector-head{display:flex;align-items:center;gap:8px;padding:14px 14px 10px 16px;border-bottom:1px solid var(--line)}.inspector-tabs{display:flex;gap:4px;flex:1;min-width:0}.inspector-tab{padding:8px 13px;border-radius:var(--radius-pill);color:var(--muted);font-size:13px;font-weight:500;transition:background .15s ease,color .15s ease}.inspector-tab:hover{background:var(--tint);color:var(--ink)}.inspector-tab.on{background:var(--tint-hover);color:var(--ink)}.inspector-body{flex:1;overflow-y:auto;padding:18px 18px 64px}.inspector-pane{animation:pane-in .28s cubic-bezier(.2,.8,.2,1) both}@keyframes pane-in{0%{opacity:0;transform:translateY(8px)}}.inspector-title{font-family:var(--serif);font-size:27px;margin:0 0 14px}[data-display=cinema] .inspector{background:#0a0c10f7;border-left-color:var(--film-line);color:var(--film-ink);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}[data-display=cinema] .inspector dd,[data-display=cinema] .inspector-title{color:var(--film-ink)}[data-display=cinema] .inspector-tab{color:#f4f2ec9e}[data-display=cinema] .inspector-tab.on,[data-display=cinema] .inspector-tab:hover{background:#ffffff24;color:#fff}[data-display=reading] .scene.has-art{aspect-ratio:16 / 9;max-height:40vh;border-radius:var(--radius-card);overflow:hidden}[data-display=reading] .scene.has-art .scene-art{animation:scene-breathe 32s cubic-bezier(.45,0,.55,1) infinite alternate}[data-display=reading] .scene.has-art .scene-place{font-size:clamp(24px,5vw,34px);text-shadow:0 2px 24px rgba(0,0,0,.6)}[data-display=reading] .scene.has-art .scene-body{padding:22px 24px}@supports (animation-timeline: view()){@media(prefers-reduced-motion:no-preference){[data-display=reading] .scene.has-art{animation:hero-recede linear both;animation-timeline:view();animation-range:exit 0% exit 70%}}}@keyframes hero-recede{to{opacity:.3;transform:scale(.985)}}.setting-row{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:13px 0;border-top:1px solid var(--line)}.setting-copy{display:grid;gap:2px;min-width:0}.setting-copy strong{font-size:13.5px;font-weight:600}.setting-copy span{color:var(--muted);font-size:12px;line-height:1.45}.switch{flex:0 0 auto;width:46px;height:27px;padding:3px;border:1px solid var(--line-strong);border-radius:var(--radius-pill);background:var(--tint);transition:background .18s ease,border-color .18s ease}.switch-knob{display:block;width:19px;height:19px;border-radius:50%;background:var(--muted);transition:transform .2s cubic-bezier(.32,.72,0,1),background .18s ease}.switch[aria-pressed=true]{background:var(--accent-soft);border-color:var(--accent)}.switch[aria-pressed=true] .switch-knob{transform:translate(19px);background:var(--accent)}@media(prefers-reduced-motion:reduce){.inspector,.inspector-pane,.switch-knob{transition:none;animation:none}[data-display=reading] .scene.has-art .scene-art{animation:none}}body{background-color:var(--paper)}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;background:color-mix(in srgb,var(--paper) 96%,transparent);pointer-events:none}.app-shell.character{max-width:920px;padding-inline:24px}.app-shell.story{max-width:860px;padding-inline:22px}.nythraya-mark{--mark-size: 36px;position:relative;display:inline-grid;width:var(--mark-size);height:var(--mark-size);flex:0 0 var(--mark-size);overflow:hidden;border:1px solid color-mix(in srgb,var(--accent) 76%,var(--line));border-radius:50%;background:var(--paper-deep);box-shadow:0 0 0 5px color-mix(in srgb,var(--accent) 7%,transparent),0 12px 36px #00000038}.nythraya-mark img{width:100%;height:100%;object-fit:cover;object-position:50% 22%;transform:scale(1.13)}.nythraya-mark.drawing{animation:nythraya-breathe 5.8s ease-in-out infinite}@keyframes nythraya-breathe{0%,to{transform:scale(1);box-shadow:0 0 0 5px color-mix(in srgb,var(--accent) 6%,transparent),0 12px 36px #00000038}50%{transform:scale(1.025);box-shadow:0 0 0 8px color-mix(in srgb,var(--accent) 11%,transparent),0 18px 44px #00000052}}.ph{display:inline-block;line-height:1}.spinning{animation:icon-spin .9s linear infinite}@keyframes icon-spin{to{transform:rotate(360deg)}}.home-head{height:124px;border-bottom:1px solid var(--line)}.home-brand{gap:18px}.home-wordmark{font-family:var(--serif);font-size:clamp(25px,4vw,38px);font-weight:500;letter-spacing:.28em;line-height:1;text-transform:uppercase}.home-intro{display:grid;grid-template-columns:minmax(0,1fr) minmax(250px,340px);align-items:center;gap:clamp(42px,7vw,100px);padding:clamp(42px,6vw,72px) 0 clamp(42px,6vw,68px)}.home-intro-copy{min-width:0}.home-intro .eyebrow{color:var(--accent);margin-bottom:18px}.home-intro h1{max-width:760px;color:var(--ink);font-size:clamp(58px,9vw,102px);font-weight:400;letter-spacing:-.045em;line-height:.9}.home-intro p{margin:22px 0 0;color:var(--muted);font-family:var(--serif);font-size:clamp(24px,3.2vw,38px);line-height:1.1}.keeper-portrait{width:min(100%,320px);margin:0;justify-self:end}.keeper-portrait img{display:block;width:100%;aspect-ratio:2 / 3;object-fit:cover;object-position:center;border:1px solid color-mix(in srgb,var(--accent) 55%,var(--line));border-radius:48% 48% 4px 4px/30% 30% 4px 4px;box-shadow:0 28px 80px #00000057}.keeper-portrait figcaption{display:grid;gap:3px;padding:14px 2px 0;text-align:center}.keeper-portrait figcaption span{color:var(--ink);font-family:var(--serif);font-size:24px;letter-spacing:.08em}.keeper-portrait figcaption small{color:var(--accent);font-size:10px;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.eyebrow{color:var(--accent);font-size:11px;font-weight:700;letter-spacing:.2em}.section-head{margin:44px 0 18px}.continue-card{min-height:360px;padding:clamp(28px,5vw,56px);border-color:color-mix(in srgb,var(--accent) 26%,var(--line));border-radius:3px;background:var(--surface-solid);box-shadow:0 24px 80px #00000038}.continue-card:after{left:43%;background:color-mix(in srgb,var(--paper-deep) 90%,transparent)}.continue-card.has-art .continue-body{margin-left:47%}.continue-card:not(.has-art){min-height:250px}.continue-card:not(.has-art):after{display:none}.continue-card:not(.has-art) .continue-body{max-width:680px}.continue-art{opacity:.92;object-position:50% 30%}.continue-body{gap:9px;max-width:500px}.continue-body .eyebrow{margin-bottom:10px}.continue-body strong{color:var(--ink);font-family:var(--serif);font-size:clamp(34px,5vw,56px);font-weight:400;line-height:.98}.continue-whisper{color:var(--muted)!important;font-family:var(--serif);font-size:20px!important;line-height:1.32}.continue-body>span:last-child{color:var(--faint);font-size:12px}.continue-go{align-self:flex-end;display:grid;place-items:center;width:52px;height:52px;border:1px solid color-mix(in srgb,var(--accent) 70%,var(--line));border-radius:50%;color:var(--accent);font-size:22px}.card-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(16px,3vw,34px)}.tile{display:flex;flex-direction:column;border:0;border-radius:0;background:transparent;overflow:visible;text-align:center;box-shadow:none}.tile:hover{border-color:transparent;box-shadow:none}.tile-art{width:100%;aspect-ratio:3 / 4;border:1px solid color-mix(in srgb,var(--accent) 72%,var(--line));border-radius:50%;background:color-mix(in srgb,var(--surface-solid) 78%,transparent);box-shadow:inset 0 0 0 7px color-mix(in srgb,var(--paper) 76%,transparent),0 18px 44px #0000002e}.tile-art img{object-position:50% 24%;transition:transform .5s cubic-bezier(.2,.8,.2,1)}.tile:hover .tile-art img{transform:scale(1.035)}.tile-body{gap:5px;padding:18px 4px 0;text-align:center}.tile-body strong{font-family:var(--serif);font-size:24px;font-weight:500;line-height:1}.tile-body span{color:var(--muted);font-size:12px}.tile-new .tile-art{border:1px solid color-mix(in srgb,var(--accent) 76%,var(--line))}.tile-plus{color:var(--accent);font-size:34px}.tile-initial{color:color-mix(in srgb,var(--ink) 66%,var(--accent));font-size:68px}.budget-bar{margin-top:62px;min-height:74px;padding:24px 4px 0;border:0;border-top:1px solid var(--line);border-radius:0;background:transparent}.budget-bar span{color:var(--muted);font-size:12px;letter-spacing:.02em}.budget-fill{height:2px;background:var(--accent-soft)}.icon-button,.close-capsule{border:1px solid transparent;color:var(--muted);font-size:20px}.icon-button:hover,.close-capsule:hover{border-color:var(--line);background:var(--tint);color:var(--accent)}.topbar{height:76px;background:color-mix(in srgb,var(--paper) 92%,transparent);border-color:var(--line)}.brand .nythraya-mark{box-shadow:none}.identity strong{font-family:var(--serif);font-size:19px;font-weight:500}.identity span{color:var(--muted);font-size:11px}.character-hero{max-height:620px;border-color:color-mix(in srgb,var(--accent) 34%,var(--line));border-radius:3px;box-shadow:0 24px 80px #00000038}.hero-body{left:clamp(24px,5vw,48px);right:clamp(24px,5vw,48px);bottom:clamp(24px,5vw,44px)}.hero-body h2{font-size:clamp(44px,8vw,72px)}.hero-body p{max-width:560px;font-family:var(--serif);font-size:19px}.story-row{border-radius:3px;padding:18px 20px}.story-row-title{font-family:var(--serif);font-size:21px}.story-row-meta,.row-remove{color:var(--muted)}.row-remove:hover{color:var(--danger);background:var(--danger-soft)}.unlock-screen{min-height:100svh;padding:32px 18px}.unlock-card{width:min(100%,520px);padding:clamp(28px,6vw,54px);border-color:color-mix(in srgb,var(--accent) 32%,var(--line));border-radius:3px;background:color-mix(in srgb,var(--surface-solid) 94%,transparent)}.unlock-mark{margin-bottom:34px}.unlock-card h2{margin:12px 0;font-size:clamp(46px,8vw,66px);line-height:.92}.unlock-card p{font-family:var(--serif);font-size:19px}.unlock-card label{color:var(--muted)}.unlock-card input{min-height:52px;border-radius:3px}.unlock-button,.studio-entry-button,.secondary-button,.ghost-button,.danger-button,.reset-chat-button{min-height:46px;border-radius:3px}.unlock-button,.studio-entry-button{background:var(--accent);border-color:var(--accent);color:#fff8ef}.scene,[data-display=reading] .scene.has-art{border-radius:3px}.chat{padding-top:32px}.chat-row{gap:12px}.chat-avatar{border:1px solid color-mix(in srgb,var(--accent) 46%,var(--line))}.bubble{font-family:var(--serif);font-size:20px;line-height:1.56}.chat-row.mine .bubble{font-family:var(--sans);font-size:14px}.chat-tool,.quick-action{border-radius:3px}.composer{bottom:16px;left:max(16px,calc((100vw - 860px)/2 + 22px));right:max(16px,calc((100vw - 860px)/2 + 22px));gap:8px;padding:10px 12px 11px;border-color:color-mix(in srgb,var(--accent) 28%,var(--line));border-radius:4px;background:color-mix(in srgb,var(--surface-solid) 96%,transparent)}.memory-status{position:static;order:3;margin:2px 4px 0;color:var(--muted);text-align:left;line-height:1.35}.composer-actions{flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none}.composer-actions::-webkit-scrollbar{display:none}.quick-action{flex:0 0 auto}.send-button{background:var(--accent);color:#fff8ef}.inspector,.studio-screen{background:color-mix(in srgb,var(--paper) 97%,transparent)}.inspector{border-left-color:color-mix(in srgb,var(--accent) 30%,var(--line))}.inspector-tab.on{background:var(--accent-soft);color:var(--accent)}.studio-panel{max-width:860px}.studio-form input,.studio-form textarea,#media-prompt{border-radius:3px}.advanced-toggle>span:first-child{display:grid;gap:3px;text-align:left}.advanced-toggle strong{color:var(--ink);font-size:13px}.advanced-toggle small{color:var(--muted);font-size:11px;font-weight:400}.advanced-profile-fields{display:none;gap:18px;padding:14px 0 22px}.advanced-tools.open .advanced-profile-fields{display:grid}@media(max-width:780px){.app-shell.home,.app-shell.character,.app-shell.story{padding-inline:16px}.home-head{height:96px}.home-brand{gap:12px}.home-brand .nythraya-mark{--mark-size: 50px !important}.home-wordmark{font-size:23px;letter-spacing:.2em}.home-intro{grid-template-columns:1fr;gap:42px;padding:50px 0 42px}.keeper-portrait{width:min(78vw,280px);justify-self:center}.home-intro h1{font-size:clamp(52px,17vw,74px)}.home-intro p{font-size:25px}.continue-card{min-height:410px;align-items:flex-end;padding:24px}.continue-card:not(.has-art){min-height:250px;align-items:center}.continue-card:after{top:42%;right:0;bottom:0;left:0;background:color-mix(in srgb,var(--paper-deep) 92%,transparent)}.continue-card.has-art .continue-body{margin-left:0}.continue-art{object-position:50% 28%}.continue-body strong{font-size:38px}.continue-whisper{font-size:17px!important}.continue-go{width:44px;height:44px}.card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 18px}.tile-body strong{font-size:21px}.budget-bar{margin-top:46px}.topbar{gap:4px;margin-inline:-4px}.topbar .brand{display:none}.identity{flex:1}.identity .avatar{width:32px;height:32px;flex-basis:32px}.topbar-actions{gap:0}.topbar-actions .icon-button{width:38px;height:38px}#toggle-display{display:none}.app-shell.story{padding-bottom:196px}.composer{left:10px;right:10px;bottom:10px}.composer textarea{min-height:38px}.action-note{display:none}.memory-status{max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.character-hero{max-height:64vh}.story-row{padding:16px 14px}}@media(min-width:781px)and (max-width:1000px){.app-shell.home{padding-inline:50px}.home-intro{grid-template-columns:minmax(0,1fr) 270px;padding-top:72px;padding-bottom:72px}.continue-card{min-height:640px}.continue-card:not(.has-art){min-height:280px}.continue-card:after{left:46%}.continue-card.has-art .continue-body{margin-left:50%}.section-head{margin-top:68px}.budget-bar{margin-top:72px}}@media(max-width:390px){.home-wordmark{font-size:20px;letter-spacing:.16em}.home-brand .nythraya-mark{--mark-size: 46px !important}.home-intro h1{font-size:52px}.tile-body strong{font-size:19px}.identity span{max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.topbar-actions .icon-button{width:36px}}@media(prefers-reduced-motion:reduce){.nythraya-mark.drawing,.spinning{animation:none}}:root{--chat: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}.message p,.bubble,.chat-row.mine .bubble{font-family:var(--chat);font-size:16px;font-weight:400;letter-spacing:0;line-height:1.68}.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}.app-shell.home{max-width:1180px;padding-inline:28px}.home-head{height:88px}.home-brand{gap:14px}.home-brand .nythraya-mark{--mark-size: 50px !important}.home-wordmark{font-size:clamp(24px,3vw,31px)}.home-intro{grid-template-columns:minmax(0,1fr) 210px;gap:clamp(34px,6vw,72px);padding:34px 0 36px}.home-intro h1{max-width:620px;font-size:clamp(44px,5.6vw,66px);line-height:.98}.home-intro p{margin-top:14px;font-size:clamp(19px,2.2vw,25px)}.keeper-portrait{width:210px}.keeper-portrait figcaption{padding-top:10px}.keeper-portrait figcaption span{font-size:20px}.keeper-portrait figcaption small{font-size:8px;letter-spacing:.16em}.archive-overview{display:grid;grid-template-columns:repeat(3,minmax(110px,1fr)) auto;align-items:stretch;border:1px solid var(--line);background:color-mix(in srgb,var(--surface-solid) 72%,transparent)}.archive-stat{display:grid;align-content:center;gap:2px;min-height:84px;padding:15px 20px;border-right:1px solid var(--line)}.archive-stat strong{color:var(--ink);font-family:var(--serif);font-size:26px;font-weight:500;line-height:1}.archive-stat small{color:var(--muted);font-size:11px;text-transform:uppercase;letter-spacing:.09em}.archive-action{display:flex;align-items:center;justify-content:center;gap:9px;min-width:190px;padding:0 22px;background:var(--accent);color:#fff8ef;font-weight:600}.archive-action:hover{background:color-mix(in srgb,var(--accent) 84%,#000)}.archive-toolbar{display:flex;justify-content:flex-end;margin:22px 0 14px}.archive-search{display:flex;align-items:center;gap:10px;width:min(100%,390px);min-height:46px;padding:0 14px;border:1px solid var(--line);background:var(--surface);color:var(--muted)}.archive-search:focus-within{border-color:var(--accent);color:var(--accent)}.archive-search input{width:100%;border:0;outline:0;background:transparent}.archive-search input::placeholder{color:var(--faint)}.home-command-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(250px,.82fr);gap:16px}.home-command-grid .continue-card,.home-command-grid .continue-card:not(.has-art){min-height:205px;padding:clamp(24px,4vw,38px)}.continue-body strong{font-size:clamp(30px,3.8vw,43px)}.continue-whisper{font-size:17px!important}.keeper-note{display:grid;align-content:space-between;gap:18px;min-height:205px;padding:28px;border:1px solid var(--line);background:var(--surface)}.keeper-note p{margin:0;color:var(--ink);font-family:var(--serif);font-size:20px;line-height:1.3}.keeper-note>span:last-child{display:flex;gap:7px;color:var(--muted);font-size:11px}.home-section{margin-top:46px}.section-title-row{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:16px}.section-title-row h2{margin-top:5px;font-size:clamp(28px,3vw,38px)}.section-title-row>span{color:var(--muted);font-size:12px}.thread-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.thread-card{display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:12px;min-height:96px;padding:16px;border:1px solid var(--line);background:var(--surface);text-align:left;transition:border-color .18s ease,transform .18s ease,background .18s ease}.thread-card:hover{transform:translateY(-2px);border-color:var(--line-strong);background:var(--tint-hover)}.thread-character{display:grid;place-items:center;width:42px;height:52px;border:1px solid color-mix(in srgb,var(--accent) 55%,var(--line));border-radius:50%;color:var(--accent);font-family:var(--serif);font-size:20px}.thread-copy{display:grid;min-width:0}.thread-copy small{color:var(--accent);font-size:10px;text-transform:uppercase;letter-spacing:.08em}.thread-copy strong{overflow:hidden;color:var(--ink);font-family:var(--serif);font-size:19px;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.thread-copy span{color:var(--muted);font-size:11px}.thread-arrow{color:var(--faint)}.card-grid{gap:clamp(16px,2.4vw,28px)}.tile-art{aspect-ratio:4 / 5}.tile-body{padding-top:13px}.tile-body strong{font-size:21px}.tile-initial{font-size:54px}.story-starters{display:grid;grid-template-columns:minmax(240px,.72fr) minmax(0,1.28fr);gap:34px;margin-top:54px;padding:30px;border:1px solid color-mix(in srgb,var(--accent) 38%,var(--line));background:var(--surface)}.story-starters-copy h2{margin-top:6px;font-size:31px}.story-starters-copy p{margin:10px 0 0;color:var(--muted);font-size:13px;line-height:1.55}.starter-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.starter-list button{display:grid;grid-template-columns:30px minmax(0,1fr) auto;align-items:center;gap:9px;min-height:48px;padding:8px 12px;border:1px solid var(--line);color:var(--ink);text-align:left}.starter-list button:hover{border-color:var(--accent);background:var(--tint-hover)}.starter-list button>span{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:var(--accent-soft);color:var(--accent);font-family:var(--serif)}.starter-list button .ph{color:var(--accent)}.search-empty{margin:26px 0;color:var(--muted);text-align:center}[data-search-entry][hidden]{display:none!important}.budget-bar{margin-top:42px}@media(max-width:780px){.home-head{height:76px}.home-brand .nythraya-mark{--mark-size: 42px !important}.home-wordmark{font-size:20px}.home-intro{grid-template-columns:minmax(0,1fr) 132px;gap:18px;padding:28px 0 30px}.home-intro h1{font-size:clamp(36px,10.8vw,44px)}.home-intro p{margin-top:11px;font-size:17px}.home-intro .eyebrow{margin-bottom:12px;font-size:9px}.keeper-portrait{width:132px;justify-self:end}.keeper-portrait figcaption span{font-size:16px}.keeper-portrait figcaption small{display:none}.archive-overview{grid-template-columns:repeat(3,1fr)}.archive-stat{min-height:72px;padding:12px 8px;text-align:center}.archive-stat:nth-child(3){border-right:0}.archive-stat strong{font-size:21px}.archive-stat small{font-size:9px}.archive-action{grid-column:1 / -1;min-height:46px}.archive-toolbar{margin-top:14px}.archive-search{width:100%}.home-command-grid{grid-template-columns:1fr}.home-command-grid .continue-card,.home-command-grid .continue-card:not(.has-art){min-height:176px;padding:22px}.continue-body strong{font-size:31px}.continue-whisper{font-size:15px!important}.keeper-note{min-height:150px;padding:22px}.keeper-note p{font-size:18px}.home-section{margin-top:38px}.thread-grid{grid-template-columns:1fr}.thread-card{min-height:82px;padding:13px}.section-title-row h2{font-size:30px}.card-grid{gap:22px 14px}.tile-body strong{font-size:18px}.tile-initial{font-size:46px}.story-starters{grid-template-columns:1fr;gap:22px;margin-top:42px;padding:22px}.starter-list{grid-template-columns:1fr}.budget-bar{margin-top:34px}}@media(max-width:390px){.home-wordmark{font-size:18px}.home-intro{grid-template-columns:minmax(0,1fr) 118px}.keeper-portrait{width:118px}.home-intro h1{font-size:36px}}.capsule-list{list-style:none;margin:0;padding:0}.capsule-list li{margin-top:.4rem}.capsule-list li:first-child{margin-top:0}#sky{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden;opacity:0;pointer-events:none;transition:opacity 1.2s ease;background:radial-gradient(120% 90% at 50% 100%,#0a0812,#05060c 62%)}:root[data-theme=dark] #sky{opacity:1}[data-display=reading] #sky{opacity:0}#sky .sky-band{position:absolute;left:-55%;top:-35%;width:210%;height:170%;background:radial-gradient(46% 20% at 50% 52%,rgba(214,198,255,.15),transparent 68%),radial-gradient(34% 14% at 34% 46%,rgba(150,130,220,.15),transparent 70%),radial-gradient(30% 12% at 68% 58%,rgba(207,104,70,.11),transparent 72%);filter:blur(26px);animation:sky-turn 900s linear infinite}#sky .sky-core{position:absolute;left:50%;top:52%;width:120vmax;height:90vmax;transform:translate(-50%,-50%);background:radial-gradient(circle at 50% 50%,rgba(120,96,190,.13),rgba(60,50,110,.05) 38%,transparent 66%);animation:sky-breathe 46s ease-in-out infinite alternate}#sky .sky-layer{position:absolute;top:-40%;right:-40%;bottom:-40%;left:-40%;background-repeat:repeat}#sky .sky-layer.l1{animation:sky-drift-1 220s linear infinite}#sky .sky-layer.l2{animation:sky-drift-2 340s linear infinite}#sky .sky-layer.l3{animation:sky-drift-3 520s linear infinite}@keyframes sky-turn{to{transform:rotate(360deg)}}@keyframes sky-breathe{0%{opacity:.7}to{opacity:1}}@keyframes sky-drift-1{0%{transform:translateZ(0)}to{transform:translate3d(-420px,-420px,0)}}@keyframes sky-drift-2{0%{transform:translateZ(0)}to{transform:translate3d(620px,-620px,0)}}@keyframes sky-drift-3{0%{transform:translateZ(0)}to{transform:translate3d(-900px,900px,0)}}@media(prefers-reduced-motion:reduce){#sky .sky-band,#sky .sky-core,#sky .sky-layer{animation:none}}.brand-lockup{display:grid;gap:9px;justify-items:start}.brand-rule{width:54px;height:1px;background:var(--accent)}.brand-tag{color:var(--faint);font-size:8px;font-weight:600;letter-spacing:.3em;text-transform:uppercase}.home-brand .home-wordmark{font-family:var(--serif);font-style:italic;font-size:clamp(28px,4.4vw,42px);font-weight:400;letter-spacing:0;line-height:1;text-transform:none}.keeper-portrait{position:relative}.keeper-portrait img{animation:keeper-breathe 15s ease-in-out infinite}.keeper-portrait:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;border-radius:48% 48% 4px 4px/30% 30% 4px 4px;background:radial-gradient(34% 42% at 30% 40%,rgba(255,196,130,.3),transparent 68%);mix-blend-mode:screen;animation:keeper-candle 13s ease-in-out infinite}.keeper-portrait:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;pointer-events:none;border-radius:48% 48% 4px 4px/30% 30% 4px 4px;background-image:radial-gradient(1.6px 1.6px at 20% 92%,rgba(247,236,216,.85),transparent),radial-gradient(1.2px 1.2px at 62% 74%,rgba(247,236,216,.6),transparent),radial-gradient(1.4px 1.4px at 38% 58%,rgba(247,236,216,.7),transparent),radial-gradient(1.1px 1.1px at 76% 40%,rgba(247,236,216,.5),transparent),radial-gradient(1.5px 1.5px at 30% 22%,rgba(247,236,216,.55),transparent);animation:keeper-motes 19s linear infinite}@keyframes keeper-breathe{0%,to{transform:scale(1) translateY(0)}50%{transform:scale(1.022) translateY(-1.4%)}}@keyframes keeper-candle{0%,to{transform:translate(-12%);opacity:.5}50%{transform:translate(14%);opacity:1}}@keyframes keeper-motes{0%{transform:translateY(7%);opacity:0}15%{opacity:.9}80%{opacity:.65}to{transform:translateY(-9%);opacity:0}}@media(prefers-reduced-motion:reduce){.keeper-portrait img,.keeper-portrait:before,.keeper-portrait:after{animation:none}}.home-head{border-bottom:0}.sky-stage{position:relative;min-height:min(70vh,640px);margin:18px 0 10px;overflow:hidden}.stage-keeper{position:absolute;right:-3%;top:0;bottom:0;width:min(36%,340px);margin:0;justify-self:auto;pointer-events:none;mask-image:linear-gradient(180deg,#000 46%,transparent 97%);-webkit-mask-image:linear-gradient(180deg,#000 46%,transparent 97%);filter:brightness(.6) contrast(1.05) saturate(.9)}.stage-keeper img{height:100%;aspect-ratio:auto;object-position:50% 18%}.stage-copy{position:relative;z-index:2;max-width:620px;padding-top:14px}.stage-copy h1{font-size:clamp(44px,7vw,86px);line-height:.94;letter-spacing:-.045em}.stage-copy p{margin:16px 0 0;color:var(--muted);font-family:var(--serif);font-size:clamp(19px,2.4vw,28px);line-height:1.1}.sky-stars{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.story-star{position:absolute;display:flex;align-items:center;gap:14px;transform:translate(-50%,-50%);transition:transform .5s cubic-bezier(.2,.8,.2,1)}.story-star:hover{transform:translate(-50%,-50%) scale(1.05)}.star-orb{position:relative;flex:0 0 auto;width:calc(15px * var(--s, 1));height:calc(15px * var(--s, 1));border-radius:50%;background:radial-gradient(circle at 50% 46%,#fffaf0 0%,rgba(255,240,214,.95) 20%,rgba(207,104,70,.55) 46%,rgba(207,104,70,.07) 70%,transparent 78%);animation:star-pulse calc(4.6s / var(--s, 1)) ease-in-out infinite}.star-orb:before{content:"";position:absolute;left:50%;top:50%;width:calc(320% * var(--s, 1));height:calc(320% * var(--s, 1));transform:translate(-50%,-50%);border-radius:50%;background:radial-gradient(circle at 50% 50%,rgba(207,104,70,.26),rgba(207,104,70,.06) 40%,transparent 68%);animation:star-halo calc(4.6s / var(--s, 1)) ease-in-out infinite}@keyframes star-pulse{0%,to{transform:scale(1);filter:brightness(1)}50%{transform:scale(1.16);filter:brightness(1.35)}}@keyframes star-halo{0%,to{opacity:.55;transform:translate(-50%,-50%) scale(.9)}50%{opacity:1;transform:translate(-50%,-50%) scale(1.12)}}.star-tag{display:grid;gap:2px;text-align:left;opacity:.72;transition:opacity .35s}.story-star:hover .star-tag,.story-star.on .star-tag{opacity:1}.star-tag b{color:var(--faint);font-size:9.5px;letter-spacing:.22em;text-transform:uppercase}.star-tag i{color:var(--ink);font-style:normal;font-family:var(--serif);font-size:calc(18px * var(--s, 1));line-height:1.05;white-space:nowrap}.star-tag small{color:var(--faint);font-size:11px;white-space:nowrap}.story-star.on .star-tag b{color:var(--accent)}.sky-hint{position:absolute;left:0;bottom:10px;z-index:2;margin:0;color:var(--faint);font-size:12px}.sky-hint b{color:var(--accent)}@media(prefers-reduced-motion:reduce){.star-orb,.star-orb:before{animation:none}}@media(max-width:900px){.sky-stage{min-height:0;padding-bottom:8px}.sky-stars{position:relative;inset:auto;display:grid;gap:22px;padding:30px 0 6px}.story-star{position:relative;left:auto!important;top:auto!important;transform:none!important}.stage-keeper{position:absolute;right:-6%;width:46%;opacity:.45}.sky-hint{position:relative;bottom:auto;margin-top:22px}.star-tag i,.star-tag small{white-space:normal}}.ember-line{position:fixed;left:50%;bottom:26px;z-index:44;transform:translate(-50%);display:inline-flex;align-items:center;gap:11px;padding:9px 17px;border:1px solid var(--line);border-radius:999px;background:#0b080dd1;background:color-mix(in srgb,var(--paper) 82%,transparent);box-shadow:0 10px 30px #00000057;pointer-events:none}.app-shell.story .ember-line{bottom:108px}.ember{position:relative;flex:0 0 auto;width:9px;height:9px;border-radius:50%;background:radial-gradient(circle at 50% 46%,#fffaf0 0%,rgba(255,240,214,.95) 22%,rgba(207,104,70,.6) 48%,rgba(207,104,70,.08) 72%,transparent 80%);animation:ember-stir 1.7s ease-in-out infinite}.ember:after{content:"";position:absolute;left:50%;top:50%;width:34px;height:34px;transform:translate(-50%,-50%);border-radius:50%;background:radial-gradient(circle at 50% 50%,rgba(207,104,70,.3),transparent 68%);animation:ember-halo 1.7s ease-in-out infinite}.ember-text{color:var(--muted);font-size:11px;font-weight:500;letter-spacing:.13em;text-transform:uppercase;white-space:nowrap}@keyframes ember-stir{0%,to{transform:scale(1);opacity:.55}50%{transform:scale(1.38);opacity:1}}@keyframes ember-halo{0%,to{opacity:.4;transform:translate(-50%,-50%) scale(.82)}50%{opacity:.95;transform:translate(-50%,-50%) scale(1.15)}}[data-display=cinema] .ember-line{border-color:var(--film-line);background:#0000008c}[data-display=cinema] .ember-text{color:var(--film-muted)}.boot-screen{background:transparent}@media(prefers-reduced-motion:reduce){.ember,.ember:after{animation:none}.ember{opacity:.85}}@media(max-width:620px){.ember-line{max-width:calc(100vw - 28px)}.ember-text{overflow:hidden;text-overflow:ellipsis}}@font-face{font-family:Phosphor;src:url(/assets/Phosphor-DtdjzkpE.woff2) format("woff2"),url(/assets/Phosphor-BdqudwT5.woff) format("woff"),url(/assets/Phosphor-CDxgqcPu.ttf) format("truetype"),url(/assets/Phosphor-BXRFlF4V.svg#Phosphor) format("svg");font-weight:400;font-style:normal;font-display:block}.ph{font-family:Phosphor!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;letter-spacing:0;-webkit-font-feature-settings:"liga";-moz-font-feature-settings:"liga=1";-moz-font-feature-settings:"liga";-ms-font-feature-settings:"liga" 1;font-feature-settings:"liga";-webkit-font-variant-ligatures:discretionary-ligatures;font-variant-ligatures:discretionary-ligatures;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ph.ph-acorn:before{content:""}.ph.ph-address-book:before{content:""}.ph.ph-address-book-tabs:before{content:""}.ph.ph-air-traffic-control:before{content:""}.ph.ph-airplane:before{content:""}.ph.ph-airplane-in-flight:before{content:""}.ph.ph-airplane-landing:before{content:""}.ph.ph-airplane-takeoff:before{content:""}.ph.ph-airplane-taxiing:before{content:""}.ph.ph-airplane-tilt:before{content:""}.ph.ph-airplay:before{content:""}.ph.ph-alarm:before{content:""}.ph.ph-alien:before{content:""}.ph.ph-align-bottom:before{content:""}.ph.ph-align-bottom-simple:before{content:""}.ph.ph-align-center-horizontal:before{content:""}.ph.ph-align-center-horizontal-simple:before{content:""}.ph.ph-align-center-vertical:before{content:""}.ph.ph-align-center-vertical-simple:before{content:""}.ph.ph-align-left:before{content:""}.ph.ph-align-left-simple:before{content:""}.ph.ph-align-right:before{content:""}.ph.ph-align-right-simple:before{content:""}.ph.ph-align-top:before{content:""}.ph.ph-align-top-simple:before{content:""}.ph.ph-amazon-logo:before{content:""}.ph.ph-ambulance:before{content:""}.ph.ph-anchor:before{content:""}.ph.ph-anchor-simple:before{content:""}.ph.ph-android-logo:before{content:""}.ph.ph-angle:before{content:""}.ph.ph-angular-logo:before{content:""}.ph.ph-aperture:before{content:""}.ph.ph-app-store-logo:before{content:""}.ph.ph-app-window:before{content:""}.ph.ph-apple-logo:before{content:""}.ph.ph-apple-podcasts-logo:before{content:""}.ph.ph-approximate-equals:before{content:""}.ph.ph-archive:before{content:""}.ph.ph-armchair:before{content:""}.ph.ph-arrow-arc-left:before{content:""}.ph.ph-arrow-arc-right:before{content:""}.ph.ph-arrow-bend-double-up-left:before{content:""}.ph.ph-arrow-bend-double-up-right:before{content:""}.ph.ph-arrow-bend-down-left:before{content:""}.ph.ph-arrow-bend-down-right:before{content:""}.ph.ph-arrow-bend-left-down:before{content:""}.ph.ph-arrow-bend-left-up:before{content:""}.ph.ph-arrow-bend-right-down:before{content:""}.ph.ph-arrow-bend-right-up:before{content:""}.ph.ph-arrow-bend-up-left:before{content:""}.ph.ph-arrow-bend-up-right:before{content:""}.ph.ph-arrow-circle-down:before{content:""}.ph.ph-arrow-circle-down-left:before{content:""}.ph.ph-arrow-circle-down-right:before{content:""}.ph.ph-arrow-circle-left:before{content:""}.ph.ph-arrow-circle-right:before{content:""}.ph.ph-arrow-circle-up:before{content:""}.ph.ph-arrow-circle-up-left:before{content:""}.ph.ph-arrow-circle-up-right:before{content:""}.ph.ph-arrow-clockwise:before{content:""}.ph.ph-arrow-counter-clockwise:before{content:""}.ph.ph-arrow-down:before{content:""}.ph.ph-arrow-down-left:before{content:""}.ph.ph-arrow-down-right:before{content:""}.ph.ph-arrow-elbow-down-left:before{content:""}.ph.ph-arrow-elbow-down-right:before{content:""}.ph.ph-arrow-elbow-left:before{content:""}.ph.ph-arrow-elbow-left-down:before{content:""}.ph.ph-arrow-elbow-left-up:before{content:""}.ph.ph-arrow-elbow-right:before{content:""}.ph.ph-arrow-elbow-right-down:before{content:""}.ph.ph-arrow-elbow-right-up:before{content:""}.ph.ph-arrow-elbow-up-left:before{content:""}.ph.ph-arrow-elbow-up-right:before{content:""}.ph.ph-arrow-fat-down:before{content:""}.ph.ph-arrow-fat-left:before{content:""}.ph.ph-arrow-fat-line-down:before{content:""}.ph.ph-arrow-fat-line-left:before{content:""}.ph.ph-arrow-fat-line-right:before{content:""}.ph.ph-arrow-fat-line-up:before{content:""}.ph.ph-arrow-fat-lines-down:before{content:""}.ph.ph-arrow-fat-lines-left:before{content:""}.ph.ph-arrow-fat-lines-right:before{content:""}.ph.ph-arrow-fat-lines-up:before{content:""}.ph.ph-arrow-fat-right:before{content:""}.ph.ph-arrow-fat-up:before{content:""}.ph.ph-arrow-left:before{content:""}.ph.ph-arrow-line-down:before{content:""}.ph.ph-arrow-line-down-left:before{content:""}.ph.ph-arrow-line-down-right:before{content:""}.ph.ph-arrow-line-left:before{content:""}.ph.ph-arrow-line-right:before{content:""}.ph.ph-arrow-line-up:before{content:""}.ph.ph-arrow-line-up-left:before{content:""}.ph.ph-arrow-line-up-right:before{content:""}.ph.ph-arrow-right:before{content:""}.ph.ph-arrow-square-down:before{content:""}.ph.ph-arrow-square-down-left:before{content:""}.ph.ph-arrow-square-down-right:before{content:""}.ph.ph-arrow-square-in:before{content:""}.ph.ph-arrow-square-left:before{content:""}.ph.ph-arrow-square-out:before{content:""}.ph.ph-arrow-square-right:before{content:""}.ph.ph-arrow-square-up:before{content:""}.ph.ph-arrow-square-up-left:before{content:""}.ph.ph-arrow-square-up-right:before{content:""}.ph.ph-arrow-u-down-left:before{content:""}.ph.ph-arrow-u-down-right:before{content:""}.ph.ph-arrow-u-left-down:before{content:""}.ph.ph-arrow-u-left-up:before{content:""}.ph.ph-arrow-u-right-down:before{content:""}.ph.ph-arrow-u-right-up:before{content:""}.ph.ph-arrow-u-up-left:before{content:""}.ph.ph-arrow-u-up-right:before{content:""}.ph.ph-arrow-up:before{content:""}.ph.ph-arrow-up-left:before{content:""}.ph.ph-arrow-up-right:before{content:""}.ph.ph-arrows-clockwise:before{content:""}.ph.ph-arrows-counter-clockwise:before{content:""}.ph.ph-arrows-down-up:before{content:""}.ph.ph-arrows-horizontal:before{content:""}.ph.ph-arrows-in:before{content:""}.ph.ph-arrows-in-cardinal:before{content:""}.ph.ph-arrows-in-line-horizontal:before{content:""}.ph.ph-arrows-in-line-vertical:before{content:""}.ph.ph-arrows-in-simple:before{content:""}.ph.ph-arrows-left-right:before{content:""}.ph.ph-arrows-merge:before{content:""}.ph.ph-arrows-out:before{content:""}.ph.ph-arrows-out-cardinal:before{content:""}.ph.ph-arrows-out-line-horizontal:before{content:""}.ph.ph-arrows-out-line-vertical:before{content:""}.ph.ph-arrows-out-simple:before{content:""}.ph.ph-arrows-split:before{content:""}.ph.ph-arrows-vertical:before{content:""}.ph.ph-article:before{content:""}.ph.ph-article-medium:before{content:""}.ph.ph-article-ny-times:before{content:""}.ph.ph-asclepius:before{content:""}.ph.ph-caduceus:before{content:""}.ph.ph-asterisk:before{content:""}.ph.ph-asterisk-simple:before{content:""}.ph.ph-at:before{content:""}.ph.ph-atom:before{content:""}.ph.ph-avocado:before{content:""}.ph.ph-axe:before{content:""}.ph.ph-baby:before{content:""}.ph.ph-baby-carriage:before{content:""}.ph.ph-backpack:before{content:""}.ph.ph-backspace:before{content:""}.ph.ph-bag:before{content:""}.ph.ph-bag-simple:before{content:""}.ph.ph-balloon:before{content:""}.ph.ph-bandaids:before{content:""}.ph.ph-bank:before{content:""}.ph.ph-barbell:before{content:""}.ph.ph-barcode:before{content:""}.ph.ph-barn:before{content:""}.ph.ph-barricade:before{content:""}.ph.ph-baseball:before{content:""}.ph.ph-baseball-cap:before{content:""}.ph.ph-baseball-helmet:before{content:""}.ph.ph-basket:before{content:""}.ph.ph-basketball:before{content:""}.ph.ph-bathtub:before{content:""}.ph.ph-battery-charging:before{content:""}.ph.ph-battery-charging-vertical:before{content:""}.ph.ph-battery-empty:before{content:""}.ph.ph-battery-full:before{content:""}.ph.ph-battery-high:before{content:""}.ph.ph-battery-low:before{content:""}.ph.ph-battery-medium:before{content:""}.ph.ph-battery-plus:before{content:""}.ph.ph-battery-plus-vertical:before{content:""}.ph.ph-battery-vertical-empty:before{content:""}.ph.ph-battery-vertical-full:before{content:""}.ph.ph-battery-vertical-high:before{content:""}.ph.ph-battery-vertical-low:before{content:""}.ph.ph-battery-vertical-medium:before{content:""}.ph.ph-battery-warning:before{content:""}.ph.ph-battery-warning-vertical:before{content:""}.ph.ph-beach-ball:before{content:""}.ph.ph-beanie:before{content:""}.ph.ph-bed:before{content:""}.ph.ph-beer-bottle:before{content:""}.ph.ph-beer-stein:before{content:""}.ph.ph-behance-logo:before{content:""}.ph.ph-bell:before{content:""}.ph.ph-bell-ringing:before{content:""}.ph.ph-bell-simple:before{content:""}.ph.ph-bell-simple-ringing:before{content:""}.ph.ph-bell-simple-slash:before{content:""}.ph.ph-bell-simple-z:before{content:""}.ph.ph-bell-slash:before{content:""}.ph.ph-bell-z:before{content:""}.ph.ph-belt:before{content:""}.ph.ph-bezier-curve:before{content:""}.ph.ph-bicycle:before{content:""}.ph.ph-binary:before{content:""}.ph.ph-binoculars:before{content:""}.ph.ph-biohazard:before{content:""}.ph.ph-bird:before{content:""}.ph.ph-blueprint:before{content:""}.ph.ph-bluetooth:before{content:""}.ph.ph-bluetooth-connected:before{content:""}.ph.ph-bluetooth-slash:before{content:""}.ph.ph-bluetooth-x:before{content:""}.ph.ph-boat:before{content:""}.ph.ph-bomb:before{content:""}.ph.ph-bone:before{content:""}.ph.ph-book:before{content:""}.ph.ph-book-bookmark:before{content:""}.ph.ph-book-open:before{content:""}.ph.ph-book-open-text:before{content:""}.ph.ph-book-open-user:before{content:""}.ph.ph-bookmark:before{content:""}.ph.ph-bookmark-simple:before{content:""}.ph.ph-bookmarks:before{content:""}.ph.ph-bookmarks-simple:before{content:""}.ph.ph-books:before{content:""}.ph.ph-boot:before{content:""}.ph.ph-boules:before{content:""}.ph.ph-bounding-box:before{content:""}.ph.ph-bowl-food:before{content:""}.ph.ph-bowl-steam:before{content:""}.ph.ph-bowling-ball:before{content:""}.ph.ph-box-arrow-down:before{content:""}.ph.ph-archive-box:before{content:""}.ph.ph-box-arrow-up:before{content:""}.ph.ph-boxing-glove:before{content:""}.ph.ph-brackets-angle:before{content:""}.ph.ph-brackets-curly:before{content:""}.ph.ph-brackets-round:before{content:""}.ph.ph-brackets-square:before{content:""}.ph.ph-brain:before{content:""}.ph.ph-brandy:before{content:""}.ph.ph-bread:before{content:""}.ph.ph-bridge:before{content:""}.ph.ph-briefcase:before{content:""}.ph.ph-briefcase-metal:before{content:""}.ph.ph-broadcast:before{content:""}.ph.ph-broom:before{content:""}.ph.ph-browser:before{content:""}.ph.ph-browsers:before{content:""}.ph.ph-bug:before{content:""}.ph.ph-bug-beetle:before{content:""}.ph.ph-bug-droid:before{content:""}.ph.ph-building:before{content:""}.ph.ph-building-apartment:before{content:""}.ph.ph-building-office:before{content:""}.ph.ph-buildings:before{content:""}.ph.ph-bulldozer:before{content:""}.ph.ph-bus:before{content:""}.ph.ph-butterfly:before{content:""}.ph.ph-cable-car:before{content:""}.ph.ph-cactus:before{content:""}.ph.ph-cake:before{content:""}.ph.ph-calculator:before{content:""}.ph.ph-calendar:before{content:""}.ph.ph-calendar-blank:before{content:""}.ph.ph-calendar-check:before{content:""}.ph.ph-calendar-dot:before{content:""}.ph.ph-calendar-dots:before{content:""}.ph.ph-calendar-heart:before{content:""}.ph.ph-calendar-minus:before{content:""}.ph.ph-calendar-plus:before{content:""}.ph.ph-calendar-slash:before{content:""}.ph.ph-calendar-star:before{content:""}.ph.ph-calendar-x:before{content:""}.ph.ph-call-bell:before{content:""}.ph.ph-camera:before{content:""}.ph.ph-camera-plus:before{content:""}.ph.ph-camera-rotate:before{content:""}.ph.ph-camera-slash:before{content:""}.ph.ph-campfire:before{content:""}.ph.ph-car:before{content:""}.ph.ph-car-battery:before{content:""}.ph.ph-car-profile:before{content:""}.ph.ph-car-simple:before{content:""}.ph.ph-cardholder:before{content:""}.ph.ph-cards:before{content:""}.ph.ph-cards-three:before{content:""}.ph.ph-caret-circle-double-down:before{content:""}.ph.ph-caret-circle-double-left:before{content:""}.ph.ph-caret-circle-double-right:before{content:""}.ph.ph-caret-circle-double-up:before{content:""}.ph.ph-caret-circle-down:before{content:""}.ph.ph-caret-circle-left:before{content:""}.ph.ph-caret-circle-right:before{content:""}.ph.ph-caret-circle-up:before{content:""}.ph.ph-caret-circle-up-down:before{content:""}.ph.ph-caret-double-down:before{content:""}.ph.ph-caret-double-left:before{content:""}.ph.ph-caret-double-right:before{content:""}.ph.ph-caret-double-up:before{content:""}.ph.ph-caret-down:before{content:""}.ph.ph-caret-left:before{content:""}.ph.ph-caret-line-down:before{content:""}.ph.ph-caret-line-left:before{content:""}.ph.ph-caret-line-right:before{content:""}.ph.ph-caret-line-up:before{content:""}.ph.ph-caret-right:before{content:""}.ph.ph-caret-up:before{content:""}.ph.ph-caret-up-down:before{content:""}.ph.ph-carrot:before{content:""}.ph.ph-cash-register:before{content:""}.ph.ph-cassette-tape:before{content:""}.ph.ph-castle-turret:before{content:""}.ph.ph-cat:before{content:""}.ph.ph-cell-signal-full:before{content:""}.ph.ph-cell-signal-high:before{content:""}.ph.ph-cell-signal-low:before{content:""}.ph.ph-cell-signal-medium:before{content:""}.ph.ph-cell-signal-none:before{content:""}.ph.ph-cell-signal-slash:before{content:""}.ph.ph-cell-signal-x:before{content:""}.ph.ph-cell-tower:before{content:""}.ph.ph-certificate:before{content:""}.ph.ph-chair:before{content:""}.ph.ph-chalkboard:before{content:""}.ph.ph-chalkboard-simple:before{content:""}.ph.ph-chalkboard-teacher:before{content:""}.ph.ph-champagne:before{content:""}.ph.ph-charging-station:before{content:""}.ph.ph-chart-bar:before{content:""}.ph.ph-chart-bar-horizontal:before{content:""}.ph.ph-chart-donut:before{content:""}.ph.ph-chart-line:before{content:""}.ph.ph-chart-line-down:before{content:""}.ph.ph-chart-line-up:before{content:""}.ph.ph-chart-pie:before{content:""}.ph.ph-chart-pie-slice:before{content:""}.ph.ph-chart-polar:before{content:""}.ph.ph-chart-scatter:before{content:""}.ph.ph-chat:before{content:""}.ph.ph-chat-centered:before{content:""}.ph.ph-chat-centered-dots:before{content:""}.ph.ph-chat-centered-slash:before{content:""}.ph.ph-chat-centered-text:before{content:""}.ph.ph-chat-circle:before{content:""}.ph.ph-chat-circle-dots:before{content:""}.ph.ph-chat-circle-slash:before{content:""}.ph.ph-chat-circle-text:before{content:""}.ph.ph-chat-dots:before{content:""}.ph.ph-chat-slash:before{content:""}.ph.ph-chat-teardrop:before{content:""}.ph.ph-chat-teardrop-dots:before{content:""}.ph.ph-chat-teardrop-slash:before{content:""}.ph.ph-chat-teardrop-text:before{content:""}.ph.ph-chat-text:before{content:""}.ph.ph-chats:before{content:""}.ph.ph-chats-circle:before{content:""}.ph.ph-chats-teardrop:before{content:""}.ph.ph-check:before{content:""}.ph.ph-check-circle:before{content:""}.ph.ph-check-fat:before{content:""}.ph.ph-check-square:before{content:""}.ph.ph-check-square-offset:before{content:""}.ph.ph-checkerboard:before{content:""}.ph.ph-checks:before{content:""}.ph.ph-cheers:before{content:""}.ph.ph-cheese:before{content:""}.ph.ph-chef-hat:before{content:""}.ph.ph-cherries:before{content:""}.ph.ph-church:before{content:""}.ph.ph-cigarette:before{content:""}.ph.ph-cigarette-slash:before{content:""}.ph.ph-circle:before{content:""}.ph.ph-circle-dashed:before{content:""}.ph.ph-circle-half:before{content:""}.ph.ph-circle-half-tilt:before{content:""}.ph.ph-circle-notch:before{content:""}.ph.ph-circles-four:before{content:""}.ph.ph-circles-three:before{content:""}.ph.ph-circles-three-plus:before{content:""}.ph.ph-circuitry:before{content:""}.ph.ph-city:before{content:""}.ph.ph-clipboard:before{content:""}.ph.ph-clipboard-text:before{content:""}.ph.ph-clock:before{content:""}.ph.ph-clock-afternoon:before{content:""}.ph.ph-clock-clockwise:before{content:""}.ph.ph-clock-countdown:before{content:""}.ph.ph-clock-counter-clockwise:before{content:""}.ph.ph-clock-user:before{content:""}.ph.ph-closed-captioning:before{content:""}.ph.ph-cloud:before{content:""}.ph.ph-cloud-arrow-down:before{content:""}.ph.ph-cloud-arrow-up:before{content:""}.ph.ph-cloud-check:before{content:""}.ph.ph-cloud-fog:before{content:""}.ph.ph-cloud-lightning:before{content:""}.ph.ph-cloud-moon:before{content:""}.ph.ph-cloud-rain:before{content:""}.ph.ph-cloud-slash:before{content:""}.ph.ph-cloud-snow:before{content:""}.ph.ph-cloud-sun:before{content:""}.ph.ph-cloud-warning:before{content:""}.ph.ph-cloud-x:before{content:""}.ph.ph-clover:before{content:""}.ph.ph-club:before{content:""}.ph.ph-coat-hanger:before{content:""}.ph.ph-coda-logo:before{content:""}.ph.ph-code:before{content:""}.ph.ph-code-block:before{content:""}.ph.ph-code-simple:before{content:""}.ph.ph-codepen-logo:before{content:""}.ph.ph-codesandbox-logo:before{content:""}.ph.ph-coffee:before{content:""}.ph.ph-coffee-bean:before{content:""}.ph.ph-coin:before{content:""}.ph.ph-coin-vertical:before{content:""}.ph.ph-coins:before{content:""}.ph.ph-columns:before{content:""}.ph.ph-columns-plus-left:before{content:""}.ph.ph-columns-plus-right:before{content:""}.ph.ph-command:before{content:""}.ph.ph-compass:before{content:""}.ph.ph-compass-rose:before{content:""}.ph.ph-compass-tool:before{content:""}.ph.ph-computer-tower:before{content:""}.ph.ph-confetti:before{content:""}.ph.ph-contactless-payment:before{content:""}.ph.ph-control:before{content:""}.ph.ph-cookie:before{content:""}.ph.ph-cooking-pot:before{content:""}.ph.ph-copy:before{content:""}.ph.ph-copy-simple:before{content:""}.ph.ph-copyleft:before{content:""}.ph.ph-copyright:before{content:""}.ph.ph-corners-in:before{content:""}.ph.ph-corners-out:before{content:""}.ph.ph-couch:before{content:""}.ph.ph-court-basketball:before{content:""}.ph.ph-cow:before{content:""}.ph.ph-cowboy-hat:before{content:""}.ph.ph-cpu:before{content:""}.ph.ph-crane:before{content:""}.ph.ph-crane-tower:before{content:""}.ph.ph-credit-card:before{content:""}.ph.ph-cricket:before{content:""}.ph.ph-crop:before{content:""}.ph.ph-cross:before{content:""}.ph.ph-crosshair:before{content:""}.ph.ph-crosshair-simple:before{content:""}.ph.ph-crown:before{content:""}.ph.ph-crown-cross:before{content:""}.ph.ph-crown-simple:before{content:""}.ph.ph-cube:before{content:""}.ph.ph-cube-focus:before{content:""}.ph.ph-cube-transparent:before{content:""}.ph.ph-currency-btc:before{content:""}.ph.ph-currency-circle-dollar:before{content:""}.ph.ph-currency-cny:before{content:""}.ph.ph-currency-dollar:before{content:""}.ph.ph-currency-dollar-simple:before{content:""}.ph.ph-currency-eth:before{content:""}.ph.ph-currency-eur:before{content:""}.ph.ph-currency-gbp:before{content:""}.ph.ph-currency-inr:before{content:""}.ph.ph-currency-jpy:before{content:""}.ph.ph-currency-krw:before{content:""}.ph.ph-currency-kzt:before{content:""}.ph.ph-currency-ngn:before{content:""}.ph.ph-currency-rub:before{content:""}.ph.ph-cursor:before{content:""}.ph.ph-cursor-click:before{content:""}.ph.ph-cursor-text:before{content:""}.ph.ph-cylinder:before{content:""}.ph.ph-database:before{content:""}.ph.ph-desk:before{content:""}.ph.ph-desktop:before{content:""}.ph.ph-desktop-tower:before{content:""}.ph.ph-detective:before{content:""}.ph.ph-dev-to-logo:before{content:""}.ph.ph-device-mobile:before{content:""}.ph.ph-device-mobile-camera:before{content:""}.ph.ph-device-mobile-slash:before{content:""}.ph.ph-device-mobile-speaker:before{content:""}.ph.ph-device-rotate:before{content:""}.ph.ph-device-tablet:before{content:""}.ph.ph-device-tablet-camera:before{content:""}.ph.ph-device-tablet-speaker:before{content:""}.ph.ph-devices:before{content:""}.ph.ph-diamond:before{content:""}.ph.ph-diamonds-four:before{content:""}.ph.ph-dice-five:before{content:""}.ph.ph-dice-four:before{content:""}.ph.ph-dice-one:before{content:""}.ph.ph-dice-six:before{content:""}.ph.ph-dice-three:before{content:""}.ph.ph-dice-two:before{content:""}.ph.ph-disc:before{content:""}.ph.ph-disco-ball:before{content:""}.ph.ph-discord-logo:before{content:""}.ph.ph-divide:before{content:""}.ph.ph-dna:before{content:""}.ph.ph-dog:before{content:""}.ph.ph-door:before{content:""}.ph.ph-door-open:before{content:""}.ph.ph-dot:before{content:""}.ph.ph-dot-outline:before{content:""}.ph.ph-dots-nine:before{content:""}.ph.ph-dots-six:before{content:""}.ph.ph-dots-six-vertical:before{content:""}.ph.ph-dots-three:before{content:""}.ph.ph-dots-three-circle:before{content:""}.ph.ph-dots-three-circle-vertical:before{content:""}.ph.ph-dots-three-outline:before{content:""}.ph.ph-dots-three-outline-vertical:before{content:""}.ph.ph-dots-three-vertical:before{content:""}.ph.ph-download:before{content:""}.ph.ph-download-simple:before{content:""}.ph.ph-dress:before{content:""}.ph.ph-dresser:before{content:""}.ph.ph-dribbble-logo:before{content:""}.ph.ph-drone:before{content:""}.ph.ph-drop:before{content:""}.ph.ph-drop-half:before{content:""}.ph.ph-drop-half-bottom:before{content:""}.ph.ph-drop-simple:before{content:""}.ph.ph-drop-slash:before{content:""}.ph.ph-dropbox-logo:before{content:""}.ph.ph-ear:before{content:""}.ph.ph-ear-slash:before{content:""}.ph.ph-egg:before{content:""}.ph.ph-egg-crack:before{content:""}.ph.ph-eject:before{content:""}.ph.ph-eject-simple:before{content:""}.ph.ph-elevator:before{content:""}.ph.ph-empty:before{content:""}.ph.ph-engine:before{content:""}.ph.ph-envelope:before{content:""}.ph.ph-envelope-open:before{content:""}.ph.ph-envelope-simple:before{content:""}.ph.ph-envelope-simple-open:before{content:""}.ph.ph-equalizer:before{content:""}.ph.ph-equals:before{content:""}.ph.ph-eraser:before{content:""}.ph.ph-escalator-down:before{content:""}.ph.ph-escalator-up:before{content:""}.ph.ph-exam:before{content:""}.ph.ph-exclamation-mark:before{content:""}.ph.ph-exclude:before{content:""}.ph.ph-exclude-square:before{content:""}.ph.ph-export:before{content:""}.ph.ph-eye:before{content:""}.ph.ph-eye-closed:before{content:""}.ph.ph-eye-slash:before{content:""}.ph.ph-eyedropper:before{content:""}.ph.ph-eyedropper-sample:before{content:""}.ph.ph-eyeglasses:before{content:""}.ph.ph-eyes:before{content:""}.ph.ph-face-mask:before{content:""}.ph.ph-facebook-logo:before{content:""}.ph.ph-factory:before{content:""}.ph.ph-faders:before{content:""}.ph.ph-faders-horizontal:before{content:""}.ph.ph-fallout-shelter:before{content:""}.ph.ph-fan:before{content:""}.ph.ph-farm:before{content:""}.ph.ph-fast-forward:before{content:""}.ph.ph-fast-forward-circle:before{content:""}.ph.ph-feather:before{content:""}.ph.ph-fediverse-logo:before{content:""}.ph.ph-figma-logo:before{content:""}.ph.ph-file:before{content:""}.ph.ph-file-archive:before{content:""}.ph.ph-file-arrow-down:before{content:""}.ph.ph-file-arrow-up:before{content:""}.ph.ph-file-audio:before{content:""}.ph.ph-file-c:before{content:""}.ph.ph-file-c-sharp:before{content:""}.ph.ph-file-cloud:before{content:""}.ph.ph-file-code:before{content:""}.ph.ph-file-cpp:before{content:""}.ph.ph-file-css:before{content:""}.ph.ph-file-csv:before{content:""}.ph.ph-file-dashed:before{content:""}.ph.ph-file-dotted:before{content:""}.ph.ph-file-doc:before{content:""}.ph.ph-file-html:before{content:""}.ph.ph-file-image:before{content:""}.ph.ph-file-ini:before{content:""}.ph.ph-file-jpg:before{content:""}.ph.ph-file-js:before{content:""}.ph.ph-file-jsx:before{content:""}.ph.ph-file-lock:before{content:""}.ph.ph-file-magnifying-glass:before{content:""}.ph.ph-file-search:before{content:""}.ph.ph-file-md:before{content:""}.ph.ph-file-minus:before{content:""}.ph.ph-file-pdf:before{content:""}.ph.ph-file-plus:before{content:""}.ph.ph-file-png:before{content:""}.ph.ph-file-ppt:before{content:""}.ph.ph-file-py:before{content:""}.ph.ph-file-rs:before{content:""}.ph.ph-file-sql:before{content:""}.ph.ph-file-svg:before{content:""}.ph.ph-file-text:before{content:""}.ph.ph-file-ts:before{content:""}.ph.ph-file-tsx:before{content:""}.ph.ph-file-txt:before{content:""}.ph.ph-file-video:before{content:""}.ph.ph-file-vue:before{content:""}.ph.ph-file-x:before{content:""}.ph.ph-file-xls:before{content:""}.ph.ph-file-zip:before{content:""}.ph.ph-files:before{content:""}.ph.ph-film-reel:before{content:""}.ph.ph-film-script:before{content:""}.ph.ph-film-slate:before{content:""}.ph.ph-film-strip:before{content:""}.ph.ph-fingerprint:before{content:""}.ph.ph-fingerprint-simple:before{content:""}.ph.ph-finn-the-human:before{content:""}.ph.ph-fire:before{content:""}.ph.ph-fire-extinguisher:before{content:""}.ph.ph-fire-simple:before{content:""}.ph.ph-fire-truck:before{content:""}.ph.ph-first-aid:before{content:""}.ph.ph-first-aid-kit:before{content:""}.ph.ph-fish:before{content:""}.ph.ph-fish-simple:before{content:""}.ph.ph-flag:before{content:""}.ph.ph-flag-banner:before{content:""}.ph.ph-flag-banner-fold:before{content:""}.ph.ph-flag-checkered:before{content:""}.ph.ph-flag-pennant:before{content:""}.ph.ph-flame:before{content:""}.ph.ph-flashlight:before{content:""}.ph.ph-flask:before{content:""}.ph.ph-flip-horizontal:before{content:""}.ph.ph-flip-vertical:before{content:""}.ph.ph-floppy-disk:before{content:""}.ph.ph-floppy-disk-back:before{content:""}.ph.ph-flow-arrow:before{content:""}.ph.ph-flower:before{content:""}.ph.ph-flower-lotus:before{content:""}.ph.ph-flower-tulip:before{content:""}.ph.ph-flying-saucer:before{content:""}.ph.ph-folder:before{content:""}.ph.ph-folder-notch:before{content:""}.ph.ph-folder-dashed:before{content:""}.ph.ph-folder-dotted:before{content:""}.ph.ph-folder-lock:before{content:""}.ph.ph-folder-minus:before{content:""}.ph.ph-folder-notch-minus:before{content:""}.ph.ph-folder-open:before{content:""}.ph.ph-folder-notch-open:before{content:""}.ph.ph-folder-plus:before{content:""}.ph.ph-folder-notch-plus:before{content:""}.ph.ph-folder-simple:before{content:""}.ph.ph-folder-simple-dashed:before{content:""}.ph.ph-folder-simple-dotted:before{content:""}.ph.ph-folder-simple-lock:before{content:""}.ph.ph-folder-simple-minus:before{content:""}.ph.ph-folder-simple-plus:before{content:""}.ph.ph-folder-simple-star:before{content:""}.ph.ph-folder-simple-user:before{content:""}.ph.ph-folder-star:before{content:""}.ph.ph-folder-user:before{content:""}.ph.ph-folders:before{content:""}.ph.ph-football:before{content:""}.ph.ph-football-helmet:before{content:""}.ph.ph-footprints:before{content:""}.ph.ph-fork-knife:before{content:""}.ph.ph-four-k:before{content:""}.ph.ph-frame-corners:before{content:""}.ph.ph-framer-logo:before{content:""}.ph.ph-function:before{content:""}.ph.ph-funnel:before{content:""}.ph.ph-funnel-simple:before{content:""}.ph.ph-funnel-simple-x:before{content:""}.ph.ph-funnel-x:before{content:""}.ph.ph-game-controller:before{content:""}.ph.ph-garage:before{content:""}.ph.ph-gas-can:before{content:""}.ph.ph-gas-pump:before{content:""}.ph.ph-gauge:before{content:""}.ph.ph-gavel:before{content:""}.ph.ph-gear:before{content:""}.ph.ph-gear-fine:before{content:""}.ph.ph-gear-six:before{content:""}.ph.ph-gender-female:before{content:""}.ph.ph-gender-intersex:before{content:""}.ph.ph-gender-male:before{content:""}.ph.ph-gender-neuter:before{content:""}.ph.ph-gender-nonbinary:before{content:""}.ph.ph-gender-transgender:before{content:""}.ph.ph-ghost:before{content:""}.ph.ph-gif:before{content:""}.ph.ph-gift:before{content:""}.ph.ph-git-branch:before{content:""}.ph.ph-git-commit:before{content:""}.ph.ph-git-diff:before{content:""}.ph.ph-git-fork:before{content:""}.ph.ph-git-merge:before{content:""}.ph.ph-git-pull-request:before{content:""}.ph.ph-github-logo:before{content:""}.ph.ph-gitlab-logo:before{content:""}.ph.ph-gitlab-logo-simple:before{content:""}.ph.ph-globe:before{content:""}.ph.ph-globe-hemisphere-east:before{content:""}.ph.ph-globe-hemisphere-west:before{content:""}.ph.ph-globe-simple:before{content:""}.ph.ph-globe-simple-x:before{content:""}.ph.ph-globe-stand:before{content:""}.ph.ph-globe-x:before{content:""}.ph.ph-goggles:before{content:""}.ph.ph-golf:before{content:""}.ph.ph-goodreads-logo:before{content:""}.ph.ph-google-cardboard-logo:before{content:""}.ph.ph-google-chrome-logo:before{content:""}.ph.ph-google-drive-logo:before{content:""}.ph.ph-google-logo:before{content:""}.ph.ph-google-photos-logo:before{content:""}.ph.ph-google-play-logo:before{content:""}.ph.ph-google-podcasts-logo:before{content:""}.ph.ph-gps:before{content:""}.ph.ph-gps-fix:before{content:""}.ph.ph-gps-slash:before{content:""}.ph.ph-gradient:before{content:""}.ph.ph-graduation-cap:before{content:""}.ph.ph-grains:before{content:""}.ph.ph-grains-slash:before{content:""}.ph.ph-graph:before{content:""}.ph.ph-graphics-card:before{content:""}.ph.ph-greater-than:before{content:""}.ph.ph-greater-than-or-equal:before{content:""}.ph.ph-grid-four:before{content:""}.ph.ph-grid-nine:before{content:""}.ph.ph-guitar:before{content:""}.ph.ph-hair-dryer:before{content:""}.ph.ph-hamburger:before{content:""}.ph.ph-hammer:before{content:""}.ph.ph-hand:before{content:""}.ph.ph-hand-arrow-down:before{content:""}.ph.ph-hand-arrow-up:before{content:""}.ph.ph-hand-coins:before{content:""}.ph.ph-hand-deposit:before{content:""}.ph.ph-hand-eye:before{content:""}.ph.ph-hand-fist:before{content:""}.ph.ph-hand-grabbing:before{content:""}.ph.ph-hand-heart:before{content:""}.ph.ph-hand-palm:before{content:""}.ph.ph-hand-peace:before{content:""}.ph.ph-hand-pointing:before{content:""}.ph.ph-hand-soap:before{content:""}.ph.ph-hand-swipe-left:before{content:""}.ph.ph-hand-swipe-right:before{content:""}.ph.ph-hand-tap:before{content:""}.ph.ph-hand-waving:before{content:""}.ph.ph-hand-withdraw:before{content:""}.ph.ph-handbag:before{content:""}.ph.ph-handbag-simple:before{content:""}.ph.ph-hands-clapping:before{content:""}.ph.ph-hands-praying:before{content:""}.ph.ph-handshake:before{content:""}.ph.ph-hard-drive:before{content:""}.ph.ph-hard-drives:before{content:""}.ph.ph-hard-hat:before{content:""}.ph.ph-hash:before{content:""}.ph.ph-hash-straight:before{content:""}.ph.ph-head-circuit:before{content:""}.ph.ph-headlights:before{content:""}.ph.ph-headphones:before{content:""}.ph.ph-headset:before{content:""}.ph.ph-heart:before{content:""}.ph.ph-heart-break:before{content:""}.ph.ph-heart-half:before{content:""}.ph.ph-heart-straight:before{content:""}.ph.ph-heart-straight-break:before{content:""}.ph.ph-heartbeat:before{content:""}.ph.ph-hexagon:before{content:""}.ph.ph-high-definition:before{content:""}.ph.ph-high-heel:before{content:""}.ph.ph-highlighter:before{content:""}.ph.ph-highlighter-circle:before{content:""}.ph.ph-hockey:before{content:""}.ph.ph-hoodie:before{content:""}.ph.ph-horse:before{content:""}.ph.ph-hospital:before{content:""}.ph.ph-hourglass:before{content:""}.ph.ph-hourglass-high:before{content:""}.ph.ph-hourglass-low:before{content:""}.ph.ph-hourglass-medium:before{content:""}.ph.ph-hourglass-simple:before{content:""}.ph.ph-hourglass-simple-high:before{content:""}.ph.ph-hourglass-simple-low:before{content:""}.ph.ph-hourglass-simple-medium:before{content:""}.ph.ph-house:before{content:""}.ph.ph-house-line:before{content:""}.ph.ph-house-simple:before{content:""}.ph.ph-hurricane:before{content:""}.ph.ph-ice-cream:before{content:""}.ph.ph-identification-badge:before{content:""}.ph.ph-identification-card:before{content:""}.ph.ph-image:before{content:""}.ph.ph-image-broken:before{content:""}.ph.ph-image-square:before{content:""}.ph.ph-images:before{content:""}.ph.ph-images-square:before{content:""}.ph.ph-infinity:before{content:""}.ph.ph-lemniscate:before{content:""}.ph.ph-info:before{content:""}.ph.ph-instagram-logo:before{content:""}.ph.ph-intersect:before{content:""}.ph.ph-intersect-square:before{content:""}.ph.ph-intersect-three:before{content:""}.ph.ph-intersection:before{content:""}.ph.ph-invoice:before{content:""}.ph.ph-island:before{content:""}.ph.ph-jar:before{content:""}.ph.ph-jar-label:before{content:""}.ph.ph-jeep:before{content:""}.ph.ph-joystick:before{content:""}.ph.ph-kanban:before{content:""}.ph.ph-key:before{content:""}.ph.ph-key-return:before{content:""}.ph.ph-keyboard:before{content:""}.ph.ph-keyhole:before{content:""}.ph.ph-knife:before{content:""}.ph.ph-ladder:before{content:""}.ph.ph-ladder-simple:before{content:""}.ph.ph-lamp:before{content:""}.ph.ph-lamp-pendant:before{content:""}.ph.ph-laptop:before{content:""}.ph.ph-lasso:before{content:""}.ph.ph-lastfm-logo:before{content:""}.ph.ph-layout:before{content:""}.ph.ph-leaf:before{content:""}.ph.ph-lectern:before{content:""}.ph.ph-lego:before{content:""}.ph.ph-lego-smiley:before{content:""}.ph.ph-less-than:before{content:""}.ph.ph-less-than-or-equal:before{content:""}.ph.ph-letter-circle-h:before{content:""}.ph.ph-letter-circle-p:before{content:""}.ph.ph-letter-circle-v:before{content:""}.ph.ph-lifebuoy:before{content:""}.ph.ph-lightbulb:before{content:""}.ph.ph-lightbulb-filament:before{content:""}.ph.ph-lighthouse:before{content:""}.ph.ph-lightning:before{content:""}.ph.ph-lightning-a:before{content:""}.ph.ph-lightning-slash:before{content:""}.ph.ph-line-segment:before{content:""}.ph.ph-line-segments:before{content:""}.ph.ph-line-vertical:before{content:""}.ph.ph-link:before{content:""}.ph.ph-link-break:before{content:""}.ph.ph-link-simple:before{content:""}.ph.ph-link-simple-break:before{content:""}.ph.ph-link-simple-horizontal:before{content:""}.ph.ph-link-simple-horizontal-break:before{content:""}.ph.ph-linkedin-logo:before{content:""}.ph.ph-linktree-logo:before{content:""}.ph.ph-linux-logo:before{content:""}.ph.ph-list:before{content:""}.ph.ph-list-bullets:before{content:""}.ph.ph-list-checks:before{content:""}.ph.ph-list-dashes:before{content:""}.ph.ph-list-heart:before{content:""}.ph.ph-list-magnifying-glass:before{content:""}.ph.ph-list-numbers:before{content:""}.ph.ph-list-plus:before{content:""}.ph.ph-list-star:before{content:""}.ph.ph-lock:before{content:""}.ph.ph-lock-key:before{content:""}.ph.ph-lock-key-open:before{content:""}.ph.ph-lock-laminated:before{content:""}.ph.ph-lock-laminated-open:before{content:""}.ph.ph-lock-open:before{content:""}.ph.ph-lock-simple:before{content:""}.ph.ph-lock-simple-open:before{content:""}.ph.ph-lockers:before{content:""}.ph.ph-log:before{content:""}.ph.ph-magic-wand:before{content:""}.ph.ph-magnet:before{content:""}.ph.ph-magnet-straight:before{content:""}.ph.ph-magnifying-glass:before{content:""}.ph.ph-magnifying-glass-minus:before{content:""}.ph.ph-magnifying-glass-plus:before{content:""}.ph.ph-mailbox:before{content:""}.ph.ph-map-pin:before{content:""}.ph.ph-map-pin-area:before{content:""}.ph.ph-map-pin-line:before{content:""}.ph.ph-map-pin-plus:before{content:""}.ph.ph-map-pin-simple:before{content:""}.ph.ph-map-pin-simple-area:before{content:""}.ph.ph-map-pin-simple-line:before{content:""}.ph.ph-map-trifold:before{content:""}.ph.ph-markdown-logo:before{content:""}.ph.ph-marker-circle:before{content:""}.ph.ph-martini:before{content:""}.ph.ph-mask-happy:before{content:""}.ph.ph-mask-sad:before{content:""}.ph.ph-mastodon-logo:before{content:""}.ph.ph-math-operations:before{content:""}.ph.ph-matrix-logo:before{content:""}.ph.ph-medal:before{content:""}.ph.ph-medal-military:before{content:""}.ph.ph-medium-logo:before{content:""}.ph.ph-megaphone:before{content:""}.ph.ph-megaphone-simple:before{content:""}.ph.ph-member-of:before{content:""}.ph.ph-memory:before{content:""}.ph.ph-messenger-logo:before{content:""}.ph.ph-meta-logo:before{content:""}.ph.ph-meteor:before{content:""}.ph.ph-metronome:before{content:""}.ph.ph-microphone:before{content:""}.ph.ph-microphone-slash:before{content:""}.ph.ph-microphone-stage:before{content:""}.ph.ph-microscope:before{content:""}.ph.ph-microsoft-excel-logo:before{content:""}.ph.ph-microsoft-outlook-logo:before{content:""}.ph.ph-microsoft-powerpoint-logo:before{content:""}.ph.ph-microsoft-teams-logo:before{content:""}.ph.ph-microsoft-word-logo:before{content:""}.ph.ph-minus:before{content:""}.ph.ph-minus-circle:before{content:""}.ph.ph-minus-square:before{content:""}.ph.ph-money:before{content:""}.ph.ph-money-wavy:before{content:""}.ph.ph-monitor:before{content:""}.ph.ph-monitor-arrow-up:before{content:""}.ph.ph-monitor-play:before{content:""}.ph.ph-moon:before{content:""}.ph.ph-moon-stars:before{content:""}.ph.ph-moped:before{content:""}.ph.ph-moped-front:before{content:""}.ph.ph-mosque:before{content:""}.ph.ph-motorcycle:before{content:""}.ph.ph-mountains:before{content:""}.ph.ph-mouse:before{content:""}.ph.ph-mouse-left-click:before{content:""}.ph.ph-mouse-middle-click:before{content:""}.ph.ph-mouse-right-click:before{content:""}.ph.ph-mouse-scroll:before{content:""}.ph.ph-mouse-simple:before{content:""}.ph.ph-music-note:before{content:""}.ph.ph-music-note-simple:before{content:""}.ph.ph-music-notes:before{content:""}.ph.ph-music-notes-minus:before{content:""}.ph.ph-music-notes-plus:before{content:""}.ph.ph-music-notes-simple:before{content:""}.ph.ph-navigation-arrow:before{content:""}.ph.ph-needle:before{content:""}.ph.ph-network:before{content:""}.ph.ph-network-slash:before{content:""}.ph.ph-network-x:before{content:""}.ph.ph-newspaper:before{content:""}.ph.ph-newspaper-clipping:before{content:""}.ph.ph-not-equals:before{content:""}.ph.ph-not-member-of:before{content:""}.ph.ph-not-subset-of:before{content:""}.ph.ph-not-superset-of:before{content:""}.ph.ph-notches:before{content:""}.ph.ph-note:before{content:""}.ph.ph-note-blank:before{content:""}.ph.ph-note-pencil:before{content:""}.ph.ph-notebook:before{content:""}.ph.ph-notepad:before{content:""}.ph.ph-notification:before{content:""}.ph.ph-notion-logo:before{content:""}.ph.ph-nuclear-plant:before{content:""}.ph.ph-number-circle-eight:before{content:""}.ph.ph-number-circle-five:before{content:""}.ph.ph-number-circle-four:before{content:""}.ph.ph-number-circle-nine:before{content:""}.ph.ph-number-circle-one:before{content:""}.ph.ph-number-circle-seven:before{content:""}.ph.ph-number-circle-six:before{content:""}.ph.ph-number-circle-three:before{content:""}.ph.ph-number-circle-two:before{content:""}.ph.ph-number-circle-zero:before{content:""}.ph.ph-number-eight:before{content:""}.ph.ph-number-five:before{content:""}.ph.ph-number-four:before{content:""}.ph.ph-number-nine:before{content:""}.ph.ph-number-one:before{content:""}.ph.ph-number-seven:before{content:""}.ph.ph-number-six:before{content:""}.ph.ph-number-square-eight:before{content:""}.ph.ph-number-square-five:before{content:""}.ph.ph-number-square-four:before{content:""}.ph.ph-number-square-nine:before{content:""}.ph.ph-number-square-one:before{content:""}.ph.ph-number-square-seven:before{content:""}.ph.ph-number-square-six:before{content:""}.ph.ph-number-square-three:before{content:""}.ph.ph-number-square-two:before{content:""}.ph.ph-number-square-zero:before{content:""}.ph.ph-number-three:before{content:""}.ph.ph-number-two:before{content:""}.ph.ph-number-zero:before{content:""}.ph.ph-numpad:before{content:""}.ph.ph-nut:before{content:""}.ph.ph-ny-times-logo:before{content:""}.ph.ph-octagon:before{content:""}.ph.ph-office-chair:before{content:""}.ph.ph-onigiri:before{content:""}.ph.ph-open-ai-logo:before{content:""}.ph.ph-option:before{content:""}.ph.ph-orange:before{content:""}.ph.ph-orange-slice:before{content:""}.ph.ph-oven:before{content:""}.ph.ph-package:before{content:""}.ph.ph-paint-brush:before{content:""}.ph.ph-paint-brush-broad:before{content:""}.ph.ph-paint-brush-household:before{content:""}.ph.ph-paint-bucket:before{content:""}.ph.ph-paint-roller:before{content:""}.ph.ph-palette:before{content:""}.ph.ph-panorama:before{content:""}.ph.ph-pants:before{content:""}.ph.ph-paper-plane:before{content:""}.ph.ph-paper-plane-right:before{content:""}.ph.ph-paper-plane-tilt:before{content:""}.ph.ph-paperclip:before{content:""}.ph.ph-paperclip-horizontal:before{content:""}.ph.ph-parachute:before{content:""}.ph.ph-paragraph:before{content:""}.ph.ph-parallelogram:before{content:""}.ph.ph-park:before{content:""}.ph.ph-password:before{content:""}.ph.ph-path:before{content:""}.ph.ph-patreon-logo:before{content:""}.ph.ph-pause:before{content:""}.ph.ph-pause-circle:before{content:""}.ph.ph-paw-print:before{content:""}.ph.ph-paypal-logo:before{content:""}.ph.ph-peace:before{content:""}.ph.ph-pen:before{content:""}.ph.ph-pen-nib:before{content:""}.ph.ph-pen-nib-straight:before{content:""}.ph.ph-pencil:before{content:""}.ph.ph-pencil-circle:before{content:""}.ph.ph-pencil-line:before{content:""}.ph.ph-pencil-ruler:before{content:""}.ph.ph-pencil-simple:before{content:""}.ph.ph-pencil-simple-line:before{content:""}.ph.ph-pencil-simple-slash:before{content:""}.ph.ph-pencil-slash:before{content:""}.ph.ph-pentagon:before{content:""}.ph.ph-pentagram:before{content:""}.ph.ph-pepper:before{content:""}.ph.ph-percent:before{content:""}.ph.ph-person:before{content:""}.ph.ph-person-arms-spread:before{content:""}.ph.ph-person-simple:before{content:""}.ph.ph-person-simple-bike:before{content:""}.ph.ph-person-simple-circle:before{content:""}.ph.ph-person-simple-hike:before{content:""}.ph.ph-person-simple-run:before{content:""}.ph.ph-person-simple-ski:before{content:""}.ph.ph-person-simple-snowboard:before{content:""}.ph.ph-person-simple-swim:before{content:""}.ph.ph-person-simple-tai-chi:before{content:""}.ph.ph-person-simple-throw:before{content:""}.ph.ph-person-simple-walk:before{content:""}.ph.ph-perspective:before{content:""}.ph.ph-phone:before{content:""}.ph.ph-phone-call:before{content:""}.ph.ph-phone-disconnect:before{content:""}.ph.ph-phone-incoming:before{content:""}.ph.ph-phone-list:before{content:""}.ph.ph-phone-outgoing:before{content:""}.ph.ph-phone-pause:before{content:""}.ph.ph-phone-plus:before{content:""}.ph.ph-phone-slash:before{content:""}.ph.ph-phone-transfer:before{content:""}.ph.ph-phone-x:before{content:""}.ph.ph-phosphor-logo:before{content:""}.ph.ph-pi:before{content:""}.ph.ph-piano-keys:before{content:""}.ph.ph-picnic-table:before{content:""}.ph.ph-picture-in-picture:before{content:""}.ph.ph-piggy-bank:before{content:""}.ph.ph-pill:before{content:""}.ph.ph-ping-pong:before{content:""}.ph.ph-pint-glass:before{content:""}.ph.ph-pinterest-logo:before{content:""}.ph.ph-pinwheel:before{content:""}.ph.ph-pipe:before{content:""}.ph.ph-pipe-wrench:before{content:""}.ph.ph-pix-logo:before{content:""}.ph.ph-pizza:before{content:""}.ph.ph-placeholder:before{content:""}.ph.ph-planet:before{content:""}.ph.ph-plant:before{content:""}.ph.ph-play:before{content:""}.ph.ph-play-circle:before{content:""}.ph.ph-play-pause:before{content:""}.ph.ph-playlist:before{content:""}.ph.ph-plug:before{content:""}.ph.ph-plug-charging:before{content:""}.ph.ph-plugs:before{content:""}.ph.ph-plugs-connected:before{content:""}.ph.ph-plus:before{content:""}.ph.ph-plus-circle:before{content:""}.ph.ph-plus-minus:before{content:""}.ph.ph-plus-square:before{content:""}.ph.ph-poker-chip:before{content:""}.ph.ph-police-car:before{content:""}.ph.ph-polygon:before{content:""}.ph.ph-popcorn:before{content:""}.ph.ph-popsicle:before{content:""}.ph.ph-potted-plant:before{content:""}.ph.ph-power:before{content:""}.ph.ph-prescription:before{content:""}.ph.ph-presentation:before{content:""}.ph.ph-presentation-chart:before{content:""}.ph.ph-printer:before{content:""}.ph.ph-prohibit:before{content:""}.ph.ph-prohibit-inset:before{content:""}.ph.ph-projector-screen:before{content:""}.ph.ph-projector-screen-chart:before{content:""}.ph.ph-pulse:before{content:""}.ph.ph-activity:before{content:""}.ph.ph-push-pin:before{content:""}.ph.ph-push-pin-simple:before{content:""}.ph.ph-push-pin-simple-slash:before{content:""}.ph.ph-push-pin-slash:before{content:""}.ph.ph-puzzle-piece:before{content:""}.ph.ph-qr-code:before{content:""}.ph.ph-question:before{content:""}.ph.ph-question-mark:before{content:""}.ph.ph-queue:before{content:""}.ph.ph-quotes:before{content:""}.ph.ph-rabbit:before{content:""}.ph.ph-racquet:before{content:""}.ph.ph-radical:before{content:""}.ph.ph-radio:before{content:""}.ph.ph-radio-button:before{content:""}.ph.ph-radioactive:before{content:""}.ph.ph-rainbow:before{content:""}.ph.ph-rainbow-cloud:before{content:""}.ph.ph-ranking:before{content:""}.ph.ph-read-cv-logo:before{content:""}.ph.ph-receipt:before{content:""}.ph.ph-receipt-x:before{content:""}.ph.ph-record:before{content:""}.ph.ph-rectangle:before{content:""}.ph.ph-rectangle-dashed:before{content:""}.ph.ph-recycle:before{content:""}.ph.ph-reddit-logo:before{content:""}.ph.ph-repeat:before{content:""}.ph.ph-repeat-once:before{content:""}.ph.ph-replit-logo:before{content:""}.ph.ph-resize:before{content:""}.ph.ph-rewind:before{content:""}.ph.ph-rewind-circle:before{content:""}.ph.ph-road-horizon:before{content:""}.ph.ph-robot:before{content:""}.ph.ph-rocket:before{content:""}.ph.ph-rocket-launch:before{content:""}.ph.ph-rows:before{content:""}.ph.ph-rows-plus-bottom:before{content:""}.ph.ph-rows-plus-top:before{content:""}.ph.ph-rss:before{content:""}.ph.ph-rss-simple:before{content:""}.ph.ph-rug:before{content:""}.ph.ph-ruler:before{content:""}.ph.ph-sailboat:before{content:""}.ph.ph-scales:before{content:""}.ph.ph-scan:before{content:""}.ph.ph-scan-smiley:before{content:""}.ph.ph-scissors:before{content:""}.ph.ph-scooter:before{content:""}.ph.ph-screencast:before{content:""}.ph.ph-screwdriver:before{content:""}.ph.ph-scribble:before{content:""}.ph.ph-scribble-loop:before{content:""}.ph.ph-scroll:before{content:""}.ph.ph-seal:before{content:""}.ph.ph-circle-wavy:before{content:""}.ph.ph-seal-check:before{content:""}.ph.ph-circle-wavy-check:before{content:""}.ph.ph-seal-percent:before{content:""}.ph.ph-seal-question:before{content:""}.ph.ph-circle-wavy-question:before{content:""}.ph.ph-seal-warning:before{content:""}.ph.ph-circle-wavy-warning:before{content:""}.ph.ph-seat:before{content:""}.ph.ph-seatbelt:before{content:""}.ph.ph-security-camera:before{content:""}.ph.ph-selection:before{content:""}.ph.ph-selection-all:before{content:""}.ph.ph-selection-background:before{content:""}.ph.ph-selection-foreground:before{content:""}.ph.ph-selection-inverse:before{content:""}.ph.ph-selection-plus:before{content:""}.ph.ph-selection-slash:before{content:""}.ph.ph-shapes:before{content:""}.ph.ph-share:before{content:""}.ph.ph-share-fat:before{content:""}.ph.ph-share-network:before{content:""}.ph.ph-shield:before{content:""}.ph.ph-shield-check:before{content:""}.ph.ph-shield-checkered:before{content:""}.ph.ph-shield-chevron:before{content:""}.ph.ph-shield-plus:before{content:""}.ph.ph-shield-slash:before{content:""}.ph.ph-shield-star:before{content:""}.ph.ph-shield-warning:before{content:""}.ph.ph-shipping-container:before{content:""}.ph.ph-shirt-folded:before{content:""}.ph.ph-shooting-star:before{content:""}.ph.ph-shopping-bag:before{content:""}.ph.ph-shopping-bag-open:before{content:""}.ph.ph-shopping-cart:before{content:""}.ph.ph-shopping-cart-simple:before{content:""}.ph.ph-shovel:before{content:""}.ph.ph-shower:before{content:""}.ph.ph-shrimp:before{content:""}.ph.ph-shuffle:before{content:""}.ph.ph-shuffle-angular:before{content:""}.ph.ph-shuffle-simple:before{content:""}.ph.ph-sidebar:before{content:""}.ph.ph-sidebar-simple:before{content:""}.ph.ph-sigma:before{content:""}.ph.ph-sign-in:before{content:""}.ph.ph-sign-out:before{content:""}.ph.ph-signature:before{content:""}.ph.ph-signpost:before{content:""}.ph.ph-sim-card:before{content:""}.ph.ph-siren:before{content:""}.ph.ph-sketch-logo:before{content:""}.ph.ph-skip-back:before{content:""}.ph.ph-skip-back-circle:before{content:""}.ph.ph-skip-forward:before{content:""}.ph.ph-skip-forward-circle:before{content:""}.ph.ph-skull:before{content:""}.ph.ph-skype-logo:before{content:""}.ph.ph-slack-logo:before{content:""}.ph.ph-sliders:before{content:""}.ph.ph-sliders-horizontal:before{content:""}.ph.ph-slideshow:before{content:""}.ph.ph-smiley:before{content:""}.ph.ph-smiley-angry:before{content:""}.ph.ph-smiley-blank:before{content:""}.ph.ph-smiley-meh:before{content:""}.ph.ph-smiley-melting:before{content:""}.ph.ph-smiley-nervous:before{content:""}.ph.ph-smiley-sad:before{content:""}.ph.ph-smiley-sticker:before{content:""}.ph.ph-smiley-wink:before{content:""}.ph.ph-smiley-x-eyes:before{content:""}.ph.ph-snapchat-logo:before{content:""}.ph.ph-sneaker:before{content:""}.ph.ph-sneaker-move:before{content:""}.ph.ph-snowflake:before{content:""}.ph.ph-soccer-ball:before{content:""}.ph.ph-sock:before{content:""}.ph.ph-solar-panel:before{content:""}.ph.ph-solar-roof:before{content:""}.ph.ph-sort-ascending:before{content:""}.ph.ph-sort-descending:before{content:""}.ph.ph-soundcloud-logo:before{content:""}.ph.ph-spade:before{content:""}.ph.ph-sparkle:before{content:""}.ph.ph-speaker-hifi:before{content:""}.ph.ph-speaker-high:before{content:""}.ph.ph-speaker-low:before{content:""}.ph.ph-speaker-none:before{content:""}.ph.ph-speaker-simple-high:before{content:""}.ph.ph-speaker-simple-low:before{content:""}.ph.ph-speaker-simple-none:before{content:""}.ph.ph-speaker-simple-slash:before{content:""}.ph.ph-speaker-simple-x:before{content:""}.ph.ph-speaker-slash:before{content:""}.ph.ph-speaker-x:before{content:""}.ph.ph-speedometer:before{content:""}.ph.ph-sphere:before{content:""}.ph.ph-spinner:before{content:""}.ph.ph-spinner-ball:before{content:""}.ph.ph-spinner-gap:before{content:""}.ph.ph-spiral:before{content:""}.ph.ph-split-horizontal:before{content:""}.ph.ph-split-vertical:before{content:""}.ph.ph-spotify-logo:before{content:""}.ph.ph-spray-bottle:before{content:""}.ph.ph-square:before{content:""}.ph.ph-square-half:before{content:""}.ph.ph-square-half-bottom:before{content:""}.ph.ph-square-logo:before{content:""}.ph.ph-square-split-horizontal:before{content:""}.ph.ph-square-split-vertical:before{content:""}.ph.ph-squares-four:before{content:""}.ph.ph-stack:before{content:""}.ph.ph-stack-minus:before{content:""}.ph.ph-stack-overflow-logo:before{content:""}.ph.ph-stack-plus:before{content:""}.ph.ph-stack-simple:before{content:""}.ph.ph-stairs:before{content:""}.ph.ph-stamp:before{content:""}.ph.ph-standard-definition:before{content:""}.ph.ph-star:before{content:""}.ph.ph-star-and-crescent:before{content:""}.ph.ph-star-four:before{content:""}.ph.ph-star-half:before{content:""}.ph.ph-star-of-david:before{content:""}.ph.ph-steam-logo:before{content:""}.ph.ph-steering-wheel:before{content:""}.ph.ph-steps:before{content:""}.ph.ph-stethoscope:before{content:""}.ph.ph-sticker:before{content:""}.ph.ph-stool:before{content:""}.ph.ph-stop:before{content:""}.ph.ph-stop-circle:before{content:""}.ph.ph-storefront:before{content:""}.ph.ph-strategy:before{content:""}.ph.ph-stripe-logo:before{content:""}.ph.ph-student:before{content:""}.ph.ph-subset-of:before{content:""}.ph.ph-subset-proper-of:before{content:""}.ph.ph-subtitles:before{content:""}.ph.ph-subtitles-slash:before{content:""}.ph.ph-subtract:before{content:""}.ph.ph-subtract-square:before{content:""}.ph.ph-subway:before{content:""}.ph.ph-suitcase:before{content:""}.ph.ph-suitcase-rolling:before{content:""}.ph.ph-suitcase-simple:before{content:""}.ph.ph-sun:before{content:""}.ph.ph-sun-dim:before{content:""}.ph.ph-sun-horizon:before{content:""}.ph.ph-sunglasses:before{content:""}.ph.ph-superset-of:before{content:""}.ph.ph-superset-proper-of:before{content:""}.ph.ph-swap:before{content:""}.ph.ph-swatches:before{content:""}.ph.ph-swimming-pool:before{content:""}.ph.ph-sword:before{content:""}.ph.ph-synagogue:before{content:""}.ph.ph-syringe:before{content:""}.ph.ph-t-shirt:before{content:""}.ph.ph-table:before{content:""}.ph.ph-tabs:before{content:""}.ph.ph-tag:before{content:""}.ph.ph-tag-chevron:before{content:""}.ph.ph-tag-simple:before{content:""}.ph.ph-target:before{content:""}.ph.ph-taxi:before{content:""}.ph.ph-tea-bag:before{content:""}.ph.ph-telegram-logo:before{content:""}.ph.ph-television:before{content:""}.ph.ph-television-simple:before{content:""}.ph.ph-tennis-ball:before{content:""}.ph.ph-tent:before{content:""}.ph.ph-terminal:before{content:""}.ph.ph-terminal-window:before{content:""}.ph.ph-test-tube:before{content:""}.ph.ph-text-a-underline:before{content:""}.ph.ph-text-aa:before{content:""}.ph.ph-text-align-center:before{content:""}.ph.ph-text-align-justify:before{content:""}.ph.ph-text-align-left:before{content:""}.ph.ph-text-align-right:before{content:""}.ph.ph-text-b:before{content:""}.ph.ph-text-bolder:before{content:""}.ph.ph-text-columns:before{content:""}.ph.ph-text-h:before{content:""}.ph.ph-text-h-five:before{content:""}.ph.ph-text-h-four:before{content:""}.ph.ph-text-h-one:before{content:""}.ph.ph-text-h-six:before{content:""}.ph.ph-text-h-three:before{content:""}.ph.ph-text-h-two:before{content:""}.ph.ph-text-indent:before{content:""}.ph.ph-text-italic:before{content:""}.ph.ph-text-outdent:before{content:""}.ph.ph-text-strikethrough:before{content:""}.ph.ph-text-subscript:before{content:""}.ph.ph-text-superscript:before{content:""}.ph.ph-text-t:before{content:""}.ph.ph-text-t-slash:before{content:""}.ph.ph-text-underline:before{content:""}.ph.ph-textbox:before{content:""}.ph.ph-thermometer:before{content:""}.ph.ph-thermometer-cold:before{content:""}.ph.ph-thermometer-hot:before{content:""}.ph.ph-thermometer-simple:before{content:""}.ph.ph-threads-logo:before{content:""}.ph.ph-three-d:before{content:""}.ph.ph-thumbs-down:before{content:""}.ph.ph-thumbs-up:before{content:""}.ph.ph-ticket:before{content:""}.ph.ph-tidal-logo:before{content:""}.ph.ph-tiktok-logo:before{content:""}.ph.ph-tilde:before{content:""}.ph.ph-timer:before{content:""}.ph.ph-tip-jar:before{content:""}.ph.ph-tipi:before{content:""}.ph.ph-tire:before{content:""}.ph.ph-toggle-left:before{content:""}.ph.ph-toggle-right:before{content:""}.ph.ph-toilet:before{content:""}.ph.ph-toilet-paper:before{content:""}.ph.ph-toolbox:before{content:""}.ph.ph-tooth:before{content:""}.ph.ph-tornado:before{content:""}.ph.ph-tote:before{content:""}.ph.ph-tote-simple:before{content:""}.ph.ph-towel:before{content:""}.ph.ph-tractor:before{content:""}.ph.ph-trademark:before{content:""}.ph.ph-trademark-registered:before{content:""}.ph.ph-traffic-cone:before{content:""}.ph.ph-traffic-sign:before{content:""}.ph.ph-traffic-signal:before{content:""}.ph.ph-train:before{content:""}.ph.ph-train-regional:before{content:""}.ph.ph-train-simple:before{content:""}.ph.ph-tram:before{content:""}.ph.ph-translate:before{content:""}.ph.ph-trash:before{content:""}.ph.ph-trash-simple:before{content:""}.ph.ph-tray:before{content:""}.ph.ph-tray-arrow-down:before{content:""}.ph.ph-archive-tray:before{content:""}.ph.ph-tray-arrow-up:before{content:""}.ph.ph-treasure-chest:before{content:""}.ph.ph-tree:before{content:""}.ph.ph-tree-evergreen:before{content:""}.ph.ph-tree-palm:before{content:""}.ph.ph-tree-structure:before{content:""}.ph.ph-tree-view:before{content:""}.ph.ph-trend-down:before{content:""}.ph.ph-trend-up:before{content:""}.ph.ph-triangle:before{content:""}.ph.ph-triangle-dashed:before{content:""}.ph.ph-trolley:before{content:""}.ph.ph-trolley-suitcase:before{content:""}.ph.ph-trophy:before{content:""}.ph.ph-truck:before{content:""}.ph.ph-truck-trailer:before{content:""}.ph.ph-tumblr-logo:before{content:""}.ph.ph-twitch-logo:before{content:""}.ph.ph-twitter-logo:before{content:""}.ph.ph-umbrella:before{content:""}.ph.ph-umbrella-simple:before{content:""}.ph.ph-union:before{content:""}.ph.ph-unite:before{content:""}.ph.ph-unite-square:before{content:""}.ph.ph-upload:before{content:""}.ph.ph-upload-simple:before{content:""}.ph.ph-usb:before{content:""}.ph.ph-user:before{content:""}.ph.ph-user-check:before{content:""}.ph.ph-user-circle:before{content:""}.ph.ph-user-circle-check:before{content:""}.ph.ph-user-circle-dashed:before{content:""}.ph.ph-user-circle-gear:before{content:""}.ph.ph-user-circle-minus:before{content:""}.ph.ph-user-circle-plus:before{content:""}.ph.ph-user-focus:before{content:""}.ph.ph-user-gear:before{content:""}.ph.ph-user-list:before{content:""}.ph.ph-user-minus:before{content:""}.ph.ph-user-plus:before{content:""}.ph.ph-user-rectangle:before{content:""}.ph.ph-user-sound:before{content:""}.ph.ph-user-square:before{content:""}.ph.ph-user-switch:before{content:""}.ph.ph-users:before{content:""}.ph.ph-users-four:before{content:""}.ph.ph-users-three:before{content:""}.ph.ph-van:before{content:""}.ph.ph-vault:before{content:""}.ph.ph-vector-three:before{content:""}.ph.ph-vector-two:before{content:""}.ph.ph-vibrate:before{content:""}.ph.ph-video:before{content:""}.ph.ph-video-camera:before{content:""}.ph.ph-video-camera-slash:before{content:""}.ph.ph-video-conference:before{content:""}.ph.ph-vignette:before{content:""}.ph.ph-vinyl-record:before{content:""}.ph.ph-virtual-reality:before{content:""}.ph.ph-virus:before{content:""}.ph.ph-visor:before{content:""}.ph.ph-voicemail:before{content:""}.ph.ph-volleyball:before{content:""}.ph.ph-wall:before{content:""}.ph.ph-wallet:before{content:""}.ph.ph-warehouse:before{content:""}.ph.ph-warning:before{content:""}.ph.ph-warning-circle:before{content:""}.ph.ph-warning-diamond:before{content:""}.ph.ph-warning-octagon:before{content:""}.ph.ph-washing-machine:before{content:""}.ph.ph-watch:before{content:""}.ph.ph-wave-sawtooth:before{content:""}.ph.ph-wave-sine:before{content:""}.ph.ph-wave-square:before{content:""}.ph.ph-wave-triangle:before{content:""}.ph.ph-waveform:before{content:""}.ph.ph-waveform-slash:before{content:""}.ph.ph-waves:before{content:""}.ph.ph-webcam:before{content:""}.ph.ph-webcam-slash:before{content:""}.ph.ph-webhooks-logo:before{content:""}.ph.ph-wechat-logo:before{content:""}.ph.ph-whatsapp-logo:before{content:""}.ph.ph-wheelchair:before{content:""}.ph.ph-wheelchair-motion:before{content:""}.ph.ph-wifi-high:before{content:""}.ph.ph-wifi-low:before{content:""}.ph.ph-wifi-medium:before{content:""}.ph.ph-wifi-none:before{content:""}.ph.ph-wifi-slash:before{content:""}.ph.ph-wifi-x:before{content:""}.ph.ph-wind:before{content:""}.ph.ph-windmill:before{content:""}.ph.ph-windows-logo:before{content:""}.ph.ph-wine:before{content:""}.ph.ph-wrench:before{content:""}.ph.ph-x:before{content:""}.ph.ph-x-circle:before{content:""}.ph.ph-x-logo:before{content:""}.ph.ph-x-square:before{content:""}.ph.ph-yarn:before{content:""}.ph.ph-yin-yang:before{content:""}.ph.ph-youtube-logo:before{content:""}
