:root{--bg:#effcfa;--panel:rgba(255,255,255,0.82);--panel-strong:#ffffff;--line:rgba(16,122,130,0.14);--text:#0e2c32;--muted:#5c7980;--teal:#0ba6a6;--teal-dark:#077b88;--mint:#d8f8f3;--shadow:0 24px 60px rgba(12,78,84,0.12);--radius:24px}*{box-sizing:border-box}body,html{padding:0;margin:0;font-family:Georgia,Times New Roman,serif;background:radial-gradient(circle at top left,rgba(11,166,166,.14),transparent 35%),linear-gradient(180deg,#f8ffff 0,var(--bg) 100%);color:var(--text);min-height:100%}body{min-height:100vh}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,textarea{font:inherit}.auth-shell{min-height:100vh;display:grid;grid-template-columns:1.2fr .9fr;grid-gap:32px;gap:32px;padding:32px}.auth-card,.auth-hero,.hero-panel,.panel-card,.result-card,.sidebar,.stat-card{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:var(--panel);border:1px solid var(--line);box-shadow:var(--shadow)}.auth-hero{border-radius:36px;padding:48px;display:flex;flex-direction:column;justify-content:flex-end;background:linear-gradient(135deg,rgba(11,166,166,.86),rgba(255,255,255,.92)),var(--panel);color:white}.auth-hero h1,.hero-panel h1{font-size:clamp(2.2rem,4vw,4.1rem);line-height:1;margin:16px 0}.auth-card{border-radius:32px;padding:40px;align-self:center}.section-heading h2,.section-heading h3{margin:0}.auth-switch,.field-hint,.hero-panel p,.muted-text,.result-copy p,.section-heading p,.selection-copy p,.stat-hint{color:var(--muted)}.auth-form,.page-stack,.stacked-form{display:flex;flex-direction:column;gap:24px}.field{display:flex;flex-direction:column;gap:10px}.field input,.field textarea{border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.92);padding:14px 16px;color:var(--text)}.ghost-button,.primary-button,.secondary-button{border:none;border-radius:999px;padding:14px 20px;cursor:pointer;transition:transform .16s ease,opacity .16s ease}.ghost-button:hover,.primary-button:hover,.secondary-button:hover{transform:translateY(-1px)}.primary-button{background:linear-gradient(135deg,var(--teal),var(--teal-dark));color:white}.secondary-button{background:var(--mint);color:var(--teal-dark)}.ghost-button{background:rgba(11,166,166,.08);color:var(--teal-dark)}.full-width{width:100%}.hero-chip,.pill,.status-badge{display:inline-flex;align-items:center;gap:8px;border-radius:999px;padding:8px 14px;font-size:.82rem}.hero-chip,.pill{background:rgba(255,255,255,.2)}.dashboard-shell{min-height:100vh;display:grid;grid-template-columns:290px 1fr;grid-gap:24px;gap:24px;padding:20px}.dashboard-content{padding:8px 8px 24px}.sidebar{border-radius:30px;padding:20px;display:flex;flex-direction:column;gap:24px}.brand-card{display:flex;align-items:center;gap:14px;padding:18px;background:linear-gradient(135deg,rgba(11,166,166,.14),rgba(255,255,255,.74));border-radius:24px}.brand-badge{width:54px;height:54px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(135deg,var(--teal),var(--teal-dark));color:white;font-weight:700}.brand-title,.sidebar-footer-name{margin:0;font-weight:700}.brand-subtitle,.sidebar-footer-label{margin:4px 0 0;color:var(--muted)}.sidebar-nav{display:flex;flex-direction:column;gap:10px}.nav-link{padding:14px 16px;border-radius:18px;color:var(--muted)}.nav-link.active{background:linear-gradient(135deg,rgba(11,166,166,.14),rgba(11,166,166,.06));color:var(--teal-dark);font-weight:700}.sidebar-footer{margin-top:auto;padding:18px;border-radius:24px;background:rgba(255,255,255,.7)}.hero-panel,.panel-card{border-radius:30px;padding:28px}.results-grid,.stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:18px;gap:18px}.stat-card{border-radius:24px;padding:24px}.result-meta,.stat-label{color:var(--muted);font-size:.92rem}.stat-value{margin:8px 0;font-size:2.4rem}.form-section{display:flex;flex-direction:column;gap:14px}.selection-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:14px;gap:14px}.selection-card{position:relative;display:flex;flex-direction:column;gap:14px;padding:14px;border:1px solid var(--line);border-radius:22px;background:rgba(255,255,255,.92)}.selection-card.selected{border-color:rgba(7,123,136,.48);box-shadow:0 20px 40px rgba(10,115,128,.12)}.selection-card input{position:absolute;top:14px;right:14px;width:18px;height:18px}.selection-image{width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:18px;background:linear-gradient(135deg,#f6fffd,#d8f8f3)}.mannequin-image{aspect-ratio:4/4.7;background:linear-gradient(180deg,#edf7f5,#ffffff)}.selection-copy{display:flex;flex-direction:column;gap:8px}.selection-copy div{display:flex;justify-content:space-between;gap:10px}.selection-detail{color:var(--muted);font-size:.88rem}.tab-row{display:inline-flex;gap:10px;padding:8px;border-radius:999px;background:rgba(11,166,166,.08);width:-moz-fit-content;width:fit-content}.tab-button{border:none;background:transparent;color:var(--muted);border-radius:999px;padding:10px 18px;cursor:pointer}.tab-button.active{background:linear-gradient(135deg,var(--teal),var(--teal-dark));color:white}.selection-badge-row{display:flex;justify-content:space-between;align-items:center}.pill.subtle{background:rgba(11,166,166,.08);color:var(--teal-dark)}.choice-indicator{width:18px;height:18px;border-radius:999px;border:2px solid rgba(7,123,136,.3);background:white}.choice-indicator.active{border-color:var(--teal-dark);box-shadow:inset 0 0 0 4px white;background:var(--teal-dark)}.mannequin-card{text-align:left;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.mannequin-card:hover{transform:translateY(-2px)}.profile-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px 14px;gap:10px 14px;margin:0;padding-top:8px;border-top:1px solid var(--line)}.profile-grid dt{font-size:.74rem;text-transform:uppercase;letter-spacing:.04em;color:var(--muted)}.profile-grid dd{margin:4px 0 0;font-size:.92rem;color:var(--text)}.button-row{display:flex;gap:12px}.table-like{display:flex;flex-direction:column;gap:10px}.table-row{display:grid;grid-template-columns:1.4fr .8fr .7fr 1fr;grid-gap:16px;gap:16px;padding:14px 0;border-bottom:1px solid var(--line)}.table-head{font-weight:700;color:var(--muted)}.result-card{border-radius:24px;padding:18px;display:flex;flex-direction:column;gap:16px}.result-card.selected{border-color:rgba(7,123,136,.42);box-shadow:0 22px 48px rgba(7,123,136,.14)}.result-image,.result-placeholder{width:100%;aspect-ratio:4/5;border-radius:20px;background:linear-gradient(180deg,#ffffff,#daf8f4);object-fit:cover}.empty-state,.result-placeholder{display:grid;place-items:center;text-align:center;color:var(--muted);min-height:240px}.result-copy h3{margin:0 0 8px}.result-actions,.results-toolbar-actions{display:flex;flex-wrap:wrap;gap:10px}.results-toolbar{display:flex;justify-content:space-between;gap:18px;align-items:flex-end}.results-toolbar h2{margin:10px 0 8px}.result-select{display:inline-flex;align-items:center;gap:10px;color:var(--teal-dark);font-size:.92rem}.result-select input{width:18px;height:18px}.compact-button{padding:10px 14px}.status-badge{background:rgba(11,166,166,.12)}.status-badge.completed{color:#0b8d64}.status-badge.processing{color:#0d7e9c}.status-badge.failed{color:#bf4b4b}.status-badge.partial,.status-badge.pending{color:#9e7b20}.text-link{color:var(--teal-dark);font-weight:700}.error-text{color:#b03c3c}.success-text{color:#0b8d64}@media (max-width:1100px){.auth-shell,.dashboard-shell{grid-template-columns:1fr}.results-grid,.selection-grid,.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:700px){.auth-shell,.dashboard-shell{padding:14px}.results-grid,.selection-grid,.stats-grid,.table-row{grid-template-columns:1fr}.button-row{flex-direction:column}.results-toolbar{align-items:stretch}}