.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__editBtn{color:#92400e;background:#fef3c7}.account-module__zd0OHa__editBtn:hover{background:#fde68a}.account-module__zd0OHa__deleteBtn{color:#dc2626;background:#fee2e2}.account-module__zd0OHa__deleteBtn:hover{background:#fecaca}.account-module__zd0OHa__payBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#059669,#10b981);border:none;border-radius:8px;grid-column:1/-1;padding:.5rem 1rem;font-size:.8125rem;font-weight:600;transition:all .2s;box-shadow:0 2px 8px #0596694d}.account-module__zd0OHa__payBtn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #05966966}.account-module__zd0OHa__expiryInfo{color:#f59e0b;background:#f59e0b1a;border-radius:6px;align-items:center;gap:.25rem;padding:.25rem .5rem;font-size:.75rem;display:flex}.account-module__zd0OHa__analyticsBtn{color:#15803d;background:#f0fdf4}.account-module__zd0OHa__analyticsBtn:hover{background:#dcfce7}.account-module__zd0OHa__analyticsPanel{background:linear-gradient(135deg,#faf5ff,#f0f9ff);border:1px solid #e9d5ff;border-radius:12px;margin-top:1rem;padding:1rem;animation:.25s account-module__zd0OHa__slideDown}@keyframes account-module__zd0OHa__slideDown{0%{opacity:0;max-height:0}to{opacity:1;max-height:800px}}.account-module__zd0OHa__analyticsLoading{text-align:center;color:#64748b;padding:1rem 0;font-size:.875rem}.account-module__zd0OHa__statsRow{gap:.75rem;margin-bottom:1rem;display:flex}.account-module__zd0OHa__stat{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:10px;flex:1;padding:.75rem .5rem}.account-module__zd0OHa__statValue{color:var(--violet-600);font-size:1.5rem;font-weight:700;display:block}.account-module__zd0OHa__statLabel{color:#64748b;text-transform:uppercase;letter-spacing:.04em;font-size:.7rem}.account-module__zd0OHa__outputsList{margin-top:.5rem}.account-module__zd0OHa__outputsList h4{color:var(--charcoal);margin-bottom:.75rem;font-size:.875rem}.account-module__zd0OHa__outputItem{background:#fff;border:1px solid #e2e8f0;border-radius:10px;margin-bottom:.5rem;padding:.75rem}.account-module__zd0OHa__outputHeader{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.account-module__zd0OHa__outputBlock{color:var(--violet-700);font-size:.8rem;font-weight:600}.account-module__zd0OHa__outputTime{color:#94a3b8;font-size:.7rem}.account-module__zd0OHa__outputData{flex-direction:column;gap:.25rem;display:flex}.account-module__zd0OHa__outputRow{gap:.5rem;font-size:.8rem;display:flex}.account-module__zd0OHa__outputKey{color:#64748b;min-width:60px;font-weight:500}.account-module__zd0OHa__outputVal{color:var(--charcoal);font-weight:600}.account-module__zd0OHa__noInteractions{text-align:center;color:#94a3b8;padding:1rem 0;font-size:.875rem}@media (max-width:480px){.account-module__zd0OHa__statsRow{flex-direction:column;gap:.5rem}.account-module__zd0OHa__stat{flex-direction:row;justify-content:center;align-items:center;gap:.5rem;display:flex}.account-module__zd0OHa__statValue{font-size:1.25rem}}.account-module__zd0OHa__qrOverlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#000000b3;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.account-module__zd0OHa__qrModal{text-align:center;background:linear-gradient(135deg,#1e1b4b,#1e293b);border:1px solid #7c3aed4d;border-radius:20px;width:100%;max-width:420px;padding:2rem;position:relative;box-shadow:0 25px 60px #00000080}.account-module__zd0OHa__qrCloseBtn{color:#94a3b8;cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.25rem;display:flex;position:absolute;top:12px;right:12px}.account-module__zd0OHa__qrTitle{color:#e2e8f0;margin-bottom:.75rem;font-size:1.5rem}.account-module__zd0OHa__qrInstruction{color:#94a3b8;margin-bottom:1rem;font-size:.875rem;line-height:1.5}.account-module__zd0OHa__qrInstruction strong{color:#fbbf24}.account-module__zd0OHa__qrCardId{background:#fbbf241a;border:2px dashed #fbbf2466;border-radius:12px;flex-direction:column;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:1rem;display:flex}.account-module__zd0OHa__qrCardIdLabel{color:#94a3b8;text-transform:uppercase;letter-spacing:1px;font-size:.75rem}.account-module__zd0OHa__qrCardIdValue{color:#fbbf24;letter-spacing:3px;font-family:monospace;font-size:1.75rem;font-weight:800}.account-module__zd0OHa__qrCopyBtn{color:#fbbf24;cursor:pointer;background:#fbbf2433;border:1px solid #fbbf244d;border-radius:8px;padding:.4rem 1rem;font-size:.8125rem;font-weight:600}.account-module__zd0OHa__qrCodeImage{border:2px solid #334155;border-radius:12px;width:100%;max-width:280px;margin-bottom:1rem}.account-module__zd0OHa__qrNoImage{color:#f87171;margin-bottom:1rem;font-size:.875rem}.account-module__zd0OHa__qrNote{color:#64748b;font-size:.75rem;line-height:1.5}
