@font-face{font-family:system;src:local("Inter"),local("Arial")}
:root{--bg:#f5f6f3;--panel:#fff;--ink:#233830;--muted:#819087;--line:#e3e8e2;--green:#266753;--green-dark:#194c3c;--soft:#eaf2ed;--orange:#aa7638;--danger:#aa4b46;--shadow:0 5px 25px #253f2e08}
*{box-sizing:border-box}body{margin:0;font-family:system,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--bg);color:var(--ink);font-size:14px;line-height:1.5}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button{cursor:pointer}a{color:var(--green);text-decoration:none}a:hover{text-decoration:underline}button:disabled{cursor:not-allowed;opacity:.5}h1,h2,h3,p{margin-top:0}h1{font-size:29px;letter-spacing:-.9px;font-weight:600;line-height:1.2;margin-bottom:13px}h2{font-size:18px;font-weight:600;letter-spacing:-.3px;margin-bottom:9px}h3{font-size:15px;font-weight:600}p{margin-bottom:16px}small,.small{font-size:12px}.muted{color:var(--muted)}.mono{font-family:ui-monospace,monospace;font-size:12px;word-break:break-all}.eyebrow{color:var(--green);font-size:10px;font-weight:700;letter-spacing:1.8px;margin-bottom:18px}.brand{display:flex;gap:10px;align-items:center;font-size:20px;font-weight:650;letter-spacing:-1px;color:var(--ink)}.brand:hover{text-decoration:none}.brand-light{font-weight:400}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:11px 18px;border-radius:7px;font-weight:550;font-size:13px;border:1px solid transparent;min-height:42px;transition:background .15s,color .15s;white-space:nowrap}.button:hover{text-decoration:none}.primary{background:var(--green);color:white}.primary:hover{background:var(--green-dark)}.secondary{background:#fff;color:var(--ink);border-color:var(--line)}.secondary:hover{background:var(--soft)}.full{width:100%}.text-button{border:0;background:none;color:var(--green);padding:4px 0;font-size:12px}.danger-text{color:var(--danger)}.small-button{padding:6px 12px;min-height:34px;font-size:12px}.plus{font-size:22px;line-height:1;font-weight:300}.app-shell{display:grid;grid-template-columns:248px minmax(0,1fr);min-height:100vh}.sidebar{height:100vh;position:sticky;top:0;background:#fff;border-right:1px solid var(--line);padding:28px 20px 0;display:flex;flex-direction:column}.sidebar .brand{margin:0 0 31px 3px}.workspace-label{font-size:11px;color:var(--muted);margin:0 4px 10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.new-order{width:100%;justify-content:flex-start;padding-left:17px}.sidebar-divider{height:1px;background:var(--line);margin:22px 0 19px}.search{display:flex;align-items:center;border:1px solid var(--line);border-radius:6px;padding:0 10px;gap:9px;margin-bottom:23px;background:#fbfcfa}.search span{font-size:24px;color:var(--muted);line-height:1}.search input{border:0;background:transparent;min-width:0;width:100%;padding:9px 0;font-size:12px;outline:none}.list-heading{font-size:9px;letter-spacing:1.5px;color:var(--muted);display:flex;align-items:center;justify-content:space-between;margin:0 4px 12px}.list-heading button{font-size:10px;letter-spacing:0}#order-list{flex:1;overflow:auto;margin:0 -9px;padding:0 9px 20px}.order-link{display:flex;gap:9px;align-items:center;padding:12px 10px;margin:3px -3px;border-radius:6px;color:#65736a;font-size:11px;line-height:1.2}.order-link:hover{background:#f5f7f3;text-decoration:none}.order-link.active{background:var(--soft);color:var(--green);font-weight:600}.order-link .order-number{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.status-dot{width:6px;height:6px;flex-shrink:0;background:#7ba188;border-radius:50%}.status-dot.processing{background:#d7a957;animation:pulse 2s infinite}.status-dot.partial{background:#d7a957}.status-dot.draft{background:#c0c9c0}.profile{display:flex;align-items:center;gap:10px;min-height:90px;padding:17px 0;border-top:1px solid var(--line);color:var(--ink)}.profile:hover{text-decoration:none}.avatar{width:33px;height:33px;border-radius:50%;object-fit:cover}.initials{display:flex;align-items:center;justify-content:center;background:#dfe9dd;color:#4d704e}.profile-text{display:flex;flex-direction:column;min-width:0;flex:1}.profile-text strong{font-size:11px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-text small{font-size:10px;color:var(--muted)}.workspace{min-width:0}.topbar{height:70px;border-bottom:1px solid var(--line);padding:0 36px;display:flex;align-items:center;justify-content:space-between;background:#fafbf8;color:var(--muted);font-size:11px;gap:20px}.topbar>span{display:flex;gap:14px}.topbar strong{font-weight:500;color:#4e6255}#notification-count:not(:empty){background:var(--green);color:white;display:inline-flex;align-items:center;justify-content:center;min-width:17px;height:17px;border-radius:10px;margin-left:5px;font-size:10px}.empty-workspace{max-width:700px;margin:auto;padding:135px 30px 50px;text-align:center}.empty-workspace h1{font-size:32px}.empty-workspace .button{margin:10px 0 18px}.empty-drawing{font-size:70px;color:#88a58f;font-weight:100;margin-bottom:30px}.empty-workspace .eyebrow{font-size:10px}.loading-state{padding:110px 30px;text-align:center;color:var(--muted)}.spinner{display:inline-block;border:2px solid #dce9df;border-top-color:var(--green);width:22px;height:22px;border-radius:50%;animation:spin 1s linear infinite}.order-header{padding:28px 32px 22px;border-bottom:1px solid var(--line);background:#fafbf8}.order-heading{display:flex;align-items:center;gap:14px;margin-bottom:7px;flex-wrap:wrap}.order-heading h1{font-size:24px;margin:0}.order-subtitle{font-size:11px;color:var(--muted);margin:0 0 22px}.badge{font-size:10px;padding:4px 8px;border:1px solid #d6e4d9;border-radius:5px;background:var(--soft);color:#567d64}.badge.warning{background:#faf1e3;border-color:#ecdfc8;color:#a17b40}.badge.neutral{background:#f0f2ed;border-color:#e0e4dd;color:#889081}.order-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.order-actions .button{min-height:36px;padding:7px 12px;font-size:11px}.order-actions .spacer{flex:1}.split-button{position:relative}.split-button summary{list-style:none}.split-button[open] .dropdown-menu{display:flex}.dropdown-menu{display:none;position:absolute;top:43px;right:0;z-index:15;min-width:180px;box-shadow:0 6px 24px #16332520;background:white;border:1px solid var(--line);border-radius:7px;padding:7px;flex-direction:column}.dropdown-menu button,.dropdown-menu a{border:0;text-align:left;padding:10px;background:white;border-radius:4px;color:var(--ink);font-size:12px}.dropdown-menu button:hover,.dropdown-menu a:hover{background:var(--soft);text-decoration:none}.order-layout{display:grid;grid-template-columns:minmax(0,1fr) 290px;align-items:start}.order-main{padding:28px 28px 130px;min-width:0}.summary{border-left:1px solid var(--line);min-height:calc(100vh - 230px);padding:28px 22px;position:sticky;top:0;background:#fafbf8}.section-label{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px}.section-label h2{font-size:15px;margin:0}.section-label .count{color:var(--muted);font-size:12px;font-weight:400;margin-left:8px}.panel{background:white;border:1px solid var(--line);border-radius:9px;padding:23px;box-shadow:var(--shadow)}.product-card{margin-bottom:18px;border:1px solid var(--line);background:#fff;border-radius:9px;overflow:hidden;box-shadow:var(--shadow)}.product-card-header{display:flex;align-items:center;gap:10px;padding:15px 18px;border-bottom:1px solid #eef1eb}.product-index{width:25px;height:25px;display:flex;align-items:center;justify-content:center;border-radius:5px;background:#edf1e8;color:#6c826c;font-size:10px}.product-card-header h3{font-size:13px;margin:0;flex:1}.product-card-header .badge{font-size:9px}.product-body{padding:18px;display:grid;grid-template-columns:175px minmax(0,1fr);gap:20px}.product-preview{min-height:155px;display:flex;align-items:center;justify-content:center;background-color:#fafbf8;background-image:linear-gradient(#e8ede540 1px,transparent 1px),linear-gradient(90deg,#e8ede540 1px,transparent 1px);background-size:14px 14px;border:1px solid #edf0e9;border-radius:5px;position:relative;overflow:hidden}.product-preview img{width:100%;max-height:250px;object-fit:contain;mix-blend-mode:multiply}.product-preview .manual-preview{font-size:44px;color:#a2b19d}.preview-caption{font-size:9px;color:var(--muted);text-align:center;margin-top:7px}.field-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.field-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.field-grid .wide{grid-column:1/-1}label{display:flex;flex-direction:column;gap:6px;font-size:10px;color:#778578;min-width:0}input,select,textarea{border:1px solid #dfe6dc;border-radius:5px;background:#fff;color:var(--ink);padding:9px 10px;min-width:0;width:100%;outline:none;font-size:12px}input:focus,select:focus,textarea:focus{border-color:#80a48b;box-shadow:0 0 0 3px #2667530b}input::placeholder,textarea::placeholder{color:#adb7ac}select{padding-right:18px}textarea{resize:vertical;min-height:57px}input[type=checkbox]{accent-color:var(--green);width:15px;height:15px;flex-shrink:0}input[type=file]{font-size:11px;padding:6px;background:#fafbf8}.review-control{display:flex;flex-direction:row;align-items:center;font-size:11px;color:#637464;gap:7px;margin-top:13px}.materials-section{background:#fbfcf9;border-top:1px solid #edf0e9;padding:16px 18px}.materials-section h4{font-size:10px;letter-spacing:.3px;margin:0 0 13px;color:#74806f;font-weight:500}.material-row{display:grid;grid-template-columns:minmax(0,1fr) 82px 84px 22px;gap:8px;align-items:end;margin-bottom:10px}.material-row label:first-child{min-width:0}.material-row .text-button{align-self:center;padding-top:15px}.material-row select{font-size:11px}.source-details{padding:0 18px 15px;font-size:11px}.source-details summary{color:var(--muted);cursor:pointer}.source-details pre{white-space:pre-wrap;max-height:200px;overflow:auto;color:#718070;font-size:11px}.service-section{margin-top:28px}.service-row{display:grid;grid-template-columns:minmax(0,1fr) 90px 94px;gap:10px;align-items:center;border-top:1px solid var(--line);padding:13px 0}.service-label{display:flex;flex-direction:row;gap:9px;align-items:center;font-size:12px;color:#546b58}.service-price{font-size:10px;color:var(--muted)}.service-row input[type=number]{padding:7px}.summary h2{font-size:14px;margin-bottom:4px}.summary .summary-intro{font-size:10px;color:var(--muted);margin-bottom:25px}.summary-product{border-bottom:1px solid var(--line);padding:12px 0;display:flex;justify-content:space-between;gap:10px;font-size:11px}.summary-product small{display:block;font-size:10px;color:var(--muted);margin-top:4px}.summary-product strong{font-size:11px;font-weight:550;white-space:nowrap}.summary-block{margin-bottom:24px}.summary-block-title{font-size:9px;letter-spacing:1px;color:var(--muted);text-transform:uppercase;margin-bottom:10px}.summary-row{display:flex;justify-content:space-between;gap:10px;font-size:11px;margin:11px 0}.summary-row strong{font-weight:500}.summary-total{border-top:1px solid #d8e1d6;margin-top:17px;padding-top:18px;display:flex;justify-content:space-between;align-items:center;gap:8px;font-size:12px}.summary-total strong{font-size:22px;font-weight:600;letter-spacing:-.7px}.scenario-select{margin:8px 0 14px}.summary-errors{background:#f9f2e7;border:1px solid #efe1c9;border-radius:6px;padding:12px;color:#9b7746;font-size:10px;margin:16px 0}.summary-errors ul{padding-left:15px;margin:8px 0 0}.summary-errors li{margin:6px 0}.summary-status{font-size:10px;color:#73917b;display:flex;gap:6px;align-items:center;margin-top:12px}.summary-empty{font-size:11px;color:var(--muted);padding:12px 0}.metadata-form{margin-bottom:24px}.metadata-form label{font-size:10px}.metadata-form .field-grid{grid-template-columns:2fr 1fr 1fr}.notice{background:#f8f1e6;border:1px solid #ecdfca;color:#94733d;border-radius:6px;padding:13px 15px;font-size:12px;margin-bottom:20px}.notice.danger{color:var(--danger);background:#fcf0ed;border-color:#f0d4ce}.notice.success{background:var(--soft);border-color:#d6e4d9;color:var(--green)}.notice p:last-child{margin-bottom:0}.processing-panel{padding:30px;max-width:950px}.processing-panel h2{font-size:21px}.progress-track{height:5px;background:#e4ece1;border-radius:5px;margin:18px 0 12px;overflow:hidden}.progress-track span{display:block;height:100%;background:#6a9c75;transition:width .4s}.processing-file{padding:17px;background:#fff;border:1px solid var(--line);border-radius:7px;margin:14px 0}.processing-file-top{display:flex;justify-content:space-between;font-size:12px}.processing-pages{font-size:10px;color:var(--muted);margin-top:10px}.page-results{display:flex;gap:10px;flex-wrap:wrap;margin:20px 0}.page-result{border:1px solid var(--line);background:#fff;border-radius:5px;padding:8px;font-size:10px;max-width:200px}.page-result img{width:70px;height:85px;object-fit:contain;display:block;margin:auto}.page-result button{display:block;font-size:10px}.page-result .metadata-line{color:var(--muted);font-size:10px;max-width:180px;overflow-wrap:anywhere}.upload-page{max-width:880px;padding:38px 45px 60px;margin:auto}.back-link{display:inline-block;font-size:11px;margin-bottom:32px;color:var(--muted)}.upload-page h1{font-size:30px}.drop-zone{text-align:center;padding:55px 25px;background:#fdfefb;border:1.5px dashed #b5c7b2;border-radius:10px;margin:32px 0;cursor:pointer;transition:background .15s,border-color .15s}.drop-zone.drag-over{background:#e7f0e5;border-color:var(--green)}.drop-zone.busy{opacity:.65;pointer-events:none}.upload-icon{width:55px;height:60px;border:1px solid #bccbb6;border-radius:6px;margin:0 auto 22px;color:#6e906d;display:flex;align-items:center;justify-content:center;font-size:29px;font-weight:300}.drop-zone h2{font-size:18px;margin-bottom:6px}.drop-zone p{font-size:12px;color:var(--muted)}.drop-zone .small{display:block;margin-top:16px}.upload-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.upload-steps>div{display:flex;flex-direction:column;gap:6px}.upload-steps span{font-size:11px;color:#93aa8f;margin-bottom:8px}.upload-steps strong{font-size:12px;font-weight:550}.upload-steps small{font-size:11px;color:var(--muted)}.settings-page,.catalog-page{padding:35px 34px 70px}.settings-grid{display:grid;grid-template-columns:minmax(270px,.8fr) minmax(340px,1.2fr);gap:24px;margin-top:28px;align-items:start}.settings-grid form{display:flex;flex-direction:column;gap:14px}.settings-grid h2{font-size:17px}.details-list{display:grid;grid-template-columns:85px minmax(0,1fr);font-size:11px;gap:12px;margin:24px 0}.details-list dt{color:var(--muted)}.details-list dd{margin:0;overflow-wrap:anywhere}.section-divider{height:1px;background:var(--line);margin:24px 0}.asset-panel{margin-bottom:16px}.asset-title{display:flex;gap:13px;align-items:start}.asset-title h2{font-size:14px;margin-bottom:5px}.file-icon{display:flex;align-items:center;justify-content:center;width:37px;height:42px;flex-shrink:0;border:1px solid #d8e1d3;border-radius:4px;font-size:9px;color:#7b9476;background:#f6f9f1}.asset-upload{display:flex!important;flex-direction:row!important;gap:10px!important;align-items:end;margin:15px 0}.file-picker{flex:1}.asset-row{padding:10px 0;border-top:1px solid var(--line);display:flex;gap:12px;align-items:center;font-size:11px}.asset-row>span{flex:1;min-width:0;overflow-wrap:anywhere}.asset-row small{font-size:9px;display:block;color:var(--muted);margin-top:3px}.asset-row a,.asset-row button{font-size:10px}.asset-list:empty{margin-bottom:8px}.catalog-table-wrap{overflow:auto;border:1px solid var(--line);border-radius:8px;background:white;margin-top:20px}.catalog-table{width:100%;border-collapse:collapse;font-size:11px}.catalog-table th{text-align:left;padding:12px;color:var(--muted);font-size:10px;font-weight:500;background:#fafbf8;border-bottom:1px solid var(--line)}.catalog-table td{padding:6px;border-bottom:1px solid var(--line);min-width:86px}.catalog-table td:nth-child(1){min-width:250px}.catalog-table input,.catalog-table select{font-size:11px;padding:7px}.catalog-toolbar{display:flex;gap:12px;align-items:center;margin:18px 0}.catalog-pagination{display:flex;justify-content:space-between;align-items:center;font-size:12px;margin-top:16px}.center-page{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:25px}.onboarding{width:460px;padding:40px}.onboarding .brand{margin-bottom:35px}.onboarding h1{font-size:26px}.onboarding form{display:flex;flex-direction:column;gap:20px;margin:22px 0}.onboarding label{font-size:12px}.onboarding input{font-size:14px}.auth-layout{min-height:100vh;display:grid;grid-template-columns:1.05fr 1fr;background:#fafbf8}.auth-story{background:#e9eee2;padding:40px 10%;display:flex;flex-direction:column;justify-content:space-between;gap:35px;position:relative;overflow:hidden}.auth-story h1{font-size:clamp(35px,4vw,61px);line-height:1.12;font-weight:500;letter-spacing:-2.5px}.auth-story .eyebrow{font-size:9px;margin:24px 0}.auth-intro{font-size:13px;color:#7a8874;max-width:340px;line-height:1.8}.auth-panel{display:flex;align-items:center;justify-content:center;padding:50px}.auth-card{max-width:350px}.auth-card h2{font-size:27px;font-weight:550;line-height:1.25;margin-bottom:17px}.auth-card>p{font-size:13px;line-height:1.8}.auth-card .button{margin-top:15px}.auth-divider{height:1px;background:var(--line);margin:29px 0 20px}.blueprint{width:100%;height:160px;position:relative;background-image:linear-gradient(#c3d0b430 1px,transparent 1px),linear-gradient(90deg,#c3d0b430 1px,transparent 1px);background-size:15px 15px;color:#7f9671;margin-bottom:20px}.blueprint-part{position:absolute;top:54px;left:14%;width:72%;height:39px;border:1px solid #91a07a;transform:skewY(-3deg)}.dimension-horizontal{position:absolute;top:110px;left:30%;font-size:10px;letter-spacing:1.5px;width:42%;text-align:center;border-top:1px solid #a8b398;padding-top:7px}.dimension-vertical{position:absolute;left:7%;top:60px;font-size:10px;transform:rotate(-90deg)}.blueprint-label{position:absolute;top:12px;left:7%;font-size:11px}.blueprint-note{position:absolute;top:70px;left:35%;font-size:10px}.error-text{font-size:12px;color:var(--danger);margin-top:12px}#save-bar{position:fixed;bottom:0;left:248px;right:0;z-index:25;background:#fffffff7;backdrop-filter:blur(8px);border-top:1px solid #d7e4d4;padding:15px 30px;display:flex;align-items:center;justify-content:space-between;gap:20px;box-shadow:0 -3px 20px #143b2b08}#save-bar[hidden]{display:none}#save-bar strong{display:block;font-size:12px;font-weight:550}#save-bar small{display:block;font-size:10px;color:var(--muted);margin-top:3px}#toast{position:fixed;z-index:100;bottom:28px;left:50%;transform:translateX(-50%);background:#264937;color:white;padding:13px 22px;max-width:600px;min-width:260px;border-radius:8px;box-shadow:0 8px 40px #1f3c2a20;font-size:13px}#toast.error{background:#884e40}#notification-tray{position:absolute;top:63px;right:25px;z-index:50;max-width:360px;background:white;border:1px solid var(--line);border-radius:7px;padding:14px;box-shadow:var(--shadow)}.notification-item{display:flex;gap:15px;padding:12px 0;border-bottom:1px solid var(--line)}.notification-item a{font-size:12px;display:block}.notification-item small{display:block;font-size:10px;color:var(--muted)}.notification-item button{align-self:start}.order-lock-message{margin:20px 0}.metadata-note{font-size:11px;margin:10px 0;color:var(--muted)}[hidden]{display:none!important}fieldset{border:0;padding:0;margin:0;min-width:0}pre.ocr-output{white-space:pre-wrap;max-height:450px;overflow:auto;font-size:12px;padding:16px;background:#f8f9f5;border:1px solid var(--line)}dialog{border:1px solid var(--line);border-radius:10px;max-width:800px;width:90vw;max-height:90vh;padding:28px;background:white;color:var(--ink)}dialog::backdrop{background:#102d2470}.dialog-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.dialog-header h2{margin:0}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{50%{opacity:.4}}
@media(min-width:1600px){.order-main{padding:32px 40px 130px}.product-body{grid-template-columns:230px minmax(0,1fr)}.order-layout{grid-template-columns:minmax(0,1fr) 330px}.summary{padding:30px}.product-preview{min-height:175px}}
@media(max-width:1200px){.app-shell{grid-template-columns:215px minmax(0,1fr)}.sidebar{padding:25px 15px 0}.sidebar .brand{font-size:18px}.order-layout{grid-template-columns:minmax(0,1fr) 250px}.order-main{padding:22px 18px 120px}.summary{padding:24px 17px}.product-body{grid-template-columns:1fr}.product-preview{min-height:105px;max-height:150px}.product-preview img{max-height:140px}.product-card-header{padding:13px 15px}.material-row{grid-template-columns:minmax(0,1fr) 72px 75px 18px}.settings-grid{grid-template-columns:1fr}.topbar{padding:0 25px}#save-bar{left:215px}}
@media(max-width:950px){.order-layout{grid-template-columns:1fr}.summary{position:static;min-height:0;border-left:0;border-top:1px solid var(--line);padding:28px;margin-bottom:100px}.order-main{padding-bottom:25px}.product-body{grid-template-columns:150px minmax(0,1fr)}.product-preview{max-height:none}.auth-story{padding:35px 9%}.auth-panel{padding:35px}.auth-story h1{font-size:39px}.order-actions .spacer{display:none}.summary-errors{font-size:12px}}
@media(max-width:700px){.app-shell{grid-template-columns:1fr}.sidebar{position:relative;height:auto;padding:14px 18px;display:grid;grid-template-columns:1fr auto;gap:10px}.sidebar .brand{margin:0;font-size:19px}.sidebar .brand img{width:29px;height:29px}.workspace-label,.sidebar-divider,.list-heading,.profile{display:none}.new-order{width:auto;min-height:35px;padding:7px 12px;font-size:11px}.search{grid-column:1/-1;margin:0}#order-list{grid-column:1/-1;margin:0;padding:0;display:flex;overflow:auto;gap:6px;max-height:45px}.order-link{white-space:nowrap;margin:0;flex-shrink:0}.sidebar #order-list:empty{display:none}.topbar{height:55px;padding:0 18px}.topbar>span{gap:8px}.topbar>span:after{content:""}.order-header{padding:24px 18px 20px}.order-heading h1{font-size:20px}.product-body{grid-template-columns:1fr}.product-preview{max-height:190px}.product-preview img{max-height:180px}.field-grid{gap:10px}.material-row{grid-template-columns:minmax(0,1fr) 70px 73px 18px}.metadata-form .field-grid{grid-template-columns:1fr}.settings-page,.catalog-page{padding:25px 18px 60px}.settings-grid{display:block}.settings-grid>.panel{margin-bottom:20px}.asset-panel{padding:18px}.upload-page{padding:27px 20px}.upload-page h1{font-size:25px}.drop-zone{padding:36px 18px}.upload-steps{gap:13px}.upload-steps strong{font-size:11px}.upload-steps small{font-size:10px}#save-bar{left:0;padding:14px 17px}#save-bar small{display:none}#save-bar strong{font-size:11px}#save-bar .button{font-size:11px;padding:10px}.auth-layout{grid-template-columns:1fr}.auth-story{min-height:200px;padding:25px 28px;gap:20px}.auth-story h1{font-size:31px;letter-spacing:-1px}.auth-story h1 br{display:none}.auth-story .eyebrow{margin:8px 0 16px}.auth-story .auth-intro,.auth-story>small,.blueprint{display:none}.auth-panel{padding:45px 28px;align-items:start}.auth-card{max-width:none;width:100%}.auth-card h2{font-size:25px}.onboarding{padding:28px}.empty-workspace{padding:60px 20px}.processing-panel{padding:25px 18px}.profile-text small{display:none}.service-row{grid-template-columns:minmax(0,1fr) 75px 82px}.topbar #enable-notifications{font-size:10px}#toast{width:calc(100% - 35px);bottom:85px}#notification-tray{top:170px;right:12px;left:12px;max-width:none}}
