:root{--font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;--canvas: #050605;--surface-sunken: #090a09;--surface: #101210;--surface-raised: #161916;--surface-muted: #1c201c;--ink: #f3f6f2;--ink-soft: #b7beb7;--ink-muted: #8f988f;--line: #2b302b;--line-strong: #444b44;--accent: #42e88d;--accent-strong: #6cf1a5;--accent-ink: #061109;--coral: #ff8675;--danger: #ff8175;--danger-surface: #2b1513;--warning: #f0c66b;--warning-surface: #2b2516;--success-surface: #14291d;--focus: #7bb0ff;--shadow: 0 12px 36px rgb(0 0 0 / 46%);color-scheme:dark;font-family:var(--font-sans);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}html{min-width:320px;min-height:100%;background:var(--canvas);scroll-behavior:smooth}body{min-width:320px;min-height:100vh;margin:0;color:var(--ink);background:var(--canvas);font-size:16px;line-height:1.5}button,input,textarea,select{color:inherit;font:inherit}button,[role=button],a{-webkit-tap-highlight-color:transparent}button:not(:disabled),[role=button]:not([aria-disabled=true]),a[href]{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.58}a{color:inherit;text-decoration:none}img,svg{display:block;max-width:100%}h1,h2,h3,p{margin-top:0}:focus-visible{outline:3px solid var(--focus);outline-offset:3px}::selection{color:var(--accent-ink);background:var(--accent)}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}#app{min-height:100vh}.app-shell{min-height:100vh;display:flex;flex-direction:column}.app-main{flex:1}.content-shell{width:min(1440px,calc(100% - 48px));margin:0 auto}.site-header{position:sticky;top:0;z-index:40;color:var(--ink);background:var(--surface-sunken);border-bottom:1px solid var(--line)}.site-header__inner{min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{min-width:max-content;display:inline-flex;align-items:center;gap:10px;font-size:1.08rem;font-weight:760}.brand__mark{width:28px;height:28px;display:block;border-radius:6px;object-fit:cover}.site-nav{display:flex;align-items:center;gap:8px;margin-left:auto}.header-actions{display:inline-flex;align-items:center;gap:10px}.header-create{width:30px;height:30px;display:inline-grid;place-items:center;color:var(--accent-ink);background:var(--accent);border:0;border-radius:999px;flex:0 0 auto}.header-create:hover{background:var(--accent-strong)}.header-create svg{width:16px;height:16px}.site-nav__link{min-height:38px;display:inline-flex;align-items:center;gap:7px;padding:0 12px;color:var(--ink-soft);border-radius:6px;font-size:.92rem;font-weight:650;transition:color .16s ease,background-color .16s ease}.site-nav__link:hover,.site-nav__link.router-link-active{color:var(--ink);background:var(--surface-muted)}.header-user{position:relative}.header-user__button,.icon-button{width:40px;height:40px;display:inline-grid;place-items:center;padding:0;color:inherit;background:transparent;border:1px solid currentColor;border-radius:6px}.header-user__button{color:var(--ink-soft);border-color:var(--line-strong)}.header-user__button:hover{color:var(--ink);background:var(--surface-muted)}.header-user__menu{position:absolute;top:calc(100% + 8px);right:0;width:180px;padding:6px;color:var(--ink);background:var(--surface);border:1px solid var(--line);border-radius:8px;box-shadow:var(--shadow)}.header-user__identity{padding:10px;border-bottom:1px solid var(--line);font-size:.86rem;font-weight:700;overflow-wrap:anywhere}.header-user__menu button,.header-user__menu a{width:100%;min-height:38px;display:flex;align-items:center;gap:8px;padding:0 10px;color:var(--ink-soft);background:transparent;border:0;border-radius:5px;text-align:left}.header-user__menu button:hover,.header-user__menu a:hover{color:var(--ink);background:var(--surface-muted)}.mobile-nav-button{display:none}.button{min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 16px;color:var(--ink);background:var(--surface);border:1px solid var(--line-strong);border-radius:6px;font-weight:720;transition:background-color .16s ease,border-color .16s ease,color .16s ease}.button:hover:not(:disabled){background:var(--surface-muted);border-color:var(--line-strong)}.button--primary{color:var(--accent-ink);background:var(--accent);border-color:var(--accent)}.button--primary:hover:not(:disabled){color:var(--accent-ink);background:var(--accent-strong);border-color:var(--accent-strong)}.button--dark{color:var(--ink);background:var(--surface-raised);border-color:var(--line-strong)}.button--dark:hover:not(:disabled){background:var(--surface-muted);border-color:var(--accent)}.button--danger{color:var(--danger);background:var(--danger-surface);border-color:#713832}.button--danger:hover:not(:disabled){background:#371b18;border-color:var(--danger)}.button--ghost{color:inherit;background:transparent}.button--wide{width:100%}.button svg,.icon-button svg,.site-nav__link svg,.header-user__button svg{width:18px;height:18px;flex:0 0 auto}.form-field{display:grid;gap:7px}.form-field label,.form-label{color:var(--ink);font-size:.88rem;font-weight:720}.form-input,.form-textarea,.form-select{width:100%;min-height:44px;padding:10px 12px;color:var(--ink);background:var(--surface-raised);border:1px solid var(--line-strong);border-radius:6px;caret-color:var(--accent)}.form-input::placeholder,.form-textarea::placeholder{color:var(--ink-muted)}.form-input:-webkit-autofill,.form-textarea:-webkit-autofill{-webkit-text-fill-color:var(--ink);box-shadow:0 0 0 1000px var(--surface-raised) inset;caret-color:var(--accent)}.form-textarea{min-height:110px;resize:vertical}.form-input:hover,.form-textarea:hover,.form-select:hover{border-color:var(--accent)}.field-hint,.field-error,.form-error{margin:0;font-size:.82rem}.field-hint{color:var(--ink-muted)}.field-error,.form-error{color:var(--danger)}.checkbox-field,.toggle-field{display:flex;align-items:flex-start;gap:10px;color:var(--ink-soft);font-size:.9rem}.checkbox-field input,.toggle-field input{width:18px;height:18px;margin:2px 0 0;accent-color:var(--accent-strong)}.segmented-control{width:max-content;max-width:100%;display:inline-grid;grid-auto-flow:column;grid-auto-columns:1fr;gap:3px;padding:3px;background:var(--surface-muted);border-radius:7px}.segmented-control button{min-height:34px;padding:0 13px;color:var(--ink-soft);background:transparent;border:0;border-radius:5px;font-size:.86rem;font-weight:700;white-space:nowrap}.segmented-control button[aria-pressed=true]{color:var(--accent-ink);background:var(--accent)}.segmented-control--light{background:var(--surface-muted);border:1px solid var(--line)}.segmented-control--light button{color:var(--ink-soft)}.segmented-control--light button[aria-pressed=true]{color:var(--accent-ink);background:var(--accent)}.create-page{min-height:calc(100vh - 64px);color:var(--ink);background:var(--surface-sunken)}.create-page__inner{position:relative;display:grid;justify-items:center;align-content:start;gap:16px;padding:28px 0 48px;text-align:center}.create-page__close{position:absolute;top:20px;left:0;width:40px;height:40px;display:grid;place-items:center;color:var(--ink-soft);background:transparent;border:1px solid var(--line-strong);border-radius:999px}.create-page__close:hover{color:var(--ink);background:var(--surface-muted)}.create-page__close svg{width:20px;height:20px}.prompt-band{color:var(--ink);background:var(--surface-sunken);border-bottom:1px solid var(--line)}.prompt-band__inner{display:grid;justify-items:center;padding:36px 0 44px;text-align:center}.prompt-composer{width:min(720px,100%);display:grid;gap:14px;text-align:left}.prompt-composer__title{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:4px}.prompt-composer__title h1{margin:0;font-size:1.45rem;font-weight:750;letter-spacing:.01em}.prompt-composer__title-icon{width:22px;height:22px;color:var(--accent)}.prompt-composer__box{display:grid;grid-template-rows:minmax(220px,1fr) auto auto;min-height:320px;padding:18px 16px 14px;background:var(--surface-raised);border:1px solid var(--line-strong);border-radius:18px}.prompt-composer textarea{width:100%;min-height:180px;max-height:none;padding:0;color:var(--ink);background:transparent;border:0;resize:none;font-size:1.15rem;font-weight:600;line-height:1.55}.prompt-composer textarea::placeholder{color:var(--ink-muted);font-weight:600}.prompt-composer textarea:focus-visible{outline:0}.prompt-composer__materials{display:flex;flex-wrap:nowrap;gap:8px;overflow-x:auto;padding:4px 0 10px}.material-chip{display:inline-flex;align-items:center;gap:8px;min-width:132px;max-width:180px;padding:6px 8px;color:var(--ink);background:var(--surface-muted);border:1px solid var(--line);border-radius:10px;font-size:.78rem;font-weight:700}.material-chip__icon,.material-chip__remove{width:16px;height:16px;flex:0 0 auto}.material-chip__name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.material-chip__remove{color:var(--ink-muted)}.prompt-composer__actions{display:flex;justify-content:flex-end;align-items:center;gap:8px}.prompt-composer__round{width:48px;height:48px;display:grid;place-items:center;padding:0;color:var(--ink);background:var(--surface-muted);border:0;border-radius:999px}.prompt-composer__round--primary{color:var(--accent-ink);background:var(--accent)}.prompt-composer__round--primary:disabled{color:var(--ink-muted);background:var(--surface-muted)}.prompt-composer__round[aria-pressed=true]{color:var(--accent-ink);background:var(--accent)}.prompt-composer__round svg{width:22px;height:22px}.prompt-composer__tools{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.tool-tile{position:relative;min-height:76px;display:grid;place-content:center;justify-items:center;gap:8px;padding:12px 10px;color:var(--ink);background:var(--surface-muted);border:1.4px solid transparent;border-radius:12px;font-size:.92rem;font-weight:700}.tool-tile svg{width:24px;height:24px}.tool-tile[aria-pressed=true]{color:var(--accent);background:color-mix(in srgb,var(--accent) 16%,var(--surface-muted));border-color:var(--accent)}.tool-tile:disabled{opacity:.45}.tool-tile em{position:absolute;top:8px;right:8px;width:20px;height:20px;display:grid;place-items:center;color:var(--accent-ink);background:var(--accent);border-radius:999px;font-size:.7rem;font-style:normal;font-weight:800}.prompt-composer__panel{padding:10px 0;background:var(--surface-raised);border:1px solid var(--line);border-radius:12px}.prompt-composer__panel-hint{margin:0;padding:8px 14px 6px;color:var(--ink-muted);font-size:.82rem;font-weight:600}.prompt-composer__market{margin-top:4px;border-top:1px solid var(--line)}.skill-select-list,.sound-select-list{list-style:none;margin:0;padding:0}.skill-select-row,.sound-select-row{width:100%;display:flex;align-items:center;gap:12px;padding:12px 14px;color:var(--ink);background:transparent;border:0;text-align:left}.skill-select-row:hover,.sound-select-row:hover{background:var(--surface-muted)}.skill-select-row__icon{width:44px;height:44px;display:grid;place-items:center;color:var(--accent);background:var(--surface-muted);border-radius:999px;flex:0 0 auto}.skill-select-row__icon svg,.skill-select-row__check,.sound-select-row svg{width:18px;height:18px}.skill-select-row__meta{display:grid;gap:2px;min-width:0;flex:1}.skill-select-row__meta strong{font-size:.95rem}.skill-select-row__meta small{color:var(--ink-muted);font-size:.8rem;line-height:1.35}.skill-select-row__check{color:var(--accent);flex:0 0 auto}.panel-primary-action{width:calc(100% - 28px);margin:8px 14px 12px;min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:8px;color:var(--accent-ink);background:var(--accent);border:0;border-radius:12px;font-weight:700}.panel-primary-action svg{width:18px;height:18px}.panel-primary-action:disabled{opacity:.45}.sound-select-row span{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tool-chip{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;color:var(--ink-muted);background:transparent;border:1px solid var(--line-strong);border-radius:999px;font-size:.84rem}.tool-chip svg{width:14px;height:14px}.tool-chip:hover:not(:disabled){color:var(--ink);border-color:var(--ink-muted)}.tool-chip:disabled{opacity:.45}.skill-market{width:100%;margin-top:12px;padding:0;text-align:left;background:transparent;border:0;border-radius:0}.skill-market-details{width:min(780px,100%);margin-top:16px;text-align:left}.skill-market-details>summary{cursor:pointer;color:var(--ink-muted);font-size:.9rem}.skill-market__header{display:none}.skill-market__loading,.skill-market__empty{margin:14px 0 0;color:var(--ink-muted);font-size:.9rem}.skill-market__list{display:grid;gap:10px;margin:14px 0 0;padding:0;list-style:none}.skill-market__item{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:12px;background:var(--surface);border:1px solid var(--line);border-radius:8px}.skill-market__meta{min-width:0}.skill-market__title-row{display:flex;flex-wrap:wrap;align-items:baseline;gap:8px}.skill-market__version{color:var(--ink-muted);font-size:.78rem}.skill-market__meta p{margin:6px 0;color:var(--ink-muted);font-size:.86rem;line-height:1.45}.skill-market__id{color:var(--ink-muted);font-size:.75rem}.prompt-examples{width:min(780px,100%);display:flex;justify-content:center;gap:8px;margin-top:14px;overflow-x:auto;scrollbar-width:none}.prompt-examples::-webkit-scrollbar{display:none}.prompt-chip{min-height:34px;padding:0 12px;color:var(--ink-soft);background:var(--surface);border:1px solid var(--line-strong);border-radius:6px;font-size:.82rem;white-space:nowrap}.prompt-chip:hover{color:var(--ink);background:var(--surface-muted);border-color:var(--accent)}.discover-section{padding:34px 0 72px}.section-toolbar{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:22px}.section-toolbar h1,.section-toolbar h2,.page-heading h1{margin-bottom:4px;font-size:1.75rem;letter-spacing:0}.section-toolbar p,.page-heading p{margin:0;color:var(--ink-muted)}.publication-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:24px 18px}.publication-card{min-width:0}.publication-card__link{display:block}.publication-card__cover{position:relative;aspect-ratio:16 / 10;overflow:hidden;background:var(--surface-muted);border:1px solid var(--line);border-radius:7px}.publication-card__cover img{width:100%;height:100%;object-fit:cover;transition:opacity .18s ease}.publication-card__link:hover .publication-card__cover img{opacity:.88}.publication-card__placeholder{width:100%;height:100%;display:grid;place-items:center;color:var(--ink-muted);background:var(--surface-muted)}.publication-card__placeholder svg{width:36px;height:36px}.publication-card__play{position:absolute;right:10px;bottom:10px;width:38px;height:38px;display:grid;place-items:center;color:var(--ink);background:#050605e0;border-radius:50%}.publication-card__play svg{width:17px;height:17px;margin-left:2px}.publication-card__body{padding:11px 2px 0}.publication-card__title{margin-bottom:4px;overflow:hidden;font-size:1rem;font-weight:760;text-overflow:ellipsis;white-space:nowrap}.publication-card__creator{display:flex;align-items:center;gap:7px;margin-bottom:8px;color:var(--ink-muted);font-size:.84rem}.publication-card__avatar{width:22px;height:22px;overflow:hidden;display:grid;place-items:center;background:var(--surface-muted);border-radius:50%;font-size:.7rem;font-weight:800}.publication-card__avatar img{width:100%;height:100%;object-fit:cover}.tag-list{display:flex;flex-wrap:wrap;gap:6px}.tag{max-width:100%;padding:3px 7px;overflow:hidden;color:var(--ink-soft);background:var(--surface-muted);border:1px solid var(--line);border-radius:4px;font-size:.72rem;text-overflow:ellipsis;white-space:nowrap}.state-panel{min-height:260px;display:grid;align-content:center;justify-items:center;gap:10px;padding:32px;color:var(--ink-muted);text-align:center;border:1px dashed var(--line-strong);border-radius:8px}.state-panel svg{width:34px;height:34px}.state-panel h2,.state-panel h3{margin:0;color:var(--ink);font-size:1.1rem}.state-panel p{max-width:440px;margin:0}.skeleton-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:24px 18px}.skeleton-card{min-width:0}.skeleton-card__cover,.skeleton-card__line{background:var(--surface-muted);animation:skeleton-pulse 1.4s ease-in-out infinite alternate}.skeleton-card__cover{aspect-ratio:16 / 10;border-radius:7px}.skeleton-card__line{width:72%;height:14px;margin-top:12px;border-radius:4px}.skeleton-card__line--short{width:42%}@keyframes skeleton-pulse{to{opacity:.48}}.load-more{display:flex;justify-content:center;padding-top:34px}.auth-page{min-height:calc(100vh - 64px);display:grid;grid-template-columns:minmax(320px,.85fr) minmax(420px,1.15fr);background:var(--canvas)}.auth-page__context{display:grid;align-content:center;padding:64px max(32px,calc((100vw - 1440px)/2));color:var(--ink);background:var(--surface-sunken);border-right:1px solid var(--line)}.auth-page__context h1{max-width:520px;margin-bottom:14px;font-size:2.5rem;line-height:1.16}.auth-page__context p{max-width:500px;color:var(--ink-soft)}.auth-page__form-wrap{display:grid;align-content:center;justify-items:center;padding:48px 24px}.auth-form{width:min(420px,100%);display:grid;gap:18px}.auth-form__heading{margin-bottom:6px}.auth-form__heading h2{margin-bottom:5px;font-size:1.8rem}.auth-form__heading p,.auth-form__footer{margin:0;color:var(--ink-muted)}.auth-form__footer a{color:var(--accent-strong);font-weight:720}.onboarding-page{min-height:calc(100vh - 64px);display:grid;place-items:center;padding:48px 24px}.onboarding-form{width:min(560px,100%);display:grid;gap:18px;padding:28px;background:var(--surface);border:1px solid var(--line);border-radius:8px}.page-section{padding:42px 0 72px}.page-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:26px}.experience-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:18px}.experience-card{overflow:hidden;background:var(--surface);border:1px solid var(--line);border-radius:8px}.experience-card__cover{aspect-ratio:16 / 10;background:var(--surface-muted)}.experience-card__cover img{width:100%;height:100%;object-fit:cover}.experience-card__body{display:grid;gap:9px;padding:16px}.experience-card__body h2{margin:0;overflow:hidden;font-size:1.06rem;text-overflow:ellipsis;white-space:nowrap}.experience-card__meta{display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--ink-muted);font-size:.8rem}.status-badge{display:inline-flex;align-items:center;gap:6px;padding:3px 7px;color:var(--accent-strong);background:var(--success-surface);border:1px solid #27583b;border-radius:4px;font-size:.74rem;font-weight:720}.status-badge--working{color:var(--warning);background:var(--warning-surface);border-color:#5b4b24}.status-badge--error{color:var(--danger);background:var(--danger-surface);border-color:#713832}.experience-card__actions{display:flex;flex-wrap:wrap;gap:8px}.experience-card__actions .button{min-height:38px;flex:0 1 auto;padding:0 12px;font-size:.84rem;white-space:nowrap}.workspace-page{height:calc(100vh - 64px);min-height:620px;display:grid;grid-template-rows:auto 1fr;overflow:hidden;background:var(--canvas)}.workspace-toolbar{min-height:62px;display:flex;align-items:center;gap:12px;padding:10px 20px;background:var(--surface);border-bottom:1px solid var(--line)}.workspace-toolbar__title{min-width:0;margin-right:auto}.workspace-toolbar__title h1{margin:0;overflow:hidden;font-size:1.05rem;text-overflow:ellipsis;white-space:nowrap}.workspace-toolbar__title p{margin:2px 0 0;color:var(--ink-muted);font-size:.76rem}.workspace-mobile-tabs{display:none}.workspace-body{min-height:0;display:grid;grid-template-columns:minmax(330px,410px) minmax(0,1fr);gap:1px;background:var(--line)}.workspace-chat,.workspace-preview{min-height:0;background:var(--surface)}.workspace-chat{display:grid;grid-template-rows:1fr auto}.workspace-timeline{min-height:0;display:flex;flex-direction:column;gap:14px;padding:20px;overflow-y:auto}.timeline-message{max-width:92%;padding:12px 14px;color:var(--ink-soft);background:var(--surface-muted);border-radius:7px}.timeline-message--user{align-self:flex-end;color:var(--ink);background:#203728;border:1px solid #2d6041}.timeline-message h2,.timeline-message h3{margin-bottom:5px;color:inherit;font-size:.94rem}.timeline-message p{margin:0;font-size:.88rem;overflow-wrap:anywhere}.timeline-message__actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.timeline-message__actions .button{min-height:34px;padding:0 10px;font-size:.78rem}.timeline-required-inputs{width:100%;display:grid;gap:10px}.workspace-input{display:grid;gap:9px;padding:14px;border-top:1px solid var(--line)}.workspace-input textarea{min-height:78px}.workspace-input__actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:10px}.workspace-input__actions .prompt-composer__tools{display:flex;flex-wrap:wrap;grid-template-columns:none;flex:1 1 auto}.workspace-input__actions .field-hint{margin-left:auto}.workspace-preview{min-width:0;display:grid;place-items:center;padding:20px;background:var(--surface-sunken)}.player-shell{width:min(100%,1100px);overflow:hidden;background:var(--canvas);border:1px solid var(--line-strong);border-radius:8px;box-shadow:0 18px 44px #0000008a}.player-shell--compact{width:100%}.player-shell__viewport{position:relative;aspect-ratio:16 / 10;background:#181b18}.player-shell iframe{width:100%;height:100%;display:block;background:#000;border:0}.player-shell__frame--locked{opacity:0;pointer-events:none}.player-shell__fallback-cover{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.16}.player-shell__state{position:absolute;inset:0;display:grid;align-content:center;justify-items:center;gap:10px;padding:30px;color:#c6ccc6;text-align:center;background:#181b18c7;z-index:1}.player-shell__state svg{width:34px;height:34px}.player-shell__state h2,.player-shell__state h3{margin:0;color:#fff;font-size:1.05rem}.player-shell__state p{max-width:430px;margin:0}.player-shell__toolbar{min-height:48px;display:flex;align-items:center;gap:7px;padding:6px 9px;color:#d6dbd6;background:var(--surface-sunken);border-top:1px solid var(--line)}.player-shell__toolbar .icon-button{width:36px;height:36px;border-color:transparent}.player-shell__toolbar .icon-button:hover{color:#fff;background:#303530}.player-shell__status{min-width:0;margin-right:auto;overflow:hidden;font-size:.78rem;text-overflow:ellipsis;white-space:nowrap}.publication-page{padding:34px 0 72px}.publication-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;align-items:start;gap:28px}.publication-meta{position:sticky;top:90px}.publication-meta h1{margin-bottom:10px;font-size:2rem;line-height:1.2;overflow-wrap:anywhere}.publication-meta__summary{color:var(--ink-soft);white-space:pre-wrap}.creator-row{display:flex;align-items:center;gap:10px;padding:15px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.creator-row__avatar{width:42px;height:42px;overflow:hidden;display:grid;place-items:center;background:var(--surface-muted);border-radius:50%;font-weight:800}.creator-row__avatar img{width:100%;height:100%;object-fit:cover}.creator-row p{margin:2px 0 0;color:var(--ink-muted);font-size:.8rem}.publication-meta__actions{display:grid;gap:9px;margin-top:18px}.modal-backdrop{position:fixed;inset:0;z-index:80;display:grid;place-items:center;padding:20px;background:#000000bd}.modal{width:min(560px,100%);max-height:calc(100vh - 40px);overflow-y:auto;background:var(--surface-raised);border:1px solid var(--line);border-radius:8px;box-shadow:0 20px 56px #00000094}.modal__header{display:flex;align-items:center;gap:12px;padding:18px 20px;border-bottom:1px solid var(--line)}.modal__header h2{margin:0 auto 0 0;font-size:1.12rem}.modal__header .icon-button{width:34px;height:34px;border-color:transparent}.modal__body{display:grid;gap:16px;padding:20px}.modal__footer{display:flex;justify-content:flex-end;gap:9px;padding:15px 20px;border-top:1px solid var(--line)}.modal--publish{width:min(620px,100%)}.publish-cover-preview{position:relative;width:100%;aspect-ratio:16 / 10;overflow:hidden;background:var(--surface-muted);border:1px solid var(--line);border-radius:7px}.publish-cover-preview img{width:100%;height:100%;object-fit:cover}.publish-cover-placeholder,.publish-cover-loading{position:absolute;inset:0;display:grid;place-items:center}.publish-cover-placeholder{color:var(--ink-muted)}.publish-cover-placeholder svg{width:40px;height:40px}.publish-cover-loading{grid-auto-flow:column;gap:8px;color:#fff;background:#00000094}.publish-cover-actions{display:flex;flex-wrap:wrap;gap:8px}.tag-input-list{display:flex;flex-wrap:wrap;gap:7px}.tag-input-item{display:inline-flex;align-items:center;gap:4px;padding:4px 7px;color:var(--accent-strong);background:var(--success-surface);border:1px solid #27583b;border-radius:4px;font-size:.78rem}.tag-input-item button{width:20px;height:20px;display:grid;place-items:center;padding:0;background:transparent;border:0}.not-found{min-height:calc(100vh - 64px);display:grid;place-items:center;padding:40px 24px;text-align:center}.not-found__code{margin-bottom:5px;color:var(--accent-strong);font-size:4.5rem;font-weight:850}.not-found h1{margin-bottom:8px}.not-found p{margin-bottom:22px;color:var(--ink-muted)}.spinner{width:20px;height:20px;flex:none;animation:spin .7s linear infinite}span.spinner{border:2px solid currentColor;border-right-color:transparent;border-radius:50%}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:1024px){.content-shell{width:min(100% - 36px,1440px)}.prompt-band h1{font-size:3rem}.publication-grid,.skeleton-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.publication-layout{grid-template-columns:minmax(0,1fr) 300px;gap:20px}}@media(max-width:820px){.site-nav{position:absolute;top:64px;right:0;left:0;display:none;align-items:stretch;padding:10px 18px 14px;background:var(--surface-sunken);border-bottom:1px solid var(--line)}.site-nav[data-open=true]{display:grid}.site-nav__link{justify-content:flex-start}.mobile-nav-button{display:inline-grid}.header-user{margin-left:auto}.prompt-band__inner{min-height:410px}.prompt-band h1{font-size:2.55rem}.publication-grid,.skeleton-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.auth-page{grid-template-columns:1fr}.auth-page__context{min-height:230px;padding:38px 24px;border-right:0;border-bottom:1px solid var(--line)}.auth-page__context h1{font-size:2rem}.workspace-page{min-height:calc(100dvh - 64px)}.workspace-toolbar{flex-wrap:wrap;padding:9px 14px}.workspace-mobile-tabs{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:3px;padding:3px;background:var(--surface-muted);border-radius:7px}.workspace-mobile-tabs button{min-height:34px;background:transparent;border:0;border-radius:5px;font-weight:700}.workspace-mobile-tabs button[aria-pressed=true]{color:var(--accent-ink);background:var(--accent)}.workspace-body{grid-template-columns:1fr}.workspace-chat,.workspace-preview{display:none}.workspace-chat[data-active=true],.workspace-preview[data-active=true]{display:grid}.publication-layout{grid-template-columns:1fr}.publication-meta{position:static}}@media(max-width:560px){.content-shell{width:min(100% - 28px,1440px)}.site-header__inner{min-height:58px;gap:10px}.site-nav{top:58px;padding-inline:14px}.header-create{width:28px;height:28px}.header-user__button,.mobile-nav-button{width:38px;height:38px}.create-page__close{left:0;top:16px}.prompt-band__inner{padding:28px 0 34px}.prompt-composer__box{min-height:280px;padding:16px 14px 12px;border-radius:16px}.prompt-composer textarea{min-height:150px;font-size:1.05rem}.prompt-composer__tools{gap:8px}.tool-tile{min-height:70px}.skill-market__item{flex-direction:column}.segmented-control{width:100%}.segmented-control button{padding-inline:8px}.prompt-examples{justify-content:flex-start}.discover-section{padding-top:26px}.section-toolbar,.page-heading{align-items:stretch;flex-direction:column;gap:14px}.section-toolbar h1,.section-toolbar h2,.page-heading h1{font-size:1.48rem}.publication-grid,.skeleton-grid,.experience-grid{grid-template-columns:1fr}.auth-page{min-height:calc(100vh - 58px)}.auth-page__context{min-height:200px}.auth-page__context h1{font-size:1.7rem}.auth-page__form-wrap{padding:34px 20px}.onboarding-form{padding:20px}.workspace-page{height:calc(100dvh - 58px);min-height:560px}.workspace-toolbar .button span{display:none}.workspace-preview{padding:10px}.publication-page{padding-top:20px}.publication-meta h1{font-size:1.6rem}.modal-backdrop{align-items:end;padding:0}.modal{width:100%;max-height:92dvh;border-radius:8px 8px 0 0}}
