:root{color-scheme:light;--ink:#152322;--muted:#647370;--line:#dce3df;--paper:#f4f6f3;--green:#164d40;--accent:#d6ed98;--radius:18px;font:15px/1.5 -apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--paper)}
*{box-sizing:border-box}body{margin:0}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer;border:1px solid var(--line);background:#fff;color:var(--ink);border-radius:10px;padding:10px 16px;font-weight:600;transition:background .15s}button:hover{background:#edf2ec}button:disabled{opacity:.5;cursor:wait}.primary{background:var(--green);border-color:var(--green);color:white}.primary:hover{background:#0e3d32}.danger{color:#a73333;border-color:#e8c5c2}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #8bb1a7;outline-offset:3px}[hidden]{display:none!important}.shell{max-width:1280px;margin:auto;padding:0 38px}.topbar{height:94px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.wordmark{text-decoration:none;color:var(--ink);font-size:25px;font-weight:850;letter-spacing:-1px}.wordmark span{font-weight:400}.eyebrow{font-size:11px;font-weight:750;letter-spacing:1.8px;color:var(--muted);margin:0 0 10px}.topbar .eyebrow{margin:0}h1,h2,h3,p{margin-top:0}h1{font-size:34px;line-height:1.12;letter-spacing:-1.2px;margin-bottom:12px}h2{font-size:21px;letter-spacing:-.5px;margin-bottom:10px}h3{font-size:16px;line-height:1.35;margin-bottom:9px}p{margin-bottom:15px}.muted{color:var(--muted)}.small{font-size:13px}.mono,.code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.mono{word-break:break-all}.card{border:1px solid var(--line);background:#fff;border-radius:var(--radius);padding:24px}.login-layout{display:grid;grid-template-columns:1.15fr 1fr;align-items:center;gap:70px;min-height:70vh;padding:65px 0}.intro h1{font-size:49px;letter-spacing:-2px}.intro>p:last-child{max-width:440px;color:var(--muted);font-size:17px}.login-card{padding:38px}.login-card h2{margin-bottom:28px}.login-card button{width:100%;margin:14px 0}.login-card .small{margin-bottom:0}label{display:flex;flex-direction:column;gap:7px;font-size:13px;font-weight:600;margin-bottom:16px}input,select,textarea{display:block;width:100%;border:1px solid #d5ded8;border-radius:9px;background:#fff;padding:11px 12px;color:var(--ink);min-width:0}textarea{resize:vertical;line-height:1.5}input[readonly]{background:#f2f5f1;color:var(--muted)}input[type=file]{padding:8px;font-size:13px}input[type=checkbox]{width:18px;height:18px;accent-color:var(--green);flex-shrink:0}.check{flex-direction:row;align-items:center;align-self:center;gap:10px}.workspace-heading{padding:38px 0 26px;display:flex;justify-content:space-between;align-items:center;gap:20px}.workspace-heading h1{font-size:31px}.workspace-heading p:last-child{margin-bottom:0}.actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.stats{display:grid;grid-template-columns:repeat(3,1fr);background:var(--ink);color:#fff;border-radius:var(--radius);padding:24px 30px;gap:24px}.stats>div{border-right:1px solid #ffffff26}.stats>div:last-child{border:0}.stats span{display:block;font-size:29px;font-weight:650;line-height:1.2;letter-spacing:-.5px}.stats small{color:#c6d3cd;display:block;margin-top:7px;font-size:12px}.tabs{display:flex;gap:8px;padding:23px 0;border-bottom:1px solid var(--line);margin-bottom:26px}.tabs button{background:transparent;border-color:transparent;font-size:14px}.tabs button[aria-current]{background:#e0e8df;color:var(--green)}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:20px}.section-heading h2{margin-bottom:4px}.section-heading p{margin-bottom:0}.search{max-width:550px;margin:0 0 24px}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.product-card{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:#fff}.product-art{height:180px;background:#fafbf9;display:flex;align-items:center;justify-content:center;padding:18px}.product-art img{max-width:100%;max-height:100%;object-fit:contain}.product-info{padding:21px}.product-info h3{min-height:43px}.product-info .eyebrow{color:var(--green)}.product-info button{width:100%;margin-top:6px}.product-info p{margin-bottom:10px}.empty-state{grid-column:1/-1;text-align:center;padding:55px;color:var(--muted);border:1px dashed var(--line);border-radius:var(--radius)}.form-grid{display:grid;grid-template-columns:1fr 1fr;column-gap:24px}.full-width{grid-column:1/-1}fieldset{border:0;min-width:0;margin:0;padding:0}fieldset.card{margin-bottom:22px}legend{font-size:16px;font-weight:700;padding:0 7px}.code{font-size:12px;tab-size:2}.preview{display:flex;align-items:center;max-height:150px;margin-bottom:10px}.preview:empty{display:none}.preview img{max-width:240px;max-height:150px;object-fit:contain}.notice{position:sticky;top:10px;z-index:20;background:#e3eee0;border:1px solid #c1d8bd;color:#254626;border-radius:12px;padding:13px 17px;margin:18px 0;box-shadow:0 5px 18px #1a30200a}.notice.error{background:#fff0ed;border-color:#e5bdb5;color:#933b2b}.inline-form{display:flex;gap:15px;align-items:flex-end;margin-bottom:20px}.inline-form label{flex:1;margin:0}.admin-list{display:grid;gap:12px}.admin-row{display:flex;justify-content:space-between;align-items:center;gap:20px}.admin-row p{margin:0}.admin-row h3{margin:0 0 5px}dialog{width:min(850px,calc(100vw - 36px));max-height:90vh;border:1px solid var(--line);border-radius:22px;background:#fff;padding:28px;color:var(--ink);box-shadow:0 30px 100px #00181140}dialog::backdrop{background:#10251ed1}dialog .section-heading{position:sticky;top:-28px;background:#fff;padding:12px 0;z-index:2}dialog label{font-size:12px}.dialog-actions{border-top:1px solid var(--line);padding-top:20px;margin-top:12px;display:flex;justify-content:space-between;gap:12px}#code-dialog{width:min(550px,calc(100vw - 36px))}.issued-code{white-space:pre-wrap;overflow-wrap:anywhere;background:#edf3e9;border:1px solid #d5e3cd;color:var(--green);padding:20px;font-size:21px;border-radius:12px;user-select:all}footer{margin-top:50px;padding:25px 0;border-top:1px solid var(--line);font-size:11px;color:var(--muted);letter-spacing:.3px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.is-busy{cursor:progress}
@media(max-width:950px){.login-layout{gap:35px}.intro h1{font-size:40px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.workspace-heading,.section-heading{align-items:flex-start}.workspace-heading{flex-direction:column}.section-heading{flex-wrap:wrap}}
@media(max-width:640px){.shell{padding:0 18px}.topbar{height:75px}.topbar .eyebrow{font-size:9px;letter-spacing:1px}.login-layout{grid-template-columns:1fr;padding:40px 0;gap:24px;min-height:0}.intro h1{font-size:35px}.intro>p:last-child{font-size:15px}.login-card{padding:25px}.workspace-heading{padding-top:28px}.workspace-heading h1{font-size:28px}.stats{padding:21px;gap:17px}.stats span{font-size:23px}.stats small{font-size:10px}.tabs{gap:3px;overflow-x:auto}.tabs button{font-size:12px;white-space:nowrap;padding:9px 10px}.product-grid{grid-template-columns:1fr}.product-card{display:grid;grid-template-columns:112px 1fr}.product-art{height:100%;padding:10px}.product-info{padding:16px}.product-info h3{min-height:0}.form-grid{grid-template-columns:1fr}.card{padding:20px}.inline-form,.admin-row{align-items:stretch;flex-direction:column}.inline-form button{width:100%}.section-heading{gap:12px}.section-heading .actions{width:100%}.section-heading .actions button{flex:1;font-size:12px}.admin-row .actions button{flex:1;font-size:12px}dialog{padding:20px}dialog .section-heading{top:-20px}.issued-code{font-size:17px}.notice{font-size:13px}footer{font-size:10px;margin-top:35px}}
