:root{--portal-ink:#081426;--portal-muted:#5c6979;--portal-line:#dbe4ee;--portal-soft:#f3f7fb;--portal-green:#14a06f;--portal-red:#b42318;--portal-amber:#b45309;--portal-blue:#1167b1;--portal-shadow:0 18px 55px rgba(7,17,31,.1)}
.portal-shell{padding:36px 0 80px;background:linear-gradient(180deg,#eef5fa 0,#fff 360px);min-height:70vh}.portal-wrap{width:min(1180px,calc(100% - 32px));max-width:100%;min-width:0;margin:auto}.portal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:22px;margin-bottom:22px}.portal-header h1{margin:.15rem 0 .45rem;color:var(--portal-ink);font-size:clamp(2rem,4vw,3.2rem)}.portal-header p{margin:0;color:var(--portal-muted);max-width:760px}.portal-user{background:#fff;border:1px solid var(--portal-line);border-radius:16px;padding:12px 16px;min-width:210px}.portal-user strong,.portal-user small{display:block}.portal-user small{color:var(--portal-muted);margin-top:3px}.portal-nav{display:flex;gap:8px;max-width:100%;min-width:0;overflow:auto;padding:8px;background:#fff;border:1px solid var(--portal-line);border-radius:16px;margin:0 0 24px;box-shadow:0 8px 26px rgba(7,17,31,.05);scrollbar-width:thin}.portal-nav a{white-space:nowrap;text-decoration:none;color:#304156;padding:10px 13px;border-radius:11px;font-weight:700;font-size:.9rem}.portal-nav a:hover,.portal-nav a.active{background:#07111f;color:#fff}.admin-portal-nav{border-color:#b9cce1}.portal-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:18px;min-width:0}.portal-card{grid-column:span 4;min-width:0;overflow-wrap:anywhere;background:#fff;border:1px solid var(--portal-line);border-radius:20px;padding:22px;box-shadow:var(--portal-shadow)}.portal-card.wide{grid-column:span 8}.portal-card.full{grid-column:1/-1}.portal-card.half{grid-column:span 6}.portal-card h2,.portal-card h3{color:var(--portal-ink);margin-top:0}.portal-card p{color:var(--portal-muted)}.portal-stat{font-size:2rem;font-weight:900;color:var(--portal-ink);line-height:1}.portal-stat-label{display:block;color:var(--portal-muted);margin-top:8px}.portal-actions{display:flex;gap:10px;min-width:0;max-width:100%;flex-wrap:wrap;align-items:center}.portal-table-wrap{overflow:auto;border:1px solid var(--portal-line);border-radius:15px}.portal-table{width:100%;border-collapse:collapse;min-width:680px}.portal-table th,.portal-table td{text-align:left;padding:13px 14px;border-bottom:1px solid var(--portal-line);vertical-align:top}.portal-table th{background:var(--portal-soft);font-size:.78rem;letter-spacing:.04em;text-transform:uppercase;color:#526174}.portal-table tr:last-child td{border-bottom:0}.portal-table a{font-weight:800}.portal-form{display:grid;grid-template-columns:minmax(0,1fr);gap:15px;min-width:0;max-width:100%}.portal-form label{display:grid;grid-template-columns:minmax(0,1fr);gap:7px;min-width:0;max-width:100%;font-weight:800;color:#27364a}.portal-form input,.portal-form select,.portal-form textarea{width:100%;min-width:0;max-width:100%;border:1px solid #cbd8e5;border-radius:12px;padding:12px 13px;background:#fff;color:#122033;font:inherit}.portal-form textarea{min-height:110px;resize:vertical}.portal-form input:focus,.portal-form select:focus,.portal-form textarea:focus{outline:3px solid rgba(17,103,177,.14);border-color:#4a8ec7}.portal-cols-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px;min-width:0;max-width:100%}.portal-cols-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px;min-width:0;max-width:100%}.portal-alert{border-radius:13px;padding:13px 15px;margin:0 0 18px;font-weight:700}.portal-alert.success{background:#eaf8f2;border:1px solid #9ad9c0;color:#116346}.portal-alert.error{background:#fff0ee;border:1px solid #f0b0aa;color:#8f1d14}.portal-alert.info{background:#edf6ff;border:1px solid #b9d8f3;color:#164d78}.portal-alert.warning{background:#fff7e8;border:1px solid #e6c480;color:#7b4806}.portal-badge{display:inline-flex;align-items:center;border-radius:999px;background:#edf3f8;color:#31465b;padding:5px 9px;font-size:.78rem;font-weight:900}.portal-badge.paid,.portal-badge.completed,.portal-badge.confirmed,.portal-badge.active{background:#e7f8f1;color:#0f6d4b}.portal-badge.unpaid,.portal-badge.cancelled,.portal-badge.failed{background:#fff0ee;color:#9c2016}.portal-badge.part_paid,.portal-badge.requested,.portal-badge.pending{background:#fff7e8;color:#8a5209}.portal-list{display:grid;gap:12px}.portal-list-item{border:1px solid var(--portal-line);border-radius:15px;padding:15px;background:#fff}.portal-list-item h3{margin:0 0 5px}.portal-list-item p{margin:4px 0}.portal-meta{display:flex;flex-wrap:wrap;gap:8px 15px;color:var(--portal-muted);font-size:.88rem}.portal-empty{text-align:center;padding:34px;border:1px dashed #b8c7d5;border-radius:16px;background:#f9fbfd}.portal-empty h3{margin-top:0}.portal-auth{max-width:620px;margin:0 auto}.portal-kicker{font-size:.75rem;text-transform:uppercase;letter-spacing:.13em;font-weight:900;color:#17745a;margin:0}.portal-tabs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:18px}.portal-tabs a{border:1px solid var(--portal-line);border-radius:999px;padding:8px 12px;text-decoration:none;font-weight:800}.portal-tabs a.active{background:#07111f;color:#fff;border-color:#07111f}.invoice-paper{background:#fff;border:1px solid var(--portal-line);border-radius:18px;padding:clamp(20px,4vw,42px);box-shadow:var(--portal-shadow)}.invoice-head{display:flex;justify-content:space-between;gap:20px;padding-bottom:22px;border-bottom:2px solid #0d1c2f}.invoice-brand h1{margin:0;color:#07111f}.invoice-number{text-align:right}.invoice-number strong{font-size:1.4rem}.invoice-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:24px}.invoice-summary div{background:var(--portal-soft);border-radius:13px;padding:14px}.invoice-summary span,.invoice-summary strong{display:block}.invoice-summary span{color:var(--portal-muted);font-size:.82rem}.invoice-summary strong{font-size:1.2rem;margin-top:4px}.document-tile{display:flex;align-items:flex-start;gap:13px}.document-icon{width:44px;height:44px;border-radius:12px;background:#eaf2f9;display:grid;place-items:center;font-weight:900;color:#165c91;flex:0 0 auto}.ai-shell{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:18px}.ai-chat{min-height:440px;display:flex;flex-direction:column}.ai-messages{display:flex;flex-direction:column;gap:12px;min-height:300px;max-height:520px;overflow:auto;padding:4px}.ai-message{max-width:86%;padding:13px 15px;border-radius:16px;white-space:pre-wrap}.ai-message.assistant{background:#edf4fa;color:#13243a;border-bottom-left-radius:4px}.ai-message.user{background:#07111f;color:#fff;margin-left:auto;border-bottom-right-radius:4px}.ai-compose{display:grid;grid-template-columns:1fr auto;gap:10px;margin-top:auto;padding-top:14px}.ai-compose textarea{min-height:54px;max-height:150px}.qr-label{width:380px;max-width:100%;margin:auto;border:3px solid #07111f;padding:18px;background:#fff;color:#07111f}.qr-label-head{display:flex;justify-content:space-between;align-items:center;gap:10px;border-bottom:2px solid #07111f;padding-bottom:10px}.qr-label-head img{max-width:110px}.qr-box{width:180px;height:180px;margin:18px auto;display:grid;place-items:center}.qr-ticket{font-size:1.45rem;font-weight:1000;letter-spacing:.02em;text-align:center}.qr-details{display:grid;gap:6px;margin-top:14px}.qr-details span{display:flex;justify-content:space-between;gap:12px;border-top:1px solid #cbd5df;padding-top:6px}.settings-status{display:flex;align-items:center;gap:9px}.settings-dot{width:11px;height:11px;border-radius:50%;background:#b42318}.settings-dot.on{background:#14a06f}.fleet-summary{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.fleet-summary div{background:var(--portal-soft);border-radius:13px;padding:14px}.fleet-summary strong,.fleet-summary small{display:block}.fleet-summary strong{font-size:1.55rem}.portal-note{font-size:.88rem;color:var(--portal-muted)}.portal-danger{border-color:#efb1ab}.portal-danger h2{color:#9e2117}.platform-top-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.no-wrap{white-space:nowrap}
/* v37.2 portal width hardening */
.portal-form>*,.portal-cols-2>*,.portal-cols-3>*,.portal-grid>*,.ai-shell>*{min-width:0;max-width:100%}
.portal-form input[type="date"],.portal-form input[type="file"]{inline-size:100%}
.portal-device-list-card{grid-column:span 7}
.portal-device-form-card{grid-column:span 5}
.portal-device-form-card .portal-cols-3{grid-template-columns:minmax(0,1fr)}
@media(max-width:1040px){.portal-device-list-card,.portal-device-form-card{grid-column:1/-1}.portal-device-form-card .portal-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:900px){.portal-card,.portal-card.wide,.portal-card.half{grid-column:1/-1}.ai-shell{grid-template-columns:1fr}.portal-header{display:block}.portal-user{margin-top:14px}.fleet-summary{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.portal-shell{padding-top:22px}.portal-wrap{width:min(calc(100% - 20px),1180px)}.portal-cols-2,.portal-cols-3,.portal-device-form-card .portal-cols-2,.portal-device-form-card .portal-cols-3,.invoice-summary{grid-template-columns:minmax(0,1fr)}.portal-card{padding:17px}.portal-nav{margin-left:-2px;margin-right:-2px}.platform-top-actions{justify-content:flex-start}.invoice-head{display:block}.invoice-number{text-align:left;margin-top:15px}.ai-compose{grid-template-columns:1fr}.fleet-summary{grid-template-columns:1fr}}
@media print{.utility-bar,.site-header,.site-footer,.whatsapp-float,.portal-nav,.platform-top-actions,.print-hide{display:none!important}.portal-shell{padding:0;background:#fff}.portal-wrap{width:100%}.invoice-paper,.qr-label{box-shadow:none;border-color:#000}.portal-card{box-shadow:none}.qr-label{page-break-inside:avoid}}
/* v37 Device Doctor portal components */
.portal-health-score{display:inline-grid;place-items:center;min-width:58px;height:58px;border-radius:18px;background:linear-gradient(135deg,#07111f,#0d9488);color:#fff;font-size:1.2rem;font-weight:1000;box-shadow:0 12px 28px rgba(13,148,136,.2)}
.portal-health-score small{font-size:.6rem;color:#d1fae5}.portal-doctor-card{background:radial-gradient(circle at 90% 10%,rgba(45,212,191,.18),transparent 38%),linear-gradient(135deg,#07111f,#0b302d);color:#fff;border-color:#0f4b44}.portal-doctor-card h2,.portal-doctor-card h3{color:#fff}.portal-doctor-card p{color:#dbeafe}.portal-doctor-card .portal-kicker{color:#5eead4}.health-report-paper{background:#fff;border:1px solid var(--portal-line);border-radius:22px;padding:clamp(20px,4vw,40px);box-shadow:var(--portal-shadow)}.health-report-head{display:flex;justify-content:space-between;gap:22px;align-items:center;border-bottom:2px solid #07111f;padding-bottom:20px}.health-report-score{width:110px;height:110px;border-radius:50%;display:grid;place-items:center;align-content:center;background:radial-gradient(circle,#fff 52%,transparent 53%),conic-gradient(#1faa75 0 calc(var(--score)*1%),#e5edf4 calc(var(--score)*1%) 100%)}.health-report-score strong{font-size:2.2rem;line-height:.8}.health-report-score small{font-size:.7rem}.health-report-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:20px 0}.health-report-grid div{background:var(--portal-soft);border-radius:14px;padding:14px}.health-report-grid span,.health-report-grid strong{display:block}.health-report-grid span{font-size:.72rem;text-transform:uppercase;letter-spacing:.06em;color:var(--portal-muted);font-weight:900}.health-report-warning{background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;border-radius:14px;padding:15px}.health-report-list{padding-left:22px}.health-report-list li{margin:9px 0;color:#334155}
@media(max-width:640px){.health-report-head{display:block}.health-report-score{margin-top:18px}.health-report-grid{grid-template-columns:1fr}}
