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}}.badge{color:#fff;vertical-align:middle;background:#d33;border-radius:999px;place-items:center;min-width:18px;height:18px;margin-left:6px;padding:0 5px;font-size:11px;font-weight:800;display:inline-grid}.new-convo-row{align-items:center;gap:10px;display:flex}.new-convo-row .title-input{flex:1;margin-bottom:0;font-size:18px}.convo-row{cursor:pointer;text-align:left;width:100%;font:inherit;background:#fff;border:1px solid #20252c17;border-radius:14px;align-items:center;gap:12px;margin-bottom:8px;padding:12px 14px;display:flex}.convo-avatar{color:#fff;background:#4d2b70;border-radius:50%;flex:none;place-items:center;width:40px;height:40px;font-weight:800;display:grid}.convo-main{flex:1;min-width:0}.convo-top{justify-content:space-between;gap:8px;display:flex}.convo-top span{color:#969892;font-size:12px}.convo-preview{color:#6d706d;text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.chat{background:#fff;border:1px solid #20252c17;border-radius:20px;flex-direction:column;height:min(70vh,620px);display:flex;overflow:hidden;box-shadow:0 12px 28px #312a1f0f}.chat-head{border-bottom:1px solid #efeee8;align-items:center;gap:14px;padding:12px 16px;display:flex}.chat-thread{flex-direction:column;flex:1;gap:10px;padding:18px;display:flex;overflow-y:auto}.bubble{border-radius:16px;max-width:75%;padding:9px 13px}.bubble p{white-space:pre-wrap;word-break:break-word;margin:0;line-height:1.45}.bubble.mine{color:#fff;background:#4d2b70;border-bottom-right-radius:4px;align-self:flex-end}.bubble.theirs{color:#20252c;background:#f0eef2;border-bottom-left-radius:4px;align-self:flex-start}.bubble-time{opacity:.65;margin-top:3px;font-size:10px;display:block}.chat-compose{border-top:1px solid #efeee8;gap:10px;padding:12px;display:flex}.chat-compose input{font:inherit;border:1px solid #deded6;border-radius:999px;flex:1;padding:12px 14px}.profile-link{cursor:pointer;font:inherit;color:#4d2b70;background:0 0;border:0;font-weight:700}.countdown-card{color:#fff;background:linear-gradient(#2a1b4a,#191233);border:0}.countdown-card h3{color:#fff}.countdown-badge{letter-spacing:.6px;text-transform:uppercase;color:#d9c9ff;align-self:flex-start;margin-bottom:10px;font-size:12px;font-weight:800}.countdown-timer{font-variant-numeric:tabular-nums;color:#fff;align-items:center;gap:6px;margin:6px 0 2px;font-size:clamp(26px,6vw,38px);font-weight:800;display:flex}.countdown-timer span{text-align:center;background:#ffffff1a;border-radius:10px;min-width:1.6em;padding:6px 8px}.countdown-labels{color:#b3a9d6;text-transform:uppercase;letter-spacing:1px;gap:6px;margin-bottom:6px;font-size:11px;display:flex}.countdown-labels span{text-align:center;flex:1;min-width:1.6em}.profile-card{background:#fff;border:1px solid #20252c17;border-radius:20px;max-width:560px;padding:26px;box-shadow:0 12px 28px #312a1f0f}.profile-top{align-items:center;gap:16px;margin-bottom:22px;display:flex}.profile-avatar{width:60px;height:60px;font-size:26px}.profile-top h3{font-size:22px}.profile-stats{grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:22px;display:grid}.profile-stats div{text-align:center;background:#f7f5fb;border-radius:14px;padding:14px 8px}.profile-stats strong{font-size:22px;display:block}.profile-stats span{color:#8a8d88;font-size:12px}.profile-pass{margin-bottom:18px}.pass-input{font:inherit;border:1px solid #deded6;border-radius:11px;flex:1;padding:12px 14px}.profile-signout{padding:10px 0}@media (width<=600px){.profile-stats{grid-template-columns:repeat(2,1fr)}}.header-avatar{color:#fff;cursor:pointer;background:#4d2b70;border:0;border-radius:50%;width:38px;height:38px;font-size:16px;font-weight:800}.urdu-hero{border-bottom:1px dashed #d8c3a0;flex-direction:column;align-items:flex-start;gap:2px;margin-bottom:18px;padding-bottom:14px;display:flex}.urdu-word{color:#8a3b1e;text-shadow:1px 1px #8a3b1e1f;direction:rtl;font-family:Noto Nastaliq Urdu,serif;font-size:clamp(40px,8vw,72px);font-weight:700;line-height:2.1}.urdu-caption{letter-spacing:2px;text-transform:uppercase;color:#a67c52;font-size:12px;font-weight:700}body{color:#3b3128;background:#efe6d4}.app{background:radial-gradient(circle at 88% 6%,#efe1c9 0,#0000 26rem),radial-gradient(circle at 4% 55%,#ece6d6 0,#0000 30rem),#f1ebdd}.header{background:#f6f0e4d1;border-bottom:1px solid #785c3429}.header p{color:#8a7a63}.brand-mark{background:#2c2a2f}.tabs{border-bottom:1px solid #e2d7bf}.tab{color:#9c8f79}.tab.active{color:#4d2b70;border-bottom-color:#0000;position:relative}.tab.active:after{content:"";background:#4d2b70;height:12px;position:absolute;bottom:-2px;left:0;right:8px;-webkit-mask:url(/deco-brush.svg) 0/100% 100% no-repeat;mask:url(/deco-brush.svg) 0/100% 100% no-repeat}.section-head h2{color:#2f2822;display:inline-block;position:relative}.section-head h2:after{content:"";opacity:.85;background:#c69a5f;width:108%;height:13px;position:absolute;bottom:-10px;left:-2px;-webkit-mask:url(/deco-brush.svg) 0/100% 100% no-repeat;mask:url(/deco-brush.svg) 0/100% 100% no-repeat}.eyebrow{color:#9a5a2f}.note-card,.convo-row,.editor,.surprise-form,.profile-card,.chat,.reminder-strip{background:#fffdf6;border:1px solid #e8dcc4;box-shadow:0 10px 24px #5c462817}.note-card p,.welcome p,.muted{color:#6f6353}.note-card h3,.profile-top h3{color:#2f2822}.note-footer{border-top-color:#efe6d3}.note-footer span{color:#a2917a}.note-card{padding-bottom:26px;position:relative;overflow:hidden}.note-card:before{content:"";background:url(/deco-torn.svg) bottom/100% 14px no-repeat;height:14px;position:absolute;bottom:0;left:0;right:0}.note-card:after{content:"";opacity:.42;pointer-events:none;background:url(/deco-lavender.svg) 100% 100%/contain no-repeat;width:66px;height:96px;position:absolute;bottom:6px;right:-4px}.note-card>*{z-index:1;position:relative}.reminder-strip{color:#7a5a2a;background:#fbf3e2;position:relative}.reminder-strip:after{content:"";background:#b7966052;border-radius:2px;width:58px;height:20px;position:absolute;top:-8px;right:30px;transform:rotate(-6deg)}.add-button,.start-button,.save-button{background:#3a2d22}.add-button:hover,.start-button:hover,.save-button:hover{background:#6d3bc4}.urdu-hero{border-bottom-color:#dcc9a4;position:relative}.urdu-hero:after{content:"";opacity:.55;pointer-events:none;background:url(/deco-lavender.svg) 100% 0/contain no-repeat;width:74px;height:110px;position:absolute;top:-4px;right:4px}.convo-row:hover{background:#fbf6ea}.convo-preview{color:#8a7c67}.convo-top span{color:#a89a82}.bubble.theirs{color:#3b3128;background:#f2ead9}.profile-stats div{background:#f6efe0}.profile-stats span{color:#a2917a}.setup-screen{background:radial-gradient(circle at 15% 12%,#efe1c9 0,#0000 26rem),radial-gradient(circle at 90% 85%,#ece6d6 0,#0000 26rem),#f1ebdd}.setup-card,.auth-card{background:#fffdf6;border:1px solid #e8dcc4;position:relative;overflow:hidden;box-shadow:0 16px 42px #5c462824}.setup-card p,.auth-card>p{color:#6f6353}.auth-card h1{color:#2f2822}.auth-card input{background:#fffef9;border:1px solid #e2d6bd}.auth-card input:focus{border-color:#c69a5f;outline:none}.auth-card .text-button{color:#9a5a2f}.auth-card:after{content:"";opacity:.4;pointer-events:none;background:url(/deco-lavender.svg) 100% 100%/contain no-repeat;width:92px;height:132px;position:absolute;bottom:-14px;right:-10px}.auth-card>*{z-index:1;position:relative}.section-head>div{flex-direction:column;align-items:flex-start;display:flex}.section-head .eyebrow{margin-bottom:6px}.note-card:after{opacity:.3;background:url(/deco-lavender.svg) 100% 0/contain no-repeat;width:52px;height:78px;top:14px;bottom:auto;right:8px}.delete-button{z-index:2;background:#fffdf6b3;border-radius:8px;position:relative}:root{--urdu-red:#9e2b2b}.tab.active{color:var(--urdu-red)}.tab.active:after,.add-button:hover,.start-button:hover,.save-button:hover,.bubble.mine{background:var(--urdu-red)}.notify-status,.text-button,.signout-button,.auth-card .text-button{color:var(--urdu-red)}.header-avatar,.convo-avatar,.profile-avatar{color:#fffdf6;background:linear-gradient(135deg,#dd9a80,#c26e50)}.header-avatar:hover{background:linear-gradient(135deg,#d68d70,#b5603f)}.bell-toggle{cursor:pointer;background:#fffdf6;border:1px solid #e2d6bd;border-radius:50%;place-items:center;width:38px;height:38px;padding:0;font-size:17px;line-height:1;display:grid}.bell-toggle:hover{background:#f7f0e2}.bell-toggle.on{background:#eef3e6;border-color:#bcd0a6}.auth-card:after{opacity:.6;background:url(/deco-poppies.svg) 100% 100%/contain no-repeat;width:104px;height:140px}.note-card:after{opacity:.34;background:url(/deco-sprig.svg) 100% 0/contain no-repeat;width:46px;height:74px}.hero-seal{background:url(/seal.png) 50%/contain no-repeat;width:52px;height:52px;position:absolute;bottom:8px;right:16px}.empty-state{position:relative;overflow:hidden}.empty-state:after{content:"";opacity:.5;pointer-events:none;background:url(/envelopes.png) 50%/contain no-repeat;width:84px;height:60px;position:absolute;top:14px;right:14px}.brand-mark{color:#0000;box-shadow:none;background:url(/seal.png) 50%/contain no-repeat;border-radius:0}.hero-seal{display:none}.urdu-hero:after{opacity:.95;background:url(/envelopes.png) 100% 0/contain no-repeat;width:132px;height:104px;top:2px;right:0}.empty-state:after{opacity:.9;background:url(/seal.png) 50%/contain no-repeat;width:66px;height:66px;top:20px;right:20px}@media (width<=560px){.urdu-hero:after{opacity:.9;width:92px;height:74px}}.countdown-card{background:linear-gradient(160deg,#4a382c,#2b2019)}.countdown-card p{color:#ece0cf}.countdown-card .note-footer{border-top-color:#ffffff24}.countdown-card .note-footer span{color:#d6c2a8}.countdown-card.unlocked{background:linear-gradient(160deg,#a5342b,#7c231e)}.countdown-badge{color:#f1ddc1}.countdown-timer span{background:#ffffff21}.countdown-labels{color:#d6c2a8}.note-card:after{opacity:.8;background:url(/note-flower.png) 100% 0/contain no-repeat;width:58px;height:82px;top:12px;right:8px}
