:root {
  --ink: #0b163f;
  --ink-soft: #53607c;
  --muted: #77829a;
  --line: #e7eaf3;
  --surface: #ffffff;
  --surface-soft: #f7f8fd;
  --surface-violet: #f6f3ff;
  --blue: #1448ef;
  --blue-deep: #0b2ec8;
  --cyan: #06bde8;
  --violet: #8338f4;
  --purple: #a12cf1;
  --success: #12956a;
  --warning: #d88a18;
  --danger: #d9445d;
  --shadow-sm: 0 10px 30px rgba(38, 51, 112, .08);
  --shadow-md: 0 24px 70px rgba(39, 51, 117, .13);
  --gradient: linear-gradient(120deg, #075ee7 0%, #1747ef 42%, #6c38f3 72%, #aa28ed 100%);
  --gradient-soft: linear-gradient(135deg, #eef7ff 0%, #f5f0ff 100%);
  --radius-sm: 12px;
  --radius: 20px;
  --radius-lg: 30px;
}

* { box-sizing: border-box; }
html { font-size: 16px; scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
p { color: var(--ink-soft); line-height: 1.72; }
::selection { color: #fff; background: var(--violet); }
.app-container { max-width: 1220px; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 9999; padding: 12px 18px; color: #fff; background: var(--ink); border-radius: 10px; }
.skip-link:focus { top: 16px; }
:focus-visible { outline: 3px solid rgba(20, 72, 239, .32); outline-offset: 3px; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; border-radius: 12px; border: 1px solid transparent; padding: 11px 19px; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-1px); }
.btn-primary-gradient { color: #fff !important; background: var(--gradient); border: 0; box-shadow: 0 10px 24px rgba(73, 54, 232, .22); }
.btn-primary-gradient:hover { box-shadow: 0 14px 30px rgba(73, 54, 232, .3); }
.btn-soft { color: #253154; background: #f4f6fb; border-color: #e6e9f2; }
.btn-soft:hover { color: var(--blue); background: #eef1fb; }
.btn-ghost { color: var(--ink); background: transparent; }
.btn-ghost:hover { color: var(--blue); background: #f5f7ff; }
.btn-danger-soft { color: #bd2f48; background: #fff0f3; border-color: #ffd5dc; }
.btn-danger-soft:hover { color: #9d1e36; background: #ffe4e9; }
.btn-lg { min-height: 54px; padding: 14px 24px; border-radius: 15px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--blue); font-weight: 750; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }
.back-link { display: inline-flex; margin-bottom: 13px; color: var(--ink-soft); font-size: .9rem; font-weight: 650; }
.back-link:hover { color: var(--blue); }

/* Public navigation */
.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.9); border-bottom: 1px solid rgba(231,234,243,.8); backdrop-filter: blur(18px); }
.site-header .navbar { min-height: 82px; padding: 10px 0; }
.brand img, .sidebar-brand img, .auth-brand img, .auth-mobile-brand img, .footer-brand img { display: block; object-fit: contain; }
.site-header .brand img { width: 155px; height: auto; }
.site-header .nav-link { margin: 0 4px; padding: 10px 13px !important; color: #3b4664; font-size: .94rem; font-weight: 650; border-radius: 9px; }
.site-header .nav-link:hover { color: var(--blue); background: #f6f7fc; }
.nav-actions { display: flex; align-items: center; gap: 7px; }
.nav-actions form { margin: 0; }
.navbar-toggler { width: 44px; height: 42px; padding: 9px; border: 1px solid var(--line); border-radius: 11px; }
.menu-lines, .menu-lines::before, .menu-lines::after { display: block; width: 21px; height: 2px; content: ""; background: var(--ink); border-radius: 3px; }
.menu-lines { position: relative; margin: auto; }
.menu-lines::before { position: absolute; top: -7px; }
.menu-lines::after { position: absolute; top: 7px; }

/* Marketing */
.eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: 8px; color: var(--blue); font-size: .77rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.eyebrow i { width: 8px; height: 8px; background: var(--gradient); border-radius: 50%; box-shadow: 0 0 0 6px rgba(55,76,240,.08); }
.section-kicker.light { color: #e9e7ff; }
.hero-section { position: relative; overflow: hidden; padding: 84px 0 50px; background: radial-gradient(circle at 8% 10%, rgba(15,190,231,.08), transparent 30%), radial-gradient(circle at 85% 15%, rgba(132,56,244,.11), transparent 31%), #fff; }
.hero-section::after { position: absolute; right: -160px; bottom: -260px; width: 600px; height: 600px; content: ""; border: 1px solid rgba(109,57,243,.09); border-radius: 50%; }
.hero-grid { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 36px; }
.hero-copy { position: relative; z-index: 2; }
.hero-copy h1 { max-width: 660px; margin: 20px 0 24px; font-size: clamp(3rem, 5.1vw, 5.35rem); font-weight: 820; line-height: .99; letter-spacing: -.058em; }
.hero-copy h1 span, .page-hero h1 span { color: transparent; background: var(--gradient); -webkit-background-clip: text; background-clip: text; }
.hero-copy > p { max-width: 610px; margin-bottom: 28px; font-size: 1.12rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.play-dot { display: grid; place-items: center; width: 27px; height: 27px; color: #fff; background: var(--blue); border-radius: 50%; font-size: .58rem; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 23px; color: #68738b; font-size: .82rem; }
.hero-trust span { display: flex; gap: 6px; align-items: center; }
.hero-trust i { display: grid; place-items: center; width: 18px; height: 18px; color: var(--success); background: #eaf9f3; border-radius: 50%; font-style: normal; font-size: .7rem; }
.hero-art { position: relative; min-width: 0; }
.hero-art > img { position: relative; z-index: 1; width: 115%; max-width: none; margin-left: -4%; border-radius: 30px; filter: drop-shadow(0 30px 50px rgba(70,59,158,.13)); }
.hero-glow { position: absolute; inset: 7% 6% 5% 18%; background: linear-gradient(120deg, rgba(0,196,235,.18), rgba(143,46,243,.25)); filter: blur(60px); border-radius: 50%; }
.floating-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 11px; min-width: 215px; padding: 12px 14px; background: rgba(255,255,255,.92); border: 1px solid rgba(255,255,255,.9); border-radius: 15px; box-shadow: var(--shadow-md); backdrop-filter: blur(12px); }
.floating-card-top { right: -10px; top: 22%; }
.floating-card-bottom { left: 1%; bottom: 11%; }
.floating-card .mini-icon { display: grid; place-items: center; width: 36px; height: 36px; color: #fff; background: var(--gradient); border-radius: 10px; }
.floating-card div { display: grid; min-width: 0; }
.floating-card strong { font-size: .85rem; }
.floating-card small { overflow: hidden; color: var(--muted); font-size: .69rem; text-overflow: ellipsis; white-space: nowrap; }
.floating-card > i { margin-left: auto; color: var(--success); font-style: normal; }
.metric-spark { color: var(--violet); font-size: 1.6rem; }

.quick-link-section { position: relative; z-index: 5; padding: 30px 0 60px; }
.quick-link-card { display: grid; grid-template-columns: minmax(0,.85fr) minmax(0,1.15fr); gap: 26px 44px; padding: 34px 38px 28px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-md); }
.quick-link-card > *, .quick-link-copy, .quick-link-form, .quick-stats { min-width: 0; }
.quick-link-copy h2 { margin: 7px 0 7px; font-size: 1.55rem; font-weight: 790; letter-spacing: -.025em; }
.quick-link-copy p { margin: 0; font-size: .92rem; }
.quick-link-form { display: flex; align-items: center; gap: 9px; padding: 8px; background: #f6f7fb; border: 1px solid #e5e8f1; border-radius: 15px; }
.url-preview { display: flex; align-items: center; gap: 10px; min-width: 0; flex: 1; padding: 0 10px; color: #8a93a8; }
.url-preview span:last-child { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.quick-stats { grid-column: 1/-1; display: grid; grid-template-columns: repeat(3, 1fr); padding-top: 22px; border-top: 1px solid var(--line); }
.quick-stats div { display: flex; align-items: baseline; justify-content: center; gap: 8px; border-right: 1px solid var(--line); }
.quick-stats div:last-child { border: 0; }
.quick-stats strong { font-size: 1.25rem; }
.quick-stats span { color: var(--muted); font-size: .82rem; }

.section-space { padding: 94px 0; }
.soft-section { background: var(--surface-soft); }
.section-heading { max-width: 650px; margin-bottom: 45px; }
.section-heading.centered { margin-right: auto; margin-left: auto; text-align: center; }
.section-heading h2, .showcase-copy h2 { margin: 10px 0 15px; font-size: clamp(2rem, 3.7vw, 3.3rem); font-weight: 810; line-height: 1.08; letter-spacing: -.045em; }
.section-heading p { font-size: 1.02rem; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card, .feature-detail-grid article { position: relative; overflow: hidden; padding: 29px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.feature-card:hover, .feature-detail-grid article:hover { transform: translateY(-5px); border-color: #d8ddf0; box-shadow: var(--shadow-sm); }
.feature-card.featured { background: linear-gradient(145deg, #f7fbff, #f7f3ff); border-color: #dfe3fb; }
.feature-icon, .stat-icon, .activity-icon { display: grid; place-items: center; width: 49px; height: 49px; color: #fff; background: var(--gradient); border-radius: 14px; box-shadow: 0 10px 20px rgba(39,69,225,.17); font-size: 1.25rem; font-weight: 800; }
.feature-icon.cyan, .stat-icon.cyan, .activity-icon.cyan { background: linear-gradient(135deg, #00b9e8, #0e8fe7); }
.feature-icon.violet, .stat-icon.violet, .activity-icon.violet { background: linear-gradient(135deg, #7142f5, #a331ed); }
.feature-icon.blue, .activity-icon.blue { background: linear-gradient(135deg, #175cea, #1842db); }
.feature-icon.indigo { background: linear-gradient(135deg, #4055ed, #6f48f0); }
.feature-icon.pink { background: linear-gradient(135deg, #8b36f2, #c42bd8); }
.feature-card h3, .feature-detail-grid h3 { margin: 20px 0 10px; font-size: 1.08rem; font-weight: 780; }
.feature-card p, .feature-detail-grid p { margin-bottom: 15px; font-size: .91rem; }
.feature-card a { color: var(--blue); font-size: .88rem; font-weight: 750; }
.feature-detail-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.feature-number { position: absolute; right: 20px; top: 18px; color: #edf0f8; font-size: 2.5rem; font-weight: 900; }

.split-showcase { overflow: hidden; background: linear-gradient(180deg, #fafbff, #fff); }
.split-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 68px; }
.showcase-image { position: relative; min-width: 0; }
.showcase-image img { width: 100%; border-radius: 28px; }
.rounded-image img { box-shadow: var(--shadow-sm); }
.showcase-copy > p { font-size: 1.02rem; }
.check-list { display: grid; gap: 18px; margin: 27px 0; padding: 0; list-style: none; }
.check-list li { display: flex; gap: 13px; }
.check-list li > span { display: grid; place-items: center; flex: 0 0 28px; height: 28px; color: var(--success); background: #eaf9f3; border-radius: 50%; font-weight: 800; }
.check-list strong { display: block; margin-bottom: 3px; }
.check-list p { margin: 0; font-size: .88rem; }
.how-section { background: radial-gradient(circle at 50% 50%, rgba(98,64,241,.06), transparent 43%); }
.steps-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 30px; margin: 0; padding: 0; counter-reset: item; list-style: none; }
.steps-grid li { position: relative; padding: 34px 28px; text-align: center; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.steps-grid li:not(:last-child)::after { position: absolute; top: 53px; right: -46px; z-index: 2; width: 60px; height: 1px; content: ""; background: repeating-linear-gradient(90deg, #b7bfda 0 5px, transparent 5px 10px); }
.step-number { position: absolute; right: 18px; top: 14px; color: #e9ecf5; font-size: 2rem; font-weight: 900; }
.step-icon { display: grid; place-items: center; width: 63px; height: 63px; margin: 0 auto 19px; color: var(--blue); background: var(--gradient-soft); border-radius: 18px; font-size: 1.45rem; font-weight: 800; }
.steps-grid h3 { margin-bottom: 9px; font-size: 1.08rem; font-weight: 780; }
.steps-grid p { margin: 0; font-size: .9rem; }
.seo-content-section { border-top: 1px solid #f0f1f6; }
.faq-preview { background: #fafaff; }
.faq-grid { display: grid; grid-template-columns: .68fr 1.32fr; gap: 75px; align-items: start; }
.clean-accordion .accordion-item { overflow: hidden; margin-bottom: 10px; background: #fff; border: 1px solid var(--line); border-radius: 14px !important; }
.clean-accordion .accordion-button { padding: 20px 22px; color: var(--ink); background: #fff; box-shadow: none; font-size: .98rem; font-weight: 730; }
.clean-accordion .accordion-button:not(.collapsed) { color: var(--blue); }
.clean-accordion .accordion-body { padding: 0 22px 20px; color: var(--ink-soft); line-height: 1.7; }
.final-cta { padding: 20px 0 88px; }
.cta-card { position: relative; overflow: hidden; padding: 68px 30px; color: #fff; text-align: center; background: var(--gradient); border-radius: 32px; box-shadow: 0 30px 70px rgba(65,44,205,.22); }
.cta-card::before, .cta-card::after { position: absolute; content: ""; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; }
.cta-card::before { width: 350px; height: 350px; top: -230px; left: -80px; }
.cta-card::after { width: 420px; height: 420px; right: -160px; bottom: -320px; }
.cta-card h2 { position: relative; margin: 12px auto; max-width: 700px; font-size: clamp(2rem,4vw,3.1rem); font-weight: 810; letter-spacing: -.04em; }
.cta-card p { position: relative; color: rgba(255,255,255,.78); }
.cta-card .btn { position: relative; color: var(--blue); }

/* Public inner pages */
.page-hero { overflow: hidden; padding: 78px 0; background: radial-gradient(circle at 8% 20%, rgba(0,186,231,.08), transparent 30%), radial-gradient(circle at 90% 20%, rgba(137,52,244,.1), transparent 30%), #fbfcff; }
.compact-hero .container { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 50px; }
.page-hero-copy h1, .simple-page-hero h1 { margin: 18px 0; font-size: clamp(2.7rem,5vw,4.7rem); font-weight: 830; line-height: 1.02; letter-spacing: -.055em; }
.page-hero-copy p, .simple-page-hero p { max-width: 650px; font-size: 1.08rem; }
.page-hero-art img { display: block; width: 112%; max-width: none; border-radius: 28px; box-shadow: var(--shadow-sm); }
.simple-page-hero { padding: 82px 0 100px; }
.simple-page-hero h1 { max-width: 850px; margin-right: auto; margin-left: auto; }
.simple-page-hero p { margin-right: auto; margin-left: auto; }
.mini-feature-row, .option-chips { display: flex; flex-wrap: wrap; gap: 9px; margin: 25px 0; }
.mini-feature-row span, .option-chips span { padding: 9px 13px; color: #3c4a6e; background: #f2f5fb; border: 1px solid #e7eaf4; border-radius: 999px; font-size: .83rem; font-weight: 650; }
.mobile-workspace-section { background: radial-gradient(circle at 88% 20%,rgba(132,56,244,.1),transparent 31%), linear-gradient(180deg,#fff,#f8fbff); }
.mobile-product-image { padding: 8px; background: rgba(255,255,255,.72); box-shadow: var(--shadow-sm); }
.mobile-product-image img { display: block; width: 100%; border-radius: 22px; }
.mobile-benefits { display: grid; gap: 10px; margin: 24px 0 27px; }
.mobile-benefits span { display: flex; align-items: center; gap: 10px; color: #42506d; font-size: .9rem; font-weight: 680; }
.mobile-benefits i { display: grid; place-items: center; width: 24px; height: 24px; color: var(--success); background: #e9f9f2; border-radius: 8px; font-style: normal; }
.timeline-steps { display: grid; gap: 90px; margin: 0; padding: 0; list-style: none; }
.timeline-steps li { position: relative; display: grid; grid-template-columns: 100px minmax(0,1fr); gap: 35px; width: 100%; max-width: 850px; margin: auto; }
.timeline-steps li:not(:last-child)::after { position: absolute; left: 48px; top: 91px; bottom: -92px; width: 2px; content: ""; background: linear-gradient(#5542ef, #dfe3f4); }
.timeline-index { display: grid; place-items: center; width: 98px; height: 98px; color: #fff; background: var(--gradient); border: 12px solid #f0efff; border-radius: 28px; font-size: 1.35rem; font-weight: 850; }
.timeline-content { min-width: 0; padding-top: 4px; }
.timeline-content h2 { margin: 8px 0 12px; font-size: 2rem; font-weight: 790; letter-spacing: -.035em; }
.demo-input, .demo-result { display: flex; align-items: center; gap: 12px; min-width: 0; margin-top: 22px; padding: 15px 17px; background: #fff; border: 1px solid var(--line); border-radius: 13px; box-shadow: var(--shadow-sm); }
.demo-input span:nth-child(2) { overflow: hidden; flex: 1; color: var(--muted); text-overflow: ellipsis; white-space: nowrap; }
.demo-input i { color: var(--success); font-style: normal; }
.demo-result { justify-content: space-between; }
.demo-result div { display: grid; min-width: 0; }
.demo-result strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.demo-result small { color: var(--muted); }
.demo-result button { color: #fff; background: var(--gradient); border: 0; border-radius: 9px; padding: 9px 14px; font-weight: 700; }
.tips-grid, .values-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.tips-grid article, .values-grid article { padding: 25px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.tips-grid article > span { color: var(--violet); font-size: .8rem; font-weight: 850; }
.tips-grid h3, .values-grid h3 { margin: 15px 0 8px; font-size: 1rem; font-weight: 780; }
.tips-grid p, .values-grid p { margin: 0; font-size: .88rem; }
.values-grid article > span { display: grid; place-items: center; width: 45px; height: 45px; color: var(--blue); background: var(--gradient-soft); border-radius: 13px; font-size: 1.15rem; }
.pricing-section { margin-top: -48px; padding-bottom: 90px; }
.pricing-card { max-width: 930px; margin: auto; overflow: hidden; background: #fff; border: 1px solid #dedff0; border-radius: 30px; box-shadow: var(--shadow-md); }
.pricing-top { display: flex; justify-content: space-between; gap: 30px; padding: 38px 42px; background: var(--gradient-soft); }
.plan-badge { color: var(--blue); font-size: .75rem; font-weight: 850; letter-spacing: .1em; }
.pricing-top h2 { margin: 10px 0 8px; font-size: 1.8rem; font-weight: 800; }
.pricing-top p { margin: 0; }
.price { text-align: right; }
.price strong { display: block; color: var(--blue); font-size: 3.6rem; line-height: 1; }
.price sup { font-size: 1.3rem; }
.price span { color: var(--muted); }
.pricing-body { display: grid; grid-template-columns: 1.2fr .8fr; gap: 30px; padding: 38px 42px; }
.pricing-features h3, .pricing-action h3 { font-size: 1rem; font-weight: 780; }
.pricing-features ul { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 20px; padding: 0; list-style: none; }
.pricing-features li { display: flex; gap: 9px; color: #47526c; font-size: .9rem; }
.pricing-features li span { color: var(--success); }
.pricing-action { padding: 25px; text-align: center; background: #fafaff; border: 1px solid var(--line); border-radius: 20px; }
.pricing-icon, .auth-symbol { display: grid; place-items: center; width: 50px; height: 50px; margin: 0 auto 14px; color: #fff; background: var(--gradient); border-radius: 15px; }
.pricing-action p { font-size: .87rem; }
.pricing-action small { display: block; margin-top: 11px; color: var(--muted); }
.clean-list { display: grid; gap: 14px; }
.clean-list article { padding: 20px 23px; background: #fff; border: 1px solid var(--line); border-radius: 14px; }
.clean-list h3 { margin-bottom: 5px; font-size: .97rem; }
.clean-list p { margin: 0; font-size: .88rem; }
.narrow-content { max-width: 860px; }
.narrow-content h2 { margin: 12px 0 20px; font-size: 2.7rem; font-weight: 800; letter-spacing: -.04em; }
.narrow-content p { font-size: 1.04rem; }
.contact-section { margin-top: -42px; padding-bottom: 90px; }
.contact-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.contact-card { display: block; padding: 30px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.contact-card:hover { transform: translateY(-3px); }
.contact-card h2 { margin: 18px 0 8px; font-size: 1.14rem; }
.contact-card p { font-size: .9rem; }
.contact-card strong { color: var(--blue); font-size: .88rem; }
.contact-note { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 25px; padding: 25px 28px; background: #f5f7ff; border: 1px solid #e2e6fa; border-radius: var(--radius); }
.contact-note > div { display: flex; gap: 15px; }
.contact-note > div > span { display: grid; place-items: center; flex: 0 0 40px; height: 40px; color: var(--blue); background: #fff; border-radius: 12px; font-weight: 800; }
.contact-note h2 { margin-bottom: 5px; font-size: 1rem; }
.contact-note p { margin: 0; font-size: .87rem; }
.resource-links { padding: 0; list-style: none; }
.resource-links a { display: flex; justify-content: space-between; padding: 16px 0; border-bottom: 1px solid var(--line); font-weight: 650; }
.resource-links b { color: var(--blue); }
.faq-page { padding: 70px 0 100px; }
.faq-layout { display: grid; grid-template-columns: 250px 1fr; gap: 70px; }
.faq-aside { position: sticky; top: 110px; display: grid; align-self: start; gap: 4px; }
.faq-aside > strong { margin-bottom: 9px; font-size: .78rem; letter-spacing: .09em; text-transform: uppercase; }
.faq-aside > a { padding: 10px 13px; color: var(--ink-soft); border-radius: 9px; }
.faq-aside > a:hover { color: var(--blue); background: #f5f7ff; }
.faq-help { margin-top: 22px; padding: 20px; background: var(--gradient-soft); border-radius: 17px; }
.faq-help > span { display: grid; place-items: center; width: 34px; height: 34px; color: #fff; background: var(--gradient); border-radius: 10px; }
.faq-help h3 { margin: 13px 0 7px; font-size: .95rem; }
.faq-help a { color: var(--blue); font-size: .85rem; font-weight: 750; }
.faq-groups { display: grid; gap: 56px; }
.faq-groups section > h2 { margin: 8px 0 20px; font-size: 1.8rem; font-weight: 790; }
.faq-groups details { padding: 0 20px; background: #fff; border: 1px solid var(--line); border-radius: 13px; margin-bottom: 10px; }
.faq-groups summary { display: flex; justify-content: space-between; padding: 19px 0; cursor: pointer; font-weight: 720; list-style: none; }
.faq-groups summary::-webkit-details-marker { display: none; }
.faq-groups details p { padding: 0 0 18px; margin: 0; font-size: .93rem; }
.legal-hero { padding-bottom: 70px; text-align: left !important; }
.legal-hero h1, .legal-hero p { margin-left: 0; }
.legal-section { padding: 60px 0 100px; }
.legal-layout { display: grid; grid-template-columns: 220px minmax(0,780px); justify-content: center; gap: 70px; }
.legal-layout aside { position: sticky; top: 110px; display: grid; align-self: start; gap: 9px; }
.legal-layout aside strong { margin-bottom: 8px; }
.legal-layout aside a { color: var(--ink-soft); font-size: .88rem; }
.legal-layout aside a:hover { color: var(--blue); }
.legal-content { display: grid; gap: 34px; }
.legal-content h2 { margin-bottom: 12px; font-size: 1.35rem; font-weight: 790; }
.legal-content p, .legal-content li { color: var(--ink-soft); line-height: 1.75; }
.legal-content a { color: var(--blue); text-decoration: underline; }
.legal-table { border: 1px solid var(--line); border-radius: 14px; overflow: hidden; margin: 20px 0; }
.legal-table div { display: grid; grid-template-columns: 1fr 1.5fr .6fr; gap: 14px; padding: 14px; border-bottom: 1px solid var(--line); }
.legal-table div:last-child { border: 0; }
.legal-table span { color: var(--ink-soft); }
.legal-table b { color: var(--success); }

/* Blog */
.blog-section { padding: 80px 0 100px; }
.featured-article { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 45px; padding: 25px; background: #f8f9ff; border: 1px solid var(--line); border-radius: 28px; }
.featured-article > img { width: 100%; height: 380px; object-fit: cover; border-radius: 20px; }
.article-category { display: inline-flex; padding: 6px 10px; color: var(--blue); background: #eaf1ff; border-radius: 999px; font-size: .72rem; font-weight: 800; text-transform: uppercase; }
.featured-article h2 { margin: 15px 0 12px; font-size: 2.1rem; font-weight: 800; letter-spacing: -.035em; }
.article-meta { display: flex; flex-wrap: wrap; gap: 8px; margin: 16px 0; color: var(--muted); font-size: .78rem; }
.article-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; margin-top: 35px; }
.article-card { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 22px; }
.article-image { display: block; overflow: hidden; }
.article-image img { width: 100%; height: 255px; object-fit: cover; transition: transform .35s ease; }
.article-card:hover .article-image img { transform: scale(1.025); }
.article-card > div { padding: 24px; }
.article-card h2 { margin: 13px 0 10px; font-size: 1.25rem; font-weight: 780; }
.article-card p { font-size: .9rem; }
.article-page { padding-bottom: 100px; }
.article-header { padding: 65px 0 120px; text-align: center; background: linear-gradient(180deg,#fafaff,#f5f6fd); }
.article-header .container { max-width: 900px; }
.breadcrumbs { display: flex; justify-content: center; gap: 8px; margin-bottom: 24px; color: var(--muted); font-size: .78rem; }
.article-header h1 { margin: 18px auto; font-size: clamp(2.5rem,5vw,4.4rem); font-weight: 830; line-height: 1.04; letter-spacing: -.052em; }
.article-header > p { max-width: 730px; margin: auto; font-size: 1.08rem; }
.article-header .article-meta { justify-content: center; }
.article-cover { display: block; width: 100%; max-height: 560px; margin: -75px auto 55px; object-fit: cover; border-radius: 28px; box-shadow: var(--shadow-md); }
.article-layout { display: grid; grid-template-columns: 65px minmax(0,760px); justify-content: center; gap: 35px; }
.article-share { position: sticky; top: 110px; display: grid; align-self: start; gap: 10px; text-align: center; }
.article-share span { color: var(--muted); font-size: .7rem; text-transform: uppercase; }
.article-share button { width: 44px; height: 44px; color: var(--blue); background: #f2f5ff; border: 1px solid #dfe4f5; border-radius: 50%; }
.article-body { font-size: 1.02rem; }
.article-lead { color: #34415f; font-size: 1.18rem; font-weight: 550; }
.article-body section { margin: 43px 0; }
.article-body h2 { margin-bottom: 16px; font-size: 1.7rem; font-weight: 790; letter-spacing: -.025em; }
.article-body p, .article-body li { color: #4d5972; line-height: 1.85; }
.article-body li { margin-bottom: 8px; }
.article-callout { display: flex; gap: 20px; padding: 28px; background: var(--gradient-soft); border: 1px solid #e1e1f8; border-radius: 20px; }
.article-callout > span { font-size: 2rem; }
.article-callout h2 { margin: 0 0 5px; font-size: 1.25rem; }
.article-callout p { margin-bottom: 15px; }

/* Footer */
.site-footer { padding: 70px 0 25px; background: #f7f8fc; border-top: 1px solid var(--line); }
.footer-main { display: grid; grid-template-columns: 1fr 1.35fr; gap: 70px; padding-bottom: 45px; }
.footer-brand img { width: 140px; height: auto; margin-bottom: 18px; }
.footer-brand p { max-width: 360px; font-size: .9rem; }
.footer-nav { display: grid; grid-template-columns: repeat(3,1fr); gap: 25px; }
.footer-nav div { display: grid; align-content: start; gap: 9px; }
.footer-nav h2 { margin-bottom: 4px; font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-nav a { color: var(--ink-soft); font-size: .86rem; }
.footer-nav a:hover { color: var(--blue); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; color: var(--muted); border-top: 1px solid #dfe3ed; font-size: .78rem; }
.footer-credit-link { color: var(--blue); font-weight: 750; }
.footer-credit-link:hover { color: var(--violet); text-decoration: underline; }
.status-pill, .live-chip { display: inline-flex; align-items: center; gap: 7px; }
.status-pill i, .live-chip i, .admin-badge i { width: 7px; height: 7px; background: #19ad78; border-radius: 50%; box-shadow: 0 0 0 4px rgba(25,173,120,.1); }
.cookie-note { position: fixed; right: 22px; bottom: 22px; z-index: 1200; display: flex; align-items: center; gap: 18px; max-width: 520px; padding: 16px 18px; background: #fff; border: 1px solid var(--line); border-radius: 15px; box-shadow: var(--shadow-md); font-size: .8rem; }
.cookie-note[hidden] { display: none; }

/* Alerts and states */
.app-alert { position: relative; z-index: 20; display: flex; align-items: center; gap: 10px; max-width: 1160px; margin: 16px auto; padding: 13px 16px; background: #fff; border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow-sm); font-size: .88rem; }
.app-alert-success { color: #127452; border-color: #c8eddf; background: #f1fcf8; }
.app-alert-error { color: #b22f47; border-color: #ffd2da; background: #fff5f7; }
.app-alert .alert-icon { display: grid; place-items: center; flex: 0 0 25px; height: 25px; color: #fff; border-radius: 50%; font-size: .75rem; }
.app-alert-success .alert-icon { background: var(--success); }
.app-alert-error .alert-icon { background: var(--danger); }
.app-alert button { margin-left: auto; color: currentColor; background: transparent; border: 0; font-size: 1.2rem; }
.state-page { display: grid; min-height: 68vh; place-items: center; padding: 60px 20px; }
.state-card { max-width: 600px; text-align: center; }
.state-code { color: transparent; background: var(--gradient); background-clip: text; font-size: 6rem; font-weight: 900; opacity: .15; }
.state-icon { display: grid; place-items: center; width: 55px; height: 55px; margin: -35px auto 20px; color: #fff; background: var(--gradient); border-radius: 17px; }
.state-card h1 { font-size: 2rem; font-weight: 800; }
.state-card > div { display: flex; justify-content: center; gap: 10px; }

/* Auth */
.auth-shell { min-height: 100vh; background: #fff; }
.auth-grid { display: grid; min-height: 100vh; grid-template-columns: minmax(430px, .9fr) minmax(520px, 1.1fr); }
.auth-story { position: relative; overflow: hidden; display: flex; flex-direction: column; min-height: 100vh; padding: 42px 55px; background: linear-gradient(150deg,#f1f9ff 0%,#f6f0ff 70%,#fff 100%); }
.auth-story::before { position: absolute; left: -130px; bottom: -180px; width: 450px; height: 450px; content: ""; border: 1px solid rgba(86,64,230,.12); border-radius: 50%; }
.auth-brand img { width: 145px; height: auto; }
.auth-story-copy { position: relative; z-index: 2; max-width: 520px; margin-top: 75px; }
.auth-story-copy h2 { margin: 18px 0; font-size: clamp(2.7rem,4vw,4rem); font-weight: 820; line-height: 1.02; letter-spacing: -.05em; }
.auth-story-copy > p { font-size: 1rem; }
.auth-story-copy ul { display: grid; gap: 10px; margin: 25px 0; padding: 0; list-style: none; }
.auth-story-copy li { display: flex; align-items: center; gap: 9px; color: #3e4a67; font-size: .9rem; }
.auth-story-copy li span { display: grid; place-items: center; width: 22px; height: 22px; color: var(--success); background: #fff; border-radius: 50%; }
.auth-visual { position: relative; z-index: 1; width: 102%; margin: auto auto -3% -1%; border-radius: 25px; box-shadow: var(--shadow-md); }
.auth-form-stage { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 50px 7vw 25px; }
.auth-mobile-brand { display: none; }
.auth-card { width: 100%; max-width: 570px; }
.narrow-auth-card { max-width: 500px; }
.auth-card-header { margin-bottom: 27px; text-align: left; }
.auth-card-header h1 { margin: 7px 0 9px; font-size: 2rem; font-weight: 810; letter-spacing: -.035em; }
.auth-card-header p { margin: 0; font-size: .92rem; }
.auth-kicker { color: var(--blue); font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.auth-form, .app-form-card { display: grid; gap: 18px; }
.form-row.two { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-field { min-width: 0; }
.form-field > label, .label-row label { display: block; margin-bottom: 7px; color: #303b58; font-size: .84rem; font-weight: 720; }
.label-row { display: flex; justify-content: space-between; align-items: center; }
.label-row a { color: var(--blue); font-size: .78rem; font-weight: 680; }
.input-shell { display: flex; align-items: center; min-height: 49px; padding: 0 13px; background: #fff; border: 1px solid #dfe3ec; border-radius: 11px; transition: border .2s, box-shadow .2s; }
.input-shell:focus-within { border-color: #7790f6; box-shadow: 0 0 0 4px rgba(36,74,236,.08); }
.input-shell > span { flex: 0 0 27px; color: #8791a8; }
.input-shell input { min-width: 0; flex: 1; height: 46px; padding: 0; color: var(--ink); background: transparent; border: 0; outline: 0; }
.input-shell input::placeholder, textarea::placeholder { color: #a0a8ba; }
.password-toggle { width: 32px; height: 32px; color: #8b94a8; background: transparent; border: 0; }
.form-field textarea, .filter-form input, .filter-form select, .inline-action select { width: 100%; color: var(--ink); background: #fff; border: 1px solid #dfe3ec; border-radius: 11px; padding: 12px 13px; outline: none; }
.form-field textarea:focus, .filter-form input:focus, .filter-form select:focus { border-color: #7790f6; box-shadow: 0 0 0 4px rgba(36,74,236,.08); }
.form-field > small, .field-meta small { color: var(--muted); font-size: .72rem; }
.field-meta { display: flex; justify-content: space-between; }
.field-validation, .validation-summary { color: var(--danger); font-size: .76rem; }
.field-validation:empty, .validation-summary:empty, .validation-summary-valid { display: none; }
.validation-summary ul { margin: 0; padding-left: 18px; }
.validation-summary { padding: 11px 13px; background: #fff4f6; border: 1px solid #ffd3db; border-radius: 10px; }
.check-control { display: flex; align-items: flex-start; gap: 10px; color: var(--ink-soft); font-size: .8rem; line-height: 1.5; }
.check-control input { width: 17px; height: 17px; margin-top: 2px; accent-color: var(--blue); }
.check-control a { color: var(--blue); text-decoration: underline; }
.auth-divider { display: flex; align-items: center; gap: 12px; margin: 22px 0; color: var(--muted); font-size: .75rem; }
.auth-divider::before, .auth-divider::after { height: 1px; flex: 1; content: ""; background: var(--line); }
.auth-footnote, .auth-copyright { margin-top: 18px; text-align: center; font-size: .78rem; }
.auth-footnote a, .auth-copyright a { color: var(--blue); }
.auth-copyright { margin-top: auto; padding-top: 40px; color: var(--muted); }
.security-note { display: flex; gap: 10px; margin-top: 19px; padding: 13px; background: #f5f7fd; border-radius: 11px; }
.security-note span { color: var(--success); }
.security-note p { margin: 0; font-size: .76rem; }
.auth-symbol.error { background: linear-gradient(135deg,#ed5770,#c42e49); }
.status-card .btn { margin-bottom: 10px; }

/* Dashboard shell */
.dashboard-shell { min-height: 100vh; background: #f5f6fa; }
.app-sidebar { position: fixed; inset: 0 auto 0 0; z-index: 1020; display: flex; flex-direction: column; width: 258px; padding: 25px 18px 18px; background: #fff; border-right: 1px solid var(--line); }
.sidebar-close { display: none; }
.sidebar-brand { display: block; padding: 2px 12px 25px; border-bottom: 1px solid #f0f1f6; }
.sidebar-brand img { width: 130px; height: auto; }
.sidebar-nav { display: flex; flex-direction: column; gap: 4px; margin-top: 20px; }
.sidebar-label { margin: 15px 12px 7px; color: #9aa2b5; font-size: .65rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.sidebar-nav a, .sidebar-logout button { display: flex; align-items: center; gap: 11px; padding: 11px 12px; color: #536079; background: transparent; border: 0; border-radius: 10px; font-size: .87rem; font-weight: 650; text-align: left; }
.sidebar-nav a:hover, .sidebar-nav a.active { color: var(--blue); background: #f1f4ff; }
.sidebar-nav a.active { box-shadow: inset 3px 0 var(--blue); }
.nav-glyph { display: grid; place-items: center; width: 24px; height: 24px; font-size: 1rem; font-weight: 800; }
.sidebar-help { margin-top: auto; padding: 17px; background: var(--gradient-soft); border: 1px solid #e3e4fa; border-radius: 15px; }
.help-icon { display: grid; place-items: center; width: 32px; height: 32px; color: #fff; background: var(--gradient); border-radius: 9px; }
.sidebar-help strong { display: block; margin: 10px 0 4px; font-size: .84rem; }
.sidebar-help p { margin-bottom: 7px; font-size: .73rem; line-height: 1.5; }
.sidebar-help a { color: var(--blue); font-size: .74rem; font-weight: 750; }
.sidebar-logout { margin-top: 9px; }
.sidebar-logout button { width: 100%; color: #7b8498; }
.sidebar-logout button:hover { color: var(--danger); background: #fff3f5; }
.dashboard-stage { min-height: 100vh; margin-left: 258px; }
.app-topbar { position: sticky; top: 0; z-index: 1000; display: flex; align-items: center; justify-content: space-between; min-height: 74px; padding: 10px 28px; background: rgba(255,255,255,.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.topbar-title { display: grid; }
.topbar-title span { color: var(--muted); font-size: .68rem; text-transform: uppercase; letter-spacing: .08em; }
.topbar-title strong { font-size: 1rem; }
.topbar-actions { display: flex; align-items: center; gap: 13px; }
.user-menu { display: flex; align-items: center; gap: 9px; padding: 5px; border-radius: 12px; }
.user-menu:hover { background: #f5f6fb; }
.user-menu > span:last-child { display: grid; }
.user-menu strong { font-size: .78rem; }
.user-menu small { color: var(--muted); font-size: .65rem; }
.avatar { display: grid; place-items: center; width: 38px; height: 38px; color: #fff; background: var(--gradient); border-radius: 11px; font-size: .75rem; font-weight: 800; }
.avatar.small { width: 34px; height: 34px; border-radius: 10px; font-size: .68rem; }
.sidebar-toggle { display: none; width: 40px; height: 40px; color: var(--ink); background: #f4f6fb; border: 1px solid var(--line); border-radius: 10px; }
.dashboard-content { max-width: 1520px; margin: auto; padding: 30px; }
.dashboard-content > .app-alert { margin-top: 0; }
.dashboard-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; margin-bottom: 27px; }
.dashboard-kicker { color: var(--blue); font-size: .67rem; font-weight: 820; letter-spacing: .1em; text-transform: uppercase; }
.dashboard-heading h1 { margin: 5px 0 4px; font-size: 1.8rem; font-weight: 810; letter-spacing: -.035em; }
.dashboard-heading p { margin: 0; font-size: .87rem; }
.heading-inline, .heading-actions { display: flex; align-items: center; gap: 12px; }
.heading-inline h1 { margin-right: 5px; }
.stats-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 15px; margin-bottom: 20px; }
.stat-card { position: relative; overflow: hidden; display: flex; align-items: center; gap: 14px; min-height: 125px; padding: 20px; background: #fff; border: 1px solid var(--line); border-radius: 17px; }
.stat-card .stat-icon { flex: 0 0 45px; width: 45px; height: 45px; border-radius: 13px; }
.stat-icon.amber { background: linear-gradient(135deg,#f4a63c,#e37725); }
.stat-card > div:nth-child(2) { display: grid; }
.stat-card span { color: var(--muted); font-size: .72rem; }
.stat-card strong { margin: 2px 0; color: var(--ink); font-size: 1.72rem; line-height: 1; }
.stat-card small { color: #9098aa; font-size: .65rem; }
.stat-wave { position: absolute; right: -5px; bottom: -15px; color: rgba(91,59,239,.08) !important; font-size: 6rem !important; }
.dashboard-grid-main { display: grid; grid-template-columns: minmax(0,1fr) 290px; gap: 18px; }
.panel-card { min-width: 0; background: #fff; border: 1px solid var(--line); border-radius: 17px; }
.panel-card-header { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 20px 22px; border-bottom: 1px solid #eff1f6; }
.panel-card-header h2 { margin: 3px 0 0; font-size: 1.02rem; font-weight: 780; }
.panel-card-header p { margin: 4px 0 0; font-size: .76rem; }
.link-list { padding: 4px 18px; }
.link-list-item { display: grid; grid-template-columns: 39px minmax(0,1fr) auto auto; align-items: center; gap: 12px; padding: 15px 3px; border-bottom: 1px solid #f0f1f5; }
.link-list-item:last-child { border: 0; }
.link-avatar { display: grid; place-items: center; width: 36px; height: 36px; color: var(--blue); background: #eef3ff; border-radius: 11px; font-weight: 800; }
.link-avatar.large { width: 46px; height: 46px; border-radius: 13px; }
.link-main { display: grid; min-width: 0; }
.link-main h3 { overflow: hidden; margin: 0; font-size: .83rem; font-weight: 740; text-overflow: ellipsis; white-space: nowrap; }
.link-main a { color: var(--blue); font-size: .73rem; }
.link-main small { overflow: hidden; max-width: 420px; color: var(--muted); font-size: .66rem; text-overflow: ellipsis; white-space: nowrap; }
.link-meta { display: grid; justify-items: end; gap: 5px; }
.link-meta > strong { font-size: .78rem; }
.link-meta small { color: var(--muted); font-size: .62rem; font-weight: 500; }
.status-badge, .role-badge { display: inline-flex; align-items: center; width: max-content; padding: 5px 9px; color: #69748b; background: #f0f2f6; border-radius: 999px; font-size: .64rem; font-weight: 750; }
.status-badge.active { color: #0c825a; background: #e9f9f2; }
.status-badge.passive { color: #727c91; background: #eff1f5; }
.status-badge.expired { color: #b66e0f; background: #fff5df; }
.status-badge.deleted { color: #be344c; background: #ffedf1; }
.role-badge { color: var(--blue); background: #edf2ff; }
.role-badge.admin { color: var(--violet); background: #f3ecff; }
.link-actions, .table-actions { display: flex; gap: 5px; }
.link-actions button, .link-actions a, .table-actions button, .table-actions a { display: grid; place-items: center; width: 31px; height: 31px; color: #68748c; background: #f6f7fa; border: 0; border-radius: 8px; }
.link-actions button:hover, .link-actions a:hover, .table-actions button:hover, .table-actions a:hover { color: var(--blue); background: #edf2ff; }
.dashboard-side { display: grid; align-content: start; gap: 18px; }
.quick-create, .tip-card, .preview-card, .metric-card, .health-card, .share-card, .state-card-mini { padding: 22px; }
.quick-create { color: #fff; background: var(--gradient); border: 0; }
.quick-create-icon { display: grid; place-items: center; width: 39px; height: 39px; background: rgba(255,255,255,.16); border-radius: 11px; }
.quick-create h2 { margin: 17px 0 8px; font-size: 1.08rem; }
.quick-create p { color: rgba(255,255,255,.73); font-size: .78rem; }
.quick-create .btn { color: var(--blue) !important; background: #fff; box-shadow: none; }
.health-card .panel-card-header { padding: 0 0 14px; }
.health-card h2, .share-card h2, .state-card-mini h2 { font-size: .92rem; }
.health-ring { display: grid; place-items: center; width: 47px; height: 47px; color: var(--blue); background: conic-gradient(var(--blue) 70%, #e8ebf4 0); border: 6px solid #f1f3f8; border-radius: 50%; font-size: .64rem; font-weight: 800; }
.health-card > p { font-size: .73rem; }
.health-row { display: flex; justify-content: space-between; padding: 9px 0; border-top: 1px solid #f0f1f5; font-size: .75rem; }
.empty-state { display: grid; justify-items: center; padding: 42px 20px; text-align: center; }
.empty-state > span { display: grid; place-items: center; width: 48px; height: 48px; color: var(--blue); background: #eef2ff; border-radius: 14px; font-size: 1.2rem; }
.empty-state h3, .empty-state h2 { margin: 13px 0 5px; font-size: 1rem; }
.empty-state p { margin-bottom: 15px; font-size: .8rem; }
.empty-state.large { min-height: 330px; align-content: center; }

/* Tables and forms */
.filter-card { margin-bottom: 16px; padding: 13px; }
.filter-form { display: flex; align-items: center; gap: 9px; }
.filter-form .search-field { position: relative; min-width: 240px; flex: 1; }
.search-field span { position: absolute; left: 13px; top: 50%; color: #8992a5; transform: translateY(-50%); }
.filter-form .search-field input { padding-left: 37px; }
.filter-form input, .filter-form select { min-height: 42px; padding: 8px 11px; font-size: .78rem; }
.filter-form select { width: auto; min-width: 135px; }
.filter-form .btn { min-height: 42px; }
.clear-filter { padding: 8px; color: var(--blue); font-size: .75rem; font-weight: 700; }
.table-card { overflow: hidden; }
.responsive-table { overflow-x: auto; }
.app-table { width: 100%; border-collapse: collapse; }
.app-table th { padding: 13px 16px; color: #8b94a7; background: #fafbfc; border-bottom: 1px solid var(--line); font-size: .66rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; white-space: nowrap; }
.app-table td { padding: 14px 16px; color: #455069; border-bottom: 1px solid #f0f1f5; font-size: .76rem; vertical-align: middle; }
.app-table tr:last-child td { border-bottom: 0; }
.app-table tbody tr:hover { background: #fcfcff; }
.table-link { display: flex; align-items: center; gap: 11px; min-width: 260px; }
.table-link > div:last-child { display: grid; min-width: 0; }
.table-link strong { max-width: 330px; overflow: hidden; color: var(--ink); text-overflow: ellipsis; white-space: nowrap; }
.table-link a { color: var(--blue); font-size: .7rem; }
.table-link small { max-width: 360px; overflow: hidden; color: var(--muted); font-size: .62rem; text-overflow: ellipsis; white-space: nowrap; }
.visit-count { font-size: .9rem; }
.pagination-bar { display: flex; align-items: center; justify-content: space-between; padding: 13px 16px; color: var(--muted); background: #fafbfc; border-top: 1px solid var(--line); font-size: .7rem; }
.pagination-bar > div { display: flex; align-items: center; gap: 10px; }
.pagination-bar a { display: grid; place-items: center; width: 31px; height: 31px; color: var(--blue); background: #fff; border: 1px solid var(--line); border-radius: 8px; }
.pagination-bar a.disabled { opacity: .4; pointer-events: none; }
.form-page-grid { display: grid; grid-template-columns: minmax(0,1fr) 310px; gap: 18px; align-items: start; }
.app-form-card { padding: 24px; }
.form-card-header { display: flex; gap: 13px; margin-bottom: 5px; padding-bottom: 19px; border-bottom: 1px solid var(--line); }
.form-card-header .feature-icon { flex: 0 0 45px; width: 45px; height: 45px; }
.form-card-header h2 { margin: 2px 0 3px; font-size: 1rem; font-weight: 780; }
.form-card-header p { margin: 0; font-size: .74rem; }
.app-form-card .form-field > textarea { font-size: .85rem; }
.form-actions { display: flex; justify-content: flex-end; gap: 9px; padding-top: 19px; border-top: 1px solid var(--line); }
.form-side { display: grid; gap: 17px; }
.tip-card > span { display: grid; place-items: center; width: 36px; height: 36px; color: var(--blue); background: #edf2ff; border-radius: 10px; }
.tip-card h2, .preview-card h2 { margin: 13px 0 7px; font-size: .9rem; }
.tip-card p, .preview-card p { margin: 0; font-size: .74rem; }
.preview-card { display: grid; }
.preview-card > small { margin-top: 15px; color: var(--muted); }
.preview-card > strong { margin: 3px 0 10px; color: var(--blue); font-size: .86rem; }
.toggle-field { align-self: center; }
.switch-control { display: flex !important; align-items: center; gap: 10px; margin-top: 17px; cursor: pointer; }
.switch-control input { position: absolute; opacity: 0; }
.switch-control > span { position: relative; width: 44px; height: 24px; background: #cdd2de; border-radius: 999px; transition: .2s; }
.switch-control > span::after { position: absolute; left: 3px; top: 3px; width: 18px; height: 18px; content: ""; background: #fff; border-radius: 50%; box-shadow: 0 2px 5px rgba(0,0,0,.18); transition: .2s; }
.switch-control input:checked + span { background: var(--blue); }
.switch-control input:checked + span::after { transform: translateX(20px); }
.switch-control b { font-size: .78rem; }

/* Details and account */
.link-detail-grid { display: grid; grid-template-columns: minmax(0,1fr) 290px; gap: 18px; min-width: 0; }
.detail-main, .detail-side { display: grid; align-content: start; gap: 17px; min-width: 0; }
.short-url-card { padding: 22px; background: linear-gradient(135deg,#fbfdff,#f8f5ff); border-color: #dfe3f4; }
.short-url-row { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin: 12px 0 8px; }
.short-url-row > div { display: flex; align-items: center; gap: 12px; min-width: 0; }
.short-url-row a { overflow: hidden; color: var(--blue); font-size: 1.15rem; font-weight: 780; text-overflow: ellipsis; white-space: nowrap; }
.short-url-card > p { margin: 0; font-size: .74rem; }
.destination-card { padding-bottom: 20px; }
.destination-card .panel-card-header, .info-card .panel-card-header { padding: 17px 20px; }
.destination-card .panel-card-header a, .info-card .panel-card-header a { color: var(--blue); font-size: .7rem; font-weight: 700; }
.destination-url { display: flex; align-items: center; gap: 10px; margin: 17px 20px 0; padding: 12px; background: #f6f7fa; border-radius: 10px; }
.destination-url span:last-child { overflow: hidden; color: var(--ink-soft); font-size: .75rem; text-overflow: ellipsis; white-space: nowrap; }
.detail-list { display: grid; margin: 0; }
.detail-list > div { display: grid; grid-template-columns: 150px 1fr; gap: 20px; padding: 13px 20px; border-bottom: 1px solid #f0f1f5; }
.detail-list > div:last-child { border: 0; }
.detail-list dt { color: var(--muted); font-size: .7rem; font-weight: 600; }
.detail-list dd { margin: 0; color: #3f4b64; font-size: .75rem; font-weight: 650; }
.break-url { overflow-wrap: anywhere; }
.metric-card > small { display: block; margin-top: 17px; color: var(--muted); }
.metric-card > strong { display: block; margin: 3px 0; font-size: 2.2rem; }
.metric-card > p { margin: 0; font-size: .72rem; }
.share-card { display: grid; gap: 7px; }
.share-card h2 { margin-bottom: 6px; }
.share-card button, .share-card a { display: flex; align-items: center; gap: 10px; padding: 10px; color: #4d5870; background: #f7f8fb; border: 0; border-radius: 9px; font-size: .74rem; text-align: left; }
.state-dot { display: inline-block; width: 9px; height: 9px; margin: 6px 5px 0 0; background: var(--success); border-radius: 50%; box-shadow: 0 0 0 5px rgba(18,149,106,.1); }
.state-dot.off { background: var(--warning); box-shadow: 0 0 0 5px rgba(216,138,24,.1); }
.state-card-mini strong { font-size: .78rem; }
.state-card-mini p { margin: 8px 0 0; font-size: .71rem; }
.app-modal { padding: 30px; text-align: center; border: 0; border-radius: 20px; }
.modal-icon { display: grid; place-items: center; width: 52px; height: 52px; margin: 0 auto 15px; color: #fff; background: var(--gradient); border-radius: 15px; font-size: 1.3rem; font-weight: 850; }
.modal-icon.danger { background: linear-gradient(135deg,#ed5770,#c92e49); }
.app-modal h2 { font-size: 1.15rem; font-weight: 800; }
.app-modal p { font-size: .8rem; }
.modal-actions { display: flex; justify-content: center; gap: 8px; margin-top: 18px; }
.account-grid { display: grid; grid-template-columns: 280px minmax(0,1fr); gap: 18px; align-items: start; }
.profile-summary { padding: 24px; text-align: center; }
.profile-avatar { display: grid; place-items: center; width: 72px; height: 72px; margin: 0 auto 14px; color: #fff; background: var(--gradient); border-radius: 20px; font-size: 1.3rem; font-weight: 850; }
.profile-summary h2 { margin-bottom: 3px; font-size: 1.05rem; }
.profile-summary > p { margin-bottom: 10px; font-size: .73rem; }
.profile-summary dl { display: grid; margin: 20px 0; text-align: left; }
.profile-summary dl > div { display: flex; justify-content: space-between; gap: 10px; padding: 11px 0; border-top: 1px solid #f0f1f5; }
.profile-summary dt, .profile-summary dd { margin: 0; font-size: .7rem; }
.profile-summary dt { color: var(--muted); }
.confirmed { color: var(--success) !important; }
.unconfirmed { color: var(--warning) !important; }
.account-forms { display: grid; gap: 17px; }
.compact-form { gap: 16px; }
.readonly-field { display: grid; padding: 13px; background: #f7f8fb; border-radius: 10px; }
.readonly-field span, .readonly-field small { color: var(--muted); font-size: .7rem; }
.readonly-field strong { font-size: .8rem; }

/* Admin */
.admin-badge { display: flex; align-items: center; gap: 8px; margin: 18px 8px 0; padding: 9px 11px; color: #6241cf; background: #f2edff; border-radius: 9px; font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.admin-note { background: #f7f5ff; }
.live-chip { padding: 7px 10px; color: #147956; background: #ebfaf4; border-radius: 999px; font-size: .68rem; font-weight: 700; }
.report-date { color: var(--muted); font-size: .72rem; }
.admin-overview-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-bottom: 18px; }
.distribution-list { display: grid; gap: 19px; padding: 22px; }
.distribution-list > div > div { display: flex; justify-content: space-between; margin-bottom: 8px; font-size: .75rem; }
.dot { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; }
.dot.blue { background: var(--blue); }.dot.gray { background: #a8afbf; }.dot.violet { background: var(--violet); }.dot.amber { background: var(--warning); }.dot.red { background: var(--danger); }
.distribution-list progress { width: 100%; height: 7px; overflow: hidden; border: 0; border-radius: 10px; }
progress::-webkit-progress-bar { background: #edf0f5; border-radius: 10px; }
progress::-webkit-progress-value { background: var(--blue); border-radius: 10px; }
.distribution-list progress.muted::-webkit-progress-value { background: #9ba3b5; }
.distribution-list progress.violet::-webkit-progress-value { background: var(--violet); }
.admin-donut-wrap { display: flex; align-items: center; justify-content: center; gap: 35px; padding: 24px; }
.css-donut { display: grid; place-items: center; width: 135px; height: 135px; flex: 0 0 135px; background: conic-gradient(var(--blue) 0 calc(var(--active)*1%), #9fa7b8 calc(var(--active)*1%) calc((var(--active) + var(--passive))*1%), #f0a33a 0 91%, #e05168 0); border-radius: 50%; }
.css-donut::before { grid-area: 1/1; width: 92px; height: 92px; content: ""; background: #fff; border-radius: 50%; }
.css-donut span { z-index: 1; grid-area: 1/1; display: grid; text-align: center; font-size: 1.5rem; font-weight: 820; }
.css-donut small { color: var(--muted); font-size: .6rem; font-weight: 500; }
.donut-legend { display: grid; gap: 9px; }
.donut-legend span { color: var(--ink-soft); font-size: .72rem; }
.donut-legend b { float: right; margin-left: 20px; color: var(--ink); }
.activity-card { margin-bottom: 15px; }
.activity-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.activity-grid article { display: flex; align-items: center; gap: 12px; padding: 20px; border-right: 1px solid var(--line); }
.activity-grid article:last-child { border: 0; }
.activity-grid .activity-icon { flex: 0 0 40px; width: 40px; height: 40px; border-radius: 12px; }
.activity-grid article > div { display: grid; }
.activity-grid small { color: var(--muted); font-size: .65rem; }
.activity-grid strong { font-size: .75rem; }
.table-user { display: flex; align-items: center; gap: 10px; min-width: 185px; }
.table-user > div { display: grid; }
.table-user strong { color: var(--ink); font-size: .75rem; }
.table-user small { color: var(--muted); font-size: .63rem; }
.table-user.compact { min-width: 160px; }
.status-stack { display: grid; gap: 4px; }
.status-stack small { font-size: .61rem; }
.row-action { color: var(--blue); font-size: .7rem; font-weight: 700; white-space: nowrap; }
.admin-detail-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,300px); gap: 18px; align-items: start; min-width: 0; }
.admin-detail-grid > *, .admin-detail-grid > div > *, .admin-detail-grid > aside > * { min-width: 0; }
.admin-detail-grid .profile-summary > p { overflow-wrap: anywhere; }
.admin-profile { grid-column: auto; }
.mini-stats { grid-template-columns: repeat(4,1fr); }
.mini-stats .stat-card { min-height: 105px; }
.admin-actions-card { overflow: hidden; }
.admin-control-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 22px; border-bottom: 1px solid var(--line); }
.admin-control-row:last-child { border: 0; }
.admin-control-row > div { display: flex; align-items: center; gap: 12px; }
.control-icon { display: grid; place-items: center; width: 39px; height: 39px; color: var(--blue); background: #edf2ff; border-radius: 11px; }
.control-icon.violet { color: var(--violet); background: #f3edff; }
.admin-control-row strong { display: block; font-size: .8rem; }
.admin-control-row p { margin: 3px 0 0; font-size: .7rem; }
.inline-action { display: flex; gap: 7px; }
.inline-action select { min-width: 120px; padding: 8px; font-size: .75rem; }
.badge-row { display: flex; justify-content: center; gap: 7px; }
.compact-profile .small-avatar { width: 55px; height: 55px; border-radius: 16px; font-size: .95rem; }
.compact-actions { padding: 20px; }
.compact-actions h2 { font-size: .9rem; }
.compact-actions p { font-size: .72rem; }

.mobile-app-nav { display: none; }
.sidebar-backdrop { display: none; }

@media (max-width: 1100px) {
  .hero-grid { grid-template-columns: 1fr 1fr; }
  .hero-copy h1 { font-size: 3.65rem; }
  .floating-card { display: none; }
  .feature-grid, .feature-detail-grid { grid-template-columns: repeat(2,1fr); }
  .tips-grid, .values-grid { grid-template-columns: repeat(2,1fr); }
  .auth-grid { grid-template-columns: .85fr 1.15fr; }
  .auth-story { padding: 35px; }
  .auth-story-copy { margin-top: 55px; }
  .auth-story-copy h2 { font-size: 3rem; }
  .stats-grid { grid-template-columns: repeat(2,1fr); }
  .admin-detail-grid { grid-template-columns: minmax(0,1fr); }
  .admin-detail-grid > aside { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 15px; min-width: 0; }
  .admin-detail-grid > aside > * { margin: 0; }
}

@media (max-width: 991.98px) {
  .site-header .navbar-collapse { padding: 18px 0 10px; }
  .site-header .navbar-nav { align-items: stretch !important; }
  .site-header .nav-link { margin: 2px 0; }
  .nav-actions { margin-top: 12px; padding-top: 13px; border-top: 1px solid var(--line); }
  .hero-section { padding-top: 55px; }
  .hero-grid, .compact-hero .container, .split-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-copy > p { margin-right: auto; margin-left: auto; }
  .hero-actions, .hero-trust { justify-content: center; }
  .hero-art { max-width: 740px; margin: auto; }
  .hero-art > img { width: 100%; margin: 0; }
  .quick-link-card { grid-template-columns: minmax(0,1fr); }
  .quick-stats { grid-column: auto; }
  .split-grid.image-left .showcase-image { order: 2; }
  .faq-grid { grid-template-columns: 1fr; gap: 25px; }
  .steps-grid { gap: 15px; }
  .steps-grid li:not(:last-child)::after { display: none; }
  .page-hero-art img { width: 100%; }
  .contact-grid { grid-template-columns: 1fr; }
  .faq-layout, .legal-layout { grid-template-columns: 1fr; gap: 35px; }
  .faq-aside, .legal-layout aside { position: static; }
  .faq-aside > a { display: none; }
  .featured-article { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr; gap: 35px; }
  .auth-grid { grid-template-columns: 1fr; }
  .auth-story { display: none; }
  .auth-mobile-brand { display: block; margin-bottom: 35px; }
  .auth-mobile-brand img { width: 135px; height: auto; }
  .auth-form-stage { min-height: 100vh; padding: 40px 22px 25px; }
  .app-sidebar { transform: translateX(-105%); transition: transform .25s ease; box-shadow: var(--shadow-md); }
  .app-sidebar.open { transform: translateX(0); }
  body.sidebar-open { overflow: hidden; }
  .sidebar-close { position: absolute; top: 17px; right: 14px; display: grid; place-items: center; width: 40px; height: 40px; color: #58647d; background: #f4f6fb; border: 1px solid var(--line); border-radius: 12px; font-size: 1.35rem; line-height: 1; }
  .dashboard-stage { margin-left: 0; }
  .sidebar-toggle { display: grid; place-items: center; }
  .topbar-title { margin-right: auto; margin-left: 12px; }
  .sidebar-backdrop { position: fixed; inset: 0; z-index: 1010; background: rgba(11,22,63,.35); }
  .sidebar-backdrop.show { display: block; }
  .dashboard-grid-main, .form-page-grid, .link-detail-grid, .account-grid { grid-template-columns: 1fr; }
  .dashboard-side { grid-template-columns: repeat(2,1fr); }
  .admin-overview-grid { grid-template-columns: 1fr; }
  .dashboard-content { padding-bottom: calc(106px + env(safe-area-inset-bottom)); }
  .mobile-app-nav { position: fixed; left: 12px; right: 12px; bottom: 10px; z-index: 1005; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); align-items: end; min-height: 68px; padding: 7px 8px calc(7px + env(safe-area-inset-bottom)); background: rgba(255,255,255,.96); border: 1px solid rgba(221,225,238,.95); border-radius: 22px; box-shadow: 0 16px 44px rgba(34,43,84,.22); backdrop-filter: blur(18px); }
  .mobile-app-nav a { display: grid; justify-items: center; align-content: center; gap: 2px; min-width: 0; min-height: 52px; color: #7a8499; border-radius: 15px; }
  .mobile-app-nav a > span { display: grid; place-items: center; width: 31px; height: 27px; font-size: 1.08rem; font-weight: 800; }
  .mobile-app-nav a > small { overflow: hidden; max-width: 100%; font-size: .6rem; font-weight: 750; text-overflow: ellipsis; white-space: nowrap; }
  .mobile-app-nav a.active { color: var(--blue); background: #f2f5ff; }
  .mobile-app-nav .mobile-nav-create { align-self: center; color: #fff; background: var(--gradient); box-shadow: 0 8px 19px rgba(74,56,225,.28); }
  .admin-mobile-nav a.active { color: var(--violet); background: #f5f0ff; }
}

@media (max-width: 767.98px) {
  html { font-size: 15px; }
  .app-container { padding-right: 19px; padding-left: 19px; }
  .hero-copy h1 { font-size: 3rem; }
  .hero-copy > p { font-size: 1rem; }
  .hero-actions .btn { width: 100%; }
  .hero-trust { gap: 10px; }
  .quick-link-card { padding: 25px 20px; }
  .quick-link-form { flex-direction: column; align-items: stretch; }
  .url-preview { min-height: 42px; }
  .quick-stats { gap: 12px; }
  .quick-stats div { display: grid; gap: 0; text-align: center; }
  .section-space { padding: 70px 0; }
  .feature-grid, .feature-detail-grid, .steps-grid, .article-grid { grid-template-columns: 1fr; }
  .steps-grid { gap: 14px; }
  .section-heading h2, .showcase-copy h2 { font-size: 2.25rem; }
  .cta-card { padding: 50px 22px; border-radius: 23px; }
  .page-hero { padding: 58px 0; }
  .page-hero-copy h1, .simple-page-hero h1 { font-size: 2.8rem; }
  .timeline-steps { gap: 55px; }
  .timeline-steps li { grid-template-columns: 62px minmax(0,1fr); gap: 18px; }
  .timeline-index { width: 62px; height: 62px; border-width: 7px; border-radius: 18px; }
  .timeline-steps li:not(:last-child)::after { left: 30px; top: 62px; bottom: -56px; }
  .timeline-content h2 { font-size: 1.55rem; }
  .tips-grid, .values-grid { grid-template-columns: 1fr; }
  .pricing-top, .contact-note { flex-direction: column; align-items: flex-start; }
  .price { text-align: left; }
  .pricing-body { grid-template-columns: 1fr; padding: 28px 20px; }
  .pricing-top { padding: 28px 20px; }
  .pricing-features ul { grid-template-columns: 1fr; }
  .legal-table div { grid-template-columns: 1fr; }
  .article-header { padding-bottom: 90px; }
  .article-cover { margin-top: -48px; border-radius: 18px; }
  .article-layout { grid-template-columns: 1fr; }
  .article-share { position: static; display: flex; align-items: center; }
  .footer-nav { grid-template-columns: 1fr 1fr; }
  .footer-nav a, .text-link { min-height: 44px; }
  .footer-nav a { display: flex; align-items: center; }
  .footer-bottom { flex-direction: column; gap: 10px; }
  .cookie-note { left: 12px; right: 12px; bottom: 12px; flex-direction: column; align-items: stretch; }
  .form-row.two { grid-template-columns: 1fr; }
  .dashboard-content { padding: 22px 15px calc(112px + env(safe-area-inset-bottom)); }
  .app-topbar { padding: 9px 15px; }
  .topbar-title span, .user-menu > span:last-child, .topbar-actions > .btn, .live-chip { display: none; }
  .dashboard-heading { align-items: flex-start; flex-direction: column; }
  .dashboard-heading > .btn { width: 100%; }
  .stats-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .stat-card { min-height: 110px; padding: 15px; }
  .stat-card .stat-icon { width: 39px; height: 39px; flex-basis: 39px; }
  .stat-card strong { font-size: 1.4rem; }
  .dashboard-side { grid-template-columns: 1fr; }
  .link-list-item { grid-template-columns: 36px minmax(0,1fr) auto; }
  .link-meta { display: none; }
  .filter-form { align-items: stretch; flex-direction: column; }
  .filter-form .search-field, .filter-form select { width: 100%; min-width: 0; }
  .responsive-table { overflow: visible; }
  .app-table, .app-table tbody { display: block; width: 100%; }
  .app-table thead { display: none; }
  .app-table tbody { display: grid; gap: 12px; padding: 12px; }
  .app-table tbody tr { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 14px; overflow: hidden; padding: 5px 14px; background: linear-gradient(145deg,#fff,#fbfcff); border: 1px solid #e5e8f2; border-radius: 16px; box-shadow: 0 8px 22px rgba(40,49,88,.06); }
  .app-table td { display: flex; align-items: center; justify-content: space-between; gap: 10px; min-width: 0; padding: 11px 0; border-bottom: 1px solid #eef0f5; }
  .app-table tr:last-child td { border-bottom: 1px solid #eef0f5; }
  .app-table td::before { flex: 0 0 auto; content: attr(data-label); color: #929aae; font-size: .61rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
  .app-table td[data-primary] { grid-column: 1 / -1; display: block; padding-top: 12px; }
  .app-table td[data-primary]::before { display: block; margin-bottom: 8px; }
  .app-table td[data-actions] { grid-column: 1 / -1; border-bottom: 0; }
  .app-table td[data-actions] .table-actions { margin-left: auto; }
  .app-table td[data-actions] .table-actions button, .app-table td[data-actions] .table-actions a { width: 42px; height: 42px; border-radius: 12px; }
  .table-link, .table-user, .table-user.compact { width: 100%; min-width: 0; }
  .table-link strong, .table-link a, .table-link small, .table-user strong, .table-user small { max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .row-action { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 0 14px; background: #eff3ff; border-radius: 11px; }
  .form-actions { flex-direction: column-reverse; }
  .form-actions .btn { width: 100%; }
  .short-url-row { align-items: stretch; flex-direction: column; }
  .short-url-row .btn { width: 100%; }
  .detail-list > div { grid-template-columns: 1fr; gap: 4px; }
  .admin-donut-wrap { flex-direction: column; }
  .activity-grid { grid-template-columns: 1fr; }
  .activity-grid article { border-right: 0; border-bottom: 1px solid var(--line); }
  .mini-stats { grid-template-columns: 1fr 1fr; }
  .admin-control-row { align-items: stretch; flex-direction: column; }
  .admin-control-row form, .admin-control-row .btn { width: 100%; }
  .admin-detail-grid > aside { grid-template-columns: minmax(0,1fr); }
  .heading-actions { width: 100%; }
  .heading-actions .btn { flex: 1; }
}

@media (max-width: 480px) {
  .hero-copy h1 { font-size: 2.55rem; }
  .hero-trust { display: grid; justify-content: start; margin-left: 20px; text-align: left; }
  .quick-stats { grid-template-columns: 1fr; }
  .quick-stats div { padding: 8px; border-right: 0; border-bottom: 1px solid var(--line); }
  .footer-nav { grid-template-columns: 1fr; }
  .auth-form-stage { justify-content: flex-start; }
  .auth-card-header h1 { font-size: 1.7rem; }
  .stats-grid, .mini-stats { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .stat-card { display: grid; grid-template-columns: 36px minmax(0,1fr); gap: 9px; min-height: 104px; padding: 13px; }
  .stat-card .stat-icon { width: 36px; height: 36px; flex-basis: 36px; }
  .stat-card strong { font-size: 1.3rem; }
  .stat-card small { line-height: 1.25; }
  .pagination-bar { align-items: flex-start; flex-direction: column; gap: 10px; }
}

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