:root {
    --primary: #6c3cff;
    --primary-2: #875cff;
    --success: #18b86b;
    --danger: #ff4b55;
    --warning: #ff9f2d;
    --ink: #101828;
    --muted: #667085;
    --line: #e9edf5;
    --soft: #f7f8fc;
    --card: #ffffff;
    --shadow: 0 18px 45px rgba(30, 41, 59, .08);
}

* { box-sizing: border-box; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, Arial, sans-serif; color: var(--ink); background: var(--soft); font-size: 15px; }
a { color: var(--primary); text-decoration: none; }
.btn-primary { --bs-btn-bg: var(--primary); --bs-btn-border-color: var(--primary); --bs-btn-hover-bg: #5930db; --bs-btn-hover-border-color: #5930db; }
.btn-success { --bs-btn-bg: var(--success); --bs-btn-border-color: var(--success); }
.btn-danger { --bs-btn-bg: var(--danger); --bs-btn-border-color: var(--danger); }
.form-control, .form-select { border-color: #dfe5f0; border-radius: 14px; min-height: 48px; }
.form-control:focus, .form-select:focus { border-color: var(--primary); box-shadow: 0 0 0 .2rem rgba(108, 60, 255, .12); }
.label, label { font-weight: 700; color: #172033; font-size: 13px; }

.auth-body { min-height: 100vh; background: radial-gradient(circle at 20% 20%, #efe9ff, transparent 34%), #fbfcff; }
.auth-wrap { min-height: 100vh; display: grid; place-items: center; padding: 22px; }
.auth-card { width: min(430px, 100%); background: var(--card); border: 1px solid var(--line); box-shadow: var(--shadow); border-radius: 30px; padding: 28px; }
.auth-title { text-align: center; font-size: 28px; font-weight: 850; margin: 0; }
.brand-mark { width: 38px; height: 38px; border-radius: 14px; display: grid; place-items: center; background: linear-gradient(145deg, var(--primary), #a883ff); color: #fff; font-weight: 850; box-shadow: 0 10px 22px rgba(108, 60, 255, .25); }

.app-shell { display: flex; min-height: 100vh; }
.sidebar { width: 252px; background: #fff; border-right: 1px solid var(--line); padding: 24px 18px; position: fixed; inset: 0 auto 0 0; display: flex; flex-direction: column; gap: 24px; }
.brand { color: var(--ink); }
.brand small { display: block; color: var(--muted); font-size: 11px; margin-top: -2px; }
.side-nav { display: grid; gap: 7px; }
.side-nav a { display: flex; align-items: center; gap: 12px; color: #344054; padding: 12px 14px; border-radius: 12px; font-weight: 700; }
.side-nav a.active, .side-nav a:hover { background: #f0eaff; color: var(--primary); }
.side-nav i { width: 20px; text-align: center; }
.sidebar-card { margin-top: auto; border-radius: 20px; background: linear-gradient(145deg, #f8f4ff, #eef9ff); padding: 18px; color: #344054; display: grid; gap: 5px; }
.sidebar-card i { color: var(--primary); font-size: 24px; }

.main-panel { margin-left: 252px; flex: 1; min-width: 0; }
.topbar { height: 72px; background: rgba(255,255,255,.82); backdrop-filter: blur(16px); border-bottom: 1px solid var(--line); display: flex; align-items: center; gap: 16px; padding: 0 28px; position: sticky; top: 0; z-index: 50; }
.content-wrap { padding: 26px; max-width: 1440px; margin: 0 auto; }
.search-box { width: min(430px, 42vw); height: 44px; border: 1px solid var(--line); background: #fff; border-radius: 14px; align-items: center; gap: 10px; padding: 0 14px; }
.search-box input { border: 0; outline: 0; width: 100%; }
.icon-btn { width: 42px; height: 42px; border: 1px solid var(--line); background: #fff; border-radius: 14px; display: inline-grid; place-items: center; color: #24324b; }
.profile-pill { display: flex; align-items: center; gap: 10px; border: 1px solid var(--line); background: #fff; border-radius: 999px; padding: 7px 12px 7px 7px; color: var(--ink); font-weight: 700; }
.avatar { width: 32px; height: 32px; border-radius: 50%; background: #e7ddff; color: var(--primary); display: grid; place-items: center; font-weight: 850; }
.avatar.big { width: 92px; height: 92px; font-size: 36px; }

.page-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.dashboard-grid > * { grid-column: span 4; }
.dashboard-grid .hero-card, .dashboard-grid .quick-actions, .dashboard-grid .app-card:first-of-type { grid-column: span 6; }
.money-grid > * { grid-column: span 6; }
.money-grid .wide { grid-column: span 4; }
.hero-card, .app-card, .metric-card, .toolbar-card, .form-card, .profile-card, .settings-list, .assistant-panel, .install-card { background: var(--card); border: 1px solid var(--line); border-radius: 22px; box-shadow: var(--shadow); padding: 22px; }
.hero-card { display: flex; align-items: center; justify-content: space-between; background: linear-gradient(110deg, #fff, #f1eaff); }
.hero-card h1, .mobile-header h1 { font-size: 24px; font-weight: 850; margin: 0; }
.hero-card p { margin: 8px 0 0; color: var(--muted); }
.hero-icon { font-size: 56px; color: var(--primary); opacity: .85; }
.metric-card span, .metric-card small { color: var(--muted); font-weight: 700; }
.metric-card strong { display: block; font-size: 34px; color: var(--success); line-height: 1.2; margin-top: 10px; }
.cash-card { background: linear-gradient(145deg, #f0fff6, #ffffff); }
.success { color: var(--success) !important; }
.danger { color: var(--danger) !important; }
.purple-text { color: var(--primary) !important; }

.quick-actions { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.quick-actions.two { grid-template-columns: repeat(2, 1fr); }
.qa { min-height: 64px; border: 0; border-radius: 14px; color: #fff; display: flex; align-items: center; justify-content: center; gap: 8px; font-weight: 800; box-shadow: 0 14px 24px rgba(0,0,0,.08); }
.qa.purple { background: var(--primary); } .qa.blue { background: #2f8cff; } .qa.green { background: var(--success); } .qa.orange { background: var(--warning); } .qa.red { background: var(--danger); }
.section-title { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; }
.section-title h2 { font-size: 17px; font-weight: 850; margin: 0; }
.section-title a { font-size: 13px; font-weight: 800; }
.list-row, .task-row, .reminder-row, .money-row { display: flex; align-items: center; gap: 12px; border: 1px solid var(--line); border-radius: 14px; padding: 13px; background: #fff; }
.list-row > div, .task-row > div:first-child, .reminder-row > div { min-width: 0; flex: 1; display: grid; gap: 3px; }
.list-row strong, .task-row strong, .reminder-row strong { font-weight: 850; }
.list-row small, .task-row small, .reminder-row small, .money-row small { color: var(--muted); }
.rail { width: 4px; align-self: stretch; border-radius: 999px; background: var(--warning); }
.rail.done { background: var(--success); } .rail.skipped { background: var(--danger); }
.status-chip { border: 0; border-radius: 999px; padding: 6px 10px; font-size: 12px; font-weight: 850; background: #fff4dc; color: #dc7700; }
.status-chip.done { background: #ddf8eb; color: var(--success); }
.status-chip.skipped { background: #ffe5e7; color: var(--danger); }
.circle-check { width: 30px; height: 30px; border-radius: 50%; border: 1px solid #98a2b3; color: var(--success); background: #fff; }
.mini-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.mini { border: 1px solid var(--line); border-radius: 16px; padding: 16px; background: #fff; display: grid; gap: 6px; }
.mini span { color: var(--muted); font-size: 12px; font-weight: 800; }
.mini strong { font-size: 20px; }
.note-stack { display: grid; gap: 10px; }
.note-mini, .note-card { display: grid; gap: 8px; border: 1px solid var(--line); border-radius: 16px; padding: 14px; color: var(--ink); }
.soft-yellow { background: #fff8e8; } .soft-purple { background: #f4efff; } .soft-green { background: #eefcf5; } .soft-pink { background: #fff0f7; } .soft-blue { background: #edf6ff; }
.note-mini span, .note-card p { color: #475467; margin: 0; }
.empty-state { min-height: 120px; display: grid; place-items: center; align-content: center; gap: 10px; color: var(--muted); text-align: center; }
.empty-state i { font-size: 28px; color: #b5bfd0; }
.empty-state.big { grid-column: 1 / -1; min-height: 260px; }

.mobile-header { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.page-card { max-width: 760px; margin: 0 auto; }
.date-switch { display: flex; align-items: center; justify-content: center; gap: 18px; }
.date-switch a { width: 34px; height: 34px; display: grid; place-items: center; color: #344054; }
.icon-picker, .chip-scroll { display: flex; gap: 10px; overflow-x: auto; padding-bottom: 2px; }
.icon-choice { width: 48px; height: 48px; border-radius: 16px; border: 1px solid var(--line); background: #fff; color: var(--primary); }
.icon-choice.active, .category-choice.active { border-color: var(--primary); background: #f2edff; }
.form-card { max-width: 620px; margin: 0 auto; }
.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 8px; }
.category-choice { border: 1px solid var(--line); border-radius: 14px; background: #fff; min-height: 74px; display: grid; place-items: center; gap: 5px; font-size: 12px; font-weight: 800; }
.category-choice i { font-size: 22px; color: var(--primary); }

.toolbar-card { margin-bottom: 16px; box-shadow: none; }
.filter-chip { white-space: nowrap; border-radius: 999px; padding: 8px 13px; background: #f1f3f8; color: #475467; font-weight: 850; font-size: 13px; }
.filter-chip.active { background: var(--primary); color: #fff; }
.notes-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.note-card a { color: var(--ink); display: grid; gap: 8px; }
.note-detail { border-radius: 24px; padding: 28px; border: 1px solid var(--line); min-height: 70vh; }
.note-detail h1 { margin: 18px 0 8px; font-weight: 900; }
.note-body { margin-top: 24px; font-size: 17px; line-height: 1.7; }
.summary-lines p, .settings-list a, .settings-list button { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin: 0; padding: 14px 0; border-bottom: 1px solid var(--line); color: var(--ink); font-weight: 750; }
.summary-lines p:last-child, .settings-list a:last-child { border-bottom: 0; }
.money-row { justify-content: space-between; margin-bottom: 9px; }
.money-row span { flex: 1; font-weight: 750; }
.reminder-row i:first-child { font-size: 20px; }
.assistant-panel { max-width: 900px; margin: 0 auto; background: linear-gradient(145deg, #f4eaff, #eff7ff 60%, #fff); }
.assistant-head { text-align: center; padding: 10px 0 18px; }
.bot-face { width: 70px; height: 70px; border-radius: 24px; margin: 0 auto 12px; display: grid; place-items: center; color: var(--primary); background: #fff; box-shadow: var(--shadow); font-size: 34px; }
.assistant-head h1 { font-size: 24px; font-weight: 900; margin: 0; }
.suggestion-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.suggestion { border: 1px solid var(--line); border-radius: 12px; background: #fff; padding: 13px; display: flex; align-items: center; gap: 8px; color: #344054; font-weight: 750; text-align: left; }
.chat-log { display: grid; gap: 10px; margin: 18px 0; max-height: 280px; overflow: auto; }
.msg { padding: 11px 13px; border-radius: 16px; max-width: 78%; }
.msg.user { justify-self: end; background: var(--primary); color: #fff; }
.msg.bot { justify-self: start; background: #fff; border: 1px solid var(--line); }
.chat-form { display: flex; gap: 10px; background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 8px; }
.chat-form input { flex: 1; border: 0; outline: 0; padding: 0 8px; }
.profile-card { display: flex; align-items: center; gap: 18px; margin-bottom: 16px; }
.profile-card h2 { margin: 0; font-weight: 900; }
.profile-card p { margin: 4px 0 0; color: var(--muted); }
.settings-list { display: grid; padding: 8px 22px; margin-top: 16px; }
.settings-list button { width: 100%; border: 0; background: transparent; color: var(--danger); }
.install-card { max-width: 720px; margin: 0 auto; text-align: center; background: radial-gradient(circle at 80% 20%, #efe8ff, transparent 34%), #fff; }
.phone-mock { width: 150px; height: 220px; border-radius: 28px; border: 8px solid #28345a; margin: 0 auto 20px; display: grid; place-items: center; align-content: center; gap: 10px; background: #f7f2ff; transform: rotate(5deg); }
.install-card h1 { font-weight: 900; }
.install-benefits { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin: 20px 0; text-align: left; }
.install-benefits span { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 13px; font-weight: 750; }

.bottom-nav { display: none; }
.toast { box-shadow: var(--shadow); border-radius: 16px; color: #fff; background: var(--primary); }
.shimmer { position: relative; overflow: hidden; background: #eef1f7; border-radius: 16px; min-height: 64px; }
.shimmer::after { content: ""; position: absolute; inset: 0; transform: translateX(-100%); background: linear-gradient(90deg, transparent, rgba(255,255,255,.72), transparent); animation: shimmer 1.2s infinite; }
@keyframes shimmer { 100% { transform: translateX(100%); } }

@media (max-width: 1100px) {
    .dashboard-grid > *, .dashboard-grid .hero-card, .dashboard-grid .quick-actions, .dashboard-grid .app-card:first-of-type, .money-grid > *, .money-grid .wide { grid-column: span 12; }
    .notes-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 991px) {
    body { background: #fbfcff; }
    .sidebar, .topbar { display: none; }
    .main-panel { margin-left: 0; }
    .content-wrap { padding: 18px 14px 92px; max-width: 520px; }
    .page-grid, .mini-grid, .quick-actions, .quick-actions.two { grid-template-columns: 1fr; }
    .dashboard-grid > *, .money-grid > * { grid-column: 1; }
    .hero-card, .app-card, .metric-card, .toolbar-card, .form-card, .profile-card, .settings-list, .assistant-panel, .install-card { border-radius: 18px; padding: 16px; box-shadow: 0 10px 30px rgba(30, 41, 59, .07); }
    .hero-card { min-height: 100px; }
    .hero-icon { display: none; }
    .quick-actions { grid-template-columns: repeat(4, 1fr); }
    .qa { min-height: 58px; flex-direction: column; gap: 4px; font-size: 11px; }
    .metric-card strong { font-size: 30px; }
    .notes-grid, .suggestion-grid, .install-benefits { grid-template-columns: 1fr; }
    .category-grid { grid-template-columns: repeat(3, 1fr); }
    .bottom-nav { position: fixed; left: 0; right: 0; bottom: 0; height: 72px; padding: 8px 10px calc(8px + env(safe-area-inset-bottom)); background: rgba(255,255,255,.94); backdrop-filter: blur(18px); border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(5, 1fr); z-index: 100; }
    .bottom-nav a { display: grid; place-items: center; align-content: center; gap: 3px; color: #526078; font-size: 11px; font-weight: 800; }
    .bottom-nav i { font-size: 17px; }
    .bottom-nav a.active { color: var(--primary); }
}

/* LifeFlow premium UI pass */
:root {
    --primary: #6D5DFB;
    --primary-strong: #6C3BFF;
    --primary-light: #F1EDFF;
    --success: #18B56B;
    --danger: #FF4D4F;
    --warning: #FFB020;
    --ink: #111827;
    --muted: #6B7280;
    --line: #E5E7EB;
    --soft: #F8FAFC;
    --card: #FFFFFF;
    --shadow: 0 12px 28px rgba(17, 24, 39, .05);
}

body {
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: var(--soft);
    color: var(--ink);
    font-size: 14px;
    letter-spacing: 0;
}

[data-lucide] {
    width: 20px;
    height: 20px;
    stroke-width: 2;
}

.sidebar {
    width: 260px;
    padding: 22px 18px;
    border-right: 1px solid var(--line);
    box-shadow: none;
}

.main-panel {
    margin-left: 260px;
}

.brand {
    min-height: 42px;
}

.brand-mark {
    width: 34px;
    height: 34px;
    border-radius: 13px;
    font-size: 13px;
    box-shadow: 0 10px 18px rgba(109, 93, 251, .22);
}

.brand strong {
    font-size: 16px;
    letter-spacing: -.01em;
}

.brand small {
    font-size: 10px;
    color: var(--muted);
}

.side-nav {
    gap: 6px;
}

.side-nav a {
    height: 42px;
    border-radius: 12px;
    color: #374151;
    font-size: 14px;
    font-weight: 600;
    padding: 0 14px;
    transition: background .16s ease, color .16s ease, transform .16s ease;
}

.side-nav a:hover {
    transform: translateX(2px);
}

.side-nav a.active,
.side-nav a:hover {
    background: var(--primary-light);
    color: var(--primary-strong);
}

.side-nav [data-lucide] {
    width: 18px;
    height: 18px;
}

.sidebar-card {
    border: 1px solid #ECE7FF;
    border-radius: 18px;
    background: linear-gradient(145deg, #FFFFFF, #F4F0FF);
    box-shadow: none;
    padding: 18px;
}

.sidebar-illustration {
    width: 42px;
    height: 42px;
    border-radius: 15px;
    background: #FFFFFF;
    color: var(--primary);
    display: grid;
    place-items: center;
    box-shadow: var(--shadow);
}

.topbar {
    height: 72px;
    background: rgba(255, 255, 255, .9);
    border-bottom: 1px solid var(--line);
    padding: 0 28px;
    box-shadow: none;
}

.topbar-title {
    display: flex;
    align-items: center;
    gap: 12px;
}

.topbar-title h1 {
    margin: 0;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -.01em;
}

.search-box {
    margin-left: auto;
    width: min(420px, 36vw);
    height: 42px;
    border-radius: 14px;
    border-color: var(--line);
    color: var(--muted);
}

.search-box [data-lucide] {
    width: 17px;
    height: 17px;
}

.icon-btn {
    width: 40px;
    height: 40px;
    border-radius: 13px;
    border-color: var(--line);
    color: #344054;
    transition: transform .16s ease, border-color .16s ease, color .16s ease;
}

.icon-btn:hover {
    transform: translateY(-1px);
    border-color: #D8D5FF;
    color: var(--primary);
}

.notification-dot {
    position: relative;
}

.notification-dot::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    right: 9px;
    top: 9px;
    background: var(--danger);
    border: 2px solid #fff;
}

.profile-pill {
    height: 42px;
    border-radius: 999px;
    font-weight: 600;
}

.profile-pill [data-lucide] {
    width: 16px;
    height: 16px;
}

.content-wrap {
    max-width: 1480px;
    padding: 24px;
}

.hero-card,
.app-card,
.metric-card,
.toolbar-card,
.form-card,
.profile-card,
.settings-list,
.assistant-panel,
.install-card {
    border-radius: 18px;
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
}

.dashboard-board {
    display: grid;
    grid-template-columns: minmax(480px, 1.45fr) minmax(320px, .9fr) minmax(290px, .78fr);
    gap: 18px;
    align-items: start;
}

.dashboard-left,
.dashboard-middle,
.dashboard-right {
    display: grid;
    gap: 18px;
}

.hero-card {
    min-height: 150px;
    padding: 24px;
    background:
        radial-gradient(circle at 82% 15%, rgba(109, 93, 251, .16), transparent 30%),
        linear-gradient(135deg, #FFFFFF 0%, #F7F3FF 100%);
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    height: 26px;
    padding: 0 10px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #ECE7FF;
    color: var(--primary-strong);
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 14px;
}

.hero-card h1 {
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -.015em;
}

.hero-card p {
    font-size: 13px;
}

.hero-art {
    width: 96px;
    height: 96px;
    border-radius: 32px;
    display: grid;
    place-items: center;
    background: #fff;
    color: var(--primary);
    box-shadow: 0 20px 38px rgba(109, 93, 251, .14);
}

.hero-art [data-lucide] {
    width: 42px;
    height: 42px;
}

.quick-actions {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.qa {
    min-height: 58px;
    border-radius: 14px;
    box-shadow: none;
    font-size: 13px;
    font-weight: 700;
    transition: transform .16s ease, filter .16s ease;
}

.qa:hover {
    transform: translateY(-2px);
    filter: saturate(1.05);
    color: #fff;
}

.qa [data-lucide] {
    width: 18px;
    height: 18px;
}

.app-card,
.metric-card {
    padding: 20px;
}

.section-title h2 {
    font-size: 15px;
    font-weight: 800;
}

.section-title a {
    font-size: 12px;
    font-weight: 700;
}

.card-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.icon-bubble {
    width: 40px;
    height: 40px;
    border-radius: 14px;
    display: grid;
    place-items: center;
}

.success-bg {
    background: #EAFBF2;
    color: var(--success);
}

.purple-bg {
    background: var(--primary-light);
    color: var(--primary);
}

.cash-card {
    min-height: 150px;
    background: linear-gradient(145deg, #FFFFFF, #F1FFF7);
}

.metric-card strong {
    font-size: 34px;
    font-weight: 800;
    letter-spacing: -.02em;
    margin-top: 16px;
}

.cash-sub {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 12px;
}

.cash-sub em {
    font-style: normal;
    font-size: 12px;
    font-weight: 800;
    color: var(--success);
    background: #EAFBF2;
    border-radius: 999px;
    padding: 7px 10px;
}

.schedule-list {
    display: grid;
    gap: 10px;
}

.schedule-row,
.reminder-mini {
    display: grid;
    grid-template-columns: 4px 40px minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    min-height: 64px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: #fff;
    padding: 10px 12px;
}

.reminder-mini {
    grid-template-columns: 4px 40px minmax(0, 1fr);
}

.task-icon {
    width: 40px;
    height: 40px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: var(--primary-light);
    color: var(--primary);
}

.task-copy {
    min-width: 0;
    display: grid;
    gap: 3px;
}

.task-copy small,
.reminder-mini small {
    color: var(--muted);
    font-size: 12px;
}

.task-copy strong,
.reminder-mini strong {
    font-weight: 700;
    font-size: 14px;
}

.status-chip {
    min-width: 68px;
    border-radius: 999px;
    padding: 6px 10px;
    font-size: 11px;
    font-weight: 700;
}

.mini {
    min-height: 88px;
    border-radius: 14px;
    box-shadow: none;
}

.mini span {
    color: var(--muted);
    font-weight: 600;
}

.mini strong {
    font-size: 18px;
    font-weight: 800;
}

.mini.success {
    background: #F0FFF7;
    border-color: #CFF5DF;
}

.mini.danger {
    background: #FFF5F5;
    border-color: #FFDADB;
}

.mini.purple {
    background: #F6F3FF;
    border-color: #E6DFFF;
}

.mini.blue {
    background: #F1F8FF;
    border-color: #DCEEFF;
}

.note-mini {
    border-radius: 14px;
    min-height: 78px;
    transition: transform .16s ease, border-color .16s ease;
}

.note-mini:hover {
    transform: translateY(-2px);
    border-color: #DCD6FF;
    color: var(--ink);
}

.note-mini strong {
    font-size: 13px;
    font-weight: 800;
}

.note-mini span,
.note-mini small {
    font-size: 12px;
    color: var(--muted);
}

.ghost-add {
    width: 100%;
    min-height: 42px;
    border: 1px solid var(--line);
    border-radius: 13px;
    background: #F9FAFB;
    color: #475467;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-weight: 700;
    font-size: 13px;
}

.ghost-add:hover {
    color: var(--primary);
    border-color: #DCD6FF;
    background: #FBFAFF;
}

.money-ring {
    --income: 50%;
    --expense: 30%;
    width: 168px;
    height: 168px;
    border-radius: 50%;
    margin: 6px auto 18px;
    display: grid;
    place-items: center;
    background: conic-gradient(var(--success) 0 var(--income), var(--danger) var(--income) calc(var(--income) + var(--expense)), var(--primary) 0 100%);
    position: relative;
}

.money-ring::after {
    content: "";
    position: absolute;
    width: 108px;
    height: 108px;
    border-radius: 50%;
    background: #fff;
}

.money-ring div {
    position: relative;
    z-index: 1;
    display: grid;
    text-align: center;
}

.money-ring strong {
    font-size: 17px;
    font-weight: 800;
}

.money-ring span {
    color: var(--muted);
    font-size: 12px;
}

.legend-list {
    display: grid;
    gap: 10px;
    margin-bottom: 14px;
}

.legend-list span {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--muted);
    font-size: 12px;
}

.legend-list strong {
    margin-left: auto;
    color: var(--ink);
}

.dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.dot.green { background: var(--success); }
.dot.red { background: var(--danger); }
.dot.purple { background: var(--primary); }

.mobile-dashboard-extra {
    display: none;
}

.mobile-header {
    display: none;
}

.toast {
    background: var(--primary-strong);
    border-radius: 14px;
}

.invalid-feedback.dynamic {
    display: block;
}

.danger-bg {
    background: #FFF1F2;
    color: var(--danger);
}

/* Notes desktop workspace */
.notes-board {
    display: grid;
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
}

.notes-filter-panel,
.notes-workspace,
.money-hero-card,
.profile-identity-card,
.profile-actions-card {
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: var(--shadow);
}

.notes-filter-panel {
    padding: 18px;
    position: sticky;
    top: 94px;
}

.notes-categories {
    display: grid;
    gap: 8px;
}

.notes-categories a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 42px;
    padding: 0 12px;
    border-radius: 12px;
    color: #374151;
    font-weight: 650;
}

.notes-categories a.active,
.notes-categories a:hover {
    background: var(--primary-light);
    color: var(--primary-strong);
}

.notes-categories strong {
    font-size: 12px;
    color: inherit;
}

.notes-workspace {
    padding: 18px;
}

.notes-toolbar {
    display: grid;
    grid-template-columns: minmax(280px, 1fr) 190px auto;
    gap: 12px;
    align-items: center;
    margin-bottom: 16px;
}

.notes-search {
    height: 44px;
    border: 1px solid var(--line);
    border-radius: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 14px;
    color: var(--muted);
    background: #fff;
}

.notes-search input {
    border: 0;
    outline: 0;
    width: 100%;
}

.notes-select,
.notes-add-btn {
    height: 44px;
}

.notes-add-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0 16px;
    font-weight: 700;
}

.notes-mobile-chips {
    display: none;
}

.sticky-notes-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(220px, 1fr));
    gap: 16px;
}

.sticky-note {
    min-height: 230px;
    border: 1px solid rgba(229, 231, 235, .92);
    border-radius: 18px;
    box-shadow: 0 14px 30px rgba(17, 24, 39, .045);
    transition: transform .16s ease, box-shadow .16s ease;
}

.sticky-note:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 38px rgba(17, 24, 39, .07);
}

.sticky-note-form {
    min-height: 230px;
    display: flex;
    flex-direction: column;
    padding: 16px;
}

.sticky-note-head,
.sticky-note-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.sticky-title,
.sticky-body {
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--ink);
}

.sticky-title {
    font-size: 15px;
    font-weight: 800;
}

.sticky-body {
    flex: 1;
    resize: none;
    margin: 12px 0;
    font-size: 13px;
    line-height: 1.55;
}

.sticky-note-foot span {
    color: var(--muted);
    font-size: 11px;
}

.note-icon-btn {
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: 10px;
    display: grid;
    place-items: center;
    background: rgba(255,255,255,.65);
    color: #475467;
}

.note-icon-btn:hover {
    color: var(--primary);
    background: #fff;
}

.note-icon-btn.danger:hover {
    color: var(--danger);
}

.note-icon-btn [data-lucide] {
    width: 16px;
    height: 16px;
}

.filled-star {
    color: var(--warning);
    fill: currentColor;
}

/* Money page alignment */
.money-board {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 18px;
    align-items: start;
}

.money-main,
.money-side {
    display: grid;
    gap: 18px;
}

.money-hero-card {
    min-height: 188px;
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    background: linear-gradient(145deg, #FFFFFF, #F0FFF7);
}

.money-hero-card strong {
    display: block;
    margin-top: 12px;
    font-size: 40px;
    line-height: 1.05;
    font-weight: 800;
    color: var(--success);
    letter-spacing: -.03em;
}

.money-hero-card p {
    margin: 12px 0 0;
    color: var(--muted);
}

.money-wallet {
    width: 76px;
    height: 76px;
    border-radius: 24px;
    display: grid;
    place-items: center;
    background: #DDF8EA;
    color: var(--success);
}

.money-wallet [data-lucide] {
    width: 34px;
    height: 34px;
}

.money-summary-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.money-action-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.money-history-card {
    min-height: 320px;
}

.money-timeline {
    display: grid;
    gap: 10px;
}

.money-timeline-row {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 12px;
    background: #fff;
}

.money-type-icon {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: grid;
    place-items: center;
}

.money-type-icon.income {
    background: #EAFBF2;
    color: var(--success);
}

.money-type-icon.expense {
    background: #FFF1F2;
    color: var(--danger);
}

.money-timeline-row strong {
    font-size: 14px;
    font-weight: 800;
}

.money-timeline-row small {
    display: block;
    margin-top: 2px;
    color: var(--muted);
    font-size: 12px;
}

.money-amount {
    text-align: right;
}

.summary-lines.refined p {
    min-height: 48px;
}

.money-tip-card {
    display: grid;
    gap: 12px;
}

.money-tip-card h2 {
    margin: 0;
    font-size: 16px;
    font-weight: 800;
}

.money-tip-card p {
    margin: 0;
    color: var(--muted);
}

/* Profile desktop alignment */
.profile-board {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 380px;
    gap: 18px;
    align-items: start;
}

.profile-identity-card {
    overflow: hidden;
}

.profile-cover {
    height: 118px;
    background:
        radial-gradient(circle at 82% 30%, rgba(255,255,255,.35), transparent 20%),
        linear-gradient(135deg, #6D5DFB 0%, #A58CFF 100%);
}

.profile-identity-body {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 0 24px 24px;
    margin-top: -42px;
}

.profile-identity-body .avatar.big {
    border: 6px solid #fff;
    background: #F1EDFF;
}

.profile-identity-body h2 {
    margin: 38px 0 4px;
    font-size: 22px;
    font-weight: 800;
}

.profile-identity-body p {
    margin: 0 0 10px;
    color: var(--muted);
}

.profile-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    height: 30px;
    border-radius: 999px;
    padding: 0 10px;
    background: var(--primary-light);
    color: var(--primary-strong);
    font-size: 12px;
    font-weight: 750;
}

.profile-badge [data-lucide] {
    width: 14px;
    height: 14px;
}

.profile-edit-card {
    grid-column: 1;
}

.profile-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.profile-form button {
    grid-column: 1 / -1;
    justify-self: start;
    min-width: 170px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
}

.profile-actions-card {
    grid-column: 2;
    grid-row: 1 / span 2;
    padding: 10px;
}

.profile-actions-card a,
.profile-actions-card button {
    width: 100%;
    min-height: 72px;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) 20px;
    gap: 12px;
    align-items: center;
    padding: 10px;
    border: 0;
    border-radius: 14px;
    background: transparent;
    color: var(--ink);
    text-align: left;
}

.profile-actions-card a:hover,
.profile-actions-card button:hover {
    background: #F9FAFB;
}

.profile-actions-card strong {
    display: block;
    font-size: 14px;
    font-weight: 800;
}

.profile-actions-card small {
    color: var(--muted);
    font-size: 12px;
}

.profile-actions-card .logout {
    color: var(--danger);
}

@media (max-width: 1280px) {
    .dashboard-board {
        grid-template-columns: minmax(460px, 1.3fr) minmax(300px, .9fr);
    }

    .dashboard-right {
        grid-column: 1 / -1;
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 1180px) {
    .sticky-notes-grid {
        grid-template-columns: repeat(2, minmax(220px, 1fr));
    }

    .money-board,
    .profile-board {
        grid-template-columns: 1fr;
    }

    .profile-actions-card {
        grid-column: auto;
        grid-row: auto;
    }
}

@media (max-width: 991px) {
    .sidebar,
    .topbar {
        display: none;
    }

    .main-panel {
        margin-left: 0;
    }

    .content-wrap {
        max-width: 430px;
        padding: 16px 14px 92px;
    }

    .mobile-header {
        display: flex;
    }

    .dashboard-board,
    .dashboard-left,
    .dashboard-middle,
    .dashboard-right {
        display: grid;
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .dashboard-right {
        grid-column: auto;
    }

    .hero-card {
        min-height: 126px;
        padding: 18px;
    }

    .eyebrow {
        margin-bottom: 10px;
    }

    .hero-card h1,
    .mobile-header h1 {
        font-size: 18px;
    }

    .hero-art {
        width: 58px;
        height: 58px;
        border-radius: 20px;
    }

    .hero-art [data-lucide] {
        width: 28px;
        height: 28px;
    }

    .quick-actions {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .qa {
        min-height: 64px;
        flex-direction: row;
        justify-content: flex-start;
        padding: 0 14px;
        font-size: 13px;
    }

    .app-card,
    .metric-card,
    .toolbar-card,
    .form-card,
    .profile-card,
    .settings-list,
    .assistant-panel,
    .install-card {
        border-radius: 18px;
        padding: 16px;
        box-shadow: 0 8px 22px rgba(17, 24, 39, .04);
    }

    .schedule-row {
        grid-template-columns: 4px 34px minmax(0, 1fr);
    }

    .schedule-row .status-chip {
        grid-column: 3;
        justify-self: start;
    }

    .task-icon,
    .icon-bubble {
        width: 34px;
        height: 34px;
        border-radius: 12px;
    }

    .mini-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .metric-card strong {
        font-size: 30px;
    }

    .money-month-card {
        display: none;
    }

    .mobile-dashboard-extra {
        display: block;
        margin-top: 14px;
        background: var(--card);
        border: 1px solid var(--line);
        border-radius: 18px;
        padding: 16px;
    }

    .bottom-nav {
        height: 74px;
        border-top: 1px solid var(--line);
        box-shadow: 0 -12px 30px rgba(17, 24, 39, .06);
    }

    .bottom-nav a {
        border-radius: 15px;
        transition: background .16s ease, color .16s ease, transform .16s ease;
    }

    .bottom-nav a.active {
        background: var(--primary-light);
        color: var(--primary-strong);
        transform: translateY(-2px);
    }

    .bottom-nav [data-lucide] {
        width: 20px;
        height: 20px;
    }

    .notes-board,
    .money-board,
    .profile-board {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .notes-filter-panel {
        display: none;
    }

    .notes-workspace {
        padding: 0;
        border: 0;
        box-shadow: none;
        background: transparent;
    }

    .notes-toolbar {
        grid-template-columns: 1fr auto;
        margin-bottom: 12px;
    }

    .notes-select {
        display: none;
    }

    .notes-add-btn {
        width: 44px;
        padding: 0;
        border-radius: 14px;
    }

    .notes-add-btn span,
    .notes-add-btn {
        font-size: 0;
    }

    .notes-add-btn [data-lucide] {
        margin: 0;
    }

    .notes-mobile-chips {
        display: flex;
        margin-bottom: 14px;
    }

    .sticky-notes-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .sticky-note,
    .sticky-note-form {
        min-height: 210px;
    }

    .money-hero-card {
        min-height: 150px;
        padding: 18px;
    }

    .money-hero-card strong {
        font-size: 32px;
    }

    .money-wallet {
        width: 58px;
        height: 58px;
        border-radius: 18px;
    }

    .money-summary-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .money-summary-grid .mini:last-child {
        grid-column: 1 / -1;
    }

    .money-action-row {
        grid-template-columns: repeat(2, 1fr);
    }

    .money-timeline-row {
        grid-template-columns: 38px minmax(0, 1fr);
    }

    .money-amount {
        grid-column: 2;
        text-align: left;
    }

    .profile-identity-body {
        align-items: flex-start;
        padding: 0 16px 18px;
    }

    .profile-identity-body h2 {
        margin-top: 42px;
        font-size: 19px;
    }

    .profile-form {
        grid-template-columns: 1fr;
    }

    .profile-form button {
        width: 100%;
    }
}

/* Mobile app polish pass */
@media (max-width: 575px) {
    html {
        background: #F8FAFC;
    }

    body {
        font-size: 14px;
        background:
            linear-gradient(180deg, rgba(241, 237, 255, .72) 0, rgba(248, 250, 252, 0) 220px),
            #F8FAFC;
        -webkit-font-smoothing: antialiased;
    }

    [data-lucide],
    .fa-solid,
    .fa-regular {
        width: 19px;
        height: 19px;
        font-size: 18px;
        line-height: 1;
    }

    .content-wrap {
        width: 100%;
        max-width: 430px;
        margin: 0 auto;
        padding: 14px 14px 96px;
    }

    .mobile-header {
        min-height: 46px;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 12px;
    }

    .mobile-header h1 {
        font-size: 18px;
        line-height: 1.2;
        font-weight: 800;
        letter-spacing: 0;
    }

    .icon-btn {
        width: 42px;
        height: 42px;
        border-radius: 14px;
        background: #fff;
        box-shadow: 0 8px 20px rgba(17, 24, 39, .04);
    }

    .hero-card,
    .app-card,
    .metric-card,
    .toolbar-card,
    .form-card,
    .profile-card,
    .settings-list,
    .assistant-panel,
    .install-card,
    .notes-workspace,
    .money-hero-card,
    .profile-identity-card,
    .profile-actions-card,
    .mobile-dashboard-extra {
        border-radius: 20px;
        border-color: rgba(229, 231, 235, .95);
        box-shadow: 0 10px 24px rgba(17, 24, 39, .045);
    }

    .dashboard-board,
    .dashboard-left,
    .dashboard-middle,
    .dashboard-right,
    .money-main,
    .money-side {
        gap: 12px;
    }

    .hero-card {
        min-height: 118px;
        padding: 16px;
        align-items: center;
    }

    .eyebrow {
        height: 24px;
        padding: 0 9px;
        font-size: 11px;
        margin-bottom: 8px;
    }

    .hero-card p {
        font-size: 12px;
        margin-top: 6px;
    }

    .hero-art {
        flex: 0 0 54px;
        width: 54px;
        height: 54px;
        border-radius: 18px;
    }

    .quick-actions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .qa {
        min-height: 58px;
        border-radius: 16px;
        padding: 0 12px;
        gap: 9px;
        font-size: 13px;
        font-weight: 750;
        box-shadow: 0 10px 22px rgba(17, 24, 39, .055);
    }

    .qa [data-lucide],
    .qa .fa-solid {
        width: 18px;
        height: 18px;
        font-size: 16px;
    }

    .section-title {
        margin-bottom: 12px;
    }

    .section-title h2 {
        font-size: 15px;
    }

    .section-title a {
        font-size: 12px;
    }

    .metric-card strong,
    .money-hero-card strong {
        font-size: 29px;
        letter-spacing: 0;
    }

    .cash-sub {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .mini-grid,
    .money-summary-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .mini {
        min-height: 82px;
        padding: 13px;
        border-radius: 16px;
    }

    .mini span {
        font-size: 11px;
    }

    .mini strong {
        font-size: 17px;
    }

    .schedule-row,
    .reminder-mini,
    .task-row,
    .reminder-row {
        border-radius: 16px;
        padding: 11px;
        gap: 10px;
        min-height: 62px;
    }

    .schedule-row {
        grid-template-columns: 4px 36px minmax(0, 1fr);
    }

    .task-icon,
    .icon-bubble,
    .money-type-icon {
        width: 36px;
        height: 36px;
        border-radius: 13px;
    }

    .task-copy strong,
    .reminder-mini strong,
    .task-row strong,
    .reminder-row strong {
        font-size: 13px;
    }

    .task-copy small,
    .reminder-mini small,
    .task-row small,
    .reminder-row small {
        font-size: 11px;
    }

    .status-chip {
        min-width: 64px;
        padding: 6px 9px;
        font-size: 11px;
    }

    .ghost-add {
        min-height: 42px;
        border-radius: 14px;
        font-size: 13px;
    }

    .bottom-nav {
        left: 10px;
        right: 10px;
        bottom: 10px;
        height: 68px;
        padding: 7px;
        border: 1px solid rgba(229, 231, 235, .95);
        border-radius: 22px;
        background: rgba(255,255,255,.95);
        box-shadow: 0 18px 40px rgba(17, 24, 39, .12);
    }

    .bottom-nav a {
        gap: 3px;
        font-size: 10px;
        font-weight: 750;
        color: #667085;
    }

    .bottom-nav a.active {
        background: var(--primary-light);
        color: var(--primary-strong);
        transform: none;
    }

    .bottom-nav [data-lucide] {
        width: 19px;
        height: 19px;
    }

    /* Notes mobile */
    .notes-toolbar {
        grid-template-columns: minmax(0, 1fr) 44px;
        gap: 9px;
    }

    .notes-search {
        height: 44px;
        border-radius: 16px;
        padding: 0 12px;
        box-shadow: 0 8px 20px rgba(17, 24, 39, .035);
    }

    .notes-add-btn {
        min-width: 44px;
        height: 44px;
        display: grid;
        place-items: center;
    }

    .notes-add-btn [data-lucide] {
        width: 20px;
        height: 20px;
    }

    .notes-mobile-chips {
        gap: 8px;
        padding-bottom: 4px;
        margin-bottom: 12px;
    }

    .filter-chip {
        padding: 8px 12px;
        border-radius: 999px;
        font-size: 12px;
    }

    .sticky-note {
        border-radius: 20px;
        min-height: 198px;
    }

    .sticky-note-form {
        min-height: 198px;
        padding: 14px;
    }

    .sticky-title {
        font-size: 15px;
    }

    .sticky-body {
        font-size: 13px;
        line-height: 1.5;
        margin: 10px 0;
    }

    .note-icon-btn {
        width: 34px;
        height: 34px;
        border-radius: 12px;
        background: rgba(255, 255, 255, .7);
    }

    .sticky-note-foot {
        align-items: flex-end;
    }

    .sticky-note-foot span {
        max-width: 145px;
        line-height: 1.25;
    }

    /* Money mobile */
    .money-hero-card {
        min-height: 138px;
        padding: 16px;
        gap: 14px;
    }

    .money-hero-card p {
        font-size: 12px;
        line-height: 1.45;
    }

    .money-wallet {
        flex: 0 0 54px;
        width: 54px;
        height: 54px;
        border-radius: 18px;
    }

    .money-wallet [data-lucide] {
        width: 27px;
        height: 27px;
    }

    .money-summary-grid .mini:last-child {
        grid-column: 1 / -1;
    }

    .money-action-row {
        gap: 10px;
    }

    .money-timeline {
        gap: 9px;
    }

    .money-timeline-row {
        grid-template-columns: 38px minmax(0, 1fr);
        border-radius: 16px;
        padding: 11px;
    }

    .money-amount {
        margin-top: 4px;
    }

    .money-amount strong {
        font-size: 13px;
    }

    .money-side {
        gap: 12px;
    }

    .summary-lines.refined p {
        min-height: 44px;
        padding: 11px 0;
    }

    /* Profile / More mobile */
    .profile-cover {
        height: 96px;
    }

    .profile-identity-body {
        gap: 12px;
        padding: 0 14px 16px;
        margin-top: -36px;
    }

    .profile-identity-body .avatar.big {
        width: 76px;
        height: 76px;
        border-width: 5px;
        font-size: 28px;
    }

    .profile-identity-body h2 {
        margin-top: 36px;
        font-size: 18px;
    }

    .profile-identity-body p {
        font-size: 12px;
        margin-bottom: 8px;
    }

    .profile-badge {
        height: 28px;
        font-size: 11px;
    }

    .profile-edit-card {
        padding: 15px;
    }

    .profile-actions-card {
        padding: 8px;
    }

    .profile-actions-card a,
    .profile-actions-card button {
        min-height: 64px;
        grid-template-columns: 38px minmax(0, 1fr) 18px;
        gap: 10px;
        padding: 9px;
        border-radius: 15px;
    }

    .profile-actions-card strong {
        font-size: 13px;
    }

    .profile-actions-card small {
        font-size: 11px;
        line-height: 1.35;
    }

    /* Assistant/forms/mobile utility */
    .assistant-panel {
        min-height: calc(100vh - 124px);
        display: flex;
        flex-direction: column;
    }

    .assistant-head h1 {
        font-size: 18px;
    }

    .suggestion-grid {
        gap: 9px;
    }

    .suggestion {
        min-height: 44px;
        padding: 10px 12px;
        border-radius: 14px;
        font-size: 12px;
    }

    .chat-log {
        flex: 1;
        max-height: none;
    }

    .chat-form {
        position: sticky;
        bottom: 88px;
        border-radius: 16px;
    }

    .form-card {
        margin: 0;
    }

    .form-control,
    .form-select {
        min-height: 46px;
        border-radius: 14px;
        font-size: 14px;
    }

    .category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .category-choice {
        min-height: 66px;
        border-radius: 15px;
    }
}
