@import"https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Inter:wght@400;500;600;700&family=Noto+Sans+SC:wght@400;500;600;700&display=swap";.dialog-backdrop{position:fixed;inset:0;z-index:100;background:rgba(var(--theme-strong-rgb),.34);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:grid;place-items:center;padding:max(16px,var(--md-safe-area-top)) max(16px,var(--md-safe-area-right)) max(16px,var(--md-safe-area-bottom)) max(16px,var(--md-safe-area-left));overscroll-behavior:contain;animation:dialog-backdrop-in .22s ease both}.confirm-dialog{width:min(420px,100%);max-height:calc(100dvh - 32px - var(--md-safe-area-top) - var(--md-safe-area-bottom));overflow-y:auto;overscroll-behavior:contain;background:var(--paper);border:1px solid var(--line);border-radius:22px;padding:24px;box-shadow:0 24px 70px rgba(var(--theme-strong-rgb),.2);animation:dialog-card-in .28s cubic-bezier(.22,.8,.24,1) both}.confirm-dialog h2{font-size:24px;letter-spacing:-.5px;margin:5px 0 8px}.confirm-dialog>p:not(.eyebrow){margin:0;color:var(--muted);font-size:12px;line-height:1.6}.confirm-dialog-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:22px}.dialog-cancel,.dialog-confirm{height:44px;border-radius:12px;border:0;cursor:pointer;font-size:12px;font-weight:600;transition:transform .18s ease,background-color .22s ease}.dialog-cancel{background:var(--surface-muted);color:var(--ink)}.dialog-confirm{background:var(--dark);color:var(--on-dark)}.dialog-cancel:hover{background:var(--line)}.dialog-confirm:hover{background:var(--dark-hover)}.dialog-cancel:active,.dialog-confirm:active{transform:scale(.98)}.dialog-backdrop.closing{animation:dialog-backdrop-out .18s ease forwards}.dialog-backdrop.closing .confirm-dialog{animation:dialog-card-out .18s ease forwards}@keyframes dialog-backdrop-out{0%{opacity:1}to{opacity:0}}@keyframes dialog-card-out{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(7px) scale(.985)}}@media(max-width:420px){.confirm-dialog-actions{grid-template-columns:1fr}.confirm-dialog{padding:20px}.confirm-dialog h2{font-size:22px}}@media(prefers-reduced-motion:reduce){.dialog-backdrop,.confirm-dialog,.dialog-backdrop.closing,.dialog-backdrop.closing .confirm-dialog{animation:none}.dialog-cancel,.dialog-confirm{transition:none}}.app-update-card{margin-top:24px;padding:20px;border:1px solid var(--line);border-radius:18px;background:var(--surface-raised);box-shadow:0 12px 34px rgba(var(--theme-strong-rgb),.06)}.app-update-head{display:flex;align-items:center;gap:11px}.app-update-head small{display:block;color:var(--muted);font-size:9px;letter-spacing:.12em}.app-update-head h3{margin:2px 0 0}.app-update-icon{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:var(--accent-faint);color:var(--green)}.version-chip{margin-left:auto;padding:5px 9px;border-radius:999px;background:var(--surface-soft);color:var(--muted);font-size:10px}.app-update-card>p{margin:13px 0;color:var(--muted);line-height:1.65;font-size:11px}.update-version-row{display:flex;align-items:center;gap:10px;padding:11px 12px;border-radius:12px;background:var(--control-bg);font-size:11px}.update-version-row b{color:var(--green)}.update-message{margin-top:11px;padding:10px 12px;border-radius:11px;background:var(--control-bg);color:var(--muted);font-size:10px;line-height:1.55}.update-message.available,.update-message.opening{background:var(--accent-faint);color:var(--green)}.update-message.permission{background:#f3ead8;color:#7a6032}.update-message.error{background:var(--negative-soft);color:var(--negative)}.app-update-actions{display:flex;gap:10px;margin-top:14px}.app-update-actions button{min-height:40px}.app-update-actions .secondary-button{display:inline-flex;align-items:center;justify-content:center;gap:7px}.update-now{width:auto!important;display:inline-flex!important;align-items:center;justify-content:center;gap:7px;padding-inline:16px!important;margin:0!important}.update-toast{position:fixed;left:50%;bottom:calc(94px + var(--md-safe-area-bottom));z-index:1200;width:min(420px,calc(100vw - 32px));transform:translate(-50%);padding:12px 14px;border:1px solid rgba(var(--theme-paper-rgb),.55);border-radius:14px;background:rgba(var(--theme-strong-rgb),.92);backdrop-filter:blur(14px) saturate(130%);-webkit-backdrop-filter:blur(14px) saturate(130%);box-shadow:0 15px 38px rgba(var(--theme-strong-rgb),.2);color:var(--on-dark);font-size:11px;line-height:1.55;text-align:center;animation:update-toast-in .26s cubic-bezier(.22,1,.36,1) both}.spin{animation:update-spin .85s linear infinite}@keyframes update-spin{to{transform:rotate(360deg)}}@keyframes update-toast-in{0%{opacity:0;transform:translate(-50%,10px) scale(.98)}to{opacity:1;transform:translate(-50%) scale(1)}}@media(max-width:560px){.app-update-card{padding:16px;border-radius:16px}.app-update-actions{display:grid;grid-template-columns:1fr 1fr}.app-update-actions button{width:100%!important}.update-version-row{justify-content:space-between}.update-toast{bottom:calc(102px + var(--md-safe-area-bottom))}}@media(prefers-reduced-motion:reduce){.spin,.update-toast{animation:none}}.beui-bottom-sheet-backdrop{position:fixed;inset:0;z-index:60;border:0;padding:0;background:rgba(var(--theme-strong-rgb),.28);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);cursor:pointer}.beui-bottom-sheet{display:flex;flex-direction:column;position:fixed;right:0;bottom:0;left:0;z-index:61;width:min(100%,520px);max-height:calc(100vh - 24px);max-height:calc(100dvh - 24px);margin:0 auto;overflow:hidden;border:1px solid var(--line);border-bottom:0;border-radius:24px 24px 0 0;outline:none;background:var(--paper);color:var(--ink);box-shadow:0 -14px 44px rgba(var(--theme-strong-rgb),.15);will-change:transform}.beui-bottom-sheet:focus-visible{box-shadow:0 -14px 44px rgba(var(--theme-strong-rgb),.15),inset 0 0 0 2px var(--green)}.beui-bottom-sheet-header{flex:none;padding:8px 18px 0}.beui-bottom-sheet-handle{display:flex;width:72px;min-height:28px;margin:0 auto;align-items:center;justify-content:center;border:0;background:transparent;touch-action:none;cursor:grab}.beui-bottom-sheet-handle:active{cursor:grabbing}.beui-bottom-sheet-handle>span{display:block;width:38px;height:5px;border-radius:99px;background:var(--line-strong)}.beui-bottom-sheet-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:5px 0 15px}.beui-bottom-sheet-heading h2{margin:0;color:var(--ink);font-size:18px;line-height:1.25;letter-spacing:-.35px}.beui-bottom-sheet-heading p{margin:5px 0 0;color:var(--muted);font-size:11px;line-height:1.55}.beui-bottom-sheet-close{display:grid;width:44px;height:44px;flex:0 0 44px;place-items:center;border:1px solid var(--line);border-radius:13px;background:var(--surface-soft);color:var(--muted);cursor:pointer}.beui-bottom-sheet-close:hover{color:var(--ink);background:var(--surface-muted)}.beui-bottom-sheet-content{min-height:0;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding:0 18px calc(22px + var(--md-safe-area-bottom))}.beui-number-ticker{display:inline-flex;align-items:center;font-variant-numeric:tabular-nums}.beui-number-ticker-readable{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.beui-number-ticker-glyphs{display:inline-flex;align-items:center}.beui-number-ticker-symbol{display:inline-block}.beui-number-ticker-digit{position:relative;display:inline-block;overflow:hidden}.beui-number-ticker-column{position:absolute;top:0;right:0;left:0;display:flex;flex-direction:column;align-items:center;will-change:transform,filter}.beui-number-ticker-column>span{display:flex;align-items:center;justify-content:center;line-height:1}@media(prefers-reduced-motion:reduce){.beui-bottom-sheet,.beui-number-ticker-column{will-change:auto}}.theme-picker{display:flex;min-width:0;flex-direction:column;gap:16px}.theme-picker-current{display:grid;grid-template-columns:40px minmax(0,1fr) auto;align-items:center;gap:12px;padding:12px 14px;border:1px solid var(--accent-border);border-radius:14px;background:var(--accent-faint)}.theme-picker-current-swatch{display:grid;width:40px;height:40px;place-items:center;border-radius:12px;background:var(--dark);color:var(--on-dark)}.theme-picker-current>span:nth-child(2){display:flex;min-width:0;flex-direction:column;gap:4px}.theme-picker-current small{color:var(--muted);font-size:12px}.theme-picker-current b{color:var(--ink);font-size:14px}.theme-picker-current>em{color:var(--green);font-size:12px;font-style:normal;white-space:nowrap}.theme-picker-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.theme-picker-option{display:flex;min-width:0;flex-direction:column;gap:10px;padding:8px;border:1px solid var(--line);border-radius:16px;background:var(--paper);color:var(--ink);text-align:left;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease}.theme-picker-option:hover{border-color:var(--line-strong);box-shadow:0 4px 14px #1923280d}.theme-picker-option[aria-pressed=true]{border-color:var(--green);box-shadow:0 0 0 1px var(--green)}.theme-picker-option:focus-visible{outline:3px solid var(--green);outline-offset:3px}.theme-picker-preview{display:flex;min-width:0;flex-direction:column;gap:9px;padding:12px;border:1px solid var(--line);border-radius:10px;background:var(--cream);color:var(--ink);pointer-events:none}.theme-preview-heading{display:flex;justify-content:space-between;align-items:center;height:6px}.theme-preview-heading>i{width:35%;height:4px;border-radius:4px;background:var(--ink);opacity:.55}.theme-preview-heading>i:last-child{width:12%;background:var(--green);opacity:1}.theme-preview-hero{display:flex;flex-direction:column;gap:5px;padding:12px;border-radius:9px;background:var(--theme-hero-bg);color:var(--theme-hero-ink)}.theme-preview-hero>span:first-child{color:var(--theme-hero-muted);font-size:12px;line-height:1.3}.theme-preview-hero>strong{font:500 18px/1.4 DM Mono,monospace;letter-spacing:-.4px}.theme-preview-progress{display:block;height:4px;margin-top:4px;border-radius:4px;background:var(--theme-hero-track)}.theme-preview-progress>i{display:block;width:62%;height:100%;border-radius:inherit;background:var(--theme-hero-accent)}.theme-preview-details{display:grid;grid-template-columns:1fr 1fr 1.25fr;gap:5px}.theme-preview-details>span{height:18px;border:1px solid var(--line);border-radius:5px;background:var(--paper)}.theme-preview-details>.theme-preview-action{border-color:var(--dark);background:var(--dark)}.theme-picker-option-copy{display:flex;flex-direction:column;gap:5px;padding:0 4px 5px}.theme-picker-option-copy>b{display:flex;align-items:center;justify-content:space-between;gap:4px;font-size:14px;line-height:1.4}.theme-picker-option-copy>b>i{display:grid;width:18px;height:18px;flex:0 0 18px;place-items:center;color:var(--green)}.theme-picker-option-copy>small{color:var(--muted);font-size:12px;line-height:1.5}.theme-picker-error{margin:0;padding:12px;border-radius:11px;background:var(--negative-soft);color:var(--negative);font-size:12px;line-height:1.5}.theme-picker-sheet{width:min(100%,680px)}.settings-theme-picker .theme-picker-grid{grid-template-columns:repeat(3,minmax(0,1fr))}@media(max-width:700px){.settings-theme-picker .theme-picker-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:420px){.theme-picker-grid{gap:10px}.theme-picker-option{padding:6px;gap:8px}.theme-picker-preview{padding:8px;gap:7px}.theme-preview-hero{padding:9px}.theme-preview-hero>strong{font-size:16px}.theme-picker-option-copy>b{font-size:13px}.theme-picker-current{gap:9px;padding:11px}.theme-picker-option-copy>small{font-size:12px}}@media(prefers-reduced-motion:reduce){.theme-picker-option{transition:none}}.route-stage{min-height:100vh}.route-stage>.page{animation:route-in .3s cubic-bezier(.22,.8,.24,1) both}@keyframes route-in{0%{opacity:.35;transform:translateY(7px)}to{opacity:1;transform:translateY(0)}}.app-shell .sidebar{position:fixed;inset:0 auto 0 0;z-index:20;display:flex;min-width:0;flex-direction:column;overflow:hidden;padding:0 14px 16px;border-right:1px solid var(--line);background:rgba(var(--theme-paper-rgb),.86);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.sidebar-top{position:relative;display:flex;height:80px;flex:0 0 80px;align-items:center;gap:8px}.app-shell .brand{display:flex;min-width:0;align-items:center;gap:10px;margin:0;padding:0 38px 0 2px}.app-shell .brand-mark{display:grid;width:38px;height:38px;flex:0 0 38px;place-items:center;overflow:hidden;border:1px solid rgba(var(--theme-accent-rgb),.22);border-radius:12px;background:var(--lime);box-shadow:0 5px 14px rgba(var(--theme-accent-rgb),.11)}.app-shell .brand-mark img{display:block;width:100%;height:100%;border-radius:inherit;object-fit:cover}.brand-copy{display:flex;min-width:0;flex-direction:column;overflow:hidden;white-space:nowrap;transition:opacity .16s ease,transform .2s ease}.app-shell .brand-copy b{overflow:hidden;color:var(--ink);font-size:14px;letter-spacing:-.25px;text-overflow:ellipsis}.app-shell .brand-copy small{margin-top:2px;color:var(--muted);font:600 8px DM Mono;letter-spacing:.13em}.sidebar-toggle{position:absolute;top:23px;right:0;display:grid;width:34px;height:34px;place-items:center;border:1px solid var(--line);border-radius:10px;background:var(--control-bg);color:var(--muted);cursor:pointer;transition:color .18s ease,background .18s ease,transform .18s ease}.sidebar-toggle:hover{background:var(--surface-muted);color:var(--ink)}.sidebar-toggle:active{transform:scale(.96)}.sidebar-navigation{display:flex;min-height:0;flex:1;flex-direction:column;gap:18px;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;padding:4px 0 12px}.app-shell .nav-group{display:flex;flex-direction:column;gap:4px}.app-shell .nav-group>p{height:20px;margin:0;padding:0 10px;color:var(--muted);font-size:9px;font-weight:700;line-height:20px;letter-spacing:.12em;text-transform:uppercase;white-space:nowrap;transition:opacity .14s ease}.app-shell .nav-item{position:relative;display:flex;min-height:42px;min-width:0;align-items:center;gap:11px;padding:9px 11px;border-radius:12px;color:var(--muted);font-size:13px;font-weight:600;text-decoration:none;white-space:nowrap;transition:background .2s ease,color .2s ease,box-shadow .2s ease,transform .18s ease}.app-shell .nav-item>svg{flex:0 0 18px;transition:transform .22s ease}.app-shell .nav-item>span{overflow:hidden;text-overflow:ellipsis;transition:opacity .14s ease,transform .2s ease}.app-shell .nav-item:hover{background:var(--surface-soft);color:var(--ink)}.app-shell .nav-item:hover>svg{transform:translate(1px)}.app-shell .nav-item.active{background:var(--accent-faint);color:var(--green);box-shadow:inset 0 0 0 1px rgba(var(--theme-accent-rgb),.09)}.app-shell .nav-item.active:after{position:absolute;right:7px;width:5px;height:5px;border-radius:50%;background:var(--green);content:""}.theme-switcher-button{width:100%;border:0;background:transparent;text-align:left;cursor:pointer}.sidebar-footer{display:flex;flex-direction:column;gap:9px;padding-top:12px;border-top:1px solid var(--line)}.app-shell .privacy-note{margin:0;padding:0 10px;color:var(--muted);font-size:9px;line-height:1.55;white-space:normal;transition:opacity .14s ease}.app-shell .main{margin-left:232px;transition:margin-left .36s cubic-bezier(.22,.8,.24,1)}.app-shell.sidebar-collapsed .main{margin-left:76px}.app-shell.sidebar-collapsed .sidebar-top{height:116px;flex-basis:116px;flex-direction:column;justify-content:center;gap:8px}.app-shell.sidebar-collapsed .brand{width:100%;justify-content:center;padding:0}.app-shell.sidebar-collapsed .brand-copy,.app-shell.sidebar-collapsed .nav-group>p,.app-shell.sidebar-collapsed .nav-item>span,.app-shell.sidebar-collapsed .privacy-note{pointer-events:none;opacity:0;transform:translate(-4px)}.app-shell.sidebar-collapsed .sidebar-toggle{position:static;flex:0 0 34px;transform:none}.app-shell.sidebar-collapsed .sidebar-toggle:active{transform:scale(.96)}.app-shell.sidebar-collapsed .sidebar-navigation{gap:8px}.app-shell.sidebar-collapsed .nav-group{gap:5px}.app-shell.sidebar-collapsed .nav-item{justify-content:center;gap:0;padding:9px}.app-shell.sidebar-collapsed .nav-item.active:after{right:2px}.app-shell.sidebar-collapsed .sidebar-footer .nav-item{margin-bottom:0}.sidebar-toggle:focus-visible,.app-shell .nav-item:focus-visible,.mobile-dock-item:focus-visible,.mobile-dock-more:focus-visible,.mobile-drawer-item:focus-visible{outline:2px solid var(--green);outline-offset:2px}.mobile-nav-layer{display:none}@media(max-width:900px){.app-shell .sidebar{display:none}.app-shell .main,.app-shell.sidebar-collapsed .main{margin-left:0}.mobile-nav-layer{position:fixed;right:0;bottom:0;left:0;z-index:45;display:block;height:calc(92px + var(--md-safe-area-bottom));pointer-events:none}.mobile-dock{position:absolute;right:12px;bottom:calc(10px + var(--md-safe-area-bottom));left:12px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));align-items:end;min-height:66px;padding:7px 7px 6px;border:1px solid rgba(var(--theme-paper-rgb),.82);border-radius:21px;background:linear-gradient(180deg,rgba(var(--theme-paper-rgb),.9),rgba(var(--theme-paper-rgb),.86));box-shadow:0 13px 36px rgba(var(--theme-strong-rgb),.17),inset 0 1px rgba(var(--theme-paper-rgb),.78);-webkit-backdrop-filter:blur(22px) saturate(135%);backdrop-filter:blur(22px) saturate(135%);pointer-events:auto}.mobile-dock-item{position:relative;display:flex;min-width:0;min-height:52px;flex-direction:column;align-items:center;justify-content:center;gap:4px;border-radius:13px;color:var(--muted);font-size:9px;font-weight:650;text-decoration:none}.mobile-dock-item:before{position:absolute;top:1px;width:18px;height:2px;border-radius:99px;background:transparent;content:"";transition:background .2s ease,transform .2s ease}.mobile-dock-item>svg{transition:transform .2s ease}.mobile-dock-item.active{color:var(--ink)}.mobile-dock-item.active:before{background:var(--green)}.mobile-dock-item.active>svg{transform:translateY(-1px)}.mobile-dock-item:active,.mobile-drawer-item:active{transform:scale(.97)}.mobile-dock-more{display:flex;min-width:0;min-height:52px;flex-direction:column;align-items:center;justify-content:flex-end;gap:1px;padding:0 0 5px;border:0;background:transparent;color:var(--muted);font-weight:700;cursor:pointer}.mobile-dock-more>span{display:grid;width:46px;height:46px;place-items:center;border:3px solid var(--paper);border-radius:15px;background:var(--dark);color:var(--on-dark);box-shadow:0 9px 21px rgba(var(--theme-strong-rgb),.24);transform:translateY(-8px);transition:transform .18s ease,box-shadow .18s ease}.mobile-dock-more>small{margin-top:-8px;font-size:9px}.mobile-dock-more:active>span{box-shadow:0 5px 14px rgba(var(--theme-strong-rgb),.2);transform:translateY(-7px) scale(.95)}.mobile-drawer-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;padding:2px 0 4px}.mobile-drawer-item{display:flex;min-width:0;min-height:72px;align-items:center;gap:11px;padding:10px;border:1px solid var(--line);border-radius:16px;background:var(--cream);color:var(--ink);font-size:12px;font-weight:650;text-decoration:none;transition:transform .18s ease,background .2s ease,border-color .2s ease}.mobile-theme-switcher{font-family:inherit;text-align:left;cursor:pointer}.mobile-drawer-item>svg{box-sizing:content-box;flex:0 0 20px;padding:10px;border-radius:12px;background:rgba(var(--theme-accent-rgb),.14);color:var(--green)}.mobile-drawer-item>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-drawer-item.active{border-color:var(--accent-border);background:rgba(var(--theme-accent-rgb),.1)}.mobile-drawer-grid>.mobile-drawer-item:last-child:nth-child(odd){grid-column:1/-1}}@media(max-width:390px){.mobile-dock{right:9px;left:9px;padding-right:5px;padding-left:5px}.mobile-dock-item{font-size:8px}.mobile-drawer-grid{gap:7px}.mobile-drawer-item{min-height:68px;gap:8px;padding:8px;font-size:11px}.mobile-drawer-item>svg{padding:9px}}@media(prefers-reduced-motion:reduce){.route-stage>.page{animation:none}.app-shell .main,.brand-copy,.sidebar-toggle,.app-shell .nav-item,.app-shell .nav-item>svg,.app-shell .nav-item>span,.app-shell .nav-group>p,.app-shell .privacy-note,.mobile-dock-item,.mobile-dock-item:before,.mobile-dock-item>svg,.mobile-dock-more>span,.mobile-drawer-item{transition:none!important}}.pagination{display:flex;align-items:center;justify-content:flex-end;gap:8px;margin-top:16px;flex-wrap:wrap}.pagination-nav,.pagination-pages button{border:1px solid var(--line);background:var(--paper);color:var(--ink);height:34px;border-radius:10px;cursor:pointer;font-size:10px;font-weight:600}.pagination-nav{display:inline-flex;align-items:center;gap:4px;padding:0 10px}.pagination-nav:disabled{opacity:.38;cursor:not-allowed}.pagination-pages,.pagination-slot{display:flex;align-items:center;gap:5px}.pagination-slot i{font-style:normal;color:var(--muted);font-size:10px}.pagination-pages button{min-width:34px;padding:0 9px}.pagination-pages button.active{background:var(--dark);border-color:var(--dark);color:var(--on-dark)}.pagination-summary{font:10px DM Mono;color:var(--muted);margin:0 3px}@media(max-width:560px){.pagination{justify-content:center;gap:7px}.pagination-summary{order:3;width:100%;text-align:center;margin-top:1px}.pagination-nav span{display:none}.pagination-nav{width:36px;padding:0;justify-content:center}.pagination-pages button{min-width:32px;height:32px;padding:0 7px}}.beui-date-time-trigger{width:100%;padding:0 13px;border:1px solid var(--line);color:var(--ink);text-align:left;cursor:pointer}.beui-date-time-trigger:focus-visible{border-color:var(--green);outline:0;box-shadow:0 0 0 4px rgba(var(--theme-accent-rgb),.1)}.beui-date-time-value{min-width:0;flex:1;overflow:hidden;font:550 12px DM Mono,monospace;text-overflow:ellipsis;white-space:nowrap}.beui-date-time-value.placeholder{color:var(--muted);font-family:Inter,Noto Sans SC,system-ui,sans-serif;font-weight:500}.beui-date-time-icon{display:grid;flex:0 0 28px;place-items:center;color:var(--green)}.beui-picker-backdrop{position:fixed;inset:0;z-index:180;display:grid;place-items:center;padding:max(16px,var(--md-safe-area-top)) max(16px,var(--md-safe-area-right)) max(16px,var(--md-safe-area-bottom)) max(16px,var(--md-safe-area-left));background:rgba(var(--theme-strong-rgb),.38);-webkit-backdrop-filter:blur(8px) saturate(110%);backdrop-filter:blur(8px) saturate(110%)}.beui-picker-dialog{width:min(560px,100%);max-height:calc(100dvh - 32px - var(--md-safe-area-top) - var(--md-safe-area-bottom));overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;border:1px solid var(--line);border-radius:26px;background:var(--paper);box-shadow:0 28px 80px rgba(var(--theme-strong-rgb),.24)}.beui-picker-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:22px 22px 15px}.beui-picker-header>div{display:flex;flex-direction:column;gap:4px}.beui-picker-header span{color:var(--muted);font:500 9px DM Mono;letter-spacing:.13em}.beui-picker-header h2{margin:0;font-size:20px;letter-spacing:-.45px}.beui-picker-header button{display:grid;width:40px;height:40px;flex:0 0 40px;place-items:center;border:1px solid var(--line);border-radius:13px;background:var(--surface-soft);color:var(--muted);cursor:pointer}.beui-picker-wheels{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;padding:4px 18px 18px}.beui-picker-wheels.type-time{grid-template-columns:repeat(2,minmax(0,1fr));max-width:330px;margin:0 auto}.beui-picker-wheels.type-datetime-local{grid-template-columns:repeat(5,minmax(0,1fr))}.beui-wheel-column{min-width:0}.beui-wheel-label{display:block;margin-bottom:5px;color:var(--muted);font-size:9px;font-weight:700;text-align:center}.beui-wheel-window{position:relative;height:190px;overflow:hidden;border:1px solid var(--line);border-radius:16px;background:linear-gradient(var(--surface-soft),rgba(var(--theme-paper-rgb),.4) 35%,rgba(var(--theme-paper-rgb),.4) 65%,var(--surface-soft))}.beui-wheel-window:before,.beui-wheel-window:after{position:absolute;right:0;left:0;z-index:2;height:55px;content:"";pointer-events:none}.beui-wheel-window:before{top:0;background:linear-gradient(var(--surface-soft),rgba(var(--theme-paper-rgb),0))}.beui-wheel-window:after{bottom:0;background:linear-gradient(rgba(var(--theme-paper-rgb),0),var(--surface-soft))}.beui-wheel-list{position:relative;z-index:1;height:100%;overflow-y:auto;padding:76px 0;scroll-snap-type:y mandatory;scrollbar-width:none;overscroll-behavior:contain;outline:0}.beui-wheel-list::-webkit-scrollbar{display:none}.beui-wheel-list:focus-visible{box-shadow:inset 0 0 0 2px rgba(var(--theme-accent-rgb),.25)}.beui-wheel-option{display:block;width:100%;height:38px;padding:0 3px;border:0;background:transparent;color:var(--muted);font:500 11px DM Mono;scroll-snap-align:center;cursor:pointer;transition:color .15s ease,font-size .15s ease}.beui-wheel-option[aria-selected=true]{color:var(--dark-hover);font-size:13px;font-weight:700}.beui-wheel-selection{position:absolute;top:50%;right:5px;left:5px;height:38px;border:1px solid var(--accent-border);border-radius:11px;background:rgba(var(--theme-palette-a-rgb),.22);transform:translateY(-50%);pointer-events:none}.beui-picker-actions{display:flex;align-items:center;justify-content:flex-end;gap:9px;padding:15px 20px 20px;border-top:1px solid var(--line)}.beui-picker-actions button{min-height:44px;padding:0 18px;border:0;border-radius:13px;font-size:12px;font-weight:750;cursor:pointer}.beui-picker-clear{margin-right:auto;background:var(--surface-muted);color:var(--muted)}.beui-picker-confirm{display:inline-flex;align-items:center;justify-content:center;gap:7px;background:var(--dark);color:var(--on-dark)}@media(max-width:620px){.beui-picker-backdrop{align-items:end;padding:12px}.beui-picker-dialog{width:100%;border-radius:24px}.beui-picker-header{padding:19px 18px 12px}.beui-picker-wheels{padding:3px 12px 15px}.beui-picker-wheels.type-datetime-local{grid-template-columns:repeat(5,minmax(0,1fr));overflow:visible}.beui-wheel-window{height:176px}.beui-wheel-list{padding:69px 0}.beui-picker-actions{padding:13px 16px calc(16px + var(--md-safe-area-bottom))}.beui-date-time-value{font-size:14px}}@media(max-width:390px){.beui-picker-wheels.type-datetime-local{gap:4px}.beui-picker-wheels.type-datetime-local .beui-wheel-window{border-radius:12px}.beui-picker-wheels.type-datetime-local .beui-wheel-option{font-size:10px}.beui-picker-wheels.type-datetime-local .beui-wheel-option[aria-selected=true]{font-size:11px}}@media(prefers-reduced-motion:reduce){.beui-wheel-option{transition:none}}.beui-button{position:relative;display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent;border-radius:14px;font-weight:700;line-height:1;white-space:nowrap;cursor:pointer;isolation:isolate;overflow:hidden}.beui-button:disabled{pointer-events:none;opacity:.48}.beui-button-content{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;gap:8px}.beui-button-primary{background:var(--dark);color:var(--on-dark);box-shadow:0 8px 20px rgba(var(--theme-strong-rgb),.13)}.beui-button-primary:hover{background:var(--dark-hover)}.beui-button-secondary{border-color:var(--line);background:var(--paper);color:var(--ink)}.beui-button-secondary:hover{border-color:var(--line-strong);background:var(--control-bg)}.beui-button-ghost{background:var(--surface-muted);color:var(--muted)}.beui-button-danger{background:var(--negative-soft);color:var(--negative)}.beui-button-sm{min-height:36px;padding:0 13px;font-size:11px}.beui-button-md{min-height:44px;padding:0 18px;font-size:12px}.beui-button-lg{min-height:50px;padding:0 23px;font-size:13px}.beui-button-icon{width:40px;height:40px;padding:0}.beui-button-ripples{position:absolute;inset:0;overflow:hidden;border-radius:inherit}.beui-button-ripple{position:absolute;border-radius:50%;background:currentColor;pointer-events:none}.beui-field{display:flex;min-width:0;flex-direction:column;gap:8px}.beui-field-label{color:var(--muted);font-size:11px;font-weight:700;line-height:1.2}.beui-input-shell,.beui-select-shell{position:relative;display:flex;height:48px;min-width:0;align-items:center;border:1px solid var(--line);border-radius:14px;background:var(--control-bg);transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.beui-input-shell:hover,.beui-select-shell:hover{border-color:var(--line-strong);background:var(--surface-raised)}.beui-input-shell.focused,.beui-select-shell.focused{border-color:var(--green);background:var(--surface-raised);box-shadow:0 0 0 4px rgba(var(--theme-accent-rgb),.1)}.beui-input-shell.error{border-color:#bd7962;box-shadow:0 0 0 4px #bd796217}.beui-input-shell.disabled{opacity:.6}.beui-input-shell input,.beui-select-shell select{width:100%;height:100%;min-width:0;border:0!important;border-radius:inherit!important;outline:0!important;background:transparent!important;box-shadow:none!important;color:var(--ink);font-size:13px;font-weight:550}.beui-input-shell input{padding:0 14px}.beui-input-shell input.has-left-icon{padding-left:39px}.beui-input-shell input.has-right-icon{padding-right:39px}.beui-input-icon{position:absolute;top:50%;z-index:1;display:grid;place-items:center;color:var(--muted);transform:translateY(-50%);pointer-events:none}.beui-input-icon.left{left:13px}.beui-input-icon.right{right:13px}.beui-select-shell select{appearance:none;padding:0 40px 0 14px;cursor:pointer}.beui-select-shell>select+span{position:absolute;right:13px;display:grid;place-items:center;color:var(--muted);pointer-events:none}.beui-field-message{min-height:14px;color:var(--muted);font-size:9px;line-height:1.45}.beui-field-message.error{color:var(--negative)}.beui-input-shell input[type=date],.beui-input-shell input[type=time],.beui-input-shell input[type=datetime-local]{font-family:DM Mono,monospace;font-size:12px}.beui-input-shell input::-webkit-calendar-picker-indicator{opacity:.6;cursor:pointer}.beui-switch{display:flex;width:48px;height:28px;flex:0 0 48px;align-items:center;padding:4px;border:0;border-radius:999px;background:var(--line-strong);cursor:pointer;transition:background .2s ease;outline:none}.beui-switch[data-state=checked]{justify-content:flex-end;background:var(--green)}.beui-switch[data-state=unchecked]{justify-content:flex-start}.beui-switch:focus-visible{box-shadow:0 0 0 4px rgba(var(--theme-accent-rgb),.16)}.beui-switch:disabled{cursor:not-allowed;opacity:.55}.beui-switch>span{display:block;width:20px;height:20px;border-radius:50%;background:var(--surface-raised);box-shadow:0 2px 7px rgba(var(--theme-strong-rgb),.2)}.beui-tabs{display:inline-flex;align-items:center;gap:3px;padding:4px;border:1px solid var(--line);border-radius:14px;background:var(--surface-muted)}.beui-tab-slot{position:relative;isolation:isolate;flex:1}.beui-tab-slot>button{position:relative;z-index:1;display:flex;width:100%;min-height:40px;align-items:center;justify-content:center;gap:7px;padding:0 15px;border:0;background:transparent;color:var(--muted);font-size:11px;font-weight:750;white-space:nowrap;cursor:pointer}.beui-tab-slot>button[aria-selected=true]{color:var(--on-dark)}.beui-tab-indicator{position:absolute;inset:0;border-radius:10px;background:var(--dark);box-shadow:0 5px 13px rgba(var(--theme-strong-rgb),.13)}.beui-tab-indicator.tone-expense{background:var(--negative)}.beui-tab-indicator.tone-income{background:var(--positive)}.beui-choice-group{margin:20px 0 0;padding:0;border:0}.beui-choice-group>legend{margin-bottom:9px;color:var(--muted);font-size:11px;font-weight:700}.beui-choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.beui-choice-card{display:flex;min-width:0;min-height:78px;align-items:flex-start;gap:11px;padding:14px;border:1px solid var(--line);border-radius:16px;background:var(--control-bg);color:var(--ink);text-align:left;cursor:pointer;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.beui-choice-card:hover{border-color:var(--line-strong);background:var(--surface-raised)}.beui-choice-card[data-state=checked]{border-color:var(--accent-border);background:var(--accent-faint);box-shadow:inset 0 0 0 1px rgba(var(--theme-accent-rgb),.08)}.beui-choice-radio{position:relative;display:grid;width:18px;height:18px;flex:0 0 18px;margin-top:1px;place-items:center;border:2px solid var(--muted);border-radius:50%}.beui-choice-card[data-state=checked] .beui-choice-radio{border-color:var(--green)}.beui-choice-radio>i{display:block;width:8px;height:8px;border-radius:50%;background:var(--green)}.beui-choice-copy{display:flex;min-width:0;flex:1;flex-direction:column;gap:5px}.beui-choice-copy>b{display:flex;align-items:center;gap:7px;font-size:12px;line-height:1.25}.beui-choice-copy>b>em{padding:3px 6px;border-radius:999px;background:rgba(var(--theme-accent-rgb),.12);color:var(--green);font-size:8px;font-style:normal}.beui-choice-copy>small{color:var(--muted);font-size:9px;line-height:1.55}.beui-checkbox{display:grid;width:26px;height:26px;flex:0 0 26px;place-items:center;padding:0;border:1px solid var(--line-strong);border-radius:8px;background:var(--surface-raised);color:var(--on-dark);cursor:pointer;outline:none;transition:background .2s ease,border-color .2s ease}.beui-checkbox[data-state=checked]{border-color:var(--green);background:var(--green)}.beui-checkbox:focus-visible{box-shadow:0 0 0 4px rgba(var(--theme-accent-rgb),.14)}@media(max-width:560px){.beui-choice-grid{grid-template-columns:1fr}.beui-button-md,.beui-button-lg{min-height:48px}.beui-input-shell,.beui-select-shell{height:50px}.beui-input-shell input,.beui-select-shell select{font-size:16px}.beui-tabs{display:flex;width:100%}.beui-tab-slot>button{min-height:42px;padding:0 10px}.beui-choice-card{min-height:74px}}@media(prefers-reduced-motion:reduce){.beui-button,.beui-input-shell,.beui-select-shell,.beui-switch,.beui-choice-card,.beui-checkbox{transition:none}}.beui-select-trigger{width:100%;padding:0 12px 0 14px;color:var(--ink);text-align:left;cursor:pointer;outline:0}.beui-select-trigger:focus-visible{border-color:var(--green);box-shadow:0 0 0 4px rgba(var(--theme-accent-rgb),.1)}.beui-select-trigger:disabled{cursor:not-allowed;opacity:.58}.beui-select-value{min-width:0;flex:1;overflow:hidden;font-size:13px;font-weight:550;text-overflow:ellipsis;white-space:nowrap}.beui-select-chevron{display:grid!important;position:static!important;width:28px;height:28px;flex:0 0 28px;place-items:center;color:var(--muted);pointer-events:none}.beui-select-popover{position:fixed;z-index:210;max-height:min(280px,calc(100dvh - 20px));overflow-y:auto;padding:5px;border:1px solid var(--line);border-radius:15px;background:rgba(var(--theme-paper-rgb),.98);box-shadow:0 18px 50px rgba(var(--theme-strong-rgb),.2);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.beui-select-popover>button{display:flex;width:100%;min-height:43px;align-items:center;justify-content:space-between;gap:12px;padding:0 11px;border:0;border-radius:10px;background:transparent;color:var(--ink);font-size:12px;font-weight:650;text-align:left;cursor:pointer}.beui-select-popover>button:hover,.beui-select-popover>button[data-active=true]{background:var(--accent-faint);color:var(--dark-hover)}.beui-select-popover>button[aria-selected=true]{background:var(--accent-faint);color:var(--dark-hover)}.beui-select-popover>button:disabled{cursor:not-allowed;opacity:.45}@media(max-width:560px){.beui-select-value{font-size:16px}.beui-select-popover>button{min-height:47px;font-size:15px}}.ledger-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;background:var(--paper);border:1px solid var(--line);border-radius:18px;padding:14px 16px;box-shadow:var(--shadow)}.dimension-tabs{display:flex;gap:6px;background:var(--surface-muted);border-radius:11px;padding:4px}.dimension-tabs button{border:0;background:transparent;color:var(--muted);border-radius:8px;padding:8px 15px;font-size:11px;font-weight:700;cursor:pointer}.dimension-tabs button.active{background:var(--dark);color:var(--on-dark)}.period-picker{display:flex;align-items:center;gap:9px;color:var(--muted)}.period-picker input{height:36px;border:1px solid var(--line);border-radius:9px;background:var(--control-bg);color:var(--ink);padding:0 10px;outline:none}.summary-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:16px}.summary-metrics article{position:relative;background:var(--paper);border:1px solid var(--line);border-radius:18px;padding:20px;display:flex;flex-direction:column;gap:7px}.summary-metrics article.net{background:var(--accent-faint)}.summary-metrics small{font-size:10px;color:var(--muted)}.summary-metrics strong{font:500 25px DM Mono;letter-spacing:-.5px}.summary-metrics strong.negative{color:var(--negative)}.summary-icon{position:absolute;right:18px;top:18px;width:33px;height:33px;border-radius:50%;display:grid;place-items:center;background:var(--surface-muted);color:var(--green)}.summary-icon.income{background:var(--positive-soft);color:var(--positive)}.summary-icon.expense{background:var(--negative-soft);color:var(--negative)}.ledger-list{display:flex;flex-direction:column;gap:9px}.ledger-row{display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:12px;background:rgba(var(--theme-paper-rgb),.82);border:1px solid var(--line);border-radius:14px;padding:12px 14px}.ledger-direction{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;font:600 18px DM Mono}.ledger-direction.income{background:var(--positive-soft);color:var(--positive)}.ledger-direction.expense{background:var(--negative-soft);color:var(--negative)}.ledger-source{display:flex;flex-direction:column;gap:3px;min-width:0}.ledger-source b{font-size:12px;overflow-wrap:anywhere}.ledger-source span{font-size:9px;color:var(--muted)}.ledger-row>strong{font:500 12px DM Mono;white-space:nowrap}.ledger-row>strong.income{color:var(--positive)}.ledger-row>strong.expense{color:var(--negative)}.accident-form{display:grid;grid-template-columns:1.25fr 1fr .75fr .75fr auto;gap:12px;align-items:end;background:var(--paper);border:1px solid var(--line);border-radius:22px;padding:22px;box-shadow:var(--shadow)}.accident-form label{display:flex;flex-direction:column;gap:7px}.accident-form label>span{font-size:11px;color:var(--muted);font-weight:600}.accident-form input{width:100%;height:43px;border:1px solid var(--line);background:var(--control-bg);border-radius:11px;padding:0 12px;outline:none;color:var(--ink)}.accident-form input:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(var(--theme-accent-rgb),.1)}.direction-switch{display:grid;grid-template-columns:1fr 1fr;gap:6px;background:var(--surface-muted);border-radius:12px;padding:4px;height:43px}.direction-switch button{border:0;background:transparent;border-radius:9px;color:var(--muted);font-size:10px;font-weight:700;display:flex;align-items:center;justify-content:center;gap:5px;cursor:pointer;white-space:nowrap}.direction-switch button.active.expense{background:var(--negative-soft);color:#825644}.direction-switch button.active.income{background:var(--positive-soft);color:var(--positive)}@media(max-width:900px){.accident-form{grid-template-columns:1fr 1fr}.direction-switch{grid-column:1/3}.accident-form>.primary-button{width:100%}.summary-metrics{grid-template-columns:1fr 1fr}.summary-metrics article.net{grid-column:1/3}}@media(max-width:560px){.ledger-toolbar{align-items:stretch;flex-direction:column}.dimension-tabs{width:100%}.dimension-tabs button{flex:1}.period-picker{width:100%}.period-picker input{flex:1;min-width:0}.summary-metrics{grid-template-columns:1fr}.summary-metrics article.net{grid-column:auto}.summary-metrics strong{font-size:22px}.ledger-row{grid-template-columns:34px minmax(0,1fr);align-items:start}.ledger-row>strong{grid-column:2;justify-self:start}.accident-form{grid-template-columns:1fr;padding:18px}.direction-switch{grid-column:auto}.accident-form>.primary-button{height:45px}}.ledger-row{grid-template-columns:38px minmax(0,1fr) auto auto}.ledger-row-actions{display:flex;align-items:center;gap:2px}.ledger-row-actions .icon-button{border:1px solid transparent;background:var(--surface-soft)}.ledger-row-actions .icon-button:hover{border-color:var(--line)}.ledger-row-actions .icon-button.danger:hover{background:var(--negative-soft);color:var(--negative)}.ledger-section-title{align-items:center}.ledger-section-title>div{display:flex;align-items:baseline;gap:9px}.ledger-section-title>div>span{font-size:10px;color:var(--muted)}.ledger-add-button{height:38px}.ledger-empty p{margin:0 0 12px}.ledger-empty .ghost-button{margin:auto}@media(max-width:560px){.ledger-row{grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:9px}.ledger-row>strong{grid-column:2;justify-self:start}.ledger-row-actions{grid-column:3;grid-row:1/3;flex-direction:column}.ledger-row-actions .icon-button{display:grid!important}.ledger-section-title{margin-top:29px}.ledger-add-button{padding:0 13px}}.ledger-page .summary-metrics{gap:10px;margin-top:15px}.ledger-page .summary-metrics article{min-height:122px;padding:21px;border-radius:20px;background:rgba(var(--theme-paper-rgb),.9);box-shadow:0 8px 24px rgba(var(--theme-strong-rgb),.035);transition:transform .2s ease,border-color .2s ease}.ledger-page .summary-metrics article.net{background:linear-gradient(135deg,var(--accent-faint),var(--control-bg))}.ledger-page .summary-metrics article:hover{transform:translateY(-2px);border-color:var(--line-strong)}.ledger-page .summary-metrics strong{margin-top:7px;font-size:27px}.ledger-page .ledger-section-title{margin-top:38px}.ledger-page .ledger-add-button{min-height:42px;border-radius:13px}.ledger-page .ledger-row{min-height:66px}.accidents-page .ledger-row{min-height:64px}.accidents-page .list-section{margin-top:38px}@media(max-width:560px){.ledger-page .summary-metrics article{min-height:108px}.ledger-page .summary-metrics{grid-template-columns:1fr 1fr}.ledger-page .summary-metrics article.net{grid-column:1/-1}.ledger-page .ledger-section-title{margin-top:31px}}@media(prefers-reduced-motion:reduce){.ledger-page .summary-metrics article{transition:none}}.assets-list-section{margin-top:38px}.assets-list-section>.section-title{margin:0 0 15px}.assets-list-section .asset-grid{margin-top:0}@media(max-width:560px){.assets-list-section{margin-top:34px}.assets-list-section>.section-title{margin-bottom:14px}}.converter-live-result small{line-height:1.35}.list-card.converter-card{display:grid;grid-template-columns:minmax(0,1fr);gap:0;padding:18px 20px;overflow:hidden;border-color:var(--line);border-radius:21px;background:rgba(var(--theme-paper-rgb),.94);box-shadow:0 10px 30px rgba(var(--theme-strong-rgb),.04)}.converter-card-header{display:grid;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:13px;padding-bottom:15px;border-bottom:1px solid var(--line)}.converter-card .item-avatar{width:44px;height:44px;border-radius:14px;background:linear-gradient(145deg,var(--surface-soft),var(--surface-muted));color:var(--positive);font:500 19px DM Mono}.converter-wish-title{display:flex;min-width:0;flex-direction:column;gap:4px}.converter-wish-title b{overflow-wrap:anywhere;font-size:14px;line-height:1.35}.converter-wish-title span{color:var(--muted);font-size:10px}.converter-wish-price{padding-left:12px;color:var(--dark);font:550 21px DM Mono;letter-spacing:-.5px;white-space:nowrap}.wish-progress{display:grid;gap:9px;padding:14px 0 15px;border-bottom:1px solid var(--line)}.wish-progress-heading,.wish-progress-money{display:flex;align-items:center;justify-content:space-between;gap:16px;line-height:1.35}.wish-progress-heading{color:var(--green);font-size:12px}.wish-progress-heading strong{color:var(--dark);font:550 16px DM Mono}.wish-progress-track{height:7px;overflow:hidden;border:1px solid var(--line);border-radius:999px;background:var(--surface-soft)}.wish-progress-track>i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--accent-border),var(--green));transition:width .35s ease}.wish-progress-money{color:var(--muted);font-size:10px}.wish-progress-money span:last-child{text-align:right}.wish-progress-money b{color:var(--positive);font:550 12px DM Mono}.converter-time-summary{display:grid;gap:7px;padding:14px 0 15px;border-bottom:1px solid var(--line)}.converter-time-summary>div{display:flex;min-width:0;align-items:baseline;justify-content:space-between;gap:16px}.converter-time-summary>div>span{color:var(--muted);font-size:12px;white-space:nowrap}.converter-time-summary>div>strong{color:var(--dark);font:550 20px DM Mono;letter-spacing:-.35px;text-align:right}.converter-time-summary p{display:flex;align-items:baseline;flex-wrap:wrap;gap:0 5px;margin:0;color:var(--muted);font-size:10px;line-height:1.55}.converter-time-summary p b{color:var(--muted);font:500 10px DM Mono}.converter-time-summary p i{padding:0 2px;color:var(--muted);font-style:normal}.converter-card-footer{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;padding-top:14px}.wish-estimate{display:flex;min-width:0;min-height:40px;align-items:center;gap:8px;padding:0 12px;overflow:hidden;border-radius:12px;background:var(--surface-soft);color:var(--green);font-size:10px;font-weight:600;line-height:1.25}.wish-estimate>svg{flex:0 0 auto}.wish-estimate>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wish-estimate.complete{background:var(--positive-soft);color:var(--positive)}.wish-estimate.reached{background:#eee7d8;color:#755f3f}.wish-estimate.unavailable{color:var(--muted)}.converter-actions{display:flex;align-items:center;justify-content:flex-end;gap:7px}.converter-actions .buy-button{min-width:74px;min-height:40px;padding:0 13px;border-color:var(--accent-border);border-radius:12px;background:var(--accent-faint);color:var(--positive);box-shadow:none}.converter-actions .buy-button:hover:not(:disabled){border-color:var(--accent-border);background:var(--accent-faint)}.converter-actions .buy-button .beui-button-content{gap:6px}.converter-actions .wish-delete-button{width:40px;height:40px;flex:0 0 40px;border-color:var(--line-strong);border-radius:12px;background:var(--surface-raised);color:var(--muted);box-shadow:none}.converter-actions .wish-delete-button:hover:not(:disabled){border-color:#cbbdb5;background:var(--negative-soft);color:var(--negative)}.purchase-toast{position:fixed;right:24px;bottom:24px;z-index:70;display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:14px;width:min(420px,calc(100vw - 30px));padding:14px 14px 14px 17px;background:var(--dark);color:var(--on-dark);border-radius:16px;box-shadow:0 18px 48px rgba(var(--theme-strong-rgb),.24);animation:purchase-toast-in .36s cubic-bezier(.22,.8,.24,1) both}.purchase-toast>div{display:flex;flex-direction:column;gap:3px}.purchase-toast b{font-size:12px}.purchase-toast span{font-size:9px;color:var(--on-dark-muted);line-height:1.5}.purchase-toast a{font-size:10px;font-weight:700;color:var(--dark);background:var(--lime);text-decoration:none;border-radius:9px;padding:8px 10px;white-space:nowrap}.purchase-toast button{border:0;background:transparent;color:var(--on-dark-muted);font-size:20px;cursor:pointer;padding:4px}@keyframes purchase-toast-in{0%{opacity:0;transform:translateY(14px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:900px){form.input-card .live-result.converter-live-result{padding:12px 14px 12px 18px;border-left:0}.purchase-toast{right:15px;bottom:calc(96px + var(--md-safe-area-bottom))}}@media(max-width:560px){.list-card.converter-card{padding:14px;border-radius:18px}.converter-card-header{grid-template-columns:40px minmax(0,1fr) auto;gap:10px;padding-bottom:12px}.converter-card .item-avatar{width:40px;height:40px;border-radius:12px;font-size:17px}.converter-wish-title{gap:2px}.converter-wish-title b{font-size:12px}.converter-wish-title span{font-size:9px}.converter-wish-price{padding-left:7px;font-size:17px;letter-spacing:-.4px}.wish-progress{gap:8px;padding:12px 0 13px}.wish-progress-heading{font-size:11px}.wish-progress-heading strong{font-size:14px}.wish-progress-money{font-size:9px}.wish-progress-money b{font-size:10px}.converter-time-summary{gap:5px;padding:12px 0 13px}.converter-time-summary>div{gap:10px}.converter-time-summary>div>span{font-size:10px}.converter-time-summary>div>strong{font-size:17px}.converter-time-summary p,.converter-time-summary p b{font-size:9px}.converter-card-footer{gap:7px;padding-top:12px}.wish-estimate{min-height:44px;gap:6px;padding:0 10px;font-size:clamp(8px,2.55vw,9.5px)}.wish-estimate>svg{width:15px;height:15px}.converter-actions{gap:6px}.converter-actions .buy-button{min-width:70px;min-height:44px;padding:0 11px;border-radius:12px}.converter-actions .wish-delete-button{width:44px;height:44px;flex-basis:44px}form.input-card .live-result.converter-live-result{padding-left:18px}.purchase-toast{grid-template-columns:1fr auto}.purchase-toast>button{grid-column:2;grid-row:1;align-self:start}.purchase-toast>a{grid-column:1/3;text-align:center}}@media(max-width:360px){.list-card.converter-card{padding:12px}.converter-wish-price{font-size:15px}.wish-estimate{gap:4px;padding:0 6px;font-size:8.5px}.converter-actions .buy-button{min-width:64px;padding:0 9px}.converter-actions .buy-button .beui-button-content{gap:4px}}@media(prefers-reduced-motion:reduce){.purchase-toast{animation:none}.wish-progress-track>i{transition:none}}.overtime-multiplier-field{border:0;padding:0;margin:20px 0 0}.overtime-multiplier-field legend{display:block;margin-bottom:8px;color:var(--muted);font-size:10px;font-weight:600}.overtime-multiplier-input{position:relative;display:block}.overtime-multiplier-input input{width:100%;height:45px;padding:0 46px 0 12px;border:1px solid var(--line);border-radius:11px;background:var(--control-bg);color:var(--ink);outline:none}.overtime-multiplier-input input:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(var(--theme-accent-rgb),.1)}.overtime-multiplier-input i{position:absolute;right:13px;top:50%;transform:translateY(-50%);color:var(--muted);font:600 11px DM Mono;font-style:normal;pointer-events:none}.overtime-multiplier-help{display:block;margin-top:9px;color:var(--muted);font-size:9px;line-height:1.5}.early-finish-dialog{width:min(470px,100%)}.early-finish-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.early-finish-header h2{margin-top:5px}.early-finish-header>button{width:44px;height:44px;display:grid;place-items:center;flex:0 0 auto;border:0;border-radius:10px;background:var(--surface-muted);color:var(--muted);cursor:pointer}.early-finish-dialog>p:not(.eyebrow){margin-top:6px}.early-finish-options{display:grid;gap:9px;margin-top:18px}.early-finish-options>button{width:100%;min-height:66px;display:grid;grid-template-columns:38px minmax(0,1fr);align-items:center;gap:11px;padding:12px 14px;border:1px solid var(--line);border-radius:14px;background:var(--control-bg);color:var(--ink);text-align:left;cursor:pointer;transition:transform .18s ease,border-color .2s ease,background-color .2s ease}.early-finish-options>button>svg{box-sizing:content-box;padding:9px;border-radius:10px;background:var(--accent-faint);color:var(--green)}.early-finish-options>button>span{display:flex;flex-direction:column;gap:4px}.early-finish-options b{font-size:12px}.early-finish-options small{color:var(--muted);font-size:10px;line-height:1.45}.early-finish-options>button:hover{border-color:var(--line-strong);background:var(--accent-faint)}.early-finish-options>button:active{transform:scale(.99)}.early-finish-options .attendance-option{background:var(--surface-muted)}.early-finish-options .attendance-option>svg{background:#e8ded1;color:#806653}.early-finish-dialog .early-finish-note{margin-top:14px!important;padding-top:12px;border-top:1px solid var(--line);font-size:9px!important}.early-finish-options .paid-overtime-option{border-color:var(--dark);background:var(--dark);color:var(--on-dark)}.early-finish-options .paid-overtime-option>svg{background:rgba(var(--theme-paper-rgb),.1);color:var(--lime)}.early-finish-options .paid-overtime-option small{color:var(--line-strong)}.early-finish-options .paid-overtime-option:hover{border-color:var(--dark-hover);background:var(--dark-hover)}.early-finish-pay-form{display:grid;gap:18px;margin-top:18px}.early-finish-pay-form fieldset{border:0;padding:0;margin:0}.early-finish-pay-form legend,.early-finish-fixed-field>span{display:block;margin-bottom:8px;color:var(--muted);font-size:10px;font-weight:600}.early-finish-pay-tabs{display:grid;grid-template-columns:1fr 1fr;gap:5px;padding:4px;border-radius:12px;background:var(--surface-muted)}.early-finish-pay-tabs button{min-height:44px;border:0;border-radius:9px;background:transparent;color:var(--muted);font-size:10px;font-weight:700;cursor:pointer}.early-finish-pay-tabs button.active{background:var(--dark);color:var(--on-dark)}.early-finish-pay-form fieldset>small,.early-finish-fixed-field small{display:block;margin-top:9px;color:var(--muted);font-size:9px;line-height:1.5}.early-finish-fixed-field{display:flex;flex-direction:column}.early-finish-fixed-field input{width:100%;height:45px;padding:0 12px 0 30px;border:1px solid var(--line);border-radius:11px;background:var(--control-bg);color:var(--ink);outline:none}.early-finish-fixed-field input:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(var(--theme-accent-rgb),.1)}.early-finish-pay-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.early-finish-pay-actions button{min-height:44px;display:flex;align-items:center;justify-content:center;gap:6px;border:1px solid var(--line-strong);border-radius:11px;background:var(--surface-soft);color:var(--ink);font-size:10px;font-weight:700;cursor:pointer}.early-finish-pay-actions button[type=submit]{border-color:var(--dark);background:var(--dark);color:var(--on-dark)}.early-finish-error{margin:14px 0 0!important;padding:9px 11px;border-radius:9px;background:var(--negative-soft);color:var(--negative)!important;font-size:10px!important;line-height:1.5}@media(max-width:480px){.early-finish-dialog{padding:20px}.early-finish-options>button{min-height:62px}.early-finish-header h2{font-size:21px}.early-finish-pay-actions{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.early-finish-options>button{transition:none}}.work-dialog-backdrop{position:fixed;inset:0;z-index:100;display:grid;place-items:center;padding:max(16px,var(--md-safe-area-top)) max(16px,var(--md-safe-area-right)) max(16px,var(--md-safe-area-bottom)) max(16px,var(--md-safe-area-left));background:rgba(var(--theme-strong-rgb),.34);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);overscroll-behavior:contain;animation:dialog-backdrop-in .22s ease both}.work-time-dialog{width:min(460px,100%);max-height:calc(100dvh - 32px - var(--md-safe-area-top) - var(--md-safe-area-bottom));overflow-y:auto;padding:24px;border:1px solid var(--line);border-radius:22px;background:var(--paper);box-shadow:0 24px 70px rgba(var(--theme-strong-rgb),.2);overscroll-behavior:contain;animation:dialog-card-in .28s cubic-bezier(.22,.8,.24,1) both}.work-dialog-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.work-dialog-header h2{margin:5px 0 0;font-size:24px;letter-spacing:-.5px}.work-dialog-header>button{display:grid;place-items:center;width:44px;height:44px;border:0;border-radius:10px;background:var(--surface-muted);color:var(--muted);cursor:pointer}.work-dialog-copy{margin:15px 0;color:var(--muted);font-size:11px;line-height:1.6}.work-quick-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.work-quick-actions button{display:flex;align-items:center;justify-content:center;gap:9px;min-height:62px;padding:11px 13px;border:1px solid var(--line);border-radius:13px;background:var(--surface-soft);color:var(--ink);cursor:pointer}.work-quick-actions button:disabled{opacity:.52;cursor:not-allowed}.work-quick-actions button.work-now-button{border-color:var(--dark);background:var(--dark);color:var(--on-dark)}.work-quick-actions span{display:flex;flex-direction:column;gap:3px}.work-quick-actions b{font-size:11px}.work-quick-actions small{opacity:.68;font:10px DM Mono}.work-dialog-divider{display:flex;align-items:center;gap:10px;margin:18px 0;color:var(--muted);font-size:9px}.work-dialog-divider:before,.work-dialog-divider:after{flex:1;height:1px;background:var(--line);content:""}.work-time-fields,.work-planned-end-fields{display:grid;grid-template-columns:1fr 1fr;gap:12px}.work-time-fields label,.work-planned-end-fields label{display:flex;flex-direction:column;gap:7px}.work-time-fields label>span,.work-planned-end-fields label>span{color:var(--muted);font-size:10px;font-weight:600}.work-time-fields label>span small,.work-planned-end-fields label>span small{font-size:8px;font-weight:400}.work-time-fields input,.work-planned-end-fields input{height:44px;padding:0 12px;border:1px solid var(--line);border-radius:11px;outline:none;background:var(--control-bg);color:var(--ink)}.work-time-fields input:focus,.work-planned-end-fields input:focus{border-color:var(--green);box-shadow:0 0 0 3px var(--focus-ring)}.work-planned-end-fields input:disabled{opacity:.55;cursor:not-allowed}.work-planned-end-note{display:block;margin-top:8px;color:var(--muted);font-size:9px;line-height:1.5}.work-dialog-error{margin:12px 0 0;padding:9px 11px;border-radius:9px;background:var(--negative-soft);color:var(--negative);font-size:10px}.work-dialog-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:20px}.work-dialog-actions button{height:44px;border:0;border-radius:12px;font-size:12px;font-weight:600;cursor:pointer}.work-cancel-button{background:var(--surface-muted);color:var(--ink)}.work-confirm-button{background:var(--dark);color:var(--on-dark)}@keyframes dialog-backdrop-in{0%{opacity:0;-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0)}to{opacity:1;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}}@keyframes dialog-card-in{0%{opacity:0;transform:translateY(12px) scale(.975)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:480px){.work-time-dialog{padding:20px;border-radius:19px}.work-dialog-header h2{font-size:21px}.work-quick-actions,.work-dialog-actions,.work-time-fields,.work-planned-end-fields{grid-template-columns:1fr}.work-quick-actions button{min-height:56px}.work-time-fields label:first-child:last-child{grid-column:auto}}@media(prefers-reduced-motion:reduce){.work-dialog-backdrop,.work-time-dialog{animation:none}}.dashboard-header-actions{display:flex;align-items:center;gap:10px}.dashboard-header-actions .ghost-button{min-height:42px;padding:0 15px;border:1px solid var(--line);background:var(--paper)}.dashboard-overview-grid{display:grid;grid-template-columns:minmax(0,8fr) minmax(310px,4fr);gap:18px;align-items:stretch}.dashboard-overview-grid>.hero-card{min-height:0;padding:40px 42px 30px;border-radius:30px;box-shadow:0 8px 26px rgba(var(--theme-strong-rgb),.08)}.dashboard-overview-grid .money-ticker{margin-top:30px;font-size:clamp(54px,5.5vw,78px)}.dashboard-overview-grid .rate-line{margin:13px 0 55px}.dashboard-insights{display:flex;min-width:0;flex-direction:column;padding:20px;border:1px solid var(--line);border-radius:30px;background:rgba(var(--theme-paper-rgb),.82);box-shadow:0 16px 42px rgba(var(--theme-strong-rgb),.06)}.dashboard-insights-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:3px 3px 18px}.dashboard-insights-heading h2{margin:5px 0 0;font-size:18px;letter-spacing:-.45px}.dashboard-insights-heading>span{padding:6px 9px;border-radius:999px;background:var(--accent-faint);color:var(--green);font-size:9px;font-weight:750}.dashboard-insight-grid{display:grid;min-height:0;flex:1;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(2,minmax(132px,1fr));gap:10px}.dashboard-insight-card{position:relative;display:flex;min-width:0;min-height:132px;flex-direction:column;overflow:hidden;padding:14px;border:1px solid var(--line);border-radius:17px;background:var(--control-bg);color:var(--ink);text-decoration:none;transition:transform .2s ease,border-color .2s ease,background-color .2s ease,box-shadow .2s ease}.dashboard-insight-card:hover{transform:translateY(-2px);border-color:var(--line-strong);background:var(--surface-raised);box-shadow:0 10px 24px rgba(var(--theme-strong-rgb),.07)}.dashboard-insight-card-heading{display:flex;min-width:0;align-items:center;gap:8px}.dashboard-insight-card-heading>i{display:grid;width:30px;height:30px;flex:0 0 30px;place-items:center;border-radius:10px;background:var(--accent-faint);color:var(--green);font-style:normal}.dashboard-insight-card-heading>b{overflow:hidden;color:var(--green);font-size:10px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.dashboard-insight-card>strong{display:flex;min-width:0;align-items:baseline;gap:3px;margin:auto 0 5px;color:var(--dark);font:550 clamp(15px,2vw,21px) "DM Mono";letter-spacing:-.75px;white-space:nowrap}.dashboard-insight-card>strong>em{color:var(--muted);font:500 9px Inter,Noto Sans SC,sans-serif;font-style:normal;letter-spacing:0}.dashboard-insight-card>small{display:block;overflow:hidden;max-width:calc(100% - 22px);color:var(--muted);font-size:8.5px;line-height:1.4;text-overflow:ellipsis;white-space:nowrap}.dashboard-insight-arrow{position:absolute;right:13px;bottom:12px;color:var(--green)}.dashboard-insight-card.unset{background:var(--surface-soft)}.dashboard-insight-card.unset .dashboard-insight-card-heading>i{background:var(--line);color:var(--muted)}.dashboard-day-note{position:relative;display:flex;align-items:center;min-height:44px;margin-bottom:7px;padding:0 14px;border:1px solid var(--theme-hero-tint);border-radius:13px;background:var(--theme-hero-tint);color:var(--theme-hero-muted);font-size:11px;line-height:1.5}.dashboard-performance-title{align-items:end}.dashboard-performance-title>span{color:var(--muted);font-size:10px}.dashboard-performance-card{display:grid;grid-template-columns:minmax(210px,.8fr) minmax(230px,1fr) minmax(260px,1.1fr);align-items:center;gap:24px;margin-bottom:30px;padding:24px;border:1px solid var(--line);border-radius:24px;background:linear-gradient(135deg,var(--surface-raised) 0%,var(--accent-faint) 100%);box-shadow:0 12px 34px rgba(var(--theme-strong-rgb),.055)}.dashboard-performance-primary{display:flex;align-items:center;min-width:0}.dashboard-performance-primary>div{display:flex;min-width:0;flex-direction:column;gap:5px}.dashboard-performance-primary small,.dashboard-performance-primary span{color:var(--muted);font-size:9px}.dashboard-performance-primary strong{color:var(--ink);font:650 clamp(21px,2.4vw,30px) "DM Mono";white-space:nowrap}.dashboard-performance-progress{display:grid;gap:8px}.dashboard-performance-progress>div:first-child{display:flex;align-items:center;justify-content:space-between;color:var(--green);font-size:10px}.dashboard-performance-progress>div:first-child strong{color:var(--green);font:650 12px DM Mono}.dashboard-performance-progress>small{color:var(--muted);font-size:9px}.dashboard-performance-track{height:8px;overflow:hidden;border-radius:999px;background:rgba(var(--theme-accent-rgb),.13)}.dashboard-performance-track>i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--accent-border),var(--green))}.dashboard-performance-details{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.dashboard-performance-details>div{display:flex;min-width:0;flex-direction:column;align-items:flex-start;gap:6px;padding:11px;border:1px solid rgba(var(--theme-accent-rgb),.14);border-radius:13px;background:rgba(var(--theme-paper-rgb),.48);color:var(--green)}.dashboard-performance-details span{color:var(--muted);font-size:8px;line-height:1.3}.dashboard-performance-details b{overflow:hidden;max-width:100%;color:var(--green);font:600 10px DM Mono;text-overflow:ellipsis;white-space:nowrap}.dashboard-wishlist-title{align-items:center}.dashboard-wishlist-link{display:inline-flex;align-items:center;gap:5px;color:var(--green);font-size:11px;font-weight:650;text-decoration:none}.dashboard-wishlist-link:hover{color:var(--ink)}.dashboard-wishlist-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.dashboard-wish-card{display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:12px;min-width:0;padding:17px;border:1px solid var(--line);border-radius:19px;background:var(--surface-raised);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.dashboard-wish-card:hover{transform:translateY(-2px);border-color:var(--line-strong);box-shadow:0 12px 26px rgba(var(--theme-strong-rgb),.06)}.dashboard-wish-avatar{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:var(--surface-muted);color:var(--green);font-size:13px;font-weight:750}.dashboard-wish-main,.dashboard-wish-time{display:flex;flex-direction:column;gap:3px;min-width:0}.dashboard-wish-main b{overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.dashboard-wish-main small,.dashboard-wish-time small{color:var(--muted);font-size:9px}.dashboard-wish-time{text-align:right}.dashboard-wish-time strong{color:var(--positive);font:500 11px DM Mono;white-space:nowrap}.dashboard-wish-progress{grid-column:2/4;height:5px;overflow:hidden;border-radius:999px;background:var(--surface-muted)}.dashboard-wish-progress>i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--accent-border),var(--green))}.dashboard-wishlist-empty{display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:13px;padding:18px;border:1px dashed var(--line-strong);border-radius:19px;background:rgba(var(--theme-paper-rgb),.65)}.dashboard-wishlist-empty>span{font-size:23px}.dashboard-wishlist-empty>div{display:flex;flex-direction:column;gap:4px}.dashboard-wishlist-empty b{font-size:12px}.dashboard-wishlist-empty small{color:var(--muted);font-size:10px}.dashboard-wishlist-empty>a{padding:9px 11px;border-radius:10px;background:var(--accent-faint);color:var(--green);font-size:10px;font-weight:650;text-decoration:none}@media(min-width:621px){.dashboard-insight-card>strong{margin:16px 0 5px}}@media(max-width:1120px){.dashboard-overview-grid{grid-template-columns:1fr}.dashboard-insights{padding:18px}.dashboard-performance-card{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-performance-details{grid-column:1/3}}@media(max-width:900px){.dashboard-wishlist-grid{grid-template-columns:1fr}}@media(max-width:620px){.dashboard-page .page-header{align-items:center;flex-direction:row;gap:12px;margin-bottom:14px}.dashboard-page .page-header h1{margin-bottom:0;font-size:27px}.dashboard-header-actions .ghost-button{width:44px;overflow:hidden;padding:0;font-size:0}.dashboard-header-actions .ghost-button svg{width:18px;height:18px}.dashboard-overview-grid{gap:12px}.dashboard-overview-grid>.hero-card{min-height:0;padding:27px 22px 24px;border-radius:25px}.dashboard-overview-grid .money-ticker{margin-top:23px;font-size:46px;letter-spacing:-2px}.dashboard-overview-grid .rate-line{margin-bottom:32px}.dashboard-insights{padding:14px;border-radius:24px}.dashboard-insights-heading{padding:2px 2px 14px}.dashboard-insight-grid{grid-template-rows:repeat(2,minmax(128px,1fr));gap:9px}.dashboard-insight-card{min-height:128px;padding:12px;border-radius:16px}.dashboard-insight-card-heading{gap:7px}.dashboard-insight-card-heading>i{width:29px;height:29px;flex-basis:29px}.dashboard-insight-card>strong{font-size:clamp(15px,5vw,20px)}.dashboard-insight-card>small{font-size:8px}.dashboard-insight-arrow{right:11px;bottom:11px}.dashboard-performance-card{grid-template-columns:1fr;gap:18px;padding:19px}.dashboard-performance-details{grid-column:auto;grid-template-columns:1fr}.dashboard-performance-details>div{display:grid;grid-template-columns:auto 1fr auto;align-items:center}.dashboard-performance-details span{font-size:9px}.dashboard-performance-details b{text-align:right}.dashboard-performance-primary strong{font-size:24px}}@media(max-width:420px){.dashboard-wishlist-title{gap:14px}.dashboard-wishlist-link{white-space:nowrap}.dashboard-wish-card{grid-template-columns:38px minmax(0,1fr)}.dashboard-wish-time{grid-column:2;align-items:flex-start;text-align:left}.dashboard-wish-progress{grid-column:2}.dashboard-wishlist-empty{grid-template-columns:32px minmax(0,1fr)}.dashboard-wishlist-empty>a{grid-column:1/3;text-align:center}}@media(prefers-reduced-motion:reduce){.dashboard-wish-card,.dashboard-insight-card{transition:none}}.beui-accordion{width:100%}.beui-accordion-row{position:relative}.beui-accordion-item{overflow:hidden;border:1px solid var(--line);background:var(--paper);box-shadow:0 10px 30px rgba(var(--theme-strong-rgb),.04)}.beui-accordion-row+.beui-accordion-row .beui-accordion-item{border-top-color:transparent}.beui-accordion-row[style*="margin-top: 12px"] .beui-accordion-item{border-top-color:var(--line)}.beui-accordion-trigger{display:flex;width:100%;min-height:67px;align-items:center;gap:13px;padding:0 22px;border:0;background:transparent;color:var(--ink);text-align:left;cursor:pointer;outline:0}.beui-accordion-trigger:hover{background:var(--control-bg)}.beui-accordion-trigger:focus-visible{background:var(--accent-faint);box-shadow:inset 0 0 0 2px rgba(var(--theme-accent-rgb),.2)}.beui-accordion-icon{display:grid;width:34px;height:34px;flex:0 0 34px;place-items:center;border-radius:11px;background:var(--accent-faint);color:var(--green)}.beui-accordion-title{display:flex;min-width:0;flex:1;flex-direction:column;gap:3px}.beui-accordion-title>b{font-size:14px;letter-spacing:-.15px}.beui-accordion-title>small{color:var(--muted);font-size:9px;font-weight:500;line-height:1.4}.beui-accordion-chevron{display:grid;width:28px;height:28px;flex:0 0 28px;place-items:center;color:var(--muted)}.beui-accordion-content{overflow:hidden}.beui-accordion-content-inner{padding:2px 24px 25px}.beui-accordion-content-inner:before{display:block;height:1px;margin:0 0 22px;background:var(--line);content:""}@media(max-width:620px){.beui-accordion-trigger{min-height:64px;padding:0 17px}.beui-accordion-icon{width:32px;height:32px;flex-basis:32px}.beui-accordion-title>b{font-size:13px}.beui-accordion-content-inner{padding:1px 16px 20px}.beui-accordion-content-inner:before{margin-bottom:18px}}@media(prefers-reduced-motion:reduce){.beui-accordion-trigger{transition:none}}.settings-page{max-width:1040px}.settings-page .settings-card{display:flex;max-width:none;flex-direction:column;gap:16px;padding:0;border:0;background:transparent;box-shadow:none}.settings-rate-overview{display:grid;grid-template-columns:minmax(230px,.8fr) minmax(0,1.2fr);overflow:hidden;border:1px solid var(--theme-hero-bg);border-radius:25px;background:var(--theme-hero-bg);color:var(--theme-hero-ink);box-shadow:0 18px 42px rgba(var(--theme-strong-rgb),.14)}.settings-rate-primary{display:flex;min-height:156px;flex-direction:column;justify-content:center;padding:26px 29px;background:radial-gradient(circle at 15% 0,rgba(var(--theme-palette-a-rgb),.17),transparent 48%)}.settings-rate-primary>span{color:var(--theme-hero-muted);font-size:10px;font-weight:700}.settings-rate-primary>strong{margin:9px 0 5px;font:600 34px DM Mono;letter-spacing:-1.4px}.settings-rate-primary>small{color:var(--theme-hero-muted);font-size:9px}.settings-rate-details{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:center;border-left:1px solid var(--theme-hero-border)}.settings-rate-details>div{display:flex;min-width:0;min-height:66px;flex-direction:column;justify-content:center;gap:6px;padding:17px;border-left:1px solid var(--theme-hero-border)}.settings-rate-details>div:first-child{border-left:0}.settings-rate-details small{color:var(--theme-hero-muted);font-size:9px}.settings-rate-details b{overflow:hidden;color:var(--theme-hero-ink);font:550 14px DM Mono;text-overflow:ellipsis;white-space:nowrap}.settings-section-content{min-width:0}.settings-page .form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.settings-page .payday-field .beui-field-message{max-width:260px}.monthly-average-field,.living-cost-field{max-width:360px;margin-top:14px}.work-time-grid,.living-cost-options{margin-top:15px}.living-cost-hint{margin-bottom:0}.work-mode-hint,.work-week-hint{margin:10px 0 0;color:var(--muted);font-size:9px;line-height:1.55}.actual-calendar-hint{padding:11px 13px;border-radius:11px;background:var(--accent-faint);color:var(--muted)}.actual-calendar-hint b{color:var(--dark);font-size:11px}.settings-page .payday-adjustment-options .beui-choice-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.settings-page .work-week-options{margin-top:18px}.settings-page .beui-choice-group+.work-mode-hint{margin-top:9px}.alternating-week-settings{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:11px;padding:14px;border:1px solid var(--line);border-radius:14px;background:var(--control-bg)}.alternating-week-settings>div{display:flex;flex-direction:column;gap:4px}.alternating-week-settings>div b{font-size:11px}.alternating-week-settings>div small{color:var(--muted);font-size:9px}.alternating-week-settings fieldset{display:flex;gap:7px;margin:0;padding:0;border:0}.alternating-week-settings label{display:flex!important;min-height:38px;flex-direction:row!important;align-items:center;gap:6px!important;padding:0 11px;border:1px solid var(--line);border-radius:10px;background:var(--paper);cursor:pointer}.alternating-week-settings label:has(input:checked){border-color:var(--dark);background:var(--dark);color:var(--on-dark)}.alternating-week-settings input{width:13px!important;height:13px!important}.alternating-week-settings span{color:inherit!important;font-size:10px!important;font-weight:700}.salary-deductions-header{display:flex;justify-content:space-between;align-items:center;gap:16px;margin:0 0 13px}.salary-deductions-header>div{display:flex;flex-direction:column;gap:4px}.salary-deductions-header b{font-size:13px}.salary-deductions-header small{color:var(--muted);font-size:9px;line-height:1.5}.salary-deductions-header .beui-button{border-color:var(--green);background:transparent;color:var(--green)}.salary-deductions-header .beui-button:hover{border-color:var(--green);background:var(--accent-faint)}.salary-deductions-empty{padding:19px;border:1px dashed var(--line-strong);border-radius:16px;background:var(--control-bg);color:var(--muted);font-size:10px;text-align:center}.salary-deduction-list{display:flex;flex-direction:column;gap:11px}.salary-deduction-row{display:flex;min-width:0;flex-direction:column;gap:16px;padding:16px;border:1px solid var(--line);border-radius:19px;background:var(--surface-raised);box-shadow:0 9px 22px rgba(var(--theme-strong-rgb),.045);transition:border-color .2s ease,box-shadow .2s ease,opacity .2s ease}.salary-deduction-row:hover{border-color:var(--line-strong);box-shadow:0 12px 28px rgba(var(--theme-strong-rgb),.07)}.salary-deduction-row[data-enabled=false]{background:var(--control-bg)}.salary-deduction-row[data-enabled=false] .salary-deduction-card-identity,.salary-deduction-row[data-enabled=false] .salary-deduction-card-amount,.salary-deduction-row[data-enabled=false] .salary-deduction-fields,.salary-deduction-row[data-enabled=false] .salary-deduction-card-meta{opacity:.55}.salary-deduction-card-header{display:grid;grid-template-columns:28px minmax(72px,1fr) auto 42px;align-items:center;gap:11px;padding-bottom:15px;border-bottom:1px solid var(--line)}.salary-deduction-card-header .deduction-enabled{align-self:center}.salary-deduction-card-identity{display:flex;min-width:0;flex-direction:column;gap:3px}.salary-deduction-card-identity>small{overflow:hidden;color:var(--muted);font-size:9px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.deduction-name-field{gap:0}.deduction-name-field .beui-field-label{position:absolute;width:1px;height:1px;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.deduction-name-field .beui-input-shell{height:28px;border-color:transparent;border-radius:8px;background:transparent}.deduction-name-field .beui-input-shell:hover{border-color:var(--line);background:var(--control-bg)}.deduction-name-field .beui-input-shell.focused{border-color:var(--green);background:var(--surface-raised);box-shadow:0 0 0 3px rgba(var(--theme-accent-rgb),.1)}.deduction-name-field .beui-input-shell input{padding:0 7px;color:var(--ink);font-size:16px;font-weight:750;text-overflow:ellipsis}.salary-deduction-card-amount{display:flex;align-items:baseline;gap:5px;white-space:nowrap}.salary-deduction-card-amount strong{color:var(--ink);font:650 16px DM Mono;letter-spacing:-.5px}.salary-deduction-card-amount span{color:var(--muted);font-size:9px}.deduction-delete-button{width:42px;height:42px;border-color:var(--line);background:var(--surface-raised);color:var(--muted)}.deduction-delete-button:hover{border-color:#e2c9be;background:var(--negative-soft);color:var(--negative)}.salary-deduction-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;transition:opacity .2s ease}.salary-deduction-card-meta{display:flex;min-height:46px;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border-radius:13px;background:var(--accent-faint);transition:opacity .2s ease}.salary-deduction-card-meta>span{display:flex;align-items:center;gap:7px;color:var(--muted);font-size:9px}.salary-deduction-card-meta i{width:7px;height:7px;flex:0 0 7px;border-radius:50%;background:var(--green)}.salary-deduction-row[data-enabled=false] .salary-deduction-card-meta i{background:var(--muted)}.salary-deduction-estimate{justify-content:flex-end;white-space:nowrap}.salary-deduction-estimate small{color:var(--muted);font-size:9px}.salary-deduction-card-meta .salary-deduction-estimate strong{color:var(--green);font:650 11px DM Mono}.salary-deduction-total{margin:10px 0 0;padding:11px 13px;border-radius:12px;background:var(--accent-faint);color:var(--green);font-size:9px}.salary-deduction-total b{font-size:11px}.living-cost-block{margin-top:22px;padding-top:4px;border-top:1px solid var(--line)}.settings-page .toggle-row{display:flex;min-height:72px;flex-direction:row;align-items:center;gap:13px;margin-top:18px;padding:14px 15px;border:1px solid var(--line);border-radius:16px;background:var(--control-bg);cursor:default}.settings-page .toggle-row>span{display:flex;min-width:0;flex:1;flex-direction:column;gap:5px}.settings-page .toggle-row b{font-size:12px}.settings-page .toggle-row small{color:var(--muted);font-size:9px;line-height:1.5}.salary-history-toggle{margin-top:0!important}.history-date-field{max-width:360px;margin-top:14px}.settings-warning{margin:-2px 0 0;padding:11px 13px;border-radius:11px;background:var(--negative-soft);color:var(--negative);font-size:10px;line-height:1.5}.settings-save-button{align-self:flex-end;min-width:230px}.settings-update-card{margin-top:16px}.settings-update-card>*{max-width:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:760px){.settings-page .payday-adjustment-options .beui-choice-grid,.settings-rate-overview{grid-template-columns:1fr}.settings-rate-primary{min-height:130px}.settings-rate-details{border-top:1px solid var(--theme-hero-border);border-left:0}}@media(max-width:560px){.settings-page .page-header{margin-bottom:16px}.settings-page .settings-card{gap:12px}.settings-rate-overview{border-radius:22px}.settings-rate-primary{min-height:118px;padding:21px 22px}.settings-rate-primary>strong{font-size:30px}.settings-rate-details>div{padding:14px 10px}.settings-rate-details b{font-size:11px}.settings-page .form-grid{grid-template-columns:1fr}.alternating-week-settings{align-items:stretch;flex-direction:column}.alternating-week-settings fieldset{display:grid;grid-template-columns:1fr 1fr}.alternating-week-settings label{justify-content:center}.salary-deductions-header{align-items:center;flex-direction:row}.salary-deductions-header .beui-button{width:auto;flex:0 0 auto}.salary-deduction-row{gap:14px;padding:14px}.salary-deduction-card-header{grid-template-columns:26px minmax(58px,1fr) auto 40px;gap:8px;padding-bottom:13px}.deduction-name-field .beui-input-shell input{font-size:15px}.salary-deduction-card-amount{gap:3px}.salary-deduction-card-amount strong{font-size:14px}.deduction-delete-button{width:40px;height:40px}.salary-deduction-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.salary-deduction-fields .beui-input-shell,.salary-deduction-fields .beui-select-shell{height:48px}.salary-deduction-fields .beui-input-shell input,.salary-deduction-fields .beui-select-value{font-size:14px}.salary-deduction-card-meta{gap:9px;padding:10px}.settings-save-button{width:100%;align-self:stretch}.settings-page .toggle-row{align-items:flex-start}.settings-page .toggle-row .beui-switch{margin-top:1px}}@media(max-width:380px){.salary-deduction-row{padding:12px}.salary-deduction-card-header{grid-template-columns:26px minmax(48px,1fr) auto 38px;gap:6px}.salary-deduction-card-identity>small{font-size:8px}.deduction-name-field .beui-input-shell input{padding:0 4px;font-size:14px}.salary-deduction-card-amount strong{font-size:12px}.salary-deduction-card-amount span{font-size:8px}.deduction-delete-button{width:38px;height:38px}.salary-deduction-fields{gap:7px}.salary-deduction-fields .beui-select-trigger{padding:0 7px 0 10px}.salary-deduction-fields .beui-select-chevron{width:22px}.salary-deduction-fields .beui-input-shell input.has-left-icon{padding-left:31px}.salary-deduction-fields .beui-input-icon.left{left:10px}.salary-deduction-card-meta{gap:6px;padding:9px}.salary-deduction-card-meta>span,.salary-deduction-estimate small{font-size:8px}.salary-deduction-estimate{gap:5px}.salary-deduction-card-meta .salary-deduction-estimate strong{font-size:9px}.settings-rate-details{grid-template-columns:1fr 1fr}.settings-rate-details>div:first-child{grid-column:1/3;border-bottom:1px solid var(--theme-hero-border)}.settings-rate-details>div:nth-child(2){border-left:0}}@media(prefers-reduced-motion:reduce){.salary-deduction-row{transition:none}}.achievement-panel{margin-top:18px;padding:22px;border:1px solid var(--line);border-radius:22px;background:linear-gradient(145deg,rgba(var(--theme-paper-rgb),.96),var(--accent-faint));box-shadow:0 10px 30px rgba(var(--theme-strong-rgb),.04)}.achievement-heading{display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:12px}.achievement-title-icon{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;background:var(--accent-faint);color:var(--green)}.achievement-heading p{margin:0 0 3px;font:500 11px DM Mono;letter-spacing:.09em;color:var(--muted)}.achievement-heading h2{margin:0;font-size:18px}.achievement-current{display:flex;flex-direction:column;align-items:flex-end;gap:3px;text-align:right}.achievement-current small{font-size:11px;color:var(--muted)}.achievement-current strong{font-size:13px;color:var(--green)}.achievement-progress-copy{display:flex;justify-content:space-between;gap:16px;margin:20px 0 8px;font-size:12px;color:var(--muted)}.achievement-progress-copy b{color:var(--green);text-align:right}.achievement-progress-track{height:6px;overflow:hidden;border-radius:100px;background:var(--line)}.achievement-progress-track>span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--green),var(--accent-border));transition:width .35s ease}.achievement-medals{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin:20px 0 0;padding:0;list-style:none}.achievement-medals li{min-width:0;padding:14px 8px 12px;border:1px solid var(--line);border-radius:15px;text-align:center;background:rgba(var(--theme-paper-rgb),.72)}.achievement-medal{position:relative;width:50px;height:50px;margin:0 auto 9px;border-radius:50%;display:grid;place-items:center;background:var(--line);color:var(--muted)}.achievement-medal>span{position:absolute;top:17px;font:700 11px DM Mono}.achievement-medal>i{position:absolute;right:-2px;bottom:-1px;width:19px;height:19px;border-radius:50%;display:grid;place-items:center;background:var(--control-bg);border:1px solid var(--line-strong);color:var(--muted)}.achievement-medals li>b,.achievement-medals li>small,.achievement-medals li>em{display:block;overflow-wrap:anywhere}.achievement-medals li>b{font-size:12px}.achievement-medals li>small{min-height:34px;margin-top:4px;font-size:11px;line-height:1.45;color:var(--muted)}.achievement-medals li>em{margin-top:7px;font-size:11px;font-style:normal;color:var(--muted)}.achievement-medals li.unlocked{border-color:var(--accent-border);background:var(--accent-faint)}.achievement-medals li.unlocked .achievement-medal{color:var(--positive);background:linear-gradient(145deg,#e5eabf,var(--accent-border));box-shadow:0 7px 18px rgba(var(--theme-accent-rgb),.18)}.achievement-medals li.unlocked>em{color:var(--green);font-weight:650}.achievement-medals li.unlocked[data-level="4"] .achievement-medal{background:linear-gradient(145deg,#dce4e4,#9eb6b1)}.achievement-medals li.unlocked[data-level="5"] .achievement-medal{background:linear-gradient(145deg,#f4d9ae,#d59159);color:#563a28}.achievement-save-error{margin:14px 0 0;padding:9px 11px;border:1px solid #d9a99f;border-radius:10px;background:#fff4f1;color:#7a3026;font-size:12px;text-align:center}.achievement-footnote{margin:14px 0 0;font-size:11px;line-height:1.5;color:var(--muted);text-align:center}.achievement-panel.overtime .achievement-title-icon{background:#e7e4cf;color:#665f49}.achievement-panel.overtime .achievement-progress-track>span{background:linear-gradient(90deg,var(--muted),#c0ad72)}@media(max-width:720px){.achievement-medals{grid-template-columns:repeat(2,minmax(0,1fr))}.achievement-medals li:last-child:nth-child(odd){grid-column:1/-1}}@media(max-width:560px){.achievement-panel{padding:18px 15px;border-radius:19px}.achievement-heading{grid-template-columns:38px 1fr}.achievement-title-icon{width:38px;height:38px}.achievement-current{grid-column:1/3;align-items:flex-start;text-align:left;padding-top:10px;border-top:1px solid var(--line)}.achievement-progress-copy{flex-direction:column;gap:5px}.achievement-progress-copy b{text-align:left}}@media(prefers-reduced-motion:reduce){.achievement-progress-track>span{transition:none}}.finish-toast{position:fixed;left:50%;bottom:24px;z-index:80;width:min(520px,calc(100vw - 32px));transform:translate(-50%);display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:11px;padding:13px 13px 13px 15px;border:1px solid rgba(var(--theme-paper-rgb),.56);border-radius:16px;background:rgba(var(--theme-strong-rgb),.94);-webkit-backdrop-filter:blur(18px) saturate(135%);backdrop-filter:blur(18px) saturate(135%);box-shadow:0 16px 42px rgba(var(--theme-strong-rgb),.24);color:var(--on-dark);animation:finish-toast-in .34s cubic-bezier(.22,1,.36,1) both}.finish-toast-icon{width:32px;height:32px;border-radius:10px;display:grid;place-items:center;background:var(--lime);color:var(--dark)}.finish-toast p{margin:0;font-size:12px;line-height:1.6}.finish-toast button{width:30px;height:30px;border:0;border-radius:9px;background:rgba(var(--theme-paper-rgb),.08);color:var(--on-dark-muted);display:grid;place-items:center;cursor:pointer}.finish-toast button:hover{background:rgba(var(--theme-paper-rgb),.14);color:var(--on-dark)}@keyframes finish-toast-in{0%{opacity:0;transform:translate(-50%,14px) scale(.98)}to{opacity:1;transform:translate(-50%) scale(1)}}@media(max-width:900px){.finish-toast{bottom:calc(102px + var(--md-safe-area-bottom))}}@media(max-width:420px){.finish-toast{width:calc(100vw - 24px);padding:12px;gap:9px}.finish-toast p{font-size:11px}.finish-toast-icon{width:30px;height:30px}}@media(prefers-reduced-motion:reduce){.finish-toast{animation:none}}.slacking-time-dialog{width:min(500px,100%);max-height:calc(100dvh - 32px - var(--md-safe-area-top) - var(--md-safe-area-bottom));overflow-y:auto;overscroll-behavior:contain;background:var(--paper);border:1px solid var(--line);border-radius:22px;padding:24px;box-shadow:0 24px 70px rgba(var(--theme-strong-rgb),.2);animation:dialog-card-in .28s cubic-bezier(.22,.8,.24,1) both}.slacking-time-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.slacking-time-header h2{font-size:24px;letter-spacing:-.5px;margin:5px 0 0}.slacking-time-header>button{border:0;background:var(--surface-muted);color:var(--muted);border-radius:10px;width:34px;height:34px;display:grid;place-items:center;cursor:pointer;flex:0 0 auto}.slacking-time-copy{font-size:11px;line-height:1.6;color:var(--muted);margin:16px 0}.slacking-now-button{width:100%;min-height:62px;border:0;border-radius:13px;background:var(--dark);color:var(--on-dark);display:flex;align-items:center;justify-content:center;gap:9px;cursor:pointer}.slacking-now-button span{display:flex;flex-direction:column;align-items:flex-start;gap:3px}.slacking-now-button b{font-size:11px}.slacking-now-button small{font-size:9px;opacity:.7}.slacking-time-divider{display:flex;align-items:center;gap:10px;color:var(--muted);font-size:9px;margin:18px 0}.slacking-time-divider:before,.slacking-time-divider:after{content:"";height:1px;background:var(--line);flex:1}.slacking-time-fields{display:grid;grid-template-columns:1fr 1fr;gap:10px}.slacking-time-fields.start{grid-template-columns:1fr}.slacking-time-fields label{display:flex;flex-direction:column;gap:7px}.slacking-time-fields span{font-size:10px;color:var(--muted);font-weight:600}.slacking-time-fields input{width:100%;height:43px;border:1px solid var(--line);background:var(--control-bg);border-radius:11px;padding:0 10px;outline:none;color:var(--ink);font-size:11px}.slacking-time-fields input:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(var(--theme-accent-rgb),.1)}.slacking-time-error{font-size:10px;color:var(--negative);background:var(--negative-soft);border-radius:9px;padding:9px 11px;margin:12px 0 0}.slacking-time-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:20px}.slacking-time-actions button{display:flex;align-items:center;justify-content:center;gap:6px}.slacking-time-header>button{width:44px;height:44px}.slacking-time-fields input{min-height:44px}@media(max-width:500px){.slacking-time-dialog{padding:20px;border-radius:19px}.slacking-time-header h2{font-size:21px}.slacking-time-fields{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.slacking-time-dialog{animation:none}}.clear-slacking-button:disabled{cursor:not-allowed;opacity:.42}.slacking-record>.slacking-delete-button{display:grid!important}.timer-card .stop-button,.timer-card .primary-button.big{touch-action:manipulation;-webkit-tap-highlight-color:transparent}.running .timer-backfill-button{color:var(--on-dark-muted)}.running .timer-backfill-button:hover{background:rgba(var(--theme-paper-rgb),.07);color:var(--on-dark)}.slacking-visual{font-size:31px;line-height:1;font-family:"Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",sans-serif}.slacking-record-visual{font-family:"Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",sans-serif;font-size:19px}.slacking-wage-milestones{margin-top:30px}.slacking-wage-milestones>.section-title>span{font-size:11px;color:var(--muted)}.slacking-wage-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.slacking-wage-grid article{position:relative;display:grid;grid-template-columns:auto 1fr;gap:10px 12px;align-items:center;padding:17px;border:1px solid var(--line);border-radius:16px;background:var(--surface);overflow:hidden}.slacking-wage-grid article.achieved{border-color:rgba(var(--theme-accent-rgb),.35);background:linear-gradient(145deg,rgba(var(--theme-accent-rgb),.1),var(--surface))}.slacking-wage-icon{display:grid;place-items:center;width:34px;height:34px;border-radius:11px;background:var(--accent-faint);color:var(--green)}.slacking-wage-grid article.achieved .slacking-wage-icon{background:var(--green);color:var(--on-dark)}.slacking-wage-pie{display:none}.slacking-wage-copy{min-width:0}.slacking-wage-grid small{display:block;color:var(--muted);font-size:10px}.slacking-wage-grid strong{display:block;margin-top:3px;font-size:16px;color:var(--ink)}.slacking-wage-progress{grid-column:1/3;height:6px;border-radius:99px;background:var(--surface-muted);overflow:hidden}.slacking-wage-progress i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--green),var(--green));transition:width .3s ease}.slacking-wage-grid em{grid-column:1/3;font-size:10px;font-style:normal;color:var(--muted)}.slacking-wage-grid article.achieved em{color:var(--green);font-weight:700}@media(max-width:560px){.slacking-summary{display:grid;grid-template-columns:1fr 1fr;gap:14px 18px;align-items:start}.slacking-summary.summary-strip .clear-slacking-button.text-button{display:flex!important;grid-column:1/3;width:100%;margin:0;padding:12px 0 0;justify-content:center;border-top:1px solid var(--line)}.list-card.slacking-record{grid-template-columns:38px minmax(0,1fr) auto 32px;gap:7px;padding:12px}.slacking-record>.slacking-delete-button{display:grid!important;width:32px;height:32px}.slacking-record .item-main{min-width:0}.slacking-record .item-main b{overflow-wrap:anywhere}.slacking-wage-grid{grid-template-columns:1fr}}.timer-side-panel .slacking-wage-milestones{display:flex;min-height:0;flex:1;flex-direction:column;margin:0;padding:21px;border:1px solid var(--line);border-radius:23px;background:linear-gradient(145deg,var(--control-bg),var(--accent-faint))}.timer-side-panel .slacking-wage-milestones>.section-title{align-items:flex-start;margin:0 0 13px}.timer-side-panel .slacking-wage-milestones>.section-title h2{font-size:18px}.timer-side-panel .slacking-wage-milestones>.section-title>span{max-width:90px;text-align:right;font-size:9px}.timer-side-panel .slacking-wage-grid{display:flex;flex:1;flex-direction:column;justify-content:center;gap:8px}.timer-side-panel .slacking-wage-grid article{grid-template-columns:auto minmax(0,1fr) auto;gap:5px 10px;padding:11px 12px;border-radius:14px;background:rgba(var(--theme-paper-rgb),.46)}.timer-side-panel .slacking-wage-icon{grid-row:1/3;width:32px;height:32px}.timer-side-panel .slacking-wage-copy{display:flex;align-items:baseline;justify-content:space-between;gap:9px}.timer-side-panel .slacking-wage-grid strong{margin:0;font-size:13px}.timer-side-panel .slacking-wage-progress{grid-column:2/4;height:5px}.timer-side-panel .slacking-wage-grid em{grid-column:2/4;font-size:8px}@media(max-width:1120px){.timer-side-panel .slacking-wage-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.timer-side-panel .slacking-wage-grid article{display:grid}.timer-side-panel .slacking-wage-icon{grid-row:auto}.timer-side-panel .slacking-wage-copy{display:block}.timer-side-panel .slacking-wage-progress,.timer-side-panel .slacking-wage-grid em{grid-column:1/3}}@media(max-width:700px){.timer-side-panel .slacking-wage-milestones{padding:16px 14px}.timer-side-panel .slacking-wage-milestones>.section-title{position:relative;display:block;margin-bottom:12px}.timer-side-panel .slacking-wage-milestones>.section-title>span{position:absolute;top:1px;right:0;max-width:86px}.timer-side-panel .slacking-wage-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.timer-side-panel .slacking-wage-grid article{display:flex;min-width:0;flex-direction:column;align-items:center;gap:6px;padding:11px 5px 10px;text-align:center}.timer-side-panel .slacking-wage-icon,.timer-side-panel .slacking-wage-progress{display:none}.timer-side-panel .slacking-wage-pie{position:relative;display:grid;width:54px;height:54px;flex:0 0 auto;place-items:center;border-radius:50%}.timer-side-panel .slacking-wage-pie:after{position:absolute;inset:6px;border-radius:50%;background:var(--control-bg);content:""}.timer-side-panel .slacking-wage-pie b{position:relative;z-index:1;color:var(--green);font:700 9px/1 DM Mono,monospace}.timer-side-panel .slacking-wage-grid article.achieved .slacking-wage-pie b{color:var(--green)}.timer-side-panel .slacking-wage-copy{display:flex;min-height:37px;flex-direction:column;align-items:center;justify-content:flex-start;gap:3px}.timer-side-panel .slacking-wage-grid small{font-size:8.5px;line-height:1.35}.timer-side-panel .slacking-wage-grid strong{max-width:100%;font-size:clamp(10px,3vw,13px);line-height:1.2;white-space:nowrap}.timer-side-panel .slacking-wage-grid em{grid-column:auto;max-width:100%;font-size:7.5px;line-height:1.3;overflow-wrap:anywhere}.timer-side-panel .slacking-wage-grid article.achieved em{min-height:20px;display:flex;align-items:center}}@media(max-width:360px){.timer-side-panel .slacking-wage-milestones{padding-right:11px;padding-left:11px}.timer-side-panel .slacking-wage-grid{gap:5px}.timer-side-panel .slacking-wage-pie{width:50px;height:50px}.timer-side-panel .slacking-wage-grid article{padding-right:3px;padding-left:3px}.timer-side-panel .slacking-wage-grid strong{font-size:10px}}.ledger-calendar{background:var(--paper);border:1px solid var(--line);border-radius:22px;padding:22px;box-shadow:var(--shadow)}.calendar-title-row{display:flex;align-items:center;justify-content:space-between;color:var(--muted)}.calendar-title-row h2{font-size:19px;margin:4px 0 0;color:var(--ink)}.calendar-dimension-tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:4px;background:var(--surface-muted);border-radius:12px;padding:4px;margin:18px auto 14px;max-width:360px}.calendar-dimension-tabs button{height:36px;border:0;border-radius:9px;background:transparent;color:var(--muted);font-size:12px;font-weight:700;cursor:pointer}.calendar-dimension-tabs button.active{background:var(--paper);color:var(--green);box-shadow:0 2px 8px rgba(var(--theme-strong-rgb),.08)}.calendar-period-nav{display:grid;grid-template-columns:44px minmax(140px,210px) 44px;justify-content:center;align-items:center;gap:6px;margin-bottom:14px}.calendar-period-nav button{height:42px;border:0;background:transparent;color:var(--muted);border-radius:10px;display:grid;place-items:center;cursor:pointer}.calendar-period-nav button:hover{background:var(--surface-soft);color:var(--ink)}.calendar-period-nav strong{text-align:center;background:var(--surface-raised);border:1px solid var(--line);border-radius:10px;padding:12px;font:600 13px DM Mono}.calendar-weekdays,.calendar-grid.day{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:4px}.calendar-weekdays{margin-bottom:5px}.calendar-weekdays span{text-align:center;font-size:10px;color:var(--muted);padding:5px}.calendar-grid button{min-width:0;border:0;border-radius:11px;background:var(--surface-soft);color:var(--ink);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,background-color .16s ease}.calendar-grid button:hover{transform:translateY(-1px);box-shadow:0 5px 13px rgba(var(--theme-strong-rgb),.08)}.calendar-grid button b{font-size:12px}.calendar-grid button span{font:500 9px DM Mono;max-width:100%;overflow:hidden;text-overflow:ellipsis}.calendar-grid button.positive{background:var(--negative-soft);color:#d44f57}.calendar-grid button.negative{background:var(--positive-soft);color:var(--positive)}.calendar-grid button.zero span{color:var(--muted)}.calendar-grid button.current b:after{content:" · 今";font-size:8px}.calendar-grid button.selected{background:var(--dark);color:var(--on-dark);box-shadow:0 8px 18px rgba(var(--theme-strong-rgb),.22);transform:translateY(-2px)}.calendar-grid button.selected span{color:var(--on-dark)}.calendar-grid.day button,.calendar-empty-cell{min-height:62px}.calendar-grid.month,.calendar-grid.year{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:5px}.calendar-grid.month button,.calendar-grid.year button{min-height:82px}.calendar-grid.year{grid-template-columns:repeat(3,minmax(0,1fr))}.calendar-legend{display:flex;align-items:center;gap:14px;margin-top:14px;color:var(--muted);font-size:9px;flex-wrap:wrap}.calendar-legend span{display:flex;align-items:center;gap:5px}.calendar-legend span:last-child{margin-left:auto}.calendar-legend i{width:8px;height:8px;border-radius:50%;background:var(--negative-soft)}.calendar-legend i.expense{background:var(--positive-soft)}@media(max-width:560px){.ledger-calendar{padding:17px 12px;border-radius:18px}.calendar-dimension-tabs{margin-top:15px}.calendar-period-nav{grid-template-columns:40px minmax(130px,190px) 40px}.calendar-grid.day,.calendar-weekdays{gap:3px}.calendar-grid.day button,.calendar-empty-cell{min-height:57px}.calendar-grid button{border-radius:9px}.calendar-grid button b{font-size:11px}.calendar-grid button span{font-size:8px}.calendar-grid.month,.calendar-grid.year{gap:4px}.calendar-grid.month button,.calendar-grid.year button{min-height:72px}.calendar-legend span:last-child{width:100%;margin-left:0}}.ledger-entry-dialog{width:min(480px,100%);max-height:calc(100dvh - 32px - var(--md-safe-area-top) - var(--md-safe-area-bottom));overflow-y:auto;overscroll-behavior:contain;background:var(--paper);border:1px solid var(--line);border-radius:22px;padding:24px;box-shadow:0 24px 70px rgba(var(--theme-strong-rgb),.2);animation:dialog-card-in .28s cubic-bezier(.22,.8,.24,1) both}.ledger-dialog-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.ledger-dialog-header h2{font-size:24px;letter-spacing:-.5px;margin:5px 0 0}.ledger-dialog-header>button{border:0;background:var(--surface-muted);color:var(--muted);border-radius:10px;width:34px;height:34px;display:grid;place-items:center;cursor:pointer}.ledger-direction-field{border:0;padding:0;margin:22px 0 16px}.ledger-direction-field legend,.ledger-dialog-fields label>span{font-size:10px;color:var(--muted);font-weight:600;margin-bottom:7px}.ledger-direction-field .direction-switch{height:44px}.ledger-dialog-fields{display:grid;grid-template-columns:1fr 1fr;gap:14px}.ledger-dialog-fields label{display:flex;flex-direction:column;gap:7px}.ledger-dialog-fields label:first-child{grid-column:1/3}.ledger-dialog-fields input{width:100%;height:43px;border:1px solid var(--line);background:var(--control-bg);border-radius:11px;padding:0 12px;outline:none;color:var(--ink)}.ledger-dialog-fields input:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(var(--theme-accent-rgb),.1)}.ledger-dialog-note{font-size:10px;line-height:1.5;color:var(--muted);background:var(--accent-faint);border-radius:10px;padding:10px 12px;margin:14px 0 0}.ledger-dialog-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:22px}.ledger-dialog-actions button{height:44px}@media(max-width:520px){.ledger-entry-dialog{padding:20px;border-radius:19px}.ledger-dialog-header h2{font-size:21px}.ledger-dialog-fields{grid-template-columns:1fr}.ledger-dialog-fields label:first-child{grid-column:auto}.ledger-dialog-actions{grid-template-columns:1fr}}.overtime-backfill-dialog{width:min(520px,100%);max-height:calc(100dvh - 32px - var(--md-safe-area-top) - var(--md-safe-area-bottom));overflow-y:auto;overscroll-behavior:contain;background:var(--paper);border:1px solid var(--line);border-radius:22px;padding:24px;box-shadow:0 24px 70px rgba(var(--theme-strong-rgb),.2);animation:dialog-card-in .28s cubic-bezier(.22,.8,.24,1) both}.overtime-backfill-times{display:grid;grid-template-columns:1fr 1fr;gap:10px}.overtime-backfill-times label{display:flex;flex-direction:column;gap:7px}.overtime-backfill-times span,.overtime-backfill-pay legend{font-size:10px;color:var(--muted);font-weight:600}.overtime-backfill-times input{width:100%;height:43px;border:1px solid var(--line);background:var(--control-bg);border-radius:11px;padding:0 10px;outline:none;color:var(--ink);font-size:11px}.overtime-backfill-times input:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(var(--theme-accent-rgb),.1)}.overtime-backfill-pay{border:0;padding:0;margin:20px 0 0}.overtime-backfill-pay legend{margin-bottom:8px}.overtime-backfill-pay-tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:5px;background:var(--surface-muted);border-radius:12px;padding:4px}.overtime-backfill-pay-tabs button{height:40px;border:0;border-radius:9px;background:transparent;color:var(--muted);font-size:10px;font-weight:700;display:flex;align-items:center;justify-content:center;gap:5px;cursor:pointer}.overtime-backfill-pay-tabs button.active{background:var(--dark);color:var(--on-dark)}.overtime-backfill-dialog .overtime-dialog-header>button{width:44px;height:44px}.overtime-backfill-times input,.overtime-backfill-pay-tabs button{min-height:44px}@media(max-width:520px){.overtime-backfill-dialog{padding:20px;border-radius:19px}.overtime-backfill-times,.overtime-backfill-pay-tabs{grid-template-columns:1fr}.overtime-backfill-pay-tabs button{height:44px}.overtime-backfill-dialog .overtime-dialog-actions{grid-template-columns:1fr 1fr}}@media(prefers-reduced-motion:reduce){.overtime-backfill-dialog{animation:none}}.overtime-start-dialog{width:min(480px,100%);max-height:calc(100dvh - 32px - var(--md-safe-area-top) - var(--md-safe-area-bottom));overflow-y:auto;overscroll-behavior:contain;background:var(--paper);border:1px solid var(--line);border-radius:22px;padding:24px;box-shadow:0 24px 70px rgba(var(--theme-strong-rgb),.2);animation:dialog-card-in .28s cubic-bezier(.22,.8,.24,1) both}.overtime-dialog-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.overtime-dialog-header h2{font-size:24px;letter-spacing:-.5px;margin:5px 0 0}.overtime-dialog-header>button{width:44px;height:44px;display:grid;place-items:center;flex:0 0 auto;border:0;border-radius:10px;background:var(--surface-muted);color:var(--muted);cursor:pointer}.overtime-dialog-copy{margin:16px 0;color:var(--muted);font-size:11px;line-height:1.6}.overtime-pay-question{display:grid;grid-template-columns:1fr 1fr;gap:10px}.overtime-pay-question button{min-height:86px;display:flex;align-items:center;justify-content:center;gap:10px;padding:14px;border:1px solid var(--line);border-radius:15px;cursor:pointer}.overtime-pay-question span{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.overtime-pay-question b{font-size:12px}.overtime-pay-question small{font-size:9px;opacity:.72}.overtime-unpaid-choice{background:var(--surface-soft);color:var(--ink)}.overtime-paid-choice{border-color:var(--dark)!important;background:var(--dark);color:var(--on-dark)}.overtime-pay-field,.overtime-multiplier-field{border:0;padding:0;margin:22px 0 0}.overtime-pay-field legend,.overtime-multiplier-field legend,.overtime-fixed-field>span{margin-bottom:8px;color:var(--muted);font-size:10px;font-weight:600}.overtime-pay-tabs{display:grid;grid-template-columns:1fr 1fr;gap:5px;padding:4px;border-radius:12px;background:var(--surface-muted)}.overtime-pay-tabs button{min-height:44px;border:0;border-radius:9px;background:transparent;color:var(--muted);font-size:10px;font-weight:700;cursor:pointer}.overtime-pay-tabs button.active{background:var(--dark);color:var(--on-dark)}.overtime-fixed-field{display:flex;flex-direction:column;margin-top:22px}.overtime-fixed-field input{width:100%;height:45px;padding:0 12px 0 30px;border:1px solid var(--line);border-radius:11px;background:var(--control-bg);color:var(--ink);outline:none}.overtime-fixed-field input:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(var(--theme-accent-rgb),.1)}.overtime-fixed-field small{margin:9px 0 0;color:var(--muted);font-size:9px;line-height:1.5}.overtime-pay-empty{margin:18px 0 0;padding:12px 14px;border-radius:11px;background:var(--surface-soft);color:var(--muted);font-size:10px;line-height:1.55}.overtime-dialog-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:22px}.overtime-dialog-actions button{display:flex;align-items:center;justify-content:center;gap:6px}.overtime-dialog-actions .dialog-confirm:disabled{cursor:not-allowed;opacity:.45;transform:none}.overtime-start-time-field{border:0;padding:0;margin:0 0 16px}.overtime-start-time-field legend{margin-bottom:8px;color:var(--muted);font-size:10px;font-weight:600}.overtime-time-tabs{display:grid;grid-template-columns:1fr 1fr;gap:7px}.overtime-time-tabs button{min-height:44px;display:flex;align-items:center;justify-content:center;gap:6px;border:1px solid var(--line);border-radius:11px;background:var(--surface-soft);color:var(--ink);font-size:10px;font-weight:700;cursor:pointer}.overtime-time-tabs button.active{border-color:var(--accent-border);background:var(--positive-soft);color:var(--positive)}.overtime-start-time-field label{display:flex;flex-direction:column;gap:7px;margin-top:10px}.overtime-start-time-field label span{color:var(--muted);font-size:9px}.overtime-start-time-field input{width:100%;min-height:44px;padding:0 12px;border:1px solid var(--line);border-radius:11px;background:var(--control-bg);color:var(--ink);outline:none}.overtime-start-time-field input:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(var(--theme-accent-rgb),.1)}.overtime-dialog-error{margin:12px 0 0;padding:9px 11px;border-radius:9px;background:var(--negative-soft);color:var(--negative);font-size:10px}@media(max-width:480px){.overtime-start-dialog{padding:20px;border-radius:19px}.overtime-dialog-header h2{font-size:21px}.overtime-pay-question{grid-template-columns:1fr}.overtime-pay-question button{min-height:68px}.overtime-dialog-actions,.overtime-time-tabs{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.overtime-start-dialog{animation:none}}.overtime-timer{background:var(--surface-muted)}.overtime-timer.running{background:linear-gradient(145deg,var(--dark),var(--dark))}.overtime-orbit{width:64px;height:64px;border-radius:20px;display:grid;place-items:center;margin:0 auto 13px;background:var(--lime);color:var(--green);transform:rotate(-3deg)}.overtime-timer.running .overtime-orbit{background:var(--dark-hover);color:var(--lime);animation:overtime-float 2.8s ease-in-out infinite}.overtime-summary .clear-overtime-button:disabled{cursor:not-allowed;opacity:.42}.overtime-record>.overtime-delete-button{display:grid!important}.overtime-avatar{background:var(--accent-faint);color:var(--green)}.overtime-page .item-result strong{color:var(--positive)}@keyframes overtime-float{50%{transform:translateY(-5px) rotate(2deg)}}.timer-backfill-button{margin:10px auto 0;border:0;background:transparent;color:var(--muted);display:flex;align-items:center;justify-content:center;gap:6px;font-size:10px;font-weight:600;cursor:pointer;padding:7px 10px;border-radius:9px}.timer-backfill-button:hover{background:rgba(var(--theme-accent-rgb),.1);color:var(--green)}.overtime-timer.running .timer-backfill-button{color:var(--on-dark-muted)}.overtime-timer.running .timer-backfill-button:hover{background:rgba(var(--theme-paper-rgb),.07);color:var(--on-dark)}.overtime-orbit.level-1,.overtime-avatar.level-1{background:#e5dfc5;color:#6d6245}.overtime-orbit.level-2,.overtime-avatar.level-2{background:var(--accent-faint);color:#4f6056}.overtime-orbit.level-3,.overtime-avatar.level-3{background:var(--lime);color:var(--green)}.overtime-orbit.level-4,.overtime-avatar.level-4{background:#ead5b7;color:#805d31}.overtime-orbit.level-5,.overtime-avatar.level-5{background:#e9c9ae;color:#884d35}.overtime-timer.running .overtime-orbit[class*=level-]{background:var(--dark-hover);color:var(--lime)}.timer-stop-error{width:min(420px,100%);margin:11px auto 0!important;padding:9px 11px;border-radius:9px;background:var(--negative-soft);color:var(--negative)!important;font-size:10px!important;line-height:1.5}.running .timer-stop-error{background:#c26a4b29;color:#f0b99f!important}.timer-stop-error button{margin-top:7px;border:1px solid currentColor;border-radius:7px;background:transparent;color:inherit;padding:5px 9px;font:inherit;font-weight:700;cursor:pointer}.timer-stop-error button:hover{background:#985e4b1a}.running .timer-stop-error button:hover{background:rgba(var(--theme-paper-rgb),.08)}@media(max-width:560px){.overtime-summary{display:grid;grid-template-columns:1fr 1fr;gap:14px 18px;align-items:start}.overtime-summary.summary-strip .clear-overtime-button.text-button{display:flex!important;grid-column:1/3;width:100%;margin:0;padding:12px 0 0;justify-content:center;border-top:1px solid var(--line)}.list-card.overtime-record{grid-template-columns:38px minmax(0,1fr) auto 32px;gap:7px;padding:12px}.overtime-record>.overtime-delete-button{display:grid!important;width:32px;height:32px}.overtime-record .item-main{min-width:0}.overtime-record .item-main b{overflow-wrap:anywhere}}@media(prefers-reduced-motion:reduce){.overtime-timer.running .overtime-orbit{animation:none}}.attendance-calendar .calendar-grid button.attendance-normal{background:var(--accent-faint);color:var(--green)}.attendance-calendar .calendar-grid button.attendance-leave{background:var(--negative-soft);color:#955d4b}.attendance-calendar .calendar-grid button.attendance-rest{background:var(--surface-soft);color:var(--muted)}.attendance-calendar .calendar-grid button.attendance-future{background:var(--control-bg);color:var(--muted)}.attendance-calendar .calendar-grid button:disabled{transform:none;box-shadow:none;opacity:.68}.attendance-calendar .calendar-grid button.explicit{box-shadow:inset 0 0 0 1px currentColor}.attendance-calendar .calendar-grid button.official:not(.selected){outline:1px dashed rgba(var(--theme-accent-rgb),.45);outline-offset:-3px}.attendance-calendar .calendar-grid button.selected{background:var(--dark);color:var(--on-dark);box-shadow:0 8px 18px rgba(var(--theme-strong-rgb),.22)}.attendance-calendar .calendar-legend i.attendance-normal-dot{background:var(--lime)}.attendance-calendar .calendar-legend i.attendance-leave-dot{background:var(--negative-soft)}.attendance-calendar .calendar-legend i.attendance-official-dot{background:transparent;border:1px dashed var(--green)}.attendance-calendar .calendar-grid.month button span,.attendance-calendar .calendar-grid.year button span{white-space:normal;line-height:1.45;text-align:center}.attendance-calendar .calendar-grid.month button:disabled,.attendance-calendar .calendar-grid.year button:disabled{color:var(--muted);background:var(--control-bg)}.attendance-calendar .calendar-grid button.attendance-holiday{background:#e2e9ed;color:#55717e}.attendance-calendar .calendar-legend i.attendance-holiday-dot{background:#cbdce4}.attendance-dialog{width:min(500px,100%);max-height:calc(100dvh - 32px - var(--md-safe-area-top) - var(--md-safe-area-bottom));overflow-y:auto;overscroll-behavior:contain;background:var(--paper);border:1px solid var(--line);border-radius:22px;padding:24px;box-shadow:0 24px 70px rgba(var(--theme-strong-rgb),.2);animation:dialog-card-in .28s cubic-bezier(.22,.8,.24,1) both}.attendance-dialog-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.attendance-dialog-header h2{font-size:24px;letter-spacing:-.5px;margin:5px 0 7px}.attendance-dialog-header>div>span{display:flex;align-items:center;gap:6px;color:var(--muted);font:10px DM Mono}.attendance-dialog-header>button{border:0;background:var(--surface-muted);color:var(--muted);border-radius:10px;width:34px;height:34px;display:grid;place-items:center;cursor:pointer}.attendance-field{border:0;padding:0;margin:21px 0 15px}.attendance-field legend,.attendance-leave-fields label>span,.attendance-pay-card label>span{font-size:10px;color:var(--muted);font-weight:600;margin-bottom:7px}.attendance-switch,.attendance-pay-tabs{display:grid;grid-template-columns:1fr 1fr;gap:5px;background:var(--surface-muted);border-radius:12px;padding:4px}.attendance-switch{height:46px}.attendance-switch button,.attendance-pay-tabs button{border:0;border-radius:9px;background:transparent;color:var(--muted);font-size:10px;font-weight:700;cursor:pointer}.attendance-switch button.active,.attendance-pay-tabs button.active{background:var(--paper);color:var(--green);box-shadow:0 2px 8px rgba(var(--theme-strong-rgb),.08)}.attendance-leave-fields>label{display:flex;flex-direction:column;gap:7px}.attendance-leave-fields select,.attendance-pay-card input{width:100%;height:43px;border:1px solid var(--line);background:var(--control-bg);border-radius:11px;padding:0 12px;outline:none;color:var(--ink)}.attendance-leave-fields select:focus,.attendance-pay-card input:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(var(--theme-accent-rgb),.1)}.attendance-leave-fields .attendance-field{margin-top:15px}.attendance-pay-card{background:var(--surface-soft);border-radius:14px;padding:12px}.attendance-pay-tabs{margin-bottom:13px;background:var(--line)}.attendance-pay-tabs button{height:34px}.attendance-pay-card label{display:flex;flex-direction:column;gap:7px}.attendance-pay-card label>small{font-size:9px;line-height:1.45;color:var(--muted)}.attendance-suffix-input{position:relative}.attendance-suffix-input input{padding-right:38px}.attendance-suffix-input i{position:absolute;right:13px;top:12px;font-style:normal;color:var(--muted);font-size:11px}.attendance-dialog-note{font-size:10px;line-height:1.55;color:var(--muted);background:var(--accent-faint);border-radius:10px;padding:10px 12px;margin:16px 0 0}.attendance-dialog-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:20px}.attendance-dialog-actions.has-reset{grid-template-columns:1.25fr 1fr 1fr}.attendance-dialog-actions button{height:44px}.attendance-reset{border:1px solid #d8cfc3;background:transparent;color:#8c6654;border-radius:12px;font-size:11px;font-weight:600;cursor:pointer}.attendance-detail-fields>label{display:flex;flex-direction:column;gap:7px}.attendance-detail-fields label>span{font-size:10px;color:var(--muted);font-weight:600;margin-bottom:7px}.attendance-detail-fields select{width:100%;height:43px;border:1px solid var(--line);background:var(--control-bg);border-radius:11px;padding:0 12px;outline:none;color:var(--ink)}.attendance-detail-fields select:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(var(--theme-accent-rgb),.1)}.attendance-detail-fields .attendance-field{margin-top:15px}.attendance-normal-pay-switch{grid-template-columns:repeat(3,1fr)}.attendance-dialog-header>button{width:44px;height:44px}.attendance-pay-tabs button,.attendance-detail-fields select,.attendance-pay-card input{min-height:44px}@media(max-width:520px){.attendance-dialog{padding:20px;border-radius:19px}.attendance-dialog-header h2{font-size:21px}.attendance-dialog-actions,.attendance-dialog-actions.has-reset{grid-template-columns:1fr 1fr}.attendance-dialog-actions.has-reset .attendance-reset{grid-column:1/3;grid-row:2}.attendance-dialog-backdrop{align-items:center}}@media(prefers-reduced-motion:reduce){.attendance-dialog{animation:none}}.attendance-status-switch{grid-template-columns:repeat(4,1fr)}.attendance-leave-period-field{margin-top:15px}.attendance-leave-period-switch{grid-template-columns:repeat(3,1fr)}.attendance-automatic-card{display:flex;flex-direction:column;gap:5px;background:var(--accent-faint);border:1px solid var(--accent-border);border-radius:13px;padding:13px 14px}.attendance-automatic-card b{font-size:11px;color:var(--green)}.attendance-automatic-card span{font-size:9px;line-height:1.55;color:var(--muted)}.attendance-save-error{margin:10px 0 0;padding:10px 12px;border-radius:10px;background:var(--negative-soft);color:var(--negative);font-size:10px;line-height:1.45}.attendance-dialog-actions button:disabled{cursor:not-allowed;opacity:.58}.attendance-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:16px}.attendance-stats article{position:relative;background:var(--paper);border:1px solid var(--line);border-radius:17px;padding:18px 19px;display:flex;flex-direction:column;gap:6px}.attendance-stats article>span{position:absolute;right:16px;top:16px;width:31px;height:31px;border-radius:50%;display:grid;place-items:center;background:var(--accent-faint);color:var(--green)}.attendance-stats small{font-size:10px;color:var(--muted);padding-right:35px}.attendance-stats strong{font:500 24px DM Mono}.attendance-stats strong i{font:500 10px Inter;color:var(--muted);margin-left:3px}.attendance-help{font-size:10px;color:var(--muted);line-height:1.6;background:var(--surface-muted);border-radius:12px;padding:12px 14px;margin:12px 0 0}.attendance-holiday-settings{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;margin:0 0 14px;padding:14px 16px;background:var(--paper);border:1px solid var(--line);border-radius:16px}.attendance-holiday-settings-icon{width:35px;height:35px;border-radius:11px;display:grid;place-items:center;background:var(--accent-faint);color:var(--green)}.attendance-holiday-settings>div{display:flex;flex-direction:column;gap:3px;min-width:0}.attendance-holiday-settings strong{font-size:12px}.attendance-holiday-settings small,.attendance-holiday-settings em{font-size:9px;line-height:1.45;color:var(--muted);font-style:normal}.attendance-holiday-settings em{color:var(--green)}.attendance-holiday-settings .attendance-save-error{color:#a43d3d}.attendance-holiday-settings>button{position:relative;width:43px;height:25px;border:0;border-radius:20px;background:var(--line-strong);cursor:pointer;transition:background .2s ease}.attendance-holiday-settings>button i{position:absolute;left:3px;top:3px;width:19px;height:19px;border-radius:50%;background:var(--paper);box-shadow:0 1px 4px rgba(var(--theme-strong-rgb),.2);transition:transform .2s ease}.attendance-holiday-settings>button.active{background:var(--green)}.attendance-holiday-settings>button.active i{transform:translate(18px)}.attendance-holiday-settings>button:focus-visible{outline:2px solid var(--green);outline-offset:3px}@media(max-width:700px){.attendance-stats{grid-template-columns:1fr 1fr}}@media(max-width:480px){.attendance-stats{grid-template-columns:1fr}}@media(max-width:480px){.attendance-holiday-settings{grid-template-columns:auto 1fr}.attendance-holiday-settings>button{grid-column:2;justify-self:start;margin-top:4px}}@media(prefers-reduced-motion:reduce){.attendance-holiday-settings>button,.attendance-holiday-settings>button i{transition:none}}.attendance-page .attendance-holiday-settings{min-height:78px;margin-bottom:16px;padding:15px 17px;border-radius:19px;background:linear-gradient(135deg,var(--surface-raised),var(--accent-faint));box-shadow:0 9px 26px rgba(var(--theme-strong-rgb),.04)}.attendance-holiday-settings>.beui-switch{display:flex;width:48px;height:28px;padding:4px;border-radius:999px}.attendance-holiday-settings>.beui-switch>span{position:static;width:20px;height:20px;transform:none}.attendance-stats{gap:10px;margin-top:15px}.attendance-stats article{min-height:112px;padding:18px;border-radius:19px;background:rgba(var(--theme-paper-rgb),.9);transition:transform .2s ease,border-color .2s ease}.attendance-stats article:hover{transform:translateY(-2px);border-color:var(--line-strong)}.attendance-stats strong{font-size:26px}.attendance-help{margin-top:11px;padding:14px 15px;border:1px solid var(--line);border-radius:14px;background:var(--surface-muted);line-height:1.7}@media(max-width:700px){.attendance-stats article{min-height:104px}}@media(max-width:480px){.attendance-page .attendance-holiday-settings{grid-template-columns:auto 1fr auto}.attendance-holiday-settings>.beui-switch{grid-column:3;grid-row:1}.attendance-stats{grid-template-columns:1fr 1fr}.attendance-stats article{min-height:96px}.attendance-help{font-size:9px}}@media(prefers-reduced-motion:reduce){.attendance-stats article{transition:none}}:root,.theme-picker-preview,[data-theme=classic]{--theme-canvas: #F5F2EA;--theme-paper: #FCFAF5;--theme-control: #F0EEE7;--theme-surface-soft: #F0EEE7;--theme-surface-muted: #E4E3DD;--theme-line: #DCDDD9;--theme-line-strong: #B3B8B6;--theme-control-border: #7C8585;--theme-ink: #252C30;--theme-muted: #5F666B;--theme-accent: #526B49;--theme-accent-strong: #253A29;--theme-accent-hover: #213427;--theme-accent-soft: #E5ECD9;--theme-accent-faint: #EDF1E3;--theme-accent-border: #B8C1B0;--theme-on-strong: #FFFFFF;--theme-secondary: #DFE8B6;--theme-secondary-ink: #34423C;--theme-hero-bg: #1E281F;--theme-hero-ink: #F8F6EB;--theme-hero-muted: #CAD3C2;--theme-hero-border: #454D44;--theme-hero-tint: #2B342B;--theme-hero-accent: #DFE8B6;--theme-hero-track: #454D44;--theme-paper-rgb: 252,250,245;--theme-accent-rgb: 82,107,73;--theme-strong-rgb: 37,58,41;--theme-palette-a-rgb: 223,232,182;--theme-palette-b-rgb: 229,236,217}[data-theme=cloud-river]{--theme-canvas: #F3F7F9;--theme-paper: #FFFFFF;--theme-control: #EDF3F6;--theme-surface-soft: #EDF3F6;--theme-surface-muted: #E1E7EA;--theme-line: #DEE0E1;--theme-line-strong: #B5BABC;--theme-control-border: #7C8585;--theme-ink: #252C30;--theme-muted: #5F666B;--theme-accent: #246B91;--theme-accent-strong: #246B91;--theme-accent-hover: #215C7D;--theme-accent-soft: #E1EFF7;--theme-accent-faint: #ECF5FA;--theme-accent-border: #A7C4D3;--theme-on-strong: #FFFFFF;--theme-secondary: #F4DC84;--theme-secondary-ink: #34423C;--theme-hero-bg: #DCEEF8;--theme-hero-ink: #183B51;--theme-hero-muted: #3F6073;--theme-hero-border: #B9CEDA;--theme-hero-tint: #D0E3EE;--theme-hero-accent: #246B91;--theme-hero-track: #B9CEDA;--theme-paper-rgb: 255,255,255;--theme-accent-rgb: 36,107,145;--theme-strong-rgb: 36,107,145;--theme-palette-a-rgb: 244,220,132;--theme-palette-b-rgb: 225,239,247}[data-theme=cobalt-ivory]{--theme-canvas: #F5F6F8;--theme-paper: #FFFDF8;--theme-control: #EEF1F5;--theme-surface-soft: #EEF1F5;--theme-surface-muted: #E2E5E9;--theme-line: #DEDFDB;--theme-line-strong: #B5B9B8;--theme-control-border: #7C8585;--theme-ink: #252C30;--theme-muted: #5F666B;--theme-accent: #185BA0;--theme-accent-strong: #185BA0;--theme-accent-hover: #174F89;--theme-accent-soft: #E4EDF9;--theme-accent-faint: #EDF3F9;--theme-accent-border: #A3BCD5;--theme-on-strong: #FFFFFF;--theme-secondary: #FAEBD1;--theme-secondary-ink: #34423C;--theme-hero-bg: #19599A;--theme-hero-ink: #FFFFFF;--theme-hero-muted: #DEE9F8;--theme-hero-border: #4277AC;--theme-hero-tint: #2763A0;--theme-hero-accent: #FAEBD1;--theme-hero-track: #4277AC;--theme-paper-rgb: 255,253,248;--theme-accent-rgb: 24,91,160;--theme-strong-rgb: 24,91,160;--theme-palette-a-rgb: 250,235,209;--theme-palette-b-rgb: 228,237,249}[data-theme=frost-cyan]{--theme-canvas: #F5F9F8;--theme-paper: #FFFFFF;--theme-control: #EDF4F3;--theme-surface-soft: #EDF4F3;--theme-surface-muted: #E1E8E8;--theme-line: #DEE0E1;--theme-line-strong: #B5BABC;--theme-control-border: #7C8585;--theme-ink: #252C30;--theme-muted: #5F666B;--theme-accent: #087681;--theme-accent-strong: #087681;--theme-accent-hover: #0A6570;--theme-accent-soft: #DDF2F2;--theme-accent-faint: #E9F7F7;--theme-accent-border: #9CC8CD;--theme-on-strong: #FFFFFF;--theme-secondary: #FCF9E8;--theme-secondary-ink: #34423C;--theme-hero-bg: #ECF8F6;--theme-hero-ink: #174447;--theme-hero-muted: #486A6B;--theme-hero-border: #C6D8D7;--theme-hero-tint: #DFEDEB;--theme-hero-accent: #087681;--theme-hero-track: #C6D8D7;--theme-paper-rgb: 255,255,255;--theme-accent-rgb: 8,118,129;--theme-strong-rgb: 8,118,129;--theme-palette-a-rgb: 252,249,232;--theme-palette-b-rgb: 221,242,242}[data-theme=rose-moon]{--theme-canvas: #F7F6F8;--theme-paper: #FFFFFF;--theme-control: #F3EFF2;--theme-surface-soft: #F3EFF2;--theme-surface-muted: #E6E4E7;--theme-line: #DEE0E1;--theme-line-strong: #B5BABC;--theme-control-border: #7C8585;--theme-ink: #252C30;--theme-muted: #5F666B;--theme-accent: #9C405E;--theme-accent-strong: #9C405E;--theme-accent-hover: #833953;--theme-accent-soft: #F8E6EC;--theme-accent-faint: #FAEFF3;--theme-accent-border: #D7B3BF;--theme-on-strong: #FFFFFF;--theme-secondary: #E8F0F2;--theme-secondary-ink: #34423C;--theme-hero-bg: #F8E1E8;--theme-hero-ink: #542437;--theme-hero-muted: #775060;--theme-hero-border: #DABFC8;--theme-hero-tint: #EED6DD;--theme-hero-accent: #9C405E;--theme-hero-track: #DABFC8;--theme-paper-rgb: 255,255,255;--theme-accent-rgb: 156,64,94;--theme-strong-rgb: 156,64,94;--theme-palette-a-rgb: 232,240,242;--theme-palette-b-rgb: 248,230,236}[data-theme=misty-hill]{--theme-canvas: #F6F8F2;--theme-paper: #FFFFFF;--theme-control: #EFF3E9;--theme-surface-soft: #EFF3E9;--theme-surface-muted: #E3E7DF;--theme-line: #DEE0E1;--theme-line-strong: #B5BABC;--theme-control-border: #7C8585;--theme-ink: #252C30;--theme-muted: #5F666B;--theme-accent: #436E32;--theme-accent-strong: #436E32;--theme-accent-hover: #3A5F2F;--theme-accent-soft: #E4EEDB;--theme-accent-faint: #EDF4E8;--theme-accent-border: #B4C5AD;--theme-on-strong: #FFFFFF;--theme-secondary: #FBF1D7;--theme-secondary-ink: #34423C;--theme-hero-bg: #DCEBCE;--theme-hero-ink: #284421;--theme-hero-muted: #506348;--theme-hero-border: #BCCDAF;--theme-hero-tint: #D1E1C4;--theme-hero-accent: #436E32;--theme-hero-track: #BCCDAF;--theme-paper-rgb: 255,255,255;--theme-accent-rgb: 67,110,50;--theme-strong-rgb: 67,110,50;--theme-palette-a-rgb: 251,241,215;--theme-palette-b-rgb: 228,238,219}[data-theme=peach-sprout]{--theme-canvas: #FAF7F2;--theme-paper: #FFFEFB;--theme-control: #F3F0E9;--theme-surface-soft: #F3F0E9;--theme-surface-muted: #E6E5DF;--theme-line: #DEE0DE;--theme-line-strong: #B5BAB9;--theme-control-border: #7C8585;--theme-ink: #252C30;--theme-muted: #5F666B;--theme-accent: #396548;--theme-accent-strong: #396548;--theme-accent-hover: #325741;--theme-accent-soft: #E6F1E4;--theme-accent-faint: #EFF6EC;--theme-accent-border: #B0C1B3;--theme-on-strong: #FFFFFF;--theme-secondary: #BCE4BC;--theme-secondary-ink: #34423C;--theme-hero-bg: #FFE0C3;--theme-hero-ink: #294A36;--theme-hero-muted: #626248;--theme-hero-border: #D8C5AA;--theme-hero-tint: #F2D7BB;--theme-hero-accent: #396548;--theme-hero-track: #D8C5AA;--theme-paper-rgb: 255,254,251;--theme-accent-rgb: 57,101,72;--theme-strong-rgb: 57,101,72;--theme-palette-a-rgb: 188,228,188;--theme-palette-b-rgb: 230,241,228}[data-theme=lemon-taro]{--theme-canvas: #F8F7FA;--theme-paper: #FFFFFF;--theme-control: #F1EFF7;--theme-surface-soft: #F1EFF7;--theme-surface-muted: #E4E4EB;--theme-line: #DEE0E1;--theme-line-strong: #B5BABC;--theme-control-border: #7C8585;--theme-ink: #252C30;--theme-muted: #5F666B;--theme-accent: #6450BE;--theme-accent-strong: #6450BE;--theme-accent-hover: #5546A2;--theme-accent-soft: #ECE7FB;--theme-accent-faint: #F3EFFC;--theme-accent-border: #C1B9E5;--theme-on-strong: #FFFFFF;--theme-secondary: #FFE831;--theme-secondary-ink: #34423C;--theme-hero-bg: #EAE3FF;--theme-hero-ink: #382568;--theme-hero-muted: #64527E;--theme-hero-border: #CAC1E4;--theme-hero-tint: #DFD8F6;--theme-hero-accent: #6450BE;--theme-hero-track: #CAC1E4;--theme-paper-rgb: 255,255,255;--theme-accent-rgb: 100,80,190;--theme-strong-rgb: 100,80,190;--theme-palette-a-rgb: 255,232,49;--theme-palette-b-rgb: 236,231,251}[data-theme=mist-coral]{--theme-canvas: #F3F8F5;--theme-paper: #FFFFFF;--theme-control: #EDF3EE;--theme-surface-soft: #EDF3EE;--theme-surface-muted: #E1E7E3;--theme-line: #DEE0E1;--theme-line-strong: #B5BABC;--theme-control-border: #7C8585;--theme-ink: #252C30;--theme-muted: #5F666B;--theme-accent: #A0473C;--theme-accent-strong: #A0473C;--theme-accent-hover: #863F37;--theme-accent-soft: #F9E6E0;--theme-accent-faint: #FBEFEB;--theme-accent-border: #D9B5B1;--theme-on-strong: #FFFFFF;--theme-secondary: #E0FFF4;--theme-secondary-ink: #34423C;--theme-hero-bg: #FADBD2;--theme-hero-ink: #65352B;--theme-hero-muted: #7C5549;--theme-hero-border: #DFBDB4;--theme-hero-tint: #F1D1C8;--theme-hero-accent: #A0473C;--theme-hero-track: #DFBDB4;--theme-paper-rgb: 255,255,255;--theme-accent-rgb: 160,71,60;--theme-strong-rgb: 160,71,60;--theme-palette-a-rgb: 224,255,244;--theme-palette-b-rgb: 249,230,224}[data-theme=aqua-peach]{--theme-canvas: #F5F9F9;--theme-paper: #FFFFFF;--theme-control: #EDF4F4;--theme-surface-soft: #EDF4F4;--theme-surface-muted: #E1E8E8;--theme-line: #DEE0E1;--theme-line-strong: #B5BABC;--theme-control-border: #7C8585;--theme-ink: #252C30;--theme-muted: #5F666B;--theme-accent: #246B70;--theme-accent-strong: #246B70;--theme-accent-hover: #215C62;--theme-accent-soft: #DCF2F1;--theme-accent-faint: #E8F7F6;--theme-accent-border: #A7C4C6;--theme-on-strong: #FFFFFF;--theme-secondary: #FFCEDE;--theme-secondary-ink: #34423C;--theme-hero-bg: #D5F5F2;--theme-hero-ink: #234D50;--theme-hero-muted: #46686A;--theme-hero-border: #B5D7D5;--theme-hero-tint: #CAEBE8;--theme-hero-accent: #246B70;--theme-hero-track: #B5D7D5;--theme-paper-rgb: 255,255,255;--theme-accent-rgb: 36,107,112;--theme-strong-rgb: 36,107,112;--theme-palette-a-rgb: 255,206,222;--theme-palette-b-rgb: 220,242,241}[data-theme=cream-grass]{--theme-canvas: #FAF7F1;--theme-paper: #FFFEFA;--theme-control: #F3F0E8;--theme-surface-soft: #F3F0E8;--theme-surface-muted: #E6E5DE;--theme-line: #DEE0DD;--theme-line-strong: #B5BAB9;--theme-control-border: #7C8585;--theme-ink: #252C30;--theme-muted: #5F666B;--theme-accent: #496B43;--theme-accent-strong: #496B43;--theme-accent-hover: #3F5C3D;--theme-accent-soft: #EAF0E2;--theme-accent-faint: #F1F5EA;--theme-accent-border: #B6C3B1;--theme-on-strong: #FFFFFF;--theme-secondary: #FFEAD5;--theme-secondary-ink: #34423C;--theme-hero-bg: #F7EBD8;--theme-hero-ink: #394E34;--theme-hero-muted: #62644F;--theme-hero-border: #D5CFBA;--theme-hero-tint: #ECE2CE;--theme-hero-accent: #496B43;--theme-hero-track: #D5CFBA;--theme-paper-rgb: 255,254,250;--theme-accent-rgb: 73,107,67;--theme-strong-rgb: 73,107,67;--theme-palette-a-rgb: 255,234,213;--theme-palette-b-rgb: 234,240,226}[data-theme=cyan-tide]{--theme-canvas: #F0F6F5;--theme-paper: #FBFEFD;--theme-control: #E9F1EF;--theme-surface-soft: #E9F1EF;--theme-surface-muted: #DDE5E4;--theme-line: #DBE0DF;--theme-line-strong: #B2BABB;--theme-control-border: #7C8585;--theme-ink: #252C30;--theme-muted: #5F666B;--theme-accent: #086C77;--theme-accent-strong: #086C77;--theme-accent-hover: #0A5D67;--theme-accent-soft: #DCEDEA;--theme-accent-faint: #E7F3F1;--theme-accent-border: #9AC4C7;--theme-on-strong: #FFFFFF;--theme-secondary: #B1D5C9;--theme-secondary-ink: #34423C;--theme-hero-bg: #10525C;--theme-hero-ink: #F7FFFD;--theme-hero-muted: #C8E5E1;--theme-hero-border: #3A7179;--theme-hero-tint: #1E5C66;--theme-hero-accent: #B1D5C9;--theme-hero-track: #3A7179;--theme-paper-rgb: 251,254,253;--theme-accent-rgb: 8,108,119;--theme-strong-rgb: 8,108,119;--theme-palette-a-rgb: 177,213,201;--theme-palette-b-rgb: 220,237,234}body .hero-glow{display:none}body .hero-card{border:1px solid var(--theme-hero-border)}body .hero-label{color:var(--theme-hero-muted)}body .hero-mode-status{background:var(--secondary);color:var(--secondary-ink);border-color:transparent;font:600 11px/1.4 Inter,Noto Sans SC,sans-serif}body .hero-mode-switch,body .hero-work-link{color:var(--theme-hero-ink);font-size:12px;text-decoration-color:currentColor}body .hero-card .hero-meta{color:var(--theme-hero-muted);font-size:12px;gap:12px 24px;flex-wrap:wrap}body .hero-card .rate-line{color:var(--theme-hero-muted)}body .hero-work-secondary{color:var(--theme-hero-ink);border-color:var(--theme-hero-border)}body .dashboard-day-note{padding:12px 14px;font-size:12px;border-color:var(--theme-hero-border)}body .settings-rate-overview{border-color:var(--theme-hero-border);box-shadow:0 8px 26px rgba(var(--theme-strong-rgb),.08)}body .settings-rate-primary{background:none}body .settings-rate-primary>span,body .settings-rate-primary>small,body .settings-rate-details small{font-size:12px}body .timer-card.running{background:var(--theme-hero-bg);color:var(--theme-hero-ink)}body .timer-card :is(p,small,.timer-rate){color:var(--muted);font-size:12px;line-height:1.5}body .timer-card.running :is(p,small,.timer-rate){color:var(--theme-hero-muted)}body .timer-card.running :is(.timer-label,.timer-money,.timer-number){color:var(--theme-hero-ink)}body .timer-card.running :is(.timer-backfill-button,.timer-hint,.eyebrow){color:var(--theme-hero-muted)!important}body .timer-card.running :is(.overtime-orbit[class],.fish-orbit){background:var(--theme-hero-tint);color:var(--theme-hero-ink)}body .timer-card .stop-button{background:var(--dark);color:var(--on-dark);border:1px solid var(--theme-hero-border)}body .timer-card .timer-stop-error{background:var(--negative-soft);color:var(--negative)!important}body .dashboard-insights{background:var(--paper);box-shadow:var(--shadow)}body .dashboard-insight-card,body .dashboard-insight-card.unset{background:var(--paper)}body .dashboard-insight-card-heading>b{color:var(--muted);font-size:12px}body .dashboard-insight-card>strong{color:var(--ink);margin:16px 0 5px;letter-spacing:-.5px}body .dashboard-insight-card>strong>em{font-size:11px}body .dashboard-insight-card>small{font-size:12px;white-space:normal;overflow-wrap:anywhere;line-height:1.5}body .dashboard-insights-heading>span{font-size:11px}body .dashboard-performance-card,body .achievement-panel{background:var(--paper);box-shadow:var(--shadow)}body .dashboard-performance-details>div{background:var(--control-bg);border-color:var(--line)}body .dashboard-performance-details b{color:var(--ink);font-size:12px}body .dashboard-performance-details span,body .dashboard-performance-primary small,body .dashboard-performance-primary span,body .dashboard-performance-progress>small{font-size:12px}body .dashboard-performance-progress>div:first-child{color:var(--muted);font-size:12px}body :is(.dashboard-performance-track,.dashboard-wish-progress,.slacking-wage-progress,.achievement-progress-track){background:var(--surface-muted)}body .dashboard-performance-track>i,body .dashboard-wish-progress>i,body .achievement-progress-track>span{background:var(--green)}body .salary-deduction-row{background:var(--paper)}body .salary-deduction-card-meta{background:var(--control-bg)}body .salary-deduction-row[data-enabled=false]{background:var(--surface-soft)}body .slacking-wage-grid article.achieved{background:var(--paper);border-color:var(--green)}body .achievement-panel.overtime .achievement-title-icon{background:var(--secondary);color:var(--secondary-ink)}body .achievement-medals li.unlocked .achievement-medal{background:var(--accent-faint);color:var(--green);box-shadow:none}body .achievement-save-error{border-color:var(--negative);background:var(--negative-soft);color:var(--negative)}body .beui-select-popover,body .beui-bottom-sheet,body .beui-picker-dialog{background:var(--paper)}body .beui-select-popover{box-shadow:0 8px 28px #19232824;-webkit-backdrop-filter:none;backdrop-filter:none}body .beui-input-shell,body .beui-select-shell,body .beui-date-time-trigger{border-color:var(--control-border);background:var(--control-bg)}body .beui-input-shell.focused,body .beui-select-shell.focused{border-color:var(--green);background:var(--paper)}body .deduction-name-field .beui-input-shell{background:transparent;border-color:transparent}body .deduction-name-field .beui-input-shell.focused{border-color:var(--green);background:var(--paper)}body .beui-field-label{font-size:12px;line-height:1.5;color:var(--muted)}body .beui-field-message{font-size:12px;line-height:1.5;min-height:18px}body .beui-button-md,body .beui-button-lg,body .beui-select-popover>button{font-size:14px}body .beui-button-primary{box-shadow:0 3px 9px rgba(var(--theme-strong-rgb),.1)}body .beui-button-ghost{color:var(--ink)}body .beui-input-shell.error{border-color:var(--negative);box-shadow:0 0 0 3px var(--negative-soft)}body input:user-invalid,body select:user-invalid{border-color:var(--negative)!important;box-shadow:0 0 0 3px var(--negative-soft)!important}body :is(button,a,input,textarea,select):focus-visible{outline:2px solid var(--green);outline-offset:3px}body .beui-wheel-label{font-size:12px}body .beui-wheel-option{font-size:13px}body .beui-wheel-option[aria-selected=true]{font-size:15px;color:var(--ink)}body .beui-wheel-selection{background:var(--accent-faint);border-color:var(--green)}body .app-shell .sidebar,body .mobile-dock{background:var(--paper)}body .mobile-dock-more>span{box-shadow:0 3px 10px rgba(var(--theme-strong-rgb),.15)}@media(max-width:900px){body .dashboard-insight-card{padding:12px;min-height:142px}body .dashboard-insight-grid{grid-template-rows:repeat(2,minmax(142px,1fr))}body .page-header p:not(.eyebrow){font-size:14px;line-height:1.6}body .beui-input-shell input,body .beui-select-value,body .beui-date-time-value{font-size:16px}body .salary-deduction-card-identity>small,body .salary-deduction-card-amount span,body .salary-deduction-card-meta>span,body .salary-deduction-estimate small,body .salary-deduction-total{font-size:12px}body .salary-deduction-card-meta{flex-wrap:wrap;gap:8px}body .salary-deduction-card-meta .salary-deduction-estimate strong{font-size:12px}body .item-main span,body .item-result small,body .dashboard-wish-main small,body .dashboard-wish-time small,body .dashboard-wishlist-empty small{font-size:12px;line-height:1.5}body .item-main b,body .item-result strong{font-size:14px}body .beui-picker-wheels.type-datetime-local .beui-wheel-option{font-size:12px}body .beui-picker-wheels.type-datetime-local .beui-wheel-option[aria-selected=true]{font-size:13px}}:root{font-family:Inter,Noto Sans SC,system-ui,sans-serif;color:var(--ink);background:var(--cream);font-synthesis:none;--ink:#1d241c;--muted:#73796f;--line:#dedbd1;--cream:#f5f2ea;--paper:#fcfaf5;--green:#5f745b;--dark:#1e281f;--lime:#dfe8b6;--orange:#df8d5d;--shadow:0 12px 40px rgba(var(--theme-strong-rgb),.07)}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:radial-gradient(circle at 78% 8%,var(--accent-faint) 0,transparent 31%),var(--cream)}button,input,select{font:inherit}input[type=number]{appearance:textfield;-moz-appearance:textfield}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input:user-invalid,select:user-invalid{border-color:#bd7962!important;box-shadow:0 0 0 3px #bd79621a!important}button,a{transition:.18s ease}.app-shell{min-height:100vh}.sidebar{position:fixed;left:0;top:0;bottom:0;width:220px;padding:30px 20px;border-right:1px solid var(--line);display:flex;flex-direction:column;background:rgba(var(--theme-paper-rgb),.8);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:20}.brand{display:flex;align-items:center;gap:12px;margin-bottom:38px;padding:0 8px}.brand-mark{width:35px;height:35px;border-radius:11px;background:var(--dark);color:var(--on-dark);display:grid;place-items:center;font-family:DM Mono;font-weight:500}.brand div{display:flex;flex-direction:column}.brand b{font-size:14px}.brand small{font-size:11px;color:var(--muted);margin-top:1px}.sidebar nav{display:flex;flex-direction:column;gap:7px}.nav-item{text-decoration:none;color:var(--muted);padding:11px 12px;border-radius:12px;display:flex;align-items:center;gap:12px;font-size:14px;font-weight:500}.nav-item:hover{background:var(--surface-muted)}.nav-item.active{color:var(--on-dark);background:var(--dark);box-shadow:0 8px 20px rgba(var(--theme-strong-rgb),.12)}.privacy-note{margin-top:auto;font-size:10px;line-height:1.5;color:var(--muted);padding:0 8px}.main{margin-left:220px;min-height:100vh}.page{max-width:1120px;margin:0 auto;padding:54px 48px 90px}.page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:30px;margin-bottom:34px}.page-header h1{font-size:34px;line-height:1.14;letter-spacing:-1.4px;margin:4px 0 8px;font-weight:650}.page-header p:not(.eyebrow){color:var(--muted);margin:0;line-height:1.6;font-size:14px}.eyebrow{font-family:DM Mono;font-size:11px!important;letter-spacing:.11em;color:var(--muted)!important;margin:0!important;text-transform:uppercase}.ghost-button,.primary-button,.stop-button{border:0;text-decoration:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:7px;border-radius:12px;font-weight:600}.ghost-button{padding:10px 12px;color:var(--ink);background:var(--surface-muted);font-size:13px}.ghost-button:hover{background:var(--line)}.hero-card{position:relative;overflow:hidden;background:var(--theme-hero-bg);border-radius:28px;padding:36px 42px 30px;color:var(--theme-hero-ink);box-shadow:0 18px 50px rgba(var(--theme-strong-rgb),.15);min-height:330px}.hero-glow{position:absolute;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(var(--theme-palette-a-rgb),.2),transparent 65%);right:-100px;top:-180px}.hero-label{position:relative;margin:0;display:flex;align-items:center;gap:8px;color:var(--theme-hero-border);font-size:13px}.money-ticker{position:relative;font-family:DM Mono;font-size:64px;letter-spacing:-3px;margin-top:20px;line-height:1.05;font-weight:500}.rate-line{position:relative;font-family:DM Mono;color:var(--theme-hero-muted);font-size:13px;margin:10px 0 44px}.progress-row{position:relative;display:grid;grid-template-columns:42px 1fr 42px;align-items:center;gap:14px;font:11px DM Mono;color:var(--theme-hero-muted)}.progress-track{height:3px;background:var(--theme-hero-track);position:relative;border-radius:10px}.progress-fill{position:absolute;inset:0 auto 0 0;background:var(--theme-hero-accent);border-radius:10px}.progress-track i{position:absolute;top:-4px;width:11px;height:11px;background:var(--theme-hero-accent);border-radius:50%;box-shadow:0 0 0 5px rgba(var(--theme-accent-rgb),.16)}.hero-meta{position:relative;display:flex;gap:34px;border-top:1px solid var(--theme-hero-tint);margin-top:22px;padding-top:18px;font-size:11px;color:var(--theme-hero-muted)}.hero-meta b{color:var(--theme-hero-ink);margin-left:5px;font-family:DM Mono;font-weight:500}.metric-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:16px}.metric-card{position:relative;background:var(--paper);border:1px solid var(--line);border-radius:20px;padding:23px 25px;box-shadow:0 8px 25px rgba(var(--theme-strong-rgb),.03)}.metric-card.accent{background:var(--accent-faint)}.metric-icon{position:absolute;right:22px;top:21px;width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:var(--surface-soft);color:var(--green)}.metric-card.accent .metric-icon{background:var(--lime)}.metric-card p{font-size:12px;color:var(--muted);margin:0 0 12px}.metric-card h3{font:500 27px DM Mono;margin:0 0 7px}.metric-card h3 small{font:500 11px Inter;color:var(--muted)}.metric-card>span{font-size:11px;color:var(--muted)}.metric-card>a{display:block;margin-top:14px;color:var(--green);font-size:11px;font-weight:600;text-decoration:none}.section-title{display:flex;align-items:end;justify-content:space-between;margin:36px 0 15px}.section-title h2{font-size:19px;margin:4px 0 0}.section-title>span{font-size:11px;color:var(--muted)}.quick-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.quick-card{display:grid;grid-template-columns:38px 1fr auto;align-items:center;gap:12px;background:var(--surface-raised);border:1px solid var(--line);border-radius:15px;padding:15px;text-decoration:none;color:var(--ink)}.quick-card:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.quick-card .emoji{font-size:23px}.quick-card div{display:flex;flex-direction:column;gap:2px}.quick-card b{font-size:12px}.quick-card small{font-size:10px;color:var(--muted)}.quick-card strong{font:500 11px DM Mono;color:var(--green)}.input-card,.settings-card{background:var(--paper);border:1px solid var(--line);border-radius:22px;padding:24px;box-shadow:var(--shadow)}.input-card{display:grid;grid-template-columns:1.5fr 1fr 1.3fr auto;gap:14px;align-items:end}.input-card label,.settings-card label{display:flex;flex-direction:column;gap:7px}.input-card label>span,.settings-card label>span{font-size:11px;color:var(--muted);font-weight:600}.input-card input,.input-card select,.settings-card input,.settings-card select{width:100%;border:1px solid var(--line);background:var(--control-bg);border-radius:11px;height:43px;padding:0 12px;outline:none;color:var(--ink)}.input-card input:focus,.input-card select:focus,.settings-card input:focus,.settings-card select:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(var(--theme-accent-rgb),.1)}.money-input{position:relative}.money-input i{font-style:normal;position:absolute;left:12px;top:11px;font:500 14px DM Mono;color:var(--muted)}.money-input input{padding-left:30px}.live-result{min-height:43px;border-left:1px solid var(--line);padding-left:15px;display:flex;flex-direction:column}.live-result small{font-size:9px;color:var(--muted)}.live-result strong{font:500 14px DM Mono;margin:2px 0}.live-result span{font-size:9px;color:var(--muted)}.primary-button{background:var(--dark);color:var(--on-dark);padding:0 18px;height:43px;font-size:12px;white-space:nowrap}.primary-button:hover{background:var(--dark-hover);transform:translateY(-1px)}.primary-button.big{height:48px;padding:0 28px}.list-section{margin-top:32px}.item-list{display:flex;flex-direction:column;gap:9px}.list-card{display:grid;grid-template-columns:42px 1fr auto 34px;align-items:center;gap:13px;background:rgba(var(--theme-paper-rgb),.8);border:1px solid var(--line);border-radius:15px;padding:13px 15px}.item-avatar{width:37px;height:37px;border-radius:11px;background:var(--surface-muted);display:grid;place-items:center;font-size:13px;font-weight:700}.item-avatar.fish{font-size:19px}.item-main{display:flex;flex-direction:column;gap:3px}.item-main b{font-size:12px}.item-main span{font-size:10px;color:var(--muted)}.item-result{text-align:right;display:flex;flex-direction:column;gap:2px}.item-result small{font-size:9px;color:var(--muted)}.item-result strong{font:500 12px DM Mono;color:var(--positive)}.icon-button{border:0;background:transparent;color:var(--muted);cursor:pointer;width:31px;height:31px;border-radius:9px;display:grid;place-items:center}.icon-button:hover{background:var(--surface-muted);color:var(--negative)}.empty{border:1px dashed var(--line-strong);border-radius:16px;padding:30px;color:var(--muted);font-size:12px;text-align:center}.timer-card{position:relative;text-align:center;background:var(--surface-muted);border:1px solid var(--line);border-radius:28px;padding:38px 25px;overflow:hidden}.timer-card.running{background:var(--dark);color:var(--on-dark)}.fish-orbit{width:64px;height:64px;border-radius:50%;display:grid;place-items:center;margin:0 auto 13px;background:var(--lime);color:var(--green)}.running .fish-orbit{background:var(--dark-hover);color:var(--lime);animation:float 2.8s ease-in-out infinite}@keyframes float{50%{transform:translateY(-5px) rotate(-2deg)}}.timer-card>p{font-size:12px;color:var(--muted)}.running>p{color:var(--on-dark-muted)}.timer-number{font:500 45px DM Mono;letter-spacing:-1px;margin:12px 0}.timer-card>small{display:block;font-size:10px;color:var(--muted)}.timer-money{font:500 27px DM Mono;margin:6px 0 24px}.stop-button{height:48px;padding:0 25px;background:#e3a07c;color:#33231d}.timer-rate{display:block;margin-top:13px;font:10px DM Mono;color:var(--on-dark-muted)}.summary-strip{display:flex;align-items:center;gap:36px;background:var(--surface-raised);border:1px solid var(--line);border-radius:17px;padding:17px 20px;margin-top:13px}.summary-strip div{display:flex;flex-direction:column;gap:3px}.summary-strip small{font-size:9px;color:var(--muted)}.summary-strip strong{font:500 14px DM Mono}.text-button{margin-left:auto;border:0;background:transparent;color:var(--muted);display:flex;gap:5px;align-items:center;font-size:10px;cursor:pointer}.asset-form{grid-template-columns:1.2fr .8fr .9fr .7fr auto}.asset-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px;margin-top:25px}.asset-card{background:var(--paper);border:1px solid var(--line);border-radius:19px;padding:19px}.asset-top{display:flex;justify-content:space-between;align-items:center}.asset-top>span{font-size:9px;background:var(--surface-muted);border-radius:100px;padding:5px 8px;color:var(--muted)}.asset-card h3{font-size:17px;margin:17px 0 4px}.asset-card>p{font-size:10px;color:var(--muted);margin:0}.cost{border-top:1px solid var(--line);margin-top:18px;padding-top:15px;display:flex;flex-direction:column}.cost small{font-size:9px;color:var(--muted)}.cost strong{font:500 21px DM Mono;margin:4px 0}.cost strong i{font:500 10px Inter;color:var(--muted)}.cost span{font-size:9px;color:var(--muted)}.settings-card{max-width:780px}.settings-section+.settings-section{border-top:1px solid var(--line);margin-top:23px;padding-top:23px}.settings-section h3{font-size:14px;margin:0 0 15px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.toggle-row{margin-top:16px!important;display:flex!important;flex-direction:row!important;align-items:center;gap:10px!important;background:var(--surface-soft);border-radius:12px;padding:12px}.toggle-row input{width:16px!important;height:16px!important}.toggle-row>span{display:flex!important;flex-direction:column;color:inherit!important}.toggle-row b{font-size:11px}.toggle-row small{font-size:9px;color:var(--muted);margin-top:2px}.rate-preview{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border-radius:14px;overflow:hidden;margin:24px 0}.rate-preview div{background:var(--surface-soft);padding:13px;display:flex;flex-direction:column}.rate-preview small{font-size:9px;color:var(--muted)}.rate-preview b{font:500 13px DM Mono;margin-top:4px}.settings-card>.primary-button{width:100%}.mobile-nav{display:none}@media(max-width:900px){.sidebar{display:none}.main{margin-left:0}.page{padding:34px 20px 88px}.mobile-nav{display:grid;position:fixed;z-index:30;bottom:12px;left:12px;right:12px;grid-template-columns:repeat(5,1fr);background:rgba(var(--theme-strong-rgb),.94);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:18px;padding:8px;box-shadow:0 15px 40px rgba(var(--theme-strong-rgb),.25)}.mobile-nav-item{text-decoration:none;color:var(--muted);display:flex;flex-direction:column;align-items:center;gap:4px;font-size:9px;padding:6px 0;border-radius:11px}.mobile-nav-item.active{background:var(--dark-hover);color:var(--on-dark)}.page-header h1{font-size:28px}.money-ticker{font-size:48px}.input-card,.asset-form{grid-template-columns:1fr 1fr}.input-card .live-result{border-left:0;padding-left:0}.asset-grid{grid-template-columns:1fr 1fr}.quick-cards,.metric-grid{grid-template-columns:1fr}}@media(max-width:560px){.page{padding:27px 15px 88px}.page-header{margin-bottom:24px}.page-header .ghost-button{display:none}.hero-card{border-radius:22px;padding:29px 22px 24px;min-height:auto}.money-ticker{font-size:40px;letter-spacing:-2px}.rate-line{margin-bottom:32px}.hero-meta{gap:13px;flex-wrap:wrap}.metric-grid{gap:10px}.input-card,.asset-form{grid-template-columns:1fr}.live-result{padding:12px;background:var(--surface-soft);border-radius:11px}.asset-grid{grid-template-columns:1fr}.list-card{grid-template-columns:40px 1fr auto}.list-card>.icon-button{display:none}.form-grid{grid-template-columns:1fr}.rate-preview{grid-template-columns:1fr 1fr}.summary-strip{gap:15px}.summary-strip .text-button{display:none}}.hero-heading-row{position:relative;display:flex;align-items:center;justify-content:space-between;gap:16px}.hero-mode-status{font:9px DM Mono;color:var(--theme-hero-muted);background:var(--theme-hero-tint);border:1px solid var(--theme-hero-border);border-radius:100px;padding:6px 9px;white-space:nowrap}.hero-mode-switch,.hero-work-link{border:0;background:transparent;color:var(--theme-hero-muted);font-size:10px;text-decoration:underline;text-decoration-color:var(--theme-hero-border);text-underline-offset:3px;cursor:pointer}.hero-mode-switch{margin-left:auto}.flexible-work .rate-line{margin-bottom:18px}.work-controls{position:relative;min-height:39px;display:flex;align-items:center;gap:9px;margin-bottom:27px}.hero-work-primary,.hero-work-secondary{height:39px;border-radius:11px;padding:0 15px;border:1px solid var(--theme-hero-border);display:inline-flex;align-items:center;justify-content:center;gap:7px;font-size:11px;font-weight:650;cursor:pointer}.hero-work-primary{background:var(--dark);color:var(--on-dark);border-color:var(--dark)}.hero-work-secondary{background:var(--theme-hero-tint);color:var(--theme-hero-ink)}.work-ended-label{font-size:11px;color:var(--on-dark);background:var(--dark-hover);border-radius:10px;padding:10px 13px}.progress-row.flexible{grid-template-columns:auto minmax(80px,1fr) auto}.progress-row.flexible>span:last-child{text-align:right;white-space:nowrap}.flexible-work .hero-meta{margin-top:20px}@media(max-width:560px){.hero-heading-row{align-items:flex-start}.hero-mode-status{font-size:8px}.work-controls{align-items:stretch;flex-wrap:wrap;margin-bottom:23px}.hero-work-primary,.hero-work-secondary{flex:1}.hero-work-link{width:100%;text-align:left;padding:3px 0}.progress-row.flexible{gap:9px;font-size:9px}.hero-mode-switch{width:100%;text-align:left;margin-top:2px}.flexible-work .money-ticker{margin-top:17px}}body{overflow-x:hidden}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--green);outline-offset:2px}.beui-number-ticker.money-ticker{display:flex;width:max-content}@media(min-width:901px){.page{max-width:1180px;padding:42px 38px 82px}.page-header{margin-bottom:27px}.page-header h1{font-size:31px;letter-spacing:-1.2px}.hero-card{min-height:292px;padding:31px 34px 27px;border-radius:22px}.money-ticker{margin-top:18px;font-size:56px}.rate-line{margin-bottom:36px}.metric-card{padding:20px 21px;border-radius:17px}.metric-card h3{font-size:25px}.metric-icon{top:18px;right:18px;width:32px;height:32px}.section-title{margin-top:31px}.input-card,.settings-card{padding:22px;border-radius:19px}.timer-card{padding:32px 24px;border-radius:22px}.asset-card{border-radius:17px}}@media(max-width:900px){.page{max-width:720px;padding-top:30px}.page-header{gap:18px;margin-bottom:25px}.page-header h1{font-size:27px;letter-spacing:-1px}.hero-card{border-radius:20px}.metric-card,.input-card,.settings-card,.timer-card,.asset-card{border-radius:17px}.metric-card{padding:19px 20px}}@media(max-width:560px){.page{padding-top:23px;padding-right:16px;padding-left:16px}.page-header{margin-bottom:21px}.page-header h1{margin-top:3px;font-size:25px;line-height:1.17;letter-spacing:-.8px}.page-header p:not(.eyebrow){font-size:12px;line-height:1.55}.hero-card{padding:23px 20px 21px;border-radius:18px}.money-ticker{margin-top:17px;font-size:41px;letter-spacing:-2.2px}.rate-line{margin:8px 0 28px}.progress-row{gap:10px}.hero-meta{margin-top:18px;padding-top:16px}.metric-card{min-height:128px;padding:17px 18px}.metric-card h3{font-size:22px}.metric-icon{top:16px;right:16px;width:31px;height:31px}.dashboard-metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-metric-grid .overtime-metric{grid-column:1/-1}.section-title{margin:29px 0 13px}.input-card,.settings-card{padding:18px}.timer-card{padding:29px 20px;border-radius:20px}.list-card,.ledger-row{border-radius:14px}}:root{--surface:var(--paper);--surface-soft:#f0eee7;--line-strong:#ced1c8;--focus-ring:rgba(var(--theme-accent-rgb),.13);--shadow-soft:0 14px 38px rgba(var(--theme-strong-rgb),.055);--shadow-lift:0 18px 44px rgba(var(--theme-strong-rgb),.09)}body{background:radial-gradient(circle at 77% -8%,rgba(var(--theme-palette-a-rgb),.3),transparent 30%),radial-gradient(circle at 12% 74%,rgba(var(--theme-palette-b-rgb),.42),transparent 27%),var(--cream)}.page{max-width:1260px;padding:45px 44px 96px}.page-header{align-items:flex-end;margin-bottom:29px}.page-header>div:first-child{max-width:760px}.page-header h1{margin:6px 0 9px;font-size:clamp(29px,3vw,38px);line-height:1.12;letter-spacing:-1.65px}.page-header p:not(.eyebrow){max-width:670px;font-size:13px}.eyebrow{font-size:10px!important;letter-spacing:.14em}.section-title{margin:36px 0 14px}.section-title h2{font-size:20px;letter-spacing:-.35px}.form-card-heading{display:flex;min-width:0;align-items:center;gap:12px}.form-card-heading>span{display:grid;min-width:42px;height:42px;place-items:center;padding:0 8px;border-radius:12px;background:var(--accent-faint);color:var(--green);font:550 8px DM Mono;letter-spacing:.08em}.form-card-heading>div{display:flex;min-width:0;flex-direction:column;gap:4px}.form-card-heading b{font-size:12px}.form-card-heading small{color:var(--muted);font-size:9px;line-height:1.45}.converter-page .input-card,.assets-page .asset-form,.accidents-page .accident-form{padding:19px;border-radius:22px;background:rgba(var(--theme-paper-rgb),.9);box-shadow:var(--shadow-soft)}.converter-page .input-card{grid-template-columns:minmax(180px,1.1fr) minmax(170px,1fr) minmax(140px,.75fr) minmax(190px,1fr) auto}.assets-page .asset-form{grid-template-columns:minmax(155px,1.1fr) minmax(125px,.9fr) minmax(110px,.7fr) minmax(135px,.9fr) minmax(95px,.65fr) auto}.accidents-page .accident-form{grid-template-columns:minmax(185px,1.15fr) minmax(220px,1.25fr) minmax(135px,.75fr) minmax(150px,.8fr) auto}.accidents-page .form-card-heading{grid-column:1/-1;padding-bottom:14px;border-bottom:1px solid var(--line)}.converter-page .live-result{min-height:48px;justify-content:center;padding-left:17px}.converter-page .input-card>.beui-button,.assets-page .asset-form>.beui-button,.accidents-page .accident-form>.beui-button{height:48px}.direction-switch.beui-tabs{height:48px;padding:4px}.direction-switch .beui-tab-slot>button{min-height:38px;padding:0 10px}@media(min-width:1121px){.converter-page .form-card-heading,.assets-page .form-card-heading{align-self:center}}.list-section{margin-top:36px}.item-list,.ledger-list{gap:10px}.list-card,.ledger-row{border-color:var(--line);border-radius:17px;background:rgba(var(--theme-paper-rgb),.86);padding:14px 16px;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.list-card:hover,.ledger-row:hover{transform:translateY(-1px);border-color:var(--line-strong);box-shadow:0 10px 24px rgba(var(--theme-strong-rgb),.05)}.item-avatar,.ledger-direction{border-radius:12px}.empty{padding:38px;border-radius:19px;background:rgba(var(--theme-paper-rgb),.48)}.asset-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.asset-card{position:relative;overflow:hidden;min-height:215px;padding:21px;border-color:var(--line);border-radius:21px;background:rgba(var(--theme-paper-rgb),.9);box-shadow:0 9px 25px rgba(var(--theme-strong-rgb),.035);transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}.asset-card:after{position:absolute;width:120px;height:120px;right:-48px;bottom:-58px;border-radius:50%;background:rgba(var(--theme-accent-rgb),.16);content:""}.asset-card:hover{transform:translateY(-3px);border-color:var(--line-strong);box-shadow:var(--shadow-lift)}.asset-card h3{font-size:18px}.asset-card .cost{position:relative;z-index:1}.asset-card .cost strong{font-size:23px}.timer-workspace{display:grid;grid-template-columns:minmax(0,7fr) minmax(310px,5fr);gap:16px;align-items:stretch}.timer-workspace>.timer-card{display:flex;min-height:500px;flex-direction:column;align-items:center;justify-content:center;padding:40px 28px;border-radius:29px;box-shadow:0 18px 46px rgba(var(--theme-strong-rgb),.08)}.timer-workspace>.timer-card.running{box-shadow:0 22px 54px rgba(var(--theme-strong-rgb),.17)}.timer-workspace .timer-number{margin:15px 0;font-size:clamp(44px,5vw,64px);letter-spacing:-2.4px}.timer-workspace .timer-money{font-size:31px}.timer-workspace .timer-backfill-button{min-height:38px}.timer-side-panel{display:flex;min-width:0;flex-direction:column;gap:12px}.timer-side-panel .summary-strip{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px;margin:0;padding:20px;border-radius:21px;background:rgba(var(--theme-paper-rgb),.88);box-shadow:0 10px 28px rgba(var(--theme-strong-rgb),.04)}.timer-side-panel .summary-strip>div{gap:6px}.timer-side-panel .summary-strip strong{font-size:18px}.timer-side-panel .summary-strip .text-button{grid-column:1/-1;width:100%;justify-content:center;margin:0;padding-top:12px;border-top:1px solid var(--line)}.timer-guide{display:flex;min-height:0;flex:1;flex-direction:column;padding:23px;border:1px solid var(--line);border-radius:23px;background:linear-gradient(145deg,var(--control-bg),var(--accent-faint))}.timer-guide h2{max-width:320px;margin:8px 0 22px;font-size:21px;line-height:1.25;letter-spacing:-.6px}.timer-guide>div{display:flex;flex:1;flex-direction:column;justify-content:center;gap:8px}.timer-guide>div>span{display:grid;grid-template-columns:35px 1fr;align-items:center;gap:10px;padding:12px;border:1px solid rgba(var(--theme-accent-rgb),.14);border-radius:14px;background:rgba(var(--theme-paper-rgb),.48)}.timer-guide b{font:550 9px DM Mono;color:var(--green)}.timer-guide small{font-size:10px;color:var(--muted)}.achievement-panel{margin-top:16px!important;border-radius:24px!important}@media(max-width:1120px){.converter-page .input-card{grid-template-columns:repeat(2,minmax(0,1fr))}.converter-page .form-card-heading{grid-column:1/-1}.converter-page .live-result{border:0;padding:12px 14px;border-radius:14px;background:var(--surface-soft)}.assets-page .asset-form{grid-template-columns:repeat(2,minmax(0,1fr))}.assets-page .form-card-heading{grid-column:1/-1}.assets-page .asset-form>.beui-button{width:100%}.accidents-page .accident-form{grid-template-columns:repeat(2,minmax(0,1fr))}.accidents-page .form-card-heading{grid-column:1/-1}.timer-workspace{grid-template-columns:1fr}.timer-workspace>.timer-card{min-height:430px}.timer-side-panel .summary-strip{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:900px){.page{max-width:760px;padding:31px 20px 112px}.asset-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.page-header h1{font-size:29px}.timer-workspace>.timer-card{min-height:420px}}@media(max-width:620px){.page{padding:25px 16px 118px}.page-header{align-items:flex-start;margin-bottom:23px}.page-header h1{font-size:27px;letter-spacing:-1px}.page-header p:not(.eyebrow){font-size:12px}.converter-page .input-card,.assets-page .asset-form,.accidents-page .accident-form{grid-template-columns:1fr;padding:16px;border-radius:20px}.converter-page .form-card-heading,.assets-page .form-card-heading,.accidents-page .form-card-heading{grid-column:auto;padding-bottom:13px;border-bottom:1px solid var(--line)}.converter-page .live-result{padding:13px}.converter-page .input-card>.beui-button,.assets-page .asset-form>.beui-button,.accidents-page .accident-form>.beui-button{width:100%}.asset-grid{grid-template-columns:1fr}.asset-card{min-height:205px}.timer-workspace{gap:11px}.timer-workspace>.timer-card{min-height:420px;padding:31px 20px;border-radius:23px}.timer-workspace .timer-number{font-size:44px}.timer-side-panel .summary-strip{padding:17px}.timer-guide{padding:19px;border-radius:20px}.list-card,.ledger-row{padding:13px}.list-card:hover,.ledger-row:hover,.asset-card:hover{transform:none;box-shadow:none}}@media(prefers-reduced-motion:reduce){.list-card,.ledger-row,.asset-card{transition:none}}:is(.dialog-backdrop,.work-dialog-backdrop){background:rgba(var(--theme-strong-rgb),.34)!important;-webkit-backdrop-filter:blur(7px) saturate(110%);backdrop-filter:blur(7px) saturate(110%)}:is(.confirm-dialog,.ledger-entry-dialog,.attendance-dialog,.overtime-start-dialog,.overtime-backfill-dialog,.slacking-time-dialog,.work-time-dialog,.early-finish-dialog){border:1px solid var(--line)!important;border-radius:26px!important;background:var(--paper)!important;box-shadow:0 28px 80px rgba(var(--theme-strong-rgb),.22)!important}:is(.confirm-dialog,.ledger-entry-dialog,.attendance-dialog,.overtime-start-dialog,.overtime-backfill-dialog,.slacking-time-dialog,.work-time-dialog,.early-finish-dialog) :is(input,select){height:48px;border:1px solid var(--line);border-radius:14px;background:var(--control-bg)}:is(.confirm-dialog,.ledger-entry-dialog,.attendance-dialog,.overtime-start-dialog,.overtime-backfill-dialog,.slacking-time-dialog,.work-time-dialog,.early-finish-dialog) .beui-input-shell input,:is(.confirm-dialog,.ledger-entry-dialog,.attendance-dialog,.overtime-start-dialog,.overtime-backfill-dialog,.slacking-time-dialog,.work-time-dialog,.early-finish-dialog) .beui-select-shell select{height:100%;border:0!important;background:transparent!important}:is(.ledger-entry-dialog,.attendance-dialog,.overtime-start-dialog,.overtime-backfill-dialog,.slacking-time-dialog,.work-time-dialog,.early-finish-dialog) fieldset{border-radius:17px}:is(.attendance-switch,.attendance-pay-tabs,.overtime-time-tabs,.overtime-pay-tabs,.overtime-backfill-pay-tabs).beui-tabs{width:100%;height:auto;min-height:48px;padding:4px;border:1px solid var(--line);border-radius:14px;background:var(--surface-muted)}:is(.attendance-switch,.attendance-pay-tabs,.overtime-time-tabs,.overtime-pay-tabs,.overtime-backfill-pay-tabs).beui-tabs .beui-tab-slot>button{min-height:40px;padding:0 10px;border:0;background:transparent;box-shadow:none}.attendance-status-switch.beui-tabs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.attendance-leave-period-switch.beui-tabs,.attendance-normal-pay-switch.beui-tabs,.overtime-backfill-pay-tabs.beui-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.attendance-pay-tabs.beui-tabs,.overtime-time-tabs.beui-tabs,.overtime-pay-tabs.beui-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.attendance-pay-card .beui-field,.overtime-fixed-field.beui-field{margin-top:13px}.overtime-multiplier-field .beui-field{margin:0}.overtime-multiplier-field .beui-field-message{display:block;margin:0}.ledger-dialog-fields,.overtime-backfill-times,.slacking-time-fields,.work-time-fields,.work-planned-end-fields{gap:13px!important}@media(max-width:560px){:is(.confirm-dialog,.ledger-entry-dialog,.attendance-dialog,.overtime-start-dialog,.overtime-backfill-dialog,.slacking-time-dialog,.work-time-dialog,.early-finish-dialog){overflow-x:hidden;overflow-y:auto;border-radius:23px!important}.attendance-status-switch.beui-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}.attendance-status-switch.beui-tabs .beui-tab-slot>button{min-height:42px}.overtime-backfill-pay-tabs.beui-tabs{grid-template-columns:1fr}.overtime-backfill-pay-tabs.beui-tabs .beui-tab-slot>button{min-height:42px}}:root,.theme-picker-preview{color-scheme:light;--ink:var(--theme-ink);--muted:var(--theme-muted);--line:var(--theme-line);--line-strong:var(--theme-line-strong);--cream:var(--theme-canvas);--paper:var(--theme-paper);--surface:var(--theme-paper);--surface-raised:#ffffff;--control-border:var(--theme-control-border);--secondary:var(--theme-secondary);--secondary-ink:var(--theme-secondary-ink);--surface-soft:var(--theme-surface-soft);--surface-muted:var(--theme-surface-muted);--control-bg:var(--theme-control);--green:var(--theme-accent);--dark:var(--theme-accent-strong);--dark-hover:var(--theme-accent-hover);--lime:var(--theme-accent-soft);--accent-faint:var(--theme-accent-faint);--accent-border:var(--theme-accent-border);--on-dark:var(--theme-on-strong);--on-dark-muted:rgba(var(--theme-paper-rgb),.68);--on-dark-subtle:rgba(var(--theme-paper-rgb),.5);--dark-surface:rgba(var(--theme-paper-rgb),.1);--positive:#38644A;--positive-soft:#E8F2EA;--negative:#A13E38;--negative-soft:#FBECE8;--warning:#795415;--warning-soft:#FBF0D8;--info:#245D87;--info-soft:#E7F0F8;--focus-ring:rgba(var(--theme-accent-rgb),.14);--shadow:0 4px 18px rgba(25,35,40,.045);--shadow-soft:0 14px 38px rgba(var(--theme-strong-rgb),.055);--shadow-lift:0 18px 44px rgba(var(--theme-strong-rgb),.09)}body{color:var(--ink);background:var(--cream)}::selection{background:var(--lime);color:var(--ink)}input,select,textarea{accent-color:var(--green)}@media(prefers-reduced-motion:no-preference){body,.app-shell .sidebar,.mobile-dock,.beui-bottom-sheet{transition:background-color .28s ease,border-color .28s ease,color .28s ease}}:root{--md-safe-area-top:var(--safe-area-inset-top,env(safe-area-inset-top,0px));--md-safe-area-right:var(--safe-area-inset-right,env(safe-area-inset-right,0px));--md-safe-area-bottom:var(--safe-area-inset-bottom,env(safe-area-inset-bottom,0px));--md-safe-area-left:var(--safe-area-inset-left,env(safe-area-inset-left,0px))}html,body,#root{min-height:100%}html{background:var(--cream)}body{padding-top:var(--md-safe-area-top);padding-left:var(--md-safe-area-left);padding-right:var(--md-safe-area-right)}@keyframes mobile-content-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media(max-width:900px){.page{padding-bottom:calc(108px + var(--md-safe-area-bottom))}html{scroll-padding-bottom:calc(126px + var(--md-safe-area-bottom))}button,a{-webkit-tap-highlight-color:transparent}input:not([type=checkbox]):not([type=radio]),select,textarea{font-size:16px!important}input,select,textarea,[contenteditable=true]{scroll-margin-top:18px;scroll-margin-bottom:calc(132px + var(--md-safe-area-bottom))}.primary-button,.ghost-button,.stop-button,.buy-button,.pagination button,.dimension-tabs button,.direction-switch button{min-height:44px}.icon-button,.converter-actions .icon-button{width:44px!important;height:44px!important}.direction-switch{height:44px}.input-card,.settings-card,.hero-card,.metric-card,.timer-card,.summary-strip,.asset-card,.list-card,.ledger-row,.empty{transition:transform .28s cubic-bezier(.22,.8,.24,1),box-shadow .28s ease,background-color .25s ease,border-color .25s ease,opacity .25s ease}.item-list>.list-card,.asset-grid>.asset-card,.ledger-list>.ledger-row,.empty{animation:mobile-content-in .3s cubic-bezier(.22,.8,.24,1) both}.primary-button,.ghost-button,.stop-button,.buy-button,.icon-button,.text-button,.pagination button,.dimension-tabs button,.direction-switch button{transition:transform .18s ease,background-color .22s ease,color .22s ease,box-shadow .22s ease,opacity .22s ease}.primary-button:active,.ghost-button:active,.stop-button:active,.buy-button:active,.icon-button:active,.text-button:active,.pagination button:active,.dimension-tabs button:active,.direction-switch button:active{transform:scale(.975)}.dimension-tabs button,.direction-switch button{will-change:transform}}@media(display-mode:standalone){body{overscroll-behavior-y:none;-webkit-user-select:none;user-select:none}input,textarea,select,[contenteditable=true]{-webkit-user-select:text;user-select:text}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
