*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;background-color:#0f172a;color:#e5e7eb}h1,h2,h3{margin:0 0 12px;line-height:1.2}p{margin:8px 0}input,textarea,button{font-family:inherit}.app{max-width:720px;margin:0 auto;padding:24px}.card{background-color:#020617;border-radius:10px;padding:20px;margin-bottom:20px}form{display:flex;flex-direction:column;gap:12px}input,textarea{padding:10px 20px;border-radius:6px;border:1px solid #334155;background-color:#020617;color:#e5e7eb}input::placeholder,textarea::placeholder{color:#94a3b8}textarea{min-height:100px;resize:vertical}button{padding:10px 14px;border-radius:6px;border:none;background-color:#2563eb;color:#fff;cursor:pointer}button:disabled{background-color:#475569;cursor:not-allowed}button.secondary{background-color:#334155}button.danger{background-color:#dc2626}.notes-list{list-style:none;padding:0;margin-top:24px;display:flex;flex-direction:column;gap:16px}.note-card{background:linear-gradient(180deg,#141e3ce6,#0a0e1ee6);border-radius:14px;border:1px solid rgba(255,255,255,.06);padding:16px 18px;box-shadow:0 10px 30px #00000059}.note-body{margin-bottom:12px}.note-title{margin:0 0 6px;font-size:1.05rem;font-weight:600;color:#e5e7eb}.note-content{margin:0;color:#cbd5f5;line-height:1.5}.note-actions{display:flex;gap:10px}.note-actions button{padding:6px 14px;border-radius:8px;font-size:.9rem}.error{color:#f87171;font-size:14px}.logout{margin-top:20px}@media(max-width:480px){.app{padding:16px}.note-actions{flex-direction:column}}
