:root{--navy:#06142d;--navy2:#0a2249;--blue:#1377ff;--cyan:#03c7ff;--purple:#7543dc;--pink:#fa1677;--bg:#f4f7fc;--text:#11182b;--muted:#6f7890;--line:#dce3ee;--card:#fff;--green:#20a765;--orange:#f59d27;--red:#e8515b}*{box-sizing:border-box}body{margin:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--text);background:var(--bg)}a{text-decoration:none;color:inherit}button,input,textarea,select{font:inherit}.brand img,.product-logo img,.landing-brand img{width:155px;height:auto}.landing{min-height:100vh;background:radial-gradient(circle at 15% 10%,rgba(19,119,255,.12),transparent 30%),radial-gradient(circle at 90% 0,rgba(250,22,119,.1),transparent 30%),#f8fbff;padding:38px}.landing-brand{max-width:1180px;margin:auto;display:flex;align-items:center;justify-content:space-between}.landing-brand span{font-size:12px;color:var(--muted);letter-spacing:.08em}.hero{max-width:1180px;margin:80px auto 30px}.hero h1{font-size:clamp(48px,6vw,88px);letter-spacing:-.06em;line-height:.96;margin:0 0 22px;color:var(--navy)}.hero h1 em{font-style:normal;background:linear-gradient(100deg,var(--blue),var(--purple),var(--pink));background-clip:text;color:transparent}.hero p{font-size:18px;line-height:1.7;color:var(--muted);max-width:760px}.products{max-width:1180px;margin:45px auto;display:grid;grid-template-columns:1fr 1fr;gap:24px}.product-card{background:white;border:1px solid var(--line);border-radius:28px;padding:30px;box-shadow:0 22px 60px rgba(9,25,56,.08)}.product-card .icon{width:58px;height:58px;border-radius:18px;display:grid;place-items:center;font-size:27px;color:#fff;background:linear-gradient(135deg,var(--blue),var(--purple))}.product-card.des .icon{background:linear-gradient(135deg,var(--orange),var(--pink))}.product-card h2{font-size:30px;margin:20px 0 8px}.product-card p{color:var(--muted);line-height:1.6}.btn{border:0;border-radius:13px;padding:13px 18px;font-weight:800;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px}.btn.primary{background:linear-gradient(110deg,var(--blue),var(--purple));color:white}.btn.pink{background:linear-gradient(110deg,var(--purple),var(--pink));color:white}.btn.ghost{border:1px solid var(--line);background:#fff}.btn.danger{background:#fff0f1;color:#b72f3a}.btn.full{width:100%}.manager-link{max-width:1180px;margin:0 auto;text-align:right}.manager-link a{font-size:12px;color:var(--muted)}.auth-page{min-height:100vh;display:grid;grid-template-columns:1.15fr .85fr}.auth-visual{background:linear-gradient(150deg,#06142d,#102c60);color:white;padding:60px;display:flex;flex-direction:column;justify-content:center}.auth-visual img{width:190px}.auth-visual h1{font-size:56px;letter-spacing:-.05em;line-height:1;margin:38px 0 18px}.auth-visual p{color:#b8c4dd;line-height:1.7;max-width:600px}.auth-card-wrap{display:grid;place-items:center;padding:30px}.auth-card{width:min(470px,100%);background:white;border:1px solid var(--line);border-radius:24px;padding:30px;box-shadow:0 18px 60px rgba(0,0,0,.08)}.auth-card h2{font-size:30px;margin:0 0 8px}.auth-card p{color:var(--muted);font-size:14px}.tabs{display:grid;grid-template-columns:1fr 1fr;background:#f1f4f9;padding:4px;border-radius:12px;margin:20px 0}.tabs button{border:0;background:transparent;border-radius:9px;padding:10px;cursor:pointer}.tabs button.active{background:white;box-shadow:0 4px 14px rgba(0,0,0,.06);font-weight:800}.form{display:grid;gap:13px}.field{display:grid;gap:7px}.field span{font-size:11px;font-weight:800;color:#5b6479}.field input,.field textarea,.field select{width:100%;border:1px solid var(--line);border-radius:12px;padding:12px;background:#fff;outline:none}.field textarea{min-height:130px;resize:vertical}.field input:focus,.field textarea:focus,.field select:focus{border-color:#77a9ff;box-shadow:0 0 0 3px rgba(19,119,255,.08)}.alert{padding:12px 14px;border-radius:12px;margin-bottom:18px;font-size:13px}.alert.error{background:#fff0f1;color:#b42f3a}.alert.success{background:#eafaf2;color:#147346}.shell{min-height:100vh;display:grid;grid-template-columns:250px 1fr}.sidebar{background:linear-gradient(180deg,#06142d,#071c3c);color:white;padding:25px 18px;position:sticky;top:0;height:100vh;display:flex;flex-direction:column}.sidebar .brand{padding:10px;display:grid;gap:6px}.sidebar .brand small{color:#94a5c4;font-size:10px;letter-spacing:.1em;text-transform:uppercase}.sidebar nav{display:grid;gap:7px;margin-top:30px}.sidebar nav a{padding:12px;border-radius:11px;color:#d5deef}.sidebar nav a:hover{background:rgba(255,255,255,.08)}.side-bottom{margin-top:auto;border-top:1px solid rgba(255,255,255,.12);padding:18px 10px;display:flex;justify-content:space-between;gap:10px;color:#a7b5cf}.content{padding:30px;min-width:0}.topbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}.topbar h1{margin:5px 0;font-size:32px}.eyebrow{font-size:10px;letter-spacing:.12em;color:var(--muted);font-weight:900}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.stat{background:white;border:1px solid var(--line);border-radius:18px;padding:20px}.stat span{font-size:11px;color:var(--muted)}.stat strong{display:block;font-size:32px;margin-top:8px}.grid2{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:18px}.card{background:white;border:1px solid var(--line);border-radius:20px;padding:22px}.card h2,.card h3{margin:0 0 8px}.card p{color:var(--muted);line-height:1.6}.card-head{display:flex;justify-content:space-between;align-items:center;gap:14px;margin-bottom:15px}.table-wrap{overflow:auto}.table{width:100%;border-collapse:collapse;min-width:650px}.table th,.table td{padding:12px;border-bottom:1px solid var(--line);text-align:left;font-size:13px}.table th{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}.badge{display:inline-flex;padding:5px 8px;border-radius:999px;background:#eef4ff;color:#2761b4;font-size:10px;font-weight:800}.badge.green{background:#e9f9f0;color:#188251}.badge.orange{background:#fff4df;color:#a6660c}.product-bg{background:#f4f7fc}.product-head{height:76px;background:#07172f;color:white;display:flex;align-items:center;justify-content:space-between;padding:0 max(22px,calc((100% - 1200px)/2));gap:20px}.product-logo{display:flex;align-items:center;gap:18px}.product-logo span{border-left:1px solid rgba(255,255,255,.18);padding-left:18px;font-size:12px;text-transform:uppercase;letter-spacing:.08em}.product-head nav{display:flex;gap:16px;font-size:13px}.product-main{width:min(1200px,calc(100% - 36px));margin:34px auto 70px}.product-footer{text-align:center;color:var(--muted);font-size:11px;padding:25px}.dashboard-hero{background:linear-gradient(135deg,#07172f,#123a77);color:white;border-radius:26px;padding:30px;display:flex;justify-content:space-between;gap:30px;align-items:center}.dashboard-hero h1{font-size:40px;margin:8px 0}.dashboard-hero p{color:#bdc9df;max-width:680px}.game-list{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:22px}.game-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:20px}.game-card h3{margin:12px 0 8px}.game-card p{color:var(--muted);font-size:13px;line-height:1.55}.question{max-width:860px;margin:0 auto;background:#fff;border:1px solid var(--line);border-radius:24px;padding:28px}.options{display:grid;gap:10px;margin:20px 0}.option{border:1px solid var(--line);border-radius:13px;padding:13px;display:flex;gap:12px;align-items:flex-start;cursor:pointer}.matrix-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.choice-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.choice{border:1px solid var(--line);border-radius:16px;padding:17px;background:white}.task{display:flex;align-items:center;gap:12px;border-bottom:1px solid var(--line);padding:12px 0}.progress{height:8px;background:#edf1f7;border-radius:999px;overflow:hidden}.progress i{display:block;height:100%;background:linear-gradient(90deg,var(--blue),var(--pink))}.game-admin-toolbar{display:flex;gap:10px;flex-wrap:wrap}.question-editor{border:1px solid var(--line);border-radius:16px;padding:16px;margin-bottom:12px;background:#fafcff}.question-editor .q-grid{display:grid;grid-template-columns:100px 140px 1fr;gap:10px}.muted{color:var(--muted)}
@media(max-width:900px){.products,.grid2,.auth-page,.matrix-grid{grid-template-columns:1fr}.auth-visual{padding:35px;min-height:330px}.shell{grid-template-columns:1fr}.sidebar{height:auto;position:relative;display:block}.sidebar nav{grid-template-columns:repeat(3,1fr);margin-top:15px}.side-bottom{display:none}.stats{grid-template-columns:1fr 1fr}.game-list,.choice-grid{grid-template-columns:1fr 1fr}.product-head{padding:0 18px}.product-head nav{overflow:auto;white-space:nowrap}.content{padding:20px}.question-editor .q-grid{grid-template-columns:1fr}}
@media(max-width:600px){.landing{padding:22px}.hero{margin-top:55px}.hero h1{font-size:48px}.products{grid-template-columns:1fr}.auth-visual h1{font-size:40px}.auth-card-wrap{padding:18px}.stats,.game-list,.choice-grid{grid-template-columns:1fr}.dashboard-hero{align-items:flex-start;flex-direction:column}.dashboard-hero h1{font-size:31px}.product-head{height:auto;min-height:72px;align-items:flex-start;padding:14px 16px;flex-direction:column}.product-head nav{width:100%;padding-bottom:4px}.product-main{width:calc(100% - 24px);margin-top:20px}.sidebar nav{grid-template-columns:1fr 1fr}.card,.stat{padding:16px}}
.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.manager-bg .task{border:1px solid var(--line);border-radius:12px;padding:12px;background:#fbfcff}.manager-bg input[type=checkbox]{width:18px;height:18px;accent-color:var(--purple)}
@media(max-width:980px){.grid3{grid-template-columns:1fr 1fr}.sidebar{position:relative;height:auto}.shell{grid-template-columns:1fr}.sidebar nav{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:16px}.side-bottom{margin-top:16px}.content{padding:20px}}
@media(max-width:640px){.grid3{grid-template-columns:1fr}.sidebar nav{grid-template-columns:1fr 1fr}.content{padding:14px}.topbar h1{font-size:25px}.game-admin-toolbar .btn{width:100%}.manager-bg .card{padding:17px}.manager-bg .stats{grid-template-columns:1fr 1fr}}
.manager-actions{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:18px;flex-wrap:wrap}.period-tabs{display:flex;gap:8px;flex-wrap:wrap}.stat small{display:block;margin-top:6px;color:var(--muted);font-size:10px}.status-strong.ok{color:var(--green);font-size:24px!important}.status-strong.off{color:var(--red);font-size:24px!important}.dashboard-grid{align-items:stretch}.chart-card{min-height:360px}.legend{display:flex;gap:14px;flex-wrap:wrap;margin:8px 0 18px;color:var(--muted);font-size:11px}.legend span{display:flex;align-items:center;gap:6px}.legend i{width:9px;height:9px;border-radius:50%}.lg-blue{background:var(--blue)}.lg-pink{background:var(--pink)}.lg-purple{background:var(--purple)}.trend-chart{height:220px;display:flex;align-items:flex-end;gap:4px;border-bottom:1px solid var(--line);padding:8px 2px 0}.trend-col{height:100%;flex:1;display:flex;align-items:flex-end;justify-content:center;gap:1px}.trend-col .bar{width:30%;min-width:2px;border-radius:5px 5px 0 0;display:block;opacity:.92}.trend-col .blue{background:var(--blue)}.trend-col .pink{background:var(--pink)}.trend-col .purple{background:var(--purple)}.chart-axis{display:flex;justify-content:space-between;margin-top:7px;color:var(--muted);font-size:9px}.funnel{display:grid;gap:12px;margin-top:16px}.funnel-row{display:grid;grid-template-columns:minmax(150px,1.2fr) 42px minmax(100px,1fr) 42px;gap:10px;align-items:center}.funnel-row>div:first-child{display:flex;align-items:center;gap:9px}.funnel-row>div:first-child span{width:28px;height:28px;display:grid;place-items:center;border-radius:9px;background:#eef4ff;color:#2761b4;font-size:10px;font-weight:900}.funnel-row strong{font-size:12px}.funnel-row>b{text-align:right}.funnel-track{height:8px;background:#edf1f7;border-radius:999px;overflow:hidden}.funnel-track i{display:block;height:100%;background:linear-gradient(90deg,var(--blue),var(--purple),var(--pink));border-radius:999px}.funnel-row small{color:var(--muted)}.manager-module-grid{margin:18px 0}.module-card{display:flex;flex-direction:column;min-height:285px}.module-icon{width:50px;height:50px;border-radius:15px;display:grid;place-items:center;font-size:23px;background:linear-gradient(135deg,#e7f0ff,#ebe6ff)}.module-icon.pink{background:linear-gradient(135deg,#fff0e1,#ffe8f3)}.module-icon.ai{background:linear-gradient(135deg,#e7fbff,#f0e8ff)}.module-card h2{margin:8px 0 14px}.mini-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:auto 0 18px}.mini-stats div{background:#f8faff;border:1px solid var(--line);border-radius:13px;padding:12px}.mini-stats b{display:block;font-size:19px}.mini-stats span{display:block;color:var(--muted);font-size:9px;margin-top:3px}.area-bars{display:grid;gap:13px}.area-row{display:grid;grid-template-columns:minmax(120px,180px) 1fr 34px;gap:10px;align-items:center}.area-row span{font-size:12px}.area-row>div{height:9px;background:#edf1f7;border-radius:999px;overflow:hidden}.area-row i{display:block;height:100%;background:linear-gradient(90deg,var(--blue),var(--pink));border-radius:999px}.area-row b{text-align:right}.alerts-list{display:grid;gap:10px}.op-alert{border-radius:14px;padding:14px;border:1px solid var(--line);display:grid;grid-template-columns:1fr auto;gap:4px 12px;align-items:center}.op-alert b{font-size:12px}.op-alert span{font-size:11px;color:var(--muted)}.op-alert a{grid-row:1/3;grid-column:2;color:var(--blue);font-size:11px;font-weight:800}.op-alert.warn{background:#fff9ec;border-color:#f5d99f}.op-alert.danger{background:#fff1f2;border-color:#f3c3c7}.op-alert.info{background:#f2f7ff;border-color:#cfe0fb}.op-alert.success{background:#eefaf3;border-color:#c6ecd7}.activity-list{display:grid}.activity-item{display:flex;justify-content:space-between;gap:14px;align-items:center;padding:12px 0;border-bottom:1px solid var(--line)}.activity-item:last-child{border-bottom:0}.activity-item>div:first-child{display:grid;gap:3px}.activity-item strong{font-size:12px}.activity-item span{font-size:10px;color:var(--muted)}.activity-end{display:flex;align-items:center;gap:9px}.activity-end small{color:var(--muted);white-space:nowrap}.reports-quick{margin-top:18px;display:flex;justify-content:space-between;align-items:center;gap:22px}.reports-quick p{margin-bottom:0}.report-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.inline-form{display:flex;gap:8px;align-items:center}.inline-form input{border:1px solid var(--line);border-radius:10px;padding:9px;min-width:150px}
@media(max-width:1100px){.manager-module-grid{grid-template-columns:1fr 1fr}.manager-module-grid .module-card:last-child{grid-column:1/-1}.reports-quick{align-items:flex-start;flex-direction:column}.report-actions{justify-content:flex-start}.funnel-row{grid-template-columns:minmax(130px,1.1fr) 36px 1fr 38px}}
@media(max-width:720px){.manager-actions{align-items:stretch;flex-direction:column}.period-tabs{display:grid;grid-template-columns:repeat(3,1fr)}.period-tabs .btn{width:100%}.manager-module-grid{grid-template-columns:1fr}.manager-module-grid .module-card:last-child{grid-column:auto}.mini-stats{grid-template-columns:1fr 1fr 1fr}.trend-chart{height:170px;gap:2px}.funnel-row{grid-template-columns:1fr 38px}.funnel-track{grid-column:1/2}.funnel-row small{grid-column:2}.area-row{grid-template-columns:110px 1fr 30px}.activity-item{align-items:flex-start;flex-direction:column}.activity-end{width:100%;justify-content:space-between}.report-actions{display:grid;width:100%}.report-actions .btn{width:100%}.inline-form{align-items:stretch;flex-direction:column}.inline-form input{width:100%}}
@media print{.sidebar,.manager-actions,.btn,.topbar .eyebrow{display:none!important}.shell{display:block}.content{padding:0}.card,.stat{box-shadow:none;break-inside:avoid}.manager-bg{background:#fff}.topbar{margin-bottom:12px}}

/* ===== SmartLaw visual unification v4 — dark premium ===== */
[hidden]{display:none!important}
:root{--sl-dark:#06142d;--sl-dark2:#091b38;--sl-dark3:#0d2347;--sl-card:#0d2141;--sl-card2:#10284e;--sl-line:rgba(155,181,225,.16);--sl-soft:#9fb3d4;--sl-white:#f6f9ff}
body.product-bg,body.manager-bg{background:radial-gradient(circle at 78% -10%,rgba(111,62,218,.18),transparent 34%),radial-gradient(circle at 0 90%,rgba(0,195,255,.09),transparent 30%),#07172f;color:var(--sl-white)}

/* Landing */
.landing{background:radial-gradient(circle at 10% 0,rgba(19,119,255,.16),transparent 30%),radial-gradient(circle at 90% 5%,rgba(250,22,119,.15),transparent 30%),linear-gradient(145deg,#06142d,#0b1d3b 60%,#171431);color:#fff}
.landing-brand span,.hero p,.manager-link a{color:#9eb0cf}.hero h1{color:#fff}.product-card{background:linear-gradient(160deg,rgba(15,37,72,.96),rgba(8,24,51,.96));border-color:rgba(145,174,222,.18);box-shadow:0 24px 70px rgba(0,0,0,.24);color:#fff}.product-card p{color:#9fb0cc}.product-card .btn.ghost{background:rgba(255,255,255,.05);color:#fff;border-color:rgba(255,255,255,.12)}

/* Auth */
.auth-page{background:#07172f;color:#fff}.auth-visual{position:relative;overflow:hidden;background:radial-gradient(circle at 20% 35%,rgba(0,180,255,.14),transparent 32%),linear-gradient(145deg,#06142d,#0d2a5c)}.auth-des .auth-visual{background:radial-gradient(circle at 20% 30%,rgba(105,66,220,.18),transparent 30%),radial-gradient(circle at 90% 80%,rgba(250,22,119,.16),transparent 30%),linear-gradient(145deg,#07142e,#271840)}.auth-visual:after{content:"";position:absolute;width:420px;height:420px;border:1px solid rgba(111,87,230,.26);border-radius:50%;right:-190px;bottom:-160px;box-shadow:0 0 80px rgba(250,22,119,.11)}.auth-visual img{position:relative;z-index:1;width:205px}.auth-visual h1,.auth-visual p{position:relative;z-index:1}.auth-card-wrap{background:linear-gradient(180deg,#091a35,#07172f)}.auth-card{background:linear-gradient(160deg,#0d2141,#0b1d39);border-color:rgba(145,174,222,.18);box-shadow:0 25px 80px rgba(0,0,0,.36);color:#fff}.auth-card h2{color:#fff}.tabs{background:#07152d;border:1px solid rgba(145,174,222,.14)}.tabs button{color:#8ea3c5}.tabs button.active{background:#142c52;color:#fff;box-shadow:none}.field span{color:#9fb3d4}.field input,.field textarea,.field select{background:#081a34;border-color:rgba(145,174,222,.18);color:#fff}.field input:-webkit-autofill,.field input:-webkit-autofill:hover,.field input:-webkit-autofill:focus{-webkit-text-fill-color:#fff;box-shadow:0 0 0 1000px #10284e inset;transition:background-color 9999s ease-out 0s}.field input:focus,.field textarea:focus,.field select:focus{border-color:#4b91ff;box-shadow:0 0 0 3px rgba(19,119,255,.12)}

/* Product shell */
.product-shell{min-height:100vh;display:grid;grid-template-columns:258px minmax(0,1fr);background:#07172f}.product-sidebar{height:100vh;position:sticky;top:0;padding:28px 18px 22px;background:linear-gradient(180deg,#06142d,#061a35);border-right:1px solid rgba(145,174,222,.12);display:flex;flex-direction:column;color:#fff;z-index:20}.product-side-brand{padding:8px 12px 22px;border-bottom:1px solid rgba(145,174,222,.1)}.product-side-brand img{width:158px}.product-side-title{display:flex;align-items:center;gap:12px;padding:24px 12px 14px;color:#48caff;letter-spacing:.08em;font-size:13px}.product-side-icon{width:36px;height:36px;border-radius:10px;display:grid;place-items:center;background:linear-gradient(135deg,rgba(25,116,255,.2),rgba(116,67,220,.24));border:1px solid rgba(89,138,255,.26)}.product-sidebar nav{display:grid;gap:7px}.product-sidebar nav a{display:flex;align-items:center;gap:11px;padding:12px 13px;border-radius:11px;color:#cdd9ed;font-size:13px}.product-sidebar nav a:hover,.product-sidebar nav a.active{background:linear-gradient(90deg,rgba(40,83,172,.5),rgba(35,54,116,.26));color:#fff}.product-side-callout{margin-top:auto;border:1px solid rgba(105,85,225,.28);border-radius:17px;padding:17px;background:radial-gradient(circle at 90% 100%,rgba(250,22,119,.2),transparent 55%),linear-gradient(145deg,#0b1d3b,#111839);color:#fff}.product-side-callout>span{color:#26a8ff;font-size:22px}.product-side-callout p{line-height:1.5;margin:12px 0 0}.product-side-callout b{background:linear-gradient(90deg,#00c9ff,#8062ff,#ff2a86);background-clip:text;color:transparent;font-size:20px}.product-side-exit{margin:12px 10px 0;color:#8fa4c5;font-size:12px}.product-workspace{min-width:0;display:flex;flex-direction:column;min-height:100vh;background:radial-gradient(circle at 75% 0,rgba(34,89,184,.12),transparent 28%),#07172f}.product-topbar{height:74px;display:flex;align-items:center;justify-content:space-between;padding:0 28px;border-bottom:1px solid rgba(145,174,222,.12);color:#dce6f7}.product-topbar>div span{color:#6775ff}.mobile-menu-brand{display:none}.product-top-exit{font-size:12px;color:#9eb0cc}.product-main{width:auto;max-width:none;margin:0;padding:24px 28px 42px;flex:1}.product-footer{color:#7184a7;border-top:1px solid rgba(145,174,222,.08);padding:18px 28px;background:#06142d;text-align:left}

/* Dark reusable surfaces */
.product-bg .card,.product-bg .question,.product-bg .choice,.product-bg .game-card,.card-dark{background:linear-gradient(160deg,rgba(14,34,66,.98),rgba(10,27,55,.98));border:1px solid rgba(145,174,222,.16);color:#f8fbff;box-shadow:0 18px 55px rgba(0,0,0,.14)}.product-bg .card p,.product-bg .game-card p,.product-bg .muted{color:#96a9c8}.product-bg .table th,.product-bg .table td{border-color:rgba(145,174,222,.12);color:#cbd8eb}.product-bg .table th{color:#7187a9}.product-bg .btn.ghost{background:rgba(255,255,255,.04);color:#e8effa;border-color:rgba(145,174,222,.16)}.product-bg .badge{background:rgba(54,120,255,.12);color:#75aaff}.product-bg .badge.green{background:rgba(35,191,119,.1);color:#55dda0}.product-bg .badge.orange{background:rgba(245,157,39,.12);color:#ffc362}.product-bg .option,.product-bg .question-editor{background:#0b1e3b;border-color:rgba(145,174,222,.16);color:#eaf1fc}.product-bg .progress{background:#07152d}.product-bg .task{border-color:rgba(145,174,222,.11)}

/* Desengaveta dashboard */
.des-quick{border-radius:18px;padding:22px;display:grid;grid-template-columns:minmax(0,1fr) minmax(330px,.85fr);gap:24px;align-items:center}.des-quick h1{font-size:30px;letter-spacing:-.035em;margin:7px 0 8px}.des-quick p{margin:0;color:#9fb3d4;line-height:1.55;max-width:720px}.eyebrow.light{color:#7088af}.des-quick-form{display:grid;grid-template-columns:1fr 205px;gap:12px}.des-quick-form textarea{min-height:92px;resize:none;padding:14px;border-radius:12px;background:#0a1e3e;border:1px solid #3c67a9;color:#fff;outline:none}.des-quick-form textarea:focus{border-color:#2c83ff;box-shadow:0 0 0 3px rgba(19,119,255,.12)}.des-quick-form .btn{height:100%;min-height:54px;font-size:12px;letter-spacing:.03em}.des-metric-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:14px 0}.metric-dark{background:linear-gradient(160deg,#0d2141,#0a1d39);border:1px solid rgba(145,174,222,.14);border-radius:15px;padding:16px;display:flex;gap:13px;align-items:center}.metric-dark>i{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;font-style:normal;font-weight:900;border:3px solid currentColor}.metric-dark.blue{color:#2c82ff}.metric-dark.orange{color:#ff9c25}.metric-dark.green{color:#3bd391}.metric-dark.purple{color:#9b67ef}.metric-dark div{color:#fff}.metric-dark span,.metric-dark small{display:block;color:#95a8c7;font-size:10px}.metric-dark strong{display:block;font-size:23px;margin:3px 0}.des-flow{border-radius:15px;padding:13px 16px;display:grid;grid-template-columns:repeat(4,1fr);gap:0}.des-flow article{position:relative;display:flex;gap:11px;align-items:center;padding:4px 14px}.des-flow article:not(:last-child):after{content:"";position:absolute;right:-2px;top:50%;width:16px;border-top:1px dashed #5572a4}.des-flow b{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#1377ff,#7743dc);font-size:13px}.des-flow strong,.des-flow span{display:block}.des-flow strong{font-size:12px}.des-flow span{font-size:9px;color:#8da1c1;margin-top:2px;line-height:1.35}.des-lower-grid{display:grid;grid-template-columns:minmax(0,1.9fr) minmax(240px,.6fr);gap:14px;margin-top:14px}.des-list-card,.des-action-card{border-radius:16px;padding:18px}.card-dark-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:12px}.card-dark-head h2,.des-action-card h2{margin:4px 0;font-size:20px}.card-dark-head a{color:#59a4ff;font-size:11px}.matrix-list-dark{display:grid}.matrix-row-dark{display:grid;grid-template-columns:minmax(0,1fr) 160px 20px;gap:14px;align-items:center;padding:13px 4px;border-top:1px solid rgba(145,174,222,.1);color:#fff}.matrix-row-dark strong,.matrix-row-dark span{display:block}.matrix-row-dark strong{font-size:12px}.matrix-row-dark span{font-size:9px;color:#8095b7;margin-top:4px}.matrix-row-dark em{font-style:normal;font-size:23px;color:#6fa4ff}.matrix-progress>span{font-size:10px;text-align:right;color:#a8b9d2}.matrix-progress>i{height:5px;background:#07152d;border-radius:999px;display:block;margin-top:5px;overflow:hidden}.matrix-progress>i>b{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#1477ff,#fa1677)}.des-action-card{display:flex;flex-direction:column;justify-content:center}.des-action-card p{color:#91a4c2;line-height:1.6;font-size:12px}.empty-dark{border:1px dashed rgba(145,174,222,.2);border-radius:12px;padding:20px;color:#93a7c7;display:grid;gap:5px}.empty-dark b{color:#fff}

/* Existing hero/list adjusted */
.product-bg .dashboard-hero{background:linear-gradient(135deg,#0d2347,#142959);border:1px solid rgba(145,174,222,.14);box-shadow:0 16px 45px rgba(0,0,0,.12)}.product-bg .game-card{border-radius:16px}.product-bg .game-card .btn{margin-top:10px}

/* Manager dark premium */
.manager-bg .sidebar{background:linear-gradient(180deg,#06142d,#061a35);border-right:1px solid rgba(145,174,222,.12)}.manager-bg .content{background:radial-gradient(circle at 80% 0,rgba(47,97,190,.12),transparent 30%),#07172f;color:#f7faff}.manager-bg .topbar h1{color:#fff}.manager-bg .eyebrow,.manager-bg .stat span,.manager-bg .stat small,.manager-bg .card p,.manager-bg .muted{color:#8fa4c5}.manager-bg .stat,.manager-bg .card{background:linear-gradient(160deg,#0d2141,#0a1d39);border-color:rgba(145,174,222,.14);color:#fff;box-shadow:none}.manager-bg .btn.ghost{background:#0c2142;color:#fff;border-color:rgba(145,174,222,.16)}.manager-bg .table th,.manager-bg .table td{border-color:rgba(145,174,222,.1);color:#cbd8eb}.manager-bg .table th{color:#7187a9}.manager-bg .trend-chart,.manager-bg .funnel-track,.manager-bg .area-row>div{border-color:rgba(145,174,222,.12);background:#06152c}.manager-bg .mini-stats div{background:#081b35;border-color:rgba(145,174,222,.12)}.manager-bg .module-icon{background:linear-gradient(135deg,rgba(19,119,255,.22),rgba(117,67,220,.22))}.manager-bg .activity-item{border-color:rgba(145,174,222,.1)}.manager-bg .op-alert{background:#0a1e3b;border-color:rgba(145,174,222,.14)}.manager-bg .op-alert.warn{background:rgba(245,157,39,.08)}.manager-bg .op-alert.danger{background:rgba(232,81,91,.08)}.manager-bg .op-alert.success{background:rgba(32,167,101,.08)}.manager-bg .field input,.manager-bg .field textarea,.manager-bg .field select,.manager-bg .inline-form input{background:#081a34;color:#fff;border-color:rgba(145,174,222,.16)}

@media(max-width:1020px){.product-shell{grid-template-columns:210px minmax(0,1fr)}.des-quick{grid-template-columns:1fr}.des-quick-form{grid-template-columns:1fr 180px}.des-lower-grid{grid-template-columns:1fr}.des-action-card{min-height:190px}}
@media(max-width:760px){.product-shell{display:block}.product-sidebar{display:none}.product-topbar{height:66px;padding:0 14px}.mobile-menu-brand{display:block}.mobile-menu-brand img{width:120px}.product-topbar>div{display:none}.product-top-exit{font-size:11px}.product-main{padding:12px 12px 82px}.product-footer{display:none}.des-quick{padding:14px;border-radius:15px;gap:12px}.des-quick h1{font-size:22px}.des-quick p{font-size:11px}.des-quick-form{grid-template-columns:1fr}.des-quick-form textarea{min-height:105px}.des-quick-form .btn{min-height:43px}.des-metric-grid{grid-template-columns:1fr 1fr;gap:8px}.metric-dark{padding:12px 10px}.metric-dark>i{width:38px;height:38px;font-size:11px}.metric-dark strong{font-size:19px}.des-flow{grid-template-columns:1fr 1fr;padding:8px}.des-flow article{padding:9px}.des-flow article:not(:last-child):after{display:none}.matrix-row-dark{grid-template-columns:minmax(0,1fr) 90px 14px}.des-list-card{padding:14px}.auth-page{display:block;min-height:100vh}.auth-visual{min-height:245px;padding:30px 22px;justify-content:flex-end}.auth-visual img{width:150px}.auth-visual h1{font-size:36px;margin:25px 0 12px}.auth-visual p{font-size:12px;line-height:1.55}.auth-card-wrap{padding:18px;margin-top:-18px;position:relative;z-index:2}.auth-card{padding:22px 18px;border-radius:20px}.auth-card h2{font-size:25px}.manager-bg .sidebar{border-radius:0}.manager-bg .content{padding:14px}}
@media(max-width:480px){.des-metric-grid{grid-template-columns:1fr 1fr}.metric-dark span{font-size:9px}.des-flow{grid-template-columns:1fr}.matrix-row-dark{grid-template-columns:1fr 55px 12px}.matrix-row-dark strong{font-size:11px}.product-bg .dashboard-hero{padding:20px;border-radius:18px}.product-bg .dashboard-hero h1{font-size:28px}.game-list{grid-template-columns:1fr}}


/* HOTFIX 20260810 — base SmartLaw mais completa */
.landing-base{padding:34px 28px 44px}
.hero-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);align-items:stretch;gap:28px;max-width:1280px;margin:70px auto 34px}
.hero-copy{display:flex;flex-direction:column;justify-content:center}
.hero-copy p{max-width:760px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:14px}
.hero-mini-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:28px;max-width:900px}
.hero-mini-stats article{border:1px solid rgba(145,174,222,.16);background:linear-gradient(160deg,rgba(16,34,67,.72),rgba(10,26,53,.92));border-radius:20px;padding:18px 18px 16px;box-shadow:0 18px 40px rgba(0,0,0,.14)}
.hero-mini-stats strong{display:block;font-size:28px;line-height:1;margin-bottom:8px;color:#fff}
.hero-mini-stats span{display:block;color:#9eb0cf;font-size:13px;line-height:1.45}
.landing-spotlight{border:1px solid rgba(145,174,222,.16);border-radius:30px;padding:30px;background:radial-gradient(circle at 100% 0,rgba(250,22,119,.16),transparent 28%),linear-gradient(155deg,rgba(12,27,57,.96),rgba(10,20,43,.98));box-shadow:0 28px 80px rgba(0,0,0,.22);display:flex;flex-direction:column;justify-content:center;min-height:100%}
.landing-spotlight-kicker{display:inline-flex;align-self:flex-start;padding:8px 12px;border-radius:999px;border:1px solid rgba(255,255,255,.12);font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:#a7b7d3;margin-bottom:18px}
.landing-spotlight h2{font-size:clamp(30px,3vw,42px);line-height:1.02;letter-spacing:-.05em;margin:0 0 18px;color:#fff}
.landing-spotlight ul{list-style:none;padding:0;margin:0;display:grid;gap:14px}
.landing-spotlight li{display:grid;gap:4px;padding:14px 15px;border-radius:18px;background:rgba(255,255,255,.03);border:1px solid rgba(145,174,222,.12)}
.landing-spotlight li b{font-size:16px;color:#fff}
.landing-spotlight li span{font-size:13px;line-height:1.55;color:#9eb0cf}
.products-enhanced{max-width:1280px;gap:26px}
.product-card-enhanced{padding:30px 30px 28px;display:flex;flex-direction:column;gap:0}
.product-card-top{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:16px}
.product-pill{display:inline-flex;align-items:center;justify-content:center;padding:9px 14px;border-radius:999px;font-size:10px;letter-spacing:.12em;text-transform:uppercase;border:1px solid rgba(145,174,222,.16);background:rgba(255,255,255,.04);color:#b7c4db}
.product-pill.warm{border-color:rgba(255,121,172,.22);color:#ffc0d9}
.product-card-enhanced h2{margin-top:0;margin-bottom:10px;font-size:42px;line-height:1.02;letter-spacing:-.045em}
.product-card-enhanced p{font-size:16px;line-height:1.72;margin:0 0 14px}
.product-features{list-style:none;padding:0;margin:0 0 24px;display:grid;gap:10px}
.product-features li{position:relative;padding-left:18px;color:#dce6f7;line-height:1.55;font-size:14px}
.product-features li:before{content:"";position:absolute;left:0;top:.55em;width:8px;height:8px;border-radius:50%;background:linear-gradient(135deg,var(--cyan),var(--pink));box-shadow:0 0 0 5px rgba(19,119,255,.08)}
.product-card-enhanced .btn{margin-top:auto;min-height:56px;border-radius:16px;padding:0 20px;font-size:13px}
.manager-panel{max-width:1280px;margin:0 auto;padding:28px 30px;border:1px solid rgba(145,174,222,.14);border-radius:28px;background:linear-gradient(140deg,rgba(16,34,67,.68),rgba(10,21,43,.92));display:flex;align-items:center;justify-content:space-between;gap:24px;box-shadow:0 24px 60px rgba(0,0,0,.16)}
.manager-panel h3{margin:6px 0 10px;font-size:30px;line-height:1.08;letter-spacing:-.04em;color:#fff}
.manager-panel p{margin:0;color:#a3b2cc;max-width:860px;line-height:1.68}
.manager-panel .btn{min-height:56px;padding:0 20px;border-radius:16px;white-space:nowrap;background:rgba(255,255,255,.04);color:#fff;border:1px solid rgba(255,255,255,.12)}
.manager-panel .btn:hover{background:rgba(255,255,255,.08)}

@media(max-width:980px){
  .hero-grid{grid-template-columns:1fr;gap:22px;margin-top:56px}
  .hero-mini-stats{grid-template-columns:1fr 1fr 1fr}
  .manager-panel{flex-direction:column;align-items:flex-start}
}
@media(max-width:760px){
  .landing-base{padding:22px 16px 28px}
  .landing-brand{align-items:flex-start;gap:10px;flex-direction:column}
  .landing-brand img{width:138px}
  .landing-brand span{font-size:11px}
  .hero-grid{margin-top:40px}
  .hero-copy h1{font-size:clamp(42px,14vw,68px)}
  .hero-copy p{font-size:18px;line-height:1.6}
  .hero-actions{display:grid;grid-template-columns:1fr;gap:10px}
  .hero-actions .btn{width:100%;min-height:52px}
  .hero-mini-stats{grid-template-columns:1fr;gap:10px}
  .hero-mini-stats article{padding:16px 16px 14px;border-radius:18px}
  .landing-spotlight{padding:22px;border-radius:24px}
  .landing-spotlight h2{font-size:34px}
  .products-enhanced{gap:18px}
  .product-card-enhanced{padding:24px 20px 22px;border-radius:24px}
  .product-card-top{align-items:flex-start;flex-direction:column;margin-bottom:12px}
  .product-card-enhanced h2{font-size:30px}
  .product-card-enhanced p{font-size:17px;line-height:1.65}
  .product-features li{font-size:15px}
  .manager-panel{padding:22px 20px;border-radius:24px}
  .manager-panel h3{font-size:28px}
  .manager-panel p{font-size:16px;line-height:1.65}
  .manager-panel .btn{width:100%;justify-content:center}
}

/* HOTFIX 2026-08-10 — modal SmartLaw no gestor */
.mgr-modal-backdrop{
  position:fixed;inset:0;z-index:3000;
  display:flex;align-items:center;justify-content:center;
  padding:24px;
  background:rgba(2,9,22,.76);
  backdrop-filter:blur(7px);
}
.mgr-modal-backdrop[hidden]{display:none!important}
.mgr-modal-card{
  position:relative;
  width:min(560px,100%);
  padding:30px;
  border-radius:26px;
  color:#fff;
  border:1px solid rgba(101,137,255,.46);
  background:
    radial-gradient(circle at 100% 0,rgba(250,22,119,.16),transparent 30%),
    linear-gradient(155deg,#0b1731 0%,#0a1025 100%);
  box-shadow:0 34px 90px rgba(0,0,0,.42),0 0 0 1px rgba(250,22,119,.18) inset;
}
.mgr-modal-card:before{
  content:"";position:absolute;left:0;right:0;top:0;height:2px;border-radius:26px 26px 0 0;
  background:linear-gradient(90deg,#1bc9ff,#6759f4,#fa1677);
}
.mgr-modal-close{
  position:absolute;top:16px;right:16px;width:40px;height:40px;border-radius:12px;
  border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.04);color:#dce5ff;
  font-size:24px;line-height:1;cursor:pointer;
}
.mgr-modal-close:hover{background:rgba(255,255,255,.09);color:#fff}
.mgr-modal-icon{
  width:62px;height:62px;border-radius:50%;display:grid;place-items:center;margin:0 auto 16px;
  color:#ff8fc6;font-size:28px;font-weight:900;
  border:2px solid transparent;
  background:linear-gradient(#0b1731,#0b1731) padding-box,linear-gradient(135deg,#4d7cff,#fa1677) border-box;
  box-shadow:0 0 34px rgba(185,70,255,.22);
}
.mgr-modal-kicker{display:block;text-align:center;font-size:10px;font-weight:900;letter-spacing:.16em;text-transform:uppercase;color:#9ba9c9;margin-bottom:8px}
.mgr-modal-card h3{margin:0;text-align:center;font-size:32px;line-height:1.04;letter-spacing:-.04em}
.mgr-modal-card>p{margin:16px auto 0;max-width:470px;text-align:center;color:#c8d3eb;font-size:15px;line-height:1.7}
.mgr-modal-card>p strong{color:#fff}
.mgr-modal-info{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:20px 0 0}
.mgr-modal-info article{padding:14px 15px;border-radius:16px;border:1px solid rgba(255,255,255,.09);background:rgba(255,255,255,.035);display:grid;gap:5px}
.mgr-modal-info span{font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:#8293b8}
.mgr-modal-info b{font-size:14px;line-height:1.4;color:#fff}
.mgr-modal-note{padding-top:16px!important;margin-top:16px!important;border-top:1px solid rgba(255,255,255,.09);font-size:13px!important;color:#aebbd5!important}
.mgr-modal-actions{display:grid;grid-template-columns:1fr 1.25fr;gap:12px;margin-top:22px}
.mgr-modal-actions .btn{min-height:54px;border-radius:14px}
.mgr-modal-actions .btn.ghost{background:rgba(255,255,255,.035);border-color:rgba(255,255,255,.14);color:#fff}
.mgr-modal-confirm{background:linear-gradient(100deg,#2878ff,#7543dc,#fa1677)!important;box-shadow:0 14px 34px rgba(103,71,229,.23)}
.mgr-modal-confirm span{font-size:18px;font-weight:500}
body.sl-modal-open{overflow:hidden}
@media(max-width:640px){
  .mgr-modal-backdrop{align-items:flex-end;padding:14px}
  .mgr-modal-card{padding:24px 18px 18px;border-radius:24px}
  .mgr-modal-card h3{font-size:28px}
  .mgr-modal-card>p{font-size:14px;line-height:1.65}
  .mgr-modal-info{grid-template-columns:1fr}
  .mgr-modal-actions{grid-template-columns:1fr}
  .mgr-modal-actions .btn{width:100%}
}


/* HOTFIX 2026-08-10 — contraste do botão Portal do gestor na home */
.hero-actions .btn.ghost{
  background:rgba(8,24,52,.92);
  color:#ffffff;
  border:1px solid rgba(255,255,255,.34);
  box-shadow:0 10px 28px rgba(0,0,0,.18), inset 0 0 0 1px rgba(255,255,255,.03);
  text-shadow:0 1px 1px rgba(0,0,0,.22);
}
.hero-actions .btn.ghost:hover{
  background:rgba(17,43,82,.98);
  border-color:rgba(255,255,255,.58);
  color:#ffffff;
  transform:translateY(-1px);
}
.hero-actions .btn.ghost:focus-visible{
  outline:3px solid rgba(19,119,255,.30);
  outline-offset:3px;
}
@media(max-width:760px){
  .hero-actions .btn.ghost{
    background:#0b2347;
    border-color:rgba(255,255,255,.30);
    color:#fff;
  }
}

/* HOTFIX 2026-08-10 — Desengaveta: fontes maiores + melhor ocupação vertical */
@media (min-width:761px){
  .product-main{
    padding-top:28px;
    padding-bottom:34px;
  }
  .des-quick{
    padding:26px 24px;
    gap:28px;
  }
  .des-quick h1{
    font-size:34px;
    line-height:1.08;
  }
  .des-quick p{
    font-size:15px;
    line-height:1.62;
  }
  .des-quick-form textarea{
    min-height:104px;
    font-size:14px;
    line-height:1.55;
  }
  .des-quick-form .btn{
    min-height:60px;
    font-size:13px;
  }
  .des-metric-grid{
    gap:14px;
    margin:16px 0;
  }
  .metric-dark{
    min-height:88px;
    padding:18px 17px;
  }
  .metric-dark span,
  .metric-dark small{
    font-size:11px;
  }
  .metric-dark strong{
    font-size:27px;
  }
  .des-flow{
    padding:15px 18px;
    min-height:68px;
  }
  .des-flow article{
    padding:6px 16px;
  }
  .des-flow strong{
    font-size:13px;
  }
  .des-flow span{
    font-size:10px;
    line-height:1.45;
  }
  .des-lower-grid{
    margin-top:16px;
    gap:16px;
    min-height:205px;
    align-items:stretch;
  }
  .des-list-card,
  .des-action-card{
    padding:22px 20px;
    min-height:205px;
  }
  .card-dark-head{
    margin-bottom:14px;
  }
  .card-dark-head h2,
  .des-action-card h2{
    font-size:23px;
    line-height:1.12;
  }
  .card-dark-head a{
    font-size:12px;
  }
  .matrix-row-dark{
    min-height:62px;
    padding:15px 5px;
  }
  .matrix-row-dark strong{
    font-size:14px;
    line-height:1.4;
  }
  .matrix-row-dark span{
    font-size:10px;
  }
  .matrix-progress>span{
    font-size:11px;
  }
  .des-action-card{
    justify-content:flex-start;
  }
  .des-action-card p{
    font-size:13px;
    line-height:1.68;
    margin:8px 0 18px;
  }
  .des-action-card .btn{
    min-height:52px;
    font-size:13px;
    margin-top:auto;
  }
  .empty-dark{
    min-height:112px;
    padding:24px;
    align-content:center;
  }
  .empty-dark b{
    font-size:14px;
  }
  .empty-dark span{
    font-size:12px;
    line-height:1.55;
  }
}

@media (min-width:1400px) and (min-height:850px){
  .product-main{
    padding-top:30px;
    padding-bottom:38px;
  }
  .des-lower-grid{
    min-height:235px;
  }
  .des-list-card,
  .des-action-card{
    min-height:235px;
  }
  .des-quick h1{
    font-size:36px;
  }
  .des-quick p{
    font-size:16px;
  }
  .metric-dark strong{
    font-size:29px;
  }
}

@media (max-width:760px){
  .des-quick h1{font-size:24px}
  .des-quick p{font-size:12px;line-height:1.6}
  .metric-dark span,.metric-dark small{font-size:10px}
  .des-flow strong{font-size:13px}
  .des-flow span{font-size:10px}
  .card-dark-head h2,.des-action-card h2{font-size:21px}
  .matrix-row-dark strong{font-size:12px;line-height:1.4}
  .des-action-card p{font-size:13px}
}

/* HOTFIX 2026-08-10 — Desengaveta mobile: elimina overflow horizontal real */
@media (max-width:760px){
  html,body{max-width:100%;overflow-x:hidden}
  body.product-bg{width:100%;max-width:100vw;overflow-x:hidden}
  .product-shell,
  .product-workspace,
  .product-main{
    width:100%;
    max-width:100%;
    min-width:0;
    overflow-x:hidden;
  }
  .product-main{
    padding-left:12px;
    padding-right:12px;
  }
  .product-main > *,
  .des-quick,
  .des-metric-grid,
  .des-flow,
  .des-lower-grid,
  .des-list-card,
  .des-action-card,
  .matrix-list-dark,
  .matrix-row-dark{
    width:100%;
    max-width:100%;
    min-width:0;
  }
  .des-lower-grid{
    grid-template-columns:minmax(0,1fr)!important;
    overflow:hidden;
  }
  .des-list-card,
  .des-action-card{
    overflow:hidden;
  }
  .card-dark-head{
    min-width:0;
    max-width:100%;
  }
  .card-dark-head > div{
    min-width:0;
  }
  .card-dark-head h2,
  .des-action-card h2,
  .des-action-card p{
    max-width:100%;
    overflow-wrap:anywhere;
    word-break:normal;
  }
  .matrix-row-dark{
    grid-template-columns:minmax(0,1fr) 64px 12px!important;
    gap:8px;
    overflow:hidden;
  }
  .matrix-row-dark > div:first-child{
    min-width:0;
    overflow:hidden;
  }
  .matrix-row-dark strong{
    display:block;
    width:100%;
    max-width:100%;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    overflow-wrap:anywhere;
  }
  .matrix-row-dark span{
    display:block;
    width:100%;
    max-width:100%;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
  }
  .matrix-progress{
    width:64px;
    min-width:0;
    overflow:hidden;
  }
  .matrix-progress > span{
    white-space:nowrap;
  }
  .matrix-row-dark em{
    width:12px;
    min-width:12px;
    overflow:hidden;
  }
  .des-action-card .btn,
  .des-quick-form .btn,
  .des-quick-form textarea{
    width:100%;
    max-width:100%;
    min-width:0;
  }
}

@media (max-width:420px){
  .matrix-row-dark{
    grid-template-columns:minmax(0,1fr) 54px 10px!important;
    gap:6px;
  }
  .matrix-progress{width:54px}
  .card-dark-head{gap:8px}
  .card-dark-head a{flex:0 0 auto}
}

/* CERTIFICAÇÃO SMARTLAW — GESTOR */
.cert-admin-box{margin:22px 0;padding:22px;border:1px solid rgba(0,217,255,.16);border-radius:20px;background:linear-gradient(145deg,rgba(0,217,255,.035),rgba(119,80,221,.04),rgba(255,0,122,.025))}.cert-admin-title{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:18px}.cert-admin-title h2{margin:6px 0 5px}.cert-admin-title p{margin:0;color:var(--muted,#8fa0b8);font-size:13px}.cert-switch,.cert-check{display:flex;align-items:center;gap:9px;font-weight:800}.cert-switch{padding:10px 12px;border:1px solid rgba(0,217,255,.2);border-radius:12px;white-space:nowrap}.cert-grid3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.cert-admin-box .field small{color:#7f91aa;font-size:11px}.cert-rule-note{margin-top:14px;padding:12px 14px;border-radius:12px;background:rgba(255,255,255,.035);color:#9fb0c7;font-size:12px;line-height:1.55}.cert-manager-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:16px}.cert-manager-stats article{padding:17px;border:1px solid rgba(255,255,255,.08);border-radius:16px;background:rgba(255,255,255,.025)}.cert-manager-stats small{display:block;color:#8ea0b8}.cert-manager-stats b{display:block;font-size:28px;margin-top:6px}.cert-manager-grid{align-items:start}.cert-template-preview{border:1px solid rgba(255,255,255,.08);border-radius:16px;overflow:hidden;background:#fff;margin:16px 0}.cert-template-preview img{width:100%;display:block}.cert-list-head{display:flex;justify-content:space-between;align-items:flex-end;gap:14px}.cert-list-head form{display:flex;gap:8px}.cert-list-head input{min-width:280px}.cert-table-wrap{overflow:auto;margin-top:16px}.cert-table-wrap table{width:100%;border-collapse:collapse;min-width:960px}.cert-table-wrap th,.cert-table-wrap td{padding:11px 10px;text-align:left;border-bottom:1px solid rgba(255,255,255,.07);font-size:12px}.cert-table-wrap th{color:#8294ad;font-size:10px;text-transform:uppercase;letter-spacing:.08em}.cert-table-wrap td small{display:block;color:#8294ad;margin-top:3px}.cert-table-wrap code{color:#63dcff}.cert-status-pill{display:inline-flex;padding:5px 8px;border-radius:999px;font-size:10px;font-weight:800}.cert-status-pill.ok{color:#70e4b6;background:rgba(51,225,162,.08);border:1px solid rgba(51,225,162,.2)}.cert-status-pill.bad{color:#ff8fa5;background:rgba(255,91,119,.08);border:1px solid rgba(255,91,119,.2)}.cert-row-actions{display:flex;gap:5px;align-items:center}.cert-row-actions form{margin:0}.btn.small{padding:7px 9px;min-height:0;font-size:10px}.btn.danger{background:rgba(255,91,119,.1);border:1px solid rgba(255,91,119,.25);color:#ff9cad}
@media(max-width:900px){.cert-manager-stats{grid-template-columns:1fr 1fr}.cert-grid3{grid-template-columns:1fr}.cert-admin-title{flex-direction:column}.cert-list-head{align-items:stretch;flex-direction:column}.cert-list-head form{width:100%}.cert-list-head input{min-width:0;flex:1}}

/* SMART HELP — orientação jurídica + rastreabilidade 2026-08-13 */
.help-intake{border-color:rgba(83,202,255,.24)!important}
.help-guidance-preview{margin:18px 0;padding:20px;border:1px solid rgba(83,202,255,.22);border-radius:18px;background:linear-gradient(145deg,rgba(19,119,255,.08),rgba(117,67,220,.08));color:#f7fbff}
.help-guidance-preview h2{margin:6px 0 10px;font-size:24px}.help-guidance-preview p,.help-guidance-preview li{color:#b8c8e1;line-height:1.62}.help-guidance-preview ul{margin:10px 0 0;padding-left:20px}.help-challenge{margin-bottom:16px;background:rgba(255,255,255,.03)!important}
.help-case-head{border-color:rgba(83,202,255,.18)!important}
.help-specialist-card{margin-top:16px;padding:22px;border-radius:20px;border:1px solid rgba(250,22,119,.32);background:radial-gradient(circle at 90% 100%,rgba(250,22,119,.16),transparent 50%),linear-gradient(145deg,#0d2244,#15173a);display:flex;align-items:center;justify-content:space-between;gap:24px;color:#fff}.help-specialist-card h2{font-size:28px;margin:7px 0 8px}.help-specialist-card p{margin:0;color:#aebed8;line-height:1.6;max-width:760px}.help-specialist-link,.help-text-link{color:#70d8ff;font-weight:900;text-decoration:underline;text-underline-offset:4px}.help-specialist-link{white-space:nowrap;font-size:15px;padding:13px 16px;border-radius:12px;border:1px solid rgba(112,216,255,.22);text-decoration:none;background:rgba(38,132,255,.08)}.help-specialist-link:hover{background:rgba(38,132,255,.15)}
.help-guidance-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(280px,.7fr);gap:16px;margin-top:16px}.help-guidance-main{border-color:rgba(83,202,255,.2)!important}.help-guidance-main h2,.help-context-card h2,.help-guidance-section h2,.help-answers h2{margin:7px 0 10px}.help-guidance-main p,.help-context-card p,.help-guidance-section p,.help-answers p{font-size:14px;line-height:1.68}.help-attention-list{display:grid;gap:10px;padding-left:20px;margin:14px 0 0}.help-attention-list li{color:#c5d3e8;line-height:1.55}.help-answer-list{display:grid;gap:12px}.help-answer-list article{padding:14px 16px;border:1px solid rgba(145,174,222,.12);border-radius:14px;background:rgba(255,255,255,.025)}.help-answer-list article strong{display:block;margin-bottom:6px;color:#fff}.help-answer-list article p{margin:0}.help-institutional{border-color:rgba(117,67,220,.24)!important}.help-institutional p{font-size:13px;line-height:1.7}.help-case-actions{align-items:center}

.help-admin-filters{display:grid;grid-template-columns:minmax(260px,1fr) 210px 180px auto auto;gap:10px;align-items:end}.help-admin-filters .btn{height:44px}.interaction-timeline{display:grid;gap:0}.interaction-item{position:relative;display:grid;grid-template-columns:22px minmax(0,1fr);gap:10px;padding:0 0 18px}.interaction-item:not(:last-child):before{content:"";position:absolute;left:10px;top:20px;bottom:0;width:1px;background:#dfe5ee}.interaction-dot{width:13px;height:13px;border-radius:50%;margin-top:7px;background:#8293ad;border:3px solid #fff;box-shadow:0 0 0 1px #d6dde7;z-index:1}.interaction-item.actor-user .interaction-dot{background:#1377ff}.interaction-item.actor-ai .interaction-dot{background:#7543dc}.interaction-item.actor-system .interaction-dot{background:#20a765}.interaction-item.actor-manager .interaction-dot{background:#f59d27}.interaction-body{border:1px solid var(--line);border-radius:14px;padding:14px 16px;background:#fafcff}.interaction-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.interaction-head strong{display:block}.interaction-head small{display:block;color:var(--muted);margin-top:4px}.interaction-head time{font-size:11px;color:var(--muted);white-space:nowrap}.interaction-body p{margin:10px 0 0;white-space:normal}.interaction-body details{margin-top:10px}.interaction-body summary{cursor:pointer;font-size:11px;color:#4b6da8;font-weight:800}.interaction-body pre,.help-json{white-space:pre-wrap;word-break:break-word;overflow:auto;border:1px solid var(--line);background:#f5f7fb;border-radius:10px;padding:12px;font-size:11px;line-height:1.5;color:#24324d}
.manager-bg .interaction-body{background:rgba(255,255,255,.025);border-color:rgba(145,174,222,.14);color:#eaf0fa}.manager-bg .interaction-item:not(:last-child):before{background:rgba(145,174,222,.18)}.manager-bg .interaction-dot{border-color:#0b1d38;box-shadow:0 0 0 1px rgba(145,174,222,.25)}.manager-bg .interaction-head small,.manager-bg .interaction-head time{color:#879bb9}.manager-bg .interaction-body summary{color:#75cfff}.manager-bg .interaction-body pre,.manager-bg .help-json{background:#07172f;color:#bcd0eb;border-color:rgba(145,174,222,.16)}

@media(max-width:1050px){.help-guidance-grid{grid-template-columns:1fr}.help-admin-filters{grid-template-columns:1fr 1fr 1fr}.help-admin-filters .btn{width:100%}}
@media(max-width:760px){.help-specialist-card{align-items:flex-start;flex-direction:column;padding:18px}.help-specialist-card h2{font-size:24px}.help-specialist-link{width:100%;text-align:center}.help-guidance-grid{grid-template-columns:1fr}.help-admin-filters{grid-template-columns:1fr}.interaction-head{flex-direction:column;gap:5px}.help-guidance-preview{padding:16px}.help-guidance-preview h2{font-size:21px}}


/* SMART HELP CHAT LIVRE 2026-08-13 */
.help-new-chat h1,.help-chat-head h1{margin:7px 0 8px;font-size:clamp(28px,3vw,42px);letter-spacing:-.035em}
.help-chat-head{max-width:1120px;margin:0 auto 14px;padding:18px 20px;border-color:rgba(83,202,255,.16)!important}
.help-chat-head-meta{display:flex;gap:16px;flex-wrap:wrap;color:#7890b6;font-size:10px;margin-top:10px}
.help-chat-shell{max-width:1120px;margin:0 auto;display:grid;gap:14px}
.help-chat-stream{min-height:390px;border:1px solid rgba(145,174,222,.13);border-radius:22px;background:linear-gradient(180deg,rgba(6,23,49,.78),rgba(7,19,42,.94));padding:22px;display:grid;gap:18px;box-shadow:0 24px 70px rgba(0,0,0,.12)}
.help-chat-message{display:grid;gap:6px;max-width:88%}
.help-chat-message.is-user{justify-self:end;width:min(82%,760px)}
.help-chat-message.is-ai{justify-self:start;width:min(92%,900px)}
.help-chat-message-label{display:flex;align-items:center;gap:9px;color:#8da3c5;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;padding:0 5px}
.help-chat-message.is-user .help-chat-message-label{justify-content:flex-end}
.help-chat-message-label time{font-weight:500;text-transform:none;letter-spacing:0;color:#657b9d}
.help-chat-bubble{border-radius:20px;padding:17px 18px;color:#f7fbff}
.help-chat-message.is-user .help-chat-bubble{background:linear-gradient(135deg,#173b76,#32307d 55%,#6b2d87);border:1px solid rgba(118,141,255,.28);border-bottom-right-radius:7px}
.help-chat-message.is-ai .help-chat-bubble{background:linear-gradient(150deg,#0d2448,#101f42);border:1px solid rgba(83,202,255,.17);border-bottom-left-radius:7px}
.help-chat-bubble p{margin:0;font-size:14px;line-height:1.68;color:#d5e1f3}
.help-chat-message.is-user .help-chat-bubble p{color:#fff}
.help-chat-section{display:grid;gap:7px;padding:13px 0;border-bottom:1px solid rgba(145,174,222,.10)}
.help-chat-section:first-child{padding-top:0}.help-chat-section:last-of-type{border-bottom:0}
.help-chat-section>strong{font-size:12px;color:#fff}.help-chat-section ul{margin:2px 0 0;padding-left:19px;display:grid;gap:6px;color:#c6d4e8;font-size:13px;line-height:1.55}
.help-chat-followup{margin-top:14px;border:1px solid rgba(83,202,255,.22);background:rgba(27,95,174,.13);border-radius:15px;padding:13px 14px}.help-chat-followup span{display:block;color:#63c9ff;font-size:9px;font-weight:900;letter-spacing:.11em;text-transform:uppercase;margin-bottom:5px}.help-chat-followup p{color:#fff;font-weight:700}
.help-chat-specialist-inline{margin-top:14px!important;display:grid;gap:5px;padding-top:13px;border-top:1px solid rgba(250,22,119,.18)}.help-chat-specialist-inline a{color:#ff63ad;font-weight:900;text-decoration:underline;text-underline-offset:4px}.help-chat-specialist-inline small{color:#95a8c7;font-size:11px;line-height:1.45}
.help-chat-institutional{margin-top:15px!important;padding-top:12px;border-top:1px solid rgba(145,174,222,.08);font-size:10px!important;color:#7e91af!important;line-height:1.55!important}
.help-chat-composer{border:1px solid rgba(83,202,255,.18);border-radius:20px;background:#0b2143;padding:12px;box-shadow:0 18px 45px rgba(0,0,0,.16);position:sticky;bottom:12px;z-index:4}
.help-chat-composer textarea{width:100%;min-height:72px;max-height:180px;resize:none;border:0;outline:0;background:transparent;color:#fff;padding:8px 9px;font:inherit;font-size:14px;line-height:1.55}.help-chat-composer textarea::placeholder{color:#6f86a9}
.help-chat-composer-foot{display:flex;align-items:center;justify-content:space-between;gap:14px;border-top:1px solid rgba(145,174,222,.09);padding-top:10px}.help-chat-composer-foot small{color:#7186a8;font-size:10px}.help-chat-composer .btn{min-width:120px}
.help-chat-composer-new{position:static;margin-top:18px}.help-chat-composer-new textarea{min-height:150px}.help-chat-limit-note{font-size:11px!important;margin-top:13px!important}
.help-chat-closed{display:flex;align-items:center;justify-content:space-between;gap:14px}
.help-conversation-row{grid-template-columns:minmax(0,1fr) 86px 20px}.help-conversation-count{text-align:right}.help-conversation-count b{display:block;color:#fff;font-size:16px}.help-conversation-count span{font-size:9px!important;margin:1px 0 0!important}.help-chat-flow article div{min-width:0}
.help-admin-structured{display:flex;gap:7px;flex-wrap:wrap;margin-top:10px}.help-admin-structured span{padding:5px 8px;border-radius:999px;background:#eef3fb;color:#51627c;font-size:10px}.interaction-item.is-chat .interaction-body{border-color:#d8e7f7}.help-admin-filters-chat{grid-template-columns:1.35fr repeat(4,minmax(125px,.7fr)) auto auto!important}
@media(max-width:1180px){.help-admin-filters-chat{grid-template-columns:1fr 1fr 1fr!important}.help-admin-filters-chat .btn{width:100%}}
@media(max-width:760px){
  .help-chat-head{padding:15px 14px}.help-chat-head h1{font-size:25px}.help-chat-stream{padding:13px;border-radius:17px;gap:15px}.help-chat-message,.help-chat-message.is-user,.help-chat-message.is-ai{max-width:100%;width:100%}.help-chat-message.is-user{width:92%;justify-self:end}.help-chat-bubble{padding:14px 14px;border-radius:17px}.help-chat-bubble p{font-size:13px}.help-chat-section ul{font-size:12px}.help-chat-composer{bottom:8px;border-radius:17px;padding:9px}.help-chat-composer textarea{min-height:64px;font-size:13px}.help-chat-composer-foot{align-items:flex-end}.help-chat-composer-foot small{max-width:65%;font-size:9px}.help-chat-composer .btn{min-width:92px;padding:10px 12px}.help-chat-closed{align-items:flex-start;flex-direction:column}.help-conversation-row{grid-template-columns:minmax(0,1fr) 65px 14px}.help-admin-filters-chat{grid-template-columns:1fr!important}
}

/* SMART HELP CHAT UI 2 — 2026-08-13 */
.product-desengaveta .product-main{background:radial-gradient(circle at 62% 0%,rgba(28,93,190,.07),transparent 34%),transparent}
.help-chat-head{max-width:1180px!important;margin:0 auto 18px!important;padding:22px 24px!important;border-radius:22px!important;background:linear-gradient(145deg,rgba(16,44,86,.94),rgba(10,31,63,.96))!important;box-shadow:0 16px 44px rgba(0,0,0,.12)}
.help-chat-head .card-head{align-items:flex-start}
.help-chat-head h1{margin:8px 0 9px!important;font-size:clamp(28px,2.6vw,40px)!important;line-height:1.08;letter-spacing:-.04em}
.help-chat-head .muted{font-size:12px;line-height:1.5;color:#8fa9cf}
.help-meta-dot{display:inline-block;padding:0 5px;color:#4c6e9f}
.help-chat-head-meta{display:flex!important;align-items:center;gap:9px!important;margin-top:15px!important;font-size:10px!important;color:#7e96b8!important}
.help-chat-head-meta span{display:inline-flex;align-items:center;gap:5px;padding:6px 9px;border:1px solid rgba(142,177,225,.10);border-radius:999px;background:rgba(255,255,255,.025)}
.help-chat-head-meta b{color:#d8e8ff}

.help-chat-shell{max-width:1180px!important;margin:0 auto!important;gap:12px!important}
.help-chat-stream{min-height:430px!important;padding:26px!important;gap:22px!important;border-radius:24px!important;border:1px solid rgba(118,163,226,.12)!important;background:linear-gradient(180deg,rgba(5,20,43,.72),rgba(5,18,39,.94))!important;box-shadow:0 24px 70px rgba(0,0,0,.13)!important}
.help-chat-message{gap:8px!important}
.help-chat-message.is-user{width:min(76%,760px)!important;max-width:76%!important}
.help-chat-message.is-ai{width:min(90%,920px)!important;max-width:90%!important}
.help-chat-message-label{display:flex!important;align-items:center!important;gap:8px!important;padding:0 3px!important;text-transform:none!important;letter-spacing:0!important;font-size:11px!important;color:#91a9ca!important}
.help-chat-message.is-user .help-chat-message-label{justify-content:flex-end!important}
.help-chat-avatar{width:25px;height:25px;border-radius:9px;display:grid;place-items:center;font-size:10px;font-weight:900;color:#fff;background:linear-gradient(135deg,#148cff,#7c4ee7)}
.help-chat-message.is-user .help-chat-avatar{order:3;background:linear-gradient(135deg,#7048d9,#ed1680)}
.help-chat-message.is-user .help-chat-who{order:1}
.help-chat-message.is-user time{order:2}
.help-chat-who{font-weight:850;color:#dce9fb}
.help-chat-message-label time{font-size:9px!important;color:#5f7698!important;margin-left:2px}
.help-chat-bubble{padding:18px 20px!important;border-radius:21px!important;box-shadow:0 14px 32px rgba(0,0,0,.13)}
.help-chat-message.is-user .help-chat-bubble{background:linear-gradient(135deg,#3b4fb0 0%,#6540b1 58%,#9d337f 100%)!important;border:1px solid rgba(169,154,255,.22)!important;border-bottom-right-radius:7px!important}
.help-chat-message.is-ai .help-chat-bubble{background:linear-gradient(145deg,#0d2a51,#0d2244 68%,#101d3a)!important;border:1px solid rgba(75,171,255,.18)!important;border-bottom-left-radius:7px!important}
.help-chat-bubble p{font-size:14px!important;line-height:1.7!important;color:#d6e2f3!important}
.help-chat-message.is-user .help-chat-bubble p{color:#fff!important;font-size:14px!important}
.help-chat-section{padding:14px 0!important;gap:8px!important;border-bottom:1px solid rgba(145,174,222,.09)!important}
.help-chat-section:first-child{padding-top:0!important}
.help-chat-section>strong{display:block;font-size:13px!important;line-height:1.35;color:#fff!important;letter-spacing:-.01em}
.help-chat-section ul{margin:3px 0 0!important;padding-left:20px!important;gap:7px!important;font-size:13px!important;line-height:1.6!important;color:#c9d7e9!important}
.help-chat-section li::marker{color:#55c5ff}
.help-chat-followup{margin-top:16px!important;padding:14px 15px!important;border-radius:16px!important;border-color:rgba(75,184,255,.25)!important;background:linear-gradient(135deg,rgba(17,111,199,.15),rgba(75,79,190,.09))!important}
.help-chat-followup span{font-size:9px!important;color:#6ed0ff!important}
.help-chat-followup p{font-size:14px!important;line-height:1.55!important;color:#fff!important}
.help-chat-specialist-inline{margin-top:16px!important;padding:15px!important;border:1px solid rgba(241,43,137,.25)!important;border-radius:16px!important;background:linear-gradient(135deg,rgba(117,51,192,.15),rgba(240,22,125,.09))!important}
.help-chat-specialist-inline a{display:inline-flex;align-items:center;gap:8px;width:max-content;color:#ff73b6!important;text-decoration:none!important;font-size:13px;font-weight:900}
.help-chat-specialist-inline small{color:#a9bad2!important}
.help-chat-institutional{margin-top:13px!important;padding-top:11px!important;border-top:1px solid rgba(145,174,222,.08)!important;color:#7085a3!important}
.help-chat-institutional summary{cursor:pointer;list-style:none;font-size:10px;font-weight:800;color:#8297b5;user-select:none}
.help-chat-institutional summary::-webkit-details-marker{display:none}
.help-chat-institutional summary:after{content:' +';color:#5fbce9}
.help-chat-institutional[open] summary:after{content:' −'}
.help-chat-institutional p{margin:8px 0 0!important;font-size:10px!important;line-height:1.55!important;color:#7487a4!important}

.help-chat-composer{position:sticky!important;bottom:12px!important;z-index:6!important;padding:10px!important;border-radius:22px!important;border:1px solid rgba(76,173,255,.22)!important;background:rgba(8,31,63,.97)!important;backdrop-filter:blur(14px);box-shadow:0 18px 48px rgba(0,0,0,.28),0 0 0 1px rgba(255,255,255,.02)!important}
.help-chat-input-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:end}
.help-chat-composer textarea{width:100%!important;min-height:52px!important;max-height:180px!important;padding:14px 15px!important;border:1px solid rgba(140,177,226,.12)!important;border-radius:15px!important;background:rgba(4,19,42,.7)!important;color:#f7fbff!important;font-size:14px!important;line-height:1.5!important;resize:none!important;outline:0!important;transition:border-color .18s,box-shadow .18s}
.help-chat-composer textarea:focus{border-color:rgba(76,184,255,.42)!important;box-shadow:0 0 0 3px rgba(76,184,255,.08)}
.help-chat-composer textarea::placeholder{color:#6e86a8!important}
.help-chat-send{height:52px!important;min-width:116px!important;border-radius:14px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:9px!important;padding:0 17px!important;font-size:11px!important;font-weight:900!important;letter-spacing:.04em}
.help-chat-send b{font-size:16px;font-weight:500}
.help-chat-composer-foot{display:flex!important;justify-content:space-between!important;align-items:center!important;gap:12px!important;padding:9px 5px 1px!important;border-top:0!important}
.help-chat-composer-foot small{font-size:9px!important;line-height:1.4!important;color:#6e84a4!important;max-width:none!important}
.help-chat-composer-foot small b{color:#91a8c7;font-weight:800}
.help-chat-composer-foot small span{padding:0 3px;color:#4e6686}
.help-chat-count{white-space:nowrap!important;color:#536c8d!important}
.help-chat-secondary-actions{max-width:1180px;margin:8px auto 0;display:flex;justify-content:flex-end}
.help-chat-secondary-actions form{margin:0}
.help-chat-close{border:0;background:transparent;color:#6f84a3;font-size:10px;font-weight:800;cursor:pointer;padding:7px 3px}
.help-chat-close:hover{color:#a6bad6;text-decoration:underline;text-underline-offset:3px}

@media(max-width:900px){
  .help-chat-head,.help-chat-shell,.help-chat-secondary-actions{max-width:100%!important}
  .help-chat-stream{padding:17px!important;border-radius:20px!important;gap:18px!important}
  .help-chat-message.is-user{width:88%!important;max-width:88%!important}
  .help-chat-message.is-ai{width:96%!important;max-width:96%!important}
  .help-chat-bubble{padding:15px 16px!important}
  .help-chat-input-row{grid-template-columns:minmax(0,1fr) 96px}
  .help-chat-send{min-width:96px!important;padding:0 12px!important}
}
@media(max-width:600px){
  .help-chat-head{padding:17px 15px!important;border-radius:18px!important}
  .help-chat-head .card-head{gap:12px}
  .help-chat-head h1{font-size:25px!important}
  .help-chat-head-meta{gap:6px!important}
  .help-chat-head-meta span:nth-child(2){display:none}
  .help-chat-stream{padding:12px!important;border-radius:17px!important;min-height:340px!important}
  .help-chat-message.is-user{width:94%!important;max-width:94%!important}
  .help-chat-message.is-ai{width:100%!important;max-width:100%!important}
  .help-chat-avatar{width:22px;height:22px;border-radius:8px}
  .help-chat-bubble{padding:14px!important;border-radius:17px!important}
  .help-chat-bubble p,.help-chat-message.is-user .help-chat-bubble p{font-size:13px!important;line-height:1.62!important}
  .help-chat-section>strong{font-size:12px!important}
  .help-chat-section ul{font-size:12px!important}
  .help-chat-composer{bottom:7px!important;border-radius:18px!important;padding:8px!important}
  .help-chat-input-row{grid-template-columns:1fr;gap:8px}
  .help-chat-composer textarea{min-height:54px!important;padding:12px 13px!important;font-size:13px!important}
  .help-chat-send{width:100%!important;height:46px!important;min-width:0!important}
  .help-chat-composer-foot{padding:7px 3px 0!important}
  .help-chat-composer-foot small:first-child{font-size:8px!important;max-width:82%!important}
  .help-chat-count{font-size:8px!important}
}

/* SMARTBRAND MVP — 13/08/2026 */
:root{--brand-purple:#6f42c1;--brand-purple2:#8a5be2;--brand-soft:#efeafd;--brand-green:#31a85c}
.btn.brand-primary{background:linear-gradient(110deg,#7543dc,#8c52d8);color:#fff;border:0}.btn.brand-primary:hover{filter:brightness(1.05)}.btn.brand-success{background:linear-gradient(110deg,#259d50,#39b866);color:#fff}.product-card.brand .icon{background:linear-gradient(135deg,#7550d8,#b188ef)}.brand-pill{border-color:rgba(187,148,255,.3)!important;color:#d7bfff!important}.products-enhanced{grid-template-columns:repeat(3,minmax(0,1fr))}.product-card-enhanced{min-width:0}.product-card-enhanced h2{font-size:36px}.product-card-enhanced p{font-size:15px}
.product-smartbrand .product-workspace{background:radial-gradient(circle at 75% 0,rgba(116,67,220,.13),transparent 28%),#07172f}.product-smartbrand .product-side-icon{background:linear-gradient(135deg,rgba(117,67,220,.28),rgba(177,136,239,.2));border-color:rgba(177,136,239,.35);color:#d9c4ff}.product-smartbrand .product-side-title{color:#c9aaff}.product-smartbrand .product-side-callout{border-color:rgba(177,136,239,.3);background:radial-gradient(circle at 90% 100%,rgba(116,67,220,.26),transparent 55%),linear-gradient(145deg,#0b1d3b,#17163c)}
.brand-auth-page{background:#f7f5fc}.brand-auth-shell{min-height:100vh;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(420px,.85fr)}.brand-auth-hero{padding:58px clamp(34px,6vw,88px);background:radial-gradient(circle at 80% 20%,rgba(156,112,231,.24),transparent 30%),linear-gradient(150deg,#07172f,#17173f 68%,#382253);color:#fff;display:flex;flex-direction:column;justify-content:center}.brand-auth-logo img{width:185px}.brand-auth-hero h1{font-size:clamp(48px,5.5vw,78px);line-height:.98;letter-spacing:-.055em;margin:34px 0 18px}.brand-auth-hero h1 em{font-style:normal;background:linear-gradient(90deg,#b99bf7,#e7d9ff);background-clip:text;color:transparent}.brand-auth-hero>p{color:#b7c4da;font-size:16px;line-height:1.7;max-width:720px}.brand-search-box{margin-top:28px;max-width:760px;padding:18px;border-radius:20px;border:1px solid rgba(196,168,245,.24);background:rgba(255,255,255,.055);backdrop-filter:blur(8px)}.brand-search-box label{font-size:12px;font-weight:900;letter-spacing:.05em}.brand-search-box>div{display:grid;grid-template-columns:1fr auto;gap:10px;margin:10px 0}.brand-search-box input{min-height:54px;border-radius:14px;border:1px solid rgba(255,255,255,.15);background:rgba(5,16,36,.7);color:#fff;padding:0 15px;outline:none}.brand-search-box input:focus{border-color:#a889e9;box-shadow:0 0 0 3px rgba(168,137,233,.12)}.brand-search-box small{color:#8ea2c1;line-height:1.5}.brand-auth-card-wrap{display:grid;place-items:center;padding:34px}.brand-auth-card{width:min(500px,100%);background:#fff;border:1px solid #e2dded;border-radius:28px;padding:30px;box-shadow:0 24px 70px rgba(27,16,52,.12)}.brand-auth-card h2{font-size:30px;line-height:1.15;margin:7px 0 12px;letter-spacing:-.03em}
.brand-hero{border-radius:24px;padding:30px;display:grid;grid-template-columns:minmax(0,1fr) 210px;gap:30px;align-items:center;background:radial-gradient(circle at 92% 30%,rgba(139,91,226,.22),transparent 30%),linear-gradient(135deg,#0a2144,#15173e)}.brand-hero h1{font-size:clamp(34px,4vw,54px);letter-spacing:-.05em;line-height:1.02;margin:10px 0}.brand-hero p{color:#9eb0cf;line-height:1.6;max-width:760px}.brand-shield{width:170px;height:170px;border-radius:50%;margin-left:auto;display:grid;place-items:center;text-align:center;border:1px solid rgba(183,151,241,.28);background:radial-gradient(circle,rgba(124,81,204,.23),rgba(12,29,59,.2));box-shadow:0 0 70px rgba(116,67,220,.13)}.brand-shield b{font-size:58px;line-height:.8;color:#cfb5ff}.brand-shield span{font-size:14px;font-weight:900;letter-spacing:.12em;color:#e4d6ff}.brand-orders-card,.brand-how{border-radius:20px;padding:22px;margin-top:14px}.brand-order-list{display:grid}.brand-order-row{display:grid;grid-template-columns:44px minmax(0,1fr) 190px 18px;gap:14px;align-items:center;padding:16px 4px;border-top:1px solid rgba(145,174,222,.1)}.brand-order-mark{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;background:linear-gradient(135deg,#7045c4,#a373e8);font-size:22px;font-weight:900}.brand-order-copy strong,.brand-order-copy span{display:block}.brand-order-copy strong{font-size:15px}.brand-order-copy span{font-size:10px;color:#8fa3c3;margin-top:4px}.brand-mini-progress{height:5px;background:#07152d;border-radius:999px;overflow:hidden;margin-top:8px}.brand-mini-progress i{display:block;height:100%;background:linear-gradient(90deg,#7450d6,#bb88ef)}.brand-order-stage{display:grid;gap:4px}.brand-order-stage small{color:#7389ac}.brand-order-stage b{font-size:12px}.brand-order-row em{font-style:normal;font-size:24px;color:#9c7ae1}.brand-how{display:grid;grid-template-columns:240px 1fr;gap:24px}.brand-how h2{font-size:24px;margin:7px 0}.brand-how-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.brand-how-grid article{border:1px solid rgba(145,174,222,.12);border-radius:15px;padding:14px}.brand-how-grid b{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#6f42c1,#9b72e2);font-size:11px;margin-bottom:10px}.brand-how-grid strong,.brand-how-grid span{display:block}.brand-how-grid strong{font-size:11px}.brand-how-grid span{font-size:9px;color:#8398b9;line-height:1.45;margin-top:4px}
.brand-form-head{max-width:900px;margin:6px auto 18px}.brand-form-head h1{font-size:clamp(34px,4vw,52px);margin:9px 0;letter-spacing:-.045em}.brand-form-head p{color:#97a9c7;line-height:1.6}.brand-order-form,.brand-upload-form{max-width:1100px;margin:0 auto;border-radius:22px;padding:24px}.brand-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.field.dark span{color:#92a8c8}.field.dark input,.field.dark textarea,.field.dark select{background:#091d3b;border-color:rgba(145,174,222,.18);color:#fff}.field.dark input:focus,.field.dark textarea:focus,.field.dark select:focus{border-color:#a17ce4;box-shadow:0 0 0 3px rgba(161,124,228,.1)}.field.dark small{color:#7188ab;line-height:1.45}.brand-full{margin-top:14px}.brand-service-picker{margin-top:22px;border-top:1px solid rgba(145,174,222,.1);padding-top:20px}.brand-service-picker h2{margin:6px 0 12px}.brand-service-option{display:grid;grid-template-columns:20px minmax(0,1fr) auto;gap:12px;align-items:center;border:1px solid rgba(145,174,222,.13);border-radius:15px;padding:14px;margin-top:9px;cursor:pointer}.brand-service-option:hover{border-color:rgba(177,136,239,.38)}.brand-service-option input{accent-color:#7e54d8}.brand-service-option span strong,.brand-service-option span small{display:block}.brand-service-option span small{font-size:10px;color:#8296b7;line-height:1.45;margin-top:3px}.brand-service-option>b{color:#d7c3ff;font-size:14px}.brand-form-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:22px}.brand-upload-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.brand-drop{min-height:175px;border:1.5px dashed rgba(177,136,239,.34);border-radius:18px;background:rgba(123,78,202,.05);display:grid;place-items:center;text-align:center;align-content:center;gap:7px;padding:18px;cursor:pointer}.brand-drop:hover{background:rgba(123,78,202,.09);border-color:#a17ce4}.brand-drop-icon{font-size:27px;color:#c7abf9}.brand-drop strong{font-size:14px}.brand-drop small{color:#7e93b5;font-size:10px}.brand-drop input{max-width:100%;font-size:10px;color:#91a5c5}.brand-note{margin-top:16px;border:1px solid rgba(117,80,214,.2);border-radius:15px;padding:14px;background:rgba(117,80,214,.06)}.brand-note b{color:#c8b2f4}.brand-note p{margin:5px 0 0;color:#8fa3c2;font-size:11px;line-height:1.55}
.brand-order-header{border-radius:20px;padding:22px;display:flex;justify-content:space-between;gap:20px;align-items:center}.brand-order-header h1{font-size:38px;margin:6px 0;letter-spacing:-.04em}.brand-order-header p{margin:0;color:#91a6c5}.brand-stage-badge{min-width:210px;border:1px solid rgba(177,136,239,.22);border-radius:16px;padding:14px;background:rgba(117,67,220,.06);display:grid;gap:3px}.brand-stage-badge span,.brand-stage-badge small{color:#8197b9;font-size:10px}.brand-stage-badge b{font-size:17px;color:#d8c4ff}.brand-stage-line{margin-top:14px;border-radius:18px;padding:18px;display:grid;grid-template-columns:repeat(6,1fr);gap:6px}.brand-stage{position:relative;display:grid;justify-items:center;text-align:center;gap:7px;color:#60769a;font-size:10px}.brand-stage:after{content:"";position:absolute;top:16px;left:calc(50% + 20px);right:calc(-50% + 20px);height:1px;background:#1b355a}.brand-stage:last-child:after{display:none}.brand-stage i{width:33px;height:33px;border-radius:50%;display:grid;place-items:center;background:#0a1d38;border:1px solid #264265;font-style:normal;font-weight:900;z-index:1}.brand-stage.done,.brand-stage.active{color:#ddd0fb}.brand-stage.done i{background:#744dcc;border-color:#744dcc;color:#fff}.brand-stage.active i{background:#a17ce4;border-color:#c9aefe;color:#08152d}.brand-stage.done:after{background:#744dcc}.brand-order-layout{display:grid;grid-template-columns:minmax(0,1.75fr) minmax(300px,.72fr);gap:14px;margin-top:14px}.brand-order-main,.brand-order-side{display:grid;gap:14px;align-content:start}.brand-summary-card{border-radius:18px;padding:20px}.brand-data-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.brand-data-grid>div{border:1px solid rgba(145,174,222,.1);border-radius:13px;padding:12px}.brand-data-grid span,.brand-activities>span{display:block;color:#748aae;font-size:9px;text-transform:uppercase;letter-spacing:.08em}.brand-data-grid b{display:block;margin-top:5px;font-size:12px}.brand-activities{margin-top:12px;border-top:1px solid rgba(145,174,222,.1);padding-top:12px}.brand-activities p{color:#a8b9d1!important;font-size:12px;line-height:1.6}.brand-timeline{display:grid}.brand-timeline-row{display:grid;grid-template-columns:15px 1fr;gap:10px;position:relative;padding:0 0 18px}.brand-timeline-row:before{content:"";position:absolute;left:6px;top:12px;bottom:-4px;width:1px;background:#29456b}.brand-timeline-row:last-child:before{display:none}.brand-timeline-row>i{width:13px;height:13px;border-radius:50%;background:#8059d1;border:3px solid #0b1f3e;margin-top:3px;z-index:1}.brand-timeline-row small,.brand-timeline-row strong,.brand-timeline-row p{display:block}.brand-timeline-row small{color:#7187aa;font-size:9px}.brand-timeline-row strong{font-size:12px;margin-top:3px}.brand-timeline-row p{font-size:10px!important;margin:4px 0 0!important;color:#91a4c1!important}.brand-messages{display:grid;gap:9px;max-height:360px;overflow:auto}.brand-message{max-width:84%;padding:12px 14px;border-radius:15px;background:#0c2549;border:1px solid rgba(145,174,222,.11)}.brand-message.user{margin-left:auto;background:#261d4c;border-color:rgba(177,136,239,.22)}.brand-message small{color:#7188ac;font-size:8px}.brand-message p{margin:5px 0 0!important;font-size:11px!important;color:#d9e4f5!important;line-height:1.55}.brand-message-form{display:grid;grid-template-columns:1fr auto;gap:10px;margin-top:12px}.brand-message-form textarea{min-height:74px;resize:vertical;background:#091d3b;color:#fff;border:1px solid rgba(145,174,222,.17);border-radius:13px;padding:12px}.brand-result-card{border-radius:18px;padding:20px}.brand-result-card h2{font-size:26px;margin:8px 0}.brand-result-card.result-favorable{border-color:rgba(49,168,92,.32);background:linear-gradient(155deg,rgba(24,70,48,.45),rgba(10,29,55,.98))}.brand-result-card.result-unfavorable{border-color:rgba(232,81,91,.3);background:linear-gradient(155deg,rgba(84,31,38,.4),rgba(10,29,55,.98))}.brand-result-card.result-attention{border-color:rgba(245,157,39,.3);background:linear-gradient(155deg,rgba(87,59,24,.38),rgba(10,29,55,.98))}.brand-item-list{display:grid;gap:10px}.brand-item-list>div{display:flex;justify-content:space-between;gap:14px;padding:10px 0;border-bottom:1px solid rgba(145,174,222,.1);font-size:11px}.brand-total{display:flex;justify-content:space-between;align-items:end;padding-top:14px}.brand-total span{color:#7e94b6;font-size:10px}.brand-total strong{font-size:23px;color:#dcc9ff}.brand-price-note{display:block;color:#6f84a6;font-size:9px;line-height:1.5;margin-top:10px}.brand-file-list{display:grid;gap:8px}.brand-file-list a{display:grid;gap:3px;border:1px solid rgba(145,174,222,.1);border-radius:12px;padding:10px}.brand-file-list a span{font-size:11px;font-weight:800}.brand-file-list a small{color:#7188ab;font-size:9px}
.brand-admin-filters{display:grid;grid-template-columns:minmax(220px,1fr) 190px 190px auto;gap:9px;margin:12px 0 18px}.brand-admin-filters input,.brand-admin-filters select,.brand-add-service input,.brand-add-service select{border:1px solid var(--line);border-radius:11px;padding:10px;background:#fff}.brand-admin-list{display:grid}.brand-admin-row{display:grid;grid-template-columns:minmax(250px,1.4fr) 150px 165px 95px 18px;gap:12px;align-items:center;padding:14px 4px;border-top:1px solid var(--line)}.brand-admin-row strong,.brand-admin-row small{display:block}.brand-admin-row small{color:var(--muted);font-size:10px;margin-top:3px}.brand-admin-row>span,.brand-admin-row>b{font-size:11px}.brand-admin-row em{font-style:normal;font-size:22px;color:var(--purple)}.brand-admin-detail-grid{align-items:start}.brand-data-grid.manager>div{border-color:var(--line);background:#f8faff}.brand-data-grid.manager span{color:var(--muted)}.brand-activities .manager{}.brand-file-list.manager a{border-color:var(--line)}.brand-file-list.manager a span{color:var(--text)}.brand-admin-upload{display:flex;gap:10px;align-items:center;margin-top:12px}.brand-admin-upload input{max-width:65%}.brand-item-list.manager>div{border-color:var(--line)}.brand-item-list.manager span{color:var(--text)}.brand-add-service{display:grid;grid-template-columns:1fr 70px auto;gap:8px;margin-top:12px}.brand-messages.manager{max-height:420px}.brand-messages.manager .brand-message{background:#f5f8fd;color:var(--text);border-color:var(--line)}.brand-messages.manager .brand-message.user{margin-left:0;background:#f6f1ff}.brand-messages.manager .brand-message p{color:var(--text)!important}.brand-message-form.manager textarea{background:#fff;color:var(--text);border-color:var(--line)}.brand-timeline.manager .brand-timeline-row:before{background:var(--line)}.brand-timeline.manager .brand-timeline-row>i{border-color:#fff}.brand-timeline.manager .brand-timeline-row strong{color:var(--text)}.brand-timeline.manager .brand-timeline-row p{color:var(--muted)!important}.brand-service-admin-list{display:grid;gap:14px}.brand-service-admin-card{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(240px,.6fr);gap:18px;border:1px solid var(--line);border-radius:16px;padding:16px;background:#fafcff}.brand-check{display:flex;gap:8px;align-items:center;font-size:12px;margin:10px 0}.brand-service-admin-card textarea{min-height:95px}
@media(max-width:1150px){.products-enhanced{grid-template-columns:1fr 1fr}.products-enhanced .product-card:last-child{grid-column:1/-1}.brand-auth-shell{grid-template-columns:1fr 460px}.brand-order-layout{grid-template-columns:1fr}.brand-order-side{grid-template-columns:1fr 1fr}.brand-how{grid-template-columns:1fr}.brand-admin-row{grid-template-columns:minmax(220px,1fr) 130px 150px 70px 16px}.brand-admin-detail-grid{grid-template-columns:1fr}}
@media(max-width:900px){.products-enhanced{grid-template-columns:1fr}.products-enhanced .product-card:last-child{grid-column:auto}.brand-auth-shell{display:block}.brand-auth-hero{min-height:520px;padding:38px 26px}.brand-auth-card-wrap{padding:22px;margin-top:-30px;position:relative}.brand-auth-card{border-radius:24px}.brand-hero{grid-template-columns:1fr}.brand-shield{display:none}.brand-how-grid{grid-template-columns:1fr 1fr}.brand-stage-line{overflow:auto;grid-template-columns:repeat(6,120px);justify-content:start}.brand-order-side{grid-template-columns:1fr}.brand-admin-filters{grid-template-columns:1fr 1fr}.brand-admin-row{grid-template-columns:1fr 120px 16px}.brand-admin-row>span:nth-of-type(2),.brand-admin-row>b{display:none}.brand-service-admin-card{grid-template-columns:1fr}}
@media(max-width:650px){.brand-search-box>div{grid-template-columns:1fr}.brand-search-box .btn{width:100%}.brand-auth-hero h1{font-size:44px}.brand-form-grid,.brand-upload-grid{grid-template-columns:1fr}.brand-form-actions{display:grid}.brand-form-actions .btn{width:100%}.brand-order-header{align-items:flex-start;flex-direction:column}.brand-stage-badge{width:100%}.brand-order-row{grid-template-columns:40px minmax(0,1fr) 14px}.brand-order-stage{display:none}.brand-how-grid{grid-template-columns:1fr}.brand-message-form{grid-template-columns:1fr}.brand-message-form .btn{width:100%}.brand-admin-filters{grid-template-columns:1fr}.brand-admin-row{grid-template-columns:1fr 16px}.brand-admin-row>span{display:none}.brand-add-service{grid-template-columns:1fr 70px}.brand-add-service .btn{grid-column:1/-1}.brand-data-grid{grid-template-columns:1fr}.brand-admin-upload{align-items:stretch;flex-direction:column}.brand-admin-upload input{max-width:100%}}


/* SmartBrand visual refinements 2026-08-13 */
.brand-auth-card-wrap{background:linear-gradient(180deg,#f5f2fb,#ede8f7)}
.brand-auth-card{width:min(560px,100%)}
.brand-auth-card-note{color:#576885;font-size:14px;line-height:1.6;margin:0 0 16px}
.brand-auth-benefits{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;max-width:760px;margin-top:18px}
.brand-auth-benefits article{border:1px solid rgba(196,168,245,.22);border-radius:16px;background:rgba(255,255,255,.05);padding:14px 14px 12px;display:grid;gap:8px}
.brand-auth-benefits b{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#7241d8,#a677ec);font-size:12px}
.brand-auth-benefits span{font-size:12px;line-height:1.45;color:#c7d3e7}

.brand-order-subline{display:flex;flex-wrap:wrap;gap:10px;margin:0;color:#91a6c5}.brand-order-subline span{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border:1px solid rgba(145,174,222,.12);background:rgba(255,255,255,.03);border-radius:999px;font-size:12px}
.brand-order-highlights{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}.brand-order-highlights span{display:grid;gap:5px;padding:12px 14px;border:1px solid rgba(145,174,222,.12);border-radius:16px;background:rgba(255,255,255,.03);min-width:126px}.brand-order-highlights b{font-size:16px}.brand-order-highlights small{font-size:11px;color:#7f95b7}
.brand-stage-panel{margin-top:14px;border-radius:18px;padding:18px}.brand-stage-panel-head{display:flex;justify-content:space-between;align-items:end;gap:18px;margin-bottom:14px}.brand-stage-panel-head h2{margin:6px 0 0;font-size:24px}.brand-stage-panel-head p{margin:0;color:#96a9c7;font-size:13px}.brand-stage-panel .brand-stage-line{margin-top:0;border-radius:0;padding:0;background:none}
.brand-stage small{display:block;color:#6f85a9;font-size:9px}
.brand-chip-subtle{display:inline-flex;align-items:center;border:1px solid rgba(145,174,222,.12);border-radius:999px;padding:7px 10px;color:#8ca0c0;font-size:11px}
.brand-data-grid.enhanced>div{padding:14px 14px 15px;background:rgba(255,255,255,.025)}
.brand-data-grid.enhanced b{font-size:14px;line-height:1.4}
.brand-activities{background:rgba(255,255,255,.02);border-radius:14px;padding:14px;margin-top:14px;border-top:0}
.brand-activities p{margin:8px 0 0!important;color:#dce6f5!important;font-size:13px;line-height:1.75}
.brand-result-top{display:flex;justify-content:space-between;align-items:center;gap:10px}
.brand-result-status{display:inline-flex;align-items:center;padding:7px 10px;border-radius:999px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);font-size:11px;color:#fff}
.brand-result-note{display:block;margin-top:10px;color:#b8c7dd;font-size:12px}
.brand-item-list>div{align-items:start}.brand-item-list>div span{line-height:1.45}.brand-item-list>div b{white-space:nowrap}
.brand-file-list a{gap:6px}.brand-file-list a:hover{border-color:rgba(177,136,239,.32);background:rgba(255,255,255,.025)}
.brand-messages{padding:2px 1px 2px;gap:12px;max-height:420px}
.brand-message{padding:14px 16px;border-radius:18px;box-shadow:0 10px 24px rgba(0,0,0,.08)}
.brand-message.user{border-top-right-radius:6px}.brand-message.manager{border-top-left-radius:6px}
.brand-message small{font-size:10px;letter-spacing:.02em}
.brand-message p{font-size:12px!important;line-height:1.65;margin-top:7px!important}
.brand-empty-chat{min-height:120px;place-content:center;text-align:left}.brand-empty-chat b,.brand-empty-chat span{display:block}.brand-empty-chat b{font-size:16px}.brand-empty-chat span{max-width:540px;color:#8ea2c1;line-height:1.6;margin-top:6px}
.brand-message-form{align-items:stretch;border:1px solid rgba(145,174,222,.1);border-radius:18px;padding:10px;background:rgba(255,255,255,.02)}
.brand-message-form textarea{min-height:86px;border:0;background:transparent;padding:12px 14px}
.brand-message-form textarea:focus{outline:none}
.brand-message-form .btn{min-width:126px;border-radius:14px;align-self:stretch}

@media(max-width:1150px){.brand-auth-benefits{grid-template-columns:1fr}.brand-stage-panel-head{align-items:flex-start;flex-direction:column}.brand-stage-panel-head p{font-size:12px}}
@media(max-width:900px){.brand-order-highlights span{min-width:0;flex:1 1 calc(50% - 10px)}.brand-auth-card-wrap{padding:18px}.brand-auth-card{width:100%}}
@media(max-width:650px){.brand-order-subline span{font-size:11px}.brand-order-highlights{display:grid;grid-template-columns:1fr 1fr}.brand-stage-panel{padding:16px}.brand-stage-panel-head h2{font-size:22px}.brand-message-form{padding:8px}.brand-message-form .btn{width:100%}.brand-auth-benefits{grid-template-columns:1fr}}
/* SmartBrand admin harmonization + spacing 2026-08-13 */
.brand-auth-card-wrap{
  background:radial-gradient(circle at 18% 0,rgba(118,78,219,.18),transparent 26%),linear-gradient(180deg,#0b1734,#101b3d 55%,#15224a);
  border-left:1px solid rgba(255,255,255,.03)
}
.brand-auth-card{
  background:linear-gradient(180deg,rgba(252,250,255,.98),rgba(242,238,250,.96));
  box-shadow:0 24px 70px rgba(6,12,30,.24)
}

.product-smartbrand .product-main{padding:30px 36px 56px}
.product-smartbrand .brand-order-header,
.product-smartbrand .brand-stage-panel,
.product-smartbrand .brand-order-layout{max-width:1360px;margin-left:auto;margin-right:auto}
.product-smartbrand .brand-order-header{margin-top:6px;padding:24px}
.product-smartbrand .brand-stage-panel{margin-top:16px;padding:22px}
.product-smartbrand .brand-order-layout{margin-top:18px;gap:18px}
.product-smartbrand .brand-order-main,
.product-smartbrand .brand-order-side{gap:18px}
.product-smartbrand .brand-summary-card,
.product-smartbrand .brand-result-card,
.product-smartbrand .card-dark{padding:22px}

.brand-admin-detail-grid{gap:22px;margin-top:22px}
.brand-admin-detail-grid .card{padding:24px;border-color:rgba(145,174,222,.14);box-shadow:0 16px 44px rgba(0,0,0,.10)}
.brand-data-grid.manager>div,
.brand-file-list.manager a,
.brand-item-list.manager>div,
.brand-service-admin-card,
.brand-admin-list .brand-admin-row,
.brand-messages.manager .brand-message,
.brand-message-form.manager,
.brand-admin-upload,
.brand-add-service,
.brand-service-admin-list .brand-service-admin-card{
  border-color:rgba(145,174,222,.14)!important
}
.brand-data-grid.manager>div{
  background:rgba(255,255,255,.03)!important
}
.brand-data-grid.manager span{color:#7e95b7!important}
.brand-data-grid.manager b{color:#f5f8ff!important}
.brand-activities{background:rgba(255,255,255,.02)}

.brand-service-admin-card{
  background:linear-gradient(180deg,rgba(12,29,56,.94),rgba(8,21,42,.98))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.02),0 16px 38px rgba(0,0,0,.10)
}
.brand-service-admin-card .eyebrow,
.brand-service-admin-card .field span,
.brand-admin-detail-grid .field span,
.brand-check span{color:#8da4c6!important}
.brand-service-admin-card input,
.brand-service-admin-card textarea,
.brand-service-admin-card select,
.brand-admin-detail-grid .field input,
.brand-admin-detail-grid .field textarea,
.brand-admin-detail-grid .field select,
.brand-admin-filters input,
.brand-admin-filters select,
.brand-add-service input,
.brand-add-service select,
.brand-message-form.manager textarea{
  background:rgba(6,21,43,.95)!important;
  color:#f7fbff!important;
  border:1px solid rgba(145,174,222,.16)!important;
  box-shadow:none!important
}
.brand-service-admin-card input:focus,
.brand-service-admin-card textarea:focus,
.brand-service-admin-card select:focus,
.brand-admin-detail-grid .field input:focus,
.brand-admin-detail-grid .field textarea:focus,
.brand-admin-detail-grid .field select:focus,
.brand-admin-filters input:focus,
.brand-admin-filters select:focus,
.brand-add-service input:focus,
.brand-add-service select:focus,
.brand-message-form.manager textarea:focus{
  border-color:rgba(121,165,255,.45)!important;
  box-shadow:0 0 0 3px rgba(71,139,255,.08)!important
}
.brand-service-admin-card textarea,
.brand-admin-detail-grid .field textarea{min-height:110px}
.brand-admin-upload{
  padding:12px 14px;
  border-radius:16px;
  background:rgba(255,255,255,.02)
}
.brand-admin-upload input[type=file]{
  background:rgba(6,21,43,.95);
  color:#dbe7f7;
  border:1px dashed rgba(145,174,222,.18);
  border-radius:14px;
  padding:11px 12px
}
.brand-file-list.manager a span,
.brand-item-list.manager span,
.brand-timeline.manager .brand-timeline-row strong{color:#f5f8ff!important}
.brand-file-list.manager a small,
.brand-timeline.manager .brand-timeline-row p,
.brand-timeline.manager .brand-timeline-row small{color:#8ba0bf!important}
.brand-messages.manager .brand-message{
  background:rgba(7,23,46,.94)!important;
  color:#eff5ff!important
}
.brand-messages.manager .brand-message.user{background:rgba(93,61,161,.28)!important}
.brand-messages.manager .brand-message p{color:#eef4ff!important}
.brand-message-form.manager{
  background:rgba(255,255,255,.02)!important;
  border:1px solid rgba(145,174,222,.12)!important;
  border-radius:18px;
  padding:10px
}
.brand-admin-filters input::placeholder,
.brand-message-form.manager textarea::placeholder,
.brand-service-admin-card input::placeholder,
.brand-service-admin-card textarea::placeholder,
.brand-admin-detail-grid .field input::placeholder,
.brand-admin-detail-grid .field textarea::placeholder{color:#6f84a3}
.brand-check input{accent-color:#8758e0}

@media(max-width:900px){
  .product-smartbrand .product-main{padding:18px 16px 84px}
  .brand-admin-detail-grid .card{padding:20px}
}
@media(max-width:650px){
  .product-smartbrand .product-main{padding:14px 12px 84px}
  .product-smartbrand .brand-order-header,
  .product-smartbrand .brand-stage-panel,
  .product-smartbrand .brand-order-layout{max-width:none}
  .product-smartbrand .brand-order-header,
  .product-smartbrand .brand-stage-panel,
  .product-smartbrand .brand-summary-card,
  .product-smartbrand .brand-result-card,
  .product-smartbrand .card-dark{padding:18px}
}
/* SmartBrand home dark harmonization 2026-08-13 */
.brand-auth-card-wrap{
  background:
    radial-gradient(circle at 30% 0, rgba(122,86,231,.18), transparent 28%),
    radial-gradient(circle at 100% 100%, rgba(42,108,255,.14), transparent 34%),
    linear-gradient(180deg,#08142e 0%, #0c1b3f 58%, #10214a 100%) !important;
  border-left:1px solid rgba(255,255,255,.04);
}
.brand-auth-card{
  background:linear-gradient(180deg,rgba(9,24,50,.96),rgba(10,26,54,.98)) !important;
  border:1px solid rgba(145,174,222,.14) !important;
  box-shadow:0 26px 70px rgba(3,8,22,.34), inset 0 1px 0 rgba(255,255,255,.03);
}
.brand-auth-card .eyebrow,
.brand-auth-card label,
.brand-auth-card .field span,
.brand-auth-card .brand-check span,
.brand-auth-card .tabs button{color:#9ab0cf !important}
.brand-auth-card h2{color:#f7fbff !important}
.brand-auth-card p,
.brand-auth-card .brand-auth-card-note{color:#adc0db !important}
.brand-auth-card .tabs{
  background:rgba(6,21,43,.74) !important;
  border:1px solid rgba(145,174,222,.12);
}
.brand-auth-card .tabs button.active{
  background:linear-gradient(135deg,rgba(33,88,184,.7),rgba(77,61,181,.8)) !important;
  color:#fff !important;
  box-shadow:0 10px 24px rgba(0,0,0,.16);
}
.brand-auth-card input,
.brand-auth-card textarea,
.brand-auth-card select{
  background:rgba(6,21,43,.96) !important;
  color:#f7fbff !important;
  border:1px solid rgba(145,174,222,.16) !important;
}
.brand-auth-card input::placeholder,
.brand-auth-card textarea::placeholder{color:#6f84a3 !important}
.brand-auth-card input:focus,
.brand-auth-card textarea:focus,
.brand-auth-card select:focus{
  border-color:rgba(121,165,255,.45) !important;
  box-shadow:0 0 0 3px rgba(71,139,255,.08) !important;
}
.brand-auth-card .btn.brand-primary{
  box-shadow:0 14px 28px rgba(49,88,198,.18);
}
@media(max-width:980px){
  .brand-auth-card-wrap{border-left:0;border-top:1px solid rgba(255,255,255,.04)}
}
/* SmartLaw home one-screen desktop 2026-08-13 */
@media (min-width:981px){
  body.landing-one-screen{overflow:hidden;background:#06142d}
  .landing-one-screen .landing-base{
    height:100vh;
    height:100dvh;
    min-height:0;
    overflow:hidden;
    padding:16px 18px 12px;
    display:flex;
    flex-direction:column;
  }
  .landing-one-screen .landing-brand{
    width:min(1460px,100%);
    max-width:1460px;
    flex:0 0 auto;
  }
  .landing-one-screen .landing-brand img{width:138px}
  .landing-one-screen .landing-brand span{font-size:10px}

  .landing-one-screen .hero-grid{
    width:min(1460px,100%);
    max-width:1460px;
    grid-template-columns:minmax(0,1.18fr) minmax(360px,.82fr);
    gap:22px;
    margin:18px auto 14px;
    flex:0 0 auto;
  }
  .landing-one-screen .hero-copy{justify-content:flex-start;padding-top:4px}
  .landing-one-screen .hero-copy .eyebrow{font-size:8px}
  .landing-one-screen .hero-copy h1{
    font-size:clamp(42px,4.2vw,62px);
    line-height:.94;
    margin:7px 0 12px;
    max-width:760px;
  }
  .landing-one-screen .hero-copy>p{
    font-size:13px;
    line-height:1.52;
    margin:0;
    max-width:860px;
  }
  .landing-one-screen .hero-actions{margin-top:12px;gap:9px}
  .landing-one-screen .hero-actions .btn{
    min-height:40px;
    padding:0 15px;
    border-radius:11px;
    font-size:11px;
  }
  .landing-one-screen .hero-mini-stats{
    gap:9px;
    margin-top:13px;
    max-width:860px;
  }
  .landing-one-screen .hero-mini-stats article{
    min-height:58px;
    padding:10px 13px;
    border-radius:14px;
    box-shadow:none;
  }
  .landing-one-screen .hero-mini-stats strong{
    font-size:21px;
    margin-bottom:4px;
  }
  .landing-one-screen .hero-mini-stats span{
    font-size:9.5px;
    line-height:1.3;
  }

  .landing-one-screen .landing-spotlight{
    border-radius:22px;
    padding:18px 20px;
    box-shadow:0 18px 50px rgba(0,0,0,.18);
  }
  .landing-one-screen .landing-spotlight-kicker{
    padding:6px 9px;
    margin-bottom:9px;
    font-size:8px;
  }
  .landing-one-screen .landing-spotlight h2{
    font-size:clamp(24px,2.2vw,31px);
    margin-bottom:10px;
    line-height:1;
  }
  .landing-one-screen .landing-spotlight ul{gap:7px}
  .landing-one-screen .landing-spotlight li{
    gap:2px;
    padding:8px 10px;
    border-radius:12px;
  }
  .landing-one-screen .landing-spotlight li b{font-size:11px}
  .landing-one-screen .landing-spotlight li span{font-size:9px;line-height:1.35}

  .landing-one-screen .products-enhanced{
    width:min(1460px,100%);
    max-width:1460px;
    margin:0 auto;
    gap:16px;
    flex:1 1 auto;
    min-height:0;
    align-items:stretch;
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
  .landing-one-screen .product-card-enhanced{
    min-height:0;
    padding:16px 18px 15px;
    border-radius:20px;
    box-shadow:0 15px 38px rgba(0,0,0,.15);
  }
  .landing-one-screen .product-card-top{
    margin-bottom:8px;
    gap:8px;
  }
  .landing-one-screen .product-card .icon{
    width:38px;
    height:38px;
    border-radius:11px;
    font-size:18px;
  }
  .landing-one-screen .product-pill{
    padding:6px 8px;
    font-size:7px;
    letter-spacing:.09em;
    max-width:68%;
    text-align:center;
    line-height:1.25;
  }
  .landing-one-screen .product-card-enhanced h2{
    font-size:clamp(24px,2vw,30px);
    margin:0 0 6px;
    line-height:1;
  }
  .landing-one-screen .product-card-enhanced p{
    font-size:10.5px;
    line-height:1.42;
    margin:0 0 8px;
    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    overflow:hidden;
  }
  .landing-one-screen .product-features{
    gap:4px;
    margin:0 0 10px;
  }
  .landing-one-screen .product-features li{
    padding-left:13px;
    font-size:9px;
    line-height:1.28;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
  }
  .landing-one-screen .product-features li:before{
    width:5px;
    height:5px;
    top:.42em;
    box-shadow:0 0 0 3px rgba(19,119,255,.07);
  }
  .landing-one-screen .product-card-enhanced .btn{
    min-height:38px;
    padding:0 13px;
    border-radius:11px;
    font-size:10px;
  }
  .landing-one-screen .manager-panel{display:none}
}

/* Notebooks com pouca altura: compactação extra para preservar 1 tela */
@media (min-width:981px) and (max-height:760px){
  .landing-one-screen .landing-base{padding:10px 14px 8px}
  .landing-one-screen .hero-grid{margin-top:11px;margin-bottom:10px;gap:16px}
  .landing-one-screen .hero-copy h1{font-size:clamp(38px,3.8vw,54px);margin:5px 0 9px}
  .landing-one-screen .hero-copy>p{font-size:11.5px;line-height:1.42}
  .landing-one-screen .hero-actions{margin-top:9px}
  .landing-one-screen .hero-actions .btn{min-height:36px;font-size:10px}
  .landing-one-screen .hero-mini-stats{margin-top:9px;gap:7px}
  .landing-one-screen .hero-mini-stats article{min-height:48px;padding:8px 10px}
  .landing-one-screen .hero-mini-stats strong{font-size:18px}
  .landing-one-screen .hero-mini-stats span{font-size:8.5px}
  .landing-one-screen .landing-spotlight{padding:14px 16px;border-radius:18px}
  .landing-one-screen .landing-spotlight-kicker{margin-bottom:6px}
  .landing-one-screen .landing-spotlight h2{font-size:24px;margin-bottom:7px}
  .landing-one-screen .landing-spotlight ul{gap:5px}
  .landing-one-screen .landing-spotlight li{padding:6px 8px}
  .landing-one-screen .landing-spotlight li b{font-size:10px}
  .landing-one-screen .landing-spotlight li span{font-size:8px}
  .landing-one-screen .products-enhanced{gap:10px}
  .landing-one-screen .product-card-enhanced{padding:12px 14px 11px;border-radius:17px}
  .landing-one-screen .product-card-top{margin-bottom:6px}
  .landing-one-screen .product-card .icon{width:32px;height:32px;font-size:15px}
  .landing-one-screen .product-pill{font-size:6.5px;padding:5px 7px}
  .landing-one-screen .product-card-enhanced h2{font-size:23px;margin-bottom:5px}
  .landing-one-screen .product-card-enhanced p{font-size:9.5px;line-height:1.34;margin-bottom:6px;-webkit-line-clamp:2}
  .landing-one-screen .product-features{margin-bottom:7px;gap:3px}
  .landing-one-screen .product-features li{font-size:8px}
  .landing-one-screen .product-card-enhanced .btn{min-height:34px;font-size:9px}
}

@media (min-width:1400px){
  .landing-one-screen .hero-copy h1{font-size:clamp(48px,3.9vw,68px)}
  .landing-one-screen .landing-spotlight{padding:20px 22px}
  .landing-one-screen .product-card-enhanced{padding:18px 20px 16px}
}

/* Mobile/tablet mantém fluxo natural e legível */
@media (max-width:980px){
  body.landing-one-screen{overflow:auto}
  .landing-one-screen .landing-base{height:auto;min-height:100vh;overflow:visible}
}
/* SmartLaw home vertical balance 2026-08-13 */
@media (min-width:981px){
  .landing-one-screen .hero-grid{
    margin-top:16px;
    margin-bottom:12px;
  }
  .landing-one-screen .hero-copy h1{
    font-size:clamp(46px,4.35vw,66px);
    margin-bottom:10px;
  }
  .landing-one-screen .hero-copy>p{
    font-size:13.5px;
    line-height:1.48;
  }
  .landing-one-screen .hero-mini-stats article{
    min-height:54px;
  }
  .landing-one-screen .landing-spotlight{
    padding-top:19px;
    padding-bottom:19px;
  }

  .landing-one-screen .products-enhanced{
    flex:0 0 auto;
    height:auto;
    align-items:start;
  }
  .landing-one-screen .product-card-enhanced{
    min-height:0;
    height:auto;
    padding:16px 18px 14px;
    display:flex;
    flex-direction:column;
  }
  .landing-one-screen .product-card-enhanced h2{
    font-size:clamp(25px,2.05vw,31px);
  }
  .landing-one-screen .product-card-enhanced p{
    font-size:11px;
    line-height:1.4;
    -webkit-line-clamp:3;
  }
  .landing-one-screen .product-features{
    margin-bottom:11px;
  }
  .landing-one-screen .product-features li{
    font-size:9.3px;
  }
  .landing-one-screen .product-card-enhanced .btn{
    margin-top:4px;
    min-height:38px;
  }
}

@media (min-width:981px) and (min-height:800px){
  .landing-one-screen .products-enhanced{
    margin-top:2px;
  }
  .landing-one-screen .product-card-enhanced{
    padding-top:17px;
    padding-bottom:15px;
  }
}

@media (min-width:981px) and (max-height:760px){
  .landing-one-screen .hero-copy h1{
    font-size:clamp(40px,3.9vw,56px);
  }
  .landing-one-screen .product-card-enhanced{
    padding:11px 13px 10px;
  }
  .landing-one-screen .product-card-enhanced p{
    font-size:9.5px;
    -webkit-line-clamp:2;
  }
  .landing-one-screen .product-features li{
    font-size:8px;
  }
  .landing-one-screen .product-card-enhanced .btn{
    min-height:33px;
  }
}
/* SmartLaw home top alignment refinement 2026-08-13 */
@media (min-width:981px){
  .landing-one-screen .landing-base{
    justify-content:flex-start;
    padding:8px 18px 10px;
  }
  .landing-one-screen .landing-brand{
    align-items:flex-start;
  }
  .landing-one-screen .hero-grid{
    margin-top:6px;
    margin-bottom:10px;
    align-items:start;
  }
  .landing-one-screen .hero-copy{padding-top:0}
  .landing-one-screen .hero-copy h1{margin-top:2px}
  .landing-one-screen .products-enhanced{margin-top:0}
}
@media (min-width:981px) and (max-height:760px){
  .landing-one-screen .landing-base{padding:6px 14px 8px}
  .landing-one-screen .hero-grid{margin-top:4px;margin-bottom:8px}
}

/* SmartLaw home — match visual aprovado 2026-08-13 */
.landing-image-match svg{width:1em;height:1em;display:block;fill:currentColor}
@media (min-width:981px){
  body.landing-image-match{background:#04112a;overflow:hidden}
  .landing-image-match .landing-base{
    height:100dvh;min-height:0;overflow:hidden;
    padding:0 50px 10px;
    background:
      radial-gradient(circle at 86% 11%,rgba(112,48,161,.18),transparent 30%),
      radial-gradient(circle at 7% 6%,rgba(0,95,255,.08),transparent 24%),
      linear-gradient(180deg,#031029 0%,#061a3a 100%);
    display:flex;flex-direction:column;
  }
  .landing-image-match .landing-brand{
    width:min(1500px,100%);max-width:1500px;height:58px;margin:0 auto;
    display:flex;align-items:center;justify-content:space-between;
    border-bottom:1px solid rgba(135,171,224,.11);
    flex:0 0 58px;
  }
  .landing-image-match .landing-brand img{width:138px}
  .landing-image-match .landing-brand span{font-size:9px;letter-spacing:.12em;color:#bdc9dc}

  .landing-image-match .hero-grid{
    width:min(1500px,100%);max-width:1500px;margin:20px auto 16px;
    display:grid;grid-template-columns:minmax(0,1.08fr) minmax(440px,.92fr);
    gap:28px;align-items:stretch;flex:0 0 auto;
  }
  .landing-image-match .hero-copy{padding:8px 0 0;justify-content:flex-start}
  .landing-image-match .hero-copy .eyebrow{font-size:10px;letter-spacing:.14em;color:#70b9ff}
  .landing-image-match .hero-copy h1{
    max-width:790px;margin:9px 0 16px;
    font-size:clamp(50px,4.45vw,72px);line-height:.92;letter-spacing:-.055em;color:#fff;
  }
  .landing-image-match .hero-copy h1 em{
    background:linear-gradient(100deg,#0f73ff 3%,#7449e7 55%,#fb197a 100%);
    background-clip:text;color:transparent;
  }
  .landing-image-match .hero-copy>p{max-width:760px;margin:0;color:#c2ccdc;font-size:13px;line-height:1.56}
  .landing-image-match .hero-actions{margin-top:18px;gap:12px}
  .landing-image-match .hero-actions .btn{min-height:48px;padding:0 22px;border-radius:10px;font-size:12px}
  .landing-image-match .hero-actions .btn.ghost{background:rgba(5,18,40,.74);color:#fff;border-color:#6080ae}
  .landing-image-match .hero-actions .btn b{font-size:17px;font-weight:500}

  .landing-image-match .hero-mini-stats{max-width:820px;margin-top:22px;gap:10px;grid-template-columns:repeat(3,1fr)}
  .landing-image-match .hero-mini-stats article{
    min-height:74px;padding:12px 15px;border-radius:13px;
    display:grid;grid-template-columns:36px 1fr;gap:12px;align-items:center;
    border:1px solid rgba(87,145,226,.24);background:rgba(6,26,57,.78);box-shadow:none;
  }
  .landing-image-match .mini-stat-icon{
    width:34px;height:34px;border-radius:10px;display:grid;place-items:center;font-size:24px;
  }
  .landing-image-match .mini-stat-icon.purple{color:#ad56ff}
  .landing-image-match .mini-stat-icon.violet{color:#6556ff}
  .landing-image-match .mini-stat-icon.pink{color:#ff287f}
  .landing-image-match .hero-mini-stats strong{font-size:28px;line-height:1;margin:0 0 4px;color:#fff}
  .landing-image-match .hero-mini-stats span:not(.mini-stat-icon){font-size:10px;line-height:1.25;color:#9dafc8}

  .landing-image-match .landing-spotlight{
    min-height:0;padding:22px 24px 21px;border-radius:20px;
    border:1px solid rgba(89,138,255,.28);
    background:radial-gradient(circle at 100% 0,rgba(250,22,119,.14),transparent 30%),linear-gradient(155deg,rgba(7,24,53,.98),rgba(9,20,45,.98));
    box-shadow:0 24px 60px rgba(0,0,0,.18);justify-content:flex-start;
  }
  .landing-image-match .landing-spotlight-kicker{font-size:8px;padding:7px 11px;margin-bottom:11px}
  .landing-image-match .landing-spotlight h2{font-size:clamp(28px,2.15vw,36px);line-height:.96;margin:0 0 12px}
  .landing-image-match .landing-spotlight ul{gap:7px}
  .landing-image-match .landing-spotlight li{
    padding:9px 11px;border-radius:12px;grid-template-columns:36px minmax(0,1fr);gap:10px;align-items:center;
    background:rgba(255,255,255,.025);border-color:rgba(127,162,216,.18);
  }
  .landing-image-match .spot-icon{
    width:34px;height:34px;border-radius:9px;display:grid;place-items:center;font-size:20px;color:#fff;
  }
  .landing-image-match .spot-icon.trophy{background:linear-gradient(135deg,#286cff,#7b43e9);color:#ffd45c}
  .landing-image-match .spot-icon.help{background:linear-gradient(135deg,#b236b8,#ff2581)}
  .landing-image-match .spot-icon.brand{background:linear-gradient(135deg,#4058ff,#8953ed)}
  .landing-image-match .spot-icon.manager{background:linear-gradient(135deg,#1687d8,#32b3e9)}
  .landing-image-match .landing-spotlight li b{font-size:12px;line-height:1.15}
  .landing-image-match .landing-spotlight li span:not(.spot-icon){font-size:9px;line-height:1.3;color:#aab9d0}

  .landing-image-match .products-enhanced{
    width:min(1500px,100%);max-width:1500px;margin:0 auto 0;
    display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;
    flex:1 1 auto;min-height:0;align-items:stretch;
  }
  .landing-image-match .product-card-enhanced{
    min-height:0;height:100%;padding:22px 22px 18px;border-radius:18px;
    border:1px solid rgba(40,118,220,.38);
    background:linear-gradient(160deg,rgba(7,29,63,.95),rgba(5,20,46,.98));
    box-shadow:none;color:#fff;display:flex;flex-direction:column;
  }
  .landing-image-match .product-card-top{margin-bottom:15px;gap:12px}
  .landing-image-match .product-card .icon{
    width:48px;height:48px;border-radius:12px;display:grid;place-items:center;font-size:26px;color:#fff;
  }
  .landing-image-match .product-card.game .icon{background:linear-gradient(135deg,#116cff,#8d3cf2);color:#ffd45c}
  .landing-image-match .product-card.des .icon{background:linear-gradient(135deg,#fa7950,#f41b79)}
  .landing-image-match .product-card.brand .icon{background:linear-gradient(135deg,#7449e7,#a15deb)}
  .landing-image-match .product-pill{font-size:8px;padding:7px 11px;line-height:1;max-width:70%;background:rgba(5,23,51,.82);border-color:rgba(85,139,215,.35)}
  .landing-image-match .product-card-enhanced h2{font-size:clamp(27px,2vw,34px);line-height:1;margin:0 0 12px;color:#fff}
  .landing-image-match .product-card-enhanced p{
    font-size:11px;line-height:1.48;color:#b5c5db;margin:0 0 14px;
    display:block;overflow:visible;-webkit-line-clamp:unset;
  }
  .landing-image-match .product-features{gap:7px;margin:0 0 14px}
  .landing-image-match .product-features li{font-size:10px;line-height:1.3;color:#edf3fb;padding-left:20px;white-space:normal;overflow:visible}
  .landing-image-match .product-features li:before{
    width:13px;height:13px;top:.05em;display:grid;place-items:center;content:"✓";font-size:8px;color:#fff;
    background:linear-gradient(135deg,#864aff,#f3237d);box-shadow:none;
  }
  .landing-image-match .product-card-enhanced .btn{
    margin-top:auto;min-height:54px;border-radius:10px;padding:0 18px;font-size:12px;font-weight:800;
  }
  .landing-image-match .product-card-enhanced .btn b{font-size:17px;font-weight:500}
  .landing-image-match .manager-panel{display:none}
}

@media (min-width:981px) and (max-height:820px){
  .landing-image-match .landing-brand{height:48px;flex-basis:48px}
  .landing-image-match .hero-grid{margin:10px auto 10px;gap:20px}
  .landing-image-match .hero-copy{padding-top:2px}
  .landing-image-match .hero-copy h1{font-size:clamp(42px,4vw,58px);margin:5px 0 9px}
  .landing-image-match .hero-copy>p{font-size:11px;line-height:1.42}
  .landing-image-match .hero-actions{margin-top:10px}
  .landing-image-match .hero-actions .btn{min-height:38px;font-size:10px}
  .landing-image-match .hero-mini-stats{margin-top:10px}
  .landing-image-match .hero-mini-stats article{min-height:55px;padding:8px 10px;grid-template-columns:28px 1fr;gap:8px}
  .landing-image-match .mini-stat-icon{width:28px;height:28px;font-size:19px}
  .landing-image-match .hero-mini-stats strong{font-size:20px}
  .landing-image-match .hero-mini-stats span:not(.mini-stat-icon){font-size:8px}
  .landing-image-match .landing-spotlight{padding:14px 16px}
  .landing-image-match .landing-spotlight h2{font-size:26px;margin-bottom:8px}
  .landing-image-match .landing-spotlight ul{gap:5px}
  .landing-image-match .landing-spotlight li{padding:6px 8px;grid-template-columns:28px 1fr;gap:8px}
  .landing-image-match .spot-icon{width:28px;height:28px;font-size:17px}
  .landing-image-match .landing-spotlight li b{font-size:10px}
  .landing-image-match .landing-spotlight li span:not(.spot-icon){font-size:7.5px}
  .landing-image-match .products-enhanced{gap:12px}
  .landing-image-match .product-card-enhanced{padding:13px 15px 11px;border-radius:15px}
  .landing-image-match .product-card-top{margin-bottom:7px}
  .landing-image-match .product-card .icon{width:34px;height:34px;font-size:20px}
  .landing-image-match .product-pill{font-size:6.5px;padding:5px 7px}
  .landing-image-match .product-card-enhanced h2{font-size:23px;margin-bottom:6px}
  .landing-image-match .product-card-enhanced p{font-size:9px;line-height:1.35;margin-bottom:7px}
  .landing-image-match .product-features{gap:3px;margin-bottom:8px}
  .landing-image-match .product-features li{font-size:7.5px;padding-left:14px}
  .landing-image-match .product-features li:before{width:9px;height:9px;font-size:6px}
  .landing-image-match .product-card-enhanced .btn{min-height:34px;font-size:9px}
}

@media (max-width:980px){
  body.landing-image-match{overflow:auto}
  .landing-image-match .landing-base{height:auto;min-height:100vh;overflow:visible}
  .landing-image-match .mini-stat-icon,.landing-image-match .spot-icon{display:none}
}
/* SmartLaw home wider cards + larger typography 2026-08-13 */
@media (min-width:981px){
  .landing-image-match .landing-base{padding:0 26px 10px}
  .landing-image-match .landing-brand,
  .landing-image-match .hero-grid,
  .landing-image-match .products-enhanced{width:min(1620px,100%);max-width:1620px}
  .landing-image-match .hero-grid{grid-template-columns:minmax(0,1.12fr) minmax(460px,.88fr);gap:24px}
  .landing-image-match .hero-copy>p{max-width:860px}
  .landing-image-match .landing-spotlight li b{font-size:12.5px}
  .landing-image-match .landing-spotlight li span:not(.spot-icon){font-size:9.5px}
  .landing-image-match .products-enhanced{gap:16px}
  .landing-image-match .product-card-enhanced{padding:24px 24px 18px}
  .landing-image-match .product-card-top{margin-bottom:16px}
  .landing-image-match .product-card .icon{width:50px;height:50px;font-size:27px}
  .landing-image-match .product-pill{font-size:8.5px;padding:7px 12px;max-width:76%}
  .landing-image-match .product-card-enhanced h2{font-size:clamp(31px,2.3vw,38px);line-height:1;margin:0 0 12px}
  .landing-image-match .product-card-enhanced p{font-size:12.5px;line-height:1.52;margin:0 0 15px;color:#c0cee1}
  .landing-image-match .product-features{gap:8px;margin:0 0 16px}
  .landing-image-match .product-features li{font-size:11.2px;line-height:1.35;padding-left:22px}
  .landing-image-match .product-card-enhanced .btn{min-height:56px;font-size:13px}
  .landing-image-match .product-card-enhanced .btn b{font-size:18px}
}

@media (min-width:981px) and (max-height:820px){
  .landing-image-match .landing-base{padding:0 18px 8px}
  .landing-image-match .landing-brand,
  .landing-image-match .hero-grid,
  .landing-image-match .products-enhanced{width:min(1560px,100%);max-width:1560px}
  .landing-image-match .hero-grid{gap:18px}
  .landing-image-match .product-card-enhanced{padding:14px 16px 12px}
  .landing-image-match .product-card-enhanced h2{font-size:25px}
  .landing-image-match .product-card-enhanced p{font-size:10px;line-height:1.4}
  .landing-image-match .product-features li{font-size:8.5px}
  .landing-image-match .product-card-enhanced .btn{min-height:36px;font-size:10px}
}


/* SmartLaw SMTP + contraste da configuração de IA 2026-08-13 */
.manager-bg .ai-toggle-task{
  background:linear-gradient(160deg,#081b36,#0a2142)!important;
  border:1px solid rgba(145,174,222,.16)!important;
  color:#edf5ff!important;
  border-radius:14px!important;
  padding:14px 16px!important;
}
.manager-bg .ai-toggle-task span{color:#edf5ff!important;font-weight:800}
.manager-bg .ai-toggle-task input[type=checkbox]{width:19px;height:19px;accent-color:#7b4fe0;background:#07172f}
.mail-config-top{align-items:stretch}
.mail-status-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:16px}
.mail-status-grid>div{border:1px solid rgba(145,174,222,.12);background:rgba(255,255,255,.025);border-radius:13px;padding:13px}
.mail-status-grid span{display:block;color:#7f95b6;font-size:9px;text-transform:uppercase;letter-spacing:.09em}
.mail-status-grid strong{display:block;margin-top:6px;color:#fff;font-size:14px;overflow-wrap:anywhere}
.mail-toggle{display:flex;align-items:center;gap:13px;border:1px solid rgba(145,174,222,.16);border-radius:15px;padding:14px 16px;background:rgba(255,255,255,.025)}
.mail-toggle input{width:19px;height:19px;accent-color:#7b4fe0;flex:0 0 auto}
.mail-toggle span{display:grid;gap:3px}.mail-toggle b{color:#fff;font-size:13px}.mail-toggle small{color:#8499b9;font-size:10px;line-height:1.45}
.mail-provider-tip{display:flex;align-items:flex-start;gap:12px;padding:13px 15px;border:1px solid rgba(96,170,255,.18);border-radius:14px;background:rgba(34,95,178,.08)}
.mail-provider-tip b{color:#9bc9ff;white-space:nowrap}.mail-provider-tip span{color:#9fb1cb;font-size:11px;line-height:1.55}.mail-provider-tip code{color:#e7f1ff}
.mail-log-table td:last-child{max-width:520px;white-space:normal;overflow-wrap:anywhere;color:#9fb1cb}
@media(max-width:760px){.mail-status-grid{grid-template-columns:1fr}.mail-provider-tip{display:grid;gap:4px}}
/* Smart Help calibration contrast 2026-08-13 */
.manager-bg .calibration-risk-toggle{
  min-height:100%;
  display:flex;
  align-items:center;
  gap:13px;
  border:1px solid rgba(145,174,222,.16)!important;
  border-radius:14px!important;
  padding:13px 15px!important;
  background:linear-gradient(160deg,rgba(8,27,54,.96),rgba(9,34,67,.96))!important;
  color:#eef5ff!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.02);
}
.manager-bg .calibration-risk-toggle:hover{
  border-color:rgba(123,79,224,.42)!important;
  background:linear-gradient(160deg,rgba(10,34,67,.98),rgba(15,43,84,.98))!important;
}
.manager-bg .calibration-risk-toggle input[type=checkbox]{
  width:19px;
  height:19px;
  flex:0 0 auto;
  accent-color:#7b4fe0;
}
.manager-bg .calibration-risk-toggle span{
  display:grid;
  gap:4px;
  color:#edf5ff!important;
}
.manager-bg .calibration-risk-toggle b{
  color:#fff;
  font-size:12px;
  line-height:1.3;
}
.manager-bg .calibration-risk-toggle small{
  color:#8298b8;
  font-size:9px;
  line-height:1.4;
}
@media(max-width:760px){
  .manager-bg .calibration-risk-toggle{min-height:auto}
}

/* ========================================================================== */
/* SMARTLAW • HOME + ACESSO CENTRAL • 2026-08-28                              */
/* ========================================================================== */
body.sl-public-page,body.sl-central-login-page,body.sl-portal-page{background:#06142d;color:#f5f8ff}
.sl-public-shell{min-height:100vh;background:radial-gradient(circle at 12% 4%,rgba(19,119,255,.18),transparent 25%),radial-gradient(circle at 88% 7%,rgba(117,67,220,.18),transparent 25%),linear-gradient(180deg,#07162f 0,#081a38 34%,#f4f7fc 34%,#f4f7fc 100%)}
.sl-public-header{max-width:1240px;margin:auto;height:88px;display:flex;align-items:center;justify-content:space-between;padding:0 28px;position:relative;z-index:5}.sl-public-logo img{width:166px}.sl-public-nav{display:flex;align-items:center;gap:28px;color:#bac7db;font-size:12px;font-weight:800;letter-spacing:.04em}.sl-public-nav>a:not(.sl-nav-login):hover{color:#fff}.sl-nav-login{padding:12px 20px;border:1px solid rgba(255,255,255,.16);border-radius:12px;color:#fff;background:rgba(255,255,255,.04)}
.sl-public-hero{max-width:1240px;margin:0 auto;padding:64px 28px 84px;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(390px,.72fr);gap:68px;align-items:center;min-height:690px}.sl-public-kicker{display:inline-flex;align-items:center;gap:9px;font-size:10px;font-weight:900;letter-spacing:.15em;color:#90a9ca}.sl-public-kicker i{width:7px;height:7px;border-radius:50%;background:#1f8cff;box-shadow:0 0 0 6px rgba(31,140,255,.12)}.sl-public-kicker.light{color:#a9bdd9}.sl-public-hero h1{font-size:clamp(56px,5.6vw,86px);line-height:.94;letter-spacing:-.06em;margin:22px 0 24px;color:#fff}.sl-public-hero h1 em{font-style:normal;background:linear-gradient(100deg,#2a93ff,#8b68ed 62%,#fa4e9c);background-clip:text;color:transparent}.sl-public-hero-copy>p{max-width:720px;font-size:17px;line-height:1.72;color:#aebdd3}.sl-public-actions{display:flex;align-items:center;gap:22px;margin-top:30px}.sl-public-primary{min-height:52px;padding-inline:24px}.sl-public-text-link{font-size:12px;font-weight:850;color:#c9d7ea;border-bottom:1px solid rgba(201,215,234,.28);padding-bottom:4px}.sl-public-proof{display:flex;gap:22px;flex-wrap:wrap;margin-top:40px}.sl-public-proof span{font-size:10px;color:#8398b8;letter-spacing:.04em}.sl-public-proof b{font-size:15px;color:#fff;margin-right:6px}
.sl-public-hero-panel{position:relative;overflow:hidden;border:1px solid rgba(153,177,216,.15);border-radius:34px;padding:38px;background:linear-gradient(155deg,rgba(15,34,70,.95),rgba(12,21,47,.96));box-shadow:0 32px 90px rgba(0,0,0,.32);min-height:500px}.sl-panel-orbit{position:absolute;width:330px;height:330px;border:1px solid rgba(70,140,255,.15);border-radius:50%;right:-150px;top:-130px;box-shadow:0 0 0 45px rgba(117,67,220,.03),0 0 0 90px rgba(250,22,119,.018)}.sl-panel-kicker{font-size:9px;letter-spacing:.17em;color:#8098ba;font-weight:900}.sl-public-hero-panel h2{font-size:39px;line-height:1.03;letter-spacing:-.045em;margin:20px 0 30px;color:#fff}.sl-public-hero-panel h2 strong{font-weight:750;color:#93adff}.sl-panel-stack{display:grid;gap:12px}.sl-panel-stack article{display:grid;grid-template-columns:48px 1fr auto;align-items:center;gap:13px;padding:15px;border-radius:18px;border:1px solid rgba(255,255,255,.07);background:rgba(255,255,255,.035)}.sl-module-icon{width:48px;height:48px;border-radius:15px;display:grid;place-items:center;color:#fff;font-size:20px;font-weight:900}.sl-module-icon.game{background:linear-gradient(135deg,#1478ff,#6f49df)}.sl-module-icon.help{background:linear-gradient(135deg,#7148df,#f32983)}.sl-module-icon.brand{background:linear-gradient(135deg,#6f49df,#a77fe7)}.sl-panel-stack b{display:block;font-size:14px;color:#f7faff}.sl-panel-stack small{display:block;margin-top:4px;color:#8fa3c0;font-size:11px;line-height:1.4}.sl-panel-stack article>i{font-style:normal;font-size:10px;color:#576d90}.sl-panel-status{display:flex;align-items:center;gap:8px;margin-top:26px;color:#879bb8;font-size:10px;font-weight:800}.sl-panel-status span{width:8px;height:8px;border-radius:50%;background:#35cf86;box-shadow:0 0 0 6px rgba(53,207,134,.08)}
.sl-public-section{max-width:1240px;margin:0 auto;padding:90px 28px;color:#10182c}.sl-section-heading{max-width:760px;margin-bottom:40px}.sl-section-heading h2{font-size:clamp(40px,4.2vw,62px);line-height:1;letter-spacing:-.05em;margin:10px 0 16px;color:#07152f}.sl-section-heading p{font-size:16px;line-height:1.65;color:#69758c}.sl-solution-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.sl-solution-card{position:relative;overflow:hidden;border-radius:28px;padding:28px;background:#fff;border:1px solid #dfe6f1;box-shadow:0 20px 60px rgba(8,24,52,.07)}.sl-solution-card:after{content:"";position:absolute;left:0;right:0;bottom:0;height:4px;background:linear-gradient(90deg,#157aff,#7047dd)}.sl-help-card:after{background:linear-gradient(90deg,#7445db,#fa267c)}.sl-brand-card:after{background:linear-gradient(90deg,#7445db,#ad84e8)}.sl-solution-top{display:flex;justify-content:space-between;align-items:center}.sl-solution-number{font-size:10px;color:#9ba9bd;font-weight:900}.sl-solution-tag{font-size:8px;padding:7px 9px;border-radius:999px;background:#f1f5fb;color:#60718d;font-weight:900;letter-spacing:.08em}.sl-solution-icon{width:58px;height:58px;border-radius:18px;display:grid;place-items:center;margin:32px 0 18px;background:#eef5ff;color:#176fff;font-weight:900;font-size:24px}.sl-help-card .sl-solution-icon{background:#fff0f7;color:#e52578}.sl-brand-card .sl-solution-icon{background:#f5efff;color:#8059d5}.sl-solution-card h3{font-size:27px;letter-spacing:-.035em;margin:0 0 12px}.sl-solution-card p{min-height:94px;color:#6e7a90;line-height:1.6;font-size:13px}.sl-solution-card ul{list-style:none;padding:0;margin:18px 0 24px;display:grid;gap:9px}.sl-solution-card li{font-size:11px;color:#42516a;display:flex;gap:8px}.sl-solution-card li:before{content:"✓";font-weight:900;color:#1984ff}.sl-help-card li:before{color:#e52578}.sl-brand-card li:before{color:#8059d5}.sl-solution-card>a{font-size:11px;font-weight:900;color:#10254a}
.sl-public-process{background:#07162f;color:#fff;padding:86px max(28px,calc((100vw - 1184px)/2));display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center}.sl-process-copy h2{font-size:clamp(42px,4.4vw,64px);letter-spacing:-.055em;line-height:1;margin:12px 0 18px}.sl-process-copy>p{font-size:15px;line-height:1.7;color:#a6b7d0;max-width:650px;margin-bottom:26px}.sl-dark-ghost{border-color:rgba(255,255,255,.15)!important;background:rgba(255,255,255,.04)!important;color:#fff!important}.sl-process-steps{display:grid;gap:14px}.sl-process-steps article{display:grid;grid-template-columns:54px 1fr;gap:16px;padding:18px;border:1px solid rgba(255,255,255,.08);border-radius:20px;background:rgba(255,255,255,.035)}.sl-process-steps article>b{width:54px;height:54px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(135deg,#157aff,#7543dc);font-size:18px}.sl-process-steps strong{display:block;margin:3px 0 6px}.sl-process-steps span{color:#91a5c2;font-size:12px;line-height:1.5}
.sl-public-security{max-width:1240px;margin:0 auto;padding:90px 28px;display:grid;grid-template-columns:1fr 1fr;gap:70px;color:#0d1730}.sl-public-security h2{font-size:52px;letter-spacing:-.05em;margin:10px 0 15px}.sl-public-security p{color:#6b778d;line-height:1.65}.sl-security-points{display:grid;grid-template-columns:1fr 1fr;gap:14px;align-content:center}.sl-security-points span{padding:18px;border:1px solid #dde5f0;border-radius:16px;background:#fff;color:#3d4a61;font-size:12px;font-weight:800}.sl-security-points i{font-style:normal;color:#1780ff;margin-right:7px}.sl-public-footer{background:#041027;color:#94a6c2;padding:34px max(28px,calc((100vw - 1184px)/2));display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:34px}.sl-public-footer img{width:140px}.sl-public-footer>div{display:grid;gap:5px}.sl-public-footer small{font-size:8px;letter-spacing:.1em;text-transform:uppercase}.sl-public-footer nav{display:flex;gap:20px;font-size:10px;font-weight:800}.sl-public-footer p{font-size:9px}

/* Central login */
.sl-central-login-shell{min-height:100vh;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(460px,.92fr);background:#07162f}.sl-central-login-visual{position:relative;overflow:hidden;padding:54px clamp(34px,5vw,78px);display:flex;flex-direction:column;justify-content:space-between;background:radial-gradient(circle at 85% 12%,rgba(117,67,220,.26),transparent 30%),radial-gradient(circle at 15% 90%,rgba(19,119,255,.2),transparent 28%),linear-gradient(150deg,#06142d,#0b244d)}.sl-central-login-visual:after{content:"";position:absolute;width:540px;height:540px;border:1px solid rgba(255,255,255,.05);border-radius:50%;right:-300px;bottom:-250px;box-shadow:0 0 0 70px rgba(255,255,255,.018),0 0 0 140px rgba(255,255,255,.01)}.sl-central-logo{position:relative;z-index:2}.sl-central-logo img{width:180px}.sl-central-visual-copy{position:relative;z-index:2;max-width:760px}.sl-central-visual-copy h1{font-size:clamp(52px,5vw,78px);line-height:.96;letter-spacing:-.06em;margin:24px 0 20px}.sl-central-visual-copy h1 em{font-style:normal;background:linear-gradient(90deg,#53a9ff,#9d7bf2,#fb56a0);background-clip:text;color:transparent}.sl-central-visual-copy>p{font-size:16px;line-height:1.7;color:#a8bad2;max-width:650px}.sl-central-module-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:30px}.sl-central-module-row span{display:flex;align-items:center;gap:8px;padding:9px 12px;border:1px solid rgba(255,255,255,.08);border-radius:999px;background:rgba(255,255,255,.035);font-size:10px;color:#aebdd3}.sl-central-module-row b{color:#fff}.sl-central-visual-foot{position:relative;z-index:2;color:#6f86a7;font-size:9px;letter-spacing:.14em}.sl-central-login-side{background:#f5f8fc;color:#10182b;display:grid;place-items:center;padding:34px}.sl-central-login-card{width:min(520px,100%);background:#fff;border:1px solid #dce4ef;border-radius:28px;padding:32px;box-shadow:0 28px 80px rgba(9,25,55,.11)}.sl-central-login-card h2{font-size:32px;letter-spacing:-.04em;margin:7px 0 9px}.sl-central-login-card>p{color:#6d7990;font-size:13px;line-height:1.55}.sl-central-form{margin-top:22px}.sl-central-form .field span{font-size:10px;letter-spacing:.05em}.sl-central-form input{min-height:50px}.sl-central-submit{min-height:50px;margin-top:4px}.sl-central-divider{display:flex;align-items:center;gap:12px;margin:24px 0 15px;color:#9ba8ba;font-size:8px;font-weight:900;letter-spacing:.12em}.sl-central-divider:before,.sl-central-divider:after{content:"";height:1px;background:#e2e8f1;flex:1}.sl-central-help{font-size:11px!important;margin-bottom:12px}.sl-central-access-links{display:grid;gap:8px}.sl-central-access-links>a{display:grid;grid-template-columns:34px 1fr auto;align-items:center;gap:10px;padding:10px 12px;border:1px solid #e0e7f1;border-radius:13px;background:#fafcff}.sl-central-access-links>a>b{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;background:#edf4ff;color:#176ff0}.sl-central-access-links>a:nth-child(2)>b{background:#fff0f7;color:#e62479}.sl-central-access-links>a:nth-child(3)>b{background:#f5efff;color:#8059d5}.sl-central-access-links span{font-size:11px;font-weight:800}.sl-central-access-links small{display:block;margin-top:2px;color:#8794a8;font-size:9px;font-weight:500}.sl-central-access-links i{font-style:normal;color:#8090a7}.sl-central-manager-link{display:block;text-align:center;margin-top:18px;color:#75849a;font-size:10px;font-weight:800}.sl-central-back{position:absolute;bottom:18px;color:#73839a;font-size:10px}

/* Central portal */
.sl-portal-shell{min-height:100vh;background:radial-gradient(circle at 80% 0,rgba(117,67,220,.12),transparent 24%),#f4f7fc;color:#10182b}.sl-portal-header{height:82px;padding:0 max(28px,calc((100vw - 1184px)/2));display:flex;align-items:center;justify-content:space-between;background:#07162f;border-bottom:1px solid rgba(255,255,255,.07)}.sl-portal-logo img{width:156px}.sl-portal-user{display:flex;align-items:center;gap:18px}.sl-portal-user span{display:grid;text-align:right}.sl-portal-user b{color:#fff;font-size:11px}.sl-portal-user small{color:#8093af;font-size:9px;margin-top:2px}.sl-portal-user>a{padding:8px 11px;border-radius:9px;border:1px solid rgba(255,255,255,.12);color:#c6d3e6;font-size:9px;font-weight:800}.sl-portal-main{max-width:1240px;margin:auto;padding:60px 28px}.sl-portal-welcome{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:34px}.sl-portal-welcome h1{font-size:50px;letter-spacing:-.055em;margin:8px 0 10px;color:#07152f}.sl-portal-welcome p{margin:0;color:#6b788f;max-width:690px;line-height:1.6;font-size:13px}.sl-portal-badge{display:flex;align-items:center;gap:8px;padding:10px 13px;border-radius:999px;border:1px solid #dce5f0;background:#fff;color:#607088;font-size:9px;font-weight:800}.sl-portal-badge span{width:8px;height:8px;border-radius:50%;background:#29bb72;box-shadow:0 0 0 5px rgba(41,187,114,.08)}.sl-portal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.sl-portal-card{background:#fff;border:1px solid #dde5f0;border-radius:24px;padding:24px;box-shadow:0 18px 50px rgba(8,24,52,.06);position:relative;overflow:hidden}.sl-portal-card.active:after{content:"";position:absolute;left:0;right:0;bottom:0;height:4px;background:linear-gradient(90deg,#157aff,#7543dc)}.sl-portal-card.help.active:after{background:linear-gradient(90deg,#7543dc,#fa1677)}.sl-portal-card.brand.active:after{background:linear-gradient(90deg,#7543dc,#ab82e8)}.sl-portal-card.manager.active:after{background:linear-gradient(90deg,#101f43,#157aff)}.sl-portal-card.inactive{background:#fbfcfe}.sl-portal-card-head{display:flex;justify-content:space-between;align-items:center}.sl-portal-icon{width:52px;height:52px;border-radius:16px;display:grid;place-items:center;background:#edf4ff;color:#1776f5;font-size:22px;font-weight:900}.sl-portal-card.help .sl-portal-icon{background:#fff0f7;color:#e52478}.sl-portal-card.brand .sl-portal-icon{background:#f5efff;color:#8059d5}.sl-portal-card.manager .sl-portal-icon{background:#edf1f8;color:#102143}.sl-portal-status{font-size:7px;letter-spacing:.1em;font-weight:900;color:#278b62;background:#edf9f4;border-radius:999px;padding:6px 8px}.sl-portal-card.inactive .sl-portal-status{color:#8a97aa;background:#f0f3f7}.sl-portal-card h2{font-size:24px;letter-spacing:-.035em;margin:22px 0 9px}.sl-portal-card p{min-height:62px;color:#758197;font-size:12px;line-height:1.55;margin-bottom:20px}.sl-portal-note{margin-top:22px;display:grid;grid-template-columns:34px 1fr;gap:12px;align-items:start;padding:16px 18px;border:1px solid #dbe4ef;border-radius:16px;background:#fff}.sl-portal-note>span{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;background:#edf4ff;color:#1674f0}.sl-portal-note p{margin:2px 0 0;color:#66758c;font-size:11px;line-height:1.6}.sl-portal-footer{text-align:center;padding:22px;color:#8997aa;font-size:9px}

@media(max-width:980px){.sl-public-nav>a:not(.sl-nav-login){display:none}.sl-public-hero{grid-template-columns:1fr;gap:34px;padding-top:40px}.sl-public-hero-panel{min-height:auto}.sl-solution-grid{grid-template-columns:1fr}.sl-solution-card p{min-height:auto}.sl-public-process,.sl-public-security{grid-template-columns:1fr;gap:40px}.sl-central-login-shell{display:block}.sl-central-login-visual{min-height:460px;padding:34px 28px}.sl-central-login-side{min-height:640px;padding:24px 18px 58px;position:relative}.sl-central-back{bottom:22px}.sl-portal-grid{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.sl-public-header{height:72px;padding:0 18px}.sl-public-logo img{width:140px}.sl-nav-login{padding:10px 14px}.sl-public-hero{padding:34px 18px 58px;min-height:auto}.sl-public-hero h1{font-size:46px}.sl-public-hero-copy>p{font-size:14px}.sl-public-actions{align-items:flex-start;flex-direction:column}.sl-public-proof{gap:12px}.sl-public-hero-panel{padding:24px;border-radius:24px}.sl-public-hero-panel h2{font-size:32px}.sl-public-section{padding:64px 18px}.sl-section-heading h2{font-size:40px}.sl-public-process{padding:60px 18px}.sl-public-security{padding:64px 18px}.sl-public-security h2{font-size:40px}.sl-security-points{grid-template-columns:1fr}.sl-public-footer{grid-template-columns:1fr;gap:18px;padding:28px 18px}.sl-public-footer nav{justify-content:flex-start}.sl-central-login-visual{min-height:410px;padding:28px 20px}.sl-central-logo img{width:150px}.sl-central-visual-copy h1{font-size:45px}.sl-central-visual-copy>p{font-size:13px}.sl-central-login-card{padding:23px 18px;border-radius:22px}.sl-portal-header{padding:0 18px}.sl-portal-user small{display:none}.sl-portal-main{padding:38px 18px}.sl-portal-welcome{align-items:flex-start;flex-direction:column}.sl-portal-welcome h1{font-size:40px}.sl-portal-grid{grid-template-columns:1fr}}

/* SMARTLAW_HOME_ELEGANTE_V3_20260828 */
html{scroll-behavior:smooth}
body.sl-home-v3-page,body.sl-login-v3-page{background:#06132b;color:#eef4ff}
body.sl-home-v3-page{overflow-x:hidden}
.sl-home-v3-shell{position:relative;min-height:100vh;background:
radial-gradient(circle at 10% 0%,rgba(28,120,255,.23),transparent 25%),
radial-gradient(circle at 90% 3%,rgba(160,78,255,.18),transparent 22%),
linear-gradient(180deg,#06132b 0%,#091a39 38%,#f5f7fc 38%,#f5f7fc 100%)}
.sl-home-v3-noise{position:fixed;inset:0;pointer-events:none;opacity:.18;background-image:radial-gradient(rgba(255,255,255,.22) .65px,transparent .65px);background-size:16px 16px;mask-image:linear-gradient(180deg,rgba(0,0,0,.8),rgba(0,0,0,.1) 60%,transparent)}
.sl-home-v3-header{position:sticky;top:0;z-index:30;display:flex;align-items:center;justify-content:space-between;gap:24px;max-width:1240px;margin:0 auto;padding:22px 28px;background:linear-gradient(180deg,rgba(6,19,43,.86),rgba(6,19,43,.72));backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.06)}
.sl-home-v3-brand img{width:170px}
.sl-home-v3-nav{display:flex;align-items:center;gap:14px}
.sl-home-v3-nav a{color:#b8c7df;font-size:13px;font-weight:800;letter-spacing:.02em;padding:10px 12px;border-radius:12px;transition:.22s ease}
.sl-home-v3-nav a:hover{color:#fff;background:rgba(255,255,255,.05)}
.sl-home-v3-login{border:1px solid rgba(255,255,255,.16);padding:12px 18px!important;color:#fff!important;background:rgba(255,255,255,.04)}
.sl-home-v3-menu-btn{display:none;width:50px;height:50px;border:1px solid rgba(255,255,255,.12);border-radius:14px;background:rgba(255,255,255,.04);padding:0;align-items:center;justify-content:center;gap:4px;flex-direction:column}
.sl-home-v3-menu-btn span{display:block;width:18px;height:2px;background:#f1f6ff;border-radius:99px;transition:transform .22s ease,opacity .22s ease}
.sl-home-v3-menu-btn[aria-expanded="true"] span:nth-child(1){transform:translateY(6px) rotate(45deg)}
.sl-home-v3-menu-btn[aria-expanded="true"] span:nth-child(2){opacity:0}
.sl-home-v3-menu-btn[aria-expanded="true"] span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}
.sl-home-v3-hero{max-width:1240px;margin:0 auto;padding:72px 28px 100px;display:grid;grid-template-columns:minmax(0,1.06fr) minmax(360px,.74fr);gap:62px;align-items:center;min-height:calc(100vh - 94px)}
.sl-home-v3-kicker{display:inline-flex;align-items:center;gap:10px;font-size:11px;font-weight:900;letter-spacing:.16em;color:#92aacc}
.sl-home-v3-kicker i{width:8px;height:8px;border-radius:50%;background:#1a88ff;box-shadow:0 0 0 7px rgba(26,136,255,.12)}
.sl-home-v3-copy h1{font-size:clamp(54px,6vw,88px);line-height:.95;letter-spacing:-.065em;margin:18px 0 24px;color:#fff;max-width:820px}
.sl-home-v3-copy h1 em{font-style:normal;background:linear-gradient(100deg,#2a93ff,#8b67ed 55%,#ff6397);background-clip:text;-webkit-background-clip:text;color:transparent}
.sl-home-v3-copy>p{max-width:700px;font-size:18px;line-height:1.78;color:#adc0d8}
.sl-home-v3-actions{display:flex;align-items:center;gap:18px;margin-top:34px;flex-wrap:wrap}
.sl-home-v3-primary{min-height:56px;padding-inline:26px;box-shadow:0 12px 32px rgba(18,89,197,.28)}
.sl-home-v3-secondary{display:inline-flex;align-items:center;min-height:52px;padding:0 6px;color:#d7e4f7;font-size:13px;font-weight:900;border-bottom:1px solid rgba(215,228,247,.25)}
.sl-home-v3-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;max-width:760px;margin-top:42px}
.sl-home-v3-metrics article{padding:16px 18px;border-radius:18px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.04)}
.sl-home-v3-metrics strong{display:block;font-size:24px;color:#fff;letter-spacing:-.03em}
.sl-home-v3-metrics span{display:block;margin-top:6px;color:#8fa6c8;font-size:11px;line-height:1.45}
.sl-home-v3-spotlight{position:relative;border:1px solid rgba(153,177,216,.16);border-radius:34px;padding:36px;background:linear-gradient(155deg,rgba(13,28,57,.95),rgba(10,22,47,.97));box-shadow:0 30px 90px rgba(0,0,0,.35);overflow:hidden}
.sl-home-v3-orbit{position:absolute;inset:auto -110px auto auto;top:-120px;width:320px;height:320px;border-radius:50%;border:1px solid rgba(81,147,255,.12);box-shadow:0 0 0 46px rgba(117,67,220,.03),0 0 0 94px rgba(251,69,144,.022)}
.sl-home-v3-main-card h2{font-size:38px;line-height:1.04;letter-spacing:-.045em;color:#fff;margin:12px 0 12px}
.sl-home-v3-main-card h2 strong{color:#93b2ff}
.sl-home-v3-main-card p{color:#9ab0ce;line-height:1.6;font-size:14px}
.sl-home-v3-stack{display:grid;gap:12px;margin-top:28px}
.sl-home-v3-chip-card{display:grid;grid-template-columns:50px 1fr;gap:14px;align-items:center;padding:15px 16px;border-radius:18px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.04)}
.sl-home-v3-icon{width:50px;height:50px;border-radius:16px;display:grid;place-items:center;color:#fff;font-size:21px;font-weight:900}
.sl-home-v3-icon.game{background:linear-gradient(135deg,#177bff,#6d4ae0)}
.sl-home-v3-icon.help{background:linear-gradient(135deg,#7448df,#f13184)}
.sl-home-v3-icon.brand{background:linear-gradient(135deg,#7050dd,#a47de7)}
.sl-home-v3-chip-card b{display:block;color:#f7fbff;font-size:14px}
.sl-home-v3-chip-card small{display:block;color:#89a0c0;font-size:11px;line-height:1.4;margin-top:4px}
.sl-home-v3-live{display:flex;align-items:center;gap:8px;margin-top:22px;color:#8da5c6;font-size:11px;font-weight:800}
.sl-home-v3-live span{width:8px;height:8px;border-radius:50%;background:#35cf86;box-shadow:0 0 0 7px rgba(53,207,134,.08)}
.sl-home-v3-intro{display:grid;grid-template-columns:minmax(240px,.8fr) 1.2fr;gap:50px;align-items:start;max-width:1240px;margin:0 auto;padding:92px 28px 20px;color:#0f1830}
.sl-home-v3-intro h2,.sl-home-v3-section-heading h2,.sl-home-v3-cta h2{font-size:clamp(40px,4.8vw,64px);line-height:1;letter-spacing:-.055em;margin:12px 0 0;color:#07152f}
.sl-home-v3-intro p,.sl-home-v3-section-heading p,.sl-home-v3-cta p{font-size:16px;line-height:1.75;color:#67758d}
.sl-home-v3-solutions{max-width:1240px;margin:0 auto;padding:54px 28px 94px}
.sl-home-v3-section-heading{max-width:760px;margin-bottom:36px}
.sl-home-v3-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.sl-home-v3-card{position:relative;overflow:hidden;border-radius:30px;padding:30px;background:#fff;border:1px solid #dfe6f1;box-shadow:0 22px 65px rgba(8,24,52,.08);transition:transform .25s ease,box-shadow .25s ease}
.sl-home-v3-card:hover{transform:translateY(-4px);box-shadow:0 26px 80px rgba(8,24,52,.12)}
.sl-home-v3-card:after{content:"";position:absolute;left:0;right:0;bottom:0;height:4px;background:linear-gradient(90deg,#177bff,#7049dd)}
.sl-home-v3-card.help:after{background:linear-gradient(90deg,#7148df,#fa267d)}
.sl-home-v3-card.brand:after{background:linear-gradient(90deg,#7348de,#ab83e6)}
.sl-home-v3-card-top{display:flex;justify-content:space-between;align-items:center;gap:12px}
.sl-home-v3-card-top span{font-size:10px;font-weight:900;color:#9aa8bd}
.sl-home-v3-card-top small{font-size:8px;padding:7px 9px;border-radius:999px;background:#f3f6fb;color:#61718e;font-weight:900;letter-spacing:.08em}
.sl-home-v3-card-icon{width:60px;height:60px;border-radius:20px;display:grid;place-items:center;margin:30px 0 18px;background:#eff5ff;color:#177bff;font-weight:900;font-size:25px}
.sl-home-v3-card.help .sl-home-v3-card-icon{background:#fff0f7;color:#e52577}
.sl-home-v3-card.brand .sl-home-v3-card-icon{background:#f4eeff;color:#8059d5}
.sl-home-v3-card h3{font-size:29px;letter-spacing:-.04em;color:#10172b;margin:0 0 12px}
.sl-home-v3-card p{min-height:90px;color:#6e7b90;font-size:14px;line-height:1.7}
.sl-home-v3-card ul{list-style:none;padding:0;margin:18px 0 24px;display:grid;gap:10px}
.sl-home-v3-card li{display:flex;gap:8px;font-size:12px;color:#415168}
.sl-home-v3-card li:before{content:"✓";font-weight:900;color:#1984ff}
.sl-home-v3-card.help li:before{color:#e52577}
.sl-home-v3-card.brand li:before{color:#8059d5}
.sl-home-v3-card a{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:900;color:#10254a}
.sl-home-v3-flow{background:#07162f;color:#fff;padding:90px max(28px,calc((100vw - 1184px)/2));display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1fr);gap:84px;align-items:center}
.sl-home-v3-flow-copy h2{font-size:clamp(42px,4.6vw,64px);letter-spacing:-.055em;line-height:1;margin:14px 0 18px}
.sl-home-v3-flow-copy p{font-size:15px;line-height:1.78;color:#a7b8d0;max-width:620px;margin-bottom:28px}
.sl-home-v3-flow-steps{display:grid;gap:14px}
.sl-home-v3-flow-steps article{display:grid;grid-template-columns:56px 1fr;gap:16px;padding:18px;border-radius:20px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.035)}
.sl-home-v3-flow-steps article b{width:56px;height:56px;border-radius:17px;display:grid;place-items:center;background:linear-gradient(135deg,#177bff,#7049dd);font-size:18px}
.sl-home-v3-flow-steps strong{display:block;margin:3px 0 6px;font-size:15px;color:#f7fbff}
.sl-home-v3-flow-steps span{display:block;color:#90a4c1;font-size:12px;line-height:1.55}
.sl-home-v3-cta{max-width:1240px;margin:0 auto;padding:88px 28px 94px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:32px;align-items:end;color:#0c172e}
.sl-home-v3-footer{background:#041027;color:#96a8c3;padding:34px max(28px,calc((100vw - 1184px)/2));display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:26px}
.sl-home-v3-footer img{width:148px}
.sl-home-v3-footer-brand{display:grid;gap:6px}
.sl-home-v3-footer-brand small{font-size:9px;letter-spacing:.1em;text-transform:uppercase}
.sl-home-v3-footer-links{display:flex;gap:18px;flex-wrap:wrap}
.sl-home-v3-footer-links a,.sl-home-v3-footer-contact a,.sl-home-v3-footer-contact span{font-size:11px;font-weight:800;color:#a7b8cf}
.sl-home-v3-footer-contact{display:grid;gap:4px;justify-items:end}

/* reveal */
[data-reveal]{opacity:0;transform:translateY(26px);transition:opacity .72s ease,transform .72s ease;will-change:opacity,transform}
[data-reveal="left"]{transform:translateX(26px)}
[data-reveal].is-visible{opacity:1;transform:none}

/* login v3 */
.sl-login-v3-shell{min-height:100vh;display:grid;grid-template-columns:minmax(0,.95fr) minmax(420px,.85fr);background:linear-gradient(140deg,#06132b 0%,#0a1d3f 44%,#eef3fb 44%,#eef3fb 100%)}
.sl-login-v3-visual{position:relative;overflow:hidden;padding:38px 42px 40px;display:flex;flex-direction:column;justify-content:space-between;min-height:100vh}
.sl-login-v3-backdrop{position:absolute;inset:0;background:radial-gradient(circle at 12% 10%,rgba(28,120,255,.24),transparent 30%),radial-gradient(circle at 82% 18%,rgba(160,78,255,.2),transparent 27%)}
.sl-login-v3-logo,.sl-login-v3-copy,.sl-login-v3-note{position:relative;z-index:1}
.sl-login-v3-logo img{width:164px}
.sl-login-v3-copy{max-width:640px;margin-top:60px}
.sl-login-v3-copy h1{font-size:clamp(48px,5vw,76px);line-height:.98;letter-spacing:-.06em;margin:18px 0 18px;color:#fff}
.sl-login-v3-copy p{font-size:16px;line-height:1.75;color:#aac0da;max-width:560px}
.sl-login-v3-pills{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}
.sl-login-v3-pills span{display:inline-flex;gap:8px;align-items:center;padding:10px 13px;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.05);font-size:12px;font-weight:800;color:#eaf2ff}
.sl-login-v3-pills b{display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:rgba(255,255,255,.09)}
.sl-login-v3-note{margin-top:auto;color:#8fa7c8;font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.sl-login-v3-form-side{position:relative;padding:44px 30px 60px;display:flex;flex-direction:column;justify-content:center;align-items:center}
.sl-login-v3-card{width:min(100%,520px);background:#fff;border:1px solid #dfe7f1;border-radius:30px;padding:34px 30px;box-shadow:0 25px 80px rgba(12,27,51,.12)}
.sl-login-v3-card h2{font-size:38px;letter-spacing:-.05em;color:#09142a;margin:8px 0 10px}
.sl-login-v3-card>p,.sl-login-v3-help{color:#6c7a8f;line-height:1.65;font-size:14px}
.sl-login-v3-form .field input{min-height:56px;border-radius:16px}
.sl-login-v3-submit{margin-top:6px;min-height:56px}
.sl-login-v3-divider{position:relative;text-align:center;margin:26px 0 16px}
.sl-login-v3-divider:before{content:"";position:absolute;left:0;right:0;top:50%;height:1px;background:#e4eaf2}
.sl-login-v3-divider span{position:relative;padding:0 12px;background:#fff;color:#94a3b8;font-size:10px;font-weight:900;letter-spacing:.14em}
.sl-login-v3-links{display:grid;gap:10px;margin-top:18px}
.sl-login-v3-links a{display:grid;grid-template-columns:36px 1fr auto;gap:14px;align-items:center;padding:14px 14px;border-radius:18px;border:1px solid #e3eaf4;background:#fbfcfe;color:#10254a;transition:.2s ease}
.sl-login-v3-links a:hover{transform:translateY(-1px);border-color:#d3dff0;background:#fff}
.sl-login-v3-links b{width:36px;height:36px;border-radius:12px;display:grid;place-items:center;background:#edf4ff;color:#177bff;font-size:17px}
.sl-login-v3-links a:nth-child(2) b{background:#fff0f7;color:#e52577}
.sl-login-v3-links a:nth-child(3) b{background:#f4eeff;color:#8059d5}
.sl-login-v3-links span{display:block;font-size:13px;font-weight:900;color:#10233f}
.sl-login-v3-links small{display:block;margin-top:4px;font-size:11px;font-weight:600;color:#78879e}
.sl-login-v3-links i{font-style:normal;color:#94a3b7;font-weight:900}
.sl-login-v3-manager{display:inline-flex;margin-top:18px;color:#244879;font-size:12px;font-weight:900}
.sl-login-v3-back{display:inline-flex;margin-top:18px;color:#6f7e97;font-size:12px;font-weight:900}

@media (max-width: 1100px){
  .sl-home-v3-hero{grid-template-columns:1fr;gap:36px;padding-top:54px;min-height:auto}
  .sl-home-v3-intro,.sl-home-v3-flow,.sl-home-v3-cta,.sl-login-v3-shell{grid-template-columns:1fr}
  .sl-home-v3-flow{gap:42px}
  .sl-home-v3-cta{align-items:start}
  .sl-login-v3-visual{min-height:520px;padding:34px 28px}
  .sl-login-v3-form-side{padding:22px 18px 58px}
}
@media (max-width: 980px){
  .sl-home-v3-menu-btn{display:inline-flex}
  .sl-home-v3-nav{position:absolute;top:100%;left:18px;right:18px;display:grid;gap:6px;padding:14px;border-radius:20px;background:rgba(5,18,42,.98);border:1px solid rgba(255,255,255,.08);box-shadow:0 20px 50px rgba(0,0,0,.25);opacity:0;pointer-events:none;transform:translateY(-8px);transition:.22s ease}
  .sl-home-v3-nav.is-open{opacity:1;pointer-events:auto;transform:translateY(0)}
  .sl-home-v3-nav a{padding:13px 14px}
  .sl-home-v3-nav a:not(.sl-home-v3-login){background:rgba(255,255,255,.03)}
  .sl-home-v3-grid{grid-template-columns:1fr}
  .sl-home-v3-footer{grid-template-columns:1fr;justify-items:start}
  .sl-home-v3-footer-contact{justify-items:start}
}
@media (max-width: 720px){
  .sl-home-v3-header{padding:16px 18px}
  .sl-home-v3-brand img{width:146px}
  .sl-home-v3-hero{padding:38px 18px 58px}
  .sl-home-v3-copy h1{font-size:46px}
  .sl-home-v3-copy>p{font-size:15px}
  .sl-home-v3-metrics{grid-template-columns:1fr}
  .sl-home-v3-spotlight{padding:24px;border-radius:26px}
  .sl-home-v3-main-card h2{font-size:32px}
  .sl-home-v3-intro,.sl-home-v3-solutions,.sl-home-v3-cta{padding-left:18px;padding-right:18px}
  .sl-home-v3-intro{padding-top:64px}
  .sl-home-v3-flow{padding:62px 18px}
  .sl-home-v3-cta{padding-top:64px;padding-bottom:72px}
  .sl-home-v3-footer{padding:28px 18px}
  .sl-login-v3-copy h1{font-size:42px}
  .sl-login-v3-card{padding:24px 18px;border-radius:24px}
  .sl-login-v3-card h2{font-size:32px}
}
@media (prefers-reduced-motion: reduce){
  html{scroll-behavior:auto}
  [data-reveal]{opacity:1;transform:none;transition:none}
  .sl-home-v3-nav,.sl-home-v3-card,.sl-home-v3-menu-btn span{transition:none}
}

/* SMARTLAW_LOGIN_LAYOUT_CORRIGIDO_V5_20260828 */
body.sl-login-v3-page{background:#eef3fb}
.sl-login-v3-shell{
  min-height:100vh;
  display:grid;
  grid-template-columns:minmax(0,.95fr) minmax(420px,.85fr);
  background:#eef3fb;
}
.sl-login-v3-visual{
  position:relative;
  overflow:hidden;
  min-height:100vh;
  padding:44px 48px 42px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  background:
    radial-gradient(circle at 18% 12%,rgba(28,120,255,.26),transparent 31%),
    radial-gradient(circle at 84% 20%,rgba(132,73,230,.20),transparent 30%),
    linear-gradient(145deg,#06132b 0%,#0a2148 100%);
  color:#fff;
}
.sl-login-v3-backdrop{
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 86% 80%,rgba(25,111,255,.10),transparent 30%),
    linear-gradient(90deg,transparent,rgba(255,255,255,.012));
}
.sl-login-v3-logo{
  position:absolute;
  z-index:3;
  top:42px;
  left:48px;
  display:block;
}
.sl-login-v3-logo img{
  display:block;
  width:172px;
  height:auto;
}
.sl-login-v3-copy{
  position:relative;
  z-index:2;
  max-width:660px;
  margin:0;
  padding:96px 0 78px;
}
.sl-login-v3-copy h1{
  max-width:620px;
  font-size:clamp(50px,5vw,76px);
  line-height:.98;
  letter-spacing:-.06em;
  margin:18px 0 20px;
  color:#fff;
}
.sl-login-v3-copy p{
  max-width:570px;
  font-size:16px;
  line-height:1.72;
  color:#b1c3dc;
}
.sl-login-v3-pills{position:relative;z-index:2}
.sl-login-v3-note{
  position:absolute;
  z-index:2;
  left:48px;
  bottom:40px;
  margin:0;
  color:#7f99bb;
}
.sl-login-v3-form-side{
  min-height:100vh;
  background:#eef3fb;
  padding:42px 30px 58px;
}
.sl-login-v3-card{
  width:min(100%,520px);
  box-shadow:0 24px 70px rgba(12,27,51,.11);
}

@media (max-width:1100px){
  .sl-login-v3-shell{grid-template-columns:1fr}
  .sl-login-v3-visual{min-height:460px;padding:34px 28px}
  .sl-login-v3-logo{top:30px;left:28px}
  .sl-login-v3-logo img{width:158px}
  .sl-login-v3-copy{padding:82px 0 62px;max-width:760px}
  .sl-login-v3-copy h1{max-width:700px}
  .sl-login-v3-note{left:28px;bottom:26px}
  .sl-login-v3-form-side{min-height:auto;padding:28px 18px 58px}
}
@media (max-width:720px){
  .sl-login-v3-visual{min-height:430px;padding:28px 20px}
  .sl-login-v3-logo{top:24px;left:20px}
  .sl-login-v3-logo img{width:146px}
  .sl-login-v3-copy{padding:70px 0 48px}
  .sl-login-v3-copy h1{font-size:42px;max-width:100%}
  .sl-login-v3-copy p{font-size:14px}
  .sl-login-v3-pills{gap:8px}
  .sl-login-v3-pills span{font-size:11px;padding:9px 11px}
  .sl-login-v3-note{display:none}
  .sl-login-v3-form-side{padding:20px 14px 48px}
}

/* SMARTLAW_LOGIN_UNICO_PERFIL_RECURSOS_V6_20260828 */
.sl-login-single-card{max-width:520px}
.sl-login-single-info{display:grid;grid-template-columns:34px 1fr;gap:12px;align-items:start;margin-top:24px;padding:15px 16px;border:1px solid #e0e8f2;border-radius:16px;background:#f8fbff}
.sl-login-single-info>span{width:34px;height:34px;display:grid;place-items:center;border-radius:11px;background:#e9f8f1;color:#199663;font-size:16px;font-weight:900}
.sl-login-single-info p{margin:1px 0 0;color:#1b2b44;font-size:12px;line-height:1.5}
.sl-login-single-info b{display:block;font-size:12px}
.sl-login-single-info small{display:block;margin-top:4px;color:#718198;font-size:11px;line-height:1.55;font-weight:600}
.sl-user-area-page .sl-portal-grid.resources-1{grid-template-columns:minmax(0,420px)}
.sl-user-area-page .sl-portal-grid.resources-2{grid-template-columns:repeat(2,minmax(0,1fr));max-width:830px}
.sl-user-area-page .sl-portal-grid.resources-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.sl-user-area-note{max-width:830px}
@media(max-width:980px){
  .sl-user-area-page .sl-portal-grid.resources-1,
  .sl-user-area-page .sl-portal-grid.resources-2,
  .sl-user-area-page .sl-portal-grid.resources-3{grid-template-columns:1fr 1fr;max-width:none}
}
@media(max-width:640px){
  .sl-user-area-page .sl-portal-grid.resources-1,
  .sl-user-area-page .sl-portal-grid.resources-2,
  .sl-user-area-page .sl-portal-grid.resources-3{grid-template-columns:1fr}
  .sl-login-single-info{margin-top:18px}
}

/* SMARTLAW_GESTOR_SAIR_FIXO_V7_20260828 */
.manager-bg .sidebar{overflow:hidden}
.manager-bg .sidebar nav{
  flex:1 1 auto;
  min-height:0;
  overflow-y:auto;
  overflow-x:hidden;
  padding-right:4px;
  scrollbar-width:thin;
  scrollbar-color:rgba(148,169,202,.28) transparent;
}
.manager-bg .sidebar nav::-webkit-scrollbar{width:5px}
.manager-bg .sidebar nav::-webkit-scrollbar-track{background:transparent}
.manager-bg .sidebar nav::-webkit-scrollbar-thumb{background:rgba(148,169,202,.24);border-radius:999px}
.manager-bg .side-bottom{
  flex:0 0 auto;
  margin-top:12px;
  padding:14px 10px 4px;
  background:linear-gradient(180deg,rgba(6,26,53,0),#061a35 22%);
  align-items:center;
}
.manager-bg .side-bottom small{
  min-width:0;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  color:#8fa4c5;
}
.manager-bg .side-bottom a{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:36px;
  padding:0 14px;
  border-radius:11px;
  border:1px solid rgba(145,174,222,.16);
  background:rgba(255,255,255,.045);
  color:#f1f6ff;
  font-size:12px;
  font-weight:800;
}
.manager-bg .side-bottom a:hover{background:rgba(255,255,255,.09)}

@media(max-width:900px){
  .manager-bg .sidebar{overflow:visible;height:auto}
  .manager-bg .sidebar nav{overflow:visible;max-height:none;padding-right:0}
  .manager-bg .side-bottom{
    display:flex;
    margin-top:16px;
    padding:14px 10px 2px;
    background:transparent;
  }
}

/* SMARTLAW_HOME_INSTITUCIONAL_V8_20260828 */
body.sl-home-ref-page{margin:0;background:#020813;color:#fff;overflow-x:hidden}
.sl-ref-page{min-height:100vh;background:#fff;color:#111820}
.sl-ref-header{position:absolute;z-index:50;left:50%;top:0;transform:translateX(-50%);width:min(1180px,calc(100% - 36px));height:100px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:0 6px;color:#fff}
.sl-ref-logo img{width:178px;filter:none}
.sl-ref-nav{display:flex;align-items:center;gap:31px}
.sl-ref-nav a{position:relative;color:#fff;text-transform:uppercase;letter-spacing:.14em;font-size:11px;font-weight:800;padding:10px 0;opacity:.9}
.sl-ref-nav a:not(.sl-ref-enter):after{content:"";position:absolute;left:0;right:100%;bottom:2px;height:1px;background:#fff;transition:right .2s ease}
.sl-ref-nav a:hover:after,.sl-ref-nav a.active:after{right:0}
.sl-ref-enter{padding:12px 17px!important;border:1px solid rgba(255,255,255,.28);border-radius:8px;background:rgba(255,255,255,.05)}
.sl-ref-menu-button{display:none;width:48px;height:48px;border:1px solid rgba(255,255,255,.18);border-radius:12px;background:rgba(0,0,0,.25);align-items:center;justify-content:center;flex-direction:column;gap:4px}
.sl-ref-menu-button span{width:19px;height:2px;background:#fff;border-radius:10px}
.sl-ref-hero{position:relative;min-height:820px;height:min(100vh,920px);overflow:hidden;background:#020713;color:#fff}
.sl-ref-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .75s ease,visibility .75s ease}
.sl-ref-slide.is-active{opacity:1;visibility:visible}
.sl-ref-hero-visual{position:absolute;inset:0;background-image:var(--hero-image);background-size:min(930px,63vw) auto;background-repeat:no-repeat;background-position:right 50% center;filter:saturate(.9) contrast(1.03);transform:scale(1.04);transition:transform 7s ease}
.sl-ref-slide.is-active .sl-ref-hero-visual{transform:scale(1)}
.sl-ref-hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,#01050b 0%,rgba(1,6,14,.98) 28%,rgba(3,12,27,.76) 51%,rgba(3,10,20,.36) 72%,rgba(7,0,18,.22) 100%),linear-gradient(0deg,rgba(205,0,105,.22),transparent 28%)}
.sl-ref-hero-content{position:absolute;z-index:5;left:max(28px,calc((100vw - 1100px)/2));top:50%;transform:translateY(-42%);max-width:560px}
.sl-ref-hero-kicker{display:block;margin-bottom:19px;color:#8bb9ed;font-size:10px;font-weight:900;letter-spacing:.22em}
.sl-ref-hero h1{margin:0;color:#fff;font-size:clamp(50px,5.2vw,78px);font-weight:300;line-height:.96;letter-spacing:-.035em}
.sl-ref-hero h1 strong{font-weight:650}
.sl-ref-hero-content>p{max-width:510px;margin:22px 0 0;color:#e8eef7;font-size:16px;line-height:1.7}
.sl-ref-hero-actions{display:flex;align-items:center;gap:22px;margin-top:28px;flex-wrap:wrap}
.sl-ref-gradient-btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 25px;border-radius:5px;background:linear-gradient(90deg,#0798ff,#6152ed 50%,#fa0081);box-shadow:0 10px 28px rgba(255,0,126,.15);color:#fff!important;font-size:10px;font-weight:900;letter-spacing:.05em;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}
.sl-ref-gradient-btn:hover{transform:translateY(-2px);box-shadow:0 14px 34px rgba(77,73,239,.25)}
.sl-ref-login-link{font-size:12px;color:#d5e1f1;font-weight:800}
.sl-ref-socials{display:flex;align-items:center;gap:19px}
.sl-ref-socials a{width:36px;height:36px;border:1px solid rgba(255,255,255,.27);border-radius:50%;display:grid;place-items:center;color:#fff;font-size:17px;font-weight:900;text-decoration:none;transition:.2s ease}
.sl-ref-socials a:hover{border-color:#ff178b;background:rgba(255,23,139,.12)}
.sl-ref-socials-hero{position:absolute;z-index:7;left:max(28px,calc((100vw - 1100px)/2));bottom:80px}
.sl-ref-arrow{position:absolute;z-index:8;top:53%;transform:translateY(-50%);width:44px;height:64px;border:0;background:transparent;color:rgba(255,255,255,.56);font-size:50px;line-height:1;cursor:pointer}
.sl-ref-arrow.prev{left:28px}.sl-ref-arrow.next{right:28px}.sl-ref-arrow:hover{color:#fff}
.sl-ref-dots{position:absolute;z-index:8;left:50%;bottom:34px;transform:translateX(-50%);display:flex;gap:10px}
.sl-ref-dots button,.sl-ref-partner-dots button{width:9px;height:9px;border:0;border-radius:50%;background:#6d6d77;padding:0;cursor:pointer}.sl-ref-dots button.is-active{background:#fff}
.sl-ref-slide-abstract{background:radial-gradient(circle at 74% 42%,rgba(0,152,255,.25),transparent 24%),radial-gradient(circle at 88% 76%,rgba(255,0,128,.25),transparent 30%),#010711}
.sl-ref-abstract-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(70,127,199,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(70,127,199,.07) 1px,transparent 1px);background-size:52px 52px;display:flex;align-items:center;justify-content:flex-end;padding-right:12vw;color:rgba(84,164,255,.11);font:700 520px/1 Georgia,serif}

.sl-ref-about{position:relative;min-height:590px;display:grid;grid-template-columns:1.02fr .98fr;overflow:hidden;background:#f7f8fa;color:#121820}
.sl-ref-about-copy{padding:90px 7vw 82px max(28px,calc((100vw - 1100px)/2));max-width:700px;align-self:center}
.sl-ref-section-kicker{display:block;margin-bottom:8px;color:#7890ae;font-size:9px;letter-spacing:.21em;font-weight:900;text-transform:uppercase}
.sl-ref-about h2,.sl-ref-section-title h2,.sl-ref-contact h2{margin:0 0 17px;font-size:clamp(42px,4vw,62px);line-height:1;letter-spacing:-.05em;font-weight:300;color:#121820}
.sl-ref-about h3{margin:30px 0 9px;font-size:31px;font-weight:300;letter-spacing:-.035em}
.sl-ref-about p{max-width:670px;margin:0;color:#4d5969;font-size:15px;line-height:1.75}
.sl-ref-text-link{display:inline-flex;margin-top:24px;color:#0d5fb5;font-size:12px;font-weight:900}
.sl-ref-about-art{position:relative;min-height:590px}
.sl-ref-about-gradient{position:absolute;inset:0;background:linear-gradient(130deg,#0d9eff 0%,#495ee8 42%,#a53ec0 80%,#ff148b 118%);clip-path:polygon(34% 0,100% 0,100% 100%,0 100%,44% 58%)}
.sl-ref-about-diamond{position:absolute;width:min(390px,65%);aspect-ratio:1;left:48%;top:50%;transform:translate(-50%,-50%) rotate(45deg);overflow:hidden;border-radius:12px;background:#071425;box-shadow:0 22px 54px rgba(0,0,0,.22)}
.sl-ref-about-diamond img{width:142%;height:142%;object-fit:cover;position:absolute;left:-21%;top:-21%;transform:rotate(-45deg);filter:saturate(.8) contrast(1.02)}

.sl-ref-services{position:relative;overflow:hidden;background:#02070d;color:#fff;padding:86px max(28px,calc((100vw - 1100px)/2)) 100px}
.sl-ref-services-bg{position:absolute;inset:0;opacity:.35;background:radial-gradient(circle at 55% 50%,rgba(0,142,255,.17),transparent 23%),radial-gradient(circle at 82% 80%,rgba(255,0,126,.13),transparent 28%),repeating-radial-gradient(circle at 54% 53%,transparent 0 56px,rgba(63,113,165,.11) 57px 58px)}
.sl-ref-services:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.86),rgba(0,0,0,.4) 54%,rgba(0,0,0,.82))}
.sl-ref-section-title{position:relative;z-index:2;text-align:center;max-width:760px;margin:0 auto 50px}
.sl-ref-section-title.light h2{color:#fff}.sl-ref-section-title.light p{color:#c8d3df}
.sl-ref-section-title p{margin:0;color:#657284;font-size:15px;line-height:1.65}
.sl-ref-service-grid{position:relative;z-index:2;display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.sl-ref-service-grid article{position:relative;min-height:390px;padding:32px 30px;border:1px solid rgba(255,255,255,.13);background:linear-gradient(145deg,rgba(13,28,50,.74),rgba(6,12,22,.68));backdrop-filter:blur(10px);border-radius:4px;transition:transform .25s ease,border-color .25s ease}
.sl-ref-service-grid article:hover{transform:translateY(-5px);border-color:rgba(255,26,139,.55)}
.sl-ref-service-grid article>span{position:absolute;right:24px;top:18px;color:rgba(255,255,255,.2);font-size:45px;font-weight:800}
.sl-ref-service-grid i{display:grid;place-items:center;width:52px;height:52px;margin:20px 0 38px;border-radius:50%;background:linear-gradient(135deg,#0b9cff,#7c50e9,#ff1687);font-style:normal;font-size:23px}
.sl-ref-service-grid h3{margin:0 0 16px;font-size:42px;line-height:.95;letter-spacing:-.04em;font-weight:300}
.sl-ref-service-grid p{color:#aab8c9;font-size:13px;line-height:1.65}
.sl-ref-service-grid a{display:inline-flex;margin-top:20px;padding-bottom:5px;border-bottom:2px solid #ff1687;color:#fff;font-size:11px;font-weight:900}

.sl-ref-team{padding:86px max(28px,calc((100vw - 1100px)/2)) 94px;background:#fff;color:#111820}
.sl-ref-team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:52px;max-width:1000px;margin:0 auto}
.sl-ref-team-grid article{text-align:center;background:#f7f7f8;padding:24px 20px 28px;min-width:0}
.sl-ref-team-grid img{display:block;width:100%;max-width:340px;height:auto;margin:0 auto 15px;object-fit:contain}
.sl-ref-team-grid h3{margin:0;font-size:27px;font-weight:350;letter-spacing:-.03em}

.sl-ref-partners{padding:72px 0 70px;background:#f0f0f1;color:#111820;overflow:hidden}
.sl-ref-partners .sl-ref-section-title{margin-bottom:30px;padding:0 20px}
.sl-ref-partner-window{position:relative;max-width:1550px;margin:0 auto;padding:0 20px 30px}
.sl-ref-partner-track{position:relative;min-height:180px}
.sl-ref-partner-track figure{position:absolute;inset:0;margin:0;display:grid;place-items:center;opacity:0;transform:translateX(20px);transition:.5s ease}.sl-ref-partner-track figure.is-active{opacity:1;transform:none}
.sl-ref-partner-track img{display:block;width:min(100%,1500px);height:auto;mix-blend-mode:multiply}
.sl-ref-partner-dots{display:flex;justify-content:center;gap:8px;margin-top:16px}.sl-ref-partner-dots button{background:#c8c8ca}.sl-ref-partner-dots button.is-active{background:#ff6fb3}

.sl-ref-contact{position:relative;overflow:hidden;background:#1d2028;color:#fff;padding:88px max(28px,calc((100vw - 1100px)/2));min-height:420px}
.sl-ref-contact-shape{position:absolute;bottom:-20px;width:330px;height:330px;transform:rotate(45deg)}.sl-ref-contact-shape.left{left:-170px;background:linear-gradient(135deg,#6d43e8,#ff0080)}.sl-ref-contact-shape.right{right:-170px;background:linear-gradient(135deg,#0aa3ff,#6e4ae3)}
.sl-ref-contact-inner{position:relative;z-index:2;display:grid;grid-template-columns:1fr auto;gap:70px;align-items:center;max-width:980px;margin:0 auto}
.sl-ref-contact .sl-ref-section-kicker{color:#a3b6cc}.sl-ref-contact h2{color:#fff;margin-bottom:20px}.sl-ref-contact p{margin:0 0 15px;color:#cbd4df;font-size:17px;line-height:1.65}.sl-ref-contact-inner>div:first-child>a{display:block;color:#fff;font-size:16px;font-weight:700;margin-top:9px}
.sl-ref-contact-actions{display:grid;gap:22px;justify-items:center}.sl-ref-contact-actions .sl-ref-socials a{border-color:rgba(255,255,255,.3)}
.sl-ref-footer{display:flex;justify-content:space-between;gap:20px;align-items:center;padding:22px max(22px,calc((100vw - 1100px)/2));background:#12151b;color:#8896a7;font-size:10px}.sl-ref-footer a{color:#c7d3e2;font-weight:800}

[data-reveal]{opacity:0;transform:translateY(24px);transition:opacity .65s ease,transform .65s ease}[data-reveal="left"]{transform:translateX(28px)}[data-reveal].is-visible{opacity:1;transform:none}

@media(max-width:980px){
  .sl-ref-header{height:82px;width:calc(100% - 28px)}.sl-ref-logo img{width:150px}.sl-ref-menu-button{display:flex}.sl-ref-nav{position:absolute;top:74px;left:0;right:0;display:grid;gap:4px;padding:13px;border-radius:14px;background:rgba(3,10,23,.97);border:1px solid rgba(255,255,255,.1);box-shadow:0 20px 50px rgba(0,0,0,.34);opacity:0;pointer-events:none;transform:translateY(-8px);transition:.2s ease}.sl-ref-nav.is-open{opacity:1;pointer-events:auto;transform:none}.sl-ref-nav a{padding:12px 13px}.sl-ref-enter{text-align:center;margin-top:4px}
  .sl-ref-hero{min-height:760px;height:88vh}.sl-ref-hero-visual{background-size:auto 72%;background-position:right -150px center}.sl-ref-hero-content{left:28px;right:28px;top:50%;max-width:600px}.sl-ref-hero-shade{background:linear-gradient(90deg,#01050b 0%,rgba(1,6,14,.95) 48%,rgba(3,10,20,.62) 100%),linear-gradient(0deg,rgba(205,0,105,.18),transparent 30%)}.sl-ref-socials-hero{left:28px;bottom:70px}.sl-ref-arrow{display:none}
  .sl-ref-about{grid-template-columns:1fr}.sl-ref-about-copy{padding:72px 28px 46px}.sl-ref-about-art{min-height:430px}.sl-ref-about-gradient{clip-path:polygon(0 18%,100% 0,100% 100%,0 100%)}.sl-ref-about-diamond{width:290px}
  .sl-ref-service-grid{grid-template-columns:1fr}.sl-ref-service-grid article{min-height:auto}.sl-ref-team-grid{grid-template-columns:1fr 1fr;gap:24px}.sl-ref-contact-inner{grid-template-columns:1fr;gap:36px}.sl-ref-contact-actions{justify-items:start}
}
@media(max-width:640px){
  .sl-ref-header{width:calc(100% - 24px)}.sl-ref-hero{min-height:690px;height:88svh}.sl-ref-hero-visual{opacity:.72;background-size:auto 58%;background-position:right -220px center}.sl-ref-hero-content{left:20px;right:20px;top:47%;transform:translateY(-40%)}.sl-ref-hero h1{font-size:48px}.sl-ref-hero-content>p{font-size:14px;max-width:360px}.sl-ref-socials-hero{left:20px;bottom:68px}.sl-ref-dots{bottom:28px}.sl-ref-gradient-btn{min-height:42px;padding:0 20px}.sl-ref-login-link{width:100%}
  .sl-ref-about-copy{padding:62px 20px 38px}.sl-ref-about h2,.sl-ref-section-title h2,.sl-ref-contact h2{font-size:43px}.sl-ref-about h3{font-size:28px}.sl-ref-about-art{min-height:360px}.sl-ref-about-diamond{width:245px}
  .sl-ref-services{padding:62px 20px 70px}.sl-ref-service-grid h3{font-size:37px}.sl-ref-team{padding:62px 20px 70px}.sl-ref-team-grid{grid-template-columns:1fr}.sl-ref-team-grid article{max-width:380px;width:100%;margin:0 auto}.sl-ref-team-grid h3{font-size:25px}.sl-ref-partners{padding:58px 0}.sl-ref-partner-track{min-height:115px}.sl-ref-contact{padding:68px 22px}.sl-ref-contact-shape{width:230px;height:230px}.sl-ref-footer{flex-direction:column;align-items:flex-start}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.sl-ref-slide,.sl-ref-hero-visual,[data-reveal],.sl-ref-nav{transition:none}[data-reveal]{opacity:1;transform:none}}

/* SMARTLAW_SOBRE_LAYOUT_V9_20260828
   Corrige a seção Sobre: coluna de texto ampla, hierarquia legível e
   composição próxima à referência institucional da SmartLaw. */
@media (min-width:981px){
  .sl-ref-about{
    grid-template-columns:minmax(0,58%) minmax(0,42%);
    min-height:620px;
  }
  .sl-ref-about-copy{
    box-sizing:border-box;
    width:100%;
    max-width:none;
    padding:88px 72px 84px max(40px,calc((100vw - 1180px)/2));
    align-self:center;
  }
  .sl-ref-about h2{
    white-space:nowrap;
    max-width:620px;
    margin-bottom:18px;
  }
  .sl-ref-about h3{
    max-width:620px;
    margin-top:34px;
    white-space:nowrap;
  }
  .sl-ref-about p{
    width:100%;
    max-width:590px;
    font-size:15px;
    line-height:1.78;
  }
  .sl-ref-about-art{
    min-height:620px;
  }
  .sl-ref-about-gradient{
    clip-path:polygon(24% 0,100% 0,100% 100%,0 100%,38% 59%);
  }
  .sl-ref-about-diamond{
    width:min(400px,68%);
    left:50%;
  }
}
@media (max-width:1200px) and (min-width:981px){
  .sl-ref-about-copy{
    padding-left:48px;
    padding-right:46px;
  }
  .sl-ref-about p{max-width:540px}
  .sl-ref-about-diamond{width:min(350px,70%)}
}
@media (max-width:980px){
  .sl-ref-about-copy{
    box-sizing:border-box;
    width:100%;
    max-width:760px;
    margin:0 auto;
  }
  .sl-ref-about h2,.sl-ref-about h3{white-space:normal}
  .sl-ref-about p{max-width:680px}
}
@media (max-width:640px){
  .sl-ref-about-copy{max-width:none}
  .sl-ref-about p{font-size:14px;line-height:1.72}
}


/* SMARTLAW_SOCIAIS_ICONES_V10_20260828
   Ícones sociais no estilo da referência: brancos, sem círculo externo. */
.sl-ref-socials{gap:26px}
.sl-ref-socials a,
.sl-ref-contact-actions .sl-ref-socials a{
  width:30px;
  height:30px;
  border:0!important;
  border-radius:0;
  background:transparent!important;
  padding:0;
  display:grid;
  place-items:center;
  color:#fff;
  box-shadow:none;
  opacity:.96;
  transition:transform .18s ease,opacity .18s ease,color .18s ease;
}
.sl-ref-socials a svg{display:block;width:27px;height:27px;overflow:visible}
.sl-ref-socials a:hover{transform:translateY(-2px);opacity:1;color:#ff2a91}
.sl-ref-socials a:focus-visible{outline:2px solid #fff;outline-offset:5px;border-radius:3px}
@media(max-width:640px){.sl-ref-socials{gap:22px}.sl-ref-socials a svg{width:25px;height:25px}}

/* SMARTLAW_CADASTRO_CENTRAL_V11_20260828 */
.sl-login-create-access{margin-top:24px;padding-top:20px;border-top:1px solid #e4eaf2;display:flex;align-items:center;justify-content:center;gap:9px;flex-wrap:wrap;color:#6d7c92;font-size:12px}
.sl-login-create-access a{color:#102b55;font-weight:900}
.sl-register-v11-card{width:min(100%,560px)}
.sl-register-v11-card .sl-login-v3-form{display:grid;gap:12px}
.sl-register-v11-card .field input{min-height:50px}
.sl-access-pending-card{max-width:820px;margin:38px auto 0;padding:34px;border:1px solid #dce5f1;border-radius:28px;background:#fff;box-shadow:0 22px 65px rgba(8,24,52,.07);display:grid;grid-template-columns:64px 1fr;gap:22px;align-items:start}
.sl-access-pending-icon{width:64px;height:64px;border-radius:20px;display:grid;place-items:center;background:#eafaf2;color:#19a764;font-size:26px;font-weight:900}
.sl-access-pending-card span{font-size:9px;font-weight:900;letter-spacing:.14em;color:#8798af}
.sl-access-pending-card h2{margin:8px 0 10px;color:#0b1730;font-size:30px;letter-spacing:-.04em}
.sl-access-pending-card p{margin:0;max-width:650px;color:#66758c;line-height:1.65}
.sl-portal-badge.pending span{background:#f1aa32;box-shadow:0 0 0 6px rgba(241,170,50,.10)}
.sl-access-manager-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:24px}
.sl-access-manager-head h2{font-size:34px;margin:6px 0;color:#fff}.sl-access-manager-head p{margin:0;color:#93a9c7}
.sl-access-manager-count{padding:10px 14px;border:1px solid rgba(255,255,255,.10);border-radius:14px;color:#a9bdd8;font-size:12px;font-weight:800}
.sl-access-manager-list{display:grid;gap:14px}
.sl-access-manager-card{display:grid;grid-template-columns:minmax(230px,1fr) minmax(420px,1.3fr) auto;align-items:center;gap:22px;padding:20px;border:1px solid rgba(255,255,255,.09);border-radius:20px;background:#0d2448}
.sl-access-user-main h3{margin:7px 0 5px;color:#fff;font-size:18px}.sl-access-user-main p{margin:0;color:#a8bad3;font-size:12px}.sl-access-user-main small{display:block;margin-top:6px;color:#7288a8;font-size:10px}
.sl-access-status{display:inline-flex;padding:5px 8px;border-radius:999px;font-size:8px;font-weight:900;letter-spacing:.12em}.sl-access-status.pending{background:rgba(241,170,50,.12);color:#ffc35a}.sl-access-status.active{background:rgba(43,207,130,.12);color:#5ce2a5}.sl-access-status.blocked{background:rgba(245,79,94,.12);color:#ff7b87}
.sl-access-resource-options{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.sl-access-resource-options label{position:relative;cursor:pointer}.sl-access-resource-options input{position:absolute;opacity:0;pointer-events:none}.sl-access-resource-options span{display:flex;align-items:center;gap:8px;min-height:48px;padding:10px 12px;border:1px solid rgba(255,255,255,.09);border-radius:14px;color:#9fb2cd;background:rgba(255,255,255,.025);font-size:11px}.sl-access-resource-options input:checked+span{border-color:#377ff5;background:rgba(55,127,245,.12);color:#fff}.sl-access-resource-options b{font-size:15px}.sl-access-resource-options strong{font-size:10px}
@media(max-width:1100px){.sl-access-manager-card{grid-template-columns:1fr}.sl-access-resource-options{grid-template-columns:repeat(3,1fr)}.sl-access-manager-card .btn{justify-self:start}}
@media(max-width:700px){.sl-login-create-access{flex-direction:column}.sl-access-pending-card{grid-template-columns:1fr;padding:24px 20px}.sl-access-pending-card h2{font-size:25px}.sl-access-manager-head{align-items:flex-start;flex-direction:column}.sl-access-resource-options{grid-template-columns:1fr}}


/* SMARTLAW_LOGIN_CAMPOS_CLAROS_V12_20260828 */
.sl-login-v3-page .field span{color:#8fa1bf}
.sl-login-v3-page .field input,
.sl-login-v3-page .field textarea,
.sl-login-v3-page .field select{
  background:#f6f9fe;
  color:#0c2347;
  border:1px solid #d9e3f1;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.55);
}
.sl-login-v3-page .field input::placeholder,
.sl-login-v3-page .field textarea::placeholder{
  color:#7d8da8;
}
.sl-login-v3-page .field input:focus,
.sl-login-v3-page .field textarea:focus,
.sl-login-v3-page .field select:focus{
  background:#fff;
  border-color:#4b91ff;
  box-shadow:0 0 0 3px rgba(19,119,255,.10);
}
.sl-login-v3-page .field input:-webkit-autofill,
.sl-login-v3-page .field input:-webkit-autofill:hover,
.sl-login-v3-page .field input:-webkit-autofill:focus{
  -webkit-text-fill-color:#0c2347;
  box-shadow:0 0 0 1000px #f6f9fe inset;
  transition:background-color 9999s ease-out 0s;
}

/* SMARTLAW_CONTA_UNICA_PRODUTOS_V13_20260828 */
.sl-login-forgot{margin-top:-4px;text-align:right}.sl-login-forgot a{font-size:11px;color:#6f819f}.sl-login-forgot b{color:#163e79}.sl-login-create-access{margin-top:20px}
.sl-reset-v13-card{max-width:540px}.sl-code-input{font-size:24px!important;font-weight:900!important;letter-spacing:.28em;text-align:center}.sl-reset-resend{text-align:center;margin-top:18px}.sl-reset-resend button{border:0;background:transparent;color:#244879;font-size:12px;font-weight:900;cursor:pointer}
.sl-portal-section-head{max-width:1180px;margin:34px auto 15px}.sl-portal-section-head h2{font-size:28px;margin:5px 0 5px}.sl-portal-section-head p{color:#6d7b91;font-size:13px;line-height:1.6;max-width:720px}.sl-portal-products-head{margin-top:44px}
.sl-product-catalog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;max-width:1180px;margin:0 auto 30px}.sl-product-catalog-card{background:#fff;border:1px solid #dfe6f1;border-radius:24px;padding:24px;box-shadow:0 18px 50px rgba(8,24,52,.06)}.sl-product-catalog-top{display:flex;justify-content:space-between;align-items:center;gap:12px}.sl-product-catalog-card h3{font-size:23px;margin:18px 0 9px}.sl-product-catalog-card>p{min-height:62px;color:#6d7a90;font-size:13px;line-height:1.6}.sl-product-mode{font-size:8px;font-weight:900;letter-spacing:.08em;padding:7px 9px;border-radius:999px}.sl-product-mode.self{background:#e8f8f0;color:#188055}.sl-product-mode.approval{background:#fff4df;color:#9a6511}.sl-request-pending{padding:12px 14px;border-radius:13px;background:#fff4df;color:#8b5b0a;font-size:12px;font-weight:800;margin:12px 0}.sl-request-pending.small{margin:10px 0}
.sl-product-gateway-shell{min-height:100vh;background:#eef3fb}.sl-product-gateway-main{min-height:calc(100vh - 76px);display:grid;place-items:center;padding:36px 18px}.sl-product-gateway-card{width:min(560px,100%);background:#fff;border:1px solid #dfe6f1;border-radius:30px;padding:34px;box-shadow:0 25px 80px rgba(8,24,52,.12)}.sl-product-gateway-icon{width:64px;height:64px;border-radius:20px;display:grid;place-items:center;background:#eef5ff;color:#176fff;font-size:27px;font-weight:900;margin-bottom:20px}.sl-product-gateway-card.help .sl-product-gateway-icon{background:#fff0f7;color:#e52578}.sl-product-gateway-card.brand .sl-product-gateway-icon{background:#f5efff;color:#8059d5}.sl-product-gateway-card h1{font-size:38px;letter-spacing:-.04em;margin:8px 0 12px}.sl-product-gateway-card>p{color:#6c7a90;line-height:1.7}.sl-product-approval-note{padding:15px;border-radius:15px;background:#f4f7fc;color:#66768e;font-size:12px;line-height:1.55;margin:20px 0}
.sl-product-policy-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:22px;margin:0 0 20px}.sl-product-policy-card h3{font-size:22px;margin:5px 0 6px}.sl-product-policy-card>div:first-child>p{color:var(--muted);font-size:13px;line-height:1.55}.sl-product-policy-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:18px 0}.sl-product-policy-grid label{display:grid;gap:10px;padding:14px;border:1px solid var(--line);border-radius:14px}.sl-product-policy-grid label>span{display:flex;align-items:center;gap:9px}.sl-product-policy-grid label b{width:30px;height:30px;border-radius:9px;background:#eef4ff;color:#176fff;display:grid;place-items:center}.sl-product-policy-grid select{width:100%;padding:10px;border:1px solid var(--line);border-radius:10px;background:#fff}.sl-access-resource-options label.has-request{border-color:#f2bd57;background:#fff9ed}.sl-access-resource-options label small{display:block;color:#a36a0f;font-size:8px;letter-spacing:.06em;margin-top:4px}
@media(max-width:900px){.sl-product-catalog-grid,.sl-product-policy-grid{grid-template-columns:1fr}.sl-portal-section-head{margin-left:0;margin-right:0}}


/* SMARTLAW_GAMIFICACAO_GATEWAY_FIX_V14_20260828 */
.sl-product-gateway-card h1{color:#0b1730!important}
.sl-product-gateway-card .eyebrow{color:#7386a5!important}
.sl-product-gateway-card>p{color:#66758c!important}

/* Reforço dos campos claros da conta central, acima de regras legadas escuras. */
body.sl-login-v3-page .sl-login-v3-card .field input,
body.sl-login-v3-page .sl-login-v3-card .field textarea,
body.sl-login-v3-page .sl-login-v3-card .field select{
  background:#f6f9fe!important;
  color:#0c2347!important;
  border-color:#d9e3f1!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.65)!important;
}
body.sl-login-v3-page .sl-login-v3-card .field input::placeholder,
body.sl-login-v3-page .sl-login-v3-card .field textarea::placeholder{color:#7d8da8!important}
body.sl-login-v3-page .sl-login-v3-card .field input:focus,
body.sl-login-v3-page .sl-login-v3-card .field textarea:focus,
body.sl-login-v3-page .sl-login-v3-card .field select:focus{
  background:#fff!important;
  border-color:#4b91ff!important;
  box-shadow:0 0 0 3px rgba(19,119,255,.10)!important;
}
body.sl-login-v3-page .sl-login-v3-card .field input:-webkit-autofill,
body.sl-login-v3-page .sl-login-v3-card .field input:-webkit-autofill:hover,
body.sl-login-v3-page .sl-login-v3-card .field input:-webkit-autofill:focus{
  -webkit-text-fill-color:#0c2347!important;
  box-shadow:0 0 0 1000px #f6f9fe inset!important;
}

/* SMARTLAW_PORTAL_COMPACTO_V16_20260828 */
body.sl-portal-v16-page{background:#f3f6fb}
.sl-portal-v16-page .sl-portal-shell{min-height:100vh;display:flex;flex-direction:column;background:radial-gradient(circle at 82% 4%,rgba(117,67,220,.10),transparent 23%),#f3f6fb}
.sl-portal-v16-page .sl-portal-header{height:72px;flex:0 0 72px}
.sl-portal-v16-page .sl-portal-main.sl-portal-v16-main{width:min(1320px,100%);max-width:1320px;flex:1;margin:0 auto;padding:28px 28px 18px;display:flex;flex-direction:column;justify-content:flex-start}
.sl-portal-v16-page .alert{margin:0 0 14px}
.sl-portal-v16-page .sl-portal-v16-welcome{align-items:center;margin:0 0 22px;padding:0 2px}
.sl-portal-v16-page .sl-portal-v16-welcome h1{font-size:42px;margin:5px 0 6px}
.sl-portal-v16-page .sl-portal-v16-welcome p{font-size:12px;line-height:1.5}
.sl-portal-v16-page .sl-portal-badge{padding:8px 12px}

.sl-portal-dashboard{display:grid;grid-template-columns:minmax(340px,.82fr) minmax(0,1.18fr);gap:18px;align-items:stretch;min-height:0}
.sl-portal-dashboard.resources-0{grid-template-columns:1fr}
.sl-portal-dashboard.inactive-0{grid-template-columns:1fr}
.sl-portal-panel{min-width:0;background:rgba(255,255,255,.46);border:1px solid #e0e7f1;border-radius:26px;padding:18px;box-shadow:0 16px 48px rgba(8,24,52,.045)}
.sl-portal-panel-active{background:linear-gradient(150deg,rgba(255,255,255,.86),rgba(250,252,255,.74))}
.sl-portal-panel-discover{background:linear-gradient(150deg,rgba(250,252,255,.86),rgba(247,249,253,.72))}
.sl-portal-v16-page .sl-portal-section-head.sl-portal-v16-section-head{max-width:none;margin:0 0 14px;display:flex;align-items:flex-end;justify-content:space-between;gap:14px}
.sl-portal-v16-section-head h2{font-size:23px!important;margin:3px 0 0!important;letter-spacing:-.035em}
.sl-portal-v16-section-head>small{max-width:190px;text-align:right;color:#8a98ad;font-size:9px;line-height:1.45}

.sl-portal-v16-page .sl-portal-grid.sl-portal-v16-resource-grid{display:grid;gap:12px;max-width:none}
.sl-portal-v16-resource-grid.resources-1{grid-template-columns:1fr!important}
.sl-portal-v16-resource-grid.resources-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}
.sl-portal-v16-resource-grid.resources-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}
.sl-portal-v16-page .sl-portal-card{min-height:238px;padding:19px;border-radius:20px;display:flex;flex-direction:column;box-shadow:0 12px 36px rgba(8,24,52,.055)}
.sl-portal-v16-page .sl-portal-icon{width:44px;height:44px;border-radius:14px;font-size:19px}
.sl-portal-v16-page .sl-portal-card h2{font-size:20px;margin:16px 0 7px}
.sl-portal-v16-page .sl-portal-card p{min-height:48px;font-size:11px;line-height:1.5;margin:0 0 14px}
.sl-portal-v16-page .sl-portal-card .btn{margin-top:auto;min-height:42px;padding:10px 13px;font-size:11px}

.sl-portal-v16-page .sl-product-catalog-grid.sl-product-catalog-v16{max-width:none;margin:0;display:grid;gap:12px}
.sl-product-catalog-v16.count-1{grid-template-columns:1fr}
.sl-product-catalog-v16.count-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.sl-product-catalog-v16.count-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.sl-portal-v16-page .sl-product-catalog-card{min-height:238px;padding:19px;border-radius:20px;display:flex;flex-direction:column;box-shadow:0 12px 36px rgba(8,24,52,.05)}
.sl-portal-v16-page .sl-product-catalog-card h3{font-size:20px;margin:16px 0 7px}
.sl-portal-v16-page .sl-product-catalog-card>p{min-height:48px;font-size:11px;line-height:1.5;margin:0 0 14px}
.sl-portal-v16-page .sl-product-catalog-card .btn{margin-top:auto;min-height:42px;padding:10px 13px;font-size:11px}
.sl-portal-v16-page .sl-product-mode{font-size:7px;padding:6px 8px}
.sl-portal-v16-page .sl-request-pending.small{margin:0 0 8px;padding:8px 10px;font-size:10px}
.sl-portal-v16-page .sl-portal-footer.sl-portal-v16-footer{flex:0 0 auto;padding:10px 20px 14px;background:transparent}

/* Com dois ou três recursos ativos e poucos produtos a conhecer, damos mais largura ao painel ativo. */
.sl-portal-dashboard.resources-2:not(.inactive-0){grid-template-columns:minmax(0,1.3fr) minmax(300px,.7fr)}
.sl-portal-dashboard.resources-3:not(.inactive-0){grid-template-columns:minmax(0,1.55fr) minmax(280px,.45fr)}
.sl-portal-dashboard.resources-2 .sl-portal-v16-resource-grid.resources-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}
.sl-portal-dashboard.resources-3 .sl-portal-v16-resource-grid.resources-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}

@media(min-width:1100px) and (min-height:720px){
  .sl-portal-v16-page .sl-portal-shell{height:100vh;min-height:720px}
  .sl-portal-v16-page .sl-portal-main.sl-portal-v16-main{min-height:0}
}
@media(max-width:1099px){
  .sl-portal-dashboard,
  .sl-portal-dashboard.resources-2:not(.inactive-0),
  .sl-portal-dashboard.resources-3:not(.inactive-0){grid-template-columns:1fr}
  .sl-portal-v16-page .sl-portal-main.sl-portal-v16-main{padding:30px 22px 20px}
  .sl-portal-v16-page .sl-portal-v16-welcome{align-items:flex-start}
}
@media(max-width:760px){
  .sl-portal-v16-page .sl-portal-header{height:68px;flex-basis:68px}
  .sl-portal-v16-page .sl-portal-main.sl-portal-v16-main{padding:26px 16px 18px}
  .sl-portal-v16-page .sl-portal-v16-welcome{flex-direction:column;gap:12px;margin-bottom:18px}
  .sl-portal-v16-page .sl-portal-v16-welcome h1{font-size:36px}
  .sl-portal-panel{padding:14px;border-radius:22px}
  .sl-portal-v16-page .sl-portal-section-head.sl-portal-v16-section-head{align-items:flex-start;flex-direction:column;gap:4px}
  .sl-portal-v16-section-head>small{max-width:none;text-align:left}
  .sl-portal-v16-resource-grid.resources-2,
  .sl-portal-v16-resource-grid.resources-3,
  .sl-product-catalog-v16.count-2,
  .sl-product-catalog-v16.count-3{grid-template-columns:1fr!important}
  .sl-portal-v16-page .sl-portal-card,
  .sl-portal-v16-page .sl-product-catalog-card{min-height:220px}
}
