@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap";
:root{--ink:#17201d;--muted:#69736f;--line:#e4e8e5;--cream:#f5f6f2;--paper:#fff;--teal:#216869;--teal2:#dcebea;--orange:#e9853d}*{box-sizing:border-box}body{background:var(--cream);color:var(--ink);margin:0;font-family:DM Sans,sans-serif;font-size:14px}button,input,select{font:inherit}button,a{color:inherit}.shell{grid-template-columns:238px 1fr;min-height:100vh;display:grid}.app-sidebar{color:#dbe4df;background:#152522;flex-direction:column;width:238px;padding:28px 18px 20px;display:flex;position:fixed;inset:0 auto 0 0}.brand{align-items:center;gap:12px;padding:0 10px 30px;display:flex}.brandmark{color:#1f2d29;background:#f0a45d;border-radius:11px;place-items:center;width:38px;height:38px;font:800 21px Manrope;display:grid}.brand b{color:#fff;font:700 16px Manrope}.brand small,.user small{color:#849691;margin-top:2px;font-size:11px;display:block}nav{gap:5px;display:grid}nav a,.sidefoot>a{color:#9fb0aa;border-radius:8px;align-items:center;gap:11px;padding:10px 12px;font-weight:600;text-decoration:none;display:flex}nav a.active,nav a:hover{color:#fff;background:#223b36}.coming{background:#1c322e;border:1px solid #29463f;border-radius:10px;grid-template-columns:18px 1fr;gap:5px;margin:24px 8px;padding:14px;display:grid}.coming svg{color:#ef9f58}.coming span{letter-spacing:.08em;font-size:11px;font-weight:700}.coming small{color:#839a93;grid-column:1/-1;line-height:1.5}.sidefoot{margin-top:auto}.user{border-top:1px solid #2b413d;align-items:center;gap:10px;margin-top:12px;padding:18px 7px 0;display:flex}.user i{background:#34554e;border-radius:50%;place-items:center;width:32px;height:32px;font-size:11px;font-style:normal;display:grid}.user span{font-size:12px;font-weight:600}main{grid-column:2;min-width:0}header{border-bottom:1px solid var(--line);background:#fffc;justify-content:space-between;align-items:center;height:68px;padding:0 34px;display:flex}.search{border:1px solid var(--line);color:#94a09b;background:#fff;border-radius:9px;align-items:center;gap:9px;width:420px;height:38px;padding:0 11px;display:flex}.search span{flex:1}.search kbd{border:1px solid var(--line);border-radius:5px;padding:2px 6px;font-size:11px}.demobadge{color:#995126;background:#fff1e5;border-radius:20px;padding:6px 10px;font-size:11px;font-weight:700}.page{max-width:1500px;margin:auto;padding:34px}.pagetitle{justify-content:space-between;align-items:flex-end;margin-bottom:28px;display:flex}.pagetitle>div>span,.panelhead span,.summary>span{letter-spacing:.13em;color:var(--teal);font-size:10px;font-weight:800}h1{letter-spacing:-.04em;margin:5px 0 4px;font:800 31px Manrope}.pagetitle p{color:var(--muted);margin:0}.button{background:var(--teal);color:#fff;cursor:pointer;border:0;border-radius:8px;align-items:center;gap:7px;padding:11px 16px;font-weight:700;text-decoration:none;display:inline-flex}.button svg{width:16px}.metrics{grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:16px;display:grid}.metric{color:#fff;background:#1b2b28;border-radius:11px;flex-direction:column;min-height:125px;padding:20px;display:flex}.metric.green{background:var(--teal)}.metric>span{color:#9aaca6;text-transform:uppercase;letter-spacing:.07em;font-size:11px}.metric.green>span{color:#c2dcda}.metric strong{margin:auto 0 7px;font:700 27px Manrope}.metric small{color:#aabbb5;align-items:center;gap:3px;display:flex}.metric small svg{width:14px}.panel{background:var(--paper);border:1px solid var(--line);border-radius:11px}.dashgrid{grid-template-columns:minmax(0,1.75fr) minmax(300px,1fr);gap:16px;margin-bottom:16px;display:grid}.dashgrid.lower{grid-template-columns:1.3fr 1fr}.performance,.pulse,.lower>.panel{padding:22px}.panelhead{justify-content:space-between;align-items:start;display:flex}.panelhead h2,.form h2{margin:5px 0;font:700 16px Manrope}.panelhead button,.ghost{border:1px solid var(--line);color:var(--muted);background:#fff;border-radius:7px;padding:8px 11px}.panelhead a{color:var(--teal);font-weight:700;text-decoration:none}.chart{grid-template-rows:180px 20px;grid-template-columns:35px 1fr;margin-top:18px;display:grid}.axis{color:#9ca6a2;flex-direction:column;justify-content:space-between;font-size:10px;display:flex}.chart svg{border-bottom:1px solid var(--line);background:repeating-linear-gradient(#0000 0 44px,#edf0ee 45px);width:100%;height:180px}.area{fill:url(#g)}.line{fill:none;stroke:var(--teal);stroke-width:3px}.costline{fill:none;stroke:#b5bfba;stroke-width:2px;stroke-dasharray:6}.months{color:#9ca6a2;grid-column:2;justify-content:space-between;padding-top:7px;font-size:10px;display:flex}.legend{color:var(--muted);gap:18px;margin:15px 0 0 35px;font-size:11px;display:flex}.legend i{border-top:2px dashed #adb7b2;width:16px;margin-right:6px;display:inline-block}.legend i.teal{background:var(--teal);border:0;height:2px}.pulseitem{border-bottom:1px solid var(--line);align-items:center;gap:12px;padding:18px 0;display:flex}.pulseitem .icon{border-radius:9px;place-items:center;width:40px;height:40px;display:grid}.icon svg{width:18px}.icon.amber{color:#d5762f;background:#fff0df}.icon.blue{background:var(--teal2);color:var(--teal)}.pulseitem div:nth-child(2){flex-direction:column;flex:1;display:flex}.pulseitem span{color:var(--muted);margin-top:3px;font-size:11px}.textlink{color:var(--teal);justify-content:space-between;margin-top:18px;font-weight:700;text-decoration:none;display:flex}.textlink svg{width:16px}.minitable>div{border-bottom:1px solid var(--line);grid-template-columns:38px 1fr 150px 70px;align-items:center;gap:10px;padding:12px 0;display:grid}.minitable>div:last-child{border:0}.minitable span,.itemcell span,.collectioncard span{color:var(--muted);font-size:11px;display:block}.thumb{color:#4d6455;background:#d7e2d4;border:1px solid #c8d4c6;border-radius:4px;place-items:center;width:29px;height:35px;font:700 14px Manrope;display:grid}.thumb.slab{color:#477087;background:#d9e7ef}.thumb.sealed{color:#a56533;background:#fae6d2}.collectioncard{border:1px solid var(--line);border-radius:9px;margin-top:18px;padding:15px}.collectioncard>div:first-child{justify-content:space-between;display:flex}.collectioncard .bar{background:#edf0ee;border-radius:4px;height:6px;margin:15px 0;overflow:hidden}.collectioncard .bar i{background:var(--teal);height:100%;display:block}.collectioncard>div:last-child{justify-content:space-between;display:flex}.collectioncard>div:last-child span{gap:5px;display:flex}.toolbar{border:1px solid var(--line);background:#fff;border-bottom:0;border-radius:11px 11px 0 0;align-items:center;gap:10px;padding:13px;display:flex}.tabs{flex:1;gap:3px;display:flex}.tabs button,.seg button{color:var(--muted);background:0 0;border:0;border-radius:7px;padding:8px 11px;font-weight:600}.tabs button.active,.seg button.active{background:var(--teal2);color:var(--teal)}.tableSearch{border:1px solid var(--line);border-radius:7px;align-items:center;padding:0 9px;display:flex}.tableSearch svg,.ghost svg{width:15px}.tableSearch input{border:0;outline:0;width:210px;padding:8px}.ghost{align-items:center;gap:6px;display:inline-flex}.tablewrap{border:1px solid var(--line);background:#fff;border-radius:0 0 11px 11px;overflow:hidden}table{border-collapse:collapse;width:100%}th{text-align:left;letter-spacing:.08em;color:#7a8581;background:#fafbf9;padding:11px 15px;font-size:10px}td{border-top:1px solid var(--line);color:#59635f;padding:13px 15px}.itemcell{align-items:center;gap:11px;display:flex}.itemcell b{color:var(--ink)}.format{background:#f0f2ef;border-radius:5px;padding:5px 7px;font-size:11px}.status{text-transform:uppercase;letter-spacing:.06em;color:var(--teal);background:var(--teal2);border-radius:20px;padding:5px 7px;font-size:10px;font-weight:800}.status.sold,.status.traded{color:#846743;background:#f1eadf}.empty{text-align:center;color:var(--muted);padding:50px}.form{max-width:900px;padding:28px}.step{align-items:flex-start;gap:13px;display:flex}.step>span{background:var(--teal2);width:28px;height:28px;color:var(--teal);border-radius:50%;place-items:center;font-size:10px;font-weight:800;display:grid}.step p{color:var(--muted);margin:0}.seg{background:#f5f7f4;border-radius:9px;margin:20px 0;padding:4px;display:flex}.seg button{flex:1}.fields{grid-template-columns:1fr 1fr;gap:17px;margin-top:22px;display:grid}.fields label,.settings label{flex-direction:column;gap:7px;font-size:12px;font-weight:700;display:flex}.fields .wide{grid-column:1/-1}.fields input,.fields select,.settings input{background:#fff;border:1px solid #dce2de;border-radius:7px;outline:none;padding:11px}.fields input:focus{border-color:var(--teal)}.moneyfields label>div,.settings label>div{border:1px solid #dce2de;border-radius:7px;align-items:center;padding-left:10px;display:flex}.moneyfields label>div input,.settings label>div input{border:0;width:100%}.fields small{color:var(--teal);font-weight:500}.form hr{border:0;border-top:1px solid var(--line);margin:28px 0}.formfoot{justify-content:flex-end;gap:9px;margin-top:28px;display:flex}.collectionflow{grid-template-columns:minmax(0,1fr) 300px;gap:16px;display:grid}.collectionflow>section{grid-column:1}.collectionflow>.summary{grid-area:1/2/3}.collectionrows{margin-top:22px}.rowlabels,.collectionrow{grid-template-columns:1.5fr 1.25fr .75fr .9fr 35px;align-items:center;gap:9px;display:grid}.rowlabels{letter-spacing:.08em;color:var(--muted);margin-bottom:7px;font-size:9px;font-weight:800}.collectionrow{border-top:1px solid var(--line);padding:10px 0}.collectionrow input,.collectionrow select{border:1px solid var(--line);border-radius:6px;width:100%;padding:9px}.collectionrow>div:nth-child(2){display:flex}.moneyinput{align-items:center;display:flex}.moneyinput input{border-left:0}.allocation input{margin-top:4px;padding:5px}.iconbutton{color:#a16c61;background:0 0;border:0}.iconbutton svg{width:16px}.addrow{color:var(--teal);background:#f8faf8;border:1px dashed #b9c7c1;border-radius:7px;width:100%;padding:10px;font-weight:700}.addrow svg{vertical-align:middle;width:15px}.summary{height:max-content;padding:24px;position:sticky;top:20px}.summary>div{justify-content:space-between;padding-top:20px;display:flex}.summary small{color:var(--muted)}.summary strong{font:700 18px Manrope}.summary hr{border:0;border-top:1px solid var(--line);margin:20px 0 0}.summary p{border-radius:6px;padding:9px;font-size:11px}.summary p.balanced{color:#287254;background:#e4f2eb}.summary p.warning{color:#9a5d2c;background:#fff0df}.summary .button{justify-content:center;width:100%;margin-top:10px}.settings{gap:18px;max-width:650px;display:grid}.settings h2{border-bottom:1px solid var(--line);padding-bottom:10px}.settings>.button{width:max-content}@media (max-width:1000px){.metrics{grid-template-columns:1fr 1fr}.dashgrid,.dashgrid.lower,.collectionflow{grid-template-columns:1fr}.collectionflow>.summary{grid-area:auto/1}.search{width:300px}}@media (max-width:760px){.shell{display:block}.app-sidebar{display:none}main{grid-column:auto}.page{padding:20px}header{padding:0 20px}.search{flex:1;width:auto}.demobadge{display:none}.pagetitle{align-items:flex-start;gap:15px}.metrics{grid-template-columns:1fr}.toolbar{flex-wrap:wrap}.tabs,.tablewrap{overflow:auto}.fields{grid-template-columns:1fr}.fields .wide{grid-column:auto}}.confirm-backdrop{z-index:1000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0a0f19b8;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.confirm-dialog{width:min(480px,100%);padding:30px;position:relative;box-shadow:0 28px 80px #00000059}.confirm-dialog>span{color:var(--muted);letter-spacing:.15em;margin-top:14px;font-size:11px;font-weight:800;display:block}.confirm-dialog h2{margin:6px 0 8px;font-size:24px}.confirm-dialog>p{color:var(--muted);margin:0;line-height:1.55}.confirm-close{width:34px;height:34px;color:var(--muted);background:0 0;border:0;border-radius:9px;place-items:center;display:grid;position:absolute;top:14px;right:14px}.confirm-close:hover{color:var(--ink);background:#f0f2ef}.confirm-close svg{width:18px}.confirm-icon{width:44px;height:44px;color:var(--teal);background:#2168691f;border-radius:13px;place-items:center;display:grid}.confirm-icon.destructive{color:#b83e3e;background:#bb3e3e1f}.confirm-icon svg{width:22px}.confirm-reason{color:var(--muted);gap:7px;margin-top:20px;font-size:12px;font-weight:750;display:grid}.confirm-dialog>.confirm-error{color:#a43737;background:#fff1f1;border:1px solid #e3b8b8;border-radius:10px;margin-top:16px;padding:11px 13px;font-weight:700}.confirm-reason textarea{resize:vertical;min-height:88px}.confirm-actions{justify-content:flex-end;gap:10px;margin-top:24px;display:flex}.confirm-danger{color:#fff!important;background:#b83e3e!important;border-color:#b83e3e!important}.record-delete{color:#a43737!important;border-color:#e3b8b8!important}.record-delete:hover{background:#fff1f1!important}.settings-reset-button{color:#a43737!important;border-color:#e3b8b8!important}.settings-reset-button:hover{background:#fff1f1!important}.activity-icon.deleted{color:#a43737!important;background:#f8e8e8!important}.catalog-search-error{color:#8a4f24;background:#fff7ef;border:1px solid #edc9a9;border-radius:8px;margin:10px 0 0;padding:10px 12px;font-size:12px;line-height:1.45}.contact-select-status{line-height:1.35;display:block;color:#a34733!important;font-size:10px!important;font-weight:650!important}@media (max-width:600px){.confirm-backdrop{align-items:end;padding:10px}.confirm-dialog{border-radius:18px;padding:24px 20px}.confirm-actions{grid-template-columns:1fr 1fr;display:grid}.confirm-actions button{justify-content:center}}.collection-receipt-action{z-index:2;justify-content:flex-end;margin-bottom:-34px;display:flex;position:relative}.purchase-receipt-page{max-width:900px;margin:0 auto;padding:34px}.receipt-toolbar{justify-content:space-between;margin-bottom:20px;display:flex}.purchase-receipt{border:1px solid var(--line);background:#fff;border-radius:14px;padding:42px;box-shadow:0 16px 55px #14231e14}.purchase-receipt>header{border-bottom:2px solid var(--ink);background:0 0;align-items:center;gap:12px;height:auto;padding-bottom:24px;display:flex}.purchase-receipt>header>div:nth-child(2){flex:1;display:grid}.purchase-receipt>header span{letter-spacing:.15em;color:var(--muted);font-size:10px}.purchase-receipt>header>svg{width:28px;color:var(--teal)}.purchase-receipt-mark{background:var(--teal);color:#fff;border-radius:11px;place-items:center;width:42px;height:42px;font:800 22px Manrope;display:grid}.purchase-receipt-title{justify-content:space-between;gap:30px;padding:30px 0;display:flex}.purchase-receipt-title>div:last-child{text-align:right;align-content:start;display:grid}.purchase-receipt-title small{letter-spacing:.13em;color:var(--muted);font-size:10px}.purchase-receipt-title h1{margin:5px 0 2px}.purchase-receipt-title p,.purchase-receipt-title span{color:var(--muted);margin:0}.purchase-receipt-items{border:1px solid var(--line);border-radius:10px;overflow:hidden}.purchase-receipt-items>div{border-top:1px solid var(--line);grid-template-columns:1fr 100px;gap:20px;padding:12px 15px;display:grid}.purchase-receipt-items>div:first-child{letter-spacing:.1em;color:var(--muted);background:#f7f9f7;border:0;font-size:10px}.purchase-receipt-items b,.purchase-receipt-items small{display:block}.purchase-receipt-items small{color:var(--muted);margin-top:3px}.purchase-receipt-total{width:min(390px,100%);margin:26px 0 26px auto}.purchase-receipt-total>div{justify-content:space-between;padding:9px 0;display:flex}.purchase-receipt-total .grand{border-top:2px solid var(--ink);margin-top:7px;padding-top:16px;font-size:17px}.purchase-receipt footer{border-top:1px solid var(--line);color:var(--muted);padding-top:24px;line-height:1.5}.purchase-receipt footer>div{grid-template-columns:auto 1fr auto 90px;align-items:end;gap:10px;margin-top:32px;font-size:11px;display:grid}.purchase-receipt footer i{border-bottom:1px solid var(--ink);height:22px}@media print{.receipt-toolbar{display:none!important}body:has(.purchase-receipt-page) .shell>aside{display:none!important}body:has(.purchase-receipt-page) .appheader{display:none!important}body:has(.purchase-receipt-page) .mobile-nav{display:none!important}body:has(.purchase-receipt-page) main{grid-column:1!important}.purchase-receipt-page{padding:0}.purchase-receipt{box-shadow:none;border:0;padding:20px}}.route-error{text-align:center;max-width:620px;margin:8vh auto;padding:42px}.route-error>div:first-child{color:#b2632b;background:#fff0df;border-radius:15px;place-items:center;width:52px;height:52px;margin:0 auto 18px;display:grid}.route-error>span{letter-spacing:.14em;color:var(--teal);font-size:10px;font-weight:800}.route-error h1{margin:8px 0}.route-error p{color:var(--muted);line-height:1.6}.route-error small{color:var(--muted);display:block}.route-error-actions{justify-content:center;gap:10px;margin-top:24px;display:flex}.route-loading{max-width:1500px;margin:auto;padding:34px;animation:.18s loading-fade}.route-loading-title{gap:9px;width:min(430px,70%);margin-bottom:28px;display:grid}.route-loading-title i,.route-loading-body i,.route-loading-metrics i{background:linear-gradient(90deg,#e9ece9 20%,#f7f8f6 45%,#e9ece9 70%) 0 0/250% 100%;border-radius:8px;animation:1.25s infinite loading-shimmer;display:block}.route-loading-title i:first-child{width:90px;height:10px}.route-loading-title i:nth-child(2){width:280px;height:34px}.route-loading-title i:last-child{width:420px;max-width:100%;height:14px}.route-loading-metrics{grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:16px;display:grid}.route-loading-metrics i{height:120px}.route-loading-body{border:1px solid var(--line);background:#fff;border-radius:11px;padding:22px}.route-loading-body i{height:52px;margin-bottom:10px}.route-loading-body i:first-child{width:48%;height:18px;margin-bottom:22px}@keyframes loading-shimmer{to{background-position:-250% 0}}@keyframes loading-fade{0%{opacity:.5}to{opacity:1}}@media (max-width:760px){.route-loading{padding:20px}.route-loading-metrics{grid-template-columns:1fr 1fr}.route-error{margin:5vh 14px;padding:30px 20px}.route-error-actions{grid-template-columns:1fr;display:grid}.route-error-actions>*{justify-content:center}}.notification-stack{z-index:1200;pointer-events:none;gap:9px;width:min(390px,100vw - 28px);display:grid;position:fixed;bottom:18px;right:18px}.app-notification{color:#174f3b;pointer-events:auto;background:#f2fbf6;border:1px solid #b9d8ca;border-radius:11px;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;padding:13px 14px;animation:.2s notification-in;display:grid;box-shadow:0 14px 38px #12271f29}.app-notification.info{color:#31586b;background:#f3f8fb;border-color:#c8d7df}.app-notification>svg{width:19px}.app-notification span{font-size:13px;font-weight:720;line-height:1.35}.app-notification button{width:28px;height:28px;color:inherit;background:0 0;border:0;border-radius:7px;place-items:center;padding:0;display:grid}.app-notification button:hover{background:#0000000f}.app-notification button svg{width:15px}@keyframes notification-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@media (max-width:600px){.notification-stack{bottom:78px;right:14px}}.duplicate-warning{color:#774d16;background:#fff8e9;border:1px solid #e8c48e;border-radius:10px;grid-template-columns:auto 1fr;align-items:start;gap:11px;margin:14px 0;padding:13px;display:grid}.duplicate-warning>svg{width:20px}.duplicate-warning b{display:block}.duplicate-warning p{margin:3px 0 9px;font-size:12px}.duplicate-warning label{align-items:flex-start;gap:8px;font-size:12px;font-weight:700;display:flex}.duplicate-warning input{margin-top:2px}.reprice-summary{grid-template-columns:repeat(5,1fr)}.reprice-list article.price-row-locked{color:#737b77;background:#f7f7f5}.reprice-list article.price-row-locked input:disabled{color:#737b77;background:#f1f2ef}.reprice-list article>div>b{align-items:center;gap:6px;display:flex}.reprice-list article>div>b svg{color:#846743;width:13px}.reprice-list article.price-row-moved{box-shadow:inset 3px 0 #dc873d}.reprice-movement{align-items:center;display:flex;gap:8px!important}.reprice-movement b{color:var(--ink);font-size:10px}.reprice-movement span{color:#95572c;background:#fff0df;border-radius:999px;padding:2px 6px;font-size:9px;font-weight:800}@media (max-width:1050px){.reprice-summary{grid-template-columns:repeat(3,1fr)}}@media (max-width:700px){.reprice-summary{grid-template-columns:1fr}}.cert-missing{color:#b45309;text-transform:uppercase;letter-spacing:.04em;margin-top:.3rem;font-size:.68rem;font-weight:800;display:block}.slab-scan-grid{grid-template-columns:minmax(320px,.9fr) minmax(380px,1.1fr);gap:16px;display:grid}.slab-camera,.slab-result{padding:20px}.slab-camera-frame{border:1px solid var(--line);color:#fff;background:#0d1716;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:320px;margin-bottom:14px;display:flex;overflow:hidden}.slab-camera-frame>svg{color:#4bd0a0;width:54px;height:54px}.slab-camera-frame video{object-fit:cover;width:100%;height:320px}.slab-camera>.button{justify-content:center;width:100%}.slab-manual{grid-template-columns:1fr auto auto;align-items:end;gap:10px;margin-top:16px;display:grid}.slab-manual label{color:var(--muted);gap:6px;font-size:11px;font-weight:750;display:grid}.slab-manual input{border:1px solid var(--line);border-radius:8px;padding:11px}.slab-manual>.ghost{height:40px}.slab-manual>.ghost svg{width:14px}.slab-message,.slab-connection{color:#8b5a16;background:#fff4df;border-radius:8px;align-items:center;gap:8px;padding:11px;display:flex}.slab-result header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding-bottom:14px;display:flex}.slab-result header span,.slab-result header a{color:var(--teal);align-items:center;gap:7px;font-size:11px;font-weight:800;display:flex}.slab-result header svg{width:15px}.slab-empty{text-align:center;min-height:360px;color:var(--muted);flex-direction:column;justify-content:center;align-items:center;gap:7px;display:flex}.slab-empty svg{width:42px;height:42px}.slab-identity{gap:18px;padding:20px 0;display:flex}.slab-identity img{object-fit:contain;width:110px;height:150px}.slab-identity h2{margin:0 0 5px}.slab-identity p{color:var(--muted)}.slab-identity strong,.slab-identity small{margin-top:7px;display:block}.slab-prices{grid-template-columns:repeat(3,1fr);gap:9px;margin-bottom:14px;display:grid}.slab-prices>div{background:#f4f7f5;border-radius:9px;gap:4px;padding:13px;display:grid}.slab-prices small{letter-spacing:.09em;color:var(--muted);font-size:9px}@media (max-width:800px){.slab-scan-grid,.slab-manual,.slab-prices{grid-template-columns:1fr}}.slab-result-meta{flex-wrap:wrap;gap:8px;margin-top:13px;display:flex}.slab-result-meta span{color:var(--teal);background:#edf5f1;border-radius:999px;align-items:center;gap:5px;padding:5px 8px;font-size:10px;font-weight:750;display:inline-flex}.slab-result-meta svg{width:13px;height:13px}.slab-match{background:#edf8f3;border:1px solid #b7ddcb;border-radius:9px;gap:3px;margin:0 0 14px;padding:11px 12px;display:grid}.slab-match b{color:var(--teal);text-transform:uppercase;letter-spacing:.05em;font-size:11px}.slab-match span{color:var(--muted);font-size:11px}.slab-match.needs-review{background:#fff6e7;border-color:#e9bf7f}.slab-match.needs-review b{color:#9b5c12}.slab-history{border-top:1px solid var(--line);gap:6px;margin-top:18px;padding-top:15px;display:grid}.slab-history>div{color:var(--muted);align-items:center;gap:7px;font-size:11px;display:flex}.slab-history>div svg{width:14px}.slab-history button{border:1px solid var(--line);background:var(--paper);width:100%;color:var(--ink);text-align:left;cursor:pointer;border-radius:8px;grid-template-columns:1fr auto auto;align-items:center;gap:9px;padding:9px;display:grid}.slab-history button:hover{border-color:var(--teal)}.slab-history button span,.slab-history button small{display:block}.slab-history button small{color:var(--muted);margin-top:2px;font-size:9px}.slab-history button strong{color:var(--teal);font-size:10px}.slab-history button>svg{width:13px;color:var(--muted)}.slab-batch{background:#f1f9f5;border:1px solid #a8d7c4;border-radius:11px;gap:10px;margin-top:18px;padding:14px;display:grid}.slab-batch>header,.slab-batch>header>div,.slab-batch article{align-items:center;display:flex}.slab-batch>header{justify-content:space-between;gap:12px}.slab-batch>header>div{gap:9px}.slab-batch>header svg{width:18px;color:var(--teal)}.slab-batch span,.slab-batch span small{gap:2px;display:grid}.slab-batch span small{color:var(--muted);font-size:10px}.slab-batch>header>button{color:var(--danger);cursor:pointer;background:0 0;border:0;font-size:10px;font-weight:750}.slab-batch>div{gap:6px;max-height:230px;display:grid;overflow:auto}.slab-batch article{border:1px solid var(--line);background:var(--paper);border-radius:8px;gap:10px;padding:9px 10px}.slab-batch article>span{flex:1;min-width:0}.slab-batch article b{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.slab-batch article>strong{font-size:11px}.slab-batch article>button{width:28px;height:28px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:7px;place-items:center;display:grid}.slab-batch article>button:hover{color:var(--danger);background:#feeceb}.slab-batch article>button svg{width:14px}.slab-batch>.button{justify-content:center;width:100%}.slab-manual-review{gap:15px;padding-top:16px;display:grid}.slab-manual-review>div:first-child{color:#8b5a16;background:#fff6e7;border:1px solid #e9bf7f;border-radius:9px;align-items:flex-start;gap:10px;padding:12px;display:flex}.slab-manual-review>div:first-child svg{flex:none;width:20px}.slab-manual-review>div:first-child span{gap:3px;display:grid}.slab-manual-review>div:first-child small{color:var(--muted);line-height:1.45}.slab-manual-fields{grid-template-columns:1fr 1fr;gap:11px;display:grid}.slab-manual-fields label{color:var(--muted);gap:5px;font-size:10px;font-weight:750;display:grid}.slab-manual-fields label:first-child,.slab-manual-fields label:nth-child(2){grid-column:1/-1}.slab-manual-fields input{border:1px solid var(--line);background:var(--paper);min-width:0;color:var(--ink);border-radius:8px;padding:10px}.slab-manual-fields label:last-child>div{border:1px solid var(--line);background:var(--paper);border-radius:8px;align-items:center;gap:5px;padding-left:9px;display:flex}.slab-manual-fields label:last-child input{border:0;width:100%}.slab-manual-review>p{color:var(--muted);margin:0;font-size:10px}.slab-manual-review>.button{justify-content:center}@media (max-width:520px){.slab-manual-fields{grid-template-columns:1fr}.slab-manual-fields label:first-child,.slab-manual-fields label:nth-child(2){grid-column:auto}}.slab-owned{background:var(--teal2);color:var(--teal);border:1px solid #9fc9bf;border-radius:9px;grid-template-columns:auto 1fr auto;align-items:center;gap:9px;margin:11px 0 0;padding:10px 11px;display:grid}.slab-owned>svg{width:18px}.slab-owned span{display:grid}.slab-owned small{color:var(--muted);text-transform:capitalize}.slab-owned a{color:var(--teal);font-size:10px;font-weight:800}.buy-owned-cert{background:var(--teal2);color:var(--teal);border:1px solid #9fc9bf;border-radius:8px;grid-template-columns:auto 1fr auto;align-items:center;gap:9px;margin-top:11px;padding:10px;display:grid}.buy-owned-cert>svg{width:18px}.buy-owned-cert>span{display:grid}.buy-owned-cert small{color:var(--muted);text-transform:capitalize}.buy-owned-cert a{color:var(--teal);font-size:10px;font-weight:800}.collection-owned-certs{color:#9b4938;background:#fff1ed;border:1px solid #d99b8c;border-radius:9px;align-items:center;gap:9px;padding:11px;display:flex}.collection-owned-certs>svg{flex:none;width:19px}.collection-owned-certs>span{margin-right:auto;display:grid}.collection-owned-certs small{color:var(--muted)}.collection-owned-certs a{background:var(--paper);color:#9b4938;border-radius:999px;padding:5px 8px;font-size:10px;font-weight:800}.record-cert-conflict{color:#9b4938;background:#fff1ed;border:1px solid #d99b8c;border-radius:9px;grid-template-columns:auto 1fr auto;align-items:center;gap:9px;margin-top:12px;padding:10px 11px;display:grid}.record-cert-conflict>svg{width:19px}.record-cert-conflict>span{display:grid}.record-cert-conflict small{color:var(--muted);text-transform:capitalize}.record-cert-conflict button{color:#9b4938;cursor:pointer;background:0 0;border:0;font-size:10px;font-weight:800}.scan-handoff-notice{color:#774d16;background:#fff8e9;border:1px solid #e7c58e;border-radius:9px;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;margin-bottom:16px;padding:12px;display:grid}.scan-handoff-notice>svg{width:19px}.scan-handoff-notice>span{display:grid}.scan-handoff-notice small{color:var(--muted);line-height:1.45}.scan-handoff-notice button{color:#774d16;cursor:pointer;background:0 0;border:0}.scan-handoff-notice button svg{width:16px}.buy-line-flags{flex-wrap:wrap;gap:5px;margin-top:5px;display:flex!important}.buy-line-flags em{color:#8b5a16;background:#fff1d6;border-radius:999px;padding:3px 6px;font-size:9px;font-style:normal;font-weight:800}.buy-cash-required{background:#e8f5ef;border-radius:9px;margin:8px -4px;padding:12px!important}.buy-cash-required small{letter-spacing:.08em;color:var(--teal)!important;font-weight:850!important}.buy-cash-required strong{font-size:22px!important}.account-drafts{margin-bottom:14px;padding:18px}.account-drafts>header{align-items:center;gap:10px;display:flex}.account-drafts>header>svg{color:var(--teal)}.account-drafts>header>div{display:grid}.account-drafts>header span,.account-draft-list small{color:var(--muted);font-size:11px}.account-draft-save{grid-template-columns:1fr auto;gap:9px;margin-top:14px;display:grid}.account-draft-save input{border:1px solid var(--line);border-radius:8px;padding:10px}.account-drafts>p{color:var(--teal);margin:9px 0 0;font-size:12px}.account-draft-list{gap:7px;margin-top:12px;display:grid}.account-draft-list article{border-top:1px solid var(--line);grid-template-columns:1fr auto auto;align-items:center;gap:8px;padding:9px 0;display:grid}.account-draft-list article>div{display:grid}.account-draft-list>span{color:var(--muted);font-size:12px}@media (max-width:600px){.account-draft-save{grid-template-columns:1fr}.account-draft-list article{grid-template-columns:1fr auto}.account-draft-list article>div{grid-column:1/-1}}.collection-import-toggle{gap:8px;margin:12px 0;display:flex}.collection-csv-import{border:1px dashed var(--line);background:#fafcfb;border-radius:10px;margin-bottom:12px;padding:14px}.collection-csv-import textarea{border:1px solid var(--line);border-radius:8px;width:100%;min-height:120px;margin:8px 0;padding:10px;font:12px ui-monospace,monospace}.collection-csv-import>div{align-items:center;gap:8px;display:flex}.collection-csv-import .file-drop-inline{border:1px solid var(--line);cursor:pointer;border-radius:8px;align-items:center;gap:6px;padding:9px;display:inline-flex}.collection-csv-import .file-drop-inline input{display:none}.collection-csv-import p{color:#a34733}.collectionrow-v2.invalid-row{border-color:#d99b8c;box-shadow:0 0 0 2px #fff1ed}.collectionrow-v2 header .row-move{gap:3px;margin-right:5px;display:inline-flex}.collectionrow-v2 header .row-move button:disabled{opacity:.3}.collection-payment-editor{border:1px solid var(--line);background:#fafcfb;border-radius:9px;gap:8px;padding:12px;display:grid}.collection-payment-editor>span{letter-spacing:.1em;color:var(--teal);font-size:10px;font-weight:850}.collection-payment-editor>div{grid-template-columns:minmax(140px,1fr) minmax(120px,1fr) auto;align-items:center;gap:8px;display:grid}.collection-payment-editor>div>label{border:1px solid var(--line);background:#fff;border-radius:7px;align-items:center;padding-left:8px;display:flex}.collection-payment-editor input,.collection-payment-editor select{border:1px solid var(--line);background:#fff;border-radius:7px;width:100%;padding:9px}.collection-payment-editor>div>label input{border:0}.collection-payment-editor>p{margin:0}@media (max-width:600px){.collection-payment-editor>div{grid-template-columns:1fr}.collection-payment-editor>div>label{width:100%}}.inventory-density-compact th,.inventory-density-compact td{padding-top:6px!important;padding-bottom:6px!important}.inventory-density-compact .cardmini{width:32px!important;height:44px!important}.inventory-density-compact .thumb{width:32px!important;height:32px!important}.collection-record-notes{border-left:3px solid var(--teal);background:#f4f8f6;max-width:720px;margin-top:8px;padding:9px 11px;color:var(--ink)!important}.search-clear{cursor:pointer;place-items:center;width:28px;min-width:28px;height:28px;color:var(--muted)!important;background:0 0!important;border:0!important;border-radius:7px!important;padding:0!important;display:grid!important}.search-clear:hover{background:var(--teal2)!important;color:var(--teal)!important}.search-clear:focus-visible{outline:2px solid var(--orange);outline-offset:1px}.search-clear svg{width:14px!important;height:14px!important}.sale-handoff-banner{background:var(--teal2);color:var(--teal);border:1px solid #9fc9bf;border-radius:10px;align-items:center;gap:9px;margin:0 0 14px;padding:11px 14px;font-size:12px;font-weight:750;display:flex}.sale-handoff-banner svg{flex:none;width:17px;height:17px}.progressive-list-footer{border-top:1px solid var(--border);background:var(--surface);color:var(--muted);justify-content:space-between;align-items:center;gap:16px;padding:14px 16px;font-size:13px;display:flex}.progressive-list-footer>div{gap:8px;display:flex}.progressive-list-footer button{min-height:38px}@media (max-width:640px){.progressive-list-footer{flex-direction:column;align-items:stretch}.progressive-list-footer>div{grid-template-columns:1fr 1fr;display:grid}.progressive-list-footer button{width:100%}}.route-error-shell{place-items:center;min-height:calc(100vh - 80px);padding:32px;display:grid}.route-error-card{border:1px solid var(--border);background:var(--panel);text-align:center;border-radius:20px;width:min(100%,580px);padding:clamp(30px,6vw,56px);box-shadow:0 24px 70px #122a221a}.route-error-icon{width:58px;height:58px;color:var(--teal);background:#e5f2ed;border-radius:17px;place-items:center;margin:0 auto 20px;display:grid}.route-error-icon svg{width:28px;height:28px}.route-error-card>span{letter-spacing:.14em;color:var(--teal);font-size:10px;font-weight:800}.route-error-card h1{letter-spacing:-.04em;margin:9px 0 13px;font:800 clamp(26px,4vw,36px)/1.14 Manrope}.route-error-card>p{max-width:450px;color:var(--muted);margin:0 auto 26px;line-height:1.65}.route-error-actions{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.route-error-actions :where(a,button){justify-content:center;align-items:center;gap:8px;min-height:44px;display:inline-flex}.route-error-actions svg{width:17px}.route-error-card>small{color:var(--muted);margin-top:20px;font-size:11px;display:block}html[data-theme=dark] .route-error-card{box-shadow:0 28px 80px #00000059}html[data-theme=dark] .route-error-icon{color:#74d2ca;background:#18382f}@media (max-width:600px){.route-error-shell{padding:18px}.route-error-card{padding:30px 20px}.route-error-actions{display:grid}.route-error-actions :where(a,button){width:100%}}
