:root {
  --font-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --navy-950: #050a12;
  --navy-900: #07111f;
  --navy-850: #091727;
  --navy-800: #0d1b2d;
  --line: #24354b;
  --line-soft: #18283b;
  --blue: #2f7dff;
  --cyan: #41d7e8;
  --amber: #f7aa35;
  --white: #f7f9fc;
  --muted: #91a0b7;
  --ink: #101828;
  --paper: #f5f7fa;
  --page-bg: #030914;
  --page-text: #f7f9fc;
  --header-bg: rgba(3, 9, 20, .88);
  --header-link: #cbd4e1;
  --hero-bg: #030914;
  --hero-muted: #a8b3c5;
  --rail-bg: #061222;
  --rail-border: #1c3048;
  --section-bg: #07111f;
  --section-alt: #091727;
  --section-ink: #f7f9fc;
  --section-muted: #9ba9bc;
  --section-line: #24364d;
  --footer-bg: #050a12;
  --footer-text: #f7f9fc;
}

html[data-theme="light"] {
  --page-bg: #f7f9fc;
  --page-text: #10203d;
  --header-bg: rgba(248, 250, 253, .9);
  --header-link: #36445c;
  --hero-bg: #f7f9fc;
  --hero-muted: #52627b;
  --rail-bg: #eef3f9;
  --rail-border: #cbd6e5;
  --section-bg: #ffffff;
  --section-alt: #edf2f8;
  --section-ink: #101c31;
  --section-muted: #59677d;
  --section-line: #cbd4e0;
  --footer-bg: #e8eef6;
  --footer-text: #172238;
  --line: #cad5e4;
  --line-soft: #dbe3ed;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--page-bg); color: var(--page-text); font-family: var(--font-body), Arial, sans-serif; transition: background-color .2s ease, color .2s ease; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
:focus-visible { outline: 2px solid var(--cyan); outline-offset: 3px; }
.page-shell { width: min(1460px, calc(100% - 64px)); margin: 0 auto; }
.wordmark { display: inline-flex; align-items: center; gap: 12px; font-family: var(--font-display), Arial, sans-serif; font-size: 20px; font-weight: 700; letter-spacing: -.02em; white-space: nowrap; }
.brand-mark { width: 32px; height: 32px; object-fit: contain; filter: drop-shadow(0 0 8px rgba(47, 125, 255, .35)); flex: 0 0 auto; }
.site-header { position: relative; z-index: 10; height: 74px; padding: 0 32px; display: grid; grid-template-columns: 1fr auto auto; gap: 32px; align-items: center; border-bottom: 1px solid var(--line); background: var(--header-bg); backdrop-filter: blur(14px); }
.desktop-nav { display: flex; gap: 32px; align-items: center; font-size: 13px; }
.desktop-nav a, .site-footer nav a { color: var(--header-link); transition: color .2s ease; }
.desktop-nav a:hover, .site-footer nav a:hover { color: var(--cyan); }
.theme-toggle { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: var(--header-link); cursor: pointer; transition: color .2s ease, border-color .2s ease, background .2s ease; }
.theme-toggle:hover { color: var(--blue); border-color: var(--blue); background: rgba(47, 125, 255, .08); }
.theme-sun { display: block; }.theme-moon { display: none; }
html[data-theme="light"] .theme-sun { display: none; }
html[data-theme="light"] .theme-moon { display: block; }
.mobile-nav { display: none; position: relative; }
.mobile-nav summary { cursor: pointer; list-style: none; }
.mobile-nav nav { position: absolute; top: 36px; right: 0; width: 210px; display: grid; padding: 10px; background: var(--navy-850); border: 1px solid var(--line); z-index: 20; }
.mobile-nav nav a { padding: 12px; border-bottom: 1px solid var(--line-soft); }

.operations-hero { position: relative; overflow: hidden; background: radial-gradient(circle at 73% 34%, rgba(27, 97, 210, .16), transparent 34%), var(--hero-bg); border-bottom: 1px solid var(--rail-border); }
.hero-texture { position: absolute; inset: 74px 0 0; background: url('/assets/technical-grid.png') 50% 15% / cover no-repeat; opacity: .16; pointer-events: none; }
html[data-theme="light"] .hero-texture { opacity: .055; mix-blend-mode: multiply; }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 600px) minmax(0, 1fr); gap: 36px; align-items: center; min-height: 576px; padding: 42px 0 38px; }
.hero-copy { position: relative; z-index: 2; min-width: 0; max-width: 600px; }
.eyebrow { margin: 0 0 18px; color: #7d8ca2; text-transform: uppercase; letter-spacing: .19em; font-size: 11px; font-weight: 700; }
.eyebrow.blue { color: var(--blue); }
.hero-copy h1, .inner-hero h1 { margin: 0; font-family: var(--font-display), Arial, sans-serif; font-size: clamp(50px, 4.5vw, 66px); font-weight: 700; line-height: 1.08; letter-spacing: -.047em; max-width: 100%; }
.hero-subtitle { max-width: 470px; margin: 22px 0 0; color: var(--hero-muted); font-size: 17px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 34px; margin-top: 30px; flex-wrap: wrap; }
.button { min-height: 56px; padding: 0 28px; display: inline-flex; align-items: center; justify-content: center; gap: 34px; font-weight: 700; border: 1px solid transparent; border-radius: 3px; transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--blue); color: #fff; }
.button-primary:hover { background: #1f6ee8; }
.text-link { display: inline-flex; gap: 22px; color: var(--header-link); padding: 8px 0; border-bottom: 1px solid #7d90ab; }
.text-link:hover { color: var(--cyan); border-color: var(--cyan); }
.hero-visual { position: relative; z-index: 1; min-width: 0; height: 500px; overflow: hidden; }
.hero-visual img { position: absolute; inset: 50% auto auto 50%; width: min(980px, 138%); height: auto; transform: translate(-50%, -50%); object-fit: contain; object-position: center; }
.hero-visual-dark { filter: brightness(1.13) saturate(1.05); }
.hero-visual-light { display: none; }
html[data-theme="light"] .hero-visual-dark { display: none; }
html[data-theme="light"] .hero-visual-light { display: block; }
.hero-product-rail { position: relative; z-index: 3; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--rail-border); background: var(--rail-bg); }
.hero-product { min-width: 0; min-height: 160px; display: grid; grid-template-columns: 70px minmax(0, 1fr) 22px; gap: 22px; align-items: center; padding: 26px 30px; border-right: 1px solid var(--rail-border); transition: background .2s ease; }
.hero-product:last-child { border-right: 0; }
.hero-product:hover { background: rgba(47, 125, 255, .08); }
.hero-product-icon { display: grid; place-items: center; }
.hero-product-copy { min-width: 0; display: grid; gap: 10px; }
.hero-product-copy strong { font-size: 18px; }
.hero-product-copy small { color: var(--hero-muted); font-size: 13px; line-height: 1.55; }
.hero-product-arrow { color: var(--blue); font-size: 24px; }
.product-stack { min-height: 365px; border-left: 1px solid #315179; }
.product-stack > p { margin: 13px 0 14px; padding: 0 34px; color: var(--blue); text-transform: uppercase; letter-spacing: .25em; font-size: 9px; }
.stack-item { position: relative; min-height: 78px; display: grid; grid-template-columns: 38px 30px 1fr; align-items: center; gap: 10px; padding: 0 20px; border-top: 1px solid var(--line); color: #b8c3d5; font-size: 14px; }
.stack-item:last-child { border-bottom: 1px solid var(--line); }
.stack-item.active { color: #fff; background: rgba(23, 68, 141, .35); border-left: 4px solid var(--blue); padding-left: 16px; }
.stack-item.active::before { content: ''; position: absolute; left: -4px; top: 50%; width: 18px; height: 18px; border-top: 2px solid var(--blue); border-right: 2px solid var(--blue); background: var(--navy-900); transform: translate(-9px, -50%) rotate(45deg); }
.stack-number { color: #6e7b90; font-family: var(--font-display); font-size: 27px; letter-spacing: .06em; }
.stack-item.active .stack-number { color: var(--blue); }

.showcase-wrap { position: relative; z-index: 3; }
.product-showcase { border: 1px solid #30445e; background: rgba(6, 15, 27, .96); box-shadow: 0 24px 55px rgba(0,0,0,.28); }
.showcase-titlebar { height: 50px; display: flex; align-items: center; gap: 14px; padding: 0 25px; border-bottom: 1px solid var(--line); font-size: 18px; }
.showcase-live { margin-left: auto; display: flex; align-items: center; gap: 8px; color: #8494aa; font-size: 12px; font-weight: 500; }
.showcase-live i { width: 7px; height: 7px; border-radius: 50%; background: #40d6aa; }
.showcase-console { display: grid; grid-template-columns: 190px 380px minmax(0, 1fr); min-height: 202px; }
.showcase-console > nav { padding: 8px 0; border-right: 1px solid var(--line); background: rgba(10, 24, 43, .62); }
.showcase-console > nav button { width: 100%; height: 39px; display: flex; gap: 13px; align-items: center; padding: 0 24px; border: 0; border-left: 3px solid transparent; background: transparent; color: #8190a6; cursor: pointer; font-size: 12px; }
.showcase-console > nav button.selected { color: #fff; border-left-color: var(--blue); background: rgba(29, 78, 148, .28); }
.status-panel { padding: 17px 28px; border-right: 1px solid var(--line); }
.status-panel > p, .activity-panel p { margin: 0; font-size: 14px; font-weight: 700; }
.status-reading { min-height: 139px; display: flex; align-items: center; justify-content: center; gap: 22px; }
.status-reading div { display: grid; gap: 7px; }
.status-reading strong { color: var(--cyan); font-size: 20px; }
.status-reading span { color: #91a0b7; font-size: 13px; }
.activity-panel { padding: 12px 18px; }
.panel-heading { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; }
.panel-heading a { color: var(--blue); font-size: 12px; }
.activity-list { border: 1px solid var(--line); }
.activity-row { min-height: 36px; display: grid; grid-template-columns: 30px minmax(0,1fr) 50px 9px; align-items: center; gap: 9px; padding: 3px 12px; border-bottom: 1px solid var(--line-soft); }
.activity-row:last-child { border-bottom: 0; }
.activity-symbol { color: #77889f; }
.activity-row > span:nth-child(2) { display: grid; }
.activity-row strong { font-size: 12px; }
.activity-row small { color: #718198; font-size: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.activity-row time { color: #8796aa; font-size: 10px; }
.activity-row > i { width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); }
.activity-row > i.amber { background: var(--amber); }
.product-rail { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.product-rail button { min-height: 88px; display: grid; grid-template-columns: 40px 40px minmax(0,1fr) 22px; align-items: center; gap: 11px; padding: 10px 18px; border: 0; border-right: 1px solid var(--line); background: #06101d; color: #79879c; text-align: left; cursor: pointer; }
.product-rail button:last-child { border-right: 0; }
.product-rail button.active { color: #fff; background: #08182b; }
.product-rail button > span:nth-child(3) { display: grid; gap: 4px; }
.product-rail strong { font-size: 13px; }
.product-rail small { color: #7f8ca0; font-size: 11px; line-height: 1.35; }
.rail-number { font-family: var(--font-display); font-size: 28px; }
.product-rail button.active .rail-number, .rail-arrow { color: var(--blue); }

.collection-section { padding: 110px 0 120px; background: radial-gradient(circle at 12% 10%, rgba(47, 125, 255, .08), transparent 30%), var(--section-bg); color: var(--section-ink); }
body:has(.collection-section) { background: var(--section-bg); }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; margin-bottom: 70px; }
.section-heading h2, .principles-grid h2, .support-callout h2, .feature-section h2 { margin: 0; font-size: clamp(42px, 5vw, 72px); line-height: 1.05; letter-spacing: -.045em; max-width: 800px; }
.section-heading > p { margin: 0 0 7px; max-width: 500px; color: var(--section-muted); font-size: 17px; line-height: 1.7; }
.product-collection { border-top: 1px solid var(--section-line); }
.collection-row { min-height: 126px; display: grid; grid-template-columns: 80px 58px minmax(0,1fr) 100px 40px; gap: 22px; align-items: center; border-bottom: 1px solid var(--section-line); transition: color .2s ease, padding .2s ease; }
.collection-row:hover { color: var(--blue); padding-left: 12px; }
.collection-number { color: #778297; font-family: var(--font-display); font-size: 32px; }
.collection-name { display: grid; gap: 8px; }
.collection-name strong { font-size: 24px; }
.collection-name small { color: var(--section-muted); font-size: 14px; }
.collection-platform { color: var(--section-muted); font-size: 13px; text-transform: uppercase; letter-spacing: .12em; }
.collection-arrow { font-size: 26px; }
.principles-section { padding: 120px 0; background: var(--section-alt); color: var(--section-ink); }
.principles-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }
.principle-list { border-top: 1px solid var(--section-line); }
.principle-list article { min-height: 132px; display: grid; grid-template-columns: 60px 1fr; gap: 20px; align-items: center; border-bottom: 1px solid var(--section-line); }
.principle-list article > span { color: var(--blue); font-family: var(--font-display); font-size: 28px; }
.principle-list h3 { margin: 0 0 8px; font-size: 21px; }
.principle-list p { margin: 0; color: var(--section-muted); line-height: 1.6; }
.support-callout { margin: 100px auto; min-height: 260px; display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 52px 58px; background: var(--rail-bg); color: var(--page-text); border: 1px solid var(--rail-border); }
.support-callout h2 { max-width: 800px; }
.site-footer { color: var(--footer-text); background: var(--footer-bg); border-top: 1px solid var(--line); }
.footer-grid { min-height: 230px; padding: 56px 0 32px; display: grid; grid-template-columns: 1fr auto; gap: 45px; align-items: start; }
.footer-grid > div p { color: #718096; max-width: 430px; }
.site-footer nav { max-width: 850px; display: flex; justify-content: flex-end; gap: 18px 30px; flex-wrap: wrap; font-size: 13px; }
.footer-link { padding: 0; color: var(--header-link); background: transparent; border: 0; cursor: pointer; font-size: inherit; }
.footer-link:hover { color: var(--cyan); }
.copyright { grid-column: 1 / -1; align-self: end; color: #5e6b7d; font-size: 12px; }

.inner-page { min-height: 100vh; color: var(--page-text); background: var(--page-bg); }
.inner-hero { padding: 100px 0 80px; }
.inner-hero h1 { max-width: 1000px; }
.inner-hero > p:last-child { max-width: 680px; color: var(--hero-muted); font-size: 20px; line-height: 1.6; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; padding-bottom: 120px; background: var(--line); border: 1px solid var(--line); }
.product-card { min-height: 460px; padding: 38px; background: var(--rail-bg); display: flex; flex-direction: column; transition: background .2s ease; }
.product-card:hover { background: rgba(47, 125, 255, .09); }
.product-card-top { display: flex; justify-content: space-between; align-items: flex-start; color: var(--blue); }
.product-card-top > span { color: #66758b; font-family: var(--font-display); font-size: 30px; }
.product-card > p { margin: 70px 0 15px; color: var(--hero-muted); text-transform: uppercase; letter-spacing: .15em; font-size: 10px; }
.product-card h2 { margin: 0; font-size: 34px; }
.product-card-copy { margin-top: 18px; color: var(--hero-muted); line-height: 1.6; }
.card-link { margin-top: auto; color: var(--blue); font-size: 14px; font-weight: 700; }
.product-detail-hero { padding: 72px 0 105px; }
.back-link { color: #92a1b6; font-size: 13px; }
.product-detail-grid { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(330px,.8fr); gap: 100px; align-items: center; padding-top: 64px; }
.product-detail-grid h1 { margin: 0; font-size: clamp(58px, 7vw, 110px); line-height: .95; letter-spacing: -.055em; }
.detail-summary { max-width: 720px; color: var(--hero-muted); font-size: 20px; line-height: 1.65; }
.detail-product-mark { min-height: 360px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 20px; border: 1px solid var(--line); background: var(--rail-bg); }
.detail-product-mark span { color: var(--cyan); font-size: 20px; font-weight: 700; }
.detail-product-mark small { color: #7f8ea3; }
.feature-section { padding: 110px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 100px; color: var(--section-ink); background: var(--section-bg); }
.feature-list { border-top: 1px solid var(--section-line); }
.feature-list article { min-height: 100px; display: grid; grid-template-columns: 50px 1fr; align-items: center; border-bottom: 1px solid var(--section-line); }
.feature-list span { color: var(--blue); font-family: var(--font-display); font-size: 25px; }
.feature-list h3 { margin: 0; font-size: 20px; }

.auth-message { min-height: 100vh; display: grid; place-items: center; padding: 32px; background: var(--navy-950); }
.auth-message > div { max-width: 620px; padding: 48px; border: 1px solid var(--line); background: var(--navy-900); }
.auth-message h1 { margin: 0; font-size: 42px; }
.auth-message p:not(.eyebrow) { color: #a4b1c4; line-height: 1.7; }
.auth-message .button { margin-top: 18px; }

.admin-shell { min-height: 100vh; display: grid; grid-template-columns: 252px 1fr; background: #f3f5f8; color: #172033; }
.admin-sidebar { position: sticky; top: 0; height: 100vh; display: flex; flex-direction: column; padding: 26px 16px 18px; background: var(--navy-950); color: #e7ecf4; border-right: 1px solid #1e2c3e; }
.admin-brand { padding: 0 12px 28px; font-family: var(--font-display); font-size: 25px; letter-spacing: .07em; text-transform: uppercase; }
.admin-brand span { display: block; margin-top: 2px; color: #5f7188; font-family: var(--font-body); font-size: 9px; letter-spacing: .2em; }
.admin-sidebar nav { display: grid; gap: 5px; }
.admin-sidebar nav > a { height: 46px; display: flex; align-items: center; gap: 12px; padding: 0 13px; border: 0; background: transparent; color: #8494aa; cursor: pointer; text-align: left; border-radius: 5px; }
.admin-sidebar nav > a.active { color: #fff; background: #12305c; border-left: 3px solid var(--blue); }
.admin-account { margin-top: auto; display: grid; grid-template-columns: 34px minmax(0,1fr) 24px; gap: 10px; align-items: center; padding: 14px 10px 0; border-top: 1px solid #1d2a3a; }
.admin-account > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: #183d74; color: #fff; font-weight: 700; }
.admin-account div { min-width: 0; display: grid; gap: 2px; }
.admin-account strong, .admin-account small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.admin-account strong { font-size: 12px; }.admin-account small { color: #6f8097; font-size: 9px; }
.admin-account a { color: #76879c; }
.admin-main { min-width: 0; }
.admin-topbar { height: 76px; display: flex; align-items: center; justify-content: space-between; padding: 0 34px; background: #fff; border-bottom: 1px solid #dce1e8; }
.admin-topbar div { display: grid; gap: 2px; }
.admin-topbar p { margin: 0; color: #8792a3; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.admin-topbar strong { font-size: 17px; }
.admin-topbar > a { display: flex; align-items: center; gap: 8px; color: #344054; font-size: 13px; font-weight: 600; }
.admin-workspace { max-width: 1220px; margin: 0 auto; padding: 44px 36px 80px; }
.admin-page-heading { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-bottom: 32px; }
.admin-page-heading h1 { margin: 0; font-size: 29px; letter-spacing: -.03em; }
.admin-page-heading p { margin: 7px 0 0; color: #758195; font-size: 13px; }
.admin-primary, .admin-secondary { min-height: 42px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 17px; border: 1px solid transparent; border-radius: 4px; cursor: pointer; font-weight: 700; font-size: 13px; }
.admin-primary { background: #1768e5; color: #fff; }.admin-primary:hover { background: #125bc9; }.admin-primary:disabled { opacity: .55; cursor: wait; }
.admin-secondary { background: #fff; color: #344054; border-color: #ccd3dd; }
.admin-notice { max-width: 1148px; min-height: 44px; margin: 20px auto 0; padding: 0 15px; display: flex; align-items: center; gap: 9px; border: 1px solid; border-radius: 4px; font-size: 13px; }
.admin-notice.success { color: #176b4e; background: #e8f8f1; border-color: #b7e2d1; }.admin-notice.error { color: #9c3131; background: #fff0f0; border-color: #edc0c0; }
.admin-table { background: #fff; border: 1px solid #dbe1e8; border-radius: 6px; overflow: hidden; }
.admin-table-head, .admin-table-row { display: grid; grid-template-columns: minmax(260px,1.3fr) minmax(150px,.7fr) 120px 75px 90px; gap: 20px; align-items: center; padding: 0 20px; }
.admin-table-head { height: 42px; color: #7a8698; background: #f8f9fb; border-bottom: 1px solid #dbe1e8; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.admin-table-row { min-height: 76px; border-bottom: 1px solid #e7ebf0; font-size: 12px; }
.admin-table-row:last-child { border-bottom: 0; }
.admin-product-cell { min-width: 0; display: flex; gap: 13px; align-items: center; }
.admin-product-cell > span { width: 38px; height: 38px; display: grid; place-items: center; background: #eef4ff; border-radius: 4px; }
.admin-product-cell div { min-width: 0; display: grid; gap: 4px; }.admin-product-cell strong, .admin-product-cell small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.admin-product-cell small { color: #8a95a5; }
.status-dot { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: #a9b2bf; }.status-dot.live { background: #23ad7b; }
.row-actions { display: flex; gap: 5px; }
.row-actions button, .product-editor header button { width: 33px; height: 33px; display: grid; place-items: center; border: 1px solid #d4dae2; background: #fff; color: #657186; border-radius: 4px; cursor: pointer; }.row-actions button:hover { color: #1768e5; border-color: #a7c6f5; }
.content-form { max-width: 920px; }
.admin-form-section { margin-bottom: 20px; padding: 28px; background: #fff; border: 1px solid #dbe1e8; border-radius: 6px; }
.admin-form-section h2 { margin: 0 0 22px; font-size: 16px; }
.admin-form-section label, .editor-scroll label { display: grid; gap: 8px; margin-bottom: 18px; }
.admin-form-section label:last-child, .editor-scroll label:last-child { margin-bottom: 0; }
.admin-form-section label span, .editor-scroll label > span { color: #4c586c; font-size: 11px; font-weight: 700; }
.admin-form-section input, .admin-form-section textarea, .editor-scroll input, .editor-scroll textarea, .editor-scroll select { width: 100%; padding: 10px 12px; color: #172033; background: #fff; border: 1px solid #cfd6df; border-radius: 4px; font-size: 13px; }
.admin-form-section textarea, .editor-scroll textarea { resize: vertical; line-height: 1.5; }
.security-view { max-width: 920px; }
.security-view article { display: grid; grid-template-columns: 44px 1fr auto; gap: 20px; align-items: start; margin-bottom: 14px; padding: 26px; background: #fff; border: 1px solid #dbe1e8; border-radius: 6px; }
.security-view article > svg { color: #1768e5; }.security-view h2 { margin: 0 0 8px; font-size: 16px; }.security-view p { margin: 0; color: #68758a; font-size: 13px; line-height: 1.65; }
.security-status { display: flex; align-items: center; gap: 5px; color: #147153; background: #e5f6ef; padding: 5px 8px; border-radius: 20px; font-size: 10px; font-weight: 700; }
.modal-backdrop { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; padding: 24px; background: rgba(4, 10, 18, .76); }
.product-editor { width: min(840px, 100%); max-height: calc(100vh - 48px); display: grid; grid-template-rows: auto minmax(0,1fr) auto; background: #fff; color: #172033; border-radius: 7px; box-shadow: 0 30px 80px rgba(0,0,0,.35); overflow: hidden; }
.product-editor header, .product-editor footer { display: flex; align-items: center; justify-content: space-between; padding: 18px 24px; border-bottom: 1px solid #dfe4ea; }
.product-editor header p { margin: 0 0 3px; color: #7a8698; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }.product-editor header h2 { margin: 0; font-size: 19px; }.product-editor header button { margin-left: 20px; }.product-editor footer { justify-content: flex-end; gap: 10px; border-top: 1px solid #dfe4ea; border-bottom: 0; }
.editor-scroll { overflow-y: auto; padding: 24px; }
.editor-grid { display: grid; gap: 16px; }.editor-grid.two { grid-template-columns: repeat(2,1fr); }.editor-grid.three { grid-template-columns: repeat(3,1fr); }
.editor-checks { display: flex; gap: 28px; padding-top: 8px; }.editor-checks label { display: flex; align-items: center; gap: 8px; margin: 0; font-size: 12px; }.editor-checks input { width: auto; }

.pricing-section { padding: 115px 0 125px; color: var(--section-ink); background: var(--section-bg); border-top: 1px solid var(--section-line); }
.pricing-heading { margin-bottom: 54px; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; background: var(--section-line); border: 1px solid var(--section-line); }
.product-price-card { min-height: 430px; display: flex; flex-direction: column; padding: 34px; color: var(--section-ink); background: var(--section-bg); box-shadow: inset 0 4px 0 var(--product-accent); }
.product-price-card-heading { display: grid; grid-template-columns: 48px minmax(0, 1fr); gap: 15px; align-items: center; }
.product-price-card-heading p { margin: 0 0 5px; color: var(--section-muted); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.product-price-card h3 { margin: 0; font-size: 22px; letter-spacing: -.03em; }
.product-price-icon { display: grid; place-items: center; width: 46px; height: 46px; color: var(--product-accent); background: color-mix(in srgb, var(--product-accent) 10%, transparent); border: 1px solid color-mix(in srgb, var(--product-accent) 45%, transparent); font-size: 24px; }
.product-price-summary { min-height: 68px; margin: 26px 0 0; color: var(--section-muted); line-height: 1.65; }
.pricing-price { min-height: 91px; display: grid; align-content: center; margin: 24px 0; border-top: 1px solid var(--section-line); border-bottom: 1px solid var(--section-line); }
.pricing-price strong { font-size: 33px; letter-spacing: -.04em; }.pricing-price span { margin-top: 4px; color: var(--section-muted); font-size: 12px; }
.pricing-button { width: 100%; margin-top: auto; }
.pricing-more { display: flex; justify-content: flex-end; margin-top: 26px; }
.pricing-page-grid { padding-bottom: 120px; }
.pricing-product-nav { display: flex; gap: 10px; margin: 0 0 34px; padding: 10px; overflow-x: auto; background: var(--rail-bg); border: 1px solid var(--rail-border); }
.pricing-product-nav a { min-height: 44px; display: inline-flex; align-items: center; gap: 9px; padding: 0 15px; white-space: nowrap; color: var(--hero-muted); border: 1px solid transparent; font-size: 12px; font-weight: 700; }
.pricing-product-nav a:hover { color: var(--page-text); border-color: var(--line); background: rgba(47, 125, 255, .08); }
.pricing-product-nav i { font-size: 19px; }
.product-pricing-list { display: grid; gap: 28px; }
.product-pricing-block { position: relative; display: grid; grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr); scroll-margin-top: 24px; overflow: hidden; background: var(--rail-bg); border: 1px solid var(--rail-border); box-shadow: inset 0 4px 0 var(--product-accent); }
.product-pricing-summary { padding: 52px; }
.product-pricing-icon { width: 64px; height: 64px; display: grid; place-items: center; margin-bottom: 32px; color: var(--product-accent); background: color-mix(in srgb, var(--product-accent) 10%, transparent); border: 1px solid color-mix(in srgb, var(--product-accent) 55%, transparent); font-size: 31px; }
.pricing-audience { margin: 0 0 14px; color: var(--product-accent, var(--blue)); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.product-pricing-summary h2 { margin: 0; font-size: clamp(34px, 4vw, 52px); line-height: 1.04; letter-spacing: -.045em; }
.product-pricing-summary > p:not(.pricing-audience) { max-width: 520px; margin: 24px 0; color: var(--hero-muted); line-height: 1.75; }
.product-detail-link { display: inline-flex; gap: 18px; padding: 7px 0; color: var(--page-text); border-bottom: 1px solid var(--line); font-size: 13px; }
.product-detail-link:hover { color: var(--product-accent); border-color: var(--product-accent); }
.product-pricing-panel { min-width: 0; display: flex; flex-direction: column; padding: 52px; background: rgba(2, 8, 17, .3); border-left: 1px solid var(--rail-border); }
html[data-theme="light"] .product-pricing-panel { background: rgba(255, 255, 255, .48); }
.product-pricing-label { margin: 0; color: var(--product-accent); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.product-pricing-amount { min-height: 112px; display: grid; align-content: center; margin: 18px 0 24px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.product-pricing-amount strong { font-size: clamp(38px, 5vw, 58px); letter-spacing: -.055em; }
.product-pricing-amount span { margin-top: 4px; color: var(--hero-muted); font-size: 13px; }
.product-pricing-intro { margin: 0 0 24px; color: var(--hero-muted); line-height: 1.65; }
.product-pricing-panel ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px 20px; margin: 0 0 34px; padding: 0; list-style: none; color: var(--hero-muted); font-size: 13px; }
.product-pricing-panel li { display: flex; gap: 9px; align-items: flex-start; }
.product-pricing-panel li i { margin-top: 2px; color: var(--product-accent); flex: 0 0 auto; }
.pricing-note { max-width: 760px; margin: 30px 0 0; color: var(--hero-muted); font-size: 12px; line-height: 1.7; }

.legal-hero { padding: 100px 0 68px; border-bottom: 1px solid var(--line); }
.legal-hero h1 { max-width: 900px; margin: 0; font-size: clamp(52px, 7vw, 92px); letter-spacing: -.055em; line-height: 1; }
.legal-hero > p:last-child { margin: 22px 0 0; color: var(--hero-muted); }
.legal-layout { display: grid; grid-template-columns: minmax(0, 820px) 280px; gap: 110px; align-items: start; padding-top: 78px; padding-bottom: 120px; }
.legal-document { color: var(--page-text); }
.legal-document h2 { margin: 54px 0 15px; padding-top: 25px; border-top: 1px solid var(--line); font-size: 23px; letter-spacing: -.02em; }.legal-document h2:first-child { margin-top: 0; }
.legal-document p, .legal-document li { color: var(--hero-muted); line-height: 1.82; font-size: 15px; }.legal-document ul { padding-left: 20px; }
.legal-layout aside { position: sticky; top: 100px; padding: 25px; background: var(--rail-bg); border: 1px solid var(--rail-border); }.legal-layout aside p { color: var(--hero-muted); font-size: 13px; line-height: 1.65; }

.product-card-image { width: calc(100% + 76px); height: 190px; margin: -38px -38px 30px; object-fit: cover; border-bottom: 1px solid var(--line); }
.product-card:has(.product-card-image) > p { margin-top: 34px; }
.product-card-price { display: grid; gap: 3px; margin: 24px 0; }.product-card-price strong { color: var(--cyan); font-size: 18px; }.product-card-price small { color: var(--hero-muted); }
.detail-product-image { overflow: hidden; background: var(--rail-bg); border: 1px solid var(--line); }.detail-product-image > img { width: 100%; height: 340px; object-fit: cover; }.detail-product-image > div { display: grid; gap: 4px; padding: 18px 20px; }.detail-product-image span { color: var(--cyan); font-weight: 700; }.detail-product-image small { color: var(--hero-muted); }
.product-purchase { min-height: 240px; display: flex; justify-content: space-between; gap: 40px; align-items: center; padding-top: 45px; padding-bottom: 45px; color: var(--section-ink); background: var(--section-bg); border-top: 1px solid var(--section-line); }.product-purchase h2 { margin: 0; font-size: 45px; }.product-purchase p:last-child { color: var(--section-muted); }
.product-gallery { padding-top: 100px; padding-bottom: 120px; }.product-gallery > div:first-child h2 { margin: 0 0 45px; font-size: 48px; }.product-gallery-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }.product-gallery figure { margin: 0; overflow: hidden; background: var(--rail-bg); border: 1px solid var(--line); }.product-gallery img { width: 100%; height: 330px; object-fit: cover; }.product-gallery figcaption { padding: 14px 17px; color: var(--hero-muted); font-size: 12px; }

.admin-brand { display: flex; align-items: center; gap: 11px; padding: 0 10px 28px; font-family: var(--font-display); font-size: 12px; letter-spacing: -.01em; text-transform: none; }
.admin-brand > img { width: 36px; height: 36px; object-fit: contain; }.admin-brand > span { display: grid; gap: 3px; margin: 0; color: #f2f6fc; font-size: 12px; letter-spacing: -.01em; }.admin-brand small { color: #5f7188; font-family: var(--font-body); font-size: 8px; letter-spacing: .16em; text-transform: uppercase; }
.admin-account button { width: 28px; height: 28px; display: grid; place-items: center; border: 0; background: transparent; color: #76879c; cursor: pointer; }
.admin-product-cell > img { width: 58px; height: 42px; object-fit: cover; border-radius: 4px; border: 1px solid #d9e0e8; }
.admin-pricing-list { display: grid; gap: 12px; }.admin-pricing-list article { display: grid; grid-template-columns: 250px minmax(260px, 1fr) 100px 80px; gap: 24px; align-items: center; padding: 22px 24px; background: #fff; border: 1px solid #dbe1e8; border-left: 4px solid transparent; border-radius: 6px; }.admin-pricing-list article.featured { border-left-color: #1768e5; }.admin-pricing-list article > div:first-child { display: grid; gap: 3px; }.admin-pricing-list article p { margin: 0; color: #69758a; font-size: 12px; line-height: 1.55; }.admin-pricing-list article h2 { margin: 0; font-size: 17px; }.admin-pricing-list article strong { margin-top: 5px; color: #1768e5; font-size: 20px; }.admin-pricing-list article small { color: #7f8a9c; }
.legal-editor { min-height: 580px; font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 12px !important; line-height: 1.7 !important; }.field-help { margin: -5px 0 14px; color: #7b8798; font-size: 11px; line-height: 1.5; }.brand-logo-preview { object-fit: contain !important; padding: 24px; background: #07111f; }.admin-secondary.compact { min-height: 36px; padding: 0 12px; font-size: 11px; }
.security-forms { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 26px; }.security-forms .admin-form-section { margin: 0; }.security-forms button { width: 100%; }
.product-editor-wide { width: min(1020px, 100%); }.editor-media { margin: 8px 0 24px; padding: 20px; background: #f7f9fc; border: 1px solid #dce3ec; border-radius: 5px; }.editor-section-heading { margin-bottom: 18px; }.editor-section-heading > div { display: flex; gap: 10px; align-items: center; }.editor-section-heading span { display: grid; gap: 2px; }.editor-section-heading small { color: #7c8797; font-size: 10px; }.hero-image-editor { display: grid; grid-template-columns: minmax(260px, 1fr) 190px; gap: 18px; align-items: center; margin-bottom: 15px; }.hero-image-editor > img, .media-placeholder { width: 100%; height: 230px; object-fit: cover; border: 1px solid #d7dee7; border-radius: 4px; }.media-placeholder { display: grid; place-items: center; align-content: center; gap: 8px; color: #8490a1; background: #fff; }.hero-image-editor > div:last-child { display: grid; gap: 10px; }.upload-button { min-height: 42px; display: inline-flex !important; align-items: center; justify-content: center; gap: 8px !important; margin: 0 !important; padding: 0 14px; color: #1768e5; background: #eef4ff; border: 1px dashed #8db5ef; border-radius: 4px; cursor: pointer; font-size: 12px; font-weight: 700; }.upload-button input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }.gallery-list { display: grid; gap: 9px; margin: 12px 0; }.gallery-list article { display: grid; grid-template-columns: 110px minmax(0, 1fr) 36px; gap: 10px; align-items: center; }.gallery-list img { width: 110px; height: 70px; object-fit: cover; border-radius: 3px; }.gallery-list input { margin: 0; }.gallery-list button { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid #d4dae2; background: #fff; color: #8a5260; border-radius: 4px; cursor: pointer; }

.admin-auth-page { min-height: 100vh; display: grid; place-items: center; padding: 48px 24px; color: #edf3fc; background: #030914 url('/assets/technical-grid.png') center / cover no-repeat; }.admin-auth-card { width: min(500px, 100%); padding: 38px; background: rgba(6, 18, 34, .97); border: 1px solid #26405f; box-shadow: 0 28px 80px rgba(0,0,0,.46); }.admin-auth-brand { display: flex; align-items: center; gap: 12px; margin-bottom: 38px; font-weight: 800; }.admin-auth-brand img { object-fit: contain; }.admin-auth-brand span { display: grid; gap: 3px; }.admin-auth-brand small { color: #71839c; font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .15em; }.admin-auth-icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 22px; color: var(--cyan); background: #0c2a4d; border: 1px solid #235083; }.admin-auth-card h1 { margin: 0; font-size: 38px; letter-spacing: -.04em; }.admin-auth-description { color: #9cadc4; line-height: 1.65; }.admin-auth-email { margin: 24px 0; padding: 12px 14px; color: #8292a8; background: #071324; border: 1px solid #1a314e; font-size: 12px; }.admin-auth-form label { display: grid; gap: 8px; color: #aab7c9; font-size: 11px; font-weight: 700; }.admin-auth-form input { width: 100%; height: 48px; padding: 0 13px; color: #fff; background: #071324; border: 1px solid #304966; border-radius: 3px; }.admin-auth-form .admin-primary { margin-top: 18px; }.wide { width: 100%; }.admin-auth-error { padding: 10px 12px; color: #ffb4b4; background: #38191f; border: 1px solid #6e2935; font-size: 12px; }.admin-auth-note { margin: 25px 0 0; color: #63758c; font-size: 10px; line-height: 1.6; }.mfa-setup { display: grid; place-items: center; gap: 10px; margin-bottom: 22px; }.mfa-setup > img { width: 260px; height: 260px; padding: 8px; background: #fff; }.qr-loading { width: 260px; height: 260px; display: grid; place-items: center; color: #74869e; background: #081528; border: 1px solid #203a59; }.mfa-setup details { width: 100%; color: #8698b0; font-size: 11px; }.mfa-setup details code { display: block; margin-top: 8px; padding: 10px; overflow-wrap: anywhere; color: var(--cyan); background: #071324; }.recovery-panel h2 { margin: 22px 0 8px; }.recovery-panel p { color: #91a3ba; line-height: 1.55; }.recovery-success { display: flex; align-items: center; gap: 8px; color: #65dfb6; }.recovery-code-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; margin: 20px 0; }.recovery-code-grid code { padding: 9px; color: #dce8f8; background: #071324; border: 1px solid #1b3555; font-size: 11px; text-align: center; }.recovery-panel .admin-primary { margin-top: 10px; }

.ph { font-size: 1.25em; line-height: 1; }
.icon-large { font-size: 54px; }
.admin-icon { font-size: 20px; }
.field-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.field-row.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.admin-form-section input[type="checkbox"] { width: auto; }
.admin-form-section .inline-check { display: flex; align-items: center; gap: 9px; }
.admin-form-actions { display: flex; gap: 10px; justify-content: flex-end; margin-top: 20px; }
.admin-danger { color: #9c3131; border-color: #e4b7b7; }
.admin-help { color: #758195; font-size: 12px; line-height: 1.6; }
.admin-section-tabs { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 24px; }
.admin-section-tabs a { padding: 9px 12px; color: #5e697b; background: #fff; border: 1px solid #dbe1e8; border-radius: 4px; font-size: 12px; font-weight: 700; }
.admin-section-tabs a.active { color: #fff; background: #1768e5; border-color: #1768e5; }
.flash-message { margin-bottom: 20px; padding: 12px 15px; color: #176b4e; background: #e8f8f1; border: 1px solid #b7e2d1; border-radius: 4px; }
.flash-message.error { color: #9c3131; background: #fff0f0; border-color: #edc0c0; }
.editor-image-preview { width: min(420px, 100%); max-height: 240px; object-fit: cover; border: 1px solid #d7dee7; }
.gallery-admin-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.gallery-admin-grid article { padding: 10px; background: #f7f9fc; border: 1px solid #dce3ec; }
.gallery-admin-grid img { width: 100%; height: 120px; object-fit: cover; }
.empty-state { padding: 34px; color: #758195; background: #fff; border: 1px dashed #cfd6df; text-align: center; }
.error-page { min-height: 100vh; display: grid; place-items: center; padding: 32px; background: #030914; color: #f7f9fc; }
.error-page div { max-width: 640px; padding: 40px; background: #07111f; border: 1px solid #24354b; }

.about-hero { padding: 112px 0 90px; background: radial-gradient(circle at 80% 25%, rgba(47, 125, 255, .16), transparent 28%); border-bottom: 1px solid var(--line); }
.about-hero h1 { max-width: 990px; margin: 0; font-size: clamp(54px, 7vw, 100px); line-height: .98; letter-spacing: -.055em; }
.about-hero > p:last-child { max-width: 760px; margin: 30px 0 0; color: var(--hero-muted); font-size: 20px; line-height: 1.7; }
.about-layout { display: grid; grid-template-columns: minmax(0, 850px) 330px; gap: 110px; align-items: start; padding-top: 88px; padding-bottom: 130px; }
.about-document { border-top: 1px solid var(--line); }
.about-document > section { display: grid; grid-template-columns: 72px 1fr; gap: 28px; padding: 42px 0; border-bottom: 1px solid var(--line); }
.about-document > section > span { color: var(--blue); font-size: 26px; font-weight: 800; }
.about-document h2 { margin: 0 0 16px; font-size: 30px; letter-spacing: -.035em; }
.about-document p { margin: 0 0 14px; color: var(--hero-muted); font-size: 16px; line-height: 1.8; }
.about-card { position: sticky; top: 100px; display: grid; gap: 22px; padding: 32px; background: linear-gradient(145deg, rgba(47, 125, 255, .14), rgba(7, 17, 31, .88)); border: 1px solid #2b4f7c; box-shadow: 0 24px 70px rgba(0, 0, 0, .25); }
.about-card > i { color: var(--cyan); font-size: 40px; }.about-card p { margin: 0; color: var(--hero-muted); line-height: 1.7; }.about-card .button { gap: 20px; }
html[data-theme="light"] .about-card { background: linear-gradient(145deg, #eef5ff, #fff); box-shadow: 0 24px 70px rgba(29, 57, 95, .12); }

.versions-list { display: grid; gap: 20px; padding-bottom: 130px; }
.versions-list > article { display: grid; grid-template-columns: minmax(340px, .9fr) minmax(500px, 1.1fr); gap: 34px 56px; padding: 36px; overflow: hidden; background: linear-gradient(130deg, color-mix(in srgb, var(--product-accent) 8%, var(--rail-bg)), var(--rail-bg) 55%); border: 1px solid var(--rail-border); box-shadow: inset 4px 0 0 var(--product-accent), 0 22px 60px rgba(0, 0, 0, .16); }
.version-product { display: grid; grid-template-columns: 64px minmax(0, 1fr); gap: 20px; }.version-product > span { width: 60px; height: 60px; display: grid; place-items: center; color: var(--product-accent); background: color-mix(in srgb, var(--product-accent) 10%, transparent); border: 1px solid color-mix(in srgb, var(--product-accent) 50%, transparent); font-size: 29px; }.version-product small { color: var(--product-accent); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }.version-product h2 { margin: 5px 0 10px; font-size: 27px; }.version-product p { margin: 0; color: var(--hero-muted); line-height: 1.6; }
.versions-list dl { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 0; border: 1px solid var(--line); }.versions-list dl > div { min-width: 0; padding: 18px; border-right: 1px solid var(--line); }.versions-list dl > div:last-child { border-right: 0; }.versions-list dt { color: var(--hero-muted); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }.versions-list dd { margin: 9px 0 0; overflow-wrap: anywhere; font-size: 15px; font-weight: 750; }
.version-actions { grid-column: 1 / -1; display: flex; gap: 28px; justify-content: flex-end; }.release-badge { display: inline-flex; padding: 5px 8px; color: #73e3bd; background: rgba(35, 173, 123, .13); border: 1px solid rgba(35, 173, 123, .35); font-size: 10px; text-transform: uppercase; }.release-badge.beta, .release-badge.preview { color: #ffd07c; background: rgba(247, 170, 53, .12); border-color: rgba(247, 170, 53, .35); }.release-badge.legacy { color: var(--hero-muted); background: rgba(145, 160, 183, .1); border-color: var(--line); }

.cookie-banner[hidden] { display: none !important; }
.cookie-banner { position: fixed; z-index: 200; left: 24px; right: 24px; bottom: 24px; width: min(1160px, calc(100% - 48px)); margin: 0 auto; display: grid; grid-template-columns: 52px minmax(0, 1fr) auto; gap: 20px; align-items: center; padding: 22px 24px; color: #edf5ff; background: rgba(5, 15, 29, .98); border: 1px solid #31547d; box-shadow: 0 28px 80px rgba(0, 0, 0, .5); backdrop-filter: blur(18px); }
.cookie-banner-icon { width: 48px; height: 48px; display: grid; place-items: center; color: var(--cyan); background: #0b2949; border: 1px solid #245987; font-size: 24px; }.cookie-banner h2 { margin: 0 0 6px; font-size: 18px; }.cookie-banner p { margin: 0; color: #9eacc0; font-size: 13px; line-height: 1.6; }.cookie-banner p a { color: var(--cyan); text-decoration: underline; text-underline-offset: 3px; }.cookie-banner-actions { display: flex; gap: 10px; }.cookie-banner .button { min-height: 44px; padding: 0 17px; gap: 0; cursor: pointer; }.cookie-necessary { color: #d8e2ef; background: transparent; border-color: #41556e; }
.cookie-settings-link.text-link { background: transparent; border-top: 0; border-right: 0; border-left: 0; cursor: pointer; font-size: 13px; }

.admin-sidebar { overflow-y: auto; }
.admin-form-section select { width: 100%; padding: 10px 12px; color: #172033; background: #fff; border: 1px solid #cfd6df; border-radius: 4px; font-size: 13px; }
.admin-auth-success { padding: 10px 12px; color: #8be4c3; background: #11352d; border: 1px solid #276b58; font-size: 12px; }
.admin-form-title-row { display: flex; justify-content: space-between; gap: 20px; align-items: flex-start; margin-bottom: 20px; }.admin-form-title-row h2 { margin-bottom: 5px; }.admin-form-title-row p { margin: 0; color: #758195; font-size: 12px; line-height: 1.5; }
.security-metrics { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin-bottom: 22px; }.security-metrics article { min-width: 0; display: flex; align-items: center; gap: 13px; padding: 19px; background: #fff; border: 1px solid #dbe1e8; border-radius: 6px; }.security-metrics article > span { width: 36px; height: 36px; display: grid; place-items: center; color: #1768e5; background: #eef4ff; border-radius: 5px; }.security-metrics article div { display: grid; gap: 3px; }.security-metrics strong { font-size: 21px; }.security-metrics small { color: #7b8798; font-size: 10px; }
.admin-user-table { overflow-x: auto; background: #fff; border: 1px solid #dbe1e8; border-radius: 6px; }.admin-user-head, .admin-user-row { min-width: 980px; display: grid; grid-template-columns: minmax(230px, 1.3fr) 120px 130px 175px 155px 70px; gap: 16px; align-items: center; padding: 0 20px; }.admin-user-head { height: 42px; color: #7a8698; background: #f8f9fb; border-bottom: 1px solid #dbe1e8; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }.admin-user-row { min-height: 78px; border-bottom: 1px solid #e7ebf0; color: #4d596b; font-size: 11px; }.admin-user-row:last-child { border-bottom: 0; }.admin-user-person { min-width: 0; display: flex; gap: 11px; align-items: center; }.admin-user-person > span { width: 36px; height: 36px; display: grid; place-items: center; flex: 0 0 auto; color: #1768e5; background: #eef4ff; border-radius: 50%; font-weight: 800; }.admin-user-person div { min-width: 0; display: grid; gap: 3px; }.admin-user-person strong, .admin-user-person small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.admin-user-person small { color: #8792a3; }.role-badge { width: fit-content; padding: 5px 8px; color: #40536c; background: #edf1f6; border-radius: 20px; font-size: 9px; font-weight: 800; text-transform: uppercase; }.role-badge.owner { color: #76500c; background: #fff1ce; }.role-badge.administrator { color: #155bb5; background: #e8f1ff; }.icon-button { width: 34px; height: 34px; display: grid; place-items: center; color: #1768e5; background: #fff; border: 1px solid #cfd8e4; border-radius: 4px; }.current-user-label { color: #8490a1; font-size: 10px; }
.audit-list { display: grid; gap: 9px; }.audit-list article { display: grid; grid-template-columns: 38px minmax(0, 1fr) 230px; gap: 14px; align-items: center; padding: 18px 20px; background: #fff; border: 1px solid #dbe1e8; border-radius: 5px; }.audit-icon { width: 34px; height: 34px; display: grid; place-items: center; color: #1768e5; background: #eef4ff; border-radius: 4px; }.audit-list strong { font-size: 12px; }.audit-list p, .audit-list time, .audit-list small { margin: 4px 0 0; color: #7c8797; font-size: 10px; }.audit-list article > div:last-child { display: grid; justify-items: end; text-align: right; }
.admin-list-filter { max-width: 430px; height: 42px; display: grid; grid-template-columns: 38px minmax(0, 1fr); align-items: center; margin: 0 0 14px; color: #7d8999; background: #fff; border: 1px solid #d3dae3; border-radius: 4px; }.admin-list-filter i { justify-self: center; }.admin-list-filter input { height: 100%; padding: 0 12px 0 0; color: #172033; background: transparent; border: 0; outline: 0; font-size: 12px; }
.audit-list article[hidden] { display: none; }
.user-security-grid { max-width: 920px; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 28px; }.user-security-grid .admin-form-section { margin: 0; }.danger-zone { max-width: 920px; margin-top: 16px; border-color: #e6bcbc; background: #fffafa; }.danger-zone h2 { color: #922f2f; }
.admin-version-list { display: grid; gap: 10px; }.admin-version-list article { display: grid; grid-template-columns: 46px minmax(180px, .7fr) minmax(480px, 1.3fr) auto; gap: 18px; align-items: center; padding: 18px 20px; background: #fff; border: 1px solid #dbe1e8; border-radius: 6px; }.version-admin-icon { width: 42px; height: 42px; display: grid; place-items: center; background: #f0f5fb; font-size: 22px; }.admin-version-list article > div:nth-child(2) { display: grid; gap: 3px; }.admin-version-list small { color: #8390a1; }.admin-version-list dl { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; }.admin-version-list dl > div { min-width: 0; }.admin-version-list dt { color: #8a95a5; font-size: 8px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }.admin-version-list dd { margin: 5px 0 0; overflow-wrap: anywhere; font-size: 11px; font-weight: 700; }

@media (max-width: 820px) {
  .field-row, .field-row.three, .gallery-admin-grid { grid-template-columns: 1fr; }
}

@media (max-width: 1080px) {
  .hero-layout { grid-template-columns: 1fr; gap: 12px; min-height: 0; padding: 58px 0 24px; }.hero-copy { max-width: 680px; }.hero-visual { height: 420px; }.hero-visual img { width: min(820px, 112%); }.hero-product { grid-template-columns: 58px minmax(0,1fr) 18px; gap: 15px; padding: 24px 20px; }.hero-product-icon svg { width: 46px; height: 46px; }.showcase-console { grid-template-columns: 180px 330px minmax(0,1fr); }.product-grid { grid-template-columns: repeat(2,1fr); }.admin-table-head, .admin-table-row { grid-template-columns: minmax(240px,1.2fr) minmax(130px,.7fr) 110px 60px 80px; gap: 12px; }.admin-version-list article { grid-template-columns: 46px 1fr auto; }.admin-version-list dl { grid-column: 2 / -1; }.security-metrics { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 1180px) {
  .desktop-nav { display: none; }
  .mobile-nav { display: block; }
}

@media (min-width: 821px) {
  .showcase-wrap { padding-top: 14px; }
}

@media (max-width: 820px) {
  .page-shell { width: min(calc(100% - 36px), 720px); }.desktop-nav { display: none; }.mobile-nav { display: block; }.site-header { height: 64px; padding: 0 18px; gap: 14px; }.wordmark { font-size: 16px; letter-spacing: -.02em; }.brand-mark { width: 21px; height: 21px; }.theme-toggle { width: 36px; height: 36px; }
  .operations-hero { min-height: auto; }.hero-texture { inset: 64px 0 0; background-position: 65% top; }.hero-layout { grid-template-columns: 1fr; gap: 8px; min-height: 0; padding: 58px 0 18px; }.hero-copy { max-width: 630px; }.hero-copy h1, .inner-hero h1 { font-size: clamp(46px, 10vw, 64px); }.hero-subtitle { font-size: 16px; }.hero-visual { height: 430px; }.hero-visual img { width: min(720px, 112%); }.hero-product-rail { width: 100%; grid-template-columns: 1fr; }.hero-product { min-height: 118px; border-right: 0; border-bottom: 1px solid var(--rail-border); padding-left: max(24px, calc((100vw - 684px) / 2)); padding-right: max(24px, calc((100vw - 684px) / 2)); }.hero-product:last-child { border-bottom: 0; }.product-stack { margin-top: 56px; border: 1px solid var(--line); }.showcase-wrap { margin-top: 28px; margin-bottom: 36px; }
  .showcase-console { grid-template-columns: 1fr; }.showcase-console > nav { display: none; }.status-panel { border-right: 0; border-bottom: 1px solid var(--line); }.activity-panel { padding: 22px 14px; }.product-rail { grid-template-columns: 1fr; }.product-rail button { border-right: 0; border-bottom: 1px solid var(--line); }.product-rail button:last-child { border-bottom: 0; }
  .section-heading, .principles-grid, .feature-section { grid-template-columns: 1fr; gap: 45px; }.collection-section, .principles-section { padding: 78px 0; }.collection-row { grid-template-columns: 45px 42px minmax(0,1fr) 26px; gap: 12px; }.collection-platform { display: none; }.collection-name strong { font-size: 18px; }.collection-name small { font-size: 12px; }.support-callout { margin: 50px auto; padding: 36px 28px; flex-direction: column; align-items: flex-start; }.footer-grid { grid-template-columns: 1fr; }.footer-grid > * { min-width: 0; }.site-footer .wordmark { white-space: normal; }.site-footer nav { width: 100%; min-width: 0; gap: 22px; flex-wrap: wrap; }.copyright { grid-column: auto; }
  .pricing-section { padding: 78px 0; }.pricing-grid { grid-template-columns: 1fr; }.product-price-card { min-height: 0; }.product-price-summary { min-height: 0; }.product-pricing-block { grid-template-columns: 1fr; }.product-pricing-panel { border-top: 1px solid var(--rail-border); border-left: 0; }.pricing-product-nav { width: 100%; }.legal-layout, .about-layout { grid-template-columns: 1fr; gap: 45px; }.legal-layout aside, .about-card { position: static; }.legal-hero, .about-hero { padding-top: 72px; }.product-purchase { flex-direction: column; align-items: flex-start; }.product-gallery-grid { grid-template-columns: 1fr; }.versions-list > article { grid-template-columns: 1fr; }.versions-list dl { grid-template-columns: repeat(2, 1fr); }.versions-list dl > div:nth-child(2) { border-right: 0; }.versions-list dl > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }.version-actions { grid-column: auto; }
  .product-grid { grid-template-columns: 1fr; }.product-detail-grid { grid-template-columns: 1fr; gap: 50px; }.detail-product-mark { min-height: 280px; }.detail-product-image > img { height: auto; }
  .admin-shell { grid-template-columns: 1fr; }.admin-sidebar { position: static; height: auto; padding: 14px 16px; overflow: visible; }.admin-sidebar nav { grid-template-columns: repeat(3,1fr); }.admin-sidebar nav > a { justify-content: center; }.admin-brand { padding: 0 0 14px; }.admin-account { display: none; }.admin-topbar { padding: 0 20px; }.admin-workspace { padding: 34px 18px 70px; }.admin-table { overflow-x: auto; }.admin-table-head, .admin-table-row { min-width: 820px; }.admin-pricing-list article { grid-template-columns: 1fr; gap: 12px; }.editor-grid.two, .editor-grid.three, .security-forms, .hero-image-editor, .user-security-grid { grid-template-columns: 1fr; }.security-view article { grid-template-columns: 38px 1fr; }.security-status { grid-column: 2; width: fit-content; }.audit-list article { grid-template-columns: 38px minmax(0, 1fr); }.audit-list article > div:last-child { grid-column: 2; justify-items: start; text-align: left; }.cookie-banner { grid-template-columns: 48px 1fr; }.cookie-banner-actions { grid-column: 1 / -1; justify-content: flex-end; }
}

@media (max-width: 520px) {
  .site-header { grid-template-columns: minmax(0, 1fr) auto auto; }.wordmark { gap: 8px; font-size: 14px; }.hero-copy h1, .inner-hero h1 { font-size: 40px; line-height: 1.1; }.hero-layout { padding-top: 44px; }.hero-actions { align-items: stretch; flex-direction: column; }.button { width: 100%; }.text-link { width: fit-content; }.hero-visual { height: 300px; }.hero-visual img { width: 116%; }.hero-product { grid-template-columns: 50px minmax(0,1fr) 16px; gap: 13px; min-height: 108px; padding: 20px 18px; }.hero-product-icon svg { width: 42px; height: 42px; }.hero-product-copy strong { font-size: 16px; }.hero-product-copy small { font-size: 12px; }.stack-item { grid-template-columns: 48px 40px 1fr; padding: 0 18px; }.stack-item.active { padding-left: 14px; }.showcase-titlebar { padding: 0 14px; font-size: 16px; }.showcase-live { display: none; }.activity-row { grid-template-columns: 28px minmax(0,1fr) 8px; }.activity-row time { display: none; }.product-rail button { grid-template-columns: 38px 35px minmax(0,1fr) 18px; padding: 11px 13px; }.section-heading h2, .principles-grid h2, .support-callout h2, .feature-section h2 { font-size: 40px; }.collection-row { min-height: 105px; }.collection-name small { display: none; }
  .admin-sidebar nav > a { gap: 6px; padding: 0 6px; font-size: 11px; }.admin-topbar > a { font-size: 0; }.admin-topbar > a svg { width: 20px; height: 20px; }.admin-page-heading { align-items: flex-start; flex-direction: column; }.admin-primary { width: 100%; }.modal-backdrop { padding: 0; }.product-editor { max-height: 100vh; height: 100vh; border-radius: 0; }.editor-checks { align-items: flex-start; flex-direction: column; gap: 12px; }.product-pricing-summary, .product-pricing-panel { padding: 34px 26px; }.product-pricing-panel ul { grid-template-columns: 1fr; }
  .admin-sidebar nav { grid-template-columns: repeat(2, 1fr); }.admin-auth-card { padding: 28px 22px; }.admin-auth-card h1 { font-size: 32px; }.recovery-code-grid { grid-template-columns: 1fr; }.mfa-setup > img, .qr-loading { width: min(260px, 100%); height: auto; aspect-ratio: 1; }.gallery-list article { grid-template-columns: 80px minmax(0, 1fr) 34px; }.gallery-list img { width: 80px; }.product-gallery img { height: auto; }.security-metrics { grid-template-columns: 1fr; }.admin-form-title-row { flex-direction: column; }.about-document > section { grid-template-columns: 45px 1fr; gap: 12px; }.about-hero h1 { font-size: 46px; }.versions-list > article { padding: 24px 20px; }.versions-list dl { grid-template-columns: 1fr; }.versions-list dl > div { border-right: 0; border-bottom: 1px solid var(--line); }.versions-list dl > div:last-child { border-bottom: 0; }.version-actions { align-items: flex-start; flex-direction: column; }.cookie-banner { left: 12px; right: 12px; bottom: 12px; width: calc(100% - 24px); grid-template-columns: 1fr; padding: 20px; }.cookie-banner-icon { display: none; }.cookie-banner-actions { display: grid; grid-template-columns: 1fr; }.cookie-banner .button { width: 100%; }.admin-version-list article { grid-template-columns: 40px 1fr; }.admin-version-list dl { grid-column: 1 / -1; grid-template-columns: repeat(2, 1fr); }.admin-version-list article > a { grid-column: 1 / -1; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
