/* ZyroDevv CPanel Cloud V1.2 — Anime Signature UI
   Frontend-only polish. No backend, payment, database, or Pterodactyl logic changes. */
:root{
  --bg:#f4f7fc;
  --surface:#ffffff;
  --surface-2:#f7f9fd;
  --ink:#10182b;
  --muted:#6d7a90;
  --line:#e2e8f2;
  --primary:#2563eb;
  --primary2:#7c3aed;
  --cyan:#06b6d4;
  --green:#16b981;
  --yellow:#f59e0b;
  --red:#ef476f;
  --shadow:0 14px 42px rgba(39,61,104,.09);
  --shadow-strong:0 24px 70px rgba(37,99,235,.14);
  --radius:24px;
}
html,body{overflow-x:hidden}
body{
  background:
    radial-gradient(circle at 8% -4%,rgba(56,189,248,.16),transparent 30%),
    radial-gradient(circle at 96% 3%,rgba(167,139,250,.16),transparent 27%),
    linear-gradient(180deg,#f7faff 0%,#f2f6fc 58%,#f7f9fd 100%);
  background-attachment:fixed;
}
body:before{
  content:"";position:fixed;inset:0;pointer-events:none;z-index:-1;opacity:.38;
  background-image:linear-gradient(rgba(37,99,235,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(37,99,235,.025) 1px,transparent 1px);
  background-size:32px 32px;
  mask-image:linear-gradient(to bottom,black,transparent 72%);
}
::selection{background:#c7d2fe;color:#172554}
.card,.auth-card,.chat-box,.modal{
  border:1px solid rgba(226,232,242,.95);
  background:rgba(255,255,255,.94);
  box-shadow:var(--shadow);
}
.card{transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.card:hover{border-color:#d6e0f0}
.btn{min-height:46px;border-radius:15px;letter-spacing:-.01em}
.btn-primary{
  background:linear-gradient(120deg,#0ea5e9 0%,#2563eb 48%,#7c3aed 100%);
  box-shadow:0 12px 28px rgba(37,99,235,.25);
}
.btn-primary:hover{box-shadow:0 16px 34px rgba(37,99,235,.31)}
.btn-outline{border-color:#d9e2ef;background:rgba(255,255,255,.9)}
.input-wrap{min-height:54px;border-color:#dfe6f0;background:#f9fbfe;border-radius:17px}
.input-wrap:focus-within{background:#fff;border-color:#60a5fa;box-shadow:0 0 0 4px rgba(96,165,250,.15)}
.input-wrap input,.input-wrap select,.input-wrap textarea{min-width:0}
.field label{color:#3b4960;letter-spacing:-.015em}

/* Anime logo treatment */
.boot img,.brand-lockup img,.side-brand img,.user-card img,.avatar,.avatar-btn .avatar,.message>img{
  object-fit:cover;object-position:center;
}
.boot img,.brand-lockup img,.side-brand img{
  border:2px solid rgba(255,255,255,.85);
  box-shadow:0 14px 34px rgba(37,99,235,.20),0 0 0 5px rgba(96,165,250,.08);
}
.avatar-btn .avatar,.user-card img{
  border:2px solid #fff;box-shadow:0 7px 20px rgba(37,99,235,.16);
}

/* Header */
.topbar{
  height:78px;
  background:rgba(255,255,255,.88);
  border-bottom:1px solid rgba(218,227,239,.9);
  box-shadow:0 7px 26px rgba(48,67,105,.055);
}
.top-title{font-weight:800;letter-spacing:-.025em}
.top-sub{max-width:520px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.top-actions{gap:9px}
.icon-btn,.menu-btn,.avatar-btn{border-color:#dce5f0;box-shadow:0 7px 20px rgba(42,58,92,.055)}
.icon-btn:hover,.menu-btn:hover,.avatar-btn:hover{border-color:#bfdbfe;background:#f8fbff}
.count-dot{background:linear-gradient(135deg,#fb7185,#ef4444)}

/* Light premium drawer, close to supplied reference without copying it */
.sidebar{
  background:rgba(255,255,255,.985);
  color:var(--ink);
  border-right:1px solid #e2e8f0;
  box-shadow:18px 0 55px rgba(28,45,77,.09);
}
.side-brand{border-bottom:1px solid #edf1f6;margin-bottom:14px;padding-bottom:18px}
.side-brand strong{color:var(--ink)}
.side-brand small{color:var(--muted)}
.user-card{
  background:linear-gradient(135deg,#f4f8ff,#f8f5ff);
  border:1px solid #dfe8f5;color:var(--ink);
  box-shadow:0 9px 26px rgba(37,99,235,.07);
}
.role-chip{background:#e8f2ff!important;color:#2563eb!important;border:1px solid #d1e5ff}
.side-label{color:#8793a6}
.nav a{color:#46546a;border:1px solid transparent}
.nav a:hover{background:#f3f7fd;color:#1e40af;border-color:#e5edf8}
.nav a.active{
  color:#fff;border-color:transparent;
  background:linear-gradient(120deg,#0ea5e9,#2563eb 55%,#7c3aed);
  box-shadow:0 11px 24px rgba(37,99,235,.20);
}
.nav-icon{color:inherit}
.side-upgrade{
  background:linear-gradient(140deg,#0b3558,#155e75 48%,#4338ca);
  box-shadow:0 18px 38px rgba(37,99,235,.20);
}
.side-footer{border-top:1px solid #edf1f6}

/* Page typography */
.page-head h1,.create-panel-head h2,.card-title h2,.card-title h3{letter-spacing:-.035em}
.page-head p,.create-panel-head p{line-height:1.7}
.content{min-width:0}
.dashboard-page{gap:17px}
.dashboard-heading{
  padding:22px 24px;
  border:1px solid rgba(219,229,242,.95);
  border-radius:26px;
  background:linear-gradient(135deg,rgba(255,255,255,.96),rgba(245,249,255,.94));
  box-shadow:var(--shadow);
  overflow:hidden;position:relative;
}
.dashboard-heading:after{
  content:"";position:absolute;width:230px;height:230px;border-radius:50%;right:-90px;top:-120px;
  background:radial-gradient(circle,rgba(56,189,248,.22),rgba(124,58,237,.06) 52%,transparent 70%);
}
.dashboard-heading-copy,.dashboard-system{position:relative;z-index:1}
.dashboard-kicker{color:#1686d9}
.safe-typewriter{color:#111b31;letter-spacing:-.05em}
.typewriter-safe{padding-right:8px}
.dashboard-heading p{max-width:680px}
.dashboard-system{border-color:#dce7f4;background:#fff;color:#2563eb}

/* Account banner */
.dashboard-role,.role-banner{
  border:1px solid #dfe7f3;
  background:linear-gradient(115deg,#f7fbff 0%,#f6f4ff 58%,#fff8fd 100%);
  box-shadow:var(--shadow);
}
.dashboard-role:before{
  content:"";position:absolute;inset:0 auto 0 0;width:5px;border-radius:24px 0 0 24px;
  background:linear-gradient(#06b6d4,#2563eb,#7c3aed);
}
.dashboard-role .lock{background:linear-gradient(135deg,#dff7ff,#e8e7ff);color:#2563eb;box-shadow:inset 0 0 0 1px #d7e7fb}
.dashboard-role h3{letter-spacing:-.025em}
.compact-upgrade{background:linear-gradient(120deg,#f59e0b,#f97316,#ec4899);box-shadow:0 10px 22px rgba(249,115,22,.20)}

/* Statistics */
.dashboard-stats{gap:14px}
.dashboard-stat{
  border-color:#e1e8f2;background:linear-gradient(145deg,#fff,#f8fbff);
  box-shadow:0 11px 32px rgba(36,55,90,.075);
}
.dashboard-stat:hover{transform:translateY(-3px);box-shadow:var(--shadow-strong)}
.dashboard-stat-icon{
  background:linear-gradient(145deg,#e2f7ff,#eae7ff);
  color:#2563eb;box-shadow:inset 0 0 0 1px rgba(96,165,250,.14);
}
.dashboard-stat strong{letter-spacing:-.04em}

/* Server status */
.server-status-card{overflow:hidden}
.server-status-head{padding-bottom:14px;border-bottom:1px solid #edf1f6}
.server-status-icon{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:#e9f3ff}
.target-list{gap:10px}
.target{
  border:1px solid transparent;border-radius:16px;padding:14px 15px;
  box-shadow:none;
}
.target.online{background:#ecfbf5;border-color:#d4f5e7}
.target.offline{background:#fff1f4;border-color:#ffe0e7}
.target-state{font-weight:800}
.target.online .target-state{color:#059669}
.target.offline .target-state{color:#e11d48}
.server-upgrade-btn{background:#fff}

/* Create panel form */
.create-panel-card{border-color:#dfe7f2;overflow:hidden}
.create-panel-card:before{
  content:"";position:absolute;left:0;right:0;top:0;height:5px;
  background:linear-gradient(90deg,#06b6d4,#2563eb,#7c3aed);
}
.create-panel-head{text-align:left;display:flex;align-items:flex-start;justify-content:space-between;gap:16px}
.create-panel-head:after{
  content:"DEPLOY";display:inline-flex;padding:7px 11px;border-radius:999px;
  background:linear-gradient(135deg,#06b6d4,#7c3aed);color:#fff;font-size:10px;font-weight:800;letter-spacing:.08em;
}
.create-panel-head h2{font-size:30px}
.create-form-grid{gap:18px}
.deploy-button{min-height:54px;font-size:16px}

/* General components */
.activity-tabs{box-shadow:0 9px 28px rgba(38,56,91,.06);border-color:#e0e7f1}
.activity-tab.active{box-shadow:0 8px 18px rgba(37,99,235,.19)}
.panel-card,.activity-item,.notification-item,.promo-card{overflow:hidden}
.chip{border:1px solid #e0e7f1;background:#f7f9fc}
.empty{border:1px dashed #d4deeb;background:linear-gradient(145deg,#fff,#f8faff)}
.toast{border:1px solid rgba(255,255,255,.13);backdrop-filter:blur(12px)}
.modal-backdrop{backdrop-filter:blur(6px)}

/* Authentication */
.auth-brand{
  background:
    linear-gradient(150deg,rgba(5,18,34,.94),rgba(10,60,92,.93) 50%,rgba(58,45,145,.92)),
    url('/assets/anime-logo.webp') center/cover;
}
.auth-brand:before{background:radial-gradient(circle,#67e8f966,transparent 68%)}
.auth-brand:after{background:radial-gradient(circle,#c4b5fd66,transparent 68%)}
.brand-lockup img{width:78px;height:78px}
.auth-copy h2{letter-spacing:-.055em}
.auth-card{background:rgba(255,255,255,.93);border-color:rgba(255,255,255,.88)}
.google-btn{min-height:48px;transition:.2s}
.google-btn:hover{border-color:#93c5fd;box-shadow:0 10px 24px rgba(37,99,235,.10)}

/* Admin */
.admin-side{background:linear-gradient(180deg,#071423,#09233a 55%,#17194b)}
.admin-main{background:linear-gradient(180deg,#f7faff,#f2f6fc);min-width:0}
.table-wrap{border-radius:18px;border:1px solid #e1e8f2}
.table th{background:#f6f9fd}

@media(max-width:1050px){
  .sidebar{box-shadow:24px 0 65px rgba(15,23,42,.16)}
}
@media(max-width:780px){
  body{padding-bottom:0}
  .topbar{height:76px;padding:0 14px;background:rgba(255,255,255,.94)}
  .menu-btn{width:52px;height:52px;border-radius:18px}
  .icon-btn{width:48px;height:48px;border-radius:17px}
  .avatar-btn{width:52px;height:52px;border-radius:18px}
  .avatar-btn .avatar{width:44px;height:44px}
  .top-title{max-width:38vw;font-size:18px}
  .content{padding:16px 14px 32px}
  .dashboard-page{gap:14px}
  .dashboard-heading{padding:20px 18px;border-radius:23px}
  .safe-typewriter{font-size:clamp(26px,8.3vw,32px);line-height:1.13}
  .dashboard-heading p{font-size:13px;line-height:1.65}
  .dashboard-role{padding:16px 15px}
  .dashboard-role:before{width:4px}
  .dashboard-role .lock{width:48px;height:48px}
  .dashboard-role h3{font-size:17px;margin-bottom:3px}
  .dashboard-role p{font-size:11.5px}
  .compact-upgrade{min-height:42px;padding:9px 12px;font-size:12px}
  .dashboard-stats{gap:12px}
  .dashboard-stat{min-height:132px;padding:16px 8px;border-radius:21px}
  .dashboard-stat-placeholder{height:132px}
  .dashboard-stat-icon{width:48px;height:48px;border-radius:15px}
  .dashboard-stat strong{font-size:28px}
  .dashboard-stat span{font-size:12px}
  .server-status-card{padding:17px;border-radius:22px}
  .server-status-head>div{font-size:16px}
  .target{padding:12px 13px;border-radius:15px}
  .target-info b{max-width:49vw}
  .create-panel-card{padding:24px 17px;border-radius:23px}
  .create-panel-head{margin-bottom:23px}
  .create-panel-head h2{font-size:25px}
  .create-panel-head p{font-size:12.5px}
  .create-panel-head:after{font-size:9px;padding:6px 9px}
  .create-form-grid{gap:15px 10px}
  .create-form-grid label{font-size:13px}
  .create-form-grid .input-wrap{min-height:52px;padding:0 12px}
  .create-form-grid .input-wrap input,.create-form-grid .input-wrap select{font-size:14px}
  .deploy-button{min-height:52px}
  .sidebar{width:min(87vw,340px);padding:18px 16px}
  .side-brand img{width:56px;height:56px}
  .nav a{padding:12px 13px}
  .auth-brand{min-height:360px;background-position:58% 36%}
  .auth-brand:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,17,31,.16),rgba(7,18,35,.72));width:auto;height:auto;left:0;bottom:0;border-radius:0}
  .auth-copy,.brand-lockup{position:relative;z-index:2}
  .auth-panel{margin-top:-42px}
  .auth-card{padding:23px 20px}
  .page-head h1{font-size:27px}
}
@media(max-width:390px){
  .top-title{max-width:34vw;font-size:17px}
  .dashboard-role{align-items:center}
  .dashboard-role .role-banner-main{gap:10px}
  .compact-upgrade{padding:8px 10px}
  .dashboard-stat{min-height:126px}
  .safe-typewriter{font-size:25px}
  .create-panel-head:after{display:none}
  .create-form-grid{gap:13px 8px}
}
@media(prefers-reduced-motion:reduce){
  *,*:before,*:after{scroll-behavior:auto!important;animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}
}


/* V1.3.3 — Petinggi Anime Logo refinement */
.boot img,.brand-lockup img,.side-brand img,.user-card img,.avatar,.avatar-btn .avatar,.message>img{
  object-fit:cover!important;
  object-position:52% 38%!important;
}
.brand-lockup img,.side-brand img,.avatar-btn .avatar,.user-card img{
  background:#eef4ff;
  box-shadow:0 8px 26px rgba(67,56,202,.16),0 0 0 2px rgba(255,255,255,.9);
}
.role-chip[data-role="ceo"],.role-chip.petinggi{font-weight:900;letter-spacing:.04em}

/* V1.4.0 — Smart Experience & Stability */
.search-trigger{font-size:25px;font-weight:800}
.dashboard-quick-actions{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.dashboard-quick-actions button{border:1px solid #dfe7f2;background:rgba(255,255,255,.94);border-radius:19px;padding:15px;min-width:0;text-align:left;display:grid;grid-template-columns:42px 1fr;column-gap:11px;align-items:center;box-shadow:0 9px 26px rgba(36,55,90,.065);transition:.2s;cursor:pointer;color:var(--ink)}
.dashboard-quick-actions button:hover{transform:translateY(-2px);border-color:#bfdbfe;box-shadow:0 15px 32px rgba(37,99,235,.12)}
.dashboard-quick-actions button>span{grid-row:1/3;width:42px;height:42px;border-radius:13px;display:grid;place-items:center;color:#2563eb;background:linear-gradient(145deg,#e0f2fe,#ede9fe);font-size:20px;font-weight:900}
.dashboard-quick-actions b{font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dashboard-quick-actions small{font-size:11px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.command-modal{max-width:620px;padding:22px}.command-head{margin-bottom:14px}.command-search{display:flex;align-items:center;gap:11px;border:1px solid #dbe5f2;background:#f8fbff;border-radius:17px;padding:0 15px;min-height:56px}.command-search span{font-size:24px;color:#2563eb}.command-search input{width:100%;border:0;outline:0;background:transparent;font:inherit;font-size:16px;color:var(--ink)}
.command-results{display:grid;gap:7px;margin-top:12px;max-height:min(55vh,520px);overflow:auto}.command-item{border:1px solid transparent;background:transparent;border-radius:15px;padding:11px 12px;display:grid;grid-template-columns:42px 1fr auto;gap:11px;align-items:center;text-align:left;color:var(--ink);cursor:pointer}.command-item:hover,.command-item.selected{background:#f1f6ff;border-color:#d8e7ff}.command-icon{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;background:linear-gradient(145deg,#e0f2fe,#ede9fe);color:#2563eb;font-weight:900}.command-item b,.command-item small{display:block}.command-item small{color:var(--muted);margin-top:3px}.command-item em{font-style:normal;color:#94a3b8}.command-hint{display:flex;justify-content:space-between;color:#94a3b8;font-size:11px;margin-top:13px;padding-top:12px;border-top:1px solid #edf1f6}.command-empty{padding:24px}
.network-banner{position:fixed;left:50%;bottom:18px;transform:translateX(-50%);z-index:9999;background:#7f1d1d;color:#fff;padding:11px 18px;border-radius:999px;box-shadow:0 14px 34px rgba(127,29,29,.25);font-size:13px;font-weight:700;text-align:center;max-width:calc(100vw - 28px)}
.status-overview{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:18px}.status-summary{padding:18px;display:flex;gap:13px;align-items:center;min-width:0}.status-summary-icon{width:48px;height:48px;flex:0 0 48px;border-radius:15px;display:grid;place-items:center;background:linear-gradient(145deg,#e0f2fe,#ede9fe);color:#2563eb;font-weight:900;font-size:20px}.status-summary>div:last-child{min-width:0}.status-summary b,.status-summary small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.status-summary small{color:var(--muted);margin-top:4px}.status-dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:#10b981;margin-right:7px;box-shadow:0 0 0 5px rgba(16,185,129,.11)}.status-summary.warn .status-dot{background:#f59e0b;box-shadow:0 0 0 5px rgba(245,158,11,.11)}
.status-card-placeholder{min-height:92px}.status-main-card{padding:22px}.service-list{display:grid;gap:10px;margin-top:16px}.service-row{border:1px solid #e3eaf3;border-radius:17px;padding:15px;display:flex;align-items:center;justify-content:space-between;gap:16px;background:#fbfdff}.service-identity{display:flex;align-items:center;gap:12px;min-width:0}.service-identity>div{min-width:0}.service-identity b,.service-identity small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.service-identity small{color:var(--muted);margin-top:3px}.service-signal{width:12px;height:12px;border-radius:50%;background:#ef4444;box-shadow:0 0 0 6px rgba(239,68,68,.1)}.service-row.online .service-signal{background:#10b981;box-shadow:0 0 0 6px rgba(16,185,129,.1)}.service-metrics{text-align:right;flex:0 0 auto}.service-metrics span,.service-metrics strong{display:block}.service-metrics span{color:var(--muted);font-size:12px}.service-metrics strong{font-size:11px;margin-top:4px;color:#e11d48}.service-row.online .service-metrics strong{color:#059669}.status-note{margin-top:18px;display:flex;gap:13px;align-items:flex-start}.status-note-icon{width:38px;height:38px;flex:0 0 38px;border-radius:12px;background:#eaf2ff;color:#2563eb;display:grid;place-items:center;font-weight:900}.status-note p{margin:5px 0 0;color:var(--muted);line-height:1.6}
.security-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:18px;margin-bottom:18px}.security-score-card{display:flex;align-items:center;gap:22px;padding:24px;background:linear-gradient(135deg,#fff,#f4f8ff)}.security-ring{--score:0deg;width:132px;height:132px;flex:0 0 132px;border-radius:50%;display:grid;place-items:center;position:relative;background:conic-gradient(#2563eb var(--score),#e7edf6 0)}.security-ring:before{content:"";position:absolute;inset:12px;border-radius:50%;background:#fff}.security-ring strong,.security-ring span{position:relative;z-index:1}.security-ring strong{font-size:34px;letter-spacing:-.05em}.security-ring span{font-size:12px;color:var(--muted);position:absolute;bottom:33px}.security-score-card h2{margin:7px 0 6px}.security-action-card{padding:20px}.security-action{width:100%;display:grid;grid-template-columns:42px 1fr auto;gap:11px;align-items:center;text-align:left;border:0;border-top:1px solid #edf1f6;background:transparent;padding:13px 0;cursor:pointer;color:var(--ink)}.security-action:first-of-type{border-top:0}.security-action>span{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;background:#eef4ff;color:#2563eb;font-weight:900}.security-action b,.security-action small{display:block}.security-action small{color:var(--muted);margin-top:3px}.security-action em{font-size:24px;color:#94a3b8;font-style:normal}
.session-list,.security-event-list{display:grid;gap:10px;margin-top:15px}.session-item{border:1px solid #e3eaf3;border-radius:17px;padding:14px;display:grid;grid-template-columns:46px 1fr auto;gap:12px;align-items:center;background:#fbfdff}.session-item.current{border-color:#bfdbfe;background:#f4f8ff}.session-device{width:46px;height:46px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(145deg,#e0f2fe,#ede9fe);color:#2563eb;font-size:19px}.session-item b,.session-item small{display:block}.session-item small{color:var(--muted);margin-top:5px}.session-item>span{font-size:11px;color:var(--muted);text-align:right}.security-event{display:grid;grid-template-columns:42px 1fr auto;gap:12px;align-items:center;padding:13px 0;border-bottom:1px solid #edf1f6}.security-event:last-child{border-bottom:0}.security-event-icon{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;background:#eef4ff;color:#2563eb}.security-event b,.security-event small{display:block}.security-event small{color:var(--muted);margin-top:4px}.security-event time{font-size:11px;color:var(--muted)}
@media(max-width:900px){.status-overview{grid-template-columns:repeat(2,minmax(0,1fr))}.security-grid{grid-template-columns:1fr}.dashboard-quick-actions{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:780px){.top-actions{gap:6px}.search-trigger{display:none}.dashboard-quick-actions{gap:10px}.dashboard-quick-actions button{padding:12px 10px;grid-template-columns:38px 1fr;column-gap:9px}.dashboard-quick-actions button>span{width:38px;height:38px;border-radius:12px}.dashboard-quick-actions b{font-size:12px}.dashboard-quick-actions small{font-size:10px}.status-overview{gap:10px}.status-summary{padding:14px}.status-summary-icon{width:42px;height:42px;flex-basis:42px}.status-summary b{font-size:13px}.status-summary small{font-size:10px}.service-row{padding:13px}.service-metrics span{font-size:10px}.security-score-card{padding:18px;gap:15px}.security-ring{width:108px;height:108px;flex-basis:108px}.security-ring:before{inset:10px}.security-ring strong{font-size:29px}.security-ring span{bottom:25px}.session-item{grid-template-columns:42px 1fr}.session-item>span{grid-column:2;text-align:left}.session-device{width:42px;height:42px}.command-modal{padding:16px}.command-results{max-height:55vh}}
@media(max-width:390px){.status-overview{grid-template-columns:1fr}.security-score-card{align-items:flex-start}.security-ring{width:92px;height:92px;flex-basis:92px}.security-ring strong{font-size:25px}.security-ring span{bottom:19px}.dashboard-quick-actions button small{display:none}.dashboard-quick-actions button{min-height:64px}}
