:root{--ink:#182238;--muted:#778196;--line:#e4e9f1;--paper:#f6f8fc;--blue:#1769df;--green:#0a9a70;--amber:#d68b15;--violet:#7554d5}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font:14px Inter,system-ui,-apple-system,"Segoe UI",sans-serif}button,input,select{font:inherit}button{cursor:pointer}.login-shell{display:grid;min-height:100vh;grid-template-columns:1.05fr .95fr;background:#fff}.login-story{display:flex;flex-direction:column;justify-content:space-between;padding:42px 7vw;color:#fff;background:radial-gradient(circle at 82% 18%,#245ca866,transparent 30%),linear-gradient(145deg,#111a2f,#153d68)}.brand{display:flex;align-items:center;gap:11px}.brand>b{display:grid;width:42px;height:42px;place-items:center;border-radius:13px;background:linear-gradient(135deg,#4897ff,#1353bc);font-size:20px}.brand>span{display:flex;flex-direction:column;font-weight:800}.brand small{margin-top:2px;color:#879ab5;font-size:9px;letter-spacing:.1em;text-transform:uppercase}.eyebrow,.kicker{color:#70adfb;font-size:10px;font-weight:900;letter-spacing:.2em}.login-story h1{font-size:clamp(44px,5vw,72px);line-height:1.03;letter-spacing:-.055em}.login-story h1 em{color:#72b3ff;font-style:normal}.lead{max-width:600px;color:#bfd0e4;font-size:18px;line-height:1.7}.login-story ul{display:flex;gap:9px;padding:28px 0 0;list-style:none}.login-story li{padding:12px 15px;border:1px solid #ffffff1f;border-radius:12px;background:#ffffff0a;color:#aabbd1;font-size:11px}.login-panel{display:grid;place-items:center;padding:30px}.login-card{width:min(430px,100%)}.role-tabs{display:grid;grid-template-columns:1fr 1fr;margin-bottom:42px;padding:4px;border-radius:13px;background:#eef1f6}.role-tabs button{border:0;border-radius:10px;padding:11px;background:transparent;color:#7f8899;font-weight:700}.role-tabs button.active{background:#fff;color:var(--ink);box-shadow:0 2px 9px #17213a12}.login-card h2{margin:9px 0;font-size:34px;letter-spacing:-.04em}.login-card>p:not(.kicker){color:var(--muted)}.login-card label{display:block;margin-top:18px;color:#394258;font-size:12px;font-weight:700}.login-card input{width:100%;margin-top:7px;padding:13px;border:1px solid #dbe1ea;border-radius:10px;outline:none}.login-card input:focus{border-color:#4f91e8;box-shadow:0 0 0 3px #1769df15}.primary{border:0;border-radius:10px;padding:12px 15px;color:#fff;background:linear-gradient(135deg,#2479e8,#1054ba);font-weight:800}.login-card .primary,.login-card .demo{width:100%;margin-top:22px}.demo{border:1px solid #dce2eb;border-radius:10px;padding:11px;background:#fff;color:#4e5a70;font-weight:700}.login-card>small{display:block;margin-top:14px;text-align:center;color:#929aaa}.error{padding:10px;border-radius:8px;background:#fff0ed;color:#b6482a}.portal{display:grid;min-height:100vh;grid-template-columns:250px 1fr}.portal>aside{position:sticky;top:0;display:flex;height:100vh;flex-direction:column;padding:23px 18px;color:#fff;background:linear-gradient(#121c31,#0d1729)}.workspace{display:flex;align-items:center;gap:10px;margin:25px 0;padding:11px;border:1px solid #2a354d;border-radius:12px;background:#18243b}.workspace i{display:grid;width:33px;height:33px;place-items:center;border-radius:9px;background:#2a67b9;font-size:10px;font-style:normal;font-weight:900}.workspace span,.api-state span,.aside-foot button span{display:flex;min-width:0;flex:1;flex-direction:column;font-size:11px;font-weight:700}.workspace small,.api-state small,.aside-foot button small{margin-top:3px;color:#8290a7;font-size:9px}.portal nav{display:flex;flex-direction:column;gap:5px}.portal nav button{display:flex;gap:11px;border:0;border-radius:9px;padding:11px 12px;color:#9aa6ba;background:transparent;text-align:left;font-size:12px;font-weight:700}.portal nav button.active{color:#fff;background:#1d4e8f}.aside-foot{margin-top:auto}.api-state{display:flex;align-items:center;gap:10px;padding:14px 8px;border-bottom:1px solid #29344a}.api-state>i{width:8px;height:8px;border-radius:50%;background:var(--amber)}.api-state.ok>i{background:var(--green)}.aside-foot button{display:flex;width:100%;align-items:center;gap:10px;margin-top:8px;border:0;padding:8px;color:#fff;background:transparent;text-align:left}.content{min-width:0;padding:38px 4vw 30px}.content header{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:28px}.content h1{margin:8px 0 4px;font-size:32px;letter-spacing:-.04em}.content header p{margin:0;color:var(--muted)}.metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.metrics article{display:flex;align-items:center;gap:13px;padding:18px;border:1px solid var(--line);border-radius:14px;background:#fff}.metrics i{display:grid;width:40px;height:40px;place-items:center;border-radius:11px;background:#edf3fb;color:var(--blue);font-style:normal;font-weight:900}.metrics span{display:flex;flex-direction:column;color:#818a9d;font-size:10px;font-weight:700}.metrics b{margin:4px 0 1px;color:var(--ink);font-size:22px}.metrics small{color:#9ba2b1;font-size:9px}.split{display:grid;grid-template-columns:1.7fr .8fr;gap:16px;margin:16px 0}.card{border:1px solid var(--line);border-radius:15px;background:#fff}.card-head{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid #edf0f5}.card-head span{display:flex;flex-direction:column}.card-head b{font-size:15px}.card-head small{margin-top:4px;color:#9299a7;font-size:9px}.card-head button{border:0;color:var(--blue);background:transparent;font-size:10px;font-weight:700}.activity p{display:flex;align-items:center;gap:12px;margin:0;padding:13px 20px;border-bottom:1px solid #eef1f5}.activity p:last-child{border:0}.activity i{display:grid;width:31px;height:31px;place-items:center;border-radius:9px;background:#edf4fd;color:var(--blue);font-style:normal;font-weight:900}.activity span{display:flex;flex-direction:column}.activity b{font-size:11px}.activity small{margin-top:4px;color:#929aaa;font-size:9px}.plan-card{padding:20px;border-radius:15px;color:#fff;background:linear-gradient(145deg,#102e58,#173f73)}.plan-card>label{display:flex;justify-content:space-between;color:#b9cee8;font-size:9px;font-weight:900}.plan-card label>b{color:#fff;font-size:20px}.plan-card label small{font-size:8px}.plan-card h3{margin:24px 0 6px}.plan-card>p{color:#a9bdd6;font-size:10px}.plan-card>div{display:grid;grid-template-columns:1fr auto;margin:17px 0;color:#b6c7da;font-size:9px}.plan-card meter{grid-column:1/3;width:100%;height:9px;margin-top:6px}.plan-card button{width:100%;border:1px solid #3677c0;border-radius:9px;padding:10px;color:#fff;background:#2468b9;font-weight:800}.projects{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;padding:16px}.projects article div{height:100px;padding:14px;border-radius:10px;color:#fff;background:linear-gradient(135deg,#367cc6,#173f74)}.projects article div b{float:right}.projects h3{margin:10px 2px 4px;font-size:11px}.projects small{margin-left:2px;color:#8d96a5;font-size:9px}.page-card{padding:22px}.toolbar{display:flex;gap:8px;margin-bottom:15px}.toolbar input,.toolbar select,.gateway input,.gateway select{padding:10px;border:1px solid var(--line);border-radius:8px;background:#fff}.toolbar input{min-width:280px}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse}th,td{padding:13px 15px;border-bottom:1px solid #edf0f4;text-align:left;font-size:10px}th{color:#8992a2;font-size:8px;text-transform:uppercase}.status{padding:5px 8px;border-radius:99px;background:#e9f8f2;color:#087b59;font-size:8px;font-weight:800}.status.warn{background:#fff1e9;color:#bd572d}.plans,.gateways{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.price,.gateway{padding:21px}.price h2,.gateway h2{margin:0}.price>strong{display:block;margin:18px 0;font-size:30px}.price>strong small{font-size:10px;color:#8992a2}.price ul{min-height:145px;padding:18px 0;border-top:1px solid var(--line);list-style:none}.price li{margin:10px 0;color:#59657a;font-size:10px}.price button,.gateway button{width:100%;border:1px solid #dbe1e9;border-radius:9px;padding:10px;background:#fff;font-weight:700}.gateway label{display:block;margin-top:13px;color:#4a556b;font-size:10px;font-weight:700}.gateway input,.gateway select{width:100%;margin-top:5px}.gateway-state{margin:15px 0;padding:9px;border-radius:8px;background:#f4f6f9;color:#7f8897;font-size:9px}.notice{margin-bottom:15px;padding:13px;border:1px solid #efd598;border-radius:10px;background:#fff8e9;color:#86651f;font-size:10px}.empty{display:grid;min-height:360px;place-items:center;padding:60px;text-align:center}.empty div{max-width:560px}.empty i{display:grid;width:55px;height:55px;margin:auto;place-items:center;border-radius:15px;background:#eaf2fc;color:var(--blue);font-size:22px;font-style:normal}.empty p{color:#7e8797;line-height:1.7}.mobile-head{display:none}footer{display:flex;justify-content:space-between;margin-top:28px;padding-top:18px;border-top:1px solid var(--line);color:#959dac;font-size:9px}@media(max-width:1000px){.metrics{grid-template-columns:1fr 1fr}.split{grid-template-columns:1fr}.plans,.gateways{grid-template-columns:1fr}}@media(max-width:720px){.login-shell{grid-template-columns:1fr}.login-story{display:none}.login-panel{padding:24px}.portal{display:block}.portal>aside{display:none}.content{padding:18px}.mobile-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:25px}.mobile-head button{border:1px solid var(--line);border-radius:8px;padding:7px;background:#fff}.content header{align-items:flex-start;flex-direction:column}.metrics,.projects{grid-template-columns:1fr}.toolbar{flex-wrap:wrap}.toolbar input{min-width:100%}footer{flex-direction:column;gap:8px}}
