:root{color:#17201b;background:#eef3f0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}body{margin:0}button,input,select,textarea{font:inherit}button,.button-secondary,.button-ghost,.icon-button,.menu-button,.choose-button{border:0;background:#176b55;color:#fff;cursor:pointer;min-height:42px;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;font-weight:700}button:disabled{cursor:not-allowed;opacity:.6}.button-secondary{background:#2f5c8f}.choose-button{background:#2f5c8f;white-space:nowrap}.button-ghost{background:#edf2ef;border:1px solid #c4cec8;color:#17201b}.icon-button{background:#edf2ef;border:1px solid #c4cec8;color:#17201b;flex:0 0 42px;font-size:28px;line-height:1;padding:0;width:42px}.login-shell,.app-shell{min-height:100vh}.login-shell{display:grid;place-items:center;padding:24px}.login-panel,.upload-panel,.status-panel{background:#fff;border:1px solid #d6ddd9;border-radius:8px;box-shadow:0 8px 24px #17201b14}.login-panel{width:min(420px,100%);padding:28px;display:grid;gap:18px}.app-shell{padding:28px}.topbar{display:flex;justify-content:space-between;align-items:center;gap:20px;margin:0 auto 24px;max-width:1180px}.eyebrow{color:#176b55;font-size:12px;font-weight:800;letter-spacing:0;margin:0 0 6px;text-transform:uppercase}h1,h2,p{margin-top:0}h1{font-size:28px;line-height:1.2;margin-bottom:0}h2{font-size:18px;line-height:1.3}label{display:grid;gap:8px;font-weight:700}.field-label{display:inline-flex;gap:4px}.required-star{color:#c71818}input,select,textarea{border:1px solid #c4cec8;border-radius:6px;color:#17201b;min-height:42px;padding:9px 11px;width:100%}textarea{resize:vertical}.workspace{display:grid;gap:20px;grid-template-columns:minmax(0,1fr) 340px;margin:0 auto;max-width:1180px}.upload-panel,.status-panel{padding:22px}.upload-panel{display:grid;gap:18px}.grid{display:grid;gap:16px;grid-template-columns:repeat(2,minmax(0,1fr))}.upload-box{align-items:center;border:1px dashed #93a49a;display:grid;gap:18px;grid-template-columns:auto minmax(0,1fr) auto;min-height:142px;padding:22px 24px}.upload-box-active{background:#f5faf7;border-color:#176b55}.upload-icon{align-items:center;border:2px solid #d6ddd9;border-radius:999px;color:#176b55;display:inline-flex;height:48px;justify-content:center;width:48px}.upload-copy{min-width:0}.upload-copy h2{font-size:22px;line-height:1.25;margin-bottom:8px}.upload-box p{color:#4b5a52;line-height:1.4;margin-bottom:0}.upload-summary{color:#65766d;font-size:13px;font-weight:700;margin-top:8px}.upload-actions{display:flex;gap:10px;justify-content:flex-end}.selected-files{display:flex;flex-wrap:wrap;gap:6px;max-width:520px}.selected-files span{background:#eef3f0;border:1px solid #d6ddd9;border-radius:4px;color:#17201b;font-size:13px;font-weight:700;max-width:100%;overflow:hidden;padding:5px 8px;text-overflow:ellipsis;white-space:nowrap}.progress{background:#dbe4df;height:10px;overflow:hidden}.progress div{background:#176b55;height:100%;transition:width .16s ease}.status-pill{background:#bd7a16;color:#fff;font-weight:800;padding:8px 12px}.user-menu{display:flex;justify-content:flex-end;position:relative}.menu-button{background:#bd7a16;flex:0 0 52px;height:40px;min-height:40px;padding:0;width:52px}.menu-button span,.menu-button span:before,.menu-button span:after{background:#fff;content:"";display:block;height:3px;width:22px}.menu-button span{position:relative}.menu-button span:before,.menu-button span:after{position:absolute}.menu-button span:before{top:-7px}.menu-button span:after{top:7px}.profile-menu{background:#fff;border:1px solid #d6ddd9;border-radius:8px;box-shadow:0 12px 32px #17201b29;min-width:206px;padding:8px;position:absolute;right:0;top:50px;z-index:10}.profile-menu:before{border-bottom:8px solid #ffffff;border-left:8px solid transparent;border-right:8px solid transparent;content:"";position:absolute;right:18px;top:-8px}.menu-context{color:#176b55;font-size:12px;font-weight:800;padding:9px 10px 10px;text-transform:uppercase}.menu-divider{background:#e5ece8;height:1px;margin:0 4px 6px}.menu-item{align-items:center;background:transparent;border:0;border-radius:6px;color:#17201b;display:flex;font-weight:700;gap:12px;justify-content:flex-start;min-height:42px;padding:9px 10px;width:100%}.menu-item:hover,.menu-item:focus-visible{background:#eef3f0}.menu-item svg{color:#176b55;flex:0 0 20px}.status-list{display:grid;gap:10px}.status-row{align-items:center;display:flex;gap:10px}.status-list p{margin-bottom:0}.status-label{font-weight:700}.status-description{color:#4b5a52;line-height:1.45}.spinner{animation:spin .8s linear infinite;border:3px solid #dbe4df;border-radius:999px;border-top-color:#176b55;flex:0 0 20px;height:20px;width:20px}.status-icon{align-items:center;border-radius:999px;color:#fff;display:inline-flex;flex:0 0 22px;font-size:15px;font-weight:800;height:22px;justify-content:center;width:22px}.status-success .status-icon{background:#176b55}.status-error .status-icon{background:#a73535}@keyframes spin{to{transform:rotate(360deg)}}.error-text{color:#a73535;font-weight:700;margin-bottom:0}a{color:#145cc8;font-weight:700}@media(max-width:840px){.app-shell{padding:18px}.topbar{align-items:stretch;flex-direction:column}.upload-box,.workspace,.grid{grid-template-columns:1fr}.upload-actions{flex-wrap:wrap;justify-content:flex-start}.choose-button{flex:1 1 160px}}
