:root{--bg:#f5f7fb;--panel:#fff;--ink:#172033;--muted:#6d7585;--line:#e7eaf0;--blue:#4a61d8;--cyan:#35c4ce;--nav:#111827;--danger:#b42318}*{box-sizing:border-box}html,body{margin:0;min-height:100%;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;color:var(--ink);background:var(--bg)}a{color:inherit;text-decoration:none}button,input{font:inherit}.login-body{display:grid;place-items:center;background:radial-gradient(circle at 15% 10%,#536adb 0,transparent 30%),radial-gradient(circle at 85% 90%,#2fc4cc 0,transparent 28%),#111827;padding:24px}.login-card{width:min(470px,100%);background:#fff;border-radius:24px;padding:48px;box-shadow:0 30px 80px #0007}.brand-mark,.logo span{display:grid;place-items:center;width:50px;height:50px;border-radius:15px;color:#fff;font-weight:900;background:linear-gradient(135deg,var(--blue),var(--cyan));box-shadow:0 10px 25px #4a61d855}.login-card h1{font-size:32px;letter-spacing:-.04em;margin:8px 0 10px}.muted,.login-foot{color:var(--muted);line-height:1.6}.eyebrow{font-size:11px;letter-spacing:.18em;color:var(--blue);font-weight:800;margin:20px 0 6px}.login-card label{display:block;font-size:13px;font-weight:700;margin:28px 0 8px}.license-input{display:flex;border:1px solid var(--line);border-radius:12px;overflow:hidden}.license-input:focus-within{border-color:var(--blue);box-shadow:0 0 0 4px #4a61d81a}.license-input input{width:100%;padding:15px;border:0;outline:0}.license-input button{border:0;background:#fff;padding:0 16px;color:var(--muted);cursor:pointer}.primary{width:100%;margin-top:14px;padding:15px 18px;border:0;border-radius:12px;background:var(--nav);color:#fff;font-weight:800;display:flex;justify-content:space-between;cursor:pointer}.login-foot{text-align:center;font-size:12px;margin:24px 0 0}.alert{padding:12px 14px;border-radius:10px;background:#fff0ef;color:var(--danger);font-size:13px;margin-top:18px}.app-shell{display:grid;grid-template-columns:250px 1fr;min-height:100vh}aside{position:sticky;top:0;height:100vh;background:var(--nav);color:#b8c0cf;padding:26px 18px;display:flex;flex-direction:column}.logo{display:flex;align-items:center;gap:12px;color:#fff;padding:0 10px 30px}.logo span{width:38px;height:38px;border-radius:11px;font-size:13px}.logo b{letter-spacing:-.02em}nav{display:grid;gap:6px}nav a{display:flex;align-items:center;gap:13px;padding:12px 14px;border-radius:10px;font-size:14px}nav a:hover,nav a.active{background:#ffffff10;color:#fff}nav a.active{box-shadow:inset 3px 0 var(--cyan)}nav i{font-style:normal;width:20px;text-align:center;font-size:18px}.aside-foot{margin-top:auto;border-top:1px solid #ffffff14;padding:20px 10px 0}.status{font-size:11px;margin-bottom:14px}.status span{display:inline-block;width:7px;height:7px;background:#42d392;border-radius:50%;margin-right:7px;box-shadow:0 0 0 4px #42d39220}.aside-foot button{border:0;background:none;color:#8d98aa;padding:0;cursor:pointer}.app-shell>main{padding:38px 44px;min-width:0}header{display:flex;align-items:center;justify-content:space-between;margin-bottom:28px}header .eyebrow{margin:0}header h1{margin:4px 0;font-size:30px;letter-spacing:-.035em}.license-pill{background:#fff;border:1px solid var(--line);padding:10px 14px;border-radius:12px;display:grid;font-size:12px}.license-pill span{color:var(--muted);font-size:10px;text-transform:uppercase;letter-spacing:.1em}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:18px}.cards article,.panel{background:var(--panel);border:1px solid var(--line);border-radius:16px;box-shadow:0 6px 20px #18213a08}.cards article{padding:20px}.cards span,.mini-grid span{color:var(--muted);font-size:12px}.cards strong{display:block;font-size:29px;margin-top:9px;letter-spacing:-.04em}.panel{padding:22px;margin-bottom:18px}.panel-head{display:flex;justify-content:space-between;align-items:start;margin-bottom:18px}.panel-head .eyebrow{margin:0}.panel-head h2,.license-hero h2{font-size:18px;margin:4px 0}.panel-head>span{font-size:11px;color:var(--muted)}#chart{height:240px;display:flex;align-items:end;gap:9px;border-bottom:1px solid var(--line);padding-top:25px}.bar-wrap{height:100%;flex:1;display:flex;flex-direction:column;justify-content:end;align-items:center;gap:7px;min-width:12px}.bar{width:100%;max-width:42px;background:linear-gradient(var(--cyan),var(--blue));border-radius:6px 6px 2px 2px;min-height:3px;position:relative}.bar:hover:after{content:attr(data-value);position:absolute;bottom:calc(100% + 6px);left:50%;transform:translateX(-50%);background:var(--nav);color:#fff;padding:4px 6px;border-radius:5px;font-size:10px}.bar-label{font-size:9px;color:var(--muted)}.mini-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.mini-grid .panel{display:flex;align-items:center;justify-content:space-between}.mini-grid b{font-size:22px}.table-wrap{overflow:auto;margin:0 -22px -22px}table{border-collapse:collapse;width:100%;font-size:12px;white-space:nowrap}th{text-align:left;text-transform:uppercase;letter-spacing:.06em;color:#8a92a2;font-size:9px;background:#fafbfc}th,td{padding:12px 15px;border-top:1px solid var(--line);max-width:260px;overflow:hidden;text-overflow:ellipsis}.detail-link{color:var(--blue);font-weight:700}.empty{padding:35px;text-align:center;color:var(--muted);border:1px dashed var(--line);border-radius:12px}.license-hero{display:flex;justify-content:space-between;align-items:center}.license-hero .eyebrow{margin:0}.license-hero p{color:var(--muted);font-size:13px}.license-state{color:#16845b;background:#e9f8f1;border-radius:999px;padding:7px 12px;font-size:12px;font-weight:800}.scrim{position:fixed;inset:0;background:#10182899;z-index:10}.drawer{position:fixed;z-index:11;right:0;top:0;width:min(680px,90vw);height:100vh;background:#fff;padding:34px;overflow:auto;box-shadow:-20px 0 50px #0002}.drawer-close{position:absolute;right:25px;top:18px;font-size:28px}.drawer h3{margin-top:28px;font-size:14px}.drawer dl{display:grid;grid-template-columns:160px 1fr;font-size:12px}.drawer dt,.drawer dd{margin:0;padding:9px;border-bottom:1px solid var(--line);overflow-wrap:anywhere}.drawer dt{font-weight:700}.drawer dd{color:var(--muted)}@media(max-width:950px){.cards{grid-template-columns:1fr 1fr}.app-shell{grid-template-columns:78px 1fr}.logo b,nav a:not(.active){font-size:0}nav a.active{font-size:0}.logo{padding-left:2px}.logo span{flex:none}nav a{justify-content:center}nav i{font-size:20px}.aside-foot{display:none}.app-shell>main{padding:28px 22px}}@media(max-width:620px){.app-shell{display:block}.app-shell aside{position:fixed;z-index:9;bottom:0;top:auto;width:100%;height:66px;padding:8px}.logo,.aside-foot{display:none}nav{display:flex;justify-content:space-around}nav a,nav a.active{font-size:0;padding:10px}nav a.active{box-shadow:inset 0 -3px var(--cyan)}.app-shell>main{padding:22px 14px 90px}.cards{grid-template-columns:1fr 1fr;gap:10px}.cards article{padding:15px}.cards strong{font-size:23px}.license-pill{display:none}.mini-grid{grid-template-columns:1fr}.login-card{padding:30px 24px}}

/* Cool Captcha Corporate Design */
:root{--bg:#f6f8fb;--ink:#1d2730;--muted:#666f78;--line:#e5eaf0;--blue:#3474e4;--cyan:#3c82e0;--nav:#1d2730}html,body{font-family:Assistant,"Segoe UI",Arial,sans-serif}.login-body{grid-template-columns:minmax(380px,560px) minmax(360px,620px);gap:0;min-height:100vh;padding:0;background:#fff}.login-card{width:100%;max-width:none;min-height:100vh;border-radius:0;padding:clamp(42px,8vw,110px);box-shadow:none;display:flex;flex-direction:column;justify-content:center}.login-logo{width:min(330px,100%);height:auto;margin-bottom:54px}.login-card h1{font-size:clamp(38px,4vw,58px);font-weight:700;line-height:1.05;color:#1d2730}.login-card h1 em{font-style:normal;color:#3474e4}.login-card .muted{font-size:17px;max-width:540px}.login-card .eyebrow{color:#3474e4}.license-input{border-radius:5px;border-color:#ccd4de}.license-input:focus-within{border-color:#3474e4;box-shadow:0 0 0 3px #3474e420}.primary{border-radius:5px;background:#3474e4;font-size:16px}.primary:hover{background:#2864ca}.login-foot{text-align:left}.login-foot span{color:#3474e4;font-weight:800}.login-visual{position:relative;overflow:hidden;height:100vh;padding:11vw 7vw;background:linear-gradient(145deg,#edf5ff,#dcecff);color:#1d2730;display:flex;justify-content:center}.login-visual h2{font-size:clamp(34px,4vw,58px);line-height:1.08;margin:35px 0 15px;z-index:2}.login-visual p{max-width:460px;font-size:18px;line-height:1.6;z-index:2}.shield{z-index:2;display:grid;place-items:center;width:92px;height:108px;color:white;font-size:44px;background:#3474e4;clip-path:polygon(50% 0,95% 16%,88% 72%,50% 100%,12% 72%,5% 16%);filter:drop-shadow(0 18px 25px #3474e455)}.visual-orbit{position:absolute;border:1px solid #3474e42e;border-radius:50%}.orbit-one{width:600px;height:600px;right:-190px;top:-190px}.orbit-two{width:420px;height:420px;left:-190px;bottom:-150px}.app-shell>aside{background:#fff;color:#59636d;border-right:1px solid var(--line)}.logo{padding:5px 14px 38px}.logo img{display:block;width:190px;height:auto}.app-shell nav a:hover,.app-shell nav a.active{background:#edf4ff;color:#3474e4}.app-shell nav a.active{box-shadow:inset 3px 0 #3474e4}.aside-foot{border-top-color:var(--line)}.aside-foot button{color:#66717b}.cards article,.panel{border-radius:7px;box-shadow:0 8px 30px #1d27300a}.cards strong{color:#3474e4}.license-pill{border-radius:5px}.bar{background:linear-gradient(#64a4ff,#3474e4)}
@media(max-width:950px){.login-body{grid-template-columns:1fr}.login-card{min-height:100vh}.login-visual{display:none}.logo img{width:46px;max-width:none;object-fit:cover;object-position:left}.logo{overflow:hidden}}
@media(max-width:620px){.login-card{padding:34px 24px}.login-logo{margin-bottom:35px}.login-card h1{font-size:38px}.app-shell>aside{background:#fff;border-top:1px solid var(--line)}}

/* Plugin catalogue */
.plugins-intro{margin-bottom:24px;max-width:850px}.plugins-intro .eyebrow{margin:0}.plugins-intro h2{font-size:28px;margin:6px 0 8px}.plugins-intro>p:last-child{color:var(--muted);font-size:16px;line-height:1.6}.plugin-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.plugin-card{display:flex;flex-direction:column;min-height:390px;padding:25px;background:#fff;border:1px solid var(--line);border-radius:8px;box-shadow:0 8px 30px #1d27300a}.plugin-card-head{display:flex;align-items:center;gap:16px;margin-bottom:17px}.plugin-icon{display:grid;place-items:center;flex:0 0 58px;width:58px;height:58px;background:#f5f8fc;border:1px solid #e6ebf1;border-radius:10px}.plugin-icon img{width:34px;height:34px}.plugin-card h2{margin:0 0 3px;font-size:21px}.plugin-card-head span{color:var(--muted);font-size:12px}.plugin-card>p{color:#56616c;line-height:1.55;margin:0 0 14px}.plugin-card ol{margin:0 0 22px;padding-left:21px;color:#34404b;font-size:13px;line-height:1.5}.plugin-card li+li{margin-top:7px}.plugin-download{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding:12px 14px;background:#3474e4;color:#fff;border-radius:5px;font-weight:700;font-size:14px}.plugin-download:hover{background:#2864ca}.plugin-download span{font-size:18px}@media(max-width:1000px){.plugin-grid{grid-template-columns:1fr}}@media(max-width:620px){.plugin-card{min-height:0;padding:20px}.plugins-intro h2{font-size:24px}}
