:root{
  --primary:#1f5eff;
  --primary-soft:#edf3ff;
  --accent:#ff7a2f;
  --bg:#f5f7fb;
  --surface:#ffffff;
  --surface-2:#f8fafc;
  --text:#182230;
  --muted:#667085;
  --line:#e6ebf2;
  --success:#16a34a;
  --danger:#dc2626;
  --shadow-sm:0 10px 30px rgba(17,24,39,.05);
  --shadow-md:0 20px 60px rgba(17,24,39,.08);
  --radius:22px;
}
*{box-sizing:border-box}
html,body{margin:0;padding:0;font-family:Inter,system-ui,-apple-system,sans-serif;background:linear-gradient(180deg,#f7f9fc 0%,#f3f6fb 100%);color:var(--text)}
a{text-decoration:none;color:inherit}
img{max-width:100%}
.app-container{max-width:1240px;margin:0 auto;padding-inline:16px}
.app-main{min-height:calc(100vh - 180px)}
.site-header{background:rgba(255,255,255,.86);backdrop-filter:saturate(180%) blur(14px);border-bottom:1px solid rgba(230,235,242,.85)}
.site-header__top{background:#0f172a;color:#d7e0f6;font-size:13px}
.site-header__top .app-container{padding-block:8px}
.site-header__tagline{display:flex;align-items:center;gap:8px;white-space:nowrap}
.site-marquee{overflow:hidden;flex:1;min-width:0}.site-marquee__track{display:inline-flex;white-space:nowrap;animation:marquee 28s linear infinite}@keyframes marquee{0%{transform:translateX(100%)}100%{transform:translateX(-100%)}}
.navbar{padding:14px 0}.brand-mark{display:flex;align-items:center;gap:10px;font-weight:800;color:#0f172a;font-size:1.15rem}.brand-mark__dot,.brand-dot{width:12px;height:12px;border-radius:999px;background:linear-gradient(135deg,var(--accent),var(--primary));box-shadow:0 0 0 6px rgba(31,94,255,.08)}
.navbar-nav{gap:4px}.nav-link{color:#344054;padding:10px 14px;border-radius:999px;font-weight:600}.nav-link.active,.nav-link:hover{background:var(--primary-soft);color:var(--primary)}
.navbar-user{display:flex;align-items:center;gap:10px}.navbar-user__meta{display:flex;flex-direction:column;align-items:flex-end}.navbar-user__name{font-weight:700}.navbar-user__plan{font-size:12px;color:var(--muted)}
.nav-dashboard-dropdown .dropdown-menu{border-radius:16px;padding:8px;min-width:220px}.nav-dashboard-dropdown .dropdown-item{border-radius:12px;padding:10px 12px;font-weight:600}.nav-dashboard-dropdown .dropdown-item.active,.nav-dashboard-dropdown .dropdown-item:hover{background:var(--primary-soft);color:var(--primary)}
.btn{border-radius:14px;font-weight:700;padding:.72rem 1rem;box-shadow:none}.btn-sm{padding:.55rem .85rem;border-radius:12px}.btn-lg{padding:.92rem 1.25rem;border-radius:16px}.btn-primary{background:linear-gradient(135deg,var(--primary),#5d78ff);border:0}.btn-primary:hover{opacity:.95}.btn-soft{background:var(--primary-soft);color:var(--primary);border:1px solid #d7e6ff}.btn-soft:hover{background:#e5efff;color:var(--primary)}.btn-ghost{background:transparent;border:1px solid transparent;color:#344054}.btn-outline-primary{border-color:#c7d7ff;color:var(--primary)}
.form-control,.form-select{min-height:50px;border:1px solid #dbe4ef;border-radius:16px;padding:.9rem 1rem;background:#fff;box-shadow:none}.form-control:focus,.form-select:focus{border-color:#9bb7ff;box-shadow:0 0 0 4px rgba(31,94,255,.08)}textarea.form-control{min-height:140px;resize:vertical}.form-label{font-weight:700;font-size:13px;color:#344054;margin-bottom:8px}
.card-soft,.feature-card,.guide-card,.plan-card,.auth-modern__panel,.auth-modern__intro,.summary-card,.shortcut-card,.user-card,.result-card,.converter-area{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-sm)}
.card-soft{padding:24px}
.page-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.page-kicker{font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:var(--accent);font-weight:800;margin-bottom:10px}.section-title{font-weight:800;letter-spacing:-.03em;line-height:1.1;margin:0}.section-subtitle,.stat-muted,.footer-note{color:var(--muted);line-height:1.65}
.flash-stack{display:grid;gap:10px;margin-bottom:16px}.alert-modern{border-radius:16px;border:0;box-shadow:var(--shadow-sm)}
.brand-badge,.pill{display:inline-flex;align-items:center;gap:8px;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:800}.brand-badge{background:rgba(255,122,47,.1);color:var(--accent)}.pill.ok{background:rgba(22,163,74,.12);color:var(--success)}.pill.info{background:rgba(31,94,255,.11);color:var(--primary)}.pill.hot{background:rgba(255,122,47,.13);color:#ca5a12}.pill.warn{background:rgba(245,158,11,.12);color:#b45309}
.text-gradient{background:linear-gradient(135deg,var(--primary),var(--accent));-webkit-background-clip:text;background-clip:text;color:transparent}
.site-footer{padding:28px 0 36px;border-top:1px solid var(--line);background:rgba(255,255,255,.72)}.footer-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.footer-title{font-weight:800;margin-bottom:10px}.footer-links{display:flex;gap:12px;flex-wrap:wrap}.footer-links--stack{display:grid}.footer-links a{color:var(--muted)}.footer-copy{margin-top:20px;color:var(--muted);font-size:13px}
.hero-shell{padding:18px 0}.hero-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(340px,.85fr);gap:20px;align-items:stretch}.hero-title{font-size:3.3rem;line-height:1.02;letter-spacing:-.05em;font-weight:800;max-width:13ch}.hero-copy{margin-top:16px;color:var(--muted);font-size:1.05rem;max-width:62ch;line-height:1.7}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.hero-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:26px}.hero-stats--clean{grid-template-columns:repeat(3,minmax(0,1fr))}.hero-stat{background:#fff;border:1px solid var(--line);border-radius:18px;padding:16px;box-shadow:var(--shadow-sm)}.hero-stat strong{display:block;font-size:1.15rem}.hero-stat span{display:block;color:var(--muted);font-size:13px;margin-top:6px}
.hero-demo-card{display:flex;align-items:stretch}.hero-demo-card__window{width:100%;padding:18px;border-radius:28px;background:linear-gradient(180deg,#ffffff 0%,#f6f9ff 100%);border:1px solid #dfe7f5;box-shadow:var(--shadow-md)}.hero-demo-card__dots{display:flex;gap:8px;margin-bottom:16px}.hero-demo-card__dots span{width:10px;height:10px;border-radius:50%;background:#d0d8e8}.hero-demo-card__content{display:grid;gap:14px}.demo-line{height:14px;border-radius:999px;background:#e8eef9}.demo-line--lg{height:22px;width:70%}.demo-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.demo-box{border:1px solid var(--line);border-radius:18px;padding:16px;background:#fff}.demo-box span{display:block;color:var(--muted);font-size:12px;margin-bottom:6px}.demo-box strong{font-size:15px}
.feature-grid,.plan-grid,.shortcut-grid{display:grid;gap:16px}.feature-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.feature-card,.guide-card{padding:22px}.feature-icon{width:46px;height:46px;border-radius:14px;display:grid;place-items:center;background:var(--primary-soft);color:var(--primary);font-size:1.15rem;margin-bottom:14px}
.plan-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.plan-card{padding:24px;display:flex;flex-direction:column}.plan-card.recommended{border-color:#caddff;box-shadow:0 24px 70px rgba(31,94,255,.1)}.plan-card--pro{background:linear-gradient(180deg,#fff 0%,#f7f9ff 100%)}.plan-price{font-size:2.2rem;font-weight:800;letter-spacing:-.04em}.plan-price__suffix{font-size:1rem;color:var(--muted);font-weight:600}.plan-meta{display:grid;gap:12px}.plan-meta li{display:flex;justify-content:space-between;gap:14px;padding:12px 0;border-top:1px dashed #e3e9f3}.plan-meta li:first-child{border-top:0;padding-top:0}.plan-meta span{color:var(--muted)}
.pricing-feature-list{display:grid;gap:12px;padding:0;list-style:none}.pricing-feature-item{display:flex;align-items:flex-start;gap:10px}.pricing-feature-item i{color:var(--success);margin-top:2px}.pricing-cycle-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.cycle-pill{display:grid;gap:4px;padding:14px;border:1px solid var(--line);border-radius:18px;background:#fff;color:#344054}.cycle-pill.active,.cycle-pill:hover{border-color:#bed3ff;background:var(--primary-soft)}.cycle-pill strong{font-size:13px}.cycle-pill span{font-weight:800;color:var(--primary)}.cycle-pill small{color:var(--muted)}.cycle-pill em{font-style:normal;color:var(--accent);font-size:12px}
.pricing-head{align-items:center}.pricing-page .plan-grid--pricing{align-items:stretch}
.auth-modern{padding:24px 0 8px}.auth-modern__shell{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,480px);gap:18px;align-items:stretch}.auth-modern__intro,.auth-modern__panel{padding:32px}.auth-modern__intro{background:linear-gradient(180deg,#ffffff 0%,#f5f8ff 100%)}.auth-modern__title{font-size:2.5rem;line-height:1.08;letter-spacing:-.05em;font-weight:800}.auth-modern__copy{color:var(--muted);margin-top:12px;line-height:1.7}.auth-modern__bullets{display:grid;gap:14px;margin-top:24px}.auth-modern__bullets .item{display:flex;gap:12px;align-items:flex-start;color:#344054}.auth-modern__bullets i{color:var(--success);margin-top:3px}
.user-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.summary-card{padding:18px}.summary-card__label{font-size:12px;color:var(--muted);margin-bottom:6px}.summary-card__value{font-size:1.3rem;font-weight:800;letter-spacing:-.03em}.summary-card__meta{font-size:12px;color:var(--muted);margin-top:6px}
.shortcut-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.shortcut-card{padding:18px;display:flex;gap:14px;align-items:flex-start}.shortcut-card__icon{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:var(--primary-soft);color:var(--primary)}.shortcut-card__title{font-weight:800;margin-bottom:6px}.shortcut-card__meta{font-size:13px;color:var(--muted);line-height:1.6}
.dashboard-overview .overview-list,.admin-user-editor__meta{display:grid;gap:10px}.overview-row{display:flex;justify-content:space-between;gap:14px;padding:12px 14px;border-radius:16px;border:1px solid var(--line);background:#fff}.overview-row span{color:var(--muted)}.dashboard-upsell{display:flex;justify-content:space-between;gap:16px;align-items:center;padding:16px;border-radius:20px;background:linear-gradient(180deg,#fff9f5 0%,#fff 100%);border:1px solid rgba(255,122,47,.15)}
.converter-workspace{padding:20px}.converter-toolbar{display:flex;justify-content:space-between;gap:16px;align-items:center}.quick-flow-switch{padding:10px 14px;border:1px solid var(--line);border-radius:999px;background:#fff}.custom-link-settings,.form-grid-compact{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.sub-id-grid{display:grid;gap:12px}.sub-id-grid.compact{grid-template-columns:repeat(5,minmax(0,1fr))}.sub-id-item.is-hidden{display:none}.converter-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:14px}.converter-grid--clean{align-items:start}.converter-area,.result-card{padding:18px}.converter-card-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.converter-field{position:relative}.converter-area textarea,.result-card textarea{min-height:340px;border-radius:18px;background:#f9fbff;padding:16px;border:1px solid #e3ebf9}.result-card textarea{min-height:180px}.result-card:not(.is-visible) .result-list{display:none}.result-card.is-visible{border-color:#b9d0ff;background:#fcfdff}.result-actions{display:flex;justify-content:flex-end}.result-list,.note-list,.stack-list{display:grid;gap:10px}.result-item{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:12px;padding:12px;border:1px solid var(--line);border-radius:16px;background:#fff}.result-item__index{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:var(--primary-soft);color:var(--primary);font-weight:800}.result-item__old,.result-item__new{font-size:13px;line-height:1.5;word-break:break-word}.result-item__old{color:var(--muted)}.result-item__new{font-weight:700;color:var(--primary)}
.note-item{display:flex;gap:12px;padding:12px;border-radius:16px;border:1px solid var(--line);background:#fff}.note-item .status-dot{width:10px;height:10px;border-radius:50%;margin-top:7px;background:var(--success)}.note-item.warn .status-dot{background:#f59e0b}.note-item.error .status-dot{background:var(--danger)}
.converter-submit-wrap{display:flex;justify-content:flex-start}.btn-convert{padding-inline:22px}
.table-wrap{overflow:hidden}.table{--bs-table-bg:transparent}.table thead th{font-size:12px;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);border-bottom-color:var(--line)}.table tbody td,.table tbody th{border-color:var(--line);vertical-align:middle}.admin-users-clean-table tbody tr:not(.collapse-row):hover td{background:#fbfdff}
.admin-shell{display:grid;grid-template-columns:260px minmax(0,1fr);gap:16px}.sidebar-panel{position:sticky;top:94px;align-self:start;padding:18px;border-radius:26px;background:linear-gradient(180deg,#0f172a 0%,#16233f 100%);box-shadow:var(--shadow-md);color:#e6eefc}.sidebar-brand{display:flex;gap:12px;align-items:center;padding-bottom:16px;margin-bottom:12px;border-bottom:1px solid rgba(255,255,255,.08)}.sidebar-link{display:flex;align-items:center;gap:10px;padding:12px 14px;border-radius:16px;color:#d5e1ff;font-weight:600}.sidebar-link.active,.sidebar-link:hover{background:rgba(255,255,255,.09);color:#fff}.sidebar-title{font-size:12px;text-transform:uppercase;letter-spacing:.14em;color:rgba(255,255,255,.62);margin:14px 0 8px}.content-surface{min-width:0}.kpi-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.metric-card{padding:18px;border-radius:24px;color:#fff;box-shadow:var(--shadow-sm)}.metric-card.blue{background:linear-gradient(135deg,#1d4ed8,#4f7cff)}.metric-card.purple{background:linear-gradient(135deg,#6d28d9,#8b5cf6)}.metric-card.green{background:linear-gradient(135deg,#0f9f67,#22c55e)}.metric-card.orange{background:linear-gradient(135deg,#ea580c,#fb923c)}.metric-sub{font-size:12px;opacity:.86;margin-bottom:8px;text-transform:uppercase;letter-spacing:.08em}.metric-big{font-size:1.9rem;font-weight:800;letter-spacing:-.04em}.metric-meta{font-size:13px;opacity:.88;margin-top:8px}
.chart-card canvas{max-height:280px}.admin-table-mobile{display:none}.user-card{padding:18px}.user-card__head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.user-meta-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;font-size:13px}.admin-user-editor{padding:18px;border-top:1px solid var(--line);background:#fbfcff;display:grid;gap:16px}.action-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.mini-form{display:grid;gap:8px}.mini-form--inline{grid-template-columns:1fr auto auto;align-items:center}.collapse-row td{background:transparent !important}.empty-state-sm{padding:16px;border:1px dashed #d6dfec;border-radius:16px;color:var(--muted);background:#fff}
.settings-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.settings-section{padding:20px;border:1px solid var(--line);border-radius:20px;background:#fbfdff}
.stack-item{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;padding:14px;border:1px solid var(--line);border-radius:18px;background:#fff}
.custom-toast{background:#fff;box-shadow:var(--shadow-md);border-radius:18px}

@media (max-width:1199px){
  .hero-grid,.auth-modern__shell,.admin-shell{grid-template-columns:1fr}
  .feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .plan-grid,.shortcut-grid,.kpi-row,.settings-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .user-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .sub-id-grid.compact{grid-template-columns:repeat(3,minmax(0,1fr))}
  .sidebar-panel{position:static}
}
@media (max-width:767px){
  .app-container{padding-inline:14px}.navbar-user{width:100%;padding-top:12px;align-items:flex-start;justify-content:flex-start;flex-wrap:wrap}.navbar-user__meta{align-items:flex-start}.page-head,.dashboard-upsell,.converter-toolbar,.converter-card-head,.stack-item,.user-card__head{flex-direction:column;align-items:flex-start}.hero-title{font-size:2.35rem;max-width:none}.hero-stats,.feature-grid,.plan-grid,.shortcut-grid,.kpi-row,.settings-grid,.user-summary-grid,.custom-link-settings,.converter-grid,.form-grid-compact,.user-meta-grid,.action-grid,.pricing-cycle-grid,.footer-grid{grid-template-columns:1fr}.sub-id-grid.compact{grid-template-columns:repeat(2,minmax(0,1fr))}.auth-modern__intro,.auth-modern__panel,.card-soft,.feature-card,.guide-card,.plan-card,.summary-card,.shortcut-card,.converter-area,.result-card{padding:18px}.converter-area textarea,.result-card textarea{min-height:220px}.table-users-desktop{display:none}.admin-table-mobile{display:grid;gap:12px}.site-header__top{display:none}.site-marquee__track{animation:none;transform:none}.nav-link{padding:10px 12px}.btn-convert,.btn-lg,.btn{width:100%}.btn-soft.btn-sm,.btn-ghost.btn-sm,.btn-outline-primary.btn-sm,.btn-primary.btn-sm{width:auto}.mini-form--inline{grid-template-columns:1fr}.auth-modern__title{font-size:2rem}
}

/* Homepage landing refactor */
.page-home .app-main{background:
  radial-gradient(circle at top left, rgba(31,94,255,.08), transparent 28%),
  radial-gradient(circle at top right, rgba(255,122,47,.08), transparent 24%)}
.page-home .hero-shell{padding:22px 0 6px}
.hero-grid--landing{grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr)}
.hero-panel{position:relative;overflow:hidden}
.hero-panel--main{background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%)}
.hero-panel--main::after{content:"";position:absolute;inset:auto -80px -120px auto;width:240px;height:240px;border-radius:50%;background:radial-gradient(circle, rgba(31,94,255,.12) 0%, rgba(31,94,255,0) 70%)}
.hero-panel--side{background:linear-gradient(180deg,#ffffff 0%,#f7f9ff 100%)}
.trust-chip-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}
.trust-chip{display:inline-flex;align-items:center;gap:8px;padding:11px 14px;border:1px solid #d8e6ff;border-radius:999px;background:#fff;color:#344054;font-size:13px;font-weight:700}
.trust-chip i{color:var(--primary)}
.hero-mini-steps{display:grid;gap:12px;margin-top:24px}
.mini-step-card{position:relative;padding:18px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:var(--shadow-sm)}
.mini-step-card__number{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:14px;background:var(--primary-soft);color:var(--primary);font-weight:800;margin-bottom:12px}
.mini-step-card__title{font-weight:800;letter-spacing:-.02em}
.mini-step-card__copy{margin-top:6px;color:var(--muted);line-height:1.65;font-size:14px}
.hero-proof-strip{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:18px}
.hero-proof-item{padding:16px;border-radius:18px;border:1px solid rgba(31,94,255,.12);background:rgba(255,255,255,.84)}
.hero-proof-item strong{display:block;font-size:1rem}
.hero-proof-item span{display:block;margin-top:6px;color:var(--muted);font-size:13px;line-height:1.6}

.pain-grid,.workflow-grid,.benefit-grid{display:grid;gap:16px}
.pain-grid,.benefit-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.workflow-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.pain-card,.benefit-card,.workflow-card{height:100%}
.workflow-card{position:relative;overflow:hidden}
.workflow-card::after{content:"";position:absolute;inset:auto -34px -38px auto;width:96px;height:96px;border-radius:22px;background:rgba(31,94,255,.05);transform:rotate(12deg)}
.workflow-step{display:inline-flex;align-items:center;padding:8px 12px;border-radius:999px;background:var(--primary-soft);color:var(--primary);font-size:12px;font-weight:800;margin-bottom:14px}
.landing-card-title{font-size:1.08rem;line-height:1.35;font-weight:800;letter-spacing:-.02em;margin:0 0 10px}
.landing-card-copy{margin:0;color:var(--muted);line-height:1.72;font-size:14px}

.landing-plan-card{background:linear-gradient(180deg,#ffffff 0%,#fbfcff 100%)}
.landing-plan-card__copy{margin:0 0 18px;color:var(--muted);line-height:1.7;min-height:72px}
.landing-plan-card.recommended{position:relative;transform:translateY(-6px)}
.landing-plan-card.recommended::before{content:"Đề xuất";position:absolute;top:18px;right:18px;padding:7px 10px;border-radius:999px;background:#111827;color:#fff;font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}

.blog-compact-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.shortcut-card--article{min-height:100%}
.shortcut-card--article .shortcut-card__meta{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}

.faq-list{display:grid;gap:12px}
.faq-item{border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:var(--shadow-sm);padding:0 20px}
.faq-item summary{list-style:none;cursor:pointer;font-weight:800;padding:18px 0;display:flex;align-items:center;justify-content:space-between;gap:12px}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary::after{content:"+";font-size:1.1rem;color:var(--primary);line-height:1}
.faq-item[open] summary::after{content:"–"}
.faq-item p{margin:0;padding:0 0 18px;color:var(--muted);line-height:1.75}

.final-cta{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:32px;background:linear-gradient(135deg,#0f172a 0%,#15305c 100%);border-color:rgba(19,48,92,.6);color:#fff;box-shadow:0 28px 70px rgba(15,23,42,.18)}
.final-cta .page-kicker{color:#b8d1ff}
.final-cta .section-subtitle{color:rgba(230,238,252,.78)}
.final-cta .btn-soft{background:rgba(255,255,255,.14);border-color:rgba(255,255,255,.14);color:#fff}
.final-cta .btn-soft:hover{background:rgba(255,255,255,.2);color:#fff}
.final-cta__actions{margin-top:0;justify-content:flex-end}

@media (max-width:1199px){
  .hero-grid--landing,.pain-grid,.benefit-grid,.workflow-grid,.blog-compact-grid{grid-template-columns:1fr 1fr}
  .landing-plan-card.recommended{transform:none}
  .final-cta{flex-direction:column;align-items:flex-start}
  .final-cta__actions{justify-content:flex-start}
}
@media (max-width:767px){
  .page-home .hero-shell{padding-top:12px}
  .hero-grid--landing,.pain-grid,.benefit-grid,.workflow-grid,.blog-compact-grid,.hero-proof-strip{grid-template-columns:1fr}
  .trust-chip-row{gap:8px}
  .trust-chip{width:100%;justify-content:flex-start}
  .hero-panel,.faq-item{padding:18px}
  .hero-proof-item{padding:14px}
  .landing-plan-card__copy{min-height:auto}
  .landing-plan-card.recommended::before{position:static;display:inline-flex;margin-bottom:12px}
  .final-cta{padding:22px}
  .final-cta__actions{width:100%;margin-top:18px}
}

/* Commercial UX refinements */
body.has-mobile-bottom-nav{padding-bottom:0}
.navbar-user__balance{font-size:12px;color:var(--primary);font-weight:700}
.navbar-user__plan{font-size:12px;color:var(--muted)}
.dropdown-item.active,.dropdown-item:active{background:var(--primary-soft);color:var(--primary)}

.mobile-bottom-nav{display:none}
.auth-modern--compact{padding:32px 0 8px}.auth-modern__solo{max-width:560px;margin:0 auto}.auth-modern__panel--solo{padding:32px}

.affiliate-control-box{padding:16px;border:1px solid var(--line);border-radius:20px;background:#fbfdff}
.affiliate-control-box__grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,.9fr) auto;gap:12px;align-items:end}
.affiliate-control-box__action{display:flex;align-items:end}
.helper-tip-box{display:flex;gap:12px;align-items:flex-start;padding:14px 16px;border:1px solid var(--line);border-radius:18px;background:#fbfdff;min-height:100%}
.helper-tip-box__icon{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:var(--primary-soft);color:var(--primary)}
.helper-tip-box__title{font-weight:800;margin-bottom:4px}
.helper-tip-box__copy{font-size:13px;line-height:1.65;color:var(--muted)}
.converter-area--primary,.result-card--workspace{display:flex;flex-direction:column}
.converter-scroll-area{flex:1;display:flex}.converter-scroll-area textarea{height:100%}
.result-card--workspace textarea{min-height:160px;background:#f9fbff;border:1px solid #e3ebf9;border-radius:18px;padding:16px}
.result-panel-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;flex:1;min-height:0}
.result-panel-card{display:flex;flex-direction:column;min-height:0;padding:14px;border:1px solid var(--line);border-radius:18px;background:#fff}
.result-panel-card__title{font-size:13px;font-weight:800;color:#344054;margin-bottom:10px}
.result-scroll-frame{min-height:260px;max-height:380px;overflow:auto;padding-right:4px}
.stack-list--scroll{max-height:420px;overflow:auto;padding-right:4px}
.table-wrap--logs{max-height:620px;overflow:auto;border:1px solid var(--line);border-radius:18px}
.plan-cycle-form{display:grid;gap:10px}
.plan-cycle-form .form-label{margin-bottom:0}
.overview-list--compact{gap:10px}
.overview-list--compact .overview-row{padding:12px 0}
.custom-link-sidecard{background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%)}
.reveal-up{opacity:0;transform:translateY(18px);transition:opacity .55s ease,transform .55s ease}.reveal-up.is-visible{opacity:1;transform:none}

@media (max-width:1199px){
  .affiliate-control-box__grid,.result-panel-grid{grid-template-columns:1fr}
}

@media (max-width:767px){
  body.has-mobile-bottom-nav{padding-bottom:88px}
  .mobile-bottom-nav{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:6px;position:fixed;left:10px;right:10px;bottom:10px;z-index:1035;padding:8px;background:rgba(255,255,255,.96);backdrop-filter:saturate(180%) blur(14px);border:1px solid rgba(223,230,240,.9);box-shadow:0 18px 40px rgba(15,23,42,.12);border-radius:22px}
  .mobile-bottom-nav__item{display:grid;justify-items:center;gap:4px;padding:8px 4px;border-radius:16px;color:#667085;font-size:11px;font-weight:700;line-height:1.2;text-align:center}
  .mobile-bottom-nav__item i{font-size:1.1rem}
  .mobile-bottom-nav__item.active{background:var(--primary-soft);color:var(--primary)}
  .navbar{padding-bottom:6px}
  .navbar-collapse{padding-bottom:10px}
  .auth-modern__panel--solo{padding:22px}
  .affiliate-control-box,.helper-tip-box{padding:14px}
  .result-scroll-frame,.stack-list--scroll,.table-wrap--logs{max-height:340px}
  .result-panel-grid{grid-template-columns:1fr}
}

@media (prefers-reduced-motion:reduce){
  .reveal-up{opacity:1;transform:none;transition:none}
}

/* v3 safe refinements */
.navbar-utility-links{display:flex;align-items:center;gap:10px;margin-right:14px}
.navbar-utility-link{display:inline-flex;align-items:center;justify-content:center;padding:10px 14px;border-radius:999px;color:#667085;font-size:13px;font-weight:700;text-decoration:none;transition:all .2s ease}
.navbar-utility-link:hover,.navbar-utility-link.active{background:var(--primary-soft);color:var(--primary)}

.tool-head{display:flex;align-items:center;justify-content:space-between;gap:18px}.tool-head__meta{display:flex;align-items:flex-end;gap:10px;flex-direction:column}.tool-plan-note{font-size:12px;color:var(--muted);font-weight:700}
.tool-settings-bar{display:grid;grid-template-columns:1fr 1.1fr .9fr auto .9fr auto;gap:12px;align-items:end}.tool-settings-bar__item{min-width:0}.tool-settings-bar__item--button,.tool-settings-bar__item--action{width:100%}
.tool-settings-extra{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;align-items:end}.tool-settings-extra__action{display:flex;align-items:end}
.api-settings-panel{padding:16px;border:1px solid var(--line);border-radius:20px;background:#fbfdff}
.converter-main-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;align-items:stretch}.converter-column{display:flex;flex-direction:column;min-width:0}.converter-field--fixed{flex:1;display:flex}.converter-textarea{min-height:360px;height:100%;resize:none;background:#fbfdff;border:1px solid #e3ebf9;border-radius:18px;padding:16px;line-height:1.65}.field-meta{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:10px;color:#667085;font-size:12px;font-weight:700}.result-panel-grid--bottom{margin-top:16px}.result-panel-grid--bottom .result-scroll-frame{min-height:220px;max-height:320px}

.account-page .page-head{align-items:center}.account-subnav{display:flex;flex-wrap:wrap;gap:10px}.account-subnav__item{display:inline-flex;align-items:center;justify-content:center;padding:10px 14px;border-radius:999px;background:#fff;border:1px solid var(--line);color:#667085;text-decoration:none;font-weight:700;font-size:13px;transition:all .2s ease}.account-subnav__item:hover,.account-subnav__item.active{background:var(--primary-soft);border-color:#dbe7ff;color:var(--primary)}

.topup-qr-card{text-align:center}.topup-qr-image{display:block;width:min(100%,320px);margin:0 auto;border-radius:24px;border:1px solid var(--line);background:#fff;padding:12px;box-shadow:var(--shadow-sm)}.topup-limit-box{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.topup-limit-box>div,.topup-bonus-item,.copy-info-item{padding:14px 16px;border:1px solid var(--line);border-radius:18px;background:#fff}.topup-limit-box span,.copy-info-item__label{display:block;font-size:12px;color:var(--muted);font-weight:700;margin-bottom:6px}.topup-limit-box strong,.copy-info-item__value{font-size:15px;font-weight:800;color:#101828}.copy-info-list{display:grid;gap:12px}.copy-info-item{display:flex;align-items:center;justify-content:space-between;gap:16px}.topup-bonus-list{display:grid;gap:10px}.topup-bonus-item{display:flex;align-items:center;justify-content:space-between;gap:10px}.note-box{padding:16px;border-radius:20px;background:#f8fbff;border:1px solid #dbe7ff}

.content-page{max-width:920px;margin:0 auto}.page-content-copy{line-height:1.8;color:#475467}
.community-layout{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(280px,.8fr);gap:16px}.community-post-copy{line-height:1.8;color:#475467}.community-post-list{display:grid;gap:10px}.community-post-link{display:block;padding:14px;border:1px solid var(--line);border-radius:16px;background:#fff;text-decoration:none;color:inherit;transition:all .2s ease}.community-post-link:hover,.community-post-link.active{border-color:#dbe7ff;background:#f8fbff}.community-comments{display:grid;gap:12px}.community-comment-item{padding:14px 16px;border:1px solid var(--line);border-radius:16px;background:#fff}

.page-home .hero-title,.section-title{letter-spacing:-.03em}.page-home .hero-title{font-size:clamp(2rem,3.6vw,3.15rem)}.page-home .section-title{font-size:clamp(1.35rem,2.1vw,2rem)}.page-home .mini-step-card{display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:start}.page-home .mini-step-card__number{margin:0;width:38px;height:38px;border-radius:12px}.page-home .mini-step-card__title{margin-top:2px}.page-home .mini-step-card__copy{grid-column:2;margin-top:2px}.page-home .hero-mini-steps{gap:10px}.page-home .workflow-card{padding:16px 18px}.page-home .workflow-step{margin-bottom:10px}

@media (max-width:1199px){
  .tool-settings-bar{grid-template-columns:repeat(2,minmax(0,1fr))}
  .tool-settings-extra{grid-template-columns:repeat(3,minmax(0,1fr))}
  .community-layout{grid-template-columns:1fr}
}
@media (max-width:767px){
  .navbar-utility-links{display:none!important}
  .tool-head,.tool-head__meta{align-items:flex-start;flex-direction:column}
  .tool-settings-bar,.tool-settings-extra,.converter-main-grid,.topup-limit-box{grid-template-columns:1fr}
  .tool-settings-bar__item--button,.tool-settings-bar__item--action,.tool-settings-extra__action{width:100%}
  .converter-textarea{min-height:260px}
  .copy-info-item{flex-direction:column;align-items:flex-start}
  .account-subnav{overflow:auto;flex-wrap:nowrap;padding-bottom:4px}
  .account-subnav__item{white-space:nowrap}
  .page-home .mini-step-card{grid-template-columns:auto 1fr}
}


/* v4 focused refinements */
.site-topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-block:8px}.site-topbar__label{display:flex;align-items:center;gap:8px;font-weight:700;white-space:nowrap}.site-topbar__links{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}.site-topbar__link{display:inline-flex;align-items:center;justify-content:center;padding:6px 12px;border-radius:999px;color:#d7e0f6;text-decoration:none;font-size:12px;font-weight:700;transition:all .2s ease}.site-topbar__link:hover,.site-topbar__link.active{background:rgba(255,255,255,.12);color:#fff}
.navbar{padding:12px 0}.nav-link{padding:10px 14px}.navbar-user{gap:8px}.navbar-user .btn{white-space:nowrap}
.tool-settings-bar--compact{grid-template-columns:1fr 1.15fr .9fr auto .9fr}.tool-settings-bar--api{grid-template-columns:1.2fr .95fr auto}.tool-settings-bar--compact .form-label,.tool-settings-extra--compact .form-label{font-size:12px;margin-bottom:6px}.tool-settings-bar--compact .form-control,.tool-settings-bar--compact .form-select,.tool-settings-extra--compact .form-control{padding:.55rem .8rem;font-size:14px;border-radius:14px}.tool-settings-extra--compact{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}
.converter-main-grid--action{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);gap:18px;align-items:stretch}.converter-action-column{display:flex;align-items:center;justify-content:center}.converter-submit-center{min-width:150px;padding-inline:20px}.converter-textarea{min-height:420px}.converter-card-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.converter-card-head .form-label{font-size:15px;font-weight:800}.result-panel-grid--bottom .result-scroll-frame{min-height:240px;max-height:330px}
.topup-amount-box{padding:14px;border:1px solid var(--line);border-radius:20px;background:#fff}
.promo-spotlight-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:18px}.promo-spotlight-card{padding:18px;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:12px}.promo-spotlight-card--accent{background:linear-gradient(180deg,#f7faff 0%,#eef4ff 100%);border-color:#d7e4ff}.promo-spotlight-card__icon{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;background:var(--primary-soft);color:var(--primary);font-size:1.15rem}.promo-spotlight-card__title{font-size:1.05rem;font-weight:800;color:#101828}.promo-spotlight-card__copy{font-size:14px;line-height:1.7;color:#475467}
.route-custom-link .section-title{font-size:1.6rem}.page-home .hero-title{font-size:clamp(1.8rem,3vw,2.7rem)}.page-home .hero-copy{font-size:1.02rem;max-width:720px}.page-home .hero-panel--promo .section-title{font-size:clamp(1.2rem,1.8vw,1.7rem)}
@media (max-width:991px){.site-header__top{display:block}.site-topbar{flex-wrap:wrap;justify-content:center}.site-topbar__label{width:100%;justify-content:center}.site-topbar__links{width:100%;justify-content:center}.tool-settings-bar--compact,.tool-settings-bar--api,.tool-settings-extra--compact{grid-template-columns:1fr 1fr}.converter-main-grid--action{grid-template-columns:1fr}.converter-action-column{order:2;padding:4px 0 8px}.converter-column--output{order:3}.converter-textarea{min-height:320px}.promo-spotlight-grid{grid-template-columns:1fr}}
@media (max-width:767px){.site-topbar__link{padding:6px 10px;font-size:11px}.tool-settings-bar--compact,.tool-settings-bar--api,.tool-settings-extra--compact{grid-template-columns:1fr}.converter-submit-center{width:100%}.converter-textarea{min-height:300px}}

/* v5 targeted fixes */
.site-notice-bar{border-top:1px solid rgba(230,235,242,.75);border-bottom:1px solid rgba(230,235,242,.75);background:linear-gradient(90deg,#f8fbff 0%,#ffffff 100%)}
.site-notice-bar__inner{display:flex;align-items:center;gap:14px;padding-block:9px;min-height:44px}
.site-notice-badge{display:inline-flex;align-items:center;gap:8px;padding:7px 12px;border-radius:999px;background:var(--primary-soft);color:var(--primary);font-size:12px;font-weight:800;white-space:nowrap;flex:0 0 auto}
.site-notice-bar .site-marquee{display:flex;align-items:center;min-width:0}
.site-notice-bar .site-marquee__track{gap:18px;color:#344054;font-size:13px;font-weight:600;animation:marquee 26s linear infinite}
.site-notice-bar .site-marquee__track span{display:inline-flex;align-items:center}

.tool-settings-bar--compact{grid-template-columns:minmax(120px,.9fr) minmax(160px,1fr) minmax(126px,.78fr) 110px minmax(118px,.72fr);gap:10px}
.tool-settings-bar--api{grid-template-columns:minmax(180px,1fr) minmax(150px,.82fr) 110px;gap:10px}
.tool-settings-extra--compact{grid-template-columns:repeat(5,minmax(98px,116px));justify-content:space-between;gap:10px}
.tool-settings-bar--compact .form-control,.tool-settings-bar--compact .form-select,.tool-settings-bar--api .form-control,.tool-settings-bar--api .form-select,.tool-settings-extra--compact .form-control{min-height:42px;padding:.52rem .78rem}
.converter-textarea{min-height:460px}
.converter-main-grid--action{grid-template-columns:minmax(0,1fr) 128px minmax(0,1fr);gap:14px}
.converter-submit-center{min-width:0;width:100%;align-self:center}
.converter-column .converter-field--fixed,.converter-column .converter-textarea{height:100%}

.page-home .hero-title{max-width:18ch;font-size:clamp(1.95rem,3vw,2.55rem);line-height:1.08}
.page-home .hero-copy{max-width:58ch}
.hero-panel--promo{position:relative;overflow:hidden}
.hero-panel--promo::before{content:"";position:absolute;inset:-40px -60px auto auto;width:180px;height:180px;border-radius:50%;background:radial-gradient(circle, rgba(255,122,47,.16) 0%, rgba(255,122,47,0) 72%);pointer-events:none}
.promo-hero-copy{position:relative;z-index:1}
.promo-spotlight-grid--marketing{margin-top:20px}
.promo-spotlight-card{position:relative;overflow:hidden;transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease}
.promo-spotlight-card:hover{transform:translateY(-4px);box-shadow:0 24px 60px rgba(17,24,39,.11);border-color:#d3e0ff}
.promo-spotlight-card__badge{display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border-radius:999px;background:rgba(31,94,255,.08);color:var(--primary);font-size:11px;font-weight:800;letter-spacing:.02em;width:max-content}
.promo-spotlight-card--accent .promo-spotlight-card__badge{background:rgba(255,122,47,.12);color:#ca5a12}
.promo-spotlight-card--forum{background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%)}
.promo-spotlight-card--referral{background:linear-gradient(180deg,#fff9f3 0%,#f7faff 100%)}
.promo-spotlight-card__icon{box-shadow:0 10px 22px rgba(31,94,255,.12)}

.copy-info-list--topup .copy-info-item{padding:16px 18px}
.copy-info-item--accent{border-color:#d7e4ff;background:linear-gradient(180deg,#f8fbff 0%,#ffffff 100%)}
.topup-status-card{padding:16px 18px;border:1px solid var(--line);border-radius:20px;background:#fff;text-align:left}
.topup-status-card__pending,.topup-status-card__success{display:flex;align-items:center;gap:14px}
.topup-status-spinner{width:20px;height:20px;border-radius:50%;border:2px solid rgba(31,94,255,.18);border-top-color:var(--primary);animation:spin .9s linear infinite;flex:0 0 auto}
.topup-status-title{font-size:14px;font-weight:800;color:#101828}
.topup-status-copy{font-size:13px;line-height:1.6;color:var(--muted);margin-top:3px}
.topup-status-success__icon{width:36px;height:36px;border-radius:12px;display:grid;place-items:center;background:rgba(22,163,74,.12);color:var(--success);font-size:1.05rem;flex:0 0 auto}
@keyframes spin{to{transform:rotate(360deg)}}

@media (max-width:991px){
  .site-notice-bar__inner{gap:10px}
  .tool-settings-bar--compact,.tool-settings-bar--api,.tool-settings-extra--compact{grid-template-columns:1fr 1fr}
  .tool-settings-extra--compact{justify-content:stretch}
  .converter-main-grid--action{grid-template-columns:1fr}
  .converter-textarea{min-height:360px}
}
@media (max-width:767px){
  .site-notice-bar__inner{align-items:flex-start;gap:8px;flex-direction:column;padding-block:8px}
  .site-notice-badge{padding:6px 10px}
  .site-notice-bar .site-marquee{width:100%}
  .site-notice-bar .site-marquee__track{animation:marquee 22s linear infinite;font-size:12px}
  .tool-settings-bar--compact,.tool-settings-bar--api,.tool-settings-extra--compact{grid-template-columns:1fr}
  .converter-textarea{min-height:320px}
  .promo-spotlight-grid--marketing{grid-template-columns:1fr}
}

/* v6 mobile-first refinement */
.site-topbar.has-notice{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding-block:8px}.site-topbar__notice{display:flex;align-items:center;gap:10px;min-width:0}.site-topbar__notice .site-marquee{display:flex;align-items:center;min-width:0}.site-topbar__notice .site-marquee__track{gap:18px;color:#dbe5f8;font-size:12px;font-weight:700;animation:marquee 24s linear infinite}.site-topbar__notice .site-marquee__track span{display:inline-flex;align-items:center}.site-topbar__links{justify-content:flex-end}
.site-header__top{background:linear-gradient(135deg,#0f172a 0%,#16233f 100%);color:#fff}
.navbar{padding:10px 0}.navbar-brand{padding-block:4px}.nav-link{font-size:14px;font-weight:700}
.btn{min-height:44px;border-radius:14px}.btn-sm{min-height:38px}.form-control,.form-select{min-height:44px;border-radius:14px}
.card-soft{border-radius:22px}.section-subtitle{font-size:14px;line-height:1.65}
.page-home .hero-title{max-width:15ch;font-size:clamp(1.9rem,7.4vw,2.75rem);line-height:1.1}.page-home .hero-copy{max-width:44ch;font-size:1rem;line-height:1.7}.page-home .hero-actions .btn{min-width:0}.page-home .promo-spotlight-card__title{font-size:1rem}.page-home .promo-spotlight-card__copy{font-size:13px;line-height:1.65}
.page-home .plan-grid,.plan-grid--pricing{gap:14px}.landing-plan-card{padding:20px}.landing-plan-card .fw-bold.fs-3{font-size:1.45rem !important}.plan-price{font-size:1.8rem}
.tool-settings-bar--compact{grid-template-columns:minmax(108px,.72fr) minmax(138px,.9fr) minmax(118px,.7fr) 100px minmax(108px,.68fr)}.tool-settings-bar--api{grid-template-columns:minmax(160px,1fr) minmax(136px,.78fr) 100px}.tool-settings-extra--compact{grid-template-columns:repeat(5,minmax(86px,108px));gap:8px}.tool-settings-bar--compact .form-control,.tool-settings-bar--compact .form-select,.tool-settings-bar--api .form-control,.tool-settings-bar--api .form-select,.tool-settings-extra--compact .form-control{font-size:13px;padding:.48rem .72rem;min-height:40px}.tool-settings-bar--compact .form-label,.tool-settings-bar--api .form-label,.tool-settings-extra--compact .form-label{font-size:11px;font-weight:800;margin-bottom:5px}
.converter-workspace{padding:14px}.converter-main-grid--action{gap:12px}.converter-textarea{min-height:480px;padding:15px;font-size:15px;line-height:1.6}.converter-submit-center{min-height:46px}.result-panel-grid--bottom{gap:12px}.result-panel-grid--bottom .result-scroll-frame{min-height:230px;max-height:310px}.field-meta{font-size:11px}
.account-page .page-head,.content-page .page-head,.pricing-page .page-head,.community-page .page-head{padding:18px}.summary-card,.shortcut-card,.stack-item,.copy-info-item,.topup-status-card,.note-box{border-radius:18px}
.topup-qr-card{padding:18px}.topup-qr-image{width:min(100%,300px);padding:10px;border-radius:22px}.copy-info-list--topup{gap:10px}.copy-info-list--topup .copy-info-item{padding:14px 15px}.copy-info-item__value{font-size:14px}.topup-status-card{padding:14px 15px}.topup-status-copy{font-size:12px}.topup-bonus-box{margin-top:14px}
.community-layout{grid-template-columns:minmax(0,1fr) 280px}.community-post-link{padding:12px 13px}.community-comment-item{padding:12px 14px}
@media (max-width:991px){
  .site-topbar.has-notice{grid-template-columns:1fr;justify-items:center;gap:8px}
  .site-topbar__label,.site-topbar__notice,.site-topbar__links{width:100%;justify-content:center}
  .site-topbar__notice{padding:0 2px}
  .site-topbar__notice .site-notice-badge{flex:0 0 auto}
  .site-topbar__notice .site-marquee{width:100%}
  .site-topbar__notice .site-marquee__track{font-size:11px;animation:marquee 22s linear infinite}
  .navbar-user{display:flex;flex-wrap:wrap;justify-content:flex-start}
  .tool-settings-bar--compact{grid-template-columns:repeat(2,minmax(0,1fr))}
  .tool-settings-bar--api{grid-template-columns:repeat(2,minmax(0,1fr))}
  .tool-settings-extra--compact{grid-template-columns:repeat(3,minmax(0,1fr));justify-content:stretch}
  .converter-textarea{min-height:380px}
  .community-layout{grid-template-columns:1fr}
}
@media (max-width:767px){
  body{font-size:14px}
  .app-container{padding-left:14px;padding-right:14px}
  .site-topbar{padding-block:7px}
  .site-topbar__label{font-size:12px}
  .site-topbar__links{gap:6px}
  .site-topbar__link{padding:6px 10px;font-size:11px}
  .navbar{padding:8px 0}.navbar-brand{font-size:18px}
  .navbar-nav{gap:2px}.nav-link{padding:10px 12px}
  .navbar-user{margin-top:10px;display:grid;grid-template-columns:1fr 1fr;gap:8px}.navbar-user__meta{grid-column:1/-1}.navbar-user .btn{width:100%}
  .page-head,.card-soft{border-radius:20px}
  .page-kicker{font-size:11px}.section-title{font-size:1.32rem !important;line-height:1.25}.section-subtitle{font-size:13px;line-height:1.6}
  .page-home .hero-shell{padding:8px 0 4px}.page-home .hero-grid{grid-template-columns:1fr;gap:14px}.page-home .hero-title{max-width:12ch;font-size:clamp(1.78rem,7.2vw,2.25rem);line-height:1.12}.page-home .hero-copy{max-width:100%;font-size:14px}.trust-chip-row{gap:8px}.trust-chip{font-size:12px;padding:8px 10px}
  .landing-plan-card{padding:16px}.plan-price{font-size:1.65rem}.pricing-feature-list{gap:10px}
  .tool-head{gap:10px}.tool-head__meta{width:100%;flex-direction:row;align-items:center;justify-content:space-between;flex-wrap:wrap}.tool-plan-note{font-size:11px}
  .converter-workspace{padding:12px}.tool-settings-bar--compact,.tool-settings-bar--api,.tool-settings-extra--compact{grid-template-columns:1fr}.tool-settings-bar__item--button .btn,.tool-settings-extra__action .btn{width:100%}.converter-main-grid--action{grid-template-columns:1fr}.converter-column--output{order:3}.converter-action-column{order:2;padding:2px 0}.converter-textarea{min-height:340px;font-size:14px;padding:14px}.converter-submit-center{width:100%;min-height:48px}.converter-card-head{gap:8px}.converter-card-head .btn{min-height:36px;padding:.45rem .7rem;font-size:12px}.result-panel-grid--bottom{grid-template-columns:1fr}.result-panel-grid--bottom .result-scroll-frame{min-height:200px;max-height:260px}
  .account-subnav{gap:8px}.account-subnav__item{padding:10px 12px;font-size:12px}
  .shortcut-grid,.user-summary-grid{grid-template-columns:1fr !important}.stack-list--scroll{max-height:280px}
  .topup-qr-card,.copy-info-list--topup .copy-info-item,.note-box{padding:14px}.copy-info-item{gap:10px}.copy-info-item .btn{width:100%}.topup-status-card__pending,.topup-status-card__success{align-items:flex-start}.topup-bonus-item{padding:12px 14px}
  .content-page{max-width:none}.community-post-copy{font-size:14px;line-height:1.7}.community-sidebar .card-soft{padding:14px}
}


/* v7 premium + mobile-first */
.hero-title--stacked{display:grid;gap:.18em;max-width:15ch}
.hero-title--stacked span{display:block}
.hero-title--stacked span:nth-child(2){font-size:.72em;line-height:1.18;color:#344054;font-weight:800}
.hero-title--stacked span:nth-child(3){font-size:.84em;line-height:1.12;color:var(--primary)}
.promo-spotlight-card{border:1px solid rgba(207,220,244,.95)}
.promo-spotlight-card__icon{width:54px;height:54px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(135deg,#eef4ff,#fff4ed);color:var(--primary);font-size:1.28rem;margin:14px 0}
.promo-spotlight-card--referral .promo-spotlight-card__icon{color:#ca5a12}
.promo-spotlight-card__title{font-weight:800;font-size:1.08rem;margin-bottom:8px;letter-spacing:-.02em}
.promo-spotlight-card__copy{font-size:13px;line-height:1.68;color:#526075;margin-bottom:16px}
.premium-domain-box{background:linear-gradient(180deg,#ffffff 0%,#f7faff 100%);border-color:#dbe6ff}
.community-create-box{background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);border-color:#dbe6ff}
.community-create-form textarea{min-height:220px}
.stack-item--admin{align-items:flex-start}
.site-topbar__notice .site-marquee__track{animation-duration:20s}
.tool-settings-bar--compact{grid-template-columns:minmax(96px,.62fr) minmax(132px,.82fr) minmax(112px,.65fr) 92px minmax(94px,.56fr)}
.tool-settings-bar--api{grid-template-columns:minmax(150px,1fr) minmax(132px,.78fr) 92px}
.tool-settings-extra--compact{grid-template-columns:repeat(5,minmax(80px,100px))}
.converter-textarea{min-height:500px}
.converter-main-grid--action{align-items:stretch}
.converter-column{display:flex;flex-direction:column}
.converter-field--fixed{flex:1 1 auto}
.copy-info-item{align-items:flex-start}
.copy-info-item__value{line-height:1.55}
@media (max-width:991px){
  .hero-title--stacked{max-width:100%}
  .tool-settings-bar--compact,.tool-settings-bar--api{grid-template-columns:1fr 1fr}
  .tool-settings-extra--compact{grid-template-columns:repeat(3,minmax(0,1fr))}
  .converter-textarea{min-height:400px}
}
@media (max-width:767px){
  .hero-title--stacked{gap:.16em;max-width:100%}
  .hero-title--stacked span:nth-child(1){font-size:1em}
  .hero-title--stacked span:nth-child(2){font-size:.66em}
  .hero-title--stacked span:nth-child(3){font-size:.78em}
  .page-home .hero-copy{font-size:13px;line-height:1.62}
  .promo-spotlight-card{padding:16px}
  .promo-spotlight-card__title{font-size:1rem}
  .promo-spotlight-card__copy{font-size:12px}
  .site-topbar.has-notice{grid-template-columns:1fr;gap:6px}
  .site-topbar__notice{order:2}
  .site-topbar__links{order:3}
  .tool-settings-bar--compact,.tool-settings-bar--api,.tool-settings-extra--compact{grid-template-columns:1fr}
  .converter-textarea{min-height:360px}
  .copy-info-item{flex-direction:column}
  .copy-info-item .btn{width:100%}
  .premium-domain-box .row>[class*="col-"]{width:100%}
}


.hero-title--soft {
  max-width: 44rem;
  gap: .35rem;
  font-size: clamp(1.35rem, 4vw, 2.25rem);
  line-height: 1.16;
  letter-spacing: -.03em;
}
.hero-title--soft span {
  display: block;
  font-weight: 700;
}
.hero-panel--main .hero-copy {
  max-width: 36rem;
}
.mini-editor-toolbar {
  display: flex;
  align-items: center;
  gap: .45rem;
  flex-wrap: wrap;
  margin-bottom: .75rem;
  padding: .7rem;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,250,252,.92));
}
.mini-editor-toolbar .btn-xs {
  min-width: 2.35rem;
  height: 2.35rem;
  padding: 0 .55rem;
  border-radius: 12px;
}
.mini-editor-select {
  width: auto;
  min-width: 6.4rem;
  border-radius: 12px;
}
.mini-editor-color {
  width: 2.75rem;
  min-width: 2.75rem;
  height: 2.35rem;
  padding: .2rem;
  border-radius: 12px;
}
@media (max-width: 767.98px) {
  .hero-title--soft {
    max-width: 100%;
    font-size: clamp(1.12rem, 6.2vw, 1.62rem);
    line-height: 1.2;
  }
  .mini-editor-toolbar {
    gap: .4rem;
    padding: .65rem;
    overflow-x: auto;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .mini-editor-toolbar .btn-xs,
  .mini-editor-select,
  .mini-editor-color {
    flex: 0 0 auto;
  }
}

/* v9 hero arrows + forum/admin balance */
.hero-title--arrowlist{display:grid;gap:.52rem;max-width:44rem;margin-bottom:0}
.hero-arrow-line{display:grid;grid-template-columns:auto 1fr;align-items:start;gap:.82rem}
.hero-arrow-badge{display:inline-flex;align-items:center;gap:.08rem;padding-top:.03rem;white-space:nowrap}
.hero-arrow-badge i{display:inline-block;font-style:normal;font-weight:900;font-size:clamp(.9rem,2vw,1.18rem);line-height:1;color:#38bdf8;letter-spacing:-.16em;text-shadow:0 0 10px rgba(56,189,248,.22),0 0 24px rgba(99,102,241,.14);opacity:.26;transform:translateX(0);animation:heroChevronFlow 1.15s linear infinite}
.hero-arrow-badge i:nth-child(2){animation-delay:.18s;opacity:.56}
.hero-arrow-badge i:nth-child(3){animation-delay:.36s;opacity:.9}
.hero-arrow-text{display:block;font-size:clamp(.95rem,1.8vw,1.28rem);line-height:1.28;font-weight:700;letter-spacing:-.022em;color:#172033}
@keyframes heroChevronFlow{0%{opacity:.18;transform:translateX(-2px)}45%{opacity:1;transform:translateX(3px)}100%{opacity:.18;transform:translateX(8px)}}
@media (max-width:991px){.hero-title--arrowlist{max-width:100%;gap:.46rem}.hero-arrow-line{gap:.7rem}.hero-arrow-badge i{font-size:clamp(.88rem,4vw,1.02rem)}.hero-arrow-text{font-size:clamp(.92rem,4.15vw,1.08rem)}.admin-user-editor__manual-grid{grid-template-columns:1fr 1fr}.community-post-head,.community-comment-head{flex-direction:column}}
@media (max-width:767px){.hero-title--arrowlist{gap:.42rem}.hero-arrow-line{gap:.58rem}.hero-arrow-badge i{font-size:clamp(.84rem,4.6vw,.98rem);letter-spacing:-.18em}.hero-arrow-text{font-size:clamp(.9rem,4.7vw,1rem);line-height:1.28}.admin-user-editor__manual-grid{grid-template-columns:1fr}.community-admin-actions,.community-comment-actions{width:100%}.community-admin-actions .btn,.community-comment-actions .btn{width:100%}}
.community-post-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}
.community-admin-actions,.community-comment-actions{display:flex;gap:8px;flex-wrap:wrap;align-items:center}
.community-comment-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;margin-bottom:8px}
.admin-user-editor__manual{padding:14px;border:1px solid var(--line);border-radius:16px;background:#fff}
.admin-user-editor__manual-grid{display:grid;grid-template-columns:minmax(110px,.7fr) minmax(110px,.8fr) minmax(130px,1fr) auto;gap:10px;align-items:end}


/* v12 targeted ui refinements */
.site-topbar__notice{display:flex;align-items:center;min-width:0;flex:1;}
.site-marquee{min-width:0;width:100%;}
.navbar-user__balance [data-live-balance]{font-weight:700;}
.hero-title--arrowlist{display:flex;flex-direction:column;gap:.75rem;max-width:720px;}
.hero-arrow-line{display:grid;grid-template-columns:3.5rem minmax(0,1fr);align-items:start;column-gap:.75rem;}
.hero-arrow-badge{display:inline-flex;align-items:center;overflow:hidden;width:3.25rem;min-height:1.6rem;position:relative;padding-top:.1rem;}
.hero-arrow-badge__track{display:inline-flex;gap:.1rem;min-width:max-content;animation:heroArrowShift 1.25s linear infinite;}
.hero-arrow-badge i{font-style:normal;font-weight:800;font-size:1.15rem;line-height:1;color:#23b7ff;text-shadow:0 0 12px rgba(35,183,255,.35);}
.hero-arrow-text{display:block;font-size:clamp(1.5rem,2.9vw,2.4rem);line-height:1.15;font-weight:700;letter-spacing:-.03em;max-width:15ch;}
.hero-copy{max-width:40rem;}
.hero-preview-card{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:1rem;align-items:center;padding:1rem;border-radius:22px;background:linear-gradient(135deg,rgba(124,58,237,.08),rgba(34,197,94,.08));border:1px solid rgba(124,58,237,.12);}
.hero-preview-card__image{width:100%;height:180px;object-fit:cover;border-radius:18px;box-shadow:0 16px 36px rgba(15,23,42,.12);}
.hero-preview-card__title{font-size:1.05rem;font-weight:700;color:#111827;margin-bottom:.35rem;}
.hero-preview-card__copy{font-size:.95rem;line-height:1.65;color:#475569;}
.topup-success-modal{position:fixed;inset:0;z-index:1085;display:flex;align-items:center;justify-content:center;padding:1.25rem;}
.topup-success-modal__backdrop{position:absolute;inset:0;background:rgba(15,23,42,.45);backdrop-filter:blur(2px);}
.topup-success-modal__dialog{position:relative;z-index:1;max-width:420px;width:100%;padding:1.5rem;text-align:center;box-shadow:0 24px 70px rgba(15,23,42,.22);}
.topup-success-modal__icon{width:64px;height:64px;border-radius:50%;display:grid;place-items:center;margin:0 auto 1rem;background:rgba(34,197,94,.12);color:#16a34a;font-size:2rem;}
.topup-qr-card .section-subtitle{white-space:pre-line;}
@keyframes heroArrowShift{0%{transform:translateX(-1.25rem);opacity:.5;}50%{opacity:1;}100%{transform:translateX(0);opacity:.95;}}
@media (max-width: 991.98px){
  .hero-arrow-line{grid-template-columns:2.9rem minmax(0,1fr);column-gap:.55rem;}
  .hero-arrow-badge{width:2.7rem;min-height:1.4rem;}
  .hero-arrow-badge i{font-size:.98rem;}
  .hero-arrow-text{font-size:clamp(1.15rem,5vw,1.55rem);max-width:none;}
  .hero-preview-card{grid-template-columns:1fr;}
  .hero-preview-card__image{height:165px;}
}


/* v13 targeted polish */
.brand-mark__media{width:auto;height:40px;max-width:148px;object-fit:contain;border-radius:12px;display:block;box-shadow:0 10px 26px rgba(15,23,42,.12);background:#fff}
.brand-mark__text{display:inline-flex;align-items:center}
.site-topbar__notice{gap:0}
.site-topbar__notice .site-marquee__track{padding-inline:0}
.account-subnav__item{gap:.15rem}
.account-subnav__item i{font-size:.92em}
.hero-preview-card--stacked{grid-template-columns:1fr;gap:.9rem;padding:1.05rem 1.05rem 1.15rem}
.hero-preview-card__image--full{height:auto;max-height:320px;object-fit:contain;background:#fff;padding:.15rem}
.hero-title--arrowlist{gap:.48rem;max-width:100%}
.hero-arrow-line{grid-template-columns:2.65rem minmax(0,1fr);align-items:center;column-gap:.55rem}
.hero-arrow-line--single .hero-arrow-text{white-space:nowrap}
.hero-arrow-line--wide .hero-arrow-text{max-width:25ch}
.hero-arrow-badge{width:2.4rem;min-height:1.2rem;padding-top:0;justify-content:flex-start}
.hero-arrow-badge__track{gap:0;animation:heroArrowShift .9s linear infinite}
.hero-arrow-badge i{font-size:.96rem;letter-spacing:-.16em}
.hero-arrow-text{font-size:clamp(.92rem,1.45vw,1.18rem);line-height:1.22;font-weight:700;max-width:none}
.hero-copy{max-width:38rem;font-size:.97rem}
.tool-settings-bar--compact{grid-template-columns:minmax(112px,.78fr) minmax(176px,1.15fr) 102px minmax(120px,.8fr) 118px;gap:10px}
.tool-settings-extra--compact{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.tool-settings-bar__item--affiliate datalist{display:none}
.converter-workspace{padding:16px}
.converter-main-grid--action{grid-template-columns:minmax(0,1fr) 128px minmax(0,1fr);gap:16px}
.converter-textarea{min-height:360px}
@media (max-width:1199.98px){
  .tool-settings-bar--compact{grid-template-columns:repeat(5,minmax(0,1fr))}
}
@media (max-width:991.98px){
  .brand-mark__media{height:34px;max-width:118px}
  .hero-preview-card__image--full{max-height:260px}
  .hero-arrow-line{grid-template-columns:2.2rem minmax(0,1fr);column-gap:.45rem}
  .hero-arrow-badge{width:2rem;min-height:1.1rem}
  .hero-arrow-badge i{font-size:.88rem}
  .hero-arrow-text{font-size:clamp(.88rem,2.8vw,1.02rem)}
  .hero-arrow-line--single .hero-arrow-text{white-space:normal}
  .tool-settings-bar--compact{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:767.98px){
  .hero-preview-card--stacked{padding:.9rem}
  .hero-preview-card__title{font-size:.98rem}
  .hero-preview-card__copy{font-size:.9rem;line-height:1.5}
  .hero-arrow-line{grid-template-columns:1.9rem minmax(0,1fr);column-gap:.4rem;align-items:flex-start}
  .hero-arrow-badge{width:1.75rem;min-height:1rem;margin-top:.08rem}
  .hero-arrow-badge i{font-size:.8rem}
  .hero-arrow-text{font-size:clamp(.84rem,4.05vw,.94rem);line-height:1.22}
  .hero-arrow-line--single .hero-arrow-text{white-space:normal}
  .tool-settings-bar--compact,.tool-settings-bar--api,.tool-settings-extra--compact{grid-template-columns:1fr}
  .converter-textarea{min-height:320px}
}

.mini-editor-surface{min-height:280px;padding:14px 16px;overflow:auto;background:#fff;line-height:1.6;white-space:normal}
.mini-editor-surface:focus{outline:none;box-shadow:none}
.mini-editor-surface img{max-width:100%;height:auto;border-radius:12px}
.mini-editor-surface blockquote{border-left:4px solid rgba(59,130,246,.35);padding-left:12px;margin:0 0 1rem;color:#52607a}
.mini-editor-surface h1,.mini-editor-surface h2,.mini-editor-surface h3{margin:0 0 .8rem;font-weight:700}
.admin-user-filters{display:grid;grid-template-columns:minmax(220px,1.6fr) repeat(3,minmax(140px,.8fr)) auto auto;gap:10px;align-items:end}
.custom-domain-tip .alert{border-radius:16px}
@media (max-width:991px){.admin-user-filters{grid-template-columns:1fr 1fr}.mini-editor-surface{min-height:240px}}
@media (max-width:767px){.admin-user-filters{grid-template-columns:1fr}.mini-editor-surface{min-height:220px}}


/* targeted v17 fixes */
@media (max-width: 991.98px){
  .converter-main-grid--action{display:flex;flex-direction:column;gap:12px;align-items:stretch}
  .converter-column--input{order:1}
  .converter-action-column{order:2;display:flex;justify-content:center;padding:0}
  .converter-action-column .converter-submit-center{width:min(220px,100%);margin-inline:auto}
  .converter-column--output{order:3}
}
@media (max-width: 575.98px){
  .converter-card-head{flex-wrap:wrap}
  .converter-textarea{min-height:300px}
}
.form-text.text-success,.form-text.text-danger{font-weight:600}


/* v17 combined community/feedback */
.community-inner-tabs{display:flex;align-items:center;gap:8px}
.community-inner-tab{flex:1 1 0;display:flex;align-items:center;justify-content:center;padding:12px 14px;border-radius:14px;border:1px solid var(--line);background:#fff;color:var(--text);text-decoration:none;font-weight:700;white-space:nowrap;transition:all .2s ease}
.community-inner-tab:hover,.community-inner-tab.active{border-color:#bfd2ff;background:#eef4ff;color:var(--primary)}
.community-layout--feedback{grid-template-columns:minmax(0,1.4fr) minmax(260px,.8fr)}
@media (max-width: 767px){
  .community-inner-tabs{overflow-x:auto;flex-wrap:nowrap;-webkit-overflow-scrolling:touch;scrollbar-width:none}
  .community-inner-tabs::-webkit-scrollbar{display:none}
  .community-inner-tab{flex:0 0 auto;min-width:calc(50% - 4px);padding:11px 12px;font-size:14px}
}

/* v19 targeted admin/community/mobile refinements */
.admin-filter-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr auto;gap:12px;align-items:end}
.admin-filter-grid--compact{grid-template-columns:1.2fr 1.8fr auto}
.settings-tabs{display:flex;gap:10px;flex-wrap:wrap}
.settings-tab{border:1px solid var(--line);background:#fff;border-radius:999px;padding:10px 16px;font-weight:700;color:var(--text);cursor:pointer;transition:.2s ease}
.settings-tab.is-active,.settings-tab:hover{background:#eef4ff;border-color:#bfd2ff;color:var(--primary)}
.settings-grid--tabbed{display:block}
.settings-panel{display:none}
.settings-panel.is-active{display:grid;gap:16px}
.admin-bar-chart{display:flex;align-items:flex-end;gap:10px;height:280px;padding-top:10px;overflow-x:auto}
.admin-bar-chart--compact{height:260px}
.admin-bar-chart__item{min-width:34px;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;height:100%;gap:8px}
.admin-bar-chart__value{font-size:11px;color:var(--muted);writing-mode:vertical-rl;transform:rotate(180deg);max-height:120px;overflow:hidden}
.admin-bar-chart__bar{width:100%;border-radius:12px 12px 4px 4px;min-height:8px;box-shadow:inset 0 -1px 0 rgba(255,255,255,.3)}
.admin-bar-chart__bar--sales{background:linear-gradient(180deg,#7aa2ff 0%,#4f7cff 100%)}
.admin-bar-chart__bar--topup{background:linear-gradient(180deg,#ffad73 0%,#ef5b2a 100%)}
.admin-bar-chart__label{font-size:11px;color:var(--muted);white-space:nowrap}
.plan-upgrade-note{padding:10px 12px;border:1px solid #dbe7ff;border-radius:14px;background:#f5f8ff;color:var(--primary);font-size:13px;line-height:1.5}
.community-layout--single{display:block}
.community-post-list--single-line{display:grid;gap:8px}
.community-post-list--single-line .community-post-link{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px}
.community-post-link__title{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:700}
.community-post-link__meta{flex:0 0 auto;font-size:12px;color:var(--muted);white-space:nowrap}
.page-actions--compact-row{display:flex;flex-wrap:nowrap;gap:8px;overflow-x:auto;scrollbar-width:none}
.page-actions--compact-row::-webkit-scrollbar{display:none}
.page-actions--compact-row .btn{flex:0 0 auto}
.feedback-form-card{overflow:hidden}
.feedback-form-grid .form-control,.feedback-form-grid .form-select{min-width:0}
.feedback-form-grid textarea{min-height:180px}
@media (max-width: 991.98px){
  .admin-filter-grid{grid-template-columns:1fr 1fr 1fr}
  .admin-filter-grid > :last-child{grid-column:1/-1}
}
@media (max-width: 767.98px){
  .admin-filter-grid,.admin-filter-grid--compact{grid-template-columns:1fr}
  .admin-bar-chart{height:240px;gap:8px}
  .admin-bar-chart__item{min-width:30px}
  .admin-bar-chart__value{font-size:10px;max-height:90px}
  .community-post-list--single-line .community-post-link{padding:11px 12px}
  .community-post-link__meta{font-size:11px}
  .account-page .page-head .page-actions,.community-page .page-head .page-actions{width:100%;display:flex;flex-wrap:nowrap;overflow-x:auto;gap:8px;padding-bottom:2px;scrollbar-width:none}
  .account-page .page-head .page-actions::-webkit-scrollbar,.community-page .page-head .page-actions::-webkit-scrollbar{display:none}
  .account-page .page-head .page-actions .btn,.community-page .page-head .page-actions .btn{width:auto;min-width:max-content;padding:10px 14px}
  .feedback-form-grid > [class*="col-"]{width:100%}
}


/* v20 targeted forum/editor/hero/mobile fixes */
.community-layout--feedback{grid-template-columns:minmax(0,1.25fr) minmax(250px,.75fr)}
@media (max-width: 991.98px){
  .community-layout--feedback{grid-template-columns:1fr}
  .community-layout--feedback .community-sidebar{order:2}
}
@media (max-width: 767.98px){
  .feedback-form-card,.community-layout--feedback .community-sidebar .card-soft{padding:16px !important}
  .feedback-form-grid{display:grid;grid-template-columns:1fr;gap:12px}
  .feedback-form-grid > [class*="col-"]{width:100%;max-width:100%;padding-left:0;padding-right:0;flex:0 0 100%}
  .feedback-form-grid .form-label{font-size:13px;margin-bottom:6px}
  .feedback-form-grid .form-control,.feedback-form-grid .form-select{width:100%;font-size:14px}
  .feedback-form-grid textarea{min-height:140px}
}
.rich-editor-source{display:none !important}
.rich-editor-wrap{border:1px solid #dbe4f3;border-radius:18px;background:#fff;overflow:hidden;box-shadow:0 10px 24px rgba(15,23,42,.04)}
.rich-editor-toolbar{border-bottom:1px solid #e7eef8;background:#f8fbff}
.rich-editor-toolbar .ql-formats{margin-right:8px}
.rich-editor-surface{min-height:280px}
.rich-editor-wrap .ql-toolbar.ql-snow{border:0;padding:10px 12px}
.rich-editor-wrap .ql-container.ql-snow{border:0;font-family:inherit}
.rich-editor-wrap .ql-editor{min-height:280px;padding:16px 18px;font-size:15px;line-height:1.75;color:#172033}
.rich-editor-wrap .ql-editor.ql-blank::before{left:18px;right:18px;color:#98a2b3;font-style:normal}
.rich-editor-wrap .ql-snow .ql-picker{color:#344054}
.rich-editor-wrap .ql-snow .ql-stroke{stroke:#4f7cff}
.rich-editor-wrap .ql-snow .ql-fill{fill:#4f7cff}
.rich-editor-wrap .ql-snow .ql-picker-label:hover,.rich-editor-wrap .ql-snow .ql-picker-item:hover,.rich-editor-wrap .ql-snow .ql-picker-label.ql-active,.rich-editor-wrap .ql-snow .ql-picker-item.ql-selected,.rich-editor-wrap .ql-snow .ql-active .ql-stroke,.rich-editor-wrap .ql-snow .ql-active .ql-fill,.rich-editor-wrap .ql-snow button:hover .ql-stroke,.rich-editor-wrap .ql-snow button:hover .ql-fill,.rich-editor-wrap .ql-snow button.ql-active .ql-stroke,.rich-editor-wrap .ql-snow button.ql-active .ql-fill{stroke:#2959ff;fill:#2959ff;color:#2959ff}
.rich-editor-wrap .ql-toolbar button,.rich-editor-wrap .ql-toolbar .ql-picker-label{border-radius:10px;transition:.18s ease}
.rich-editor-wrap .ql-toolbar button:hover,.rich-editor-wrap .ql-toolbar button.ql-active,.rich-editor-wrap .ql-toolbar .ql-picker-label:hover,.rich-editor-wrap .ql-toolbar .ql-picker-label.ql-active{background:#eef4ff}
@media (max-width: 767.98px){
  .rich-editor-wrap{border-radius:16px}
  .rich-editor-wrap .ql-toolbar.ql-snow{padding:8px 10px}
  .rich-editor-wrap .ql-editor{min-height:220px;padding:14px 14px;font-size:14px;line-height:1.7}
}
.hero-title--arrowlist{display:grid;gap:.52rem;max-width:100%}
.hero-arrow-line{display:grid;grid-template-columns:2rem minmax(0,1fr);align-items:flex-start;column-gap:.55rem}
.hero-arrow-badge{display:flex;align-items:center;justify-content:flex-start;width:2rem;min-height:1.15rem;overflow:hidden;margin-top:.08rem}
.hero-arrow-badge__track{display:inline-flex;gap:0;min-width:max-content;animation:heroArrowShift .82s linear infinite}
.hero-arrow-badge i{font-style:normal;font-weight:800;font-size:.88rem;line-height:1;color:#23b7ff;letter-spacing:-.16em;text-shadow:0 0 12px rgba(35,183,255,.28)}
.hero-arrow-text{display:block;font-size:clamp(.9rem,1.25vw,1.02rem);line-height:1.18;font-weight:700;letter-spacing:-.02em;color:#172033;max-width:none}
.hero-arrow-text__part--mobile{display:none}
.hero-arrow-text--line1,.hero-arrow-text--line3,.hero-arrow-text__part--desktop{white-space:nowrap}
.hero-arrow-line--wide .hero-arrow-text{white-space:nowrap}
@media (max-width: 991.98px){
  .hero-title--arrowlist{gap:.44rem}
  .hero-arrow-line{grid-template-columns:1.85rem minmax(0,1fr);column-gap:.45rem}
  .hero-arrow-badge{width:1.85rem;min-height:1.02rem;margin-top:.05rem}
  .hero-arrow-badge i{font-size:.8rem}
  .hero-arrow-text{font-size:clamp(.8rem,2.8vw,.94rem);line-height:1.2}
}
@media (max-width: 767.98px){
  .hero-arrow-line{grid-template-columns:1.6rem minmax(0,1fr);column-gap:.4rem}
  .hero-arrow-badge{width:1.6rem;min-height:.95rem;margin-top:.1rem}
  .hero-arrow-badge i{font-size:.72rem}
  .hero-arrow-text{font-size:clamp(.78rem,3.45vw,.9rem);line-height:1.22}
  .hero-arrow-text--line1,.hero-arrow-text--line3{white-space:nowrap}
  .hero-arrow-line--wide .hero-arrow-text{white-space:normal}
  .hero-arrow-text__part--desktop{display:none}
  .hero-arrow-text__part--mobile{display:inline}
  .hero-arrow-text__mobile-break{display:block}
}
