:root{color-scheme:dark;--bg:#06111f;--panel:#0b1b2d;--panel2:#10243a;--line:#1d3854;--text:#f3f8ff;--muted:#9fb2c7;--cyan:#34bdf2;--cyan2:#68d4ff;--ok:#30d18b;--warn:#ffc85c;--danger:#ff6874;--white:#fff;--ink:#102033}*{box-sizing:border-box}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;background:linear-gradient(135deg,#06111f,#08192a 58%,#0d243a);color:var(--text);min-height:100vh}button,input,select,textarea{font:inherit}.sp-kicker{font-size:12px;font-weight:800;letter-spacing:.14em;color:var(--cyan2)}.sp-auth{min-height:100vh;display:grid;grid-template-columns:minmax(320px,1.1fr) minmax(360px,520px);gap:56px;align-items:center;max-width:1180px;margin:auto;padding:48px 28px}.sp-auth-brand h1{font-size:clamp(34px,5vw,64px);line-height:1;margin:12px 0 18px}.sp-auth-brand p{font-size:18px;line-height:1.65;color:var(--muted);max-width:650px}.sp-auth-points{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px}.sp-auth-points span{border:1px solid var(--line);background:#0a1c2e;padding:9px 12px;border-radius:999px;color:#d8e7f5}.sp-auth-card{background:rgba(255,255,255,.97);color:var(--ink);border-radius:22px;padding:28px;box-shadow:0 28px 80px #0008}.sp-auth-switch{display:grid;grid-template-columns:1fr 1fr;background:#e8eff6;border-radius:12px;padding:4px;margin-bottom:22px}.sp-auth-switch button{border:0;background:transparent;padding:10px;border-radius:9px;font-weight:750;color:#5a6f82;cursor:pointer}.sp-auth-switch button.active{background:#fff;color:#0c253b;box-shadow:0 2px 9px #16334a1c}.sp-form{display:grid;gap:14px}.sp-form label{display:grid;gap:6px;font-size:13px;font-weight:700}.sp-form label small{font-weight:500;color:#718295}.sp-form input,.sp-form select,.sp-form textarea,.sp-input{width:100%;border:1px solid #c9d5e0;background:#fff;color:#172b3d;padding:11px 12px;border-radius:10px;outline:none}.sp-form input:focus,.sp-form select:focus,.sp-form textarea:focus,.sp-input:focus{border-color:#38b9ee;box-shadow:0 0 0 3px #38b9ee22}.sp-form textarea{min-height:90px;resize:vertical}.sp-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:12px}.sp-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.sp-btn{border:0;border-radius:10px;padding:10px 14px;font-weight:800;cursor:pointer}.sp-btn:disabled{opacity:.55;cursor:not-allowed}.sp-btn-primary{background:linear-gradient(135deg,#31baf0,#4ecbff);color:#06121c}.sp-btn-ghost{border:1px solid #274761;background:#0d2236;color:#e5f2fc}.sp-btn-danger{background:#3c1b24;color:#ffb7bd;border:1px solid #713241}.sp-btn-sm{padding:7px 10px;font-size:12px}.sp-help{font-size:12px;color:#687c8d;line-height:1.45;margin:0}.sp-app{min-height:100vh}.sp-sidebar{position:fixed;inset:0 auto 0 0;width:250px;background:#071522;border-right:1px solid var(--line);padding:22px 14px;display:flex;flex-direction:column}.sp-logo{padding:8px 10px 24px;display:grid;gap:4px}.sp-logo strong{font-size:19px}.sp-logo span{color:var(--muted);font-size:12px}.sp-sidebar nav{display:grid;gap:5px}.sp-sidebar nav button,.sp-logout{display:flex;align-items:center;gap:10px;border:0;background:transparent;color:#aebfd0;padding:11px 12px;border-radius:10px;text-align:left;cursor:pointer;font-weight:700}.sp-sidebar nav button:hover,.sp-sidebar nav button.active{background:#10283f;color:#fff}.sp-sidebar nav button.active{box-shadow:inset 3px 0 0 var(--cyan)}.sp-logout{margin-top:auto;border:1px solid var(--line);justify-content:center}.sp-main{margin-left:250px;min-height:100vh}.sp-header{height:82px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 28px;background:#071522cc;backdrop-filter:blur(12px);position:sticky;top:0;z-index:5}.sp-header h2{margin:2px 0 0;font-size:22px}.sp-header-user{display:flex;gap:12px;align-items:center}.sp-status{font-size:12px;font-weight:900;padding:6px 9px;border-radius:999px;background:#283a4b;color:#d6e2ed;text-transform:uppercase}.sp-status.pending{background:#493919;color:#ffd87d}.sp-status.approved{background:#123b2d;color:#76edbd}.sp-status.blocked{background:#4b1f28;color:#ff9aa4}.sp-content{padding:28px;max-width:1450px;margin:auto}.sp-card{background:#0b1c2e;border:1px solid var(--line);border-radius:16px;padding:20px}.sp-card-light{background:#f7fafc;color:#132a3c;border:0}.sp-title-row{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:16px}.sp-title-row h3{margin:0;font-size:18px}.sp-title-row p{margin:5px 0 0;color:var(--muted);font-size:13px}.sp-card-light .sp-title-row p{color:#6b7f90}.sp-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.sp-stat strong{display:block;font-size:30px;margin-top:6px}.sp-stat span{color:var(--muted);font-size:12px}.sp-notice{border:1px solid #5e4b24;background:#2b2518;color:#ffe3a0;padding:14px 16px;border-radius:12px;margin-bottom:18px;line-height:1.5}.sp-notice.approved{border-color:#255d49;background:#122a23;color:#b5f4dc}.sp-table-wrap{overflow:auto;border:1px solid var(--line);border-radius:12px}.sp-table{width:100%;border-collapse:collapse;min-width:800px}.sp-table th,.sp-table td{padding:11px 12px;border-bottom:1px solid var(--line);text-align:left;font-size:13px;vertical-align:middle}.sp-table th{font-size:12px;text-transform:uppercase;letter-spacing:.05em;color:#8299ae;background:#091827}.sp-table tr:last-child td{border-bottom:0}.sp-actions{display:flex;gap:6px;flex-wrap:wrap}.sp-toolbar{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:14px}.sp-toolbar .sp-input{max-width:340px;background:#0a1b2c;border-color:var(--line);color:#fff}.sp-modal-backdrop{position:fixed;inset:0;background:#000a;z-index:50;display:grid;place-items:center;padding:24px}.sp-modal{width:min(760px,100%);max-height:90vh;overflow:auto;background:#f7fafc;color:#132a3c;border-radius:18px;padding:22px;box-shadow:0 24px 80px #0008}.sp-modal-head{display:flex;justify-content:space-between;gap:14px;align-items:center;margin-bottom:18px}.sp-modal-head h3{margin:0}.sp-close{border:0;background:#dfe8ef;color:#274359;width:34px;height:34px;border-radius:9px;font-size:20px;cursor:pointer}.sp-checkbox{display:flex!important;grid-template-columns:auto 1fr!important;align-items:center;gap:8px!important}.sp-checkbox input{width:auto!important}.sp-product{display:flex;gap:10px;align-items:center}.sp-product-thumb{width:46px;height:46px;border-radius:9px;object-fit:cover;background:#13283a;border:1px solid var(--line)}.sp-product-placeholder{display:grid;place-items:center;font-size:19px}.sp-badge{display:inline-flex;padding:4px 7px;border-radius:999px;font-size:12px;font-weight:800;background:#17304a;color:#cce8fa}.sp-badge.ok{background:#153b2e;color:#8be9bf}.sp-badge.warn{background:#493919;color:#ffd87d}.sp-badge.off{background:#40232a;color:#ffadb5}.sp-images{display:flex;gap:10px;flex-wrap:wrap}.sp-image-item{position:relative}.sp-image-item img{width:100px;height:100px;object-fit:cover;border-radius:10px;border:2px solid transparent}.sp-image-item.primary img{border-color:#29bdf2}.sp-image-tools{display:flex;gap:4px;margin-top:4px}.sp-file-drop{border:2px dashed #42627c;border-radius:14px;padding:28px;text-align:center;background:#0a1a2a}.sp-file-drop input{max-width:420px}.sp-import-summary{display:flex;gap:10px;flex-wrap:wrap;margin:14px 0}.sp-import-summary span{background:#132b42;padding:8px 10px;border-radius:9px}.sp-toast{position:fixed;z-index:100;right:20px;top:20px;background:#fff;color:#14283b;border-radius:10px;padding:12px 16px;box-shadow:0 12px 40px #0008;font-weight:750;max-width:420px}.sp-toast.error{background:#ffdee1;color:#681b23}.sp-link{color:var(--cyan2);text-decoration:none;font-weight:750}.sp-empty{text-align:center;color:var(--muted);padding:28px}.sp-muted{color:var(--muted)}@media(max-width:980px){.sp-stats{grid-template-columns:repeat(2,1fr)}}@media(max-width:860px){.sp-auth{grid-template-columns:1fr;padding:28px 16px}.sp-auth-brand{display:none}.sp-sidebar{width:72px}.sp-sidebar .sp-logo span,.sp-sidebar nav span{display:none}.sp-sidebar nav button{justify-content:center;font-size:20px}.sp-main{margin-left:72px}.sp-header{padding:0 16px}.sp-header-user strong{display:none}.sp-content{padding:16px}.sp-stats,.sp-grid-3{grid-template-columns:1fr}.sp-grid-2{grid-template-columns:1fr}}@media(max-width:520px){.sp-sidebar{position:fixed;inset:auto 0 0 0;width:auto;height:64px;z-index:20;flex-direction:row;padding:5px;background:#071522}.sp-sidebar .sp-logo,.sp-logout{display:none}.sp-sidebar nav{display:flex;width:100%;overflow-x:auto}.sp-sidebar nav button{min-width:58px;padding:8px}.sp-main{margin:0;padding-bottom:70px}.sp-header{height:70px}.sp-content{padding:12px}.sp-header h2{font-size:18px}}

/* 1.25.0 - contribuição técnica do fornecedor */
.sp-grid-4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.sp-tech-intro{padding:13px 14px;border-radius:12px;background:#e9f7fd;border:1px solid #bce6f7;color:#15364b}
.sp-tech-intro p{margin:5px 0 0;font-size:12px;line-height:1.5;color:#527083}
.sp-tech-status{margin-bottom:14px;padding:12px 14px;border-radius:12px;background:#eef3f7;border:1px solid #d4dfe8;color:#284155}
.sp-tech-status p{margin:7px 0 0;font-size:12px;line-height:1.5}
.sp-tech-app-box,.sp-tech-source{padding:14px;border:1px solid #cfdae4;background:#f1f6f9;border-radius:12px}
.sp-tech-app-box .sp-title-row{margin-bottom:10px}.sp-tech-app-box .sp-title-row p{color:#60788b}
.sp-tech-app-box .sp-toolbar{margin-bottom:10px}.sp-tech-app-box .sp-input{background:#fff;color:#172b3d;border-color:#c9d5e0;max-width:none;flex:1}
.sp-tech-results{display:grid;gap:7px;max-height:220px;overflow:auto;margin-bottom:10px}
.sp-tech-result{display:grid;gap:3px;width:100%;text-align:left;border:1px solid #d3dee7;background:#fff;color:#173148;border-radius:9px;padding:9px 11px;cursor:pointer}
.sp-tech-result:hover{border-color:#31baf0;background:#f5fcff}.sp-tech-result span{font-size:12px;color:#668095}
.sp-tech-selected{display:flex;gap:7px;flex-wrap:wrap;align-items:center}.sp-tech-selected-title{width:100%;font-size:12px;font-weight:800;color:#526c80;margin:2px 0}
.sp-tech-chip{display:inline-flex;gap:7px;align-items:center;border:1px solid #b8dbe8;background:#e8f7fc;color:#19445b;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:750;cursor:pointer}.sp-tech-chip span{font-size:16px;line-height:1}
@media(max-width:980px){.sp-grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:520px){.sp-grid-4{grid-template-columns:1fr}}

/* 1.26.0 — navegação entre os dois públicos */
.sp-audience-links{display:grid;gap:8px;margin-top:18px;padding-top:16px;border-top:1px solid var(--sp-line,#27384b);font-size:12px;color:var(--sp-muted,#8ea0b2)}.sp-audience-links a{color:#7bdcff;font-weight:800;text-decoration:none}.sp-audience-links a:hover{text-decoration:underline}

/* 1.27.0 — login e cadastro do fornecedor separados */
.sp-auth-page{background:radial-gradient(circle at 14% 18%,#123350 0,transparent 34%),radial-gradient(circle at 86% 78%,#173a4d 0,transparent 28%),linear-gradient(135deg,#031722,#071739 58%,#0b2333);}
.sp-auth-login{grid-template-columns:minmax(360px,1.15fr) minmax(360px,500px)}
.sp-auth-register{grid-template-columns:minmax(360px,.9fr) minmax(520px,650px);max-width:1280px;align-items:start;padding-top:70px;padding-bottom:70px}
.sp-auth-back{display:inline-flex;color:#9ecfe5;text-decoration:none;font-size:13px;font-weight:800;margin-bottom:32px}.sp-auth-back:hover{color:#fff}
.sp-auth-card-separated{border:1px solid #ffffff28;box-shadow:0 34px 90px #0009;padding:30px}
.sp-auth-card-head{display:flex;gap:14px;align-items:flex-start;margin-bottom:24px}.sp-auth-card-head small{display:block;font-size:12px;letter-spacing:.14em;font-weight:900;color:#708496;margin:1px 0 5px}.sp-auth-card-head h2{margin:0;color:#10283c;font-size:25px}.sp-auth-card-head p{margin:6px 0 0;color:#687f91;font-size:13px;line-height:1.5}.sp-auth-icon{flex:0 0 42px;width:42px;height:42px;border-radius:12px;display:grid;place-items:center;background:#e3f6fd;color:#0b6b94;font-size:20px;font-weight:900}
.sp-btn-large{min-height:46px;margin-top:2px}.sp-btn-block{display:flex;width:100%;justify-content:center;align-items:center;text-decoration:none}.sp-btn-secondary{background:#e8eff5;color:#173247;border:1px solid #d0dde6}.sp-btn-secondary:hover{background:#dae8f1}
.sp-auth-divider{display:flex;align-items:center;gap:10px;color:#8495a4;font-size:12px;text-transform:uppercase;letter-spacing:.1em;font-weight:850;margin:20px 0 14px}.sp-auth-divider:before,.sp-auth-divider:after{content:"";height:1px;background:#dce5ec;flex:1}
.sp-register-steps{display:grid;gap:12px;margin-top:30px}.sp-register-steps>div{display:grid;grid-template-columns:38px 1fr;gap:12px;align-items:center;padding:12px 14px;border:1px solid var(--line);background:#0a1d2e;border-radius:13px}.sp-register-steps b{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:#B8845B;color:#fff}.sp-register-steps span{display:grid;gap:2px}.sp-register-steps strong{font-size:13px}.sp-register-steps small{font-size:12px;color:var(--muted);line-height:1.4}
.sp-register-card{padding:30px 32px}.sp-form-section{display:grid;gap:13px;padding:0 0 18px;border-bottom:1px solid #dde6ed}.sp-form-section+.sp-form-section{padding-top:3px}.sp-form-section h3{margin:0 0 1px;font-size:12px;color:#61798b;text-transform:uppercase;letter-spacing:.08em}.sp-register-policy{padding:13px 14px;background:#f2f7fa;border:1px solid #d8e5ed;border-radius:11px;color:#244157}.sp-register-policy strong{font-size:12px}.sp-register-policy p{margin:5px 0 0;font-size:12px;line-height:1.55;color:#60788a}.sp-help-center{text-align:center}.sp-auth-card-separated .sp-audience-links{border-top:1px solid #dce5ec;color:#6f8291}.sp-auth-card-separated .sp-audience-links a{color:#0b79a8}
@media(max-width:900px){.sp-auth-register,.sp-auth-login{grid-template-columns:1fr;max-width:720px;padding:34px 16px}.sp-auth-register .sp-auth-brand,.sp-auth-login .sp-auth-brand{display:block}.sp-auth-brand h1{font-size:clamp(32px,8vw,48px)}.sp-auth-brand p{font-size:15px}.sp-register-steps{grid-template-columns:1fr 1fr}.sp-auth-back{margin-bottom:20px}}
@media(max-width:620px){.sp-auth-register .sp-auth-brand,.sp-auth-login .sp-auth-brand{display:none}.sp-auth-register,.sp-auth-login{padding:18px 12px;display:block}.sp-auth-card-separated,.sp-register-card{padding:22px 18px;border-radius:17px}.sp-register-steps{grid-template-columns:1fr}.sp-auth-card-head h2{font-size:22px}.sp-grid-2{grid-template-columns:1fr}}

/* 1.27.1 — identificação clara do perfil do usuário do fornecedor */
.sp-status.role{background:#eef2f5;color:#334155;border-color:#cbd5e1;white-space:nowrap}

[hidden]{display:none!important}

.sp-stats.compact{grid-template-columns:repeat(2,minmax(0,1fr))}
@media(max-width:700px){.sp-stats.compact{grid-template-columns:1fr}}
.sp-role-help{display:grid;gap:7px;margin:0 0 16px;padding:12px 14px;border:1px solid var(--line);border-radius:12px;background:#091827;color:#b9cada;font-size:12px;line-height:1.5}.sp-role-help span{display:block}.sp-role-help strong{color:#fff}.sp-user-scope{margin:14px 0 0;padding:14px;border:1px solid #31506a;border-radius:12px;background:#0a1a2a}.sp-user-scope strong{color:#fff}.sp-user-scope p{margin:6px 0 0;color:var(--muted);font-size:13px;line-height:1.5}

/* 1.30.0 — cotações e geolocalização */
.sp-quote-list{display:grid;gap:10px}.sp-quote-card{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(160px,.8fr) auto;gap:14px;align-items:center;padding:14px;border:1px solid #d7e1e8;border-radius:14px;background:#fff;color:#173247}.sp-quote-main{display:grid;gap:4px}.sp-quote-main small,.sp-quote-side small{color:#6a8090}.sp-quote-side{display:grid;gap:3px}.sp-quote-actions{display:flex;gap:6px;flex-wrap:wrap;justify-content:flex-end}.sp-quote-code{font-size:12px;font-weight:900;letter-spacing:.06em;color:#0b7eae}.sp-map-status{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin-top:8px;padding:9px 11px;background:#edf8fc;border:1px solid #c7e9f5;border-radius:10px;color:#315a6f;font-size:12px}.sp-map-status strong{color:#0b6f97}
@media(max-width:820px){.sp-quote-card{grid-template-columns:1fr}.sp-quote-actions{justify-content:flex-start}}
