/**
 * Ivy Client Portal core shell, v51.1.84.
 *
 * This file replaces the historical override stack with one bounded shell for
 * every standard portal route. Route-specific presentation lives in the
 * navigation, Office Park, Billing and Chat component files.
 */

/* Safe theme takeover. Never hide the portal's own header or footer elements. */
body.ivy-portal-page{margin:0!important;padding:0!important;overflow-x:hidden!important;background:#040a14!important;color:#eef5ff!important}
body.ivy-portal-page .site-header,
body.ivy-portal-page .site-footer,
body.ivy-portal-page #masthead,
body.ivy-portal-page #colophon,
body.ivy-portal-page .entry-header,
body.ivy-portal-page .page-header,
body.ivy-portal-page .nav-wrapper,
body.ivy-portal-page [class*="silver-ivy-mobile-header"],
body.ivy-portal-page [id*="silver-ivy-mobile-header"],
body.ivy-portal-page [class*="mobile-header"],
body.ivy-portal-page [id*="mobile-header"],
body.ivy-portal-page [class*="mobile_header"],
body.ivy-portal-page [id*="mobile_header"]{display:none!important}
body.ivy-portal-page #page,
body.ivy-portal-page #content,
body.ivy-portal-page .site-content,
body.ivy-portal-page .content-area,
body.ivy-portal-page .site-main,
body.ivy-portal-page .entry-content,
body.ivy-portal-page .wp-block-post-content,
body.ivy-portal-page #primary{width:100%!important;max-width:none!important;margin:0!important;padding:0!important;background:transparent!important}

.portal-outer-container{
  width:100%;
  min-width:0;
  overflow-x:clip;
  max-width:1600px;
  min-height:100dvh;
  margin:0 auto;
  position:relative;
  isolation:isolate;
  background:#07101f;
  box-shadow:0 0 90px rgba(0,0,0,.45);
}
.portal-wrapper{display:flex;width:100%;max-width:100%;min-width:0;min-height:100dvh;position:relative;overflow-x:clip}
.portal-content-right{flex:1 1 auto;width:100%;min-width:0;max-width:calc(100% - var(--ivy-sidebar-width,268px));position:relative;z-index:2;overflow-x:clip}
body.admin-bar .portal-outer-container,body.admin-bar .portal-wrapper{min-height:calc(100dvh - 32px)}
body.admin-bar .ivy-main{min-height:calc(100dvh - 32px)}

.ivy-portal{
  --g:#72aefc;
  --g2:#9ac9ff;
  --gr:114,174,252;
  --violet:#a98cff;
  --bg:#07101f;
  --bg-deep:#040a14;
  --surf:#0c1728;
  --surf2:#101d31;
  --surf3:#14243b;
  --card:rgba(13,27,48,.88);
  --card-strong:#0d1a2e;
  --bd:rgba(166,197,240,.11);
  --bd2:rgba(166,197,240,.2);
  --txt:#eef5ff;
  --sub:#91a5c2;
  --muted:#6f85a5;
  --green:#49dfa5;
  --yellow:#ffd166;
  --red:#ff7482;
  --shadow:0 18px 48px rgba(0,0,0,.25);
  --radius:18px;
  --radius-sm:13px;
  --font:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  --ivy-sidebar-width:clamp(260px,var(--ivy-sidebar-admin,268px),272px);
  --ivy-content-pad-safe:clamp(18px,var(--ivy-content-pad,24px),34px);
  box-sizing:border-box;
  width:100%;
  max-width:100%;
  min-width:0;
  overflow-x:clip;
  margin:0;
  padding:0;
  min-height:100dvh;
  color:var(--txt);
  background:
    radial-gradient(circle at 86% 8%,rgba(88,141,225,.12),transparent 32%),
    radial-gradient(circle at 24% 92%,rgba(102,86,214,.08),transparent 34%),
    linear-gradient(145deg,var(--bg),var(--bg-deep));
  font-family:var(--font);
  line-height:1.5;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
}
.ivy-portal,.ivy-portal *,.ivy-portal *::before,.ivy-portal *::after{box-sizing:border-box}
.ivy-portal a{color:inherit}
.ivy-portal button,.ivy-portal input,.ivy-portal select,.ivy-portal textarea{font:inherit}
.ivy-portal img{max-width:100%}
.ivy-portal [hidden]{display:none!important}
.ivy-portal ::selection{background:rgba(114,174,252,.3);color:#fff}
.ivy-portal :focus-visible{outline:3px solid rgba(114,174,252,.42);outline-offset:2px}

/* Quiet background texture stays inside the bounded shell. */
.ivy-portal::before,.ivy-portal::after{content:"";position:absolute;inset:0;pointer-events:none;z-index:0}
.ivy-portal::before{background:var(--ivy-portal-bg-1,none) center/cover no-repeat;opacity:.12;mix-blend-mode:screen}
.ivy-portal::after{background:linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.014) 1px,transparent 1px);background-size:42px 42px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.8),transparent 85%)}
.ivy-particles{position:absolute;inset:0;z-index:0;pointer-events:none;opacity:.18}

