:root{--bg:#f5f3f0;--surface:#fffdfb;--surface-muted:#f0ede9;--text:#1c1b19;--text-muted:#6f6a64;--border:#e3ddd6;--accent:#2d2822;--accent-dark:#1c1a17;--accent-2:#8b857c;--success:#4b5e57;--warning:#8a7b64;--danger:#7b4e46;--radius:20px;--shadow:0 20px 48px rgba(31,26,20,0.12);--shadow-subtle:0 6px 20px rgba(31,26,20,0.08);--mobile-nav-offset:0px}body,html{height:100%}body{margin:0;position:relative;font-family:var(--font-body),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--bg);color:var(--text);line-height:1.6;letter-spacing:0;overflow-x:hidden;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body:before{background:radial-gradient(520px circle at 8% 12%,rgba(220,215,208,.4),transparent 60%),radial-gradient(640px circle at 85% 8%,rgba(230,226,220,.35),transparent 55%),radial-gradient(720px circle at 50% 85%,rgba(205,200,193,.28),transparent 60%)}body:after,body:before{content:"";position:fixed;inset:0;z-index:-1}body:after{pointer-events:none;opacity:.2;background-image:repeating-linear-gradient(90deg,rgba(31,26,20,.06) 0 1px,transparent 1px 28px),repeating-linear-gradient(0deg,rgba(31,26,20,.04) 0 1px,transparent 1px 28px)}.page-loading{position:fixed;top:0;left:0;right:0;height:3px;background:rgba(45,40,34,.12);z-index:1000;overflow:hidden}.page-loading:after{content:"";display:block;height:100%;width:40%;background:linear-gradient(90deg,transparent,rgba(45,40,34,.55),transparent);transform:translateX(-60%);animation:page-loading 1.1s ease-in-out infinite}@keyframes page-loading{0%{transform:translateX(-60%)}to{transform:translateX(160%)}}.brand,h1,h2,h3{font-family:var(--font-display),var(--font-body),sans-serif;letter-spacing:-.02em}a{color:var(--accent-dark);text-decoration:none}a:hover{color:var(--text)}*{box-sizing:border-box}img{max-width:100%;display:block}.app-shell{min-height:100vh;display:flex;flex-direction:column}.shell-header{position:sticky;top:0;z-index:10;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:rgba(255,253,251,.88);border-bottom:1px solid rgba(227,221,214,.7);box-shadow:0 10px 30px rgba(31,26,20,.1)}.shell-header-inner{max-width:1200px;margin:0 auto;padding:18px 24px;display:grid;align-items:center;gap:20px;grid-template-columns:1fr auto 1fr}.shell-header-inner .brand{justify-self:start;grid-column:1}.shell-header-inner .top-nav{justify-self:center;grid-column:2}.shell-header-inner .header-actions{justify-self:end;grid-column:3}.brand{display:inline-flex;align-items:center;gap:10px;font-size:22px;font-weight:700;color:var(--text);letter-spacing:-.04em;line-height:1}.brand-logo{height:32px;width:auto;object-fit:contain}.brand-text{max-width:280px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.top-nav{--nav-pad-x:14px;--nav-pad-y:8px;display:flex;gap:12px;align-items:center;flex-wrap:nowrap;padding:6px;border-radius:999px;background:rgba(255,255,255,.7);border:1px solid rgba(227,221,214,.8);box-shadow:var(--shadow-subtle);min-width:0;flex:0 1 auto;width:fit-content}.top-nav>*{flex:0 0 auto}.top-nav .nav-item{display:inline-flex;align-items:center;font-family:var(--font-body),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--text-muted);font-weight:700;font-size:12px;text-transform:none;letter-spacing:.04em;line-height:1;padding:var(--nav-pad-y) var(--nav-pad-x);border-radius:999px;transition:transform .15s ease,box-shadow .15s ease,color .15s ease,border-color .15s ease}.nav-item.nav-trigger,.top-nav .nav-item{gap:6px;border:1px solid transparent;background:transparent}.nav-item.nav-trigger{cursor:pointer;appearance:none;-webkit-appearance:none}.nav-label{display:inline-flex}.nav-caret{width:.6em;height:.6em;display:inline-block;flex:0 0 auto;transform:translateY(.1em)}.top-nav .nav-item:hover{color:var(--text);border-color:rgba(227,221,214,.9);box-shadow:var(--shadow-subtle);transform:translateY(-1px)}.top-nav .nav-item:focus-visible{outline:2px solid rgba(59,52,46,.35);outline-offset:2px}.top-nav .nav-item[aria-current=page]{color:#f7f3ee;background:linear-gradient(120deg,var(--accent),#3b342e);border-color:transparent;box-shadow:0 12px 24px rgba(31,26,20,.25)}.nav-group{position:relative;display:inline-flex;align-items:center;z-index:0}.nav-group[data-open=true]{z-index:30}.nav-group[data-open=true] .nav-trigger{color:var(--text);border-color:rgba(227,221,214,.9);box-shadow:var(--shadow-subtle);transform:translateY(-1px)}.nav-dropdown{position:absolute;top:calc(100% + 10px);left:0;min-width:200px;display:grid;gap:6px;padding:10px;background:rgba(255,255,255,.98);border-radius:16px;border:1px solid rgba(227,221,214,.9);box-shadow:var(--shadow);opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-6px);transition:opacity .15s ease,transform .15s ease;z-index:20}.nav-dropdown a{padding:10px 12px;font-size:12px;text-transform:none;letter-spacing:.04em;border-radius:12px;transition:background .15s ease,color .15s ease,box-shadow .15s ease}.nav-dropdown a:focus-visible,.nav-dropdown a:hover{background:rgba(45,40,34,.08);color:var(--text);box-shadow:inset 0 0 0 1px rgba(227,221,214,.9)}.nav-dropdown a[aria-current=page]{color:#f7f3ee;background:linear-gradient(120deg,var(--accent),#3b342e);border-color:transparent;box-shadow:0 12px 24px rgba(31,26,20,.2)}.nav-group[data-open=true] .nav-dropdown{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.shell-main{flex:1 1;width:100%}.shell-main-inner{max-width:1200px;margin:0 auto;padding:44px 24px 72px;display:flex;flex-direction:column;gap:32px}.shell-main-inner:has(>.page-shell-wide){max-width:1440px}.page-shell-centered,.page-shell-wide{width:100%;min-width:0}.page-shell-centered{max-width:1120px;margin:0 auto}.pill{display:inline-flex;align-items:center;gap:6px;background:rgba(255,255,255,.8);color:var(--text-muted);border-radius:999px;padding:6px 12px;font-size:11px;text-transform:uppercase;letter-spacing:.1em;font-weight:700;border:1px solid rgba(227,221,214,.7)}.panel{background:rgba(255,255,255,.95);border-radius:var(--radius);box-shadow:var(--shadow);padding:28px;border:1px solid rgba(227,221,214,.75)}.panel.feature{position:relative;overflow:hidden}.panel.feature:before{width:260px;height:260px;right:-90px;top:-120px;background:radial-gradient(circle,rgba(215,208,201,.6),transparent 70%);opacity:.7}.panel.feature:after,.panel.feature:before{content:"";position:absolute;z-index:0;pointer-events:none}.panel.feature:after{width:220px;height:220px;left:-110px;bottom:-140px;background:radial-gradient(circle,rgba(200,195,190,.45),transparent 70%);opacity:.8}.panel.feature>*{position:relative;z-index:1}.panel-muted{background:rgba(255,255,255,.9);border-radius:var(--radius);box-shadow:var(--shadow-subtle);padding:22px;border:1px solid rgba(227,221,214,.6)}.accordion.panel-muted{padding:0}.accordion>summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 22px}.accordion>summary::-webkit-details-marker{display:none}.accordion>summary::marker{content:""}.accordion>summary:focus-visible{outline:2px solid rgba(59,52,46,.35);outline-offset:-2px;border-radius:var(--radius)}.accordion>summary .section-title{gap:4px}.accordion>summary h2{margin:0;font-size:18px}.accordion>summary p{font-size:13px}.accordion-caret{width:10px;height:10px;border-right:2px solid rgba(31,26,20,.6);border-bottom:2px solid rgba(31,26,20,.6);transform:rotate(45deg);transition:transform .15s ease;flex:0 0 auto}.accordion[open]>summary{border-bottom:1px solid rgba(227,221,214,.7)}.accordion[open] .accordion-caret{transform:rotate(225deg)}.accordion-body{padding:16px 22px 22px;display:grid;gap:16px}.section-title{display:flex;flex-direction:column;gap:6px}.section-title h1,.section-title h2{margin:0;font-weight:700;overflow-wrap:anywhere}.section-title p{margin:0;color:var(--text-muted);font-size:14px}.cta-row{display:flex;flex-wrap:wrap;gap:12px}.btn,.cta-row{align-items:center}.btn{display:inline-flex;justify-content:center;gap:8px;padding:12px 20px;font-size:13px;font-weight:700;border-radius:999px;border:1px solid transparent;cursor:pointer;background:linear-gradient(120deg,var(--accent),#3b342e);color:#f7f3ee;box-shadow:0 12px 24px rgba(31,26,20,.2);transition:transform .15s ease,box-shadow .15s ease}.btn:hover{transform:translateY(-1px);box-shadow:0 14px 28px rgba(31,26,20,.25);color:#f7f3ee}.btn:focus-visible{color:#f7f3ee}.btn:disabled{cursor:not-allowed;opacity:.6;box-shadow:none;transform:none}.btn-secondary{background:rgba(255,255,255,.95);color:var(--text);border-color:rgba(227,221,214,.85);box-shadow:var(--shadow-subtle)}.btn-secondary:hover{background:white;color:var(--text)}.btn-secondary:focus-visible{color:var(--text)}.subtle-action-link{appearance:none;-webkit-appearance:none;border:none;background:transparent;color:var(--text-muted);cursor:pointer;font:inherit;font-weight:600;padding:0;width:fit-content;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.subtle-action-link:focus-visible,.subtle-action-link:hover{color:var(--text)}.btn-block{width:100%;justify-content:center;white-space:normal;text-align:center}.grid{display:grid;gap:20px}.grid>*{min-width:0}.grid.cards{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.card{background:rgba(255,255,255,.96);border-radius:20px;border:1px solid rgba(227,221,214,.7);box-shadow:var(--shadow-subtle);padding:18px;display:flex;flex-direction:column;gap:10px;overflow:hidden;transition:transform .15s ease,box-shadow .15s ease}.card,.card>*{position:relative}.card>*{z-index:1}.card:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.card img{width:100%;height:180px;object-fit:cover;border-radius:16px;background:var(--surface-muted)}.card img.artwork-card-image{object-fit:contain;padding:12px;background:linear-gradient(180deg,rgba(252,250,247,.98),rgba(244,239,233,.98))}.card h3{overflow-wrap:anywhere}.artwork-hero{display:grid;gap:24px;align-items:start;grid-template-columns:minmax(0,320px) minmax(0,1fr)}.artwork-hero-media{aspect-ratio:4/5;min-height:320px;display:flex;align-items:center;justify-content:center;padding:16px;border-radius:18px;border:1px solid rgba(227,221,214,.85);background:linear-gradient(180deg,rgba(252,250,247,.98),rgba(244,239,233,.98))}.artwork-hero-image{width:100%;height:100%;object-fit:contain;object-position:center;border-radius:14px}.artwork-hero-empty{width:100%;height:100%;min-height:320px;display:flex;align-items:center;justify-content:center}.quick-actions{display:grid;gap:12px;margin-top:8px}.quick-actions-label{font-size:11px;text-transform:uppercase;letter-spacing:.16em;color:var(--text-muted);font-weight:700}.quick-actions-row{display:grid;gap:10px;grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.quick-actions-row .btn{width:100%;justify-content:center}.artwork-back-to-top{display:none}.stat{display:flex;flex-direction:column;gap:4px}.stat span:first-child{font-size:11px;text-transform:uppercase;color:var(--text-muted);letter-spacing:.14em;font-weight:600}.stat strong{font-size:24px}.metric-card{display:flex;align-items:center;gap:14px}.metric-icon{width:44px;height:44px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:12px;letter-spacing:.08em;color:#f7f3ee;background:var(--accent);box-shadow:0 10px 20px rgba(31,26,20,.18)}.metric-icon.accent{background:var(--accent-dark)}.metric-icon.accent-2{background:#5b554d}.metric-icon.ink{background:#2a2622}.badge{display:inline-flex;align-items:center;gap:6px;border-radius:999px;padding:4px 12px;font-size:11px;font-weight:700;background:var(--surface-muted);color:var(--text-muted);border:1px solid rgba(227,221,214,.7)}.badge.in_studio{background:rgba(45,40,34,.12);color:var(--text)}.badge.consignment,.badge.loan{background:rgba(75,94,87,.18);color:var(--success)}.badge.collector_owned{background:rgba(45,40,34,.18);color:var(--accent-dark)}.badge.reserved{background:rgba(138,123,100,.2);color:var(--warning)}.badge.delivered,.badge.sold_pending{background:rgba(75,94,87,.2);color:var(--success)}.badge.error{background:rgba(123,78,70,.2);color:var(--danger)}.badge.success{background:rgba(75,94,87,.18);color:var(--success)}.badge.visibility-public{background:rgba(45,40,34,.16);color:var(--accent-dark)}.badge.visibility-private{background:rgba(138,123,100,.2);color:var(--warning)}.badge.history-created{background:rgba(45,40,34,.12);color:var(--text)}.badge.history-movement{background:rgba(75,94,87,.18);color:var(--success)}.badge.history-ownership{background:rgba(138,123,100,.22);color:var(--warning)}.form-grid{display:grid;gap:16px;max-width:640px;width:100%}.form-grid.form-grid-wide{max-width:none}.form-field{display:flex;flex-direction:column;gap:8px;min-width:0}.form-field label{font-size:12px;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em}.label-with-tip{gap:8px}.check-row,.label-with-tip{display:inline-flex;align-items:center}.check-row{gap:10px;font-size:13px;min-height:44px}input[type=checkbox]{accent-color:var(--accent);margin:0;flex:0 0 auto}.check-row input,input[type=checkbox]{width:18px;height:18px}.logo-preview{width:180px;height:96px;border-radius:16px;border:1px dashed rgba(227,221,214,.9);background:rgba(255,255,255,.85);display:flex;align-items:center;justify-content:center;overflow:hidden}.logo-preview img{max-width:100%;max-height:100%;object-fit:contain}.public-brand{display:flex;align-items:center;gap:12px;padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.85);border:1px solid rgba(227,221,214,.7);box-shadow:var(--shadow-subtle);width:fit-content}.public-brand img{height:40px;width:auto;object-fit:contain}.public-brand-text{display:flex;flex-direction:column;gap:2px}.public-brand-text span{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:var(--text-muted);font-weight:600}.public-brand-text strong{font-size:16px}.info-tip{position:relative;display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:999px;border:1.5px solid rgba(227,221,214,.9);background:rgba(255,255,255,.95);color:var(--text-muted);font-size:12px;font-weight:700;text-transform:none;letter-spacing:0;cursor:help;outline:none;line-height:1;vertical-align:middle;z-index:50;margin-left:6px;box-shadow:0 4px 10px rgba(31,26,20,.08)}.label-with-tip .info-tip{margin-left:0}.info-tip-bubble{position:fixed;max-width:min(320px,calc(100vw - 32px));background:var(--accent-dark);border:1px solid rgba(0,0,0,.12);color:#f7f3ee;padding:8px 12px;border-radius:12px;font-size:12px;font-weight:600;text-transform:none;letter-spacing:0;line-height:1.4;white-space:normal;text-align:center;opacity:0;visibility:hidden;pointer-events:none;box-shadow:var(--shadow);transform:translateY(6px);transition:opacity .15s ease,transform .15s ease,visibility .15s ease;z-index:1200}.info-tip-bubble:after{content:"";position:absolute;left:var(--tip-caret-left,50%);transform:translateX(-50%);border:7px solid transparent}.info-tip-bubble[data-placement=top]:after{top:100%;border-top-color:var(--accent-dark)}.info-tip-bubble[data-placement=bottom]:after{bottom:100%;border-bottom-color:var(--accent-dark)}.info-tip[data-open=true] .info-tip-bubble{opacity:1;visibility:visible;transform:translateY(0)}.form-field input:not([type=checkbox]):not([type=radio]):not([type=range]),.form-field select,.form-field textarea{width:100%;border:1px solid rgba(227,221,214,.9);border-radius:14px;padding:11px 14px;font:inherit;background:rgba(255,255,255,.92);color:var(--text);transition:border .12s ease,box-shadow .12s ease,background .12s ease}.form-field input[type=checkbox],.form-field input[type=radio]{width:18px;height:18px;padding:0;border:none;background:transparent}.form-field input:not([type=range]):not([type=checkbox]):not([type=radio]),.form-field select,.form-field textarea{min-height:44px}.password-input-row{position:relative;display:flex;align-items:center}.password-input-row input{padding-right:72px!important}.password-toggle{position:absolute;right:10px;top:50%;transform:translateY(-50%);border:none;background:transparent;color:var(--text-muted);font:inherit;font-size:12px;font-weight:700;cursor:pointer;padding:4px 6px}.password-toggle:focus-visible,.password-toggle:hover{color:var(--text)}.form-field input[type=range]{min-height:auto;padding:0;height:32px}.contact-quick-add-panel{display:grid;gap:12px;padding:12px}.suggested-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.btn-compact{min-height:32px;padding:6px 12px;font-size:12px}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px rgba(45,40,34,.18);background:white}.form-actions{gap:12px}.dimension-row,.form-actions{display:flex;align-items:center}.dimension-row{gap:8px}.dimension-grid{display:grid;gap:8px;grid-template-columns:repeat(3,minmax(0,1fr))}.strength-meter{display:grid;gap:8px;font-size:12px;color:var(--text-muted)}.strength-bar{height:8px;border-radius:999px;background:rgba(227,221,214,.8);overflow:hidden}.strength-fill{height:100%;border-radius:inherit;width:0;transition:width .2s ease,background .2s ease}.strength-fill,.strength-meter[data-score="1"] .strength-fill{background:var(--danger)}.strength-meter[data-score="2"] .strength-fill{background:var(--warning)}.strength-meter[data-score="3"] .strength-fill{background:#9a8d78}.strength-meter[data-score="4"] .strength-fill{background:var(--accent-2)}.strength-meter[data-score="5"] .strength-fill{background:var(--success)}.table{width:100%;border-collapse:collapse;font-size:14px}.table-wrap{width:100%;overflow-x:auto}.table-mobile{display:none;gap:12px}.table-card{display:grid;gap:10px;padding:14px 16px;border-radius:16px;border:1px solid rgba(227,221,214,.8);background:rgba(255,255,255,.95);box-shadow:var(--shadow-subtle)}.table-card-row{display:flex;justify-content:space-between;gap:12px;align-items:baseline;font-size:13px}.table-card-row span:last-child{text-align:right;word-break:break-word}.table-card-label{display:flex;align-items:baseline;justify-content:space-between;gap:12px;padding:6px 8px;border-radius:10px;background:rgba(247,243,238,.9)}.table-card-label span:first-child{text-transform:uppercase;letter-spacing:.08em;font-size:10px;font-weight:700;color:var(--text-muted)}.table-card-label span:last-child{font-size:14px;font-weight:600;color:var(--text);text-align:right}.share-label-cell{font-weight:600;color:var(--text)}.table-card-actions{display:flex;flex-wrap:wrap;gap:8px}.table-control{width:100%;min-width:140px;border:1px solid rgba(227,221,214,.9);border-radius:10px;padding:6px 10px;font:inherit;font-size:12px;background:rgba(255,255,255,.92);color:var(--text)}.table-control:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 2px rgba(45,40,34,.15);background:white}.table input[type=checkbox]{width:16px;height:16px}.table td,.table th{text-align:left;padding:12px 14px;border-bottom:1px solid rgba(227,221,214,.7)}.table thead th{text-transform:uppercase;font-size:11px;letter-spacing:.08em;color:var(--text-muted)}.table tbody tr:hover{background:rgba(45,40,34,.05)}.muted{color:var(--text-muted)}.surface-muted{background:linear-gradient(150deg,rgba(255,255,255,.9),var(--surface-muted));border-radius:14px;padding:16px;border:1px solid rgba(227,221,214,.7);overflow-wrap:anywhere}.empty-state{max-width:720px;display:grid;gap:12px}.empty-state h2,.empty-state h3,.empty-state p{margin:0}.account-badge{display:inline-flex;align-items:center;gap:10px;border:1px solid rgba(227,221,214,.8);background:rgba(255,255,255,.95);color:var(--text);border-radius:999px;padding:6px 12px;font-size:13px;font-weight:600;font:inherit;line-height:1;cursor:pointer;transition:box-shadow .12s ease,transform .12s ease}.account-badge-loading{cursor:default;pointer-events:none;opacity:.75;box-shadow:none}.account-badge-loading .account-avatar{background:rgba(45,40,34,.12);color:var(--text-muted)}.account-badge:hover{box-shadow:var(--shadow-subtle);transform:translateY(-1px)}.account-avatar{width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,var(--accent),#4a423a);color:#f7f3ee;display:flex;align-items:center;justify-content:center;font-size:12px;letter-spacing:.02em}.account-email{max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-menu{position:absolute;top:calc(100% + 6px);right:0;background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow);padding:12px;display:grid;gap:10px;min-width:200px;border:1px solid rgba(227,221,214,.7);z-index:20}.header-actions{min-width:180px;justify-content:flex-end;min-height:44px;white-space:nowrap}.header-actions,.header-actions .cta-row{flex-wrap:nowrap}.header-actions .account-badge,.header-actions .btn{height:44px}.header-actions .btn{white-space:nowrap}.hero{position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(520px circle at 12% 10%,rgba(238,233,228,.9),transparent 60%),radial-gradient(460px circle at 88% 15%,rgba(226,221,214,.8),transparent 60%);opacity:.9;pointer-events:none;z-index:0}.hero>*{position:relative;z-index:1}.hero-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:32px;align-items:center}.hero-copy h1{font-size:clamp(32px,4vw,50px);margin:10px 0 12px;position:relative;z-index:0}.hero-copy h1:after{content:"";position:absolute;left:0;bottom:-6px;width:55%;height:10px;border-radius:999px;background:rgba(45,40,34,.2);z-index:-1}.hero-copy p{max-width:560px}.hero-stats{display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));margin-top:22px}.hero-stats .stat strong{font-size:18px}.hero-preview{display:grid;gap:16px}.hero-preview .card{background:rgba(255,255,255,.92)}.label-grid{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.label-sheet-panel{display:grid;gap:20px}.label-controls{align-items:flex-start;justify-content:space-between}.label-controls,.label-toggle-row{display:flex;flex-wrap:wrap;gap:12px 18px}.label-toggle-row{align-items:center}.label-toggle-row select{min-width:170px}.label-card{display:grid;grid-template-columns:1fr 120px;gap:12px;padding:16px;border-radius:16px;border:1px solid rgba(227,221,214,.7);background:rgba(255,255,255,.95);box-shadow:var(--shadow-subtle);align-items:stretch;position:relative;transition:opacity .15s ease,transform .15s ease}.label-card[data-include-qr=false]{grid-template-columns:minmax(0,1fr)}.label-card[data-include-qr=false] .label-heading{padding-right:74px}.label-card[data-selected=false]{opacity:.55}.label-select{position:absolute;top:12px;right:12px;display:inline-flex;align-items:center;gap:8px;font-size:12px;color:var(--text-muted);background:rgba(255,255,255,.92);padding:4px 8px;border-radius:999px;border:1px solid rgba(227,221,214,.8)}.label-body{display:grid;gap:8px;min-width:0}.label-heading{display:grid;gap:2px;min-width:0;padding-right:74px}.label-artist,.label-heading strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.label-artist{font-size:12px;font-weight:600;color:var(--text-muted)}.label-qr .qr-svg,.label-qr img{width:120px;height:120px;border-radius:12px;background:white;border:1px solid rgba(227,221,214,.6);padding:6px;display:flex;align-items:center;justify-content:center}.label-qr .qr-svg svg{width:100%;height:100%;display:block}.label-card[data-include-qr=false] .label-qr{display:none}.label-meta{display:grid;gap:3px;font-size:12px;min-width:0;overflow-wrap:anywhere}.label-meta span{min-width:0}.label-meta strong{font-size:16px;line-height:1.25}.label-id{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted)}.qr-card{display:grid;gap:16px}.qr-preview{display:flex;gap:16px;align-items:center;flex-wrap:wrap}.qr-preview .qr-svg,.qr-preview img{width:140px;height:140px;border-radius:16px;background:white;border:1px solid rgba(227,221,214,.7);padding:8px;display:flex;align-items:center;justify-content:center}.qr-preview .qr-svg svg{width:100%;height:100%;display:block}.qr-placeholder{width:140px;height:140px;border-radius:16px;background:rgba(255,255,255,.85);border:1px dashed rgba(227,221,214,.7);color:var(--text-muted);display:flex;align-items:center;justify-content:center;font-size:11px;text-transform:uppercase;letter-spacing:.08em}.qr-meta{display:grid;gap:8px;font-size:12px}.image-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:12px}.image-card{display:flex;align-items:center;justify-content:center;border-radius:16px;overflow:hidden;border:1px solid rgba(227,221,214,.7);background:rgba(255,255,255,.9)}.image-card img{width:100%;height:160px;object-fit:cover}.image-card img.artwork-gallery-image{object-fit:contain;padding:10px;background:linear-gradient(180deg,rgba(252,250,247,.98),rgba(244,239,233,.98))}.history-grid{display:grid;gap:12px}.history-card{display:grid;gap:6px;padding:14px;border-radius:16px;background:rgba(255,255,255,.95);border:1px solid rgba(227,221,214,.7);box-shadow:var(--shadow-subtle)}.history-meta{display:flex;align-items:center;justify-content:space-between;gap:12px}.history-date{font-size:12px;color:var(--text-muted)}.history-title{font-size:14px}.history-note{font-size:12px}.share-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.share-input{flex:1 1;border:1px solid rgba(227,221,214,.9);border-radius:12px;padding:8px 10px;font-size:12px;color:var(--text-muted);background:rgba(255,255,255,.85)}.share-qr{margin-top:12px;width:180px;height:180px;border-radius:12px;border:1px solid rgba(227,221,214,.7);background:white;padding:8px}.access-grid{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));align-items:start}.access-card{display:grid;gap:12px;padding:16px;box-shadow:var(--shadow-subtle)}.access-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.access-meta{display:grid;gap:4px}.access-actions{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.share-scope-options{display:grid;gap:10px}.share-choice{position:relative;border:1px solid rgba(227,221,214,.9);border-radius:14px;padding:12px 14px;display:grid;gap:6px;cursor:pointer;background:rgba(255,255,255,.9);transition:border-color .2s ease,box-shadow .2s ease}.share-choice input{position:absolute;opacity:0;pointer-events:none}.share-choice.is-active{border-color:rgba(61,52,42,.35);box-shadow:0 6px 18px rgba(27,20,14,.08);background:rgba(255,255,255,1)}.share-choice-title{font-weight:600;font-size:14px}.share-preview{display:grid;gap:10px;padding:12px 14px;border-radius:14px;border:1px solid rgba(227,221,214,.85);background:rgba(247,243,238,.85)}.share-preview-header{display:flex;align-items:center;justify-content:space-between;gap:8px}.share-preview-grid{display:grid;gap:8px;grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.share-preview-item{display:grid;gap:2px;font-size:13px}.share-more{border:1px solid rgba(227,221,214,.9);border-radius:14px;background:rgba(255,255,255,.95)}.share-more>summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 14px;font-weight:600}.share-more>summary::-webkit-details-marker,.share-more>summary::marker{display:none}.share-more-body{padding:12px 14px 14px;display:grid;gap:12px;border-top:1px solid rgba(227,221,214,.7)}.share-more-caret{width:10px;height:10px;border-right:2px solid rgba(31,26,20,.6);border-bottom:2px solid rgba(31,26,20,.6);transform:rotate(45deg);transition:transform .2s ease}.share-more[open] .share-more-caret{transform:rotate(225deg)}.auth-shell{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.7fr);gap:24px;align-items:center}.auth-aside,.auth-main{display:grid;gap:12px}.auth-aside{border-radius:18px;padding:20px;background:linear-gradient(160deg,rgba(255,255,255,.9),rgba(240,237,233,.9));border:1px dashed rgba(227,221,214,.9)}.auth-aside h3{margin:0;font-size:16px}.auth-list{display:grid;gap:10px;margin:0;padding:0;list-style:none;color:var(--text-muted);font-size:13px}.auth-list li{display:grid;gap:4px}.auth-list span{font-weight:600;color:var(--text)}.password-rules{list-style:none;padding:0;margin:0;display:grid;gap:8px;font-size:12px}.password-rules li{display:flex;align-items:center;gap:10px;color:var(--text-muted)}.rule-pill{display:inline-flex;align-items:center;justify-content:center;min-width:50px;padding:4px 8px;border-radius:999px;font-size:10px;text-transform:uppercase;letter-spacing:.1em;border:1px solid rgba(227,221,214,.9);background:rgba(255,255,255,.85)}.rule-ok .rule-pill{border-color:rgba(75,94,87,.6);color:var(--success)}.rule-bad .rule-pill{border-color:rgba(123,78,70,.5);color:var(--danger)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.no-print{display:inline-flex}@media (prefers-reduced-motion:no-preference){.card,.label-card,.panel,.panel-muted,.surface-muted{animation:float-in .6s ease both}}@keyframes float-in{0%{opacity:0}to{opacity:1}}@media (max-width:960px){.artwork-hero,.auth-shell,.hero-grid{grid-template-columns:minmax(0,1fr)}.hero-preview .card:first-child,.hero-preview .card:nth-child(2){transform:none}}@media (max-width:1024px){.shell-main-inner{padding-bottom:calc(92px + env(safe-area-inset-bottom) + var(--mobile-nav-offset))}}@media (max-width:768px){.shell-header-inner{padding:14px 16px;gap:12px;display:flex;justify-content:space-between}.shell-header-inner .top-nav{margin:0}.shell-main-inner{padding:28px 16px calc(92px + env(safe-area-inset-bottom) + var(--mobile-nav-offset))}.grid.cards{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}.card img{height:140px}.top-nav{--nav-pad-x:10px;--nav-pad-y:6px}.top-nav .nav-item{font-size:11px}.top-nav{padding:0;border:none;background:transparent;box-shadow:none;overflow-x:auto;-webkit-overflow-scrolling:touch;display:flex}.accordion>summary{padding:14px 16px}.accordion-body{padding:14px 16px 18px}.header-actions{min-width:0;min-height:40px}.table-wrap{display:none}.table-mobile{display:grid}.table-card .share-row{flex-direction:column;align-items:stretch}.table-card .share-input{width:100%}.header-actions .account-badge,.header-actions .btn{height:40px}.account-badge{padding:6px 10px}.account-email{display:none}.brand-logo{height:26px}.brand-text{max-width:160px}.share-row{flex-direction:column;align-items:stretch}.artwork-back-to-top{position:fixed;right:16px;bottom:calc(108px + env(safe-area-inset-bottom) + var(--mobile-nav-offset));z-index:980;display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:8px 14px;border-radius:999px;border:1px solid rgba(227,221,214,.92);background:rgba(255,255,255,.96);color:var(--text);box-shadow:var(--shadow-subtle);font-size:12px;font-weight:700}.artwork-back-to-top:hover{background:#fff}.artwork-back-to-top:focus-visible{outline:2px solid rgba(59,52,46,.35);outline-offset:2px}.form-grid .btn{min-height:44px}.form-actions{flex-direction:column;align-items:stretch}.form-actions .btn{width:100%}.table{min-width:640px}.nav-dropdown{min-width:160px}}.mobile-nav{position:fixed;left:0;right:0;bottom:var(--mobile-nav-offset);z-index:1000;padding:10px 12px calc(14px + env(safe-area-inset-bottom));background:rgba(255,253,251,.98);border-top:1px solid rgba(227,221,214,.7);box-shadow:0 -12px 30px rgba(31,26,20,.12);display:block}.mobile-nav-primary{display:grid;grid-template-columns:repeat(var(--mobile-nav-columns,6),minmax(0,1fr));gap:6px;align-items:center}.mobile-nav-item{display:inline-flex;align-items:center;justify-content:center;min-height:44px;min-width:44px;font-size:11px;font-weight:700;color:var(--text-muted);padding:10px 8px;border-radius:999px;border:1px solid transparent;background:transparent;line-height:1;text-align:center;transition:transform .15s ease,color .15s ease,border-color .15s ease}.mobile-nav-item span{display:block;max-width:80px;line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-nav-item[aria-current=page]{color:#f7f3ee;background:linear-gradient(120deg,var(--accent),#3b342e);border-color:transparent}.mobile-nav-item-primary{color:var(--accent-dark);border-color:rgba(227,221,214,.9);background:rgba(255,255,255,.8)}.mobile-nav-item-more{cursor:pointer;padding:0}.mobile-nav-item-more svg{width:18px;height:18px}.mobile-nav-more{position:relative;display:inline-flex;justify-self:end}.mobile-nav-sheet{position:fixed;inset:0;z-index:30;display:flex;align-items:flex-end;justify-content:center;padding:0 16px calc(96px + env(safe-area-inset-bottom))}.mobile-nav-backdrop{position:absolute;inset:0;border:none;background:rgba(28,27,25,.35)}.mobile-nav-menu{position:relative;width:min(420px,100%);padding:14px;border-radius:20px;background:rgba(255,255,255,.98);border:1px solid rgba(227,221,214,.9);box-shadow:var(--shadow-subtle);display:grid;gap:10px}.mobile-nav-menu-group{display:grid;gap:6px}.mobile-nav-menu-group+.mobile-nav-menu-group{padding-top:6px;border-top:1px dashed rgba(227,221,214,.8)}.mobile-nav-menu-title{font-size:11px;text-transform:uppercase;letter-spacing:.18em;color:var(--text-muted);font-weight:700;padding:4px 6px 2px}.mobile-nav-menu-help{font-size:11px;color:var(--text-muted);padding:0 6px 4px}.mobile-nav-menu-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px}.mobile-nav-menu-row .mobile-nav-menu-item{width:100%}.mobile-nav-menu-item{padding:10px 12px;border-radius:10px;font-weight:600;color:var(--text);background:rgba(240,237,233,.6)}.mobile-nav-menu-item:focus-visible,.mobile-nav-menu-item:hover{background:rgba(235,231,226,.9)}.mobile-nav-pin{width:36px;height:36px;border-radius:12px;border:1px solid rgba(227,221,214,.9);background:rgba(255,255,255,.9);color:var(--text-muted);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .15s ease,color .15s ease,border-color .15s ease,background .15s ease}.mobile-nav-pin svg{width:16px;height:16px}.mobile-nav-pin[data-pinned=true]{color:var(--accent-dark);border-color:rgba(45,40,34,.6);background:rgba(45,40,34,.12)}.mobile-nav-pin[data-locked=true]{cursor:default;opacity:.6}.mobile-nav-pin:focus-visible{outline:2px solid rgba(59,52,46,.35);outline-offset:2px}@media (max-width:420px){.mobile-nav-primary{gap:4px}.mobile-nav-item{font-size:10px;padding:8px 6px}.mobile-nav-item span{max-width:64px}}@media (max-width:1024px){body.mobile-nav-ready .top-nav{display:none}}@media (min-width:1025px){.mobile-nav,.mobile-nav-sheet{display:none}}@media print{body{background:white}body:after,body:before{display:none}.no-print,.shell-header{display:none!important}.shell-main-inner{padding:0}.card,.label-card,.panel,.panel-muted{box-shadow:none;border-color:rgba(120,120,120,.35)}.label-sheet-panel{padding:0;background:transparent;border:0;box-shadow:none}.label-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.label-card{break-inside:avoid;page-break-inside:avoid}.label-card[data-selected=false]{display:none!important}.label-qr .qr-svg,.label-qr img{width:96px;height:96px}.label-heading{padding-right:0}.label-workbench[data-format=avery5160] .label-grid{grid-template-columns:repeat(3,2.625in);grid-auto-rows:1in;column-gap:.125in;row-gap:0}.label-workbench[data-format=avery5160] .label-card{width:2.625in;height:1in;min-height:1in;padding:.08in .1in;grid-template-columns:1fr .72in;gap:.08in;border:0;border-radius:0;box-shadow:none;align-items:center;overflow:hidden}.label-workbench[data-format=avery5160] .label-card[data-include-qr=false]{grid-template-columns:1fr}.label-workbench[data-format=avery5160] .label-body{gap:.03in}.label-workbench[data-format=avery5160] .label-heading{gap:.01in}.label-workbench[data-format=avery5160] .label-heading strong{font-size:9pt;line-height:1.05}.label-workbench[data-format=avery5160] .label-artist{font-size:7pt;line-height:1.05}.label-workbench[data-format=avery5160] .label-meta{gap:.02in;font-size:7pt;line-height:1.05;overflow:hidden}.label-workbench[data-format=avery5160] .label-id{font-size:6.5pt;letter-spacing:.04em}.label-workbench[data-format=avery5160] .label-qr .qr-svg,.label-workbench[data-format=avery5160] .label-qr img{width:.7in;height:.7in;padding:.03in;border-radius:.08in;border-color:rgba(120,120,120,.35)}}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/88da59c891d37117-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/1e377d93cbdd6b44-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/36d711d427a06e51-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/f1f7cdf240180e28-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/55fbdf033607a0e1-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/b6a6f0b43d027304-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/9cf9c6e84ed13b5e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/88da59c891d37117-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/1e377d93cbdd6b44-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/36d711d427a06e51-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/f1f7cdf240180e28-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/55fbdf033607a0e1-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/b6a6f0b43d027304-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/9cf9c6e84ed13b5e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/88da59c891d37117-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/1e377d93cbdd6b44-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/36d711d427a06e51-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/f1f7cdf240180e28-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/55fbdf033607a0e1-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/b6a6f0b43d027304-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/9cf9c6e84ed13b5e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/88da59c891d37117-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/1e377d93cbdd6b44-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/36d711d427a06e51-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/f1f7cdf240180e28-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/55fbdf033607a0e1-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/b6a6f0b43d027304-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/9cf9c6e84ed13b5e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Source Sans\ 3 Fallback;src:local("Arial");ascent-override:109.21%;descent-override:42.66%;line-gap-override:0.00%;size-adjust:93.76%}.__className_e73cbf{font-family:Source Sans\ 3,Source Sans\ 3 Fallback;font-style:normal}.__variable_e73cbf{--font-body:"Source Sans 3","Source Sans 3 Fallback"}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:500;font-display:optional;src:url(/_next/static/media/3d165c286d94e27c-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:500;font-display:optional;src:url(/_next/static/media/e54d16b9f2c4535b-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:500;font-display:optional;src:url(/_next/static/media/7c21074d9bafed1b-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:500;font-display:optional;src:url(/_next/static/media/916860560b9a2bc2-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:500;font-display:optional;src:url(/_next/static/media/591e43f23f51e5a5-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:500;font-display:optional;src:url(/_next/static/media/97ac91773d3121b2-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:600;font-display:optional;src:url(/_next/static/media/3d165c286d94e27c-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:600;font-display:optional;src:url(/_next/static/media/e54d16b9f2c4535b-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:600;font-display:optional;src:url(/_next/static/media/7c21074d9bafed1b-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:600;font-display:optional;src:url(/_next/static/media/916860560b9a2bc2-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:600;font-display:optional;src:url(/_next/static/media/591e43f23f51e5a5-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:600;font-display:optional;src:url(/_next/static/media/97ac91773d3121b2-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:700;font-display:optional;src:url(/_next/static/media/3d165c286d94e27c-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:700;font-display:optional;src:url(/_next/static/media/e54d16b9f2c4535b-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:700;font-display:optional;src:url(/_next/static/media/7c21074d9bafed1b-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:700;font-display:optional;src:url(/_next/static/media/916860560b9a2bc2-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:700;font-display:optional;src:url(/_next/static/media/591e43f23f51e5a5-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:700;font-display:optional;src:url(/_next/static/media/97ac91773d3121b2-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:"Source Serif 4 Fallback";src:local("Times New Roman");ascent-override:87.87%;descent-override:28.41%;line-gap-override:0.00%;size-adjust:117.91%}.__className_98436b{font-family:"Source Serif 4","Source Serif 4 Fallback";font-style:normal}.__variable_98436b{--font-display:"Source Serif 4","Source Serif 4 Fallback"}