@media (prefers-reduced-motion:no-preference){@view-transition{navigation:auto}}::view-transition-new(root),::view-transition-old(root){animation-duration:var(--dur-medium);animation-timing-function:var(--ease-out)}@media (prefers-reduced-motion:reduce){::view-transition-group(*),::view-transition-new(*),::view-transition-old(*){animation:none!important}}.pro-lane{display:flex;align-items:center;gap:10px;font-family:var(--font-ui),sans-serif;font-size:.88rem;color:var(--text-muted)}.pro-lane a{color:var(--accent-strong);font-weight:600;text-decoration:none}.pro-lane a:hover{text-decoration:underline}.casting{position:absolute;inset:0;z-index:3;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;background:color-mix(in srgb,var(--surface) 62%,transparent);overflow:hidden}.casting:before{content:"";position:absolute;left:0;right:0;height:2px;top:0;background:linear-gradient(90deg,transparent,var(--forge-a),transparent);animation:casting-sweep 2.2s var(--ease-in-out) infinite}.casting .casting-label{font-family:var(--font-ui),sans-serif;font-weight:600;color:var(--text)}.casting .casting-hint{font-family:var(--font-mono),monospace;font-size:.75rem;color:var(--text-muted)}.casting-progress{width:min(240px,70%);height:4px;border-radius:999px;background:color-mix(in srgb,var(--text-muted) 22%,transparent);overflow:hidden}.casting-progress>i{display:block;height:100%;border-radius:inherit;background:var(--accent);transition:width .6s var(--ease-out,ease-out)}@media (prefers-reduced-motion:reduce){.casting-progress>i{transition:none}}@keyframes casting-sweep{0%{top:0;opacity:0}8%{opacity:1}92%{opacity:1}to{top:100%;opacity:0}}.gen-gallery{display:flex;gap:8px;overflow-x:auto;padding-bottom:4px;scrollbar-width:thin}.gen-thumb{position:relative;flex:0 0 auto;width:64px;height:64px;padding:0;border:1.5px solid color-mix(in srgb,var(--text-muted) 30%,transparent);border-radius:8px;background:var(--surface-2,var(--surface));overflow:hidden;cursor:pointer;transition:border-color var(--dur-fast,.15s) var(--ease-out,ease-out),box-shadow var(--dur-fast,.15s) var(--ease-out,ease-out)}.gen-thumb:hover{border-color:color-mix(in srgb,var(--accent) 55%,transparent)}.gen-thumb.active{border-color:var(--accent-strong,var(--accent));box-shadow:0 0 0 1.5px var(--accent-strong,var(--accent))}.gen-thumb img{width:100%;height:100%;object-fit:cover;display:block}.gen-thumb-ph{width:100%;height:100%;font-size:.85rem;color:var(--text-muted)}.gen-thumb-badge,.gen-thumb-ph{display:flex;align-items:center;justify-content:center}.gen-thumb-badge{position:absolute;top:3px;right:3px;width:14px;height:14px;border-radius:999px;font-size:.65rem;font-weight:700;line-height:1}.gen-thumb-badge.spin{border:2px solid color-mix(in srgb,var(--accent) 30%,transparent);border-top-color:var(--accent);animation:gen-thumb-spin .8s linear infinite}.gen-thumb-badge.fail{background:var(--danger,#c0392b);color:#fff}.gen-thumb-badge.quality{width:auto;height:auto;padding:1px 5px;font-size:.6rem;background:var(--accent-soft);color:var(--accent-strong)}@keyframes gen-thumb-spin{to{transform:rotate(1turn)}}@media (prefers-reduced-motion:reduce){.gen-thumb-badge.spin{animation:none}}.cast-reveal{animation:cast-reveal var(--dur-medium) var(--ease-out)}@keyframes cast-reveal{0%{opacity:0;transform:scale(.985)}}.site .landing-requests-section{padding-top:24px;padding-bottom:0}.landing-requests-preview{overflow:hidden;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg)}.landing-requests-preview__head{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:18px 20px;border-bottom:1px solid var(--border)}.landing-requests-preview__head>div{min-width:0}.landing-requests-preview__head h2{font-size:1.15rem}.landing-requests-preview__head p{margin-top:3px;color:var(--text-muted);font-size:.82rem}.landing-requests-preview__more{display:inline-flex;align-items:center;gap:7px;flex-shrink:0;padding:7px 10px;border-radius:var(--radius-sm);color:var(--accent-strong);font-family:var(--font-ui),sans-serif;font-size:.84rem;font-weight:700;text-decoration:none;transition:color var(--dur-micro) var(--ease-out),background var(--dur-micro) var(--ease-out)}.landing-requests-preview__more:focus-visible,.landing-requests-preview__more:hover{color:var(--text);background:var(--accent-soft)}.landing-requests-preview__more span{transition:transform var(--dur-short) var(--ease-spring)}.landing-requests-preview__more:focus-visible span,.landing-requests-preview__more:hover span{transform:translateX(3px)}.landing-requests-preview__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.landing-request-card{position:relative;min-width:0;display:flex;flex-direction:column;gap:7px;padding:17px 20px 18px;color:inherit;text-decoration:none;transition:background var(--dur-micro) var(--ease-out)}.landing-request-card:not(:last-child){border-right:1px solid var(--border)}.landing-request-card:focus-visible,.landing-request-card:hover{background:var(--surface-raised)}.landing-request-card:focus-visible{z-index:1;outline:2px solid var(--focus);outline-offset:-2px}.landing-request-card__category{overflow:hidden;color:var(--text-muted);font-family:var(--font-tech),var(--font-ui),sans-serif;font-size:.7rem;font-weight:600;letter-spacing:.05em;text-overflow:ellipsis;white-space:nowrap}.landing-request-card h3{display:-webkit-box;overflow:hidden;min-height:2.7em;font-family:var(--font-ui),sans-serif;font-size:.96rem;font-weight:700;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:2}.landing-request-card>p{overflow:hidden;color:var(--text-muted);font-size:.78rem;text-overflow:ellipsis;white-space:nowrap}.landing-request-card__meta{display:flex;align-items:baseline;gap:10px;min-width:0;margin-top:auto;padding-top:5px}.landing-request-card__price{color:var(--text);font-family:var(--font-mono),monospace;font-size:.82rem;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-weight:600}.landing-request-card__bids,.landing-request-card__price{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.landing-request-card__bids{color:var(--text-muted);font-size:.74rem}.landing-request-card__arrow{margin-left:auto;color:var(--accent-strong);font-size:1.15rem;line-height:1;transition:transform var(--dur-short) var(--ease-spring)}.landing-request-card:focus-visible .landing-request-card__arrow,.landing-request-card:hover .landing-request-card__arrow{transform:translateX(3px)}.landing-requests-preview__empty{padding:20px;color:var(--text-muted);font-size:.85rem}@media (max-width:640px){.landing-requests-preview__head{gap:12px;padding:15px 16px}.landing-requests-preview__head p{max-width:24ch}.landing-requests-preview__grid{grid-template-columns:1fr}.landing-request-card{padding:14px 16px}.landing-request-card:not(:last-child){border-right:0;border-bottom:1px solid var(--border)}.landing-request-card h3{min-height:0;-webkit-line-clamp:1}}@media (prefers-reduced-motion:reduce){.landing-request-card__arrow,.landing-requests-preview__more span{transition:none}.landing-request-card:focus-visible .landing-request-card__arrow,.landing-request-card:hover .landing-request-card__arrow,.landing-requests-preview__more:focus-visible span,.landing-requests-preview__more:hover span{transform:none}}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));grid-gap:18px;gap:18px}.gallery-card{display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;text-decoration:none;color:inherit;transition:border-color var(--dur-micro) var(--ease-out),transform var(--dur-short) var(--ease-spring),box-shadow var(--dur-short) var(--ease-out)}.gallery-card:hover{border-color:var(--blue);transform:translateY(-2px);box-shadow:var(--shadow-overlay)}.gallery-card .thumb{position:relative;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;background:var(--surface-raised);background-image:linear-gradient(var(--grid-line) 1px,transparent 1px),linear-gradient(90deg,var(--grid-line) 1px,transparent 1px);background-size:24px 24px;overflow:hidden}.gallery-card .thumb .part{position:static;transform:none;transition:transform 1.2s var(--ease-in-out)}.gallery-card .thumb img.part{width:100%;height:100%;object-fit:contain;padding:10px;display:block}.gallery-ai-badge{position:absolute;top:8px;left:8px;font-family:var(--font-ui),sans-serif;font-size:.68rem;font-weight:700;letter-spacing:.02em;color:var(--text-muted);background:var(--surface);border:1px solid var(--border);border-radius:999px;padding:2px 8px;pointer-events:none}.gallery-card:hover .thumb .part{transform:rotate(8deg) scale(1.05)}.gallery-card .meta{padding:12px 14px;display:flex;flex-direction:column;gap:6px}.gallery-card .meta h3{font-family:var(--font-ui),sans-serif;font-weight:700;font-size:.98rem}.gallery-card .meta .sub{font-size:.8rem;color:var(--text-muted);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.gallery-card .meta .row{display:flex;align-items:center;justify-content:space-between;gap:8px}.gallery-remix{align-self:flex-start;font-family:var(--font-ui),sans-serif;font-size:.78rem;font-weight:700;color:var(--accent-strong);background:var(--accent-soft);border:0;border-radius:999px;padding:4px 12px;cursor:pointer;transition:transform var(--dur-short) var(--ease-spring)}.gallery-remix:hover{transform:translateY(-1px)}.gallery-card .thumb .pixel-reveal-cover{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;z-index:3}@media (prefers-reduced-motion:reduce){.gallery-card .thumb .pixel-reveal-cover{display:none}}.gallery-card.reveal{animation:gallery-in var(--dur-medium) var(--ease-out) both}@keyframes gallery-in{0%{opacity:0;transform:translateY(10px)}}.gallery-card .thumb .card-model{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}.gallery-card .thumb .card-model .viewer{pointer-events:none}.gallery-lock-badge{position:absolute;bottom:8px;left:8px;display:inline-flex;align-items:center;gap:6px;font-family:var(--font-ui),sans-serif;font-size:.68rem;font-weight:700;letter-spacing:.02em;color:var(--text-muted);background:var(--surface);border:1px solid var(--border);border-radius:999px;padding:2px 9px 2px 7px;pointer-events:none}.gallery-lock-badge:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--blue)}.gallery-card--designated{position:relative}.gallery-designated-badge{position:absolute;top:8px;right:8px;z-index:4;font-family:var(--font-ui),sans-serif;font-size:.68rem;font-weight:700;letter-spacing:.02em;color:var(--text-muted);background:var(--surface);border:1px solid var(--border);border-radius:999px;padding:2px 8px;pointer-events:none}.gallery-card--designated .thumb{filter:grayscale(1);opacity:.55}.gallery-card--designated .meta{opacity:.6}.gallery-card--designated:hover{border-color:var(--border-strong)}@media (min-width:769px){.app-shell .site-bar{padding-left:18px;padding-right:24px}}.app-shell .content{animation:content-in var(--dur-short) var(--ease-out)}@keyframes content-in{0%{opacity:0;transform:translateY(6px)}}.pill.live:before{animation:led-breathe 2.4s var(--ease-in-out) infinite}@keyframes led-breathe{0%,to{opacity:.45}50%{opacity:1}}.inspector.slide-in{animation:inspector-in var(--dur-medium) var(--ease-out)}@keyframes inspector-in{0%{opacity:0;transform:translateX(16px)}}.slide-over-scrim{position:fixed;inset:0;z-index:130;background:var(--scrim);animation:overlay-in var(--dur-short) var(--ease-out)}.slide-over{position:fixed;top:0;right:0;bottom:0;width:min(400px,92vw);overflow-y:auto;background:var(--surface);border-left:1px solid var(--border);padding:20px;display:flex;flex-direction:column;gap:16px;animation:inspector-in var(--dur-medium) var(--ease-out)}tbody tr.rowlink{cursor:pointer}.cmdk-overlay{position:fixed;inset:0;z-index:200;background:var(--scrim);display:flex;align-items:flex-start;justify-content:center;padding:12vh 24px 24px;animation:overlay-in var(--dur-short) var(--ease-out)}.cmdk{width:100%;max-width:560px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-overlay);overflow:hidden;animation:dialog-in var(--dur-short) var(--ease-out)}.cmdk input{width:100%;border:0;border-bottom:1px solid var(--border);border-radius:0;background:transparent;font-family:var(--font-ui),sans-serif;font-size:1rem;padding:14px 16px}.cmdk input:focus{outline:none;border-color:var(--border)}.cmdk-list{max-height:320px;overflow-y:auto;padding:6px;display:flex;flex-direction:column;gap:2px}.cmdk-item{display:flex;align-items:center;gap:10px;width:100%;padding:9px 10px;border:0;border-radius:var(--radius-sm);background:transparent;color:var(--text);font-family:var(--font-ui),sans-serif;font-size:.9rem;text-align:left;cursor:pointer}.cmdk-item .ico{width:15px;height:15px;color:var(--text-muted)}.cmdk-item.active{background:var(--accent-soft)}.cmdk-item.active,.cmdk-item.active .ico{color:var(--accent-strong)}.cmdk-item .hintkey{margin-left:auto;font-family:var(--font-mono),monospace;font-size:.68rem;color:var(--text-muted)}.cmdk-empty{padding:18px 16px;font-size:.85rem}.cmdk-empty,.cmdk-foot{color:var(--text-muted)}.cmdk-foot{display:flex;gap:14px;padding:8px 14px;border-top:1px solid var(--border);font-family:var(--font-mono),monospace;font-size:.68rem}.dim-sketch{display:block;width:100%;max-width:220px;margin:0 auto 10px}.dim-sketch .draw{fill:none;stroke:var(--accent);stroke-width:1.5;stroke-dasharray:240;stroke-dashoffset:240;animation:dim-draw .6s var(--ease-out) forwards}.dim-sketch .dim{font-family:var(--font-mono),monospace;font-size:9px;fill:var(--text-muted);opacity:0;animation:dim-label var(--dur-short) var(--ease-out) forwards}@keyframes dim-draw{to{stroke-dashoffset:0}}@keyframes dim-label{to{opacity:1}}.formula .frow.lit{animation:frow-in var(--dur-medium) var(--ease-out) both}@keyframes frow-in{0%{opacity:0;transform:translateY(4px)}}.start-lanes{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.start-lane{--radius-sm:4px;--radius-md:8px;display:flex;align-items:center;flex-wrap:wrap;gap:12px;padding:10px 14px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);text-decoration:none;color:inherit;transition:border-color var(--dur-micro) var(--ease-out)}.start-lane:hover{border-color:var(--accent)}.start-lane .sl-kicker{font-family:var(--font-mono),monospace;font-size:.74rem;letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted)}.start-lane .sl-formats{display:inline-flex;gap:6px}.start-lane .sl-fmt{font-family:var(--font-mono),monospace;font-size:.72rem;color:var(--text-muted);padding:2px 7px;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm)}.start-lane .sl-cta{margin-left:auto;font-family:var(--font-ui),sans-serif;font-weight:600;font-size:.85rem;color:var(--text)}.start-lane:hover .sl-cta{color:var(--accent-strong)}@media (max-width:768px){.start-lanes{grid-template-columns:1fr}}.table-scroll{overflow-x:auto;overscroll-behavior-x:contain}@media (max-width:1024px){.panel .body:has(>table){overflow-x:auto}.panel .body>table{min-width:640px}.panel .body>table.stacked{min-width:0}.panel .body>table td.primary{min-width:200px}}@media (max-width:640px){.plain .bar{padding:12px 16px;gap:8px 12px;flex-wrap:wrap}.plain .bar .links{flex-wrap:wrap;justify-content:flex-end}}@media (max-width:480px){.plain .bar .links>span{display:none}}@media (max-width:1024px){.forge-hero{grid-template-columns:1fr;grid-template-areas:"copy" "stage" "lanes"}.forge-hero .hero-line{font-size:2.3rem}.creation-wall .cw-feature{aspect-ratio:auto;height:clamp(300px,40vh,420px)}}@media (max-width:640px){.forge-prompt-box{flex-direction:column;align-items:stretch}.forge-prompt-box .btn-forge{align-self:stretch;padding:14px 22px}.forge-hero .hero-line{font-size:1.9rem}.creation-wall .cw-feature{height:clamp(260px,38vh,360px)}.creation-wall .cw-grid{grid-template-columns:repeat(auto-fill,minmax(70px,1fr));gap:6px}}.recruit-hero{display:grid;grid-template-columns:1.05fr .95fr;grid-column-gap:40px;column-gap:40px;align-items:center}.recruit-hero .hero-copy{display:flex;flex-direction:column;gap:18px}.recruit-hero .hero-line{font-size:3rem;max-width:20ch}.recruit-hero .hero-line em{font-style:normal;white-space:nowrap;background:var(--forge-gradient);-webkit-background-clip:text;background-clip:text;color:transparent}.recruit-ticks{display:flex;flex-wrap:wrap;gap:20px}.recruit-ticks>span{display:flex;align-items:baseline;gap:8px}.recruit-ticks>span+span{padding-left:20px;border-left:1px solid var(--border)}.recruit-ticks .k{font-family:var(--font-ui),sans-serif;font-size:.78rem;color:var(--text-muted)}.recruit-ticks .v{font-family:var(--font-mono),monospace;font-size:1.05rem;font-weight:600;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}#apply{scroll-margin-top:80px}@media (max-width:1024px){.recruit-hero{grid-template-columns:1fr;row-gap:28px}.recruit-hero .hero-line{font-size:2.3rem}}@media (max-width:640px){.recruit-hero .hero-line{font-size:1.9rem}.recruit-ticks{flex-direction:column;gap:0}.recruit-ticks>span{justify-content:space-between;padding:8px 0}.recruit-ticks>span+span{padding-left:0;border-left:0;border-top:1px solid var(--border)}}.recruit-cta{margin-top:8px}@media (max-width:480px){.recruit-cta{flex-direction:column;align-items:stretch}.recruit-cta .btn{justify-content:center}}.recruit-showcase{position:relative;align-self:stretch;display:flex;flex-direction:column;gap:14px;padding:26px 26px 22px;background:var(--surface-raised);border:1px solid var(--border);border-radius:var(--radius-xl);box-shadow:var(--shadow-overlay);overflow:hidden}.recruit-showcase:before{content:"";position:absolute;top:-40%;right:-10%;width:60%;aspect-ratio:1/1;border-radius:50%;background:radial-gradient(circle,var(--blue-soft),transparent 70%);opacity:.6;pointer-events:none}.recruit-showcase>*{position:relative}.recruit-showcase .rs-head{font-family:var(--font-tech),var(--font-ui),sans-serif;text-transform:uppercase;letter-spacing:.08em;font-size:.78rem;color:var(--text-muted)}.recruit-quotes{justify-content:space-between}.recruit-quotes .rq-slide{margin:0;flex:1 1;display:flex;flex-direction:column;gap:14px;animation:rq-fade var(--dur-medium) var(--ease-out)}@keyframes rq-fade{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:reduce){.recruit-quotes .rq-slide{animation:none}}.recruit-quotes .rq-quote{margin:0;font-size:1.12rem;line-height:1.7;color:var(--text);min-height:calc(1.7em * 3);display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.recruit-quotes .rq-meta{display:flex;flex-direction:column;gap:2px}.recruit-quotes .rq-author{font-weight:600;font-size:.9rem;color:var(--text)}.recruit-quotes .rq-context{color:var(--text-muted);font-size:.78rem}.recruit-quotes .rq-nav{display:flex;align-items:center;justify-content:space-between;gap:12px}.recruit-quotes .rq-dots{display:flex;gap:6px}.recruit-quotes .rq-dot{width:6px;height:6px;padding:0;border-radius:50%;border:1px solid var(--border-strong);background:transparent;cursor:pointer;transition:background var(--dur-short) var(--ease-out)}.recruit-quotes .rq-dot.active{background:var(--text);border-color:var(--text)}.recruit-quotes .rq-count{font-size:.72rem;color:var(--text-muted)}.works-board-toolbar{display:grid;align-items:stretch;grid-gap:14px;gap:14px;padding:16px}.works-toolbar-primary{display:flex;align-items:center;gap:16px}.works-toolbar-primary .board-search-wrap{flex:1 1 auto;min-width:0}.works-toolbar-primary .board-sort{flex:0 0 auto}.works-filter-tray{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:start;grid-gap:14px;gap:14px;padding-top:14px;border-top:1px solid var(--border)}.works-filter-label{padding-top:11px;font-family:var(--font-tech),var(--font-ui),sans-serif;font-size:.68rem;font-weight:600;line-height:1;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;color:var(--text-muted)}.works-facets{gap:8px;padding:0;background:transparent;border-radius:0}.works-facets .board-facet{min-height:38px;padding:7px 12px;white-space:nowrap;color:var(--text-muted);background:var(--surface-raised);border:1px solid var(--border);border-radius:var(--radius-sm);transition:color var(--dur-micro) var(--ease-out),background var(--dur-micro) var(--ease-out),border-color var(--dur-micro) var(--ease-out)}.works-facets .board-facet:hover{color:var(--text);background:var(--surface);border-color:var(--blue)}.works-facets .board-facet[aria-pressed=true]{color:var(--accent-ink);background:var(--accent);border-color:var(--accent);box-shadow:inset 0 -2px 0 var(--blue)}.works-facets .board-facet:focus-visible{outline:2px solid var(--focus);outline-offset:2px}@media (max-width:640px){.works-board-toolbar{padding:14px}.works-toolbar-primary{flex-direction:column;align-items:stretch;gap:10px}.works-toolbar-primary .board-sort{width:100%;justify-content:space-between}.works-filter-tray{grid-template-columns:minmax(0,1fr);gap:8px}.works-filter-label{padding-top:0}.works-facets{flex-wrap:nowrap;overflow-x:auto;overscroll-behavior-inline:contain;padding:4px 4px 6px}.works-facets .board-facet{flex:0 0 auto;min-height:44px}}.work-thumb-btn{width:100%;border:0;margin:0;padding:0;cursor:pointer;font:inherit;color:inherit}.work-card .meta h3{font-size:.9rem;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.work-card-foot{display:flex;align-items:center;justify-content:space-between;gap:8px}.work-labels{display:flex;flex-wrap:wrap;gap:4px}.work-like{display:inline-flex;align-items:center;gap:5px;border:0;background:transparent;cursor:pointer;padding:2px 4px;color:var(--text-faint);transition:color var(--dur-micro) var(--ease-out)}.work-like:hover{color:var(--text-muted)}.work-like.is-liked{color:var(--text)}.work-like-count{font-size:.8rem;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:var(--text-muted)}.work-like-md{padding:4px 6px}.work-like-md .work-like-count{font-size:.92rem}.dialog.dialog-wide:has(.work-detail){max-width:880px}.work-detail{gap:22px}.dialog-wide .work-detail{grid-template-columns:minmax(0,1.3fr) minmax(0,1fr)}.work-preview-panel{display:flex;flex-direction:column;gap:10px}.work-preview-head{display:flex;justify-content:flex-end}.work-detail-info{flex-direction:column;gap:16px}.work-detail-author,.work-detail-info{display:flex;justify-content:space-between}.work-detail-author{align-items:center;gap:10px;padding-bottom:10px;border-bottom:1px solid var(--border)}.work-detail-desc{display:flex;flex-direction:column;gap:6px}.work-detail-desc>.k{font-family:var(--font-ui),sans-serif;font-size:.72rem;font-weight:700;letter-spacing:.06em;color:var(--text-muted)}.work-detail-prompt{margin:0;white-space:pre-wrap;line-height:1.75;font-size:.9rem;max-height:340px;overflow-y:auto}.work-detail .readout .row .k{flex-shrink:0;white-space:nowrap}.work-detail-actions{display:flex;flex-wrap:wrap;gap:8px}.work-print-form{display:flex;align-items:flex-end;gap:10px;margin-top:12px;padding-top:12px;border-top:1px solid var(--border)}.work-print-form .field{flex:1 1}.work-label-editor{margin-top:12px;padding-top:12px;border-top:1px solid var(--border)}.work-label-choices{margin-bottom:10px}.work-label-editor-foot{display:flex;align-items:center;justify-content:space-between;gap:10px}