.page-module___8aEwW__main{background:var(--bg-primary);min-height:100vh;color:var(--text-primary);flex-direction:column;display:flex}.page-module___8aEwW__header{z-index:50;pointer-events:none;justify-content:space-between;align-items:center;width:100%;max-width:600px;margin:0 auto;padding:16px;display:flex;position:sticky;top:0}.page-module___8aEwW__headerActions{pointer-events:auto;gap:8px;display:flex}.page-module___8aEwW__headerButton{color:#fff3;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:8px;transition:all .2s;display:flex}.page-module___8aEwW__headerButton:hover{color:#fff;background:#ffffff0d}.page-module___8aEwW__profileContainer{pointer-events:auto;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex;overflow:hidden}.page-module___8aEwW__profileContainer:hover{border-color:#ffffff4d;transform:scale(1.05)}.page-module___8aEwW__avatarImg{object-fit:cover;width:100%;height:100%}.page-module___8aEwW__guestMode{background:#ffffff05;border-style:dashed}.page-module___8aEwW__ritualTrigger{background:var(--action-ritual);color:#fff;cursor:pointer;z-index:100;border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:all .2s;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 8px 16px #a855f74d}.page-module___8aEwW__ritualTrigger:hover{filter:brightness(1.2);transform:scale(1.1)rotate(15deg)}@media (max-width:640px){.page-module___8aEwW__header{padding:12px}}
.NoteInput-module__i1QDyG__container{z-index:20;flex-direction:column;align-items:center;gap:8px;width:100%;max-width:600px;margin:60px auto 24px;padding:0 16px;display:flex;position:relative}.NoteInput-module__i1QDyG__composer{-webkit-backdrop-filter:blur(12px);background:#ffffff08;border:1px solid #ffffff26;border-radius:28px;align-items:flex-end;width:100%;max-width:600px;padding:8px;transition:all .5s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:inset 0 0 10px #0006}.NoteInput-module__i1QDyG__composer:focus-within{-webkit-backdrop-filter:blur(24px)saturate(180%);backdrop-filter:blur(24px)saturate(180%);background:#ffffff0d;border-color:#fff6;box-shadow:inset 0 0 15px #00000080,0 0 30px #ffffff08}.NoteInput-module__i1QDyG__textarea{color:#fff;resize:none;background:0 0;border:none;outline:none;flex:1;min-height:24px;max-height:200px;padding:12px 16px;font-size:16px;line-height:24px}.NoteInput-module__i1QDyG__textarea::placeholder{color:#ffffff4d}.NoteInput-module__i1QDyG__sendButton{color:#fff;cursor:pointer;opacity:0;background:#fbbf24;border:none;border-radius:20px;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:4px;margin-left:8px;transition:all .2s cubic-bezier(.16,1,.3,1);display:flex;transform:scale(.8)}.NoteInput-module__i1QDyG__sendButtonVisible{opacity:1;transform:scale(1)}.NoteInput-module__i1QDyG__sendButton:hover{background:#f59e0b;transform:scale(1.05)}.NoteInput-module__i1QDyG__suggestions{background:#a855f70d;border:1px solid #a855f71a;border-radius:12px;flex-direction:column;gap:4px;width:100%;padding:8px;animation:.2s ease-out NoteInput-module__i1QDyG__slideDown;display:flex}.NoteInput-module__i1QDyG__suggestionLabel{color:#a855f7;text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:4px;margin-bottom:4px;padding-left:8px;font-size:10px;font-weight:800;display:flex}.NoteInput-module__i1QDyG__suggestionItem{text-align:left;color:#ffffff80;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:6px 8px;font-size:13px;transition:all .2s}.NoteInput-module__i1QDyG__suggestionItem span{color:#a855f7;font-weight:500}.NoteInput-module__i1QDyG__suggestionItem:hover{color:#fff;background:#a855f71a}@keyframes NoteInput-module__i1QDyG__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}
.NoteList-module__2Axlnq__container{flex-direction:column;gap:12px;width:100%;max-width:600px;margin:0 auto;padding:0 16px 120px;display:flex}.NoteList-module__2Axlnq__emptyState{opacity:.3;min-height:40vh;color:var(--text-secondary);flex-direction:column;justify-content:center;align-items:center;display:flex}.NoteList-module__2Axlnq__noteItem{position:relative}.NoteList-module__2Axlnq__bubble{cursor:default;background:#1e1e1e66;border:1px solid #ffffff08;border-radius:16px;padding:16px 20px;transition:all .4s cubic-bezier(.16,1,.3,1)}.NoteList-module__2Axlnq__bubble:hover{background:#2d2d2d99;border-color:#ffffff1a}.NoteList-module__2Axlnq__text{white-space:pre-wrap;color:#ffffffe6;letter-spacing:-.01em;font-size:17px;font-weight:400;line-height:1.5}.NoteList-module__2Axlnq__meta{justify-content:space-between;align-items:center;height:20px;margin-top:8px;display:flex}.NoteList-module__2Axlnq__date{color:#ffffff4d;text-transform:uppercase;letter-spacing:.05em;opacity:0;font-size:10px;font-weight:500;transition:all .2s}.NoteList-module__2Axlnq__bubble:hover .NoteList-module__2Axlnq__date{opacity:1}.NoteList-module__2Axlnq__actions{opacity:0;align-items:center;gap:12px;transition:all .2s cubic-bezier(.16,1,.3,1);display:flex;transform:translate(10px)}.NoteList-module__2Axlnq__bubble:hover .NoteList-module__2Axlnq__actions{opacity:1;transform:translate(0)}.NoteList-module__2Axlnq__deleteButton{color:var(--text-tertiary);cursor:pointer;background:0 0;border:none;align-items:center;transition:color .2s;display:flex}.NoteList-module__2Axlnq__deleteButton:hover{color:#ef4444}.NoteList-module__2Axlnq__rescueButton{color:var(--action-save);cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;font-size:12px;font-weight:600;transition:filter .2s;display:flex}.NoteList-module__2Axlnq__rescueButton:hover{filter:brightness(1.2)}.NoteList-module__2Axlnq__strength1{border-color:#ffffff1a}.NoteList-module__2Axlnq__strength2{background:#fbbf2408;border-color:#fbbf2433}.NoteList-module__2Axlnq__strength3{background:#fbbf240d;border-color:#fbbf2466;box-shadow:0 0 30px #fbbf241a}.NoteList-module__2Axlnq__strength4{background:#fbbf2414;border-color:#fbbf2499;box-shadow:0 0 60px #fbbf2426}.NoteList-module__2Axlnq__strength5{background:#fbbf241f;border-color:#fbbf24cc;animation:4s ease-in-out infinite NoteList-module__2Axlnq__appendPulse;box-shadow:0 0 80px #fbbf2440}@keyframes NoteList-module__2Axlnq__appendPulse{0%,to{border-color:#fbbf24cc;box-shadow:0 0 80px #fbbf2440}50%{border-color:#fbbf24;box-shadow:0 0 100px #fbbf2466}}.NoteList-module__2Axlnq__strengthBadge{color:#fbbf24;text-transform:uppercase;cursor:help;background:#fbbf241a;border-radius:4px;margin-right:8px;padding:2px 6px;font-size:10px;font-weight:800;transition:all .2s}.NoteList-module__2Axlnq__strengthBadge:hover{background:#fbbf2433;transform:scale(1.1)}.NoteList-module__2Axlnq__ghostContainer{border-top:1px dashed #fbbf2426;flex-direction:column;align-items:center;gap:16px;margin-top:80px;padding:60px 0;display:flex}.NoteList-module__2Axlnq__ghostList{flex-wrap:wrap;justify-content:center;gap:20px;display:flex}.NoteList-module__2Axlnq__ghostLabel{color:#fbbf2466;text-transform:uppercase;letter-spacing:.3em;font-size:10px;font-weight:800}.NoteList-module__2Axlnq__ghostNote{cursor:pointer;background:#fbbf2433;border:1px solid #fbbf2466;border-radius:50%;width:16px;height:16px;transition:all .6s cubic-bezier(.16,1,.3,1);position:relative;box-shadow:0 0 20px #fbbf241a}.NoteList-module__2Axlnq__ghostNote:hover{background:#fbbf24cc;transform:scale(1.4);box-shadow:0 0 30px #fbbf2499}.NoteList-module__2Axlnq__ghostNote:after{content:"Revive";color:#fff;white-space:nowrap;opacity:0;pointer-events:none;background:#000c;border-radius:4px;padding:2px 6px;font-size:9px;font-weight:600;transition:opacity .2s;position:absolute;bottom:-24px;left:50%;transform:translate(-50%)}.NoteList-module__2Axlnq__ghostNote:hover:after{opacity:1}.NoteList-module__2Axlnq__ghostPulse{animation:3.5s ease-in-out infinite NoteList-module__2Axlnq__ghostPulseAnim}@keyframes NoteList-module__2Axlnq__ghostPulseAnim{0%,to{opacity:.4;filter:blur(4px);transform:scale(1);box-shadow:0 0 10px #fbbf241a}50%{opacity:.9;filter:blur(1px);transform:scale(1.2);box-shadow:0 0 30px #fbbf244d}}.NoteList-module__2Axlnq__contentStack{grid-template-areas:"content";min-height:1.5em;display:grid;position:relative}.NoteList-module__2Axlnq__text,.NoteList-module__2Axlnq__editInterface{grid-area:content;margin:0;padding:0}.NoteList-module__2Axlnq__text{white-space:pre-wrap;word-break:break-word;color:#ffffffe6;letter-spacing:-.01em;min-height:26px;font-size:17px;font-weight:400;line-height:26px;display:block}.NoteList-module__2Axlnq__editingBubble{transform:translateY(-2px);box-shadow:0 15px 40px #0006;background:#2d2d2df2!important;border-color:#60a5fa80!important}.NoteList-module__2Axlnq__editInterface{width:100%;position:relative}.NoteList-module__2Axlnq__editTextarea{color:#fff;letter-spacing:-.01em;resize:none;box-sizing:border-box;appearance:none;background:0 0;border:none;outline:none;width:100%;min-height:26px;margin:0;padding:0;font-family:inherit;font-size:17px;font-weight:400;line-height:26px;display:block;overflow:hidden}.NoteList-module__2Axlnq__editActions{z-index:10;align-items:center;gap:12px;height:1.5em;display:flex;position:absolute;top:0;right:0}.NoteList-module__2Axlnq__editSave,.NoteList-module__2Axlnq__editCancel{color:#ffffff4d;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;transition:all .2s;display:flex}.NoteList-module__2Axlnq__editSave:hover{color:#60a5fa}.NoteList-module__2Axlnq__editCancel:hover{color:#ef4444}.NoteList-module__2Axlnq__editSave:hover{color:#60a5fa;background:#60a5fa33;border-color:#60a5fa66}.NoteList-module__2Axlnq__editCancel:hover{color:#ef4444;background:#ef44441a;border-color:#ef44444d}
.LandingView-module__nvCl1q__container{text-align:center;z-index:10;background:radial-gradient(circle,#1e1e1e66 0%,#050505 100%);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:32px;display:flex;position:relative}.LandingView-module__nvCl1q__hero{max-width:480px;margin-bottom:12px}.LandingView-module__nvCl1q__title{letter-spacing:-.04em;-webkit-text-fill-color:transparent;background:linear-gradient(to bottom right,#fff,#fbbf24);-webkit-background-clip:text;background-clip:text;margin-bottom:12px;padding-bottom:.2em;font-size:64px;font-weight:800;line-height:1.3;overflow:visible}.LandingView-module__nvCl1q__subtitle{color:var(--text-secondary);font-size:20px;font-weight:400;line-height:1.6}.LandingView-module__nvCl1q__benefits{text-align:left;gap:32px;max-width:400px;margin-bottom:64px;display:grid}.LandingView-module__nvCl1q__benefitItem h3{color:var(--text-primary);margin-bottom:4px;font-size:16px}.LandingView-module__nvCl1q__benefitItem p{color:var(--text-tertiary);font-size:14px;line-height:1.5}.LandingView-module__nvCl1q__inputWrapper{width:100%;max-width:500px;margin-bottom:32px}.LandingView-module__nvCl1q__inputWrapper div[class*=NoteInput_container]{padding:0;position:relative;bottom:0}.LandingView-module__nvCl1q__note{color:var(--text-tertiary);margin-top:24px;font-size:12px}
.AuthModal-module__eGxINa__overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#000c;position:fixed;inset:0}.AuthModal-module__eGxINa__modal{z-index:1001;text-align:center;background:#111;border:1px solid #ffffff1a;border-radius:24px;width:90%;max-width:400px;padding:32px;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 24px 48px #00000080}.AuthModal-module__eGxINa__closeButton{color:var(--text-tertiary);cursor:pointer;background:0 0;border:none;position:absolute;top:16px;right:16px}.AuthModal-module__eGxINa__iconContainer{background:#fbbf241a;border-radius:40px;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 24px;display:flex}.AuthModal-module__eGxINa__icon{color:var(--accent-base)}.AuthModal-module__eGxINa__title{color:#fff;margin-bottom:12px;font-size:24px;font-weight:700}.AuthModal-module__eGxINa__description{color:var(--text-secondary);margin-bottom:32px;font-size:15px;line-height:1.6}.AuthModal-module__eGxINa__signInButton{color:#000;cursor:pointer;background:#fff;border:none;border-radius:12px;width:100%;padding:16px;font-size:16px;font-weight:600;transition:transform .2s}.AuthModal-module__eGxINa__signInButton:hover{transform:scale(1.02)}.AuthModal-module__eGxINa__maybeLater{color:var(--text-tertiary);cursor:pointer;background:0 0;border:none;margin:16px auto 0;font-size:14px;text-decoration:underline;display:block}
.ReviewRitual-module__bAj9sW__overlay{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:1000;background:#050505fa;flex-direction:column;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.ReviewRitual-module__bAj9sW__exitButton{color:#ffffff4d;cursor:pointer;background:0 0;border:none;padding:8px;transition:all .2s;position:absolute;top:24px;right:24px}.ReviewRitual-module__bAj9sW__exitButton:hover{color:#fff;transform:scale(1.1)}.ReviewRitual-module__bAj9sW__progressContainer{background:#ffffff0d;height:4px;position:absolute;top:0;left:0;right:0}.ReviewRitual-module__bAj9sW__progressBar{background:linear-gradient(90deg,#a855f7,#ec4899);height:100%;transition:width .3s}.ReviewRitual-module__bAj9sW__card{background:#141414cc;border:1px solid #ffffff0d;border-radius:32px;flex-direction:column;width:100%;max-width:500px;display:flex;overflow:hidden;box-shadow:0 40px 100px -20px #000c,0 0 60px #a855f70d}.ReviewRitual-module__bAj9sW__cardContent{flex-grow:1;justify-content:center;align-items:center;min-height:200px;padding:48px 32px;display:flex}.ReviewRitual-module__bAj9sW__text{color:#fff;text-align:center;letter-spacing:-.02em;font-size:24px;font-weight:500;line-height:1.4}.ReviewRitual-module__bAj9sW__cardActions{background:#ffffff05;border-top:1px solid #ffffff0d;grid-template-columns:1fr auto 1fr;display:grid}.ReviewRitual-module__bAj9sW__actionButtonDelete,.ReviewRitual-module__bAj9sW__actionButtonRescue{cursor:pointer;background:0 0;border:none;flex-direction:column;align-items:center;gap:12px;padding:32px;transition:all .2s;display:flex}.ReviewRitual-module__bAj9sW__actionButtonDelete{color:#fff3}.ReviewRitual-module__bAj9sW__actionButtonDelete:hover{color:#ef4444;background:#ef44440d}.ReviewRitual-module__bAj9sW__actionButtonRescue{color:#fff3}.ReviewRitual-module__bAj9sW__actionButtonRescue:hover{color:#a855f7;background:#a855f70d}.ReviewRitual-module__bAj9sW__actionButtonDelete span,.ReviewRitual-module__bAj9sW__actionButtonRescue span{text-transform:uppercase;letter-spacing:.1em;font-size:12px;font-weight:600}.ReviewRitual-module__bAj9sW__divider{background:#ffffff0d;width:1px}.ReviewRitual-module__bAj9sW__counter{color:#fff3;font-size:14px;font-weight:600;position:absolute;bottom:32px}.ReviewRitual-module__bAj9sW__editWrapper{justify-content:center;width:100%;min-height:1.4em;display:flex;position:relative}.ReviewRitual-module__bAj9sW__text,.ReviewRitual-module__bAj9sW__editWrapper{margin:0;padding:0}.ReviewRitual-module__bAj9sW__editTextarea{color:#fff;text-align:center;letter-spacing:-.02em;resize:none;box-sizing:border-box;background:0 0;border:none;outline:none;width:100%;min-height:1.4em;margin:0;padding:0;font-family:inherit;font-size:24px;font-weight:500;line-height:1.4;display:block;overflow:hidden}.ReviewRitual-module__bAj9sW__saveEditBtn{color:#60a5fa66;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;height:1.4em;transition:all .2s;display:flex;position:absolute;top:0;right:0}.ReviewRitual-module__bAj9sW__saveEditBtn:hover{color:#60a5fa;background:#60a5fa33;transform:scale(1.1)}.ReviewRitual-module__bAj9sW__ritualGhostContainer{flex-direction:column;align-items:center;gap:12px;margin-top:60px;display:flex}.ReviewRitual-module__bAj9sW__ritualGhostList{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.ReviewRitual-module__bAj9sW__ghostLabel{color:#fbbf244d;text-transform:uppercase;letter-spacing:.2em;font-size:10px;font-weight:800}.ReviewRitual-module__bAj9sW__ghostNote{cursor:pointer;background:#fbbf2433;border:1px solid #fbbf244d;border-radius:50%;width:14px;height:14px;transition:all .3s cubic-bezier(.16,1,.3,1);box-shadow:0 0 10px #fbbf241a}.ReviewRitual-module__bAj9sW__ghostNote:hover{background:#fbbf2499;transform:scale(1.3);box-shadow:0 0 20px #fbbf2466}.ReviewRitual-module__bAj9sW__ghostPulse{animation:3s ease-in-out infinite ReviewRitual-module__bAj9sW__ghostPulseAnim}@keyframes ReviewRitual-module__bAj9sW__ghostPulseAnim{0%,to{opacity:.4;filter:blur(2px);transform:scale(1)}50%{opacity:.8;filter:blur();transform:scale(1.1)}}.ReviewRitual-module__bAj9sW__completionCard{text-align:center}.ReviewRitual-module__bAj9sW__title{color:#fff;letter-spacing:-.04em;margin-bottom:12px;font-size:48px;font-weight:800}.ReviewRitual-module__bAj9sW__subtitle{color:#fff6;margin-bottom:32px;font-size:18px}.ReviewRitual-module__bAj9sW__closeButton{color:#fff;cursor:pointer;background:#a855f7;border:none;border-radius:12px;padding:12px 24px;font-weight:600;transition:all .2s}.ReviewRitual-module__bAj9sW__closeButton:hover{background:#c084fc;transform:translateY(-2px);box-shadow:0 10px 20px #a855f74d}.ReviewRitual-module__bAj9sW__strength1{border-color:#ffffff1a}.ReviewRitual-module__bAj9sW__strength2{background:#fbbf2408;border-color:#fbbf2433}.ReviewRitual-module__bAj9sW__strength3{background:#fbbf240d;border-color:#fbbf2466;box-shadow:0 0 40px #fbbf241a}.ReviewRitual-module__bAj9sW__strength4{background:#fbbf2414;border-color:#fbbf2499;box-shadow:0 0 60px #fbbf2426}.ReviewRitual-module__bAj9sW__strength5{background:#fbbf241f;border-color:#fbbf24cc;animation:4s ease-in-out infinite ReviewRitual-module__bAj9sW__signalPulse;box-shadow:0 0 100px #fbbf2440}@keyframes ReviewRitual-module__bAj9sW__signalPulse{0%,to{box-shadow:0 0 100px #fbbf2440}50%{box-shadow:0 0 140px #fbbf2466}}.ReviewRitual-module__bAj9sW__strengthBadge{color:#fbbf24;text-transform:uppercase;background:#fbbf241a;border-radius:4px;margin-bottom:24px;padding:2px 6px;font-size:10px;font-weight:800;display:inline-block}
