:root{
  --smr-spotter-orange:#ff8200;
  --smr-spotter-orange-dark:#e87100;
  --smr-spotter-ink:#111827;
  --smr-spotter-muted:#64748b;
  --smr-spotter-line:#e2e8f0;
  --smr-spotter-soft:#f8fafc;
  --smr-spotter-white:#fff;
  --smr-spotter-green:#15803d;
  --smr-spotter-red:#b91c1c;
  --smr-spotter-blue:#1d4ed8;
  --smr-spotter-radius:14px;
  --smr-spotter-shadow:0 18px 48px rgba(15,23,42,.09);
}

.smr-spotter-auth-shell,.smr-spotter-dashboard,.smr-spotter-marketplace{box-sizing:border-box;width:100%;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;color:var(--smr-spotter-ink)}
.smr-spotter-auth-shell *,.smr-spotter-dashboard *,.smr-spotter-marketplace *{box-sizing:border-box}
.smr-spotter-auth-shell a,.smr-spotter-dashboard a,.smr-spotter-marketplace a{text-decoration:none}
.smr-spotter-auth-shell{padding:38px 18px;background:linear-gradient(145deg,#fff7ed 0,#fff 48%,#f8fafc 100%)}
.smr-spotter-auth-card{max-width:1180px;margin:0 auto;background:#fff;border:1px solid var(--smr-spotter-line);border-radius:18px;box-shadow:var(--smr-spotter-shadow);overflow:hidden}
.smr-spotter-auth-card.is-login{max-width:620px;padding:38px}
.smr-spotter-auth-card:not(.is-login){display:grid;grid-template-columns:minmax(290px,.8fr) minmax(0,1.5fr)}
.smr-spotter-auth-intro{padding:44px;background:var(--smr-spotter-ink);color:#fff}
.smr-spotter-auth-intro h1{font-size:clamp(30px,4vw,48px);line-height:1.08;margin:16px 0}
.smr-spotter-auth-intro>p{color:#cbd5e1;font-size:16px;line-height:1.7}
.smr-spotter-auth-form-wrap{padding:38px}
.smr-spotter-auth-card.is-login h1{font-size:34px;line-height:1.15;margin:12px 0}
.smr-spotter-auth-card.is-login>p{color:var(--smr-spotter-muted);line-height:1.65}
.smr-spotter-eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--smr-spotter-orange);font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.smr-spotter-process{display:grid;gap:14px;margin-top:30px}
.smr-spotter-process>div{display:grid;grid-template-columns:36px 1fr;gap:12px;align-items:start}
.smr-spotter-process strong{display:grid;place-items:center;width:34px;height:34px;border-radius:9px;background:var(--smr-spotter-orange);color:#fff}
.smr-spotter-process span{color:#e2e8f0;line-height:1.55}
.smr-spotter-package-preview{margin-top:28px;padding:18px;border:1px solid rgba(255,255,255,.14);border-radius:12px;background:rgba(255,255,255,.06)}
.smr-spotter-package-preview strong{display:block;font-size:16px;margin-bottom:6px}.smr-spotter-package-preview span{color:#cbd5e1;font-size:14px}

.smr-spotter-form{display:block}.smr-spotter-form-section{padding:24px 0;border-bottom:1px solid var(--smr-spotter-line)}
.smr-spotter-form-section:first-child{padding-top:0}.smr-spotter-form-section:last-child{border-bottom:0}
.smr-spotter-form-section>h2{font-size:22px;margin:0 0 6px}.smr-spotter-form-section>p{margin:0 0 20px;color:var(--smr-spotter-muted);line-height:1.6}
.smr-spotter-fields{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.smr-spotter-fields.is-two{grid-template-columns:repeat(2,minmax(0,1fr))}.smr-spotter-fields .is-wide{grid-column:1/-1}
.smr-spotter-fields label,.smr-spotter-inline-add{min-width:0}.smr-spotter-fields label>span,.smr-spotter-form label>span{display:block;margin-bottom:7px;font-size:13px;font-weight:750;color:#334155}
.smr-spotter-form input[type=text],.smr-spotter-form input[type=email],.smr-spotter-form input[type=password],.smr-spotter-form input[type=tel],.smr-spotter-form input[type=url],.smr-spotter-form input[type=number],.smr-spotter-form select,.smr-spotter-form textarea,.smr-spotter-auth-card input[type=text],.smr-spotter-auth-card input[type=password]{width:100%;min-height:48px;border:1px solid #cbd5e1;border-radius:10px;background:#fff;padding:11px 13px;color:var(--smr-spotter-ink);font:inherit;box-shadow:none;outline:0;transition:border-color .18s,box-shadow .18s}
.smr-spotter-form textarea{min-height:120px;resize:vertical}.smr-spotter-form input:focus,.smr-spotter-form select:focus,.smr-spotter-form textarea:focus,.smr-spotter-auth-card input:focus{border-color:var(--smr-spotter-orange);box-shadow:0 0 0 3px rgba(255,130,0,.14)}
.smr-spotter-form small,.smr-spotter-upload small{display:block;margin-top:6px;color:var(--smr-spotter-muted);font-size:12px;line-height:1.45}
.smr-spotter-upload{display:flex!important;min-height:126px;flex-direction:column;justify-content:center;padding:16px;border:1px dashed #94a3b8;border-radius:11px;background:#f8fafc;cursor:pointer;transition:.2s}.smr-spotter-upload:hover,.smr-spotter-upload.has-file{border-color:var(--smr-spotter-orange);background:#fff7ed}.smr-spotter-upload input[type=file]{width:100%;font-size:13px}
.smr-spotter-consent{display:grid!important;grid-template-columns:20px 1fr;gap:10px;align-items:start;padding:16px;border-radius:10px;background:#f8fafc}.smr-spotter-consent input{margin-top:3px}.smr-spotter-consent span{margin:0!important;font-weight:500!important;line-height:1.55}
.smr-spotter-submit-row{display:flex;justify-content:space-between;align-items:center;gap:16px;padding-top:24px}.smr-spotter-auth-foot{margin:22px 0 0;color:var(--smr-spotter-muted);font-size:14px}

.smr-spotter-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:10px 16px;border:1px solid transparent;border-radius:10px;font-size:13px;font-weight:800;line-height:1.2;cursor:pointer;transition:transform .16s,box-shadow .16s,background .16s,color .16s}.smr-spotter-btn:hover{transform:translateY(-1px)}
.smr-spotter-btn.is-large{min-height:50px;padding:13px 22px;font-size:15px}.smr-spotter-btn.is-primary{background:var(--smr-spotter-orange);color:#fff;border-color:var(--smr-spotter-orange)}.smr-spotter-btn.is-primary:hover{background:var(--smr-spotter-orange-dark);color:#fff;box-shadow:0 8px 20px rgba(255,130,0,.2)}
.smr-spotter-btn.is-secondary{background:#fff;color:var(--smr-spotter-ink);border-color:#cbd5e1}.smr-spotter-btn.is-secondary:hover{border-color:#94a3b8;color:var(--smr-spotter-ink)}
.smr-spotter-btn.is-whatsapp{background:#128c4e;color:#fff}.smr-spotter-btn.is-phone{background:#0f172a;color:#fff}.smr-spotter-btn.is-danger{background:#fff1f2;color:var(--smr-spotter-red);border-color:#fecdd3}.smr-spotter-btn.is-small{min-height:34px;padding:7px 10px;font-size:12px}

.smr-spotter-notice{margin:0 0 18px;padding:14px 16px;border:1px solid;border-radius:10px;font-size:14px;line-height:1.55}.smr-spotter-notice.is-success{background:#f0fdf4;border-color:#bbf7d0;color:#166534}.smr-spotter-notice.is-warning{background:#fffbeb;border-color:#fde68a;color:#92400e}.smr-spotter-notice.is-error{background:#fff1f2;border-color:#fecdd3;color:#9f1239}.smr-spotter-notice.is-info{background:#eff6ff;border-color:#bfdbfe;color:#1e40af}
.smr-spotter-muted{color:var(--smr-spotter-muted)}

.smr-spotter-dashboard{max-width:1500px;margin:0 auto;padding:26px 18px 48px;background:#f8fafc}
.smr-spotter-dashboard-header{display:flex;justify-content:space-between;align-items:center;gap:24px;padding:26px 28px;border-radius:16px;background:#111827;color:#fff;box-shadow:var(--smr-spotter-shadow)}
.smr-spotter-dashboard-header h1{font-size:clamp(26px,4vw,40px);line-height:1.15;margin:8px 0 5px}.smr-spotter-dashboard-header p{margin:0;color:#cbd5e1}.smr-spotter-header-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}
.smr-spotter-dashboard-layout{display:grid;grid-template-columns:225px minmax(0,1fr);gap:20px;margin-top:20px}
.smr-spotter-dashboard-nav{position:sticky;top:24px;align-self:start;display:grid;gap:4px;padding:12px;background:#fff;border:1px solid var(--smr-spotter-line);border-radius:14px;box-shadow:0 8px 28px rgba(15,23,42,.05)}
.smr-spotter-dashboard-nav a{display:flex;align-items:center;gap:10px;padding:11px 12px;border-radius:9px;color:#475569;font-size:13px;font-weight:750;white-space:nowrap}.smr-spotter-dashboard-nav a i{width:18px;text-align:center}.smr-spotter-dashboard-nav a:hover,.smr-spotter-dashboard-nav a.is-active{background:#fff7ed;color:#c45f00}.smr-spotter-dashboard-nav a.is-active{box-shadow:inset 3px 0 0 var(--smr-spotter-orange)}
.smr-spotter-dashboard-main{min-width:0}.smr-spotter-panel{padding:22px;background:#fff;border:1px solid var(--smr-spotter-line);border-radius:14px;box-shadow:0 7px 24px rgba(15,23,42,.045)}.smr-spotter-panel.is-wide{grid-column:1/-1}
.smr-spotter-panel-heading{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px}.smr-spotter-panel-heading>div>span{display:block;margin-bottom:4px;color:var(--smr-spotter-orange);font-size:11px;font-weight:850;text-transform:uppercase;letter-spacing:.08em}.smr-spotter-panel-heading h2{font-size:22px;margin:0}.smr-spotter-panel-heading>span{color:var(--smr-spotter-muted);font-size:13px}.smr-spotter-panel-heading.is-form{padding-bottom:18px;border-bottom:1px solid var(--smr-spotter-line)}
.smr-spotter-stats-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;margin-bottom:20px}.smr-spotter-stat-card{position:relative;min-height:120px;padding:18px;overflow:hidden;background:#fff;border:1px solid var(--smr-spotter-line);border-radius:13px}.smr-spotter-stat-card i{position:absolute;right:14px;top:14px;color:#fed7aa;font-size:25px}.smr-spotter-stat-card strong{display:block;margin-top:22px;font-size:28px;line-height:1}.smr-spotter-stat-card span{display:block;margin-top:7px;color:var(--smr-spotter-muted);font-size:12px;font-weight:700}
.smr-spotter-overview-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.smr-spotter-action-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.smr-spotter-action-grid a{display:flex;align-items:center;gap:10px;padding:13px;border-radius:10px;background:#f8fafc;color:#334155;font-weight:750}.smr-spotter-action-grid a:hover{background:#fff7ed;color:#c45f00}
.smr-spotter-credit-row{display:flex;justify-content:space-between;gap:12px;padding:12px 0;border-bottom:1px solid var(--smr-spotter-line)}.smr-spotter-credit-row:last-child{border:0}.smr-spotter-credit-row span{color:var(--smr-spotter-muted)}.smr-spotter-credit-badge{display:inline-flex;padding:5px 9px;border-radius:8px;background:#fff7ed;color:#c45f00;font-size:12px;font-weight:800}
.smr-spotter-progress{height:10px;margin:12px 0;background:#e2e8f0;border-radius:8px;overflow:hidden}.smr-spotter-progress span{display:block;height:100%;background:var(--smr-spotter-orange)}.smr-spotter-trust-number{font-size:44px;font-weight:900;line-height:1}.smr-spotter-reason{padding:11px 13px;border-left:3px solid var(--smr-spotter-orange);background:#fff7ed;color:#7c2d12;font-size:13px;line-height:1.55}

.smr-spotter-listing-table-wrap{overflow:auto;border:1px solid var(--smr-spotter-line);border-radius:12px;background:#fff}.smr-spotter-table{width:100%;border-collapse:collapse;min-width:860px}.smr-spotter-table th,.smr-spotter-table td{padding:13px 14px;border-bottom:1px solid var(--smr-spotter-line);text-align:left;vertical-align:middle;font-size:13px}.smr-spotter-table th{background:#f8fafc;color:#475569;font-size:11px;text-transform:uppercase;letter-spacing:.06em}.smr-spotter-table tr:last-child td{border-bottom:0}.smr-spotter-table-vehicle{display:flex;align-items:center;gap:11px}.smr-spotter-table-vehicle img{width:66px;height:48px;border-radius:8px;object-fit:cover;background:#e2e8f0}.smr-spotter-table-vehicle strong{display:block}.smr-spotter-table-vehicle span{display:block;color:var(--smr-spotter-muted);font-size:12px;margin-top:3px}.smr-spotter-table-actions{display:flex;flex-wrap:wrap;gap:6px}.smr-spotter-empty-table{padding:34px;text-align:center;color:var(--smr-spotter-muted)}
.smr-spotter-status{display:inline-flex;align-items:center;gap:6px;padding:5px 9px;border-radius:8px;font-size:11px;font-weight:850;text-transform:capitalize}.smr-spotter-status.is-active,.smr-spotter-status.is-verified{background:#dcfce7;color:#166534}.smr-spotter-status.is-pending,.smr-spotter-status.is-pending_review{background:#fef3c7;color:#92400e}.smr-spotter-status.is-rejected,.smr-spotter-status.is-expired{background:#ffe4e6;color:#9f1239}.smr-spotter-status.is-incomplete,.smr-spotter-status.is-draft{background:#e2e8f0;color:#475569}
.smr-spotter-existing-images{display:flex;flex-wrap:wrap;gap:10px}.smr-spotter-existing-images img{width:96px;height:72px;border-radius:8px;object-fit:cover;border:1px solid var(--smr-spotter-line)}
.smr-spotter-feature-checks{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.smr-spotter-feature-checks label{display:flex;align-items:center;gap:8px;padding:10px;border:1px solid var(--smr-spotter-line);border-radius:9px;background:#fff;font-size:13px}.smr-spotter-feature-checks label>span{margin:0!important;font-weight:600!important}

.smr-spotter-package-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.smr-spotter-package-card{position:relative;display:flex;flex-direction:column;padding:20px;background:#fff;border:1px solid var(--smr-spotter-line);border-radius:14px;overflow:hidden}.smr-spotter-package-card.is-current{border-color:var(--smr-spotter-orange);box-shadow:0 0 0 2px rgba(255,130,0,.12)}.smr-spotter-package-card h3{font-size:20px;margin:8px 0}.smr-spotter-package-card ul{padding-left:18px;color:#475569;font-size:13px;line-height:1.6;flex:1}.smr-spotter-package-price{font-size:28px;font-weight:900}.smr-spotter-package-price small{font-size:12px;color:var(--smr-spotter-muted)}.smr-spotter-package-ribbon{position:absolute;top:12px;right:-34px;width:120px;padding:5px;background:var(--smr-spotter-orange);color:#fff;text-align:center;font-size:10px;font-weight:900;transform:rotate(40deg)}
.smr-spotter-promotion-list,.smr-spotter-team-grid,.smr-spotter-history,.smr-spotter-location-report{display:grid;gap:10px}.smr-spotter-promotion-row,.smr-spotter-team-grid article,.smr-spotter-location-report>div{display:flex;justify-content:space-between;align-items:center;gap:14px;padding:14px;border:1px solid var(--smr-spotter-line);border-radius:10px}.smr-spotter-promotion-actions{display:flex;flex-wrap:wrap;gap:7px}.smr-spotter-team-grid article span,.smr-spotter-location-report span{display:block;margin-top:4px;color:var(--smr-spotter-muted);font-size:12px}.smr-spotter-inline-add{display:grid;grid-template-columns:1fr 1fr auto;gap:10px;margin-bottom:18px}.smr-spotter-inline-add input{min-height:44px;border:1px solid #cbd5e1;border-radius:9px;padding:10px 12px}
.smr-spotter-history>div{display:flex;gap:11px;padding:10px 0;border-bottom:1px solid var(--smr-spotter-line)}.smr-spotter-history>div:last-child{border:0}.smr-spotter-history i{margin-top:6px;color:var(--smr-spotter-orange);font-size:7px}.smr-spotter-history small{display:block;margin-top:3px;color:var(--smr-spotter-muted)}
.smr-spotter-upgrade-gate,.smr-spotter-empty{padding:46px 22px;text-align:center;background:#fff;border:1px dashed #cbd5e1;border-radius:14px}.smr-spotter-upgrade-gate>i,.smr-spotter-empty>i{display:grid;place-items:center;width:58px;height:58px;margin:0 auto 14px;border-radius:14px;background:#fff7ed;color:var(--smr-spotter-orange);font-size:24px}.smr-spotter-upgrade-gate h2,.smr-spotter-empty h2{margin:0 0 8px}.smr-spotter-upgrade-gate p,.smr-spotter-empty p{max-width:650px;margin:0 auto 18px;color:var(--smr-spotter-muted);line-height:1.65}

.smr-spotter-marketplace{max-width:1480px;margin:0 auto;padding:32px 18px 50px}.smr-spotter-directory-hero,.smr-spotter-public-profile{display:flex;justify-content:space-between;align-items:center;gap:28px;padding:34px;border-radius:16px;background:#111827;color:#fff;box-shadow:var(--smr-spotter-shadow)}.smr-spotter-directory-hero h1,.smr-spotter-public-profile h1{font-size:clamp(30px,4vw,48px);line-height:1.08;margin:10px 0}.smr-spotter-directory-hero p,.smr-spotter-public-profile p{max-width:760px;margin:0;color:#cbd5e1;line-height:1.65}.smr-spotter-directory-stat{min-width:150px;padding:18px;border:1px solid rgba(255,255,255,.14);border-radius:12px;background:rgba(255,255,255,.06);text-align:center}.smr-spotter-directory-stat strong{display:block;font-size:34px}.smr-spotter-directory-stat span{font-size:12px;color:#cbd5e1}
.smr-spotter-public-profile{display:grid;grid-template-columns:auto minmax(0,1fr) auto}.smr-spotter-profile-mark{display:grid;place-items:center;width:78px;height:78px;border-radius:18px;background:var(--smr-spotter-orange);font-size:30px}.smr-spotter-profile-headline{font-weight:750;color:#fff!important;margin-bottom:7px!important}.smr-spotter-profile-meta{display:flex;flex-wrap:wrap;gap:16px;margin-top:16px}.smr-spotter-profile-meta span{display:inline-flex;align-items:center;gap:7px;color:#e2e8f0;font-size:13px}
.smr-spotter-listing-section{margin-top:28px}.smr-spotter-listing-section.is-sponsored{padding:20px;border:1px solid #fed7aa;border-radius:16px;background:#fff7ed}.smr-spotter-section-heading{display:flex;justify-content:space-between;align-items:end;gap:18px;margin-bottom:16px}.smr-spotter-section-heading>div>span{display:block;color:var(--smr-spotter-orange);font-size:11px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.smr-spotter-section-heading h2{font-size:clamp(23px,3vw,32px);margin:4px 0 0}.smr-spotter-section-badge,.smr-spotter-section-count{display:inline-flex;align-items:center;gap:7px;padding:7px 10px;border-radius:9px;background:#fff;color:#9a3412;border:1px solid #fed7aa;font-size:12px;font-weight:800}.smr-spotter-section-count{color:#475569;border-color:var(--smr-spotter-line)}
.smr-spotter-car-grid{display:grid;gap:18px}.smr-spotter-car-grid.columns-1{grid-template-columns:1fr}.smr-spotter-car-grid.columns-2{grid-template-columns:repeat(2,minmax(0,1fr))}.smr-spotter-car-grid.columns-3{grid-template-columns:repeat(3,minmax(0,1fr))}.smr-spotter-car-grid.columns-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.smr-spotter-car-card{display:flex;min-width:0;flex-direction:column;overflow:hidden;background:#fff;border:1px solid var(--smr-spotter-line);border-radius:14px;box-shadow:0 9px 28px rgba(15,23,42,.06);transition:transform .2s,box-shadow .2s}.smr-spotter-car-card:hover{transform:translateY(-3px);box-shadow:0 16px 38px rgba(15,23,42,.11)}.smr-spotter-car-card.is-sponsored{border-color:#fdba74}
.smr-spotter-car-image{position:relative;display:block;aspect-ratio:16/10;overflow:hidden;background:#e2e8f0}.smr-spotter-car-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s}.smr-spotter-car-card:hover .smr-spotter-car-image img{transform:scale(1.03)}.smr-spotter-car-placeholder{display:grid;width:100%;height:100%;place-items:center;color:#94a3b8;font-size:42px}
.smr-spotter-verified-badge,.smr-spotter-promo-badge{position:absolute;display:inline-flex;align-items:center;gap:6px;padding:6px 8px;border-radius:8px;font-size:10px;font-weight:850;line-height:1}.smr-spotter-verified-badge{left:10px;bottom:10px;background:rgba(15,23,42,.9);color:#fff}.smr-spotter-promo-badge{top:10px;right:10px;background:var(--smr-spotter-orange);color:#fff}.smr-spotter-promo-badge.is-bumped{background:#2563eb}
.smr-spotter-car-body{padding:17px;flex:1}.smr-spotter-car-source a{color:var(--smr-spotter-orange);font-size:11px;font-weight:850;text-transform:uppercase;letter-spacing:.05em}.smr-spotter-car-body h3{font-size:19px;line-height:1.3;margin:7px 0}.smr-spotter-car-body h3 a{color:var(--smr-spotter-ink)}.smr-spotter-price{font-size:24px;font-weight:900;margin-bottom:12px}.smr-spotter-specs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.smr-spotter-specs span{display:flex;align-items:center;gap:7px;min-width:0;color:#64748b;font-size:12px}.smr-spotter-specs i{color:#94a3b8}.smr-spotter-card-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:0 17px 17px}
.smr-spotter-pagination{display:flex;justify-content:center;margin-top:28px}.smr-spotter-pagination ul{display:flex;flex-wrap:wrap;gap:7px;margin:0;padding:0;list-style:none}.smr-spotter-pagination a,.smr-spotter-pagination span{display:flex;align-items:center;gap:6px;min-width:40px;height:40px;justify-content:center;padding:0 12px;border:1px solid var(--smr-spotter-line);border-radius:9px;background:#fff;color:#334155;font-weight:750}.smr-spotter-pagination .current{background:var(--smr-spotter-orange);border-color:var(--smr-spotter-orange);color:#fff}
.smr-spotter-trust-note{display:flex;align-items:flex-start;gap:13px;margin-top:28px;padding:18px;border:1px solid #bfdbfe;border-radius:12px;background:#eff6ff;color:#1e3a8a}.smr-spotter-trust-note>i{font-size:22px}.smr-spotter-trust-note strong,.smr-spotter-trust-note span{display:block}.smr-spotter-trust-note span{margin-top:4px;font-size:13px;line-height:1.55}

.smr-spotter-admin{max-width:1380px}.smr-spotter-admin .smr-spotter-panel{margin-top:18px}.smr-spotter-admin table{background:#fff}.smr-spotter-admin .smr-spotter-status{vertical-align:middle}.smr-spotter-help{padding:13px;border-left:4px solid var(--smr-spotter-orange);background:#fff7ed}

@media(max-width:1200px){.smr-spotter-package-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.smr-spotter-stats-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.smr-spotter-car-grid.columns-4{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:980px){.smr-spotter-auth-card:not(.is-login){grid-template-columns:1fr}.smr-spotter-auth-intro{padding:32px}.smr-spotter-dashboard-layout{grid-template-columns:1fr}.smr-spotter-dashboard-nav{position:static;display:flex;overflow-x:auto;scrollbar-width:thin}.smr-spotter-overview-grid{grid-template-columns:1fr}.smr-spotter-car-grid.columns-3,.smr-spotter-car-grid.columns-4{grid-template-columns:repeat(2,minmax(0,1fr))}.smr-spotter-public-profile{grid-template-columns:auto minmax(0,1fr)}.smr-spotter-public-profile>.smr-spotter-btn{grid-column:1/-1;justify-self:start}}
@media(max-width:760px){.smr-spotter-auth-shell,.smr-spotter-dashboard,.smr-spotter-marketplace{padding-left:12px;padding-right:12px}.smr-spotter-auth-form-wrap,.smr-spotter-auth-card.is-login{padding:24px}.smr-spotter-fields,.smr-spotter-fields.is-two,.smr-spotter-feature-checks{grid-template-columns:1fr}.smr-spotter-submit-row,.smr-spotter-dashboard-header,.smr-spotter-directory-hero,.smr-spotter-section-heading{align-items:stretch;flex-direction:column}.smr-spotter-dashboard-header{padding:22px}.smr-spotter-header-actions{justify-content:flex-start}.smr-spotter-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.smr-spotter-package-grid{grid-template-columns:1fr}.smr-spotter-inline-add{grid-template-columns:1fr}.smr-spotter-public-profile{grid-template-columns:1fr;padding:24px}.smr-spotter-profile-mark{width:60px;height:60px}.smr-spotter-car-grid.columns-2,.smr-spotter-car-grid.columns-3,.smr-spotter-car-grid.columns-4{grid-template-columns:1fr}.smr-spotter-listing-section.is-sponsored{padding:14px}.smr-spotter-directory-stat{min-width:0}.smr-spotter-card-actions{grid-template-columns:1fr 1fr}.smr-spotter-promotion-row,.smr-spotter-team-grid article,.smr-spotter-location-report>div{align-items:flex-start;flex-direction:column}.smr-spotter-promotion-actions{width:100%}.smr-spotter-promotion-actions .smr-spotter-btn{flex:1}}
@media(max-width:460px){.smr-spotter-stats-grid{grid-template-columns:1fr 1fr}.smr-spotter-stat-card{min-height:104px;padding:14px}.smr-spotter-stat-card strong{font-size:24px}.smr-spotter-action-grid,.smr-spotter-card-actions{grid-template-columns:1fr}.smr-spotter-auth-intro{padding:24px}.smr-spotter-directory-hero{padding:24px}.smr-spotter-btn{width:100%}.smr-spotter-table-actions .smr-spotter-btn{width:auto}.smr-spotter-profile-meta{display:grid;gap:9px}}

/* Spotter-specific completion rules */
.smr-spotter-auth-shell + .smr-spotter-package-preview{max-width:1180px;margin:24px auto 46px;padding:28px 18px;background:#fff;color:var(--smr-spotter-ink);border:1px solid var(--smr-spotter-line);border-radius:16px;box-shadow:var(--smr-spotter-shadow)}
.smr-spotter-auth-shell + .smr-spotter-package-preview .smr-spotter-package-grid{margin-top:18px}
.smr-spotter-package-card ul{list-style:none;padding:0;margin:14px 0 20px}.smr-spotter-package-card li{display:flex;gap:8px;margin:8px 0}.smr-spotter-package-card li i{margin-top:4px;color:var(--smr-spotter-green)}
.smr-spotter-process>span{display:grid;grid-template-columns:34px 1fr;gap:11px;align-items:center;color:#e2e8f0;line-height:1.45}.smr-spotter-process>span b{display:grid;place-items:center;width:34px;height:34px;border-radius:9px;background:var(--smr-spotter-orange);color:#fff}
.smr-spotter-fields.is-three{grid-template-columns:repeat(3,minmax(0,1fr))}
.smr-spotter-verification-panel{display:flex;align-items:flex-start;gap:14px;margin-top:18px;padding:18px;border:1px solid #fde68a;border-radius:12px;background:#fffbeb;color:#78350f}.smr-spotter-verification-panel>i{font-size:23px}.smr-spotter-verification-panel h2{margin:0 0 5px;font-size:18px}.smr-spotter-verification-panel p{margin:0;line-height:1.55}.smr-spotter-verification-panel.is-rejected{border-color:#fecdd3;background:#fff1f2;color:#881337}
.smr-spotter-btn.is-light{background:#fff;color:#111827}.smr-spotter-btn.is-dark{background:#020617;color:#fff;border-color:#334155}
.smr-spotter-mini-tag{display:inline-flex;margin:2px 4px 2px 0;padding:5px 8px;border-radius:7px;font-size:10px;font-weight:850}.smr-spotter-mini-tag.is-sponsored{background:#ffedd5;color:#9a3412}.smr-spotter-mini-tag.is-bumped{background:#dbeafe;color:#1e40af}
.smr-spotter-action-grid a{display:grid;grid-template-columns:28px 1fr;grid-template-areas:"icon title" "icon copy"}.smr-spotter-action-grid a i{grid-area:icon;color:var(--smr-spotter-orange);font-size:20px}.smr-spotter-action-grid a strong{grid-area:title}.smr-spotter-action-grid a span{grid-area:copy;color:var(--smr-spotter-muted);font-size:12px;font-weight:500}
.smr-spotter-credit-row>div{display:flex;align-items:baseline;gap:7px}.smr-spotter-credit-row strong{font-size:26px}.smr-spotter-credit-row span{font-size:12px}
.smr-spotter-auth-card.is-login form p{margin:15px 0}.smr-spotter-auth-card.is-login form label{display:block;margin-bottom:7px;font-weight:750}.smr-spotter-auth-card.is-login .login-submit input{width:100%;min-height:48px;border:0;border-radius:10px;background:var(--smr-spotter-orange);color:#fff;font-weight:850;cursor:pointer}
.smr-admin-inline-form{display:flex;gap:6px;margin-top:7px}.smr-admin-inline-form input{min-width:180px}
@media(max-width:760px){.smr-spotter-fields.is-three{grid-template-columns:1fr}.smr-spotter-auth-shell + .smr-spotter-package-preview{margin-left:12px;margin-right:12px}.smr-spotter-verification-panel{flex-direction:column}}
.smr-spotter-btn.is-full{width:100%}.smr-spotter-btn.is-sponsor{background:#7c3aed;color:#fff}.smr-spotter-promotion-actions form{display:flex;align-items:center;gap:7px}.smr-spotter-promotion-actions select{min-height:42px;border:1px solid #cbd5e1;border-radius:9px;padding:7px 9px;background:#fff}
.smr-spotter-public-profile.is-enhanced{background:linear-gradient(135deg,#111827,#312e81)}.smr-spotter-public-profile.is-pro{background:linear-gradient(135deg,#020617,#1e293b);border:1px solid #475569}.smr-spotter-public-profile.is-network{background:linear-gradient(135deg,#111827,#7c2d12);border:1px solid #fb923c}

/* Secure vehicle-owner consent workflow */
.smr-spotter-consent.is-toggle{margin-top:12px;border:1px solid #fed7aa;background:#fff7ed}.smr-spotter-consent.is-toggle span strong,.smr-spotter-consent.is-toggle span small{display:block}.smr-spotter-consent.is-toggle span strong{color:#9a3412;font-size:14px}.smr-spotter-consent.is-toggle span small{margin-top:4px;color:#7c2d12;font-size:12px;font-weight:500;line-height:1.5}.smr-owner-request-fields{margin-top:16px;padding:18px;border:1px solid var(--smr-spotter-line);border-radius:12px;background:#fff}.smr-owner-request-fields[hidden]{display:none!important}
.smr-owner-consent-shell{min-height:70vh;padding:38px 18px;background:linear-gradient(180deg,#f8fafc,#fff)}.smr-owner-consent-card{max-width:980px;margin:0 auto;padding:30px;border:1px solid var(--smr-spotter-line);border-radius:18px;background:#fff;box-shadow:0 24px 70px rgba(15,23,42,.1)}.smr-owner-consent-brand{display:flex;align-items:center;gap:10px;margin-bottom:24px;color:#c45f00;font-size:12px;font-weight:850;text-transform:uppercase;letter-spacing:.08em}.smr-owner-consent-brand i{display:grid;width:38px;height:38px;place-items:center;border-radius:10px;background:#fff7ed;color:var(--smr-spotter-orange);font-size:17px}.smr-owner-consent-header{display:grid;grid-template-columns:minmax(0,1fr) 240px;gap:24px;align-items:start;padding-bottom:25px;border-bottom:1px solid var(--smr-spotter-line)}.smr-owner-consent-header>div>span{color:var(--smr-spotter-orange);font-size:11px;font-weight:850;text-transform:uppercase;letter-spacing:.08em}.smr-owner-consent-header h1{margin:7px 0 10px;font-size:clamp(27px,4vw,42px);line-height:1.12}.smr-owner-consent-header p{margin:0;color:var(--smr-spotter-muted);font-size:16px;line-height:1.65}.smr-owner-consent-lock{display:flex;flex-direction:column;align-items:flex-start;padding:17px;border:1px solid #bbf7d0;border-radius:12px;background:#f0fdf4;color:#166534}.smr-owner-consent-lock i{margin-bottom:9px;font-size:22px}.smr-owner-consent-lock strong{font-size:14px}.smr-owner-consent-lock span{margin-top:4px;font-size:12px;line-height:1.45}.smr-owner-consent-vehicle{display:flex;align-items:center;gap:15px;margin:24px 0;padding:17px;border:1px solid #fed7aa;border-radius:12px;background:#fff7ed}.smr-owner-consent-vehicle>div:first-child{display:grid;width:48px;height:48px;place-items:center;border-radius:11px;background:var(--smr-spotter-orange);color:#fff;font-size:20px}.smr-owner-consent-vehicle span,.smr-owner-consent-vehicle strong,.smr-owner-consent-vehicle small{display:block}.smr-owner-consent-vehicle span{color:#9a3412;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.smr-owner-consent-vehicle strong{margin-top:3px;font-size:18px}.smr-owner-consent-vehicle small{margin-top:4px;color:#7c2d12}.smr-owner-authorisation{margin-top:24px;border:1px solid #bfdbfe;background:#eff6ff}.smr-owner-consent-actions{display:flex;align-items:center;gap:18px;margin-top:20px}.smr-owner-consent-actions>span{max-width:420px;color:var(--smr-spotter-muted);font-size:12px;line-height:1.55}.smr-owner-decline-panel{margin-top:28px;padding-top:20px;border-top:1px solid var(--smr-spotter-line)}.smr-owner-decline-panel summary{display:inline-flex;align-items:center;gap:8px;color:#9f1239;font-size:13px;font-weight:800;cursor:pointer}.smr-owner-decline-panel form{max-width:620px;margin-top:14px;padding:17px;border:1px solid #fecdd3;border-radius:11px;background:#fff1f2}.smr-owner-decline-panel label span{display:block;margin-bottom:7px;font-size:13px;font-weight:750}.smr-owner-decline-panel textarea{width:100%;min-height:90px;margin-bottom:10px;border:1px solid #fda4af;border-radius:9px;padding:11px}.smr-owner-consent-expiry{display:flex;align-items:center;gap:8px;margin:24px 0 0;color:#64748b;font-size:12px}.smr-owner-consent-state{text-align:center;padding:45px 20px}.smr-owner-consent-state>i{display:grid;width:70px;height:70px;margin:0 auto 18px;place-items:center;border-radius:18px;background:#e2e8f0;color:#475569;font-size:31px}.smr-owner-consent-state h1{margin:0 0 10px;font-size:32px}.smr-owner-consent-state p{max-width:650px;margin:0 auto;color:#64748b;font-size:16px;line-height:1.65}.smr-owner-consent-state.is-success>i{background:#dcfce7;color:#15803d}.smr-owner-consent-state.is-warning>i{background:#fef3c7;color:#b45309}.smr-owner-consent-state.is-error>i{background:#ffe4e6;color:#be123c}.smr-owner-consent-summary{display:inline-flex;flex-direction:column;margin-top:20px;padding:14px 18px;border-radius:11px;background:#f8fafc}.smr-owner-consent-summary span{margin-top:4px;color:#64748b;font-size:12px}.smr-owner-consent-dashboard-grid{align-items:start}.smr-owner-consent-steps{display:grid;gap:13px;margin:0;padding:0;list-style:none}.smr-owner-consent-steps li{display:grid;grid-template-columns:34px 1fr;gap:11px;align-items:center}.smr-owner-consent-steps b{display:grid;width:34px;height:34px;place-items:center;border-radius:9px;background:#fff7ed;color:#c45f00}.smr-spotter-status.is-submitted,.smr-admin-status.is-submitted{background:#dcfce7;color:#166534}.smr-spotter-status.is-declined,.smr-admin-status.is-declined,.smr-spotter-status.is-cancelled,.smr-admin-status.is-cancelled{background:#ffe4e6;color:#9f1239}.smr-spotter-status.is-expired,.smr-admin-status.is-expired{background:#f1f5f9;color:#475569}.smr-spotter-status.is-awaiting_owner_consent,.smr-spotter-status.is-owner_consented{background:#e0f2fe;color:#075985}
@media(max-width:760px){.smr-owner-consent-card{padding:22px 17px;border-radius:14px}.smr-owner-consent-header{grid-template-columns:1fr}.smr-owner-consent-lock{width:100%}.smr-owner-consent-actions{align-items:stretch;flex-direction:column}.smr-owner-consent-actions .smr-spotter-btn{width:100%}.smr-owner-consent-vehicle{align-items:flex-start}.smr-owner-consent-shell{padding:18px 10px}}


/* Public Spotter profile directory, certification and SEO guide */
.smr-spotter-profile-directory,.smr-spotter-guide{box-sizing:border-box;width:100%;max-width:1500px;margin:0 auto;padding:28px 18px 54px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;color:var(--smr-spotter-ink)}
.smr-spotter-profile-directory *,.smr-spotter-guide *{box-sizing:border-box}.smr-spotter-profile-directory a,.smr-spotter-guide a{text-decoration:none}
.smr-spotter-directory-hero.is-profiles{background:linear-gradient(135deg,#0f172a 0,#111827 60%,#7c2d12 100%)}.smr-spotter-directory-actions,.smr-spotter-guide-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}
.smr-spotter-directory-filter{display:grid;grid-template-columns:minmax(260px,1fr) minmax(190px,.42fr) auto auto;gap:12px;align-items:end;margin:20px 0;padding:18px;border:1px solid var(--smr-spotter-line);border-radius:14px;background:#fff;box-shadow:0 8px 26px rgba(15,23,42,.05)}.smr-spotter-directory-filter label>span{display:block;margin-bottom:7px;color:#334155;font-size:12px;font-weight:800}.smr-spotter-directory-filter input,.smr-spotter-directory-filter select{width:100%;min-height:46px;border:1px solid #cbd5e1;border-radius:10px;background:#fff;padding:10px 12px;font:inherit}.smr-spotter-filter-control{position:relative}.smr-spotter-filter-control i{position:absolute;left:13px;top:50%;transform:translateY(-50%);color:#94a3b8}.smr-spotter-filter-control input{padding-left:38px}
.smr-spotter-profile-grid{display:grid;gap:18px}.smr-spotter-profile-grid.columns-2{grid-template-columns:repeat(2,minmax(0,1fr))}.smr-spotter-profile-grid.columns-3{grid-template-columns:repeat(3,minmax(0,1fr))}.smr-spotter-profile-grid.columns-4{grid-template-columns:repeat(4,minmax(0,1fr))}.smr-spotter-profile-card{display:flex;min-width:0;flex-direction:column;overflow:hidden;border:1px solid var(--smr-spotter-line);border-radius:15px;background:#fff;box-shadow:0 10px 32px rgba(15,23,42,.055);transition:transform .18s,box-shadow .18s,border-color .18s}.smr-spotter-profile-card:hover{transform:translateY(-3px);border-color:#fdba74;box-shadow:0 18px 45px rgba(15,23,42,.1)}.smr-spotter-profile-card.is-certified{border-color:#fdba74}.smr-spotter-profile-card-top{position:relative;display:flex;min-height:125px;align-items:center;justify-content:center;background:linear-gradient(135deg,#111827,#334155)}.smr-spotter-profile-avatar{display:grid;width:76px;height:76px;place-items:center;overflow:hidden;border:4px solid rgba(255,255,255,.85);border-radius:17px;background:#fff7ed;color:var(--smr-spotter-orange);font-size:28px;box-shadow:0 10px 26px rgba(0,0,0,.25)}.smr-spotter-profile-avatar img{width:100%;height:100%;object-fit:cover}.smr-spotter-profile-card-label{position:absolute;left:12px;bottom:10px;display:inline-flex;align-items:center;gap:6px;color:#e2e8f0;font-size:10px;font-weight:850;text-transform:uppercase;letter-spacing:.05em}.smr-spotter-profile-card-label i{color:#fb923c}.smr-spotter-profile-card-top .smr-certified-spotter-badge{position:absolute;right:10px;top:10px;max-width:185px}.smr-spotter-profile-card-body{flex:1;padding:20px}.smr-spotter-profile-card-body h2{margin:0 0 6px;font-size:20px;line-height:1.25}.smr-spotter-profile-card-body h2 a{color:#111827}.smr-spotter-profile-card-headline{min-height:40px;margin:0 0 12px;color:#475569;font-weight:650;line-height:1.45}.smr-spotter-profile-card-body>p:last-child{margin:14px 0 0;color:#64748b;font-size:13px;line-height:1.6}.smr-spotter-profile-card-meta{display:flex;flex-wrap:wrap;gap:7px}.smr-spotter-profile-card-meta span{display:inline-flex;align-items:center;gap:5px;padding:6px 8px;border-radius:8px;background:#f8fafc;color:#475569;font-size:11px;font-weight:700}.smr-spotter-profile-card-meta i{color:#ff8200}.smr-spotter-profile-card-actions{display:grid;grid-template-columns:minmax(0,1fr) 44px;gap:9px;padding:0 20px 20px}.smr-spotter-icon-btn{display:grid;width:44px;height:42px;place-items:center;border-radius:10px;background:#128c4e;color:#fff;font-size:18px}
.smr-certified-spotter-badge{display:inline-flex;align-items:center;gap:7px;width:max-content;max-width:100%;padding:7px 10px;border:1px solid rgba(255,255,255,.68);border-radius:9px;background:linear-gradient(135deg,#ff8200,#c94e00);color:#fff;font-size:10px;font-weight:900;line-height:1.15;letter-spacing:.035em;text-transform:uppercase;box-shadow:0 7px 20px rgba(0,0,0,.18)}.smr-certified-spotter-badge.is-compact{padding:6px 8px;font-size:9px}.smr-spotter-car-image>.smr-certified-spotter-badge{position:absolute;right:9px;top:45px;z-index:8;max-width:170px}.smr-spotter-profile-labels{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.smr-spotter-profile-mark img{width:100%;height:100%;object-fit:cover;border-radius:inherit}.smr-spotter-public-profile.is-certified{border:1px solid rgba(251,146,60,.85);box-shadow:0 20px 52px rgba(124,45,18,.2)}.smr-spotter-profile-actions{display:grid;gap:9px;align-self:center}.smr-spotter-compliance-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.smr-spotter-compliance-row span{display:inline-flex;align-items:center;gap:6px;padding:7px 9px;border:1px solid rgba(255,255,255,.18);border-radius:8px;color:#e2e8f0;font-size:11px;font-weight:700}.smr-spotter-compliance-row i{color:#fb923c}.smr-spotter-breadcrumbs{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin:0 0 12px;color:#64748b;font-size:12px}.smr-spotter-breadcrumbs a{color:#c45f00;font-weight:700}.smr-spotter-breadcrumbs i{font-size:8px}
.smr-spotter-guide{max-width:1360px}.smr-spotter-guide-hero{display:grid;grid-template-columns:minmax(0,1.4fr) 320px;gap:28px;align-items:center;padding:42px;border-radius:20px;background:linear-gradient(135deg,#111827,#1e293b 58%,#7c2d12);color:#fff;box-shadow:0 24px 60px rgba(15,23,42,.18)}.smr-spotter-guide-hero h1{max-width:850px;margin:12px 0 14px;font-size:clamp(34px,5vw,58px);line-height:1.05}.smr-spotter-guide-hero p{max-width:820px;margin:0;color:#cbd5e1;font-size:17px;line-height:1.7}.smr-spotter-guide-trust{display:flex;flex-direction:column;padding:22px;border:1px solid rgba(255,255,255,.16);border-radius:15px;background:rgba(255,255,255,.08)}.smr-spotter-guide-trust i{margin-bottom:15px;color:#fb923c;font-size:34px}.smr-spotter-guide-trust strong{font-size:18px}.smr-spotter-guide-trust span{margin-top:7px;color:#cbd5e1;font-size:13px;line-height:1.55}.smr-spotter-guide-nav{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin:18px 0;padding:12px;border:1px solid var(--smr-spotter-line);border-radius:12px;background:#fff}.smr-spotter-guide-nav a{padding:8px 12px;border-radius:8px;color:#475569;font-size:12px;font-weight:800}.smr-spotter-guide-nav a:hover{background:#fff7ed;color:#c45f00}.smr-spotter-guide-section{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);gap:34px;align-items:start;margin-top:22px;padding:34px;border:1px solid var(--smr-spotter-line);border-radius:17px;background:#fff}.smr-spotter-guide-section.is-soft{display:block;background:#f8fafc}.smr-spotter-section-kicker{display:block;margin-bottom:7px;color:#c45f00;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.smr-spotter-guide-section h2,.smr-spotter-guide-faq h2{margin:0 0 13px;font-size:clamp(26px,4vw,38px);line-height:1.15}.smr-spotter-guide-copy>p,.smr-spotter-guide-section>div>p{color:#475569;line-height:1.75}.smr-spotter-guide-points{display:grid;grid-template-columns:1fr 1fr;gap:12px}.smr-spotter-guide-points>div{display:flex;min-height:145px;flex-direction:column;padding:18px;border:1px solid var(--smr-spotter-line);border-radius:12px;background:#f8fafc}.smr-spotter-guide-points i{margin-bottom:13px;color:#ff8200;font-size:22px}.smr-spotter-guide-points strong{font-size:14px}.smr-spotter-guide-points span{margin-top:6px;color:#64748b;font-size:12px;line-height:1.55}.smr-spotter-guide-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:22px}.smr-spotter-guide-steps article{padding:20px;border:1px solid #e2e8f0;border-radius:13px;background:#fff}.smr-spotter-guide-steps b{display:grid;width:36px;height:36px;place-items:center;border-radius:10px;background:#ff8200;color:#fff}.smr-spotter-guide-steps h3{margin:14px 0 7px;font-size:16px}.smr-spotter-guide-steps p{margin:0;color:#64748b;font-size:13px;line-height:1.6}.smr-spotter-check-list{display:grid;gap:10px;margin:17px 0 0;padding:0;list-style:none}.smr-spotter-check-list li{position:relative;padding-left:27px;color:#475569;line-height:1.55}.smr-spotter-check-list li:before{content:"✓";position:absolute;left:0;top:1px;display:grid;width:19px;height:19px;place-items:center;border-radius:6px;background:#dcfce7;color:#15803d;font-size:11px;font-weight:900}.smr-spotter-guide-certified{padding:25px;border:1px solid #fdba74;border-radius:15px;background:linear-gradient(145deg,#fff7ed,#fff)}.smr-spotter-guide-certified>i{color:#ff8200;font-size:36px}.smr-spotter-guide-certified h3{margin:13px 0 8px;font-size:23px}.smr-spotter-guide-certified p{margin:0;color:#7c2d12;line-height:1.7}.smr-spotter-guide-packages{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin-top:20px}.smr-spotter-guide-packages article{padding:18px;border:1px solid #e2e8f0;border-radius:13px;background:#fff}.smr-spotter-guide-packages article>span{display:block;color:#c45f00;font-size:11px;font-weight:900;text-transform:uppercase}.smr-spotter-guide-packages strong{display:block;margin:8px 0;font-size:24px}.smr-spotter-guide-packages strong small{font-size:11px;color:#64748b}.smr-spotter-guide-packages p{color:#475569;font-size:12px;font-weight:750}.smr-spotter-guide-packages ul{display:grid;gap:7px;margin:13px 0 0;padding:0;list-style:none}.smr-spotter-guide-packages li{display:flex;gap:6px;color:#64748b;font-size:11px;line-height:1.4}.smr-spotter-guide-packages i{margin-top:2px;color:#15803d}.smr-spotter-guide-balance{display:grid;grid-template-columns:1fr 1fr;gap:16px}.smr-spotter-guide-balance>div{padding:22px;border:1px solid #e2e8f0;border-radius:13px;background:#f8fafc}.smr-spotter-guide-balance h3{margin:0;font-size:18px}.smr-spotter-guide-section.is-authority{align-items:center;background:#111827;color:#fff}.smr-spotter-guide-section.is-authority h2{color:#fff}.smr-spotter-guide-section.is-authority p{color:#cbd5e1}.smr-spotter-authority-links{display:grid;grid-template-columns:1fr 1fr;gap:9px}.smr-spotter-authority-links a{display:flex;align-items:center;gap:9px;padding:13px;border:1px solid rgba(255,255,255,.14);border-radius:10px;background:rgba(255,255,255,.06);color:#fff;font-size:12px;font-weight:750}.smr-spotter-authority-links a:hover{border-color:#fb923c;background:rgba(255,130,0,.12)}.smr-spotter-authority-links i{color:#fb923c}.smr-spotter-guide-faq{margin-top:22px;padding:34px;border:1px solid var(--smr-spotter-line);border-radius:17px;background:#fff}.smr-spotter-guide-faq details{margin-top:9px;border:1px solid #e2e8f0;border-radius:11px;background:#f8fafc}.smr-spotter-guide-faq summary{padding:16px 18px;font-weight:800;cursor:pointer}.smr-spotter-guide-faq details p{margin:0;padding:0 18px 17px;color:#64748b;line-height:1.65}.smr-spotter-guide-cta{display:flex;justify-content:space-between;align-items:center;gap:24px;margin-top:22px;padding:30px;border-radius:17px;background:#fff7ed;border:1px solid #fed7aa}.smr-spotter-guide-cta span{color:#c45f00;font-size:11px;font-weight:900;text-transform:uppercase}.smr-spotter-guide-cta h2{margin:6px 0 0;font-size:27px}.smr-spotter-guide-cta>div:last-child{display:flex;flex-wrap:wrap;gap:10px}
@media(max-width:1100px){.smr-spotter-profile-grid.columns-4,.smr-spotter-profile-grid.columns-3{grid-template-columns:repeat(2,minmax(0,1fr))}.smr-spotter-guide-packages{grid-template-columns:repeat(3,minmax(0,1fr))}.smr-spotter-guide-hero{grid-template-columns:1fr}.smr-spotter-guide-trust{max-width:620px}}
@media(max-width:820px){.smr-spotter-directory-filter{grid-template-columns:1fr 1fr}.smr-spotter-guide-section{grid-template-columns:1fr;padding:25px}.smr-spotter-guide-steps{grid-template-columns:1fr 1fr}.smr-spotter-guide-packages{grid-template-columns:1fr 1fr}.smr-spotter-guide-cta{align-items:flex-start;flex-direction:column}.smr-spotter-public-profile{grid-template-columns:auto minmax(0,1fr)}.smr-spotter-profile-actions{grid-column:1/-1;grid-template-columns:1fr 1fr;width:100%}}
@media(max-width:620px){.smr-spotter-profile-directory,.smr-spotter-guide{padding:16px 10px 38px}.smr-spotter-profile-grid.columns-4,.smr-spotter-profile-grid.columns-3,.smr-spotter-profile-grid.columns-2{grid-template-columns:1fr}.smr-spotter-directory-filter{grid-template-columns:1fr}.smr-spotter-guide-hero{padding:27px 21px;border-radius:15px}.smr-spotter-guide-section,.smr-spotter-guide-faq{padding:22px 17px}.smr-spotter-guide-steps,.smr-spotter-guide-packages,.smr-spotter-guide-balance,.smr-spotter-authority-links,.smr-spotter-guide-points{grid-template-columns:1fr}.smr-spotter-profile-actions{grid-template-columns:1fr}.smr-spotter-compliance-row{display:grid}.smr-spotter-guide-actions .smr-spotter-btn,.smr-spotter-directory-actions .smr-spotter-btn,.smr-spotter-guide-cta .smr-spotter-btn{width:100%}}
