:root{
    color-scheme:dark;
    --bg:#040908;
    --bg-soft:#07100e;
    --panel:#0b1513;
    --panel-2:#0f1c19;
    --panel-3:#13231f;
    --line:rgba(205,255,144,.11);
    --line-strong:rgba(205,255,144,.2);
    --text:#f3f8f5;
    --muted:#8ca098;
    --muted-2:#60746d;
    --lime:#baff63;
    --lime-soft:#d8ffa8;
    --red:#ff4968;
    --cyan:#58dfe2;
    --amber:#ffc75a;
    --violet:#a98bff;
    --green:#52df9a;
    --shadow:0 24px 80px rgba(0,0,0,.38);
    --sidebar-small:82px;
    --sidebar-wide:292px;
    --radius:20px;
}
*{box-sizing:border-box}
html{min-width:320px;background:var(--bg);scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:15px;line-height:1.5;-webkit-font-smoothing:antialiased}
body:before{content:"";position:fixed;inset:0;z-index:-2;background:radial-gradient(circle at 80% -10%,rgba(186,255,99,.07),transparent 30rem),radial-gradient(circle at 15% 90%,rgba(255,73,104,.055),transparent 34rem),linear-gradient(180deg,#040908,#050b0a 50%,#030706)}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
button{color:inherit}
svg{display:block;width:1.25rem;height:1.25rem}
[hidden]{display:none!important}
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.skip-link{position:fixed;left:16px;top:-60px;z-index:9999;padding:10px 14px;border-radius:10px;background:var(--lime);color:#07100d;font-weight:800;transition:top .2s}.skip-link:focus{top:16px}

/* Login */
.panel-brand,.root-brand{display:inline-flex;align-items:center;gap:12px}.brand-symbol,.root-brand-mark{display:grid;place-items:center;width:44px;height:44px;border-radius:14px 5px 14px 5px;background:var(--lime);color:#07110f;font-size:25px;font-weight:950;box-shadow:5px 5px 0 rgba(255,73,104,.88)}
.panel-brand span:last-child,.root-brand-copy{display:flex;flex-direction:column;line-height:1}.panel-brand strong,.root-brand-copy b{font-size:16px;letter-spacing:.05em}.panel-brand small,.root-brand-copy small{margin-top:5px;color:var(--lime);font-size:9px;letter-spacing:.26em}
.login-shell{display:grid;place-items:center;min-height:100vh;padding:24px}.login-card{width:min(100%,490px);padding:clamp(27px,6vw,48px);border:1px solid var(--line);border-radius:32px 9px;background:linear-gradient(145deg,rgba(17,35,30,.98),rgba(7,17,14,.98));box-shadow:var(--shadow)}
.login-head{margin:42px 0 28px}.login-head .eyebrow,.eyebrow{display:block;margin:0 0 8px;color:var(--red);font-size:11px;font-weight:900;letter-spacing:.15em}.login-head h1{margin:0;font-size:clamp(30px,7vw,42px);line-height:1.04;letter-spacing:-.045em}.login-head p{margin:13px 0 0;color:var(--muted);font-size:14px;line-height:1.65}
.alert{margin-bottom:18px;padding:13px 15px;border:1px solid rgba(255,73,104,.27);border-radius:12px;background:rgba(255,73,104,.08);color:#ffc3cd;font-size:13px}.form-group{margin-bottom:17px}.form-group label{display:block;margin-bottom:8px;color:#c9d7d2;font-size:12px;font-weight:750}.form-control{width:100%;height:53px;padding:0 15px;border:1px solid rgba(186,255,99,.14);border-radius:13px;outline:0;background:#07120f;color:var(--text);transition:.2s border-color,.2s box-shadow}.form-control:focus{border-color:rgba(186,255,99,.72);box-shadow:0 0 0 4px rgba(186,255,99,.08)}.primary-button{display:flex;align-items:center;justify-content:center;gap:9px;width:100%;height:53px;margin-top:23px;border:0;border-radius:13px;background:var(--lime);color:#07110f;font-weight:900;cursor:pointer}.login-meta{display:flex;justify-content:space-between;gap:15px;margin-top:23px;color:var(--muted);font-size:11px}.login-meta a{color:var(--lime)}

/* App shell */
.panel-app{min-height:100vh}.root-sidebar{position:fixed;inset:0 auto 0 0;z-index:90;width:var(--sidebar-small);overflow:hidden;border-right:1px solid var(--line);background:linear-gradient(180deg,rgba(10,20,17,.985),rgba(5,12,10,.995));box-shadow:12px 0 50px rgba(0,0,0,.12);transition:width .18s ease,transform .25s ease,box-shadow .18s ease}.root-sidebar:hover,.root-sidebar:focus-within,.panel-app.sidebar-pinned .root-sidebar{width:var(--sidebar-wide);box-shadow:22px 0 80px rgba(0,0,0,.42)}
.sidebar-head{display:flex;align-items:center;justify-content:space-between;height:82px;padding:0 17px;border-bottom:1px solid var(--line)}.root-brand{min-width:208px}.root-brand-mark{flex:0 0 43px;width:43px;height:43px}.root-brand-copy{opacity:0;transform:translateX(-6px);transition:opacity .14s ease,transform .14s ease;white-space:nowrap}.root-sidebar:hover .root-brand-copy,.root-sidebar:focus-within .root-brand-copy,.sidebar-pinned .root-brand-copy{opacity:1;transform:none}.sidebar-pin{display:grid;place-items:center;flex:0 0 30px;width:30px;height:30px;padding:0;border:1px solid var(--line);border-radius:9px;background:rgba(255,255,255,.025);color:var(--muted);cursor:pointer;opacity:0;transition:.15s}.sidebar-pin svg{width:14px;height:14px}.root-sidebar:hover .sidebar-pin,.root-sidebar:focus-within .sidebar-pin,.sidebar-pinned .sidebar-pin{opacity:1}.sidebar-pinned .sidebar-pin{color:var(--lime);border-color:rgba(186,255,99,.26)}.sidebar-pinned .sidebar-pin svg{transform:rotate(180deg)}
.sidebar-search{position:relative;display:flex;align-items:center;height:45px;margin:15px 16px 9px;padding:0 12px;border:1px solid transparent;border-radius:12px;background:rgba(255,255,255,.025);color:var(--muted);transition:border .15s,background .15s}.sidebar-search:focus-within{border-color:var(--line-strong);background:#091512}.sidebar-search svg{flex:0 0 18px;width:18px;height:18px}.sidebar-search input{min-width:0;width:0;padding:0;border:0;outline:0;background:transparent;color:var(--text);opacity:0;transition:width .16s,opacity .12s}.root-sidebar:hover .sidebar-search input,.root-sidebar:focus-within .sidebar-search input,.sidebar-pinned .sidebar-search input{width:100%;margin-left:10px;opacity:1}.sidebar-search input::placeholder{color:var(--muted-2)}.sidebar-search kbd{display:none;padding:2px 6px;border:1px solid var(--line);border-radius:6px;color:var(--muted-2);font-size:10px}.root-sidebar:hover .sidebar-search kbd,.root-sidebar:focus-within .sidebar-search kbd,.sidebar-pinned .sidebar-search kbd{display:block}
.root-nav{height:calc(100vh - 210px);padding:4px 12px 90px;overflow-x:hidden;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(186,255,99,.15) transparent}.nav-group{margin-bottom:5px}.nav-group-title{display:flex;align-items:center;width:100%;height:45px;padding:0 10px;border:0;border-radius:12px;background:transparent;color:#a2b3ad;cursor:pointer;text-align:left;transition:background .14s,color .14s}.nav-group-title:hover,.nav-group.is-active>.nav-group-title{background:rgba(186,255,99,.055);color:var(--text)}.nav-group-icon,.nav-item-icon{display:grid;place-items:center;flex:0 0 38px;width:38px;color:#81948d}.nav-group.is-active .nav-group-icon,.nav-item.is-current .nav-item-icon{color:var(--lime)}.nav-group-label{flex:1;font-size:12px;font-weight:800;letter-spacing:.01em;white-space:nowrap;opacity:0;transform:translateX(-5px);transition:.13s}.nav-group-arrow{opacity:0;color:var(--muted-2);transition:.15s}.nav-group-arrow svg{width:13px;height:13px}.nav-group.is-open .nav-group-arrow,.nav-group.is-active .nav-group-arrow{transform:rotate(90deg)}.root-sidebar:hover .nav-group-label,.root-sidebar:focus-within .nav-group-label,.sidebar-pinned .nav-group-label,.root-sidebar:hover .nav-group-arrow,.root-sidebar:focus-within .nav-group-arrow,.sidebar-pinned .nav-group-arrow{opacity:1;transform:none}.root-sidebar:hover .nav-group.is-open .nav-group-arrow,.root-sidebar:hover .nav-group.is-active .nav-group-arrow,.root-sidebar:focus-within .nav-group.is-open .nav-group-arrow,.sidebar-pinned .nav-group.is-open .nav-group-arrow{transform:rotate(90deg)}
.nav-group-items{max-height:0;overflow:hidden;transition:max-height .22s ease}.nav-group.is-active .nav-group-items,.nav-group.is-open .nav-group-items{max-height:620px}.nav-item{position:relative;display:flex;align-items:center;height:41px;padding:0 10px;border-radius:11px;color:#81948d;transition:background .13s,color .13s}.nav-item:hover{background:rgba(255,255,255,.028);color:#dce7e2}.nav-item.is-current{background:linear-gradient(90deg,rgba(186,255,99,.12),rgba(186,255,99,.035));color:var(--text)}.nav-item-label{font-size:12px;font-weight:650;white-space:nowrap;opacity:0;transform:translateX(-5px);transition:.13s}.root-sidebar:hover .nav-item-label,.root-sidebar:focus-within .nav-item-label,.sidebar-pinned .nav-item-label{opacity:1;transform:none}.nav-item>i{position:absolute;right:7px;width:3px;height:18px;border-radius:3px;background:var(--lime);box-shadow:0 0 14px rgba(186,255,99,.5)}
.sidebar-foot{position:absolute;right:0;bottom:0;left:0;display:flex;align-items:flex-start;justify-content:center;height:77px;padding:16px;border-top:1px solid var(--line);background:#07100e}.sidebar-foot .system-pulse{display:flex;align-items:center;min-width:35px;gap:8px;white-space:nowrap}.system-pulse i,.hero-status span i,.live-chip i{display:block;width:7px;height:7px;border-radius:50%;background:var(--green);box-shadow:0 0 0 4px rgba(82,223,154,.1),0 0 15px rgba(82,223,154,.55)}.sidebar-foot span span,.sidebar-foot>small{opacity:0;transition:.13s}.sidebar-foot>small{position:absolute;left:51px;top:40px;color:var(--muted-2);font-size:9px;white-space:nowrap}.root-sidebar:hover .sidebar-foot span span,.root-sidebar:focus-within .sidebar-foot span span,.sidebar-pinned .sidebar-foot span span,.root-sidebar:hover .sidebar-foot>small,.root-sidebar:focus-within .sidebar-foot>small,.sidebar-pinned .sidebar-foot>small{opacity:1}.sidebar-foot span span{color:#adc0b8;font-size:11px;font-weight:700}
.panel-workspace{min-width:0;margin-left:var(--sidebar-small);transition:margin-left .18s ease}.sidebar-pinned .panel-workspace{margin-left:var(--sidebar-wide)}.root-topbar{position:sticky;top:0;z-index:70;display:flex;align-items:center;justify-content:space-between;height:82px;padding:0 clamp(18px,3vw,38px);border-bottom:1px solid var(--line);background:rgba(4,10,8,.78);backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px)}.topbar-left,.topbar-actions,.topbar-action,.profile-button,.icon-button{display:flex;align-items:center}.topbar-left{gap:14px}.mobile-menu-button{display:none}.topbar-heading span,.topbar-heading strong{display:block}.topbar-heading span{margin-bottom:2px;color:var(--muted-2);font-size:10px;font-weight:850;letter-spacing:.11em;text-transform:uppercase}.topbar-heading strong{font-size:16px;letter-spacing:-.02em}.topbar-actions{position:relative;gap:8px}.topbar-action{gap:8px;height:42px;padding:0 12px;border:1px solid var(--line);border-radius:12px;color:#b6c6c0;font-size:12px;font-weight:750;transition:.15s}.topbar-action:hover{border-color:var(--line-strong);background:rgba(255,255,255,.025);color:var(--text)}.topbar-action svg{width:16px;height:16px}.icon-button{position:relative;justify-content:center;width:42px;height:42px;padding:0;border:1px solid var(--line);border-radius:12px;background:rgba(255,255,255,.02);color:#b6c6c0;cursor:pointer}.icon-button b{position:absolute;right:-4px;top:-5px;display:grid;place-items:center;min-width:19px;height:19px;padding:0 4px;border:2px solid var(--bg);border-radius:10px;background:var(--red);color:#fff;font-size:8px}.profile-button{gap:10px;height:48px;margin-left:3px;padding:4px 8px 4px 5px;border:1px solid transparent;border-radius:14px;background:transparent;cursor:pointer}.profile-button:hover{border-color:var(--line);background:rgba(255,255,255,.02)}.profile-avatar{display:grid;place-items:center;flex:0 0 38px;width:38px;height:38px;border:1px solid rgba(186,255,99,.25);border-radius:12px;background:linear-gradient(145deg,rgba(186,255,99,.18),rgba(255,73,104,.12));color:var(--lime-soft);font-size:12px;font-weight:900}.profile-avatar.large{width:47px;height:47px;font-size:14px}.profile-copy b,.profile-copy small{display:block;max-width:155px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-copy b{font-size:11px}.profile-copy small{margin-top:2px;color:var(--muted);font-size:9px}.profile-button>svg{width:13px;height:13px;color:var(--muted-2);transform:rotate(90deg)}
.notification-panel,.profile-panel{position:absolute;right:0;top:54px;z-index:110;width:min(390px,calc(100vw - 30px));border:1px solid var(--line-strong);border-radius:18px;background:rgba(10,21,18,.99);box-shadow:var(--shadow);overflow:hidden}.notification-panel header{display:flex;align-items:center;justify-content:space-between;padding:17px 18px;border-bottom:1px solid var(--line)}.notification-panel header small,.notification-panel header strong{display:block}.notification-panel header small{color:var(--red);font-size:8px;font-weight:900;letter-spacing:.13em}.notification-panel header strong{margin-top:3px;font-size:14px}.notification-panel header a{color:var(--lime);font-size:10px;font-weight:800}.notification-list{max-height:390px;overflow:auto}.notification-item{display:grid;grid-template-columns:9px 1fr auto;align-items:flex-start;gap:10px;padding:14px 16px;border-bottom:1px solid rgba(255,255,255,.035)}.notification-item:hover{background:rgba(255,255,255,.025)}.notification-item.is-unread{background:rgba(186,255,99,.025)}.notification-item span strong,.notification-item span small{display:block}.notification-item span strong{font-size:11px}.notification-item span small{margin-top:3px;color:var(--muted);font-size:10px;line-height:1.45}.notification-item time{color:var(--muted-2);font-size:8px}.severity-dot{display:block;width:7px;height:7px;margin-top:5px;border-radius:50%;background:var(--cyan)}.severity-warning{background:var(--amber)}.severity-danger,.severity-error,.severity-critical{background:var(--red)}.severity-success{background:var(--green)}
.profile-panel{top:58px;width:270px;padding:10px}.profile-panel-head{display:flex;align-items:center;gap:11px;padding:10px 8px 15px;border-bottom:1px solid var(--line)}.profile-panel-head strong,.profile-panel-head small{display:block}.profile-panel-head strong{font-size:12px}.profile-panel-head small{max-width:165px;margin-top:3px;overflow:hidden;color:var(--muted);font-size:9px;text-overflow:ellipsis}.profile-panel>a,.profile-panel button{display:flex;align-items:center;gap:10px;width:100%;height:42px;margin-top:7px;padding:0 10px;border:0;border-radius:10px;background:transparent;color:#b8c8c2;font-size:11px;font-weight:700;cursor:pointer}.profile-panel>a:hover,.profile-panel button:hover{background:rgba(255,255,255,.035);color:var(--text)}.profile-panel svg{width:16px;height:16px}.profile-panel form{margin:0}.profile-panel form button{color:#ff8da0}
.sidebar-backdrop{display:none}.root-main{width:100%;max-width:1760px;margin:0 auto;padding:clamp(25px,3.6vw,54px) clamp(18px,3vw,42px) 70px}.panel-toast{position:fixed;right:24px;bottom:24px;z-index:200;max-width:380px;padding:14px 17px;border:1px solid rgba(186,255,99,.25);border-radius:13px;background:#10201b;color:#dfffc2;box-shadow:var(--shadow);font-size:12px;font-weight:700}

/* Dashboard */
.dashboard-hero,.module-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:25px;margin-bottom:28px}.dashboard-hero h1,.module-hero h1{margin:0;color:var(--text);font-size:clamp(31px,4vw,52px);line-height:1.02;letter-spacing:-.055em}.dashboard-hero h1 em{color:var(--lime);font-style:normal}.dashboard-hero p,.module-hero p{max-width:720px;margin:12px 0 0;color:var(--muted);font-size:14px}.hero-status{display:flex;flex-direction:column;align-items:flex-end;gap:6px;padding-bottom:3px}.hero-status span{display:flex;align-items:center;gap:8px;color:#c8d8d2;font-size:11px;font-weight:800}.hero-status time{color:var(--muted-2);font-size:10px}
.metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px}.metric-card{position:relative;min-height:174px;overflow:hidden;padding:21px 22px;border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(145deg,rgba(17,31,27,.94),rgba(8,17,14,.96));box-shadow:0 18px 50px rgba(0,0,0,.12)}.metric-card:before{content:"";position:absolute;right:-35px;top:-50px;width:125px;height:125px;border:24px solid var(--accent,var(--lime));border-radius:50%;opacity:.04}.metric-card:after{content:"";position:absolute;inset:auto 0 0;height:2px;background:linear-gradient(90deg,var(--accent,var(--lime)),transparent 74%);opacity:.65}.tone-red{--accent:var(--red)}.tone-cyan{--accent:var(--cyan)}.tone-amber{--accent:var(--amber)}.metric-card-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.metric-card-head>span{color:#aabbb5;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.07em}.metric-card-head>i{display:grid;place-items:center;width:35px;height:35px;border-radius:11px;background:color-mix(in srgb,var(--accent,var(--lime)) 10%,transparent);color:var(--accent,var(--lime))}.metric-card-head svg{width:17px;height:17px}.metric-card>strong{display:block;margin-top:19px;font-size:clamp(30px,3vw,42px);line-height:1;letter-spacing:-.055em}.metric-card>small{display:block;margin-top:8px;color:var(--accent,var(--lime));font-size:10px;font-weight:700}.metric-spark{position:absolute;right:17px;bottom:16px;display:flex;align-items:flex-end;gap:3px;height:23px;opacity:.36}.metric-spark i{display:block;width:3px;border-radius:3px;background:var(--accent,var(--lime))}.metric-spark i:nth-child(1){height:8px}.metric-spark i:nth-child(2){height:15px}.metric-spark i:nth-child(3){height:10px}.metric-spark i:nth-child(4){height:21px}.metric-spark i:nth-child(5){height:17px}.metric-spark i:nth-child(6){height:23px}
.secondary-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;margin:14px 0;padding:1px;border:1px solid var(--line);border-radius:16px;background:var(--line);overflow:hidden}.secondary-metrics article{display:grid;grid-template-columns:1fr auto;align-items:center;gap:2px 16px;min-height:82px;padding:15px 19px;background:rgba(8,17,14,.94)}.secondary-metrics span{color:var(--muted);font-size:10px;font-weight:750;text-transform:uppercase;letter-spacing:.08em}.secondary-metrics strong{grid-row:1 / span 2;grid-column:2;font-size:21px;letter-spacing:-.04em}.secondary-metrics small{color:var(--muted-2);font-size:9px}
.dashboard-grid{display:grid;gap:14px;margin-top:14px}.dashboard-grid-main{grid-template-columns:minmax(0,1.7fr) minmax(320px,.8fr)}.dashboard-grid-middle{grid-template-columns:1.2fr .8fr .8fr}.dashboard-grid-bottom{grid-template-columns:1fr .9fr .9fr}.panel-card{border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(145deg,rgba(13,25,21,.96),rgba(8,16,14,.96));box-shadow:0 18px 55px rgba(0,0,0,.09)}.card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:15px;padding:21px 22px 0}.card-head h2{margin:0;font-size:17px;letter-spacing:-.025em}.card-head .eyebrow{margin-bottom:4px;font-size:8px}.card-head>a{color:var(--lime);font-size:10px;font-weight:800}.card-head>small{color:var(--muted-2);font-size:9px}.chart-legend{display:flex;gap:13px;color:var(--muted);font-size:9px}.chart-legend span{display:flex;align-items:center;gap:5px}.chart-legend i{width:7px;height:7px;border-radius:50%}.chart-legend .lime{background:var(--lime)}.chart-legend .red{background:var(--red)}
.line-chart{padding:10px 18px 16px}.line-chart svg{width:100%;height:260px;overflow:visible}.chart-grid-lines line{stroke:rgba(255,255,255,.055);stroke-width:1}.chart-area{fill:url(#trafficFill)}.chart-line{fill:none;stroke:var(--lime);stroke-width:3;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 8px rgba(186,255,99,.3))}.chart-dot{fill:#0e1e19;stroke:var(--lime);stroke-width:2}.chart-labels{display:grid;grid-template-columns:repeat(14,1fr);gap:2px;margin-top:-13px;color:var(--muted-2);font-size:8px;text-align:center}
.campaign-mix-card{min-height:358px}.donut-wrap{display:grid;grid-template-columns:150px 1fr;align-items:center;gap:18px;padding:28px 22px}.donut-chart{position:relative;width:150px;height:150px}.donut-chart svg{width:100%;height:100%;transform:rotate(-90deg)}.donut-track,.donut-segment{fill:none;stroke-width:11}.donut-track{stroke:rgba(255,255,255,.05)}.donut-segment{stroke-linecap:round}.segment-0{stroke:var(--lime)}.segment-1{stroke:var(--red)}.segment-2{stroke:var(--cyan)}.segment-3{stroke:var(--amber)}.segment-4{stroke:var(--violet)}.segment-5{stroke:var(--green)}.donut-chart>span{position:absolute;inset:0;display:grid;place-content:center;text-align:center}.donut-chart>span strong{font-size:27px;line-height:1}.donut-chart>span small{margin-top:6px;color:var(--muted);font-size:9px}.donut-legend{display:grid;gap:11px}.donut-legend>div{display:grid;grid-template-columns:8px 1fr auto;align-items:center;gap:8px}.donut-legend i{width:7px;height:7px;border-radius:50%}.segment-bg-0{background:var(--lime)}.segment-bg-1{background:var(--red)}.segment-bg-2{background:var(--cyan)}.segment-bg-3{background:var(--amber)}.segment-bg-4{background:var(--violet)}.segment-bg-5{background:var(--green)}.donut-legend span{color:#aabbb5;font-size:10px}.donut-legend strong{font-size:11px}
.quick-action-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:20px}.quick-action-grid>a{display:grid;grid-template-columns:40px 1fr 14px;align-items:center;gap:10px;min-height:64px;padding:10px;border:1px solid rgba(255,255,255,.045);border-radius:13px;background:rgba(255,255,255,.018);transition:.14s}.quick-action-grid>a:hover{border-color:rgba(186,255,99,.18);background:rgba(186,255,99,.035);transform:translateY(-1px)}.quick-action-grid>a>i{display:grid;place-items:center;width:40px;height:40px;border-radius:11px;background:rgba(186,255,99,.075);color:var(--lime)}.quick-action-grid>a>i svg{width:17px;height:17px}.quick-action-grid span b,.quick-action-grid span small{display:block}.quick-action-grid span b{font-size:11px}.quick-action-grid span small{margin-top:3px;color:var(--muted);font-size:9px}.quick-action-grid>a>svg{width:13px;height:13px;color:var(--muted-2)}
.device-chart{display:grid;gap:14px;padding:24px 20px}.device-row{display:grid;grid-template-columns:68px minmax(70px,1fr) 45px;align-items:center;gap:9px}.device-row>span{color:#a8bab3;font-size:10px}.device-row svg{width:100%;height:12px}.bar-track{fill:rgba(255,255,255,.045)}.bar-value{fill:var(--lime)}.bar-1{fill:var(--cyan)}.bar-2{fill:var(--red)}.bar-3{fill:var(--amber)}.device-row strong{font-size:10px;text-align:right}.live-chip{display:flex;align-items:center;gap:7px;padding:5px 8px;border:1px solid rgba(82,223,154,.14);border-radius:9px;color:var(--green);font-size:8px;font-weight:800}.live-chip i{width:5px;height:5px}.health-list{display:grid;padding:17px 20px 20px}.health-list>a{display:grid;grid-template-columns:8px 1fr auto 13px;align-items:center;gap:9px;min-height:45px;border-bottom:1px solid rgba(255,255,255,.04)}.health-list>a:last-child{border-bottom:0}.health-list span{color:#aebeb8;font-size:10px}.health-list strong{font-size:13px}.health-list svg{width:12px;height:12px;color:var(--muted-2)}.health-state{width:7px;height:7px;border-radius:50%}.state-good{background:var(--green)}.state-warning{background:var(--amber)}.state-danger{background:var(--red)}
.timeline-list,.deadline-list,.feed-list{padding:17px 21px 21px}.timeline-item{position:relative;display:grid;grid-template-columns:12px 1fr auto;gap:10px;min-height:51px;padding-bottom:11px}.timeline-item:before{content:"";position:absolute;left:3px;top:13px;bottom:-1px;width:1px;background:var(--line)}.timeline-item:last-child:before{display:none}.timeline-item>i{position:relative;z-index:1;width:7px;height:7px;margin-top:5px;border:2px solid #10231c;border-radius:50%;background:var(--lime);box-shadow:0 0 0 2px rgba(186,255,99,.16)}.timeline-item span strong,.timeline-item span small{display:block}.timeline-item span strong{font-size:10px}.timeline-item span small{margin-top:3px;color:var(--muted);font-size:9px}.timeline-item time{color:var(--muted-2);font-size:8px}.deadline-list>a{display:grid;grid-template-columns:47px 1fr auto;align-items:center;gap:10px;min-height:60px;border-bottom:1px solid rgba(255,255,255,.04)}.deadline-list>a:last-child{border-bottom:0}.deadline-day{display:grid;place-items:center;width:43px;height:43px;border-radius:11px;background:rgba(186,255,99,.07);color:var(--lime)}.deadline-day strong,.deadline-day small{display:block;line-height:1}.deadline-day strong{font-size:16px}.deadline-day small{margin-top:3px;font-size:7px}.deadline-list>a>span:nth-child(2) b,.deadline-list>a>span:nth-child(2) small{display:block}.deadline-list>a>span:nth-child(2) b{max-width:160px;overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.deadline-list>a>span:nth-child(2) small{margin-top:3px;color:var(--muted);font-size:8px}.deadline-list em{padding:4px 7px;border-radius:7px;background:rgba(255,199,90,.08);color:var(--amber);font-size:8px;font-style:normal;font-weight:800}.feed-list>a{display:grid;grid-template-columns:8px 1fr auto;gap:9px;min-height:54px;padding:8px 0;border-bottom:1px solid rgba(255,255,255,.04)}.feed-list>a:last-child{border-bottom:0}.feed-list span b,.feed-list span small{display:block}.feed-list span b{font-size:10px}.feed-list span small{margin-top:3px;color:var(--muted);font-size:9px;line-height:1.4}.feed-list time{color:var(--muted-2);font-size:8px}.mini-empty{display:grid;place-items:center;min-height:90px;padding:20px;color:var(--muted-2);font-size:10px;text-align:center}

/* Modules */
.module-hero{align-items:center}.module-title-block{display:flex;align-items:center;gap:17px}.module-icon{display:grid;place-items:center;flex:0 0 60px;width:60px;height:60px;border:1px solid rgba(186,255,99,.14);border-radius:17px;background:linear-gradient(145deg,rgba(186,255,99,.11),rgba(255,73,104,.045));color:var(--lime)}.module-icon svg{width:26px;height:26px}.module-hero h1{font-size:clamp(28px,3.5vw,43px)}.module-hero p{margin-top:7px;font-size:12px}.module-actions{display:flex;gap:8px}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:43px;padding:0 14px;border:1px solid var(--line);border-radius:12px;cursor:pointer;font-size:11px;font-weight:850}.button svg{width:15px;height:15px}.button.secondary{background:rgba(255,255,255,.018);color:#b7c8c1}.button.primary{border-color:transparent;background:var(--lime);color:#07100d}.button:hover{filter:brightness(1.04);transform:translateY(-1px)}.module-notice{display:flex;align-items:flex-start;gap:13px;margin-bottom:13px;padding:14px 16px;border:1px solid rgba(88,223,226,.14);border-radius:14px;background:rgba(88,223,226,.045)}.module-notice>i{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:rgba(88,223,226,.09);color:var(--cyan)}.module-notice>i svg{width:17px;height:17px}.module-notice strong{font-size:11px}.module-notice p{margin:3px 0 0;color:var(--muted);font-size:10px}.module-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:11px;margin-bottom:13px}.module-stat-grid article{min-height:104px;padding:17px 18px;border:1px solid var(--line);border-radius:16px;background:linear-gradient(145deg,rgba(15,28,24,.9),rgba(8,17,14,.94))}.module-stat-grid span,.module-stat-grid strong,.module-stat-grid small{display:block}.module-stat-grid span{color:var(--muted);font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.module-stat-grid strong{margin-top:10px;font-size:24px;letter-spacing:-.04em}.module-stat-grid small{margin-top:3px;color:var(--muted-2);font-size:8px}.module-table-card{overflow:hidden}.module-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:73px;padding:14px 18px;border-bottom:1px solid var(--line)}.module-search{display:flex;align-items:center;width:min(100%,560px);height:43px;padding-left:12px;border:1px solid var(--line);border-radius:12px;background:#07110e;color:var(--muted)}.module-search>svg{flex:0 0 16px;width:16px;height:16px}.module-search input{min-width:0;flex:1;height:100%;padding:0 10px;border:0;outline:0;background:transparent;color:var(--text);font-size:11px}.module-search button,.module-search a{height:31px;margin-right:5px;padding:0 11px;border:0;border-radius:9px;background:rgba(186,255,99,.1);color:var(--lime);font-size:9px;font-weight:800;cursor:pointer}.module-search a{display:grid;place-items:center;background:rgba(255,255,255,.04);color:var(--muted)}.toolbar-meta{text-align:right}.toolbar-meta span{display:flex;align-items:center;justify-content:flex-end;gap:6px;color:var(--green);font-size:9px;font-weight:800}.toolbar-meta span i{width:6px;height:6px;border-radius:50%;background:var(--green)}.toolbar-meta small{display:block;margin-top:3px;color:var(--muted-2);font-size:8px}.responsive-table-wrap{max-width:100%;overflow:auto}.data-table{width:100%;border-collapse:collapse;white-space:nowrap}.data-table th{height:45px;padding:0 15px;border-bottom:1px solid var(--line);background:rgba(255,255,255,.012);color:var(--muted-2);font-size:8px;font-weight:850;letter-spacing:.08em;text-align:left;text-transform:uppercase}.data-table td{height:58px;padding:9px 15px;border-bottom:1px solid rgba(255,255,255,.035);color:#b9c9c3;font-size:10px}.data-table tbody tr:hover{background:rgba(186,255,99,.02)}.cell-id{display:inline-grid;place-items:center;min-width:28px;height:24px;padding:0 7px;border-radius:7px;background:rgba(255,255,255,.04);color:var(--muted);font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.status-pill{display:inline-flex;align-items:center;gap:6px;padding:5px 8px;border-radius:8px;background:rgba(255,255,255,.045);font-size:8px;font-weight:800}.status-pill i{width:5px;height:5px;border-radius:50%;background:var(--muted)}.status-success{background:rgba(82,223,154,.08);color:var(--green)}.status-success i{background:var(--green)}.status-warning{background:rgba(255,199,90,.08);color:var(--amber)}.status-warning i{background:var(--amber)}.status-danger{background:rgba(255,73,104,.09);color:#ff8ba0}.status-danger i{background:var(--red)}.row-actions{text-align:right}.row-actions button{width:32px;height:30px;border:1px solid var(--line);border-radius:9px;background:transparent;color:var(--muted);cursor:pointer}.row-actions button:hover{border-color:var(--line-strong);color:var(--text)}.table-footer{display:flex;align-items:center;justify-content:space-between;gap:15px;min-height:64px;padding:12px 18px;background:rgba(0,0,0,.1);color:var(--muted);font-size:9px}.table-footer nav{display:flex;align-items:center;gap:7px}.table-footer nav a,.table-footer nav strong{display:grid;place-items:center;min-height:31px;padding:0 10px;border:1px solid var(--line);border-radius:9px}.table-footer nav strong{min-width:31px;background:rgba(186,255,99,.08);color:var(--lime)}.table-footer nav a.is-disabled{pointer-events:none;opacity:.35}.module-empty{display:grid;place-items:center;min-height:360px;padding:45px;text-align:center}.module-empty>span{display:grid;place-items:center;width:66px;height:66px;border:1px dashed rgba(186,255,99,.22);border-radius:20px;color:var(--lime)}.module-empty>span svg{width:27px;height:27px}.module-empty h2{margin:17px 0 0;font-size:19px}.module-empty p{max-width:440px;margin:7px 0 18px;color:var(--muted);font-size:11px}.module-error{display:flex;align-items:center;justify-content:center;gap:14px;min-height:260px;padding:35px;color:#ffc0ca}.module-error>i{color:var(--red)}.module-error strong{font-size:14px}.module-error p{margin:4px 0 0;color:var(--muted);font-size:11px}

/* Error page */
.error-page{display:grid;place-items:center;min-height:100vh;padding:30px;text-align:center}.error-page b{color:var(--red);font-size:80px;line-height:1}.error-page h1{margin:10px 0;font-size:35px}.error-page p{color:var(--muted)}.error-page a{margin-top:15px;padding:12px 17px;border-radius:10px;background:var(--lime);color:#07110f;font-size:11px;font-weight:900}

@media(max-width:1300px){.dashboard-grid-middle{grid-template-columns:1.15fr .85fr}.health-card{grid-column:1/-1}.health-list{grid-template-columns:repeat(4,1fr);gap:12px}.health-list>a{border:1px solid var(--line);border-radius:12px;padding:0 12px}.dashboard-grid-bottom{grid-template-columns:1fr 1fr}.notification-feed-card{grid-column:1/-1}.feed-list{display:grid;grid-template-columns:repeat(2,1fr);gap:0 20px}}
@media(max-width:1100px){.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-grid-main{grid-template-columns:1fr}.campaign-mix-card{min-height:auto}.donut-wrap{grid-template-columns:180px 1fr}.dashboard-grid-middle{grid-template-columns:1fr 1fr}.quick-actions-card{grid-column:1/-1}.module-stat-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:900px){:root{--sidebar-small:0px}.root-sidebar{width:var(--sidebar-wide);transform:translateX(-105%);box-shadow:var(--shadow)}.panel-app.mobile-sidebar-open .root-sidebar{transform:none}.root-sidebar .root-brand-copy,.root-sidebar .sidebar-pin,.root-sidebar .sidebar-search input,.root-sidebar .nav-group-label,.root-sidebar .nav-group-arrow,.root-sidebar .nav-item-label,.root-sidebar .sidebar-foot span span,.root-sidebar .sidebar-foot>small{opacity:1;transform:none}.root-sidebar .sidebar-search input{width:100%;margin-left:10px}.root-sidebar .sidebar-search kbd{display:block}.root-sidebar .sidebar-pin{display:none}.panel-workspace,.sidebar-pinned .panel-workspace{margin-left:0}.sidebar-backdrop{position:fixed;inset:0;z-index:80;background:rgba(0,0,0,.64);backdrop-filter:blur(3px)}.mobile-sidebar-open .sidebar-backdrop{display:block}.mobile-menu-button{display:grid;place-items:center;width:40px;height:40px;padding:0;border:1px solid var(--line);border-radius:11px;background:rgba(255,255,255,.02);cursor:pointer}.root-topbar{height:72px}.root-main{padding-top:30px}.profile-copy{display:none}.profile-button{padding-right:5px}.dashboard-hero,.module-hero{align-items:flex-start}.dashboard-grid-bottom{grid-template-columns:1fr}.notification-feed-card{grid-column:auto}.feed-list{display:block}.health-list{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){.root-topbar{padding:0 13px}.topbar-heading span{display:none}.topbar-heading strong{font-size:14px}.desktop-only{display:none}.profile-button>svg{display:none}.profile-button{margin-left:0}.root-main{padding-right:13px;padding-left:13px}.dashboard-hero,.module-hero{flex-direction:column;align-items:stretch}.dashboard-hero h1{font-size:35px}.hero-status{align-items:flex-start}.metric-grid{gap:9px}.metric-card{min-height:152px;padding:17px}.metric-card>strong{font-size:31px}.secondary-metrics{grid-template-columns:repeat(2,1fr)}.secondary-metrics article{min-height:74px}.dashboard-grid-middle{grid-template-columns:1fr}.quick-actions-card{grid-column:auto}.quick-action-grid{grid-template-columns:1fr}.health-list{grid-template-columns:1fr}.chart-legend{display:none}.line-chart{padding-right:8px;padding-left:8px}.line-chart svg{height:220px}.chart-labels span:nth-child(even){display:none}.donut-wrap{grid-template-columns:130px 1fr;padding:24px 15px}.donut-chart{width:130px;height:130px}.module-actions{width:100%}.module-actions .button{flex:1}.module-stat-grid{grid-template-columns:repeat(2,1fr);gap:8px}.module-stat-grid article{min-height:95px;padding:14px}.module-toolbar{align-items:stretch;flex-direction:column}.module-search{width:100%}.toolbar-meta{display:flex;align-items:center;justify-content:space-between;text-align:left}.responsive-table-wrap{padding:10px}.data-table,.data-table tbody,.data-table tr,.data-table td{display:block;width:100%}.data-table thead{display:none}.data-table tr{margin-bottom:10px;padding:10px;border:1px solid var(--line);border-radius:13px;background:rgba(255,255,255,.015)}.data-table td{display:flex;align-items:center;justify-content:space-between;gap:18px;height:auto;min-height:39px;padding:7px 8px;border-bottom:1px solid rgba(255,255,255,.035);white-space:normal;text-align:right}.data-table td:before{content:attr(data-label);color:var(--muted-2);font-size:8px;font-weight:850;text-transform:uppercase;text-align:left}.data-table td:last-child{min-height:34px;border-bottom:0}.data-table td:last-child:before{content:"İşlem"}.table-footer{align-items:flex-start;flex-direction:column}.module-title-block{align-items:flex-start}.module-icon{width:52px;height:52px;flex-basis:52px}.module-title-block>div{min-width:0}.module-title-block h1{font-size:30px}.module-title-block p{font-size:11px}}
@media(max-width:460px){.login-shell{padding:13px}.login-card{padding:27px 20px}.login-meta{flex-direction:column}.topbar-actions{gap:3px}.icon-button{width:39px;height:39px}.profile-avatar{width:36px;height:36px;flex-basis:36px}.metric-grid{grid-template-columns:1fr 1fr}.metric-card{min-height:143px;padding:15px}.metric-card-head>span{font-size:9px}.metric-card-head>i{width:31px;height:31px}.metric-card>strong{margin-top:17px;font-size:27px}.metric-card>small{font-size:8px}.secondary-metrics strong{font-size:17px}.module-actions{flex-direction:column}.module-stat-grid article strong{font-size:20px}.module-search button{padding:0 8px}.donut-wrap{grid-template-columns:1fr}.donut-chart{margin:auto}.root-main{padding-bottom:45px}.notification-panel{right:-49px}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}

/* Root CRUD workspace */
.nav-dashboard{height:47px;margin-bottom:10px;border-bottom:1px solid var(--line);border-radius:12px 12px 4px 4px}.nav-dashboard .nav-item-icon{color:var(--lime)}
.root-flash{margin:0 0 17px;padding:13px 16px;border:1px solid;border-radius:13px;font-size:12px;font-weight:750}.root-flash.is-success{border-color:rgba(82,223,154,.25);background:rgba(82,223,154,.075);color:#a8ffd2}.root-flash.is-error{border-color:rgba(255,73,104,.28);background:rgba(255,73,104,.08);color:#ffc0cb}
.crud-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:22px}.crud-hero.compact{align-items:flex-start;margin-bottom:18px}.crud-hero>div:first-child>span{display:block;margin-bottom:7px;color:var(--red);font-size:9px;font-weight:950;letter-spacing:.16em}.crud-hero h1{margin:0;font-size:clamp(30px,4vw,47px);line-height:1.04;letter-spacing:-.052em}.crud-hero p{max-width:720px;margin:9px 0 0;color:var(--muted);font-size:12px}.back-link{display:inline-block;margin-bottom:12px;color:var(--lime);font-size:10px;font-weight:800}.hero-actions,.form-actions,.row-actions{display:flex;align-items:center;gap:8px}.hero-actions form,.row-actions form{margin:0}
.button.is-primary{border-color:transparent;background:var(--lime);color:#07100d}.button.is-secondary{background:rgba(255,255,255,.022);color:#c2d0cb}.button.is-danger{border-color:rgba(255,73,104,.22);background:rgba(255,73,104,.07);color:#ff94a6}.text-link,.text-button{border:0;background:transparent;color:var(--lime);font-size:10px;font-weight:800;cursor:pointer}
.crud-toolbar{display:flex;align-items:center;gap:9px;margin-bottom:13px;padding:12px;border:1px solid var(--line);border-radius:16px;background:rgba(10,21,18,.83)}.crud-toolbar>small{margin-left:auto;color:var(--muted);font-size:9px}.crud-toolbar select{height:42px;padding:0 34px 0 11px;border:1px solid var(--line);border-radius:11px;background:#07110e;color:#b7c7c1;font-size:10px}.toolbar-search{display:flex;align-items:center;flex:1;min-width:210px;height:42px;padding:0 11px;border:1px solid var(--line);border-radius:11px;background:#07110e;color:var(--muted)}.toolbar-search svg{width:16px;height:16px}.toolbar-search input{flex:1;min-width:0;height:100%;margin-left:9px;border:0;outline:0;background:transparent;color:var(--text);font-size:11px}
.crud-card{overflow:hidden;border:1px solid var(--line);border-radius:18px;background:linear-gradient(145deg,rgba(13,25,21,.96),rgba(8,16,14,.96));box-shadow:0 18px 55px rgba(0,0,0,.09)}.table-scroll{max-width:100%;overflow:auto}.crud-table{width:100%;border-collapse:collapse;white-space:nowrap}.crud-table th{height:46px;padding:0 17px;border-bottom:1px solid var(--line);background:rgba(255,255,255,.014);color:var(--muted-2);font-size:8px;font-weight:900;letter-spacing:.09em;text-align:left;text-transform:uppercase}.crud-table td{height:70px;padding:10px 17px;border-bottom:1px solid rgba(255,255,255,.038);color:#bfcdc8;font-size:10px}.crud-table tbody tr:hover{background:rgba(186,255,99,.018)}.crud-table tbody tr:last-child td{border-bottom:0}.align-right{text-align:right!important}.entity-cell{display:flex;align-items:center;gap:11px}.entity-avatar{display:grid;place-items:center;flex:0 0 38px;width:38px;height:38px;border:1px solid rgba(186,255,99,.18);border-radius:11px;background:linear-gradient(145deg,rgba(186,255,99,.12),rgba(255,73,104,.08));color:var(--lime);font-size:12px;font-weight:900}.entity-cell strong,.entity-cell small,.cell-note{display:block}.entity-cell strong{font-size:11px;color:var(--text)}.entity-cell small,.cell-note{margin-top:3px;color:var(--muted);font-size:8px}.mini-metric{display:inline-flex;margin:2px;padding:4px 7px;border-radius:7px;background:rgba(255,255,255,.04);color:#adbbb6;font-size:8px}.status-active{background:rgba(82,223,154,.09);color:var(--green)}.status-inactive{background:rgba(255,255,255,.055);color:#a5b3ae}.status-suspended{background:rgba(255,199,90,.09);color:var(--amber)}.role-line{display:block;max-width:260px;overflow:hidden;text-overflow:ellipsis}.row-actions{justify-content:flex-end}.icon-action{display:grid!important;place-items:center;width:34px!important;height:34px!important;padding:0!important;border:1px solid var(--line)!important;border-radius:9px!important;background:transparent!important;color:var(--muted)!important;cursor:pointer}.icon-action:hover{border-color:var(--line-strong)!important;color:var(--text)!important}.icon-action.is-danger{color:#ff8297!important}.icon-action svg{width:15px;height:15px}.crud-empty{display:grid;place-items:center;min-height:300px;padding:45px;text-align:center}.crud-empty.small{min-height:180px}.crud-empty>svg{width:36px;height:36px;margin-bottom:15px;color:var(--lime)}.crud-empty strong{font-size:16px}.crud-empty p{max-width:420px;margin:5px 0 0;color:var(--muted);font-size:10px}.pagination{display:flex;justify-content:flex-end;gap:6px;margin-top:13px}.pagination a{display:grid;place-items:center;min-width:34px;height:34px;border:1px solid var(--line);border-radius:9px;color:var(--muted);font-size:10px}.pagination a.is-current{border-color:rgba(186,255,99,.28);background:rgba(186,255,99,.09);color:var(--lime)}
.crud-form{display:grid;gap:13px}.form-section{padding:22px;border:1px solid var(--line);border-radius:18px;background:linear-gradient(145deg,rgba(13,25,21,.95),rgba(8,16,14,.96))}.form-section>header{display:flex;align-items:flex-start;gap:12px;margin-bottom:20px}.form-section>header>span{display:grid;place-items:center;flex:0 0 39px;width:39px;height:39px;border-radius:11px;background:rgba(186,255,99,.075);color:var(--lime)}.form-section>header svg{width:18px;height:18px}.form-section h2{margin:0;font-size:15px}.form-section header p{margin:3px 0 0;color:var(--muted);font-size:9px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.field{display:flex;flex-direction:column;gap:7px}.field.span-2{grid-column:1/-1}.field>span{color:#b7c6c0;font-size:9px;font-weight:800}.field input,.field select,.field textarea{width:100%;min-height:45px;padding:0 12px;border:1px solid var(--line);border-radius:11px;outline:0;background:#06100d;color:var(--text);font-size:11px;transition:border-color .15s,box-shadow .15s}.field textarea{padding-top:11px;resize:vertical}.field input:focus,.field select:focus,.field textarea:focus{border-color:rgba(186,255,99,.48);box-shadow:0 0 0 4px rgba(186,255,99,.055)}.field input[readonly],.field select:disabled{opacity:.58}.check-grid,.role-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.check-card{display:flex;align-items:flex-start;gap:10px;min-height:72px;padding:13px;border:1px solid var(--line);border-radius:13px;background:rgba(255,255,255,.016);cursor:pointer}.check-card.inline{margin-top:12px}.check-card input{margin-top:3px;accent-color:var(--lime)}.check-card span,.check-card strong,.check-card small{display:block}.check-card strong{color:#dbe5e1;font-size:10px}.check-card small{margin-top:3px;color:var(--muted);font-size:8px;line-height:1.45}.form-actions{justify-content:flex-end;padding:10px 0 0}.form-errors{padding:15px 18px;border:1px solid rgba(255,73,104,.26);border-radius:14px;background:rgba(255,73,104,.075);color:#ffc2cc;font-size:10px}.form-errors strong{font-size:11px}.form-errors ul{margin:7px 0 0;padding-left:18px}
.system-notice{display:flex;align-items:flex-start;gap:12px;margin-bottom:13px;padding:15px;border:1px solid rgba(255,199,90,.2);border-radius:14px;background:rgba(255,199,90,.055)}.system-notice>span{color:var(--amber)}.system-notice strong{font-size:11px}.system-notice p{margin:3px 0 0;color:var(--muted);font-size:9px}.role-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:13px}.role-summary article{display:flex;align-items:center;gap:13px;min-height:88px;padding:16px;border:1px solid var(--line);border-radius:15px;background:rgba(12,24,20,.86)}.role-summary article>span{display:grid;place-items:center;width:39px;height:39px;border-radius:11px;background:rgba(186,255,99,.07);color:var(--lime)}.role-summary strong,.role-summary small{display:block}.role-summary strong{font-size:22px}.role-summary small{color:var(--muted);font-size:8px}.role-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.role-card{display:flex;flex-direction:column;min-height:258px;padding:18px;border:1px solid var(--line);border-radius:17px;background:linear-gradient(145deg,rgba(14,27,23,.94),rgba(7,16,13,.96))}.role-card header{display:flex;align-items:center;gap:10px}.role-icon{display:grid;place-items:center;flex:0 0 40px;width:40px;height:40px;border-radius:11px;background:rgba(186,255,99,.075);color:var(--lime)}.role-card header strong,.role-card header small{display:block}.role-card header strong{font-size:11px}.role-card header small{margin-top:2px;color:var(--muted);font-size:8px}.system-badge{margin-left:auto;padding:4px 7px;border-radius:7px;background:rgba(88,223,226,.08);color:var(--cyan);font-size:7px;font-weight:900}.role-card>p{flex:1;margin:16px 0;color:var(--muted);font-size:9px;line-height:1.55}.role-stats{display:flex;gap:6px;padding:11px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.role-stats span{padding:4px 7px;border-radius:7px;background:rgba(255,255,255,.03);color:var(--muted);font-size:8px}.role-stats b{color:var(--text)}.role-card footer{display:flex;align-items:center;gap:7px;padding-top:13px}.role-card footer form{margin-left:auto}.permission-toolbar{display:flex;justify-content:flex-end;gap:8px;margin:-5px 0 10px}.permission-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.permission-group{min-width:0;margin:0;padding:13px;border:1px solid var(--line);border-radius:13px}.permission-group legend{display:flex;align-items:center;gap:7px;padding:0 7px;color:#d8e4df;font-size:10px;font-weight:850}.permission-group legend svg{width:14px;height:14px;color:var(--lime)}.permission-group legend small{color:var(--muted-2);font-size:7px;font-weight:650}.permission-group label{display:flex;align-items:flex-start;gap:9px;padding:9px 5px;border-bottom:1px solid rgba(255,255,255,.035);cursor:pointer}.permission-group label:last-child{border-bottom:0}.permission-group input{margin-top:3px;accent-color:var(--lime)}.permission-group strong,.permission-group small{display:block}.permission-group strong{color:#c8d5d0;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:9px}.permission-group small{margin-top:2px;color:var(--muted);font-size:8px}

@media(max-width:1150px){.role-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:800px){.crud-hero{align-items:stretch;flex-direction:column}.hero-actions{flex-wrap:wrap}.crud-toolbar{align-items:stretch;flex-wrap:wrap}.toolbar-search{flex-basis:100%}.crud-toolbar>small{display:none}.crud-table{min-width:840px}.form-grid,.check-grid,.role-grid,.permission-grid{grid-template-columns:1fr}.field.span-2{grid-column:auto}.role-summary{grid-template-columns:1fr 1fr}.role-cards{grid-template-columns:1fr}}
@media(max-width:520px){.crud-hero .button,.hero-actions,.hero-actions>*{width:100%}.crud-toolbar select,.crud-toolbar>.button{flex:1}.form-section{padding:17px 14px}.form-actions{align-items:stretch;flex-direction:column-reverse}.form-actions .button{width:100%}.role-summary{grid-template-columns:1fr}.role-summary article{min-height:74px}.permission-toolbar{justify-content:flex-start}.crud-table{min-width:760px}}
