html,body,#root{min-height:100%}body{margin:0}*{box-sizing:border-box;margin:0;padding:0}body{color:#20252c;background:#f8f7f3;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.app{background:radial-gradient(circle at 85% 5%,#eee5ff 0,#0000 26rem),radial-gradient(circle at 0,#e1f4ec 0,#0000 30rem),#f8f7f3;min-height:100vh}.setup-screen{background:radial-gradient(circle at 10% 10%,#e1f4ec 0,#0000 28rem),#f8f7f3;place-items:center;min-height:100vh;padding:24px;display:grid}.setup-card,.auth-card{background:#fff;border:1px solid #20252c1a;border-radius:24px;width:min(100%,430px);padding:38px;box-shadow:0 18px 45px #312a1f1a}.setup-card h1,.auth-card h1{letter-spacing:-1px;margin:20px 0 10px;font-family:Georgia,Times New Roman,serif;font-size:32px}.setup-card p,.auth-card>p{color:#656863;line-height:1.55}.auth-card{gap:14px;display:grid}.auth-card input{width:100%;font:inherit;border:1px solid #deded6;border-radius:11px;padding:13px 14px}.text-button,.signout-button{color:#765c96;cursor:pointer;background:0 0;border:0;font-weight:700}.header-actions{align-items:center;gap:12px;display:flex}.user-email{color:#6d706d;font-size:13px}.notify-button{color:#4d2b70;cursor:pointer;background:#fff;border:1px solid #d7cfe4;border-radius:999px;padding:11px 16px;font-size:14px;font-weight:700}.notify-button:hover{background:#f4f0fa}.notify-status{color:#3f8a52;white-space:nowrap;cursor:pointer;background:0 0;border:0;font-size:13px;font-weight:700}.reminder-strip{color:#4d2b70;background:#f0eaff;border-radius:14px;align-items:center;gap:11px;margin:0 0 24px;padding:14px 16px;display:flex}.reminder-strip p{margin:0}.reminder-field{color:#656863;align-items:center;gap:12px;font-size:14px;display:flex}.reminder-field input{font:inherit;border:1px solid #deded6;border-radius:8px;padding:9px}.header{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffc2;border-bottom:1px solid #20252c14;justify-content:space-between;align-items:center;padding:20px 8%;display:flex}.brand{align-items:center;gap:12px;display:flex}.brand-mark{color:#fff;background:#20252c;border-radius:13px;place-items:center;width:38px;height:38px;font-size:19px;display:grid}.header h1{letter-spacing:-.8px;margin-bottom:2px;font-size:22px}.header p{color:#6d706d;font-size:13px}.add-button,.start-button{color:#fff;cursor:pointer;background:#20252c;border:none;border-radius:999px;padding:13px 20px;font-size:15px;font-weight:700}.add-button:hover,.start-button:hover{background:#4d2b70}.content{width:min(88%,1080px);margin:72px auto}.welcome{max-width:670px;margin-bottom:34px}.eyebrow{color:#765c96;letter-spacing:1.6px;margin-bottom:14px;font-size:11px;font-weight:800;display:inline-block}.welcome h2{letter-spacing:-2.4px;margin-bottom:17px;font-family:Georgia,Times New Roman,serif;font-size:clamp(36px,5vw,58px);line-height:1.04}.welcome p{color:#656863;font-size:17px;line-height:1.6}.message{color:#6b5121;background:#fff5d7;border-radius:12px;margin:0 0 24px;padding:12px 15px;font-size:14px}.empty-state{text-align:center;background:#fff;border:1px solid #20252c17;border-radius:24px;flex-direction:column;justify-content:center;align-items:center;min-height:350px;display:flex;box-shadow:0 18px 45px #312a1f14}.note-icon{margin-bottom:15px;font-size:55px}.empty-state h2{margin-bottom:8px;font-size:25px}.empty-state p{color:#6d706d;margin-bottom:25px}.editor{background:#fff;border:1px solid #20252c17;border-radius:24px;padding:30px;box-shadow:0 18px 45px #312a1f14}.title-input{border:none;outline:none;width:100%;margin-bottom:20px;font-size:28px;font-weight:700}.content-input{resize:vertical;border:none;outline:none;width:100%;min-height:300px;font-family:Arial,Helvetica,sans-serif;font-size:17px;line-height:1.7}.editor-buttons{justify-content:flex-end;gap:12px;margin-top:20px;display:flex}.cancel-button,.save-button{cursor:pointer;border:none;border-radius:10px;padding:12px 20px;font-size:15px;font-weight:700}.cancel-button{color:#333;background:#eef0f4}.save-button{color:#fff;background:#20252c}.save-button:hover{background:#4d2b70}.save-button:disabled{cursor:wait;opacity:.7}.cancel-button:hover{background:#dfe2e8}@media (width<=600px){.header{gap:20px;padding:20px}.header h1{font-size:24px}.header p{font-size:13px}.add-button{padding:10px 14px;font-size:13px}.user-email{display:none}.header-actions{gap:6px}.content{width:90%;margin:35px auto}.welcome h2{font-size:25px}.welcome p{font-size:15px}.editor{padding:20px}.title-input{font-size:23px}.content-input{min-height:250px}}.notes-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.note-card{background:#fff;border:1px solid #20252c17;border-radius:20px;flex-direction:column;min-height:200px;padding:22px;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 12px 28px #312a1f0f}.note-card:hover{transform:translateY(-3px);box-shadow:0 12px 30px #141e3c17}.note-card h3{margin-bottom:12px;font-size:20px}.note-card p{color:#656863;white-space:pre-wrap;flex:1;line-height:1.6}.note-footer{border-top:1px solid #efeee8;justify-content:space-between;align-items:center;margin-top:20px;padding-top:15px;display:flex}.note-footer span{color:#969892;font-size:13px}.delete-button{cursor:pointer;background:0 0;border:none;padding:5px;font-size:18px}.delete-button:hover{transform:scale(1.15)}@media (width<=850px){.notes-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.notes-grid{grid-template-columns:1fr}}.tabs{border-bottom:1px solid #e7e4dd;gap:8px;max-width:1040px;margin:0 auto;padding:0 24px;display:flex}.tab{font:inherit;color:#8a8d88;cursor:pointer;background:0 0;border:0;border-bottom:3px solid #0000;margin-right:12px;padding:14px 6px;font-weight:700}.tab.active{color:#20252c;border-bottom-color:#4d2b70}.section-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:18px;display:flex}.section-head h2{letter-spacing:-.5px;margin:6px 0 0;font-family:Georgia,Times New Roman,serif;font-size:26px}.field-label{color:#6d706d;margin:4px 0 -4px;font-size:13px;font-weight:700;display:block}.list-title{margin:28px 0 12px;font-size:18px}.muted{color:#8a8d88}.surprise-form{gap:10px}.surprise-card.today{background:linear-gradient(#fffdf5,#fff);border:2px solid #d8a72b}.surprise-card .note-footer span{color:#9a6a1e;font-weight:600}@media (width<=600px){.tabs{padding:0 16px}}
