:root {
  --ink: #14213d;
  --ink-2: #34415c;
  --muted: #71809c;
  --line: #e5eaf2;
  --surface: #fff;
  --canvas: #f5f7fb;
  --blue: #2968e8;
  --blue-dark: #1854cc;
  --blue-soft: #eaf1ff;
  --violet: #7657e8;
  --green: #19a974;
  --amber: #df9224;
  --red: #db4b5c;
  --radius: 16px;
  --shadow: 0 18px 55px rgba(27, 49, 91, .12);
  --shadow-soft: 0 8px 28px rgba(33, 53, 92, .08);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
svg.icon { display: inline-block; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.svg-sprite { width: 0; height: 0; position: absolute; overflow: hidden; }
.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.button { min-height: 46px; padding: 0 21px; border: 0; border-radius: 10px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; font-size: 14px; font-weight: 750; cursor: pointer; transition: transform .18s ease, background .18s ease, box-shadow .18s ease; }
.button:hover { transform: translateY(-1px); }
.button:disabled { cursor: not-allowed; opacity: .52; transform: none; }
.button-primary { color: #fff; background: linear-gradient(135deg, #3478f1, #1f5edc); box-shadow: 0 8px 20px rgba(41, 104, 232, .25); }
.button-primary:hover { background: linear-gradient(135deg, #2b70ea, #174fc6); box-shadow: 0 10px 25px rgba(41, 104, 232, .32); }
.button-ghost { background: transparent; color: var(--ink); border: 1px solid transparent; }
.button-ghost:hover { background: #f1f5fc; }
.button-dark { color: #fff; background: var(--ink); }
.button-white { color: var(--blue); background: #fff; box-shadow: 0 10px 30px rgba(10, 42, 113, .2); }
.button-small { min-height: 39px; padding: 0 15px; font-size: 13px; border-radius: 9px; }
.button-wide { width: 100%; margin-top: 6px; }

/* Brand and public shell */
.brand { display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; }
.brand-mark { width: 27px; height: 27px; position: relative; display: inline-block; transform: skew(-10deg); }
.brand-mark i { position: absolute; width: 7px; border-radius: 3px; background: var(--blue); bottom: 2px; }
.brand-mark i:nth-child(1) { height: 13px; left: 2px; opacity: .8; }
.brand-mark i:nth-child(2) { height: 22px; left: 10px; }
.brand-mark i:nth-child(3) { height: 17px; left: 18px; opacity: .88; }
.brand-name { font-size: 22px; line-height: 1; font-weight: 900; letter-spacing: -.8px; color: #17274a; }
.brand-product { font-size: 13px; color: #7b88a1; padding-top: 7px; margin-left: -4px; }
.site-header { height: 76px; background: rgba(255,255,255,.92); border-bottom: 1px solid #eef1f6; position: relative; z-index: 20; backdrop-filter: blur(14px); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.marketing-nav { display: flex; align-items: center; gap: 38px; font-size: 14px; color: #536078; }
.marketing-nav a:hover { color: var(--blue); }
.header-actions { display: flex; align-items: center; gap: 5px; }
.site-footer { padding: 30px 0; border-top: 1px solid #edf0f5; color: #7a859a; font-size: 13px; }
.legal-page { min-height: calc(100vh - 150px); padding: 70px 0 90px; background: var(--canvas); }
.legal-shell { max-width: 850px; }
.legal-back { display: inline-flex; align-items: center; gap: 7px; margin-bottom: 42px; color: var(--muted); font-size: 11px; font-weight: 700; }
.legal-back .icon { transform: rotate(180deg); }
.legal-page h1 { margin: 9px 0 14px; color: var(--ink); font-size: clamp(34px, 6vw, 54px); letter-spacing: -2px; }
.legal-lead { max-width: 680px; margin: 0 0 30px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.legal-card { padding: 38px 44px; background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 8px 30px rgba(31,52,91,.05); }
.legal-card section + section { margin-top: 28px; padding-top: 28px; border-top: 1px solid var(--line); }
.legal-card h2 { margin: 0 0 9px; font-size: 17px; }
.legal-card p { margin: 0; color: #506078; font-size: 12px; line-height: 1.8; }
.legal-card a { color: var(--blue); font-weight: 700; }
.legal-updated { margin: 18px 3px 0; color: var(--muted); font-size: 10px; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-inner > div { display: flex; gap: 25px; }
.footer-inner a:hover { color: var(--blue); }

/* Landing */
.hero { min-height: 630px; background: linear-gradient(160deg, #fbfcff 0%, #f1f6ff 48%, #f8f6ff 100%); position: relative; overflow: hidden; border-bottom: 1px solid #e9eef7; }
.hero::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(#bac9e6 1px, transparent 1px); background-size: 25px 25px; mask-image: linear-gradient(to right, transparent, rgba(0,0,0,.45), transparent); opacity: .26; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(1px); }
.hero-orb-one { width: 400px; height: 400px; right: -170px; top: 50px; background: rgba(117,87,232,.1); }
.hero-orb-two { width: 360px; height: 360px; left: -190px; bottom: -170px; background: rgba(41,104,232,.1); }
.hero-grid { min-height: 630px; display: grid; grid-template-columns: 1.02fr .98fr; gap: 70px; align-items: center; position: relative; z-index: 1; }
.hero-copy { padding: 55px 0; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; text-transform: uppercase; letter-spacing: 1.7px; color: var(--blue); font-size: 10px; font-weight: 850; }
.eyebrow > span { width: 18px; height: 2px; background: currentColor; }
.eyebrow.centered { justify-content: center; }
.eyebrow.light { color: rgba(255,255,255,.78); }
.hero h1 { margin: 20px 0 20px; font-size: clamp(45px, 4.7vw, 68px); line-height: 1.02; letter-spacing: -3.8px; font-weight: 850; color: #14213d; }
.hero h1 em { color: var(--blue); font-style: normal; }
.hero-copy > p { margin: 0; width: min(560px, 100%); font-size: 17px; line-height: 1.7; color: #61708a; }
.hero-search { height: 66px; width: min(610px, 100%); background: #fff; border: 1px solid #dfe6f1; border-radius: 13px; margin: 31px 0 18px; padding: 7px 7px 7px 18px; display: flex; align-items: center; box-shadow: 0 15px 38px rgba(43, 69, 119, .11); }
.hero-search input { height: 100%; min-width: 0; flex: 1; border: 0; outline: 0; font-size: 16px; color: var(--ink); }
.search-prefix { color: #a0aab9; font-size: 15px; }
.search-tld { color: var(--ink); font-weight: 800; padding: 0 14px 0 3px; }
.hero-search .button { height: 52px; white-space: nowrap; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 20px; color: #728099; font-size: 12px; }
.hero-proof span { display: inline-flex; align-items: center; gap: 5px; }
.hero-proof svg { color: var(--green); }
.hero-visual { position: relative; min-height: 460px; display: flex; align-items: center; }
.preview-window { width: 100%; background: #fff; border: 1px solid rgba(214,223,238,.9); border-radius: 14px; box-shadow: 0 28px 75px rgba(37, 58, 98, .17); overflow: hidden; transform: perspective(1100px) rotateY(-3deg) rotateX(1deg); }
.preview-topbar { height: 49px; display: flex; align-items: center; justify-content: space-between; padding: 0 17px; border-bottom: 1px solid #edf0f5; }
.mini-brand { display: inline-flex; align-items: center; gap: 6px; font-size: 11px; }
.mini-brand .brand-mark { transform: scale(.55) skew(-10deg); margin: -6px; }
.preview-user { width: 26px; height: 26px; display: grid; place-items: center; color: #fff; background: var(--blue); border-radius: 50%; font-size: 8px; font-weight: 800; }
.preview-body { display: grid; grid-template-columns: 50px 1fr; min-height: 335px; }
.preview-sidebar { background: #15213c; padding: 20px 9px; display: flex; flex-direction: column; align-items: center; gap: 14px; }
.preview-sidebar i { width: 31px; height: 31px; border-radius: 8px; display: grid; place-items: center; color: #75819b; }
.preview-sidebar i.active { background: var(--blue); color: #fff; }
.preview-content { padding: 26px 27px; background: #fafbfe; }
.preview-content > strong { display: block; font-size: 16px; margin-top: 4px; }
.preview-kicker { font-size: 8px; color: #8792a7; text-transform: uppercase; letter-spacing: 1px; }
.preview-stats { margin: 18px 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.preview-stats > div { background: #fff; padding: 12px; border-radius: 9px; box-shadow: 0 3px 10px rgba(23,47,87,.05); display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 5px 8px; }
.preview-stats svg { color: var(--blue); grid-row: span 2; }
.preview-stats b { font-size: 15px; }
.preview-stats small { font-size: 7px; color: #8a95a8; }
.preview-domain { min-height: 54px; background: #fff; margin-top: 9px; border-radius: 9px; padding: 9px 11px; display: flex; align-items: center; gap: 10px; box-shadow: 0 3px 10px rgba(23,47,87,.04); }
.domain-mark, .domain-avatar { width: 34px; height: 34px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 9px; color: var(--blue); background: var(--blue-soft); font-size: 11px; font-weight: 850; }
.domain-mark.violet, .domain-avatar.violet { color: var(--violet); background: #f0ecff; }
.preview-domain > div { min-width: 0; flex: 1; }
.preview-domain b { display: block; font-size: 10px; }
.preview-domain small { display: block; font-size: 7px; color: #929bad; margin-top: 3px; }
.status-pill { color: var(--green); background: #e8f8f1; padding: 4px 8px; border-radius: 99px; font-size: 7px; font-weight: 800; }
.floating-card { position: absolute; z-index: 2; background: #fff; border: 1px solid #e6ebf3; border-radius: 12px; box-shadow: 0 14px 35px rgba(31,54,98,.14); display: flex; align-items: center; }
.floating-renewal { left: -45px; bottom: 15px; padding: 12px 14px; gap: 10px; min-width: 225px; }
.floating-icon { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 9px; color: var(--blue); background: var(--blue-soft); }
.floating-card b { display: block; font-size: 10px; }
.floating-card small { display: block; color: #8a94a7; font-size: 8px; margin-top: 2px; }
.toggle-on { margin-left: auto; width: 31px; height: 17px; padding: 2px; border-radius: 99px; background: var(--blue); }
.toggle-on i { display: block; width: 13px; height: 13px; border-radius: 50%; background: #fff; margin-left: 14px; }
.floating-secure { right: -23px; top: 38px; padding: 10px 13px; gap: 7px; color: var(--green); }
.floating-secure b { color: var(--ink); }
.trust-strip { padding: 25px 0; border-bottom: 1px solid #e8edf4; box-shadow: 0 6px 18px rgba(26,52,98,.04); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.trust-grid > div { display: flex; align-items: center; gap: 13px; }
.trust-grid svg { color: var(--blue); }
.trust-grid b, .trust-grid small { display: block; }
.trust-grid b { font-size: 12px; }
.trust-grid small { color: #8a95a8; font-size: 10px; margin-top: 3px; }
.features-section { padding: 92px 0 100px; }
.section-heading { text-align: center; margin-bottom: 46px; }
.section-heading h2 { margin: 14px 0 13px; font-size: 36px; line-height: 1.15; letter-spacing: -1.4px; }
.section-heading p { color: var(--muted); margin: 0; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 21px; }
.feature-grid article { position: relative; min-height: 250px; padding: 31px; border: 1px solid #e5eaf2; border-radius: var(--radius); background: #fff; overflow: hidden; transition: transform .2s, box-shadow .2s; }
.feature-grid article:hover { transform: translateY(-4px); box-shadow: var(--shadow-soft); }
.feature-icon, .metric-icon { width: 47px; height: 47px; display: grid; place-items: center; border-radius: 12px; }
.feature-icon.blue, .metric-icon.blue { color: var(--blue); background: var(--blue-soft); }
.feature-icon.violet, .metric-icon.violet { color: var(--violet); background: #f0ecff; }
.feature-icon.green, .metric-icon.green { color: var(--green); background: #e9f8f2; }
.metric-icon.amber { color: var(--amber); background: #fff3df; }
.feature-grid h3 { margin: 24px 0 10px; font-size: 18px; }
.feature-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.feature-number { position: absolute; right: 18px; bottom: -16px; color: #f0f3f8; font-size: 74px; font-weight: 900; letter-spacing: -5px; }
.pricing-callout { padding: 64px 0; color: #fff; background: linear-gradient(120deg, #1e59d0, #347bf3 60%, #745ae0); }
.callout-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.callout-inner h2 { margin: 12px 0 8px; font-size: 34px; letter-spacing: -1px; }
.callout-inner p { margin: 0; color: rgba(255,255,255,.76); }

/* Forms and auth */
label { display: block; color: #3d4961; font-size: 12px; font-weight: 750; }
input, select, textarea { width: 100%; border: 1px solid #dfe5ee; background: #fff; color: var(--ink); border-radius: 9px; outline: 0; transition: border .16s, box-shadow .16s; }
input, select { height: 45px; padding: 0 13px; }
textarea { padding: 12px 13px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: #7ba5f5; box-shadow: 0 0 0 3px rgba(41,104,232,.1); }
label > input, label > select, label > textarea { margin-top: 7px; }
label small { display: block; margin-top: 5px; font-size: 10px; color: #8792a7; font-weight: 500; }
.auth-page { min-height: calc(100vh - 76px); display: grid; grid-template-columns: .92fr 1.08fr; }
.auth-art { color: #fff; background: linear-gradient(145deg, #102c69, #1e60dd 58%, #664cc4); position: relative; overflow: hidden; }
.auth-art::before, .auth-art::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.12); }
.auth-art::before { width: 520px; height: 520px; left: -200px; top: -170px; }
.auth-art::after { width: 420px; height: 420px; right: -210px; bottom: -190px; }
.auth-art-inner { width: min(480px, calc(100% - 70px)); margin: 0 auto; min-height: 100%; display: flex; flex-direction: column; justify-content: center; position: relative; z-index: 1; }
.auth-badge { display: inline-flex; width: max-content; align-items: center; gap: 8px; padding: 8px 12px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.16); border-radius: 99px; font-size: 11px; }
.auth-art h1 { margin: 24px 0 15px; font-size: 45px; line-height: 1.08; letter-spacing: -2.2px; }
.auth-art-inner > p { color: rgba(255,255,255,.7); line-height: 1.7; }
.auth-preview-card { margin-top: 38px; padding: 18px; display: flex; align-items: center; gap: 15px; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.09); border-radius: 14px; backdrop-filter: blur(8px); }
.auth-preview-icon { width: 54px; height: 54px; display: grid; place-items: center; background: rgba(255,255,255,.12); border-radius: 12px; }
.auth-preview-card strong, .auth-preview-card span { display: block; }
.auth-preview-card strong { font-size: 13px; }
.auth-preview-card span { margin-top: 5px; color: rgba(255,255,255,.65); font-size: 11px; }
.auth-form-side { min-height: 660px; display: flex; align-items: center; justify-content: center; padding: 72px 40px 45px; position: relative; }
.auth-brand { position: absolute; left: 44px; top: 35px; }
.auth-card { width: min(420px, 100%); }
.form-kicker { display: block; margin-bottom: 9px; color: var(--blue); text-transform: uppercase; letter-spacing: 1.5px; font-size: 10px; font-weight: 850; }
.auth-card h2 { margin: 0; font-size: 29px; letter-spacing: -.9px; }
.form-intro, .modal-intro { margin: 9px 0 28px; color: var(--muted); font-size: 13px; line-height: 1.6; }
.auth-card form { display: grid; gap: 17px; }
.label-link { float: right; font-weight: 650; color: var(--blue); }
.checkbox-line { display: flex; align-items: flex-start; gap: 9px; line-height: 1.5; font-weight: 500; }
.checkbox-line input { width: 16px; height: 16px; margin: 2px 0 0; accent-color: var(--blue); }
.checkbox-line a { color: var(--blue); font-weight: 700; }
.auth-switch { margin-top: 24px; text-align: center; color: var(--muted); font-size: 12px; }
.auth-switch a { color: var(--blue); font-weight: 750; }
.form-status { min-height: 20px; margin-top: 16px; text-align: center; color: var(--red); font-size: 12px; line-height: 1.5; }
.form-status.success { color: var(--green); }
.message-page { min-height: calc(100vh - 140px); display: grid; place-items: center; background: var(--canvas); padding: 50px 24px; }
.message-card { width: min(500px, 100%); text-align: center; padding: 55px 42px; background: #fff; border-radius: 18px; box-shadow: var(--shadow); }
.message-icon { width: 65px; height: 65px; margin: 0 auto 23px; display: grid; place-items: center; border-radius: 50%; }
.message-icon.success { color: var(--green); background: #e9f8f2; }
.message-icon.error { color: var(--red); background: #fff0f2; }
.message-card h1 { margin: 0 0 10px; font-size: 27px; }
.message-card p { margin: 0 0 25px; color: var(--muted); line-height: 1.65; }

/* Portal shell */
.portal-body { min-height: 100vh; background: var(--canvas); }
.portal-sidebar { position: fixed; z-index: 40; inset: 0 auto 0 0; width: 245px; padding: 27px 20px 20px; background: #101b34; color: #aeb9cc; display: flex; flex-direction: column; }
.portal-brand { margin: 0 12px 35px; }
.portal-brand .brand-name { color: #fff; }
.portal-brand .brand-product { color: #71809b; }
.admin-label { margin: -26px 12px 22px 42px; color: #71809b; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: 1.5px; }
.portal-nav { display: grid; gap: 5px; }
.portal-nav a { height: 44px; padding: 0 13px; display: flex; align-items: center; gap: 12px; border-radius: 9px; color: #8f9bb2; font-size: 13px; font-weight: 650; transition: color .16s, background .16s; }
.portal-nav a:hover { color: #e3e9f4; background: rgba(255,255,255,.04); }
.portal-nav a.active { color: #fff; background: linear-gradient(100deg, #2968e8, #2661d6); box-shadow: 0 8px 20px rgba(22,73,183,.3); }
.portal-nav a:nth-child(4) { margin-top: 12px; position: relative; }
.portal-nav a:nth-child(4)::before { content: ""; position: absolute; top: -9px; left: 8px; right: 8px; height: 1px; background: rgba(255,255,255,.06); }
.sidebar-bottom { margin-top: auto; }
.admin-switch { margin-bottom: 11px; padding: 11px 13px; display: flex; align-items: center; gap: 10px; color: #d9e4fb; background: rgba(41,104,232,.17); border: 1px solid rgba(83,137,241,.2); border-radius: 9px; font-size: 12px; font-weight: 700; }
.support-card { padding: 13px; display: flex; align-items: center; gap: 10px; background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.06); border-radius: 10px; }
.support-card > span { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 8px; color: #80a9ff; background: rgba(51,112,237,.13); }
.support-card b, .support-card small { display: block; }
.support-card b { color: #d7deeb; font-size: 10px; }
.support-card small { color: #74819a; margin-top: 3px; font-size: 8px; }
.sidebar-user { margin-top: 15px; padding-top: 15px; border-top: 1px solid rgba(255,255,255,.07); display: flex; align-items: center; gap: 9px; }
.avatar { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 10px; color: #fff; background: linear-gradient(135deg, #367af1, #6853d4); font-size: 10px; font-weight: 850; }
.sidebar-user > div { min-width: 0; flex: 1; }
.sidebar-user b, .sidebar-user small { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.sidebar-user b { color: #e1e6f0; font-size: 10px; }
.sidebar-user small { margin-top: 3px; color: #74819a; font-size: 8px; }
.sidebar-user button, .icon-button, .mobile-menu { border: 0; background: transparent; color: inherit; cursor: pointer; }
.sidebar-user button:hover { color: #fff; }
.portal-main { min-height: 100vh; margin-left: 245px; }
.portal-topbar { height: 82px; padding: 0 34px; background: rgba(255,255,255,.94); border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; position: sticky; top: 0; z-index: 25; backdrop-filter: blur(12px); }
.portal-kicker { color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: 1.2px; }
.portal-topbar h1 { margin: 4px 0 0; font-size: 18px; letter-spacing: -.3px; }
.topbar-actions { display: flex; align-items: center; gap: 10px; }
.icon-button { width: 39px; height: 39px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 10px; color: #68758d; position: relative; }
.icon-button i { position: absolute; top: 7px; right: 8px; width: 5px; height: 5px; border-radius: 50%; background: var(--red); border: 1px solid #fff; }
.top-avatar { display: none; }
.mobile-menu { display: none; }
.portal-content { padding: 30px 34px 60px; max-width: 1550px; margin: 0 auto; }
.impersonation-bar { position: fixed; z-index: 60; top: 0; left: 245px; right: 0; height: 34px; color: #fff; background: #9b681d; display: flex; align-items: center; justify-content: center; gap: 8px; font-size: 11px; }
.impersonation-bar + .portal-sidebar + .portal-main .portal-topbar { top: 34px; }
.impersonation-bar button { border: 0; padding: 3px 8px; color: #fff; background: rgba(255,255,255,.16); border-radius: 5px; cursor: pointer; font-size: 10px; font-weight: 750; }
.sidebar-scrim { display: none; }

/* Portal content */
.notice { min-height: 58px; margin-bottom: 22px; padding: 12px 16px; display: flex; align-items: center; gap: 12px; border-radius: 11px; font-size: 12px; }
.notice-warning { color: #735016; background: #fff7e8; border: 1px solid #f2dfb8; }
.notice > div { flex: 1; }
.notice b, .notice span { display: block; }
.notice span { margin-top: 3px; opacity: .8; }
.welcome-row, .section-toolbar { margin-bottom: 25px; display: flex; align-items: flex-end; justify-content: space-between; gap: 25px; }
.page-eyebrow { color: var(--blue); text-transform: uppercase; letter-spacing: 1.3px; font-size: 9px; font-weight: 850; }
.welcome-row h2, .section-toolbar h2, .order-heading h2 { margin: 7px 0 7px; font-size: 27px; letter-spacing: -.9px; }
.welcome-row p, .section-toolbar p, .order-heading p { margin: 0; color: var(--muted); font-size: 13px; }
.metric-grid { margin-bottom: 22px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.metric-card { min-height: 121px; padding: 20px; border: 1px solid var(--line); background: #fff; border-radius: 13px; display: flex; align-items: center; gap: 16px; box-shadow: 0 3px 12px rgba(31,52,91,.03); }
.metric-icon { width: 43px; height: 43px; }
.metric-card small, .metric-card strong, .metric-card em { display: block; }
.metric-card small { color: var(--muted); font-size: 10px; font-weight: 700; }
.metric-card strong { margin: 4px 0 3px; font-size: 25px; line-height: 1; letter-spacing: -1px; }
.metric-card em { color: #94a0b3; font-style: normal; font-size: 9px; }
.dashboard-grid { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(280px, .8fr); gap: 20px; }
.card { border: 1px solid var(--line); background: #fff; border-radius: 14px; box-shadow: 0 3px 14px rgba(31,52,91,.035); }
.card-head { min-height: 70px; padding: 18px 21px; border-bottom: 1px solid #edf0f5; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.card-head h3 { margin: 4px 0 0; font-size: 15px; }
.card-head > a { display: flex; align-items: center; gap: 6px; color: var(--blue); font-size: 10px; font-weight: 750; }
.card-kicker { color: var(--muted); text-transform: uppercase; letter-spacing: 1.2px; font-size: 8px; font-weight: 800; }
.compact-list { padding: 4px 10px 10px; }
.domain-row { min-height: 65px; padding: 10px 11px; display: flex; align-items: center; gap: 11px; border-bottom: 1px solid #eff2f6; transition: background .15s; }
.domain-row:last-child { border-bottom: 0; }
.domain-row:hover { background: #f8fafe; border-radius: 9px; }
.domain-main { min-width: 0; flex: 1; }
.domain-main b, .domain-main small { display: block; }
.domain-main b { font-size: 12px; }
.domain-main small { margin-top: 4px; color: var(--muted); font-size: 9px; }
.status { width: max-content; padding: 5px 9px; display: inline-flex; align-items: center; gap: 5px; border-radius: 99px; font-size: 8px; line-height: 1; font-weight: 800; white-space: nowrap; }
.status i { width: 5px; height: 5px; border-radius: 50%; background: currentColor; }
.status-green { color: #13845d; background: #e8f8f1; }
.status-amber { color: #a86c15; background: #fff3df; }
.status-red { color: #b93445; background: #fff0f2; }
.status-blue { color: #2561d1; background: #eaf1ff; }
.billing-summary { padding: 22px; display: flex; align-items: center; gap: 13px; }
.billing-badge { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 12px; color: var(--violet); background: #f0ecff; }
.billing-summary b, .billing-summary small { display: block; }
.billing-summary b { font-size: 12px; }
.billing-summary small { margin-top: 5px; color: var(--muted); font-size: 9px; }
.divider { height: 1px; background: var(--line); margin: 0 21px; }
.quick-links { padding: 12px; }
.quick-links a { height: 42px; padding: 0 9px; display: flex; align-items: center; gap: 9px; color: #59677f; border-radius: 8px; font-size: 10px; font-weight: 700; }
.quick-links a:hover { background: var(--canvas); color: var(--blue); }
.quick-links a svg:last-child { margin-left: auto; }
.empty-state { min-height: 250px; padding: 40px 25px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; color: #92a0b5; }
.empty-state > svg { color: #a9b8d2; }
.empty-state h3, .empty-state h4 { margin: 14px 0 7px; color: var(--ink); }
.empty-state p { margin: 0 0 18px; max-width: 420px; color: var(--muted); font-size: 11px; line-height: 1.6; }
.table-card { overflow: hidden; }
.table-toolbar { min-height: 66px; padding: 12px 18px; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; color: var(--muted); font-size: 10px; }
.table-search { width: min(320px, 100%); height: 39px; padding: 0 11px; display: flex; align-items: center; gap: 8px; border: 1px solid var(--line); border-radius: 9px; color: var(--muted); }
.table-search input { height: 100%; padding: 0; border: 0; box-shadow: none; font-size: 11px; }
.responsive-table { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; }
th { height: 44px; padding: 0 17px; text-align: left; color: #8b96a9; background: #fafbfc; border-bottom: 1px solid var(--line); text-transform: uppercase; letter-spacing: .7px; font-size: 8px; white-space: nowrap; }
td { min-height: 63px; padding: 13px 17px; border-bottom: 1px solid #edf0f5; color: #4d5a72; font-size: 10px; vertical-align: middle; }
tbody tr:last-child td { border-bottom: 0; }
tbody tr:hover td { background: #fcfdff; }
td b { color: var(--ink); font-size: 10px; }
.domain-cell { min-width: 170px; display: flex; align-items: center; gap: 10px; }
.domain-cell > div { min-width: 0; }
.domain-cell b, .domain-cell small { display: block; }
.domain-cell small, .block { display: block; margin-top: 3px; color: var(--muted); font-size: 8px; }
.inline-select { width: auto; min-width: 115px; height: 33px; padding: 0 28px 0 9px; border-radius: 7px; font-size: 9px; }
.table-action { padding: 6px 8px; display: inline-flex; align-items: center; gap: 6px; border: 0; background: transparent; color: var(--blue); cursor: pointer; font-size: 9px; font-weight: 750; white-space: nowrap; }
.table-action:hover { background: var(--blue-soft); border-radius: 7px; }
.muted { color: var(--muted); }
.mono { font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 9px; }
.order-heading { max-width: 720px; margin: 5px auto 27px; text-align: center; }
.domain-search-card { width: min(900px, 100%); min-height: 380px; margin: 0 auto; padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow-soft); }
.domain-search-box { height: 62px; padding: 6px 6px 6px 17px; display: flex; align-items: center; gap: 4px; border: 1px solid #dce3ee; border-radius: 12px; box-shadow: 0 5px 18px rgba(31,52,91,.07); }
.domain-search-box > span { color: #a0aaba; font-size: 14px; }
.domain-search-box input { height: 100%; min-width: 0; flex: 1; border: 0; box-shadow: none; padding: 0; font-size: 16px; }
.domain-search-box .button { height: 48px; }
.tld-picks { margin: 15px 0 0; display: flex; flex-wrap: wrap; gap: 7px; }
.tld-picks input { position: absolute; width: 1px; height: 1px; padding: 0; opacity: 0; pointer-events: none; }
.tld-picks span { padding: 7px 10px; border: 1px solid var(--line); border-radius: 7px; color: var(--muted); font-size: 9px; cursor: pointer; }
.tld-picks input:checked + span { color: var(--blue); background: var(--blue-soft); border-color: #b9cdf7; }
.search-placeholder { min-height: 220px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; color: #a4afc0; }
.search-placeholder h3 { margin: 13px 0 6px; color: var(--ink); font-size: 14px; }
.search-placeholder p { margin: 0; color: var(--muted); font-size: 10px; }
.domain-results { margin-top: 23px; display: grid; gap: 9px; }
.result-row { min-height: 68px; padding: 10px 12px; display: flex; align-items: center; gap: 12px; border: 1px solid var(--line); border-radius: 11px; }
.result-row.available { border-color: #ccebdd; background: #fbfffd; }
.result-row > div { min-width: 0; flex: 1; }
.result-row b, .result-row small { display: block; }
.result-row b { font-size: 13px; }
.result-row small { margin-top: 4px; color: var(--muted); font-size: 9px; }
.result-price { margin-right: 8px; text-align: right; }
.result-price strong, .result-price span { display: block; }
.result-price strong { font-size: 15px; }
.result-price span { margin-top: 2px; color: var(--muted); font-size: 8px; }
.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.contact-card { padding: 20px; background: #fff; border: 1px solid var(--line); border-radius: 13px; box-shadow: 0 3px 12px rgba(31,52,91,.03); }
.contact-card-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px; }
.contact-avatar { width: 42px; height: 42px; display: grid; place-items: center; color: var(--blue); background: var(--blue-soft); border-radius: 11px; font-size: 14px; font-weight: 850; }
.contact-card h3 { margin: 12px 0 4px; font-size: 16px; }
.contact-card > p { margin: 0; color: var(--muted); font-size: 11px; }
.contact-card dl { margin: 18px 0 0; padding-top: 14px; border-top: 1px solid var(--line); display: grid; gap: 9px; }
.contact-card dl div { display: grid; grid-template-columns: 62px 1fr; gap: 8px; font-size: 9px; }
.contact-card dt { color: var(--muted); }
.contact-card dd { margin: 0; overflow-wrap: anywhere; }
.settings-card { width: min(850px, 100%); }
.settings-card form { padding: 27px; }
.settings-section-head { display: flex; align-items: center; gap: 13px; margin-bottom: 22px; }
.settings-section-head h3, .settings-section-head p { margin: 0; }
.settings-section-head h3 { font-size: 16px; }
.settings-section-head p { margin-top: 4px; color: var(--muted); font-size: 10px; }
.profile-type-toggle { display: flex; gap: 8px; margin-bottom: 18px; }
.profile-type-toggle input { position: absolute; width: 1px; height: 1px; padding: 0; opacity: 0; }
.profile-type-toggle span { min-width: 130px; height: 37px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 8px; cursor: pointer; font-size: 10px; }
.profile-type-toggle input:checked + span { color: var(--blue); background: var(--blue-soft); border-color: #b9cdf7; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 17px; }
.form-grid .full { grid-column: 1 / -1; }
.settings-actions { margin-top: 25px; padding-top: 20px; border-top: 1px solid var(--line); display: flex; justify-content: flex-end; }
.field-warning { color: var(--amber); font-size: 10px; text-align: center; }

/* Modals */
dialog.modal { width: 100%; height: 100%; max-width: none; max-height: none; padding: 0; border: 0; background: transparent; }
dialog.modal::backdrop { background: rgba(14,24,44,.58); backdrop-filter: blur(3px); }
dialog.modal[open] { display: grid; place-items: center; }
.modal-card { width: min(500px, calc(100% - 32px)); max-height: calc(100vh - 40px); overflow-y: auto; padding: 29px; background: #fff; border: 0; border-radius: 16px; box-shadow: var(--shadow); position: relative; }
.modal-wide { width: min(720px, calc(100% - 32px)); }
.modal-close { position: absolute; top: 16px; right: 16px; width: 34px; height: 34px; border: 0; border-radius: 8px; background: var(--canvas); color: var(--muted); display: grid; place-items: center; cursor: pointer; }
.modal-card h3 { margin: 0; font-size: 22px; }
.modal-card > label { margin-top: 17px; }
.modal-actions { margin-top: 25px; display: flex; justify-content: flex-end; gap: 8px; }
.domain-manager { min-height: 560px; }
.modal-tabs { display: flex; gap: 5px; margin: 22px 0; padding: 4px; background: var(--canvas); border-radius: 10px; overflow-x: auto; }
.modal-tabs button { flex: 1; min-width: max-content; padding: 9px 14px; border: 0; border-radius: 7px; background: transparent; color: var(--muted); font: inherit; font-size: 11px; font-weight: 750; cursor: pointer; }
.modal-tabs button.active { color: var(--blue); background: #fff; box-shadow: 0 2px 8px rgba(31,52,91,.08); }
.dns-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 15px; margin-bottom: 15px; }
.dns-toolbar > div { display: grid; gap: 3px; }
.dns-toolbar b { font-size: 13px; }
.dns-toolbar small { color: var(--muted); font-size: 10px; }
.dns-record-list { max-height: 245px; overflow-y: auto; border: 1px solid var(--line); border-radius: 10px; }
.dns-record-row { display: grid; grid-template-columns: 48px minmax(0, 1fr) auto auto; align-items: center; gap: 11px; padding: 10px 12px; border-bottom: 1px solid var(--line); font-size: 10px; }
.dns-record-row:last-child { border-bottom: 0; }
.dns-record-row > div { min-width: 0; display: grid; gap: 2px; }
.dns-record-row b, .dns-record-row small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.dns-record-row small, .dns-record-row > span { color: var(--muted); }
.dns-type { width: max-content; padding: 4px 7px; color: var(--blue) !important; background: var(--blue-soft); border-radius: 5px; font-weight: 850; }
.table-action.danger { color: #bd3b47; }
.dns-record-form { display: grid; grid-template-columns: 90px 1fr 1.4fr 105px 90px auto; align-items: end; gap: 8px; margin-top: 15px; }
.dns-record-form label { gap: 5px; font-size: 9px; }
.dns-record-form input, .dns-record-form select { min-width: 0; padding: 9px 10px; font-size: 10px; }
.dns-record-form .button { white-space: nowrap; }
.compact-empty { min-height: 130px; padding: 20px; }
.compact-notice { margin: 0; border: 0; border-radius: 0; }
.security-option-list { display: grid; gap: 10px; }
.security-option-list > label { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 15px; border: 1px solid var(--line); border-radius: 10px; cursor: pointer; }
.security-option-list > label > span { display: flex; align-items: center; gap: 12px; }
.security-option-list > label > span > span { display: grid; gap: 3px; }
.security-option-list b { font-size: 11px; }
.security-option-list small { color: var(--muted); font-size: 9px; }
.security-option-list input { width: 36px; height: 20px; accent-color: var(--blue); }
.auth-code-box { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 14px; margin-top: 18px; padding: 16px; background: var(--canvas); border-radius: 10px; }
.auth-code-box > div { display: grid; gap: 4px; }
.auth-code-box b { font-size: 11px; }
.auth-code-box small { color: var(--muted); font-size: 9px; line-height: 1.45; }
.auth-code-box code { grid-column: 1 / -1; padding: 11px 13px; color: #1d3769; background: #fff; border: 1px solid var(--line); border-radius: 7px; font-size: 12px; overflow-wrap: anywhere; user-select: all; }
.paypal-save-consent { margin-top: 14px; padding: 13px 15px; border: 1px solid var(--line); border-radius: 9px; background: var(--canvas); }
.paypal-save-consent span { font-size: 10px; line-height: 1.55; color: var(--muted); }
.payment-method-card { margin-top: 18px; }
.saved-payment-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 18px; border-top: 1px solid var(--line); }
.saved-payment-row > div { display: grid; gap: 6px; }
.saved-payment-row small { color: var(--muted); }
.notice-info { border-color: #cfe1ff; background: #f3f7ff; color: #315da8; }
.inline-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; }
.renewal-actions-card { margin-top: 18px; }
.order-total { margin: 20px 0; padding: 15px; display: flex; align-items: center; justify-content: space-between; background: var(--canvas); border-radius: 10px; }
.order-total span, .order-total small { display: block; }
.order-total span { font-size: 11px; font-weight: 750; }
.order-total small { margin-top: 4px; color: var(--muted); font-size: 9px; }
.order-total strong { font-size: 19px; }
.payment-options { margin: 18px 0 0; padding: 0; border: 0; }
.payment-options legend { margin-bottom: 8px; color: #3d4961; font-size: 11px; font-weight: 750; }
.payment-options > label { margin-top: 7px; }
.payment-options input { position: absolute; width: 1px; height: 1px; padding: 0; opacity: 0; }
.payment-options label > span { min-height: 55px; padding: 10px 12px; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 2px 11px; border: 1px solid var(--line); border-radius: 9px; cursor: pointer; }
.payment-options label svg { grid-row: span 2; color: var(--muted); }
.payment-options b, .payment-options small { display: block; }
.payment-options b { font-size: 10px; }
.payment-options small { color: var(--muted); font-size: 8px; }
.payment-options input:checked + span { border-color: #9fbbf3; background: var(--blue-soft); }
.payment-options input:checked + span svg { color: var(--blue); }

/* Admin */
.admin-mode-notice { min-height: 42px; margin-bottom: 20px; padding: 8px 13px; display: flex; align-items: center; gap: 8px; color: #735016; background: #fff7e8; border: 1px solid #f0dfba; border-radius: 9px; font-size: 10px; }
.admin-mode-notice span { flex: 1; }
.admin-mode-notice a { color: #83580f; font-weight: 800; }
.admin-quick-actions { padding: 10px; }
.admin-quick-actions button, .admin-quick-actions a { width: 100%; min-height: 58px; padding: 10px; display: flex; align-items: center; gap: 11px; border: 0; border-bottom: 1px solid var(--line); background: transparent; color: #526079; text-align: left; cursor: pointer; }
.admin-quick-actions button:last-child, .admin-quick-actions a:last-child { border-bottom: 0; }
.admin-quick-actions button:hover, .admin-quick-actions a:hover { background: var(--canvas); border-radius: 8px; }
.admin-quick-actions > * > svg:first-child { color: var(--blue); }
.admin-quick-actions > * > svg:last-child { margin-left: auto; }
.admin-quick-actions span { flex: 1; }
.admin-quick-actions b, .admin-quick-actions small { display: block; }
.admin-quick-actions b { color: var(--ink); font-size: 10px; }
.admin-quick-actions small { margin-top: 4px; color: var(--muted); font-size: 8px; }
.integration-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 17px; }
.integration-card { min-height: 130px; padding: 21px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 15px; background: #fff; border: 1px solid var(--line); border-radius: 13px; }
.integration-icon { width: 47px; height: 47px; display: grid; place-items: center; color: var(--blue); background: var(--blue-soft); border-radius: 12px; }
.integration-card h3, .integration-card p { margin: 0; }
.integration-card h3 { font-size: 14px; }
.integration-card p { margin-top: 5px; color: var(--muted); font-size: 9px; }
.integration-actions { margin-top: 16px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.integration-actions h3 { margin: 0 0 6px; font-size: 15px; }
.integration-actions p { max-width: 720px; margin: 0; color: var(--muted); font-size: 10px; line-height: 1.6; }
.integration-actions .button { flex: 0 0 auto; }
.safety-card { margin-top: 18px; padding: 24px; display: flex; justify-content: space-between; gap: 30px; align-items: center; }
.safety-card > div { display: flex; align-items: center; gap: 15px; }
.safety-card > div > svg { color: var(--green); }
.safety-card h3, .safety-card p { margin: 0; }
.safety-card h3 { font-size: 14px; }
.safety-card p { margin-top: 6px; color: var(--muted); font-size: 10px; }
.safety-card code { min-width: 230px; padding: 13px; color: #355077; background: var(--canvas); border-radius: 8px; font-size: 9px; line-height: 1.7; }

/* Feedback */
.toast-region { position: fixed; z-index: 100; right: 20px; bottom: 20px; display: grid; gap: 9px; }
.toast { width: min(360px, calc(100vw - 40px)); padding: 13px 15px; color: #fff; background: #18243e; border-radius: 10px; box-shadow: var(--shadow); display: flex; align-items: center; gap: 9px; font-size: 11px; animation: toast-in .2s ease-out; }
.toast.success { background: #147a59; }
.toast.error { background: #a53748; }
.is-loading { pointer-events: none; opacity: .65; }
@keyframes toast-in { from { transform: translateY(8px); opacity: 0; } }

@media (max-width: 1050px) {
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
  .hero h1 { letter-spacing: -2.8px; }
  .floating-renewal { left: -15px; }
  .metric-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-grid { grid-template-columns: repeat(2, 1fr); }
  .portal-sidebar { width: 220px; }
  .portal-main { margin-left: 220px; }
  .impersonation-bar { left: 220px; }
}

@media (max-width: 820px) {
  .container { width: min(100% - 32px, 1180px); }
  .marketing-nav { display: none; }
  .header-actions .button-ghost { display: none; }
  .hero-grid { grid-template-columns: 1fr; min-height: auto; padding: 50px 0 80px; }
  .hero-copy { padding: 10px 0; text-align: center; }
  .hero-copy .eyebrow { justify-content: center; }
  .hero-copy > p { margin-inline: auto; }
  .hero-search { margin-inline: auto; }
  .hero-proof { justify-content: center; }
  .hero-visual { width: min(600px, 100%); min-height: 410px; margin: 0 auto; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-grid { grid-template-columns: 1fr; }
  .features-section { padding: 70px 0; }
  .callout-inner { align-items: flex-start; flex-direction: column; }
  .auth-page { grid-template-columns: 1fr; }
  .auth-art { display: none; }
  .auth-form-side { min-height: calc(100vh - 76px); }
  .portal-sidebar { transform: translateX(-100%); transition: transform .2s ease; }
  .portal-main { margin-left: 0; }
  .portal-body.sidebar-open .portal-sidebar { transform: translateX(0); }
  .sidebar-scrim { position: fixed; z-index: 35; inset: 0; background: rgba(11,20,38,.5); }
  .portal-body.sidebar-open .sidebar-scrim { display: block; }
  .mobile-menu { width: 38px; height: 38px; margin-right: 10px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 9px; }
  .portal-topbar { padding: 0 20px; }
  .portal-topbar > div:nth-child(2) { margin-right: auto; }
  .topbar-actions .button { display: none; }
  .top-avatar { display: grid; }
  .portal-content { padding: 24px 20px 50px; }
  .impersonation-bar { left: 0; }
  .dashboard-grid { grid-template-columns: 1fr; }
  .integration-grid { grid-template-columns: 1fr; }
  .integration-actions { align-items: flex-start; flex-direction: column; }
  .safety-card { align-items: flex-start; flex-direction: column; }
  .dns-record-form { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dns-record-form .dns-value { grid-column: span 2; }
  .dns-record-form .button { align-self: end; }
}

@media (max-width: 580px) {
  .site-header { height: 66px; }
  .brand-name { font-size: 19px; }
  .brand-product { font-size: 11px; }
  .hero h1 { font-size: 42px; letter-spacing: -2.5px; }
  .hero-copy > p { font-size: 15px; }
  .hero-search { height: auto; padding: 8px; flex-wrap: wrap; }
  .hero-search input { height: 44px; }
  .hero-search .button { width: 100%; }
  .search-prefix { margin-left: 8px; }
  .hero-visual { min-height: 310px; }
  .preview-content { padding: 18px 14px; }
  .preview-stats { gap: 5px; }
  .preview-stats > div { padding: 8px; }
  .floating-card { display: none; }
  .trust-grid { grid-template-columns: 1fr; }
  .feature-grid article { min-height: 220px; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
  .footer-inner > div { flex-wrap: wrap; }
  .auth-form-side { padding: 90px 22px 40px; }
  .auth-brand { left: 23px; top: 28px; }
  .welcome-row, .section-toolbar { align-items: flex-start; flex-direction: column; }
  .welcome-row .button, .section-toolbar .button { width: 100%; }
  .metric-grid { grid-template-columns: 1fr; }
  .metric-card { min-height: 100px; }
  .portal-topbar h1 { max-width: 145px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .portal-content { padding-inline: 14px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid .full { grid-column: auto; }
  .contact-grid { grid-template-columns: 1fr; }
  .domain-search-card { padding: 16px; }
  .domain-search-box { height: auto; flex-wrap: wrap; padding: 8px; }
  .domain-search-box input { height: 42px; }
  .domain-search-box .button { width: 100%; }
  .result-row { align-items: flex-start; flex-wrap: wrap; }
  .result-row .button { width: 100%; }
  .result-price { margin-left: auto; }
  .modal-card { padding: 24px 18px; }
  .legal-page { padding-top: 45px; }
  .legal-card { padding: 28px 20px; }
  .dns-record-row { grid-template-columns: 46px minmax(0, 1fr) auto; }
  .dns-record-row > span:nth-child(3) { display: none; }
  .dns-record-form { grid-template-columns: 1fr; }
  .dns-record-form .dns-value { grid-column: auto; }
  .integration-card { grid-template-columns: auto 1fr; }
  .integration-card .status { grid-column: 2; }
  .table-toolbar { align-items: flex-start; flex-direction: column; gap: 8px; }
  .table-search { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
