/* ZyroDevv V1.7.2-HF7 — CADP one-time flow + polished responsive deploy UI */
:root{
  --hf7-ink:#101923;
  --hf7-muted:#657386;
  --hf7-line:#1e2d3a;
  --hf7-cyan:#0eb9c9;
  --hf7-blue:#356ff4;
  --hf7-mint:#5de0b7;
  --hf7-gold:#d99a13;
  --hf7-soft:#f3fbfc;
}
.dashboard-page{display:grid;gap:24px;max-width:1480px;margin:0 auto}
.dashboard-heading{
  padding:30px 32px!important;
  border:2px solid var(--hf7-line);
  border-radius:28px;
  background:
    radial-gradient(circle at 90% 10%,rgba(53,111,244,.16),transparent 32%),
    radial-gradient(circle at 5% 90%,rgba(14,185,201,.16),transparent 30%),
    linear-gradient(135deg,#fff,#f4fbff)!important;
  box-shadow:0 8px 0 var(--hf7-line),0 22px 50px rgba(28,54,78,.12);
}
.dashboard-heading-copy h1{font-size:clamp(2rem,4vw,3.7rem);letter-spacing:-.055em;line-height:1.02}
.dashboard-heading-copy p{max-width:760px;font-size:1.02rem}
.dashboard-system{border:1.5px solid var(--hf7-line);background:#fff;padding:10px 14px;border-radius:999px;box-shadow:0 3px 0 var(--hf7-line)}
.dashboard-quick-actions{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:14px!important}
.dashboard-quick-actions button{min-height:104px;padding:18px!important;border-radius:20px!important;text-align:left;display:grid;grid-template-columns:42px 1fr;grid-template-rows:auto auto;column-gap:12px;align-items:center}
.dashboard-quick-actions button>span{grid-row:1/3;width:42px;height:42px;display:grid;place-items:center;border-radius:13px;background:linear-gradient(135deg,#e7ffff,#e8efff);font-size:1.35rem;border:1.5px solid #a9c0cd}
.dashboard-quick-actions button>b{font-size:.98rem;align-self:end}.dashboard-quick-actions button>small{align-self:start;color:var(--hf7-muted);line-height:1.25}
.dashboard-role{padding:20px 22px!important;gap:18px}
.dashboard-role .role-banner-main{min-width:0}.dashboard-role .role-banner-main p{line-height:1.65;overflow-wrap:anywhere}
.dashboard-stats{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px!important}
.dashboard-stat{min-height:126px;border-radius:22px!important}.dashboard-stat strong{font-size:clamp(1.55rem,2.5vw,2.25rem)!important}
.server-status-premium{border-radius:26px!important;padding:24px!important}
.server-target-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.server-target-row{margin:0!important;min-height:92px;border-radius:18px!important}
.deploy-zone-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(360px,.65fr);gap:24px;align-items:start}
.premium-deploy-card,.cadp-card{border-radius:28px!important;overflow:visible}
.premium-deploy-card{padding:28px!important;background:linear-gradient(155deg,#fff 0%,#f7fcff 100%)!important}
.create-panel-head{display:grid;grid-template-columns:1fr auto;gap:20px;align-items:center;padding-bottom:22px;border-bottom:1.5px solid #dce8ee;margin-bottom:22px}
.create-panel-head>p{max-width:330px;text-align:right;margin:0;color:var(--hf7-muted)}
.deploy-title-icon{width:54px!important;height:54px!important;border:2px solid var(--hf7-line)!important;box-shadow:0 4px 0 var(--hf7-line);border-radius:16px!important}
.premium-create-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px!important}
.premium-create-grid>.field.full{grid-column:1/-1}
.premium-create-grid>.account-mode-field,.premium-create-grid>.runtime-field{grid-column:auto!important}
.account-mode-options,.runtime-options{grid-template-columns:1fr!important;gap:11px!important}
.account-mode-option,.runtime-option{min-height:86px!important;border-radius:17px!important;padding:14px!important}
.premium-deploy-button{min-height:58px;font-size:.95rem;letter-spacing:.08em;margin-top:2px}
.cadp-card{position:sticky;top:86px;padding:25px!important;background:
  radial-gradient(circle at 100% 0,rgba(217,154,19,.20),transparent 34%),
  linear-gradient(160deg,#fffef8,#f7fbff 70%)!important}
.cadp-card-head{display:grid;grid-template-columns:54px 1fr auto;gap:14px;align-items:start;padding-bottom:20px;border-bottom:1.5px solid #d9e5eb;margin-bottom:20px}
.cadp-card-head h2{margin:3px 0 6px;font-size:1.55rem;line-height:1.1}.cadp-card-head p{margin:0;color:var(--hf7-muted);line-height:1.45}
.cadp-icon{width:52px;height:52px;display:grid;place-items:center;border-radius:16px;background:linear-gradient(135deg,#ffeaaa,#f2b72f);border:2px solid var(--hf7-line);box-shadow:0 4px 0 var(--hf7-line);font-size:1.45rem}
.cadp-limit-pill{font-size:.68rem;font-weight:950;letter-spacing:.08em;padding:8px 10px;border-radius:999px;border:1.5px solid var(--hf7-line);background:#fff3c9;color:#7e5300;white-space:nowrap}
.cadp-loading,.cadp-pending{min-height:180px;display:flex;align-items:center;justify-content:center;gap:13px;text-align:center;color:var(--hf7-muted)}
.cadp-loading>span,.cadp-spinner{width:22px;height:22px;border:3px solid #c8d9e1;border-top-color:var(--hf7-blue);border-radius:50%;animation:hf7spin .8s linear infinite}@keyframes hf7spin{to{transform:rotate(360deg)}}
.cadp-rules{display:grid;gap:10px;margin-bottom:16px}.cadp-rules>div{display:grid;grid-template-columns:34px 1fr;gap:10px;align-items:center;padding:11px 12px;border:1.5px solid #c7d8e0;border-radius:15px;background:rgba(255,255,255,.78)}
.cadp-rules>div>span{width:32px;height:32px;display:grid;place-items:center;border-radius:10px;background:#e8fbfd;color:#087c89;font-size:.72rem;font-weight:950}.cadp-rules p{margin:0;display:grid;gap:2px}.cadp-rules small{color:var(--hf7-muted);line-height:1.35}
.cadp-target-list{display:grid;gap:10px}.cadp-target-option{position:relative;display:grid;grid-template-columns:20px 38px 1fr auto;gap:10px;align-items:center;padding:13px;border:2px solid #b8cad4;border-radius:17px;background:#fff;cursor:pointer;transition:.18s ease}
.cadp-target-option:has(input:checked){border-color:var(--hf7-blue);box-shadow:0 0 0 4px rgba(53,111,244,.11)}.cadp-target-option input{position:absolute;opacity:0}.cadp-radio{width:18px;height:18px;border:2px solid #7f96a5;border-radius:50%;box-shadow:inset 0 0 0 4px #fff}.cadp-target-option:has(input:checked) .cadp-radio{background:var(--hf7-blue);border-color:var(--hf7-blue)}
.cadp-server-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:#eef9fb}.cadp-server-icon svg{width:20px}.cadp-target-option>span:nth-of-type(3){display:grid;gap:3px;min-width:0}.cadp-target-option small{color:var(--hf7-muted);white-space:normal}.cadp-target-option em{font-style:normal;font-size:.62rem;font-weight:950;padding:6px 7px;border-radius:999px;background:#dcfce7;color:#087443}.cadp-target-option.offline em{background:#fee2e2;color:#b91c1c}.cadp-target-option.offline{opacity:.72}
.cadp-create-button{min-height:56px;margin-top:15px;letter-spacing:.065em}.cadp-warning{text-align:center;color:#7a8795;font-size:.72rem;line-height:1.45;margin:12px 8px 0}
.cadp-no-target{padding:20px;text-align:center;display:grid;gap:5px;border:1.5px dashed #9db0bc;border-radius:16px;background:#f8fbfc}.cadp-no-target small{color:var(--hf7-muted)}
.cadp-locked{min-height:250px;display:grid;place-items:center;text-align:center;gap:10px;padding:20px}.cadp-lock-icon{width:70px;height:70px;display:grid;place-items:center;border-radius:22px;background:#eef2f6;border:2px solid var(--hf7-line);font-size:2rem}.cadp-locked span{font-size:.69rem;font-weight:950;letter-spacing:.12em;color:#8b5cf6}.cadp-locked h3{font-size:1.45rem;margin:2px 0}.cadp-locked p{color:var(--hf7-muted);line-height:1.55;max-width:390px;margin:0}
.cadp-success{display:grid;grid-template-columns:56px 1fr;gap:14px;align-items:center;padding:17px;border:1.5px solid #83d9bc;border-radius:18px;background:linear-gradient(135deg,#ecfff7,#f8fffc)}.cadp-success-mark{width:54px;height:54px;display:grid;place-items:center;border-radius:17px;background:var(--hf7-mint);border:2px solid var(--hf7-line);font-size:1.45rem;font-weight:950}.cadp-success span{font-size:.68rem;font-weight:950;color:#087451;letter-spacing:.12em}.cadp-success h3{margin:2px 0 4px}.cadp-success p{margin:0;color:var(--hf7-muted);line-height:1.4}
.cadp-account-summary{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:14px 0}.cadp-account-summary>div{padding:12px;border:1.5px solid #cad9e0;border-radius:14px;background:#fff;display:grid;gap:3px;min-width:0}.cadp-account-summary small{font-size:.62rem;letter-spacing:.1em;color:#718093;font-weight:900}.cadp-account-summary b{overflow-wrap:anywhere}
.cadp-credential-intro{background:linear-gradient(120deg,#fff8dc,#effcff)!important;border-color:#d4b050!important}.cadp-credential-intro>span{background:#f6c344!important;color:#3f2c00!important}
.permanent-role-card,.claim-access-hero{border-radius:24px!important}.timeline-row{padding:13px 0!important}
.admin-cadp-note{background:#fff8dd!important;border-color:#e0be63!important}
@media(max-width:1180px){
  .dashboard-quick-actions{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .deploy-zone-grid{grid-template-columns:1fr}.cadp-card{position:relative;top:auto}
}
@media(max-width:820px){
  .dashboard-page{gap:18px}.dashboard-heading{padding:24px 20px!important;border-radius:23px}.dashboard-system{display:none}
  .dashboard-quick-actions{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.dashboard-quick-actions button{min-height:92px;padding:13px!important;grid-template-columns:36px 1fr;column-gap:9px}.dashboard-quick-actions button>span{width:36px;height:36px}
  .dashboard-stats{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:11px!important}.dashboard-stat{min-height:108px}
  .server-target-list{grid-template-columns:1fr}.server-target-row{min-height:82px}
  .premium-deploy-card,.cadp-card{padding:20px 16px!important;border-radius:23px!important}.create-panel-head{grid-template-columns:1fr}.create-panel-head>p{text-align:left;max-width:none}
  .premium-create-grid{grid-template-columns:1fr!important}.premium-create-grid>.account-mode-field,.premium-create-grid>.runtime-field{grid-column:1/-1!important}
  .cadp-card-head{grid-template-columns:48px 1fr}.cadp-limit-pill{grid-column:1/-1;justify-self:start}.cadp-icon{width:46px;height:46px}
}
@media(max-width:520px){
  .dashboard-heading-copy h1{font-size:2.15rem}.dashboard-heading-copy p{font-size:.9rem}
  .dashboard-quick-actions button{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:3px;min-height:112px}.dashboard-quick-actions button>span{margin-bottom:4px}.dashboard-quick-actions button>b{font-size:.9rem}.dashboard-quick-actions button>small{font-size:.68rem}
  .dashboard-role{align-items:flex-start!important;flex-direction:column!important}.dashboard-role .compact-upgrade{width:100%}
  .server-status-premium{padding:17px 13px!important}.server-target-row{grid-template-columns:12px 36px minmax(0,1fr)!important}.server-target-meta{grid-column:3;text-align:left!important;margin-top:3px}
  .account-mode-option,.runtime-option{min-height:78px!important;padding:12px!important}.cadp-target-option{grid-template-columns:18px 34px 1fr}.cadp-target-option>em{grid-column:3;justify-self:start}.cadp-account-summary{grid-template-columns:1fr}
  .credentials-actions{grid-template-columns:1fr!important}.credentials-actions .btn{width:100%}
}
