:root{--background:#f4f7fb;--surface:#fff;--surface-subtle:#eef4fb;--foreground:#172033;--muted:#637089;--border:#d9e2ef;--primary:#2457d6;--primary-dark:#173c9c;--danger:#b42318;--shadow:0 12px 32px #233a5d14;--radius:18px}html{background:var(--background);height:100%}html,body{max-width:100vw;overflow-x:hidden}body{min-height:100%;color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}h1,h2,h3,p{margin:0}button,input,select{font:inherit}a{color:inherit;text-decoration:none}.app-shell{min-height:100vh}.sidebar{color:#f8fbff;background:linear-gradient(#173667 0%,#11294f 100%);flex-direction:column;width:250px;padding:24px 18px;display:flex;position:fixed;inset:0 auto 0 0}.brand{align-items:center;gap:12px;padding:0 8px 24px;display:flex}.brand-mark{color:#16345f;background:#d7e7ff;border-radius:14px;place-items:center;width:42px;height:42px;font-weight:800;display:grid}.brand-copy{gap:2px;display:grid}.brand-copy small{color:#b9c9df}.nav-list{gap:6px;display:grid}.nav-link{color:#dfeaff;border-radius:11px;padding:11px 12px;font-size:.92rem}.nav-link:hover,.nav-link:focus-visible{color:#fff;background:#ffffff1f;outline:none}.content{min-height:100vh;margin-left:250px;padding:32px}.dev-auth-banner{color:#5d4300;text-align:center;background:#fff4cc;border:1px solid #d7a51d;border-radius:12px;width:min(1120px,100%);margin:0 auto 18px;padding:10px 14px;font-size:.88rem;font-weight:800}.page{width:min(1120px,100%);margin:0 auto}.page-header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:24px;display:flex}.eyebrow{color:var(--primary);letter-spacing:.08em;text-transform:uppercase;margin-bottom:6px;font-size:.76rem;font-weight:800}.page-title{letter-spacing:-.04em;font-size:clamp(1.8rem,4vw,2.55rem)}.page-description{max-width:680px;color:var(--muted);margin-top:8px;line-height:1.65}.month-selector{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow);border-radius:14px;align-items:center;gap:10px;padding:8px;display:inline-flex}.month-selector button{min-width:38px;min-height:38px;color:var(--muted);background:var(--surface-subtle);border:0;border-radius:10px}.month-selector strong{text-align:center;min-width:112px}.grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.card{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow);padding:22px}.card h2,.card h3{margin-bottom:8px}.card p{color:var(--muted);line-height:1.6}.metric-label{color:var(--muted);font-size:.86rem;font-weight:700}.metric-value{letter-spacing:-.04em;margin:8px 0 4px;font-size:clamp(1.8rem,4vw,2.5rem);display:block}.metric-placeholder{color:var(--muted)}.metric-positive{color:#18794e}.metric-negative{color:var(--danger)}.summary-card{min-width:0}.section-heading{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.section-heading>strong{min-width:36px;min-height:36px;color:var(--primary);background:var(--surface-subtle);border-radius:11px;place-items:center;display:grid}.section-summary{margin-top:4px}.dashboard-detail-grid{align-items:start}.dashboard-savings-card{justify-content:space-between;align-items:center;gap:24px;display:flex}.dashboard-savings-values{align-items:center;gap:24px;display:flex}.dashboard-savings-values>div{text-align:right;gap:3px;display:grid}.dashboard-savings-values span{color:var(--muted);font-size:.78rem}.savings-action-grid,.savings-goal-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.savings-action-card h2{margin-top:4px}.savings-withdraw-card{grid-column:1/-1}.savings-goal-grid{margin-top:18px}.savings-goal{border:1px solid var(--border);background:var(--surface-subtle);border-radius:14px;min-width:0;padding:16px}.savings-goal-heading{justify-content:space-between;gap:14px;display:flex}.savings-goal-heading>div{gap:3px;display:grid}.savings-goal-heading span,.savings-goal p{color:var(--muted);font-size:.8rem}.savings-progress{background:#d9e2ef;border-radius:999px;height:9px;margin:14px 0 8px;overflow:hidden}.savings-progress span{border-radius:inherit;background:var(--primary);height:100%;display:block}.savings-invariant{color:var(--muted);grid-template-columns:repeat(6,auto);justify-content:end;align-items:center;gap:8px 12px;margin-top:18px;font-size:.82rem;display:grid}.savings-invariant strong{color:var(--foreground)}.data-list,.category-grid,.overview-lines{gap:10px;margin-top:16px;display:grid}.data-list-row,.category-item,.overview-lines>div{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:16px;min-width:0;padding:12px 0;display:flex}.data-list-row:last-child,.category-item:last-child,.overview-lines>div:last-child{border-bottom:0}.data-list-row>div,.category-item>div{gap:3px;min-width:0;display:grid}.data-list-row span,.category-item span,.overview-lines span{color:var(--muted);font-size:.82rem}.category-grid{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:24px}.category-values{text-align:right}.overview-lines>div{padding:8px 0}.overview-total{font-size:1.05rem}.text-link{min-height:44px;color:var(--primary);align-items:center;font-weight:750;display:inline-flex}.button-row{flex-wrap:wrap;gap:10px;margin-top:18px;display:flex}.button{color:#fff;background:var(--primary);border:0;border-radius:12px;justify-content:center;align-items:center;min-height:44px;padding:10px 16px;font-weight:750;display:inline-flex}.button:hover,.button:focus-visible{background:var(--primary-dark);outline-offset:2px;outline:3px solid #2457d633}.button.secondary{color:var(--foreground);background:var(--surface-subtle)}.button.secondary:hover,.button.secondary:focus-visible{background:#dde9f8}.stack{gap:16px;display:grid}.placeholder-form{border:0;gap:14px;min-width:0;margin:18px 0 0;padding:0;display:grid}.form-columns{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.form-hint,.form-message{color:var(--muted);font-size:.86rem}.form-message.success{color:#18794e}.form-message.error{color:var(--danger)}.status-actions{grid-template-columns:repeat(3,minmax(0,auto));justify-content:end;gap:7px;display:grid}.status-actions button{border:1px solid var(--border);background:var(--surface-subtle);min-width:0;min-height:40px;color:var(--foreground);border-radius:10px;padding:8px 10px;font-weight:700}.status-actions .status-action-primary{border-color:var(--primary);color:#fff;background:var(--primary)}.status-actions .status-action-primary:hover,.status-actions .status-action-primary:focus-visible{background:var(--primary-dark)}.status-actions-current-paid .status-action-primary,.status-actions-current-skipped .status-action-primary,.status-actions-current-unknown .status-action-primary{border-color:var(--border);color:var(--foreground);background:var(--surface-subtle)}.status-actions-current-paid .status-action-primary:hover,.status-actions-current-paid .status-action-primary:focus-visible,.status-actions-current-skipped .status-action-primary:hover,.status-actions-current-skipped .status-action-primary:focus-visible,.status-actions-current-unknown .status-action-primary:hover,.status-actions-current-unknown .status-action-primary:focus-visible{color:var(--primary);background:var(--surface-subtle)}.status-actions button[aria-pressed=true]{outline-offset:2px;outline:2px solid #2457d64d}.status-actions .form-message{grid-column:1/-1}.status-actions-paid-only{grid-template-columns:minmax(150px,1fr);width:min(240px,100%)}.status-actions-paid-only .status-action-primary{width:100%;min-height:48px;padding:11px 18px}.quick-open-fixed-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:16px;display:grid}.quick-open-fixed-item{border:1px solid var(--border);background:var(--surface-subtle);border-radius:14px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px;padding:16px;display:grid}.quick-open-fixed-copy{gap:5px;min-width:0;display:grid}.quick-open-fixed-title{justify-content:space-between;align-items:center;gap:10px;display:flex}.quick-open-fixed-title h3{overflow-wrap:anywhere;margin:0}.quick-open-fixed-copy>span{color:var(--muted);font-size:.82rem}.fixed-expense-section-heading{justify-content:space-between;align-items:center;gap:16px;display:flex}.fixed-expense-management{order:1}.fixed-expense-status-card{order:2}.fixed-expense-section-heading h2{margin-bottom:0}.fixed-expense-editor-heading,.fixed-expense-rule-title{justify-content:space-between;align-items:center;gap:12px;display:flex}.fixed-expense-editor-heading h2{margin-bottom:0}.fixed-expense-rule-list{margin-top:12px;display:grid}.fixed-expense-rule-row{border-bottom:1px solid var(--border);grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:14px;padding:13px 0;display:grid}.fixed-expense-rule-row:last-child{border-bottom:0}.fixed-expense-rule-copy{gap:4px;min-width:0;display:grid}.fixed-expense-rule-title{justify-content:flex-start}.fixed-expense-rule-title strong{overflow-wrap:anywhere;min-width:0}.fixed-expense-rule-copy>span{color:var(--muted);font-size:.82rem}.fixed-expense-rule-amount,.fixed-expense-edit-button{white-space:nowrap}.fixed-expense-active-toggle{border:1px solid var(--border);background:var(--surface-subtle);cursor:pointer;border-radius:12px;align-items:center;gap:12px;min-height:52px;padding:11px 12px;display:flex}.fixed-expense-active-toggle input{width:22px;height:22px;accent-color:var(--primary);flex:none;margin:0}.fixed-expense-active-toggle span{gap:2px;display:grid}.fixed-expense-active-toggle small{color:var(--muted);line-height:1.35}.fixed-expense-history-hint{border-left:3px solid var(--primary);background:var(--surface-subtle);padding:10px 12px;line-height:1.45}.fixed-expense-count{color:var(--muted);background:var(--surface-subtle);white-space:nowrap;border-radius:999px;padding:6px 10px;font-size:.82rem;font-weight:750}.fixed-expense-occurrences{margin-top:12px;display:grid}.occurrence-card{border-bottom:1px solid var(--border);grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px;padding:14px 0;display:grid}.occurrence-card:last-child{border-bottom:0}.occurrence-card-content{gap:6px;min-width:0;display:grid}.occurrence-card-title-row{align-items:center;gap:10px;min-width:0;display:flex}.occurrence-card-title-row h3{overflow-wrap:anywhere;min-width:0;margin:0}.occurrence-card-amount{font-size:1.05rem}.occurrence-card-meta{flex-wrap:wrap;gap:4px 14px;display:flex}.occurrence-card-meta span{color:var(--muted);font-size:.82rem}.occurrence-card-controls{justify-items:end;gap:8px;display:grid}.occurrence-edit-link{min-height:40px;color:var(--primary);background:var(--surface-subtle);border-radius:10px;align-items:center;padding:7px 10px;font-size:.82rem;font-weight:750;display:inline-flex}.occurrence-edit-link:hover,.occurrence-edit-link:focus-visible{color:var(--primary-dark);outline-offset:2px;outline:3px solid #2457d633}.status-badge{border-radius:999px;flex:none;padding:5px 9px;font-size:.72rem;font-weight:800}.occurrence-status-badge{white-space:normal;border:1px solid;width:fit-content;max-width:100%;padding:7px 11px;font-size:.8rem;line-height:1.25}.status-badge-open{color:#7a4b00;background:#fff2c7}.status-badge-paid{color:#12603d;background:#dff7ea}.status-badge-skipped,.status-badge-unknown{color:var(--muted);background:var(--surface-subtle)}.occurrence-card-paid .occurrence-card-title-row,.occurrence-card-paid .occurrence-card-amount,.occurrence-card-paid .occurrence-card-meta{opacity:.68}.category-chip-list{flex-wrap:wrap;gap:8px;margin-top:16px;display:flex}.category-chip-list span{background:var(--surface-subtle);border-radius:999px;padding:7px 10px;font-size:.82rem}.field{gap:7px;display:grid}.field span{font-size:.88rem;font-weight:750}.field input,.field select{border:1px solid var(--border);width:100%;min-height:46px;color:var(--muted);background:#f8fafc;border-radius:11px;padding:10px 12px}.status-box{color:var(--muted);background:#f8fafc;border:1px dashed #afbdd1;border-radius:14px;padding:18px}.status-box.error{color:var(--danger);background:#fff5f4;border-color:#efb0aa}.status-box.loading{color:var(--primary);background:#f4f7ff;border-color:#a9bfe9}.placeholder-list{gap:10px;margin:14px 0;display:grid}.placeholder-list-row{border:1px solid var(--border);background:#fbfcfe;border-radius:12px;grid-template-columns:1fr auto;gap:12px;padding:14px;display:grid}.placeholder-list-row span{color:var(--muted)}.mobile-nav,.mobile-only{display:none}.login-shell{place-items:center;min-height:100vh;padding:24px;display:grid}.login-card{border:1px solid var(--border);background:var(--surface);width:min(460px,100%);box-shadow:var(--shadow);border-radius:24px;padding:30px}.login-card .brand{color:var(--foreground);padding:0 0 24px}.login-card .brand-copy small{color:var(--muted)}.login-note{color:var(--muted);margin:16px 0 20px;line-height:1.6}.login-form{gap:18px;display:grid}.auth-options{gap:16px;display:grid}.auth-text-button{width:fit-content;min-height:44px;color:var(--primary);cursor:pointer;background:0 0;border:0;padding:0;font-weight:750}.auth-secondary-panel{border-top:1px solid var(--border);padding-top:16px}.auth-secondary-panel summary{min-height:44px;color:var(--primary);cursor:pointer;font-weight:750}.auth-secondary-panel .login-form{margin-top:14px}.password-input-wrap{display:block;position:relative}.password-input-wrap input{padding-right:92px}.password-visibility{min-width:86px;color:var(--primary);cursor:pointer;background:0 0;border:0;border-radius:10px;font-size:.8rem;font-weight:750;position:absolute;inset:1px 1px 1px auto}.security-details{gap:10px;margin:16px 0;display:grid}.security-details>div{justify-content:space-between;gap:16px;display:flex}.security-details dt{color:var(--muted)}.security-details dd{text-align:right;overflow-wrap:anywhere;margin:0;font-weight:750}.future-security{border:1px dashed var(--border);border-radius:12px;gap:4px;margin-top:20px;padding:14px;display:grid}.future-security span{color:var(--muted);font-size:.86rem}.household-card{grid-column:1/-1}.household-heading{background:var(--surface-subtle);border-radius:12px;justify-content:space-between;align-items:center;gap:14px;margin:16px 0;padding:14px;display:flex}.household-heading span{color:var(--primary);font-weight:800}.household-members,.household-invitations{gap:10px;margin-top:16px;display:grid}.household-members>div,.household-invitations>div{border-bottom:1px solid var(--border);justify-content:space-between;gap:14px;padding:10px 0;display:flex}.household-invitations>div{flex-wrap:wrap;align-items:center}.household-invitations>div>span:last-of-type{color:var(--muted);font-size:.86rem}.household-invitations h3{margin-top:8px}.household-members form,.household-invitations form{margin-left:auto}.button-compact{min-height:36px;padding:7px 12px;font-size:.85rem}.auth-message{border-radius:12px;margin:0 0 18px;padding:12px 14px;line-height:1.5}.auth-message.success{background:#27ae601a;border:1px solid #27ae6059}.auth-message.error{background:#eb57571a;border:1px solid #eb575759}.logout-form{margin-top:auto;padding:12px 0 0}.logout-button{width:100%;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0}.logout-button:disabled{color:#b9c9df;cursor:not-allowed;opacity:.8}@media (max-width:820px){.sidebar{display:none}.content{padding:18px 14px calc(88px + env(safe-area-inset-bottom));margin-left:0}.mobile-nav{z-index:10;padding-top:4px;padding-bottom:env(safe-area-inset-bottom);border-top:1px solid var(--border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff5;grid-template-columns:repeat(5,1fr);display:grid;position:fixed;inset:auto 0 0;box-shadow:0 -8px 24px #233a5d14}.mobile-nav .nav-link{min-height:64px;color:var(--muted);text-align:center;place-items:center;padding:8px 4px;font-size:.72rem;display:grid}.mobile-nav .nav-link:hover,.mobile-nav .nav-link:focus-visible{color:var(--primary);background:var(--surface-subtle)}.page-header{gap:12px;margin-bottom:16px;display:grid}.page-title{font-size:clamp(1.65rem,7vw,2rem)}.page-description{margin-top:5px;font-size:.92rem;line-height:1.45}.month-selector{width:100%;box-shadow:none;justify-content:space-between;padding:4px}.month-selector button{min-width:44px;min-height:44px}.grid,.form-columns{grid-template-columns:1fr}.status-actions{grid-template-columns:repeat(2,minmax(0,1fr));justify-content:stretch}.status-actions button{width:100%;min-height:48px;padding:10px 8px}.status-actions .status-action-primary{grid-column:1/-1}.quick-open-fixed-card{order:-1;padding:18px}.quick-open-fixed-list{grid-template-columns:1fr;gap:10px}.quick-open-fixed-item{grid-template-columns:1fr;gap:12px;padding:14px}.quick-open-fixed-item .status-actions-paid-only{width:100%}.quick-open-fixed-item .status-actions-paid-only button{min-height:50px}.fixed-expense-status-card{box-shadow:none;background:0 0;border:0;order:0;padding:18px}.fixed-expense-occurrences{gap:12px}.fixed-expense-editor-heading{align-items:flex-start}.fixed-expense-rule-list{gap:10px}.fixed-expense-rule-row{border:1px solid var(--border);background:var(--surface);border-radius:14px;grid-template-columns:minmax(0,1fr) auto;gap:10px 12px;padding:14px}.fixed-expense-rule-row:last-child{border-bottom:1px solid var(--border)}.fixed-expense-rule-amount{align-self:start}.fixed-expense-edit-button{grid-column:1/-1;width:100%;min-height:44px}.fixed-expense-management{order:1}.occurrence-card{border:1px solid var(--border);background:var(--surface);border-radius:16px;grid-template-columns:1fr;gap:14px;padding:16px;box-shadow:0 8px 22px #233a5d0f}.occurrence-card:last-child{border-bottom:1px solid var(--border)}.occurrence-card-title-row{justify-content:space-between;align-items:flex-start}.occurrence-card-amount{font-size:1.25rem}.occurrence-card-meta{gap:3px;display:grid}.occurrence-card-controls{justify-items:stretch}.occurrence-edit-link{justify-content:center;min-height:44px}.stack{gap:14px}.mobile-only{display:block}.mobile-dashboard-actions h2{margin-bottom:10px;font-size:1rem}.quick-action-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.quick-action{border:1px solid var(--border);background:var(--surface);border-radius:13px;align-items:center;gap:8px;min-width:0;min-height:52px;padding:10px 12px;font-size:.84rem;font-weight:750;line-height:1.25;display:flex;box-shadow:0 6px 18px #233a5d0f}.quick-action span{width:28px;height:28px;color:var(--primary);background:var(--surface-subtle);border-radius:9px;flex:0 0 28px;place-items:center;font-size:1rem;display:grid}.quick-action.primary{border-color:var(--primary);color:#fff;background:var(--primary)}.quick-action.primary span{color:#fff;background:#ffffff2e}.quick-action:focus-visible{outline-offset:2px;outline:3px solid #2457d638}.dashboard-metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.dashboard-metrics .card{border-radius:15px;min-width:0;padding:14px;box-shadow:0 8px 22px #233a5d0f}.dashboard-metrics .metric-label{min-height:2.2em;font-size:.78rem;line-height:1.1;display:block}.dashboard-metrics .metric-value{margin:5px 0 2px;font-size:clamp(1.45rem,7vw,2rem)}.dashboard-metrics .card p{display:none}.dashboard-detail-grid,.category-grid{grid-template-columns:1fr}.dashboard-savings-card,.dashboard-savings-values{align-items:stretch;gap:12px;display:grid}.dashboard-savings-values{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-savings-values>div{text-align:left}.dashboard-savings-values .text-link{grid-column:1/-1}.savings-action-grid,.savings-goal-grid{grid-template-columns:1fr}.savings-invariant{grid-template-columns:minmax(0,1fr) auto;justify-content:stretch}.data-list-row,.category-item{align-items:flex-start}.category-values{text-align:right}.metric-caption{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:.72rem;line-height:1.25;display:block;overflow:hidden}.dashboard-desktop-action{display:none}.placeholder-list-row{grid-template-columns:minmax(0,1fr) auto}}@media (min-width:600px) and (max-width:820px){.quick-action-grid,.dashboard-metrics{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:420px){.content{padding-top:14px;padding-inline:12px}.card,.login-card{padding:18px}.dashboard-metrics .card{padding:13px}.button-row{display:grid}.button{width:100%}.fixed-expense-status-card{margin-inline:-4px;padding-inline:4px}.fixed-expense-section-heading{align-items:flex-start}.fixed-expense-editor-heading{display:grid}.fixed-expense-editor-heading .button{width:100%}.occurrence-card{padding:14px}}@media (max-height:520px) and (pointer:coarse){.sidebar{display:none}.content{padding:14px 14px calc(88px + env(safe-area-inset-bottom));margin-left:0}.mobile-nav{z-index:10;padding-top:4px;padding-bottom:env(safe-area-inset-bottom);border-top:1px solid var(--border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff5;grid-template-columns:repeat(5,1fr);display:grid;position:fixed;inset:auto 0 0;box-shadow:0 -8px 24px #233a5d14}.mobile-nav .nav-link{min-height:54px;color:var(--muted);text-align:center;place-items:center;padding:6px 4px;font-size:.72rem;display:grid}.fixed-expense-status-card{order:0}.fixed-expense-management{order:1}.fixed-expense-occurrences{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.occurrence-card{border:1px solid var(--border);background:var(--surface);border-radius:14px;grid-template-columns:1fr;align-content:start;gap:12px;padding:14px}.status-actions{grid-template-columns:repeat(2,minmax(0,1fr));justify-content:stretch}.status-actions .status-action-primary{grid-column:1/-1}.status-actions button{width:100%;min-height:44px}.quick-open-fixed-item{grid-template-columns:1fr}.quick-open-fixed-item .status-actions-paid-only{width:100%}}@media (max-width:350px){.content{padding-inline:10px}.page-description{font-size:.86rem}.quick-action-grid,.dashboard-metrics{gap:8px}.quick-action{gap:6px;min-height:50px;padding:8px;font-size:.76rem}.quick-action span{flex-basis:26px;width:26px;height:26px}.dashboard-metrics .card{padding:11px}.dashboard-metrics .metric-label{font-size:.72rem}.dashboard-metrics .metric-value{font-size:1.35rem}.metric-caption,.mobile-nav .nav-link{font-size:.66rem}}.category-manager,.category-create-panel,.category-editor{gap:1rem;margin-top:1rem;display:grid}.category-panel-header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.category-panel-header>div{min-width:0}.category-edit-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem;display:grid}.category-edit-tile{width:100%;min-height:96px;color:inherit;text-align:left;cursor:pointer;background:#ffffff09;border:1px solid #ffffff1a;border-radius:14px;flex-direction:column;justify-content:center;align-items:flex-start;gap:.35rem;padding:1rem;transition:transform .15s,border-color .15s,background .15s;display:flex}.category-edit-tile:hover{background:#ffffff0f;border-color:#fff3;transform:translateY(-1px)}.category-edit-tile strong{font-size:1rem}.category-edit-tile span,.category-edit-tile small{opacity:.72}.category-edit-tile small{font-size:.8rem}@media (max-width:950px){.category-edit-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:620px){.category-edit-grid{grid-template-columns:1fr}.category-panel-header{flex-direction:column;align-items:stretch}.category-panel-header .button{width:100%}.category-edit-tile{min-height:82px}}
