:root{--ink:#e8eef7;--muted:#91a0b5;--panel:#111b2b;--line:#22314a;--brand:#4f8cff;--bg:#07101e}*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at 75% 0,#132848 0,transparent 35%),var(--bg);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui}button,input,select{font:inherit}a{color:#7eacff;text-decoration:none}.shell{display:grid;grid-template-columns:250px 1fr;min-height:100vh}.side{border-right:1px solid var(--line);padding:28px 20px;background:#091321cc}.brand{display:flex;gap:10px;align-items:center;font-weight:800;letter-spacing:.5px}.brand b{color:#70a2ff}.nav{margin-top:42px;display:grid;grid-gap:8px;gap:8px}.nav button{display:flex;gap:9px;border:0;color:var(--muted);background:none;padding:12px;border-radius:10px;text-align:left}.nav .active{background:#193058;color:white}.main{padding:34px;max-width:1400px;width:100%}.panel-head,.portal-head,.public-head,.top,.welcome{display:flex;align-items:center;justify-content:space-between}.top{margin-bottom:26px}.top h1{margin:0;font-size:28px}.muted{color:var(--muted)}.cards{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px}.card,.panel{background:linear-gradient(140deg,#152238dd,#0d1728dd);border:1px solid var(--line);border-radius:16px;padding:20px}.metric{font-size:30px;font-weight:800;margin-top:14px}.panel{margin-top:18px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;border:0;background:var(--brand);color:white;padding:10px 15px;border-radius:10px;font-weight:700;cursor:pointer}.btn.ghost{background:#1c2b41}.btn:disabled{opacity:.45;cursor:not-allowed}.grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:14px;gap:14px}.field{display:grid;grid-gap:7px;gap:7px}.field label{font-size:12px;text-transform:uppercase;color:var(--muted);font-weight:700}.field input,.field select,select{background:#091321;border:1px solid var(--line);color:white;padding:11px;border-radius:10px}.span2{grid-column:span 2}.error{color:#ff9292}.success{display:inline-flex;gap:6px;color:#72e1ad}.alert{padding:12px 15px;border-radius:10px;background:#321d29;margin:14px 0}.modal{position:fixed;z-index:10;inset:0;background:#020711bb;display:grid;place-items:center;padding:20px}.modal .panel{width:min(720px,100%);max-height:90vh;overflow:auto}table{width:100%;border-collapse:collapse;margin-top:12px}td,th{text-align:left;padding:13px;border-bottom:1px solid var(--line);font-size:14px}th{color:var(--muted)}.code{background:#050b14;padding:13px;border-radius:10px;word-break:break-all;color:#8effc3}.login{min-height:100vh;display:grid;place-items:center}.login .panel{width:min(420px,92%)}.center{text-align:center}.register{padding-bottom:70px}.portal-head,.public-head{height:76px;padding:0 max(24px,6vw);border-bottom:1px solid var(--line);background:#091321dd}.hero{text-align:center;padding:70px 20px 38px}.hero h1{font-size:clamp(34px,5vw,60px);max-width:900px;margin:13px auto}.hero p{color:var(--muted);font-size:19px}.eyebrow{font-size:12px;letter-spacing:2px;color:#76a6ff;font-weight:800}.plans{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px;width:min(1100px,92%);margin:auto}.plan{background:var(--panel);border:1px solid var(--line);border-radius:18px;padding:26px;cursor:pointer}.plan.chosen{border-color:var(--brand);box-shadow:0 0 0 2px #4f8cff33}.plan .btn{margin-top:24px;width:100%}.price{font-size:30px;font-weight:800;margin:22px 0}.price small{font-size:13px;color:var(--muted)}.feature{display:flex;gap:8px;margin:10px 0;color:#c9d6e8}.register-form{width:min(760px,92%);margin:auto}.back{border:0;background:none;color:#79a8ff;cursor:pointer}.portal{min-height:100vh}.portal-main{width:min(1250px,92%);margin:auto;padding:40px 0}.welcome h1{font-size:36px;margin:8px 0}.status{padding:7px 11px;border-radius:99px;font-size:12px;white-space:nowrap}.status.ok{background:#153c31;color:#6ee7b7}.status.warn{background:#44381c;color:#ffd36d}.steps{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:12px;gap:12px;margin:28px 0}.step{display:flex;gap:12px;padding:16px;background:#0d1828;border:1px solid var(--line);border-radius:13px}.step>span{display:grid;place-items:center;min-width:30px;height:30px;border-radius:50%;background:#293851}.step.done>span{background:#167b5c}.step small{display:block;color:var(--muted);margin-top:5px}.portal-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px}.action-card{margin-top:0}.action-card p{min-height:42px}.camera-list{margin-top:18px}.empty{text-align:center;color:var(--muted);padding:35px}.icon-btn{background:#1a293e;border:0;color:white;padding:9px;border-radius:9px}.credential{display:grid;grid-template-columns:140px 1fr;grid-gap:10px;gap:10px;background:#091321;padding:16px;border-radius:10px}.credential span{color:var(--muted)}@media(max-width:800px){.shell{grid-template-columns:1fr}.side{display:none}.cards{grid-template-columns:repeat(2,1fr)}.main{padding:20px}.grid,.plans,.portal-grid,.steps{grid-template-columns:1fr}.span2{grid-column:auto}.welcome{align-items:flex-start;gap:14px}.public-head{padding:0 18px}}.partner-shell{--nav:#09111f;--surface:#101a2a;--surface2:#142135;--stroke:#223149;--soft:#8e9bb0;min-height:100vh;background:#07101d;color:#edf3fb;display:grid;grid-template-columns:270px minmax(0,1fr)}.partner-side{position:-webkit-sticky;position:sticky;top:0;height:100vh;padding:22px 16px;border-right:1px solid var(--stroke);background:linear-gradient(180deg,#0b1525,#08101d);display:flex;flex-direction:column;z-index:30}.side-brand{display:flex;align-items:center;gap:11px;padding:0 7px}.side-brand>i{width:38px;height:38px;display:grid;place-items:center;border-radius:11px;background:linear-gradient(135deg,#3378ff,#775cff);box-shadow:0 8px 26px #2563eb44}.side-brand svg{width:21px}.side-brand div{display:grid}.side-brand b{font-size:14px;letter-spacing:1px}.side-brand small{font-size:9px;color:#708099;letter-spacing:1.6px}.mobile-close{display:none}.tenant-switch{display:grid;margin:28px 6px 20px;padding:13px 14px;background:#111d2e;border:1px solid var(--stroke);border-radius:12px}.tenant-switch span{font-size:9px;letter-spacing:1.3px;text-transform:uppercase;color:#6f8098}.tenant-switch b{margin:4px 0}.tenant-switch small{color:#78879c;font-size:10px}.partner-nav{display:grid;grid-gap:5px;gap:5px}.partner-nav button{border:0;background:transparent;color:#8492a7;display:flex;align-items:center;gap:11px;padding:11px 12px;border-radius:9px;text-align:left;cursor:pointer}.partner-nav button svg{width:17px}.partner-nav button.active{background:linear-gradient(90deg,#2764d5,#2356ba);box-shadow:0 6px 18px #184bac33}.partner-nav button em{background:#ffffff20;border-radius:20px;padding:2px 7px;font-size:10px;font-style:normal}.side-bottom{margin-top:auto}.support-card{display:grid;grid-gap:7px;gap:7px;background:linear-gradient(145deg,#172643,#111d31);padding:15px;border:1px solid #283b5d;border-radius:13px}.support-card>svg{color:#76a6ff;width:19px}.support-card b{font-size:12px}.support-card small{font-size:10px;line-height:1.5;color:#8f9cb0}.support-card button{display:flex;align-items:center;gap:3px;padding:0;border:0;background:none;color:#73a3ff;font-size:10px;font-weight:700}.support-card button svg{width:12px}.profile{width:100%;margin-top:14px;padding:13px 6px 0;border:0;border-top:1px solid var(--stroke);background:none;color:white;display:flex;align-items:center;gap:9px;text-align:left}.profile>span{width:31px;height:31px;border-radius:9px;background:#214e9e;display:grid;place-items:center;font-weight:800}.profile div{display:grid;min-width:0;flex:1 1}.profile b{font-size:11px}.profile small{font-size:9px;color:#738299;overflow:hidden;text-overflow:ellipsis}.profile svg{width:15px;color:#74839a}.partner-main{min-width:0}.partner-top{height:76px;padding:0 30px;border-bottom:1px solid var(--stroke);display:flex;align-items:center;justify-content:space-between;background:#091321e8;position:-webkit-sticky;position:sticky;top:0;z-index:20;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.partner-top>div:first-of-type{display:grid}.partner-top small{font-size:9px;letter-spacing:1.6px;color:#6880a3}.partner-top h1{font-size:19px;margin:3px 0}.top-actions{display:flex!important;align-items:center;gap:9px}.menu-btn,.notification,.sync-btn{height:36px;border:1px solid var(--stroke);border-radius:9px;background:#111d2e;color:#9aa8ba;display:flex;align-items:center;gap:7px;padding:0 11px}.notification svg,.sync-btn svg{width:16px}.notification{position:relative;padding:0 9px}.notification i{position:absolute;width:6px;height:6px;background:#f66;top:7px;right:7px;border-radius:50%}.live-pill{display:flex;align-items:center;gap:7px;background:#291e21;color:#f19c9c;padding:7px 10px;border-radius:30px;font-size:10px}.live-pill i{width:6px;height:6px;background:#e85c5c;border-radius:50%}.live-pill.active{background:#112e28;color:#67d7ac}.live-pill.active i{background:#37c58e}.menu-btn{display:none}.partner-content{padding:28px 30px 60px;max-width:1480px;margin:auto}.partner-content>.alert{display:flex;justify-content:space-between}.partner-content>.alert button{border:0;background:none;color:inherit}.overview-hero{min-height:210px;border:1px solid #27416d;border-radius:18px;padding:30px 38px;display:flex;align-items:center;justify-content:space-between;overflow:hidden;background:radial-gradient(circle at 88% 45%,#294e8a 0,transparent 21%),linear-gradient(115deg,#14233b,#101a2b 65%,#172d50);position:relative}.overview-hero:after{content:"";position:absolute;right:3%;width:260px;height:260px;border:1px solid #5c83bd22;border-radius:50%;box-shadow:0 0 0 45px #5c83bd0b,0 0 0 90px #5c83bd09}.hero-signal,.overview-hero>div{z-index:1}.overview-hero h2{font-size:29px;margin:6px 0}.overview-hero p{color:#a4b1c3;margin:0}.hero-actions{display:flex;gap:9px;margin-top:23px}.btn.secondary{background:#1a2a43;border:1px solid #304664}.hero-signal{display:grid;justify-items:center;margin-right:65px}.hero-signal>i{width:58px;height:58px;display:grid;place-items:center;background:#316cdf;border:8px solid #254f9b;border-radius:50%;box-shadow:0 0 0 12px #316cdf22}.hero-signal svg{width:22px}.hero-signal b{font-size:25px;margin-top:18px}.hero-signal small{font-size:9px;letter-spacing:1.3px;color:#a9b7ca}.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:13px;gap:13px;margin:17px 0}.stat-grid.compact{grid-template-columns:repeat(3,1fr)}.stat-card{display:flex;align-items:center;gap:14px;padding:18px;background:var(--surface);border:1px solid var(--stroke);border-radius:14px}.stat-card>i{width:42px;height:42px;display:grid;place-items:center;border-radius:11px}.stat-card>i svg{width:20px}.stat-card .blue{background:#1b3763;color:#61a0ff}.stat-card .green{background:#12382f;color:#4ed0a0}.stat-card .violet{background:#312953;color:#9d86ff}.stat-card .orange{background:#3e2d20;color:#f5a35e}.stat-card div{display:grid}.stat-card small{color:#8795a9;font-size:10px}.stat-card b{font-size:23px;margin:2px 0}.stat-card span{font-size:9px;color:#6e7d92}.dashboard-grid{display:grid;grid-template-columns:1.55fr 1fr;grid-gap:16px;gap:16px}.content-card{background:linear-gradient(145deg,#111c2c,#0e1827);border:1px solid var(--stroke);border-radius:15px;padding:20px;margin-top:0}.card-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:14px;border-bottom:1px solid #1e2b3f}.card-head h3{font-size:14px;margin:0}.card-head p{font-size:10px;color:#7f8da1;margin:5px 0 0}.card-head button{border:0;background:none;color:#6c9ff7;font-size:10px;display:flex;align-items:center}.card-head svg{width:13px}.empty-state{min-height:150px;display:grid;place-content:center;justify-items:center;grid-gap:7px;gap:7px;color:#65758b;text-align:center}.empty-state svg{width:28px}.empty-state b{font-size:12px;color:#aab5c4}.empty-state span{font-size:10px}.device-row{min-height:59px;display:grid;grid-template-columns:minmax(160px,1.5fr) 1fr .7fr;align-items:center;border-bottom:1px solid #1c293b;font-size:11px;color:#9aa7b9}.device-row.full{grid-template-columns:minmax(160px,1.5fr) 1fr 1fr .7fr}.device-row:last-child{border:0}.device-name{display:flex;align-items:center;gap:10px}.device-name>i{width:30px;height:30px;display:grid;place-items:center;background:#19315a;color:#71a7ff;border-radius:8px}.device-name svg{width:15px}.device-name b{display:grid;color:#dfe7f2}.device-name small{font-size:9px;color:#718096;font-weight:400;margin-top:3px}.device-row code{font-size:10px;color:#8da1bd}.device-status{display:flex;align-items:center;gap:6px;text-transform:capitalize}.device-status>i{width:6px;height:6px;border-radius:50%;background:#e29b58}.device-status.online>i{background:#45cf9d}.device-status.error>i,.device-status.offline>i{background:#ee6969}.quota{padding:18px 0}.quota>div:first-child{display:flex;justify-content:space-between;font-size:10px}.progress{height:6px;background:#1b293d;border-radius:10px;margin-top:10px;overflow:hidden}.progress i{display:block;height:100%;background:linear-gradient(90deg,#276ef1,#66a1ff);border-radius:10px}.health-row{display:flex;align-items:center;gap:10px;min-height:48px;border-top:1px solid #1d293b;font-size:10px}.health-row>i{color:#6c98dc}.health-row svg{width:16px}.health-row span{flex:1 1;color:#96a3b5}.health-row b{text-transform:capitalize;font-size:10px}.quick-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:12px;gap:12px;margin-top:16px}.quick-card{min-height:75px;border:1px solid var(--stroke);border-radius:13px;background:#101b2b;color:white;padding:13px;display:flex;align-items:center;gap:10px;text-align:left}.quick-card>i{width:36px;height:36px;display:grid;place-items:center;background:#172c4c;color:#6da4ff;border-radius:9px}.quick-card svg{width:17px}.quick-card>span{display:grid;flex:1 1}.quick-card b{font-size:11px}.quick-card small{font-size:9px;color:#718096;margin-top:3px}.quick-card em{font-size:7px;color:#7d8a9e;font-style:normal}.quick-card:disabled{opacity:.7}.page-intro{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}.page-intro h2{font-size:23px;margin:0}.page-intro p{color:#8391a5;font-size:12px;margin:6px 0}.feature-banner{margin-top:16px;border:1px dashed #34465f;border-radius:14px;padding:18px;display:flex;align-items:center;gap:12px;color:#7b8ba2}.feature-banner>div{display:grid;flex:1 1}.feature-banner b{color:#c0cad7;font-size:12px}.feature-banner small{margin-top:4px}.feature-banner span,.module-card>span,.payment-card>span{font-size:8px;letter-spacing:1px;padding:5px 8px;background:#1a2a40;border-radius:20px;color:#85a9e2}.network-status{min-height:180px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:25px;gap:25px}.network-status>i{width:70px;height:70px;display:grid;place-items:center;border-radius:50%;background:#15335f;color:#68a4ff}.network-status>i svg{width:30px}.network-status h2{margin:5px 0}.network-status p{font-size:11px;color:#8290a4}.network-status>div:last-child{display:grid;grid-gap:15px;gap:15px;min-width:190px}.network-status>div:last-child span{display:grid;color:#718096;font-size:9px}.network-status>div:last-child b{color:#dbe4ef;margin-top:4px;font-size:11px}.module-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:14px;gap:14px;margin-top:16px}.module-card{background:var(--surface);border:1px solid var(--stroke);border-radius:14px;padding:19px;display:grid;grid-template-columns:auto 1fr;grid-gap:12px;gap:12px}.module-card>i{width:39px;height:39px;display:grid;place-items:center;background:#182e51;color:#71a7ff;border-radius:10px}.module-card svg{width:19px}.module-card h3{font-size:12px;margin:3px 0}.module-card p{font-size:10px;color:#7b899d;line-height:1.5;margin:0}.module-card>span{grid-column:2;justify-self:start}.billing-grid{display:grid;grid-template-columns:1.6fr 1fr;grid-gap:15px;gap:15px}.plan-line{display:flex;justify-content:space-between;align-items:center}.plan-line h2{font-size:28px}.plan-line>b{font-size:20px}.plan-line small{font-size:9px;color:#75849a}.plan-features{display:flex;gap:20px;border-top:1px solid #203048;border-bottom:1px solid #203048;padding:16px 0;color:#9caabe;font-size:10px}.plan-features span{display:flex;align-items:center;gap:5px}.plan-features svg{width:14px;color:#6b9ff5}.plan-footer{display:flex;justify-content:space-between;align-items:center;padding-top:16px}.payment-card>svg{color:#679df8}.payment-card p{font-size:11px;line-height:1.6;color:#8492a6}.success-box{display:flex;gap:10px;padding:14px;background:#12352c;border-radius:10px;color:#67d6aa}.success-box div{display:grid}.success-box span{font-size:10px}.modal-panel{background:#101a2a;border:1px solid #2a3a53;border-radius:16px;padding:22px;width:min(720px,100%);max-height:90vh;overflow:auto}.modal-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.modal-head h2{font-size:18px;margin:0}.modal-head button{border:0;background:#1c2b41;color:white;width:34px;height:34px;border-radius:9px}.modal-head svg{width:17px}.form-foot{display:flex;align-items:center;justify-content:space-between}.form-foot p{font-size:10px;color:#7e8da1}@media(max-width:1050px){.module-grid,.quick-grid,.stat-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:800px){.partner-shell{grid-template-columns:1fr}.partner-side{position:fixed;left:-290px;width:270px;transition:left .2s}.partner-side.open{left:0;box-shadow:30px 0 80px #000b}.mobile-close{display:block;margin-left:auto;border:0;background:none;color:white}.menu-btn{display:flex}.partner-top{padding:0 17px}.partner-top>div:first-of-type{margin-right:auto;margin-left:10px}.live-pill,.sync-btn span{display:none}.partner-content{padding:20px 16px 45px}.overview-hero{padding:25px}.hero-signal{display:none}.billing-grid,.dashboard-grid,.module-grid{grid-template-columns:1fr}.network-status{grid-template-columns:auto 1fr}.network-status>div:last-child{grid-column:1/-1}.device-row.full{grid-template-columns:1fr .8fr .7fr}.device-row.full code{display:none}}@media(max-width:520px){.quick-grid,.stat-grid,.stat-grid.compact{grid-template-columns:1fr}.overview-hero h2{font-size:24px}.hero-actions{display:grid}.page-intro{align-items:flex-start;gap:13px}.page-intro .btn{white-space:nowrap}.plan-features{display:grid}.grid{grid-template-columns:1fr}.form-foot{display:grid}.device-row,.device-row.full{grid-template-columns:1fr .8fr}.device-row>span:nth-last-child(2){display:none}}.partner-shell{--nav:#fff;--surface:#fff;--surface2:#f7f9fd;--stroke:#e4e9f2;--soft:#718096;background:radial-gradient(circle at 76% 4%,#e7e3ff 0,transparent 23%),radial-gradient(circle at 34% 28%,#e5f2ff 0,transparent 20%),linear-gradient(145deg,#f9fbff,#f5f7fc 48%,#fbf9ff);color:#1c2940}.partner-side{border-color:#e7ebf3;background:rgba(255,255,255,.89);box-shadow:8px 0 32px rgba(42,59,91,.04);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.side-brand>i{color:#fff;box-shadow:0 9px 24px rgba(69,95,224,.24)}.side-brand b{color:#1d2940}.side-brand small{color:#8b96a9}.tenant-switch{background:linear-gradient(145deg,#f8faff,#f3f6fd);border-color:#e3e9f3;box-shadow:inset 0 1px #fff,0 8px 24px rgba(55,75,112,.05)}.tenant-switch small,.tenant-switch span{color:#8792a6}.tenant-switch b{color:#26334a}.partner-nav button{color:#68758a;transition:background .22s ease,color .22s ease,transform .22s ease,box-shadow .22s ease}.partner-nav button:hover{color:#315da9;background:#f1f5fc;transform:translateX(3px)}.partner-nav button.active{color:#fff;background:linear-gradient(100deg,#3375ee,#5b67e8);box-shadow:0 9px 22px rgba(49,103,221,.21)}.support-card{background:linear-gradient(145deg,#f0f5ff,#f7f4ff);border-color:#dfe6f6;box-shadow:0 10px 25px rgba(68,91,139,.07)}.support-card>b{color:#293750}.support-card small{color:#78859a}.profile{border-color:#e8ebf2;color:#233047}.profile>span{color:#fff;background:linear-gradient(135deg,#3478ef,#7666e8)}.profile small,.profile svg{color:#8390a4}.partner-top{border-color:#e5e9f1;background:rgba(255,255,255,.8);box-shadow:0 8px 25px rgba(53,69,101,.04)}.partner-top small{color:#8391aa}.partner-top h1{color:#1e2b42}.menu-btn,.notification,.sync-btn{border-color:#e1e6ef;background:#fff;color:#64738a;box-shadow:0 3px 12px rgba(54,71,104,.06);transition:.2s ease}.menu-btn:hover,.notification:hover,.sync-btn:hover{color:#326bd1;border-color:#cbd9f0;transform:translateY(-1px)}.live-pill{background:#fff2f2;color:#c76267}.live-pill.active{background:#eaf8f2;color:#218963}.partner-content>.alert{background:#fff1f2;border:1px solid #ffd8dc}.overview-hero{border-color:#dbe5f5;background:radial-gradient(circle at 88% 40%,rgba(111,134,235,.22) 0,transparent 24%),radial-gradient(circle at 65% 110%,rgba(87,187,223,.16) 0,transparent 31%),linear-gradient(120deg,#fff,#f7faff 50%,#f1f0ff);box-shadow:0 18px 45px rgba(47,70,113,.09)}.overview-hero:after{border-color:rgba(83,107,203,.12);box-shadow:0 0 0 45px rgba(92,131,189,.035),0 0 0 90px rgba(92,131,189,.025)}.overview-hero h2{color:#1f2e49}.overview-hero p{color:#697890}.eyebrow{color:#4a72ca}.hero-signal>i{color:#fff;background:linear-gradient(145deg,#4d83e9,#6873e7);border-color:#dce6ff;box-shadow:0 0 0 11px rgba(74,115,215,.08),0 15px 30px rgba(55,93,181,.18)}.hero-signal small{color:#73819a}.btn{background:linear-gradient(110deg,#3678ed,#5968e6);box-shadow:0 8px 18px rgba(51,105,221,.18);transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}.btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 12px 25px rgba(51,105,221,.25);filter:saturate(1.08)}.btn.ghost,.btn.secondary{color:#395b91;background:#fff;border:1px solid #d8e2f1;box-shadow:0 5px 15px rgba(52,72,108,.06)}.content-card,.module-card,.quick-card,.stat-card{background:rgba(255,255,255,.9);border-color:#e2e7f0;box-shadow:0 10px 28px rgba(45,62,94,.055);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.content-card:hover,.module-card:hover,.quick-card:hover:not(:disabled),.stat-card:hover{transform:translateY(-4px);border-color:#d2dced;box-shadow:0 18px 38px rgba(45,62,94,.11)}.stat-card small,.stat-card span{color:#7b879a}.stat-card b{color:#1f2d45}.stat-card .blue{background:#e9f2ff;color:#3e7cdb}.stat-card .green{background:#e8f8f1;color:#2fa878}.stat-card .violet{background:#f0edff;color:#7865dc}.stat-card .orange{background:#fff1e5;color:#db8842}.card-head{border-color:#e8ebf1}.card-head h3{color:#26334a}.card-head p{color:#8792a4}.card-head button{color:#4779cf}.empty-state{color:#a1aabc}.empty-state b{color:#647188}.device-row{border-color:#edf0f5;color:#65738a}.device-name>i{background:#e9f1ff;color:#4a80dc}.device-name b{color:#2b3850}.device-name small{color:#8a95a7}.device-row code{color:#5f7392}.device-status{color:#66748a}.quota b,.quota>div:first-child{color:#536178}.progress{background:#edf0f6}.health-row{border-color:#ebedf2}.health-row>i{color:#5b87d6}.health-row span{color:#758298}.health-row b{color:#37455d}.quick-card{color:#26334a}.module-card>i,.quick-card>i{background:linear-gradient(145deg,#edf4ff,#eeeefe);color:#557fce}.module-card p,.quick-card small{color:#7e899b}.quick-card em{color:#8a95a8}.feature-banner{color:#7c899d;border-color:#cfd8e7;background:rgba(255,255,255,.55)}.feature-banner b{color:#435169}.page-intro h2{color:#1e2b42}.page-intro p{color:#77849a}.network-status>i{background:linear-gradient(145deg,#e8f1ff,#e9e8ff);color:#4f7bd0}.network-status h2{color:#26344c}.network-status p,.network-status>div:last-child span{color:#7c899c}.network-status>div:last-child b{color:#344159}.module-card h3{color:#2c3950}.feature-banner span,.module-card>span,.payment-card>span{background:#eef3fb;color:#617ba6}.payment-card h3,.plan-line h2,.plan-line>b{color:#253249}.plan-line small{color:#7f8a9c}.plan-features{color:#68768c}.plan-features,.plan-footer{border-color:#e5e9f0}.payment-card p{color:#758298}.modal{background:rgba(35,45,65,.34);-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}.modal-panel{background:#fff;border-color:#e0e5ee;color:#26334a;box-shadow:0 30px 80px rgba(32,47,74,.22)}.modal-head button{background:#f0f3f8;color:#506078}.field label{color:#66758b}.field input,.field select{background:#f8fafe;border-color:#dce3ee;color:#27354c;outline:none}.field input:focus{border-color:#6e93dc;box-shadow:0 0 0 3px rgba(87,126,205,.1)}.form-foot p{color:#7e8a9d}.credential{background:#f5f7fb}.credential span{color:#748197}.credential b{color:#29364d}.code{background:#182235;color:#a8f3c8}.success-box{background:#ebf8f2;color:#298662}.content-card,.module-card,.overview-hero,.partner-side,.partner-top,.quick-card,.stat-card{animation:lightReveal .45s cubic-bezier(.2,.75,.3,1) both}.module-grid .module-card:nth-child(2),.quick-grid .quick-card:nth-child(2),.stat-grid .stat-card:nth-child(2){animation-delay:.05s}.module-grid .module-card:nth-child(3),.quick-grid .quick-card:nth-child(3),.stat-grid .stat-card:nth-child(3){animation-delay:.1s}.module-grid .module-card:nth-child(4),.quick-grid .quick-card:nth-child(4),.stat-grid .stat-card:nth-child(4){animation-delay:.15s}@keyframes lightReveal{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.partner-shell *{animation:none!important;transition:none!important}}.admin-shell{background:radial-gradient(circle at 88% 5%,#ebe8ff 0,transparent 25%),linear-gradient(145deg,#f8fbff,#f6f7fc);color:#223149}.admin-side{position:-webkit-sticky;position:sticky;top:0;height:100vh;background:rgba(255,255,255,.9);border-color:#e4e9f2;box-shadow:8px 0 30px rgba(48,66,98,.05);display:flex;flex-direction:column}.admin-side .brand{color:#24324a}.admin-side .brand svg{color:#477be1}.admin-label{margin:8px 0 12px 30px;color:#929daf;font-size:8px;letter-spacing:1.6px}.admin-side .nav{margin-top:20px}.admin-side .nav button{cursor:pointer;color:#69778c;align-items:center;transition:.2s ease}.admin-side .nav button:hover{background:#f1f5fb;color:#3d68b2;transform:translateX(2px)}.admin-side .nav button.active{background:linear-gradient(100deg,#3376ed,#5b68e6);color:#fff;box-shadow:0 9px 22px rgba(51,105,220,.2)}.admin-side .nav button em{margin-left:auto;font-style:normal;font-size:9px;background:#e7edf7;color:#61718a;padding:2px 7px;border-radius:20px}.admin-side .nav button.active em{background:#ffffff24;color:#fff}.admin-profile{margin-top:auto;border:0;border-top:1px solid #e7ebf2;background:none;padding:16px 5px 2px;display:flex;align-items:center;gap:9px;color:#28364e;text-align:left}.admin-profile>span{width:34px;height:34px;display:grid;place-items:center;border-radius:9px;color:#fff;background:linear-gradient(135deg,#3377ed,#7468e5);font-weight:800}.admin-profile div{display:grid;flex:1 1}.admin-profile b{font-size:11px}.admin-profile small{font-size:9px;color:#8793a6}.admin-profile svg{width:16px;color:#8491a4}.admin-main{max-width:none}.admin-top{padding:0 0 22px;border-bottom:1px solid #e3e8f0}.admin-top h1{color:#1f2d45;margin:4px 0}.admin-main>.alert{display:flex;justify-content:space-between;background:#fff0f2;border:1px solid #ffd4da}.admin-main>.alert button{border:0;background:none;color:inherit}.admin-main .card,.admin-main .panel{background:rgba(255,255,255,.91);border-color:#e2e7ef;box-shadow:0 10px 28px rgba(46,63,96,.06);color:#26344b}.admin-main .card{transition:.22s ease}.admin-main .card:hover{transform:translateY(-3px);box-shadow:0 16px 34px rgba(46,63,96,.1)}.admin-metric{display:flex;align-items:center;gap:14px}.admin-metric>i{width:43px;height:43px;display:grid;place-items:center;border-radius:11px;background:linear-gradient(145deg,#e8f2ff,#eeecff);color:#527fd5}.admin-metric>i svg{width:20px}.admin-metric .metric{color:#233149;margin:0}.admin-main .muted{color:#7d899b}.admin-main .panel h2{font-size:15px;margin:0 0 5px}.admin-overview-grid{display:grid;grid-template-columns:1.7fr .8fr;grid-gap:17px;gap:17px}.text-action{border:0;background:none;color:#4777ca;font-size:10px}.table-scroll{overflow:auto}.admin-main table{min-width:680px}.admin-main th{color:#8692a4;font-size:10px;text-transform:uppercase;letter-spacing:.4px}.admin-main td{border-color:#edf0f4;color:#56647a}.admin-main td b{color:#2c394f}.admin-main td code{color:#566e94;background:#f1f4f9;padding:4px 7px;border-radius:6px}.cell-sub{display:block;color:#909aac;margin-top:4px}.admin-status{display:inline-flex;align-items:center;gap:6px;padding:5px 8px;border-radius:20px;background:#eef1f5;color:#67758a;font-size:9px;text-transform:capitalize}.admin-status i,.dot{width:6px;height:6px;border-radius:50%;background:#919dae}.admin-status.active,.admin-status.online,.admin-status.running{background:#e9f8f1;color:#278660}.admin-status.active i,.admin-status.online i,.admin-status.running i,.dot.active{background:#36b985}.admin-status.pending,.admin-status.provisioning{background:#fff4e5;color:#a86a26}.admin-status.pending i,.admin-status.provisioning i,.dot.pending{background:#e49a43}.admin-status.error,.admin-status.inactive,.admin-status.offline,.admin-status.revoked{background:#fff0f1;color:#b75a62}.admin-status.error i,.admin-status.inactive i,.admin-status.offline i,.admin-status.revoked i,.dot.error,.dot.revoked{background:#df6972}.vpn-summary{padding-bottom:16px}.vpn-score{display:grid;justify-items:center;padding:22px}.vpn-score>i{width:53px;height:53px;display:grid;place-items:center;border-radius:50%;background:#eaf2ff;color:#4c7fd8}.vpn-score>i svg{width:23px}.vpn-score>b{font-size:25px;margin-top:8px}.vpn-score b small{font-size:12px;color:#8d98a9}.vpn-score>span{font-size:10px;color:#7c899b}.summary-row{height:35px;justify-content:space-between;border-top:1px solid #edf0f4;font-size:10px}.summary-row,.summary-row span{display:flex;align-items:center}.summary-row span{gap:7px;color:#6f7c90}.section-toolbar{min-height:72px;background:rgba(255,255,255,.78);border:1px solid #e2e7ef;border-radius:14px;padding:15px 18px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 8px 22px rgba(46,63,96,.05)}.section-toolbar>div{display:grid}.section-toolbar b{font-size:13px}.section-toolbar span{font-size:10px;color:#7f8b9e;margin-top:4px}.section-toolbar select{min-width:230px;background:#fff;color:#354259;border-color:#dce3ed}.camera-cards,.vpn-cards{margin-top:17px}.admin-empty{min-height:180px;display:grid;place-content:center;justify-items:center;grid-gap:7px;gap:7px;color:#9ba5b5}.admin-empty svg{width:29px}.admin-empty b{color:#667388;font-size:12px}.admin-empty span{font-size:10px}.spin{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}@media(max-width:900px){.admin-overview-grid{grid-template-columns:1fr}.admin-shell .cards{grid-template-columns:repeat(2,1fr)}}.login,.register{color:#223149;background:radial-gradient(circle at 14% 12%,rgba(109,189,238,.22) 0,transparent 25%),radial-gradient(circle at 88% 9%,rgba(148,124,237,.2) 0,transparent 27%),radial-gradient(circle at 72% 88%,rgba(92,155,235,.12) 0,transparent 24%),linear-gradient(145deg,#fbfdff,#f6f8fc 48%,#fbf9ff);position:relative;overflow:hidden}.login:before,.register:before{width:340px;height:340px;border:1px solid rgba(86,114,194,.1);border-radius:50%;left:-120px;bottom:-140px;box-shadow:0 0 0 55px rgba(86,114,194,.025),0 0 0 110px rgba(86,114,194,.018)}.login:after,.login:before,.register:before{content:"";position:fixed;pointer-events:none}.login:after{width:180px;height:180px;right:7%;top:13%;border-radius:46% 54% 64% 36%;background:linear-gradient(145deg,rgba(91,150,234,.09),rgba(136,111,232,.13));filter:blur(1px);animation:authFloat 8s ease-in-out infinite}.login .panel{position:relative;width:min(440px,92%);padding:34px 38px;background:rgba(255,255,255,.88);border:1px solid rgba(218,226,239,.95);box-shadow:0 25px 70px rgba(48,65,99,.13),inset 0 1px rgba(255,255,255,.9);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);animation:authReveal .55s cubic-bezier(.2,.75,.3,1)}.login .panel:before{content:"";position:absolute;left:38px;right:38px;top:0;height:3px;border-radius:0 0 8px 8px;background:linear-gradient(90deg,#4d8aef,#7768e8)}.login .brand,.register .brand{color:#25334a}.login .brand svg,.register .brand svg{color:#fff;background:linear-gradient(135deg,#3e7eed,#7269e7);padding:7px;width:37px;height:37px;border-radius:11px;box-shadow:0 8px 20px rgba(63,107,218,.2)}.login .brand b,.register .brand b{color:#3471da}.login h1{font-size:28px;margin:28px 0 8px;color:#1d2b43;letter-spacing:-.7px}.login .muted{color:#78859a}.login .field,.register .field{gap:8px}.login .field label,.register .field label{color:#5e6c82;font-size:10px;letter-spacing:.7px}.login .field input,.register .field input{background:#f8fafe;border:1px solid #dae2ed;color:#25344c;padding:12px 13px;outline:none;transition:border .2s,box-shadow .2s,background .2s}.login .field input:focus,.register .field input:focus{background:#fff;border-color:#6e94dd;box-shadow:0 0 0 4px rgba(80,125,214,.1)}.login .btn,.register .btn{background:linear-gradient(105deg,#3679ed,#5c68e7);box-shadow:0 9px 22px rgba(51,105,220,.2);transition:.22s}.login .btn:hover,.register .btn:hover{transform:translateY(-2px);box-shadow:0 13px 28px rgba(51,105,220,.27)}.login .center{font-size:12px}.login a,.register a{color:#3f73cd;font-weight:700}.register{min-height:100vh}.register .public-head{position:relative;z-index:2;background:rgba(255,255,255,.78);border-color:#e2e8f1;box-shadow:0 7px 24px rgba(53,69,101,.04);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.register .hero{position:relative;z-index:1;padding-top:62px}.register .hero h1{color:#1c2a42;letter-spacing:-1.8px;line-height:1.08}.register .hero p{color:#718096}.register .eyebrow{color:#4b76cd}.register .plans{position:relative;z-index:1}.register .plan{background:rgba(255,255,255,.9);border-color:#dfe5ef;color:#26344b;box-shadow:0 13px 35px rgba(46,63,96,.07);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;animation:authReveal .5s cubic-bezier(.2,.75,.3,1) both}.register .plan:nth-child(2){animation-delay:.07s}.register .plan:nth-child(3){animation-delay:.14s}.register .plan:nth-child(4){animation-delay:.21s}.register .plan:hover{transform:translateY(-6px);box-shadow:0 22px 48px rgba(46,63,96,.13);border-color:#c5d3ea}.register .plan.chosen{border-color:#5e86dd;box-shadow:0 0 0 3px rgba(79,140,255,.12),0 22px 48px rgba(53,79,130,.12)}.register .plan h2,.register .price{color:#213049}.register .plan .muted{color:#7b879a}.register .price small{color:#8591a3}.register .feature{color:#58667b}.register .feature svg{color:#3baa7d}.register-form{position:relative;z-index:1;background:rgba(255,255,255,.9);border-color:#dfe5ef;color:#25334a;box-shadow:0 22px 55px rgba(46,63,96,.1);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);animation:authReveal .45s both}.register-form h2{color:#1f2d45}.register-form .muted{color:#768399}.register .back{color:#4778d0}.login .error,.register .error{background:#fff0f2;border:1px solid #ffd7dc;padding:9px 11px;border-radius:8px;color:#bf5660;font-size:11px}@keyframes authReveal{0%{opacity:0;transform:translateY(13px) scale(.99)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes authFloat{50%{transform:translateY(14px) rotate(8deg)}}@media(max-width:650px){.login .panel{padding:30px 25px}.register .public-head{padding:0 18px}.register .public-head .brand{font-size:12px}.register .public-head>a{font-size:11px}.register .hero{padding-top:45px}.register .hero h1{font-size:34px}.register .hero p{font-size:15px}}@media(prefers-reduced-motion:reduce){.login .panel,.login:after,.register .plan,.register-form{animation:none!important}}.profile-grid{display:grid;grid-template-columns:1.35fr 1fr;grid-gap:16px;gap:16px}.profile-identity{display:grid;grid-template-columns:auto 1fr;grid-gap:18px;gap:18px;align-content:start}.profile-avatar{width:76px;height:76px;border-radius:22px;display:grid;place-items:center;background:linear-gradient(145deg,#3c7ded,#7669e7);color:#fff;font-size:29px;font-weight:800;box-shadow:0 13px 28px rgba(64,100,205,.23)}.profile-title h2{font-size:22px;margin:5px 0 2px;color:#233149}.profile-title p{margin:0;color:#7c899c;font-size:11px}.role-chip{display:inline-flex;align-items:center;gap:5px;margin-top:12px;padding:6px 9px;border-radius:20px;background:#edf3ff;color:#4b73bb;font-size:9px;font-weight:700}.role-chip svg{width:13px}.profile-form{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px;border-top:1px solid #e8ecf2;padding-top:20px;margin-top:3px}.profile-form input:disabled{color:#8d98a9;background:#f1f3f7}.profile-form p{grid-column:1/-1;margin:0;font-size:10px}.profile-form .success{background:#eaf8f2;padding:9px;border-radius:8px;color:#278965}.profile-form .btn{grid-column:1/-1;justify-self:start}.profile-form .btn svg{width:15px}.profile-plan{background:linear-gradient(145deg,rgba(255,255,255,.96),rgba(244,247,255,.93))}.profile-plan-head{display:flex;justify-content:space-between;align-items:flex-start}.profile-plan-head h2{font-size:25px;margin:5px 0;color:#243249}.profile-price{display:flex;align-items:baseline;gap:5px;padding:13px 0 4px}.profile-price b{font-size:20px;color:#2b3a52}.profile-price small{font-size:9px;color:#8490a3}.profile-workspace{margin-top:16px}.profile-info{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:14px;gap:14px;padding-top:18px}.profile-info>span{display:grid;grid-template-columns:auto 1fr;grid-column-gap:10px;column-gap:10px;align-items:center;padding:14px;border:1px solid #e5e9f0;border-radius:11px;background:#fafbfe}.profile-info svg{grid-row:1/3;width:19px;color:#5a84cf}.profile-info small{font-size:8px;color:#8b96a7;text-transform:uppercase;letter-spacing:.6px}.profile-info b{font-size:10px;color:#344159;margin-top:3px;overflow:hidden;text-overflow:ellipsis}.profile-loading{min-height:300px;display:grid;place-items:center;color:#7d899c}@media(max-width:900px){.profile-grid,.profile-info{grid-template-columns:1fr}}@media(max-width:520px){.profile-form,.profile-identity{grid-template-columns:1fr}.profile-avatar{width:62px;height:62px;border-radius:18px}}.wallet-grid{display:grid;grid-template-columns:.8fr 1.5fr;grid-gap:16px;gap:16px}.wallet-card{position:relative;overflow:hidden;min-height:190px;padding:25px;border-radius:16px;color:#fff;background:radial-gradient(circle at 90% 15%,rgba(255,255,255,.2),transparent 25%),linear-gradient(135deg,#3479ed,#6268e7);box-shadow:0 17px 38px rgba(54,96,205,.25);display:flex;flex-direction:column}.wallet-card:after{content:"";position:absolute;width:170px;height:170px;border:1px solid #ffffff20;border-radius:50%;right:-60px;bottom:-80px;box-shadow:0 0 0 35px #ffffff0b}.wallet-card>span{font-size:9px;letter-spacing:1.5px;opacity:.8}.wallet-card>b{font-size:28px;margin:25px 0 5px}.wallet-card>small{font-size:10px;opacity:.72}.wallet-card>i{position:absolute;right:24px;top:23px}.wallet-card svg{width:24px}.current-plan .plan-line>span{color:#758298;font-size:10px}.current-plan .btn{margin-top:14px}.billing-action-grid{display:grid;grid-template-columns:1.45fr .75fr;grid-gap:16px;gap:16px;margin-top:16px}.topup-card{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px}.topup-card .card-head,.topup-card .payment-total,.topup-card>.btn{grid-column:1/-1}.topup-card select{background:#f8fafe;color:#26344b;border:1px solid #dae2ed;padding:12px;border-radius:10px}.payment-total{padding:14px;border-radius:11px;background:#f3f6fc;display:flex;align-items:center;justify-content:space-between}.payment-total>span{display:grid;font-size:10px;color:#56647b}.payment-total small{font-size:9px;color:#8b96a8;margin-top:4px}.payment-total>b{font-size:16px;color:#27364e}.billing-note>svg{color:#5282d8;width:27px}.billing-note h3{color:#26344b}.billing-note p{font-size:10px;line-height:1.65;color:#7b879a}.billing-note>div{display:flex;justify-content:space-between;padding:12px 0;border-top:1px solid #e8ebf1;font-size:9px}.billing-note>div span{color:#8390a2}.billing-note>div b{color:#3b4960}.billing-message{display:flex;justify-content:space-between;margin-top:16px;padding:12px 15px;border:1px solid #cfe0f5;border-radius:10px;background:#eff6ff;color:#426898;font-size:10px}.billing-message button{border:0;background:none;color:inherit}.billing-history{margin-top:16px}.billing-tabs{display:flex;gap:7px;border-bottom:1px solid #e7ebf1;padding-bottom:12px}.billing-tabs button{border:0;background:none;padding:8px 11px;border-radius:8px;color:#758196;font-weight:700;font-size:10px}.billing-tabs button.active{background:#edf3ff;color:#4774c6}.billing-tabs em{font-style:normal;margin-left:4px;padding:2px 6px;background:#fff;border-radius:10px}.billing-row{display:grid;grid-template-columns:1.5fr .8fr .8fr .6fr .7fr;align-items:center;min-height:62px;border-bottom:1px solid #edf0f4;color:#68758a;font-size:10px;grid-gap:10px;gap:10px}.billing-row.transaction{grid-template-columns:1.5fr .8fr .8fr .6fr}.billing-row.heading{min-height:42px;color:#929cad;text-transform:uppercase;font-size:8px;letter-spacing:.5px}.billing-row>span:first-child{display:grid}.billing-row>span:first-child b{color:#35435a}.billing-row small{margin-top:4px;color:#929cad}.billing-row>span:last-child{text-align:right}.billing-row button{border:0;border-radius:7px;padding:7px 9px;background:#eaf1ff;color:#4774c5;font-size:9px;font-weight:700}.billing-row button:disabled{opacity:.45}.bill-status{justify-self:start;padding:5px 8px;border-radius:20px;background:#eef1f5;color:#68758a;text-transform:capitalize}.bill-status.paid{background:#e8f8f1;color:#298663}.bill-status.open,.bill-status.pending{background:#fff4e4;color:#a46b28}.bill-status.expired,.bill-status.failed,.bill-status.overdue{background:#fff0f1;color:#b55d64}.credit{color:#23936a}.debit{color:#c25f66}@media(max-width:900px){.billing-action-grid,.wallet-grid{grid-template-columns:1fr}}@media(max-width:650px){.topup-card{grid-template-columns:1fr}.billing-row{grid-template-columns:1.4fr .7fr .6fr}.billing-row.heading>span:nth-child(2),.billing-row.heading>span:nth-child(5),.billing-row>span:nth-child(2),.billing-row>span:nth-child(5){display:none}.billing-row.transaction{grid-template-columns:1.4fr .8fr .6fr}.billing-row.transaction>span:nth-child(2){display:none}}.finance-summary{flex-direction:column}.finance-summary,.finance-summary-head{display:flex;justify-content:space-between}.finance-summary-head{align-items:flex-start}.finance-summary-head h2{font-size:20px;color:#26344b;margin:5px 0}.finance-metrics{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px;margin-top:18px}.finance-metrics>span{display:grid;padding:13px;border-radius:11px;background:#f7f9fd;border:1px solid #e8ecf3}.finance-metrics small{font-size:8px;text-transform:uppercase;letter-spacing:.5px;color:#8995a7}.finance-metrics b{font-size:13px;color:#2c3a51;margin:7px 0 3px}.finance-metrics em{font-size:8px;font-style:normal;color:#929cad}.billing-tabs{overflow-x:auto}.billing-tabs button{white-space:nowrap}@media(max-width:650px){.finance-summary-head{gap:12px}.finance-metrics{grid-template-columns:1fr}.billing-tabs{padding-bottom:8px}}.payment-method-field{grid-column:1/-1}.payment-methods{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:8px;gap:8px;max-height:240px;overflow:auto;padding:2px}.payment-methods>button{position:relative;display:flex;align-items:center;gap:10px;min-height:58px;padding:9px 34px 9px 9px;border:1px solid #e0e6ef;border-radius:11px;background:#fff;color:#344159;text-align:left;cursor:pointer;transition:.2s ease}.payment-methods>button:hover{border-color:#bed0ed;background:#f9fbff;transform:translateY(-1px);box-shadow:0 7px 16px rgba(50,72,110,.07)}.payment-methods>button.selected{border-color:#5d86db;background:linear-gradient(145deg,#f7faff,#f3f1ff);box-shadow:0 0 0 3px rgba(75,120,211,.1)}.payment-methods>button>span:nth-child(2){display:grid;min-width:0;flex:1 1}.payment-methods>button>span:nth-child(2) b{font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.payment-methods>button>span:nth-child(2) small{font-size:8px;color:#8b96a7;margin-top:3px}.payment-methods>button>em{font-style:normal;font-size:8px;color:#60718a;white-space:nowrap}.payment-methods>button>i{position:absolute;right:10px;width:12px;height:12px;border:1.5px solid #cbd4e2;border-radius:50%}.payment-methods>button.selected>i{border:4px solid #537fda}.payment-mark{position:relative;flex:0 0 39px;height:39px;border-radius:10px;display:grid;place-items:center;background:#edf3ff;color:#4778d0;overflow:hidden}.payment-mark svg{width:20px;opacity:.18}.payment-mark>b{position:absolute;font-size:9px;letter-spacing:-.3px}.payment-mark.e-wallet{background:#f4edff;color:#7358c8}.payment-mark.virtual-account{background:#eaf5ff;color:#3476b5}.payment-mark.retail{background:#fff2e8;color:#c36b35}.payment-mark.qris{background:#e9f8f1;color:#248861}@media(max-width:650px){.payment-methods{grid-template-columns:1fr;max-height:280px}}.network-status{position:relative}.terminal-btn{position:absolute;right:18px;top:16px;display:flex;align-items:center;gap:6px;border:1px solid #d7e1f0;border-radius:8px;background:#f6f9ff;color:#4774c5;padding:8px 10px;font-size:9px;font-weight:700;cursor:pointer;transition:.2s}.terminal-btn svg{width:14px}.terminal-btn:hover{background:#edf4ff;border-color:#bdcfea;transform:translateY(-1px)}.tunnel-accounts{margin-top:16px}.tunnel-account-head,.tunnel-account-row{display:grid;grid-template-columns:1.3fr 1fr 1fr .7fr;align-items:center;grid-gap:12px;gap:12px}.tunnel-account-head{padding:14px 8px 9px;color:#8b96a8;font-size:8px;text-transform:uppercase;letter-spacing:.6px}.tunnel-account-row{min-height:64px;padding:8px;border-top:1px solid #e9edf3;color:#58667c;font-size:10px}.tunnel-account-row>span:first-child{display:flex;align-items:center;gap:9px}.tunnel-account-row>span:first-child>i{width:32px;height:32px;display:grid;place-items:center;border-radius:8px;background:#ebf2ff;color:#4b7bd0}.tunnel-account-row svg{width:15px}.tunnel-account-row b{color:#2f3d54}.tunnel-account-row code{color:#52698d;background:#f3f6fa;padding:6px 8px;border-radius:6px;justify-self:start}@media(max-width:650px){.terminal-btn{position:static;grid-column:1/-1;grid-row:1;justify-self:end}.tunnel-account-head{display:none}.tunnel-account-row{grid-template-columns:1fr 1fr}.tunnel-account-row>span:first-child{grid-column:1/-1}}.network-status{min-height:190px;padding:30px 32px;grid-template-columns:auto minmax(260px,1fr) auto;gap:24px;background:radial-gradient(circle at 78% 30%,rgba(105,139,224,.09),transparent 24%),rgba(255,255,255,.92)}.network-status>.network-status-icon{width:74px;height:74px;background:linear-gradient(145deg,#edf4ff,#eeecff);border:1px solid #dde6f6;box-shadow:0 10px 24px rgba(53,83,139,.1)}.network-status>.network-status-icon.active{color:#238f69;background:linear-gradient(145deg,#e8f9f1,#edfbf8);border-color:#cfeddf}.network-status-copy h2{font-size:27px;margin:7px 0 5px;letter-spacing:-.5px}.network-status-copy p{max-width:520px}.network-facts{display:grid;grid-template-columns:repeat(3,minmax(120px,1fr));grid-gap:10px;gap:10px;min-width:480px}.network-facts>span{padding:12px 13px;border:1px solid #e7ebf2;border-radius:11px;background:rgba(250,251,254,.86)}.network-facts>span b{white-space:nowrap}.network-state{display:inline-flex!important;flex-direction:row!important;align-items:center;gap:6px;width:max-content;padding:5px 9px;border-radius:20px;background:#fff3e3;color:#9e6729;text-transform:capitalize;font-size:9px}.network-state>i{width:6px;height:6px;border-radius:50%;background:#df9945}.network-state.active{background:#e8f8f1;color:#277f60}.network-state.active>i{background:#34b782}.network-state.error,.network-state.revoked{background:#fff0f1;color:#af555e}.network-state.error>i,.network-state.revoked>i{background:#da626c}.tunnel-accounts{padding:0;overflow:hidden}.tunnel-title{display:flex;align-items:center;justify-content:space-between;padding:20px 22px;border-bottom:1px solid #e8ecf2}.tunnel-title h3{font-size:14px;color:#27354c;margin:0}.tunnel-title p{font-size:10px;color:#8490a3;margin:5px 0 0}.tunnel-title>span{font-size:9px;color:#5577ad;background:#edf3fc;padding:5px 9px;border-radius:20px}.tunnel-account-head,.tunnel-account-row{grid-template-columns:1.35fr .9fr 1fr .65fr .8fr;padding-left:22px;padding-right:22px}.tunnel-account-head{min-height:40px;padding-top:0;padding-bottom:0;background:#fafbfe}.tunnel-account-row{min-height:75px;border-top:1px solid #edf0f5;transition:background .18s}.tunnel-account-row:hover{background:#f9fbff}.tunnel-account-row>span:first-child b{display:grid}.tunnel-account-row>span:first-child small{margin-top:4px;color:#8b96a8;font-size:8px;font-weight:400}.row-terminal{justify-self:end;display:flex;align-items:center;gap:6px;border:1px solid #d6e1f1;border-radius:8px;background:#fff;color:#4775c7;padding:8px 10px;font-size:9px;font-weight:700;white-space:nowrap;cursor:pointer;box-shadow:0 3px 10px rgba(52,75,115,.05);transition:.2s}.row-terminal svg{width:14px}.row-terminal:hover{background:#edf4ff;border-color:#bcd0ed;transform:translateY(-1px);box-shadow:0 7px 15px rgba(52,75,115,.1)}.module-grid .module-card{min-height:138px}.module-card>span{text-transform:capitalize}@media(max-width:1200px){.network-status{grid-template-columns:auto 1fr}.network-facts{grid-column:1/-1;min-width:0}}@media(max-width:720px){.network-status{padding:22px;grid-template-columns:1fr}.network-status>.network-status-icon{width:58px;height:58px}.network-facts{grid-template-columns:1fr}.tunnel-account-head{display:none}.tunnel-account-row{grid-template-columns:1fr 1fr;padding:16px 18px;gap:14px}.tunnel-account-row>span:first-child{grid-column:1/-1}.row-terminal{justify-self:start}.tunnel-title{padding:17px 18px}}.wallet-grid .wallet-card{min-height:142px;padding:20px 23px}.wallet-grid .wallet-card>b{margin:17px 0 3px;font-size:25px}.wallet-grid .finance-summary{min-height:142px;padding:17px 20px}.wallet-grid .finance-summary-head h2{font-size:16px;margin:3px 0}.wallet-grid .finance-summary-head .btn{padding:8px 11px;font-size:9px}.wallet-grid .finance-metrics{margin-top:10px}.wallet-grid .finance-metrics>span{padding:9px 11px}.billing-quickbar{min-height:66px;margin-top:12px;padding:12px 16px;display:flex;align-items:center;justify-content:space-between}.billing-quickbar>div{display:flex;align-items:center;gap:10px}.billing-quickbar>div>i{width:34px;height:34px;border-radius:9px;display:grid;place-items:center;background:#eaf7f1;color:#2d976f}.billing-quickbar svg{width:16px}.billing-quickbar>div>span{display:grid}.billing-quickbar b{font-size:10px;color:#344159}.billing-quickbar small{font-size:8px;color:#8a95a7;margin-top:3px}.billing-quickbar .btn{padding:9px 13px;font-size:10px}.billing-history{margin-top:12px}.topup-modal{display:grid;grid-gap:15px;gap:15px}.topup-modal .payment-methods{max-height:290px}.topup-modal-actions{display:flex;justify-content:flex-end;gap:8px;border-top:1px solid #e8ecf2;padding-top:14px}.topup-modal .payment-total{margin-top:0}@media(max-width:650px){.billing-quickbar{align-items:flex-start;gap:12px}.billing-quickbar small{max-width:180px}.wallet-grid .finance-summary,.wallet-grid .wallet-card{min-height:auto}.topup-modal-actions .btn{flex:1 1}}.device-row.full{grid-template-columns:minmax(230px,1.5fr) 1fr 1fr .7fr auto}.camera-thumb{width:72px!important;height:44px!important;overflow:hidden;border-radius:9px!important;background:#e9f1ff;display:grid!important;place-items:center;flex:0 0 auto}.camera-thumb img{width:100%;height:100%;object-fit:cover}.camera-thumb.live{background:#101827}.action-menu{position:relative;justify-self:end}.action-trigger{width:34px;height:34px;border:1px solid #dbe3ef;border-radius:9px;background:#fff;color:#64748b;display:grid;place-items:center;cursor:pointer}.action-trigger svg{width:17px}.action-popover{position:absolute;right:0;top:39px;z-index:40;min-width:170px;padding:6px;background:#fff;border:1px solid #dfe5ee;border-radius:10px;box-shadow:0 14px 35px rgba(32,48,75,.18);display:grid}.action-popover button{border:0;background:transparent;color:#435168;padding:9px 10px;border-radius:7px;display:flex;align-items:center;gap:8px;text-align:left;font-size:10px;cursor:pointer}.action-popover button:hover{background:#f2f6fc}.action-popover button.danger{color:#c44f5b}.action-popover svg{width:14px}.tunnel-accounts{overflow:visible}.device-status>span{display:grid;grid-gap:2px;gap:2px}.device-status small{display:block;max-width:190px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#a55b5b;font-size:9px;font-weight:500}.camera-open{border:0;background:transparent;padding:0;text-align:left;color:inherit;cursor:pointer}.camera-open:disabled{cursor:default}.camera-open:not(:disabled):hover b{color:#356fd2}.camera-open:not(:disabled) .camera-thumb{transition:transform .2s ease,box-shadow .2s ease}.camera-open:not(:disabled):hover .camera-thumb{transform:scale(1.04);box-shadow:0 7px 18px rgba(35,67,122,.18)}.camera-player{display:grid;grid-gap:14px;gap:14px}.camera-stage{position:relative;overflow:hidden;aspect-ratio:16/9;border-radius:14px;background:#0b1220;display:grid;place-items:center}.camera-stage video{width:100%;height:100%;object-fit:contain;background:#080d16}.camera-stage>span{position:absolute;padding:9px 13px;border-radius:20px;background:#172238d9;color:#dbe7f8;font-size:10px}.camera-player-foot{display:flex;align-items:center;justify-content:space-between;color:#66758b;font-size:10px}.camera-player-foot>span{display:flex;align-items:center;gap:6px}.camera-player-foot>span i{width:7px;height:7px;border-radius:50%;background:#df6a72}.camera-player-foot>span i.online{background:#35ba86}.camera-player-foot .btn svg{width:15px}@media(max-width:800px){.device-row.full{grid-template-columns:1fr .7fr auto}.camera-thumb{width:56px!important;height:38px!important}.action-popover{right:0}}.tunnel-accounts:has(.action-menu.open){position:relative;z-index:80}.tunnel-account-row .action-popover{top:auto;bottom:39px}.module-grid{position:relative;z-index:1}.action-menu.open{z-index:90}:root{--type-caption:.75rem;--type-label:.8125rem;--type-body:.9375rem;--type-lead:1.0625rem;--type-title:clamp(1.25rem,1.6vw,1.5rem);--type-display:clamp(2.25rem,5vw,4rem)}html{text-size-adjust:100%}body{font-size:var(--type-body);line-height:1.5}button,input,select,textarea{font-size:inherit}.landing-auth a,.landing-header nav a{font-size:.875rem}.landing-docs-preview>div>p,.landing-faq details p,.landing-hero-copy>p,.landing-portal-showcase>div>p,.landing-section-head>p{font-size:var(--type-body);line-height:1.7}.landing-kicker{font-size:var(--type-caption)}.capability-grid h3,.docs-stack b,.workflow-list h3{font-size:var(--type-lead)}.capability-grid p,.docs-stack small,.landing-plans>article b,.landing-plans>article>p,.workflow-list p{font-size:.875rem;line-height:1.65}.landing-faq summary,.landing-plans>article>a,.landing-plans>article>span{font-size:.875rem}.landing-footer p,.landing-footer>div>a:not(.landing-logo){font-size:.8125rem}.landing-footer>div>b{font-size:.875rem}.landing-footer>small{font-size:.75rem}.partner-nav button{font-size:.875rem;min-height:44px}.admin-label,.nav-group>span,.side-brand small,.tenant-switch span{font-size:.6875rem}.tenant-switch b{font-size:.9375rem}.profile small,.support-card small,.tenant-switch small{font-size:.75rem}.profile b,.support-card b{font-size:.8125rem}.partner-top small{font-size:.6875rem}.partner-top h1{font-size:1.25rem}.page-intro h2{font-size:var(--type-title)}.overview-hero p,.page-intro p{font-size:.9375rem;line-height:1.6}.stat-card small,.stat-card span{font-size:.75rem}.card-head h3,.tunnel-title h3{font-size:1rem}.card-head p,.empty-state span,.tunnel-title p{font-size:.8125rem;line-height:1.5}.device-row{font-size:.875rem}.device-name small,.device-row code{font-size:.75rem}.health-row,.health-row b,.quota>div:first-child{font-size:.8125rem}.module-card h3,.quick-card b{font-size:.9375rem}.module-card p,.network-status p,.payment-card p,.quick-card small{font-size:.8125rem;line-height:1.55}.feature-banner span,.module-card>span,.payment-card>span,.quick-card em{font-size:.6875rem}.network-state,.network-status>div:last-child span{font-size:.75rem}.network-status>div:last-child b{font-size:.875rem}.tunnel-account-head{font-size:.6875rem}.action-popover button,.field label,.modal-panel label,.row-terminal,.tunnel-account-row{font-size:.8125rem}.field input,.field select,.modal-panel input,.modal-panel select,.modal-panel textarea{font-size:1rem;min-height:44px}.action-trigger,.btn,.menu-btn,.notification,.sync-btn{min-height:44px}.docs-callout p,.docs-layout>aside>a,.docs-section header p,.docs-section li{font-size:.875rem}.docs-layout>aside>b,.docs-section header small{font-size:.75rem}.docs-callout b{font-size:.9375rem}@media(max-width:800px){:root{--type-caption:.75rem;--type-label:.875rem;--type-body:1rem;--type-lead:1.0625rem;--type-title:clamp(1.5rem,7vw,1.875rem);--type-display:clamp(2.35rem,11vw,3.25rem)}body{font-size:1rem;line-height:1.6}.landing-header nav a{font-size:1rem;min-height:46px;display:flex;align-items:center}.landing-hero h1{font-size:var(--type-display);line-height:1.08}.landing-docs-preview>div>p,.landing-hero-copy>p,.landing-portal-showcase>div>p,.landing-section-head>p{font-size:1rem;line-height:1.7}.landing-kicker{font-size:.8125rem}.landing-primary,.landing-secondary{min-height:48px;font-size:.9375rem}.landing-docs-preview h2,.landing-portal-showcase h2,.landing-section-head h2{font-size:clamp(1.75rem,8vw,2.25rem);line-height:1.18}.capability-grid h3,.workflow-list h3{font-size:1.125rem}.capability-grid p,.landing-plans>article b,.landing-plans>article>p,.landing-portal-showcase li,.workflow-list p{font-size:.9375rem}.landing-faq summary,.landing-plans>article>a,.landing-plans>article>span{font-size:1rem}.landing-faq details p{font-size:.9375rem}.landing-footer p,.landing-footer>div>a:not(.landing-logo){font-size:.875rem}.landing-footer>div>b{font-size:1rem}.landing-footer>small{font-size:.75rem;line-height:1.5}.partner-side{width:min(86vw,310px);left:min(-86vw,-310px)}.partner-nav button{font-size:1rem;min-height:48px}.nav-group>span{font-size:.75rem}.tenant-switch b{font-size:1.0625rem}.profile small,.support-card small,.tenant-switch small{font-size:.8125rem}.profile b,.support-card b{font-size:.9375rem}.partner-top{height:72px}.partner-top small{font-size:.75rem}.partner-top h1{font-size:1.25rem}.page-intro h2{font-size:var(--type-title);line-height:1.2}.overview-hero p,.page-intro p{font-size:1rem}.overview-hero h2{font-size:clamp(1.625rem,8vw,2rem)}.eyebrow{font-size:.75rem}.stat-card small,.stat-card span{font-size:.8125rem}.stat-card b{font-size:1.625rem}.card-head h3,.tunnel-title h3{font-size:1.0625rem}.card-head p,.empty-state span,.tunnel-title p{font-size:.875rem}.device-row{font-size:.9375rem;line-height:1.45}.device-name small,.device-row code{font-size:.8125rem}.health-row,.health-row b,.quota>div:first-child{font-size:.875rem}.module-card h3,.quick-card b{font-size:1rem}.module-card p,.network-status p,.payment-card p,.quick-card small{font-size:.875rem}.feature-banner span,.module-card>span,.payment-card>span,.quick-card em{font-size:.75rem}.network-state,.network-status>div:last-child span{font-size:.8125rem}.network-status>div:last-child b{font-size:.9375rem}.tunnel-account-head{font-size:.75rem}.action-popover button,.row-terminal,.tunnel-account-row{font-size:.875rem}.action-popover{min-width:190px}.field label,.modal-panel label{font-size:.8125rem}.field input,.field select,.modal-panel input,.modal-panel select,.modal-panel textarea{font-size:1rem;min-height:48px}.action-trigger,.btn,.menu-btn,.notification,.sync-btn{min-height:44px}.docs-hero p{font-size:1rem;line-height:1.7}.docs-callout p,.docs-layout>aside>a,.docs-section header p,.docs-section li{font-size:.9375rem}.docs-layout>aside>b,.docs-section header small{font-size:.75rem}.docs-callout b{font-size:1rem}.docs-section h2{font-size:1.5rem}.admin-side .nav button{font-size:.9375rem;min-height:46px}.admin-profile b{font-size:.9375rem}.admin-profile small{font-size:.8125rem}td,th{font-size:.875rem;line-height:1.45}}.modal{z-index:1000;padding:clamp(10px,2.5vw,28px);overflow-y:auto;overscroll-behavior:contain}.modal-panel{max-width:100%;max-height:calc(100dvh - clamp(20px,5vw,56px));padding:clamp(16px,2.2vw,26px);min-width:0}.modal-panel.camera-form-modal{width:min(820px,100%)}.modal-panel.camera-view-modal{width:min(1040px,100%)}.modal-head{gap:16px}.modal-head h2{font-size:clamp(16px,2vw,20px);min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.modal-head button{min-width:34px}.modal-panel .grid>*{min-width:0}.camera-player,.camera-stage,.modal-panel .field input,.modal-panel .field select{width:100%;min-width:0}.camera-stage{max-height:calc(100dvh - 190px)}.camera-stage video{display:block;max-width:100%}.camera-stage video:-webkit-full-screen{width:100vw;height:100vh;object-fit:contain}.camera-stage video:fullscreen{width:100vw;height:100vh;object-fit:contain}.camera-stage>span{max-width:calc(100% - 24px);text-align:center;overflow-wrap:anywhere}.camera-player-foot{gap:12px}.camera-player-foot>span{min-width:0;overflow-wrap:anywhere}.camera-player-foot>span i{min-width:7px}.camera-player-foot .btn{white-space:nowrap}@media(max-width:650px){.modal{place-items:start center;padding:8px}.modal-panel,.modal-panel.camera-form-modal,.modal-panel.camera-view-modal{width:100%;max-height:calc(100dvh - 16px);padding:16px;border-radius:14px}.modal-head{margin-bottom:16px}.modal-panel .grid{grid-template-columns:1fr}.modal-panel .span2{grid-column:auto}.modal-panel .form-foot{align-items:stretch;flex-direction:column;gap:12px}.modal-panel .form-foot .btn{width:100%}.camera-stage{max-height:calc(100dvh - 170px);border-radius:10px}.camera-player-foot{align-items:stretch;flex-direction:column}.camera-player-foot .btn{width:100%}}@media(max-height:650px) and (orientation:landscape){.modal{place-items:start center;padding:8px}.modal-panel{max-height:calc(100dvh - 16px);padding:14px}.modal-head{margin-bottom:10px}.camera-stage{max-height:calc(100dvh - 145px);aspect-ratio:auto;height:calc(100dvh - 145px)}}.domain-grid{display:grid;grid-template-columns:1.15fr .85fr;grid-gap:16px;gap:16px}.dns-guide,.domain-connect{margin:0}.domain-connect form{display:grid;grid-gap:16px;gap:16px;margin-top:20px}.domain-status{display:inline-flex;align-items:center;gap:6px;padding:6px 9px;border-radius:20px;background:#eef1f6;color:#6d788b;font-size:9px;text-transform:capitalize}.dns-result i,.domain-status i{width:7px;height:7px;border-radius:50%;background:#9aa5b5}.domain-status.pending_dns,.domain-status.provisioning,.domain-status.queued{background:#fff4e5;color:#9b692e}.domain-status.pending_dns i,.domain-status.provisioning i,.domain-status.queued i{background:#e6a14f}.domain-status.active{background:#e9f8f1;color:#288161}.domain-status.active i{background:#35b983}.domain-status.error{background:#fff0f1;color:#b35560}.domain-status.error i{background:#de626e}.domain-input{display:flex;align-items:center;border:1px solid #dce3ee;border-radius:11px;background:#f8fafe;overflow:hidden}.domain-input:focus-within{border-color:#6e93dc;box-shadow:0 0 0 3px rgba(87,126,205,.1)}.domain-input svg{width:18px;margin-left:13px;color:#6685b9}.domain-input input{border:0!important;box-shadow:none!important;background:transparent!important;flex:1 1;min-width:0}.domain-actions{display:flex;gap:9px}.domain-actions svg,.domain-page .btn svg{width:15px}.domain-remove{background:#fff1f2!important;color:#b85661!important;border-color:#f2d7da!important}.domain-error,.domain-notice{margin-top:14px;padding:11px 13px;border-radius:9px;background:#eef5ff;color:#4d6f9f;font-size:10px;line-height:1.5}.domain-error{background:#fff0f1;color:#ae555e}.dns-guide>.card-head>svg{width:23px;color:#5c86d1}.dns-record{display:grid;grid-template-columns:.45fr 1fr 1.35fr .8fr;margin-top:20px;border:1px solid #e5eaf1;border-radius:11px;overflow:hidden}.dns-record>span{display:grid;grid-gap:7px;gap:7px;padding:13px;border-right:1px solid #e8ecf2;min-width:0}.dns-record>span:last-child{border:0}.dns-record small{font-size:7px;letter-spacing:.6px;color:#929daf}.dns-record b,.dns-record code{font-size:10px;color:#34435b;overflow:hidden;text-overflow:ellipsis}.dns-record code{color:#416cab}.dns-result{display:flex;align-items:center;gap:8px;margin-top:14px;padding:11px 12px;border-radius:9px;background:#f5f7fa;color:#7d899a;font-size:9px}.dns-result.verified{background:#eaf8f2;color:#2a8564}.dns-result.verified i{background:#36b985}.domain-flow{margin-top:16px;justify-content:space-between;padding:18px 22px}.domain-flow,.domain-flow>div{display:flex;align-items:center}.domain-flow>div{gap:10px}.domain-flow>div>b{width:29px;height:29px;display:grid;place-items:center;border-radius:50%;background:#edf3ff;color:#4c79ca;font-size:10px}.domain-flow>div>span{display:grid}.domain-flow strong{font-size:10px;color:#35435a}.domain-flow small{font-size:8px;color:#8995a7;margin-top:3px}.domain-flow>i{height:1px;min-width:25px;flex:1 1;margin:0 14px;background:#dae3f0}.dns-observed{display:grid;grid-gap:5px;gap:5px;margin-top:10px;padding:10px 12px;border:1px solid #e8ecf2;border-radius:9px;background:#fafbfe}.dns-observed span{font-size:8px;color:#8995a7}.dns-observed code{font-size:10px;color:#416cab;overflow-wrap:anywhere}.dns-observed small{font-size:8px;color:#9aa4b3}@media(max-width:1000px){.domain-grid{grid-template-columns:1fr}.domain-flow{display:grid;grid-template-columns:1fr 1fr;grid-gap:18px;gap:18px}.domain-flow>i{display:none}}@media(max-width:650px){.domain-actions{flex-direction:column}.domain-actions .btn{width:100%}.dns-record{grid-template-columns:1fr 1fr}.dns-record>span:nth-child(2){border-right:0}.dns-record>span:nth-child(-n+2){border-bottom:1px solid #e8ecf2}.domain-flow{grid-template-columns:1fr}.domain-page .page-intro{align-items:flex-start;gap:12px}.domain-page .page-intro .btn{width:auto}}.public-portal{min-height:100vh;background:var(--portal-bg);color:#17233d}.public-header{position:relative;overflow:hidden;padding:30px max(24px,calc((100vw - 1320px)/2));color:#fff;background:linear-gradient(135deg,color-mix(in srgb,var(--portal-header) 88%,#071b79),var(--portal-accent));border-radius:0 0 38px 38px;box-shadow:0 18px 45px color-mix(in srgb,var(--portal-header) 24%,transparent)}.public-header:before{inset:-90% -25%;background:repeating-linear-gradient(118deg,transparent 0 9%,rgba(255,255,255,.025) 9% 15%,transparent 15% 24%);transform:translate3d(-7%,0,0) rotate(-2deg);animation:portalHeaderDrift 16s ease-in-out infinite alternate}.public-header:after,.public-header:before{content:"";position:absolute;will-change:transform}.public-header:after{width:420px;height:420px;border:70px solid rgba(255,255,255,.06);border-radius:50%;right:-80px;top:-220px;animation:portalHeaderOrbit 12s ease-in-out infinite alternate}.public-brand{display:flex;align-items:center;gap:16px;position:relative;z-index:1}.public-brand>img,.public-brand>span{width:72px;height:72px;border-radius:18px;object-fit:contain;background:#fff;padding:8px}.public-brand>span{display:grid;place-items:center;background:rgba(255,255,255,.13)}.public-brand svg{width:42px;height:42px}.public-brand h1{margin:0;font-size:28px;letter-spacing:-.8px}.public-brand p{margin:4px 0 0;opacity:.88}.public-widgets{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px;margin-top:24px}.public-widgets>div{display:grid;grid-template-columns:36px 1fr;grid-column-gap:9px;column-gap:9px;align-items:center;padding:13px;border:1px solid rgba(255,255,255,.25);border-radius:14px;background:rgba(255,255,255,.08);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.public-widgets svg{grid-row:1/3;width:22px}.public-widgets b{font-size:13px}.public-widgets small{font-size:10px;opacity:.82}.public-content{max-width:1320px;margin:auto;padding:30px 24px 80px}.public-title,.public-title>div{display:flex;align-items:center;justify-content:space-between}.public-title>div:first-child{gap:12px}.public-title>div:first-child>span{width:48px;height:48px;display:grid;place-items:center;border-radius:14px;background:var(--portal-accent);color:#fff}.public-title h2{margin:0;font-size:23px}.public-title h2 em{font-style:normal;color:var(--portal-accent)}.public-title p{margin:4px 0;color:#71809d}.public-title button{width:42px;height:42px;border:1px solid #dce4f0;border-radius:12px;background:#fff;color:#52627e;margin-left:7px}.public-title button.active{background:var(--portal-accent);color:#fff;border-color:transparent}.public-camera-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:20px;gap:20px;margin-top:22px}.public-camera-grid.list{grid-template-columns:1fr}.public-camera-card{background:#fff;border:1px solid #e5eaf2;border-radius:22px;padding:16px;box-shadow:0 16px 42px rgba(36,56,91,.08)}.public-camera-head,.public-camera-head>div{display:flex;align-items:center;justify-content:space-between}.public-camera-head>div{gap:11px}.public-camera-head span{width:43px;height:43px;display:grid;place-items:center;border-radius:50%;color:var(--portal-accent);background:color-mix(in srgb,var(--portal-accent) 10%,#fff)}.public-camera-head h2{font-size:16px;margin:0}.public-camera-head p{font-size:11px;color:#7886a0;margin:3px 0 0}.public-camera-head button{width:38px;height:38px;border:1px solid #dce4ef;background:#fff;border-radius:11px}.public-video{height:360px;position:relative;overflow:hidden;border-radius:17px;background:#111;margin-top:13px}.public-video img,.public-video video{width:100%;height:100%;object-fit:cover}.public-video .hidden{display:none}.rtc-badge{position:absolute;right:10px;top:10px;display:flex!important;width:auto!important;height:auto!important;gap:5px;padding:7px 9px;background:#152038!important;color:#fff!important;border-radius:9px!important;font-size:10px;font-weight:700}.rtc-badge svg{width:13px}.public-camera-card footer{display:flex;justify-content:space-between;align-items:center;padding:13px 4px 2px;color:#596a88;font-size:11px}.public-camera-card footer b,.public-camera-card footer span{display:flex;align-items:center;gap:5px}.public-camera-card footer svg{width:15px}.public-camera-card footer b i{width:8px;height:8px;border-radius:50%;background:#e16868}.public-camera-card footer b.online{color:#269a72}.public-camera-card footer b.online i{background:#35c894}.public-empty{min-height:100vh;display:grid;place-content:center;text-align:center;justify-items:center;background:#f4f7ff;color:#41516c}.public-empty svg{width:54px;height:54px;color:#4778e8}.public-empty h1{margin:14px 0 4px}.public-empty p{max-width:420px}.spin{animation:spin 1s linear infinite}@keyframes portalHeaderDrift{0%{transform:translate3d(-7%,0,0) rotate(-2deg)}to{transform:translate3d(8%,3%,0) rotate(2deg)}}@keyframes portalHeaderOrbit{0%{transform:translateZ(0) scale(1)}to{transform:translate3d(-55px,36px,0) scale(1.12)}}@media(max-width:760px){.public-header{padding:22px 18px;border-radius:0 0 28px 28px}.public-brand>img,.public-brand>span{width:58px;height:58px}.public-brand h1{font-size:21px}.public-widgets{gap:7px}.public-widgets>div{grid-template-columns:1fr;padding:10px}.public-widgets svg{display:none}.public-content{padding:24px 14px 70px}.public-camera-grid{grid-template-columns:1fr}.public-video{height:auto;aspect-ratio:16/10}.public-title h2{font-size:19px}.public-title p{font-size:12px}}.portal-settings>.domain-page{margin-bottom:28px}.branding-layout{display:grid;grid-template-columns:1fr 1fr;grid-gap:18px;gap:18px}.branding-form,.branding-preview{margin:0}.branding-form>.card-head>svg{color:#587ed0}.branding-fields{display:grid;grid-gap:14px;gap:14px;margin:18px 0}.branding-colors{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px}.branding-colors label{display:flex;align-items:center;justify-content:space-between;border:1px solid #e0e6ef;border-radius:10px;padding:9px 11px;font-size:10px;color:#65738a}.branding-colors input{width:30px;height:30px;padding:0;border:0;background:none}.branding-form .btn svg{width:15px}.branding-preview{min-height:400px;padding:20px!important;overflow:hidden}.branding-preview>small{font-size:8px;letter-spacing:1px;color:#8090a7}.branding-preview>header{display:flex;align-items:center;gap:13px;margin:13px -2px 18px;padding:22px;border-radius:18px;color:#fff}.branding-preview>header img,.branding-preview>header>svg{width:54px;height:54px;object-fit:contain;background:#fff;border-radius:13px;padding:6px;color:#346fe8}.branding-preview>header div{display:grid}.branding-preview>header b{font-size:18px}.branding-preview>header span{font-size:10px;opacity:.85;margin-top:4px}.branding-preview>div>h3{font-size:16px}.branding-preview>div>h3 em{font-style:normal}.branding-preview>div>section{display:flex;align-items:center;gap:11px;background:#fff;border:1px solid #e5eaf2;border-radius:16px;padding:14px;box-shadow:0 12px 30px rgba(30,49,83,.08)}.branding-preview>div>section>svg{width:26px}.branding-preview>div>section>span{display:grid;flex:1 1}.branding-preview>div>section small{color:#8090a4;margin-top:3px}.branding-preview>div>section>i{width:9px;height:9px;border-radius:50%}@media(max-width:900px){.branding-layout{grid-template-columns:1fr}}@media(max-width:520px){.branding-colors{grid-template-columns:1fr}}.branding-layout{grid-template-columns:340px minmax(0,1fr);align-items:start}.full-template{padding:14px!important;max-height:760px;overflow:auto}.full-template .preview-label{display:flex;align-items:center;justify-content:space-between;padding:2px 4px 12px;font-size:8px;letter-spacing:1px;color:#71819a}.full-template .preview-label a{display:flex;align-items:center;gap:5px;letter-spacing:0;color:#4777cf}.full-template .preview-label svg{width:12px}.full-template>header{position:relative;display:grid;grid-template-columns:1fr auto;grid-gap:15px;gap:15px;margin:0!important;padding:20px!important;border-radius:22px!important;color:#fff;overflow:hidden}.full-template>header:after{content:"";position:absolute;right:-40px;top:-80px;width:230px;height:230px;border:35px solid rgba(255,255,255,.07);border-radius:50%}.full-template>header>svg{position:relative;z-index:1;width:30px!important;height:30px!important;padding:6px!important;background:rgba(255,255,255,.14)!important;color:#fff!important}.preview-brand{position:relative;z-index:1;display:flex;align-items:center;gap:10px}.preview-brand>img,.preview-brand>svg{width:48px!important;height:48px!important;object-fit:contain;background:#fff;border-radius:12px;padding:6px;color:#3973e5}.preview-brand>div{display:grid}.preview-brand b{font-size:16px}.preview-brand span{font-size:9px;opacity:.84;margin-top:2px}.preview-widgets{position:relative;z-index:1;grid-column:1/-1;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:7px;gap:7px}.preview-widgets>span{display:grid;grid-template-columns:24px 1fr;align-items:center;grid-column-gap:6px;column-gap:6px;padding:8px;border:1px solid rgba(255,255,255,.22);border-radius:10px;background:rgba(255,255,255,.08)}.preview-widgets svg{grid-row:1/3;width:16px}.preview-widgets b{font-size:9px}.preview-widgets small{font-size:7px;opacity:.8}.full-template>main{padding:16px 5px 8px}.preview-feed-title{display:flex;align-items:center;gap:8px}.preview-feed-title>svg:first-child{width:34px;height:34px;padding:8px;border-radius:9px;color:#fff;background:#3478f6}.preview-feed-title span{flex:1 1}.preview-feed-title h3{font-size:14px;margin:0}.preview-feed-title h3 em{font-style:normal}.preview-feed-title small{font-size:8px;color:#78869d}.preview-feed-title>svg:last-child{width:28px;height:28px;padding:6px;border:1px solid #dfe5ef;border-radius:8px;background:#fff}.preview-camera-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px;margin-top:12px}.preview-camera-list>section{padding:10px;background:#fff;border:1px solid #e5eaf2;border-radius:15px;box-shadow:0 9px 25px rgba(35,53,86,.07)}.preview-camera-list footer,.preview-camera-list>section>div{display:flex;align-items:center;gap:7px}.preview-camera-list>section>div>svg:first-child{width:30px;height:30px;padding:7px;border-radius:50%;background:#edf3ff;color:#3973e6}.preview-camera-list>section>div>span{display:grid;flex:1 1}.preview-camera-list>section>div b{font-size:9px}.preview-camera-list>section>div small{font-size:7px;color:#7c8aa0}.preview-camera-list>section>div>svg:last-child{width:21px}.preview-camera-list figure{position:relative;display:grid;place-items:center;height:170px;margin:9px 0;border-radius:11px;color:rgba(255,255,255,.7);overflow:hidden}.preview-camera-list figure>svg{width:44px;height:44px}.preview-camera-list figure i,.preview-camera-list figure strong{position:absolute;right:7px;font-style:normal;font-size:7px;padding:4px 5px;border-radius:6px;background:#152038;color:#fff}.preview-camera-list figure i{bottom:7px}.preview-camera-list figure strong{top:7px}.preview-camera-list footer{justify-content:space-between;font-size:7px;color:#687894}.preview-camera-list footer span{display:flex;align-items:center;gap:3px}.preview-camera-list footer svg{width:10px}.full-template>nav{position:-webkit-sticky;position:sticky;bottom:-14px;display:grid;grid-template-columns:repeat(5,1fr);padding:10px 4px 5px;margin:0 -5px -5px;background:rgba(255,255,255,.96);border:1px solid #e6eaf1;border-radius:16px;box-shadow:0 -7px 22px rgba(42,59,90,.07)}.full-template>nav span{display:grid;justify-items:center;grid-gap:3px;gap:3px;font-size:7px;color:#667690}.full-template>nav svg{width:17px}.full-template>nav span:first-child{font-weight:700}.full-template>nav span:first-child:after{content:"";width:18px;height:2px;border-radius:2px;background:currentColor}@media(max-width:1100px){.branding-layout{grid-template-columns:1fr}.branding-form{order:1}.full-template{order:2}}@media(max-width:650px){.preview-camera-list,.preview-widgets>span{grid-template-columns:1fr}.preview-widgets svg{display:none}.full-template{max-height:680px}}.branding-layout{grid-template-columns:minmax(300px,380px) minmax(0,1fr)}.branding-fields,.branding-form,.branding-form .field{min-width:0}.branding-form input:not([type=color]):not([type=file]){display:block;width:100%;max-width:100%;min-width:0;box-sizing:border-box}.branding-colors{grid-template-columns:1fr}.branding-colors label{min-width:0}.logo-upload-row{display:grid;grid-template-columns:64px minmax(0,1fr);grid-gap:10px;gap:10px;align-items:stretch}.logo-upload-thumb{width:64px;height:64px;display:grid;place-items:center;overflow:hidden;border:1px solid #dce4ef;border-radius:13px;background:#f4f7fd}.logo-upload-thumb img{width:100%;height:100%;padding:7px;object-fit:contain}.logo-upload{position:relative;min-width:0;display:flex;align-items:center;gap:9px;padding:10px 11px;border:1px dashed #bfcde2;border-radius:13px;background:#f8faff;color:#5574a9;cursor:pointer;overflow:hidden}.logo-upload:hover{border-color:#6d91d5;background:#f2f6ff}.logo-upload>svg{width:19px;min-width:19px}.logo-upload>span{display:grid;min-width:0}.logo-upload b{font-size:10px;color:#3d5273}.logo-upload small{margin-top:3px;font-size:8px;line-height:1.35;color:#8190a6;white-space:normal}.logo-upload input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.logo-default{margin-top:8px;padding:0;border:0;background:none;color:#5178c3;font-size:9px;font-weight:700;cursor:pointer}.preview-brand>img{display:block}@media(max-width:1100px){.branding-layout{grid-template-columns:minmax(0,1fr)}}@media(max-width:520px){.branding-form{padding:16px!important}.branding-form .card-head{align-items:flex-start}.branding-form .btn{width:100%;justify-content:center}.logo-upload-row{grid-template-columns:52px minmax(0,1fr)}.logo-upload-thumb{width:52px;height:52px}.logo-upload{padding:8px}.full-template .preview-label{align-items:flex-start;gap:8px}.full-template .preview-label>a{white-space:nowrap}}.public-menu{position:absolute;z-index:2;right:max(24px,calc((100vw - 1320px)/2));top:34px;width:48px;height:48px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.28);border-radius:14px;background:rgba(255,255,255,.12);color:#fff}.public-menu svg{width:25px}.public-camera-card footer>div{display:flex;align-items:center;gap:8px}.public-camera-card footer button{display:flex;align-items:center;gap:4px;border:1px solid #dce5f1;border-radius:10px;padding:7px 9px;background:#f5f8ff;color:var(--portal-accent);font-size:10px;font-weight:700}.public-camera-card footer button svg{width:13px}.public-bottom-nav{display:none}@media(max-width:760px){.public-menu{right:18px;top:24px;width:43px;height:43px}.public-brand{padding-right:52px}.public-camera-card footer>div{gap:5px}.public-camera-card footer button{padding:6px}.public-bottom-nav{position:-webkit-sticky;position:sticky;z-index:20;bottom:0;display:grid;grid-template-columns:repeat(5,1fr);padding:10px 5px max(9px,env(safe-area-inset-bottom));background:rgba(255,255,255,.96);border-top:1px solid #e3e8f0;box-shadow:0 -9px 28px rgba(32,50,81,.09);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.public-bottom-nav a{display:grid;justify-items:center;grid-gap:3px;gap:3px;color:#677791;font-size:9px}.public-bottom-nav svg{width:20px}.public-bottom-nav a.active{color:var(--portal-accent);font-weight:800}.public-content{padding-bottom:25px}}.public-brand>div{display:grid;min-width:0}.public-brand>img{display:block;flex:0 0 72px}.public-brand h1,.public-brand p{overflow-wrap:anywhere}.map-coordinate{display:flex!important;align-items:center;gap:5px;border:0!important;padding:0!important;background:none!important;color:#596a88!important;font-weight:500!important}.public-site-footer{display:grid;justify-items:center;grid-gap:4px;gap:4px;padding:24px 20px 88px;color:#6f7e96;text-align:center}.public-site-footer b{font-size:15px;color:#33435d}.public-site-footer span{font-size:11px}.public-site-footer small{font-size:9px}.public-bottom-nav{position:fixed;z-index:20;left:50%;bottom:16px;transform:translateX(-50%);display:grid;grid-template-columns:repeat(5,minmax(70px,110px));padding:9px;border:1px solid #e1e7f0;border-radius:18px;background:rgba(255,255,255,.96);box-shadow:0 14px 38px rgba(29,47,80,.16);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.public-bottom-nav a,.public-bottom-nav button{display:grid;justify-items:center;grid-gap:3px;gap:3px;border:0;background:none;color:#677791;font-size:9px;cursor:pointer}.public-bottom-nav svg{width:19px}.public-bottom-nav .active{color:var(--portal-accent);font-weight:800}.portal-dialog{position:fixed;z-index:50;inset:0;display:grid;place-items:center;padding:18px;background:rgba(13,24,43,.58);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.portal-dialog>section{position:relative;width:min(430px,100%);max-height:calc(100vh - 36px);overflow:auto;padding:28px;border:1px solid #e2e8f1;border-radius:22px;background:#fff;color:#24334d;box-shadow:0 28px 80px rgba(15,28,50,.28)}.portal-dialog>section>svg{width:38px;height:38px;padding:9px;border-radius:11px;background:#edf3ff;color:var(--portal-accent)}.portal-dialog h2{margin:14px 0 6px}.portal-dialog p{margin:0 0 18px;color:#70809a;line-height:1.55}.dialog-close{position:absolute;right:16px;top:16px;width:38px;height:38px;display:grid;place-items:center;border:0;border-radius:10px;background:#f0f3f8;color:#60708a}.dialog-close svg{width:18px}.portal-dialog form{display:grid;grid-gap:12px;gap:12px}.portal-dialog form label{display:grid;grid-gap:6px;gap:6px;color:#63728a;font-size:10px;font-weight:800;text-transform:uppercase}.portal-dialog form input{width:100%;min-width:0;padding:12px;border:1px solid #dce4ef;border-radius:10px;background:#f8faff;color:#22314a}.map-dialog>a,.portal-dialog form button{display:flex;justify-content:center;padding:12px;border:0;border-radius:11px;background:var(--portal-accent);color:#fff;font-weight:800}.portal-login-error{padding:9px;border-radius:8px;background:#fff0f1;color:#b34f5a;font-size:10px}.playback-ready{display:grid;justify-items:center;grid-gap:8px;gap:8px;padding:18px;border-radius:14px;background:#eaf8f2;color:#258263;text-align:center}.playback-ready svg{width:28px}.playback-ready span{font-size:10px;line-height:1.5}.coordinate-card{display:grid;grid-template-columns:1fr 1fr;grid-gap:9px;gap:9px;margin:14px 0}.coordinate-card span{display:grid;grid-gap:5px;gap:5px;padding:12px;border-radius:11px;background:#f4f7fc;color:#7c899d;font-size:9px}.coordinate-card b{font-size:12px;color:#32425d}.branding-form textarea{display:block;width:100%;max-width:100%;min-width:0;box-sizing:border-box;resize:vertical;line-height:1.55}.branding-preview>header .preview-brand{display:flex;align-items:center;min-width:0}.branding-preview>header .preview-brand>div{display:grid;min-width:0}.preview-brand b,.preview-brand span{overflow-wrap:anywhere}.preview-about{display:grid!important;grid-template-columns:34px minmax(0,1fr);align-items:start!important;grid-gap:10px!important;gap:10px!important;margin-top:12px;background:#fff;border:1px solid #e5eaf2;border-radius:15px;padding:13px!important;box-shadow:0 9px 25px rgba(35,53,86,.07)}.preview-about>svg{width:30px!important;height:30px;padding:7px;border-radius:9px;background:#edf3ff;color:#3973e6}.preview-about>div{display:grid}.preview-about b{font-size:10px}.preview-about p{margin:4px 0 0;color:#74839a;font-size:8px;line-height:1.5}.public-about,.public-map-home{margin-top:24px;border:1px solid #e3e9f2;border-radius:22px;background:#fff;box-shadow:0 15px 40px rgba(34,53,86,.07)}.public-map-home{padding:20px}.public-section-heading{display:flex;align-items:center;gap:12px}.public-about>svg,.public-section-heading>span{width:45px;height:45px;display:grid;place-items:center;padding:11px;border-radius:13px;background:color-mix(in srgb,var(--portal-accent) 10%,#fff);color:var(--portal-accent)}.public-about h2,.public-section-heading h2{margin:0;font-size:18px}.public-about p,.public-section-heading p{margin:4px 0 0;color:#71809a;line-height:1.6}.public-map-home>div:last-child{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px;margin-top:15px}.public-map-home>div:last-child>button{display:flex;align-items:center;gap:10px;min-width:0;padding:13px;border:1px solid #e1e8f2;border-radius:13px;background:#f8faff;color:#33445f;text-align:left;cursor:pointer}.public-map-home button>svg{width:21px;color:var(--portal-accent)}.public-map-home button>span{display:grid;min-width:0}.public-map-home button b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.public-map-home button small{margin-top:3px;color:#76869e}.public-map-home>div:last-child>p{grid-column:1/-1;margin:0;padding:16px;border-radius:12px;background:#f7f9fc;color:#71809a}.public-about{display:grid;grid-template-columns:45px minmax(0,1fr);grid-gap:13px;gap:13px;align-items:start;padding:20px}.public-about>svg{display:block}.public-about p{white-space:pre-wrap}.about-dialog-brand{display:flex;align-items:center;gap:14px;padding-right:42px}.about-dialog-brand img{width:64px;height:64px;flex:0 0 64px;padding:7px;border:1px solid #e1e7f0;border-radius:16px;background:#fff;object-fit:contain}.about-dialog-brand>div{display:grid;min-width:0}.about-dialog-brand h2{margin:0!important;overflow-wrap:anywhere}.about-dialog-brand span{margin-top:4px;color:#71809a;font-size:11px}.about-dialog>p{margin:18px 0!important;white-space:pre-wrap}.about-dialog>small{display:block;padding-top:13px;border-top:1px solid #e7ebf2;color:#8794a8;font-size:9px}.access-card{padding:22px}.access-card .card-head{align-items:center}.access-card .card-head .btn{width:auto}.access-list{display:grid;margin-top:17px;border:1px solid #e2e8f1;border-radius:15px;overflow:hidden}.access-row{display:grid;grid-template-columns:minmax(220px,1.5fr) minmax(135px,.8fr) minmax(90px,.5fr) 92px;align-items:center;grid-gap:12px;gap:12px;padding:13px 15px;border-top:1px solid #e7ebf2}.access-row:first-child{border-top:0}.access-head{background:#f7f9fc;color:#8290a5;font-size:9px;font-weight:800;letter-spacing:.8px;text-transform:uppercase}.access-person{display:flex;align-items:center;gap:10px;min-width:0}.access-person>i{width:38px;height:38px;display:grid;place-items:center;flex:0 0 38px;border-radius:11px;background:linear-gradient(135deg,#397bf0,#6967e9);color:#fff;font-style:normal;font-weight:800}.access-person>span{display:grid;min-width:0}.access-person b,.access-person small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.access-person small{margin-top:3px;color:#8290a4}.role-badge{display:inline-flex;padding:6px 9px;border-radius:999px;background:#edf3ff;color:#4270c5;font-size:9px;font-style:normal;font-weight:800}.role-badge.operator{background:#e9f8f2;color:#248467}.role-badge.viewer{background:#f4f0ff;color:#7457b5}.access-actions{display:flex;justify-content:flex-end;gap:6px}.access-actions button{width:34px;height:34px;display:grid;place-items:center;border:1px solid #dce4ef;border-radius:9px;background:#fff;color:#58719b}.access-actions button.danger{color:#c45d66;background:#fff7f7}.access-actions svg{width:15px}.access-form{padding-top:4px}.playback-user{display:grid;grid-template-columns:38px 1fr auto;align-items:center;grid-gap:9px;gap:9px;padding:11px;margin:13px 0;border-radius:12px;background:#edf8f4;color:#287e65}.playback-user>svg{width:25px}.playback-user>span{display:grid}.playback-user small{margin-top:2px}.playback-user>button{border:0;background:none;color:#a54d57;font-size:9px;font-weight:800}.playback-camera-list{display:grid;grid-gap:7px;gap:7px;margin:12px 0}.playback-camera-list>button{display:flex;align-items:center;gap:9px;padding:10px;border:1px solid #dfe6f0;border-radius:11px;background:#f8faff;color:#34445e;text-align:left}.playback-camera-list>button.active{border-color:var(--portal-accent);background:color-mix(in srgb,var(--portal-accent) 7%,#fff)}.playback-camera-list>button>svg{width:22px;color:var(--portal-accent)}.playback-camera-list>button>span{display:grid}.playback-camera-list small{margin-top:2px;color:#7d8ba0;font-size:9px}.public-menu{cursor:pointer;transition:transform .18s ease,background .18s ease,box-shadow .18s ease}.public-menu:hover,.public-menu[aria-expanded=true]{transform:translateY(-1px);background:rgba(255,255,255,.2);box-shadow:0 9px 24px rgba(10,28,66,.18)}.portal-settings-dialog{width:min(500px,100%)!important;padding:0!important;overflow:hidden!important}.portal-settings-dialog>header{display:flex;align-items:center;justify-content:space-between;padding:25px 27px;border-bottom:1px solid #e4e9f1}.portal-settings-dialog>header>div{display:flex;align-items:center;gap:9px}.portal-settings-dialog>header svg{width:23px;color:#1f3150}.portal-settings-dialog h2{margin:0;font-size:21px}.portal-settings-dialog .dialog-close{position:static;flex:0 0 40px}.portal-settings-dialog .dialog-close svg{width:18px;color:#60708a}.portal-settings-actions{display:grid;grid-gap:13px;gap:13px;padding:24px 27px 28px}.portal-settings-actions>button{display:grid;grid-template-columns:42px minmax(0,1fr);align-items:center;grid-gap:12px;gap:12px;width:100%;padding:15px;border:1px solid #dce4ef;border-radius:17px;background:#f8faff;color:#1f304d;text-align:left;cursor:pointer;transition:.18s}.portal-settings-actions>button:hover{border-color:color-mix(in srgb,var(--portal-accent) 45%,#dce4ef);background:color-mix(in srgb,var(--portal-accent) 5%,#fff);transform:translateY(-1px)}.portal-settings-actions>button>span:first-child{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:#eaf1ff;color:var(--portal-accent)}.portal-settings-actions svg{width:21px}.portal-settings-actions>button>span:last-child{display:grid;min-width:0}.portal-settings-actions b{font-size:14px}.portal-settings-actions small{margin-top:4px;color:#78879d;font-size:9px;line-height:1.4}.system-status-dialog{text-align:center}.system-status-icon{width:58px;height:58px;display:grid;place-items:center;margin:0 auto 12px;border-radius:18px;background:#e8f8f2;color:#25a47c}.system-status-icon svg{width:30px}.system-status-kicker{color:#7185aa;font-size:8px;font-weight:850;letter-spacing:1.4px}.system-status-dialog h2{margin:8px 0 6px}.system-status-dialog>p{margin-bottom:18px}.system-status-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px;gap:8px}.system-status-grid>span{display:grid;grid-gap:5px;gap:5px;padding:13px 8px;border:1px solid #e2e8f1;border-radius:12px;background:#f8faff}.system-status-grid small{color:#8290a4;font-size:8px}.system-status-grid b{font-size:11px}.system-status-grid .healthy{color:#259875}.system-status-time{display:block;margin-top:15px;color:#8b97a9;font-size:8px}@media(max-width:520px){.portal-dialog.settings-overlay{align-items:end;padding:12px}.portal-settings-dialog{border-radius:24px!important}.portal-settings-dialog>header{padding:20px}.portal-settings-actions{padding:18px 20px 22px}.portal-settings-actions>button{padding:13px}.system-status-grid{grid-template-columns:1fr}.system-status-dialog{padding:24px 20px!important}}.full-template>header:before{content:"";position:absolute;inset:-100% -30%;background:repeating-linear-gradient(118deg,transparent 0 10%,rgba(255,255,255,.035) 10% 16%,transparent 16% 25%);animation:portalHeaderDrift 16s ease-in-out infinite alternate;will-change:transform}.full-template>header:after{animation:portalHeaderOrbit 12s ease-in-out infinite alternate;will-change:transform}@media(prefers-reduced-motion:reduce){.full-template>header:after,.full-template>header:before,.public-header:after,.public-header:before{animation:none!important}}.public-header{position:-webkit-sticky;position:sticky;z-index:18;top:0;isolation:isolate}.public-header:after,.public-header:before{z-index:0}#feeds,#map{scroll-margin-top:225px}@media(max-width:760px){.public-header{top:0;box-shadow:0 12px 34px color-mix(in srgb,var(--portal-header) 22%,transparent)}#feeds,#map{scroll-margin-top:195px}}.public-video:-webkit-full-screen{width:100vw;height:100vh;aspect-ratio:auto;margin:0;border-radius:0;background:#03070d}.public-video:-webkit-full-screen,.public-video:fullscreen{width:100vw;height:100vh;aspect-ratio:auto;margin:0;border-radius:0;background:#03070d}.public-video:-webkit-full-screen img,.public-video:-webkit-full-screen video{width:100%;height:100%;object-fit:contain;background:#03070d}.public-video:-webkit-full-screen img,.public-video:-webkit-full-screen video,.public-video:fullscreen img,.public-video:fullscreen video{width:100%;height:100%;object-fit:contain;background:#03070d}.fullscreen-toolbar{position:absolute;z-index:4;left:0;right:0;top:0;display:flex;align-items:center;justify-content:space-between;gap:15px;padding:18px 20px 42px;color:#fff;background:linear-gradient(180deg,rgba(2,8,18,.82),transparent);pointer-events:none}.fullscreen-toolbar>span{display:grid;grid-template-columns:32px 1fr;align-items:center;grid-column-gap:9px;column-gap:9px;min-width:0}.fullscreen-toolbar>span>svg{grid-row:1/3;width:27px;height:27px;padding:6px;border-radius:8px;background:rgba(255,255,255,.14)}.fullscreen-toolbar b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px}.fullscreen-toolbar small{color:#c5cfdd;font-size:9px}.fullscreen-toolbar>button{display:flex;align-items:center;gap:7px;flex:0 0 auto;padding:10px 13px;border:1px solid rgba(255,255,255,.28);border-radius:11px;background:rgba(8,18,34,.72);color:#fff;font-size:10px;font-weight:800;cursor:pointer;pointer-events:auto;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.fullscreen-toolbar>button svg{width:16px}.public-video.is-fullscreen .rtc-badge{top:auto;right:20px;bottom:18px}@media(max-width:760px){.fullscreen-toolbar{padding:12px 14px 34px}.fullscreen-toolbar>button{padding:9px 10px}.public-video.is-fullscreen .rtc-badge{right:14px;bottom:12px}}.preview-map-card{margin:8px 5px 14px;border:1px solid #e1e7f0;border-radius:16px;background:#fff;overflow:hidden;box-shadow:0 9px 25px rgba(35,53,86,.07)}.preview-map-card>header{display:flex;align-items:center;gap:8px;padding:12px 14px;border-bottom:1px solid #e5eaf2}.preview-map-card>header>svg{width:21px}.preview-map-card>header>span{display:grid}.preview-map-card>header b{color:#263650;font-size:11px}.preview-map-card>header small{margin-top:2px;color:#8491a5;font-size:7px}.preview-map-canvas{position:relative;height:230px;overflow:hidden;background-color:#eeeae3;background-image:linear-gradient(28deg,transparent 44%,rgba(255,255,255,.94) 45% 49%,transparent 50%),linear-gradient(94deg,transparent 33%,rgba(255,255,255,.92) 34% 38%,transparent 39%),linear-gradient(151deg,transparent 60%,rgba(255,255,255,.9) 61% 65%,transparent 66%),repeating-linear-gradient(8deg,transparent 0 34px,rgba(202,211,218,.52) 35px 37px,transparent 38px 73px)}.preview-map-canvas:before{content:"";position:absolute;left:-8%;top:22%;width:118%;height:52%;border:3px solid rgba(255,255,255,.86);border-left:0;border-right:0;transform:rotate(-4deg)}.preview-map-controls{position:absolute;z-index:2;left:10px;top:10px;display:grid;border:1px solid #cbd3dd;border-radius:6px;background:#fff;overflow:hidden;box-shadow:0 3px 9px rgba(34,50,75,.13)}.preview-map-controls b{width:27px;height:27px;display:grid;place-items:center;color:#17233a;font-size:16px;line-height:1}.preview-map-controls b+b{border-top:1px solid #dce2e9}.preview-map-marker{position:absolute;z-index:2;width:24px;height:30px;border:2px solid #fff;border-radius:50% 50% 50% 4px;box-shadow:4px 6px 10px rgba(41,54,76,.28);transform:translate(-50%,-100%) rotate(-45deg)}.preview-map-marker i{position:absolute;left:7px;top:7px;width:7px;height:7px;border:2px solid #fff;border-radius:50%;background:#dff0ff}.preview-map-credit{position:absolute;right:7px;bottom:6px;padding:3px 5px;background:rgba(255,255,255,.85);color:#55759d;font-size:6px}.preview-map-empty{position:absolute;inset:0;display:grid;place-content:center;justify-items:center;grid-gap:4px;gap:4px;color:#75849b;text-align:center}.preview-map-empty svg{width:25px}.preview-map-empty b{font-size:9px}.preview-map-empty small{font-size:7px}.full-template>nav{z-index:4}@media(max-width:650px){.preview-map-canvas{height:190px}}.preview-real-map{z-index:1;background:#e7ebef;background-image:none}.preview-real-map:before{display:none}.preview-real-map .leaflet-control-zoom{margin:10px;border:1px solid #bec8d4!important;border-radius:6px!important;box-shadow:0 4px 12px rgba(32,49,77,.14)!important;overflow:hidden}.preview-real-map .leaflet-control-zoom a{width:29px;height:29px;line-height:28px;border-color:#d9e0e8;color:#15233a;font-size:18px}.preview-real-map .leaflet-control-attribution{padding:2px 4px;background:rgba(255,255,255,.88);font-size:6px}.preview-leaflet-icon{border:0!important;background:none!important}.preview-leaflet-icon>span{position:relative;display:block;width:25px;height:31px;border:2px solid #fff;border-radius:50% 50% 50% 4px;box-shadow:4px 6px 10px rgba(34,49,73,.32);transform:rotate(-45deg)}.preview-leaflet-icon i{position:absolute;left:7px;top:7px;width:7px;height:7px;border:2px solid #fff;border-radius:50%;background:#e3f2ff}.preview-leaflet-tooltip{display:grid;min-width:105px;padding:2px}.preview-leaflet-tooltip b{color:#263650;font-size:9px}.preview-leaflet-tooltip small{margin-top:2px;color:#71819a;font-size:6px}.preview-real-map .leaflet-tooltip{border:0;border-radius:8px;box-shadow:0 8px 22px rgba(31,48,76,.2)}@media(max-width:760px){.public-brand>img{flex-basis:58px}.public-bottom-nav{position:-webkit-sticky;position:sticky;left:auto;bottom:0;transform:none;grid-template-columns:repeat(5,1fr);padding:10px 5px max(9px,env(safe-area-inset-bottom));border-width:1px 0 0;border-radius:0}.public-site-footer{padding-bottom:24px}.portal-dialog>section{padding:22px}.coordinate-card,.public-map-home>div:last-child{grid-template-columns:1fr}.public-about,.public-map-home{border-radius:17px;padding:15px}.public-about h2,.public-section-heading h2{font-size:16px}.public-about p,.public-section-heading p{font-size:11px}.branding-preview>header .preview-brand{align-items:center}.preview-brand b{font-size:14px}.access-card{padding:15px}.access-card .card-head{align-items:flex-start;gap:12px}.access-card .card-head .btn{padding:9px 11px;font-size:9px}.access-head{display:none}.access-row{grid-template-columns:1fr auto;gap:10px}.access-row>span:nth-child(2),.access-row>span:nth-child(3){grid-column:1}.access-row>.access-actions{grid-column:2;grid-row:1/4}.access-form{grid-template-columns:1fr}.access-form .span2{grid-column:auto}}.partner-side{width:270px;padding:22px 14px 16px}.side-brand{padding:2px 10px}.side-brand>i{width:42px;height:42px;border-radius:13px}.side-brand b{font-size:15px;letter-spacing:1.2px}.side-brand small{font-size:8px;letter-spacing:2px}.tenant-switch{position:relative;margin:24px 4px 15px;padding:14px 15px;border-radius:15px}.tenant-switch:after{content:"";position:absolute;right:14px;top:15px;width:8px;height:8px;border:3px solid #dff8ee;border-radius:50%;background:#36c58d;box-shadow:0 0 0 1px #bcebd9}.tenant-switch span{font-size:8px;font-weight:800;letter-spacing:1.5px}.tenant-switch b{margin:6px 24px 3px 0;font-size:13px}.tenant-switch b,.tenant-switch small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.partner-nav{flex:1 1;min-height:0;gap:0;overflow-y:auto;overflow-x:hidden;padding:1px 4px 10px;scrollbar-width:thin;scrollbar-color:#d7deea transparent}.nav-group{display:grid;grid-gap:3px;gap:3px;padding:9px 0}.nav-group+.nav-group{border-top:1px solid #edf0f5}.nav-group>small{padding:0 10px 6px;color:#98a3b4;font-size:7px;font-weight:800;letter-spacing:1.45px;text-transform:uppercase}.partner-nav button{position:relative;min-height:42px;gap:10px;padding:7px 9px;border-radius:11px;font-size:11px;font-weight:650}.partner-nav button>i{width:30px;height:30px;display:grid;place-items:center;flex:0 0 30px;border-radius:9px;background:#f1f4f9;color:#718099;font-style:normal;transition:.2s}.partner-nav button>i svg{width:16px}.partner-nav button>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.partner-nav button>.nav-arrow{width:13px;margin-left:3px;opacity:0;transform:translateX(-4px);transition:.2s}.partner-nav button:hover{transform:none}.partner-nav button:hover>i{background:#e8effb;color:#3e6fca}.partner-nav button:hover>.nav-arrow{opacity:.55;transform:none}.partner-nav button.active{box-shadow:0 10px 24px rgba(49,103,221,.2),inset 0 1px rgba(255,255,255,.2)}.partner-nav button.active:before{content:"";position:absolute;left:-4px;width:3px;height:22px;border-radius:0 4px 4px 0;background:#2d69dc}.partner-nav button.active>i{background:rgba(255,255,255,.17);color:#fff}.partner-nav button.active>.nav-arrow{opacity:.72;transform:none}.partner-nav button em{margin-left:auto;min-width:23px;padding:3px 7px;background:#edf2fa;color:#62738d;text-align:center}.partner-nav button.active em{background:rgba(255,255,255,.18);color:#fff}.side-bottom{margin-top:10px}.support-card{padding:13px;border-radius:14px}.profile{margin-top:10px;padding-top:11px}.side-backdrop{display:none}@media(max-width:800px){.partner-side{left:-290px;z-index:42;width:min(290px,86vw);padding-top:max(18px,env(safe-area-inset-top));transition:left .24s cubic-bezier(.22,.75,.3,1)}.partner-side.open{left:0;box-shadow:24px 0 70px rgba(20,34,59,.24)}.mobile-close{display:grid;place-items:center;flex:0 0 38px;width:38px;height:38px;margin-left:auto;border:1px solid #e1e7f0;border-radius:11px;background:#f3f6fa;color:#53647e;cursor:pointer}.mobile-close svg{width:19px}.mobile-close:active{transform:scale(.94)}.side-backdrop{position:fixed;z-index:41;inset:0;display:block;border:0;background:rgba(24,38,61,.36);opacity:0;visibility:hidden;pointer-events:none;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);transition:opacity .22s,visibility .22s}.side-backdrop.open{opacity:1;visibility:visible;pointer-events:auto}.menu-btn{cursor:pointer}}.docs-page,.landing-page,.recovery-page{--lp-ink:#15233b;--lp-muted:#66758e;--lp-blue:#2f6feb;--lp-violet:#685eea;background:#fbfcff;color:var(--lp-ink);min-height:100vh}.docs-page a,.landing-page a,.recovery-page a{text-decoration:none}.docs-header,.landing-header{position:-webkit-sticky;position:sticky;z-index:50;top:0;height:76px;display:flex;align-items:center;gap:32px;padding:0 max(24px,calc((100vw - 1240px)/2));border-bottom:1px solid #e8ecf3;background:rgba(255,255,255,.88);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.landing-logo{display:flex;align-items:center;gap:10px;color:#1a2942}.landing-logo>i{width:40px;height:40px;display:grid;place-items:center;border-radius:12px;background:linear-gradient(135deg,var(--lp-blue),var(--lp-violet));color:#fff;box-shadow:0 8px 22px rgba(56,92,211,.22)}.landing-logo svg{width:21px}.landing-logo>span{display:grid}.landing-logo b{font-size:14px;letter-spacing:1.2px}.landing-logo small{font-size:7px;letter-spacing:1.65px;color:#8b96a8}.landing-header nav{display:flex;align-items:center;gap:28px;margin:auto}.docs-header nav>a:not(.landing-primary),.landing-auth>a:first-child,.landing-header nav a{color:#5f6e85;font-size:11px;font-weight:700}.landing-auth>a:first-child:hover,.landing-header nav a:hover{color:var(--lp-blue)}.docs-header nav,.landing-auth{display:flex;align-items:center;gap:20px}.landing-primary,.landing-secondary{min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 19px;border:0;border-radius:12px;font-weight:800;font-size:11px;cursor:pointer}.landing-primary{background:linear-gradient(135deg,var(--lp-blue),var(--lp-violet));color:#fff!important;box-shadow:0 10px 24px rgba(53,93,218,.22)}.landing-primary svg,.landing-secondary svg{width:16px}.landing-primary.compact{min-height:40px;padding:0 15px}.landing-secondary{border:1px solid #dce3ee;background:#fff;color:#415474}.landing-menu,.landing-nav-shade,.mobile-auth{display:none}.landing-hero{position:relative;display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;grid-gap:65px;gap:65px;min-height:680px;padding:80px max(24px,calc((100vw - 1240px)/2));overflow:hidden;background:radial-gradient(circle at 85% 8%,#e9e7ff 0,transparent 30%),radial-gradient(circle at 7% 78%,#e4f5ff 0,transparent 27%),#fbfcff}.landing-hero:before{content:"";position:absolute;right:-150px;top:40px;width:440px;height:440px;border:1px solid #dce5fa;border-radius:50%;box-shadow:0 0 0 70px #f4f6ff,0 0 0 140px #f8f9ff}.landing-hero-copy,.landing-product{position:relative;z-index:1}.landing-kicker{display:inline-flex;align-items:center;gap:7px;color:#416fc9;font-size:9px;font-weight:850;letter-spacing:1.25px;text-transform:uppercase}.landing-kicker svg{width:14px}.landing-hero h1{max-width:630px;margin:18px 0;font-size:clamp(40px,4.3vw,66px);line-height:1.02;letter-spacing:-2.8px}.landing-hero h1 em{display:block;color:var(--lp-blue);font-style:normal}.landing-hero-copy>p{max-width:600px;margin:0;color:var(--lp-muted);font-size:16px;line-height:1.75}.landing-hero-actions{display:flex;gap:11px;margin-top:28px}.landing-trust{display:flex;flex-wrap:wrap;gap:17px;margin-top:22px;color:#6e7d93;font-size:9px;font-weight:700}.landing-trust span{display:flex;align-items:center;gap:4px}.landing-trust svg{width:13px;color:#2dac7c}.landing-product{border:1px solid #dfe6f2;border-radius:20px;background:#fff;box-shadow:0 35px 80px rgba(43,62,98,.16);transform:perspective(1000px) rotateY(-3deg) rotateX(1deg)}.product-bar{height:43px;display:flex;align-items:center;justify-content:space-between;padding:0 14px;border-bottom:1px solid #e9edf4;color:#8b97aa}.product-bar>span{display:flex;gap:5px}.product-bar i{width:7px;height:7px;border-radius:50%;background:#ff7474}.product-bar i:nth-child(2){background:#ffc95c}.product-bar i:nth-child(3){background:#49ce91}.product-bar small{font-size:8px}.product-bar svg{width:14px;color:#3caf81}.product-body{display:grid;grid-template-columns:64px 1fr;min-height:420px}.product-body>aside{display:grid;align-content:start;justify-items:center;grid-gap:20px;gap:20px;padding:16px 10px;border-right:1px solid #e9edf4;background:#fbfcff}.product-body>aside>i{width:27px;height:7px;border-radius:5px;background:#dfe5ef}.product-body>aside>i.active{background:#4d76e5}.mini-brand{width:34px;height:34px;display:grid;place-items:center;margin-bottom:8px;border-radius:10px;background:#4a6fec;color:#fff}.mini-brand svg{width:17px}.product-body>section{padding:20px}.product-welcome{position:relative;min-height:125px;padding:22px;border-radius:14px;background:linear-gradient(130deg,#eff6ff,#f1edff);overflow:hidden}.product-welcome p,.product-welcome span{font-size:8px;color:#7889a3}.product-welcome h3{margin:9px 0 4px;font-size:20px}.product-welcome p{margin:0}.product-welcome>svg{position:absolute;right:28px;top:31px;width:46px;height:46px;padding:12px;border-radius:50%;background:#4e74eb;color:#fff;box-shadow:0 0 0 12px #4e74eb18}.product-metrics{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px;gap:8px;margin:12px 0}.product-metrics article{display:flex;align-items:center;gap:7px;padding:10px;border:1px solid #e3e9f2;border-radius:10px}.product-metrics svg{width:17px;color:#4774df}.product-metrics span{display:grid}.product-metrics small{font-size:6px;color:#8a96a8}.product-metrics b{font-size:12px}.product-feed{padding:13px;border:1px solid #e3e8f1;border-radius:12px}.product-feed>div{display:flex;justify-content:space-between;font-size:9px}.product-feed>div small{color:#8d99aa}.product-feed article{min-height:44px;display:grid;grid-template-columns:38px 1fr auto;align-items:center;grid-gap:8px;gap:8px;border-top:1px solid #edf0f5}.product-feed article>i{width:32px;height:26px;border-radius:6px;background:linear-gradient(145deg,#50707f,#9fb1a5)}.product-feed article>span{display:grid}.product-feed article b{font-size:8px}.product-feed article small{font-size:6px;color:#8995a6}.product-feed article em{color:#2db284;font-size:7px;font-style:normal}.product-float{position:absolute;right:-20px;bottom:35px;display:flex;align-items:center;gap:7px;padding:11px 14px;border-radius:11px;background:#fff;color:#324666;font-size:9px;font-weight:800;box-shadow:0 14px 38px rgba(34,54,90,.18)}.product-float svg{width:17px;color:#2fad80}.landing-proof{display:grid;justify-items:center;grid-gap:20px;gap:20px;padding:30px max(24px,calc((100vw - 1240px)/2));border-top:1px solid #edf0f5;border-bottom:1px solid #edf0f5;background:#fff}.landing-proof>span{color:#97a1b1;font-size:8px;font-weight:800;letter-spacing:1.5px;text-transform:uppercase}.landing-proof>div{display:flex;flex-wrap:wrap;justify-content:center;gap:60px}.landing-proof b{display:flex;align-items:center;gap:8px;color:#69778c;font-size:11px}.landing-proof svg{width:18px}.landing-section{padding:110px max(24px,calc((100vw - 1240px)/2))}.landing-section-head{max-width:700px;margin:0 auto 45px;text-align:center}.landing-section-head.left{margin:0}.landing-docs-preview h2,.landing-portal-showcase h2,.landing-section-head h2{margin:13px 0 10px;font-size:clamp(30px,3vw,44px);line-height:1.12;letter-spacing:-1.5px}.landing-docs-preview>div>p,.landing-portal-showcase>div>p,.landing-section-head p{color:var(--lp-muted);line-height:1.7}.capability-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:14px;gap:14px}.capability-grid article{min-height:245px;padding:24px;border:1px solid #e2e7ef;border-radius:17px;background:#fff;box-shadow:0 12px 35px rgba(34,54,90,.05);transition:.25s}.capability-grid article:hover{transform:translateY(-5px);box-shadow:0 20px 44px rgba(34,54,90,.1)}.capability-grid article.featured{background:linear-gradient(145deg,#f4f8ff,#f7f5ff)}.capability-grid article>i{width:43px;height:43px;display:grid;place-items:center;border-radius:12px;background:#eaf1ff;color:#3970dc}.capability-grid article>i svg{width:20px}.capability-grid h3{margin:22px 0 8px;font-size:15px}.capability-grid p{min-height:72px;color:#718097;font-size:10px;line-height:1.7}.capability-grid article>span{display:flex;align-items:center;gap:4px;color:#5277bd;font-size:8px;font-weight:800}.capability-grid article>span svg{width:12px}.landing-workflow{display:grid;grid-template-columns:.8fr 1.2fr;grid-gap:80px;gap:80px;padding:100px max(24px,calc((100vw - 1240px)/2));background:#f3f6fb}.workflow-list{display:grid;grid-gap:10px;gap:10px}.workflow-list article{display:grid;grid-template-columns:54px 1fr;grid-gap:16px;gap:16px;padding:18px;border:1px solid #dfe6f0;border-radius:15px;background:#fff}.workflow-list article>b{width:45px;height:45px;display:grid;place-items:center;border-radius:12px;background:#edf3ff;color:#4773cf}.workflow-list h3{margin:1px 0 5px;font-size:14px}.workflow-list p{margin:0;color:#748299;font-size:10px;line-height:1.6}.landing-docs-preview,.landing-portal-showcase{display:grid;grid-template-columns:1fr 1fr;align-items:center;grid-gap:90px;gap:90px;padding:110px max(24px,calc((100vw - 1240px)/2))}.landing-portal-showcase ul{display:grid;grid-gap:10px;gap:10px;margin:22px 0;padding:0;list-style:none;color:#52637c;font-size:10px}.landing-portal-showcase li{display:flex;align-items:center;gap:7px}.landing-portal-showcase li svg{width:15px;color:#2caf7f}.portal-phone{width:min(400px,100%);justify-self:center;border:8px solid #16243b;border-radius:36px;background:#f3f6fd;box-shadow:0 32px 70px rgba(32,51,84,.22);overflow:hidden}.portal-phone header{display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:10px;gap:10px;padding:24px 20px 42px;background:linear-gradient(135deg,#1d49b5,#3379f2);color:#fff}.portal-phone header>i{width:45px;height:45px;display:grid;place-items:center;border-radius:12px;background:#fff;color:#2d67df}.portal-phone header>i svg{width:24px}.portal-phone header span{display:grid}.portal-phone header b{font-size:13px}.portal-phone header small{font-size:7px}.portal-phone header>svg{width:20px}.portal-phone>section{padding:17px}.portal-phone>section>div{display:grid}.portal-phone>section>div b{font-size:16px}.portal-phone>section>div em{color:#3474e7;font-style:normal}.portal-phone>section>div small{color:#73829a;font-size:8px}.portal-phone article{position:relative;min-height:115px;margin-top:12px;padding:13px;border-radius:15px;background:linear-gradient(145deg,#799196,#344f57);color:#fff}.portal-phone article>span{display:grid;place-items:center;width:33px;height:33px;border-radius:9px;background:#ffffffdf;color:#326de4}.portal-phone article>b{position:absolute;left:13px;bottom:12px;font-size:10px}.portal-phone article>small{position:absolute;right:11px;bottom:10px;padding:5px 7px;border-radius:9px;background:#122233cc;color:#4bd59f;font-size:7px}.portal-phone footer{display:grid;grid-template-columns:repeat(4,1fr);padding:12px;border-top:1px solid #e2e7ef;background:#fff}.portal-phone footer b{display:grid;justify-items:center;color:#4e70ad}.portal-phone footer small{margin-top:3px;font-size:6px;color:#73819a}.pricing-section{background:linear-gradient(180deg,#f7f9fd,#fff)}.landing-plans{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px}.landing-plans>article{position:relative;min-height:430px;display:flex;flex-direction:column;padding:28px;border:1px solid #dfe5ee;border-radius:20px;background:#fff;box-shadow:0 16px 42px rgba(35,54,88,.07)}.landing-plans>article.popular{border:2px solid #4f70de;transform:translateY(-10px);box-shadow:0 24px 55px rgba(49,85,200,.16)}.landing-plans>article>em{position:absolute;right:20px;top:20px;padding:6px 9px;border-radius:20px;background:#edf2ff;color:#496ec8;font-size:7px;font-style:normal;font-weight:800;text-transform:uppercase}.landing-plans>article>span{color:#53647c;font-size:12px;font-weight:850}.landing-plans h3{margin:20px 0 10px;font-size:27px}.landing-plans h3 small{font-size:9px;color:#8793a5}.landing-plans p{min-height:45px;color:#718097;font-size:10px;line-height:1.6}.landing-plans article>div{display:grid;grid-gap:9px;gap:9px;padding:19px 0;border-top:1px solid #e8ecf2}.landing-plans article>div b{display:flex;align-items:center;gap:7px;color:#526078;font-size:9px}.landing-plans article>div svg{width:14px;color:#2bae7d}.landing-plans article>a{display:flex;align-items:center;justify-content:center;gap:7px;margin-top:auto;padding:13px;border-radius:11px;background:#eff3fa;color:#3d5f9d;font-size:10px;font-weight:800}.landing-plans .popular>a{background:linear-gradient(135deg,var(--lp-blue),var(--lp-violet));color:#fff}.landing-plans article>a svg{width:15px}.plan-skeleton{animation:pulse 1.3s infinite;background:linear-gradient(100deg,#fff,#f3f5f9,#fff)!important}.pricing-note{display:block;margin-top:25px;color:#8390a3;text-align:center}.landing-docs-preview{background:#15243c;color:#fff}.landing-docs-preview>div>p{color:#aeb9ca}.docs-stack{display:grid;grid-gap:9px;gap:9px}.docs-stack article{display:grid;grid-template-columns:42px 1fr auto;align-items:center;grid-gap:12px;gap:12px;padding:14px;border:1px solid #31425d;border-radius:13px;background:#1b2c47}.docs-stack article>i{width:39px;height:39px;display:grid;place-items:center;border-radius:10px;background:#29466f;color:#7eabff}.docs-stack article>i svg{width:18px}.docs-stack article>span{display:grid}.docs-stack article b{font-size:11px}.docs-stack article small{margin-top:3px;color:#96a4b9;font-size:8px}.docs-stack article>svg{width:15px;color:#7890b4}.landing-faq{padding:110px max(24px,calc((100vw - 900px)/2))}.landing-faq>div:last-child{border-top:1px solid #e1e6ef}.landing-faq details{border-bottom:1px solid #e1e6ef}.landing-faq summary{display:flex;align-items:center;justify-content:space-between;padding:21px 0;list-style:none;font-size:13px;font-weight:800;cursor:pointer}.landing-faq summary svg{width:17px}.landing-faq details[open] summary svg{transform:rotate(90deg)}.landing-faq details p{max-width:760px;margin:-8px 0 22px;color:#6c7a91;font-size:11px;line-height:1.7}.landing-cta{display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:20px;gap:20px;margin:0 max(24px,calc((100vw - 1240px)/2)) 90px;padding:35px;border-radius:22px;background:linear-gradient(135deg,#2b66dc,#635ee6);color:#fff;box-shadow:0 24px 55px rgba(49,77,192,.24)}.landing-cta>i{width:55px;height:55px;display:grid;place-items:center;border-radius:15px;background:#ffffff1c}.landing-cta svg{width:22px}.landing-cta span{font-size:9px}.landing-cta h2{margin:5px 0 0;font-size:23px}.landing-cta>a{display:flex;align-items:center;gap:7px;padding:13px 16px;border-radius:11px;background:#fff;color:#315dcc;font-size:10px;font-weight:850}.landing-cta>a svg{width:15px}.landing-footer{display:grid;grid-template-columns:1.8fr repeat(3,1fr);grid-gap:45px;gap:45px;padding:65px max(24px,calc((100vw - 1240px)/2)) 28px;background:#111e33;color:#fff}.landing-footer>div{display:grid;align-content:start;justify-items:start;grid-gap:11px;gap:11px}.landing-footer p{max-width:300px;color:#909db0;font-size:9px;line-height:1.7}.landing-footer>div>b{font-size:10px}.landing-footer>div>a:not(.landing-logo){color:#95a3b7;font-size:9px}.landing-footer .landing-logo{color:#fff}.landing-footer>small{grid-column:1/-1;padding-top:25px;border-top:1px solid #27364d;color:#758398;font-size:8px}.docs-header{justify-content:space-between}.docs-hero{padding:75px max(24px,calc((100vw - 1120px)/2));background:linear-gradient(135deg,#eff6ff,#f4f1ff)}.docs-hero>a{display:flex;align-items:center;gap:5px;color:#5973a5;font-size:9px}.docs-hero>a svg{width:14px}.docs-hero>span{display:block;margin-top:50px;color:#4d75c6;font-size:9px;font-weight:850;letter-spacing:1.4px}.docs-hero h1{margin:12px 0 8px;font-size:45px;letter-spacing:-1.5px}.docs-hero p{max-width:700px;color:#67768e;line-height:1.7}.docs-layout{display:grid;grid-template-columns:270px 1fr;grid-gap:55px;gap:55px;width:min(1120px,calc(100% - 48px));margin:55px auto 100px}.docs-layout>aside{position:-webkit-sticky;position:sticky;top:100px;align-self:start;display:grid;grid-gap:3px;gap:3px}.docs-layout>aside>b{padding:0 10px 12px;color:#8793a5;font-size:8px;text-transform:uppercase;letter-spacing:1px}.docs-layout>aside>a{display:flex;align-items:center;gap:8px;padding:10px;border-radius:9px;color:#617089;font-size:9px;font-weight:700}.docs-layout>aside>a:hover{background:#edf3ff;color:#3d6dc9}.docs-layout>aside>a svg{width:15px}.docs-layout>aside>div{display:flex;gap:9px;margin-top:18px;padding:14px;border-radius:12px;background:#f1f5fb;color:#476cae}.docs-layout>aside>div>svg{width:18px}.docs-layout>aside>div span{display:grid}.docs-layout>aside>div b{font-size:9px}.docs-layout>aside>div small{margin-top:4px;color:#77869c;font-size:7px;line-height:1.5}.docs-content{min-width:0}.docs-callout{display:flex;gap:13px;padding:19px;border:1px solid #cee6dd;border-radius:14px;background:#effaf6;color:#277b61}.docs-callout>svg{width:23px}.docs-callout b{font-size:11px}.docs-callout p{margin:5px 0 0;color:#588174;font-size:9px;line-height:1.6}.docs-section{padding:55px 0;border-bottom:1px solid #e4e9f1;scroll-margin-top:80px}.docs-section>header{display:flex;gap:15px}.docs-section>header>i{width:47px;height:47px;display:grid;place-items:center;flex:0 0 47px;border-radius:13px;background:#edf3ff;color:#416fca}.docs-section>header>i svg{width:21px}.docs-section>header>span{display:grid}.docs-section header small{color:#5377ba;font-size:7px;font-weight:850;letter-spacing:1px}.docs-section h2{margin:5px 0;font-size:23px}.docs-section header p{margin:0;color:#75839a;font-size:10px}.docs-section ol{display:grid;grid-gap:10px;gap:10px;margin:25px 0 0;padding:0;list-style:none}.docs-section li{display:grid;grid-template-columns:22px 1fr;grid-gap:9px;gap:9px;padding:12px;border-radius:10px;background:#f8fafe;color:#536278;font-size:10px;line-height:1.65}.docs-section li svg{width:17px;color:#2cad7d}.docs-finish{display:grid;justify-items:center;padding:55px 20px;text-align:center}.docs-finish>svg{width:42px;height:42px;padding:10px;border-radius:12px;background:#edf3ff;color:#3f70d0}.docs-finish h2{margin:15px 0 6px}.docs-finish p{color:#738199}.docs-finish>div{display:flex;gap:9px;margin-top:15px}.recovery-page{display:grid;place-items:center;padding:25px;background:radial-gradient(circle at 15% 20%,#e3f4ff,transparent 32%),radial-gradient(circle at 85% 10%,#ece8ff,transparent 30%),#f9fbff}.recovery-page>.landing-logo{position:absolute;left:32px;top:28px}.recovery-page>section{width:min(470px,100%);display:grid;justify-items:center;padding:40px;border:1px solid #dfe5ef;border-radius:22px;background:rgba(255,255,255,.93);box-shadow:0 28px 70px rgba(38,56,91,.13);text-align:center}.recovery-page>section>i{width:52px;height:52px;display:grid;place-items:center;border-radius:15px;background:#edf3ff;color:#3b6ed4}.recovery-page>section>i svg{width:24px}.recovery-page>section>span{margin-top:18px;color:#4b73c4;font-size:8px;font-weight:850;letter-spacing:1.2px}.recovery-page h1{margin:8px 0;font-size:30px}.recovery-page p{margin:0;color:#6f7e94;font-size:11px;line-height:1.7}.recovery-page form{width:100%;display:grid;grid-gap:14px;gap:14px;margin-top:24px;text-align:left}.recovery-page label{display:grid;grid-gap:7px;gap:7px;color:#5d6d84;font-size:9px;font-weight:800;text-transform:uppercase}.recovery-page label>div{display:flex;align-items:center;gap:8px;padding:0 12px;border:1px solid #dce3ed;border-radius:11px;background:#f8faff}.recovery-page label svg{width:16px;color:#7386a6}.recovery-page input{width:100%;padding:13px 0;border:0;outline:0;background:transparent;color:#25344c}.recovery-page form .landing-primary{width:100%}.recovery-page>section>small{margin-top:16px;padding:12px;border-radius:9px;background:#fff8e9;color:#8e7445;font-size:8px;line-height:1.6}.recovery-back{display:flex;align-items:center;gap:5px;margin-top:17px;color:#60759a;font-size:9px}.recovery-back svg{width:14px}.recovery-success{background:#e9f8f2!important;color:#29906d!important}.auth-home-link{position:absolute;left:28px;top:25px;display:flex;align-items:center;gap:5px;color:#647a9f;font-size:10px}.auth-home-link svg{width:15px}.password-label{display:flex;justify-content:space-between;align-items:center}.password-label>a{font-size:9px}@keyframes pulse{50%{opacity:.55}}@media(max-width:1000px){.landing-hero{grid-template-columns:1fr;gap:60px}.landing-hero-copy{text-align:center}.landing-hero-copy>p{margin:auto}.landing-hero-actions,.landing-trust{justify-content:center}.landing-product{width:min(700px,100%);margin:auto}.capability-grid{grid-template-columns:repeat(2,1fr)}.landing-workflow{grid-template-columns:1fr;gap:40px}.landing-section-head.left{margin:auto;text-align:center}.landing-docs-preview,.landing-portal-showcase{gap:45px}.landing-plans{gap:10px}.landing-plans>article{padding:21px}.landing-cta{grid-template-columns:auto 1fr}.landing-cta>a{grid-column:2;justify-self:start}.landing-footer{grid-template-columns:1.5fr repeat(3,1fr);gap:25px}}@media(max-width:760px){.docs-header,.landing-header{height:66px;padding:0 17px}.landing-logo>i{width:36px;height:36px}.landing-header nav{position:fixed;z-index:52;left:14px;right:14px;top:76px;display:grid;grid-gap:2px;gap:2px;padding:12px;border:1px solid #dfe5ef;border-radius:15px;background:#fff;box-shadow:0 20px 55px rgba(30,48,80,.2);opacity:0;visibility:hidden;transform:translateY(-8px);transition:.2s}.landing-header nav.open{opacity:1;visibility:visible;transform:none}.landing-header nav a{padding:12px;border-radius:9px}.landing-header nav a:hover{background:#f1f5fb}.landing-auth{display:none}.landing-menu{display:grid;place-items:center;width:39px;height:39px;margin-left:auto;border:1px solid #dfe5ef;border-radius:11px;background:#f7f9fc;color:#405475}.landing-menu svg{width:19px}.landing-nav-shade{position:fixed;z-index:51;inset:66px 0 0;display:block;border:0;background:#13213b44}.mobile-auth{display:block!important}.landing-hero{min-height:auto;padding:70px 20px;gap:45px}.landing-hero h1{font-size:40px;letter-spacing:-1.8px}.landing-hero-copy>p{font-size:13px}.landing-hero-actions{display:grid}.landing-trust{gap:10px}.landing-product{transform:none}.product-body{grid-template-columns:44px 1fr;min-height:360px}.product-body>aside{padding:12px 6px}.product-body>section{padding:12px}.product-welcome{min-height:110px;padding:18px}.product-welcome h3{max-width:160px;font-size:16px}.product-welcome>svg{right:15px;width:37px;height:37px;padding:10px}.product-metrics article{padding:7px}.product-feed article:nth-of-type(3),.product-metrics svg{display:none}.product-float{right:-7px;bottom:20px}.landing-proof>div{gap:18px 30px}.landing-faq,.landing-section{padding:75px 18px}.landing-section-head{margin-bottom:30px}.landing-docs-preview h2,.landing-portal-showcase h2,.landing-section-head h2{font-size:31px}.capability-grid{grid-template-columns:1fr}.capability-grid article{min-height:auto}.capability-grid p{min-height:0}.landing-workflow{padding:75px 18px}.workflow-list article{grid-template-columns:46px 1fr}.landing-docs-preview,.landing-portal-showcase{grid-template-columns:1fr;padding:75px 18px}.landing-portal-showcase>div:first-child{text-align:center}.landing-portal-showcase ul{justify-content:center}.landing-plans{grid-template-columns:1fr}.landing-plans>article.popular{transform:none}.landing-docs-preview{text-align:center}.docs-stack{text-align:left}.landing-faq summary{font-size:11px}.landing-cta{grid-template-columns:1fr;justify-items:center;margin:0 18px 60px;padding:28px;text-align:center}.landing-cta>i{display:none}.landing-cta h2{font-size:20px}.landing-cta>a{grid-column:auto;justify-self:auto}.landing-footer{grid-template-columns:1fr 1fr;padding:45px 22px 25px}.landing-footer>div:first-child{grid-column:1/-1}.docs-header nav>a:not(.landing-primary){display:none}.docs-hero{padding:55px 20px}.docs-hero>span{margin-top:35px}.docs-hero h1{font-size:35px}.docs-layout{grid-template-columns:1fr;width:calc(100% - 36px);margin-top:28px}.docs-layout>aside{position:static;grid-template-columns:1fr 1fr}.docs-layout>aside>b,.docs-layout>aside>div{grid-column:1/-1}.docs-layout>aside>a{background:#f5f7fb}.docs-section{padding:40px 0}.docs-section h2{font-size:20px}.recovery-page{padding:90px 16px 25px}.recovery-page>.landing-logo{left:18px;top:20px}.recovery-page>section{padding:28px 20px}.auth-home-link{left:16px;top:16px}}.camera-distribution{margin-top:25px;border:1px solid #e1e7f0;border-radius:22px;background:#fff;box-shadow:0 16px 42px rgba(34,53,86,.08);overflow:hidden}.camera-distribution>header{min-height:68px;display:flex;align-items:center;gap:10px;padding:0 22px;border-bottom:1px solid #e6ebf2}.camera-distribution>header>svg{width:23px;color:#2f6ff0;fill:#2f6ff01c}.camera-distribution h2{margin:0;color:#182844;font-size:17px;font-weight:850}.camera-map-canvas{position:relative;z-index:1;width:100%;height:430px;background:#e8edf2}.camera-map-canvas .leaflet-control-zoom{margin:14px;border:1px solid #bfc8d3!important;border-radius:7px!important;box-shadow:0 5px 16px rgba(31,47,75,.12)!important;overflow:hidden}.camera-map-canvas .leaflet-control-zoom a{width:36px;height:36px;line-height:35px;border-color:#d8dee6;color:#111f34;font-size:22px}.camera-map-canvas .leaflet-control-attribution{font-size:7px}.camera-map-icon-wrap{border:0!important;background:none!important}.camera-map-pin,.camera-map-pin.online{position:relative;display:block;width:32px;height:40px;border:3px solid #fff;border-radius:17px 17px 17px 2px;background:#3287c8;box-shadow:5px 7px 12px rgba(40,53,74,.35);transform:rotate(-45deg)}.camera-map-pin.offline{background:#8997aa}.camera-map-pin>i{position:absolute;left:8px;top:8px;width:10px;height:10px;border:3px solid #fff;border-radius:50%;background:#dceeff}.camera-map-tooltip{display:grid;min-width:110px;padding:2px}.camera-map-tooltip b{color:#263850;font-size:10px}.camera-map-tooltip small{margin-top:3px;color:#2b9c78;font-size:7px}.leaflet-tooltip{border:0!important;border-radius:9px!important;box-shadow:0 9px 25px rgba(34,51,80,.18)!important}.camera-map-empty{min-height:300px;display:grid;place-content:center;justify-items:center;grid-gap:7px;gap:7px;background:linear-gradient(145deg,#f1f4f8,#e6ebf0);color:#728198;text-align:center}.camera-map-empty svg{width:32px;color:#2f6ff0}.camera-map-empty b{color:#34455f}.camera-map-empty span{font-size:9px}.public-bottom-nav a[href="#map"]:focus{color:var(--portal-accent);font-weight:800}@media(max-width:760px){.camera-distribution{margin:18px -1px 0;border-radius:17px}.camera-distribution>header{min-height:65px;padding:0 18px}.camera-distribution>header>svg{width:22px}.camera-distribution h2{font-size:16px}.camera-map-canvas{height:400px}.leaflet-control-attribution{max-width:185px;overflow:hidden;white-space:nowrap}}.brand-logo-image{display:block;flex:0 0 auto;width:42px;height:42px;padding:4px;border-radius:12px;background:#fff;object-fit:contain;box-shadow:0 9px 24px rgba(47,88,190,.18)}.brand>.brand-logo-image{width:38px;height:38px;border-radius:11px}.side-brand>.brand-logo-image{width:42px;height:42px;padding:5px;border-radius:13px}.landing-logo>.brand-logo-image{width:44px;height:44px;padding:5px;border-radius:13px}.landing-footer .brand-logo-image{box-shadow:none}@media(max-width:760px){.landing-logo>.brand-logo-image{width:38px;height:38px;border-radius:11px}.side-brand>.brand-logo-image{width:40px;height:40px}.docs-header,.landing-header{height:82px;padding-inline:16px;gap:14px}.docs-header .landing-logo,.landing-header .landing-logo{gap:12px;min-width:0}.docs-header .landing-logo>.brand-logo-image,.landing-header .landing-logo>.brand-logo-image{width:50px;height:50px;flex:0 0 50px;padding:5px;border-radius:15px;box-shadow:0 8px 24px rgba(47,91,181,.14)}.docs-header .landing-logo>span,.landing-header .landing-logo>span{min-width:0;gap:2px}.docs-header .landing-logo b,.landing-header .landing-logo b{font-size:1.25rem;line-height:1.15;letter-spacing:.045em;color:#172740;white-space:nowrap}.docs-header .landing-logo small,.landing-header .landing-logo small{font-size:.6875rem;line-height:1.3;font-weight:750;letter-spacing:.16em;color:#65758e;white-space:nowrap}.landing-menu{width:46px;height:46px;flex:0 0 46px;border-color:#d8e0eb;border-radius:14px;background:#f8fafd}.landing-menu svg{width:23px;height:23px}.landing-header nav{top:92px}.landing-nav-shade{inset:82px 0 0}}@media(max-width:380px){.docs-header .landing-logo>.brand-logo-image,.landing-header .landing-logo>.brand-logo-image{width:46px;height:46px;flex-basis:46px}.docs-header .landing-logo b,.landing-header .landing-logo b{font-size:1.125rem}.docs-header .landing-logo small,.landing-header .landing-logo small{font-size:.625rem;letter-spacing:.12em}}.landing-hero-copy>p{color:#53647d;font-size:1.0625rem;font-weight:500;line-height:1.8}.landing-trust{gap:10px;margin-top:25px}.landing-trust span{min-height:36px;padding:0 13px;border:1px solid #dce5f2;border-radius:999px;background:rgba(255,255,255,.82);color:#40536f;font-size:.8125rem;font-weight:800;box-shadow:0 7px 18px rgba(46,70,110,.06)}.landing-trust svg{width:15px;height:15px}.capability-grid{gap:18px}.capability-grid article{min-height:285px;display:flex;flex-direction:column;padding:27px;border-color:#dce4ef;border-radius:20px;box-shadow:0 14px 38px rgba(36,58,96,.07)}.capability-grid article>i{width:48px;height:48px;border-radius:14px}.capability-grid article>i svg{width:23px;height:23px}.capability-grid h3{margin:22px 0 10px;color:#1b2b45;font-size:1.0625rem;line-height:1.35}.capability-grid p{min-height:0;margin:0;color:#5d6e87;font-size:.9375rem;line-height:1.72}.capability-grid article>span{margin-top:auto;padding-top:20px;color:#3568c5;font-size:.8125rem;font-weight:850}.capability-grid article>span svg{width:14px}.landing-plans{align-items:stretch;gap:22px}.landing-plans>article{min-height:560px;padding:30px;border-color:#d9e2ee;border-radius:24px;overflow:hidden}.landing-plans .pricing-plan-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0;border:0}.landing-plans .pricing-plan-head>span{color:#172740;font-size:1.25rem;font-weight:900;letter-spacing:-.02em}.landing-plans .pricing-plan-head>em{padding:8px 12px;border-radius:999px;background:#eaf0ff;color:#3e68ce;font-size:.6875rem;font-style:normal;font-weight:900;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}.landing-plans h3{display:flex;align-items:baseline;gap:5px;margin:18px 0 11px;color:#172740;font-size:2rem;letter-spacing:-.04em}.landing-plans h3 small{font-size:.8125rem;font-weight:650;letter-spacing:0}.landing-plans>article>p{min-height:52px;margin:0;color:#62738c;font-size:.9375rem;line-height:1.65}.landing-plans article>.plan-capacity{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px;margin-top:20px;padding:0;border:0}.landing-plans .plan-capacity>b{display:flex;align-items:center;gap:10px;min-height:62px;padding:13px 15px;border:1px solid #e1e8f2;border-radius:14px;background:#f2f6ff;color:#36547d;font-size:.9375rem;font-weight:850}.landing-plans .plan-capacity>b>svg{width:20px;height:20px;color:#3d70d6}.landing-plans .plan-capacity span{display:block}.landing-plans article>.plan-includes{display:grid;align-content:start;grid-gap:11px;gap:11px;margin-top:18px;padding:18px 0;border-top:1px solid #e6ebf2}.landing-plans .plan-includes>b{display:flex;align-items:center;gap:8px;color:#42536d;font-size:.875rem;line-height:1.45}.landing-plans .plan-includes>b svg{flex:0 0 18px;width:18px;height:18px;color:#22ad7a}.landing-plans .popular>a,.landing-plans article>a{min-height:54px;margin-top:auto;background:linear-gradient(135deg,var(--lp-blue),var(--lp-violet));color:#fff;font-size:.9375rem;box-shadow:0 12px 24px rgba(53,93,218,.18)}.landing-plans article>a:hover{transform:translateY(-2px);box-shadow:0 16px 30px rgba(53,93,218,.25)}.pricing-note{font-size:.875rem;line-height:1.6}.register .hero{padding-bottom:32px}.register .hero h1{max-width:760px}.register-plans{width:min(1320px,94%);gap:22px;align-items:stretch}.register .register-plan-card{min-height:570px;display:flex;flex-direction:column;padding:30px;border-radius:24px;cursor:pointer}.register .register-plan-card.chosen{border:2px solid #4b73e8;background:linear-gradient(145deg,#f7f9ff,#fff);box-shadow:0 0 0 3px rgba(79,111,232,.08),0 24px 55px rgba(53,79,130,.13)}.register-plan-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.register .register-plan-head h2{margin:0;font-size:1.35rem;letter-spacing:-.025em}.register-plan-head em{padding:8px 12px;border-radius:999px;background:#e9efff;color:#3d66cb;font-size:.6875rem;font-style:normal;font-weight:900;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}.register .register-plan-card .price{display:flex;align-items:baseline;gap:6px;margin:30px 0 12px;font-size:2rem;letter-spacing:-.045em}.register .register-plan-card .price small{font-size:.875rem;letter-spacing:0}.register .register-plan-card>p{min-height:52px;margin:0;font-size:.9375rem;line-height:1.6}.register-plan-capacity{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px;margin:23px 0}.register-plan-capacity b{min-height:62px;display:flex;align-items:center;gap:10px;padding:13px 15px;border-radius:14px;background:#f0f5ff;color:#36547d;font-size:.9375rem}.register-plan-capacity svg{width:20px;height:20px;color:#3973ed}.register-plan-features{display:grid;align-content:start;grid-gap:11px;gap:11px;padding:16px 0 22px;border-top:1px solid #e6ebf2}.register .register-plan-features .feature{align-items:center;margin:0;color:#465873;font-size:.9375rem;font-weight:750}.register .register-plan-features .feature svg{flex:0 0 18px;width:18px;height:18px;color:#20ad79}.register .register-plan-card>.btn{min-height:54px;margin-top:auto;border-radius:13px;font-size:.9375rem}.register .register-plan-card>.btn svg{width:18px;height:18px}.landing-footer{margin-top:0;padding-top:70px;border-radius:34px 34px 0 0;background:linear-gradient(135deg,#1e3658,#274a72 55%,#315b84);box-shadow:0 -14px 40px rgba(34,57,91,.12)}.landing-footer .landing-logo b{font-size:1.125rem}.landing-footer .landing-logo small{color:#c3d3e7;font-size:.6875rem}.landing-footer p{color:#d0dbea;font-size:.9375rem;line-height:1.75}.landing-footer>div>b{color:#fff;font-size:1rem}.landing-footer>div>a:not(.landing-logo){color:#d3dfed;font-size:.875rem;transition:.2s}.landing-footer>div>a:not(.landing-logo):hover{color:#fff;transform:translateX(3px)}.landing-footer>small{border-top-color:rgba(255,255,255,.16);color:#b9c9dc;font-size:.8125rem}@media(max-width:1100px){.capability-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){.landing-hero-copy>p{font-size:1rem;line-height:1.72}.landing-trust{display:grid;grid-template-columns:repeat(3,1fr);width:100%}.landing-trust span{justify-content:center;padding:7px 8px;text-align:center;font-size:.75rem;line-height:1.3}.capability-grid{grid-template-columns:1fr;gap:14px}.capability-grid article{min-height:250px;padding:24px}.capability-grid h3{font-size:1.125rem}.capability-grid p{font-size:.9375rem}.landing-plans{gap:18px}.landing-plans>article{min-height:530px;padding:24px}.landing-plans h3{font-size:1.75rem}.landing-plans article>.plan-capacity{grid-template-columns:1fr}.landing-plans .plan-capacity>b{min-height:68px}.landing-plans .pricing-plan-head>span{font-size:1.2rem}.register-plans{grid-template-columns:1fr;width:calc(100% - 32px)}.register .register-plan-card{min-height:520px;padding:24px}.register-plan-capacity{grid-template-columns:1fr 1fr}.register-plan-head em{font-size:.625rem}.landing-footer{grid-template-columns:1fr;padding:48px 24px 28px;border-radius:28px 28px 0 0}.landing-footer>div:first-child{grid-column:auto}.landing-footer .landing-logo b{font-size:1.125rem}.landing-footer p{font-size:.9375rem}}@media(max-width:420px){.landing-plans .pricing-plan-head,.register-plan-head{align-items:flex-start}.landing-plans .pricing-plan-head>em,.register-plan-head em{padding:7px 9px}.register-plan-capacity{grid-template-columns:1fr}}@media(max-width:760px){.landing-header{position:-webkit-sticky;position:sticky;justify-content:center}.landing-header>.landing-logo{width:100%;margin:0}.landing-header>.landing-logo>.brand-logo-image{position:absolute;left:16px;top:50%;transform:translateY(-50%)}.landing-header>.landing-logo>span{position:absolute;left:50%;top:50%;align-items:center;text-align:center;transform:translate(-50%,-50%)}.landing-header>.landing-menu{position:absolute;right:16px;top:50%;margin:0;transform:translateY(-50%)}}@media(max-width:380px){.landing-header>.landing-logo{gap:8px}.landing-header .landing-logo>.brand-logo-image{width:42px;height:42px;flex-basis:42px}.landing-header .landing-logo b{font-size:1rem;letter-spacing:.025em}.landing-header .landing-logo small{font-size:.5625rem;letter-spacing:.09em}.landing-header>.landing-logo>.brand-logo-image{left:12px}.landing-header>.landing-menu{right:12px;width:42px;height:42px}}.support-card a{display:flex;align-items:center;gap:3px;padding:0;border:0;background:none;color:#73a3ff;font-size:10px;font-weight:700;text-decoration:none}.support-card a svg{width:12px}.plan-limit-banner{display:flex;align-items:flex-start;gap:20px;max-width:none;padding:28px;border-color:#d8e3f3;background:linear-gradient(135deg,#f8fbff,#eef4ff);box-shadow:0 16px 38px rgba(45,78,132,.08)}.plan-limit-banner>span{display:grid;flex:0 0 54px;width:54px;height:54px;place-items:center;border-radius:16px;background:#e5edff;color:#3d6ee1}.plan-limit-banner>span svg{width:25px;height:25px}.plan-limit-banner>div>small{color:#5376bf;font-size:.6875rem;font-weight:900;letter-spacing:.14em}.plan-limit-banner h3{margin:7px 0 8px;color:#1b2c48;font-size:1.15rem}.plan-limit-banner p{max-width:850px;margin:0;color:#5a6d89;font-size:.9rem;line-height:1.7}.plan-limit-banner p strong{color:#2c5cad}.plan-limit-banner>div>div{display:flex;align-items:center;gap:10px;margin-top:17px;color:#526681;font-size:.78rem;font-weight:800}.plan-limit-banner>div>div b{padding:6px 10px;border-radius:8px;background:#dce8ff;color:#2d5fb7}.plan-limit-banner>div>div i{width:4px;height:4px;border-radius:50%;background:#99aac1}.plan-limit-banner.compact{margin-bottom:18px;padding:22px 25px}.branding-form fieldset{display:contents;margin:0;padding:0;border:0}.branding-form.feature-locked .branding-fields{opacity:.58}.branding-form.feature-locked .logo-upload,.branding-form.feature-locked input,.branding-form.feature-locked textarea{cursor:not-allowed}.upgrade-trigger{display:inline-flex;margin-top:20px;align-items:center;gap:8px;min-height:44px;padding:0 18px;border:0;border-radius:12px;color:#fff;font-weight:850;background:linear-gradient(135deg,#347cf4,#605ce8);box-shadow:0 10px 22px rgba(58,99,224,.2)}.upgrade-trigger svg{width:17px;height:17px}.intro-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px}.intro-actions .upgrade-trigger{margin-top:0}.modal-panel.upgrade-modal{width:min(1120px,calc(100vw - 36px));max-height:min(840px,calc(100dvh - 36px));overflow:auto}.upgrade-checkout>p{margin:0 0 22px;color:#64748b;font-size:.92rem;line-height:1.65}.upgrade-plan-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px}.upgrade-plan-grid article{display:flex;min-width:0;min-height:420px;flex-direction:column;padding:24px;border:1px solid #dce5f2;border-radius:20px;background:#fff;box-shadow:0 12px 30px rgba(40,66,112,.07)}.upgrade-plan-grid article.current{border:2px solid #4d70eb;background:linear-gradient(180deg,#f6f8ff,#fff)}.upgrade-plan-grid article.lower{background:#f7f9fc;opacity:.68}.upgrade-plan-grid header{display:flex;min-height:30px;align-items:center;justify-content:space-between;gap:10px}.upgrade-plan-grid header span{color:#1d2d49;font-size:1.05rem;font-weight:900}.upgrade-plan-grid header em{padding:6px 9px;border-radius:999px;background:#e7edff;color:#3f62d3;font-size:.66rem;font-style:normal;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.upgrade-plan-grid h3{margin:18px 0 7px;color:#162642;font-size:1.65rem}.upgrade-plan-grid h3 small{margin-left:4px;color:#8290a6;font-size:.72rem;font-weight:700}.upgrade-plan-grid article>p{min-height:44px;margin:0;color:#718096;font-size:.82rem;line-height:1.55}.upgrade-capacity{display:grid!important;grid-template-columns:1fr 1fr;grid-gap:8px!important;gap:8px!important;margin:18px 0 8px!important}.upgrade-capacity b{display:flex;align-items:center;gap:7px;padding:10px;border-radius:11px;background:#f0f5ff;color:#38567f;font-size:.72rem}.upgrade-capacity svg{width:15px;height:15px;color:#4a74df}.upgrade-plan-grid ul{display:grid;grid-gap:9px;gap:9px;margin:15px 0 22px;padding:0;list-style:none}.upgrade-plan-grid li{display:flex;align-items:center;gap:8px;color:#52657f;font-size:.78rem;font-weight:750}.upgrade-plan-grid li svg{width:15px;height:15px;color:#26aa7a}.upgrade-plan-grid article>button{display:flex;width:100%;min-height:45px;margin-top:auto;align-items:center;justify-content:center;gap:7px}.upgrade-plan-grid article>button svg{width:16px;height:16px}.live-pill.activation-required{position:relative;border:0;cursor:pointer;isolation:isolate;animation:activationNudge 2.2s ease-in-out infinite}.live-pill.activation-required:before{content:"";position:absolute;z-index:-1;inset:-5px;border:1px solid rgba(232,92,92,.34);border-radius:999px;animation:activationRing 2.2s ease-out infinite}.live-pill.activation-required:hover{background:#ffe9e9;color:#c74242;transform:translateY(-1px)}.invoice-actions{display:flex!important;justify-content:flex-end;gap:6px}.invoice-actions button:first-child{background:#4777da;color:#fff}.checkout-steps{display:flex;align-items:center;margin-bottom:20px}.checkout-steps span{display:flex;align-items:center;gap:7px;color:#98a2b3;font-size:.75rem;font-weight:800}.checkout-steps span.active{color:#3970d5}.checkout-steps span>b{font-size:.75rem}.checkout-steps>i{height:1px;flex:1 1;margin:0 12px;background:#e2e7f0}.checkout-invoice .eyebrow{color:#4777d2}.checkout-invoice h3{margin:8px 0 18px;color:#26344b;font-size:1.25rem}.checkout-invoice dl{margin:0;border:1px solid #e2e7ef;border-radius:13px;overflow:hidden}.checkout-invoice dl>div{display:flex;justify-content:space-between;gap:20px;padding:12px 15px;border-bottom:1px solid #edf0f5}.checkout-invoice dl>div:last-child{border:0}.checkout-invoice dt{color:#7b8798;font-size:.8125rem}.checkout-invoice dd{margin:0;color:#344159;font-size:.8125rem;font-weight:750;text-align:right}.checkout-invoice .total{background:#f5f8fd}.checkout-invoice .total dd{color:#265fc7;font-size:1.05rem}.checkout-next{margin:18px 0 0 auto}.checkout-method{display:grid;grid-gap:15px;gap:15px}.checkout-method>.field small{display:block;margin-top:6px;color:#8490a2;font-size:.75rem}.payment-instruction{text-align:center}.pending-payment{display:inline-flex;align-items:center;gap:7px;padding:7px 11px;border-radius:99px;background:#fff4e4;color:#a36a27;font-size:.75rem;font-weight:800}.pending-payment svg{width:16px}.payment-instruction h3{margin:13px 0 5px;color:#28364d;font-size:1.35rem}.payment-instruction>p{margin:0 auto 17px;max-width:520px;color:#758296;font-size:.8125rem;line-height:1.6}.qris-instruction{display:grid;justify-items:center;grid-gap:7px;gap:7px}.qris-instruction img{width:min(280px,75vw);aspect-ratio:1;border:1px solid #e2e7ef;border-radius:16px;padding:10px;background:#fff}.qris-instruction b{color:#2d3b51}.qris-instruction small{color:#7d899b}.qr-loading{width:240px;aspect-ratio:1;display:grid;place-items:center;border-radius:16px;background:#f3f6fa;color:#7c899b}.payment-code{display:grid;justify-items:center;grid-gap:8px;gap:8px;padding:22px;border:1px solid #dfe6f0;border-radius:14px;background:#f7f9fd}.payment-code small{color:#7c889a}.payment-code b{font-size:1.45rem;letter-spacing:.08em;color:#24344d;overflow-wrap:anywhere}.payment-code button{border:0;border-radius:8px;padding:8px 13px;background:#e8f0ff;color:#3c6fc9;font-weight:800}.checkout-link{width:max-content;margin:12px auto 20px}.payment-note{margin:14px 0;padding:11px;border-radius:9px;background:#edf5ff;color:#4f6d96;font-size:.75rem;line-height:1.5}.payment-instruction .payment-total{margin-top:14px;text-align:left}.checkout-paid{text-align:center}.checkout-paid>span{width:78px;height:78px;margin:auto;display:grid;place-items:center;border-radius:50%;background:#e4f8ef;color:#24a274;box-shadow:0 0 0 10px #ecfaf4}.checkout-paid>span svg{width:38px;height:38px}.checkout-paid h3{margin:24px 0 7px;color:#26364b;font-size:1.5rem}.checkout-paid p{max-width:520px;margin:0 auto;color:#718095;font-size:.875rem;line-height:1.65}.checkout-paid>div{display:flex;justify-content:space-between;margin-top:20px;padding:15px;border-radius:11px;background:#f4f7fc;color:#344258}.checkout-paid>div b{color:#22946b}@keyframes activationNudge{0%,62%,to{transform:translateY(0)}68%{transform:translateY(-3px)}74%{transform:translateY(1px)}80%{transform:translateY(-2px)}86%{transform:translateY(0)}}@keyframes activationRing{0%,58%{opacity:0;transform:scale(.94)}68%{opacity:1}to{opacity:0;transform:scale(1.12)}}@media(max-width:900px){.upgrade-plan-grid{grid-template-columns:1fr}.upgrade-plan-grid article,.upgrade-plan-grid article>p{min-height:0}}@media(max-width:760px){.plan-limit-banner{gap:14px;padding:21px}.plan-limit-banner>span{flex-basis:46px;width:46px;height:46px}.plan-limit-banner h3{font-size:1.05rem}.plan-limit-banner p{font-size:.875rem}.plan-limit-banner>div>div{flex-wrap:wrap;gap:8px}.modal-panel.upgrade-modal{width:calc(100vw - 20px);max-height:calc(100dvh - 20px);padding:18px}.upgrade-plan-grid article{padding:20px}.upgrade-capacity{grid-template-columns:1fr}}@media(max-width:650px){.invoice-actions{flex-direction:column}.checkout-steps span b{display:none}.checkout-steps>i{margin:0 8px}.checkout-invoice dl>div{display:grid;grid-gap:5px;gap:5px}.checkout-invoice dd{text-align:left}.modal-panel.payment-checkout-modal{padding:17px}.live-pill.activation-required{display:flex;padding:8px 10px;font-size:.75rem}.top-actions{gap:5px}}.landing-hero{isolation:isolate;background-size:140% 140%;animation:landingAurora 14s ease-in-out infinite alternate}.landing-hero:after{content:"";position:absolute;z-index:0;inset:-25%;pointer-events:none;background:radial-gradient(circle at 24% 28%,rgba(73,129,242,.1),transparent 24%),radial-gradient(circle at 78% 72%,rgba(109,91,235,.1),transparent 22%);filter:blur(8px);animation:landingOrbits 16s ease-in-out infinite alternate}.product-lights i{position:relative;animation:trafficBounce 1.35s ease-in-out infinite}.product-lights i:nth-child(2){animation-delay:.16s}.product-lights i:nth-child(3){animation-delay:.32s}.product-address{display:flex;min-width:0;flex:1 1;align-items:center;justify-content:center;gap:9px}.product-address small{white-space:nowrap}.product-loader{position:relative;width:min(125px,23%);height:4px;overflow:hidden;border-radius:999px;background:#e4e9f2}.product-loader i{display:block;width:45%!important;height:100%!important;border-radius:999px!important;background:linear-gradient(90deg,#3b78ee,#735fea)!important;animation:productLoad 2.8s cubic-bezier(.65,0,.35,1) infinite}.product-verified{position:relative;display:grid!important;width:18px;height:18px;flex:0 0 18px;place-items:center}.product-verified>i{position:absolute;display:grid;width:15px!important;height:15px!important;place-items:center;background:#ef6868!important;color:#fff;font-size:9px;font-style:normal;font-weight:900;animation:verificationError 2.8s step-end infinite}.product-verified>svg{position:absolute!important;width:17px!important;color:#31b880!important;opacity:0;transform:scale(.55);animation:verificationSuccess 2.8s ease infinite}.product-signal{position:absolute;right:28px;top:31px;display:grid;width:46px;height:46px;place-items:center;border:2px solid rgba(255,255,255,.82);border-radius:50%;background:linear-gradient(145deg,#245fe1,#694fe5);color:#fff!important;box-shadow:0 0 0 12px #4e74eb18,0 10px 24px rgba(49,81,194,.3)}.product-signal:after,.product-signal:before{content:"";position:absolute;inset:-6px;border:2px solid rgba(78,116,235,.34);border-radius:50%;animation:signalSpread 2s ease-out infinite}.product-signal:after{animation-delay:1s}.product-signal svg{position:relative;z-index:2;width:23px;height:23px;color:#fff!important;stroke:#fff;stroke-width:3;filter:drop-shadow(0 1px 2px rgba(13,32,86,.55));animation:signalCore 1.2s ease-in-out infinite alternate}.hero-signal>i{position:relative;isolation:isolate;overflow:visible;animation:dashboardSignalCore 3.2s ease-in-out infinite alternate}.hero-signal>i:after,.hero-signal>i:before{content:"";position:absolute;z-index:-1;inset:-9px;border:2px solid rgba(74,115,215,.42);border-radius:50%;pointer-events:none;animation:dashboardSignalWave 4.4s ease-out infinite}.hero-signal>i:after{animation-delay:2.2s}.hero-signal>i svg{position:relative;z-index:2;stroke-width:2.8;filter:drop-shadow(0 2px 4px rgba(31,67,153,.35))}@keyframes landingAurora{0%{background-position:0 20%}to{background-position:100% 75%}}@keyframes landingOrbits{0%{transform:translate3d(-3%,-2%,0) rotate(0)}to{transform:translate3d(5%,4%,0) rotate(8deg)}}@keyframes trafficBounce{0%,55%,to{transform:translateY(0)}25%{transform:translateY(-5px)}40%{transform:translateY(3px)}}@keyframes productLoad{0%{transform:translateX(-110%)}70%,to{transform:translateX(225%)}}@keyframes verificationError{0%,72%{opacity:1}73%,to{opacity:0}}@keyframes verificationSuccess{0%,70%{opacity:0;transform:scale(.55)}78%,94%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.8)}}@keyframes signalSpread{0%{opacity:.8;transform:scale(.7)}to{opacity:0;transform:scale(1.65)}}@keyframes signalCore{to{transform:scale(1.12)}}@keyframes dashboardSignalWave{0%{opacity:.78;transform:scale(.62)}70%,to{opacity:0;transform:scale(1.7)}}@keyframes dashboardSignalCore{to{transform:scale(1.08);box-shadow:0 0 0 15px rgba(74,115,215,.11),0 15px 32px rgba(55,93,181,.25)}}@media(max-width:760px){.landing-hero{min-height:calc(100svh - 66px);padding-top:26px;padding-bottom:58px;gap:24px}.landing-kicker{transform:translateY(-2px)}.landing-hero h1{margin:12px 0;font-size:clamp(2.25rem,10.5vw,2.75rem);line-height:1.03}.landing-hero-copy>p{font-size:.9375rem;line-height:1.58}.landing-hero-actions{margin-top:18px;gap:9px}.landing-hero-actions .landing-primary,.landing-hero-actions .landing-secondary{min-height:45px}.landing-trust{margin-top:14px;gap:8px}.product-address{gap:6px}.product-loader{width:52px}.product-signal{right:15px;top:28px;width:38px;height:38px}.product-signal svg{width:18px;height:18px}}@media(max-width:800px){.overview-hero{padding-right:82px}.hero-signal{display:grid;position:absolute;right:19px;top:22px;margin:0}.hero-signal>i{width:44px;height:44px;border-width:6px}.hero-signal>i svg{width:18px}.hero-signal>b{margin-top:9px;font-size:15px}.hero-signal>small{display:none}}@media(prefers-reduced-motion:reduce){.hero-signal>i,.hero-signal>i:after,.hero-signal>i:before,.landing-hero,.landing-hero:after,.product-lights i,.product-loader i,.product-signal svg,.product-signal:after,.product-signal:before,.product-verified>i,.product-verified>svg{animation:none!important}.product-verified>i{display:none}.product-verified>svg{opacity:1;transform:none}}