*,*:before,*:after{box-sizing:border-box}html,body{overflow-x:clip}:root{--bg: #ffffff;--bg-elevated: #fafafa;--fg: #111111;--fg-muted: #666666;--border: rgba(0, 0, 0, .12);--accent: #111111;--accent-fg: #ffffff;--mark-bg: #fff59d;--mark-fg: #111111;--input-bg: var(--bg)}html.dark{--bg: #0f0f0f;--bg-elevated: #1a1a1a;--fg: #f2f2f2;--fg-muted: #a0a0a0;--border: rgba(255, 255, 255, .14);--accent: #f2f2f2;--accent-fg: #0f0f0f;--mark-bg: #594a00;--mark-fg: #f2f2f2;--input-bg: var(--bg)}mark.search-hit{background:var(--mark-bg);color:var(--mark-fg);padding:0 1px;border-radius:2px}input[type=search]::-webkit-search-cancel-button{-webkit-appearance:none;-moz-appearance:none;appearance:none}html,body{margin:0;background:var(--bg);color:var(--fg);min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}html{scroll-behavior:smooth}a{color:inherit}.nav-top-item{display:inline-flex;align-items:center;padding:6px 12px;border-radius:999px;line-height:1;color:var(--fg-muted);font-weight:500;transition:background .12s ease,color .12s ease}.nav-top-item:hover{color:var(--fg)}.nav-top-item.active{background:var(--fg);color:var(--bg);font-weight:600}.app-header{position:sticky;top:0;z-index:5;padding:12px 0;background:#ffffffd9;backdrop-filter:blur(14px) saturate(180%);-webkit-backdrop-filter:blur(14px) saturate(180%)}html.dark .app-header{background:#0f0f0fd9}.today-meta{display:none}@media(max-width:767px){.today-meta{display:flex;align-items:baseline;gap:12px;padding-bottom:14px;margin-bottom:24px}.today-meta-date{display:none}}.nav-status-slot{color:var(--fg-muted);font-size:12px;font-style:italic;min-width:60px;text-align:right;display:inline-block}.today-meta-text{display:flex;flex-direction:column;gap:2px;min-width:0}.today-meta-kicker{font-size:11px;letter-spacing:.12em;text-transform:uppercase;font-weight:600;color:var(--fg-muted)}.today-meta-date{margin:0;font-size:22px;font-weight:600;letter-spacing:-.01em;line-height:1.2;color:var(--fg)}.today-meta-status{margin-left:auto;font-size:12px;font-style:italic;color:var(--fg-muted);min-height:1em}.history-search{position:sticky;top:0;z-index:5;margin:0 0 24px;padding:12px 0;background:#ffffffd1;backdrop-filter:blur(14px) saturate(180%);-webkit-backdrop-filter:blur(14px) saturate(180%)}html.dark .history-search{background:#0f0f0fd1}.history-row{border-bottom:1px solid var(--border)}.history-row:last-child{border-bottom:none}.history-row-toggle{display:block;width:100%;text-align:left;background:transparent;border:none;padding:14px 12px;margin:0;color:inherit;font:inherit;cursor:pointer;border-radius:10px;transition:background .12s ease}.history-row-toggle:hover,.history-row-toggle:focus-visible{background:#0000000a;outline:none}html.dark .history-row-toggle:hover,html.dark .history-row-toggle:focus-visible{background:#ffffff0f}.history-row-meta{line-height:1.2}.history-row-date{font-size:16px;font-weight:600;letter-spacing:-.005em;color:var(--fg)}.history-row-weekday{font-size:16px;font-weight:400;color:var(--fg-muted)}.history-row-preview{margin:6px 0 0;font-size:14px;line-height:1.5;color:var(--fg-muted);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;overflow-wrap:anywhere}.history-row-panel{padding:0 12px 12px}.card{background:transparent;border:1px solid var(--border);border-radius:12px;padding:20px;margin-bottom:16px;max-width:100%}@media(max-width:767px){.card{padding:16px}}.slash-ribbon{position:fixed!important;left:0!important;right:0!important;top:auto!important;bottom:calc(76px + env(safe-area-inset-bottom))!important;transform:none!important;z-index:95;margin:0;padding:8px 0;background:#ffffffd9;border-top:1px solid var(--border);border-bottom:1px solid var(--border);backdrop-filter:blur(14px) saturate(180%);-webkit-backdrop-filter:blur(14px) saturate(180%);box-shadow:0 -4px 14px #00000014}html.dark .slash-ribbon{background:#0f0f0fd9}html.kb-open .slash-ribbon{bottom:calc(47px + var(--kb-inset, 0px))!important}.slash-ribbon-list{display:flex;gap:6px;align-items:stretch;padding:0 12px;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none}.slash-ribbon-list::-webkit-scrollbar{display:none}.slash-ribbon-item{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;flex-shrink:0;min-width:64px;padding:6px 8px;border:1px solid var(--border);background:var(--bg-elevated);border-radius:10px;color:var(--fg);font:inherit;text-decoration:none;gap:4px;cursor:pointer;-webkit-tap-highlight-color:transparent}.slash-ribbon-item:active{background:#0000000f}html.dark .slash-ribbon-item:active{background:#ffffff14}.slash-ribbon-item-icon{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;color:var(--fg)}.slash-ribbon-item-icon svg{width:22px;height:22px}.slash-ribbon-item-label{font-size:10px;line-height:1.1;color:var(--fg-muted);max-width:70px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bn-suggestion-menu{background:var(--bg-elevated)!important;border:1px solid var(--border)!important;border-radius:10px!important;padding:4px!important;min-width:280px!important;max-width:360px!important;max-height:360px!important;overflow-y:auto!important;box-shadow:0 8px 24px #0000001f,0 2px 6px #0000000f!important}.bn-suggestion-menu-label{padding:8px 10px 4px!important;font-size:11px!important;letter-spacing:.06em!important;text-transform:uppercase!important;font-weight:600!important;color:var(--fg-muted)!important}.bn-suggestion-menu-item{display:flex!important;align-items:center!important;gap:10px!important;padding:6px 8px!important;border-radius:6px!important;cursor:pointer!important}.bn-suggestion-menu-item[aria-selected=true]{background:#0000000d!important}html.dark .bn-suggestion-menu-item[aria-selected=true]{background:#ffffff0f!important}.bn-mt-suggestion-menu-item-section[data-position=right]{display:none!important}.bn-mt-suggestion-menu-item-section[data-position=left]{width:32px!important;height:32px!important;display:flex!important;align-items:center!important;justify-content:center!important;background:var(--bg)!important;border:1px solid var(--border)!important;border-radius:6px!important;flex-shrink:0!important}.bn-mt-suggestion-menu-item-section[data-position=left] svg{width:16px!important;height:16px!important}.bn-mt-suggestion-menu-item-body{flex:1 1 auto!important;min-width:0!important}.bn-mt-suggestion-menu-item-title{font-size:14px!important;font-weight:500!important;line-height:1.3!important;color:var(--fg)!important}.bn-mt-suggestion-menu-item-subtitle{font-size:12px!important;line-height:1.3!important;color:var(--fg-muted)!important}html.dark .bn-container{color-scheme:dark}.bn-container,.bn-editor,.ProseMirror{background:transparent!important}.bn-editor{padding-inline:0!important}.nav-bottom,.slash-fab,.nav-keyboard{display:none}.expand-toggle{display:block;margin-left:auto;margin-bottom:16px;background:transparent;color:var(--fg-muted);border:none;padding:0;font:inherit;font-size:14px;cursor:pointer}@media(max-width:767px){.app-layout{padding-left:16px!important;padding-right:16px!important;padding-top:24px!important;padding-bottom:calc(110px + env(safe-area-inset-bottom))!important}.app-header,.bn-side-menu{display:none!important}.full-bleed-mobile{margin-left:-16px;margin-right:-16px;padding-left:16px;padding-right:16px}.nav-top{display:none!important}.nav-bottom{display:flex;position:fixed;left:50%;bottom:calc(24px + env(safe-area-inset-bottom) + var(--kb-inset, 0px));transform:translate(-50%);z-index:50;gap:4px;padding:6px;border-radius:999px;background:#ffffff8c;border:1px solid rgba(255,255,255,.5);box-shadow:0 10px 30px #0000002e,0 2px 6px #00000014,inset 0 1px #fffc;backdrop-filter:blur(22px) saturate(180%);-webkit-backdrop-filter:blur(22px) saturate(180%)}html.dark .nav-bottom{background:#1414148c;border-color:#ffffff1f;box-shadow:0 10px 30px #00000080,0 2px 6px #0000004d,inset 0 1px #ffffff14}.nav-bottom-item{display:inline-flex;align-items:center;justify-content:center;padding:12px 22px;border-radius:999px;color:var(--fg);text-decoration:none;font-size:16px;font-weight:500;line-height:1;transition:background .12s ease,color .12s ease}.nav-bottom-item.active{background:var(--fg);color:var(--bg);font-weight:600}.expand-toggle{position:fixed;right:16px;bottom:calc(88px + env(safe-area-inset-bottom) + var(--kb-inset, 0px));z-index:51;margin:0;padding:12px 18px;border-radius:999px;border:1px solid rgba(255,255,255,.5);background:#ffffff8c;color:var(--fg);font-size:15px;font-weight:500;line-height:1;backdrop-filter:blur(22px) saturate(180%);-webkit-backdrop-filter:blur(22px) saturate(180%);box-shadow:0 10px 30px #0000002e,0 2px 6px #00000014,inset 0 1px #fffc}html.dark .expand-toggle{background:#1414148c;border-color:#ffffff1f;box-shadow:0 10px 30px #00000080,0 2px 6px #0000004d,inset 0 1px #ffffff14}.slash-fab{display:flex;align-items:center;justify-content:center;position:fixed;right:16px;bottom:calc(88px + env(safe-area-inset-bottom) + var(--kb-inset, 0px));z-index:51;width:52px;height:52px;padding:0;border-radius:999px;border:1px solid rgba(255,255,255,.5);background:#ffffff8c;color:var(--fg);font-size:24px;font-weight:500;line-height:1;cursor:pointer;backdrop-filter:blur(22px) saturate(180%);-webkit-backdrop-filter:blur(22px) saturate(180%);box-shadow:0 10px 30px #0000002e,0 2px 6px #00000014,inset 0 1px #fffc}html.dark .slash-fab{background:#1414148c;border-color:#ffffff1f;box-shadow:0 10px 30px #00000080,0 2px 6px #0000004d,inset 0 1px #ffffff14}html.kb-open .slash-fab,html.slash-open .slash-fab,html.kb-open[data-route~=today] .nav-bottom{display:none!important}html.kb-open[data-route~=today] .nav-keyboard{display:flex;position:fixed;left:0;right:0;bottom:var(--kb-inset, 0px);z-index:60;align-items:stretch;gap:2px;padding:6px 8px;background:#ffffffd1;border-top:1px solid rgba(0,0,0,.08);backdrop-filter:blur(22px) saturate(180%);-webkit-backdrop-filter:blur(22px) saturate(180%)}html.dark.kb-open[data-route~=today] .nav-keyboard{background:#141414d1;border-top-color:#ffffff14}.nav-keyboard-item{flex:1 1 0;display:inline-flex;align-items:center;justify-content:center;padding:10px 0;border:none;background:transparent;color:var(--fg);text-decoration:none;font:inherit;font-size:15px;font-weight:500;line-height:1;border-radius:10px;cursor:pointer;-webkit-tap-highlight-color:transparent}.nav-keyboard-item.active{background:var(--fg);color:var(--bg);font-weight:600}}.editor-fill .ProseMirror{min-height:60vh}.editor-preview{min-height:60vh;font-size:16px;line-height:1.6;color:var(--fg)}.editor-preview h1{font-size:30px;font-weight:700;line-height:1.2;margin:24px 0 12px}.editor-preview h2{font-size:24px;font-weight:700;line-height:1.3;margin:20px 0 10px}.editor-preview h3{font-size:20px;font-weight:700;line-height:1.4;margin:16px 0 8px}.editor-preview h4,.editor-preview h5,.editor-preview h6{font-size:17px;font-weight:700;margin:14px 0 6px}.editor-preview p{margin:0 0 10px}.editor-preview ul,.editor-preview ol{margin:0 0 10px;padding-left:28px}.editor-preview li{margin:2px 0}.editor-preview blockquote{margin:10px 0;padding-left:12px;border-left:3px solid var(--border);color:var(--fg-muted)}.editor-preview pre,.editor-preview code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:14px;background:var(--bg-elevated);border-radius:4px}.editor-preview code{padding:1px 4px}.editor-preview pre{padding:8px 12px;margin:10px 0;overflow-x:auto}.editor-preview pre code{padding:0;background:transparent}.editor-preview img{max-width:100%;height:auto}.editor-preview a{text-decoration:underline}.editor-preview table{border-collapse:collapse;margin:10px 0}.editor-preview th,.editor-preview td{border:1px solid var(--border);padding:6px 10px;text-align:left}
