:root{--bg: #0e0e0e;--fg: #e8e8e8;--fg-muted: #94a3b8;--accent: #fbbf24;--card: rgba(255, 255, 255, .04);--border: rgba(255, 255, 255, .08);--danger: #ef4444}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body{margin:0;padding:0;background:var(--bg);color:var(--fg);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;-webkit-font-smoothing:antialiased;overscroll-behavior-y:contain}body{min-height:100vh;min-height:100dvh;padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom);padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}.overlay{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:var(--bg);z-index:1000;transition:opacity .2s ease}.overlay.hidden{opacity:0;pointer-events:none}.spinner{width:32px;height:32px;border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-text{position:absolute;bottom:calc(env(safe-area-inset-bottom) + 24px);font-size:.85em;color:var(--fg-muted);letter-spacing:.4em;text-transform:uppercase}.auth-card{display:flex;flex-direction:column;gap:14px;padding:32px 28px;width:min(92vw,380px);background:var(--card);border:1px solid var(--border);border-radius:18px;backdrop-filter:blur(20px)}.auth-card h1{margin:0 0 8px;font-family:Tiempos Headline,Georgia,serif;font-weight:400;font-size:2em;color:var(--fg);letter-spacing:.02em;text-align:center}.auth-card input{appearance:none;background:#ffffff0a;border:1px solid var(--border);border-radius:10px;padding:14px 16px;color:var(--fg);font-size:16px;font-family:inherit}.auth-card input:focus{outline:none;border-color:var(--accent)}.auth-card button{appearance:none;background:var(--accent);border:none;border-radius:10px;padding:14px 16px;color:#1a1a1a;font-size:16px;font-weight:600;cursor:pointer;min-height:44px}.auth-card button:disabled{opacity:.5;pointer-events:none}.auth-error{min-height:18px;color:var(--danger);font-size:.85em;text-align:center}#pulse-mount{min-height:100vh}#toast-host{position:fixed;bottom:calc(env(safe-area-inset-bottom) + 20px);left:50%;transform:translate(-50%);z-index:2000;display:flex;flex-direction:column;gap:8px;pointer-events:none}#pwa-reload{position:fixed;top:calc(env(safe-area-inset-top) + 10px);right:calc(env(safe-area-inset-right) + 12px);z-index:1500;width:40px;height:40px;border-radius:20px;background:#141414c7;border:1px solid var(--border);color:var(--fg);display:flex;align-items:center;justify-content:center;cursor:pointer;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:transform .2s ease,background .2s ease;padding:0}#pwa-reload:active{transform:scale(.92)}#pwa-reload.spinning svg{animation:pwa-reload-spin .9s linear infinite}#pwa-reload.hidden{display:none}@keyframes pwa-reload-spin{to{transform:rotate(360deg)}}.toast{background:#141414eb;color:var(--fg);border:1px solid var(--border);border-radius:12px;padding:10px 16px;max-width:80vw;font-size:.9em;backdrop-filter:blur(20px);animation:toast-in .24s cubic-bezier(.34,1.56,.64,1)}@keyframes toast-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 700px){#pulse-mount .sb-grid-2,#pulse-mount .sb-grid-2col,#pulse-mount .sb-checkup,#pulse-mount .sb-kanban-grid,#pulse-mount .sb-grid-3{grid-template-columns:1fr!important}#pulse-mount .sb-checkup-cell{min-width:28px;min-height:28px}#pulse-mount .sb-checkup-row{min-height:44px}}@media (max-width: 600px){#pulse-mount{font-size:14px}#pulse-mount .sb-head,#pulse-mount .sb-hero,#pulse-mount .sb-greeting{flex-wrap:wrap;gap:4px 10px!important;padding:8px 12px!important}#pulse-mount .sb-hero h1,#pulse-mount h1{font-size:1.2em!important;line-height:1.1!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0!important}#pulse-mount .sb-clock,#pulse-mount .sb-time{font-size:1.25em!important}#pulse-mount .sb-subtitle,#pulse-mount .sb-greet,#pulse-mount .sb-meta{font-size:.72em!important}#pulse-mount .sb-rings,#pulse-mount #planner-rings{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:6px!important}#pulse-mount .sb-ring-card{padding:8px 10px!important;gap:6px!important}#pulse-mount .sb-ring-card svg,#pulse-mount .sb-ring-card canvas{max-width:56px!important;max-height:56px!important;width:56px!important;height:56px!important}#pulse-mount .sb-ring-card .val{font-size:1.15em!important;line-height:1.05!important}#pulse-mount .sb-ring-card .sub,#pulse-mount .sb-ring-card .label{font-size:.65em!important;line-height:1.15!important}#pulse-mount .sb-week-grid{grid-template-columns:28px repeat(7,1fr)!important;gap:1px!important}#pulse-mount .sb-week-cell,#pulse-mount .sb-week-day{padding:4px 2px!important;font-size:.7em!important}#pulse-mount .sb-trophy{padding:10px 12px!important;gap:10px!important}#pulse-mount .sb-trophy .emoji,#pulse-mount .sb-trophy .icon{font-size:2em!important}#pulse-mount .sb-trophy .title{font-size:.95em!important}#pulse-mount .sb-trophy .desc{font-size:.75em!important}#pulse-mount .sb-pills{gap:4px!important}#pulse-mount .sb-pill{padding:4px 8px!important;font-size:.78em!important}#pulse-mount .sb-tab-bar{position:sticky;top:0;z-index:10;background:var(--bg);padding:6px 4px!important;gap:4px!important}#pulse-mount .sb-tab{flex:1 1 0;min-width:0;padding:8px 6px!important;font-size:.88em!important}#pulse-mount .sb-life-doors,#pulse-mount .sb-doors{flex-wrap:nowrap!important;overflow-x:auto!important;scrollbar-width:none;padding:6px 4px!important;gap:4px!important}#pulse-mount .sb-life-doors::-webkit-scrollbar,#pulse-mount .sb-doors::-webkit-scrollbar{display:none}#pulse-mount .sb-life-door,#pulse-mount .sb-door{flex:0 0 auto!important;white-space:nowrap!important;padding:8px 12px!important;font-size:.85em!important}#pulse-mount .sb-tf{flex-wrap:wrap!important;gap:4px 8px!important}#pulse-mount .sb-tf button{padding:6px 10px!important;font-size:.85em!important}#pulse-mount .sb-tf-info{flex-basis:100%!important;font-size:.75em!important;color:var(--fg-muted, #94a3b8)}#pulse-mount .sb-section{padding:12px 14px!important;margin:8px 0!important}#pulse-mount .sb-section-head h2,#pulse-mount .sb-section h2{font-size:1em!important}#pulse-mount .sb-ring-card,#pulse-mount .sb-stat-card{padding:12px!important}#pulse-mount .sb-ring-card svg,#pulse-mount .sb-ring-card canvas{max-width:80px!important;max-height:80px!important}#pulse-mount .sb-ring-card .val,#pulse-mount .sb-stat-card .val{font-size:1.5em!important}#pulse-mount .sb-ring-card .sub,#pulse-mount .sb-stat-card .sub{font-size:.75em!important}#pulse-mount .sb-tbl-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}#pulse-mount .sb-tbl{font-size:.8em}#pulse-mount .sb-checkup-row{padding:10px!important;gap:8px!important}#pulse-mount .sb-checkup-cell{min-width:32px!important;min-height:32px!important}#pulse-mount .sb-checkup-label .text{font-size:.9em!important}#pulse-mount .sb-checkup-meta{font-size:.7em!important}#pulse-mount .sb-k-board{display:flex!important;flex-direction:column!important;gap:8px!important;overflow:visible!important}#pulse-mount .sb-k-toolbar{display:flex!important;flex-direction:row!important;flex-wrap:wrap!important;gap:6px!important;width:100%!important;padding:4px 0!important}#pulse-mount .sb-k-toolbar .sb-k-select-wrap{flex:1 1 calc(50% - 4px)!important;min-width:0!important;display:flex!important;align-items:center!important;gap:4px!important}#pulse-mount .sb-k-toolbar .sb-k-select-lbl{font-size:.75em!important;color:var(--text-muted, #94a3b8);white-space:nowrap}#pulse-mount .sb-k-toolbar .sb-k-select{flex:1 1 auto!important;min-width:0!important;padding:4px 6px!important;font-size:.8em!important}#pulse-mount .sb-k-cols{display:flex!important;flex-direction:row!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch;gap:8px!important;padding:4px 2px 8px!important;scroll-snap-type:x mandatory;grid-template-columns:none!important;width:100%!important}#pulse-mount .sb-k-cols::-webkit-scrollbar{display:none}#pulse-mount .sb-k-col{flex:0 0 78%!important;min-width:78%!important;max-width:320px!important;scroll-snap-align:start;min-height:auto!important}#pulse-mount .sb-k-card{padding:8px 10px!important;font-size:.85em!important}#pulse-mount .sb-k-col-head{font-size:.78em!important;padding:6px 8px!important}#pulse-mount .sb-row-2{display:grid!important;grid-template-columns:1fr!important;gap:8px!important}#pulse-mount .sb-row-2>*{min-width:0!important}#pulse-mount [class*=sb-row-],#pulse-mount [class*=sb-cols-],#pulse-mount [class*=sb-grid-]{grid-template-columns:1fr!important;flex-direction:column!important}#pulse-mount .sb-rings,#pulse-mount #planner-rings,#pulse-mount .sb-stats-strip{grid-template-columns:repeat(2,1fr)!important;flex-direction:row!important;flex-wrap:wrap!important}#pulse-mount .sb,#pulse-mount .sb-pane{min-width:0!important;max-width:100%!important;overflow-x:clip}#pulse-mount .sb-chart-wrap{height:260px!important;min-height:220px;padding:8px 4px!important;margin:6px 0!important}#pulse-mount canvas{max-width:100%!important;width:100%!important}#pulse-mount .chart-legend,#pulse-mount .legend,#pulse-mount [class*=legend]{flex-wrap:wrap!important;gap:6px 10px!important;font-size:.72em!important;line-height:1.3!important;padding:4px 0!important}#pulse-mount .sb-chart-wrap:has(>.sb-chart-empty),#pulse-mount .sb-chart-wrap.empty{height:60px!important;min-height:60px}#pulse-mount .sb-chart-empty{padding:14px;text-align:center;color:var(--text-muted, #94a3b8);font-style:italic;font-size:.85em}#pulse-mount .sb-heat-cell{width:11px!important;height:11px!important}#pulse-mount #planner-heat{overflow-x:auto!important;-webkit-overflow-scrolling:touch;padding-bottom:4px;grid-auto-columns:11px!important}#pulse-mount #planner-heat::-webkit-scrollbar{display:none}#pulse-mount [class*=heatmap] rect,#pulse-mount .heatmap-container .cell{width:11px!important;height:11px!important}#pulse-mount .block-language-sankey:empty,#pulse-mount .sb-sankey-wrap:empty,#pulse-mount .sb-section:has(>h2:has-text("Поток денег")) .sb-chart-wrap:empty{min-height:60px!important;height:60px!important;background:linear-gradient(135deg,rgba(255,255,255,.02),transparent 60%);border:1px dashed var(--border, rgba(255,255,255,.08));border-radius:10px;display:flex;align-items:center;justify-content:center;color:var(--text-muted, #94a3b8);font-style:italic;font-size:.8em}#pulse-mount .block-language-sankey:empty:before,#pulse-mount .sb-sankey-wrap:empty:before{content:"Sankey доступен в Obsidian (плагин)"}#pulse-mount .sb-stats-strip,#pulse-mount .sb-stat-row,#pulse-mount .sb-stat-grid{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:6px!important}#pulse-mount .sb-stat,#pulse-mount .sb-stat-card{padding:8px 10px!important;gap:4px!important;min-width:0!important}#pulse-mount .sb-stat .ico{font-size:1.3em!important}#pulse-mount .sb-stat .lbl,#pulse-mount .sb-stat-card .lbl,#pulse-mount .sb-stat-card .label{font-size:.65em!important;line-height:1.2!important;text-transform:uppercase;letter-spacing:.02em;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}#pulse-mount .sb-stat .val,#pulse-mount .sb-stat-card .val{font-size:1.5em!important;line-height:1!important;white-space:nowrap}#pulse-mount .sb-stat .val small,#pulse-mount .sb-stat-card .val small{font-size:.45em!important;margin-left:4px}#pulse-mount #planner-week .sb-week-row{grid-template-columns:minmax(56px,1fr) repeat(2,minmax(0,1fr))!important;gap:4px!important}#pulse-mount .num{overflow:hidden;white-space:nowrap;display:flex;align-items:baseline;gap:4px;min-width:0}#pulse-mount .num .dow{color:var(--text-muted, #94a3b8);font-size:.85em}#pulse-mount .sb-dot{display:inline-flex;align-items:center;justify-content:center;min-width:auto!important;width:auto!important;overflow:visible!important;padding:0 4px}#pulse-mount details>summary{padding:10px 4px!important;min-height:44px;display:flex;align-items:center;cursor:pointer}#pulse-mount .sb-mini-week,#pulse-mount table.sb-tbl{font-size:.78em!important}#pulse-mount .sb-foot{flex-wrap:wrap!important;gap:6px 12px!important;font-size:.72em!important;padding:10px 14px!important}}@media (max-width: 360px){#pulse-mount{font-size:13px}#pulse-mount .sb-tab{font-size:.8em!important;padding:6px 4px!important}}.dv-placeholder{margin:12px 0;padding:16px;background:var(--card);border:1px dashed var(--border);border-radius:10px;color:var(--fg-muted);font-size:.85em;text-align:center}.dv-placeholder.stale{border-color:#fbbf2466}.dv-placeholder.failed{border-color:#ef444466}.dv-snapshot-meta{display:block;margin-top:6px;font-size:.75em;color:var(--fg-muted);opacity:.7}#pulse-mount .sb-task .check{border-color:#ffffff52!important;background:transparent}#pulse-mount .sb-task.done .check{border-color:var(--success, #5f8b6f)!important;background:var(--success, #5f8b6f)!important}@media (max-width: 600px){#pulse-mount .sb-week-row{grid-template-columns:minmax(76px,auto) 1fr!important;gap:8px!important}#pulse-mount .sb-week-row .note{display:none!important}}
