:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#ffffffe6;background:#0f172a;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html,body,#root{min-height:100vh;margin:0;padding:0}#root{display:flex;flex-direction:column}a{color:#60a5fa;text-decoration:none}button{font-family:inherit;cursor:pointer}input,textarea{font-family:inherit}.container{width:100%;max-width:1200px;margin:0 auto;padding:1rem}.card{background:#1e293bd9;border:1px solid rgba(148,163,184,.15);border-radius:1rem;padding:1.25rem;box-shadow:0 10px 25px -10px #0000004d}.btn{border:none;border-radius:.6rem;padding:.6rem 1.2rem;font-weight:600;transition:transform .1s ease,opacity .15s ease}.btn:active{transform:scale(.98)}.btn-primary{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff}.btn-danger{background:#ef4444;color:#fff}.btn-ghost{background:transparent;border:1px solid rgba(148,163,184,.25);color:#ffffffd9}input[type=text],input[type=password],textarea{width:100%;padding:.7rem .9rem;border-radius:.5rem;border:1px solid rgba(148,163,184,.2);background:#0f172ab3;color:inherit;outline:none}input:focus,textarea:focus{border-color:#8b5cf6}.note{position:relative;padding:1rem;border-radius:.75rem;min-height:120px;display:flex;flex-direction:column;box-shadow:0 6px 18px -8px #00000059}.note-header{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:.5rem}.note-author{font-size:.75rem;opacity:.7;font-weight:600}.note-text{flex:1;font-size:.95rem;word-break:break-word}.note-actions{display:flex;gap:.5rem;margin-top:.75rem}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem}.hero{text-align:center;padding:3rem 1rem;background:radial-gradient(circle at top,rgba(99,102,241,.18),transparent 50%)}.hero h1{font-size:clamp(2.2rem,6vw,4rem);margin:0 0 .5rem;background:linear-gradient(135deg,#c4b5fd,#60a5fa);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.pill{display:inline-flex;align-items:center;gap:.35rem;font-size:.8rem;padding:.25rem .7rem;border-radius:999px;background:#ffffff14}.error{color:#fca5a5;font-size:.9rem;margin-top:.4rem}.center{display:flex;align-items:center;justify-content:center}
