:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}.card{padding:2em}#app{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#1a1a2e;color:#eee;min-height:100vh}.app{max-width:1200px;margin:0 auto;padding:20px;min-height:100vh;display:flex;flex-direction:column}header{text-align:center;padding:20px 0;border-bottom:1px solid #333;margin-bottom:20px}header h1{font-size:2rem;margin-bottom:5px}.subtitle{color:#888;font-size:.9rem}main{display:flex;gap:20px;flex:1;min-height:0}.note-list{width:320px;display:flex;flex-direction:column;gap:15px}.search-box input,.create-note input{width:100%;padding:10px 15px;border:1px solid #333;border-radius:8px;background:#16213e;color:#eee;font-size:.95rem}.search-box input:focus,.create-note input:focus{outline:none;border-color:#0f3460}.create-note{display:flex;gap:10px}.create-note input{flex:1}.create-note button{padding:10px 20px;background:#e94560;color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:700}.create-note button:disabled{background:#444;cursor:not-allowed}.notes{list-style:none;flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:8px}.notes li{display:flex;align-items:center;padding:12px 15px;background:#16213e;border-radius:8px;cursor:pointer;transition:background .2s}.notes li:hover{background:#1a2744}.notes li.active{background:#0f3460;border-left:3px solid #e94560}.notes li.empty{color:#666;cursor:default;justify-content:center}.notes li.empty:hover{background:#16213e}.note-item{flex:1;min-width:0}.note-title{display:block;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.note-date{display:block;font-size:.75rem;color:#666;margin-top:4px}.delete-btn{background:none;border:none;color:#666;font-size:1.2rem;cursor:pointer;padding:5px;line-height:1}.delete-btn:hover{color:#e94560}.editor{flex:1;display:flex;flex-direction:column;background:#16213e;border-radius:12px;padding:20px}.editor.empty-state{justify-content:center;align-items:center}.placeholder{text-align:center;color:#666}.placeholder p{margin-bottom:15px}.placeholder .hint{font-size:.9rem;margin-top:30px}.placeholder ul{list-style:none;text-align:left;display:inline-block;margin-top:10px}.placeholder li{margin:8px 0;font-size:.85rem}.placeholder code{background:#0f3460;padding:3px 8px;border-radius:4px;font-family:Fira Code,monospace;color:#e94560}.editor-header{display:flex;gap:10px;margin-bottom:15px}.edit-title{flex:1;padding:10px 15px;border:none;border-bottom:2px solid #333;background:transparent;color:#eee;font-size:1.3rem;font-weight:700}.edit-title:focus{outline:none;border-bottom-color:#e94560}.close-btn{background:none;border:none;color:#666;font-size:1.5rem;cursor:pointer;padding:5px 10px}.close-btn:hover{color:#eee}.edit-content{flex:1;padding:15px;border:none;border-radius:8px;background:#1a1a2e;color:#eee;font-size:1rem;line-height:1.6;resize:none}.edit-content:focus{outline:none}.editor-footer{display:flex;justify-content:space-between;margin-top:15px;font-size:.75rem;color:#666}
