:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f8fafd;--bg-warm:#f5f6f3;--surface:#fff;--surface-raised:#fff;--surface-hover:#f0f3f7;--surface-strong:#e9eef6;--text:#202124;--text-soft:#3c4043;--muted:#687079;--faint:#969da5;--line:#e1e5ea;--line-strong:#cbd1d8;--accent:#0b57d0;--accent-hover:#0842a0;--accent-soft:#dbe9ff;--accent-text:#0b3d91;--danger:#b3261e;--shadow-sm:0 1px 2px #2d31370f, 0 1px 5px #2d31370a;--shadow-md:0 10px 30px #2d313717, 0 2px 7px #2d313712;--shadow-lg:0 24px 70px #161c2429, 0 4px 16px #161c241a;--note-default:#fff;--note-sand:#fff3cf;--note-peach:#ffe2c6;--note-rose:#ffdadd;--note-mint:#dff3e5;--note-sky:#dceeff;--note-lavender:#e9e2ff;--header-height:72px;font-synthesis:none;text-rendering:optimizelegibility;font-family:DM Sans,sans-serif}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#111310;--bg-warm:#151713;--surface:#1b1e19;--surface-raised:#22251f;--surface-hover:#292d26;--surface-strong:#30342d;--text:#f1f3ed;--text-soft:#d6dad1;--muted:#a1a79d;--faint:#747b71;--line:#30342d;--line-strong:#454a41;--accent:#a8c7fa;--accent-hover:#c2d7fb;--accent-soft:#243a5b;--accent-text:#d5e3ff;--danger:#ffb4ab;--shadow-sm:0 1px 3px #0000003d;--shadow-md:0 13px 34px #00000047, 0 2px 8px #0003;--shadow-lg:0 28px 80px #00000073, 0 6px 18px #0000004d;--note-default:#1e211c;--note-sand:#3a321d;--note-peach:#3e2d21;--note-rose:#3c2729;--note-mint:#22362a;--note-sky:#223342;--note-lavender:#302b42}*{box-sizing:border-box}html{background:var(--bg);scroll-behavior:smooth;min-width:320px}body{min-width:320px;min-height:100vh;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;margin:0}button,input,textarea{color:inherit;font:inherit}button{cursor:pointer;border:0}button:disabled{cursor:wait;opacity:.62}a{color:inherit;text-decoration:none}svg{width:20px;height:20px;display:block}img{display:block}::selection{color:var(--text);background:color-mix(in srgb, var(--accent) 26%, transparent)}:focus-visible{outline:3px solid color-mix(in srgb, var(--accent) 42%, transparent);outline-offset:2px}.sr-only{clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}.skip-link{z-index:200;color:var(--surface);background:var(--text);border-radius:10px;padding:10px 15px;transition:transform .18s;position:fixed;top:10px;left:10px;transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}.icon-button{width:40px;height:40px;color:var(--muted);background:0 0;border-radius:50%;flex:none;place-items:center;padding:0;transition:color .16s,background-color .16s,transform .18s cubic-bezier(.22,1,.36,1);display:grid}.icon-button:hover{color:var(--text);background:var(--surface-hover)}.icon-button:active{transform:scale(.9)}.icon-button.active{color:var(--accent);background:var(--accent-soft)}.app{min-height:100vh}.topbar{z-index:40;height:var(--header-height);background:color-mix(in srgb, var(--bg) 88%, transparent);border-bottom:1px solid color-mix(in srgb, var(--line) 72%, transparent);-webkit-backdrop-filter:blur(18px)saturate(1.2);backdrop-filter:blur(18px)saturate(1.2);grid-template-columns:255px minmax(260px,760px) minmax(365px,1fr);align-items:center;gap:22px;padding:0 24px 0 18px;display:grid;position:sticky;top:0}.topbar-brand{align-items:center;gap:9px;min-width:0;display:flex}.menu-button{margin-right:1px}.brand{align-items:center;gap:11px;min-width:0;display:inline-flex}.brand-mark{flex:none;place-items:center;width:32px;height:32px;display:grid}.brand-mark img{object-fit:contain;filter:invert();width:19px;height:19px}:root[data-theme=dark] .brand-mark img{filter:none}.brand-name{align-items:baseline;gap:6px;min-width:0;display:flex}.brand-name b{letter-spacing:-.04em;font-family:Manrope,sans-serif;font-size:20px;font-weight:600}.brand-name small{color:var(--faint);text-transform:uppercase;letter-spacing:.11em;white-space:nowrap;font-size:9px;font-weight:600}.global-search{width:100%;height:48px;color:var(--muted);background:var(--surface-strong);border:1px solid #0000;border-radius:24px;align-items:center;gap:12px;padding:0 13px 0 17px;transition:color .2s,background-color .2s,border-color .2s,box-shadow .2s,transform .2s cubic-bezier(.22,1,.36,1);display:flex}.global-search:focus-within{color:var(--text);background:var(--surface);border-color:color-mix(in srgb, var(--accent) 30%, var(--line));transform:translateY(-1px);box-shadow:0 1px 2px #0000000d,0 5px 18px #222d3c14}.global-search>svg{flex:none;width:19px;height:19px}.global-search input{background:0 0;border:0;outline:0;width:100%;min-width:0;height:100%;padding:0;font-size:14px}.global-search input::placeholder{color:var(--muted);opacity:.9}.global-search input::-webkit-search-cancel-button{display:none}.global-search button{width:31px;height:31px;color:var(--muted);background:0 0;border-radius:50%;flex:none;place-items:center;padding:0;display:grid}.global-search button:hover{color:var(--text);background:var(--surface-hover)}.global-search button svg{width:17px;height:17px}.global-search kbd{min-width:34px;color:var(--faint);background:color-mix(in srgb, var(--surface) 68%, transparent);border:1px solid var(--line);text-align:center;white-space:nowrap;border-radius:6px;padding:4px 6px;font-family:inherit;font-size:9px}.topbar-actions{justify-content:flex-end;align-items:center;gap:3px;min-width:0;display:flex}.topbar-actions tizzle-app-launcher,.auth-header tizzle-app-launcher{margin:0 1px;display:block}.sync-state{height:34px;color:var(--muted);background:0 0;border-radius:17px;align-items:center;gap:7px;margin-right:8px;padding:0 10px;font-size:10px;font-weight:600;transition:color .16s,background-color .16s;display:flex}.sync-state:hover{color:var(--text);background:var(--surface-hover)}.sync-state svg{width:16px;height:16px}.sync-state.sync-saving svg{animation:1.3s ease-in-out infinite cloud-pulse}.sync-state:has(+.refreshing) svg{animation:1.3s ease-in-out infinite cloud-pulse}.sync-state.sync-error,.sync-state.sync-offline{color:#a35c27}:root[data-theme=dark] .sync-state.sync-error,:root[data-theme=dark] .sync-state.sync-offline{color:#e5b27c}.popover-anchor,.account-control,.editor-tool-anchor{position:relative}.theme-toggle svg{width:18px;height:18px;overflow:visible}.theme-toggle .sun-core,.theme-toggle .sun-rays{transform-box:fill-box;transform-origin:50%}.theme-toggle.is-changing .sun-rays{animation:.48s cubic-bezier(.65,0,.35,1) rays-in-out}.theme-toggle.is-changing .sun-core{animation:.48s cubic-bezier(.65,0,.35,1) core-breathe}.account-trigger{background:0 0;border-radius:50%;place-items:center;width:40px;height:40px;padding:0;display:grid}.account-trigger:hover{background:var(--surface-hover)}.account-avatar{color:#fff;border:2px solid var(--surface);width:32px;height:32px;box-shadow:0 0 0 1px var(--line), 0 2px 7px #0000001a;background:linear-gradient(145deg,#262a24,#50584d);border-radius:50%;place-items:center;font-size:12px;font-weight:700;display:grid;position:relative;overflow:visible}.account-avatar img{object-fit:cover;border-radius:inherit;width:100%;height:100%}.account-avatar.large{width:44px;height:44px;box-shadow:0 0 0 1px var(--line);border-width:1px;font-size:15px}.presence-dot{border:2px solid var(--bg);background:#28a86b;border-radius:50%;width:9px;height:9px;position:absolute;bottom:-1px;right:-1px}.account-menu,.settings-popover{z-index:70;background:var(--surface-raised);border:1px solid var(--line);width:280px;box-shadow:var(--shadow-lg);transform-origin:100% 0;border-radius:16px;padding:9px;position:absolute;top:48px;right:0}.account-person{border-bottom:1px solid var(--line);align-items:center;gap:12px;padding:10px 9px 13px;display:flex}.account-person>span:last-child{gap:3px;min-width:0;display:grid}.account-person strong{text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:700;overflow:hidden}.account-person small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.account-sync{background:var(--surface-hover);border-radius:11px;align-items:center;gap:10px;margin:8px 0;padding:10px;display:flex}.account-sync>span:first-child{width:30px;height:30px;color:var(--accent-text);background:var(--accent-soft);border-radius:9px;flex:none;place-items:center;display:grid;position:relative}.account-sync>span:first-child svg{width:16px;height:16px}.account-sync>span:first-child i{border:1px solid var(--surface-hover);background:#28a86b;border-radius:50%;width:5px;height:5px;position:absolute;top:4px;right:4px}.account-sync>span:last-child{gap:2px;display:grid}.account-sync b{font-size:10px}.account-sync small{color:var(--muted);font-size:9px;line-height:1.35}.account-menu>a,.account-signout{width:100%;min-height:39px;color:var(--text-soft);text-align:left;background:0 0;border-radius:9px;align-items:center;gap:10px;padding:0 10px;font-size:10px;display:flex}.account-menu>a:hover,.account-signout:hover{color:var(--text);background:var(--surface-hover)}.account-menu>a svg,.account-signout svg{width:17px;height:17px;color:var(--muted)}.account-signout{border-top:1px solid var(--line);border-radius:0 0 9px 9px}.settings-popover{width:310px}.popover-heading{border-bottom:1px solid var(--line);padding:9px 10px 14px}.popover-heading>span{gap:3px;display:grid}.popover-heading strong{font-size:13px}.popover-heading small{color:var(--muted);font-size:10px}.setting-row{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:10px;min-height:57px;padding:10px;display:flex}.setting-row>span{align-items:center;gap:9px;display:flex}.setting-row>span svg{width:17px;height:17px;color:var(--muted)}.setting-row b{font-size:10px}.segmented{background:var(--surface-hover);border-radius:9px;gap:2px;padding:3px;display:flex}.segmented button{min-width:47px;height:27px;color:var(--muted);background:0 0;border-radius:7px;padding:0 8px;font-size:9px}.segmented button.selected{color:var(--text);background:var(--surface);box-shadow:var(--shadow-sm)}.setting-shortcuts{justify-content:stretch;display:grid}.setting-shortcuts small{color:var(--muted);font-size:9px}.setting-shortcuts kbd{color:var(--text-soft);background:var(--surface-hover);border:1px solid var(--line);border-radius:4px;padding:2px 5px;font-family:inherit}.settings-foot{color:var(--faint);align-items:center;gap:7px;margin:10px 8px 4px;font-size:8px;line-height:1.4;display:flex}.settings-foot svg{width:14px;height:14px}.app-body{min-height:calc(100vh - var(--header-height));grid-template-columns:258px minmax(0,1fr);transition:grid-template-columns .28s cubic-bezier(.22,1,.36,1);display:grid}.sidebar{top:var(--header-height);height:calc(100vh - var(--header-height));background:var(--bg);flex-direction:column;padding:22px 16px 18px;transition:opacity .2s,transform .28s cubic-bezier(.22,1,.36,1),visibility .28s;display:flex;position:sticky;overflow-y:auto}.sidebar-collapsed .app-body{grid-template-columns:0 minmax(0,1fr)}.sidebar-collapsed .sidebar{visibility:hidden;pointer-events:none;opacity:0;transform:translate(-18px)}.sidebar-collapsed .topbar{grid-template-columns:44px minmax(260px,760px) minmax(365px,1fr)}.sidebar-collapsed .topbar-brand .brand{display:none}.new-note-button{width:174px;height:52px;color:var(--text);background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow-sm);border-radius:16px;align-items:center;gap:11px;margin:0 0 22px 5px;padding:0 14px 0 9px;transition:box-shadow .2s,transform .2s cubic-bezier(.22,1,.36,1),border-color .2s;display:flex}.new-note-button:hover{border-color:var(--line-strong);box-shadow:var(--shadow-md);transform:translateY(-2px)}.new-note-button:active{transform:scale(.97)}.new-note-button>span{width:32px;height:32px;color:var(--surface);background:var(--text);border-radius:10px;flex:none;place-items:center;display:grid}.new-note-button>span svg{width:18px;height:18px}.new-note-button b{font-size:11px;font-weight:700}.new-note-button kbd{color:var(--faint);margin-left:auto;font-family:inherit;font-size:9px}.sidebar nav,.labels-nav{gap:3px;display:grid}.sidebar nav>button,.labels-nav>button{width:100%;min-height:43px;color:var(--muted);text-align:left;animation:nav-in .32s calc(var(--nav-index) * 30ms) cubic-bezier(.22,1,.36,1) both;background:0 0;border-radius:0 22px 22px 0;grid-template-columns:20px minmax(0,1fr) auto;align-items:center;gap:13px;padding:0 14px;font-size:11px;transition:color .16s,background-color .16s,transform .18s cubic-bezier(.22,1,.36,1);display:grid;position:relative}.sidebar nav>button:before,.labels-nav>button:before{content:"";background:var(--accent);opacity:0;border-radius:0 4px 4px 0;width:3px;transition:opacity .16s,transform .2s cubic-bezier(.22,1,.36,1);position:absolute;top:8px;bottom:8px;left:-16px;transform:scaleY(.4)}.sidebar nav>button:hover,.labels-nav>button:hover{color:var(--text);background:var(--surface-hover);transform:translate(2px)}.sidebar nav>button.active,.labels-nav>button.active{color:var(--accent-text);background:var(--accent-soft)}.sidebar nav>button.active:before,.labels-nav>button.active:before{opacity:1;transform:scaleY(1)}.sidebar nav svg,.labels-nav svg{width:18px;height:18px}.sidebar nav button.active>svg,.labels-nav button.active>svg{stroke-width:2px}.sidebar nav button>span,.labels-nav button>span{text-overflow:ellipsis;white-space:nowrap;font-weight:600;overflow:hidden}.sidebar nav button>b,.labels-nav button>b{min-width:17px;color:inherit;background:color-mix(in srgb, currentColor 7%, transparent);text-align:center;border-radius:9px;padding:2px 5px;font-size:8px;font-weight:700}.labels-nav{border-top:1px solid var(--line);margin-top:22px;padding-top:14px}.sidebar-section-title{min-height:28px;color:var(--faint);text-transform:uppercase;letter-spacing:.13em;justify-content:space-between;align-items:center;padding:0 15px;font-size:9px;font-weight:700;display:flex}.sidebar-section-title svg{width:14px;height:14px}.sidebar-footer{color:var(--faint);border-top:1px solid var(--line);align-items:center;gap:9px;margin-top:auto;padding:18px 11px 0;display:flex}.collective-mark{flex:none;place-items:center;width:26px;height:26px;display:grid}.collective-mark img{filter:invert();width:15px;height:15px}:root[data-theme=dark] .collective-mark img{filter:none}.sidebar-footer>span:last-child{gap:1px;min-width:0;display:grid}.sidebar-footer b{color:var(--muted);font-size:8px}.sidebar-footer small{font-size:7px}.notes-main{background:radial-gradient(circle at 87% 0, color-mix(in srgb, var(--accent-soft) 48%, transparent), transparent 30%), var(--bg);min-width:0;padding:48px clamp(24px,4vw,64px) 100px;overflow:hidden}.workspace-heading{justify-content:space-between;align-items:flex-end;gap:24px;width:min(100%,1240px);margin:0 auto 29px;display:flex}.workspace-heading .eyebrow,.auth-story .eyebrow{color:var(--accent);text-transform:uppercase;letter-spacing:.17em;font-size:9px;font-weight:700;display:block}.workspace-heading h1{letter-spacing:-.055em;margin:8px 0 5px;font-family:Manrope,sans-serif;font-size:clamp(27px,3.3vw,42px);font-weight:600;line-height:1.12}.workspace-heading p{color:var(--muted);margin:0;font-size:12px}.workspace-loader{gap:4px;padding:12px;display:flex}.workspace-loader i{background:var(--faint);border-radius:50%;width:5px;height:5px;animation:1s ease-in-out infinite loader-dot}.workspace-loader i:nth-child(2){animation-delay:.12s}.workspace-loader i:nth-child(3){animation-delay:.24s}.quick-capture{background:var(--surface);border:1px solid var(--line-strong);width:min(100%,760px);min-height:60px;box-shadow:var(--shadow-md);border-radius:18px;align-items:center;gap:11px;margin:0 auto 43px;padding:7px 8px 7px 16px;transition:border-color .2s,box-shadow .2s,transform .2s cubic-bezier(.22,1,.36,1);display:flex}.quick-capture:focus-within{border-color:color-mix(in srgb, var(--accent) 38%, var(--line));transform:translateY(-2px);box-shadow:0 14px 38px #2330421f,0 2px 8px #23304212}.quick-capture input{background:0 0;border:0;outline:0;width:100%;min-width:0;height:44px;padding:0 4px;font-size:13px}.quick-capture input::placeholder{color:var(--muted)}.quick-tools{align-items:center;gap:2px;display:flex}.quick-tools button{width:38px;height:38px;color:var(--muted);background:0 0;border-radius:11px;place-items:center;padding:0;display:grid}.quick-tools button:hover{color:var(--text);background:var(--surface-hover)}.quick-tools svg{width:18px;height:18px}.quick-add{color:#fff;background:#0b57d0;border-radius:12px;place-items:center;min-width:62px;height:40px;padding:0 17px;font-size:10px;font-weight:700;transition:background-color .16s,transform .16s;display:grid}.quick-add:hover{background:#0842a0;transform:translateY(-1px)}.notes-sections{width:min(100%,1240px);margin:0 auto}.note-section+.note-section{margin-top:34px}.note-section>h2{color:var(--faint);text-transform:uppercase;letter-spacing:.14em;margin:0 0 12px 4px;font-size:9px;font-weight:700}.notes-grid.grid{grid-template-columns:repeat(auto-fill,minmax(230px,1fr));align-items:start;gap:16px;display:grid}.notes-grid.list{gap:11px;width:min(100%,790px);margin:0 auto;display:grid}.note-card{width:100%;min-height:154px;color:var(--text);background:var(--note-default);border:1px solid var(--line);box-shadow:var(--shadow-sm);cursor:pointer;border-radius:15px;flex-direction:column;margin:0;padding:15px 15px 12px;transition:border-color .18s,box-shadow .22s,transform .22s cubic-bezier(.22,1,.36,1);display:flex;position:relative}.notes-grid.list .note-card{min-height:132px;margin:0;display:flex}.note-card:hover,.note-card:focus-visible{border-color:color-mix(in srgb, var(--text) 24%, var(--line));box-shadow:var(--shadow-md);transform:translateY(-3px)}.note-card:active{transform:translateY(-1px)scale(.995)}.colour-default{background:var(--note-default)!important}.colour-sand{background:var(--note-sand)!important}.colour-peach{background:var(--note-peach)!important}.colour-rose{background:var(--note-rose)!important}.colour-mint{background:var(--note-mint)!important}.colour-sky{background:var(--note-sky)!important}.colour-lavender{background:var(--note-lavender)!important}.note-card-top{justify-content:space-between;align-items:center;min-height:24px;display:flex}.note-type{width:27px;height:27px;color:var(--muted);background:color-mix(in srgb, var(--surface) 52%, transparent);border-radius:9px;place-items:center;display:grid}.note-type svg{width:15px;height:15px}.pinned-mark{width:28px;height:28px;color:var(--text-soft);background:color-mix(in srgb, var(--surface) 48%, transparent);border-radius:50%;place-items:center;display:grid}.pinned-mark svg{width:15px;height:15px;fill:color-mix(in srgb, currentColor 18%, transparent)}.note-card h3{letter-spacing:-.025em;overflow-wrap:anywhere;word-break:break-word;white-space:normal;-webkit-hyphens:auto;hyphens:auto;max-width:100%;margin:13px 0 7px;font-family:Manrope,sans-serif;font-size:15px;font-weight:700;line-height:1.3}.note-card>p{max-height:210px;color:var(--text-soft);white-space:pre-wrap;overflow-wrap:anywhere;margin:4px 0 16px;font-size:11px;line-height:1.58;overflow:hidden;-webkit-mask-image:linear-gradient(#000 83%,#0000);mask-image:linear-gradient(#000 83%,#0000)}.card-checklist{gap:7px;margin:9px 0 15px;padding:0;list-style:none;display:grid}.card-checklist li{color:var(--text-soft);grid-template-columns:16px minmax(0,1fr);align-items:start;gap:7px;font-size:10px;line-height:1.35;display:grid}.card-checklist li>span{border:1px solid color-mix(in srgb, var(--muted) 70%, transparent);border-radius:4px;place-items:center;width:14px;height:14px;display:grid}.card-checklist li>span svg{width:10px;height:10px}.card-checklist li>b{overflow-wrap:anywhere;min-width:0;font-weight:500}.card-checklist li.checked>b{color:var(--faint);text-decoration:line-through}.card-checklist .more-items{color:var(--faint);padding-left:23px;font-size:9px;display:block}.note-meta{flex-wrap:wrap;gap:5px;margin:auto 0 12px;display:flex}.note-meta>span{max-width:100%;min-height:23px;color:var(--muted);background:color-mix(in srgb, var(--surface) 48%, transparent);border:1px solid color-mix(in srgb, var(--line) 65%, transparent);text-overflow:ellipsis;white-space:nowrap;border-radius:8px;align-items:center;gap:5px;padding:0 8px;font-size:8px;font-weight:600;display:inline-flex;overflow:hidden}.note-meta .reminder-chip{color:var(--accent-text);background:color-mix(in srgb, var(--accent-soft) 70%, transparent)}.note-meta svg{width:11px;height:11px}.note-card-footer{justify-content:space-between;align-items:center;gap:8px;min-height:31px;margin-top:auto;display:flex}.note-card-footer time{color:var(--faint);font-size:8px}.card-actions{opacity:0;margin-right:-5px;transition:opacity .16s,transform .2s cubic-bezier(.22,1,.36,1);display:flex;transform:translateY(3px)}.note-card:hover .card-actions,.note-card:focus-within .card-actions{opacity:1;transform:translateY(0)}.card-actions button{width:29px;height:29px;color:var(--muted);background:0 0;border-radius:8px;place-items:center;padding:0;transition:color .14s,background-color .14s,transform .16s;display:grid}.card-actions button:hover{color:var(--text);background:color-mix(in srgb, var(--surface) 72%, transparent)}.card-actions button:active{transform:scale(.83)}.card-actions button.active{color:var(--accent-text)}.card-actions button.active svg{fill:color-mix(in srgb, currentColor 25%, transparent)}.card-actions svg{width:15px;height:15px}.card-actions .unarchive-note{width:auto;min-width:82px;color:var(--accent-text);background:var(--accent-soft);justify-content:center;align-items:center;gap:5px;padding:0 9px;font-size:9px;font-weight:700;display:inline-flex}.card-actions .unarchive-note:hover{color:var(--accent-text);background:color-mix(in srgb, var(--accent) 22%, var(--surface))}.card-actions .unarchive-note svg{width:14px;height:14px}.empty-state{text-align:center;place-content:center;justify-items:center;min-height:420px;display:grid}.empty-state>span{width:70px;height:70px;color:var(--muted);background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow-sm);border-radius:22px;place-items:center;display:grid;position:relative}.empty-state>span:after{content:"";z-index:-1;background:var(--accent-soft);border-radius:22px;position:absolute;inset:8px -9px -9px 8px;transform:rotate(5deg)}.empty-state>span svg{width:27px;height:27px}.empty-state h2{letter-spacing:-.04em;margin:25px 0 7px;font-family:Manrope,sans-serif;font-size:20px}.empty-state p{max-width:350px;color:var(--muted);margin:0;font-size:11px;line-height:1.55}.empty-state button{color:#fff;background:#0b57d0;border-radius:12px;align-items:center;gap:8px;height:40px;margin-top:20px;padding:0 16px;font-size:10px;font-weight:700;display:flex}.empty-state button svg{width:16px;height:16px}.mobile-backdrop,.mobile-create{display:none}.editor-backdrop{z-index:100;-webkit-backdrop-filter:blur(7px)saturate(.9);backdrop-filter:blur(7px)saturate(.9);background:#12171d75;place-items:center;padding:36px;display:grid;position:fixed;inset:0}.note-editor{background:var(--note-default);border:1px solid color-mix(in srgb, var(--line-strong) 78%, transparent);width:min(760px,100vw - 48px);height:min(760px,100dvh - 72px);box-shadow:var(--shadow-lg);border-radius:22px;grid-template-rows:64px minmax(0,1fr) 62px;display:grid;overflow:visible}.note-editor>header{border-bottom:1px solid color-mix(in srgb, var(--line) 75%, transparent);align-items:center;gap:10px;padding:0 16px;display:flex}.editor-back{display:none}.editor-save-state{height:30px;color:var(--muted);background:color-mix(in srgb, var(--surface) 45%, transparent);border-radius:9px;align-items:center;gap:6px;padding:0 9px;font-size:9px;font-weight:600;display:inline-flex}.editor-save-state svg{width:14px;height:14px}.editor-save-state.save-saving svg{animation:1.3s ease-in-out infinite cloud-pulse}.editor-save-state.save-error,.editor-save-state.save-offline{color:#a35c27}.editor-header-actions{align-items:center;gap:2px;margin-left:auto;display:flex}.editor-header-actions .icon-button{width:38px;height:38px}.editor-header-actions .icon-button svg{width:17px;height:17px}.editor-header-actions .icon-button.active svg{fill:color-mix(in srgb, currentColor 22%, transparent)}.done-button{color:#fff;background:#0b57d0;border-radius:11px;height:36px;margin-left:7px;padding:0 17px;font-size:10px;font-weight:700;transition:background-color .16s,transform .16s}.done-button:hover{background:#0842a0;transform:translateY(-1px)}.editor-scroll{scrollbar-width:thin;scrollbar-color:var(--line-strong) transparent;padding:34px 45px 28px;overflow-y:auto}.editor-title{width:100%;color:var(--text);letter-spacing:-.055em;background:0 0;border:0;outline:0;padding:0;font-family:Manrope,sans-serif;font-size:clamp(25px,4vw,38px);font-weight:600;line-height:1.25}.editor-title::placeholder{color:color-mix(in srgb, var(--muted) 70%, transparent)}.editor-content{resize:none;width:100%;min-height:390px;color:var(--text-soft);background:0 0;border:0;outline:0;margin-top:22px;padding:0;font-family:DM Sans,sans-serif;font-size:15px;line-height:1.75}.editor-content::placeholder{color:color-mix(in srgb, var(--muted) 70%, transparent)}.editor-checklist{gap:4px;margin-top:24px;display:grid}.checklist-row{border-bottom:1px solid color-mix(in srgb, var(--line) 72%, transparent);grid-template-columns:22px minmax(0,1fr) 30px;align-items:center;gap:10px;min-height:44px;display:grid}.checklist-row>button:first-child{width:20px;height:20px;color:var(--surface);border:1.5px solid var(--muted);background:0 0;border-radius:6px;place-items:center;padding:0;display:grid}.checklist-row>button:first-child.checked{background:var(--text);border-color:var(--text)}.checklist-row>button:first-child svg{width:13px;height:13px}.checklist-row input{background:0 0;border:0;outline:0;width:100%;height:43px;padding:0;font-size:14px}.checklist-row input.checked{color:var(--faint);text-decoration:line-through}.remove-check{width:29px;height:29px;color:var(--faint);opacity:0;background:0 0;border-radius:8px;place-items:center;padding:0;transition:opacity .16s,color .16s,background-color .16s;display:grid}.checklist-row:hover .remove-check,.remove-check:focus-visible{opacity:1}.remove-check:hover{color:var(--text);background:color-mix(in srgb, var(--surface) 55%, transparent)}.remove-check svg{width:15px;height:15px}.add-check{width:max-content;height:38px;color:var(--muted);background:0 0;border-radius:9px;align-items:center;gap:8px;margin:7px 0 0 29px;padding:0 10px;font-size:10px;display:flex}.add-check:hover{color:var(--text);background:color-mix(in srgb, var(--surface) 55%, transparent)}.add-check svg{width:16px;height:16px}.editor-chips{flex-wrap:wrap;gap:7px;margin-top:30px;display:flex}.editor-chips>span,.editor-chips>button{min-height:29px;color:var(--muted);background:color-mix(in srgb, var(--surface) 52%, transparent);border:1px solid color-mix(in srgb, var(--line) 66%, transparent);border-radius:10px;align-items:center;gap:6px;padding:0 9px;font-size:9px;font-weight:600;display:inline-flex}.editor-chips>button>span,.editor-chips>span>button{width:18px;height:18px;color:var(--faint);background:0 0;border-radius:50%;place-items:center;margin-right:-4px;padding:0;display:grid}.editor-chips svg{width:12px;height:12px}.editor-toolbar{border-top:1px solid color-mix(in srgb, var(--line) 75%, transparent);align-items:center;gap:3px;padding:0 17px;display:flex;position:relative}.editor-tool{width:39px;height:39px;color:var(--muted);background:0 0;border-radius:11px;place-items:center;padding:0;transition:color .16s,background-color .16s,transform .16s;display:grid}.editor-tool:hover,.editor-tool.active{color:var(--text);background:color-mix(in srgb, var(--surface) 57%, transparent)}.editor-tool:active{transform:scale(.86)}.editor-tool svg{width:17px;height:17px}.editor-hint{color:var(--faint);margin-left:auto;font-size:8px}.tool-popover{z-index:5;min-width:210px;color:var(--text);background:var(--surface-raised);border:1px solid var(--line);box-shadow:var(--shadow-md);transform-origin:0 100%;border-radius:13px;padding:10px;position:absolute;bottom:48px;left:0}.tool-popover>strong{color:var(--muted);text-transform:uppercase;letter-spacing:.1em;padding:4px 5px 9px;font-size:9px;display:block}.colour-picker{min-width:276px}.colour-picker>div{gap:6px;display:flex}.colour-dot{border:1px solid color-mix(in srgb, var(--text) 15%, var(--line));width:30px;height:30px;box-shadow:inset 0 0 0 2px color-mix(in srgb, var(--surface) 70%, transparent);border-radius:50%;place-items:center;padding:0;transition:transform .16s,box-shadow .16s;display:grid}.colour-dot:hover{transform:scale(1.1)}.colour-dot.selected{box-shadow:0 0 0 2px var(--surface), 0 0 0 4px var(--accent)}.colour-dot svg{width:13px;height:13px}.reminder-popover{width:280px}.reminder-popover input{width:100%;height:39px;color:var(--text);background:var(--surface-hover);border:1px solid var(--line);border-radius:9px;outline:0;padding:0 9px;font-size:10px}.reminder-popover>div{gap:6px;margin-top:8px;display:flex}.reminder-popover button{height:33px;color:var(--text-soft);background:var(--surface-hover);border-radius:8px;padding:0 9px;font-size:9px}.labels-popover{width:250px}.labels-popover form{grid-template-columns:1fr 34px;gap:5px;display:grid}.labels-popover form input{background:var(--surface-hover);border:1px solid var(--line);border-radius:9px;outline:0;min-width:0;height:36px;padding:0 9px;font-size:10px}.labels-popover form button{color:#fff;background:#0b57d0;border-radius:9px;place-items:center;display:grid}.labels-popover form svg{width:15px;height:15px}.labels-popover>div{max-height:170px;margin-top:7px;overflow-y:auto}.labels-popover label{cursor:pointer;border-radius:8px;align-items:center;gap:9px;min-height:34px;padding:0 5px;font-size:10px;display:flex}.labels-popover label:hover{background:var(--surface-hover)}.labels-popover label input{opacity:0;position:absolute}.labels-popover label>span{border:1px solid var(--line-strong);border-radius:5px;place-items:center;width:16px;height:16px;display:grid}.labels-popover label input:checked+span{color:var(--surface);background:var(--text);border-color:var(--text)}.labels-popover label svg{opacity:0;width:11px;height:11px}.labels-popover label input:checked+span svg{opacity:1}.more-anchor{margin-left:2px}.more-popover{transform-origin:100% 100%;min-width:178px;left:auto;right:0}.more-popover button{width:100%;min-height:36px;color:var(--text-soft);text-align:left;background:0 0;border-radius:8px;align-items:center;gap:9px;padding:0 8px;font-size:10px;display:flex}.more-popover button:hover{color:var(--text);background:var(--surface-hover)}.more-popover button.danger{color:var(--danger)}.more-popover button svg{width:15px;height:15px}.toast{z-index:130;max-width:calc(100vw - 32px);min-height:48px;color:var(--surface);background:var(--text);border:1px solid color-mix(in srgb, var(--surface) 12%, transparent);box-shadow:var(--shadow-lg);border-radius:14px;align-items:center;gap:9px;padding:0 9px 0 12px;display:flex;position:fixed;bottom:26px;left:50%}.toast>span{width:24px;height:24px;color:var(--text);background:var(--surface);border-radius:8px;place-items:center;display:grid}.toast>span svg{width:14px;height:14px}.toast>b{white-space:nowrap;font-size:10px;font-weight:600}.toast>button:not(.toast-close){height:32px;color:var(--accent);background:0 0;border-radius:8px;padding:0 10px;font-size:10px;font-weight:700}.toast>button:not(.toast-close):hover{background:color-mix(in srgb, var(--surface) 9%, transparent)}.toast-close{width:31px;height:31px;color:color-mix(in srgb, var(--surface) 70%, transparent);background:0 0;border-radius:9px;place-items:center;padding:0;display:grid}.toast-close:hover{color:var(--surface);background:color-mix(in srgb, var(--surface) 9%, transparent)}.toast-close svg{width:15px;height:15px}.auth-page{background:radial-gradient(circle at 12% 10%, color-mix(in srgb, var(--accent-soft) 54%, transparent), transparent 30%), var(--bg);grid-template-rows:72px 1fr 50px;min-height:100vh;display:grid;overflow:hidden}.auth-header{z-index:5;border-bottom:1px solid color-mix(in srgb, var(--line) 75%, transparent);justify-content:space-between;align-items:center;padding:0 28px;display:flex}.auth-header>div{align-items:center;gap:3px;display:flex}.signed-out-avatar{width:34px;height:34px;color:var(--muted);background:var(--surface-hover);border:1px solid var(--line);border-radius:50%;place-items:center;margin-left:4px;display:grid}.signed-out-avatar svg{width:17px;height:17px}.auth-main{grid-template-columns:minmax(0,1.08fr) minmax(360px,.72fr);align-items:center;gap:clamp(45px,8vw,130px);width:min(1240px,100% - 64px);margin:0 auto;display:grid}.auth-story{padding:65px 0 75px;position:relative}.auth-story h1{letter-spacing:-.075em;margin:12px 0 22px;font-family:Manrope,sans-serif;font-size:clamp(50px,6.5vw,86px);font-weight:600;line-height:.98}.auth-story h1 em{color:var(--accent);font-style:normal}.auth-story>p{max-width:580px;color:var(--muted);margin:0;font-size:clamp(13px,1.35vw,16px);line-height:1.7}.auth-promises{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:34px;display:grid}.auth-promises>span{background:color-mix(in srgb, var(--surface) 62%, transparent);border:1px solid color-mix(in srgb, var(--line) 75%, transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:14px;grid-template:auto auto/31px minmax(0,1fr);align-items:center;column-gap:9px;min-width:0;padding:13px;display:grid}.auth-promises i{width:31px;height:31px;color:var(--accent-text);background:var(--accent-soft);border-radius:9px;grid-row:1/3;place-items:center;display:grid}.auth-promises i svg{width:15px;height:15px}.auth-promises b{font-size:9px}.auth-promises small{color:var(--muted);text-overflow:ellipsis;margin-top:2px;font-size:7px;line-height:1.35;overflow:hidden}.auth-note-scene{width:min(550px,88%);height:210px;margin:32px auto -55px;position:relative}.scene-note{color:#26303a;border:1px solid #252f3a1a;border-radius:17px;width:240px;min-height:155px;padding:19px;position:absolute;box-shadow:0 17px 45px #1f2c3b24}.scene-note>span{position:absolute;top:13px;right:13px}.scene-note>span svg{width:15px;height:15px}.scene-note h3{margin:2px 0 10px;font-family:Manrope,sans-serif;font-size:15px}.scene-note p{margin:0 0 15px;font-size:10px;line-height:1.55}.scene-note small{color:#26303a8c;font-size:8px}.scene-sky{z-index:2;background:#dceeff;top:12px;left:1%}.scene-mint{background:#dff3e5;bottom:3px;right:2%}.scene-orbit{border:1px dashed color-mix(in srgb, var(--accent) 35%, transparent);border-radius:50%;place-items:center;width:50px;height:50px;animation:14s linear infinite orbit-spin;display:grid;position:absolute;top:41%;left:49%}.scene-orbit i{background:var(--accent);border-radius:50%;width:5px;height:5px;position:absolute}.scene-orbit i:first-child{top:-3px}.scene-orbit i:nth-child(2){right:-3px}.scene-orbit i:nth-child(3){bottom:-3px;left:8px}.auth-card-wrap{padding:45px 0}.auth-card{background:color-mix(in srgb, var(--surface) 94%, transparent);border:1px solid var(--line);width:min(100%,430px);box-shadow:var(--shadow-lg);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:25px;margin-left:auto;padding:32px}.auth-card-mark{background:var(--text);border-radius:13px;place-items:center;width:41px;height:41px;display:grid}.auth-card-mark img{width:21px;height:21px}:root[data-theme=dark] .auth-card-mark{background:#f0f1ed}:root[data-theme=dark] .auth-card-mark img{filter:invert()}.auth-kicker{color:var(--accent);text-transform:uppercase;letter-spacing:.15em;margin-top:25px;font-size:8px;font-weight:700;display:block}.auth-card h2{letter-spacing:-.055em;margin:7px 0;font-family:Manrope,sans-serif;font-size:29px}.auth-card>p{color:var(--muted);margin:0 0 24px;font-size:11px;line-height:1.55}.auth-card form{gap:13px;display:grid}.auth-card label{gap:6px;display:grid}.auth-card label>span{color:var(--text-soft);font-size:9px;font-weight:700}.auth-card label input{background:var(--surface-hover);border:1px solid var(--line);border-radius:11px;outline:0;width:100%;height:45px;padding:0 13px;font-size:11px;transition:border-color .16s,box-shadow .16s,background-color .16s}.auth-card label input:focus{background:var(--surface);border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb, var(--accent) 12%, transparent)}.auth-card label input::placeholder{color:var(--faint)}.auth-submit{color:#fff;background:#0b57d0;border-radius:12px;justify-content:center;align-items:center;gap:9px;height:46px;margin-top:4px;font-size:10px;font-weight:700;transition:background-color .16s,transform .16s cubic-bezier(.22,1,.36,1),box-shadow .16s;display:flex}.auth-submit:hover{background:#0842a0;transform:translateY(-1px);box-shadow:0 7px 19px #0b57d03b}.auth-switch{width:100%;color:var(--muted);background:0 0;margin-top:15px;padding:7px;font-size:9px}.auth-switch b{color:var(--accent)}.auth-fine{color:var(--faint);border-top:1px solid var(--line);align-items:flex-start;gap:7px;margin-top:19px;padding-top:17px;font-size:7px;line-height:1.45;display:flex}.auth-fine svg{flex:none;width:13px;height:13px}.auth-error,.auth-message{color:var(--danger);background:color-mix(in srgb, var(--danger) 8%, transparent);border:1px solid color-mix(in srgb, var(--danger) 20%, transparent);border-radius:9px;padding:10px;font-size:9px;line-height:1.45}.auth-message{color:var(--accent-text);background:var(--accent-soft);border-color:color-mix(in srgb, var(--accent) 20%, transparent)}.auth-footer{color:var(--faint);border-top:1px solid color-mix(in srgb, var(--line) 70%, transparent);justify-content:space-between;align-items:center;padding:0 30px;font-size:8px;display:flex}.auth-footer a:hover{color:var(--text)}.loading-screen{background:var(--bg);place-content:center;justify-items:center;min-height:100vh;display:grid}.loading-mark{background:var(--text);width:54px;height:54px;box-shadow:var(--shadow-md);border-radius:17px;place-items:center;display:grid}.loading-mark img{width:27px;height:27px}:root[data-theme=dark] .loading-mark{background:#f0f1ed}:root[data-theme=dark] .loading-mark img{filter:invert()}.loading-word{letter-spacing:-.04em;margin-top:14px;font-family:Manrope,sans-serif;font-size:18px;font-weight:600}.loading-dots{gap:4px;margin-top:13px;display:flex}.loading-dots i{background:var(--faint);border-radius:50%;width:5px;height:5px;animation:1s ease-in-out infinite loader-dot}.loading-dots i:nth-child(2){animation-delay:.12s}.loading-dots i:nth-child(3){animation-delay:.24s}.loading-screen tizzle-app-launcher{opacity:0;pointer-events:none;position:fixed;top:17px;right:20px}.button-spinner{border:2px solid;border-right-color:#0000;border-radius:50%;width:14px;height:14px;animation:.7s linear infinite spin;display:block}@keyframes rays-in-out{0%,to{opacity:1;transform:scale(1)rotate(0)}42%,58%{opacity:0;transform:scale(.12)rotate(38deg)}}@keyframes core-breathe{0%,to{transform:scale(1)}50%{transform:scale(.72)}}@keyframes cloud-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.52;transform:scale(.9)}}@keyframes loader-dot{0%,60%,to{opacity:.35;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}@keyframes nav-in{0%{opacity:0;transform:translate(-6px)}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes orbit-spin{to{transform:rotate(360deg)}}@media (width<=1180px){.topbar{grid-template-columns:220px minmax(220px,1fr) auto;gap:14px;padding-right:16px}.sync-state span{display:none}.sync-state{justify-content:center;width:40px;height:40px;margin-right:1px;padding:0}.auth-main{gap:55px}.auth-promises{grid-template-columns:1fr;width:min(100%,470px)}.auth-promises>span{grid-template-columns:31px minmax(0,1fr)}.auth-note-scene{margin-top:20px}}@media (width<=900px){:root{--header-height:68px}.topbar{grid-template-columns:200px minmax(190px,1fr) auto}.brand-name small,.layout-toggle{display:none}.app-body{grid-template-columns:78px minmax(0,1fr)}.sidebar{padding-inline:9px}.new-note-button{justify-content:center;width:54px;margin-left:3px;padding:0}.new-note-button>span{width:34px;height:34px}.new-note-button>b,.new-note-button>kbd,.sidebar nav button>span,.sidebar nav button>b,.labels-nav button>span,.labels-nav button>b,.sidebar-footer>span:last-child,.sidebar-section-title>span{display:none}.sidebar nav>button,.labels-nav>button{border-radius:13px;grid-template-columns:1fr;place-items:center;padding:0}.sidebar nav>button:before,.labels-nav>button:before{left:-9px}.sidebar-section-title{justify-content:center}.sidebar-footer{justify-content:center;padding-inline:0}.notes-main{padding-inline:30px}.auth-main{grid-template-columns:1fr;gap:0;width:min(100% - 42px,700px)}.auth-story{display:none}.auth-card{margin:auto}}@media (width<=680px){:root{--header-height:64px}body{overflow-x:hidden}.topbar{grid-template-columns:44px minmax(0,1fr) auto;gap:8px;padding:0 10px}.topbar-brand{gap:0}.topbar-brand .brand{display:none}.global-search{border-radius:14px;height:43px;padding-inline:12px}.global-search kbd{display:none}.topbar-actions{gap:0}.topbar-actions .sync-state,.topbar-actions .settings-popover+*,.topbar-actions .popover-anchor,.topbar-actions .layout-toggle,.topbar-actions .theme-toggle{display:none}.topbar-actions tizzle-app-launcher{margin:0}.account-trigger{width:36px;height:36px}.account-avatar{width:30px;height:30px}.account-menu{width:min(280px,100vw - 20px);position:fixed;top:58px;right:10px}.app-body{display:block}.sidebar{z-index:60;visibility:hidden;background:var(--bg);width:270px;height:100dvh;padding:82px 16px 20px;transition:transform .28s cubic-bezier(.22,1,.36,1),visibility .28s;position:fixed;top:0;bottom:0;left:0;transform:translate(-105%);box-shadow:20px 0 60px #00000047}.sidebar-open .sidebar{visibility:visible;transform:translate(0)}.sidebar .new-note-button{justify-content:flex-start;width:174px;margin-left:5px;padding:0 14px 0 9px}.sidebar .new-note-button>b,.sidebar .new-note-button>kbd,.sidebar nav button>span,.sidebar nav button>b,.sidebar .labels-nav button>span,.sidebar .labels-nav button>b,.sidebar-footer>span:last-child,.sidebar-section-title>span{display:initial}.sidebar nav>button,.sidebar .labels-nav>button{place-items:initial;grid-template-columns:20px minmax(0,1fr) auto;padding:0 14px}.sidebar-section-title{justify-content:space-between}.sidebar-footer{justify-content:flex-start;padding-inline:11px}.mobile-backdrop{z-index:55;visibility:hidden;opacity:0;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0000006b;transition:opacity .25s,visibility .25s;display:block;position:fixed;inset:0}.sidebar-open .mobile-backdrop{visibility:visible;opacity:1}.notes-main{min-height:calc(100dvh - 64px);padding:31px 16px 100px}.workspace-heading{margin-bottom:23px;padding:0 4px}.workspace-heading h1{font-size:28px}.workspace-heading p{font-size:10px}.quick-capture{border-radius:16px;min-height:56px;margin-bottom:32px}.quick-capture input{font-size:12px}.quick-tools button:nth-child(2){display:none}.notes-grid.grid{grid-template-columns:1fr;gap:10px}.note-card{border-radius:13px;min-height:142px;padding:12px 12px 10px}.note-card h3{margin-top:10px;font-size:13px}.note-card>p{max-height:170px;font-size:10px}.card-actions{opacity:1;transform:none}.card-actions button:nth-child(-n+2),.note-card-footer time{display:none}.note-card-footer{justify-content:flex-end}.note-meta>span{max-width:125px}.mobile-create{z-index:35;color:#fff;background:#0b57d0;border-radius:17px;place-items:center;width:54px;height:54px;padding:0;display:grid;position:fixed;bottom:22px;right:20px;box-shadow:0 12px 28px #0b57d04d}.mobile-create svg{width:23px;height:23px}.editor-backdrop{background:var(--bg);-webkit-backdrop-filter:none;backdrop-filter:none;place-items:stretch stretch;padding:0}.note-editor{border:0;border-radius:0;grid-template-rows:60px minmax(0,1fr) 60px;width:100%;height:100dvh}.note-editor>header{padding:0 10px}.editor-back{display:grid}.editor-save-state{padding-inline:7px;font-size:0}.editor-save-state svg{width:16px;height:16px}.editor-header-actions .icon-button:nth-child(2){display:none}.done-button{margin-left:3px}.editor-scroll{padding:27px 22px 24px}.editor-title{font-size:29px}.editor-content{min-height:58vh;font-size:14px}.editor-toolbar{gap:0;padding:0 11px}.editor-tool{width:38px}.editor-hint{display:none}.tool-popover{width:auto;position:fixed;bottom:68px;left:12px;right:12px}.colour-picker{min-width:0}.colour-picker>div{justify-content:space-between}.more-popover{min-width:190px;left:auto;right:12px}.toast{bottom:16px}.toast>b{text-overflow:ellipsis;max-width:190px;overflow:hidden}.auth-page{grid-template-rows:64px 1fr 42px;overflow-y:auto}.auth-header{padding:0 14px}.auth-header .brand-name small{display:none}.auth-main{width:calc(100% - 28px)}.auth-card-wrap{padding:28px 0}.auth-card{border-radius:21px;padding:25px 22px}.auth-card h2{font-size:26px}.auth-footer{padding-inline:16px;font-size:7px}.auth-footer span:last-child{display:none}}@media (width<=390px){.note-card{min-height:130px}.global-search input::placeholder{color:#0000}.editor-toolbar .editor-tool:nth-of-type(5){display:none}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;transition-delay:0s!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media (hover:none){.card-actions{opacity:1;transform:none}.remove-check{opacity:1}}
