:root{color:#26332e;background:#f3f1e9;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:radial-gradient(circle at top left,rgba(211,225,205,.85),transparent 34rem),#f3f1e9}button,textarea{font:inherit}button{cursor:pointer}.app-shell{width:min(960px,calc(100% - 32px));margin:0 auto;padding:72px 0}.app-header{max-width:640px;margin-bottom:32px}.eyebrow{color:#557b66;font-size:.78rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}h1,h2,p{margin-top:0}h1{margin-bottom:14px;color:#1c2a24;font-size:clamp(2.4rem,7vw,4.6rem);line-height:1;letter-spacing:-.06em}.app-header p{max-width:500px;margin-bottom:0;color:#65706b;font-size:1.05rem;line-height:1.7}.note-form{display:grid;gap:12px;padding:24px;border:1px solid rgba(38,51,46,.09);border-radius:20px;background:#ffffffc7;box-shadow:0 18px 50px #3a494114}.note-form label{font-weight:750}.note-form textarea{width:100%;resize:vertical;border:1px solid #d8dcd7;border-radius:12px;outline:none;padding:14px;color:#26332e;background:#fff;line-height:1.55;transition:border-color .16s ease,box-shadow .16s ease}.note-form textarea:focus{border-color:#6f9b80;box-shadow:0 0 0 4px #6f9b8024}.form-actions,.notes-heading,.note-card footer{display:flex;align-items:center;justify-content:space-between;gap:16px}.form-actions span,.notes-heading span,.note-card time{color:#7c8782;font-size:.82rem}.form-actions button{border:0;border-radius:999px;padding:10px 18px;color:#fff;background:#315f49;font-weight:750;transition:transform .16s ease,background .16s ease}.form-actions button:hover:not(:disabled){transform:translateY(-1px);background:#244d3a}.form-actions button:disabled{cursor:not-allowed;opacity:.45}.notes-section,.empty-state{margin-top:42px}.notes-heading h2{margin-bottom:0;font-size:1.25rem}.notes-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px;margin-top:16px}.note-card{display:flex;flex-direction:column;min-height:190px;padding:20px;border:1px solid rgba(38,51,46,.08);border-radius:16px;background:#fffdf8;box-shadow:0 10px 30px #3a49410d}.note-card p{flex:1;overflow-wrap:anywhere;line-height:1.65;white-space:pre-wrap}.note-card footer{padding-top:16px;border-top:1px solid #edf0ed}.delete-button{border:0;padding:4px;color:#a34f4f;background:transparent;font-size:.84rem;font-weight:700}.delete-button:hover{color:#7d2d2d}.empty-state{padding:40px 24px;border:1px dashed #cbd1cc;border-radius:16px;color:#75807b;text-align:center}.empty-state h2{margin-bottom:8px;color:#425149;font-size:1.15rem}.empty-state p{margin-bottom:0}@media(max-width:600px){.app-shell{padding:42px 0}.note-form{padding:18px}.note-card footer{align-items:flex-start}}
