@font-face { font-family: Vazirmatn; src: url('/fonts/Vazirmatn-Variable.woff2') format('woff2'); font-weight: 100 900; font-display: swap; }
:root {
  color-scheme: light;
  --ink: #173a34;
  --muted: #61796f;
  --green: #14785e;
  --green-dark: #0d5948;
  --cream: #f7f8f4;
  --line: #dce9e1;
  --gold: #e8b56b;
  --shadow: 0 17px 48px #1749360d, 0 2px 8px #17493606;
}
*, *::before, *::after { box-sizing: border-box; }
html { font-family: Vazirmatn, Tahoma, sans-serif; scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; color: var(--ink); background: var(--cream); line-height: 1.85; -webkit-font-smoothing: antialiased; }
body.marketing-body, body.workspace-body { background: radial-gradient(ellipse 740px 480px at 92% 5%, #e5f3e9 0, transparent 72%), radial-gradient(ellipse 620px 480px at 3% 40%, #f6eee2 0, transparent 73%), #f8f9f6; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
button:disabled { cursor: not-allowed; opacity: .58; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 3px solid #41a88d; outline-offset: 3px; }
::selection { background: #b5e2ce; color: #143b2e; }
.skip-link { position: fixed; z-index: 100; top: -60px; right: 12px; padding: 8px 14px; border-radius: 9px; background: #124f3d; color: #fff; font-weight: 800; }
.skip-link:focus { top: 10px; }
.container { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }
.page-guide { display: flex; align-items: flex-start; gap: 12px; margin: 0 0 23px; padding: 14px 17px; border: 1px solid #d3e7da; border-radius: 17px; background: linear-gradient(115deg, #f8fdf9, #fff); box-shadow: 0 8px 24px #173e2d08; }
.page-guide-mark { display: grid; place-items: center; width: 33px; height: 33px; flex: 0 0 auto; border-radius: 11px; background: #e0f3e8; color: #146e52; font-size: 1.08rem; font-weight: 900; line-height: 1; }
.page-guide-content { display: flex; flex-wrap: wrap; align-items: baseline; gap: 2px 12px; min-width: 0; width: 100%; }
.page-guide-eyebrow { width: 100%; color: #187d5d; font-size: .68rem; font-weight: 850; line-height: 1.4; }
.page-guide-content > strong { color: #214c3d; font-size: .92rem; white-space: nowrap; }
.page-guide-content > p { flex: 1 1 340px; margin: 0; color: #657c6f; font-size: .79rem; line-height: 1.65; }
.page-guide details { margin-inline-start: auto; color: #176f53; font-size: .77rem; }
.page-guide summary { cursor: pointer; font-weight: 850; white-space: nowrap; }
.page-guide summary:hover { color: #0d4939; text-decoration: underline; text-underline-offset: 3px; }
.page-guide details[open] { width: 100%; margin: 10px 0 0; padding-top: 11px; border-top: 1px solid #dcece0; }
.page-guide ol { display: grid; gap: 5px; margin: 9px 0 0; padding-inline-start: 22px; color: #4d6859; line-height: 1.8; }
.page-guide-note { margin: 9px 0 0; padding: 8px 11px; border-radius: 9px; background: #eef7f0; color: #315947; font-size: .75rem; }

/* Site shell */
.site-header { position: sticky; top: 0; z-index: 30; border-bottom: 1px solid #dbe6ddba; background: #fffffff0; box-shadow: 0 8px 28px #183d2d0a; backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; gap: 28px; min-height: 82px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.brand-mark { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 15px; background: linear-gradient(145deg, #0f5b49, #239c75); box-shadow: 0 8px 16px #10664c38; color: #fff; font-size: 1.46rem; line-height: 1; }
.brand-copy { display: grid; line-height: 1.32; }
.brand-copy strong { color: #143c34; font-size: 1.18rem; font-weight: 900; white-space: nowrap; }
.brand-copy small { color: #7a8b82; font-size: .66rem; font-weight: 600; white-space: nowrap; }
.site-nav, .header-actions, .workspace-nav { display: flex; align-items: center; }
.site-nav { gap: 8px; margin-inline: auto; }
.site-nav a, .workspace-nav a { padding: 8px 15px; border-radius: 10px; color: #576d62; font-size: .88rem; font-weight: 750; white-space: nowrap; transition: background .18s, color .18s; }
.site-nav a:hover, .workspace-nav a:hover { background: #e8f3ec; color: #12674f; }
.site-nav a.active, .workspace-nav a.active { background: #e5f2e9; color: #0d654d; }
.header-actions { gap: 10px; flex: 0 0 auto; }
.header-actions form { margin: 0; }
.header-login, .header-logout { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 8px 15px; border: 0; border-radius: 11px; background: transparent; color: #3f5c4e; font-size: .88rem; font-weight: 800; white-space: nowrap; }
.header-login:hover, .header-logout:hover { background: #edf4ee; }
.account-chip { padding: 7px 13px; border: 1px solid #d7e8de; border-radius: 999px; background: #f3f9f4; color: #226d55; font-size: .78rem; font-weight: 800; }
.workspace-nav-wrap { position: relative; border-top: 1px solid #eaf0eb; background: #fff; }
.workspace-nav { gap: 5px; min-height: 56px; overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-width: none; }
.workspace-nav::-webkit-scrollbar { display: none; }
.workspace-nav a { flex: 0 0 auto; }
.main-content { min-height: calc(100vh - 220px); padding-block: 42px 90px; }
.site-footer { border-top: 1px solid #dfe9e0; background: #f8faf7; }
.footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 24px; min-height: 88px; }
.footer-inner > span { display: grid; line-height: 1.45; }
.footer-inner strong { color: #235144; font-size: .9rem; }
.footer-inner small, .footer-inner nav { color: #819186; font-size: .74rem; }
.footer-inner nav { display: flex; gap: 22px; }
.footer-inner nav a:hover { color: var(--green); }

/* Shared components */
.eyebrow { display: inline-flex; align-items: center; gap: 7px; color: #127256; font-size: .8rem; font-weight: 900; letter-spacing: .01em; }
.eyebrow::before { content: ''; width: 18px; height: 2px; border-radius: 3px; background: #dfa755; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 46px; padding: 10px 20px; border: 1px solid transparent; border-radius: 12px; font-size: .86rem; font-weight: 850; line-height: 1.5; text-align: center; white-space: nowrap; transition: transform .18s, box-shadow .18s, background .18s, border-color .18s; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: linear-gradient(135deg, #147e60, #0e604b); box-shadow: 0 10px 20px #0c6b5030; color: #fff; }
.button.primary:hover { background: linear-gradient(135deg, #1b9471, #0e654d); box-shadow: 0 14px 25px #0c6b5038; }
.button.secondary { border-color: #c8ded1; background: #fff; color: #19674f; }
.button.secondary:hover { border-color: #6fb598; background: #f5faf6; }
.button.ghost { border-color: #ffffff50; background: #ffffff14; color: #fff; }
.button.ghost:hover { background: #ffffff25; }
.button.light { background: #fff; color: #17614c; }
.text-link { display: inline-flex; align-items: center; gap: 5px; color: #147657; font-size: .86rem; font-weight: 850; }
.text-link:hover { color: #0a4a38; text-decoration: underline; text-underline-offset: 4px; }
.muted, .field-hint, .form-note { color: var(--muted); }
.page-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.page-heading h1 { margin: 5px 0 3px; color: #143b32; font-size: clamp(1.9rem, 3vw, 2.85rem); font-weight: 900; line-height: 1.4; }
.page-heading p { margin: 0; color: #6a7d72; font-size: .97rem; }
.panel, .stat-card, .feature, .plan-card { border: 1px solid #dfeae2; border-radius: 22px; background: #fff; box-shadow: var(--shadow); }
.panel { padding: clamp(20px, 2.6vw, 30px); margin-bottom: 20px; }
.panel h1, .panel h2, .panel h3 { margin-top: 0; color: #173f34; line-height: 1.5; }
.panel h2 { font-size: 1.28rem; }
.panel p { color: #677c70; }
.panel > p:last-child { margin-bottom: 0; }
.panel[role=alert], .panel[role=status], .notice-card { border-color: #f0d4a2; background: #fff9ea; color: #735116; }
.panel[role=alert] { border-color: #f0c6bd; background: #fff3ef; color: #8e3d2f; }
.panel [role=alert], .validation { color: #a44035; }
.panel [role=status] { color: #196f50; }
.notice-card { display: flex; align-items: start; gap: 15px; padding: 18px 22px; margin: 18px 0 28px; border: 1px solid #f0d4a2; border-radius: 16px; }
.notice-card > span { font-size: 1.4rem; line-height: 1; }
.notice-card strong { display: block; }
.notice-card p { margin: 2px 0 0; font-size: .85rem; }
.section-head { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 18px; }
.section-head h2 { margin: 2px 0 0; }
.section-head > span { color: var(--muted); font-size: .85rem; }
.item-list { margin-top: 10px; }
.item-row { display: flex; justify-content: space-between; align-items: center; gap: 16px; min-height: 58px; padding: 13px 4px; border-top: 1px solid #e7eee8; color: #254c3e; }
.item-row small { color: #809087; font-size: .78rem; }
a.item-row { transition: padding .18s, background .18s; }
a.item-row:hover { padding-inline: 12px; border-radius: 11px; background: #f4faf5; }
.item-primary { display: inline-flex; align-items: center; gap: 12px; min-width: 0; }
.item-icon { display: grid; place-items: center; width: 36px; height: 36px; flex: 0 0 auto; border-radius: 11px; background: #e6f3e9; color: #16805e; }
.row-arrow { color: #98ad9f; font-size: 1.2rem; }
.status-badge { display: inline-flex; align-items: center; padding: 3px 11px; border: 1px solid #d8e2da; border-radius: 999px; background: #f5f7f4; color: #65766a; font-size: .76rem; font-weight: 850; white-space: nowrap; }
.status-badge.success { border-color: #bee7ce; background: #ebf8ef; color: #16744f; }
.status-badge.warning { border-color: #efd9a5; background: #fff7e7; color: #93601f; }
.stat-grid, .feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.stat-grid { margin-bottom: 22px; }
.stat-card { display: flex; flex-direction: column; min-width: 0; padding: 23px; }
.stat-card strong { color: #166f55; font-size: 1.9rem; font-weight: 900; line-height: 1.3; overflow-wrap: anywhere; }
.stat-card > span:last-child { color: #718178; font-size: .86rem; }
.stat-card h2 { margin: 0 0 5px; font-size: 1.2rem; }
.stat-card p { margin: 6px 0; color: #6c7c71; font-size: .88rem; }
a.stat-card:hover { border-color: #b1d8bd; transform: translateY(-2px); transition: transform .18s, border-color .18s; }
.stat-icon { display: grid; place-items: center; align-self: flex-start; width: 40px; height: 40px; margin-bottom: 16px; border-radius: 12px; background: #e8f5eb; color: #16815d; font-size: 1.1rem; }
.split-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; gap: 20px; }
.split-grid > .panel { margin-bottom: 0; }
.narrow { max-width: 590px; }
.message-panel { max-width: 760px; margin-inline: auto; }
.next-panel { margin-top: 20px; }
.admin-links { display: flex; flex-wrap: wrap; gap: 10px; }

/* Forms */
.form-stack { display: flex; flex-direction: column; gap: 6px; }
.form-stack h2 { margin: 0 0 8px; }
.form-stack label, .panel > form:not(.form-stack) > label, .report-filters label, .admin-plan-form label { color: #2f4e3f; font-size: .86rem; font-weight: 800; }
.form-stack label { margin-top: 10px; }
.form-stack input, .panel > form:not(.form-stack) input:not([type=hidden]), .panel > form:not(.form-stack) select, .panel > form:not(.form-stack) textarea, .report-filters input, .report-filters select, .admin-plan-form input, .prize-search input {
  width: 100%; min-height: 48px; padding: 10px 13px; border: 1px solid #cbdcd0; border-radius: 11px; background: #fbfdfa; color: #1d4336; font: inherit; transition: border-color .18s, box-shadow .18s, background .18s;
}
.form-stack input:focus, .panel > form:not(.form-stack) input:focus, .panel > form:not(.form-stack) select:focus, .panel > form:not(.form-stack) textarea:focus, .report-filters input:focus, .report-filters select:focus, .admin-plan-form input:focus, .prize-search input:focus { outline: none; border-color: #4daa83; background: #fff; box-shadow: 0 0 0 4px #42a9801c; }
.form-stack button { margin-top: 17px; }
.form-stack .validation { min-height: 0; font-size: .75rem; }
.password-field { position: relative; width: 100%; }
.password-field input { padding-right: 58px; }
.password-field button { position: absolute; top: 50%; right: 6px; transform: translateY(-50%); }
.validation ul { padding-right: 20px; }
.field-hint, .form-note { margin: 0; font-size: .8rem; }
.form-note { margin-top: 12px; }
.form-note a { color: var(--green); font-weight: 850; }
.panel > form:not(.form-stack) { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; margin-top: 15px; }
.panel > form:not(.form-stack) > label { display: grid; gap: 5px; width: min(100%, 700px); }
.panel > form:not(.form-stack) textarea { min-height: 105px; resize: vertical; }
.panel > form:not(.form-stack) input[type=color] { width: 80px; height: 50px; padding: 5px; }
.panel > form.action-row { flex-direction: row; flex-wrap: wrap; }
.panel form .button { margin: 3px 0; }
.panel form button:not(.button) { min-height: 43px; padding: 8px 16px; border: 1px solid #c6ddce; border-radius: 10px; background: #fff; color: var(--green); font-weight: 800; }
.panel form button:not(.button):hover { background: #ecf6ee; }
.admin-plan-form { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; }
.panel > form.admin-plan-form { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); align-items: end; gap: 14px; }
.admin-plan-form label { display: grid; gap: 4px; }
.admin-plan-form .check-label { display: flex; align-items: center; gap: 8px; }
.admin-plan-form .check-label input { width: auto; min-height: auto; }
.prize-search { display: flex !important; flex-direction: row !important; align-items: end !important; flex-wrap: wrap; gap: 12px !important; }
.prize-search input { width: min(100%, 280px) !important; font-weight: 800; }
.report-filters { display: flex !important; flex-direction: row !important; align-items: end !important; flex-wrap: wrap; gap: 12px !important; margin-top: 0 !important; }
.report-filters label { display: grid; gap: 4px; min-width: 155px; width: auto !important; }
.report-filters input, .report-filters select { min-width: 155px; }

/* Marketing */
.hero { position: relative; isolation: isolate; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 24px; min-height: 570px; overflow: hidden; margin: 8px 0 80px; padding: clamp(30px, 4.5vw, 68px); border: 1px solid #225e4d; border-radius: 34px; background: radial-gradient(circle at 15% 20%, #287e67 0, transparent 27%), linear-gradient(135deg, #173f38, #102d2a 67%, #0d2724); box-shadow: 0 28px 65px #0c403633; }
.hero::before { content: ''; position: absolute; z-index: -1; width: 560px; height: 560px; left: -150px; top: -210px; border: 1px solid #ffffff1c; border-radius: 50%; box-shadow: 0 0 0 90px #ffffff08, 0 0 0 180px #ffffff05; }
.hero-copy { position: relative; z-index: 2; }
.hero-tag { display: inline-flex; align-items: center; gap: 7px; padding: 6px 12px; border: 1px solid #b9e0ce40; border-radius: 999px; background: #ffffff12; color: #d2ecd8; font-size: .78rem; font-weight: 800; }
.hero-tag span { color: #f0bf70; }
.hero h1 { max-width: 670px; margin: 22px 0 17px; color: #fff; font-size: clamp(2.7rem, 5vw, 4.9rem); font-weight: 950; line-height: 1.35; letter-spacing: -.03em; }
.hero h1 em { color: #f1be6e; font-style: normal; }
.hero-copy > p { max-width: 550px; margin: 0; color: #d8e9df; font-size: 1.04rem; line-height: 2; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 30px; }
.hero-actions .button { min-height: 52px; padding-inline: 22px; }
.hero-actions .button.primary { background: #f1bd69; box-shadow: 0 12px 24px #00000020; color: #203e31; }
.hero-actions .button.primary:hover { background: #ffd08a; }
.hero-highlights { display: flex; flex-wrap: wrap; gap: 12px 18px; margin-top: 32px; color: #bfd6c9; font-size: .74rem; }
.hero-highlights span { display: inline-flex; align-items: center; gap: 6px; }
.hero-highlights i { display: grid; place-items: center; width: 19px; height: 19px; border-radius: 50%; background: #ffffff1c; color: #e9bb67; font-style: normal; font-size: .73rem; }
.hero-visual { position: relative; display: grid; place-items: center; min-height: 430px; }
.hero-orbit { position: absolute; width: min(100%, 485px); aspect-ratio: 1; border: 1px dashed #d5e9d938; border-radius: 50%; box-shadow: 0 0 0 31px #ffffff05, 0 0 0 75px #ffffff05; }
.hero-wheel { position: relative; display: grid; place-items: center; width: min(85%, 370px); aspect-ratio: 1; border: 13px solid #fff; border-radius: 50%; background: conic-gradient(#f1bd6e 0 60deg, #2b9478 60deg 120deg, #de8f71 120deg 180deg, #f3d793 180deg 240deg, #40826f 240deg 300deg, #88b798 300deg 360deg); box-shadow: 0 28px 55px #061e1e70, 0 0 0 4px #d6e9d64d; transform: rotate(-15deg); }
.hero-wheel::before { content: ''; position: absolute; top: -38px; left: calc(50% - 14px); width: 0; height: 0; border-left: 14px solid transparent; border-right: 14px solid transparent; border-top: 29px solid #f0bd69; transform: rotate(15deg); }
.hero-wheel-center { display: grid; place-items: center; width: 100px; height: 100px; border: 7px solid #e9f2e9; border-radius: 50%; background: #fff; color: #185841; font-size: 1.09rem; font-weight: 900; line-height: 1.3; text-align: center; transform: rotate(15deg); box-shadow: 0 8px 18px #183c3040; }
.hero-wheel-center span { display: block; color: #d39a45; }
.hero-floating-card { position: absolute; z-index: 2; display: flex; align-items: center; gap: 10px; padding: 10px 13px; border: 1px solid #ffffffaa; border-radius: 14px; background: #ffffffef; color: #214a3a; box-shadow: 0 15px 30px #07251f45; line-height: 1.4; }
.hero-floating-card > span { display: grid; place-items: center; width: 33px; height: 33px; border-radius: 10px; background: #e6f4e9; color: #13805f; font-size: 1.1rem; }
.hero-floating-card div { display: grid; }
.hero-floating-card strong { font-size: .72rem; }
.hero-floating-card small { color: #72877b; font-size: .62rem; }
.hero-floating-top { top: 10px; right: 3px; }
.hero-floating-bottom { bottom: 9px; left: 0; }
.hero-spark { position: absolute; color: #f3c373; font-size: 2rem; }
.hero-spark-one { top: 38px; left: 45px; }.hero-spark-two { bottom: 45px; right: 24px; }
.section-intro { max-width: 650px; margin: 0 auto 30px; text-align: center; }
.section-intro h2, .steps-heading h2 { margin: 9px 0 5px; color: #173d31; font-size: clamp(1.6rem, 2.7vw, 2.45rem); line-height: 1.45; }
.section-intro p, .steps-heading p { margin: 0; color: #6e8174; }
.feature-grid { margin-bottom: 90px; }
.feature { min-height: 260px; padding: 28px; transition: transform .18s, box-shadow .18s; }
.feature:hover { transform: translateY(-5px); box-shadow: 0 25px 55px #164b2d17; }
.feature-icon { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 22px; border-radius: 15px; background: #e8f5eb; color: #17805e; font-size: 1.5rem; }
.feature-number { color: #9b7650; font-size: .73rem; font-weight: 850; }
.feature h3 { margin: 5px 0 7px; color: #1a4335; font-size: 1.18rem; }
.feature p { margin: 0; color: #738377; font-size: .86rem; }
.steps-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: 35px; align-items: center; margin-bottom: 85px; }
.steps-heading { max-width: 380px; }
.steps-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.step-card { min-height: 215px; padding: 20px; border: 1px solid #dce8db; border-radius: 18px; background: #fff; }
.step-card > span { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 12px; background: #1a7258; color: #fff; font-weight: 850; }
.step-card h3 { margin: 16px 0 5px; font-size: .98rem; }
.step-card p { margin: 0; color: #748478; font-size: .78rem; }
.cta-band { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 15px; padding: 36px clamp(25px, 4vw, 52px); border-radius: 26px; background: linear-gradient(120deg, #174e3f, #1a8260); color: #fff; }
.cta-band span { color: #d5eee0; font-size: .8rem; font-weight: 800; }
.cta-band h2 { margin: 4px 0 0; font-size: clamp(1.25rem, 2vw, 1.85rem); }

/* Pricing and onboarding */
.pricing-heading { justify-content: center; padding-top: 18px; text-align: center; }
.pricing-heading > div { max-width: 720px; }
.plan-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; align-items: stretch; }
.plan-card { display: flex; flex-direction: column; min-width: 0; padding: 28px; transition: transform .18s, box-shadow .18s; }
.plan-card:hover { transform: translateY(-5px); box-shadow: 0 26px 60px #164b2d17; }
.plan-symbol { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 13px; background: #e6f4e8; color: #1a8965; font-size: 1.3rem; }
.plan-top h2 { margin: 14px 0 0; color: #173d32; font-size: 1.3rem; }
.plan-top p { min-height: 44px; margin: 3px 0 0; color: #849386; font-size: .78rem; }
.plan-price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px; padding: 22px 0 7px; border-top: 1px solid #e8eee7; }
.plan-price strong { color: #126d52; font-size: clamp(1.6rem, 2.25vw, 2.1rem); line-height: 1.3; }
.plan-price span, .plan-yearly { color: #798a7d; font-size: .8rem; }
.plan-yearly { margin: 0 0 15px; }
.plan-yearly strong { color: #38594a; }
.plan-perks { display: grid; gap: 9px; margin: 0 0 25px; padding: 20px 0 0; border-top: 1px solid #e8eee7; list-style: none; font-size: .86rem; }
.plan-perks li { display: flex; align-items: center; gap: 8px; }
.plan-perks li span { display: grid; place-items: center; width: 21px; height: 21px; flex: 0 0 auto; border-radius: 50%; background: #e7f5ea; color: #147b5a; font-size: .7rem; }
.plan-action, .plan-unavailable { width: 100%; margin-top: auto; }
.plan-unavailable { display: block; padding: 10px 14px; border: 1px solid #e5eae3; border-radius: 10px; background: #f7f8f5; color: #8a978c; font-size: .82rem; font-weight: 750; text-align: center; }
.auth-shell { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; gap: 30px; max-width: 1040px; margin: 20px auto; }
.auth-intro { position: relative; display: flex; flex-direction: column; justify-content: center; min-height: 485px; overflow: hidden; padding: clamp(30px, 4vw, 52px); border-radius: 25px; background: radial-gradient(circle at 15% 18%, #2d8e6e, transparent 42%), linear-gradient(145deg, #194f40, #112f2c); color: #fff; }
.auth-intro::after { content: '✦'; position: absolute; left: -35px; bottom: -110px; color: #ffffff0d; font-size: 21rem; line-height: 1; }
.auth-intro .eyebrow { color: #f2c778; }.auth-intro .eyebrow::before { background: #f2c778; }
.auth-intro h1 { max-width: 500px; margin: 14px 0 12px; color: #fff; font-size: clamp(2rem, 3.3vw, 3.05rem); line-height: 1.4; }
.auth-intro p { max-width: 460px; margin: 0; color: #d7e9dc; font-size: .97rem; }
.auth-shell > .panel { align-self: center; margin: 0; padding: clamp(24px, 3vw, 38px); }

/* Workspace */
.journey-panel { overflow: hidden; border-color: #cfe8d8; background: radial-gradient(circle at 100% 0, #ecf8ed, transparent 39%), #fff; }
.journey-compact { background: radial-gradient(circle at 100% 0, #edf7f1, transparent 42%), #fff; }
.journey-head { display: flex; align-items: start; justify-content: space-between; gap: 18px; }
.journey-head h2 { margin: 4px 0 2px; font-size: clamp(1.17rem, 2vw, 1.5rem); }
.journey-head p { margin: 0; color: #657c70; font-size: .86rem; }
.journey-counter { flex: 0 0 auto; padding: 5px 12px; border: 1px solid #cce5d4; border-radius: 999px; background: #f1faf3; color: #176d52; font-size: .78rem; font-weight: 850; }
.journey-progress { height: 8px; overflow: hidden; margin: 20px 0 22px; border-radius: 999px; background: #e6efe8; }
.journey-progress > span { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #21a176, #94c978); transition: width .35s ease; }
.journey-timeline { display: grid; grid-template-columns: repeat(var(--journey-count), minmax(0, 1fr)); gap: 12px; margin: 0; padding: 0; list-style: none; }
.journey-step { position: relative; min-width: 0; }
.journey-step::after { position: absolute; z-index: 0; top: 29px; left: calc(-50% + 25px); width: calc(100% - 50px); height: 2px; background: #dce9df; content: ''; }
.journey-step.done::after { background: #75c3a3; }
.journey-step:last-child::after { display: none; }
.journey-step a { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; min-height: 193px; padding: 9px 12px 15px; border: 1px solid transparent; border-radius: 17px; text-align: center; transition: transform .18s, border-color .18s, box-shadow .18s; }
.journey-step a:hover { transform: translateY(-3px); border-color: #c7dfd0; background: #fff; box-shadow: 0 12px 25px #153b2d0d; }
.journey-step.current a { border-color: #9ed5b7; background: #f9fefa; box-shadow: 0 12px 30px #155b3d13; }
.journey-marker { position: relative; z-index: 2; display: grid; place-items: center; width: 42px; height: 42px; flex: 0 0 auto; border: 2px solid #d6e5da; border-radius: 50%; background: #fff; color: #85988b; font-size: 1.02rem; font-weight: 900; line-height: 1; }
.journey-step.done .journey-marker { border-color: #188969; background: #188969; color: #fff; }
.journey-step.current .journey-marker { border-color: #14846a; background: #e8f8ed; color: #126c51; box-shadow: 0 0 0 6px #d6f0df; }
.journey-copy { display: flex; flex-direction: column; align-items: center; min-width: 0; width: 100%; }
.journey-status { margin-top: 10px; color: #829589; font-size: .68rem; font-weight: 800; }
.journey-step.done .journey-status { color: #168060; }.journey-step.current .journey-status { color: #116e52; }
.journey-copy strong { margin: 0 0 3px; color: #1d4438; font-size: .92rem; }
.journey-copy small { color: #788a7e; font-size: .71rem; line-height: 1.6; }
.journey-action { margin-top: auto; padding-top: 10px; color: #147759; font-size: .73rem; font-weight: 850; }
.journey-next { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-top: 18px; padding: 12px 16px; border: 1px solid #d7eadc; border-radius: 12px; background: #f5fbf5; font-size: .83rem; }
.journey-ended { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 8px; }
#campaign-schedule, #campaign-rewards, #campaign-publish, #campaign-share, #device-branch, #device-create, #device-list, #billing-plans { scroll-margin-top: 155px; }
.dashboard-heading { padding: 28px 32px; border: 1px solid #d7eadc; border-radius: 23px; background: radial-gradient(circle at 5% 0, #ccead9, transparent 37%), linear-gradient(110deg, #f8fcf7, #eaf5ec); }
.dashboard-stats .stat-card { min-height: 160px; }
.dashboard-stats .stat-card strong { margin-bottom: 5px; }
.stat-card-link { background: linear-gradient(135deg, #155641, #237c5b); border-color: #155641; }
.stat-card-link .stat-icon { background: #ffffff28; color: #fff; }
.stat-card-link strong, .stat-card-link > span:last-child { color: #fff; }
.empty-state { display: grid; justify-items: center; padding: 45px 20px; text-align: center; }
.empty-state > span { display: grid; place-items: center; width: 66px; height: 66px; border-radius: 22px; background: #e7f4e9; color: #218261; font-size: 2rem; }
.empty-state h3 { margin: 14px 0 1px; }
.empty-state p { margin: 0 0 16px; }
.quick-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.quick-link { display: flex; align-items: center; gap: 15px; padding: 19px 22px; border: 1px solid #dfeae1; border-radius: 18px; background: #fff; transition: transform .18s, border-color .18s; }
.quick-link:hover { transform: translateY(-2px); border-color: #a8d5b7; }
.quick-link > span { display: grid; place-items: center; width: 43px; height: 43px; flex: 0 0 auto; border-radius: 12px; background: #eaf5eb; color: #158363; font-size: 1.2rem; }
.quick-link div { display: grid; min-width: 0; line-height: 1.5; }.quick-link small { color: #849386; }
.quick-link b { margin-inline-start: auto; color: #7ea58b; }

/* Campaign editor */
.campaign-editor-grid { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(280px, .85fr); align-items: start; gap: 20px; }
.campaign-editor-main, .campaign-editor-side { min-width: 0; }
.campaign-editor-side { position: sticky; top: 165px; }
.panel > form.editor-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: end; gap: 15px; margin-top: 16px; }
.panel > form.editor-form > label { display: grid; gap: 5px; width: 100%; min-width: 0; }
.editor-form label small { color: #8a998d; font-size: .68rem; font-weight: 600; }
.editor-form .field-wide { grid-column: 1 / -1; }
.editor-form button.field-wide { justify-self: start; }
.theme-create-panel { max-width: 900px; }
.panel .theme-picker { min-width: 0; width: 100%; margin: 12px 0 4px; padding: 0; border: 0; }
.theme-picker legend { padding: 0; color: #244537; font-size: 1rem; font-weight: 900; }
.theme-picker > p { margin: 2px 0 14px; color: #708278; font-size: .78rem; line-height: 1.8; }
.theme-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.panel .theme-option { position: relative; display: block; min-width: 0; margin: 0; cursor: pointer; }
.panel form label.theme-option > input[type=radio],
form.panel label.theme-option > input[type=radio] { position: absolute; width: 1px; height: 1px; min-height: 0; margin: 0; padding: 0; overflow: hidden; border: 0; opacity: 0; }
.theme-option-card { display: flex; align-items: center; gap: 14px; min-height: 105px; padding: 13px; border: 2px solid #e2eae4; border-radius: 18px; background: #fff; box-shadow: 0 8px 24px #143f2c0a; transition: border-color .18s, background .18s, box-shadow .18s, transform .18s; }
.theme-option:hover .theme-option-card { transform: translateY(-2px); border-color: var(--swatch-accent); box-shadow: 0 13px 29px #143f2c13; }
.theme-option input:checked + .theme-option-card { border-color: var(--swatch-accent); background: var(--swatch-soft); box-shadow: 0 0 0 3px var(--swatch-outline), 0 13px 29px #143f2c12; }
.theme-option input:focus-visible + .theme-option-card { outline: 3px solid #176f5a; outline-offset: 3px; }
.theme-mini-wheel { position: relative; display: grid; place-items: center; width: 68px; height: 68px; flex: 0 0 auto; border: 5px solid var(--swatch-ring); border-radius: 50%; background: var(--swatch-wheel); box-shadow: 0 4px 13px #122d3552, inset 0 0 0 2px #ffffffa8; }
.theme-mini-wheel > span { width: 22px; height: 22px; border: 3px solid #fff8e5; border-radius: 50%; background: var(--swatch-center); box-shadow: 0 2px 5px #122d3566; }
.theme-option-copy { display: grid; gap: 3px; min-width: 0; line-height: 1.45; }
.theme-option-copy strong { color: #204539; font-size: .91rem; }
.theme-option-copy small { color: #6c8075; font-size: .72rem; font-weight: 600; }
.theme-option-check { display: grid; place-items: center; width: 24px; height: 24px; flex: 0 0 auto; margin-inline-start: auto; border: 1px solid #d5e4d9; border-radius: 50%; color: transparent; font-size: .8rem; }
.theme-option input:checked + .theme-option-card .theme-option-check { border-color: var(--swatch-accent); background: var(--swatch-accent); color: #fff; }
[data-wheel-theme="festival"] { --swatch-wheel: conic-gradient(#0a8c7d 0 120deg, #f6c055 120deg 240deg, #d65d8d 240deg); --swatch-ring: #f2d48b; --swatch-center: #e85c68; --swatch-accent: #178978; --swatch-soft: #f1fbf6; --swatch-outline: #dcefe4; }
[data-wheel-theme="ocean"] { --swatch-wheel: conic-gradient(#247fb1 0 120deg, #66ccd7 120deg 240deg, #405ba6 240deg); --swatch-ring: #b5dce7; --swatch-center: #2d91bb; --swatch-accent: #2788ad; --swatch-soft: #f1faff; --swatch-outline: #dbf0f7; }
[data-wheel-theme="sunset"] { --swatch-wheel: conic-gradient(#e87563 0 120deg, #f4bc58 120deg 240deg, #9b4c8e 240deg); --swatch-ring: #e8b588; --swatch-center: #9a4b8b; --swatch-accent: #c46b61; --swatch-soft: #fff6f0; --swatch-outline: #f9e4d7; }
[data-wheel-theme="royal"] { --swatch-wheel: conic-gradient(#544297 0 120deg, #edc965 120deg 240deg, #8357b0 240deg); --swatch-ring: #e4c679; --swatch-center: #e5bc63; --swatch-accent: #7654a2; --swatch-soft: #f8f4fe; --swatch-outline: #ece3f6; }
.theme-preview-summary { display: flex; align-items: center; gap: 15px; margin-bottom: 25px; padding: 15px 18px; border: 1px solid var(--swatch-outline); border-radius: 18px; background: var(--swatch-soft); }
.theme-preview-summary > span:last-child { display: grid; gap: 4px; }
.theme-preview-summary strong { color: #264839; }
.theme-preview-summary small { color: #6d8175; }
.subsection-head { margin: 30px 0 8px; padding-top: 23px; border-top: 1px solid #e5eee7; }
.subsection-head h3 { margin: 0; font-size: 1.1rem; }
.subsection-head p { margin: 2px 0 0; font-size: .8rem; }
.reward-list { overflow: hidden; border: 1px solid #e1ebe3; border-radius: 15px; }
.reward-row { display: flex; align-items: center; gap: 12px; padding: 12px; border-bottom: 1px solid #e9efe9; }
.reward-row:last-child { border-bottom: 0; }
.reward-symbol { display: grid; place-items: center; width: 37px; height: 37px; flex: 0 0 auto; border-radius: 11px; background: #e8f4eb; color: #13805c; }
.reward-copy { display: grid; min-width: 0; line-height: 1.45; }
.reward-copy strong { font-size: .88rem; overflow-wrap: anywhere; }.reward-copy small { color: #7f8e83; font-size: .72rem; }
.reward-row form { margin-inline-start: auto; }
.reward-row:has(details) { flex-wrap: wrap; }
.reward-row > details { order: 3; flex: 0 0 100%; }
.reward-row > details > summary { display: inline-flex; cursor: pointer; color: #176a58; font-weight: 800; padding: 5px 10px; }
.reward-row > details > form { margin-top: 10px; padding: 16px; border-radius: 14px; background: #f7fbf8; }
.reward-row > form { order: 2; }
.reward-row .button { min-height: 36px; padding: 6px 12px; font-size: .74rem; }
.inline-empty { padding: 23px; border: 1px dashed #bdd8c5; border-radius: 14px; background: #f7fbf7; color: #688072; font-size: .86rem; text-align: center; }
.publish-panel p, .share-panel p { margin: 4px 0 16px; font-size: .85rem; }
.full-width { width: 100%; }
.panel > form.publish-actions { align-items: stretch; gap: 10px; margin-top: 10px; }
.publish-actions > div { display: flex; gap: 8px; }
.publish-actions > div .button { flex: 1 1 0; min-width: 0; padding-inline: 8px; font-size: .76rem; }
.share-url { display: flex; gap: 6px; margin: 14px 0 10px; }
.share-url input { min-width: 0; flex: 1; min-height: 43px; padding: 7px 10px; border: 1px solid #d2e2d5; border-radius: 9px; background: #f6faf6; color: #365845; font: 700 .76rem Tahoma, sans-serif; text-align: left; }
.share-url .button { padding-inline: 12px; }
.qr-frame { display: grid; justify-items: center; gap: 4px; margin-top: 18px; padding: 15px; border: 1px solid #e1eae1; border-radius: 14px; background: #fff; }
.qr-frame img { max-width: 100%; height: auto; }.qr-frame small { color: #809085; font-size: .72rem; }
.preview-shell { overflow: hidden; max-width: 960px; margin: 0 auto; border: 1px solid #dce9df; border-radius: 26px; background: #fff; box-shadow: var(--shadow); }
.preview-head { padding: clamp(27px, 4vw, 49px); background: radial-gradient(circle at 14% 12%, #378266, transparent 35%), linear-gradient(120deg, #174837, #102e2a); color: #fff; }
.preview-label { display: inline-block; padding: 5px 12px; border: 1px solid #ffffff42; border-radius: 999px; background: #ffffff14; color: #e0f0e4; font-size: .76rem; font-weight: 850; }
.preview-head h2 { margin: 14px 0 3px; font-size: clamp(1.65rem, 3vw, 2.5rem); }
.preview-head p { margin: 0; color: #d6e8db; }.preview-dates { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 21px; }
.preview-dates span { padding: 6px 11px; border: 1px solid #ffffff3d; border-radius: 9px; background: #ffffff12; color: #e6efe6; font-size: .76rem; }
.preview-body { padding: clamp(22px, 3.4vw, 38px); }.preview-body h3 { margin: 0; font-size: 1.25rem; }
.preview-rewards { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 11px; }
.preview-rewards > div { display: grid; align-content: start; padding: 18px; border: 1px solid #dfeae1; border-radius: 15px; background: #f9fcf8; }
.preview-rewards > div > span { display: grid; place-items: center; width: 33px; height: 33px; margin-bottom: 11px; border-radius: 10px; background: #e3f3e7; color: #15805d; }
.preview-rewards strong { color: #214a39; }.preview-rewards small { color: #798b7c; }

/* Billing */
.billing-overview { display: grid; grid-template-columns: 1.25fr .75fr; align-items: stretch; gap: 18px; margin-bottom: 35px; }
.billing-overview .panel { margin: 0; }
.subscription-panel .section-head { margin: 8px 0 0; }
.subscription-panel .section-head h2 { margin: 0; font-size: 1.75rem; }
.subscription-panel > p { margin: 0 0 19px; font-size: .84rem; }
.subscription-panel > p strong { color: #285543; }
.usage-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
.usage-grid > div { display: grid; align-content: center; min-height: 90px; padding: 12px; border: 1px solid #e2ece3; border-radius: 13px; background: #f8fbf7; }
.usage-grid strong { color: #146d53; font-size: 1.3rem; line-height: 1.3; }.usage-grid strong small { color: #809182; font-size: .7rem; }
.usage-grid span { color: #738476; font-size: .7rem; }
.wallet-panel { background: linear-gradient(155deg, #f9fffa, #eff8f1); }
.wallet-panel h2 { margin: 5px 0 10px; }.wallet-balance { color: #156f54; font-size: 2rem; line-height: 1.2; }.wallet-balance small { font-size: .9rem; }
.wallet-panel p { margin: 5px 0; font-size: .82rem; }.wallet-panel .wallet-note { color: #849287; font-size: .74rem; }
.panel > form.credit-form { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 8px; margin-top: 16px; }
.credit-form label { grid-column: 1 / -1; font-weight: 800; font-size: .78rem; }
.credit-form input { min-width: 0; }.credit-form .button { margin: 0 !important; }
.plans-section-head { margin-bottom: 16px; }.plans-section-head h2 { margin: 0; font-size: 1.55rem; }
.billing-plans { margin-bottom: 32px; }
.plan-buy { display: grid; gap: 8px; margin-top: auto; }
.plan-buy .button { width: 100%; }
.orders-panel { margin-top: 12px; }

/* Devices */
.pairing-notice { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 22px; padding: 24px 28px; border: 1px solid #2b8263; border-radius: 20px; background: linear-gradient(120deg, #174f3e, #1d7a58); color: #fff; }
.pairing-notice .eyebrow { color: #d1efdb; }.pairing-notice .eyebrow::before { background: #efbe75; }
.pairing-notice .pair-code { display: block; margin: 5px 0; color: #fff; }
.pairing-notice p { max-width: 620px; margin: 0; color: #d2e8d9; font-size: .84rem; }
.device-setup { margin-bottom: 22px; }
.device-setup .panel > p { margin: 0; font-size: .82rem; }
.devices-panel { margin-top: 8px; }
.device-row { flex-wrap: wrap; }.device-copy { display: grid; min-width: 0; flex: 1; line-height: 1.5; }
.device-copy small { overflow-wrap: anywhere; }.device-actions { margin-inline-start: auto; }
.device-actions .button { min-height: 38px; padding: 7px 11px; font-size: .75rem; }

/* Payment flow */
.transaction-card { max-width: 760px; margin-inline: auto; padding: clamp(24px, 3vw, 38px); }
.transaction-head { display: flex; align-items: center; gap: 13px; }
.transaction-head > div { min-width: 0; }.transaction-head h2 { margin: 2px 0 0; font-size: 1.27rem; }
.transaction-head > .status-badge { margin-inline-start: auto; }
.transaction-icon { display: grid; place-items: center; width: 48px; height: 48px; flex: 0 0 auto; border-radius: 14px; background: #e6f5e9; color: #16825e; font-size: 1.35rem; }
.receipt-amount { margin: 26px 0; padding: 22px; border: 1px solid #d7e8db; border-radius: 15px; background: #f1f9f2; color: #166e52; font-size: clamp(1.7rem, 3vw, 2.4rem); font-weight: 900; text-align: center; }
.receipt-amount small { font-size: .84rem; }
.receipt-details { display: grid; gap: 0; margin: 0; }
.receipt-details > div { display: flex; justify-content: space-between; gap: 15px; padding: 11px 0; border-bottom: 1px solid #e6eee7; }
.receipt-details dt { color: #738477; }.receipt-details dd { margin: 0; color: #254d3d; font-weight: 800; overflow-wrap: anywhere; text-align: left; }
.panel > form.transaction-actions, .transaction-actions { display: flex; flex-direction: row; flex-wrap: wrap; gap: 9px; margin-top: 22px; }
.transaction-actions form { margin: 0; }

/* Reports, lists, data tables */
.report-stats { grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 20px; }
.report-table-wrap { width: 100%; overflow-x: auto; border: 1px solid #e3ece4; border-radius: 14px; }
.report-table { width: 100%; min-width: 520px; border-collapse: collapse; text-align: right; }
.report-table th, .report-table td { padding: 13px 16px; border-bottom: 1px solid #e7eee8; vertical-align: top; font-size: .82rem; }
.report-table th { background: #f4f8f3; color: #5c7564; font-size: .75rem; font-weight: 900; white-space: nowrap; }
.report-table tr:last-child td { border-bottom: 0; }
.report-table tbody tr:hover { background: #f8fbf7; }
.report-table td strong { color: #214a38; }
.report-table td small { color: #87958b; }
.report-table td .button { min-height: 38px; padding: 7px 12px; }
.pair-code { font: 900 2rem Consolas, monospace; color: #176d54; letter-spacing: .12em; }
.device-actions { display: flex; flex-wrap: wrap; gap: 7px; }

/* System administration settings */
.settings-heading { align-items: center; }
.settings-updated { color: #718579; font-size: .8rem; white-space: nowrap; }
.settings-status-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-bottom: 22px; }
.settings-status { display: flex; align-items: center; gap: 14px; min-width: 0; padding: 18px 20px; border: 1px solid #dce9e0; border-radius: 18px; background: #fff; box-shadow: var(--shadow); }
.settings-status > div { display: grid; min-width: 0; line-height: 1.5; }
.settings-status strong { color: #1a4436; font-size: .98rem; }
.settings-status small { color: #788a7d; font-size: .75rem; }
.settings-status .status-badge { margin-inline-start: auto; }
.settings-icon { display: grid; place-items: center; flex: 0 0 auto; width: 42px; height: 42px; border-radius: 13px; background: #e9f5eb; color: #167657; font-size: 1.4rem; font-weight: 800; line-height: 1; }
.settings-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; align-items: start; }
.settings-card { min-width: 0; margin: 0; }
.settings-card-wide, .settings-save { grid-column: 1 / -1; }
.settings-card-heading { display: flex; align-items: start; gap: 14px; padding-bottom: 20px; border-bottom: 1px solid #e6eee8; }
.settings-card-heading h2 { margin: 2px 0 4px; font-size: 1.3rem; }
.settings-card-heading p { margin: 0; font-size: .82rem; line-height: 1.7; }
.settings-fields { display: grid; gap: 18px; padding-top: 22px; }
.settings-fields-two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.settings-field { display: grid; gap: 6px; color: #244c3b; font-size: .86rem; font-weight: 850; }
.settings-field input { width: 100%; min-width: 0; min-height: 48px; padding: 9px 13px; border: 1px solid #cbded0; border-radius: 11px; background: #fbfdfb; color: #173b31; font-weight: 600; }
.settings-field input:focus { border-color: #41a88d; background: #fff; }
.settings-field small, .settings-switch small { color: #73867a; font-size: .73rem; font-weight: 500; line-height: 1.55; }
.settings-switch { display: flex; align-items: start; gap: 10px; padding: 13px 14px; border: 1px solid #e1eae2; border-radius: 12px; background: #f8fbf8; cursor: pointer; }
.settings-switch input { width: 19px; height: 19px; margin: 3px 0 0; accent-color: #16805f; flex: 0 0 auto; }
.settings-switch span { display: grid; gap: 1px; }
.settings-switch strong { color: #254e3c; font-size: .84rem; }
.settings-switch.settings-danger { background: #fff8f5; border-color: #f3d5cb; }
.settings-switch.settings-danger strong { color: #934a35; }
.settings-save { display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 20px 24px; border: 1px solid #cfe2d2; border-radius: 18px; background: #edf7ed; }
.settings-save p { max-width: 760px; margin: 0; color: #567260; font-size: .82rem; }
.settings-save .button { flex: 0 0 auto; }
.settings-password { margin-top: 20px; }
.settings-password-form { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; align-items: end; padding-top: 22px; }
.settings-password-form .button { min-height: 48px; justify-self: start; }

/* A quiet, consistent finish across public pages and workspaces */
.site-header { border-color: #dbe9e2b3; }
.workspace-nav-wrap { background: #ffffffd9; }
.brand-mark { border: 1px solid #ffffff66; box-shadow: 0 7px 20px #105d4933, inset 0 1px #ffffff66; }
.site-nav a, .workspace-nav a { position: relative; transition: background .22s ease, color .22s ease, transform .22s ease; }
.site-nav a:hover, .workspace-nav a:hover { transform: translateY(-1px); }
.site-nav a.active, .workspace-nav a.active { background: #e8f5ec; color: #0d654d; }
.site-nav a.active::after, .workspace-nav a.active::after { content: ''; position: absolute; right: 15px; left: 15px; bottom: 3px; height: 2px; border-radius: 2px; background: #64b394; }
.account-chip { box-shadow: inset 0 1px #fff; }
.site-footer { background: #fcfdfaf0; }
.footer-inner strong { letter-spacing: -.015em; }

.page-heading h1, .section-intro h2, .steps-heading h2 { letter-spacing: -.025em; }
.eyebrow::before { width: 15px; height: 3px; background: linear-gradient(90deg, #e8b56b, #f4d89e); }
.panel, .stat-card:not(.stat-card-link), .feature, .plan-card, .quick-link, .settings-status {
  border-color: #deebe3;
  background: linear-gradient(155deg, #fff 63%, #fbfefb);
  box-shadow: var(--shadow);
}
.panel, .stat-card, .feature, .plan-card, .quick-link, .settings-status { position: relative; }
.panel::before, .stat-card::before, .feature::before, .plan-card::before, .quick-link::before, .settings-status::before {
  content: '';
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  border-radius: inherit;
  background: linear-gradient(90deg, transparent, #ffffff, transparent);
  pointer-events: none;
}
.panel h1, .panel h2, .panel h3, .page-heading h1 { text-wrap: balance; }
.panel > p, .feature p, .stat-card p { line-height: 1.9; }
.section-head { padding-bottom: 2px; }
.item-row { border-color: #edf2ed; }
a.item-row:hover { background: #eff8f2; }
.empty-state { margin: 8px 0; border: 1px dashed #cfe5d5; border-radius: 18px; background: radial-gradient(circle at 50% 0, #eef8ef, #fcfefb 68%); }
.empty-state > span { box-shadow: 0 8px 20px #247c551a; }
.stat-icon, .feature-icon, .item-icon, .quick-link > span, .settings-icon { background: linear-gradient(145deg, #eef8ee, #ddf0e5); box-shadow: inset 0 1px #fff; }
.status-badge { box-shadow: inset 0 1px #ffffffc0; }

.button { border-radius: 14px; transition: transform .22s cubic-bezier(.2,.8,.2,1), box-shadow .22s ease, background .22s ease, border-color .22s ease; }
.button.primary { background: linear-gradient(130deg, #168566, #0e5e4d); box-shadow: 0 9px 21px #0c6b5024, inset 0 1px #ffffff33; }
.button.primary:hover { box-shadow: 0 13px 27px #0c6b5030, inset 0 1px #ffffff33; }
.button.secondary { background: linear-gradient(150deg, #fff, #f7fcf8); }
.button:active, .next-player:active { transform: translateY(1px) scale(.99); }
.text-link { text-underline-offset: 5px; }

.form-stack input, .panel > form:not(.form-stack) input:not([type=hidden]), .panel > form:not(.form-stack) select, .panel > form:not(.form-stack) textarea, .report-filters input, .report-filters select, .admin-plan-form input, .prize-search input, .settings-field input {
  border-color: #d0e0d5;
  border-radius: 13px;
  background: #fbfdfa;
  box-shadow: inset 0 1px 2px #163e3208;
}
.form-stack input:hover, .panel > form:not(.form-stack) input:not([type=hidden]):hover, .panel > form:not(.form-stack) select:hover, .panel > form:not(.form-stack) textarea:hover, .settings-field input:hover { border-color: #a8ceba; }
.form-stack:focus-within label, .settings-field:focus-within, .report-filters label:focus-within { color: #176d53; }
.settings-field input:focus { outline: none; box-shadow: 0 0 0 4px #42a9801c; }
.password-field > input { padding-right: 58px; }
.password-field .password-toggle, .panel form .password-field .password-toggle {
  display: grid; place-items: center; width: 40px; height: 40px; min-height: 40px;
  margin: 0; padding: 0; border: 1px solid #d7e8dc; border-radius: 11px;
  background: #f0f8f2; color: #236c51; box-shadow: inset 0 1px #fff;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}
.password-field .password-toggle:hover, .panel form .password-field .password-toggle:hover { border-color: #9bcdb0; background: #e5f3e9; color: #125a45; }
.password-toggle svg { width: 21px; height: 21px; pointer-events: none; }
.password-eye-slash { opacity: 0; transition: opacity .18s ease; }
.password-toggle[aria-pressed="true"] .password-eye-slash { opacity: 1; }
.password-toggle:focus-visible { outline: 3px solid #41a88d; outline-offset: 2px; }
input[data-money-input] { font-variant-numeric: tabular-nums; text-align: left; letter-spacing: .035em; }
.settings-switch { transition: border-color .2s ease, background .2s ease; }
.settings-switch:hover { border-color: #a9d3b9; background: #f1f9f2; }
.settings-switch:focus-within { border-color: #4daa83; box-shadow: 0 0 0 3px #42a9801c; }

.report-table-wrap { border-color: #dce9e1; box-shadow: inset 0 1px #fff; }
.report-table th { background: #eef6ef; color: #446b54; }
.report-table tbody tr:nth-child(even) { background: #fbfdfa; }
.report-table tbody tr:hover { background: #f0f8f1; }
.reward-row:hover, .preview-rewards > div:hover { background: #f7fcf8; }
.dashboard-heading { background: radial-gradient(circle at 9% 2%, #d7eee0, transparent 38%), linear-gradient(115deg, #fcfefb, #eaf5ed); box-shadow: var(--shadow); }
.panel.wallet-panel { background: linear-gradient(155deg, #f9fffa, #edf8f0); }
.auth-intro { box-shadow: 0 20px 46px #153d3522; }
.auth-shell > .panel { box-shadow: 0 24px 52px #153d3514; }
.settings-save { background: linear-gradient(120deg, #edf8ee, #f8fcf7); }

@media (hover: hover) {
  a.stat-card:not(.stat-card-link):hover, .quick-link:hover, .plan-card:hover, .feature:hover { border-color: #a9d5b8; box-shadow: 0 22px 50px #17493617; }
}

@media (max-width: 1000px) {
  .site-nav { display: none; }
  .hero { grid-template-columns: 1fr 1fr; padding: 36px; }
  .hero h1 { font-size: clamp(2.4rem, 4.6vw, 3.8rem); }
  .hero-floating-card { display: none; }
  .steps-section { grid-template-columns: 1fr; gap: 22px; }
  .steps-heading { max-width: none; }
  .campaign-editor-grid { grid-template-columns: 1fr; }
  .campaign-editor-side { position: static; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
  .billing-overview { grid-template-columns: 1fr; }
  .settings-form, .settings-password-form { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .container { width: min(100% - 32px, 1240px); }
  .nav-wrap { min-height: 71px; }
  .main-content { padding-block: 26px 65px; }
  .hero { grid-template-columns: 1fr; gap: 8px; margin-bottom: 65px; padding: 30px; }
  .hero-visual { min-height: 360px; }
  .hero-wheel { width: min(67%, 320px); }
  .feature-grid, .plan-grid, .stat-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .auth-shell, .split-grid { grid-template-columns: 1fr; }
  .auth-intro { min-height: 260px; }
  .page-heading { align-items: start; }
  .quick-links { grid-template-columns: 1fr; }
  .report-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .settings-status-grid { grid-template-columns: 1fr; }
  .campaign-editor-side { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
  .journey-timeline { grid-template-columns: 1fr; gap: 9px; }
  .journey-step::after { display: none; }
  .journey-step a { flex-direction: row; align-items: flex-start; min-height: 0; gap: 14px; padding: 12px; text-align: right; }
  .journey-marker { width: 39px; height: 39px; }
  .journey-copy { align-items: flex-start; }
  .journey-status { margin-top: 0; }
  .journey-action { padding-top: 4px; }
}
@media (max-width: 520px) {
  .theme-options { grid-template-columns: 1fr; }
  .container { width: min(100% - 26px, 1240px); }
  .page-guide { padding: 12px; gap: 9px; }
  .page-guide-content > p { flex-basis: 100%; }
  .page-guide details { margin: 5px 0 0; }
  .nav-wrap { gap: 9px; min-height: 66px; }
  .brand { gap: 7px; }
  .brand-mark { width: 38px; height: 38px; border-radius: 12px; font-size: 1.2rem; }
  .brand-copy strong { font-size: .94rem; }.brand-copy small { display: none; }
  .header-actions { gap: 2px; }
  .header-login, .header-logout { padding-inline: 8px; font-size: .76rem; }
  .header-start { min-height: 38px; padding: 7px 10px; font-size: .76rem; }
  .account-chip { display: none; }
  .workspace-nav { min-height: 49px; }
  .workspace-nav-wrap::after { content: ''; position: absolute; top: 0; bottom: 0; left: 0; width: 24px; background: linear-gradient(90deg, #fff, #ffffff00); pointer-events: none; }
  .workspace-nav a { padding: 6px 11px; font-size: .78rem; }
  .footer-inner { flex-direction: column; align-items: start; justify-content: center; gap: 6px; padding-block: 16px; }
  .hero { margin-top: 0; padding: 28px 22px; border-radius: 24px; }
  .hero h1 { margin-top: 18px; font-size: clamp(2.3rem, 10vw, 3.2rem); }
  .hero-copy > p { font-size: .9rem; }
  .hero-highlights { gap: 8px 12px; font-size: .69rem; }
  .hero-visual { min-height: 290px; }
  .hero-wheel { width: min(75%, 255px); border-width: 9px; }
  .hero-wheel-center { width: 78px; height: 78px; font-size: .84rem; }
  .section-intro { text-align: right; }
  .feature-grid, .plan-grid, .stat-grid, .steps-grid, .report-stats { grid-template-columns: 1fr; }
  .dashboard-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dashboard-stats .stat-card:last-child { grid-column: 1 / -1; }
  .feature-grid { margin-bottom: 65px; }
  .feature { min-height: auto; }
  .steps-grid { gap: 10px; }
  .step-card { min-height: auto; }
  .cta-band { flex-direction: column; align-items: start; padding: 27px; }
  .cta-band .button { width: 100%; }
  .page-heading { flex-direction: column; gap: 14px; }
  .page-heading h1 { font-size: 1.85rem; }
  .dashboard-heading { padding: 22px; }
  .journey-head { flex-direction: column; gap: 9px; }
  .journey-counter { align-self: flex-start; }
  .journey-next { align-items: flex-start; flex-direction: column; }
  .panel { padding: 20px; border-radius: 18px; }
  .item-row { flex-wrap: wrap; }
  .campaign-row .row-arrow { margin-inline-start: auto; }
  .auth-intro { min-height: 220px; }
  .auth-intro h1 { font-size: 1.9rem; }
  .section-head { align-items: start; flex-wrap: wrap; }
  .plan-card { padding: 23px; }
  .report-filters label { width: 100% !important; }
  .report-filters input, .report-filters select { width: 100%; }
  .report-filters .button, .prize-search .button { width: 100%; }
  .panel > form.editor-form { grid-template-columns: 1fr; }
  .editor-form .field-wide { grid-column: auto; }
  .reward-row { align-items: start; flex-wrap: wrap; }
  .reward-row form { width: 100%; margin-inline-start: 0; }
  .reward-row .button { width: 100%; }
  .usage-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .panel > form.credit-form { grid-template-columns: 1fr; }
  .credit-form label { grid-column: auto; }
  .credit-form .button { width: 100%; }
  .pairing-notice { flex-direction: column; align-items: stretch; padding: 22px; }
  .device-actions { width: 100%; margin-inline-start: 0; }
  .device-actions form { flex: 1; }.device-actions .button { width: 100%; }
  .transaction-head { flex-wrap: wrap; }.transaction-head > .status-badge { margin-inline-start: 0; }
  .receipt-details > div { flex-direction: column; gap: 1px; }
  .receipt-details dd { text-align: right; }
  .transaction-actions .button { width: 100%; }
  .settings-fields-two { grid-template-columns: 1fr; }
  .settings-save { flex-direction: column; align-items: stretch; padding: 19px; }
  .settings-save .button { width: 100%; }
  .settings-password-form .button { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button, a.stat-card, .feature, .plan-card, .quick-link, .item-row, input, select, textarea { transition: none; }
}
.recovery-codes{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.75rem;margin:1rem 0}.recovery-codes code{padding:.8rem;border:1px solid #cbded7;border-radius:12px;background:#f5faf7;text-align:center;font-size:1.1rem}

/* Business landing page */
.lp { --lp-forest:#113d36; --lp-deep:#0b2b2b; --lp-mint:#dcf3e8; --lp-gold:#f6c778; color:#183d36; }
.lp-hero { position:relative; isolation:isolate; display:grid; grid-template-columns:1.02fr .98fr; align-items:center; gap:16px; min-height:650px; padding:clamp(34px,5vw,72px); overflow:hidden; border-radius:36px; background:radial-gradient(circle at 6% 8%,#2c8a7468,transparent 31%),radial-gradient(circle at 87% 82%,#cd8a5160,transparent 34%),linear-gradient(135deg,#174e46 0%,#0c302e 58%,#102932 100%); box-shadow:0 35px 75px #0c3b332c; }
.lp-hero::before { content:""; position:absolute; inset:0; z-index:-1; background-image:linear-gradient(#ffffff08 1px,transparent 1px),linear-gradient(90deg,#ffffff08 1px,transparent 1px); background-size:44px 44px; mask-image:linear-gradient(90deg,transparent,#0008); }
.lp-hero-copy { position:relative; z-index:3; padding-block:10px; }
.lp-kicker { display:inline-flex; align-items:center; gap:9px; padding:8px 15px; border:1px solid #b2e7d54a; border-radius:999px; background:#ffffff13; color:#d8f7e9; font-size:.79rem; font-weight:850; }
.lp-kicker-dot { width:9px; height:9px; border-radius:50%; background:#f4c879; box-shadow:0 0 0 5px #f4c87924; }
.lp-hero h1 { max-width:650px; margin:25px 0 16px; color:#fff; font-size:clamp(2.7rem,5.2vw,5rem); font-weight:950; line-height:1.3; letter-spacing:-.045em; text-wrap:balance; }
.lp-hero h1 span { color:var(--lp-gold); }
.lp-hero-copy>p { max-width:600px; margin:0; color:#d1e9df; font-size:clamp(.94rem,1.2vw,1.08rem); line-height:2.1; }
.lp-hero-actions,.lp-final-actions { display:flex; align-items:center; flex-wrap:wrap; gap:12px; margin-top:30px; }
.lp-hero-actions .button,.lp-final-actions .button { min-height:54px; padding-inline:23px; }
.lp-button-accent { background:linear-gradient(135deg,#ffda91,#f1b966); color:#204537; box-shadow:0 12px 30px #030f0e35; }
.lp-button-accent:hover { background:linear-gradient(135deg,#ffe4a8,#fac478); box-shadow:0 17px 36px #030f0e43; }
.lp-button-outline { border-color:#ffffff6b; background:#ffffff10; color:#fff; }
.lp-button-outline:hover { background:#ffffff22; }
.lp-hero-points { display:flex; flex-wrap:wrap; gap:10px 18px; margin-top:30px; color:#c3ddce; font-size:.76rem; font-weight:700; }
.lp-hero-points span { display:inline-flex; align-items:center; gap:7px; }
.lp-hero-points i { display:grid; place-items:center; width:21px; height:21px; border-radius:50%; background:#ffffff21; color:#ffd38c; font-style:normal; }
.lp-maker-inline { display:inline-flex; align-items:center; gap:9px; margin-top:26px; padding:6px 12px 6px 6px; border:1px solid #ffffff30; border-radius:999px; background:#ffffff12; color:#e9f3ed; font-size:.72rem; font-weight:800; }
.lp-maker-inline img { display:block; width:28px; height:28px; border-radius:8px; background:#fff; object-fit:cover; }
.lp-preview { position:relative; display:grid; place-items:center; min-width:0; min-height:520px; padding:20px; }
.lp-preview-glow { position:absolute; width:min(100%,540px); aspect-ratio:1; border-radius:50%; background:radial-gradient(circle,#e9c57d40 0%,#2cb38e22 39%,transparent 71%); filter:blur(20px); }
.lp-app-frame { position:relative; width:min(100%,490px); padding:15px; border:1px solid #f0e9d997; border-radius:27px; background:linear-gradient(150deg,#ffffff,#f8fbf7); box-shadow:0 35px 65px #031b1a80,0 0 0 7px #ffffff16; transform:rotate(-3deg); animation:lp-rise 8s ease-in-out infinite; }
.lp-app-top { display:flex; align-items:center; gap:9px; min-height:48px; padding:3px 7px 11px; border-bottom:1px solid #e6ede7; color:#21473d; }
.lp-app-logo { display:grid; place-items:center; width:37px; height:37px; flex:0 0 auto; border-radius:12px; background:linear-gradient(135deg,#116c57,#2ba27e); color:#fff; }
.lp-app-top>span:nth-child(2) { display:grid; line-height:1.4; }
.lp-app-top strong { font-size:.75rem; }
.lp-app-top small { color:#799083; font-size:.61rem; }
.lp-live-pill { margin-inline-start:auto; padding:4px 9px; border-radius:999px; background:#e9f8ee; color:#27805d; font-size:.62rem; font-weight:800; white-space:nowrap; }
.lp-wheel-stage { position:relative; display:grid; place-items:center; min-height:390px; overflow:hidden; background:radial-gradient(circle,#f7faf4,#eaf4ed 62%,#f7faf4); }
.lp-wheel-stage::before { content:""; position:absolute; width:340px; aspect-ratio:1; border:1px dashed #70a99060; border-radius:50%; }
.lp-demo-wheel { position:relative; width:min(79%,320px); aspect-ratio:1; border:12px solid #fffdf5; border-radius:50%; background:conic-gradient(from -45deg,#edbb66 0deg 90deg,#1c866e 90deg 180deg,#f0d8a4 180deg 270deg,#46a694 270deg 360deg); box-shadow:0 21px 24px #0c503638,inset 0 0 0 6px #ffffff3f,0 0 0 4px #dcc78a; transform:rotate(8deg); }
.lp-demo-wheel::before { content:""; position:absolute; inset:8px; border:1px solid #ffffff8f; border-radius:50%; pointer-events:none; }
.lp-wheel-pointer { position:absolute; z-index:3; top:19px; left:50%; width:0; height:0; border-left:17px solid transparent; border-right:17px solid transparent; border-top:37px solid #d45b45; filter:drop-shadow(0 5px 4px #673a2655); transform:translateX(-50%); }
.lp-segment-label { position:absolute; display:block; width:90px; color:#fff; font-size:.71rem; font-weight:900; line-height:1.25; text-align:center; text-shadow:0 2px 3px #183c3650; }
.lp-label-one { top:23%; right:12%; color:#45391f; }.lp-label-two { right:11%; bottom:22%; }.lp-label-three { bottom:22%; left:8%; color:#4a3c28; }.lp-label-four { top:23%; left:8%; }
.lp-demo-wheel-hub { position:absolute; top:50%; left:50%; display:grid; place-items:center; width:85px; height:85px; border:7px solid #fff; border-radius:50%; background:linear-gradient(145deg,#f9fff9,#ddefe5); box-shadow:0 8px 18px #1a483443; color:#155a49; font-size:.85rem; font-weight:950; transform:translate(-50%,-50%); }
.lp-app-bottom { display:flex; justify-content:space-between; align-items:center; gap:10px; padding:10px 8px 2px; color:#557b67; font-size:.66rem; font-weight:750; }
.lp-app-arrow { color:#238564; font-size:1.2rem; }
.lp-result-float { position:absolute; z-index:2; right:-17px; bottom:20px; display:flex; align-items:center; gap:9px; max-width:250px; padding:12px 14px; border:1px solid #cae9d3; border-radius:15px; background:#fff; box-shadow:0 17px 35px #041e1d52; transform:rotate(3deg); }
.lp-result-float>span:last-child { display:grid; line-height:1.5; }.lp-result-float strong { color:#1d5542; font-size:.69rem; }.lp-result-float small { color:#7c9585; font-size:.58rem; }
.lp-result-icon { display:grid; place-items:center; width:34px; height:34px; flex:0 0 auto; border-radius:11px; background:#fff2d8; color:#b67c2e; }
.lp-ambient { position:absolute; color:#f8d89d; font-size:2rem; }.lp-ambient-one { top:16px; left:15px; }.lp-ambient-two { bottom:73px; left:26px; font-size:1.35rem; }
.lp-value-strip { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:0; margin:25px 0 110px; padding:21px 26px; border:1px solid #dce9df; border-radius:22px; background:#fff; box-shadow:var(--shadow); }
.lp-value-strip>div { display:flex; align-items:center; gap:13px; min-width:0; padding-inline:20px; }.lp-value-strip>div+div { border-right:1px solid #e5eee6; }
.lp-value-icon { display:grid; place-items:center; width:43px; height:43px; flex:0 0 auto; border-radius:14px; background:#eaf6ef; color:#1b8563; font-size:1.35rem; font-weight:900; }
.lp-value-strip>div>span:last-child { display:grid; line-height:1.55; }.lp-value-strip strong { font-size:.81rem; }.lp-value-strip small { color:#7b8e80; font-size:.68rem; }
.lp-section { margin-block:0 115px; scroll-margin-top:110px; }
.lp-section-heading { max-width:740px; margin:0 auto 37px; text-align:center; }
.lp-section-label { display:inline-flex; align-items:center; gap:7px; color:#147859; font-size:.81rem; font-weight:900; }.lp-section-label::before { content:""; width:20px; height:2px; border-radius:2px; background:#dc9d4c; }
.lp-section-heading h2,.lp-process-intro h2,.lp-faq-intro h2 { margin:10px 0; color:#183d34; font-size:clamp(1.8rem,3.3vw,3rem); font-weight:950; line-height:1.45; letter-spacing:-.025em; text-wrap:balance; }
.lp-section-heading p,.lp-process-intro p,.lp-faq-intro p { margin:0; color:#6c8274; font-size:.98rem; }
.lp-experience-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:18px; }
.lp-experience-card { position:relative; display:grid; grid-template-columns:1fr .55fr; gap:10px; min-height:380px; overflow:hidden; padding:34px; border:1px solid #d9e7dc; border-radius:27px; background:linear-gradient(140deg,#f6fbf6,#eaf5ed); box-shadow:var(--shadow); }
.lp-online { background:linear-gradient(140deg,#fffaf1,#f8eedb); border-color:#eadfc9; }
.lp-experience-copy { position:relative; z-index:2; }.lp-card-label { color:#177a5e; font-size:.76rem; font-weight:900; }.lp-online .lp-card-label { color:#a66a2d; }
.lp-experience-copy h3 { max-width:360px; margin:11px 0 10px; font-size:clamp(1.3rem,2vw,1.9rem); line-height:1.55; }
.lp-experience-copy p { max-width:390px; margin:0; color:#647b6d; font-size:.83rem; line-height:1.95; }
.lp-experience-copy ul { display:grid; gap:7px; margin:17px 0 0; padding:0; list-style:none; color:#426651; font-size:.72rem; font-weight:800; }.lp-experience-copy li::before { content:"✓"; margin-inline-end:7px; color:#258565; }
.lp-kiosk-illustration { align-self:end; justify-self:center; width:100%; min-width:140px; max-width:205px; transform:rotate(-5deg) translateY(29px); }.lp-kiosk-screen { position:relative; display:grid; place-items:center; gap:9px; min-height:210px; padding:17px; border:10px solid #213f3b; border-radius:18px; background:#fff; box-shadow:0 22px 35px #16453943; }.lp-mini-wheel { display:grid; place-items:center; width:110px; aspect-ratio:1; border:7px solid #fff; border-radius:50%; background:conic-gradient(#eebd70 0 120deg,#258c77 120deg 240deg,#72b8a4 240deg); box-shadow:0 0 0 3px #d8e9dc; color:#fff; }.lp-kiosk-lines { display:grid; gap:5px; width:85%; }.lp-kiosk-lines b { display:block; height:7px; border-radius:9px; background:#e0eee5; }.lp-kiosk-lines b:nth-child(2) { width:70%; justify-self:center; }.lp-kiosk-touch { position:absolute; right:-10px; bottom:0; font-size:2rem; }.lp-kiosk-stand { width:60px; height:38px; margin:auto; border-bottom:8px solid #36534d; background:linear-gradient(90deg,#49665e,#244d42); clip-path:polygon(29% 0,71% 0,86% 100%,14% 100%); }
.lp-phone-illustration { align-self:end; justify-self:center; display:flex; flex-direction:column; align-items:center; width:170px; min-height:300px; margin-bottom:-75px; padding:15px 13px; border:8px solid #253c3a; border-radius:30px; background:#fffdf8; box-shadow:0 24px 38px #5c402d3a; transform:rotate(7deg); }.lp-phone-speaker { width:40px; height:5px; border-radius:10px; background:#51675f; }.lp-phone-title { margin-top:22px; color:#1c5342; font-size:.68rem; font-weight:900; text-align:center; }.lp-phone-wheel { display:grid; place-items:center; width:120px; aspect-ratio:1; margin:15px 0 18px; border:6px solid #fff; border-radius:50%; background:conic-gradient(#2a987e 0 120deg,#efc27d 120deg 240deg,#63ab99 240deg); box-shadow:0 0 0 3px #d8e8d9; color:#fff; }.lp-phone-input,.lp-phone-action { width:100%; padding:4px; border:1px solid #d3e5d7; border-radius:7px; color:#94a698; font-size:.55rem; text-align:center; }.lp-phone-action { margin-top:7px; border:0; background:#1b785d; color:#fff; }
.lp-feature-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:16px; }.lp-feature-grid article { min-height:220px; padding:27px; border:1px solid #dce9df; border-radius:22px; background:#fff; box-shadow:0 15px 35px #164b2d0b; transition:transform .2s,border-color .2s,box-shadow .2s; }.lp-feature-grid article:hover { transform:translateY(-4px); border-color:#a6d9bd; box-shadow:0 20px 40px #164b2d17; }.lp-feature-symbol { display:grid; place-items:center; width:48px; height:48px; border-radius:15px; background:#e9f6ed; color:#1b7d60; font-size:1.5rem; }.lp-feature-grid article:nth-child(2) .lp-feature-symbol,.lp-feature-grid article:nth-child(5) .lp-feature-symbol { background:#fff1d9; color:#b17a38; }.lp-feature-grid h3 { margin:19px 0 7px; font-size:1.09rem; }.lp-feature-grid p { margin:0; color:#718477; font-size:.82rem; line-height:1.95; }
.lp-process { display:grid; grid-template-columns:.8fr 1.2fr; gap:55px; align-items:center; padding:48px; border:1px solid #d7e7dc; border-radius:30px; background:linear-gradient(130deg,#f3faf5,#fffdf8); }.lp-process-intro { max-width:420px; }.lp-inline-link { display:inline-flex; gap:8px; margin-top:24px; color:#127353; font-size:.89rem; font-weight:900; }.lp-inline-link:hover { text-decoration:underline; text-underline-offset:4px; }.lp-process-list { display:grid; gap:0; margin:0; padding:0; list-style:none; }.lp-process-list li { position:relative; display:flex; gap:18px; padding:0 0 30px; }.lp-process-list li:last-child { padding-bottom:0; }.lp-process-list li:not(:last-child)::after { content:""; position:absolute; top:51px; right:23px; bottom:1px; border-right:1px dashed #9ecbb0; }.lp-process-list li>span { display:grid; place-items:center; width:48px; height:48px; flex:0 0 auto; border-radius:15px; background:#176f56; color:#fff; font-weight:900; box-shadow:0 9px 20px #155b4430; }.lp-process-list h3 { margin:0 0 4px; font-size:1.05rem; }.lp-process-list p { margin:0; color:#718477; font-size:.83rem; }
.lp-plans { padding:47px; border:1px solid #dceadf; border-radius:31px; background:#f4f9f4; }.lp-plan-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:16px; align-items:stretch; }.lp-plan-card { position:relative; display:flex; flex-direction:column; min-width:0; padding:28px; border:1px solid #dce7dc; border-radius:23px; background:#fff; box-shadow:0 14px 32px #194c350b; }.lp-plan-featured { border-color:#2b896c; box-shadow:0 18px 40px #14795820; }.lp-plan-highlight { position:absolute; top:-14px; right:24px; padding:5px 13px; border-radius:999px; background:#167354; color:#fff; font-size:.65rem; font-weight:850; }.lp-plan-icon { display:grid; place-items:center; width:42px; height:42px; border-radius:13px; background:#e7f5e8; color:#1a825f; }.lp-plan-card h3 { margin:13px 0 0; font-size:1.4rem; }.lp-plan-subtitle { margin:0 0 13px; color:#829083; font-size:.72rem; }.lp-plan-price { display:flex; flex-wrap:wrap; align-items:baseline; gap:5px; min-height:85px; padding:17px 0; border-block:1px solid #e9eee8; }.lp-plan-price strong { color:#135f4a; font-size:clamp(1.45rem,2.2vw,2.1rem); line-height:1.5; }.lp-plan-price span { color:#788a7c; font-size:.73rem; }.lp-plan-card ul { display:grid; gap:10px; margin:18px 0 26px; padding:0; list-style:none; font-size:.81rem; }.lp-plan-card li { display:flex; gap:8px; }.lp-plan-card li span { color:#1b9b6b; font-weight:900; }.lp-plan-card .button { width:100%; margin-top:auto; }.lp-plan-note { margin:22px 0 0; color:#748578; font-size:.77rem; text-align:center; }
.lp-faq { display:grid; grid-template-columns:.7fr 1.3fr; gap:55px; }.lp-faq-list { display:grid; gap:10px; }.lp-faq-list details { padding:18px 21px; border:1px solid #dce8dd; border-radius:17px; background:#fff; box-shadow:0 8px 24px #164b2d08; }.lp-faq-list summary { position:relative; padding-inline-end:28px; color:#24473a; font-weight:850; cursor:pointer; list-style:none; }.lp-faq-list summary::-webkit-details-marker { display:none; }.lp-faq-list summary::after { content:"+"; position:absolute; left:0; top:-2px; color:#17815f; font-size:1.3rem; }.lp-faq-list details[open] summary::after { content:"−"; }.lp-faq-list p { margin:10px 0 0; padding-top:12px; border-top:1px solid #e8efe8; color:#708374; font-size:.84rem; }
.lp-maker { display:flex; align-items:center; gap:27px; margin-bottom:28px; padding:24px 30px; border:1px solid #f2dce3; border-radius:24px; background:linear-gradient(115deg,#fff,#fff8fa); box-shadow:0 16px 36px #77203b0b; }
.lp-maker-logo { display:grid; place-items:center; width:116px; height:116px; flex:0 0 auto; overflow:hidden; border:1px solid #f7e3e9; border-radius:20px; background:#fff; }
.lp-maker-logo img { display:block; width:104px; height:auto; }
.lp-maker-copy .lp-section-label { color:#c32a58; }.lp-maker-copy .lp-section-label::before { background:#f15b82; }
.lp-maker h2 { margin:8px 0 4px; color:#28453b; font-size:clamp(1.15rem,2vw,1.55rem); line-height:1.6; }.lp-maker p { margin:0; color:#6f8276; font-size:.84rem; }
.lp-final { position:relative; overflow:hidden; margin-bottom:8px; padding:58px 24px; border-radius:31px; background:radial-gradient(circle at 10% 20%,#439c795e,transparent 30%),linear-gradient(125deg,#184c3e,#0e302f); color:#fff; text-align:center; }.lp-final::after { content:""; position:absolute; left:-80px; bottom:-170px; width:350px; height:350px; border:1px solid #ffffff1a; border-radius:50%; box-shadow:0 0 0 60px #ffffff08,0 0 0 120px #ffffff05; }.lp-final-stars { color:#f6ce88; font-size:1.4rem; letter-spacing:.5em; }.lp-final>span { display:block; margin-top:7px; color:#cae9d6; font-size:.78rem; font-weight:850; }.lp-final h2 { position:relative; z-index:1; margin:9px 0; color:#fff; font-size:clamp(1.8rem,3.2vw,2.8rem); }.lp-final p { position:relative; z-index:1; margin:0; color:#cfe2d6; }.lp-final-actions { position:relative; z-index:1; justify-content:center; }
@keyframes lp-rise { 0%,100% { transform:rotate(-3deg) translateY(0); } 50% { transform:rotate(-3deg) translateY(-7px); } }
@media (max-width:1100px) { .lp-hero { padding:42px; }.lp-preview { min-height:460px; }.lp-app-frame { max-width:410px; }.lp-wheel-stage { min-height:330px; }.lp-demo-wheel { max-width:270px; }.lp-result-float { right:-5px; }.lp-experience-card { grid-template-columns:1fr .4fr; padding:26px; }.lp-kiosk-illustration { min-width:110px; }.lp-phone-illustration { width:145px; } }
@media (max-width:900px) { .lp-hero { grid-template-columns:1fr; }.lp-hero-copy { max-width:720px; }.lp-preview { min-height:470px; }.lp-value-strip { grid-template-columns:1fr; margin-bottom:80px; }.lp-value-strip>div { padding:12px 6px; }.lp-value-strip>div+div { border-right:0; border-top:1px solid #e5eee6; }.lp-experience-grid,.lp-faq { grid-template-columns:1fr; }.lp-experience-card { min-height:340px; }.lp-process { grid-template-columns:1fr; gap:35px; }.lp-process-intro { max-width:680px; }.lp-plan-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }.lp-feature-grid { grid-template-columns:repeat(2,minmax(0,1fr)); } }
@media (max-width:600px) { .lp-hero { padding:31px 23px; border-radius:26px; min-height:auto; }.lp-hero h1 { font-size:clamp(2.4rem,10vw,3.3rem); }.lp-hero-actions .button { width:100%; }.lp-hero-points { gap:9px 13px; }.lp-preview { min-height:335px; padding:8px 0 0; }.lp-app-frame { max-width:320px; padding:10px; border-radius:19px; }.lp-app-top { min-height:40px; }.lp-app-top strong { font-size:.63rem; }.lp-app-top small { font-size:.55rem; }.lp-wheel-stage { min-height:245px; }.lp-wheel-stage::before { width:230px; }.lp-demo-wheel { width:205px; border-width:8px; }.lp-segment-label { width:62px; font-size:.55rem; }.lp-demo-wheel-hub { width:62px; height:62px; border-width:5px; font-size:.66rem; }.lp-wheel-pointer { top:12px; border-left-width:12px; border-right-width:12px; border-top-width:27px; }.lp-app-bottom { font-size:.51rem; }.lp-result-float { right:0; bottom:0; padding:8px; max-width:190px; }.lp-result-float strong { font-size:.56rem; }.lp-result-float small { font-size:.49rem; }.lp-result-icon { width:26px; height:26px; }.lp-section { margin-bottom:78px; }.lp-section-heading { text-align:right; margin-bottom:24px; }.lp-experience-card { grid-template-columns:1fr; min-height:390px; padding:25px; }.lp-experience-copy p { max-width:none; }.lp-kiosk-illustration,.lp-phone-illustration { position:absolute; left:20px; bottom:0; opacity:.18; pointer-events:none; }.lp-feature-grid,.lp-plan-grid { grid-template-columns:1fr; }.lp-feature-grid article { min-height:auto; }.lp-process,.lp-plans { padding:27px 22px; border-radius:23px; }.lp-process-list li { gap:12px; }.lp-process-list li>span { width:42px; height:42px; }.lp-process-list li:not(:last-child)::after { right:20px; top:45px; }.lp-faq { gap:24px; }.lp-maker { align-items:flex-start; gap:14px; padding:18px; }.lp-maker-logo { width:76px; height:76px; border-radius:15px; }.lp-maker-logo img { width:68px; }.lp-maker h2 { margin-top:5px; font-size:1rem; }.lp-maker p { font-size:.73rem; }.lp-final { padding:45px 22px; }.lp-final-actions .button { width:100%; } }
@media (prefers-reduced-motion:reduce) { .lp-app-frame { animation:none; }.lp-feature-grid article { transition:none; } }
