:root{--sp-green:#3ccf38;--sp-green-dark:#197b2b;--sp-ink:#17211b;--sp-muted:#617068;--sp-line:#d9e2dc;--sp-bg:#f4f7f4;--sp-surface:#fff;--sp-danger:#b42318;--sp-radius:14px;--sp-shadow:0 10px 30px rgba(20,45,28,.08);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;color:var(--sp-ink);background:var(--sp-bg)}*{box-sizing:border-box}body{margin:0;background:var(--sp-bg);color:var(--sp-ink)}a{color:var(--sp-green-dark)}button,input,select,textarea{font:inherit}.skip-link{position:fixed;left:1rem;top:-5rem;z-index:100;background:#fff;padding:.75rem 1rem;border-radius:8px}.skip-link:focus{top:1rem}.portal-header{min-height:72px;padding:0 clamp(1rem,3vw,2.5rem);display:flex;align-items:center;gap:1.5rem;background:#111814;color:#fff;position:sticky;top:0;z-index:30;box-shadow:0 4px 18px rgba(0,0,0,.15)}.portal-brand{display:flex;align-items:center;gap:.7rem;color:#fff;text-decoration:none;font-weight:850;white-space:nowrap}.portal-brand-mark{display:grid;place-items:center;width:38px;height:38px;border-radius:11px;background:var(--sp-green);color:#102211}.portal-global-nav{display:flex;align-items:center;gap:.25rem;flex:1}.portal-global-nav>a,.portal-disclosure>button{display:block;border:0;background:transparent;color:#dce9df;text-decoration:none;padding:.65rem .8rem;border-radius:8px;cursor:pointer}.portal-global-nav [aria-current=page],.portal-global-nav>a:hover,.portal-disclosure>button:hover{background:#26372c;color:#fff}.portal-disclosure{position:relative}.portal-product-menu{display:none;position:absolute;top:calc(100% + .55rem);left:0;width:min(360px,80vw);padding:.5rem;background:#fff;border:1px solid var(--sp-line);border-radius:12px;box-shadow:var(--sp-shadow)}.portal-disclosure.is-open .portal-product-menu{display:grid}.portal-product-menu a{display:grid;gap:.15rem;padding:.7rem .8rem;border-radius:8px;text-decoration:none;color:var(--sp-ink)}.portal-product-menu a:hover{background:#eef8ef}.portal-product-menu span{font-size:.82rem;color:var(--sp-muted)}.portal-account{display:flex;align-items:center;gap:.8rem;margin-left:auto}.portal-account span{display:grid;text-align:right;font-size:.85rem}.portal-account small{color:#aebbb2}.portal-account>a{color:#fff}.portal-menu-toggle{display:none}.product-nav{display:flex;align-items:center;gap:1.5rem;min-height:55px;padding:0 clamp(1rem,3vw,2.5rem);background:#fff;border-bottom:1px solid var(--sp-line);position:sticky;top:72px;z-index:20}.product-nav>strong{color:var(--sp-green-dark)}.product-nav>div{display:flex;gap:.25rem;overflow-x:auto}.product-nav a{padding:.55rem .75rem;text-decoration:none;color:#34463a;border-radius:8px;white-space:nowrap;font-weight:650}.product-nav a:hover,.product-nav a[aria-current=page]{background:#e8f7e9;color:#145d22}.portal-main{width:min(1500px,100%);margin:0 auto;padding:clamp(1rem,3vw,2.5rem)}.breadcrumbs{display:flex;gap:.5rem;color:var(--sp-muted);font-size:.86rem;margin-bottom:1rem}.page-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:1.4rem}.page-heading h1{font-size:clamp(1.7rem,3vw,2.5rem);margin:.15rem 0}.eyebrow{text-transform:uppercase;letter-spacing:.12em;color:var(--sp-green-dark);font-size:.72rem;font-weight:850;margin:0}.card{background:var(--sp-surface);border:1px solid var(--sp-line);border-radius:var(--sp-radius);box-shadow:var(--sp-shadow);padding:1.2rem}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem}.product-card{display:flex;flex-direction:column;min-height:210px;border-top:4px solid var(--sp-green)}.product-card p{color:var(--sp-muted);flex:1}.button{display:inline-flex;justify-content:center;align-items:center;min-height:42px;padding:.6rem .9rem;border-radius:9px;border:1px solid transparent;text-decoration:none;font-weight:750;cursor:pointer}.button-primary{background:var(--sp-green-dark);color:#fff}.button-secondary{background:#fff;border-color:var(--sp-line);color:var(--sp-ink)}.data-shell{overflow:auto;background:#fff;border:1px solid var(--sp-line);border-radius:var(--sp-radius);box-shadow:var(--sp-shadow)}table{width:100%;border-collapse:collapse}th,td{padding:.8rem .9rem;text-align:left;border-bottom:1px solid #e7ece8;vertical-align:top}th{background:#f7faf7;color:#425047;font-size:.78rem;text-transform:uppercase;letter-spacing:.05em;position:sticky;top:0}tr:hover td{background:#fbfdfb}.status{display:inline-flex;padding:.25rem .55rem;border-radius:999px;background:#e8f7e9;color:#145d22;font-size:.78rem;font-weight:800}.field{display:grid;gap:.35rem;margin-bottom:1rem}.field label{font-weight:700}.field input,.field select,.field textarea{width:100%;padding:.7rem .8rem;border:1px solid #bfcac2;border-radius:8px;background:#fff}.field :focus{outline:3px solid rgba(60,207,56,.25);border-color:var(--sp-green-dark)}
@media(max-width:820px){.portal-header{flex-wrap:wrap;padding-block:.75rem}.portal-menu-toggle{display:block;margin-left:auto;background:#26372c;color:#fff;border:1px solid #46594c;border-radius:8px;padding:.55rem .75rem}.portal-global-nav{display:none;order:4;flex-basis:100%;align-items:stretch;flex-direction:column}.portal-global-nav.is-open{display:flex}.portal-disclosure{width:100%}.portal-disclosure>button{width:100%;text-align:left}.portal-product-menu{position:static;width:100%;box-shadow:none;margin-top:.35rem}.portal-account span{display:none}.product-nav{top:72px;align-items:flex-start;flex-direction:column;gap:.25rem;padding-block:.65rem}.portal-main{padding:1rem}}
.button-row{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:1rem}.stacked-data-shell,.participation-request-table,.participation-request-summary+.participation-request-details,.participation-request-details+.participation-request-workspace,.participation-request-notice+.participation-request-summary{margin-top:1rem}.detail-list{display:grid;grid-template-columns:minmax(150px,240px) 1fr;gap:.6rem 1rem}.detail-list dt{font-weight:800;color:var(--sp-muted)}.detail-list dd{margin:0;overflow-wrap:anywhere}.timeline-item{padding:1rem 0;border-top:1px solid var(--sp-line)}.timeline-item:first-of-type{margin-top:1rem}.timeline-item p{white-space:pre-wrap;overflow-wrap:anywhere}.preserve-lines{white-space:normal;overflow-wrap:anywhere}@media(max-width:650px){.detail-list{grid-template-columns:1fr}.detail-list dd{margin-bottom:.5rem}}
.sa-filters{display:grid;grid-template-columns:repeat(4,minmax(140px,1fr)) auto;gap:.75rem;align-items:end;margin-bottom:1rem}.sa-filters .field{margin:0}.sa-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:.8rem;margin-bottom:1rem}.sa-metrics article{display:grid;gap:.3rem;box-shadow:none}.sa-metrics small{text-transform:uppercase;letter-spacing:.07em;color:var(--sp-muted);font-weight:800}.sa-metrics strong{font-size:1.7rem}.sa-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-bottom:1rem}.sa-grid h2,.sa-section h2{margin-top:0}.sa-grid .data-shell{box-shadow:none}.sa-section{margin-top:1rem}.sa-inline{display:flex;gap:.6rem;flex-wrap:wrap;margin-bottom:1rem}.sa-inline input{padding:.65rem;border:1px solid var(--sp-line);border-radius:8px}.sa-bars{display:grid;gap:.55rem}.sa-bars>div{display:grid;grid-template-columns:100px minmax(40px,1fr) 130px;gap:.7rem;align-items:center}.sa-bars i{display:block;height:12px;background:linear-gradient(90deg,var(--sp-green-dark),var(--sp-green));border-radius:10px;min-width:3px}.sa-bars strong{text-align:right}@media(max-width:900px){.sa-filters{grid-template-columns:repeat(2,1fr)}.sa-grid{grid-template-columns:1fr}}@media(max-width:550px){.sa-filters{grid-template-columns:1fr}.sa-bars>div{grid-template-columns:85px 1fr}.sa-bars strong{grid-column:2;text-align:left}}
.pccheck-row-actions{display:flex;gap:.35rem;align-items:flex-start}.pccheck-row-actions a{display:grid;place-items:center;min-width:42px;padding:.4rem;border:1px solid var(--sp-line);border-radius:9px;background:#fff;color:var(--sp-ink);text-decoration:none}.pccheck-row-actions a:hover{background:#eef8ef;border-color:#a8c9ae}.pccheck-row-actions a span{display:none}.pccheck-row-actions img{width:27px;height:27px}.pccheck-device-summary{display:flex;align-items:center;gap:.65rem;min-width:150px}.pccheck-device-thumb{display:block;width:54px;height:54px;flex:0 0 54px;border-radius:8px;overflow:hidden;border:1px solid var(--sp-line);background:#edf2ee}.pccheck-device-thumb img{display:block;width:100%;height:100%;object-fit:cover}.pccheck-device-actions{justify-content:flex-end;margin-top:0}.pccheck-device-actions form{margin:0}.pccheck-photo-heading,.pccheck-photo-intro{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.pccheck-photo-heading p,.pccheck-photo-intro h2{margin:0 0 .4rem}.pccheck-photo-intro p{margin:.2rem 0;color:var(--sp-muted)}.pccheck-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.pccheck-gallery-card{display:grid;grid-template-rows:220px auto;background:#fff;border:1px solid var(--sp-line);border-radius:var(--sp-radius);overflow:hidden;box-shadow:var(--sp-shadow);text-decoration:none;color:var(--sp-ink)}.pccheck-gallery-card img{width:100%;height:100%;object-fit:cover;background:#e9eeea}.pccheck-gallery-card span{display:grid;gap:.25rem;padding:.9rem}.pccheck-gallery-card small{color:var(--sp-muted)}.pccheck-empty-photos{text-align:center}.pccheck-empty-photos h2{margin-top:0}.pccheck-device-type{margin-bottom:1rem}.pccheck-device-type legend{font-size:1.2rem;font-weight:850;padding:0 .35rem}.pccheck-device-type p{color:var(--sp-muted)}.pccheck-device-type>div{display:flex;gap:1rem;flex-wrap:wrap}.pccheck-device-type label{display:flex;align-items:center;gap:.45rem;padding:.7rem 1rem;border:1px solid var(--sp-line);border-radius:9px;font-weight:800;cursor:pointer}.pccheck-photo-slots{display:grid;gap:1rem}.pccheck-photo-slot{display:grid;grid-template-columns:160px minmax(0,1fr);gap:1rem}.pccheck-photo-preview{width:160px;height:130px;border-radius:10px;overflow:hidden;background:#edf2ee;border:1px dashed #aebbb2;display:grid;place-items:center;color:var(--sp-muted);font-size:.82rem}.pccheck-photo-preview a,.pccheck-photo-preview img{display:block;width:100%;height:100%}.pccheck-photo-preview img{object-fit:cover}.pccheck-photo-slot-copy h3{margin:0}.pccheck-photo-slot-copy p{color:var(--sp-muted);margin:.3rem 0 .8rem}.pccheck-photo-actions{display:flex;align-items:center;gap:.5rem}.pccheck-photo-upload,.pccheck-photo-delete{margin:0}.pccheck-photo-progress{min-height:1.15rem;margin:.4rem 0 0!important;color:var(--sp-green-dark)!important;font-size:.78rem}.pccheck-icon-button{position:relative;display:inline-grid;place-items:center;width:44px;height:44px;padding:0;border:1px solid var(--sp-line);border-radius:10px;background:var(--sp-surface);color:var(--sp-ink);cursor:pointer;text-decoration:none}.pccheck-icon-button:hover{background:#eef8ef;border-color:#8fc49a}.pccheck-icon-button img{width:24px;height:24px}.pccheck-icon-button.is-danger{color:var(--sp-danger)}.pccheck-icon-button.is-uploading{opacity:.55;pointer-events:none}.pccheck-file-button{overflow:hidden}.pccheck-file-button input{position:absolute;inset:0;opacity:0;cursor:pointer;width:100%;height:100%}.pccheck-notice{padding:.8rem 1rem;border-radius:9px;margin-bottom:1rem;font-weight:750}.pccheck-notice-success{background:#e8f7e9;color:#145d22;border:1px solid #a8d9af}.pccheck-notice-error{background:#fff1f0;color:#8f1e16;border:1px solid #e6b0ab}@media(max-width:700px){.pccheck-row-actions{min-width:138px}.pccheck-photo-intro{display:grid;grid-template-columns:minmax(0,1fr) 44px;align-items:center;padding:.8rem}.pccheck-photo-intro h2{font-size:1.05rem}.pccheck-photo-intro p{font-size:.82rem}.pccheck-photo-slot{grid-template-columns:76px minmax(0,1fr);gap:.75rem;padding:.7rem}.pccheck-photo-preview{width:76px;height:76px}.pccheck-photo-slot-copy{min-width:0}.pccheck-photo-slot-copy h3{font-size:1rem}.pccheck-photo-slot-copy>p:not(.pccheck-photo-progress){display:none}.pccheck-photo-actions{gap:.4rem;margin-top:.5rem}.pccheck-icon-button{width:42px;height:42px}.pccheck-gallery{grid-template-columns:1fr}.pccheck-gallery-card{grid-template-rows:min(62vw,360px) auto}}
.pccheck-ebay-head{display:flex;justify-content:space-between;gap:1.5rem;align-items:center;margin-bottom:1rem}
.pccheck-ebay-status{display:inline-flex;align-items:center;border-radius:999px;padding:.38rem .7rem;font-size:.78rem;font-weight:800;text-decoration:none;white-space:nowrap}
.pccheck-ebay-status.is-not-ready{background:#fff0ee;color:#9d2c20}
.pccheck-ebay-status.is-review{background:#fff4cf;color:#745500}
.pccheck-ebay-status.is-ready{background:#e0f7df;color:#176d27}
.pccheck-ebay-status.is-exported{background:#e8efff;color:#244f9f}
.pccheck-ebay-status.is-linked{background:#dff5ed;color:#12634d}
.pccheck-ebay-error{padding:.8rem 1rem;border-radius:8px;background:#fff0ee;color:#9d2c20}
.pccheck-ebay-checks{display:flex;flex-wrap:wrap;gap:.7rem 1.4rem;margin:.6rem 0 1.3rem}
.pccheck-ebay-checks[hidden]{display:none!important}
.pccheck-ebay-checks label,.pccheck-ebay-review{display:flex;align-items:center;gap:.45rem}
.pccheck-ebay-fixed{display:grid;grid-template-columns:repeat(auto-fit,minmax(270px,1fr));gap:.8rem;margin-bottom:1.4rem}
.pccheck-ebay-fixed div{padding:.8rem;border:1px solid var(--sp-line);border-radius:8px;background:var(--sp-bg)}
.pccheck-ebay-fixed dt{font-weight:800;margin-bottom:.3rem}
.pccheck-ebay-fixed dd{margin:0;color:var(--sp-muted)}
.pccheck-input-prefix,.pccheck-input-suffix{display:flex;align-items:stretch}
.pccheck-input-prefix span,.pccheck-input-suffix span{display:flex;align-items:center;padding:0 .7rem;border:1px solid var(--sp-line);background:var(--sp-bg)}
.pccheck-input-prefix span{border-right:0;border-radius:7px 0 0 7px}
.pccheck-input-suffix span{border-left:0;border-radius:0 7px 7px 0}
.pccheck-input-prefix input{border-radius:0 7px 7px 0}
.pccheck-input-suffix input{border-radius:7px 0 0 7px}
.pccheck-ebay-review{padding:1rem;margin:1.2rem 0;background:var(--sp-bg);border:1px solid var(--sp-line);border-radius:8px;font-weight:700}
@media(max-width:700px){.pccheck-ebay-head{align-items:flex-start;flex-direction:column}}
.pccheck-queue-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-bottom:1.5rem}
.pccheck-queue-summary article{display:grid;grid-template-columns:auto 1fr;column-gap:.55rem;align-items:end}
.pccheck-queue-summary .eyebrow{grid-column:1/-1;margin:0 0 .35rem}
.pccheck-queue-summary strong{font-size:2rem;line-height:1}
.pccheck-queue-summary span{color:var(--sp-muted)}
.pccheck-queue-section{margin-bottom:2.2rem}
.pccheck-queue-heading{display:flex;justify-content:space-between;gap:1.5rem;align-items:end;margin-bottom:.75rem}
.pccheck-queue-heading h2,.pccheck-queue-heading p{margin:.15rem 0}
.pccheck-queue-heading>p{max-width:44rem;color:var(--sp-muted)}
.pccheck-ebay-queue td{vertical-align:middle}
@media(max-width:700px){.pccheck-queue-summary{grid-template-columns:1fr}.pccheck-queue-heading{align-items:flex-start;flex-direction:column}}
.pccheck-photo-slots,.pccheck-photo-slot,.pccheck-photo-slot-copy{min-width:0;max-width:100%}
.pccheck-photo-slot{overflow:hidden}
.pccheck-photo-preview,.pccheck-photo-preview a,.pccheck-photo-preview img{max-width:100%;overflow:hidden}
.pccheck-photo-preview img{object-fit:cover}
.pccheck-icon-button{min-width:44px;max-width:44px;overflow:hidden}
.pccheck-icon-button img{display:block;width:24px!important;height:24px!important;max-width:24px!important}
.pccheck-file-button input[type=file]{position:absolute!important;inset:0!important;opacity:0!important;width:100%!important;height:100%!important;font-size:0!important}
@media(max-width:700px){
    .pccheck-photo-intro,.pccheck-photo-slot{width:100%;max-width:100%;overflow:hidden}
    .pccheck-photo-slot{grid-template-columns:76px minmax(0,1fr)}
    .pccheck-photo-slot-copy{overflow:hidden}
    .pccheck-photo-actions{max-width:100%;flex-wrap:nowrap}
    .pccheck-icon-button{width:42px;height:42px;min-width:42px;max-width:42px}
    .pccheck-gallery{grid-template-columns:minmax(0,1fr)}
    .pccheck-gallery-card,.pccheck-gallery-card img{max-width:100%}
}
