.mlp-phone-page{min-height:100%;background:var(--app-bg);color:var(--text-strong)}.mlp-phone-page--padded{padding-inline:var(--space-page-x)}.mlp-phone-page--scroll{overflow-y:auto}.mlp-topbar{min-height:52px;padding:0 var(--space-page-x);display:grid;grid-template-columns:40px minmax(0,1fr) 40px;align-items:center;border-bottom:var(--line) var(--border);background:var(--topbar-bg, var(--surface-1));color:var(--text-strong)}.mlp-topbar__side{display:flex;align-items:center}.mlp-topbar__side--right{justify-content:flex-end}.mlp-topbar__title{min-width:0;text-align:center;font-size:16px;line-height:22px;font-weight:900}.mlp-bottom-tabbar{min-height:66px;margin:0 16px 12px;padding:8px 10px;display:grid;grid-auto-flow:column;grid-auto-columns:1fr;gap:4px;align-items:center;border:var(--line) var(--tabbar-border, var(--border));border-radius:var(--radius-panel);background:var(--tabbar-bg, var(--surface-1));color:var(--text-muted)}.mlp-bottom-tabbar__item{min-width:0;height:50px;border:0;border-radius:var(--radius-control);background:transparent;color:inherit;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;font-size:11px;line-height:1.1;font-weight:800;cursor:pointer}.mlp-bottom-tabbar__item.active{background:var(--tabbar-active-bg, var(--inverse-bg));color:var(--tabbar-active-text, var(--inverse-text))}.mlp-button,.mlp-icon-button,.mlp-pressable{border:var(--line) var(--border);box-shadow:none;cursor:pointer;font:inherit}.mlp-pressable{font:inherit}.mlp-button{min-height:44px;border-radius:var(--radius-control);padding:0 14px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:14px;line-height:1.2;font-weight:900}.mlp-button--block{width:100%}.mlp-button--sm{min-height:32px;border-radius:var(--radius-icon);padding-inline:10px;font-size:12px}.mlp-button--lg{min-height:48px;border-radius:var(--radius-control-lg);font-size:15px}.mlp-button--primary{background:var(--inverse-bg);border-color:var(--inverse-bg);color:var(--inverse-text)}.mlp-button--secondary{background:var(--surface-3);border-color:var(--border);color:var(--text-strong)}.mlp-button--ghost{background:transparent;border-color:var(--border);color:var(--text-strong)}.mlp-button--danger{background:var(--surface-3);border-color:var(--border-strong);color:var(--text-strong)}.mlp-button:disabled,.mlp-icon-button:disabled{opacity:.48;cursor:not-allowed}.mlp-icon-button{width:36px;height:36px;border-radius:var(--radius-icon);padding:0;display:inline-flex;align-items:center;justify-content:center;background:var(--surface-2);color:var(--text-strong)}.mlp-segmented{min-height:40px;padding:4px;display:grid;grid-auto-flow:column;grid-auto-columns:1fr;gap:4px;border:var(--line) var(--border);border-radius:var(--radius-control);background:var(--surface-1)}.mlp-segmented button,.mlp-chip-scroller button{border:0;cursor:pointer;font:inherit}.mlp-segmented button{min-height:32px;border-radius:calc(var(--radius-control) - 4px);background:transparent;color:var(--text-muted);font-size:12px;line-height:1;font-weight:900}.mlp-segmented button.active{background:var(--inverse-bg);color:var(--inverse-text)}.mlp-chip-scroller{display:flex;gap:8px;overflow-x:auto;padding-bottom:2px;scrollbar-width:none}.mlp-chip-scroller::-webkit-scrollbar{display:none}.mlp-chip-scroller button{flex:0 0 auto;min-height:32px;padding:0 14px;border:var(--line) var(--border);border-radius:var(--radius-pill);background:transparent;color:var(--text-muted);font-size:12px;line-height:1;font-weight:900}.mlp-chip-scroller button.active{background:var(--inverse-bg);border-color:var(--inverse-bg);color:var(--inverse-text)}.mlp-placeholder-image{aspect-ratio:var(--mlp-placeholder-ratio, 3 / 4);border-radius:var(--radius-card);background:var(--placeholder);color:var(--text-strong);display:grid;place-items:center;position:relative;overflow:hidden}.mlp-placeholder-image.tone-1{background:var(--surface-6)}.mlp-placeholder-image.tone-2{background:var(--surface-7)}.mlp-placeholder-image__icon{width:28px;height:28px;border-radius:var(--radius-circle);display:inline-flex;align-items:center;justify-content:center;background:var(--text-strong);color:var(--app-bg);font-size:12px;font-weight:900}.mlp-placeholder-image__icon.is-video:before{content:"";width:0;height:0;margin-left:2px;border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:9px solid currentColor}.mlp-template-card{min-width:0;border:0;background:transparent;color:var(--text-strong);display:grid;gap:7px;padding:0;text-align:left;cursor:pointer}.mlp-template-card.selected .mlp-placeholder-image{outline:var(--line-width) solid var(--border-bright);outline-offset:2px}.mlp-template-card strong{font-size:13px;line-height:17px;font-weight:900}.mlp-template-card span:not(.mlp-placeholder-image__icon){color:var(--text-muted);font-size:11px;line-height:14px;font-weight:700}.mlp-form-field{display:grid;gap:7px;color:var(--text-strong)}.mlp-form-field__label{color:var(--text-muted);font-size:12px;line-height:16px;font-weight:800}.mlp-form-field__control{min-height:44px;display:flex;align-items:center;gap:8px;border:var(--line) var(--border);border-radius:var(--radius-control);background:var(--surface-1);padding:0 12px}.mlp-form-field__control input,.mlp-form-field__control textarea,.mlp-text-input,.mlp-text-area{min-width:0;width:100%;border:0;outline:0;background:transparent;color:var(--text-strong);font:inherit}.mlp-checkbox{min-height:44px;display:flex;align-items:center;gap:var(--space-inline);color:var(--text-soft);font-size:12px;line-height:16px;font-weight:700}.mlp-checkbox input{width:18px;height:18px;margin:0;accent-color:var(--inverse-bg)}.mlp-form-field__action{flex:0 0 auto;color:var(--text-strong);font-size:12px;line-height:1;font-weight:900}.mlp-form-field__action button{min-height:30px;border:0;border-radius:var(--radius-pill);background:var(--inverse-bg);color:var(--inverse-text);padding:0 10px;font:inherit;cursor:pointer}.mlp-form-field__helper{color:var(--text-muted);font-size:11px;line-height:15px;font-weight:700}.mlp-form-field.has-error .mlp-form-field__control{border-color:var(--border-bright)}.mlp-layer{position:absolute;inset:0;z-index:20;display:grid;pointer-events:auto}.mlp-layer__scrim{position:absolute;inset:0;border:0;background:var(--drawer-scrim, #0B0B0B);cursor:pointer}.mlp-bottom-sheet-layer{align-items:end}.mlp-bottom-sheet,.mlp-modal{position:relative;background:var(--surface-1);color:var(--text-strong);border:var(--line) var(--border)}.mlp-bottom-sheet{width:100%;max-height:72%;border-radius:var(--radius-sheet) var(--radius-sheet) 0 0;padding:8px var(--space-page-x) 16px;display:grid;gap:12px;overflow:auto}.mlp-bottom-sheet__handle{width:44px;height:4px;border-radius:var(--radius-pill);background:var(--surface-6);justify-self:center}.mlp-bottom-sheet__head{display:flex;align-items:center;justify-content:space-between;gap:10px}.mlp-bottom-sheet__head strong,.mlp-modal__title{font-size:16px;line-height:22px;font-weight:900}.mlp-bottom-sheet__body,.mlp-modal__body{display:grid;gap:10px}.mlp-bottom-sheet__actions,.mlp-modal__actions{display:flex;gap:10px}.mlp-modal-layer{place-items:center;padding:24px}.mlp-modal{width:min(100%,300px);border-radius:var(--radius-modal);padding:18px;display:grid;gap:10px}.mlp-modal__close{position:absolute;right:10px;top:10px}.mlp-modal__description,.mlp-state p{margin:0;color:var(--text-muted);font-size:12px;line-height:17px;font-weight:700}.mlp-toast{position:absolute;left:50%;z-index:25;transform:translate(-50%);max-width:calc(100% - 32px);min-height:38px;padding:0 14px;border:var(--line) var(--border);border-radius:var(--radius-pill);background:var(--inverse-bg);color:var(--inverse-text);display:inline-flex;align-items:center;justify-content:center;font-size:12px;line-height:1.2;font-weight:900}.mlp-toast--top{top:12px}.mlp-toast--bottom{bottom:16px}.mlp-state{min-height:180px;border:var(--line) var(--border);border-radius:var(--radius-card);background:var(--surface-1);color:var(--text-strong);display:grid;justify-items:center;align-content:center;gap:8px;padding:20px;text-align:center}.mlp-state__icon{width:48px;height:48px;border-radius:var(--radius-circle);background:var(--surface-3);color:var(--text-strong);display:inline-flex;align-items:center;justify-content:center}.mlp-state strong{font-size:15px;line-height:20px;font-weight:900}.mlp-state__action{margin-top:4px}.component-layer-demo{height:150px;position:relative;overflow:hidden;border:var(--line) var(--border);border-radius:var(--radius-card);background:var(--surface-2)}.component-layer-demo.sheet-demo{height:230px}:root{color:var(--workspace-text);background:var(--workspace-bg);font-family:Inter,PingFang SC,Microsoft YaHei,Arial,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;--workspace-settings-width: 210px;--workspace-left-width: 210px;--workspace-center-width: 431px;--workspace-notes-width: 546px;--workspace-column-gap: 20px;--workspace-total-width: calc(var(--workspace-settings-width) + var(--workspace-left-width) + var(--workspace-center-width) + var(--workspace-notes-width) + var(--workspace-column-gap) * 3);--workspace-bg: #F5F6F8;--workspace-text: #222222;--workspace-panel: #FFFFFF;--workspace-panel-muted: #F3F4F6;--workspace-panel-border: #E5E7EB;--workspace-panel-text: #222222;--workspace-panel-muted-text: #5F6670;--app-bg: #222222;--app-bg-deep: #111111;--app-shell-dark: #080808;--app-shell-ring: #1A1A1A;--surface-1: #1C1C1C;--surface-2: #222222;--surface-3: #2A2A2A;--surface-4: #242424;--surface-5: #2E2E2E;--surface-6: #3A3A3A;--surface-7: #444444;--surface-8: #4A4A4A;--placeholder: #333333;--border: #3A3A3A;--border-strong: #5A5A5A;--border-stronger: #666666;--border-bright: #777777;--text-strong: #F2F2F2;--text-muted: #A8A8A8;--text-soft: #D6D6D6;--text-subtle: #B8B8B8;--text-light-muted: #666666;--text-light-soft: #555555;--text-secondary-light: #E6E6E6;--inverse-bg: #F2F2F2;--inverse-text: #111111;--inverse-border: #D6D6D6;--inverse-border-soft: #CFCFCF;--inverse-surface: #FFFFFF;--inverse-page: #F7F7F7;--action-primary-text: #FFFFFF;--status-approved: #3B82F6;--status-draft: #FACC15;--legacy-nav-bg: #10161d;--shadow-workbench: none;--shadow-floating: none;--radius-phone: 34px;--radius-none: 0;--radius-xxs: 3px;--radius-xs: 4px;--radius-sm: 6px;--radius-thumb: 8px;--radius-compact: 9px;--radius-icon: 10px;--radius-card: 16px;--radius-control: 12px;--radius-control-lg: 14px;--radius-card-sm: 13px;--radius-card-md: 17px;--radius-modal: 18px;--radius-panel: 20px;--radius-sheet: 22px;--radius-action-pill: 25px;--radius-pill: 999px;--radius-circle: 50%;--space-page-x: 16px;--space-section: 16px;--space-section-lg: 22px;--space-list: 10px;--space-inline: 8px;--space-card: 12px;--space-card-lg: 16px;--line-width: 1px;--line: var(--line-width) solid}.phone[data-theme=dark]{--app-bg: #171717;--app-bg-deep: #101010;--app-shell-dark: #080808;--app-shell-ring: #1A1A1A;--surface-1: #202020;--surface-2: #282828;--surface-3: #343434;--surface-4: #3E3E3E;--surface-5: #4A4A4A;--surface-6: #5A5A5A;--surface-7: #6D6D6D;--surface-8: #7C7C7C;--placeholder: #5C5C5C;--border: #343434;--border-strong: #4A4A4A;--border-stronger: #646464;--border-bright: #848484;--text-strong: #F4F4F4;--text-muted: #A8A8A8;--text-soft: #D6D6D6;--text-subtle: #BABABA;--text-light-muted: #8C8C8C;--text-light-soft: #787878;--text-secondary-light: #EAEAEA;--inverse-bg: #F4F4F4;--inverse-text: #111111;--inverse-border: #D6D6D6;--inverse-border-soft: #CFCFCF;--inverse-surface: #FFFFFF;--inverse-page: #F7F7F7;--action-primary-text: #FFFFFF;--topbar-bg: #202020;--tabbar-bg: #202020;--tabbar-border: #303030;--tabbar-active-bg: #F4F4F4;--tabbar-active-text: #111111;--drawer-scrim: #343434}.phone[data-theme=light]{--app-bg: #F7F7F7;--app-bg-deep: #FFFFFF;--app-shell-dark: #080808;--app-shell-ring: #1A1A1A;--surface-1: #FFFFFF;--surface-2: #EFEFEF;--surface-3: #E2E2E2;--surface-4: #D8D8D8;--surface-5: #CCCCCC;--surface-6: #BDBDBD;--surface-7: #ADADAD;--surface-8: #999999;--placeholder: #B8B8B8;--border: #E0E0E0;--border-strong: #CCCCCC;--border-stronger: #B0B0B0;--border-bright: #909090;--text-strong: #202020;--text-muted: #686868;--text-soft: #4C4C4C;--text-subtle: #7C7C7C;--text-light-muted: #747474;--text-light-soft: #5C5C5C;--text-secondary-light: #303030;--inverse-bg: #202020;--inverse-text: #FFFFFF;--inverse-border: #202020;--inverse-border-soft: #3C3C38;--inverse-surface: #282828;--inverse-page: #202020;--action-primary-text: #FFFFFF;--topbar-bg: #FFFFFF;--tabbar-bg: #FFFFFF;--tabbar-border: #E2E2E2;--tabbar-active-bg: #202020;--tabbar-active-text: #FFFFFF;--drawer-scrim: #D8D8D8}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:var(--workspace-bg)}button{font:inherit;color:inherit}.app-shell{min-height:100vh;padding:24px;background:var(--workspace-bg);color:var(--workspace-panel-text)}.update-banner{width:min(520px,calc(100vw - 48px));min-height:42px;position:fixed;left:50%;top:50%;z-index:80;transform:translate(-50%,-50%);border:var(--line) var(--border);border-radius:var(--radius-control);background:var(--workspace-text);color:var(--text-strong);box-shadow:0 10px 30px #0000002e;display:flex;align-items:center;justify-content:center;padding:0 14px;font-size:13px;line-height:18px;font-weight:800;cursor:pointer}.interaction-connector-layer[data-phone-theme=dark] .interaction-connector-path{stroke:#93c5fdc7}.interaction-connector-layer[data-phone-theme=dark] .interaction-connector-dot{fill:#93c5fdeb}.spec-panel h2{margin:4px 0 0;font-size:24px;line-height:1.25;letter-spacing:0}.project-card{min-height:0;border-radius:var(--radius-icon);background:#fff;box-shadow:none;padding:12px}.project-card strong{display:block;margin-top:2px;color:var(--workspace-text);font-size:17px;line-height:1.15;font-weight:900}.eyebrow{color:#5f6670;font-size:12px;line-height:1.3;text-transform:uppercase}.ghost-cta,.icon-btn{border:0;background:var(--text-strong);border-radius:var(--radius-sm);cursor:pointer}.project-meta{margin-top:10px;color:#5f6670;display:grid;grid-template-columns:1fr;gap:6px;font-size:12px;line-height:1.2;font-weight:700}.project-meta span{min-height:24px;border-radius:var(--radius-sm);background:#f3f4f6;display:inline-flex;align-items:center;padding:0 8px}.workspace{display:grid;grid-template-columns:var(--workspace-settings-width) var(--workspace-left-width) var(--workspace-center-width) var(--workspace-notes-width);gap:var(--workspace-column-gap);width:var(--workspace-total-width);max-width:var(--workspace-total-width);margin:0 auto;align-items:start}.project-settings-rail,.left-rail{position:sticky;top:18px;height:866px}.project-settings-rail{display:grid;grid-template-rows:auto auto auto;align-content:start;gap:10px}.theme-card,.page-directory{width:var(--workspace-left-width);border-radius:var(--radius-control);background:#fff;color:var(--workspace-panel-text);box-shadow:none}.directory-head{flex:0 0 auto;padding-right:6px;padding-bottom:12px;border-bottom:var(--line) var(--workspace-panel-muted)}.directory-head h2{margin:4px 0 0;font-size:20px;line-height:1.25}.directory-status-legend{margin-top:10px;display:flex;flex-wrap:wrap;gap:6px}.directory-status-legend span,.directory-label{min-width:0;display:inline-flex;align-items:center;gap:7px}.directory-status-legend span{color:var(--workspace-panel-muted-text);font-size:11px;line-height:1;font-weight:700;white-space:nowrap}.directory-scroll::-webkit-scrollbar{width:6px}.directory-scroll::-webkit-scrollbar-thumb{border-radius:var(--radius-pill);background:var(--workspace-panel-muted)}.directory-group{padding:12px 0 4px}.directory-group-title{margin-bottom:8px;color:var(--workspace-panel-muted-text);font-size:12px;line-height:1.2;font-weight:700}.directory-group button{width:100%;min-height:36px;border:0;border-radius:var(--radius-thumb);background:transparent;color:var(--workspace-panel-text);display:flex;align-items:center;justify-content:space-between;padding:0 10px;cursor:pointer;font-size:14px;line-height:1.2;text-align:left}.directory-group button.active{background:var(--workspace-text);color:#f2f2f2}.directory-label{max-width:calc(100% - 20px);overflow:hidden}.directory-label>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.status-dot{width:8px;height:8px;border-radius:var(--radius-circle);flex:0 0 auto;box-shadow:none}.status-dot.approved{background:var(--status-approved)}.status-dot.draft{background:var(--status-draft)}.update-badge{min-width:0;min-height:16px;border-radius:var(--radius-xs);background:var(--workspace-panel-muted);color:var(--workspace-panel-muted-text);padding:0 4px;display:inline-flex;align-items:center;font-size:10px;line-height:1;font-style:normal;font-weight:900;flex:0 0 auto}.checklist-stage{width:min(760px,100%);min-height:812px;border-radius:var(--radius-control);background:var(--workspace-panel);color:var(--workspace-panel-text);box-shadow:none;padding:18px}.checklist-head{padding-bottom:14px;border-bottom:var(--line) var(--workspace-panel-muted)}.checklist-head h2{margin:4px 0 0;font-size:22px;line-height:1.2}.checklist-list{margin-top:14px;display:grid;gap:8px}.checklist-item{min-height:52px;border-radius:var(--radius-icon);background:var(--workspace-panel-muted);padding:10px;display:grid;grid-template-columns:48px minmax(0,1fr) auto;gap:10px;align-items:center}.checklist-number{color:var(--workspace-text);font-size:13px;line-height:1;font-weight:900}.checklist-copy{min-width:0;display:grid;gap:5px}.checklist-copy strong,.checklist-copy em{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.checklist-copy strong{color:var(--workspace-text);font-size:14px;line-height:1;font-weight:900}.checklist-copy em{color:var(--border);font-size:12px;line-height:1;font-style:normal;font-weight:800}.checklist-status{display:inline-flex;align-items:center;gap:6px;color:var(--border);font-size:12px;line-height:1;font-weight:800}.phone-stage{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px}.phone{--phone-w: 375px;--phone-h: 812px;--statusbar-h: 44px;--navbar-h: 44px;--safe-bottom: 22px;--primary-tabbar-space: 88px;width:375px;height:812px;border-radius:var(--radius-phone);background:#050505;color:var(--text-strong);overflow:hidden;position:relative;box-shadow:none}.statusbar{position:relative;z-index:3;height:var(--statusbar-h);display:flex;align-items:center;justify-content:space-between;padding:0 24px;color:var(--text-strong);background:var(--app-bg);font-size:15px;font-weight:700;line-height:1}.phone[data-page-level=secondary] .statusbar{background:var(--topbar-bg)}.phone-status-scrim{position:absolute;top:0;left:0;right:0;height:44px;z-index:19;border:0;background:var(--drawer-scrim);cursor:pointer}.signals{color:var(--text-strong);font-size:11px;font-weight:600}.nav-bar{position:relative;z-index:3;height:var(--navbar-h);display:grid;grid-template-columns:44px 1fr 44px;align-items:center;padding:0 10px;background:var(--text-strong);border-bottom:var(--line) var(--text-strong);font-size:16px;font-weight:700}.icon-btn{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;color:var(--text-strong);background:var(--text-strong)}.screen{position:relative;z-index:0;height:calc(var(--phone-h) - var(--statusbar-h));padding-bottom:0;overflow-y:auto;scrollbar-width:none;background:var(--app-bg)}.screen--primary{padding-bottom:var(--primary-tabbar-space)}.screen--secondary{height:calc(var(--phone-h) - var(--statusbar-h) - var(--navbar-h));padding-bottom:0}.screen--custom{height:calc(var(--phone-h) - var(--statusbar-h));padding-bottom:0}.screen::-webkit-scrollbar{display:none}.home-screen{padding:14px 16px 104px}.home-topline{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:16px}.home-topline .eyebrow{display:block;color:var(--text-muted);font-size:11px;line-height:15px;font-weight:800}.home-topline h1{margin:6px 0 0;color:var(--text-strong);font-size:26px;line-height:31px;font-weight:900;letter-spacing:0}.membership-pill{flex:0 0 auto;min-height:32px;border:var(--line) var(--border);border-radius:var(--radius-pill);background:var(--surface-1);color:var(--text-strong);padding:0 10px;display:inline-flex;align-items:center;gap:4px;font-size:12px;line-height:16px;font-weight:800;cursor:pointer}.feature-strip{display:grid;gap:var(--space-list);margin-bottom:var(--space-section-lg)}.feature-entry{width:100%;min-height:64px;border:var(--line) var(--border);border-radius:var(--radius-card);background:var(--surface-1);color:var(--text-strong);padding:var(--space-card);display:grid;grid-template-columns:38px minmax(0,1fr) 18px;gap:var(--space-list);align-items:center;text-align:left;cursor:pointer}.feature-entry-primary{background:var(--surface-2)}.feature-icon{width:38px;height:38px;border-radius:var(--radius-control);background:var(--surface-3);color:var(--text-strong);display:inline-flex;align-items:center;justify-content:center}.feature-copy{min-width:0;display:grid;gap:4px}.feature-copy strong,.feature-copy em{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.feature-copy strong{color:var(--text-strong);font-size:15px;line-height:20px;font-weight:900}.feature-copy em{color:var(--text-muted);font-size:12px;line-height:16px;font-style:normal;font-weight:700}.home-section{display:grid;gap:var(--space-list)}.section-head{display:flex;align-items:center;justify-content:space-between}.section-head h2{margin:0;color:var(--text-strong);font-size:18px;line-height:22px;font-weight:900}.home-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.home-head span,.home-head strong{display:block}.home-head span{color:var(--text-muted);font-size:11px;line-height:1.2;font-weight:800;text-transform:uppercase}.home-head strong{margin-top:4px;color:var(--text-strong);font-size:23px;line-height:1.15;font-weight:900}.home-head button{min-height:34px;border:0;border-radius:var(--radius-card-md);background:var(--text-strong);color:var(--text-strong);padding:0 11px;display:inline-flex;align-items:center;gap:6px;font-size:13px;line-height:1;font-weight:800;cursor:pointer}.vip-pill{display:inline-flex;align-items:center;gap:6px;height:34px;padding:0 12px;border:0;border-radius:var(--radius-card-md);background:var(--text-strong);color:var(--text-strong);margin-bottom:14px;font-size:14px;font-weight:600;cursor:pointer}.home-task-board{min-height:152px;display:grid;grid-template-columns:minmax(0,1.12fr) minmax(0,.88fr);gap:10px;margin-bottom:12px}.task-primary,.task-secondary-stack button{border:0;border-radius:var(--radius-icon);background:var(--text-strong);color:var(--text-strong);cursor:pointer}.task-primary{min-width:0;padding:16px;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;gap:10px;text-align:left}.task-primary strong,.task-primary span{display:block}.task-primary strong{font-size:20px;line-height:1.15;font-weight:900}.task-primary span{color:var(--text-soft);font-size:12px;line-height:1.3}.task-secondary-stack{display:grid;gap:10px}.task-secondary-stack button{min-width:0;display:flex;align-items:center;justify-content:flex-start;gap:9px;padding:0 12px;text-align:left}.task-secondary-stack strong{font-size:14px;line-height:1.15;font-weight:900}.banner-placeholder{height:72px;margin-bottom:12px;border-radius:var(--radius-icon);background:var(--border)}.home-recommend-feed{margin-top:16px}.home-feed-head{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-bottom:10px}.home-feed-head span,.home-feed-head strong{display:block}.home-feed-head span{color:var(--text-muted);font-size:11px;line-height:1.2;font-weight:800}.home-feed-head strong{margin-top:3px;color:var(--text-strong);font-size:18px;line-height:1.15;font-weight:900}.home-feed-head button{border:0;background:transparent;color:var(--text-muted);display:inline-flex;align-items:center;gap:2px;padding:0 0 2px;font-size:12px;line-height:1;font-weight:800;cursor:pointer}.home-feed-filters{display:flex;gap:8px;margin-bottom:12px;overflow-x:auto;scrollbar-width:none;padding-bottom:2px}.home-feed-filters::-webkit-scrollbar{display:none}.home-feed-filters button{flex:0 0 auto;min-width:64px;height:32px;border:0;border-radius:var(--radius-card);background:var(--text-strong);color:var(--text-soft);font-size:12px;line-height:1;font-weight:800;cursor:pointer}.home-feed-filters button.active{background:var(--text-strong);color:var(--text-strong)}.home-template-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.home-template-card{min-width:0;min-height:0;border:0;border-radius:var(--radius-none);background:transparent;color:var(--text-strong);padding:0;display:flex;flex-direction:column;gap:8px;align-items:stretch;text-align:left;cursor:pointer}.home-template-thumb{width:100%;aspect-ratio:3 / 4;height:auto;border-radius:var(--radius-icon);background:var(--border);color:var(--text-strong);display:inline-flex;align-items:center;justify-content:center;font-size:14px;line-height:1;font-weight:900}.home-template-thumb.tone-1,.home-template-thumb.tone-2{background:var(--border)}.home-template-card strong{display:block;padding:0 2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:13px;line-height:1.2;font-weight:900}.photo-card,.avatar-placeholder{border:0;color:var(--text-strong);display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden}.photo-card{width:68px;aspect-ratio:3 / 4;height:auto;border-radius:var(--radius-icon);background:var(--border);font-size:12px;font-weight:700}.photo-card.active{background:var(--text-strong)}.primary-actions{display:grid;grid-template-columns:1.38fr 1fr;gap:10px;margin-bottom:20px}.big-action{min-height:78px;border:0;border-radius:var(--radius-control);background:var(--border);color:var(--text-strong);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;font-size:18px;line-height:1.1;font-weight:800;cursor:pointer}.big-action.import{background:var(--workspace-text)}.content-section{margin-top:18px}.section-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;font-size:18px;line-height:1.2;font-weight:800}.section-title button{display:flex;align-items:center;gap:2px;border:0;background:transparent;color:var(--text-muted);cursor:pointer;font-size:13px;line-height:1.2}.card-row{display:grid;grid-auto-flow:column;grid-auto-columns:108px;gap:12px;overflow:hidden}.template-card{position:relative;border:0;background:transparent;padding:0;cursor:pointer;min-width:0;color:var(--text-strong)}.avatar-placeholder{width:108px;aspect-ratio:3 / 4;height:auto;border-radius:var(--radius-icon);margin-bottom:8px;background:var(--border)}.grid-list .avatar-placeholder:nth-child(odd),.template-card:nth-child(2n) .avatar-placeholder{background:var(--border)}.template-card strong{display:block;font-size:14px;line-height:1.25;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.play-dot{position:absolute;top:8px;left:8px;background:var(--border);color:var(--text-strong);border-radius:var(--radius-circle);padding:3px}.tabbar{position:absolute;left:12px;right:12px;bottom:10px;z-index:2;height:64px;display:grid;grid-template-columns:repeat(3,1fr);background:var(--tabbar-bg);border:var(--line) var(--tabbar-border);border-radius:24px;overflow:hidden}.tabbar button{border:0;background:transparent;color:var(--text-muted);display:flex;flex-direction:column;gap:4px;align-items:center;justify-content:center;cursor:pointer;font-size:12px;line-height:1.2}.padded{padding:16px}.upload-box,.new-work,.result-box,.workflow-card,.vip-card,.notice,.empty-state{border:0;border-radius:var(--radius-control);background:var(--text-strong)}.upload-box{width:100%;min-height:218px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:var(--text-strong);cursor:pointer}.upload-box.selected{background:var(--text-strong)}.upload-box strong{font-size:17px;line-height:1.2}.import-screen{height:100%;padding:16px;position:relative;overflow:hidden}.import-upload-card{width:100%;min-height:112px;border:0;border-radius:var(--radius-control-lg);background:var(--workspace-text);color:var(--text-strong);display:grid;grid-template-columns:76px minmax(0,1fr) 24px;gap:12px;align-items:center;padding:14px;cursor:pointer;text-align:left;box-shadow:none}.import-upload-card.selected{background:var(--workspace-text);box-shadow:none}.upload-preview{width:76px;height:76px;border-radius:var(--radius-control);background:var(--text-strong);color:var(--text-strong);display:inline-flex;align-items:center;justify-content:center}.upload-copy{min-width:0}.upload-copy strong,.upload-copy em{display:block}.upload-copy strong{font-size:18px;line-height:1.2;font-weight:800}.upload-copy em{margin-top:8px;color:var(--text-soft);font-size:12px;line-height:1.35;font-style:normal}.asset-history{margin-top:14px;height:calc(100% - 196px);min-height:0;border-radius:var(--radius-control-lg);background:var(--text-strong);padding:12px;box-shadow:none;display:flex;flex-direction:column}.asset-history-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px}.asset-history-head h3{margin:5px 0 0;color:var(--text-strong);font-size:17px;line-height:1.2}.asset-history-head button{min-height:30px;border:0;border-radius:var(--radius-thumb);background:var(--text-strong);color:var(--text-strong);padding:0 10px;font-size:12px;line-height:1;font-weight:700;cursor:pointer}.asset-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;overflow-y:auto;scrollbar-width:none;padding-bottom:6px}.asset-grid::-webkit-scrollbar{display:none}.asset-card{min-width:0;min-height:0;border:0;border-radius:var(--radius-control);background:var(--text-strong);color:var(--text-strong);padding:8px;display:grid;grid-template-rows:auto auto 24px;gap:8px;text-align:left;cursor:pointer;box-shadow:none}.asset-card.selected{box-shadow:none;background:var(--text-strong)}.asset-thumb{width:100%;aspect-ratio:3 / 4;border-radius:var(--radius-compact);background:var(--border)}.asset-thumb.tone-1,.asset-thumb.tone-2{background:var(--border)}.asset-meta{min-width:0}.asset-meta strong,.asset-meta em{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.asset-meta strong{font-size:13px;line-height:1.2;font-weight:800}.asset-meta em{margin-top:5px;color:var(--text-soft);font-size:11px;line-height:1.2;font-style:normal}.asset-state{width:fit-content;max-width:100%;min-height:24px;border-radius:var(--radius-control);background:var(--text-strong);color:var(--text-strong);display:inline-flex;align-items:center;padding:0 9px;font-size:11px;line-height:1;font-weight:800}.import-next{position:absolute;left:16px;right:16px;bottom:16px;width:auto;margin:0}.creation-workbench{height:100%;position:relative;background:var(--text-strong);overflow:hidden}.creation-topbar{height:66px;display:grid;grid-template-columns:44px minmax(0,1fr) 64px;gap:10px;align-items:center;padding:0 14px}.creation-icon-btn,.creation-record-strip button,.save-pill,.creation-tool-row button,.creation-case-strip button,.prompt-row button,.creation-tabs button{border:0;cursor:pointer}.creation-icon-btn{width:42px;height:42px;border-radius:var(--radius-icon);background:transparent;color:var(--text-strong);display:inline-flex;align-items:center;justify-content:center}.creation-title{min-width:0;display:flex;align-items:center;justify-content:flex-start;overflow:hidden}.creation-stage{position:relative;height:calc(100% - 292px);min-height:412px;padding:8px 16px 10px;display:grid;grid-template-rows:minmax(0,1fr)}.creation-stage.no-history{grid-template-rows:minmax(0,1fr)}.creation-workbench.with-case-row .creation-stage{height:calc(100% - 378px);min-height:326px}.creation-canvas-wrap{position:relative;min-height:0}.creation-record-strip{width:100%;min-width:0;display:grid;grid-auto-flow:column;grid-auto-columns:38px;gap:6px;overflow-x:auto;scrollbar-width:none}.creation-record-strip::-webkit-scrollbar{display:none}.creation-record-strip button{width:38px;height:38px;border-radius:var(--radius-icon);background:var(--text-strong);padding:3px;display:inline-flex;align-items:center;justify-content:center}.record-thumb{width:32px;height:32px;border-radius:var(--radius-thumb);background:var(--border);display:block;box-shadow:none}.record-thumb.tone-1,.record-thumb.tone-2{background:var(--border)}.creation-record-strip button.active .record-thumb{box-shadow:none}.save-pill,.make-pill{min-height:40px;border-radius:var(--radius-panel);background:var(--text-strong);color:var(--workspace-text);font-size:14px;line-height:1;font-weight:800;display:inline-flex;align-items:center;justify-content:center}.creation-canvas{width:100%;height:100%;border:0;border-radius:var(--radius-modal);background:var(--text-strong);color:var(--text-strong);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;cursor:pointer;padding:24px;box-shadow:none;text-align:center}.canvas-tool-strip{position:absolute;left:12px;top:12px;right:12px;display:grid;grid-template-columns:176px minmax(0,1fr);gap:8px;align-items:center;z-index:2}.creation-canvas.selected{background:var(--text-strong)}.creation-canvas strong{font-size:15px;line-height:1.2}.creation-canvas span{color:var(--text-muted);font-size:12px;line-height:1.35;text-align:center}.creation-panel{position:absolute;left:0;right:0;bottom:0;min-height:226px;border-radius:var(--radius-sheet) var(--radius-sheet) var(--radius-none) var(--radius-none);padding:13px 14px 14px;background:var(--text-strong);box-shadow:none}.creation-workbench.with-case-row .creation-panel{min-height:312px}.creation-primary-row{display:grid;grid-template-columns:minmax(0,1fr) 48px;gap:8px;align-items:center}.creation-tool-row{display:grid;grid-template-columns:repeat(4,38px);gap:6px;align-items:center}.creation-tool-row button:not(.make-pill){min-width:0;height:36px;border-radius:var(--radius-icon);background:var(--border);color:var(--text-soft);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;font-size:9px;line-height:1;font-weight:700}.strength-control{min-width:0;display:grid;grid-template-columns:repeat(3,24px);gap:6px;align-items:center;justify-content:end}.strength-control.compact{height:36px;border-radius:var(--radius-icon);background:var(--border);padding:0 8px}.strength-control button{width:24px;height:24px;border:0;border-radius:var(--radius-circle);background:transparent;color:var(--text-strong);display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.strength-control button.active{background:var(--text-strong)}.brush-dot{display:block;border-radius:var(--radius-circle);background:var(--text-strong)}.brush-dot.small{width:6px;height:6px}.brush-dot.medium{width:10px;height:10px}.brush-dot.large{width:14px;height:14px}.make-pill{min-width:48px;width:48px;height:48px;border-radius:var(--radius-circle)}.make-pill:disabled{cursor:not-allowed}.prompt-row{min-height:88px;border-radius:var(--radius-control-lg);background:var(--text-strong);padding:8px;display:grid;grid-template-rows:34px 34px;gap:6px}.prompt-input-shell{border-radius:var(--radius-control);color:var(--text-strong);display:flex;align-items:center}.assist-row{min-width:0;display:flex;align-items:center;gap:8px}.prompt-row button{width:34px;height:34px;border-radius:var(--radius-icon);background:var(--text-strong);color:var(--text-strong);display:flex;align-items:center;justify-content:center}.prompt-input-shell{min-width:0;padding:0 4px;color:var(--text-muted);font-size:13px;line-height:1.3}.assist-thumb{width:36px;height:36px;border-radius:var(--radius-compact);background:var(--border);flex:0 0 auto;box-shadow:none}.prompt-placeholder{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.creation-case-strip{margin-top:11px;display:grid;grid-auto-flow:column;grid-auto-columns:56px;gap:8px;overflow-x:auto;scrollbar-width:none}.creation-case-strip::-webkit-scrollbar{display:none}.creation-case-strip button{min-width:0;background:transparent;color:var(--text-soft);display:grid;grid-template-rows:64px 16px;gap:5px;align-items:start;justify-items:center;padding:0}.case-cover{width:48px;height:64px;border-radius:var(--radius-thumb);background:var(--border);display:block;box-shadow:none}.case-cover.tone-1{background:var(--border)}.case-cover.tone-2{background:var(--text-strong)}.creation-case-strip strong{max-width:56px;color:var(--text-strong);font-size:11px;line-height:16px;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.creation-case-strip button.active .case-cover{box-shadow:none}.creation-case-strip button.active strong{color:var(--text-strong)}.creation-tabs{margin-top:13px;display:grid;grid-auto-flow:column;grid-auto-columns:76px;gap:8px;overflow-x:auto;scrollbar-width:none}.creation-tabs::-webkit-scrollbar{display:none}.creation-tabs button{min-width:0;height:58px;border-radius:var(--radius-card-sm);background:var(--text-strong);color:var(--text-soft);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;font-size:12px;line-height:1;font-weight:800;position:relative}.creation-tabs button.active{background:var(--text-strong);color:var(--text-strong)}.creation-tabs button.active:after{content:"";position:absolute;left:18px;right:18px;bottom:0;height:3px;border-radius:var(--radius-xxs);background:var(--text-strong)}.ai-video-screen{height:100%;padding:14px 14px 102px;position:relative;overflow:hidden}.video-preview-panel{min-height:410px;border-radius:var(--radius-modal);overflow:hidden;background:var(--workspace-text);box-shadow:none}.video-preview-media{width:100%;height:410px;border-radius:var(--radius-modal);background:var(--border);color:var(--text-strong);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;box-shadow:none}.video-preview-media.tone-1,.video-preview-media.tone-2{background:var(--border)}.video-preview-media span{font-size:18px;font-weight:800}.video-template-strip{margin:-52px -14px 0 0;position:relative;z-index:2}.ai-video-template-grid{display:flex;gap:10px;padding:0 14px 8px;border-radius:var(--radius-none);background:transparent;overflow-x:auto;overflow-y:hidden;scrollbar-width:none}.ai-video-template-grid::-webkit-scrollbar{display:none}.ai-video-template{flex:0 0 78px;border:0;background:transparent;color:var(--text-strong);padding:0;cursor:pointer;position:relative}.ai-video-thumb{width:100%;aspect-ratio:3 / 4;height:auto;border-radius:var(--radius-control);background:var(--border);display:flex;align-items:flex-start;justify-content:flex-start;padding:7px;color:var(--text-strong);box-shadow:none}.ai-video-thumb svg,.home-template-thumb svg{width:26px;height:26px;padding:6px;border-radius:var(--radius-circle);background:var(--border);box-sizing:border-box}.ai-video-thumb.tone-1,.ai-video-thumb.tone-2{background:var(--border)}.ai-video-template.selected .ai-video-thumb{box-shadow:none}.ai-video-template strong{display:block;margin-top:6px;color:var(--text-strong);font-size:12px;line-height:1.2;font-weight:800;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.video-slogan{margin-top:12px;text-align:center}.video-slogan strong{display:block;color:var(--text-strong);font-size:24px;line-height:1.1;font-weight:900}.video-slogan span{display:block;margin-top:8px;color:var(--text-muted);font-size:12px;line-height:1.2;font-weight:800}.ai-video-bottom{position:absolute;left:16px;right:16px;bottom:14px;z-index:4;min-height:86px;border-radius:var(--radius-card);padding:10px;background:var(--text-strong);box-shadow:none;display:grid;grid-template-columns:minmax(0,1fr) 142px;gap:10px;align-items:center}.ai-video-bottom.compact{min-height:66px;padding:8px;display:block}.make-summary{min-width:0;padding-left:4px}.make-summary span,.make-summary strong{display:block}.make-summary span{color:var(--text-muted);font-size:12px;line-height:1.25}.make-summary strong{margin-top:7px;color:var(--text-strong);font-size:14px;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ai-video-make{width:100%;min-height:50px;margin:0;border:0;border-radius:var(--radius-action-pill);background:var(--text-strong);color:var(--text-strong);display:flex;align-items:center;justify-content:center;gap:8px;font-size:17px;line-height:1.2;font-weight:900;cursor:pointer;box-shadow:none}.ai-video-make:disabled{cursor:not-allowed}.cost-pill{min-width:46px;height:28px;border-radius:var(--radius-control-lg);background:var(--text-strong);color:var(--workspace-text);display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:900}.album-sheet{position:absolute;inset:0;z-index:12}.album-panel{position:absolute;left:0;right:0;bottom:0;min-height:286px;border-radius:var(--radius-panel) var(--radius-panel) var(--radius-none) var(--radius-none);background:var(--text-strong);padding:16px 14px 20px;box-shadow:none}.album-head{height:32px;display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.album-head strong{color:var(--text-strong);font-size:16px;line-height:1.2;font-weight:900}.album-head button{border:0;background:transparent;color:var(--text-soft);font-size:13px;font-weight:800;cursor:pointer}.album-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.album-grid button{border:0;background:transparent;color:var(--text-strong);padding:0;display:grid;gap:6px;cursor:pointer}.album-thumb{width:100%;aspect-ratio:1;border-radius:var(--radius-control);background:var(--border);display:flex;align-items:center;justify-content:center;color:var(--text-strong)}.album-thumb.tone-1{background:var(--border)}.album-thumb.tone-2{background:var(--text-strong)}.album-grid em{font-size:12px;line-height:1.2;font-style:normal;font-weight:800;text-align:center}.upload-box span,.muted,.profile-head span,.result-box span{color:var(--text-soft);font-size:13px;line-height:1.45}.mini-list{margin-top:16px}.list-head{color:var(--text-strong);font-size:16px;line-height:1.2;font-weight:800;margin-bottom:8px}.mini-item{width:100%;min-height:46px;border:0;border-radius:var(--radius-icon);background:var(--text-strong);color:var(--text-strong);margin-bottom:8px;padding:0 12px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;font-size:14px}.bottom-cta,.ghost-cta{width:100%;min-height:48px;margin-top:14px;border-radius:var(--radius-icon);border:0;background:var(--border);color:var(--text-strong);font-size:15px;line-height:1.2;font-weight:800;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:7px}.bottom-cta:disabled{cursor:not-allowed}.bottom-cta[aria-disabled=true],.ai-video-make[aria-disabled=true],.make-pill[aria-disabled=true]{cursor:not-allowed}.ghost-cta{background:var(--text-strong)}.component-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:14px}.bottom-action-example{display:grid;gap:10px}.bottom-action-example .bottom-action-bar{border-radius:var(--radius-none)}.tool-grid,.grid-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.tool-card{min-height:88px;border:0;border-radius:var(--radius-control);background:var(--text-strong);color:var(--text-strong);display:flex;flex-direction:column;gap:8px;align-items:center;justify-content:center;cursor:pointer;font-size:14px}.tool-card.active{background:var(--border)}.workflow-card{margin-top:16px;padding:14px}.workflow-card h3{margin:0 0 8px;font-size:16px;line-height:1.2}.workflow-card p{margin:0;color:var(--text-soft);font-size:13px;line-height:1.45}.search-box{height:42px;border:0;border-radius:var(--radius-icon);background:var(--text-strong);display:flex;gap:8px;align-items:center;padding:0 12px;color:var(--text-soft);font-size:14px}.chips{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:12px 0}.chips span{border:0;border-radius:var(--radius-card);height:32px;background:var(--text-strong);color:var(--text-soft);display:flex;align-items:center;justify-content:center;font-size:13px}.grid-list .template-card .avatar-placeholder{width:100%}.padded h2{margin:0 0 8px;font-size:22px;line-height:1.2}.notice{min-height:40px;padding:0 12px;display:flex;align-items:center;gap:8px;color:var(--text-strong);margin-top:12px}.result-box{min-height:260px;display:flex;flex-direction:column;gap:10px;align-items:center;justify-content:center;text-align:center}.result-screen{height:100%;position:relative;padding:0 0 124px;overflow:hidden}.result-box.full{min-height:100%;height:100%;border-radius:var(--radius-none);background:var(--border);color:var(--text-strong);box-shadow:none}.result-box.full.ready{background:var(--border)}.result-box.full.failed{background:var(--text-strong)}.result-box.full strong{color:var(--text-strong);font-size:20px;line-height:1.2;font-weight:900}.result-actions{position:absolute;left:14px;right:14px;bottom:14px;z-index:5;min-height:96px;border-radius:var(--radius-card);padding:10px;background:var(--text-strong);box-shadow:none;display:grid;grid-template-columns:minmax(0,1fr) 108px;gap:10px;align-items:center}.result-actions .bottom-cta,.result-actions .ghost-cta{min-height:52px;margin-top:0;border-radius:var(--radius-control)}.result-actions .result-save,.result-actions .result-retry{background:var(--text-strong);color:var(--text-strong)}.result-screen.processing .result-actions .result-save{color:var(--border);background:var(--text-soft)}.result-screen.processing .result-actions{grid-template-columns:1fr}.result-screen.failed .result-actions .result-save{background:var(--text-strong);color:var(--text-strong)}.result-box.compact{min-height:150px;margin-top:10px}.login-screen{min-height:100%;padding:22px 16px 28px;display:flex;flex-direction:column;gap:14px}.login-hero{padding:18px 0 8px}.login-mark{width:56px;height:56px;border-radius:var(--radius-card);background:var(--text-strong);color:var(--text-strong);display:flex;align-items:center;justify-content:center;margin-bottom:14px}.login-hero h2{margin:0 0 8px;color:var(--text-strong);font-size:24px;line-height:1.2;font-weight:900}.login-hero p,.login-error{margin:0;color:var(--text-muted);font-size:13px;line-height:1.45}.one-tap-login{height:52px;border:0;border-radius:var(--radius-control-lg);background:var(--text-strong);color:var(--workspace-text);display:flex;align-items:center;justify-content:center;gap:8px;font-size:16px;line-height:1;font-weight:900;cursor:pointer}.code-login-panel{padding:14px;border-radius:var(--radius-control-lg);background:var(--text-strong);display:flex;flex-direction:column;gap:12px}.email-login-panel{padding:16px;gap:14px}.login-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.login-tabs button{height:34px;border:0;border-radius:var(--radius-card-md);background:var(--text-strong);color:var(--text-soft);font-size:13px;line-height:1;font-weight:800}.login-tabs button.active{background:var(--text-strong);color:var(--text-strong)}.login-field{min-height:58px;border-radius:var(--radius-control);background:var(--text-strong);display:grid;grid-template-columns:58px minmax(0,1fr);align-items:center;gap:8px;padding:0 12px}.login-field span{color:var(--text-strong);font-size:13px;line-height:1;font-weight:800}.login-field input{min-width:0;border:0;background:transparent;color:var(--text-strong);font:inherit;font-size:14px;outline:none}.login-field input::placeholder{color:var(--border)}.code-field{grid-template-columns:58px minmax(0,1fr) 82px}.code-field button{height:32px;border:0;border-radius:var(--radius-card);background:var(--workspace-text);color:var(--text-strong);font-size:12px;line-height:1;font-weight:800}.agreement-row{display:grid;grid-template-columns:18px minmax(0,1fr);gap:8px;align-items:flex-start;color:var(--text-soft);font-size:12px;line-height:1.45}.agreement-row input{width:16px;height:16px;margin:1px 0 0;accent-color:var(--text-strong)}.login-submit{position:static;margin-top:0}.spin{animation:spin 1.1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.new-work{width:100%;min-height:86px;display:flex;align-items:center;justify-content:center;gap:10px;cursor:pointer;font-size:16px;font-weight:800}.empty-state{margin-top:16px;padding:18px;color:var(--text-soft);text-align:center;font-size:14px;line-height:1.45}.profile-screen{padding:18px 16px 92px}.profile-head-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.profile-head{min-width:0;display:flex;align-items:center;gap:12px}.profile-head div:last-child{min-width:0;display:flex;flex-direction:column;gap:4px}.settings-icon-entry{width:38px;height:38px;border:0;border-radius:var(--radius-control);background:var(--workspace-text);color:var(--text-strong);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;flex:0 0 auto}.avatar-circle{width:58px;height:58px;border:0;border-radius:var(--radius-circle);background:var(--workspace-text);display:flex;align-items:center;justify-content:center}.vip-card{width:100%;min-height:148px;border:0;border-radius:var(--radius-control-lg);background:var(--text-strong);color:var(--text-strong);padding:14px;display:grid;grid-template-columns:1fr;align-items:stretch;gap:12px;cursor:pointer;text-align:left}.vip-card-top{display:grid;grid-template-columns:38px minmax(0,1fr);gap:10px;align-items:center}.vip-mark{width:38px;height:38px;border-radius:var(--radius-control);background:var(--text-strong);color:var(--text-strong);display:flex;align-items:center;justify-content:center}.vip-title-copy,.points-card span,.work-item span:not(.work-thumb){min-width:0;display:flex;flex-direction:column;gap:5px}.vip-title-copy strong,.points-card strong,.profile-section-head strong,.work-item strong{color:var(--text-strong);font-size:15px;line-height:1.2;font-weight:900}.vip-title-copy em,.points-card em,.work-item em{color:var(--text-soft);font-size:12px;line-height:1.2;font-style:normal}.vip-benefit-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.vip-benefit-grid span{min-height:30px;border-radius:var(--radius-thumb);background:var(--text-strong);color:var(--text-strong);display:flex;align-items:center;justify-content:center;font-size:11px;line-height:1;font-weight:900}.vip-card p{margin:0;color:var(--text-soft);font-size:12px;line-height:1.4;font-weight:800}.points-card{width:100%;border:0;border-radius:var(--radius-control);background:var(--text-strong);color:var(--text-strong);cursor:pointer}.points-card{min-height:64px;margin-top:10px;padding:0 12px;display:grid;grid-template-columns:24px minmax(0,1fr) auto 18px;gap:10px;align-items:center;text-align:left}.points-card.empty{grid-template-columns:24px minmax(0,1fr) 18px}.points-card b{color:var(--text-strong);font-size:18px;line-height:1;font-weight:900}.points-card.empty{background:var(--text-strong);color:var(--text-muted)}.points-card.empty b,.points-card.empty strong{color:var(--text-muted)}.profile-section{margin-top:18px}.profile-section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.works-tabs{height:34px;border-radius:var(--radius-icon);background:var(--workspace-text);padding:4px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;margin-bottom:10px}.works-tabs button{border:0;border-radius:var(--radius-thumb);background:transparent;color:var(--text-muted);font-size:12px;line-height:1;font-weight:900;cursor:pointer}.works-tabs button.active{background:var(--workspace-text);color:var(--text-strong)}.profile-section-head span{color:var(--text-muted);font-size:12px;font-weight:800}.works-list{column-count:2;column-gap:8px}.profile-empty-works{min-height:96px;border-radius:var(--radius-control);background:var(--text-strong);color:var(--text-muted);display:flex;align-items:center;justify-content:center;font-size:13px;line-height:1.3;font-weight:800}.work-item{width:100%;break-inside:avoid;border:0;border-radius:var(--radius-control);background:var(--text-strong);color:var(--text-strong);padding:6px;margin:0 0 8px;display:inline-grid;grid-template-columns:1fr;gap:7px;cursor:pointer;text-align:left}.work-thumb{width:100%;height:126px;border-radius:var(--radius-icon);background:var(--border);display:flex;align-items:center;justify-content:center;color:var(--text-strong)}.work-item.short .work-thumb{height:108px}.work-item.medium .work-thumb{height:132px}.work-item.tall .work-thumb{height:158px}.work-thumb.tone-1,.work-thumb.tone-2{background:var(--border)}.member-center-screen,.points-center-screen{height:100%;overflow-y:auto}.member-center-screen{padding:0 0 22px;position:relative}.member-hero{min-height:132px;border-radius:var(--radius-card);background:var(--text-strong);color:var(--text-strong);padding:16px;display:flex;flex-direction:column;justify-content:space-between}.member-hero-large{min-height:430px;padding:0;position:relative;overflow:hidden;background:var(--border);border-radius:var(--radius-none)}.member-bg-visual{position:absolute;inset:0;background:var(--border);box-shadow:none}.member-bg-visual:after{content:"";position:absolute;inset:0;border-radius:var(--radius-none);background:var(--border)}.member-hero-copy{position:relative;z-index:1;margin-top:auto;padding:250px 16px 0}.member-hero-copy strong{max-width:240px}.member-hero-copy p{max-width:260px;margin:10px 0 0}.member-benefit-copy{position:relative;z-index:1;padding:12px 16px 16px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.member-benefit-copy span{min-height:32px;border-radius:var(--radius-icon);background:var(--border);color:var(--text-strong);display:flex;align-items:center;justify-content:center;font-size:12px;line-height:1;font-weight:900}.member-hero strong{display:block;margin-top:6px;font-size:24px;line-height:1.1;font-weight:900}.member-hero p,.member-note{margin:0;color:var(--text-soft);font-size:12px;line-height:1.45;font-weight:800}.benefit-grid{margin-top:12px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.benefit-grid article{min-height:104px;border-radius:var(--radius-control);background:var(--workspace-text);padding:12px;display:flex;flex-direction:column;justify-content:space-between}.benefit-icon{width:34px;height:34px;border-radius:var(--radius-icon);background:var(--workspace-text)}.benefit-icon.tone-1,.task-dot.tone-1,.benefit-icon.tone-2,.task-dot.tone-2{background:var(--border)}.benefit-grid strong,.member-plan-list strong,.points-block-head strong,.points-task-list strong,.points-record-list strong{color:var(--text-strong);font-size:14px;line-height:1.2;font-weight:900}.benefit-grid em,.member-plan-list em,.points-balance-card em,.points-block-head span,.points-record-list em{color:var(--text-muted);font-size:11px;line-height:1.2;font-style:normal;font-weight:800}.member-plan-list{margin:14px 16px 0;display:grid;gap:8px}.member-plan-list button{min-height:68px;border:0;border-radius:var(--radius-control);background:var(--text-strong);color:var(--text-strong);padding:0 12px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center;text-align:left;cursor:pointer}.member-plan-list button.active{background:var(--text-strong)}.member-plan-list span,.points-record-list span{min-width:0;display:flex;flex-direction:column;gap:5px}.member-plan-list b{min-width:42px;height:24px;border-radius:var(--radius-pill);background:var(--text-strong);color:var(--text-strong);display:inline-flex;align-items:center;justify-content:center;font-size:11px}.member-pay-button{width:calc(100% - 32px);height:48px;margin:12px 16px 0;border:0;border-radius:var(--radius-control-lg);background:var(--text-strong);color:var(--text-strong);font-size:15px;font-weight:900;cursor:pointer}.member-note{margin:10px 16px 0}.points-balance-card{min-height:138px;border-radius:var(--radius-card);background:var(--text-strong);color:var(--text-strong);padding:16px;display:flex;flex-direction:column;justify-content:center;gap:8px}.points-balance-card span{color:var(--text-soft);font-size:12px;font-weight:900}.points-balance-card strong{font-size:36px;line-height:1;font-weight:900}.points-block{margin-top:14px}.points-block-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.points-task-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.points-task-list button{min-height:88px;border:0;border-radius:var(--radius-control);background:var(--text-strong);color:var(--text-strong);padding:10px 6px;display:flex;flex-direction:column;gap:8px;align-items:center;justify-content:center;cursor:pointer}.energy-package-list button.active{background:var(--text-strong)}.energy-buy-button{width:100%;height:44px;margin-top:10px;border:0;border-radius:var(--radius-control);background:var(--text-strong);color:var(--text-strong);font-size:14px;font-weight:900;cursor:pointer}.task-dot{width:24px;height:24px;border-radius:var(--radius-thumb);background:var(--text-strong)}.points-task-list em{color:var(--text-strong);font-size:12px;line-height:1;font-style:normal;font-weight:900}.points-record-list{display:grid;gap:8px}.points-record-list button{min-height:58px;border:0;border-radius:var(--radius-control);background:var(--text-strong);color:var(--text-strong);padding:0 12px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center;text-align:left;cursor:pointer}.points-record-list b{color:var(--text-strong);font-size:14px;font-weight:900}.component-screen h2{margin-bottom:6px}.component-section{margin-top:18px}.component-section h3{margin:0 0 10px;color:var(--text-strong);font-size:16px;line-height:1.2}.primary-btn,.secondary-btn{min-height:44px;border-radius:var(--radius-control);border:var(--line) var(--surface-3);background:var(--surface-3);color:var(--action-primary-text);font-size:14px;line-height:17px;font-weight:800;cursor:pointer}.secondary-btn{border-color:var(--border);background:var(--surface-1);color:var(--text-strong)}.chip{min-height:32px;border-radius:var(--radius-pill);border:var(--line) var(--border);background:var(--surface-1);color:var(--text-strong);padding:0 12px;display:inline-flex;align-items:center;justify-content:center;font-size:12px;line-height:16px;font-weight:800}.flow-text-btn{min-height:30px;border:0;background:transparent;color:var(--text-muted);font-size:12px;line-height:16px;font-weight:800;cursor:pointer}.form-field{min-height:44px;border-radius:var(--radius-control);border:var(--line) var(--border);background:var(--inverse-text);color:var(--text-strong);padding:0 12px;display:flex;align-items:center;justify-content:space-between;gap:10px}.form-field span{color:var(--text-muted);font-size:12px;line-height:16px;font-weight:800}.form-field b{color:var(--text-strong);font-size:13px;line-height:18px;font-weight:800}.cover-placeholder{min-height:188px;border-radius:var(--radius-control);background:var(--placeholder);aspect-ratio:3 / 4}.state-card{min-height:126px;border-radius:var(--radius-card);background:var(--surface-1);border:var(--line) var(--border);color:var(--text-strong);padding:var(--space-card-lg);display:grid;align-content:center;justify-items:center;gap:8px;text-align:center}.state-card strong{font-size:14px;line-height:18px;font-weight:900}.state-card span{color:var(--text-muted);font-size:12px;line-height:16px;font-weight:700}.component-overlay-preview{position:relative;min-height:420px;border-radius:var(--radius-card);border:var(--line) var(--border);background:var(--inverse-text);overflow:hidden}.toast-message{position:absolute;left:16px;right:16px;top:12px;min-height:36px;border-radius:var(--radius-control);background:var(--inverse-bg);color:var(--inverse-text);padding:0 12px;display:flex;align-items:center;justify-content:center;font-size:12px;line-height:16px;font-weight:800;z-index:4}.drawer-layer,.bottom-sheet-layer{position:absolute;inset:0;z-index:20}.drawer-backdrop,.sheet-backdrop{position:absolute;inset:0;border:0;background:var(--inverse-text)}.left-drawer{width:min(292px,78%);min-height:100%;border-right:var(--line) var(--border);background:var(--surface-1);color:var(--text-strong);padding:var(--space-card-lg);display:grid;align-content:start;gap:var(--space-list)}.drawer-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.drawer-head strong,.bottom-sheet strong{color:var(--text-strong);font-size:15px;line-height:20px;font-weight:900}.drawer-row,.action-sheet-row{min-height:48px;border:var(--line) var(--border);border-radius:var(--radius-control);background:var(--surface-2);color:var(--text-strong);padding:0 12px;text-align:left;font-size:13px;line-height:18px;font-weight:800;cursor:pointer}.component-overlay-preview .left-drawer{position:absolute;inset:0 auto 0 0;z-index:2;min-height:auto}.bottom-sheet{position:absolute;left:0;right:0;bottom:0;max-height:70%;border-radius:var(--radius-sheet) var(--radius-sheet) 0 0;border-top:var(--line) var(--border);background:var(--surface-1);color:var(--text-strong);padding:var(--space-card-lg);display:grid;gap:var(--space-list);overflow-y:auto}.bottom-sheet i{width:36px;height:4px;border-radius:var(--radius-pill);background:var(--border);justify-self:center}.component-sheet-preview{z-index:3}.component-modal-preview{position:absolute;z-index:3;top:116px;right:16px;width:212px;padding:16px;border:var(--line) var(--border)}.primary-example-screen{position:relative;min-height:100%;background:var(--app-bg)}.sample-drawer-layer{position:absolute;inset:0;z-index:12}.sample-drawer-layer .drawer-backdrop{z-index:0;background:var(--drawer-scrim)}.sample-drawer-layer .left-drawer{position:relative;z-index:1;width:276px;min-height:100%;border-right:var(--line) var(--border);border-radius:0 var(--radius-panel) var(--radius-panel) 0;background:var(--surface-1);color:var(--text-strong);padding:18px 14px;display:grid;align-content:start;gap:var(--space-list)}.sample-drawer-layer .drawer-head{min-height:38px;padding-bottom:10px;border-bottom:var(--line) var(--border)}.sample-drawer-layer .drawer-row{width:100%;min-height:46px;border:var(--line) var(--border);border-radius:var(--radius-control);background:var(--surface-2);color:var(--text-strong)}.secondary-screen-shell{height:768px;padding-bottom:0;overflow:hidden}.secondary-example-screen{position:relative;height:100%;background:var(--app-bg);color:var(--text-strong);display:flex;flex-direction:column;overflow:hidden}.secondary-scroll{min-height:0;flex:1;overflow-y:auto;scrollbar-width:none;padding:var(--space-section) var(--space-page-x) 24px;display:grid;align-content:start;gap:var(--space-section)}.secondary-scroll::-webkit-scrollbar{display:none}.secondary-intro-card,.secondary-list-row{border:var(--line) var(--border);border-radius:var(--radius-card);background:var(--surface-1);padding:var(--space-card-lg)}.secondary-intro-card h2{margin:4px 0 8px;color:var(--text-strong);font-size:22px;line-height:27px;font-weight:900}.secondary-intro-card p{margin:0;color:var(--text-muted);font-size:13px;line-height:18px;font-weight:700}.secondary-action-grid{display:grid;grid-template-columns:1fr;gap:var(--space-list)}.secondary-action-grid button{min-height:74px;border:var(--line) var(--border);border-radius:var(--radius-control);background:var(--surface-1);color:var(--text-strong);padding:var(--space-card);display:grid;grid-template-columns:28px minmax(0,1fr);grid-template-rows:auto auto;gap:4px var(--space-list);align-items:center;text-align:left;cursor:pointer}.secondary-action-grid svg{grid-row:1 / span 2}.secondary-action-grid strong,.secondary-list-row strong{color:var(--text-strong);font-size:14px;line-height:18px;font-weight:900}.secondary-action-grid span,.secondary-list-row em{color:var(--text-muted);font-size:12px;line-height:16px;font-style:normal;font-weight:700}.secondary-list-section{display:grid;gap:var(--space-list)}.secondary-list-section h3{margin:0;color:var(--text-strong);font-size:18px;line-height:22px;font-weight:900}.secondary-list-row{min-height:66px;display:grid;grid-template-columns:42px minmax(0,1fr);gap:var(--space-list);align-items:center}.secondary-list-row>div{width:42px;height:42px;border-radius:var(--radius-control);background:var(--placeholder)}.secondary-list-row span{display:grid;gap:3px}.secondary-example-screen>.bottom-sheet{z-index:10}.secondary-sheet-layer{top:-44px;z-index:10}.secondary-sheet-layer .sheet-backdrop{z-index:0;background:var(--drawer-scrim)}.secondary-sheet-layer .bottom-sheet{z-index:1}.secondary-toast-message{z-index:11;top:calc(48px + var(--space-section))}.statusbar,.screen,.tabbar,.nav-bar,.home-screen,.component-screen{background:var(--app-bg);color:var(--text-strong)}.phone{border-radius:var(--radius-phone)}.statusbar,.signals{color:var(--text-strong)}.tabbar{left:12px;right:12px;bottom:10px;height:64px;border:var(--line) var(--tabbar-border);border-radius:24px;background:var(--tabbar-bg);overflow:hidden}.tabbar button{color:var(--text-muted)}.tabbar .active{color:var(--text-strong);background:transparent}.tabbar button svg{width:28px;height:28px;padding:5px;border-radius:10px}.tabbar .active svg{background:var(--tabbar-active-bg);color:var(--tabbar-active-text)}.icon-btn{border-radius:var(--radius-icon);background:var(--surface-2);color:var(--text-strong)}.primary-btn,.secondary-btn,.bottom-cta,.ghost-cta{border-radius:var(--radius-control)}.bottom-cta,.primary-btn{border:var(--line) var(--surface-3);background:var(--surface-3);color:var(--action-primary-text)}.ghost-cta,.secondary-btn{border:var(--line) var(--border);background:var(--surface-1);color:var(--text-strong)}.left-drawer,.bottom-sheet{border-right:var(--line) var(--border);padding:var(--space-card-lg);gap:var(--space-list)}.drawer-backdrop,.sheet-backdrop,.secondary-sheet-layer .sheet-backdrop,.drawer-row,.action-sheet-row{border:var(--line) var(--border);border-radius:var(--radius-control);background:var(--surface-2);color:var(--text-strong)}.bottom-sheet{border-top:var(--line) var(--border);border-radius:var(--radius-sheet) var(--radius-sheet) 0 0;padding:var(--space-card-lg);gap:var(--space-list)}.bottom-sheet i{border-radius:var(--radius-pill);background:var(--border)}.toast-message{border-radius:var(--radius-control);background:var(--inverse-bg);color:var(--inverse-text)}.chip{border:var(--line) var(--border);border-radius:var(--radius-pill);background:var(--surface-1);color:var(--text-strong)}.chip.active{border-color:var(--inverse-bg);background:var(--inverse-bg);color:var(--inverse-text)}.flow-text-btn{color:var(--text-muted)}.form-field{border:var(--line) var(--border);border-radius:var(--radius-control);background:var(--inverse-text);color:var(--text-strong)}.form-field span,.state-card span{color:var(--text-muted)}.form-field b,.state-card strong,.drawer-head strong,.bottom-sheet strong,.cover-placeholder{border-radius:var(--radius-control);background:var(--placeholder)}.state-card,.component-overlay-preview{border:var(--line) var(--border);border-radius:var(--radius-card);background:var(--surface-1);color:var(--text-strong)}.component-modal-preview{border:var(--line) var(--border)}.checklist-stage-with-preview{display:grid;grid-template-columns:360px 431px;gap:20px;align-items:start;width:811px;max-width:811px}.checklist-panel{min-width:0}.checklist-preview-panel{width:431px;display:flex;justify-content:center;align-items:flex-start}.checklist-stats.single{margin-top:10px;display:inline-flex;padding:8px 10px;border-radius:var(--radius-control);background:#f3f4f6;color:#222}.checklist-stats.single span{display:inline-flex;align-items:baseline;gap:6px}.checklist-stats.single strong{font-size:18px;line-height:1;font-weight:900}.checklist-stats.single em{color:#5f6670;font-size:12px;font-style:normal;font-weight:700}.spec-panel{width:var(--workspace-notes-width);height:var(--workspace-panel-height);min-height:0;max-height:var(--workspace-panel-height);overflow-y:auto;border:0;border-radius:var(--radius-control);padding:0 18px 18px;background:#fff;color:var(--workspace-text);box-shadow:none}.spec-panel::-webkit-scrollbar{width:8px}.spec-panel::-webkit-scrollbar-thumb{background:var(--workspace-panel-muted);border-radius:var(--radius-pill)}.spec-sticky-head{position:sticky;top:0;z-index:8;display:grid;gap:12px;padding:18px 0 12px;background:#fff;border-bottom:var(--line) var(--workspace-panel-muted)}.spec-head{display:flex;align-items:center;gap:10px;padding-bottom:14px;border-bottom:var(--line) var(--workspace-panel-muted)}.spec-head.compact{padding-bottom:0;border-bottom:0}.spec-panel .eyebrow{color:var(--workspace-panel-muted-text)}.right-panel-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;padding:4px;border-radius:var(--radius-control);background:#f3f4f6}.right-panel-tabs button{min-height:34px;border:0;border-radius:var(--radius-sm);background:transparent;color:#5f6670;display:inline-flex;align-items:center;justify-content:center;gap:5px;font-size:12px;line-height:1;font-weight:900;cursor:pointer}.right-panel-tabs button.active{background:#222;color:#fff}.context-strip{margin:14px 0;padding:10px 12px;border:0;border-radius:var(--radius-thumb);color:var(--workspace-text);background:#f3f4f6;font-size:14px}.spec-section{padding:12px 0;border-top:var(--line) #E5E7EB}.spec-sticky-head+.spec-section{border-top:0}.spec-section:first-of-type{border-top:0}.section-title-row{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px}.section-title-row h3{margin-bottom:0}.spec-section h3{margin:0 0 8px;font-size:15px;line-height:1.25}.spec-section p,.spec-section li{color:var(--workspace-text);font-size:14px;line-height:1.55}.spec-section p,.spec-section ul{margin:0}.spec-section ul{padding-left:18px}.interaction-spec-section{padding-top:14px}.interaction-note{margin-bottom:10px;color:#5f6670;font-size:13px;line-height:1.45}.interaction-card-list{display:grid;gap:10px}.interaction-card{scroll-margin:18px;border-radius:var(--radius-icon);border:var(--line) #E5E7EB;background:#fff;padding:12px;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease}.interaction-card.active{border-color:var(--workspace-text);background:#f3f4f6;box-shadow:none}.interaction-card-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px}.interaction-card-head strong{color:var(--workspace-text);font-size:14px;line-height:1.25;display:inline-flex;align-items:center;gap:7px}.component-number{min-height:20px;border-radius:var(--radius-sm);background:var(--workspace-text);color:var(--text-strong);padding:0 6px;display:inline-flex;align-items:center;font-size:11px;line-height:1;font-style:normal;font-weight:900;flex:0 0 auto}.note-edit-button,.note-check-toggle,.note-edit-primary,.note-edit-secondary{border:var(--line) #E5E7EB;border-radius:var(--radius-pill);min-height:28px;padding:0 9px;display:inline-flex;align-items:center;justify-content:center;gap:5px;font-size:12px;line-height:1;font-weight:900;cursor:pointer;background:#f3f4f6;color:var(--workspace-text)}.note-edit-button{width:28px;min-width:28px;padding:0}.note-card-actions{display:inline-flex;align-items:center;gap:6px;flex:0 0 auto}.note-check-toggle{width:28px;min-width:28px;padding:0;color:#5f6670;background:#fff}.note-check-toggle.checked{border-color:var(--workspace-text);color:#fff;background:var(--workspace-text)}.note-check-toggle:not(.checked) svg{opacity:.38}.note-edit-button:hover,.note-check-toggle:hover,.note-edit-secondary:hover{background:#fff}.note-check-toggle.checked:hover{background:#3a3a3a}.note-edit-button:disabled,.note-check-toggle:disabled,.note-edit-primary:disabled,.note-edit-secondary:disabled{opacity:.55;cursor:not-allowed}.note-edit-form{display:grid;gap:10px}.note-edit-grid{display:grid;gap:8px}.note-edit-field{display:grid;gap:5px}.note-edit-field span{color:#5f6670;font-size:12px;line-height:1.35;font-weight:900}.note-edit-field input,.note-edit-field textarea{width:100%;border:var(--line) #D1D5DB;border-radius:var(--radius-sm);background:#fff;color:var(--workspace-text);padding:8px 9px;font:inherit;font-size:13px;line-height:1.45;outline:none}.note-edit-field textarea{min-height:68px;resize:vertical}.note-edit-field input:focus,.note-edit-field textarea:focus{border-color:var(--workspace-text)}.state-tag-editor{border:0;margin:0;padding:0}.state-tag-editor legend{margin:0 0 5px;color:#5f6670;font-size:12px;line-height:1.35;font-weight:900}.state-tag-editor div,.component-state-tags{display:flex;flex-wrap:wrap;gap:6px}.state-tag-editor button,.component-state-tags span{min-height:26px;border:1px solid #E5E7EB;border-radius:var(--radius-pill);background:#f3f4f6;color:#374151;display:inline-flex;align-items:center;padding:0 9px;font-size:12px;line-height:1;font-weight:800}.state-tag-editor button{cursor:pointer}.state-tag-editor button.active{border-color:#222;background:#222;color:#fff}.test-case-editor-list{display:grid;gap:10px}.test-case-editor-card{display:grid;gap:8px;border:var(--line) #D9DDE3;border-radius:var(--radius-md);background:#f8f9fa;padding:10px}.test-case-editor-card>strong{color:#222;font-size:13px;line-height:1.35}.test-case-editor-card .note-edit-field textarea{min-height:54px}.note-edit-actions{display:flex;justify-content:flex-end;gap:8px}.note-edit-primary{background:var(--workspace-text);color:#fff;border-color:var(--workspace-text)}.note-edit-secondary{background:#fff}.note-save-message{margin:0;border-radius:var(--radius-sm);padding:8px 9px;font-size:12px;line-height:1.45;font-weight:800}.note-save-message.error{background:#fef2f2;color:#991b1b}.note-save-message.success{background:#f0fdf4;color:#166534}.note-save-message.saving{background:#f3f4f6;color:#5f6670}.interaction-card-head span{flex:0 0 auto;border-radius:var(--radius-pill);background:#f3f4f6;color:var(--workspace-text);padding:4px 8px;font-size:12px;line-height:1;font-weight:800}.interaction-card dl{display:grid;gap:7px;margin:0}.interaction-card dl div{display:grid;grid-template-columns:78px minmax(0,1fr);gap:8px}.interaction-card dt{color:#5f6670;font-size:12px;line-height:1.45;font-weight:800}.interaction-card dd{margin:0;color:var(--workspace-text);font-size:13px;line-height:1.45}.component-spec-stack{display:grid;gap:10px}.component-spec-block{display:grid;gap:6px;padding-top:10px;border-top:1px solid #E5E7EB}.component-spec-block:first-child{padding-top:0;border-top:0}.component-spec-block h4{margin:0;color:#222;font-size:12px;line-height:1.35;font-weight:900}.component-spec-list{display:grid;gap:6px;margin:0}.component-spec-list div{display:grid;grid-template-columns:86px minmax(0,1fr);gap:8px}.component-spec-text{margin:0;color:var(--workspace-text);font-size:13px;line-height:1.55;font-weight:650;white-space:pre-wrap}.notes-subsection h4,.test-case-group h4{margin:0;color:var(--workspace-text);font-size:14px;line-height:1.25;font-weight:900}.notes-definition-list dd,.element-card dd{margin:0;color:var(--workspace-text);font-size:13px;line-height:1.5}.element-card,.test-case-card{border:var(--line) #E5E7EB;border-radius:var(--radius-icon);background:#fff;padding:12px}.element-card strong,.test-case-card strong{display:inline-flex;align-items:center;gap:7px;margin-bottom:8px;color:var(--workspace-text);font-size:14px;line-height:1.25;font-weight:900}.testcase-edit-note{margin:0 0 10px;border-radius:var(--radius-sm);background:#f3f4f6;padding:9px 10px;color:#222;font-size:13px;line-height:1.45}.test-case-card p,.test-case-empty{margin:0;color:var(--workspace-text);font-size:13px;line-height:1.5}body,.app-shell{background:var(--workspace-bg)}.phone{background:#050505;color:var(--text-strong);box-shadow:0 0 0 10px #050505}.statusbar,.nav-bar,.screen,.home-screen,.profile-screen,.import-screen,.ai-video-screen,.login-screen,.component-screen,.padded,.creation-screen-wrap,.member-center-screen,.points-center-screen,.result-screen{background:var(--surface-2);color:var(--text-strong)}.nav-bar{border-bottom-color:var(--surface-3)}.icon-btn,.home-head button,.vip-pill,.home-feed-filters button,.works-tabs button,.login-tabs button,.member-plan-list button,.energy-package-list button,.ghost-cta,.result-actions .result-retry{background:var(--surface-3);color:var(--text-secondary-light);border:var(--line) var(--border)}.home-task-board,.home-recommend-feed,.import-upload-card,.asset-history,.asset-card,.upload-box,.new-work,.result-box,.workflow-card,.vip-card,.notice,.empty-state,.photo-card,.template-card,.tool-card,.profile-section,.profile-empty-works,.points-card,.member-plan-list,.points-balance-card,.points-task-list button,.points-record-list button,.code-login-panel,.email-login-panel,.mini-item,.search-box,.chips span,.album-sheet,.result-actions,.creation-panel,.creation-control-bar,.prompt-box,.creation-canvas,.creation-reference,.creation-case-card,.creation-tool,.tool-pill,.strength-control.compact{background:var(--surface-1);color:var(--text-strong);border:var(--line) var(--border);box-shadow:none}.home-task-board{background:transparent;border:0}.task-primary,.task-secondary-stack button{background:var(--surface-4);border:var(--line) var(--border);color:var(--text-strong)}.task-primary{background:var(--surface-4);border-color:var(--border-strong)}.task-secondary-stack button:first-child{background:var(--surface-5);border-color:var(--border-stronger)}.task-secondary-stack button:last-child{background:var(--surface-3);border-color:var(--border-bright)}.bottom-cta,.home-feed-filters button.active,.works-tabs button.active,.login-tabs button.active,.member-plan-list button.active,.energy-package-list button.active,.save-pill,.make-pill,.member-pay-button,.energy-buy-button,.login-submit,.home-template-thumb,.avatar-placeholder,.asset-thumb,.record-thumb,.ai-video-thumb,.album-thumb,.work-thumb,.upload-preview,.member-bg-visual,.banner-placeholder,.result-box.full{background:var(--border);border:var(--line) var(--text-light-soft)}.home-template-thumb.tone-1,.asset-thumb.tone-1,.record-thumb.tone-1,.ai-video-template:nth-child(2n) .ai-video-thumb,.album-thumb.tone-1{background:var(--surface-7)}.home-template-thumb.tone-2,.asset-thumb.tone-2,.record-thumb.tone-2,.ai-video-template:nth-child(3n) .ai-video-thumb,.album-thumb.tone-2{background:var(--surface-8)}.import-upload-card.selected,.asset-card.selected,.upload-box.selected,.creation-canvas.selected,.tool-card.active,.photo-card.active,.ai-video-template.selected .ai-video-thumb,.creation-record-strip button.active .record-thumb{background:var(--placeholder);border-color:var(--text-strong)}.home-head span,.home-feed-head span,.profile-head span,.result-box span,.login-hero p,.member-hero-copy p,.member-note,.points-balance-card span,.points-record-list span,.ai-video-summary,.creation-hint,.prompt-placeholder,.muted,.upload-box span,.task-primary span{color:var(--text-subtle)}.home-head strong,.home-feed-head strong,.profile-head strong,.component-section h3,.login-hero h2,.member-hero-copy strong,.points-balance-card strong,.asset-history-head h3,.list-head,.result-box.full strong{color:var(--text-strong)}.tabbar{background:var(--tabbar-bg);border:var(--line) var(--tabbar-border);border-radius:24px;overflow:hidden}.tabbar .active{color:var(--text-strong)}.project-card,.theme-card,.page-directory,.spec-panel,.checklist-stage,.ui-spec-stage{background:#fff;color:var(--workspace-text);box-shadow:var(--shadow-floating)}.home-template-card,.home-template-thumb{border:0;box-shadow:none}.home-recommend-feed{background:transparent;border:0;box-shadow:none}.ui-spec-stage{min-height:812px;padding:22px;display:grid;align-content:start;gap:20px}.checklist-head p{margin:8px 0 0;max-width:760px;color:var(--border-stronger);font-size:13px;line-height:19px;font-weight:600}.ui-spec-section{display:grid;gap:12px}.ui-spec-section h3{margin:0;color:var(--workspace-text);font-size:17px;line-height:23px;font-weight:900}.ui-token-grid,.ui-spec-table{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.ui-spec-table.compact{grid-template-columns:repeat(3,minmax(0,1fr))}.ui-token-card,.ui-spec-table article{border:var(--line) var(--text-soft);border-radius:var(--radius-control);background:var(--inverse-page);padding:12px;color:var(--workspace-text)}.ui-token-card{display:grid;grid-template-columns:44px minmax(0,1fr);gap:12px;align-items:start}.ui-token-card i{width:44px;height:44px;border-radius:var(--radius-icon);border:var(--line) var(--inverse-border-soft)}.ui-token-card strong,.ui-spec-table strong{display:block;color:var(--workspace-text);font-size:14px;line-height:20px;font-weight:900}.ui-token-card span,.ui-spec-table span{display:block;margin-top:3px;color:var(--text-light-soft);font-size:12px;line-height:17px;font-weight:800}.ui-token-card p,.ui-spec-table p{margin:7px 0 0;color:var(--border-stronger);font-size:12px;line-height:18px;font-weight:600}.prompt-doc-list{display:grid;gap:12px}.prompt-doc-card{border:var(--line) var(--text-soft);border-radius:var(--radius-control);background:var(--inverse-page);padding:12px;color:var(--text-strong)}.prompt-doc-card-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.prompt-doc-card-head strong{min-width:0;color:var(--text-strong);font-size:14px;line-height:20px;font-weight:900}.prompt-doc-card-head button{flex:0 0 auto;min-height:30px;border:var(--line) var(--border);border-radius:var(--radius-compact);background:var(--surface-1);color:var(--text-strong);display:inline-flex;align-items:center;gap:5px;padding:0 10px;font-size:12px;line-height:1;font-weight:800;cursor:pointer}.prompt-doc-card pre{max-height:420px;overflow:auto;margin:10px 0 0;border-radius:var(--radius-icon);background:var(--surface-1);color:var(--text-muted);padding:12px;white-space:pre-wrap;word-break:break-word;font-family:inherit;font-size:12px;line-height:18px;font-weight:600}.acceptance-stage{max-width:940px}.acceptance-section-list{display:grid;gap:14px}.acceptance-section,.acceptance-group{border:var(--line) #E5E7EB;border-radius:var(--radius-control);background:#fff;padding:14px;color:#222}.acceptance-section{display:grid;gap:12px}.acceptance-group{background:#f3f4f6}.acceptance-section h3,.acceptance-group h4{margin:0;color:#222;font-weight:900}.acceptance-section h3{font-size:16px;line-height:22px}.acceptance-group h4{font-size:14px;line-height:20px}.acceptance-list{display:grid;gap:8px;margin:0;padding-left:22px}.acceptance-list li{color:#374151;font-size:13px;line-height:20px;font-weight:650}.changelog-stage{gap:18px}.changelog-head{display:flex;align-items:center;justify-content:space-between;gap:16px}.changelog-current{min-width:128px;padding:10px 12px;border:var(--line) var(--border);border-radius:var(--radius-control);background:var(--surface-1);display:grid;gap:3px;text-align:right}.changelog-current strong{color:var(--text-strong);font-size:16px;line-height:20px;font-weight:900}.changelog-current span{color:var(--text-muted);font-size:12px;line-height:16px;font-weight:700}.changelog-list{display:grid;gap:12px}.changelog-card{display:grid;grid-template-columns:112px 1fr;gap:16px;padding:16px;border:var(--line) var(--border);border-radius:var(--radius-control);background:var(--inverse-page)}.changelog-version{display:grid;align-content:start;gap:6px}.changelog-version strong{width:fit-content;padding:5px 9px;border-radius:var(--radius-pill);background:var(--text-strong);color:var(--inverse-text);font-size:13px;line-height:16px;font-weight:900}.changelog-version span{color:var(--text-muted);font-size:12px;line-height:16px;font-weight:700}.changelog-copy{display:grid;gap:7px}.changelog-copy h3{margin:0;color:var(--text-strong);font-size:16px;line-height:22px;font-weight:900}.changelog-copy p{margin:0;color:var(--text-muted);font-size:13px;line-height:22px;font-weight:700}.home-recommend-feed,.asset-history,.profile-section,.grid-list,.works-list{background:transparent;border:0;box-shadow:none}.asset-history{padding:0}.home-template-card,.asset-card,.template-card,.work-item{background:transparent;border:0;box-shadow:none}.asset-card,.template-card,.work-item{padding:0}.asset-card.selected,.work-item:focus-visible,.template-card:focus-visible,.home-template-card:focus-visible{background:transparent;outline:var(--line) var(--text-strong);outline-offset:2px;border:0}.asset-card.selected .asset-thumb,.work-item:focus-visible .work-thumb,.template-card:focus-visible .avatar-placeholder,.home-template-card:focus-visible .home-template-thumb{border-color:var(--text-strong)}.creation-panel,.creation-primary-row,.creation-case-strip,.creation-tabs{background:transparent;border:0;box-shadow:none}.creation-panel{min-height:170px;padding:10px 14px}.creation-workbench.with-case-row .creation-panel{min-height:256px}.prompt-row{background:var(--surface-1);border:var(--line) var(--border);box-shadow:none}.prompt-row button{background:var(--surface-3);border:var(--line) var(--border)}.creation-tabs{margin-top:8px;padding-bottom:0}.creation-tabs button{height:48px;background:transparent;border:0}.creation-tabs button.active{background:transparent}.creation-case-strip{margin-top:8px}.creation-stage{height:calc(100% - 236px);min-height:0;padding-bottom:0}.creation-workbench.with-case-row .creation-stage{height:calc(100% - 322px);min-height:0}.creation-workbench.template-only .creation-panel{min-height:150px}.creation-workbench.template-only .creation-stage{height:calc(100% - 216px);min-height:0}.creation-canvas-wrap,.creation-canvas{height:100%}.ai-video-bottom,.ai-video-bottom.compact{background:transparent;border:0;box-shadow:none;padding:0;min-height:50px}.mobile-scroll-with-actions{height:100%;display:flex;flex-direction:column;overflow:hidden;background:var(--app-bg);color:var(--text-strong);padding:16px 16px 0}.mobile-scroll-content{min-height:0;flex:1 1 auto;overflow-y:auto;padding-bottom:12px;scrollbar-width:none}.mobile-scroll-content::-webkit-scrollbar{display:none}.bottom-action-bar{flex:0 0 auto;z-index:6;margin:0;padding:12px 0 calc(var(--safe-bottom) + 14px);background:var(--app-bg);border-top:var(--line) var(--border)}.bottom-action-bar.single{display:grid;grid-template-columns:1fr;gap:10px}.bottom-action-bar.dual{display:grid;grid-template-columns:112px minmax(0,1fr);gap:10px}.bottom-action-bar .bottom-cta,.bottom-action-bar .ghost-cta{min-height:44px;height:auto;margin-top:0;border-radius:var(--radius-control);font-size:14px;line-height:1.2;font-weight:800}.bottom-action-bar .ghost-cta{border:var(--line) var(--border);background:var(--surface-1);color:var(--text-strong)}.bottom-action-bar .bottom-cta{border:var(--line) var(--surface-3);background:var(--surface-3);color:var(--action-primary-text)}.code-login-panel,.email-login-panel{background:transparent;border:0;box-shadow:none;padding-left:0;padding-right:0}.result-actions{background:transparent;border:0;box-shadow:none;padding:0;min-height:52px}.member-plan-list{background:transparent;border:0;box-shadow:none;padding:0}.bottom-cta,.ai-video-make,.member-pay-button,.energy-buy-button,.login-submit,.result-actions .bottom-cta,.result-actions .ghost-cta{min-height:44px;height:44px;border-radius:var(--radius-control);font-size:14px;line-height:17px;font-weight:800}.bottom-cta,.ai-video-make,.member-pay-button,.energy-buy-button,.login-submit,.result-actions .bottom-cta{background:var(--surface-3);color:var(--action-primary-text);border:var(--line) var(--surface-3)}.ghost-cta,.result-actions .ghost-cta{background:var(--surface-1);color:var(--text-strong);border:var(--line) var(--border)}.result-actions .result-save,.result-screen.failed .result-actions .result-save{background:var(--surface-3);color:var(--action-primary-text);border:var(--line) var(--surface-3)}.result-screen.processing .result-actions .result-save{background:var(--border);color:var(--text-subtle)}.member-pay-button{margin-top:12px}.statusbar,.nav-bar,.screen,.home-screen,.profile-screen,.ai-video-screen,.login-screen,.component-screen,.padded,.creation-screen-wrap,.creation-workbench,.member-center-screen,.points-center-screen,.result-screen{background:var(--text-strong)}.component-screen{min-height:100%;padding:var(--space-section) var(--space-page-x) 24px;background:var(--app-bg);color:var(--text-strong);display:grid;align-content:start;gap:var(--space-section)}.component-screen>h2{margin:0;color:var(--text-strong);font-size:22px;line-height:27px;font-weight:900}.component-screen>p{margin:-8px 0 0;color:var(--text-muted);font-size:12px;line-height:17px;font-weight:700}.component-section{margin:0}.component-section h3{margin:0 0 10px}.component-grid{margin-top:0}@media(max-width:1504px){.app-shell{padding:18px}.workspace{grid-template-columns:var(--workspace-settings-width) var(--workspace-left-width) var(--workspace-center-width);gap:var(--workspace-column-gap);width:calc(var(--workspace-settings-width) + var(--workspace-left-width) + var(--workspace-center-width) + var(--workspace-column-gap) * 2);max-width:calc(100vw - 36px)}.spec-panel{grid-column:1 / -1;width:100%;height:auto;min-height:420px;max-height:70vh}}@media(max-width:980px){.app-shell{padding:14px}.workspace{grid-template-columns:1fr;width:100%;max-width:100%;justify-items:stretch}.project-settings-rail,.left-rail{position:static;width:100%;height:auto}.project-settings-rail{grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:none}.project-card,.theme-card,.page-directory{width:100%}.page-directory{height:auto;max-height:420px}.directory-group{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.directory-group-title{grid-column:1 / -1}.spec-panel{grid-column:auto;width:100%;height:auto;min-height:420px;max-height:none}.phone-stage{width:100%;overflow-x:auto;justify-content:flex-start;padding-bottom:4px}.checklist-stage{width:100%;min-height:auto}}@media(max-width:430px){.phone-stage{overflow-x:visible}.phone{margin-bottom:-62px}}:root{--workspace-settings-width: 210px;--workspace-left-width: 210px;--workspace-center-width: 431px;--workspace-notes-width: 546px;--workspace-column-gap: 20px;--workspace-total-width: calc(var(--workspace-settings-width) + var(--workspace-left-width) + var(--workspace-center-width) + var(--workspace-notes-width) + var(--workspace-column-gap) * 3);--workspace-frame-y: 24px;--workspace-panel-height: min(866px, calc(100dvh - var(--workspace-frame-y) * 2));--workspace-bg: #F5F6F8;--workspace-text: #222222;--workspace-panel: #FFFFFF;--workspace-panel-muted: #F3F4F6;--workspace-panel-border: #E5E7EB;--workspace-panel-text: #222222;--workspace-panel-muted-text: #5F6670;--status-approved: #3B82F6;--status-draft: #FACC15;--radius-phone: 34px;--radius-card: 16px;--radius-control: 12px;--radius-icon: 10px;--radius-pill: 999px;--space-page-x: 16px;--space-section: 16px;--space-section-lg: 22px;--space-list: 10px;--space-inline: 8px;--space-card: 12px;--space-card-lg: 16px;--line: 1px solid}html,body,#root{min-height:100dvh;background:#f5f6f8}body,.app-shell{background:#f5f6f8;color:#222}.app-shell{min-height:100dvh;padding:var(--workspace-frame-y)}.workspace{grid-template-columns:var(--workspace-settings-width) var(--workspace-left-width) var(--workspace-center-width) var(--workspace-notes-width);gap:var(--workspace-column-gap);width:var(--workspace-total-width);max-width:var(--workspace-total-width)}.project-settings-rail,.left-rail{position:sticky;top:var(--workspace-frame-y);height:var(--workspace-panel-height);max-height:var(--workspace-panel-height);min-height:0}.project-settings-rail{display:grid;grid-auto-rows:auto;align-content:start;gap:10px;overflow-y:auto;scrollbar-width:thin}.left-rail{display:block}.project-settings-rail,.theme-card,.page-directory{width:var(--workspace-left-width);border-radius:var(--radius-control);background:#fff;color:var(--workspace-panel-text);box-shadow:none}.theme-card{padding:12px;display:grid;gap:10px;min-height:115px;align-content:start}.project-settings-rail .eyebrow{color:#3a3a3a;font-size:12px;line-height:1.3;font-weight:400;text-transform:uppercase}.theme-card strong{display:block;margin-top:2px;color:#222;font-size:15px;line-height:1.15;font-weight:900}.theme-card kbd{min-width:20px;height:20px;margin-left:4px;border:1px solid #E5E7EB;border-radius:6px;background:#f3f4f6;color:#5f6670;display:inline-flex;align-items:center;justify-content:center;font:inherit;font-size:11px;line-height:1;vertical-align:1px}.segmented-toggle{width:100%;min-height:40px;border:1px solid #F3F4F6;border-radius:var(--radius-control);background:#f3f4f6;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;align-items:center;padding:4px}.segmented-toggle button{min-width:0;min-height:32px;border:0;border-radius:calc(var(--radius-control) - 4px);background:transparent;color:#222;display:inline-flex;align-items:center;justify-content:center;gap:5px;padding:0 6px;cursor:pointer;font-size:12px;line-height:1;font-weight:800}.segmented-toggle button.active{background:#222;color:#fff}.segmented-toggle button svg{flex:0 0 auto}.segmented-toggle button:not(.active) svg{color:#222}.command-help-card{min-height:88px}.command-help-entry{width:100%;min-height:40px;border:1px solid #E5E7EB;border-radius:var(--radius-control);background:#f3f4f6;color:#222;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 12px;cursor:pointer;font-size:12px;line-height:1;font-weight:900}.command-help-entry:hover{background:#e5e7eb}.settings-docs-card{min-height:0}.settings-doc-list{display:grid;gap:8px}.settings-doc-list button{width:100%;min-height:48px;border:1px solid #E5E7EB;border-radius:var(--radius-control);background:#f3f4f6;color:#222;display:grid;grid-template-columns:18px minmax(0,1fr);align-items:center;gap:8px;padding:8px 10px;text-align:left;cursor:pointer}.settings-doc-list button.active{border-color:#222;background:#222;color:#fff}.settings-doc-list button svg{flex:0 0 auto}.settings-doc-list button span{min-width:0;display:grid;gap:3px}.settings-doc-list button strong,.settings-doc-list button em{display:block;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.settings-doc-list button strong{color:inherit;font-size:12px;line-height:1.2;font-weight:900}.settings-doc-list button em{color:inherit;opacity:.74;font-size:11px;line-height:1.2;font-style:normal;font-weight:650}.command-help-layer{position:fixed;inset:0;z-index:4000;display:grid;place-items:center;padding:24px;background:#11182761}.command-help-modal{width:min(760px,calc(100vw - 48px));max-height:min(760px,calc(100dvh - 48px));border:1px solid #E5E7EB;border-radius:18px;background:#fff;color:#222;display:flex;flex-direction:column;overflow:hidden}.ai-handoff-modal{width:min(560px,calc(100vw - 48px));max-height:min(620px,calc(100dvh - 48px));border:1px solid #E5E7EB;border-radius:18px;background:#fff;color:#222;display:flex;flex-direction:column;overflow:hidden}.command-help-head{flex:0 0 auto;min-height:64px;padding:16px 18px;border-bottom:1px solid #E5E7EB;display:flex;align-items:center;justify-content:space-between;gap:16px}.command-help-head strong{display:block;margin-top:2px;font-size:20px;line-height:1.2;font-weight:900}.command-help-close{width:34px;height:34px;border:1px solid #E5E7EB;border-radius:10px;background:#f3f4f6;color:#222;display:inline-grid;place-items:center;cursor:pointer}.command-help-body{flex:1 1 auto;min-height:0;overflow-y:auto;padding:16px 18px 18px;display:grid;gap:18px}.command-help-group{display:grid;gap:10px}.command-help-group h3{margin:0;color:#222;font-size:14px;line-height:1.25;font-weight:900}.command-help-list{display:grid;gap:8px}.command-help-item{border:1px solid #E5E7EB;border-radius:12px;background:#f9fafb;padding:12px;display:grid;gap:7px}.command-help-item strong{color:#222;font-size:13px;line-height:1.35;font-weight:900}.command-help-item code{width:100%;box-sizing:border-box;border-radius:8px;background:#f3f4f6;color:#222;padding:7px 8px;white-space:normal;word-break:break-word;font-size:11px;line-height:1.35;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.command-help-item p{margin:0;color:#5f6670;font-size:12px;line-height:1.45}.ai-handoff-body{padding:16px 18px 18px;display:grid;gap:12px}.ai-handoff-status{margin:0;border-radius:10px;background:#f3f4f6;color:#5f6670;padding:10px 12px;font-size:13px;line-height:1.45;font-weight:800}.ai-handoff-status.ready{background:#f0fdf4;color:#166534}.ai-handoff-status.error{background:#fef2f2;color:#991b1b}.ai-handoff-actions{display:grid;gap:8px}.ai-handoff-actions button{min-height:42px;border:1px solid #E5E7EB;border-radius:12px;background:#fff;color:#222;display:inline-flex;align-items:center;justify-content:flex-start;gap:9px;padding:0 12px;font-size:13px;line-height:1;font-weight:900;cursor:pointer}.ai-handoff-actions button:hover{background:#f3f4f6}.ai-handoff-actions button:disabled{opacity:.55;cursor:not-allowed}.ai-handoff-hint{border:1px solid #E5E7EB;border-radius:12px;background:#f9fafb;padding:12px;display:grid;gap:8px}.ai-handoff-hint strong{color:#222;font-size:13px;line-height:1.3;font-weight:900}.ai-handoff-hint code{border-radius:8px;background:#f3f4f6;color:#222;padding:7px 8px;font-size:11px;line-height:1.35;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.ai-handoff-hint p{margin:0;color:#5f6670;font-size:12px;line-height:1.45}.prototype-stage-toolbar{position:relative;width:375px;min-height:42px}.prototype-copy-button{position:absolute;top:6px;left:0;width:34px;height:34px;padding:0;border:1px solid #E5E7EB;border-radius:var(--radius-icon);background:#fff;color:#222;display:grid;place-items:center;cursor:pointer;box-shadow:var(--shadow-soft)}.prototype-copy-button:hover{background:#f3f4f6}.prototype-copy-button:focus-visible{outline:2px solid #222222;outline-offset:2px}.prototype-copy-button.is-copied{background:#222;border-color:#222;color:#fff}.prototype-copy-button.is-error{border-color:#991b1b;color:#991b1b}.prototype-copy-button:disabled{cursor:wait;opacity:.7}.prototype-state-switch{--state-switch-edge-space: 150px;width:375px;min-height:42px;border-radius:var(--radius-icon);background:transparent;box-shadow:none;padding:6px 46px;box-sizing:border-box;display:flex;justify-content:flex-start;gap:6px;align-items:center;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scroll-padding-inline:var(--state-switch-edge-space);scrollbar-width:none}.prototype-state-switch::-webkit-scrollbar{display:none}.prototype-state-switch>div{min-width:0;width:max-content;box-sizing:border-box;padding-inline:0;display:flex;justify-content:center;gap:6px;margin-inline:auto}.prototype-state-switch.is-overflowing>div{min-width:100%;padding-inline:var(--state-switch-edge-space);justify-content:flex-start;margin-inline:0}.prototype-state-switch button{flex:0 0 auto;min-width:0;height:30px;border:0;border-radius:var(--radius-pill);background:transparent;color:var(--workspace-panel-muted-text);padding:0 16px;font-size:12px;line-height:1;font-weight:800;cursor:pointer;text-align:center}.prototype-state-switch button.active{background:var(--workspace-text);color:#f2f2f2}.prototype-state-switch button[aria-disabled=true]{cursor:default}.page-directory{min-height:0;height:100%;padding:16px 10px 10px 16px;display:flex;flex-direction:column}.directory-head{flex:0 0 auto;padding-right:6px}.directory-scroll{min-height:0;flex:1 1 auto;overflow-y:auto;padding:0 6px 6px 0;scrollbar-width:thin}.project-card,.theme-card,.page-directory,.spec-panel,.checklist-stage,.ui-spec-stage{background:#fff;color:#222}.spec-panel{width:var(--workspace-notes-width);height:var(--workspace-panel-height);min-height:0;max-height:var(--workspace-panel-height);overflow-y:auto;padding:0 18px 18px}.spec-head,.spec-section{border-color:#e5e7eb}.context-strip,.interaction-card.active{background:#f3f4f6}.interaction-card{background:#fff;border-color:#e5e7eb}.interaction-note,.spec-panel .eyebrow{color:#5f6670}.notes-subsection{display:grid;gap:8px}.notes-subsection h4,.test-case-group h4{margin:0;color:#222;font-size:14px;line-height:1.25;font-weight:900}.notes-definition-list,.element-card dl{display:grid;gap:8px;margin:0}.notes-definition-list div,.element-card dl div{display:grid;grid-template-columns:82px minmax(0,1fr);gap:8px}.notes-definition-list dt,.element-card dt{color:#5f6670;font-size:12px;line-height:1.45;font-weight:800}.notes-definition-list dd,.element-card dd{margin:0;color:#222;font-size:13px;line-height:1.5}.element-card-list,.test-case-list{display:grid;gap:10px}.element-card,.test-case-card{border:1px solid #E5E7EB;border-radius:var(--radius-icon);background:#fff;padding:12px}.element-card strong,.test-case-card strong{display:inline-flex;align-items:center;gap:7px;margin-bottom:8px;color:#222;font-size:14px;line-height:1.25;font-weight:900}.test-case-section{display:grid;gap:12px}.testcase-interaction-list{gap:12px}.testcase-interaction-card{scroll-margin:18px}.test-case-groups-inline{display:grid;gap:10px}.test-case-group{display:grid;gap:8px}.test-case-card{background:#f3f4f6}.test-case-card p,.test-case-empty{margin:0;color:#222;font-size:13px;line-height:1.5}.test-case-card b{font-weight:900}.interaction-testcases{margin-top:10px;padding-top:10px;border-top:1px solid #E5E7EB;display:grid;gap:8px}.interaction-testcases h4{margin:0;color:#222;font-size:13px;line-height:1.25;font-weight:900}.test-case-card.compact{border-color:#e5e7eb;background:#fff;padding:10px}.test-case-card.compact strong{margin-bottom:6px;font-size:12px}.test-case-card-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:6px}.test-case-inline-editor{margin-top:6px}.interaction-connector-layer{position:fixed;inset:0;z-index:30;width:100vw;height:100vh;pointer-events:none;overflow:visible}.interaction-connector-path{fill:none;stroke:#93c5fdc7;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.interaction-connector-dot{fill:#93c5fdeb;stroke:#fff;stroke-width:2;vector-effect:non-scaling-stroke}.phone{--phone-w: 375px;--phone-h: 812px;--statusbar-h: 44px;--navbar-h: 44px;--safe-bottom: 22px;--primary-tabbar-space: 88px;width:var(--phone-w);height:var(--phone-h);border-radius:var(--radius-phone);background:#050505;overflow:hidden;position:relative;box-shadow:0 0 0 10px #050505}.phone[data-theme=dark]{--app-bg: #171717;--surface-1: #202020;--surface-2: #282828;--surface-3: #343434;--placeholder: #5C5C5C;--border: #343434;--text-strong: #F4F4F4;--text-muted: #A8A8A8;--text-soft: #D5D5D5;--text-subtle: #B9B9B9;--inverse-bg: #F4F4F4;--inverse-text: #111111;--action-primary-text: #FFFFFF;--topbar-bg: #202020;--tabbar-bg: #202020;--tabbar-border: #303030;--tabbar-active-bg: #F4F4F4;--tabbar-active-text: #111111;--drawer-scrim: #111111}.phone[data-theme=light]{--app-bg: #F7F7F7;--surface-1: #FFFFFF;--surface-2: #EEEEEE;--surface-3: #E2E2E2;--placeholder: #B8B8B8;--border: #E0E0E0;--text-strong: #202020;--text-muted: #686868;--text-soft: #4C4C4C;--text-subtle: #686868;--inverse-bg: #202020;--inverse-text: #FFFFFF;--action-primary-text: #FFFFFF;--topbar-bg: #FFFFFF;--tabbar-bg: #FFFFFF;--tabbar-border: #E2E2E2;--tabbar-active-bg: #202020;--tabbar-active-text: #FFFFFF;--drawer-scrim: #1F2328}.phone[data-theme]{background:#050505;color:var(--text-strong)}.statusbar{position:relative;z-index:3;height:var(--statusbar-h, 44px)}.nav-bar{position:relative;z-index:3;height:var(--navbar-h, 44px)}.screen{position:relative;z-index:0;height:calc(var(--phone-h, 812px) - var(--statusbar-h, 44px));background:var(--app-bg)}.screen>.app-page{min-height:100%;background:var(--app-bg)}.screen--primary{padding-bottom:var(--primary-tabbar-space, 88px)}.screen--secondary{height:calc(var(--phone-h, 812px) - var(--statusbar-h, 44px) - var(--navbar-h, 44px));padding-bottom:0}.screen--custom{height:calc(var(--phone-h, 812px) - var(--statusbar-h, 44px));padding-bottom:0}.phone[data-theme] .statusbar,.phone[data-theme] .screen,.phone[data-theme] .home-screen,.phone[data-theme] .profile-screen,.phone[data-theme] .ai-video-screen,.phone[data-theme] .login-screen,.phone[data-theme] .component-screen,.phone[data-theme] .padded,.phone[data-theme] .creation-screen-wrap,.phone[data-theme] .creation-workbench,.phone[data-theme] .member-center-screen,.phone[data-theme] .points-center-screen,.phone[data-theme] .result-screen{background:var(--app-bg);color:var(--text-strong)}.phone[data-theme] .nav-bar,.phone[data-page-level=secondary] .statusbar{background:var(--topbar-bg)}@media(max-width:1504px){:root{--workspace-settings-width: 190px;--workspace-left-width: 190px;--workspace-center-width: 407px;--workspace-notes-width: 490px;--workspace-column-gap: 14px;--workspace-total-width: calc(var(--workspace-settings-width) + var(--workspace-left-width) + var(--workspace-center-width) + var(--workspace-notes-width) + var(--workspace-column-gap) * 3);--workspace-frame-y: 18px}.app-shell{padding:var(--workspace-frame-y)}.workspace{grid-template-columns:var(--workspace-settings-width) var(--workspace-left-width) var(--workspace-center-width) var(--workspace-notes-width);gap:var(--workspace-column-gap);width:var(--workspace-total-width);max-width:calc(100vw - 36px)}.spec-panel{grid-column:auto;width:var(--workspace-notes-width);height:var(--workspace-panel-height);min-height:0;max-height:var(--workspace-panel-height)}}@media(max-width:1180px){:root{--workspace-frame-y: 14px;--workspace-panel-height: min(866px, calc(100dvh - var(--workspace-frame-y) * 2))}.app-shell{padding:var(--workspace-frame-y)}.workspace{grid-template-columns:1fr;width:100%;max-width:100%;justify-items:stretch}.project-settings-rail,.left-rail{position:static;width:100%;height:auto;max-height:none}.project-settings-rail{grid-template-columns:repeat(4,minmax(0,1fr));grid-template-rows:none}.project-card,.theme-card,.page-directory{width:100%}.page-directory{height:auto;max-height:var(--workspace-panel-height)}.directory-group{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.directory-group-title{grid-column:1 / -1}.phone-stage{width:100%;overflow-x:auto;justify-content:flex-start;padding-bottom:4px}.spec-panel{grid-column:auto;width:100%;height:var(--workspace-panel-height);min-height:0;max-height:var(--workspace-panel-height)}.checklist-stage{width:100%;min-height:auto}}@media(max-width:680px){.project-settings-rail,.directory-group{grid-template-columns:1fr}}@media(max-width:430px){.phone-stage{overflow-x:visible}.phone,.prototype-stage-toolbar{transform:scale(.92);transform-origin:top center}.phone{margin-bottom:-62px}}.phone[data-theme] :is(h1,h2,h3,h4,p,strong,em,b,label,input,textarea){color:inherit}.phone[data-theme] :is(input,textarea){color:var(--text-strong);caret-color:var(--text-strong)}.phone[data-theme] .tabbar{left:12px;right:12px;bottom:10px;height:64px;padding:6px 8px;border-radius:24px;background:var(--tabbar-bg);border:var(--line) var(--tabbar-border);grid-template-columns:repeat(3,minmax(0,1fr));overflow:hidden}.phone[data-theme] .tabbar button{min-width:0;min-height:52px;gap:4px;border:0;border-radius:16px;background:transparent;color:var(--text-muted);font-size:11px;line-height:15px;font-weight:800}.phone[data-theme] .tabbar button svg{width:30px;height:30px;padding:6px;border-radius:10px;background:transparent;color:currentColor;box-sizing:border-box;flex:0 0 30px}.phone[data-theme] .tabbar .active{background:transparent;color:var(--text-strong)}.phone[data-theme] .tabbar .active svg{background:var(--tabbar-active-bg);color:var(--tabbar-active-text)}.phone[data-theme] :is(.home-head span,.home-feed-head span,.profile-head span,.result-box span,.global-login-heading span,.sms-login-title span,.login-method-option em,.login-method-policy,.login-code-hint,.carrier-phone em,.carrier-phone span,.agreement-row span,.member-hero-copy p,.member-note,.points-balance-card span,.points-record-list span,.ai-video-summary,.creation-hint,.prompt-placeholder,.muted,.upload-box span,.task-primary span,.vip-title-copy em,.vip-card p,.points-block-head span,.work-item em){color:var(--text-muted)}.phone[data-theme] :is(.home-head strong,.home-feed-head strong,.profile-head strong,.component-section h3,.global-login-heading strong,.sms-login-title strong,.login-method-option strong,.carrier-phone strong,.member-hero-copy strong,.points-balance-card strong,.asset-history-head h3,.list-head,.result-box.full strong,.vip-title-copy strong,.profile-section-head strong,.points-block-head strong,.work-item strong){color:var(--text-strong)}.phone[data-theme] :is(.home-template-card,.template-card,.ai-video-template,.creation-case-strip button,.work-item,.asset-card,.photo-card,.tool-card,.mini-item,.member-plan-list button,.energy-package-list button,.points-record-list button){color:var(--text-strong)}.phone[data-theme] :is(.home-template-card strong,.template-card strong,.ai-video-template strong,.creation-case-strip strong,.work-item strong,.asset-card strong,.photo-card strong,.tool-card strong,.mini-item strong,.member-plan-list strong,.energy-package-list strong,.points-record-list strong){color:var(--text-strong)}.phone[data-theme] :is(.login-method-option,.login-method-option.primary,.settings-icon-entry,.vip-benefit-grid span,.member-benefit-copy span,.member-plan-list b){background:var(--surface-2);color:var(--text-strong);border:var(--line) var(--border)}.phone[data-theme] :is(.carrier-primary,.works-tabs button.active){background:var(--inverse-bg);color:var(--inverse-text);border-color:var(--inverse-bg)}.phone[data-theme] .login-method-option>span{background:var(--surface-3);color:var(--text-strong)}.phone[data-theme] :is(.member-hero-large,.member-bg-visual,.member-bg-visual:after){background:var(--surface-3);color:var(--text-strong)}.phone[data-theme] .member-hero-copy{color:var(--text-strong)}.phone[data-theme] .member-hero-copy .eyebrow{background:var(--inverse-bg);color:var(--inverse-text)}.annotation-layer{position:absolute;inset:0;z-index:30;cursor:crosshair}.annotation-layer--element{cursor:cell}.annotation-layer--preview{pointer-events:none;cursor:default}.annotation-layer--preview .annotation-marker{pointer-events:auto}.annotation-marker{position:absolute;width:24px;height:24px;transform:translate(-50%,-50%);display:grid;place-items:center;border:2px solid #FFFFFF;border-radius:50%;background:#202020;color:#fff;font-size:11px;font-weight:800;box-shadow:0 1px 5px #00000059;cursor:pointer}.annotation-marker.active{background:#fff;color:#202020;border-color:#202020}.annotation-panel{display:flex;flex-direction:column;gap:14px}.annotation-sticky-head{position:sticky;top:0;z-index:8;display:grid;gap:12px;margin:0 -2px;padding:18px 2px 14px;border-bottom:1px solid #E5E7EB;background:#fff}.annotation-panel-head{display:block}.annotation-panel-head h2{margin:2px 0 0;font-size:20px;line-height:1.25}.annotation-add-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.annotation-add-actions button{min-height:36px;padding:0 10px;border:1px solid #D1D5DB;border-radius:var(--radius-sm);background:#fff;color:#5f6670;display:inline-flex;align-items:center;justify-content:center;gap:6px;font-size:12px;font-weight:900;cursor:pointer}.annotation-add-actions button.active{background:#222;border-color:#222;color:#fff}.annotation-add-actions button:disabled{cursor:not-allowed;opacity:.45}.annotation-hint{padding:11px 12px;border-radius:var(--radius-thumb);background:#f3f4f6;color:#5f6670;font-size:12px;line-height:1.5}.annotation-list{display:grid;gap:8px}.annotation-list-item>button{width:100%;box-sizing:border-box;min-height:50px;display:grid;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:10px;padding:9px 11px;border:1px solid #E5E7EB;border-radius:var(--radius-thumb);background:#fff;color:#222;text-align:left;cursor:pointer}.annotation-list-item>button:hover,.annotation-list-item>button.active{border-color:#d1d5db;background:#f3f4f6}.annotation-list-item>button.active{border-color:#222}.annotation-list-item>button>span{width:24px;height:24px;display:grid;place-items:center;border-radius:50%;background:#222;color:#fff;font-size:11px;font-weight:900}.annotation-list-item>button strong{min-width:0;overflow:hidden;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.annotation-list-item>button em{max-width:150px;overflow:hidden;color:#5f6670;font-size:11px;font-style:normal;text-overflow:ellipsis;white-space:nowrap}.annotation-empty{padding:30px 16px;border:0;border-radius:var(--radius-thumb);background:#f3f4f6;color:#5f6670;text-align:center;font-size:13px;line-height:1.5}.annotation-list-item{overflow:hidden;border-radius:var(--radius-thumb)}.annotation-list-item.active{border:1px solid #222222;background:#fff}.annotation-list-item.active>button{border:0;border-bottom:1px solid #E5E7EB;border-radius:0;background:#f3f4f6}.annotation-detail{display:grid;gap:12px;padding:12px;background:#fff}.annotation-detail .annotation-anchor-meta{padding-bottom:9px}.annotation-detail dl{display:grid;gap:10px;margin:0}.annotation-detail dl>div{display:grid;gap:4px}.annotation-detail dt{color:#5f6670;font-size:11px;font-weight:800}.annotation-detail dd{margin:0;color:#222;font-size:13px;line-height:1.55;white-space:pre-wrap}.annotation-detail-actions{display:flex;justify-content:flex-end}.annotation-detail-actions button{min-height:34px;padding:0 12px;border:1px solid #D1D5DB;border-radius:var(--radius-sm);background:#fff;color:#222;display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:800;cursor:pointer}.annotation-editor{display:grid;gap:12px;padding:14px;border:1px solid #E5E7EB;border-radius:var(--radius-control);background:#f9fafb}.annotation-editor-state{min-height:52px;display:grid;grid-template-columns:30px minmax(0,1fr);align-items:center;gap:10px;padding:10px 12px;border-radius:var(--radius-thumb);background:#fff}.annotation-editor-state>svg{width:30px;height:30px;padding:7px;border-radius:var(--radius-sm);background:#f3f4f6;color:#222}.annotation-editor-state.is-new>svg{background:#222;color:#fff}.annotation-editor-state>div{min-width:0;display:grid;gap:2px}.annotation-editor-state strong{color:#222;font-size:13px;line-height:18px;font-weight:900}.annotation-editor-state span{color:#5f6670;font-size:11px;line-height:16px}.annotation-anchor-meta{display:flex;justify-content:space-between;gap:12px;padding-bottom:10px;border-bottom:1px solid #E5E7EB;color:#5f6670;font-size:12px}.annotation-anchor-meta code{max-width:260px;overflow:hidden;color:#222;text-overflow:ellipsis;white-space:nowrap}.annotation-editor label{display:grid;gap:6px;color:#222;font-size:12px;font-weight:800}.annotation-editor input,.annotation-editor select,.annotation-editor textarea{width:100%;min-height:40px;border:1px solid #D1D5DB;border-radius:var(--radius-sm);background:#fff;color:#222;padding:9px 10px;font:inherit;line-height:1.45;resize:vertical;outline:none}.annotation-editor input:focus,.annotation-editor select:focus,.annotation-editor textarea:focus{border-color:#222;box-shadow:0 0 0 2px #22222214}.annotation-editor-actions{display:flex;justify-content:flex-end;gap:10px;padding-top:2px}.annotation-editor-actions button{min-height:36px;padding:0 12px;border:1px solid #D1D5DB;border-radius:var(--radius-sm);background:#fff;color:#222;display:inline-flex;align-items:center;justify-content:center;gap:6px;font-size:12px;line-height:1;font-weight:800;cursor:pointer}.annotation-editor-actions .primary{background:#222;color:#fff;border-color:#222}.annotation-editor-actions .danger{color:#991b1b}.annotation-save-status{margin:0;padding:8px 10px;border-radius:var(--radius-sm);background:#fff;color:#5f6670;font-size:12px}.phone{--tabbar-h: 64px;--safe-bottom: 10px;--shadow-soft: none}.phone[data-immersive=true] .statusbar{position:absolute;inset:0 0 auto;background:transparent}.phone[data-immersive=true] .screen--immersive{height:var(--phone-h)}.tabbar{grid-template-columns:repeat(5,minmax(0,1fr))}.tabbar button{min-width:0;gap:3px;font-size:11px;font-weight:800}.tabbar button svg{width:24px;height:24px;padding:4px}.app-page{min-height:100%;padding:16px var(--space-page-x) 16px;display:grid;align-content:start;gap:14px;background:var(--app-bg);color:var(--text-strong)}.screen--primary .app-page,.screen--secondary .app-page{padding-bottom:16px}.eyebrow{display:block;color:var(--text-muted);font-size:10px;line-height:14px;font-weight:900;letter-spacing:0;text-transform:uppercase}.app-page h1,.app-page h2,.app-page h3,.app-page p{margin:0}.app-page h1{font-size:24px;line-height:30px;font-weight:900}.app-page h2{font-size:17px;line-height:22px;font-weight:900}.home-hero,.page-title-row,.profile-top,.section-head,.profile-user,.banner-strip,.history-list article,.benefit-list article,.detail-meta{display:flex;align-items:center}.home-hero,.page-title-row{justify-content:space-between;min-height:56px}.member-mini,.icon-chip,.settings-btn,.copy-btn,.text-link,.recent-item,.quick-card,.masonry-grid button,.package-grid button,.plan-list button,.album-grid button{border:0;padding:0;background:transparent;color:inherit;font:inherit;cursor:pointer}.member-mini,.icon-chip,.settings-btn,.copy-btn{min-height:34px;border:var(--line) var(--border);border-radius:var(--radius-pill);background:var(--surface-1);color:var(--text-strong);display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 12px;font-size:12px;font-weight:900}.quick-grid{display:grid;grid-template-columns:1.15fr 1fr;gap:10px}.quick-card{min-height:72px;border:var(--line) var(--border);border-radius:var(--radius-card);background:var(--surface-1);display:grid;justify-items:start;align-content:center;gap:6px;padding:14px;text-align:left}.quick-card--main{min-height:154px;grid-row:span 2;background:var(--surface-2)}.quick-card strong,.banner-strip strong,.profile-user strong,.member-card strong,.balance-card strong,.detail-meta strong{font-size:17px;line-height:22px;font-weight:900}.quick-card span,.banner-strip span,.profile-user span,.member-card em,.profile-metrics span,.detail-meta p,.works-grid span,.ios-note,.agreement-row{color:var(--text-muted);font-size:12px;line-height:16px;font-weight:700}.banner-strip,.member-card,.balance-card{border:var(--line) var(--border);border-radius:var(--radius-card);background:var(--surface-2);padding:16px}.banner-strip,.section-head,.profile-top{justify-content:space-between}.home-section{display:grid;gap:10px}.template-feed,.masonry-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 12px}.recent-row{display:flex;gap:9px;overflow:hidden}.recent-item{flex:0 0 76px}.recent-upload{aspect-ratio:1 / 1;border:var(--line) var(--border);border-radius:var(--radius-card);background:var(--surface-1);display:grid;place-items:center}.dream-top{min-height:56px;display:flex;justify-content:space-between;align-items:center}.ai-orb-card,.dream-input-card,.recent-dream-card,.story-card,.visual-card,.memory-panel,.search-bar,.record-card,.sleep-placeholder,.privacy-note,.settings-list{border:var(--line) var(--border);border-radius:var(--radius-card);background:var(--surface-1)}.ai-orb-card{min-height:214px;padding:22px 18px;display:grid;place-items:center;gap:10px;text-align:center;color:inherit;font:inherit;cursor:pointer}.voice-first-card{min-height:378px;padding:30px 22px;align-content:center;background:var(--surface-2);cursor:default}.voice-first-card .ai-guide-avatar{width:140px;height:140px}.voice-first-card .ai-avatar-face{width:128px;height:128px;border-radius:40px}.voice-first-card .ai-mic-badge{right:0;bottom:8px;width:38px;height:38px}.ai-guide-avatar{position:relative;width:116px;height:116px;display:grid;place-items:center}.ai-avatar-face{width:104px;height:104px;border:var(--line) var(--border);border-radius:34px;background:var(--surface-2);display:grid;place-items:center}.ai-mic-badge{position:absolute;right:2px;bottom:6px;width:34px;height:34px;border:var(--line) var(--border);border-radius:var(--radius-circle);background:var(--surface-3);display:grid;place-items:center}.ai-avatar,.brand-mark,.mini-ai{display:grid;place-items:center;border:var(--line) var(--border);background:var(--surface-2)}.ai-avatar{width:104px;height:104px;border-radius:32px}.voice-avatar{background:var(--surface-3)}.ai-orb-card strong,.recent-dream-card strong,.story-card strong,.sleep-placeholder strong,.empty-state strong{font-size:18px;line-height:24px;font-weight:900}.ai-orb-card span,.recent-dream-card p,.story-card p,.memory-panel p,.record-card p,.sleep-placeholder p,.privacy-note p,.login-brand p,.chat-ai-head span{color:var(--text-muted);font-size:12px;line-height:18px;font-weight:700}.ai-orb-card em{color:var(--text-muted);font-size:11px;line-height:15px;font-style:normal;font-weight:900}.home-voice-actions{display:grid;justify-content:center;justify-items:center;gap:8px;margin-top:148px}.home-voice-actions .primary-voice-action,.home-voice-actions .home-text-action{width:220px;min-height:44px;border-radius:12px}.home-voice-actions .home-text-action{background:transparent}.dream-home-screen{position:relative;overflow:hidden;min-height:100%;align-content:stretch;grid-template-rows:minmax(0,1fr);padding-bottom:112px}.dream-home-screen:before,.dream-home-screen:after{content:"";position:absolute;pointer-events:none;border-radius:999px}.dream-home-screen:before{width:218px;height:218px;left:50%;top:104px;transform:translate(-50%);background:var(--surface-1);opacity:.56}.dream-home-screen:after{width:150px;height:150px;right:-58px;top:244px;background:var(--surface-2);opacity:.62}.dream-home-screen .dream-top,.home-immersive-record,.home-moon-icon{position:relative;z-index:1}.home-moon-icon{position:absolute;right:var(--space-page-x);top:18px;color:var(--text-strong)}.home-immersive-record{min-height:438px;display:grid;align-content:start;justify-items:center;gap:12px;padding-top:106px;text-align:center}.home-immersive-record .ai-guide-avatar{width:140px;height:140px}.home-immersive-record .ai-avatar-face{width:126px;height:126px;border-radius:40px;background:var(--surface-1)}.home-immersive-record .ai-mic-badge{right:4px;bottom:12px;width:38px;height:38px}.home-immersive-record strong{font-size:21px;line-height:27px;font-weight:950}.home-immersive-record span{max-width:236px;color:var(--text-muted);font-size:13px;line-height:20px;font-weight:750}.record-sheet-audio-preview{width:100%;min-height:48px;border:var(--line) var(--border);border-radius:14px;background:var(--surface-1);color:var(--text-strong);display:grid;grid-template-columns:32px minmax(0,1fr) auto;align-items:center;gap:10px;padding:8px 12px;font:inherit}.audio-preview-play{width:32px;height:32px;border-radius:var(--radius-circle);background:var(--surface-3);display:grid;place-items:center}.audio-preview-wave{display:flex;align-items:center;gap:4px;min-width:0}.audio-preview-wave i{flex:1;min-width:3px;max-width:8px;border-radius:var(--radius-pill);background:var(--text-muted)}.audio-preview-wave i:nth-child(1){height:10px}.audio-preview-wave i:nth-child(2){height:18px}.audio-preview-wave i:nth-child(3){height:26px}.audio-preview-wave i:nth-child(4){height:16px}.audio-preview-wave i:nth-child(5){height:22px}.audio-preview-wave i:nth-child(6){height:12px}.record-sheet-audio-preview em{color:var(--text-muted);font-style:normal;font-size:12px;line-height:16px;font-weight:850}.recording-wave{height:22px;display:inline-flex;align-items:center;justify-content:center;gap:5px}.recording-wave i{width:4px;border-radius:var(--radius-pill);background:var(--text-strong)}.recording-wave i:nth-child(1){height:10px;opacity:.5}.recording-wave i:nth-child(2){height:16px;opacity:.75}.recording-wave i:nth-child(3){height:22px}.recording-wave i:nth-child(4){height:16px;opacity:.75}.recording-wave i:nth-child(5){height:10px;opacity:.5}.recording-duration{color:var(--text-muted);font-size:12px;line-height:16px;font-weight:850;letter-spacing:.04em}.voice-transcript{width:100%;min-height:204px;padding:12px;border:var(--line) var(--border);border-radius:14px;background:var(--surface-1);color:var(--text-strong);font:inherit;font-size:14px;line-height:22px;font-weight:750;text-align:left;margin:0;resize:none;outline:none}.dream-capture-screen{--capture-hero-height: 250px;height:100%;display:flex;flex-direction:column;gap:0;overflow:hidden;background:var(--app-bg)}.dream-capture-content{min-height:0;flex:1 1 auto;overflow-y:auto;display:grid;align-content:start;gap:22px;padding:12px var(--space-page-x) 18px;scrollbar-width:none}.capture-state-ready .dream-capture-content,.capture-state-recording .dream-capture-content{grid-template-rows:auto var(--capture-hero-height) auto;align-content:start}.capture-state-done .dream-capture-content,.capture-state-text .dream-capture-content{grid-template-rows:auto var(--capture-hero-height) auto}.dream-capture-content::-webkit-scrollbar{display:none}.dream-capture-top{min-height:40px;display:flex;justify-content:flex-end;align-items:center}.dream-capture-top button{width:36px;height:36px;border:var(--line) var(--border);border-radius:12px;background:var(--surface-2);color:var(--text-strong);display:grid;place-items:center}.dream-capture-hero{height:var(--capture-hero-height);min-height:var(--capture-hero-height);display:grid;align-content:center;justify-items:center;gap:10px;text-align:center}.dream-capture-hero .ai-guide-avatar{margin-bottom:4px}.dream-capture-hero strong{color:var(--text-strong);font-size:22px;line-height:28px;font-weight:950}.dream-capture-hero span{max-width:250px;color:var(--text-muted);font-size:13px;line-height:20px;font-weight:750}.capture-result-panel,.capture-text-panel{width:100%;border:var(--line) var(--border);border-radius:20px;background:var(--surface-1)}.capture-record-main{--capture-main-button-size: 96px;--capture-main-icon-size: 28px;width:100%;min-height:202px;display:grid;place-items:center;align-content:center;gap:12px;padding:18px 16px 22px;border:0;border-radius:0;background:transparent;color:var(--text-strong);text-align:center}.capture-state-ready .capture-record-main,.capture-state-recording .capture-record-main{border:0;border-radius:0;background:transparent}.capture-record-main strong{font-size:17px;line-height:22px;font-weight:950}.capture-record-hint{max-width:220px;color:var(--text-muted);font-size:13px;line-height:20px;font-weight:750}.capture-round-record-button{width:var(--capture-main-button-size);height:var(--capture-main-button-size);min-width:var(--capture-main-button-size);min-height:var(--capture-main-button-size);margin-top:10px;border:var(--line) var(--border);border-radius:999px;background:var(--surface-3);color:var(--text-strong);display:grid;place-items:center;font:inherit}.capture-round-record-button.is-recording{border-color:var(--text-strong);background:var(--text-strong);color:var(--app-bg)}.capture-round-record-button svg{width:var(--capture-main-icon-size);height:var(--capture-main-icon-size)}.capture-record-label{min-height:18px;color:var(--text-muted);font-size:13px;line-height:18px;font-style:normal;font-weight:850}.capture-result-panel{display:grid;gap:12px;padding:0;border:0;border-radius:0;background:transparent}.capture-text-panel{padding:12px}.capture-text-panel textarea{width:100%;min-height:252px;border:0;background:transparent;color:var(--text-strong);font:inherit;font-size:14px;line-height:22px;font-weight:750;resize:none;outline:none}.capture-text-panel textarea::placeholder{color:var(--text-muted)}.dream-input-card{padding:14px;display:grid;gap:10px}.voice-capture-card{gap:12px}.dream-input-card label,.recent-dream-card span,.story-card span,.memory-panel span,.record-card span{color:var(--text-muted);font-size:11px;line-height:15px;font-weight:900}.fake-textarea{min-height:76px;padding:12px;border:var(--line) var(--border);border-radius:14px;color:var(--text-muted);background:var(--surface-2);font-size:14px;font-weight:800}.voice-wave-placeholder{min-height:76px;padding:12px;border:var(--line) var(--border);border-radius:14px;background:var(--surface-2);display:flex;align-items:center;justify-content:center;gap:7px}.voice-wave-placeholder span{width:8px;border-radius:var(--radius-pill);background:var(--text-muted)}.voice-wave-placeholder span:nth-child(1){height:18px}.voice-wave-placeholder span:nth-child(2){height:34px}.voice-wave-placeholder span:nth-child(3){height:48px}.voice-wave-placeholder span:nth-child(4){height:30px}.voice-wave-placeholder span:nth-child(5){height:22px}.input-actions,.filter-row,.dream-tags{display:flex;gap:8px;flex-wrap:wrap}.home-voice-actions button,.input-actions button,.quick-tags button,.filter-row button,.visual-card button{min-height:34px;border:var(--line) var(--border);border-radius:var(--radius-pill);background:var(--surface-2);color:var(--text-strong);display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 12px;font-size:12px;font-weight:900}.home-voice-actions .primary-voice-action,.input-actions .primary-voice-action{background:var(--surface-3)}.quick-tags{display:flex;align-items:center;gap:8px;overflow:hidden}.quick-tags span{color:var(--text-muted);font-size:12px;font-weight:900}.recent-dream-card{padding:14px;display:grid;gap:5px;text-align:left;color:inherit;font:inherit}.login-one-tap-screen{height:100%;min-height:100%;padding:14px var(--space-page-x) 24px;display:flex;flex-direction:column;gap:0;overflow:hidden}.login-close-button{width:36px;height:36px;border:0;border-radius:12px;background:transparent;color:var(--text-strong);display:grid;place-items:center}.login-one-tap-main{flex:1 1 auto;min-height:0;display:grid;align-content:center;justify-items:center;gap:22px;padding-bottom:70px}.login-carrier-block{display:grid;justify-items:center;gap:12px}.login-carrier-block h1{color:var(--text-strong);font-size:32px;line-height:38px;font-weight:950;letter-spacing:.01em}.login-carrier-block p{margin:0;color:var(--text-muted);font-size:12px;line-height:18px;font-weight:750}.login-one-tap-button{width:100%;min-height:52px;border:0;border-radius:18px;background:var(--text-strong);color:var(--inverse-text);display:inline-flex;align-items:center;justify-content:center;font:inherit;font-size:15px;line-height:20px;font-weight:900}.login-agreement-row{width:100%;display:grid;grid-template-columns:16px minmax(0,1fr);align-items:start;gap:7px;color:var(--text-muted);font-size:10px;line-height:15px;font-weight:700}.login-agreement-check{width:12px;height:12px;margin-top:1px;border:var(--line) var(--text-muted);border-radius:2px;background:transparent}.login-other-methods{flex:0 0 auto;display:grid;justify-items:center;gap:14px}.login-other-methods>span{color:var(--text-muted);font-size:12px;line-height:16px;font-weight:800}.login-other-methods>div{display:flex;align-items:center;justify-content:center;gap:18px}.login-other-methods button{width:44px;height:44px;border:0;border-radius:50%;background:var(--surface-1);color:var(--text-strong);display:grid;place-items:center}.dream-chat-screen{height:100%;display:flex;flex-direction:column;align-content:stretch;gap:0;background:var(--app-bg)}.dream-chat-scroll{display:grid;align-content:start;gap:13px;padding-top:0}.interview-session-header{display:grid;grid-template-columns:36px minmax(0,1fr) 36px;align-items:center;gap:10px;min-height:58px;padding:6px 0 10px;border-bottom:0}.interview-session-header:after{content:"";width:36px;height:36px}.interview-back-button{width:36px;height:36px;border:var(--line) var(--border);border-radius:10px;background:var(--surface-2);color:var(--text-strong);display:grid;place-items:center}.interview-title-block{min-height:36px;border:0;border-radius:0;background:transparent;color:var(--text-strong);display:grid;place-items:center}.interview-title-block strong{font-size:14px;line-height:20px;font-weight:900}.interview-status-pill{min-height:28px;padding:0 9px;border:var(--line) var(--border);border-radius:var(--radius-pill);background:var(--surface-2);color:var(--text-muted);display:inline-grid;place-items:center;font-size:11px;font-weight:850}.chat-thread{display:grid;align-content:start;gap:12px}.bubble{max-width:84%;padding:10px 12px;border:var(--line) var(--border);border-radius:10px;font-size:12px;line-height:18px;font-weight:800}.bubble p{margin:0}.bubble.ai{background:var(--surface-1);color:var(--text-strong);justify-self:start}.bubble.user{background:var(--inverse-bg);color:var(--inverse-text);justify-self:end}.bubble-sender{display:block;margin-bottom:5px;color:var(--text-muted);font-size:10px;line-height:14px;font-weight:850}.dream-description-card{min-height:254px;padding:18px;border:var(--line) var(--border);border-radius:var(--radius-card);background:var(--surface-1);display:grid;align-content:start;gap:12px}.dream-description-card h1{font-size:25px;line-height:31px}.dream-description-card>p{max-width:270px;color:var(--text-muted);font-size:13px;line-height:20px;font-weight:750}.dream-description-example{margin-top:auto;padding:13px;border:var(--line) var(--border);border-radius:12px;background:var(--surface-2);display:grid;gap:6px}.dream-description-example span{color:var(--text-muted);font-size:11px;line-height:15px;font-weight:900}.dream-description-example p{color:var(--text-strong);font-size:13px;line-height:20px;font-weight:800}.interview-memory-panel{width:100%;padding:12px;border:var(--line) var(--border);border-radius:11px;background:var(--surface-2);display:grid;gap:5px;justify-self:stretch}.interview-memory-panel span{color:var(--text-muted);font-size:10px;line-height:14px;font-weight:850}.interview-memory-panel strong{font-size:12px;line-height:17px;font-weight:900}.interview-memory-panel p{margin:0;color:var(--text-muted);font-size:11px;line-height:16px;font-weight:750}.interview-ai-disclaimer{margin:2px 0 0;color:var(--text-muted);font-size:10px;line-height:14px;font-weight:700;text-align:center}.interview-feeling-row{display:grid;gap:8px}.interview-feeling-row>span{color:var(--text-muted);font-size:12px;line-height:16px;font-weight:850}.interview-feeling-row>div{display:flex;flex-wrap:wrap;gap:8px}.interview-feeling-row button{min-height:34px;padding:0 12px;border:var(--line) var(--border);border-radius:var(--radius-pill);background:var(--surface-2);color:var(--text-muted);font:inherit;font-size:12px;font-weight:850}.interview-feeling-row button.is-selected{background:var(--surface-3);color:var(--text-strong)}.interview-lock-bar{display:grid;grid-template-columns:1fr;gap:8px;padding-top:10px;background:var(--app-bg)}.interview-member-banner{width:100%;min-height:54px;border:var(--line) var(--border);border-radius:12px;background:var(--surface-2);color:var(--text-strong);display:grid;grid-template-columns:minmax(0,1fr) 18px;align-items:center;gap:10px;padding:9px 12px;text-align:left;font:inherit}.interview-member-banner span{display:grid;gap:3px}.interview-member-banner strong{font-size:13px;line-height:17px;font-weight:900}.interview-member-banner em{color:var(--text-muted);font-style:normal;font-size:11px;line-height:15px;font-weight:750}.interview-input-row{display:grid;grid-template-columns:minmax(0,1fr) 32px;align-items:center;gap:6px}.interview-lock-bar .send-message-button{width:32px;height:32px;border:var(--line) var(--border);border-radius:10px;background:var(--surface-2);color:var(--text-strong);display:grid;place-items:center}.chat-placeholder{height:32px;display:flex;align-items:center;padding:0 10px;border:var(--line) var(--border);border-radius:9px;background:var(--surface-1);color:var(--text-muted);font-size:11px;font-weight:800}.interview-lock-bar .bottom-cta{min-height:42px;height:42px;border-radius:9px;display:inline-flex;align-items:center;justify-content:center;padding:0 10px;white-space:nowrap;width:100%;font-size:13px}.dream-processing-screen{min-height:100%;position:relative;overflow:hidden;align-content:stretch;grid-template-rows:1fr auto auto;gap:18px;padding-top:16px}.dream-processing-screen:before,.dream-processing-screen:after{content:"";position:absolute;border-radius:999px;pointer-events:none}.dream-processing-screen:before{width:240px;height:240px;left:50%;top:92px;transform:translate(-50%);background:var(--surface-1);opacity:.5}.dream-processing-screen:after{width:150px;height:150px;right:-54px;bottom:156px;background:var(--surface-2);opacity:.7}.processing-hero,.processing-step-list,.processing-comfort-card,.processing-bottom{position:relative;z-index:1}.processing-hero{display:grid;align-content:center;justify-items:center;text-align:center;gap:12px}.processing-orb{position:relative;width:132px;height:132px;border-radius:44px;background:var(--surface-1);color:var(--text-strong);display:grid;place-items:center}.processing-orb span{position:absolute;inset:16px;border:var(--line) var(--border);border-radius:36px;animation:dreamPulse 1.8s ease-in-out infinite}.processing-hero h1{max-width:292px;font-size:23px;line-height:31px}.processing-hero p{max-width:272px;color:var(--text-muted);font-size:13px;line-height:20px;font-weight:750}.processing-step-list{display:grid;justify-items:center;gap:8px}.processing-step-list span{min-height:28px;display:inline-flex;align-items:center;gap:7px;color:var(--text-muted);font-size:12px;line-height:16px;font-weight:850}.processing-step-list span.is-complete{color:var(--text-muted)}.processing-step-list span.is-active{color:var(--text-strong)}.processing-comfort-card{padding:0 18px;text-align:center}.processing-comfort-card p{margin:0;color:var(--text-muted);font-size:13px;line-height:21px;font-weight:750}.processing-bottom{align-self:end;display:grid;gap:12px;padding-bottom:2px}.processing-progress-head{display:flex;align-items:center;justify-content:flex-end;gap:12px}.processing-progress-head span{color:var(--text-muted);font-size:11px;line-height:15px;font-weight:900}.processing-progress-head strong{font-size:14px;line-height:18px;font-weight:950}.processing-progress-bar{height:7px;border-radius:var(--radius-pill);background:var(--surface-2);overflow:hidden}.processing-progress-bar span{display:block;width:72%;height:100%;border-radius:inherit;background:var(--surface-3);animation:dreamProgress 2.4s ease-in-out infinite}.dream-processing-screen.is-done .processing-progress-bar span{width:100%;animation:none}.processing-action-slot{min-height:44px}.processing-finish-button{width:100%;min-height:44px;border-radius:12px}@keyframes dreamPulse{0%,to{transform:scale(.92);opacity:.45}50%{transform:scale(1.08);opacity:1}}@keyframes dreamProgress{0%,to{width:64%}50%{width:78%}}.story-card,.visual-card,.sleep-placeholder,.privacy-note{padding:16px;display:grid;gap:10px}.immersive-result-screen{position:relative;height:100%;padding:0 var(--space-page-x);gap:0;min-height:100%;overflow:hidden;background:var(--app-bg)}.result-scroll-content{display:grid;align-content:start;gap:14px;padding:0 0 18px}.screen--immersive{height:calc(var(--phone-h) - var(--statusbar-h));margin-top:0;background:var(--app-bg)}.dream-cover-hero{position:relative;min-height:456px;margin:0 calc(var(--space-page-x) * -1);padding:58px var(--space-page-x) 22px;display:grid;grid-template-rows:1fr;align-items:end;gap:14px;border:0;border-radius:0;background:radial-gradient(circle at 18% 22%,rgba(255,255,255,.12),transparent 30%),linear-gradient(180deg,#12121214,#1212126b 58%,#121212c7),var(--placeholder);color:var(--text-strong);overflow:hidden}.dream-cover-art{position:absolute;inset:0;display:block;background:linear-gradient(140deg,#13161c38,#2a2b322e 42%,#090a0d57),radial-gradient(circle at 30% 30%,rgba(255,255,255,.14),transparent 26%),radial-gradient(circle at 72% 18%,rgba(255,255,255,.08),transparent 24%),linear-gradient(180deg,var(--surface-3),var(--app-bg))}.dream-cover-hero:after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,#0000000f,#0000003d 48%,#000000b8);pointer-events:none}.dream-cover-safe-panel{position:relative;z-index:2;padding:0;display:grid;gap:12px;border:0;border-radius:0;background:transparent}.dream-cover-caption{display:grid;gap:6px}.dream-cover-caption h1{color:var(--text-strong);font-size:26px;line-height:32px}.dream-cover-caption p{color:var(--text-muted);font-size:12px;line-height:18px;font-weight:800}.immersive-back-btn,.immersive-edit-btn,.immersive-title-edit-btn,.immersive-time-edit-btn,.immersive-share-btn,.immersive-vr-btn{position:absolute;top:12px;z-index:3;height:36px;border:var(--line) var(--border);border-radius:12px;background:var(--surface-1);color:var(--text-strong)}.immersive-back-btn,.immersive-edit-btn,.immersive-title-edit-btn,.immersive-time-edit-btn,.immersive-share-btn{width:36px;display:grid;place-items:center}.immersive-back-btn{left:var(--space-page-x)}.immersive-share-btn{right:var(--space-page-x)}.immersive-edit-btn,.immersive-time-edit-btn{right:calc(var(--space-page-x) + 44px)}.immersive-title-edit-btn{right:calc(var(--space-page-x) + 88px)}.immersive-vr-btn{right:calc(var(--space-page-x) + 132px);min-width:86px;padding:0 10px;display:inline-flex;align-items:center;justify-content:center;gap:6px;font:inherit;font-size:12px;font-weight:900}.result-meta-card{padding:14px;border:var(--line) var(--border);border-radius:var(--radius-card);background:var(--surface-1);display:grid;gap:6px}.result-meta-card span{color:var(--text-muted);font-size:11px;line-height:15px;font-weight:900}.result-meta-card p{color:var(--text-muted);font-size:12px;line-height:18px;font-weight:700;margin:0}.share-card-section{padding:14px;border:var(--line) var(--border);border-radius:var(--radius-card);background:var(--surface-1);display:grid;gap:12px}.section-title-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.section-title-row h2{font-size:18px;line-height:24px}.section-title-row>div{min-width:0}.result-secondary-action{flex:0 0 100px;width:100px;min-height:36px;white-space:nowrap;font-size:13px}.section-title-row button,.share-card-actions button{min-height:34px;border:var(--line) var(--border);border-radius:var(--radius-pill);background:var(--surface-2);color:var(--text-strong);display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 12px;font-size:12px;font-weight:900}.dream-share-preview{min-height:262px;padding:14px;border:var(--line) var(--border-strong);border-radius:22px;background:var(--surface-2);display:grid;align-content:space-between;gap:12px}.share-cover-mini{min-height:96px;padding:14px;border:var(--line) var(--border);border-radius:18px;background:var(--surface-3);display:grid;align-content:end;gap:10px}.share-cover-mini div{width:72%;height:34px;border:var(--line) var(--border-strong);border-radius:14px;background:var(--surface-2)}.share-cover-mini span{width:48%;height:20px;border:var(--line) var(--border-strong);border-radius:var(--radius-pill);background:var(--surface-2)}.share-copy{display:grid;gap:6px}.share-copy span{color:var(--text-muted);font-size:11px;line-height:15px;font-weight:900}.share-copy strong{font-size:22px;line-height:28px;font-weight:900}.share-copy p{color:var(--text-muted);font-size:13px;line-height:20px;font-weight:750}.share-tags,.share-card-actions{display:flex;gap:8px;flex-wrap:wrap}.share-tags span{padding:7px 10px;border:var(--line) var(--border);border-radius:var(--radius-pill);background:var(--surface-1);color:var(--text-muted);font-size:11px;font-weight:900}.result-hero-tags{gap:7px}.result-hero-tags span{background:var(--surface-2)}.result-story-main{gap:12px}.result-story-main p{color:var(--text-strong);font-size:15px;line-height:24px;font-weight:750}.result-next-step{background:var(--surface-2)}.result-meta-sheet-layer{position:absolute;inset:0;z-index:40;display:flex;align-items:flex-end;overflow:hidden}.result-meta-sheet-backdrop{position:absolute;inset:0;border:0;background:var(--drawer-scrim)}.result-meta-sheet{position:relative;z-index:1;width:100%;max-height:calc(100% - 72px);padding:10px var(--space-page-x) calc(var(--safe-bottom) + 18px);border-top:var(--line) var(--border);border-radius:var(--radius-sheet) var(--radius-sheet) 0 0;background:var(--surface-1);display:grid;gap:12px;overflow-y:auto;scrollbar-width:none}.result-meta-sheet::-webkit-scrollbar{display:none}.result-meta-sheet header{min-height:42px;display:grid;grid-template-columns:36px minmax(0,1fr) 48px;align-items:center;gap:8px}.result-meta-sheet header button{min-height:36px;border:0;border-radius:10px;background:transparent;color:var(--text-strong);font:inherit;font-size:13px;font-weight:850}.result-meta-sheet header button:first-child{width:36px;display:grid;place-items:center}.result-meta-sheet header strong{text-align:center;font-size:15px;line-height:20px;font-weight:900}.result-meta-sheet header span{min-height:36px}.result-edit-menu-sheet{gap:10px}.result-edit-menu-list{display:grid;gap:10px}.result-edit-menu-list button{min-height:64px;padding:12px;border:var(--line) var(--border);border-radius:14px;background:var(--surface-2);color:var(--text-strong);display:grid;grid-template-columns:32px minmax(0,1fr);align-items:center;gap:10px;text-align:left;font:inherit}.result-edit-menu-list button>span{min-width:0;display:grid;gap:3px}.result-edit-menu-list strong{font-size:14px;line-height:19px;font-weight:900}.result-edit-menu-list em{color:var(--text-muted);font-size:12px;line-height:17px;font-style:normal;font-weight:750}.result-meta-field{padding:12px;border:var(--line) var(--border);border-radius:14px;background:var(--surface-2);display:grid;gap:8px}.result-meta-field span{color:var(--text-muted);font-size:11px;line-height:15px;font-weight:850}.result-meta-field input{width:100%;border:0;outline:0;background:transparent;color:var(--text-strong);font:inherit;font-size:15px;line-height:22px;font-weight:850}.result-meta-sheet p{margin:0;color:var(--text-muted);font-size:12px;line-height:18px;font-weight:750}.result-time-picker{position:relative;min-height:188px;display:grid;grid-template-columns:1.25fr .75fr .75fr;gap:4px;align-items:center}.result-time-picker:before{content:"";position:absolute;left:0;right:0;top:54px;height:46px;border-top:var(--line) var(--border);border-bottom:var(--line) var(--border);background:var(--surface-2);pointer-events:none}.result-time-picker div{position:relative;z-index:1;display:grid;gap:8px;justify-items:center}.result-time-picker span{min-height:34px;display:grid;place-items:center;color:var(--text-subtle);font-size:15px;line-height:20px;font-weight:750}.result-time-picker span.is-selected{color:var(--text-strong);font-size:18px;font-weight:950}.dream-analysis-card{padding:14px;border:var(--line) var(--border);border-radius:var(--radius-card);background:var(--surface-1);display:grid;gap:12px}.dream-analysis-card .section-title-row button{min-height:34px;border:var(--line) var(--border);border-radius:var(--radius-pill);background:var(--surface-2);color:var(--text-strong);display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 12px;font-size:12px;font-weight:900}.analysis-empty{color:var(--text-muted);font-size:13px;line-height:20px;font-weight:750}.analysis-result{display:grid;gap:14px}.analysis-lead{color:var(--text-strong);font-size:15px;line-height:24px;font-weight:800}.analysis-lead.secondary{color:var(--text-muted);font-size:14px;line-height:22px;font-weight:760}.analysis-chapter{display:grid;gap:7px}.analysis-chapter+.analysis-chapter{padding-top:18px;border-top:var(--line) var(--border)}.analysis-chapter span,.analysis-note span{color:var(--text-muted);font-size:11px;line-height:15px;font-weight:900}.analysis-chapter h3{margin:0;color:var(--text-strong);font-size:16px;line-height:22px;font-weight:900}.analysis-chapter p{color:var(--text-strong);font-size:14px;line-height:22px;font-weight:750}.analysis-note{padding:14px 0;border-top:var(--line) var(--border);display:grid;gap:6px}.analysis-note p{color:var(--text-strong);font-size:14px;line-height:22px;font-weight:820}.analysis-result>em{color:var(--text-muted);font-size:11px;line-height:16px;font-style:normal;font-weight:800}.result-page-disclaimer{margin:-2px 4px 2px;color:var(--text-subtle);font-size:10px;line-height:15px;font-weight:700;text-align:center}.dream-share-preview--compact{min-height:156px;grid-template-columns:86px 1fr;align-items:center;align-content:center}.dream-share-preview--compact .share-cover-mini{min-height:112px;padding:10px}.dream-share-preview--compact .share-copy strong{font-size:18px;line-height:24px}.dream-share-preview--compact .share-copy p{font-size:12px;line-height:18px}.result-detail-group{padding:14px;border:var(--line) var(--border);border-radius:var(--radius-card);background:var(--surface-1);display:grid;gap:10px}.share-entry-card{min-height:58px;padding:10px 12px;border:var(--line) var(--border);border-radius:16px;background:var(--surface-1);display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px}.share-entry-card p{margin:0;color:var(--text-muted);font-size:12px;line-height:18px;font-weight:800}.share-entry-card button,.share-floating-action{min-height:38px;border:var(--line) var(--border);border-radius:var(--radius-pill);background:var(--surface-2);color:var(--text-strong);display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 13px;font-weight:800}.result-video-standalone{width:100%;min-height:48px;border:var(--line) var(--border);border-radius:12px;background:var(--surface-2);color:var(--text-strong);display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 12px;white-space:nowrap;font-size:14px;font-weight:900}.dream-video-screen{position:relative;padding-bottom:16px}.dream-video-intro,.dream-video-source,.dream-video-options,.dream-video-progress,.dream-video-preview{display:grid;gap:8px}.dream-video-intro{gap:5px}.dream-video-intro h1{margin:0;font-size:25px;line-height:31px;font-weight:950}.dream-video-intro p,.dream-video-preview p,.dream-video-progress p{margin:0;color:var(--text-muted);font-size:13px;line-height:20px;font-weight:750}.dream-video-source,.dream-video-options,.dream-video-progress,.dream-video-preview{padding:14px;border:var(--line) var(--border);border-radius:var(--radius-card);background:var(--surface-1)}.dream-video-source>span,.dream-video-options>div>span{color:var(--text-muted);font-size:12px;font-weight:900}.dream-video-source textarea{width:100%;min-height:104px;border:0;outline:0;resize:none;background:transparent;color:var(--text-strong);font:inherit;font-size:13px;line-height:20px;font-weight:760}.dream-video-options{gap:14px}.dream-video-options>div{display:grid;gap:8px}.dream-video-choice-row{display:flex;gap:8px}.dream-video-choice-row button{min-height:34px;flex:1;border:var(--line) var(--border);border-radius:10px;background:var(--surface-2);color:var(--text-muted);font-size:13px;font-weight:800}.dream-video-choice-row button.is-selected{background:var(--surface-3);color:var(--text-strong)}.dream-video-progress{grid-template-columns:auto minmax(0,1fr);align-items:center}.dream-video-progress strong,.dream-video-preview strong{font-size:16px;line-height:22px}.dream-video-preview{grid-template-columns:112px minmax(0,1fr);align-items:center}.dream-video-preview-cover{aspect-ratio:9 / 16;min-height:180px;border:var(--line) var(--border);border-radius:12px;background:var(--surface-2);color:var(--text-strong);display:grid;place-items:center}.dream-video-generating-mask{position:absolute;z-index:12;inset:0;padding:0 var(--space-page-x);background:#0000007a;display:grid;place-items:center}.dream-video-generating-dialog{width:100%;max-width:276px;padding:22px 18px 18px;border:var(--line) var(--border);border-radius:24px;background:var(--surface-1);color:var(--text-strong);text-align:center;display:grid;justify-items:center;gap:10px;box-shadow:var(--shadow-floating)}.dream-video-progress-ring{width:76px;height:76px;border-radius:var(--radius-circle);background:conic-gradient(var(--text-strong) 0 50%,var(--surface-3) 50% 100%);display:grid;place-items:center}.dream-video-progress-ring span{width:64px;height:64px;border-radius:inherit;background:var(--surface-1);color:var(--text-strong);display:grid;place-items:center;font-size:14px;line-height:18px;font-weight:950}.dream-video-generating-dialog strong{margin-top:2px;font-size:17px;line-height:23px;font-weight:950}.dream-video-generating-dialog p{margin:0;max-width:214px;color:var(--text-muted);font-size:13px;line-height:20px;font-weight:750}.dream-video-generating-dialog em{color:var(--text-muted);font-size:12px;line-height:16px;font-style:normal;font-weight:850}.dream-video-dialog-actions{width:100%;margin-top:4px;display:grid;grid-template-columns:1fr 1fr;gap:10px}.dream-video-dialog-actions .ghost-cta,.dream-video-dialog-actions .bottom-cta{min-height:42px;border-radius:12px;font-size:13px}.dream-share-card-screen{height:100%;min-height:100%;padding-bottom:0;grid-template-rows:auto minmax(0,1fr) auto;align-content:stretch;overflow:hidden}.share-card-intro{display:grid;gap:8px}.share-card-intro p{color:var(--text-muted);font-size:13px;line-height:20px}.share-card-preview-large{min-height:360px;align-self:start}.share-card-preview-large .share-cover-mini{min-height:178px}.share-long-scroll{min-height:0;overflow-y:auto;padding:2px 0 18px;scrollbar-width:none}.share-long-scroll::-webkit-scrollbar{display:none}.share-long-card{overflow:hidden;border:var(--line) var(--border);border-radius:22px;background:var(--surface-1);display:grid}.share-long-cover{min-height:210px;padding:18px;background:var(--surface-3);display:grid;align-content:end;gap:10px}.share-long-cover span,.share-long-cover i{display:block;border-radius:999px;background:var(--placeholder)}.share-long-cover span{width:72%;height:38px}.share-long-cover i{width:46%;height:20px}.share-long-heading,.share-long-section,.share-brand-footer{padding:16px;border-top:var(--line) var(--border)}.share-long-heading{display:grid;gap:7px}.share-long-heading span,.share-section-label{color:var(--text-muted);font-size:11px;line-height:16px;font-weight:850}.share-long-heading h2{margin:0;color:var(--text-strong);font-size:24px;line-height:31px;font-weight:950}.share-long-heading p,.share-long-section p,.share-brand-lockup p{margin:0;color:var(--text-muted)}.share-long-heading p{font-size:14px;line-height:21px;font-weight:800}.share-long-section{display:grid;gap:10px}.share-long-section p{font-size:13px;line-height:22px;font-weight:760}.share-brand-footer{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:14px;background:var(--surface-2)}.share-brand-lockup{display:flex;align-items:center;gap:10px}.share-brand-logo{width:38px;height:38px;border:var(--line) var(--border);border-radius:12px;background:var(--surface-3);color:var(--text-strong);display:grid;place-items:center;font-size:14px;font-weight:950}.share-brand-lockup strong{color:var(--text-strong);font-size:15px;line-height:20px;font-weight:950}.share-brand-lockup p{margin-top:2px;font-size:11px;line-height:15px;font-weight:750}.share-qr{flex:0 0 auto;width:52px;height:52px;padding:5px;border:var(--line) var(--border);border-radius:12px;background:var(--surface-1);display:grid;grid-template-columns:repeat(3,1fr);gap:4px}.share-qr i{border-radius:3px;background:var(--text-strong);opacity:.9}.share-qr i:nth-child(2),.share-qr i:nth-child(4),.share-qr i:nth-child(9){opacity:.24}.share-floating-action{position:fixed;right:22px;bottom:calc(var(--safe-bottom) + 74px);box-shadow:var(--shadow-soft)}.result-detail-group .detail-section-card{background:var(--surface-2)}.inline-edit-btn{min-height:34px;border:var(--line) var(--border);border-radius:var(--radius-pill);background:var(--surface-2);color:var(--text-strong);display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 12px;font-size:12px;font-weight:900}.dream-analysis-card .section-title-row .result-secondary-action,.share-entry-card .result-secondary-action{flex:0 0 100px;width:100px;min-height:36px;padding:0 10px;white-space:nowrap;font-size:13px}.image-placeholder{min-height:154px;border:var(--line) var(--border);border-radius:18px;display:grid;place-items:center;background:var(--surface-2);color:var(--text-muted);font-weight:900}.dream-tags span{padding:8px 11px;border:var(--line) var(--border);border-radius:var(--radius-pill);background:var(--surface-1);font-size:12px;font-weight:900}.search-bar{min-height:42px;padding:0 12px;display:flex;align-items:center;gap:8px;color:var(--text-muted);font:inherit;font-size:12px;font-weight:800}.record-list{display:grid;gap:10px}.record-card{padding:14px;display:grid;gap:6px;text-align:left;color:inherit;font:inherit}.record-card em{color:var(--text-muted);font-size:11px;font-style:normal;font-weight:900}.empty-state{min-height:300px;display:grid;align-content:center;justify-items:center;gap:12px;text-align:center}.library-screen .empty-state{min-height:220px;margin-top:0;padding:18px 0 22px;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.settings-list{display:grid;overflow:hidden}.settings-list button{min-height:48px;padding:0 14px;border:0;border-bottom:var(--line) var(--border);background:transparent;color:var(--text-strong);text-align:left;font:inherit;font-weight:850}.settings-list button:last-child{border-bottom:0}.detail-section-card span,.library-overview span{color:var(--text-muted);font-size:11px;font-weight:900}.library-overview{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.library-overview article{min-height:62px;padding:10px;display:grid;align-content:center;gap:3px;border:var(--line) var(--border);border-radius:16px;background:var(--surface-1)}.library-overview strong{font-size:17px;line-height:22px;font-weight:900}.library-calendar-button{width:36px;height:36px;border:var(--line) var(--border);border-radius:10px;background:var(--surface-2);color:var(--text-strong);display:grid;place-items:center}.library-title-row{align-items:end}.library-title-actions{display:flex;align-items:center;gap:10px}.library-total-count{color:var(--text-muted);font-size:12px;line-height:18px;font-weight:900;white-space:nowrap}.library-calendar-sheet-layer{position:absolute;inset:0;z-index:40;display:flex;align-items:flex-end}.library-calendar-sheet-backdrop{position:absolute;inset:0;border:0;background:var(--drawer-scrim)}.library-calendar-sheet{position:relative;z-index:1;width:100%;margin-bottom:82px;padding:10px var(--space-page-x) 18px;border:var(--line) var(--border);border-radius:var(--radius-sheet);background:var(--surface-1);display:grid;gap:10px}.library-calendar-sheet header{min-height:42px;display:grid;grid-template-columns:36px minmax(0,1fr) 36px;align-items:center;gap:8px}.library-calendar-sheet header button{width:36px;height:36px;border:0;border-radius:10px;background:transparent;color:var(--text-strong);display:grid;place-items:center}.library-calendar-sheet header strong{text-align:center;font-size:15px;line-height:20px;font-weight:900}.library-calendar-sheet .dream-calendar-card{border:0;padding:0 0 4px;background:transparent}.dream-calendar-card{padding:14px;border:var(--line) var(--border);border-radius:var(--radius-card);background:var(--surface-1);display:grid;gap:12px}.calendar-month-switch{min-height:30px;display:grid;place-items:center;touch-action:pan-x;color:var(--text-strong);font-size:16px;line-height:22px;font-weight:900;letter-spacing:.01em;-webkit-user-select:none;user-select:none}.dream-timeline{display:grid;gap:12px}.dream-calendar-card h2,.dream-timeline h2{font-size:18px;line-height:24px}.calendar-weekdays,.dream-calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:5px;text-align:center}.calendar-weekdays{color:var(--text-muted);font-size:11px;font-weight:850}.dream-calendar-grid>span,.dream-calendar-grid>i{aspect-ratio:1;border-radius:8px;display:grid;place-items:center;font-size:11px;font-style:normal;font-weight:850}.dream-calendar-grid>span{color:var(--text-muted)}.dream-calendar-grid>span.has-dream{background:var(--surface-2);color:var(--text-strong)}.dream-calendar-grid>span.is-today{border:var(--line) var(--border-strong)}.dream-calendar-card p{margin:0;color:var(--text-muted);font-size:12px;line-height:18px;font-weight:750}.dream-calendar-card p b{color:var(--text-strong)}.timeline-count{color:var(--text-muted);font-size:12px;font-weight:850}.timeline-list{position:relative;display:grid;gap:12px}.timeline-list:before{content:"";position:absolute;top:10px;bottom:10px;left:5px;width:1px;background:var(--border)}.timeline-item{position:relative;padding-left:18px}.timeline-dot{position:absolute;top:17px;left:0;z-index:1;width:11px;height:11px;border:var(--line) var(--border-strong);border-radius:50%;background:var(--surface-1)}.record-card--timeline{min-height:104px;padding:13px;grid-template-columns:minmax(0,1fr);align-items:start}.record-card--timeline .record-main{display:grid;gap:5px}.record-card{grid-template-columns:58px 1fr}.record-cover{width:48px;height:58px;display:grid;place-items:center;border:var(--line) var(--border);border-radius:14px;background:var(--surface-2)}.record-main{display:grid;gap:5px}.record-card--draft{background:var(--surface-2)}.record-card--private .record-cover,.record-card--failed .record-cover{background:var(--surface-3)}.record-card.record-card--timeline{position:relative;min-height:126px;padding:14px;grid-template-columns:minmax(0,1fr);align-items:start;overflow:hidden;background:linear-gradient(90deg,#121212e0,#121212b8 56%,#12121257),radial-gradient(circle at 78% 24%,rgba(255,255,255,.18),transparent 30%),linear-gradient(145deg,var(--surface-3),var(--surface-1))}.record-card.record-card--image{background:linear-gradient(90deg,#121212e6,#121212b3 56%,#12121252),radial-gradient(circle at 78% 26%,rgba(255,255,255,.2),transparent 28%),linear-gradient(150deg,var(--surface-3),var(--surface-1))}.record-card.record-card--restored{background:linear-gradient(90deg,#121212e6,#121212b3 56%,#1212124d),radial-gradient(circle at 72% 30%,rgba(255,255,255,.14),transparent 30%),linear-gradient(145deg,var(--surface-2),var(--surface-1))}.record-card.record-card--forest{background:linear-gradient(90deg,#121212e6,#121212ad 58%,#12121252),radial-gradient(circle at 76% 20%,rgba(255,255,255,.12),transparent 26%),linear-gradient(145deg,var(--surface-1),var(--surface-3))}.record-card.record-card--letter{background:linear-gradient(90deg,#121212e6,#121212b3 58%,#12121252),radial-gradient(circle at 74% 68%,rgba(255,255,255,.13),transparent 30%),linear-gradient(150deg,var(--surface-2),var(--surface-1))}.record-card.record-card--timeline p{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.detail-section-card{padding:14px;border:var(--line) var(--border);border-radius:var(--radius-card);background:var(--surface-1);display:grid;gap:6px}.detail-section-card p{margin:0;color:var(--text-strong);font-size:13px;line-height:20px;font-weight:750}.audio-record-card{gap:12px}.audio-record-heading,.audio-record-player{display:flex;align-items:center}.audio-record-heading{justify-content:space-between}.audio-record-heading time,.audio-play-status{color:var(--text-muted);font-size:11px;font-weight:850}.audio-record-player{gap:10px}.audio-play-btn{width:32px;height:32px;flex:0 0 32px;border:0;border-radius:10px;background:var(--text-strong);color:var(--inverse-text);display:inline-flex;align-items:center;justify-content:center}.audio-waveform{min-width:0;flex:1;height:32px;display:flex;align-items:center;gap:3px;overflow:hidden}.audio-waveform i{width:3px;flex:0 0 3px;max-height:32px;border-radius:2px;background:var(--border)}.audio-play-status{min-width:40px;text-align:right}.floating-edit-action{min-height:36px;width:max-content;margin-left:auto;border:var(--line) var(--border);border-radius:var(--radius-pill);background:var(--surface-1);color:var(--text-strong);display:inline-flex;align-items:center;gap:7px;padding:0 13px;font:inherit;font-size:12px;font-weight:900}.sleep-summary-card,.sleep-trend-card{padding:16px;display:flex;gap:10px;align-items:flex-start;border:var(--line) var(--border);border-radius:var(--radius-card);background:var(--surface-1)}.sleep-summary-card{align-items:center}.sleep-summary-icon,.sleep-dream-icon{width:38px;height:38px;border-radius:50%;background:var(--surface-2);color:var(--text-strong);display:grid;place-items:center;flex:0 0 auto}.sleep-summary-card div:last-child{display:grid;gap:3px}.sleep-summary-card span,.sleep-stage-total{color:var(--text-muted);font-size:12px;font-weight:850}.sleep-data-card,.sleep-stages-card,.sleep-checkin-card,.sleep-week-card,.sleep-talk-card,.sleep-noise-card{padding:14px;border:var(--line) var(--border);border-radius:var(--radius-card);background:var(--surface-1);display:grid;gap:12px}.sleep-data-card{gap:13px}.sleep-stages-card h2,.sleep-checkin-card h2,.sleep-week-card h2,.sleep-talk-card h2,.sleep-noise-card h2,.sleep-data-card h2{font-size:18px;line-height:24px}.sleep-score{min-height:32px;padding:0 10px;border:var(--line) var(--border);border-radius:10px;background:var(--surface-2);display:inline-grid;place-items:center;color:var(--text-strong);font-size:13px;font-weight:900}.sleep-source-row{display:grid;gap:7px}.sleep-source-row span{min-height:32px;padding:0 10px;border:var(--line) var(--border);border-radius:10px;background:var(--surface-2);color:var(--text-muted);display:inline-flex;align-items:center;gap:7px;font-size:12px;line-height:16px;font-weight:800}.sleep-metric-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.sleep-metric-grid article{min-height:64px;padding:10px;border:var(--line) var(--border);border-radius:10px;background:var(--surface-2);display:grid;align-content:center;gap:5px}.sleep-metric-grid span{color:var(--text-muted);font-size:11px;line-height:15px;font-weight:850}.sleep-metric-grid strong{color:var(--text-strong);font-size:15px;line-height:20px;font-weight:900}.sleep-stage-track{height:36px;display:flex;align-items:stretch;gap:3px}.sleep-stage-track i{flex:1;border-radius:5px;background:var(--surface-2)}.sleep-stage-track i:nth-child(2),.sleep-stage-track i:nth-child(5),.sleep-stage-track i:nth-child(8){height:65%;align-self:end}.sleep-stage-track i:nth-child(3),.sleep-stage-track i:nth-child(6){height:45%;align-self:end}.sleep-stage-track i:nth-child(4),.sleep-stage-track i:nth-child(9){height:82%;align-self:end}.sleep-stage-labels{display:flex;justify-content:space-between;gap:10px;color:var(--text-muted);font-size:11px;font-weight:750}.sleep-data-note{margin:0;color:var(--text-muted);font-size:12px;line-height:18px;font-weight:750}.sleep-talk-card{gap:10px}.sleep-talk-record-action{min-height:32px;border:var(--line) var(--border);border-radius:10px;background:var(--surface-2);color:var(--text-strong);display:inline-flex;align-items:center;gap:5px;padding:0 10px;font:inherit;font-size:12px;font-weight:850}.sleep-talk-record-action.is-recording{border-color:var(--text-strong);background:var(--text-strong);color:var(--inverse-text)}.sleep-talk-content{display:grid;gap:8px}.sleep-talk-content>p,.sleep-talk-note{margin:0;color:var(--text-muted);font-size:12px;line-height:18px;font-weight:750}.sleep-talk-active{min-height:64px;padding:12px;border:var(--line) var(--border);border-radius:10px;background:var(--surface-2);display:grid;grid-template-columns:1fr auto;gap:3px 10px;align-items:center}.sleep-talk-active span,.sleep-talk-active p{color:var(--text-muted);font-size:12px;font-weight:750}.sleep-talk-active strong{color:var(--text-strong);font-size:18px;line-height:22px;font-weight:900}.sleep-talk-active p{grid-column:1 / -1;margin:0;line-height:18px}.sleep-talk-clips{display:grid;gap:7px}.sleep-talk-clips article{min-height:48px;padding:9px 10px;border:var(--line) var(--border);border-radius:10px;background:var(--surface-2);display:grid;grid-template-columns:36px 34px minmax(0,1fr);align-items:center;gap:8px}.sleep-talk-clips time,.sleep-talk-clips span{color:var(--text-muted);font-size:11px;font-weight:850}.sleep-talk-clips p{margin:0;overflow:hidden;color:var(--text-strong);font-size:12px;line-height:18px;font-weight:750;text-overflow:ellipsis;white-space:nowrap}.sleep-checkin-card>div:first-child{display:grid;gap:3px}.sleep-feeling-options{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px}.sleep-feeling-options button{min-height:34px;border:var(--line) var(--border);border-radius:10px;background:var(--surface-2);color:var(--text-muted);font-size:12px;font-weight:850}.sleep-feeling-options button.is-selected{background:var(--surface-3);color:var(--text-strong)}.sleep-dream-link{min-height:72px;padding:12px 14px;border:var(--line) var(--border);border-radius:var(--radius-card);background:var(--surface-1);color:var(--text-strong);display:grid;grid-template-columns:38px minmax(0,1fr) 18px;align-items:center;gap:10px;text-align:left;font:inherit}.sleep-dream-link>span:nth-child(2){display:grid;gap:4px}.sleep-dream-link strong{font-size:15px;line-height:20px;font-weight:900}.sleep-dream-link em,.sleep-week-card p{color:var(--text-muted);font-size:12px;line-height:18px;font-style:normal;font-weight:750}.sleep-week-bars{height:104px;display:grid;grid-template-columns:repeat(7,minmax(0,1fr));align-items:end;gap:7px}.sleep-week-bars div{height:100%;display:grid;grid-template-rows:1fr 16px;align-items:end;gap:6px;text-align:center}.sleep-week-bars i{width:100%;align-self:end;border-radius:6px;background:var(--surface-2)}.sleep-week-bars span{color:var(--text-muted);font-size:11px;font-weight:800}.sleep-week-card p{margin:0}.sleep-sync-note{min-height:34px;border:0;background:transparent;color:var(--text-muted);display:inline-flex;align-items:center;justify-content:center;gap:7px;font:inherit;font-size:12px;font-weight:800}.sleep-noise-card{gap:12px}.sleep-noise-options,.sleep-noise-timer-row{display:grid;gap:8px}.sleep-noise-options{grid-template-columns:repeat(4,minmax(0,1fr))}.sleep-noise-timer-row{grid-template-columns:repeat(3,minmax(0,1fr))}.sleep-noise-options button,.sleep-noise-timer-row button{min-height:34px;border:var(--line) var(--border);border-radius:10px;background:var(--surface-2);color:var(--text-muted);font:inherit;font-size:12px;font-weight:850}.sleep-noise-options button.is-selected,.sleep-noise-timer-row button.is-selected{background:var(--surface-3);color:var(--text-strong)}.sleep-noise-play{min-height:44px;border:var(--line) var(--border);border-radius:12px;background:var(--text-strong);color:var(--inverse-text);display:inline-flex;align-items:center;justify-content:center;gap:7px;font:inherit;font-size:14px;font-weight:900}.white-noise-screen{gap:14px}.noise-player-card,.noise-section{padding:14px;border:var(--line) var(--border);border-radius:var(--radius-card);background:var(--surface-1);display:grid;gap:12px}.noise-player-card{min-height:264px;place-items:center;text-align:center}.noise-orb{position:relative;width:112px;height:112px;border-radius:36px;background:var(--surface-2);color:var(--text-strong);display:grid;place-items:center}.noise-orb svg{position:relative;z-index:2}.noise-orb span{position:absolute;inset:12px;border:var(--line) var(--border);border-radius:30px}.noise-orb i{position:absolute;inset:-12px;border:var(--line) var(--border);border-radius:44px;opacity:0}.noise-orb.is-playing i{opacity:1}.noise-player-copy{display:grid;gap:6px}.noise-player-copy span,.noise-note{color:var(--text-muted);font-size:12px;line-height:18px;font-weight:750}.noise-player-copy strong{font-size:22px;line-height:28px;font-weight:950}.noise-player-copy p,.noise-note{margin:0}.noise-player-copy p{max-width:260px;color:var(--text-muted);font-size:13px;line-height:20px;font-weight:750}.noise-play-button{width:100%;min-height:44px;border:var(--line) var(--border);border-radius:12px;background:var(--text-strong);color:var(--inverse-text);display:inline-flex;align-items:center;justify-content:center;gap:8px;font:inherit;font-size:14px;font-weight:900}.noise-list{display:flex;gap:10px;margin-inline:-14px;padding:0 14px 4px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:x proximity;scrollbar-width:none;-webkit-overflow-scrolling:touch}.noise-list::-webkit-scrollbar{display:none}.noise-list button{flex:0 0 78px;width:78px;min-width:0;padding:0;border:0;border-radius:8px;background:transparent;color:var(--text-strong);display:grid;justify-items:center;align-content:start;gap:7px;text-align:center;font:inherit;scroll-snap-align:start}.noise-cover{width:64px;aspect-ratio:1;border:var(--line) var(--border);border-radius:8px;background:var(--surface-2);color:var(--text-muted);display:grid;place-items:center}.noise-list button.is-selected .noise-cover{border-color:var(--text-strong);background:var(--surface-3);color:var(--text-strong);box-shadow:inset 0 0 0 1px var(--text-strong)}.noise-list strong{width:100%;font-size:12px;line-height:16px;font-weight:900;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.noise-playing-panel{width:100%;display:grid;gap:12px}.noise-progress{width:100%;height:6px;border-radius:999px;background:var(--surface-2);overflow:hidden}.noise-progress span{display:block;width:42%;height:100%;border-radius:inherit;background:var(--text-strong)}.noise-control-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.noise-control-row button,.noise-timer-entry,.noise-current-timer,.noise-timer-list button,.noise-timer-sheet header button{border:var(--line) var(--border);background:var(--surface-2);color:var(--text-strong);font:inherit}.noise-control-row button{min-height:44px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;gap:7px;font-size:14px;font-weight:900}.noise-timer-entry{width:36px;height:36px;border-radius:10px;display:grid;place-items:center}.noise-current-timer{min-height:48px;padding:0 12px;border-radius:12px;display:flex;align-items:center;justify-content:space-between;text-align:left}.noise-current-timer span{color:var(--text-muted);font-size:13px;font-weight:750}.noise-current-timer strong{font-size:15px;font-weight:950}.noise-timer-sheet-layer{position:absolute;inset:0;z-index:20;display:grid;align-items:end}.noise-timer-sheet-backdrop{position:absolute;inset:0;border:0;background:var(--drawer-scrim)}.noise-timer-sheet{position:relative;z-index:1;margin:0 12px 12px;padding:12px;border:var(--line) var(--border);border-radius:22px;background:var(--surface-1);display:grid;gap:12px}.noise-timer-sheet header{min-height:36px;display:grid;grid-template-columns:36px minmax(0,1fr) 36px;align-items:center;text-align:center}.noise-timer-sheet header button{width:32px;height:32px;border-radius:10px;display:grid;place-items:center}.noise-timer-sheet header strong{font-size:16px;line-height:22px;font-weight:950}.noise-timer-list{display:grid;gap:8px}.noise-timer-list button{min-height:46px;padding:0 12px;border-radius:12px;display:flex;align-items:center;justify-content:space-between;font-size:14px;font-weight:850}.noise-timer-list button.is-selected{background:var(--surface-3)}.sleep-summary-card div,.sleep-placeholder div{display:grid;gap:6px}.sleep-summary-card strong,.sleep-trend-card strong{font-size:16px;line-height:22px;font-weight:900}.sleep-summary-card p,.sleep-trend-card p{margin:0;color:var(--text-muted);font-size:12px;line-height:18px;font-weight:700}.sleep-trend-card{display:grid}.mini-trend{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;align-items:end;height:54px}.mini-trend i{border-radius:9px;background:var(--inverse-bg)}.mini-trend i:nth-child(1){height:28px}.mini-trend i:nth-child(2){height:42px}.mini-trend i:nth-child(3){height:34px}.mini-trend i:nth-child(4){height:48px}.mini-trend i:nth-child(5){height:36px}.profile-top{min-height:56px}.profile-account-screen{display:grid;align-content:start;padding:16px var(--space-page-x) 16px;gap:14px}.profile-account-entry,.profile-member-card,.profile-record-grid button{border:var(--line) var(--border);color:var(--text-strong);font:inherit}.profile-account-entry{min-height:88px;padding:14px;border-radius:var(--radius-card);background:var(--surface-1);display:grid;grid-template-columns:52px minmax(0,1fr) 18px;align-items:center;gap:12px;text-align:left}.profile-account-avatar,.profile-member-icon{width:52px;height:52px;border-radius:50%;background:var(--surface-2);display:grid;place-items:center}.profile-account-copy,.profile-member-card>span:not(.profile-member-icon){min-width:0;display:grid;gap:5px}.profile-account-copy strong,.profile-member-card strong{font-size:17px;line-height:22px;font-weight:900}.profile-account-copy em,.profile-member-card em{color:var(--text-muted);font-size:12px;line-height:16px;font-style:normal;font-weight:750}.profile-member-card{min-height:76px;padding:12px 14px;border-radius:var(--radius-card);background:var(--surface-2);display:grid;grid-template-columns:40px minmax(0,1fr) auto;align-items:center;gap:10px;text-align:left}.profile-member-icon{width:40px;height:40px}.profile-member-card b{min-height:32px;padding:0 11px;border:var(--line) var(--border);border-radius:var(--radius-pill);background:var(--surface-1);display:inline-grid;place-items:center;font-size:12px;font-weight:900}.profile-record-section{display:grid;gap:12px}.profile-record-heading{display:flex;align-items:end;justify-content:space-between;gap:12px}.profile-record-heading h2{font-size:18px;line-height:24px}.profile-record-heading>span{color:var(--text-muted);font-size:12px;font-weight:800}.profile-record-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.profile-record-grid button{min-height:112px;padding:12px 10px;border-radius:var(--radius-card);background:var(--surface-1);display:grid;align-content:space-between;justify-items:start;gap:8px;text-align:left}.profile-record-grid strong{font-size:13px;line-height:18px;font-weight:900}.profile-record-grid span{color:var(--text-muted);font-size:20px;line-height:24px;font-weight:900}.profile-redesign{min-height:100%;display:grid;grid-template-rows:auto auto auto minmax(0,1fr);align-content:start;gap:16px;padding:16px var(--space-page-x) calc(var(--tabbar-h) + var(--safe-bottom) + 16px);overflow-y:auto;scrollbar-width:none}.profile-redesign::-webkit-scrollbar{display:none}.profile-redesign-top{min-height:36px;display:flex;align-items:center;justify-content:space-between}.profile-settings-button{width:34px;height:34px;border:var(--line) var(--border);border-radius:11px;background:var(--surface-2);color:var(--text-strong);display:grid;place-items:center}.profile-identity{padding:4px 0 2px;border:0;background:transparent;color:var(--text-strong);display:grid;justify-items:center;gap:8px;text-align:center;font:inherit}.profile-identity-avatar{width:112px;height:112px;border:var(--line) var(--border);border-radius:50%;background:var(--surface-2);display:grid;place-items:center}.profile-identity strong{font-size:22px;line-height:28px;font-weight:950}.profile-identity em{color:var(--text-muted);font-size:12px;line-height:16px;font-style:normal;font-weight:800}.profile-info-entry{min-height:52px;padding:0 16px;border:var(--line) var(--border);border-radius:16px;background:var(--surface-1);color:var(--text-strong);display:flex;align-items:center;justify-content:space-between;gap:14px;text-align:left;font:inherit}.profile-info-entry span{font-size:15px;line-height:20px;font-weight:900}.profile-info-entry svg{color:var(--text-muted);flex:0 0 auto}.profile-member-hero{position:relative;min-height:120px;padding:18px 16px;border:var(--line) var(--border);border-radius:24px;background:radial-gradient(circle at 88% 12%,rgba(255,255,255,.14),transparent 26%),radial-gradient(circle at 4% 100%,rgba(255,255,255,.08),transparent 30%),linear-gradient(145deg,var(--surface-2),var(--surface-1));color:var(--text-strong);display:grid;grid-template-columns:46px minmax(0,1fr) 62px;align-items:center;gap:12px;text-align:left;font:inherit;overflow:hidden}.profile-member-mark{position:relative;z-index:1;width:44px;height:44px;border:var(--line) var(--border);border-radius:16px;background:var(--surface-1);display:grid;place-items:center}.profile-member-copy{position:relative;z-index:1;display:grid;gap:4px;min-width:0}.profile-member-copy em{color:var(--text-muted);font-size:10px;line-height:14px;font-style:normal;font-weight:900;letter-spacing:.02em}.profile-member-copy strong{font-size:16px;line-height:21px;font-weight:950}.profile-member-copy span{color:var(--text-muted);font-size:11px;line-height:16px;font-weight:780;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-member-hero b{position:relative;z-index:1;min-height:36px;width:62px;padding:0;border:0;border-radius:var(--radius-pill);background:var(--surface-3);color:var(--text-strong);display:grid;place-items:center;font-size:12px;line-height:16px;font-weight:950}.profile-member-glow{position:absolute;inset:auto 22px -54px auto;width:154px;height:154px;border-radius:50%;background:var(--surface-3);opacity:.5}.profile-content-section{display:grid;gap:14px}.profile-assets-section{justify-items:center}.profile-asset-tabs{min-height:34px;padding:3px;border:var(--line) var(--border);border-radius:var(--radius-pill);background:var(--surface-1);display:inline-grid;grid-template-columns:repeat(2,74px);gap:3px}.profile-asset-tabs button{border:0;border-radius:var(--radius-pill);background:transparent;color:var(--text-muted);font:inherit;font-size:13px;line-height:18px;font-weight:900;cursor:pointer}.profile-asset-tabs button.is-active{background:var(--text-strong);color:var(--inverse-text)}.profile-asset-grid{width:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;justify-items:center}.profile-asset-card{width:100%;max-width:104px;border:0;padding:0;background:transparent;color:var(--text-strong);font:inherit;display:grid;justify-items:center;gap:6px;text-align:center;cursor:pointer}.profile-asset-cover{position:relative;width:100%;aspect-ratio:1;border:var(--line) var(--border);border-radius:18px;background:radial-gradient(circle at 28% 24%,rgba(255,255,255,.18),transparent 28%),linear-gradient(145deg,var(--surface-2),var(--surface-1));display:block}.profile-delete-button{position:absolute;right:7px;top:7px;z-index:2;width:24px;height:24px;border-radius:50%;background:var(--text-strong);color:var(--inverse-text);display:grid;place-items:center;box-shadow:none}.profile-asset-card.is-deleting .profile-asset-cover{border-color:var(--text-strong)}.profile-asset-card-2 .profile-asset-cover,.profile-asset-card-5 .profile-asset-cover{background:radial-gradient(circle at 68% 24%,rgba(255,255,255,.14),transparent 26%),linear-gradient(160deg,var(--surface-3),var(--surface-1))}.profile-asset-card-3 .profile-asset-cover,.profile-asset-card-6 .profile-asset-cover{background:radial-gradient(circle at 35% 70%,rgba(255,255,255,.12),transparent 30%),linear-gradient(130deg,var(--surface-1),var(--surface-3))}.profile-asset-card strong{max-width:100%;color:var(--text-strong);font-size:12px;line-height:16px;font-weight:900;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-segment-row{display:flex;gap:10px}.profile-segment-row button{min-width:76px;min-height:34px;border:var(--line) var(--border);border-radius:var(--radius-pill);background:var(--surface-1);color:var(--text-muted);font:inherit;font-size:13px;font-weight:850}.profile-segment-row button.is-active{background:var(--text-strong);color:var(--inverse-text)}.profile-redesign-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.profile-redesign-grid button{min-height:152px;border-radius:16px;background:var(--surface-1)}.settings-btn{margin-left:auto;width:36px;padding:0}.profile-user{gap:12px}.profile-hero-card{min-height:92px;padding:16px;border:var(--line) var(--border);border-radius:var(--radius-card);background:var(--surface-1);display:grid;grid-template-columns:54px 1fr 20px;align-items:center;gap:12px}.profile-hero-copy{display:grid;gap:5px}.profile-hero-copy strong{font-size:18px;line-height:24px;font-weight:900}.profile-hero-copy span{color:var(--text-muted);font-size:12px;line-height:16px;font-weight:750}.avatar,.modal-icon{width:54px;height:54px;border-radius:var(--radius-circle);background:var(--surface-2);display:grid;place-items:center}.copy-btn{width:34px;padding:0;margin-left:auto}.member-card{width:100%;min-height:138px;display:flex;align-items:center;justify-content:space-between;gap:16px;text-align:left}.member-card div,.balance-card{display:grid;gap:7px}.member-card span,.balance-card span,.detail-meta span{color:var(--text-muted);font-size:11px;line-height:14px;font-weight:900}.profile-metrics{display:grid;grid-template-columns:1fr 1fr;gap:10px}.profile-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.profile-stats article{min-height:72px;padding:12px;border:var(--line) var(--border);border-radius:16px;background:var(--surface-2);display:grid;align-content:center;gap:5px}.profile-stats span{color:var(--text-muted);font-size:11px;line-height:15px;font-weight:900}.profile-stats strong{font-size:22px;line-height:28px;font-weight:900}.profile-action-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.profile-action-grid button{min-height:116px;padding:14px;border:var(--line) var(--border);border-radius:var(--radius-card);background:var(--surface-1);color:var(--text-strong);display:grid;align-content:start;justify-items:start;gap:8px;text-align:left;font:inherit}.profile-action-grid strong{font-size:16px;line-height:21px;font-weight:900}.profile-action-grid span{color:var(--text-muted);font-size:12px;line-height:16px;font-weight:750}.profile-data-card{padding:14px;border:var(--line) var(--border);border-radius:var(--radius-card);background:var(--surface-1);display:grid;gap:12px}.profile-data-list{display:grid;overflow:hidden;border:var(--line) var(--border);border-radius:16px;background:var(--surface-2)}.profile-data-list button{min-height:46px;padding:0 12px;border:0;border-bottom:var(--line) var(--border);background:transparent;color:var(--text-strong);display:flex;align-items:center;justify-content:space-between;font:inherit;font-weight:850}.profile-data-list button:last-child{border-bottom:0}.profile-metrics button,.package-grid button,.plan-list button{min-height:82px;border:var(--line) var(--border);border-radius:var(--radius-card);background:var(--surface-1);display:grid;justify-items:start;align-content:center;gap:5px;padding:12px;text-align:left}.masonry-grid button{display:grid;gap:7px;text-align:left}.works-grid button strong{font-size:13px;line-height:17px;font-weight:900}.video-canvas{min-height:344px;border:var(--line) var(--border);border-radius:var(--radius-card);background:var(--surface-1);display:grid;place-items:center;overflow:hidden}.upload-empty{display:grid;justify-items:center;gap:8px;text-align:center;color:var(--text-strong)}.upload-empty span{max-width:220px;color:var(--text-muted);font-size:12px;line-height:17px}.remove-media{position:absolute;right:10px;top:10px;width:28px;height:28px;border:0;border-radius:var(--radius-circle);background:var(--inverse-bg);color:var(--inverse-text)}.template-case-strip{display:grid;grid-auto-flow:column;grid-auto-columns:72px;gap:10px;overflow-x:auto;scrollbar-width:none}.template-case-strip::-webkit-scrollbar{display:none}.prompt-dock{display:grid;grid-template-columns:44px minmax(0,1fr) 44px;gap:8px;align-items:end}.aux-upload,.send-btn{width:44px;height:44px;border:var(--line) var(--border);border-radius:var(--radius-control);display:grid;place-items:center;background:var(--surface-1);color:var(--text-strong)}.send-btn{background:var(--inverse-bg);border-color:var(--inverse-bg);color:var(--inverse-text);border-radius:var(--radius-circle)}.album-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.progress-line{height:6px;border-radius:var(--radius-pill);background:var(--surface-3);overflow:hidden}.progress-line span{display:block;width:62%;height:100%;background:var(--inverse-bg)}.detail-preview{min-height:500px}.detail-preview .mlp-placeholder-image{height:100%}.detail-meta{align-items:flex-start;flex-direction:column;gap:5px}.bottom-actions{position:sticky;bottom:0;margin-top:auto;display:grid;grid-template-columns:1fr 1fr;gap:10px;padding-top:8px;background:var(--app-bg)}.bottom-actions.single{grid-template-columns:1fr}.balance-card{min-height:160px;align-content:center;justify-items:start}.balance-card strong{font-size:36px;line-height:42px}.package-grid,.plan-list{display:grid;gap:10px}.package-grid{grid-template-columns:repeat(3,1fr)}.package-grid button.selected,.plan-list button.selected{outline:var(--line-width) solid var(--border-bright);outline-offset:2px}.history-list{display:grid;gap:8px}.history-list article{gap:8px;min-height:44px;border-bottom:var(--line) var(--border)}.history-list em{margin-left:auto;color:var(--text-subtle);font-size:11px;font-style:normal}.member-visual{min-height:260px;border-radius:var(--radius-card);background:var(--surface-2);display:grid;align-content:end;gap:8px;padding:20px}.member-visual strong{font-size:32px;line-height:38px;font-weight:900}.member-visual span,.member-visual em{color:var(--text-muted);font-size:12px;line-height:16px;font-style:normal;font-weight:800}.member-pay-screen{height:100%;padding:0 var(--space-page-x);background:var(--app-bg)}.member-pay-content{display:grid;gap:14px;padding:0 0 14px}.member-pay-hero{position:relative;min-height:252px;margin:0 calc(var(--space-page-x) * -1);padding:58px var(--space-page-x) 24px;border:0;border-radius:0 0 28px 28px;background:linear-gradient(180deg,#00000014,#0000007a 74%,#000000b3),radial-gradient(circle at 82% 18%,rgba(255,255,255,.2),transparent 28%),radial-gradient(circle at 12% 100%,rgba(255,255,255,.12),transparent 32%),linear-gradient(145deg,var(--surface-3),var(--surface-1));display:grid;align-content:end;gap:8px;overflow:hidden}.member-pay-back{position:absolute;left:var(--space-page-x);top:12px;width:36px;height:36px;border:var(--line) var(--border);border-radius:12px;background:var(--surface-1);color:var(--text-strong);display:grid;place-items:center}.member-pay-crown{width:52px;height:52px;border:var(--line) var(--border);border-radius:18px;background:var(--surface-1);display:grid;place-items:center}.member-pay-hero em{color:var(--text-muted);font-size:11px;line-height:15px;font-style:normal;font-weight:900}.member-pay-hero h1{font-size:27px;line-height:34px}.member-pay-hero p,.member-pay-note{color:var(--text-muted);font-size:12px;line-height:18px;font-weight:780}.member-plan-options{display:grid;gap:10px}.member-plan-options button{position:relative;min-height:88px;padding:14px;border:var(--line) var(--border);border-radius:18px;background:var(--surface-1);color:var(--text-strong);font:inherit;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;text-align:left}.member-plan-options button.is-selected{border-color:var(--text-strong);background:var(--surface-2)}.member-plan-options button>span{display:grid;gap:5px}.member-plan-options strong{font-size:17px;line-height:22px;font-weight:950}.member-plan-options em{color:var(--text-muted);font-size:12px;line-height:16px;font-style:normal;font-weight:780}.member-plan-options b{font-size:22px;line-height:28px;font-weight:950;white-space:nowrap}.member-plan-options b span{color:var(--text-muted);font-size:12px;font-weight:850}.member-plan-options i{position:absolute;right:14px;top:-9px;min-height:20px;padding:0 8px;border-radius:var(--radius-pill);background:var(--text-strong);color:var(--inverse-text);display:grid;place-items:center;font-size:10px;line-height:14px;font-style:normal;font-weight:900}.member-benefit-panel{padding:13px;border:var(--line) var(--border);border-radius:18px;background:var(--surface-1);display:grid;gap:10px}.member-benefit-panel article{display:grid;grid-template-columns:18px minmax(0,1fr);align-items:center;gap:8px;color:var(--text-soft);font-size:12px;line-height:18px;font-weight:820}.member-pay-screen .bottom-cta{display:inline-flex;align-items:center;justify-content:center;gap:7px}.member-pay-agreement{margin-top:-2px;color:var(--text-muted);display:inline-flex;align-items:center;justify-content:center;gap:6px;font-size:10px;line-height:15px;font-weight:760}.member-agreement-check{width:14px;height:14px;border:var(--line) var(--border);border-radius:50%;background:var(--surface-2);color:var(--text-strong);display:grid;place-items:center}.member-pay-agreement em{font-style:normal}.member-pay-safe{margin-top:-4px;color:var(--text-muted);display:inline-flex;align-items:center;justify-content:center;gap:5px;font-size:11px;line-height:15px;font-weight:820}.benefit-list{display:grid;grid-template-columns:1fr 1fr;gap:8px}.benefit-list article,.ios-note,.agreement-row{min-height:42px;gap:8px;border:var(--line) var(--border);border-radius:var(--radius-control);background:var(--surface-1);padding:0 12px}.ios-note,.agreement-row{display:flex;align-items:center}.spin{animation:mlp-spin 1s linear infinite}.onboarding-screen{height:100%;min-height:100%;display:flex;flex-direction:column;gap:0;overflow:hidden;padding:16px var(--space-page-x) 0}.onboarding-content{min-height:0;flex:1 1 auto;overflow-y:auto;display:grid;align-content:start;gap:22px;padding-bottom:18px;scrollbar-width:none}.onboarding-content::-webkit-scrollbar{display:none}.onboarding-screen .bottom-action-bar{flex:0 0 auto;margin-top:auto;padding:12px 0 16px;background:var(--app-bg)}.onboarding-intro-content{gap:18px}.onboarding-hero{min-height:520px;display:grid;align-content:end;justify-items:start;gap:9px;padding:18px 2px 38px}.onboarding-intro-hero{min-height:420px;padding-bottom:18px}.onboarding-profile-hero{min-height:260px;padding-bottom:4px}.onboarding-profile-form{padding-bottom:8px}.onboarding-immersive{position:relative;isolation:isolate;padding:0;background:var(--app-bg)}.onboarding-bg{position:absolute;inset:0;z-index:-2;background-size:cover;background-position:center;transform:scale(1.01)}.onboarding-immersive .onboarding-content{position:relative;z-index:1;padding:0 var(--space-page-x) 16px;align-content:end}.onboarding-immersive .onboarding-intro-content{gap:18px}.onboarding-immersive .onboarding-progress{left:var(--space-page-x);right:var(--space-page-x);top:20px}.onboarding-immersive .onboarding-progress span{color:var(--text-strong)}.onboarding-immersive .onboarding-progress i{background:var(--surface-2)}.onboarding-immersive .onboarding-progress b{background:var(--text-strong)}.onboarding-immersive .onboarding-hero{min-height:0;align-content:end;justify-items:start;padding:0 2px 24px}.onboarding-immersive .onboarding-profile-hero{padding-bottom:2px}.onboarding-immersive .onboarding-hero h1{max-width:310px;color:var(--text-strong);font-size:30px;line-height:38px;letter-spacing:-.8px}.onboarding-immersive .onboarding-profile-form{position:relative;z-index:1;margin-bottom:2px}.onboarding-profile-layout .onboarding-content{align-content:start;padding-top:74px}.onboarding-profile-layout .onboarding-profile-hero{padding:48px 2px 22px}.onboarding-profile-layout .onboarding-profile-hero h1{max-width:318px}.onboarding-profile-layout .onboarding-profile-form{margin-bottom:0}.onboarding-immersive .profile-setup-field{color:var(--text-strong)}.onboarding-immersive .profile-gender-options button,.onboarding-immersive .profile-select-field,.onboarding-immersive .profile-readonly-field{border-color:var(--border);background:var(--surface-1);color:var(--text-muted)}.onboarding-immersive .profile-gender-options button.is-selected{background:var(--surface-3);color:var(--text-strong)}.onboarding-immersive .profile-select-field strong,.onboarding-immersive .profile-readonly-field strong{color:var(--text-strong)}.onboarding-immersive .profile-readonly-field em{color:var(--text-subtle)}.onboarding-immersive .bottom-action-bar{position:relative;z-index:1;padding:12px var(--space-page-x) 16px;background:var(--app-bg)}.onboarding-immersive .bottom-cta{background:var(--surface-3);color:var(--text-strong);border-color:var(--border)}.onboarding-step-header{display:grid;gap:8px;padding:66px 2px 18px}.onboarding-orb{position:relative;width:112px;height:112px;margin-bottom:20px;border:var(--line) var(--border);border-radius:36px;background:var(--surface-1);display:grid;place-items:center}.onboarding-orb svg:last-child{position:absolute;right:22px;top:22px}.onboarding-hero span,.onboarding-step-header span{color:var(--text-muted);font-size:12px;line-height:16px;font-weight:900}.onboarding-hero h1,.onboarding-step-header h1{max-width:280px;font-size:28px;line-height:34px}.onboarding-hero p,.onboarding-step-header p{max-width:286px;color:var(--text-muted);font-size:13px;line-height:20px;font-weight:750}.onboarding-form{display:grid;gap:18px}.onboarding-field{display:grid;gap:8px;color:var(--text-muted);font-size:12px;font-weight:900}.onboarding-field input,.onboarding-field select{width:100%;min-height:46px;border:var(--line) var(--border);border-radius:12px;background:var(--surface-1);color:var(--text-strong);padding:0 12px;font:inherit;font-size:14px;font-weight:800;outline:none}.onboarding-select-field,.profile-select-field,.onboarding-readonly-field,.profile-readonly-field{width:100%;min-height:46px;border:var(--line) var(--border);border-radius:12px;background:var(--surface-1);color:var(--text-strong);padding:0 12px;display:flex;align-items:center;justify-content:space-between;gap:10px;font:inherit;text-align:left}.onboarding-select-field strong,.profile-select-field strong,.onboarding-readonly-field strong,.profile-readonly-field strong{font-size:14px;line-height:20px;font-weight:850}.onboarding-readonly-field,.profile-readonly-field{background:var(--surface-2)}.onboarding-readonly-field em,.profile-readonly-field em{color:var(--text-subtle);font-style:normal;font-size:12px;font-weight:750}.onboarding-choice-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.onboarding-choice-row button{min-height:42px;border:var(--line) var(--border);border-radius:12px;background:var(--surface-1);color:var(--text-muted);font:inherit;font-size:13px;font-weight:850}.onboarding-choice-row button.is-selected,.onboarding-preference button.is-selected{background:var(--surface-3);color:var(--text-strong)}.onboarding-preference{display:grid;gap:10px}.onboarding-preference button{min-height:82px;padding:14px;border:var(--line) var(--border);border-radius:var(--radius-card);background:var(--surface-1);color:var(--text-strong);display:grid;justify-items:start;align-content:center;gap:5px;text-align:left;font:inherit}.onboarding-preference strong{font-size:15px;line-height:20px;font-weight:900}.onboarding-preference span{color:var(--text-muted);font-size:12px;line-height:18px;font-weight:750}.onboarding-feature-list{display:grid;gap:10px}.onboarding-feature-list div{min-height:46px;padding:0 12px;border:var(--line) var(--border);border-radius:14px;background:var(--surface-1);display:grid;grid-template-columns:24px minmax(0,1fr);align-items:center;gap:10px}.onboarding-feature-list em{width:24px;height:24px;border-radius:var(--radius-circle);background:var(--surface-3);color:var(--text-strong);display:grid;place-items:center;font-style:normal;font-size:12px;font-weight:900}.onboarding-feature-list span{color:var(--text-strong);font-size:13px;line-height:18px;font-weight:850}.onboarding-moon-note{display:flex;align-items:center;gap:7px;color:var(--text-muted);font-size:12px;line-height:18px;font-weight:750}.onboarding-progress{position:absolute;left:var(--space-page-x);right:var(--space-page-x);top:14px;z-index:2;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:10px}.onboarding-progress span{color:var(--text-muted);font-size:12px;font-weight:900}.onboarding-progress i{height:4px;border-radius:var(--radius-pill);background:var(--surface-2);overflow:hidden}.onboarding-progress b{display:block;height:100%;border-radius:inherit;background:var(--text-strong)}.birthday-sheet-layer{position:absolute;inset:0;z-index:30;display:flex;align-items:flex-end}.birthday-sheet-backdrop{position:absolute;inset:0;border:0;background:#00000070}.birthday-sheet{position:relative;z-index:1;width:100%;padding:10px var(--space-page-x) 18px;border-top:var(--line) var(--border);border-radius:var(--radius-sheet) var(--radius-sheet) 0 0;background:var(--surface-1);display:grid;gap:14px}.birthday-sheet header{min-height:42px;display:grid;grid-template-columns:36px minmax(0,1fr) 48px;align-items:center;gap:8px}.birthday-sheet header button{min-height:36px;border:0;border-radius:10px;background:transparent;color:var(--text-strong);font:inherit;font-size:13px;font-weight:850}.birthday-sheet header button:first-child{width:36px;display:grid;place-items:center}.birthday-sheet header strong{text-align:center;font-size:15px;line-height:20px;font-weight:900}.birthday-picker{position:relative;min-height:150px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px;align-items:center}.birthday-picker:before{content:"";position:absolute;left:0;right:0;top:52px;height:46px;border-top:var(--line) var(--border);border-bottom:var(--line) var(--border);background:var(--surface-2);pointer-events:none}.birthday-picker div{position:relative;z-index:1;display:grid;gap:8px;justify-items:center}.birthday-picker span{min-height:34px;display:grid;place-items:center;color:var(--text-subtle);font-size:15px;line-height:20px;font-weight:750}.birthday-picker span.is-selected{color:var(--text-strong);font-size:18px;font-weight:950}.birthday-sheet p{margin:-2px 0 0;color:var(--text-muted);text-align:center;font-size:12px;line-height:18px;font-weight:750}.profile-setup-screen{gap:0}.profile-setup-content{display:grid;align-content:start;gap:28px}.profile-setup-header{display:grid;gap:8px}.profile-setup-header h1{font-size:24px;line-height:30px;font-weight:900}.profile-setup-header p{max-width:260px;margin:0;color:var(--text-muted);font-size:13px;line-height:20px;font-weight:750}.profile-setup-form{display:grid;gap:20px}.profile-setup-field{display:grid;gap:9px;color:var(--text-muted);font-size:13px;font-weight:850}.profile-setup-field input,.profile-setup-field select{width:100%;min-height:46px;border:var(--line) var(--border);border-radius:var(--radius-control);background:var(--surface-1);color:var(--text-strong);padding:0 12px;font:inherit;font-size:14px;font-weight:750}.profile-setup-field input::placeholder{color:var(--text-subtle)}.profile-gender-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.profile-gender-options button{min-height:42px;border:var(--line) var(--border);border-radius:10px;background:var(--surface-2);color:var(--text-muted);font:inherit;font-size:13px;font-weight:850}.profile-gender-options button.is-selected{background:var(--surface-3);color:var(--text-strong)}.dream-vr-screen{height:100%;padding:0;display:block;position:relative;overflow:hidden;background:#101316}.dream-vr-topbar{position:relative;z-index:3;min-height:calc(var(--statusbar-h) + 52px);padding:var(--statusbar-h) var(--space-page-x) 8px;display:grid;grid-template-columns:36px minmax(0,1fr) 36px;align-items:center;gap:10px;background:#07090c4d}.dream-vr-topbar button{width:36px;height:36px;border:var(--line) rgba(255,255,255,.14);border-radius:12px;background:#0e12178a;color:#fff;display:grid;place-items:center}.dream-vr-topbar div{min-width:0;display:grid;gap:2px;text-align:center}.dream-vr-topbar span{color:#ffffffa8;font-size:11px;line-height:15px;font-weight:900}.dream-vr-topbar strong{color:#fff;overflow:hidden;font-size:16px;line-height:21px;font-weight:950;text-overflow:ellipsis;white-space:nowrap}.dream-vr-bg{position:absolute;inset:0;overflow:hidden;background:#11161a}.dream-vr-bg:before,.dream-vr-bg:after{content:"";position:absolute;inset:0;pointer-events:none}.dream-vr-bg:before{background:#04060952}.dream-vr-bg:after{left:32%;right:32%;background:#ffffff0a}.dream-vr-bg-layer{position:absolute;top:0;bottom:0}.dream-vr-bg-left,.dream-vr-bg-right{width:36%;background:#1f252ac2}.dream-vr-bg-left{left:0}.dream-vr-bg-center{left:32%;width:36%;background:#444a4eb8}.dream-vr-bg-right{right:0}.dream-vr-horizon{position:absolute;left:18%;right:18%;top:50%;height:1px;background:#ffffff2e}.dream-vr-panorama-strip{display:grid;grid-template-columns:.8fr 1.2fr .8fr;gap:1px}.dream-vr-panorama-strip i{background:var(--surface-1)}.dream-vr-panorama-strip i:nth-child(2){background:var(--surface-3)}.dream-vr-focus{position:absolute;left:50%;top:50%;width:118px;height:118px;border:var(--line) var(--border);border-radius:var(--radius-circle);transform:translate(-50%,-50%)}.dream-vr-focus:before,.dream-vr-focus:after{content:"";position:absolute;background:var(--border)}.dream-vr-focus:before{left:50%;top:-52px;width:1px;height:220px}.dream-vr-focus:after{left:-52px;top:50%;width:220px;height:1px}.dream-vr-guide{position:absolute;z-index:3;left:var(--space-page-x);right:var(--space-page-x);bottom:94px;min-height:72px;padding:12px 14px;border:var(--line) rgba(255,255,255,.16);border-radius:18px;background:#0f1318a8;color:#fff;display:grid;grid-template-columns:28px minmax(0,1fr);align-items:center;gap:10px}.dream-vr-guide strong{font-size:14px;line-height:19px;font-weight:900}.dream-vr-guide p{margin-top:3px;color:#ffffffad;font-size:12px;line-height:18px;font-weight:750}.phone[data-theme] .tabbar{grid-template-columns:repeat(5,minmax(0,1fr))}.phone[data-theme] .tabbar button{min-width:0;gap:3px;font-size:11px;font-weight:800}.phone[data-theme] .tabbar button svg{width:24px;height:24px;padding:4px}.video-detail-screen{min-height:100%}.video-detail-content{gap:14px;padding-bottom:16px}.video-player-hero{width:100%}.video-player-surface{position:relative;width:100%;aspect-ratio:9 / 16;min-height:520px;overflow:hidden;border:var(--line) rgba(255,255,255,.12);border-radius:24px;background:radial-gradient(circle at 48% 18%,rgba(255,255,255,.18),transparent 22%),radial-gradient(circle at 28% 62%,rgba(149,176,255,.2),transparent 28%),linear-gradient(180deg,#171f3233,#05070df5),linear-gradient(135deg,#1a2237,#090b12 64%,#020307);box-shadow:0 24px 42px #00000057}.video-player-surface:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.04),transparent 28%),linear-gradient(0deg,rgba(0,0,0,.56),transparent 42%)}.video-player-surface:after{content:"";position:absolute;left:12%;right:12%;bottom:18%;height:22%;border-radius:999px 999px 28px 28px;background:linear-gradient(180deg,#ffffff1a,#ffffff05);filter:blur(.2px)}.video-player-duration{position:absolute;z-index:2;top:14px;right:14px;padding:6px 9px;border:var(--line) rgba(255,255,255,.14);border-radius:var(--radius-pill);background:#00000052;color:#ffffffdb;font-size:12px;line-height:16px;font-weight:800}.video-player-play{position:absolute;z-index:2;left:50%;top:50%;width:68px;height:68px;border:var(--line) rgba(255,255,255,.24);border-radius:var(--radius-circle);background:#ffffff2e;color:#fff;display:grid;place-items:center;transform:translate(-50%,-50%);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.video-player-bottom{position:absolute;z-index:2;left:14px;right:14px;bottom:14px;display:grid;gap:10px}.video-progress-line{height:4px;overflow:hidden;border-radius:var(--radius-pill);background:#ffffff2e}.video-progress-line i{display:block;width:68%;height:100%;border-radius:inherit;background:#fff}.video-player-controls{display:flex;justify-content:space-between;align-items:center}.video-player-controls button{width:32px;height:32px;border:var(--line) rgba(255,255,255,.14);border-radius:10px;background:#ffffff1f;color:#ffffffe6;display:grid;place-items:center}.video-detail-info{display:grid;gap:0;padding:0 2px 4px}.video-detail-info h1{margin:6px 0 0;color:var(--text-strong);font-size:25px;line-height:31px;font-weight:950}.video-detail-info p{margin:8px 0 0;color:var(--text-muted);font-size:13px;line-height:20px;font-weight:750}.video-detail-time{margin-top:12px;color:var(--text-muted);font-size:12px;line-height:17px;font-style:normal;font-weight:800}.video-detail-screen>.bottom-action-bar{margin:0 calc(var(--space-page-x) * -1);padding:12px var(--space-page-x) 16px}@keyframes mlp-spin{to{transform:rotate(360deg)}}