/* Main application column */
.ivy-main{display:flex;flex-direction:column;width:100%;max-width:100%;min-width:0;min-height:100dvh;position:relative;z-index:2;background:linear-gradient(180deg,rgba(7,16,31,.72),rgba(7,16,31,.94))}
.ivy-topbar{
  position:sticky;
  top:0;
  z-index:60;
  display:flex;
  align-items:center;
  gap:14px;
  min-height:68px;
  padding:11px clamp(16px,2vw,26px);
  border-bottom:1px solid var(--bd);
  background:rgba(7,16,31,.9);
  backdrop-filter:blur(18px) saturate(1.2);
  -webkit-backdrop-filter:blur(18px) saturate(1.2);
}
body.admin-bar .ivy-topbar{top:32px}
.ivy-topbar>div:nth-child(2){min-width:0}
.ivy-topbar-title{color:var(--txt);font-size:clamp(16px,1.3vw,20px);font-weight:850;letter-spacing:-.02em;line-height:1.15}
.ivy-topbar-sub{margin-top:4px;max-width:680px;color:var(--sub);font-size:12px;line-height:1.35;white-space:normal}
.ivy-topbar-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;margin-left:auto;min-width:0}
.ivy-topbar-chip{position:relative;display:flex;align-items:center;gap:7px}
.ivy-topbar-chip__label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}
.ivy-topbar-iconbtn{position:relative;display:grid;place-items:center;width:44px;height:44px;min-width:44px;min-height:44px;padding:0;border:1px solid var(--bd2);border-radius:13px;background:rgba(255,255,255,.045);color:var(--txt);cursor:pointer}
.ivy-topbar-iconbtn .ivy-bell-svg{display:block;width:20px;height:20px;overflow:visible;color:currentColor;transform:none}
.ivy-topbar-iconbtn:hover{background:rgba(255,255,255,.085);border-color:rgba(var(--gr),.4)}
.ivy-notify-badge{position:absolute;top:-5px;right:-5px;display:grid;place-items:center;min-width:19px;height:19px;padding:0 5px;border:2px solid var(--bg);border-radius:999px;background:#ff5e75;color:#fff;font-size:9px;font-weight:900}
.ivy-notify-panel{position:absolute;right:0;top:calc(100% + 10px);width:min(390px,calc(100vw - 30px));max-height:min(68dvh,570px);overflow:auto;padding:10px;border:1px solid var(--bd2);border-radius:17px;background:rgba(7,17,34,.99);box-shadow:0 28px 80px rgba(0,0,0,.55);opacity:0;visibility:hidden;transform:translateY(-7px);transition:opacity .16s ease,transform .16s ease,visibility .16s ease}
.ivy-notify-panel.open{opacity:1;visibility:visible;transform:none}
.ivy-notify-panel__hd{padding:8px 9px 11px;color:var(--txt);font-size:13px;font-weight:850;border-bottom:1px solid var(--bd)}
.ivy-notice-item{margin-top:8px;padding:11px;border:1px solid var(--bd);border-radius:12px;background:rgba(255,255,255,.03)}
.ivy-notice-item__meta{color:var(--muted);font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.ivy-notice-item__title{margin-top:4px;color:var(--txt);font-size:12px;font-weight:800}
.ivy-notice-item__body{margin-top:4px;color:var(--sub);font-size:11px;line-height:1.5}
.ivy-notice-item__cta{display:inline-flex;margin-top:8px;color:var(--g)!important;font-size:11px;font-weight:850;text-decoration:none}
.ivy-notice-empty{padding:22px 12px;text-align:center;color:var(--sub);font-size:12px}

.ivy-content{
  width:100%;
  max-width:min(var(--ivy-content-max,1280px),100%);
  margin:0 auto;
  padding:clamp(24px,2.6vw,38px);
  padding-bottom:max(110px,calc(76px + env(safe-area-inset-bottom)));
  position:relative;
  z-index:3;
}
.ivy-portal-main{width:100%;max-width:1220px;margin:0 auto}

.ivy-portal .ivy-main,
.ivy-portal .ivy-content,
.ivy-portal .ivy-portal-main,
.ivy-portal .portal-page-content { width:100%;max-width:100%;min-width:0; }

body.ivy-has-quick-chat .ivy-content {
  padding-bottom:max(132px,calc(98px + env(safe-area-inset-bottom)));
}

/* Buttons */
.ivy-btn,.ivy-portal button.ivy-btn,.ivy-portal a.ivy-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:43px;
  padding:10px 15px;
  border:1px solid transparent;
  border-radius:12px;
  text-decoration:none!important;
  font-size:13px;
  font-weight:820;
  line-height:1.15;
  cursor:pointer;
  white-space:normal;
  transition:transform .16s ease,background-color .16s ease,border-color .16s ease,box-shadow .16s ease,opacity .16s ease;
}
.ivy-btn:hover{transform:translateY(-1px)}
.ivy-btn--primary{background:linear-gradient(135deg,var(--g),var(--g2));border-color:rgba(154,201,255,.5);color:#061426!important;box-shadow:0 10px 26px rgba(74,139,229,.2)}
.ivy-btn--primary:hover{filter:brightness(1.06);box-shadow:0 14px 34px rgba(74,139,229,.28)}
.ivy-btn--ghost{background:rgba(255,255,255,.045);border-color:var(--bd2);color:var(--txt)!important}
.ivy-btn--ghost:hover{background:rgba(255,255,255,.085);border-color:rgba(var(--gr),.4)}
.ivy-btn--sm{min-height:36px;padding:8px 11px;border-radius:10px;font-size:11.5px}
.ivy-btn[disabled],.ivy-btn.is-disabled,.ivy-btn[aria-disabled="true"]{opacity:.45;pointer-events:none;transform:none}

/* Cards, sections and grids */
.ivy-card,.ivy-site-card,.ivy-pkg-card,.ivy-addon-card,.ivy-contact-panel,.ivy-contact-form-card,.ivy-email-request-card,.ivy-email-settings-box{
  border:1px solid var(--bd);
  border-radius:var(--radius);
  background:linear-gradient(145deg,rgba(14,28,49,.9),rgba(9,20,38,.92));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.025),0 16px 44px rgba(0,0,0,.16);
}
.ivy-card{overflow:visible;padding:clamp(21px,2.2vw,28px)}
.ivy-grid-2,.ivy-grid-3,.ivy-grid-4{display:grid;gap:clamp(16px,var(--ivy-gap-admin,20px),26px);align-items:stretch}
.ivy-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.ivy-grid-2--tight{gap:11px}
.ivy-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.ivy-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.ivy-section-hd{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin:0 0 18px}
.ivy-section-hd--compact{align-items:center;margin-bottom:10px}
.ivy-section-title{color:var(--txt);font-size:clamp(16px,1.35vw,20px);font-weight:850;letter-spacing:-.02em;line-height:1.2}
.ivy-section-sub{margin-top:4px;color:var(--sub);font-size:12px;line-height:1.5}

/* Compact standard-route intro. The shared topbar owns the page title. */
.ivy-route-intro{
  position:relative;
  isolation:isolate;
  min-height:96px;
  margin:0 0 18px;
  overflow:hidden;
  border:1px solid var(--bd);
  border-radius:18px;
  background:linear-gradient(145deg,rgba(14,31,55,.9),rgba(8,20,39,.93));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.03),0 14px 38px rgba(0,0,0,.16);
}
.ivy-route-intro::before{content:"";position:absolute;inset:0;background:var(--ivy-route-intro-image,none) center/cover no-repeat;opacity:.16;filter:saturate(.85) contrast(1.08)}
.ivy-route-intro::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,17,33,.98),rgba(7,17,33,.76) 58%,rgba(7,17,33,.42))}
.ivy-route-intro__copy{position:relative;z-index:1;display:grid;align-content:center;min-height:96px;max-width:780px;padding:20px 24px}
.ivy-route-intro__eyebrow{color:var(--g);font-size:9px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.ivy-route-intro p{margin:6px 0 0;color:#a6bad5;font-size:13px;line-height:1.55}
.ivy-hero{display:none!important}

/* Forms */
.ivy-field{display:grid;gap:8px;min-width:0}
.ivy-label{display:block;margin:0;color:#c5d4e8;font-size:11px;font-weight:780;letter-spacing:.02em}
.ivy-input,.ivy-select,.ivy-textarea,.ivy-q-field,.ivy-portal input[type="text"],.ivy-portal input[type="email"],.ivy-portal input[type="password"],.ivy-portal input[type="url"],.ivy-portal input[type="tel"],.ivy-portal input[type="number"],.ivy-portal input[type="search"],.ivy-portal select,.ivy-portal textarea{
  width:100%;
  min-width:0;
  min-height:44px;
  padding:10px 12px;
  border:1px solid rgba(145,184,238,.2)!important;
  border-radius:12px!important;
  background:#0b192d!important;
  color:var(--txt)!important;
  -webkit-text-fill-color:var(--txt)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.025)!important;
  outline:none;
}
.ivy-textarea,.ivy-portal textarea{min-height:112px;resize:vertical}
.ivy-input::placeholder,.ivy-textarea::placeholder,.ivy-portal input::placeholder,.ivy-portal textarea::placeholder{color:#687e9d!important;-webkit-text-fill-color:#687e9d!important}
.ivy-input:focus,.ivy-select:focus,.ivy-textarea:focus,.ivy-q-field:focus,.ivy-portal input:focus,.ivy-portal select:focus,.ivy-portal textarea:focus{border-color:rgba(var(--gr),.72)!important;box-shadow:0 0 0 4px rgba(var(--gr),.1)!important}
.ivy-select option,.ivy-portal select option{background:#0b192d;color:var(--txt)}
.ivy-field-hint{color:var(--muted);font-size:10.5px;line-height:1.45}

/* Notices and empty states */
.ivy-alert{display:flex;align-items:flex-start;gap:10px;padding:13px 15px;border:1px solid rgba(var(--gr),.24);border-radius:13px;background:rgba(var(--gr),.08);color:#bed9ff;font-size:12.5px;line-height:1.5}
.ivy-alert--warn{border-color:rgba(255,209,102,.25);background:rgba(255,209,102,.08);color:#ffe5a5}
.ivy-alert--err{border-color:rgba(255,116,130,.28);background:rgba(255,116,130,.09);color:#ffc1c8}
.ivy-alert--info{border-color:rgba(var(--gr),.26);background:rgba(var(--gr),.09)}
.ivy-empty{display:grid;justify-items:center;gap:10px;max-width:720px;margin:28px auto;padding:clamp(30px,6vw,64px) 24px;border:1px dashed rgba(150,190,245,.2);border-radius:22px;background:rgba(255,255,255,.025);text-align:center}
.ivy-empty-icon{display:grid;place-items:center;width:58px;height:58px;border:1px solid rgba(var(--gr),.24);border-radius:18px;background:rgba(var(--gr),.09);font-size:26px}
.ivy-empty-title{color:var(--txt);font-size:20px;font-weight:850;letter-spacing:-.025em}
.ivy-empty-sub{max-width:560px;color:var(--sub);font-size:12.5px;line-height:1.6}

/* Badges and progress */
.ivy-badge{display:inline-flex;align-items:center;gap:6px;min-height:25px;padding:4px 9px;border:1px solid var(--bd);border-radius:999px;background:rgba(255,255,255,.045);color:#b7c8df;font-size:9.5px;font-weight:850;text-transform:uppercase;letter-spacing:.05em}
.ivy-badge--green{border-color:rgba(73,223,165,.25);background:rgba(73,223,165,.09);color:#8cf0c8}
.ivy-badge--yellow{border-color:rgba(255,209,102,.25);background:rgba(255,209,102,.09);color:#ffe29b}
.ivy-badge--gray{color:#9bacbf}
.ivy-badge--dot::before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor}
.ivy-progress-wrap,.ivy-project-row__bar{height:8px;overflow:hidden;border-radius:999px;background:rgba(255,255,255,.065)}
.ivy-progress-bar,.ivy-project-row__bar>span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--g),var(--g2))}

/* Stats */
.ivy-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.ivy-stat{min-width:0;padding:15px;border:1px solid var(--bd);border-radius:15px;background:rgba(255,255,255,.03)}
.ivy-stat-val{color:var(--txt);font-size:22px;font-weight:900;letter-spacing:-.035em}
.ivy-stat-label{margin-top:3px;color:var(--sub);font-size:10px;font-weight:750;text-transform:uppercase;letter-spacing:.06em}
.ivy-stat-meta{margin-top:4px;color:var(--muted);font-size:10px}

/* Projects and package cards */
.ivy-site-card{padding:18px;min-width:0}
.ivy-site-name{color:var(--txt);font-size:17px;font-weight:850;overflow-wrap:anywhere}
.ivy-site-domain{margin-top:4px;color:var(--g);font-size:12px;overflow-wrap:anywhere}
.ivy-site-meta{display:flex;flex-wrap:wrap;gap:6px;margin-top:12px;color:var(--sub);font-size:11px}
.ivy-site-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}
.ivy-site-edit-panel{display:none;margin-top:16px;padding:14px;border:1px solid var(--bd);border-radius:14px;background:rgba(0,0,0,.16)}
.ivy-pkg-card{display:flex;flex-direction:column;gap:12px;padding:18px;min-width:0}
.ivy-pkg-name{color:var(--txt);font-size:18px;font-weight:850}
.ivy-pkg-features{display:grid;gap:7px;margin:0;padding:0;list-style:none;color:var(--sub);font-size:11.5px}
.ivy-pkg-features li{position:relative;padding-left:18px}.ivy-pkg-features li::before{content:"✓";position:absolute;left:0;color:var(--green);font-weight:900}
.ivy-project-table{display:grid;gap:10px}
.ivy-project-row{display:grid;grid-template-columns:minmax(180px,1.3fr) minmax(160px,1fr) minmax(150px,.7fr) auto;gap:14px;align-items:center;padding:15px;border:1px solid var(--bd);border-radius:15px;background:rgba(255,255,255,.028)}
.ivy-project-row__main{min-width:0}.ivy-project-row__name{color:var(--txt);font-weight:850;overflow-wrap:anywhere}.ivy-project-row__domain{margin-top:3px;color:var(--g);font-size:11px;overflow-wrap:anywhere}
.ivy-project-row__statusline,.ivy-project-row__badges{display:flex;flex-wrap:wrap;gap:6px;align-items:center}.ivy-project-row__statusmeta{margin-top:5px;color:var(--muted);font-size:10px}

/* Add-ons store */
.ivy-addon-store-hero{position:relative;display:grid;grid-template-columns:minmax(0,1.5fr) minmax(220px,.5fr);gap:22px;overflow:hidden;margin-bottom:22px;padding:clamp(24px,4vw,42px);border:1px solid var(--bd);border-radius:22px;background:linear-gradient(105deg,rgba(5,14,29,.98),rgba(8,25,48,.86)),var(--addon-hero) center/cover;box-shadow:var(--shadow)}
.ivy-addon-store-hero>div>span{color:var(--g);font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.ivy-addon-store-hero h1{max-width:760px;margin:8px 0 10px;color:var(--txt);font-size:clamp(26px,4vw,44px);line-height:1.02;letter-spacing:-.045em}.ivy-addon-store-hero p{max-width:720px;margin:0;color:var(--sub);font-size:13px;line-height:1.6}.ivy-addon-store-hero__actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px}
.ivy-addon-store-hero aside{align-self:start;display:grid;gap:6px;padding:15px;border:1px solid var(--bd);border-radius:16px;background:rgba(5,14,28,.72)}.ivy-addon-store-hero aside strong{margin-bottom:3px;color:var(--txt);font-size:11px;text-transform:uppercase;letter-spacing:.08em}.ivy-addon-store-hero aside a{padding:8px;border-radius:9px;color:var(--sub);font-size:11px;text-decoration:none}.ivy-addon-store-hero aside a:hover{background:rgba(255,255,255,.05);color:var(--txt)}
.ivy-addon-category-tabs{display:flex;gap:9px;overflow-x:auto;overflow-y:hidden;margin:0 0 24px;padding:4px 2px 10px;scrollbar-width:thin;scroll-snap-type:x proximity;overscroll-behavior-inline:contain}.ivy-addon-category-tabs a{display:inline-flex;align-items:center;gap:8px;flex:0 0 auto;padding:10px 13px;scroll-snap-align:start;border:1px solid var(--bd);border-radius:999px;background:rgba(255,255,255,.035);color:var(--sub);font-size:10.5px;font-weight:800;text-decoration:none}.ivy-addon-category-tabs a:hover{border-color:rgba(var(--gr),.36);color:var(--txt)}.ivy-addon-category-tabs b{display:grid;place-items:center;min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:rgba(var(--gr),.12);color:#cfe4ff;font-size:9px}
.ivy-addon-store-section{scroll-margin-top:94px;margin-bottom:28px}.ivy-addon-category-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:12px}.ivy-addon-category-head>div{display:grid;grid-template-columns:auto 1fr;gap:2px 9px;align-items:center}.ivy-addon-category-head>div>span{grid-row:1/3;font-size:22px}.ivy-addon-category-head h2{margin:0;color:var(--txt);font-size:17px}.ivy-addon-category-head p{margin:0;color:var(--sub);font-size:11px}.ivy-addon-category-head>a{color:var(--g);font-size:10.5px;font-weight:800;text-decoration:none}
.ivy-addon-card{display:flex;gap:15px;padding:18px;min-width:0}.ivy-addon-card--shop{display:flex;flex-direction:column;gap:0;padding:0;overflow:hidden}.ivy-addon-icon{display:grid;place-items:center;width:42px;height:42px;flex:0 0 42px;border:1px solid rgba(var(--gr),.2);border-radius:13px;background:rgba(var(--gr),.08)}.ivy-addon-body{min-width:0;flex:1}.ivy-addon-name{color:var(--txt);font-size:14px;font-weight:850}.ivy-addon-desc{margin-top:5px;color:var(--sub);font-size:11.5px;line-height:1.5}.ivy-addon-price{margin-top:10px;color:var(--g);font-size:15px;font-weight:900}
.ivy-addon-media{position:relative;height:150px;overflow:hidden;background:#0b1728}.ivy-addon-media img{width:100%;height:100%;object-fit:cover;display:block;opacity:.82}.ivy-addon-media::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(5,13,27,.86),transparent 70%)}.ivy-addon-media>span{position:absolute;left:11px;bottom:10px;z-index:1;padding:5px 8px;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:rgba(5,14,29,.72);font-size:9px;font-weight:850}
.ivy-addon-card--shop .ivy-addon-body{padding:18px 18px 12px}.ivy-addon-buybox{display:grid;gap:8px;margin-top:auto;padding:13px 18px 18px;border-top:1px solid var(--bd)}.ivy-addon-scope-note{display:grid;gap:2px;margin-top:10px;padding:9px 10px;border:1px solid rgba(var(--gr),.18);border-radius:10px;background:rgba(var(--gr),.06)}.ivy-addon-scope-note strong{font-size:10.5px;color:#cfe3ff}.ivy-addon-scope-note span{color:var(--sub);font-size:10px}.ivy-addon-scope-note--compact{margin:0}

/* Portal cart */
.ivy-portal-cart{width:min(1180px,100%);margin:0 auto}
.ivy-portal-cart__layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,370px);gap:20px;align-items:start}
.ivy-portal-cart__form,.ivy-portal-cart__summary,.ivy-portal-cart-item,.ivy-portal-cart-item *{min-width:0;max-width:100%}
.ivy-portal-cart__items{padding:24px!important;border-color:rgba(var(--gr),.18)!important;background:linear-gradient(145deg,rgba(16,34,59,.97),rgba(7,17,33,.99))!important;box-shadow:0 24px 60px rgba(0,0,0,.3),inset 0 1px 0 rgba(255,255,255,.035)}
.ivy-portal-cart__list{display:grid;gap:14px}
.ivy-portal-cart-item{display:grid;grid-template-columns:96px minmax(0,1fr);gap:18px;align-items:start;padding:17px;border:1px solid rgba(var(--gr),.16);border-radius:17px;background:linear-gradient(145deg,rgba(255,255,255,.05),rgba(255,255,255,.022));box-shadow:inset 0 1px 0 rgba(255,255,255,.03);transition:border-color .16s ease,transform .16s ease,background .16s ease}
.ivy-portal-cart-item:hover{transform:translateY(-1px);border-color:rgba(var(--gr),.3);background:linear-gradient(145deg,rgba(255,255,255,.062),rgba(255,255,255,.027))}
.ivy-portal-cart-item__media{width:96px;height:96px;overflow:hidden;border:1px solid rgba(var(--gr),.18);border-radius:15px;background:var(--surf3);box-shadow:0 10px 24px rgba(0,0,0,.22)}
.ivy-portal-cart-item__media img{display:block;width:100%;height:100%;object-fit:cover}
.ivy-portal-cart-item__body{min-width:0}
.ivy-portal-cart-item__topline{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:start}
.ivy-portal-cart-item__topline h3{margin:0;color:var(--txt);font-size:17px;line-height:1.25;letter-spacing:-.02em;overflow-wrap:anywhere}
.ivy-portal-cart-item__topline p{margin:6px 0 0;color:var(--sub);font-size:12px;line-height:1.45}
.ivy-portal-cart-item__price{align-self:start;padding:6px 10px;border:1px solid rgba(255,181,93,.22);border-radius:999px;background:rgba(255,157,66,.09);color:#ffb45d;font-size:15px;font-weight:900;white-space:nowrap}
.ivy-portal-cart-item__meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 15px;margin:14px 0 0;padding:12px 13px;border:1px solid rgba(var(--gr),.11);border-radius:13px;background:rgba(3,11,24,.38)}
.ivy-portal-cart-item__meta div{min-width:0}.ivy-portal-cart-item__meta dt{color:var(--muted);font-size:9px;font-weight:850;text-transform:uppercase;letter-spacing:.075em}.ivy-portal-cart-item__meta dd{margin:4px 0 0;color:#c9d9eb;font-size:11.5px;line-height:1.42;overflow-wrap:anywhere}
.ivy-portal-cart-item__controls{display:flex;align-items:end;justify-content:space-between;gap:13px;margin-top:14px;padding-top:13px;border-top:1px solid rgba(var(--gr),.09)}
.ivy-portal-cart-item__controls label{display:grid;gap:6px;color:var(--sub);font-size:11px;font-weight:760}.ivy-portal-cart-item__controls input{width:86px!important;min-height:43px!important}
.ivy-portal-cart-item__remove{position:relative;z-index:2;min-height:44px!important;color:#ffabb6!important;font-size:12px;text-decoration:none;touch-action:manipulation}.ivy-portal-cart-item__remove.is-loading{pointer-events:none;opacity:.7}
.ivy-portal-cart__item-actions{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:10px;padding-top:16px}
.ivy-portal-cart__summary{position:sticky;top:88px;padding:24px!important;border:1px solid rgba(var(--gr),.22)!important;border-radius:20px!important;background:linear-gradient(145deg,#112641,#08172b)!important;box-shadow:0 24px 60px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.04)!important}
body.admin-bar .ivy-portal-cart__summary{top:120px}
.ivy-portal-cart__summary .ivy-section-title{font-size:21px}
.ivy-portal-cart__totals{display:grid;gap:11px;margin:18px 0}
.ivy-portal-cart__totals>div{display:flex;justify-content:space-between;gap:16px;padding:0 0 11px;border-bottom:1px solid var(--bd);color:var(--sub);font-size:12.5px}
.ivy-portal-cart__totals dd{margin:0;color:var(--txt);font-weight:880;text-align:right;overflow-wrap:anywhere}
.ivy-portal-cart__grand-total{padding-top:5px!important;color:var(--txt)!important;font-size:18px!important;font-weight:900}
.ivy-portal-cart__summary .ivy-alert{margin:0 0 14px;padding:13px;border-radius:13px;font-size:11.5px;line-height:1.55}
.ivy-portal-cart__summary-actions{display:grid;gap:10px}.ivy-portal-cart__checkout{min-height:50px;font-size:13.5px}
.ivy-portal-cart__empty-actions{display:flex;flex-wrap:wrap;gap:10px}

/* Dashboard cards retained for non-Office-Park fallbacks */
.ivy-dash-hero{position:relative;display:grid;grid-template-columns:minmax(0,1.45fr) minmax(230px,.55fr);gap:20px;overflow:hidden;margin-bottom:20px;padding:clamp(24px,4vw,42px);border:1px solid var(--bd);border-radius:22px;background:linear-gradient(105deg,rgba(7,18,35,.98),rgba(14,31,56,.84)),var(--ivy-dash-hero-image,none) center/cover;box-shadow:var(--shadow)}
.ivy-dash-hero__backdrop{position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 80% 10%,rgba(var(--gr),.18),transparent 40%)}.ivy-dash-hero__content,.ivy-dash-hero__sidecard{position:relative}.ivy-dash-hero__eyebrow{color:var(--g);font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.12em}.ivy-dash-hero__title{margin:8px 0;color:var(--txt);font-size:clamp(28px,4vw,46px);line-height:1.03;letter-spacing:-.045em}.ivy-dash-hero__desc{max-width:720px;color:var(--sub);font-size:13px;line-height:1.6}.ivy-dash-hero__milestones{display:flex;flex-wrap:wrap;gap:6px;margin-top:18px}.ivy-dash-hero__milestones span{padding:6px 9px;border:1px solid var(--bd);border-radius:999px;color:var(--muted);font-size:9px;font-weight:800}.ivy-dash-hero__milestones .is-complete{border-color:rgba(73,223,165,.22);color:#83edc3;background:rgba(73,223,165,.07)}.ivy-dash-hero__progress{margin-top:16px}.ivy-dash-hero__progressbar{height:8px;overflow:hidden;border-radius:999px;background:rgba(255,255,255,.07)}.ivy-dash-hero__progressbar span{display:block;height:100%;background:linear-gradient(90deg,var(--g),var(--g2));border-radius:inherit}.ivy-dash-hero__progressmeta{display:flex;justify-content:space-between;gap:12px;margin-top:7px;color:var(--sub);font-size:10px}.ivy-dash-hero__actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px}.ivy-dash-hero__sidecard{align-self:stretch;display:flex;flex-direction:column;justify-content:center;padding:20px;border:1px solid var(--bd);border-radius:18px;background:rgba(4,13,27,.54)}.ivy-dash-sidecard__label{color:var(--sub);font-size:10px;text-transform:uppercase;letter-spacing:.08em}.ivy-dash-sidecard__value{margin-top:6px;color:var(--txt);font-size:48px;font-weight:900;letter-spacing:-.06em}.ivy-dash-sidecard__sub{color:var(--sub);font-size:11px}.ivy-dash-sidecard__meta{display:flex;gap:8px;margin-top:14px;color:var(--g);font-size:10px}
.ivy-img-card{position:relative;display:flex;min-height:155px;overflow:hidden;border:1px solid var(--bd);border-radius:17px;background:var(--surf2);text-decoration:none;isolation:isolate}.ivy-img-card__bg,.ivy-img-card__overlay{position:absolute;inset:0}.ivy-img-card__bg{background-position:center;background-size:cover;transition:transform .25s ease}.ivy-img-card__overlay{background:linear-gradient(to top,rgba(4,13,27,.94),rgba(4,13,27,.18))}.ivy-img-card__body{position:relative;align-self:flex-end;padding:16px;z-index:1}.ivy-img-card__title{color:var(--txt);font-size:15px;font-weight:850}.ivy-img-card__sub{margin-top:3px;color:#a4b6cd;font-size:10.5px}.ivy-img-card__arrow{position:absolute;right:12px;top:12px;z-index:2;display:grid;place-items:center;width:31px;height:31px;border:1px solid var(--bd);border-radius:10px;background:rgba(5,14,29,.6)}.ivy-img-card:hover .ivy-img-card__bg{transform:scale(1.035)}

/* Questionnaire */
.ivy-q-stepper{display:flex;gap:7px;overflow:auto;margin:0 0 18px;padding-bottom:4px}.ivy-q-dot{flex:1 0 70px;height:5px;border-radius:999px;background:rgba(255,255,255,.07)}.ivy-q-dot.active,.ivy-q-dot.done{background:linear-gradient(90deg,var(--g),var(--g2))}.ivy-q-step{display:none}.ivy-q-step.active{display:block}.ivy-q-section-title{color:var(--txt);font-size:20px;font-weight:850}.ivy-q-section-sub{margin-top:5px;color:var(--sub);font-size:12px}.ivy-check-group{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.ivy-check-item{position:relative}.ivy-check-item input{position:absolute;opacity:0}.ivy-check-label{display:block;padding:11px;border:1px solid var(--bd);border-radius:12px;background:rgba(255,255,255,.025);color:var(--sub);font-size:11.5px;cursor:pointer}.ivy-check-item input:checked+.ivy-check-label{border-color:rgba(var(--gr),.52);background:rgba(var(--gr),.09);color:var(--txt)}.ivy-q-nav{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:18px}.ivy-q-save-status{color:var(--muted);font-size:10.5px}

/* Support, settings and service hubs */
.ivy-contact-desk{display:grid;gap:18px;width:100%;max-width:1180px;margin:0 auto}.ivy-contact-hero{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(240px,.7fr);align-items:end;gap:22px;margin:0;padding:clamp(22px,3vw,34px);border:1px solid var(--bd);border-radius:22px;background:linear-gradient(145deg,rgba(15,32,57,.95),rgba(7,18,35,.96));box-shadow:var(--shadow)}.ivy-contact-hero h1{margin:5px 0 8px;color:var(--txt);font-size:clamp(28px,3.4vw,46px);line-height:1.02;letter-spacing:-.04em}.ivy-contact-hero p{max-width:760px;margin:0;color:var(--sub);font-size:15px;line-height:1.65}.ivy-contact-panel,.ivy-contact-form-card{padding:clamp(18px,2.3vw,24px)}.ivy-contact-kicker{color:var(--g);font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.1em}.ivy-contact-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:18px;align-items:start}.ivy-contact-quick{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.ivy-contact-quick a{display:flex;align-items:center;justify-content:center;min-height:46px;padding:11px 14px;border:1px solid var(--bd2);border-radius:13px;background:rgba(255,255,255,.05);color:var(--txt)!important;font-size:13px;font-weight:820;text-decoration:none!important}.ivy-contact-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.ivy-contact-form label{display:grid;gap:7px;min-width:0;color:#c8d7eb;font-size:12px;font-weight:780}.ivy-contact-form label span{display:block}.ivy-contact-form__wide,.ivy-contact-form>button{grid-column:1/-1}.ivy-contact-form textarea{min-height:150px}.ivy-contact-form>button{min-height:48px;border:0;border-radius:13px;background:linear-gradient(135deg,var(--g),var(--g2));color:#061426;font-weight:900;cursor:pointer}.ivy-contact-side{display:grid;gap:12px}.ivy-contact-panel--split,.ivy-contact-panel--two{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.ivy-contact-panel__icon{display:grid;place-items:center;width:46px;height:46px;border-radius:14px;background:rgba(var(--gr),.09);font-size:22px}.ivy-contact-panel h3{margin:0 0 10px;color:var(--txt);font-size:17px;line-height:1.25}.ivy-contact-panel p{margin:0 0 10px;color:var(--sub);font-size:14px;line-height:1.6}.ivy-contact-panel p:last-child{margin-bottom:0}.ivy-contact-panel a{color:#b9d8ff!important;overflow-wrap:anywhere}.ivy-contact-alert,.ivy-contact-note{padding:14px 16px;border:1px solid var(--bd);border-radius:13px;background:rgba(255,255,255,.035);color:var(--sub);font-size:13px;line-height:1.55}.ivy-contact-wa{border-color:rgba(73,223,165,.22)!important;background:rgba(73,223,165,.08)!important}
.ivy-change-request-form{display:grid;gap:12px}.ivy-request-tracker__body{display:grid;gap:8px}.ivy-request-meta-line{display:flex;flex-wrap:wrap;gap:6px}.ivy-request-meta-line span{padding:4px 7px;border:1px solid var(--bd);border-radius:999px;color:var(--sub);font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}

/* Tables */
.ivy-portal table{width:100%;border-collapse:collapse}.ivy-portal th,.ivy-portal td{padding:12px 13px;border-bottom:1px solid var(--bd);vertical-align:top;text-align:left}.ivy-portal th{color:var(--muted);font-size:9.5px;font-weight:850;text-transform:uppercase;letter-spacing:.07em}.ivy-portal td{color:var(--sub);font-size:11.5px}.ivy-portal tbody tr:last-child td{border-bottom:0}

/* Utility and accessibility */
.screen-reader-text{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}
.ivy-help{color:var(--sub);font-size:11px}.ivy-mobile-bottom-nav{display:none!important}
.ivy-portal ::-webkit-scrollbar{width:9px;height:9px}.ivy-portal ::-webkit-scrollbar-track{background:transparent}.ivy-portal ::-webkit-scrollbar-thumb{border:2px solid transparent;border-radius:999px;background:rgba(145,174,215,.25);background-clip:padding-box}.ivy-portal ::-webkit-scrollbar-thumb:hover{background:rgba(145,174,215,.4);background-clip:padding-box}

@media(max-width:1320px){
  .ivy-grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ivy-project-row{grid-template-columns:minmax(170px,1fr) minmax(150px,.8fr) auto}
  .ivy-project-row__badges{grid-column:1/-1}
}

@media(max-width:1100px){
  .ivy-grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ivy-stats{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ivy-addon-store-hero{grid-template-columns:1fr}.ivy-addon-store-hero aside{display:none}
  .ivy-dash-hero{grid-template-columns:1fr}.ivy-dash-hero__sidecard{display:grid;grid-template-columns:auto auto 1fr;gap:8px 14px;align-items:center}.ivy-dash-sidecard__value{grid-row:1/3;font-size:38px}.ivy-dash-sidecard__meta{margin:0;justify-self:end}
}

@media(max-width:980px){

  .ivy-contact-hero{grid-template-columns:1fr;padding:20px;border-radius:18px}
  .ivy-contact-hero h1{font-size:30px}
  .ivy-contact-quick{grid-template-columns:1fr}
  .ivy-contact-grid{grid-template-columns:1fr}
  .ivy-contact-form{grid-template-columns:1fr}
  .ivy-contact-form__wide,.ivy-contact-form>button{grid-column:auto}
  body.admin-bar .portal-outer-container,body.admin-bar .portal-wrapper,body.admin-bar .ivy-main{min-height:calc(100dvh - 46px)}
  .portal-outer-container{max-width:none;box-shadow:none}
  .portal-wrapper{display:block}
  .portal-content-right{max-width:100%;width:100%}
  .ivy-main{width:100%;min-height:100dvh}
  .ivy-topbar{display:flex!important;min-height:68px;padding:10px 12px;z-index:80}
  body.admin-bar .ivy-topbar{top:46px}
  .ivy-topbar-title{font-size:15px}.ivy-topbar-sub{display:none}
  .ivy-topbar-actions>.ivy-btn{display:none}.ivy-topbar-actions{gap:5px}
  .ivy-content{max-width:100%;padding:18px;padding-bottom:max(100px,calc(70px + env(safe-area-inset-bottom)))}
  .ivy-route-intro{min-height:82px;margin-bottom:14px}.ivy-route-intro__copy{min-height:82px;padding:16px 18px}
  .ivy-portal-cart__layout{grid-template-columns:1fr;gap:15px}.ivy-portal-cart__summary{position:static;top:auto}
  .ivy-contact-hero{grid-template-columns:1fr}
}

@media(max-width:768px){
  .ivy-grid-2,.ivy-grid-3,.ivy-grid-4{grid-template-columns:1fr}
  .ivy-grid-4--dashboard{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ivy-addon-category-head{align-items:flex-start;flex-direction:column}.ivy-addon-category-head>a{align-self:flex-start}
  .ivy-addon-store-hero{padding:24px 18px}.ivy-addon-store-hero h1{font-size:30px}
  .ivy-project-row{grid-template-columns:1fr;gap:9px}.ivy-project-row__badges{grid-column:auto}
  .ivy-portal-cart__items{padding:17px!important}.ivy-portal-cart-item{grid-template-columns:76px minmax(0,1fr);gap:14px;padding:15px}.ivy-portal-cart-item__media{width:76px;height:76px}.ivy-portal-cart-item__topline{grid-template-columns:1fr}.ivy-portal-cart-item__price{justify-self:start;white-space:normal}.ivy-portal-cart-item__meta{grid-template-columns:1fr}.ivy-portal-cart-item__controls{align-items:stretch;flex-wrap:wrap}.ivy-portal-cart-item__controls label{flex:1 1 120px}.ivy-portal-cart-item__controls input{width:100%!important}.ivy-portal-cart-item__remove{align-self:end}
  .ivy-contact-grid,.ivy-contact-quick,.ivy-contact-panel--split,.ivy-contact-panel--two,.ivy-check-group{grid-template-columns:1fr}
  .ivy-portal table:not(.ivy-billing-table){display:block;overflow-x:auto;white-space:nowrap}
}

@media(max-width:520px){

  .ivy-card{padding:18px}
  .ivy-billing-card{padding:0}
  .ivy-contact-panel,.ivy-contact-form-card{padding:17px}
  .ivy-content{padding:14px;padding-bottom:max(94px,calc(66px + env(safe-area-inset-bottom)))}
  .ivy-topbar{gap:8px}.ivy-topbar-actions{margin-left:auto}.ivy-topbar-title{max-width:42vw;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
  .ivy-grid-4--dashboard{grid-template-columns:1fr}
  .ivy-stats{grid-template-columns:1fr 1fr;gap:8px}.ivy-stat{padding:12px}.ivy-stat-val{font-size:19px}
  .ivy-btn{width:100%}.ivy-topbar .ivy-btn,.ivy-site-actions .ivy-btn,.ivy-q-nav .ivy-btn,.ivy-addon-store-hero__actions .ivy-btn,.ivy-portal-cart__item-actions .ivy-btn,.ivy-portal-cart__empty-actions .ivy-btn{width:auto}
  .ivy-section-hd{align-items:flex-start;flex-direction:column}
  .ivy-route-intro{border-radius:15px}.ivy-route-intro__copy{padding:15px 16px}.ivy-route-intro p{font-size:12px}
  .ivy-addon-media{height:136px}
  .ivy-dash-hero{padding:22px 17px}.ivy-dash-hero__title{font-size:30px}.ivy-dash-hero__sidecard{grid-template-columns:auto 1fr}.ivy-dash-sidecard__meta{grid-column:1/-1;justify-self:start}
}

@media(max-width:390px){
  .ivy-content{padding:12px;padding-bottom:max(90px,calc(62px + env(safe-area-inset-bottom)))}
  .ivy-topbar{padding:8px}.ivy-topbar-title{max-width:38vw;font-size:14px}
  .ivy-stats{grid-template-columns:1fr}
  .ivy-card,.ivy-site-card,.ivy-pkg-card,.ivy-addon-card{border-radius:14px}
}


/* Canonical card spacing. Structured table/cart cards keep their own internal padding. */
.ivy-billing-card{padding:0}
.ivy-card.ivy-portal-cart__items{padding:clamp(16px,2vw,22px)}
.ivy-card.ivy-portal-cart__summary{padding:clamp(18px,2vw,24px)}
.ivy-card>.ivy-section-title:first-child{margin-top:0}
.ivy-card>h1:first-child,.ivy-card>h2:first-child,.ivy-card>h3:first-child{margin-top:0}
.ivy-card> :last-child{margin-bottom:0}

@media(prefers-reduced-motion:reduce){.ivy-portal *{scroll-behavior:auto!important;animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}

/* Canonical shared route containment, service and form components. */
.portal-content-right,
.portal-page-content,
.portal-page-content > *,
.ivy-route-intro,
.ivy-route-intro *,
.ivy-service-hub,
.ivy-service-hub *,
.ivy-card,
.ivy-card *,
.ivy-site-card,
.ivy-site-card *{
  min-width:0;
  max-width:100%;
  overflow-wrap:anywhere;
  word-break:normal;
}
.ivy-topbar-copy{min-width:0;flex:1 1 auto}
.ivy-topbar-title,.ivy-topbar-sub{overflow-wrap:normal;word-break:normal}

/* Shared service-page component. */
.ivy-service-hub{display:grid;width:100%;max-width:1120px;margin:0 auto;gap:16px}
.ivy-service-hub__hero{
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  gap:18px;
  padding:22px;
  overflow:hidden;
  align-items:center;
  border:1px solid var(--bd);
  border-radius:20px;
  background:linear-gradient(145deg,rgba(16,35,61,.94),rgba(8,20,38,.95));
}
.ivy-service-hub__copy{min-width:0}
.ivy-service-hub__icon{display:grid;place-items:center;width:58px;height:58px;border:1px solid rgba(var(--gr),.22);border-radius:17px;background:rgba(var(--gr),.08);font-size:26px}
.ivy-service-hub__kicker{color:var(--g);font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.12em}
.ivy-service-hub__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.ivy-service-hub__copy h1{
  margin:3px 0 6px;
  color:var(--txt);
  font-family:var(--font);
  font-size:clamp(24px,3vw,36px);
  font-weight:880;
  letter-spacing:-.035em;
  line-height:1.05;
}
.ivy-service-hub__copy p{
  max-width:680px;
  margin:0;
  color:var(--sub);
  font-size:14px;
  line-height:1.55;
}
.ivy-service-hub__actions{display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px}
.ivy-service-hub__actions a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  min-height:42px;
  padding:9px 13px;
  border:1px solid var(--bd2);
  border-radius:11px;
  background:rgba(255,255,255,.045);
  color:var(--txt)!important;
  font-size:12px;
  font-weight:820;
  line-height:1.2;
  text-decoration:none!important;
}
.ivy-service-hub__actions a:first-child{border-color:rgba(var(--gr),.35);background:rgba(var(--gr),.1);color:#dcecff!important}
.ivy-service-hub__grid article{
  display:grid;
  align-content:start;
  gap:8px;
  min-height:150px;
  padding:18px;
  border:1px solid var(--bd);
  border-radius:17px;
  background:linear-gradient(145deg,rgba(14,28,49,.88),rgba(8,19,36,.92));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.025),0 14px 34px rgba(0,0,0,.14);
}
.ivy-service-hub__grid article strong{display:block;color:var(--txt);font-size:14px;font-weight:850;line-height:1.25}
.ivy-service-hub__grid article span{display:block;color:var(--sub);font-size:13px;line-height:1.58}

/* Shared form rhythm, with route-specific padding where legacy markup omitted it. */
.ivy-portal--settings .ivy-portal-main,
.ivy-portal--settings .ivy-content>div{max-width:760px!important;margin-inline:auto}
.ivy-portal--settings .ivy-card{padding:22px}
.ivy-portal .ivy-field{margin-bottom:16px}
.ivy-portal .ivy-label,
.ivy-portal label.ivy-label{display:block;margin:0;color:#c8d8ed;font-size:11px;font-weight:800;line-height:1.35}
.ivy-portal input[type="text"],
.ivy-portal input[type="email"],
.ivy-portal input[type="password"],
.ivy-portal input[type="url"],
.ivy-portal input[type="tel"],
.ivy-portal input[type="number"],
.ivy-portal input[type="search"],
.ivy-portal select{
  min-height:46px;
}

@media(max-width:980px){
  .portal-mobile-topbar{
    display:grid!important;
    grid-template-columns:auto minmax(0,1fr) auto!important;
    align-items:center!important;
    gap:9px!important;
    width:100%!important;
    min-width:0!important;
    min-height:62px!important;
    padding:9px 12px!important;
  }
  .portal-mobile-topbar .ivy-hamburger{display:inline-flex!important;min-width:82px!important;min-height:44px!important}
  .portal-mobile-topbar .ivy-topbar-copy{min-width:0!important;overflow:hidden!important}
  .portal-mobile-topbar .ivy-topbar-title{
    max-width:100%!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
    font-size:15px!important;
  }
  .portal-mobile-topbar .ivy-topbar-actions{display:flex!important;min-width:44px!important;margin-left:0!important;justify-content:flex-end!important}
  .portal-mobile-topbar .ivy-topbar-actions>a.ivy-btn{display:none!important}
  .portal-mobile-topbar .ivy-topbar-chip{display:block!important}
  .portal-mobile-topbar .ivy-topbar-iconbtn{width:44px!important;height:44px!important}
  .portal-page-content{width:100%!important;min-width:0!important;padding:18px!important;padding-bottom:max(108px,calc(82px + env(safe-area-inset-bottom)))!important;overflow-x:clip!important}
  .ivy-service-hub__hero{grid-template-columns:auto minmax(0,1fr);gap:14px;padding:19px}
  .ivy-service-hub__actions{grid-column:1/-1;justify-content:flex-start}
  .ivy-service-hub__actions a{min-height:44px}
  .ivy-service-hub__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ivy-service-hub__grid article{min-height:0}
}

@media(max-width:600px){
  .portal-mobile-topbar{grid-template-columns:auto minmax(0,1fr) auto!important;padding-inline:10px!important}
  .portal-mobile-topbar .ivy-hamburger{min-width:76px!important;padding-inline:9px!important}
  .portal-mobile-topbar .ivy-topbar-title{font-size:14px!important}
  .portal-page-content{padding:16px!important;padding-bottom:max(112px,calc(86px + env(safe-area-inset-bottom)))!important}
  .ivy-route-intro{min-height:0!important;margin-bottom:14px!important}
  .ivy-route-intro__copy{min-height:0!important;padding:16px!important}
  .ivy-service-hub{gap:13px}
  .ivy-service-hub__hero{grid-template-columns:52px minmax(0,1fr);gap:13px;padding:18px;border-radius:17px}
  .ivy-service-hub__icon{width:52px;height:52px;border-radius:15px;font-size:24px}
  .ivy-service-hub__kicker{font-size:9px}
  .ivy-service-hub__copy h1{margin-top:2px;font-size:24px;line-height:1.08}
  .ivy-service-hub__copy p{font-size:15px;line-height:1.55}
  .ivy-service-hub__actions{display:grid;grid-template-columns:1fr;gap:8px;width:100%}
  .ivy-service-hub__actions a{width:100%;justify-content:space-between;padding-inline:14px}
  .ivy-service-hub__grid{grid-template-columns:1fr;gap:10px}
  .ivy-service-hub__grid article{padding:17px;border-radius:15px}
  .ivy-service-hub__grid article strong{font-size:15px}
  .ivy-service-hub__grid article span{font-size:14px;line-height:1.58}
  .ivy-portal--settings .ivy-card{padding:18px}
  .ivy-portal .ivy-grid-2{grid-template-columns:1fr!important}
  .ivy-portal .ivy-field{margin-bottom:13px}
  .ivy-portal .ivy-label,.ivy-portal label.ivy-label{font-size:12px}
  .ivy-portal input[type="text"],
  .ivy-portal input[type="email"],
  .ivy-portal input[type="password"],
  .ivy-portal input[type="url"],
  .ivy-portal input[type="tel"],
  .ivy-portal input[type="number"],
  .ivy-portal input[type="search"],
  .ivy-portal select,
  .ivy-portal textarea{width:100%!important;max-width:100%!important;font-size:16px!important}
}

@media(max-width:520px){
  .ivy-portal-cart__layout{gap:12px}
  .ivy-portal-cart__items,.ivy-portal-cart__summary{padding:15px!important}
  .ivy-portal-cart-item{grid-template-columns:1fr;gap:12px;padding:14px}
  .ivy-portal-cart-item__media{width:100%;height:150px}.ivy-portal-cart-item__media img{object-fit:cover}
  .ivy-portal-cart-item__controls{display:grid;grid-template-columns:1fr;align-items:stretch}
  .ivy-portal-cart-item__remove,.ivy-portal-cart__item-actions .ivy-btn,.ivy-portal-cart__summary-actions .ivy-btn{width:100%!important;justify-content:center}
  .ivy-portal-cart__item-actions{display:grid}
}

@media(max-width:390px){
  .portal-page-content{padding-inline:12px!important}
  .portal-mobile-topbar .ivy-hamburger{min-width:72px!important}
  .ivy-service-hub__hero{grid-template-columns:46px minmax(0,1fr);padding:16px}
  .ivy-service-hub__icon{width:46px;height:46px}
  .ivy-service-hub__copy h1{font-size:22px}
}

/* 51.1.84.4 route rhythm and premium spacing */
.ivy-portal-main>*+*{margin-top:clamp(18px,2.1vw,28px)}
.ivy-portal-main>.ivy-route-intro+*{margin-top:0}
.ivy-section-hd+.ivy-card,.ivy-section-hd+.ivy-grid-2,.ivy-section-hd+.ivy-grid-3,.ivy-section-hd+.ivy-project-table{margin-top:0}
.ivy-card,.ivy-site-card,.ivy-pkg-card,.ivy-addon-card,.ivy-contact-panel,.ivy-contact-form-card{transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}
.ivy-card:hover,.ivy-site-card:hover,.ivy-pkg-card:hover,.ivy-addon-card:hover{border-color:rgba(151,190,246,.2);box-shadow:inset 0 1px 0 rgba(255,255,255,.035),0 20px 52px rgba(0,0,0,.2)}
.ivy-addon-category-tabs::-webkit-scrollbar{height:6px}.ivy-addon-category-tabs::-webkit-scrollbar-thumb{border:0;background:rgba(145,174,215,.28)}
.ivy-addon-site-select{width:100%;max-width:100%}
.ivy-portal--settings .ivy-card+.ivy-card{margin-top:20px}
.ivy-portal--settings .ivy-card>div:first-child{min-width:0}
.ivy-portal--vault .ivy-grid-2,.ivy-portal--support .ivy-contact-grid{align-items:start}
@media(max-width:760px){.ivy-addon-category-tabs{margin-inline:-2px;padding-inline:2px}.ivy-addon-category-tabs a{min-height:42px}.ivy-section-hd{margin-bottom:15px}.ivy-card,.ivy-site-card,.ivy-pkg-card,.ivy-addon-card{box-shadow:inset 0 1px 0 rgba(255,255,255,.025),0 12px 30px rgba(0,0,0,.14)}}
@media(max-width:430px){.portal-page-content,.ivy-content{padding-left:14px!important;padding-right:14px!important}.ivy-card{padding:17px}.ivy-addon-card{padding:16px}.ivy-topbar-title{max-width:48vw!important}}

/* 51.1.84.8 shared visual consistency and centred controls */
.ivy-portal{
  --ivy-ui-ink:#eef5ff;
  --ivy-ui-sub:#93a8c6;
  --ivy-ui-line:rgba(145,185,246,.18);
  --ivy-ui-blue:#78b1ff;
  --ivy-ui-blue-ink:#071426;
}
.ivy-portal .ivy-card h1,.ivy-portal .ivy-card h2,.ivy-portal .ivy-card h3,.ivy-portal .ivy-card h4,
.ivy-portal .ivy-section-title,.ivy-portal .ivy-section-hd h2,.ivy-portal .ivy-section-hd h3,
.ivy-portal .ivy-route-intro h1,.ivy-portal .ivy-route-intro h2,.ivy-portal .ivy-route-intro h3{
  color:var(--ivy-ui-ink)!important;
  -webkit-text-fill-color:var(--ivy-ui-ink)!important;
  line-height:1.18;
}
.ivy-portal .ivy-card p,.ivy-portal .ivy-card li,.ivy-portal .ivy-help,.ivy-portal .ivy-section-hd p,
.ivy-portal .ivy-route-intro p{color:var(--ivy-ui-sub);line-height:1.6}
.ivy-portal .ivy-btn,.ivy-portal a.ivy-btn,.ivy-portal button.ivy-btn,
.ivy-portal .ivy-service-hub__actions a,.ivy-portal .ivy-route-actions a,.ivy-portal .ivy-route-actions button,
.ivy-portal .ivy-card .button,.ivy-portal .ivy-card button.button{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  min-height:44px;
  padding:10px 15px;
  border-radius:12px;
  text-align:center!important;
  line-height:1.2!important;
  white-space:normal;
}
.ivy-portal .ivy-btn--primary,.ivy-portal a.ivy-btn--primary,.ivy-portal button.ivy-btn--primary{
  border-color:rgba(120,177,255,.48)!important;
  background:linear-gradient(135deg,#78b1ff,#94c3ff)!important;
  color:var(--ivy-ui-blue-ink)!important;
  -webkit-text-fill-color:var(--ivy-ui-blue-ink)!important;
  box-shadow:0 12px 28px rgba(55,119,210,.24);
}
.ivy-portal .ivy-btn--ghost,.ivy-portal a.ivy-btn--ghost,.ivy-portal button.ivy-btn--ghost{
  border-color:var(--ivy-ui-line)!important;
  background:rgba(255,255,255,.045)!important;
  color:var(--ivy-ui-ink)!important;
  -webkit-text-fill-color:var(--ivy-ui-ink)!important;
}
.ivy-portal .ivy-btn:hover,.ivy-portal .ivy-btn:focus-visible,.ivy-portal .button:hover,.ivy-portal .button:focus-visible{
  border-color:rgba(120,177,255,.62)!important;
  filter:brightness(1.04);
  outline:3px solid rgba(120,177,255,.1);
  outline-offset:1px;
}
.ivy-portal input[type="text"],.ivy-portal input[type="email"],.ivy-portal input[type="password"],
.ivy-portal input[type="url"],.ivy-portal input[type="tel"],.ivy-portal input[type="number"],
.ivy-portal input[type="search"],.ivy-portal select,.ivy-portal textarea{
  border-color:rgba(145,185,246,.24)!important;
  background:#09182b!important;
  color:var(--ivy-ui-ink)!important;
  -webkit-text-fill-color:var(--ivy-ui-ink)!important;
  box-shadow:none!important;
}
.ivy-portal input::placeholder,.ivy-portal textarea::placeholder{color:#7288a8!important;-webkit-text-fill-color:#7288a8!important}
.ivy-portal input:focus,.ivy-portal select:focus,.ivy-portal textarea:focus{
  border-color:rgba(120,177,255,.72)!important;
  outline:3px solid rgba(120,177,255,.11)!important;
  outline-offset:0!important;
}
.ivy-notification-email-preference{display:flex;align-items:flex-start;gap:12px;margin:4px 0 18px;padding:15px;border:1px solid var(--ivy-ui-line);border-radius:14px;background:rgba(120,177,255,.055)}
.ivy-notification-email-preference input{flex:0 0 auto;width:18px;height:18px;margin-top:2px}
.ivy-notification-email-preference span{display:grid;gap:4px;color:var(--ivy-ui-ink);font-size:13px;font-weight:800;line-height:1.4}
.ivy-notification-email-preference small{color:var(--ivy-ui-sub);font-size:11px;font-weight:500;line-height:1.5}
@media(max-width:600px){
  .ivy-portal .ivy-card,.ivy-portal .ivy-site-card,.ivy-portal .ivy-pkg-card,.ivy-portal .ivy-addon-card{padding:17px}
  .ivy-portal .ivy-btn,.ivy-portal a.ivy-btn,.ivy-portal button.ivy-btn,
  .ivy-portal .ivy-service-hub__actions a,.ivy-portal .ivy-route-actions a,.ivy-portal .ivy-route-actions button{
    width:100%;min-height:46px;padding:11px 14px;justify-content:center!important
  }
  .ivy-portal .ivy-topbar-iconbtn,.ivy-portal .ivy-office-iconbtn,.ivy-portal button[aria-label]{width:auto;min-width:44px}
  .ivy-portal .ivy-card>div[style*="display:flex"]{flex-wrap:wrap}
  .ivy-notification-email-preference{padding:14px}
}

/* 51.1.84.9 coherent standard-route system */
.ivy-portal{
  --ivy-page-gap:24px;
  --ivy-card-padding:22px;
  --ivy-card-radius:18px;
  --ivy-control-height:46px;
  --ivy-mobile-padding:16px;
  --ivy-text:#eef5ff;
  --ivy-muted:#9fb0c8;
  --ivy-surface:#0d1b31;
  --ivy-surface-raised:#12233d;
  --ivy-border:rgba(148,184,230,.18);
  --ivy-focus:#79b8ff;
}
.ivy-portal .ivy-content{display:flex;flex-direction:column;gap:var(--ivy-page-gap)}
.ivy-portal .ivy-content>*{min-width:0;max-width:100%}
.ivy-portal .ivy-card,.ivy-portal .ivy-site-card,.ivy-portal .ivy-addon-card,.ivy-portal .ivy-contact-panel,.ivy-portal .ivy-contact-form-card{border-radius:var(--ivy-card-radius);border-color:var(--ivy-border)}
.ivy-portal .ivy-card{padding:var(--ivy-card-padding)}
.ivy-portal .ivy-standard-form{display:grid;gap:14px}
.ivy-portal .ivy-standard-form .ivy-field{margin:0}
.ivy-portal .ivy-field>label,.ivy-portal .ivy-label{display:block;margin:0 0 7px;color:#d9e7f8;font-size:12px;font-weight:780;line-height:1.35}
.ivy-portal input,.ivy-portal select,.ivy-portal textarea{max-width:100%;overflow-wrap:anywhere}
.ivy-portal .ivy-input,.ivy-portal .ivy-select,.ivy-portal .ivy-textarea{min-height:var(--ivy-control-height);border-radius:12px}
.ivy-portal .ivy-textarea{min-height:112px;resize:vertical}
.ivy-portal .ivy-btn,.ivy-portal button,.ivy-portal [role="button"]{align-items:center;justify-content:center;text-align:center}

/* Billing overview and responsive invoice history. */
.ivy-billing-overview{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}
.ivy-billing-overview>article{min-width:0;padding:17px;border:1px solid var(--ivy-border);border-radius:16px;background:linear-gradient(145deg,rgba(17,36,62,.9),rgba(8,19,36,.94));box-shadow:inset 0 1px 0 rgba(255,255,255,.035)}
.ivy-billing-overview span,.ivy-billing-overview strong,.ivy-billing-overview small{display:block;overflow-wrap:anywhere}
.ivy-billing-overview span{color:#8198b8;font-size:9px;font-weight:900;letter-spacing:.09em;text-transform:uppercase}
.ivy-billing-overview strong{margin-top:7px;color:#f2f7ff;font-size:clamp(16px,1.5vw,22px);line-height:1.18;letter-spacing:-.02em}
.ivy-billing-overview small{margin-top:6px;color:#8fa4c2;font-size:10px;line-height:1.45}
.ivy-billing-card{min-width:0}
.ivy-billing-table-wrap{width:100%;max-width:100%;overflow-x:auto;scrollbar-width:thin;scrollbar-color:rgba(145,185,246,.28) transparent}
.ivy-billing-table{width:100%;max-width:100%;border-collapse:collapse;table-layout:auto}
.ivy-billing-table th,.ivy-billing-table td{padding:13px 10px;border-bottom:1px solid rgba(148,184,230,.12);vertical-align:middle;text-align:left;overflow-wrap:anywhere}
.ivy-billing-table th{color:#7f94b2;font-size:9px;letter-spacing:.08em;text-transform:uppercase}
.ivy-billing-actions{display:flex;flex-wrap:wrap;gap:7px;min-width:0}
.ivy-billing-actions .ivy-btn{min-width:74px}
.ivy-billing-status{display:inline-flex;align-items:center;min-height:28px;padding:5px 9px;border:1px solid rgba(145,185,246,.16);border-radius:999px;background:rgba(255,255,255,.04);font-size:10px;font-weight:800}
.ivy-billing-status--completed,.ivy-billing-status--processing{color:#8cf0c7;border-color:rgba(80,224,166,.25);background:rgba(80,224,166,.08)}
.ivy-billing-status--pending,.ivy-billing-status--on-hold{color:#ffd685;border-color:rgba(255,199,92,.25);background:rgba(255,199,92,.08)}
.ivy-billing-status--failed,.ivy-billing-status--cancelled{color:#ff9dab;border-color:rgba(255,119,139,.25);background:rgba(255,119,139,.08)}

/* Add-on navigation and product cards. */
.ivy-addon-category-picker{display:none;margin:0 0 14px}
.ivy-addon-category-picker>span{display:block;margin:0 0 7px;color:#d9e7f8;font-size:12px;font-weight:800}
.ivy-addon-category-tabs{display:flex;flex-wrap:wrap;gap:8px;max-width:100%;padding:4px 0 7px;overflow-x:auto;scroll-snap-type:x proximity;scrollbar-width:thin;scrollbar-color:rgba(145,185,246,.28) transparent}
.ivy-addon-category-tabs>a{flex:0 0 auto;scroll-snap-align:start;display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:42px;padding:9px 12px;border:1px solid var(--ivy-border);border-radius:12px;background:rgba(255,255,255,.035);color:#cbdcf2;text-decoration:none;font-size:11px;font-weight:800;white-space:nowrap}
.ivy-addon-category-tabs>a:hover,.ivy-addon-category-tabs>a:focus-visible{border-color:rgba(121,177,255,.52);background:rgba(121,177,255,.09)}
.ivy-addon-category-tabs b{display:grid;place-items:center;min-width:21px;height:21px;padding:0 5px;border-radius:999px;background:rgba(121,177,255,.12);color:#dcecff;font-size:9px}
.ivy-addon-category-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:14px}
.ivy-addon-category-head>div{min-width:0}.ivy-addon-category-head h2{margin:0;color:#f0f6ff;font-size:22px}.ivy-addon-category-head p{margin:5px 0 0;color:#91a6c4;font-size:13px;line-height:1.55}
.ivy-addon-category-grid{align-items:stretch}
.ivy-addon-store-card{display:flex;flex-direction:column;min-height:100%;overflow:hidden;padding:0!important}
.ivy-addon-media{position:relative;height:150px;overflow:hidden;background:#09172a}
.ivy-addon-media img{width:100%;height:100%;object-fit:cover}.ivy-addon-media span{position:absolute;left:12px;top:12px;padding:6px 9px;border-radius:999px;background:rgba(4,11,24,.78);color:#e6f2ff;font-size:9px;font-weight:850;backdrop-filter:blur(8px)}
.ivy-addon-store-card .ivy-addon-body{padding:17px 17px 11px}.ivy-addon-name{color:#f0f6ff;font-size:16px;font-weight:850;line-height:1.25}.ivy-addon-desc{display:-webkit-box;margin-top:7px;overflow:hidden;color:#91a6c4;font-size:12px;line-height:1.55;-webkit-line-clamp:3;-webkit-box-orient:vertical}.ivy-addon-price{margin-top:12px;color:#8fd0ff;font-size:17px;font-weight:900}
.ivy-addon-buybox{display:grid;gap:10px;margin-top:auto;padding:13px 17px 17px}.ivy-addon-buybox .ivy-btn{width:100%}

/* Purpose-built service pages. */
.ivy-service-page{display:grid;gap:20px}
.ivy-service-hero{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:20px;padding:clamp(20px,2.4vw,30px);border:1px solid var(--ivy-border);border-radius:22px;background:linear-gradient(145deg,rgba(17,36,63,.94),rgba(7,18,35,.97));box-shadow:0 20px 56px rgba(0,0,0,.24),inset 0 1px 0 rgba(255,255,255,.04)}
.ivy-service-hero__icon{display:grid;place-items:center;width:72px;height:72px;border:1px solid rgba(121,177,255,.24);border-radius:20px;background:rgba(121,177,255,.08);font-size:34px;box-shadow:0 14px 32px rgba(0,0,0,.22)}
.ivy-service-hero>div{min-width:0}.ivy-service-hero span{display:block;color:#78b1ff;font-size:9px;font-weight:900;letter-spacing:.11em;text-transform:uppercase}.ivy-service-hero h1{margin:5px 0 0;color:#f2f7ff;font-size:clamp(27px,3vw,42px);line-height:1.06;letter-spacing:-.04em}.ivy-service-hero p{max-width:760px;margin:10px 0 0;color:#9fb0c8;font-size:14px;line-height:1.65}
.ivy-service-hero__actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:9px;max-width:300px}
.ivy-service-split{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.ivy-service-split h2,.ivy-service-callout h2,.ivy-service-term h3,.ivy-games-roadmap h2{margin:0;color:#f0f6ff}.ivy-service-split p,.ivy-service-callout p,.ivy-service-term p,.ivy-games-roadmap p{color:#9fb0c8;line-height:1.65}
.ivy-card--warning{border-color:rgba(255,192,97,.25)!important;background:linear-gradient(145deg,rgba(64,42,20,.52),rgba(16,23,36,.94))!important}
.ivy-check-list{display:grid;gap:10px;margin:14px 0 0;padding:0;list-style:none}.ivy-check-list li{position:relative;padding-left:25px;color:#b9cae0;line-height:1.55}.ivy-check-list li::before{content:"✓";position:absolute;left:0;top:0;color:#5fe0ab;font-weight:900}
.ivy-service-terms{display:grid;gap:14px}.ivy-service-term-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}.ivy-service-term-grid--compact{grid-template-columns:repeat(3,minmax(0,1fr))}.ivy-service-term{padding:18px;border:1px solid var(--ivy-border);border-radius:16px;background:rgba(14,29,50,.82)}.ivy-service-term h3{font-size:16px}.ivy-service-term p{margin:7px 0 0;font-size:12px}.ivy-service-term-grid>.ivy-card h2{margin:0;color:#f0f6ff;font-size:18px}.ivy-service-term-grid>.ivy-card p{margin:8px 0;color:#9fb0c8;line-height:1.6}.ivy-service-term-grid>.ivy-card a{color:#8fc4ff;font-weight:800}
.ivy-service-callout{display:flex;align-items:center;justify-content:space-between;gap:22px;padding:22px;border:1px solid rgba(121,177,255,.2);border-radius:18px;background:linear-gradient(135deg,rgba(76,125,211,.13),rgba(11,25,45,.92))}.ivy-service-callout>div{min-width:0}.ivy-service-callout span{color:#78b1ff;font-size:9px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.ivy-service-callout h2{margin-top:5px;font-size:23px}.ivy-service-callout p{margin:7px 0 0;font-size:13px}
.ivy-games-roadmap{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px}.ivy-games-roadmap article{padding:20px;border:1px solid var(--ivy-border);border-radius:17px;background:linear-gradient(145deg,rgba(21,32,58,.92),rgba(9,19,37,.94))}.ivy-games-roadmap span{display:inline-flex;padding:5px 8px;border-radius:999px;background:rgba(169,140,255,.1);color:#c3aeff;font-size:9px;font-weight:900;text-transform:uppercase}.ivy-games-roadmap h2{margin-top:12px;font-size:18px}.ivy-games-roadmap p{margin:8px 0 0;font-size:12px}

/* IvyMail workspace. */
.ivy-email-overview{display:grid;grid-template-columns:repeat(3,minmax(0,1fr)) minmax(260px,1.25fr);gap:12px}
.ivy-email-overview>article,.ivy-email-overview__actions{padding:17px;border:1px solid var(--ivy-border);border-radius:16px;background:linear-gradient(145deg,rgba(17,36,62,.9),rgba(8,19,36,.94))}.ivy-email-overview article span,.ivy-email-overview article strong,.ivy-email-overview article small{display:block}.ivy-email-overview article span{color:#8198b8;font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.09em}.ivy-email-overview article strong{margin-top:6px;color:#f3f8ff;font-size:26px}.ivy-email-overview article small{margin-top:4px;color:#8fa4c2;font-size:10px}.ivy-email-overview__actions{display:grid;grid-template-columns:1fr;gap:8px}
.ivy-email-workspace{display:grid;grid-template-columns:minmax(300px,.78fr) minmax(0,1.22fr);gap:18px;align-items:start}.ivy-email-request-form-card,.ivy-email-history-card{min-width:0}.ivy-email-request-list{display:grid;gap:11px}.ivy-email-request-card{display:grid;gap:10px;padding:16px;border:1px solid var(--ivy-border);border-radius:15px;background:rgba(255,255,255,.028)}.ivy-email-request-card__top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.ivy-email-request-card__top span:first-child{color:#7e96b8;font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.ivy-email-request-card h3{margin:3px 0 0;color:#eff6ff;font-size:15px;line-height:1.3}.ivy-email-request-card dl{display:flex;flex-wrap:wrap;gap:8px;margin:0}.ivy-email-request-card dl>div{display:flex;gap:5px;padding:6px 8px;border-radius:9px;background:rgba(121,177,255,.055);font-size:10px}.ivy-email-request-card dt{color:#7f95b3}.ivy-email-request-card dd{margin:0;color:#c7d8ed;font-weight:750}.ivy-email-request-card p{margin:0;color:#91a6c4;font-size:12px;line-height:1.55}.ivy-email-settings-box summary{cursor:pointer;color:#9bc8ff;font-size:11px;font-weight:850}.ivy-email-settings-box pre{max-width:100%;overflow:auto;white-space:pre-wrap;overflow-wrap:anywhere;color:#c7d9ef;font:11px/1.55 ui-monospace,SFMono-Regular,Consolas,monospace}
.ivy-email-help{display:grid;gap:12px}.ivy-email-help-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.ivy-email-help-grid article{padding:17px;border:1px solid var(--ivy-border);border-radius:15px;background:rgba(12,27,48,.86)}.ivy-email-help-grid span{color:#78b1ff}.ivy-email-help-grid h3{margin:7px 0 0;color:#eef5ff;font-size:15px}.ivy-email-help-grid p{margin:7px 0;color:#91a6c4;font-size:12px;line-height:1.55}.ivy-email-help-grid a{color:#8fc4ff;font-size:11px;font-weight:800}

/* Contact desk: compact, readable and clearly split. */
.ivy-contact-desk{display:grid;gap:18px}.ivy-contact-hero{display:flex;align-items:center;justify-content:space-between;gap:22px;padding:24px;border:1px solid var(--ivy-border);border-radius:20px;background:linear-gradient(145deg,rgba(17,36,63,.94),rgba(7,18,35,.97))}.ivy-contact-hero>div{min-width:0}.ivy-contact-hero h1{margin:4px 0 0;color:#f2f7ff;font-size:clamp(26px,2.8vw,38px);line-height:1.08}.ivy-contact-hero p{max-width:720px;margin:9px 0 0;color:#9fb0c8;line-height:1.6}.ivy-contact-quick{display:flex;flex-wrap:wrap;gap:8px}.ivy-contact-quick a{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 13px;border:1px solid var(--ivy-border);border-radius:12px;background:rgba(255,255,255,.04);color:#e7f1ff;text-decoration:none;font-size:12px;font-weight:800}.ivy-contact-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);gap:18px;align-items:start}.ivy-contact-form-card{padding:22px}.ivy-contact-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.ivy-contact-form label{display:grid;gap:7px;margin:0;color:#d8e6f8;font-size:12px;font-weight:780}.ivy-contact-form input,.ivy-contact-form select,.ivy-contact-form textarea{width:100%;max-width:100%}.ivy-contact-form__wide{grid-column:1/-1}.ivy-contact-form button[type="submit"]{grid-column:1/-1;display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:11px 16px;border:1px solid rgba(121,177,255,.48);border-radius:12px;background:linear-gradient(135deg,#78b1ff,#94c3ff);color:#071426;font-weight:850;cursor:pointer}.ivy-contact-side{display:grid;gap:10px}.ivy-contact-panel{display:flex;align-items:flex-start;gap:12px;padding:16px}.ivy-contact-panel h3{margin:0;color:#eef5ff;font-size:15px}.ivy-contact-panel p{margin:6px 0 0;color:#91a6c4;font-size:12px;line-height:1.55}.ivy-contact-panel a{color:#94c8ff}.ivy-contact-panel__icon{display:grid;place-items:center;flex:0 0 38px;width:38px;height:38px;border-radius:11px;background:rgba(121,177,255,.08)}.ivy-contact-note{padding:14px;border:1px solid rgba(121,177,255,.16);border-radius:13px;background:rgba(121,177,255,.055);color:#9fb0c8;font-size:11px;line-height:1.55}

/* Portal cart balance. */
.ivy-portal-cart__layout{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(300px,.6fr);gap:20px;align-items:start}.ivy-portal-cart__items,.ivy-portal-cart__summary{padding:22px!important}.ivy-portal-cart__summary{position:sticky;top:90px}.ivy-portal-cart__list{display:grid;gap:12px}.ivy-portal-cart-item{display:grid;grid-template-columns:96px minmax(0,1fr);gap:16px;padding:15px;border:1px solid var(--ivy-border);border-radius:15px;background:rgba(255,255,255,.028)}.ivy-portal-cart-item__media{width:96px;height:96px;overflow:hidden;border-radius:13px;background:#09172a}.ivy-portal-cart-item__media img{width:100%;height:100%;object-fit:cover}.ivy-portal-cart-item__topline{display:flex;justify-content:space-between;gap:16px}.ivy-portal-cart-item h3{margin:0;color:#eef5ff;font-size:16px}.ivy-portal-cart-item p{margin:4px 0 0;color:#879dbd;font-size:11px}.ivy-portal-cart-item__price{color:#eaf3ff;font-weight:900;white-space:nowrap}.ivy-portal-cart-item__meta{display:flex;flex-wrap:wrap;gap:7px;margin:11px 0}.ivy-portal-cart-item__meta>div{display:flex;gap:5px;padding:6px 8px;border-radius:9px;background:rgba(121,177,255,.055);font-size:10px}.ivy-portal-cart-item__meta dt{color:#7f95b3}.ivy-portal-cart-item__meta dd{margin:0;color:#c7d8ed;font-weight:750}.ivy-portal-cart-item__controls{display:flex;align-items:end;gap:10px}.ivy-portal-cart-item__controls label{display:grid;gap:5px;color:#8fa4c2;font-size:10px}.ivy-portal-cart-item__controls input{width:84px!important}.ivy-portal-cart__item-actions,.ivy-portal-cart__summary-actions{display:flex;flex-wrap:wrap;gap:9px;margin-top:16px}.ivy-portal-cart__summary-actions{display:grid}.ivy-portal-cart__totals{display:grid;gap:0;margin:14px 0}.ivy-portal-cart__totals>div{display:flex;justify-content:space-between;gap:14px;padding:11px 0;border-bottom:1px solid rgba(148,184,230,.12)}.ivy-portal-cart__totals dt{color:#8ea3c0}.ivy-portal-cart__totals dd{margin:0;color:#edf5ff;font-weight:850}.ivy-portal-cart__grand-total{font-size:18px}

@media(max-width:1200px){.ivy-billing-overview{grid-template-columns:repeat(3,minmax(0,1fr))}.ivy-games-roadmap{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:1100px){
  .ivy-billing-table-wrap{overflow:visible}
  .ivy-billing-table,.ivy-billing-table tbody{display:block;width:100%}.ivy-billing-table thead{display:none}.ivy-billing-table tr{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:12px;padding:16px;border:1px solid var(--ivy-border);border-radius:15px;background:rgba(255,255,255,.026)}.ivy-billing-table td{display:grid;gap:4px;padding:0!important;border:0!important}.ivy-billing-table td::before{content:attr(data-label);color:#758bab;font-size:9px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.ivy-billing-table td[data-label="Actions"]{grid-column:1/-1;margin-top:3px}.ivy-billing-actions .ivy-btn{flex:1 1 120px}
  .ivy-addon-category-tabs{flex-wrap:wrap;overflow-x:visible;overflow-y:visible}.ivy-service-term-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ivy-email-workspace{grid-template-columns:1fr}.ivy-email-overview{grid-template-columns:repeat(3,minmax(0,1fr))}.ivy-email-overview__actions{grid-column:1/-1;grid-template-columns:repeat(3,minmax(0,1fr))}.ivy-contact-grid{grid-template-columns:1fr}.ivy-portal-cart__layout{grid-template-columns:1fr}.ivy-portal-cart__summary{position:static}
}
@media(max-width:760px){
  .ivy-billing-overview{grid-template-columns:repeat(2,minmax(0,1fr))}.ivy-service-hero{grid-template-columns:58px minmax(0,1fr);gap:14px;padding:19px}.ivy-service-hero__icon{width:58px;height:58px;border-radius:16px;font-size:27px}.ivy-service-hero__actions{grid-column:1/-1;display:grid;grid-template-columns:1fr;width:100%;max-width:none}.ivy-service-split,.ivy-service-term-grid,.ivy-service-term-grid--compact{grid-template-columns:1fr}.ivy-service-callout{align-items:flex-start;flex-direction:column}.ivy-games-roadmap{grid-template-columns:1fr}.ivy-email-overview{grid-template-columns:repeat(2,minmax(0,1fr))}.ivy-email-overview__actions{grid-column:1/-1;grid-template-columns:1fr}.ivy-email-help-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ivy-contact-hero{align-items:flex-start;flex-direction:column;padding:19px}.ivy-contact-quick{width:100%}.ivy-contact-quick a{flex:1 1 140px}.ivy-contact-form{grid-template-columns:1fr}.ivy-contact-form__wide,.ivy-contact-form button[type="submit"]{grid-column:1}.ivy-portal-cart-item__topline{display:grid;gap:7px}.ivy-portal-cart-item__price{white-space:normal}.ivy-portal-cart__item-actions{display:grid;grid-template-columns:1fr}
}
@media(max-width:600px){
  .ivy-addon-category-picker{display:block}.ivy-addon-category-tabs{display:none}.ivy-addon-category-head{align-items:flex-start;flex-direction:column}.ivy-addon-category-head>a{align-self:stretch;display:flex;align-items:center;justify-content:center;min-height:44px;border:1px solid var(--ivy-border);border-radius:12px;background:rgba(255,255,255,.04);color:#dceaff;text-decoration:none;font-size:11px;font-weight:800}.ivy-addon-media{height:132px}
  .ivy-billing-overview{grid-template-columns:1fr}.ivy-billing-table tr{grid-template-columns:1fr}.ivy-billing-table td[data-label="Actions"]{grid-column:1}.ivy-email-overview{grid-template-columns:1fr}.ivy-email-help-grid{grid-template-columns:1fr}.ivy-email-request-card__top{align-items:flex-start;flex-direction:column}.ivy-portal-cart-item{grid-template-columns:1fr}.ivy-portal-cart-item__media{width:100%;height:150px}.ivy-portal-cart-item__controls{display:grid;grid-template-columns:1fr}.ivy-portal-cart-item__controls input{width:100%!important}.ivy-portal-cart-item__remove{width:100%}
}

/* 51.1.84.10 tracked requests, owned mailboxes and service-page production polish */
.ivy-portal--email .ivy-route-intro{--ivy-route-intro-image:url("../img/portal-v3/ivymail-hero.webp")!important}
.ivy-service-page--host .ivy-service-hero,
.ivy-service-page--games .ivy-service-hero{position:relative;isolation:isolate;overflow:hidden;min-height:250px;background-position:center;background-size:cover}
.ivy-service-page--host .ivy-service-hero::before,
.ivy-service-page--games .ivy-service-hero::before{content:"";position:absolute;inset:0;z-index:-2;background-position:center;background-size:cover;filter:saturate(.92) brightness(.72);transform:scale(1.025)}
.ivy-service-page--host .ivy-service-hero::before{background-image:url("../img/portal-v3/ivyhost-hero.webp")}
.ivy-service-page--games .ivy-service-hero::before{background-image:url("../img/portal-v3/ivygames-hero.webp")}
.ivy-service-page--host .ivy-service-hero::after,
.ivy-service-page--games .ivy-service-hero::after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(4,12,27,.96) 0%,rgba(5,14,31,.86) 48%,rgba(5,14,31,.42) 100%),linear-gradient(180deg,rgba(12,25,48,.08),rgba(3,9,20,.68))}
.ivy-service-page--games .ivy-service-hero{border-color:rgba(167,132,255,.3);box-shadow:0 24px 70px rgba(18,5,46,.32),inset 0 1px 0 rgba(255,255,255,.07)}
.ivy-service-page--games .ivy-service-hero__icon{border-color:rgba(181,146,255,.36);background:rgba(119,76,229,.18);box-shadow:0 0 38px rgba(126,79,255,.22)}
.ivy-games-status{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.ivy-games-status article{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:15px 16px;border:1px solid var(--ivy-border);border-radius:15px;background:rgba(10,22,41,.9)}
.ivy-games-status article>span{display:grid;place-items:center;width:32px;height:32px;border-radius:10px;background:rgba(131,97,255,.1);color:#bba8ff}
.ivy-games-status strong,.ivy-games-status small{display:block}.ivy-games-status strong{color:#eff5ff;font-size:13px}.ivy-games-status small{margin-top:3px;color:#8fa4c1;font-size:10px;line-height:1.4}.ivy-games-status b{color:#bca8ff;font-size:9px;letter-spacing:.08em;text-transform:uppercase}
.ivy-live-dot{position:relative}.ivy-live-dot::before{content:"";width:9px;height:9px;border-radius:50%;background:#68e7aa;box-shadow:0 0 0 5px rgba(104,231,170,.08),0 0 18px rgba(104,231,170,.45);animation:ivyGameStatusPulse 2.8s ease-in-out infinite}
@keyframes ivyGameStatusPulse{0%,100%{transform:scale(.9);opacity:.72}50%{transform:scale(1.08);opacity:1}}
.ivy-game-feature{position:relative;overflow:hidden;overflow:clip;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
.ivy-game-feature::after{content:"";position:absolute;inset:auto -20% -55% 35%;height:120px;border-radius:50%;background:radial-gradient(circle,rgba(139,91,255,.18),transparent 68%);pointer-events:none}
.ivy-game-feature:hover{transform:translateY(-3px);border-color:rgba(164,132,255,.36);box-shadow:0 18px 42px rgba(20,5,51,.24)}
.ivy-game-feature a{position:relative;z-index:1;display:inline-flex;margin-top:14px;color:#bca9ff;font-size:11px;font-weight:850;text-decoration:none}
.ivy-service-callout--games{border-color:rgba(162,126,255,.24);background:linear-gradient(135deg,rgba(96,53,194,.13),rgba(7,18,35,.92))}

.ivy-mailbox-section{display:grid;gap:14px}.ivy-mailbox-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.ivy-mailbox-card{display:grid;gap:14px;padding:18px;border:1px solid var(--ivy-border);border-radius:17px;background:linear-gradient(145deg,rgba(14,34,58,.96),rgba(7,18,34,.97));box-shadow:0 16px 42px rgba(0,0,0,.18)}
.ivy-mailbox-card__head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.ivy-mailbox-card__head>span{display:grid;place-items:center;width:40px;height:40px;border-radius:12px;background:rgba(120,177,255,.1);color:#99c7ff;font-size:18px}.ivy-mailbox-card__head span:first-child{display:block;width:auto;height:auto;background:transparent;color:#71d7ae;font-size:9px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.ivy-mailbox-card h3{margin:4px 0 0;color:#f1f7ff;font-size:17px;overflow-wrap:anywhere}.ivy-mailbox-card dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin:0}.ivy-mailbox-card dl>div{min-width:0;padding:10px;border-radius:11px;background:rgba(255,255,255,.028)}.ivy-mailbox-card dt{color:#7e94b2;font-size:9px;font-weight:900;letter-spacing:.07em;text-transform:uppercase}.ivy-mailbox-card dd{margin:4px 0 0;color:#c9d9ec;font-size:11px;line-height:1.45;overflow-wrap:anywhere}.ivy-mailbox-card__actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.ivy-email-request-card--link{color:inherit;text-decoration:none;transition:transform .18s ease,border-color .18s ease,background .18s ease}.ivy-email-request-card--link:hover,.ivy-email-request-card--link:focus-visible{transform:translateY(-2px);border-color:rgba(120,177,255,.42);background:rgba(120,177,255,.055);outline:none}.ivy-request-open-label{color:#91c4ff;font-size:10px;text-align:right}

.ivy-request-overview{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.ivy-request-overview article{padding:16px;border:1px solid var(--ivy-border);border-radius:15px;background:linear-gradient(145deg,rgba(16,34,59,.93),rgba(7,18,34,.95))}.ivy-request-overview span,.ivy-request-overview strong,.ivy-request-overview small{display:block}.ivy-request-overview span{color:#7c92b1;font-size:9px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.ivy-request-overview strong{margin-top:6px;color:#f1f7ff;font-size:24px}.ivy-request-overview small{margin-top:4px;color:#8da2bf;font-size:10px;line-height:1.4}
.ivy-request-workspace{display:grid;grid-template-columns:minmax(300px,.78fr) minmax(0,1.22fr);gap:18px;align-items:start}.ivy-request-list{display:grid;gap:11px}.ivy-request-list-item{display:grid;gap:11px;padding:16px;border:1px solid var(--ivy-border);border-radius:15px;background:rgba(255,255,255,.025);color:inherit;text-decoration:none;transition:transform .18s ease,border-color .18s ease,background .18s ease}.ivy-request-list-item:hover,.ivy-request-list-item:focus-visible{transform:translateY(-2px);border-color:rgba(120,177,255,.42);background:rgba(120,177,255,.05);outline:none}.ivy-request-list-item__top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.ivy-request-list-item__top span:first-child{color:#7d94b3;font-size:9px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.ivy-request-list-item h3{margin:4px 0 0;color:#eff6ff;font-size:15px;line-height:1.3}.ivy-request-list-item p{margin:0;color:#91a6c3;font-size:12px;line-height:1.55}.ivy-request-list-item__meta{display:flex;flex-wrap:wrap;gap:6px}.ivy-request-list-item__meta span{padding:5px 7px;border-radius:8px;background:rgba(120,177,255,.055);color:#afc2d9;font-size:9px}.ivy-request-list-item__progress{display:flex;align-items:center;gap:10px}.ivy-request-list-item__progress i{flex:1;height:6px;border-radius:999px;background:rgba(255,255,255,.07);overflow:hidden}.ivy-request-list-item__progress b{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#72aaff,#73e3ca)}.ivy-request-list-item__progress strong{color:#dceaff;font-size:10px}

.ivy-request-detail{display:grid;gap:16px}.ivy-request-detail__nav{display:flex;align-items:center;justify-content:space-between;gap:12px}.ivy-request-detail__nav>span{color:#8ca3c1;font-size:10px;font-weight:900;letter-spacing:.08em}.ivy-request-detail__grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(280px,.65fr);gap:18px;align-items:start}.ivy-request-detail__main,.ivy-request-detail__reply{min-width:0}.ivy-request-detail__reply{position:sticky;top:20px;display:grid;gap:13px}.ivy-request-detail__reply h2{margin:0;color:#f2f7ff;font-size:19px}.ivy-request-detail__reply>p{margin:0;color:#94a8c4;font-size:12px;line-height:1.55}.ivy-request-detail__heading{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:18px}.ivy-request-detail__heading>div>span{color:#78b1ff;font-size:9px;font-weight:900;letter-spacing:.09em;text-transform:uppercase}.ivy-request-detail__heading h1{margin:5px 0 0;color:#f4f8ff;font-size:clamp(23px,2.6vw,34px);line-height:1.12;letter-spacing:-.03em}.ivy-request-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin:0 0 18px}.ivy-request-facts>div{min-width:0;padding:11px;border-radius:11px;background:rgba(255,255,255,.028)}.ivy-request-facts dt{color:#778dab;font-size:9px;font-weight:900;letter-spacing:.07em;text-transform:uppercase}.ivy-request-facts dd{margin:5px 0 0;color:#d4e2f2;font-size:11px;line-height:1.45;overflow-wrap:anywhere}.ivy-request-original{margin:0 0 19px;padding:16px;border:1px solid rgba(145,185,246,.14);border-radius:14px;background:rgba(4,14,29,.46)}.ivy-request-original h2,.ivy-email-settings-box--open h2{margin:0 0 9px;color:#edf5ff;font-size:15px}.ivy-request-original p{margin:0 0 9px;color:#adbed2;font-size:12px;line-height:1.65;overflow-wrap:anywhere}.ivy-request-original p:last-child{margin-bottom:0}.ivy-request-original a{color:#8bc1ff}.ivy-request-progress{display:grid;gap:8px;margin-bottom:16px}.ivy-request-progress>div{display:flex;justify-content:space-between;color:#93a7c3;font-size:10px}.ivy-request-progress strong{color:#dceaff}.ivy-request-progress i{height:7px;border-radius:999px;background:rgba(255,255,255,.07);overflow:hidden}.ivy-request-progress b{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#72aaff,#73e3ca)}
.ivy-request-timeline{display:grid;gap:11px;margin:12px 0 20px}.ivy-request-update{padding:13px 14px;border:1px solid rgba(145,185,246,.14);border-radius:13px;background:rgba(255,255,255,.025)}.ivy-request-update--client{margin-left:7%;border-color:rgba(120,177,255,.25);background:rgba(120,177,255,.065)}.ivy-request-update--staff{margin-right:7%;border-color:rgba(111,222,174,.2);background:rgba(111,222,174,.05)}.ivy-request-update>div{display:flex;justify-content:space-between;gap:10px}.ivy-request-update strong{color:#eaf3ff;font-size:11px}.ivy-request-update time{color:#788daa;font-size:9px}.ivy-request-update p{margin:7px 0 0;color:#a9bbd1;font-size:12px;line-height:1.6}.ivy-request-timeline__empty{margin:12px 0 20px;padding:15px;border:1px dashed rgba(145,185,246,.18);border-radius:13px;color:#879cb9;font-size:12px}.ivy-request-reply-form{margin-top:2px}.ivy-email-settings-box--open{margin:0 0 19px;padding:16px;border:1px solid rgba(120,177,255,.18);border-radius:14px;background:#07172a}.ivy-email-settings-box--open pre{margin:0;max-width:100%;white-space:pre-wrap;overflow-wrap:anywhere;color:#c8d9ec;font:11px/1.6 ui-monospace,SFMono-Regular,Consolas,monospace}.ivy-email-settings-box--open p{margin:9px 0 0;color:#7f94b0;font-size:10px}

@media(max-width:1100px){.ivy-request-workspace,.ivy-request-detail__grid{grid-template-columns:1fr}.ivy-request-detail__reply{position:static}.ivy-mailbox-grid{grid-template-columns:1fr}.ivy-games-status{grid-template-columns:1fr}.ivy-request-facts{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:700px){.ivy-request-overview{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.ivy-request-overview article{padding:13px}.ivy-request-overview strong{font-size:20px}.ivy-request-detail__nav{align-items:stretch;flex-direction:column}.ivy-request-detail__nav .ivy-btn{width:100%}.ivy-request-detail__heading{align-items:flex-start;flex-direction:column}.ivy-request-facts{grid-template-columns:1fr}.ivy-mailbox-card dl{grid-template-columns:1fr}.ivy-mailbox-card__actions{grid-template-columns:1fr}.ivy-games-status article{grid-template-columns:auto minmax(0,1fr)}.ivy-games-status b{grid-column:2}.ivy-request-update--client,.ivy-request-update--staff{margin-inline:0}}
@media(max-width:430px){.ivy-request-overview{grid-template-columns:1fr}.ivy-service-page--host .ivy-service-hero,.ivy-service-page--games .ivy-service-hero{min-height:0}.ivy-service-page--host .ivy-service-hero::after,.ivy-service-page--games .ivy-service-hero::after{background:linear-gradient(180deg,rgba(4,12,27,.9),rgba(4,12,27,.97))}}
@media(prefers-reduced-motion:reduce){.ivy-live-dot::before{animation:none}.ivy-game-feature{transition:none}}

/* 51.1.84.11 tablet-safe add-on navigation. */
@media(max-width:1100px){
  .ivy-addon-category-picker{display:block}
  .ivy-addon-category-tabs{display:none!important}
}

/* Precisely aligned notification controls used by portal and shortcode surfaces. */
.ivy-notify-toggle{
  position:relative;
  display:grid;
  place-items:center;
  width:44px;
  height:44px;
  margin:0;
  padding:0;
  border:1px solid var(--bd2);
  border-radius:13px;
  background:rgba(255,255,255,.045);
  color:var(--txt);
  line-height:1;
  cursor:pointer;
}
.ivy-notify-toggle .ivy-bell-svg{display:block;width:20px;height:20px;overflow:visible;color:currentColor;transform:none}

/* V1 portal containment: companion mobile mastheads must not occupy or widen the app shell. */
body.ivy-portal-page .simh-mobile-root,
body.ivy-portal-page .simh-spacer,
body.ivy-portal-page [class~="simh-mobile-root"],
body.ivy-portal-page [class~="simh-spacer"]{
  display:none!important;
}


/* 51.6.0 RC5 premium portal cart and quick-add recommendations. */
.ivy-portal-cart{--ivy-cart-gold:#d8b86a;--ivy-cart-line:rgba(170,199,231,.16)}
.ivy-portal-cart__items{border-radius:24px!important;padding:26px!important;background:radial-gradient(circle at 0 0,rgba(85,151,225,.08),transparent 32rem),linear-gradient(150deg,rgba(13,29,51,.98),rgba(5,14,27,.995))!important}
.ivy-portal-cart-item{grid-template-columns:112px minmax(0,1fr);gap:20px;padding:18px;border-radius:20px;background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.02));border-color:rgba(174,204,237,.16)}
.ivy-portal-cart-item__media{width:112px;height:112px;border-radius:17px}.ivy-portal-cart-item__media img{object-fit:cover}
.ivy-portal-cart-item__topline h3{font-size:19px}.ivy-portal-cart-item__price{color:#f1d793;background:rgba(216,184,106,.09);border-color:rgba(216,184,106,.22)}
.ivy-portal-cart__summary{border-radius:24px!important;padding:26px!important;background:radial-gradient(circle at 100% 0,rgba(216,184,106,.075),transparent 20rem),linear-gradient(145deg,#102641,#061528)!important}
.ivy-portal-cart__checkout{min-height:54px!important;background:linear-gradient(135deg,#d8b86a,#f0d997)!important;color:#07111e!important;box-shadow:0 16px 38px rgba(216,184,106,.2)!important}
.ivy-portal-cart__fastpath{border-color:rgba(111,213,166,.26)!important;background:rgba(63,163,119,.09)!important;color:#d9f7e9!important}.ivy-portal-cart__fastpath strong{color:#fff}
.ivy-portal-cart .ivy-commerce-recommend{margin:24px 0 0;padding:24px;border:1px solid var(--ivy-cart-line);border-radius:24px;background:linear-gradient(180deg,rgba(13,28,48,.95),rgba(6,16,29,.98));box-shadow:0 24px 60px rgba(0,0,0,.24)}
.ivy-portal-cart .ivy-commerce-recommend__head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:17px}.ivy-portal-cart .ivy-commerce-recommend__head span{display:block;color:#d8ba73;font-size:10px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.ivy-portal-cart .ivy-commerce-recommend__head h2{margin:4px 0!important;color:#fff!important;font-size:24px!important}.ivy-portal-cart .ivy-commerce-recommend__head p{margin:0;color:#a8bad0;line-height:1.5}.ivy-portal-cart .ivy-commerce-recommend__head>a{color:#bad7ff!important;font-weight:800}
.ivy-portal-cart .ivy-commerce-recommend__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.ivy-portal-cart .ivy-commerce-recommend__card{display:grid;grid-template-columns:82px minmax(0,1fr);gap:13px;padding:14px;border:1px solid rgba(170,199,231,.14);border-radius:18px;background:rgba(255,255,255,.035)}.ivy-portal-cart .ivy-commerce-recommend__card>img{width:82px;height:82px;object-fit:cover;border-radius:14px;background:#08162a}.ivy-portal-cart .ivy-commerce-recommend__copy h3{margin:0 0 5px!important;color:#fff!important;font-size:16px!important}.ivy-portal-cart .ivy-commerce-recommend__copy p{margin:0 0 8px;color:#9fb2c8;font-size:12px;line-height:1.45}.ivy-portal-cart .ivy-commerce-recommend__copy strong{color:#f1d793}.ivy-portal-cart .ivy-commerce-recommend__action{grid-column:1/-1}.ivy-portal-cart .ivy-commerce-recommend__action .button{display:flex!important;align-items:center;justify-content:center;width:100%;min-height:46px;border:1px solid rgba(118,178,245,.24)!important;border-radius:12px!important;background:rgba(118,178,245,.1)!important;color:#edf6ff!important;font-weight:900!important;text-decoration:none!important}
@media(max-width:980px){.ivy-portal-cart .ivy-commerce-recommend__grid{grid-template-columns:1fr 1fr}}
@media(max-width:680px){.ivy-portal-cart__items,.ivy-portal-cart__summary{padding:17px!important;border-radius:19px!important}.ivy-portal-cart-item{grid-template-columns:82px minmax(0,1fr);gap:14px;padding:14px}.ivy-portal-cart-item__media{width:82px;height:82px}.ivy-portal-cart .ivy-commerce-recommend{padding:17px;border-radius:19px}.ivy-portal-cart .ivy-commerce-recommend__head{align-items:flex-start;flex-direction:column}.ivy-portal-cart .ivy-commerce-recommend__grid{grid-template-columns:1fr}}
@media(max-width:430px){.ivy-portal-cart-item{grid-template-columns:1fr}.ivy-portal-cart-item__media{width:100%;height:180px}.ivy-portal-cart-item__controls{grid-template-columns:1fr!important}.ivy-portal-cart-item__controls input{width:100%!important}}


/* 51.6.1 RC6: cart actions remain obvious and operable across theme resets. */
.ivy-portal-cart-item__remove{appearance:none!important;cursor:pointer!important;position:relative!important;z-index:2!important;pointer-events:auto!important}
.ivy-portal-cart-item__remove[aria-busy="true"],.ivy-portal-cart-item__remove.is-loading{opacity:.72!important;cursor:wait!important}
.ivy-portal-cart-item__remove:disabled{pointer-events:none!important}


/* 51.6.2 RC7: hard portal containment + premium cart geometry. */
body.ivy-portal-page .footer_wrapper,
body.ivy-portal-page .main_footer,
body.ivy-portal-page .gt3_footer,
body.ivy-portal-page .gt3-footer,
body.ivy-portal-page .gt3_footer_wrap,
body.ivy-portal-page .footer-area,
body.ivy-portal-page .footer_area,
body.ivy-portal-page .copyright,
body.ivy-portal-page .copyright-wrapper,
body.ivy-portal-page .wp-block-social-links,
body.ivy-portal-page .elementor-widget-social-icons,
body.ivy-portal-page .elementor-social-icons-wrapper,
body.ivy-portal-page .gt3_social,
body.ivy-portal-page .gt3_social_icons,
body.ivy-portal-page .gt3-social-icons,
body.ivy-portal-page .footer_socials,
body.ivy-portal-page [class*="footer-social"],
body.ivy-portal-page [class*="social-icons"],
body.ivy-portal-page [class*="social_icons"],
body.ivy-portal-page [class*="social-links"],
body.ivy-portal-page [class*="social_links"],
body.ivy-portal-page .rev_slider_wrapper,
body.ivy-portal-page rs-module-wrap,
body.ivy-portal-page .rs-module-wrap,
body.ivy-portal-page .tparrows,
body.ivy-portal-page .tp-leftarrow,
body.ivy-portal-page .tp-rightarrow{
  display:none!important;visibility:hidden!important;pointer-events:none!important;width:0!important;height:0!important;overflow:hidden!important;
}
.ivy-portal-cart,.ivy-portal-cart__layout,.ivy-portal-cart__items,.ivy-portal-cart__summary,.ivy-portal-cart__form,.ivy-portal-cart__list,.ivy-portal-cart-item,.ivy-portal-cart-item__body{width:100%;max-width:100%;min-width:0}
.ivy-portal-cart__layout{grid-template-columns:minmax(0,1fr) minmax(290px,350px)!important;gap:18px!important;overflow:visible!important}
.ivy-portal-cart__items,.ivy-portal-cart__summary{overflow:hidden!important}
.ivy-portal-cart__summary{width:100%!important;max-width:350px!important;justify-self:stretch!important;align-self:start!important;top:84px}
.ivy-portal-cart__totals>div{min-width:0}.ivy-portal-cart__totals dt,.ivy-portal-cart__totals dd{min-width:0;overflow-wrap:anywhere}.ivy-portal-cart__totals dd{text-align:right}
.ivy-portal-cart-item{grid-template-columns:104px minmax(0,1fr)!important;gap:17px!important;align-items:start!important}
.ivy-portal-cart-item__media{width:104px!important;height:104px!important;aspect-ratio:1;box-shadow:0 10px 28px rgba(0,0,0,.24)}
.ivy-portal-cart-item__media img{display:block!important;width:100%!important;height:100%!important;max-width:none!important;object-fit:cover!important}
.ivy-portal-cart-item__body{display:grid;gap:10px}
.ivy-portal-cart-item__topline{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:start!important;gap:12px!important;min-width:0}
.ivy-portal-cart-item__topline>div:first-child{min-width:0}.ivy-portal-cart-item__topline h3{overflow-wrap:anywhere}
.ivy-portal-cart-item__price{align-self:start!important;justify-self:end!important;max-width:180px!important;padding:7px 11px!important;border:1px solid rgba(216,184,106,.24)!important;border-radius:999px!important;white-space:normal!important;text-align:right!important;line-height:1.2!important}
.ivy-portal-cart-item__meta{margin:0!important}.ivy-portal-cart-item__meta>div{max-width:100%;overflow:hidden}.ivy-portal-cart-item__meta dd{overflow-wrap:anywhere}
.ivy-portal-cart-item__controls{display:grid!important;grid-template-columns:minmax(96px,130px) auto!important;align-items:end!important;justify-content:space-between!important;gap:12px!important;margin-top:2px}
.ivy-portal-cart-item__controls label{min-width:0}.ivy-portal-cart-item__controls input{width:100%!important;max-width:130px!important}
.ivy-portal-cart-item__remove{min-width:104px!important;justify-self:end!important}
.ivy-portal-cart__summary-actions .ivy-btn{width:100%!important;max-width:100%!important}
@media(max-width:1480px){
  .ivy-portal-cart__layout{grid-template-columns:minmax(0,1fr) minmax(280px,320px)!important}
  .ivy-portal-cart__summary{max-width:320px!important}
}
@media(max-width:1220px){
  .ivy-portal-cart__layout{grid-template-columns:minmax(0,1fr)!important}
  .ivy-portal-cart__summary{position:static!important;top:auto!important;max-width:none!important}
}
@media(max-width:700px){
  .ivy-portal-cart-item{grid-template-columns:82px minmax(0,1fr)!important;gap:13px!important}
  .ivy-portal-cart-item__media{width:82px!important;height:82px!important}
  .ivy-portal-cart-item__topline{grid-template-columns:minmax(0,1fr)!important}
  .ivy-portal-cart-item__price{justify-self:start!important;max-width:100%!important;text-align:left!important}
  .ivy-portal-cart-item__controls{grid-template-columns:minmax(0,1fr) auto!important}
}
@media(max-width:430px){
  .ivy-portal-cart-item{grid-template-columns:minmax(0,1fr)!important}
  .ivy-portal-cart-item__media{width:100%!important;height:auto!important;aspect-ratio:16/9}
  .ivy-portal-cart-item__controls{grid-template-columns:minmax(0,1fr)!important}
  .ivy-portal-cart-item__controls input{max-width:none!important}
  .ivy-portal-cart-item__remove{width:100%!important;justify-self:stretch!important}
}
