@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--ink:#142329;--muted:#728088;--line:#e6eceb;--paper:#f6f8f7;--white:#fff;--teal:#19b69b;--teal-dark:#078b77;--coral:#ef775f;--yellow:#f3b655;--blue:#6e96df}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:Manrope,sans-serif;font-size:14px}button,input{font:inherit}button{cursor:pointer;border:0}.hidden{display:none!important}.auth-shell{min-height:100vh;display:grid;grid-template-columns:47% 53%;background:#fff}.auth-art{background:linear-gradient(140deg,#11353a 0%,#174c4c 58%,#227a6c 100%);color:#fff;padding:42px 6vw;display:flex;flex-direction:column;position:relative;overflow:hidden}.auth-art:after{content:'';position:absolute;width:420px;height:420px;border:1px solid rgba(255,255,255,.18);border-radius:50%;right:-180px;bottom:-180px;box-shadow:0 0 0 45px rgba(255,255,255,.03),0 0 0 90px rgba(255,255,255,.025)}.brand{display:flex;align-items:center;gap:12px;font-weight:800;letter-spacing:.16em;font-size:13px}.brand img{width:30px;height:30px;border-radius:8px;object-fit:cover}.art-copy{margin:auto 0}.eyebrow{font:500 11px 'DM Mono',monospace;letter-spacing:.16em;color:var(--teal-dark);margin:0 0 14px}.auth-art .eyebrow{color:#78d7c5}.art-copy h1{font-size:clamp(42px,5vw,72px);line-height:1.03;letter-spacing:-.04em;margin:0 0 26px}.art-copy h1 em{font-style:normal;color:#79d6c5}.art-copy p:last-child{font-size:16px;color:rgba(255,255,255,.7);max-width:340px;line-height:1.7}.art-footer{font:11px 'DM Mono',monospace;letter-spacing:.08em;color:rgba(255,255,255,.6)}.art-footer strong{color:#fff;margin-left:14px}.art-footer i,.mini-status i,.status i,.pulse{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--teal);margin-right:7px}.auth-panel{display:flex;align-items:center;justify-content:center}.auth-inner{width:min(390px,80%)}.auth-inner h2{font-size:34px;letter-spacing:-.04em;margin:0 0 10px}.muted{color:var(--muted);line-height:1.65}.auth-inner form{margin-top:32px}.auth-inner label{display:block;font-size:12px;font-weight:700;margin:0 0 17px}.auth-inner input{display:block;width:100%;border:1px solid var(--line);padding:14px 15px;border-radius:4px;margin-top:8px;outline:0;background:#fbfcfc}.auth-inner input:focus{border-color:var(--teal)}.primary{width:100%;padding:15px 18px;background:var(--teal);color:#fff;font-weight:700;border-radius:4px;display:flex;justify-content:space-between;align-items:center}.primary:hover{background:var(--teal-dark)}.primary.compact{width:auto}.or{display:flex;align-items:center;gap:12px;color:#aab5b8;margin:25px 0}.or:before,.or:after{content:'';height:1px;background:var(--line);flex:1}.discord{width:100%;padding:13px;background:#eff2f4;color:#748086;border-radius:4px}.discord:disabled{cursor:not-allowed}.discord-mark{margin-right:8px;color:#5865f2}.discord small{margin-left:8px;color:#a3adb2}.switch{text-align:center;color:var(--muted);margin-top:28px}.switch button{background:none;color:var(--teal-dark);font-weight:700;padding:0}.message{min-height:20px;color:var(--coral);font-size:12px}.success{color:var(--teal-dark)}.mobile-brand{display:none}.app-shell{min-height:100vh;display:flex}.sidebar{width:240px;background:#fff;border-right:1px solid var(--line);padding:30px 20px;display:flex;flex-direction:column}.sidebar .brand{margin:0 12px 46px}.workspace{border:1px solid var(--line);border-radius:5px;padding:12px;display:flex;align-items:center;gap:8px;margin-bottom:34px}.workspace .dot{width:8px;height:8px;background:var(--teal);border-radius:50%}.workspace div{display:grid;gap:3px;flex:1}.workspace small{font:10px 'DM Mono';color:#9ba8aa}.workspace strong{font-size:11px}.chevron{color:#99a5a8}nav p{font:10px 'DM Mono';color:#a2adaf;letter-spacing:.1em;margin:23px 12px 10px}.nav-item{display:flex;align-items:center;gap:13px;background:none;color:#859195;width:100%;text-align:left;padding:12px;border-radius:4px;font-size:13px}.nav-item span{width:17px;text-align:center;font-size:16px}.nav-item.active{background:#eaf8f5;color:var(--teal-dark);font-weight:700}.sidebar-bottom{margin-top:auto}.mini-status{font:10px 'DM Mono';color:#8f9b9e;padding:14px 8px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.logout{margin-top:17px;color:#899496;background:none;padding:8px;font-size:12px}.main{flex:1;padding:40px 5vw;max-width:1500px}header{display:flex;justify-content:space-between;align-items:start}.breadcrumb{font:10px 'DM Mono';color:#a0aaac;letter-spacing:.1em;margin:0 0 18px}.breadcrumb span{padding:0 9px;color:#c7d0d0}.breadcrumb strong{color:var(--teal-dark);font-weight:500}.main header h1{font-size:27px;letter-spacing:-.04em;margin:0}.header-actions{display:flex;gap:20px;align-items:center}.icon-button{position:relative;background:none;color:#7d898c;font-size:20px}.icon-button b{position:absolute;background:var(--coral);width:5px;height:5px;border-radius:50%;right:0;top:2px}.avatar,.table-avatar{width:34px;height:34px;border-radius:50%;background:#1a4d4c;color:#fff;display:grid;place-items:center;font-weight:700}.hero-row{display:flex;justify-content:space-between;align-items:end;margin:56px 0 32px}.hero-row h2{font-size:31px;margin:0 0 8px;letter-spacing:-.04em}.date-chip{border:1px solid var(--line);background:#fff;padding:10px 14px;color:#78868a;font-size:12px}.stats-grid{display:grid;grid-template-columns:1.35fr 1fr 1fr 1fr;gap:15px}.stat-card{background:#fff;border:1px solid var(--line);padding:21px 22px;min-height:164px}.stat-card.accent{background:#e8f7f3;border-color:#d7eee9}.stat-top{display:flex;justify-content:space-between;color:#91a0a2;font:10px 'DM Mono';letter-spacing:.1em;margin-bottom:23px}.stat-card strong{display:block;font-size:25px;letter-spacing:-.04em;margin-bottom:8px}.stat-card strong small{font-size:13px;color:#8c999b;font-weight:500}.stat-card>small{color:#8c999b;font-size:11px}.stat-card>small b{color:#5c7375}.up{color:var(--teal)!important}.pulse{vertical-align:middle;box-shadow:0 0 0 4px rgba(25,182,155,.13)}.sparkline{height:34px;display:flex;align-items:end;gap:5px;margin-top:14px}.sparkline i{width:9%;background:#78d5c3;height:40%;border-radius:2px}.sparkline i:nth-child(2n){height:70%}.sparkline i:nth-child(3n){height:52%}.bar{height:5px;background:#edf0f0;margin-top:20px}.bar i{display:block;height:100%;background:var(--teal)}.bar.orange i{background:var(--yellow)}.bar.blue i{background:var(--blue)}.section-heading{display:flex;justify-content:space-between;align-items:end;margin:49px 0 18px}.section-heading h3{font-size:20px;margin:0}.section-heading h3 span{font:11px 'DM Mono';color:#9ba6a8;margin-left:6px}.outline{background:none;border:1px solid var(--line);padding:10px 13px;color:#6b7a7d;font-size:12px}.outline b{color:var(--teal-dark);margin-left:10px}.instance-list{background:#fff;border:1px solid var(--line)}.instance-row{display:flex;align-items:center;padding:15px 20px;border-bottom:1px solid var(--line);gap:15px}.instance-row:last-child{border:0}.instance-symbol{width:35px;height:35px;display:grid;place-items:center;background:#f1f8f7;color:var(--teal-dark);font-size:18px}.instance-name{display:grid;gap:4px;flex:1}.instance-name strong{font-size:13px}.instance-name span,.row-metric small{font:10px 'DM Mono';color:#9ba6a8}.row-metric{width:75px;display:grid;gap:5px}.row-metric b{font-size:12px}.status{font:10px 'DM Mono';color:var(--teal-dark);min-width:82px}.status i{margin-right:5px}.status.banned{color:var(--coral)}.status.banned i{background:var(--coral)}.empty{padding:30px;color:var(--muted);text-align:center}.toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.search{background:#fff;border:1px solid var(--line);padding:10px 13px;color:#a2adaf;width:280px}.search input{border:0;outline:0;margin-left:7px;width:220px;font-size:12px}.table-wrap,.settings-panel{background:#fff;border:1px solid var(--line);overflow:auto}table{width:100%;border-collapse:collapse;text-align:left;font-size:12px}th,td{padding:16px 20px;border-bottom:1px solid var(--line);white-space:nowrap}th{font:10px 'DM Mono';color:#98a4a6;letter-spacing:.1em}.table-user{display:flex;align-items:center;gap:10px}.table-avatar{width:28px;height:28px;font-size:11px;background:#e7f4f1;color:var(--teal-dark)}.role{font:10px 'DM Mono';padding:5px 8px;background:#edf1f1;color:#6f7b7e}.role.owner{background:#fff2df;color:#b3781e}.role.admin{background:#e9effb;color:#5e7fbd}.table-action{background:none;color:var(--teal-dark);font-size:11px;margin-right:12px}.table-action.danger{color:var(--coral)}.owner-lock{font:10px 'DM Mono';color:#b3781e}.settings-panel{max-width:600px}.settings-panel div{display:flex;justify-content:space-between;padding:20px;border-bottom:1px solid var(--line)}.settings-panel div:last-child{border:0}.settings-panel span{color:var(--muted)}.toast{position:fixed;right:24px;bottom:24px;padding:14px 18px;background:#173a3b;color:#fff;border-radius:4px;transform:translateY(20px);opacity:0;transition:.2s;pointer-events:none;font-size:12px}.toast.show{transform:none;opacity:1}.toast.error{background:var(--coral)}
@media(max-width:850px){.auth-shell{display:block;min-height:100vh;background:#f7f4f7}.auth-art{display:flex;min-height:184px;height:27vh;padding:22px 8vw;background-position:center 42%;border-bottom:3px solid #d95cb0}.auth-art .art-copy{margin:auto 0 0}.auth-art .art-copy h1{font-size:32px;margin:0 0 5px}.auth-art .art-copy p:last-child,.auth-art .art-footer{display:none}.auth-art .brand{position:absolute;top:22px;left:8vw}.auth-panel{padding:34px 0 46px;background:#f7f4f7}.auth-inner{width:min(390px,84%)}.mobile-brand{display:none}.sidebar{width:68px;padding:25px 10px}.sidebar .brand span,.workspace,.nav-item:not(.active)::after,.nav-item{font-size:0}.sidebar .brand{margin:0 9px 45px}.nav-item{justify-content:center}.nav-item span{font-size:17px}.mini-status{display:none}.logout span{display:none}.main{padding:28px 20px}.stats-grid{grid-template-columns:1fr 1fr}.hero-row{margin:38px 0 25px}.row-metric{display:none}.instance-row{padding:13px}.status{min-width:65px}.art-copy h1{font-size:48px}}
@media(max-width:480px){.stats-grid{grid-template-columns:1fr}.main header h1{font-size:22px}.hero-row{display:block}.date-chip{display:inline-block;margin-top:17px}.header-actions{gap:10px}.table-wrap{margin:0 -20px}.instance-name span{display:none}}

/* Compact node console styling */
.app-shell{display:grid;grid-template-columns:240px minmax(0,1fr);grid-template-rows:44px minmax(0,1fr);background:#f0f1f2}.topbar{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;padding:0 18px;background:#2f3438;color:#d8dcde;border-bottom:1px solid #1e2225;font-size:12px}.topbar-brand,.topbar-actions{display:flex;align-items:center;gap:10px}.topbar-brand img{width:23px;height:23px;border-radius:3px}.topbar-brand strong{font-size:12px;letter-spacing:.08em}.topbar-brand span{color:#7f898e}.topbar-brand b{font-weight:400;color:#aeb6b9}.topbar-actions{gap:20px;color:#aeb6b9}.topbar-actions button{background:none;color:#d7dcde;font-size:10px}.topbar-actions .avatar{width:26px;height:26px;border-radius:3px;background:#e36e38}.sidebar{grid-row:2;width:auto;border-right:1px solid #c9ced1;background:#e7e9ea;padding:14px 10px}.sidebar .brand{display:none}.workspace{background:#d9dddf;border-color:#c4c9cb;border-radius:2px;padding:9px;margin:0 2px 16px}.workspace .dot{background:#64a149}.workspace div{gap:2px}.workspace small{font-size:9px;color:#727c80}.workspace strong{font-size:11px;color:#3e484c}.sidebar nav p{color:#778186;margin:14px 8px 6px;font-size:9px}.nav-item{border-radius:2px;padding:8px 9px;color:#4f5b60;font-size:12px;gap:9px}.nav-item span{font-size:14px}.nav-item.active{background:#cbd0d2;color:#2f383c;font-weight:600;box-shadow:inset 3px 0 #e36e38}.tree-label{padding:9px 10px 5px 17px;color:#606a6f;font:11px 'DM Mono',monospace}.tree-label span{margin-right:7px}.tree-label i{display:inline-block;width:6px;height:6px;border-radius:50%;background:#64a149;margin-left:5px}.tree-child{padding-left:28px}.mini-status{padding:10px 4px;color:#667176}.mini-status i{background:#64a149}.main{grid-row:2;padding:0 24px 32px;background:#f5f6f7;max-width:none}.main header{height:63px;align-items:center;border-bottom:1px solid #d7dbdd;margin:0 -24px;padding:0 24px;background:#fff}.breadcrumb{margin:0 0 5px;font-size:9px}.main header h1{font-size:19px;letter-spacing:0;font-weight:600}.header-actions{gap:14px}.connection-state{font:10px 'DM Mono';color:#66826a}.connection-state i{display:inline-block;width:6px;height:6px;background:#64a149;border-radius:50%;margin-right:5px}.main header .avatar{width:27px;height:27px;border-radius:3px;background:#e36e38}.panel-tabs{display:flex;gap:0;border-bottom:1px solid #cfd4d6;margin:0 -24px;padding:0 24px;background:#eef0f1}.panel-tabs button{background:transparent;color:#69757a;border-right:1px solid #d8dcde;padding:10px 16px;font-size:11px}.panel-tabs button.active{background:#fff;color:#3f494d;border-top:2px solid #e36e38;padding-top:8px}.hero-row{margin:26px 0 20px}.hero-row h2{font-size:22px;letter-spacing:0}.eyebrow{font-size:10px;color:#707c81}.date-chip{border:1px solid #cdd2d4;border-radius:2px;padding:7px 10px;background:#fff;font:10px 'DM Mono';color:#778287}.stats-grid{gap:8px}.stat-card{border-color:#d1d6d8;border-radius:2px;padding:15px 16px;min-height:140px;box-shadow:0 1px 1px rgba(35,45,50,.04)}.stat-card.accent{background:#e8f0e5;border-color:#cbd8c7}.stat-top{margin-bottom:17px;font-size:9px}.stat-card strong{font-size:22px}.bar{margin-top:17px}.section-heading{margin:30px 0 12px}.section-heading h3{font-size:17px;font-weight:600}.outline{border-color:#c5cbcd;border-radius:2px;padding:7px 10px}.instance-list,.table-wrap,.settings-panel{border-color:#cbd0d2;border-radius:2px;box-shadow:0 1px 1px rgba(35,45,50,.04)}.instance-row{padding:11px 14px;border-color:#e0e3e4}.instance-symbol{width:28px;height:28px;border-radius:2px;background:#e8eaeb;font-size:15px}.instance-name{gap:2px}.instance-name strong{font-size:12px}.status{font-size:9px}.toast{border-radius:2px}
@media(max-width:850px){.app-shell{grid-template-columns:58px minmax(0,1fr)}.sidebar{padding:14px 6px}.workspace{padding:8px 5px}.workspace div,.workspace .chevron{display:none}.tree-label{padding-left:8px;font-size:0}.tree-label span{font-size:12px;margin:0}.tree-label i{width:5px;height:5px}.tree-child{padding-left:8px}.main{padding-left:16px;padding-right:16px}.main header{margin:0 -16px;padding:0 16px}.panel-tabs{margin:0 -16px;padding:0 16px}.topbar-actions span{display:none}}

/* Brand image and richer visual identity */
.auth-art{background-color:#170b1b;background-image:url('/icon.jpeg');background-position:center;background-size:cover}.auth-art:before{content:'';position:absolute;inset:0;background:rgba(10,7,16,.58)}.auth-art>*{position:relative;z-index:1}.auth-art:after{border-color:rgba(255,103,204,.38);box-shadow:0 0 0 45px rgba(255,76,193,.08),0 0 0 90px rgba(255,76,193,.04)}.auth-art .brand img{box-shadow:0 0 22px rgba(255,68,193,.7)}.auth-art .brand span{color:#ffb4e9}.art-copy h1 em{color:#ff8bdb;text-shadow:0 0 22px rgba(255,42,185,.4)}.art-footer strong{color:#ff9be0}.art-footer i{background:#ff5bc7;box-shadow:0 0 10px #ff5bc7}.topbar{background:#211d22}.topbar-brand img{box-shadow:0 0 10px rgba(255,77,197,.5)}.topbar-brand strong{color:#ff9bdd}.sidebar .brand img{box-shadow:0 0 12px rgba(255,77,197,.35)}.workspace .dot,.tree-label i,.mini-status i{background:#d95cb0}.nav-item.active{box-shadow:inset 3px 0 #d95cb0}.panel-tabs button.active{border-top-color:#d95cb0}.connection-state i{background:#d95cb0}.connection-state{color:#a04b82}.stat-card.accent{background:#f8eaf5;border-color:#e6c9df}.stat-card.accent .pulse{background:#d95cb0;box-shadow:0 0 0 4px rgba(217,92,176,.14)}.instance-symbol{color:#b34f91;background:#faedf7}.status{color:#a34b83}.status i{background:#d95cb0}.primary{background:#c44d9c}.primary:hover{background:#a83d83}.eyebrow,.breadcrumb strong{color:#ad4c8e}
.power-button{display:inline-flex;align-items:center;gap:6px;border:1px solid #d9b0cc;border-radius:3px;background:#fff4fb;color:#a43f81;padding:6px 9px;font:10px 'DM Mono',monospace}.power-button:hover{background:#f8ddec;color:#822e67}.power-button span{font-family:Manrope,sans-serif;font-weight:700}.topbar,.sidebar,.main{animation:panel-in .45s ease both}.stat-card{animation:card-rise .5s ease both}.stat-card:nth-child(2){animation-delay:.06s}.stat-card:nth-child(3){animation-delay:.12s}.stat-card:nth-child(4){animation-delay:.18s}.instance-row{transition:background .2s,transform .2s}.instance-row:hover{background:#fff7fc;transform:translateX(3px)}@keyframes panel-in{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}@keyframes card-rise{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}@media(max-width:850px){.power-button span{display:none}.power-button{padding:6px 8px}}
.restart-button{display:inline-flex;align-items:center;gap:6px;border:1px solid #c9cdd0;border-radius:3px;background:#fff;color:#667277;padding:6px 9px;font:10px 'DM Mono',monospace}.restart-button:hover{border-color:#d95cb0;color:#a43f81}.restart-button span{font-family:Manrope,sans-serif;font-weight:700}.topbar-brand strong{font-size:0}.topbar-brand strong:after{content:'LOVE BOT';font-size:12px;color:#ff9bdd;letter-spacing:.08em}.topbar-live{color:#78b66d!important;font:10px 'DM Mono',monospace}.topbar-live i{display:inline-block;width:6px;height:6px;margin-right:5px;border-radius:50%;background:#78b66d;box-shadow:0 0 8px #78b66d}.stat-card:hover{box-shadow:0 8px 22px rgba(75,35,68,.08);transform:translateY(-2px);transition:transform .2s,box-shadow .2s}@media(max-width:850px){.restart-button span{display:none}.restart-button{padding:6px 8px}}
.quick-actions{margin-top:28px;padding:18px 20px;background:#fff;border:1px solid #cbd0d2;border-radius:2px;box-shadow:0 1px 1px rgba(35,45,50,.04);animation:card-rise .55s .2s ease both}.quick-heading{display:flex;align-items:center;justify-content:space-between}.quick-heading h3{margin:0;font-size:16px;font-weight:600}.live-badge{font:10px 'DM Mono';color:#6b9163}.live-badge i{display:inline-block;width:6px;height:6px;border-radius:50%;background:#78b66d;margin-right:5px;box-shadow:0 0 7px #78b66d}.quick-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:16px}.quick-grid button{display:grid;grid-template-columns:28px 1fr;text-align:left;column-gap:9px;align-items:center;padding:12px;background:#f5f6f7;border:1px solid #e0e3e4;border-radius:2px;color:#4d595e;transition:background .2s,border .2s,transform .2s}.quick-grid button:hover{background:#fff4fb;border-color:#e3bdd7;transform:translateY(-2px)}.quick-grid button>span{grid-row:span 2;width:28px;height:28px;display:grid;place-items:center;background:#fff;color:#b34f91;font-size:17px}.quick-grid strong{font-size:11px}.quick-grid small{font-size:10px;color:#8a969a}.quick-owner{display:grid}
.instance-actions{display:flex;gap:4px;margin-left:8px}.instance-actions button{width:25px;height:25px;border:1px solid #d5dadd;border-radius:2px;background:#fff;color:#657278;font-size:13px;line-height:1}.instance-actions button:hover{border-color:#d95cb0;color:#a43f81;background:#fff5fb}.instance-actions .delete:hover{border-color:#e08b84;color:#c35248;background:#fff5f4}.status.stopped{color:#a17848}.status.stopped i{background:#d7a052}.filtered-out{display:none}.power-button,.restart-button{transition:transform .15s,box-shadow .15s}.power-button:hover,.restart-button:hover{transform:translateY(-1px);box-shadow:0 3px 8px rgba(93,45,80,.12)}
@media(max-width:600px){.quick-grid{grid-template-columns:1fr}.quick-heading{align-items:start;gap:10px;flex-direction:column}}
.terminal-layout{display:grid;grid-template-columns:minmax(0,1fr) 240px;gap:12px;align-items:start}.terminal-window{height:360px;overflow:auto;background:#17151a;border:1px solid #342b35;border-radius:3px;box-shadow:0 12px 30px rgba(25,12,24,.14)}.terminal-head{position:sticky;top:0;display:flex;align-items:center;gap:12px;padding:10px 13px;background:#272129;border-bottom:1px solid #3a303b;color:#bfaebd;font:10px 'DM Mono'}.terminal-head>span{display:flex;gap:5px}.terminal-head i{width:7px;height:7px;border-radius:50%;background:#e56a72}.terminal-head i:nth-child(2){background:#e0a65b}.terminal-head i:nth-child(3){background:#70b56b}.terminal-head strong{flex:1;font-weight:400}.terminal-head button{background:none;color:#bdabb9;font:10px 'DM Mono'}.terminal-window pre{margin:0;padding:18px;color:#e7dbe6;font:12px/1.65 'DM Mono',monospace;white-space:pre-wrap}.terminal-actions{display:grid;gap:7px;padding:12px;background:#fff;border:1px solid #cbd0d2;border-radius:3px}.terminal-actions>button,.terminal-actions form{display:flex;align-items:center;gap:8px;padding:10px;background:#f5f6f7;border:1px solid #e0e3e4;border-radius:2px;color:#566267;font-size:11px;text-align:left}.terminal-actions>button:hover{background:#fff4fb;border-color:#e3bdd7;color:#a43f81}.terminal-actions form{margin-top:5px;display:grid;gap:7px}.terminal-actions input{width:100%;padding:8px;border:1px solid #d4dadd;border-radius:2px;font-size:11px}.terminal-actions form button{padding:8px;background:#c44d9c;border-radius:2px;color:#fff;font-size:11px}.terminal-actions form button:hover{background:#a83d83}@media(max-width:700px){.terminal-layout{grid-template-columns:1fr}.terminal-window{height:300px}}
.mail-address{padding:9px 12px;background:#fff4fb;border:1px solid #e3bdd7;border-radius:2px;color:#a43f81;font:10px 'DM Mono';text-align:right}.mail-address b{display:inline-block;margin-top:5px;color:#6b9163}.mail-layout{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:12px}.mail-list{background:#fff;border:1px solid #cbd0d2;border-radius:2px}.mail-row{display:flex;align-items:center;gap:11px;width:100%;padding:14px;text-align:left;background:#fff;border:0;border-bottom:1px solid #e4e7e8;color:#4d595e}.mail-row:hover{background:#fff7fc}.mail-row.unread{border-left:3px solid #d95cb0;background:#fffafe}.mail-avatar{width:30px;height:30px;display:grid;place-items:center;background:#f7e8f3;color:#a43f81;border-radius:50%;font-weight:700;font-size:11px}.mail-row>span:nth-child(2){display:grid;gap:4px;flex:1}.mail-row strong{font-size:11px}.mail-row small,.mail-row time{font-size:10px;color:#8a969a}.compose-form{display:grid;gap:9px;align-content:start;padding:18px;background:#fff;border:1px solid #cbd0d2;border-radius:2px}.compose-form input,.compose-form textarea{width:100%;padding:10px;border:1px solid #d6dcde;border-radius:2px;outline:0;font-size:11px}.compose-form textarea{min-height:150px;resize:vertical}.compose-form input:focus,.compose-form textarea:focus{border-color:#d95cb0}.compose-form .primary{font-size:11px}.mail-layout .empty{min-height:120px;display:grid;place-items:center}@media(max-width:800px){.mail-layout{grid-template-columns:1fr}.mail-address{text-align:left;margin-top:15px}}
.profile-grid{display:grid;grid-template-columns:260px 310px;gap:12px}.profile-card{display:grid;justify-items:start;gap:8px;padding:22px;background:linear-gradient(145deg,#2b1d2c,#5b2b4e);border:1px solid #6d3b60;border-radius:3px;color:#fff}.profile-avatar{width:48px;height:48px;display:grid;place-items:center;background:#d95cb0;border-radius:50%;font-size:20px;font-weight:700;box-shadow:0 0 20px rgba(217,92,176,.4)}.profile-card strong{font-size:17px}.profile-card span:not(.profile-avatar),.profile-card small{color:#e8cde2;font:10px 'DM Mono'}.audit-list{background:#fff;border:1px solid #cbd0d2;border-radius:2px}.audit-row{display:grid;grid-template-columns:10px 150px 1fr 170px;gap:10px;align-items:center;padding:13px 16px;border-bottom:1px solid #e4e7e8;font-size:11px}.audit-row:last-child{border:0}.audit-row time{color:#8a969a;font:10px 'DM Mono'}.audit-dot{width:6px;height:6px;background:#d95cb0;border-radius:50%;box-shadow:0 0 7px rgba(217,92,176,.5)}@media(max-width:700px){.profile-grid{grid-template-columns:1fr}.audit-row{grid-template-columns:10px 1fr}.audit-row time{grid-column:2}}
.dashboard-details{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(260px,.65fr);gap:12px;margin-top:12px;animation:card-rise .55s .28s ease both}.operations-panel,.activity-panel{padding:19px 20px;background:#fff;border:1px solid #cbd0d2;border-radius:2px;box-shadow:0 1px 1px rgba(35,45,50,.04)}.panel-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.panel-heading h3{margin:0;font-size:16px;font-weight:600}.health-pill{padding:5px 8px;background:#eef7ed;color:#5e8c59;border-radius:2px;font:10px 'DM Mono'}.health-pill i{display:inline-block;width:6px;height:6px;margin-right:5px;border-radius:50%;background:#78b66d;box-shadow:0 0 7px #78b66d}.health-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:22px}.health-item{padding-right:10px;border-right:1px solid #edf0f0}.health-item:last-child{border:0}.health-item span{display:block;color:#8a969a;font:9px 'DM Mono';letter-spacing:.05em}.health-item strong{display:block;margin:7px 0 3px;font-size:22px;letter-spacing:-.04em}.health-item strong small{font-size:12px;color:#8a969a;font-weight:500}.health-item>small{color:#9aa4a7;font-size:10px}.uptime-line{display:grid;grid-template-columns:1fr auto;gap:8px;align-items:center;margin-top:22px;color:#68757a;font:10px 'DM Mono'}.uptime-line span i{display:inline-block;width:6px;height:6px;margin-right:5px;border-radius:50%;background:#78b66d}.uptime-line>div{grid-column:1/-1;height:5px;background:#edf0f0;border-radius:4px;overflow:hidden}.uptime-line b{display:block;width:99.98%;height:100%;background:linear-gradient(90deg,#78b66d,#b6d76e);border-radius:4px}.activity-list{margin-top:13px}.activity-list>div{display:flex;align-items:center;gap:9px;padding:10px 0;border-bottom:1px solid #edf0f0}.activity-list>div:last-child{border:0}.activity-icon{display:grid;place-items:center;width:25px;height:25px;background:#fff4fb;color:#b34f91;border-radius:2px;font-style:normal}.activity-list span{display:grid;gap:3px;min-width:0;flex:1}.activity-list strong{font-size:10px;font-weight:600}.activity-list small,.activity-list time{color:#929da0;font-size:9px}.activity-list time{font-family:'DM Mono';align-self:flex-start}@media(max-width:850px){.dashboard-details{grid-template-columns:1fr}}@media(max-width:480px){.health-grid{grid-template-columns:1fr 1fr}.health-item:nth-child(2){border:0}.health-item:last-child{grid-column:1/-1;border-top:1px solid #edf0f0;padding-top:10px}.activity-list small{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}
