:root{--color-bg:#f4f1ea;--color-surface:#fcfbf8;--color-surface-2:#f6f1e8;--color-border:#d9d1c3;--color-text:#1f2421;--color-text-muted:#5c645d;--color-accent:#24364a;--color-accent-hover:#1b2938;--color-ink-inverse:#f8f6f1;--color-progress-bg:#efe7d6;--color-progress-text:#6f592d;--color-success-bg:#e7ece9;--color-success-text:#47675c;--color-warning-bg:#f3ebd9;--color-warning-text:#8a6a2f;--shadow-panel:0 14px 36px rgba(31,36,33,0.08);--shadow-soft:0 3px 10px rgba(31,36,33,0.05);--radius-lg:20px;--radius-md:14px;--radius-sm:10px;--font-heading:Georgia,"Times New Roman",serif;--font-body:"Avenir Next","Segoe UI",sans-serif}*{box-sizing:border-box}html{background:var(--color-bg)}body{margin:0;color:var(--color-text);background:radial-gradient(circle at top right,rgba(239,231,214,.9),transparent 34%),linear-gradient(180deg,#f6f3ed 0,var(--color-bg) 100%);font-family:var(--font-body)}a{color:inherit;text-decoration:none}button,input,select{font:inherit}dl,h1,h2,h3,ol,p,ul{margin:0}ol,ul{padding:0}.app-shell{min-height:100vh}.app-header{position:-webkit-sticky;position:sticky;top:0;z-index:20;border-bottom:1px solid rgba(248,246,241,.12);background:rgba(31,36,33,.94);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.app-header__inner,.app-main{width:min(1200px,calc(100% - 2rem));margin:0 auto}.app-header__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:72px}.app-header__actions,.app-header__brand,.app-nav,.button-row{display:flex;align-items:center;gap:.75rem}.app-header__brand{flex:1 1 auto;min-width:0}.app-header__actions{flex:0 0 auto}.app-nav{gap:1.2rem;min-width:0}.app-nav__link,.avatar-link,.brand-mark{position:relative;z-index:1}.app-nav__link{display:inline-flex;align-items:center;min-height:44px;color:rgba(248,246,241,.78);font-size:.95rem}.app-nav__link:hover,.brand-mark,.brand-mark:hover{color:var(--color-ink-inverse)}.brand-mark{font-family:var(--font-heading);font-size:1.5rem;letter-spacing:.01em}.avatar-link{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border:1px solid rgba(248,246,241,.18);border-radius:999px;color:var(--color-ink-inverse);font-weight:700}.app-main{padding:2rem 0 3.5rem}.page{display:flex;flex-direction:column;gap:2rem}.page-narrow{width:min(760px,100%)}.hero-header,.page-header{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;padding-bottom:1.5rem;border-bottom:1px solid var(--color-border)}.auth-card h1,.empty-state h2,.upload-dropzone h2,h1{font-family:var(--font-heading);font-size:clamp(2.2rem,4vw,3.4rem);line-height:1.06;letter-spacing:-.02em}.artifact-card__type,.eyebrow,h2.section-card__title{font-family:var(--font-body)}.artifact-card__meta,.batch-card__meta,.empty-state p,.field small,.hero-copy,.list,.page-header p,.support-copy,.timeline__meta,.upload-dropzone p{color:var(--color-text-muted);line-height:1.55}.eyebrow{font-size:.76rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--color-text-muted)}.eyebrow--tight{letter-spacing:.12em}.stack-lg,.stack-md,.stack-sm{display:flex;flex-direction:column}.stack-lg{gap:2rem}.stack-md{gap:1rem}.stack-sm{gap:.75rem}.layout-two-column{display:grid;grid-template-columns:minmax(0,1fr) 320px;grid-gap:2rem;gap:2rem}.layout-detail{display:grid;grid-template-columns:minmax(0,1fr) 380px;grid-gap:2rem;gap:2rem}.auth-card,.empty-state,.section-card{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);box-shadow:var(--shadow-soft)}.section-card{padding:1.25rem}.section-card__title{margin-bottom:1rem;font-size:.8rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--color-text-muted)}.button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:.72rem 1rem;border-radius:var(--radius-sm);font-weight:700;transition:background .12s ease,border-color .12s ease,color .12s ease}.button--primary{background:var(--color-accent);color:var(--color-ink-inverse)}.button--primary:hover{background:var(--color-accent-hover)}.button--secondary{border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text)}.button--secondary:hover{background:var(--color-surface-2)}.button--danger{border-color:#d7b9b3;color:#7c4038}.button--danger:hover{background:#f6ecea}.button--danger-solid{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:.72rem 1rem;border:0;border-radius:var(--radius-sm);background:#8a3f3a;color:var(--color-ink-inverse);font-weight:700;cursor:pointer}.button--danger-solid:hover{background:#73332f}.button--disabled{opacity:.55;pointer-events:none}.full-width{width:100%}.align-end{justify-content:flex-end}.centered{justify-content:center}.artifact-card,.batch-card{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface-2);padding:1rem}.batch-card--featured{background:linear-gradient(135deg,rgba(252,251,248,.96),rgba(240,234,223,.9))}.artifact-card__header,.batch-card__content,.definition-list__row,.file-row,.filter-row,.split-row{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.artifact-card h3,.batch-card h3{font-size:1.4rem;line-height:1.15}.batch-card__summary{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem;text-align:right}.batch-card__summary p{max-width:18rem;color:var(--color-text-muted)}.mini-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:.75rem;gap:.75rem;margin:1rem 0 0}.mini-panel{padding:.95rem;border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface)}.mini-panel__value{margin-top:.5rem;font-weight:700}.status-badge{display:inline-flex;align-items:center;justify-content:center;padding:.38rem .6rem;border-radius:999px;font-size:.78rem;font-weight:700;white-space:nowrap}.status-badge--neutral{background:#ece6da;color:var(--color-text)}.status-badge--progress{background:var(--color-progress-bg);color:var(--color-progress-text)}.status-badge--success{background:var(--color-success-bg);color:var(--color-success-text)}.status-badge--warning{background:var(--color-warning-bg);color:var(--color-warning-text)}.upload-dropzone{padding:3rem 1.5rem;border:2px dashed var(--color-border);border-radius:calc(var(--radius-lg) - 4px);text-align:center;background:linear-gradient(180deg,rgba(246,241,232,.7),rgba(252,251,248,.85))}.upload-flow{display:flex;flex-direction:column;gap:.9rem}.upload-file-list{max-height:min(40vh,24rem);overflow-y:auto;padding-right:.25rem}.upload-actions{position:-webkit-sticky;position:sticky;bottom:0;z-index:1;padding-top:.85rem;margin-top:.15rem;background:linear-gradient(180deg,rgba(252,251,248,0),rgba(252,251,248,.92) 28%,rgba(252,251,248,1))}.field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1rem;gap:1rem}.field{display:flex;flex-direction:column;gap:.45rem}.field span{font-size:.92rem;font-weight:700}.field input,.search-input,.select-input{width:100%;min-height:46px;padding:.8rem .9rem;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface);color:var(--color-text)}.list{padding-left:1.15rem}.list--numbered{list-style:decimal;padding-left:1.35rem}.list li+li{margin-top:.45rem}.summary-check-list{margin:0;padding-left:1.1rem}.summary-check-list li+li{margin-top:.4rem}.file-row{padding:.85rem 1rem;border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface-2)}.file-row__name{font-weight:700}.file-row__actions{display:flex;align-items:center;gap:.65rem}.text-button{padding:0;border:0;background:transparent;color:var(--color-text-muted);cursor:pointer}.text-button:hover{color:var(--color-text)}.text-link{color:var(--color-accent);text-decoration:underline;text-underline-offset:.14em}.text-link:hover{color:var(--color-accent-hover)}.timeline{list-style:none}.timeline__item{display:grid;grid-template-columns:18px minmax(0,1fr);grid-gap:.9rem;gap:.9rem;position:relative;padding-bottom:1rem}.timeline__item:not(:last-child):after{content:"";position:absolute;left:8px;top:18px;width:1px;height:calc(100% - 10px);background:var(--color-border)}.timeline__dot{width:16px;height:16px;border-radius:999px;margin-top:.2rem}.timeline__dot--done{background:var(--color-success-text)}.timeline__dot--active{background:#a78a57}.timeline__dot--pending{background:var(--color-border)}.timeline__label{font-weight:700}.artifact-card__type{font-size:.8rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--color-text-muted)}.empty-state{padding:2.5rem 1.5rem;text-align:center;box-shadow:var(--shadow-panel)}.empty-state__steps{max-width:40rem;margin:1rem auto 0;text-align:left;color:var(--color-text-muted);line-height:1.55;list-style:decimal;padding-left:1.35rem}.empty-state__steps li+li{margin-top:.45rem}.empty-state__note{margin-top:.85rem;font-weight:700}.archived-banner,.confirm-panel{padding:1rem 1.1rem;border:1px solid var(--color-border);border-radius:var(--radius-md);background:#f2ede4}.archived-banner__copy{margin-top:.4rem;color:var(--color-text-muted)}.delete-files-control{display:flex;flex-direction:column;gap:.9rem}.confirm-panel h3{font-size:1.1rem;margin-bottom:.4rem}.confirm-panel p{color:var(--color-text-muted);line-height:1.55}.summary-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1rem;gap:1rem}.summary-grid dt{margin-bottom:.35rem;font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-muted)}.summary-grid dd{line-height:1.5}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1.5rem}.auth-card{width:min(520px,100%);padding:2rem}.auth-card-wide{width:min(620px,100%)}.definition-list{display:flex;flex-direction:column;gap:1rem}.definition-list__row{padding-bottom:1rem;border-bottom:1px solid var(--color-border)}.definition-list__row:last-child{padding-bottom:0;border-bottom:0}.definition-list dt{color:var(--color-text-muted)}.definition-list dd{font-weight:700;text-align:right}.support-copy{margin-top:1rem}.auth-error{color:#8a3f3a}.auth-message{color:var(--color-success-text)}.filter-row{margin-bottom:1rem;flex-wrap:wrap}.search-input{flex:1 1 280px}.select-input{flex:0 0 180px}@media (max-width:960px){.layout-detail,.layout-two-column{grid-template-columns:1fr}}@media (max-width:760px){.app-header__inner,.app-main{width:min(100% - 1rem,1200px)}.app-nav{display:none}.artifact-card__header,.batch-card__content,.definition-list__row,.file-row,.hero-header,.page-header,.split-row{flex-direction:column;align-items:stretch}.app-header__actions,.button-row,.page-header__action{flex-wrap:wrap}.batch-card__summary,.definition-list dd{align-items:flex-start;text-align:left}.field-grid,.mini-grid,.summary-grid{grid-template-columns:1fr}.button-row .button{width:100%}}