:root{color:#f1f1f4;font-synthesis:none;--panel:#101116;--panel2:#15171d;--line:#272932;--muted:#8b8e99;--accent:#c8ff5a;--accent-dark:#18220d;background:#090a0d;font-family:Inter,ui-sans-serif,system-ui,sans-serif}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0}button,input,textarea{font:inherit}button{color:inherit}.app-shell{grid-template-columns:370px 1fr;height:100vh;display:grid;overflow:hidden}.sidebar{background:var(--panel);border-right:1px solid var(--line);flex-direction:column;min-width:0;display:flex}.sidebar-header,.editor-header{border-bottom:1px solid var(--line);flex:0 0 76px;align-items:center;height:76px;padding:0 22px;display:flex}.sidebar-header{justify-content:space-between}.brand{align-items:center;gap:12px;display:flex}.brand>div:last-child{flex-direction:column;gap:3px;display:flex}.brand strong{letter-spacing:.01em;font-size:15px}.brand span{color:var(--muted);font-size:11px}.brand-mark{color:#10120b;background:var(--accent);border-radius:14px;place-items:center;width:48px;height:48px;display:grid;box-shadow:0 0 35px #c8ff5a1a}.brand-mark.small{border-radius:10px;width:38px;height:38px}.brand-mark.small svg{width:19px}.brand-mark.large{border-radius:20px;width:68px;height:68px}.brand-mark.large svg{width:30px;height:30px}.icon{color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:9px;place-items:center;width:38px;height:38px;padding:8px;display:grid}.icon:hover{color:#fff;background:#202229}.icon svg{width:19px;height:19px}.icon.danger:hover{color:#ff7a86;background:#2b181c}.icon.compact{width:26px;height:26px;padding:5px}.primary{background:var(--accent);color:#111508;cursor:pointer;border:0;border-radius:9px;justify-content:center;align-items:center;gap:7px;padding:10px 18px;font-weight:700;display:inline-flex}.primary:hover{background:#d5ff82}.primary:disabled{opacity:.45;cursor:not-allowed}.primary svg{width:17px}.new-button{height:43px;margin:20px 20px 16px}.search-box{border:1px solid var(--line);background:#0b0c10;border-radius:9px;align-items:center;gap:9px;height:42px;margin:0 20px 13px;padding:0 11px;display:flex}.search-box>svg{color:#686b76;width:17px}.search-box input{color:#eee;background:0 0;border:0;outline:0;flex:1;min-width:0;font-size:13px}.filters{border-bottom:1px solid var(--line);gap:7px;padding:0 20px 17px;display:flex}.filters button{color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:7px;padding:9px;font-size:12px;font-weight:600;display:flex}.filters button.active{color:var(--accent);background:var(--accent-dark)}.filters svg{width:15px}.list-label{color:#686b75;text-transform:uppercase;letter-spacing:.12em;justify-content:space-between;padding:19px 22px 10px;font-size:10px;font-weight:700;display:flex}.notes-list{padding:0 11px 20px;overflow:auto}.note-card{text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:10px;width:100%;margin-bottom:3px;padding:14px 13px}.note-card:hover{background:#17191f}.note-card.selected{box-shadow:inset 3px 0 var(--accent);background:#1b1e22;border-color:#343830}.note-card strong{white-space:nowrap;text-overflow:ellipsis;margin-bottom:6px;font-size:13px;display:block;overflow:hidden}.note-card p{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:12px;overflow:hidden}.note-card footer{color:#5f626c;justify-content:space-between;align-items:center;margin-top:10px;font-size:10px;display:flex}.note-card footer div{gap:5px;display:flex}.note-card em{color:#9da77f;text-overflow:ellipsis;background:#21251b;border-radius:4px;max-width:80px;padding:2px 5px;font-style:normal;overflow:hidden}.empty{text-align:center;color:var(--muted);padding:55px 15px;font-size:13px}.empty svg{opacity:.35}.empty p{color:#ccc;margin:10px 0 4px;font-weight:600}.empty span{font-size:11px}.editor-panel{background:#0c0d11;flex-direction:column;min-width:0;display:flex}.editor-header{color:var(--muted);gap:8px;font-size:12px}.status-dot{background:var(--accent);width:7px;height:7px;box-shadow:0 0 8px var(--accent);border-radius:50%}.editor-actions{margin-left:auto;display:flex}.editor-form{flex-direction:column;flex:1;width:100%;max-width:920px;min-height:0;margin:auto;padding:46px 60px 0;display:flex}.title-input,.tag-input,textarea{color:#f1f1f4;background:0 0;border:0;outline:0}.title-input{letter-spacing:-.03em;padding:0 0 15px;font-size:34px;font-weight:700}.tag-input{border-bottom:1px solid var(--line);color:#b8bcab;padding:0 0 19px;font-size:12px}.editor-form textarea{resize:none;flex:1;padding:28px 0;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:13px;line-height:1.75}.save-bar{border-top:1px solid var(--line);justify-content:space-between;align-items:center;min-height:76px;display:flex}.muted{color:var(--muted)}.save-bar .muted{font-size:11px}.welcome{text-align:center;background:#0c0d11;flex-direction:column;justify-content:center;align-items:center;display:flex}.welcome h2{margin:22px 0 7px;font-size:22px}.welcome p{color:var(--muted);margin:0 0 23px;font-size:13px}.login-shell{background:radial-gradient(circle at 50% 25%,#192014 0,#0a0b0e 42%);place-items:center;min-height:100vh;padding:20px;display:grid}.login-card{border:1px solid var(--line);background:#111217f0;border-radius:18px;width:min(420px,100%);padding:38px;box-shadow:0 28px 80px #0008}.login-card .brand-mark{margin-bottom:28px}.eyebrow{color:var(--accent);text-transform:uppercase;letter-spacing:.15em;font-size:10px;font-weight:700}.login-card h1{margin:8px 0 10px;font-size:27px}.login-card .muted{margin-bottom:26px;font-size:13px;line-height:1.6}.login-card label{color:#bbb;margin-bottom:7px;font-size:11px;font-weight:600;display:block}.login-card input{border:1px solid var(--line);color:#fff;background:#090a0d;border-radius:9px;outline:none;width:100%;padding:12px}.login-card input:focus{border-color:#6d8740;box-shadow:0 0 0 3px #c8ff5a12}.wide{width:100%;height:44px;margin-top:13px}.toast{z-index:10;color:#ffb6bd;background:#2a161a;border:1px solid #61303a;border-radius:10px;align-items:center;gap:10px;max-width:430px;padding:12px 15px;font-size:12px;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 15px 40px #0008}.mobile-only{display:none}@media (width<=760px){.app-shell{display:block}.sidebar{border:0;height:100vh}.sidebar.hidden-mobile{display:none}.editor-panel{height:100vh}.welcome{display:none}.mobile-only{margin-left:-8px;display:grid}.editor-form{padding:30px 23px 0}.title-input{font-size:27px}.editor-header{padding:0 16px}.toast{bottom:15px;left:15px;right:15px}.login-card{padding:29px 24px}}
