.account-module__zd0OHa__account{background:var(--cream);min-height:100vh}.account-module__zd0OHa__content{padding:2rem 1.5rem}.account-module__zd0OHa__container{max-width:600px;margin:0 auto}.account-module__zd0OHa__title{color:var(--charcoal);margin-bottom:.5rem;font-size:2rem}.account-module__zd0OHa__subtitle{color:#64748b;margin-bottom:2.5rem}.account-module__zd0OHa__loginPrompt{text-align:center;background:#fff;border-radius:20px;margin-bottom:2rem;padding:3rem 2rem}.account-module__zd0OHa__loginIcon{margin-bottom:1rem;font-size:4rem}.account-module__zd0OHa__loginPrompt h2{color:var(--charcoal);margin-bottom:.5rem;font-size:1.5rem}.account-module__zd0OHa__loginPrompt p{color:#64748b;margin-bottom:2rem}.account-module__zd0OHa__loginButtons{flex-direction:column;gap:.75rem;max-width:300px;margin:0 auto;display:flex}.account-module__zd0OHa__googleBtn,.account-module__zd0OHa__emailBtn{cursor:pointer;border-radius:12px;justify-content:center;align-items:center;gap:.75rem;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;transition:all .2s;display:flex}.account-module__zd0OHa__googleBtn{color:var(--charcoal);background:#fff;border:2px solid #e2e8f0}.account-module__zd0OHa__googleBtn:hover{background:#f8fafc;border-color:#cbd5e1}.account-module__zd0OHa__emailBtn{background:var(--violet-500);color:#fff;border:none}.account-module__zd0OHa__emailBtn:hover{background:var(--violet-600)}.account-module__zd0OHa__statsPreview{background:#8b5cf60d;border-radius:16px;padding:1.5rem}.account-module__zd0OHa__statsPreview h3{color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;font-size:.875rem}.account-module__zd0OHa__statsList{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.account-module__zd0OHa__statItem{color:var(--charcoal);background:#fff;border-radius:10px;align-items:center;gap:.5rem;padding:.75rem;font-size:.875rem;display:flex}.account-module__zd0OHa__statIcon{font-size:1.25rem}@media (max-width:480px){.account-module__zd0OHa__statsList{grid-template-columns:1fr}.account-module__zd0OHa__loginPrompt{padding:2rem 1.5rem}}.account-module__zd0OHa__userCard{background:#fff;border-radius:16px;align-items:center;gap:1rem;margin-bottom:2rem;padding:1.5rem;display:flex}.account-module__zd0OHa__userAvatar{background:var(--violet-100);width:64px;height:64px;color:var(--violet-700);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.5rem;font-weight:600;display:flex;overflow:hidden}.account-module__zd0OHa__userAvatar img{object-fit:cover;width:100%;height:100%}.account-module__zd0OHa__userInfo{flex:1}.account-module__zd0OHa__userInfo h2{color:var(--charcoal);margin-bottom:.25rem;font-size:1.25rem}.account-module__zd0OHa__userInfo p{color:#64748b;font-size:.875rem}.account-module__zd0OHa__signOutBtn{color:#64748b;cursor:pointer;background:0 0;border:2px solid #e2e8f0;border-radius:8px;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s}.account-module__zd0OHa__signOutBtn:hover{color:#f43f5e;border-color:#f43f5e}.account-module__zd0OHa__librarySection{background:#fff;border-radius:16px;margin-bottom:1.5rem;padding:1.5rem}.account-module__zd0OHa__librarySection h3{color:var(--charcoal);margin-bottom:1rem;font-size:1.125rem}.account-module__zd0OHa__emptyLibrary{text-align:center;background:var(--violet-50);border-radius:12px;padding:2rem}.account-module__zd0OHa__emptyIcon{margin-bottom:.5rem;font-size:2.5rem;display:block}.account-module__zd0OHa__emptyLibrary p{color:#64748b;margin-bottom:1rem}.account-module__zd0OHa__createBtn{background:var(--violet-500);color:#fff;border-radius:10px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.account-module__zd0OHa__createBtn:hover{background:var(--violet-600)}.account-module__zd0OHa__loadingSpinner{border:3px solid var(--violet-100);border-top-color:var(--violet-500);border-radius:50%;width:40px;height:40px;margin:0 auto 1rem;animation:1s linear infinite account-module__zd0OHa__spin}@keyframes account-module__zd0OHa__spin{to{transform:rotate(360deg)}}@media (max-width:480px){.account-module__zd0OHa__userCard{text-align:center;flex-direction:column}.account-module__zd0OHa__signOutBtn{width:100%}}.account-module__zd0OHa__cardGrid{gap:1rem;display:grid}.account-module__zd0OHa__cardItem{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1rem;transition:all .2s}.account-module__zd0OHa__cardItem:hover{border-color:var(--violet-300);box-shadow:0 4px 12px #8b5cf61a}.account-module__zd0OHa__cardHeader{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.account-module__zd0OHa__cardTitle{color:var(--charcoal);font-weight:600}.account-module__zd0OHa__cardStatus{text-transform:uppercase;border-radius:6px;padding:.25rem .5rem;font-size:.75rem;font-weight:600}.account-module__zd0OHa__cardStatus.account-module__zd0OHa__draft{color:#92400e;background:#fef3c7}.account-module__zd0OHa__cardStatus.account-module__zd0OHa__paid{color:#065f46;background:#d1fae5}.account-module__zd0OHa__cardStatus.account-module__zd0OHa__sent{color:#1e40af;background:#dbeafe}.account-module__zd0OHa__cardMeta{color:#64748b;margin-bottom:.75rem;font-size:.875rem}.account-module__zd0OHa__cardMeta p{margin:.25rem 0}.account-module__zd0OHa__cardActions{flex-wrap:wrap;gap:.5rem;display:flex}.account-module__zd0OHa__cardActions button,.account-module__zd0OHa__cardActions a{cursor:pointer;border:none;border-radius:8px;padding:.5rem .75rem;font-size:.8rem;font-weight:500;text-decoration:none;transition:all .2s}.account-module__zd0OHa__linkBtn{background:var(--violet-100);color:var(--violet-700)}.account-module__zd0OHa__linkBtn:hover{background:var(--violet-200)}.account-module__zd0OHa__viewBtn{color:#0369a1;background:#e0f2fe}.account-module__zd0OHa__viewBtn:hover{background:#bae6fd}.account-module__zd0OHa__deleteBtn{color:#dc2626;background:#fee2e2}.account-module__zd0OHa__deleteBtn:hover{background:#fecaca}
.Nav-module__bLoQaq__nav{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-bottom:1px solid #8b5cf61a;position:sticky;top:0}.Nav-module__bLoQaq__container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:1rem 1.5rem;display:flex}.Nav-module__bLoQaq__logo{color:var(--violet-700);z-index:1001;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:700;text-decoration:none;display:flex}.Nav-module__bLoQaq__logo svg{transition:transform .2s}.Nav-module__bLoQaq__logo:hover svg{transform:scale(1.1)}.Nav-module__bLoQaq__navLinks{align-items:center;gap:2rem;display:flex}.Nav-module__bLoQaq__navLink{color:#64748b;font-size:.9375rem;font-weight:500;text-decoration:none;transition:color .2s;position:relative}.Nav-module__bLoQaq__navLink:hover{color:var(--violet-600)}.Nav-module__bLoQaq__activeLink{color:var(--violet-700)}.Nav-module__bLoQaq__activeLink:after{content:"";background:var(--violet-500);border-radius:1px;height:2px;position:absolute;bottom:-6px;left:0;right:0}.Nav-module__bLoQaq__ctaBtn{background:var(--violet-500);color:#fff;border-radius:10px;align-items:center;gap:.5rem;padding:.625rem 1.25rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.Nav-module__bLoQaq__ctaBtn:hover{background:var(--violet-600);transform:translateY(-1px)}.Nav-module__bLoQaq__hamburger{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;width:32px;height:32px;padding:4px;display:none}.Nav-module__bLoQaq__hamburger span{background:var(--violet-700);border-radius:2px;width:100%;height:2px;transition:all .3s;display:block}.Nav-module__bLoQaq__hamburger.Nav-module__bLoQaq__active span:first-child{transform:rotate(45deg)translate(5px,5px)}.Nav-module__bLoQaq__hamburger.Nav-module__bLoQaq__active span:nth-child(2){opacity:0}.Nav-module__bLoQaq__hamburger.Nav-module__bLoQaq__active span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.Nav-module__bLoQaq__overlay{z-index:999;background:#0006;display:none;position:fixed;inset:0}@media (max-width:768px){.Nav-module__bLoQaq__hamburger{display:flex}.Nav-module__bLoQaq__navLinks{z-index:1000;background:#fff;flex-direction:column;align-items:flex-start;gap:0;width:280px;height:100vh;padding:6rem 1.5rem 2rem;transition:transform .3s;position:fixed;top:0;right:0;transform:translate(100%);box-shadow:-10px 0 30px #0000001a}.Nav-module__bLoQaq__navLinks.Nav-module__bLoQaq__active{transform:translate(0)}.Nav-module__bLoQaq__navLink{border-bottom:1px solid #f1f5f9;width:100%;padding:1rem 0;font-size:1.125rem}.Nav-module__bLoQaq__navLink:after{display:none}.Nav-module__bLoQaq__activeLink{color:var(--violet-600);background:var(--violet-50);border-radius:0;margin:0 -1.5rem;padding:1rem 1.5rem}.Nav-module__bLoQaq__ctaBtn{justify-content:center;width:100%;margin-top:1.5rem;padding:1rem}.Nav-module__bLoQaq__overlay{display:block}}.Nav-module__bLoQaq__authLoading{color:#94a3b8;font-size:.875rem}.Nav-module__bLoQaq__signInBtn{border:2px solid var(--violet-300);color:var(--violet-600);cursor:pointer;background:0 0;border-radius:8px;padding:.5rem 1rem;font-size:.875rem;font-weight:600;transition:all .2s}.Nav-module__bLoQaq__signInBtn:hover{background:var(--violet-50);border-color:var(--violet-500)}.Nav-module__bLoQaq__userMenu{position:relative}.Nav-module__bLoQaq__userAvatar{background:var(--violet-100);width:36px;height:36px;color:var(--violet-700);border:2px solid #0000;border-radius:50%;justify-content:center;align-items:center;font-weight:600;text-decoration:none;transition:all .2s;display:flex;overflow:hidden}.Nav-module__bLoQaq__userAvatar:hover{border-color:var(--violet-400);transform:scale(1.05)}.Nav-module__bLoQaq__userAvatar img{object-fit:cover;width:100%;height:100%}@media (max-width:768px){.Nav-module__bLoQaq__signInBtn{width:100%;margin-top:1rem;padding:.875rem}.Nav-module__bLoQaq__userAvatar{width:40px;height:40px}}
