:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#1a1a2e;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}#root{min-height:100vh}.navbar{background:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:100}.navbar-container{max-width:1200px;margin:0 auto;padding:0 24px;height:64px;display:flex;align-items:center;justify-content:space-between}.navbar-logo{display:flex;align-items:center;text-decoration:none}.logo-image{width:auto;height:50px;color:#2563eb}.navbar-links{display:flex;align-items:center;gap:8px}.nav-link{padding:8px 16px;border-radius:6px;text-decoration:none;color:#4b5563;font-weight:500;transition:all .2s;border:none;background:none;cursor:pointer;font-size:.9375rem}.nav-link:hover{color:#1a1a2e;background:#f3f4f6}.nav-btn-primary{background:#2563eb;color:#fff!important}.nav-btn-primary:hover{background:#1d4ed8!important}.nav-admin{background:linear-gradient(135deg,#f97316,#ea580c);color:#fff!important}.nav-admin:hover{filter:brightness(1.1);background:linear-gradient(135deg,#f97316,#ea580c)!important}.user-menu{display:flex;align-items:center;gap:12px;margin-left:8px;padding-left:16px;border-left:1px solid #e5e7eb}.user-name{color:#6b7280;font-size:.875rem}.logout-btn{color:#dc2626!important}.logout-btn:hover{background:#fef2f2!important}@media(max-width:768px){.navbar-container{padding:0 16px;height:56px}.logo-image{height:40px}.navbar-links{gap:4px}.nav-link{padding:6px 12px;font-size:.875rem}.user-menu{gap:8px;margin-left:4px;padding-left:12px}.user-name{display:none}}@media(max-width:480px){.navbar-container{padding:0 12px;height:52px}.logo-image{height:36px}.navbar-links{gap:2px}.nav-link{padding:6px 8px;font-size:.8125rem}.nav-btn-primary,.nav-admin{padding:6px 10px}.user-menu{gap:4px;margin-left:2px;padding-left:8px}}.feedback-overlay{position:fixed;inset:0;background:#0f172a99;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.feedback-modal{background:#fff;border-radius:20px;max-width:440px;width:100%;overflow:hidden;box-shadow:0 24px 48px #0003;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.feedback-celebration{background:linear-gradient(135deg,#6366f1,#8b5cf6);padding:32px 24px 28px;text-align:center;color:#fff}.celebration-emoji{font-size:3rem;display:block;margin-bottom:12px}.feedback-celebration h2{font-size:1.5rem;font-weight:700;margin:0 0 8px}.celebration-subtitle{font-size:.9375rem;opacity:.9;margin:0}.feedback-content{padding:28px}.feedback-content h3{font-size:1.25rem;font-weight:700;color:#0f172a;margin:0 0 8px}.feedback-prompt{font-size:.9375rem;color:#64748b;margin:0 0 16px;line-height:1.5}.feedback-content textarea{width:100%;padding:14px 16px;font-size:.9375rem;border:1px solid #e2e8f0;border-radius:10px;background:#f8fafc;color:#0f172a;resize:none;font-family:inherit;transition:all .2s}.feedback-content textarea:focus{outline:none;border-color:#6366f1;background:#fff;box-shadow:0 0 0 3px #6366f11a}.feedback-content textarea::placeholder{color:#94a3b8}.feedback-actions{display:flex;gap:12px;margin-top:16px}.btn-skip{flex:1;padding:12px 20px;font-size:.9375rem;font-weight:600;border:1px solid #e2e8f0;background:#fff;color:#64748b;border-radius:10px;cursor:pointer;transition:all .2s}.btn-skip:hover:not(:disabled){background:#f8fafc;border-color:#cbd5e1}.btn-submit{flex:1.5;padding:12px 20px;font-size:.9375rem;font-weight:600;border:none;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;border-radius:10px;cursor:pointer;transition:all .2s}.btn-submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #6366f14d}.btn-submit:disabled,.btn-skip:disabled{opacity:.6;cursor:not-allowed}.feedback-success{text-align:center;padding:20px 0}.success-icon{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;background:linear-gradient(135deg,#10b981,#059669);border-radius:50%;color:#fff;font-size:1.5rem;margin-bottom:12px}.feedback-success p{font-size:1rem;color:#0f172a;font-weight:600;margin:0}.feedback-error{margin-top:12px;padding:10px 14px;background:#fef2f2;border-radius:8px;color:#dc2626;font-size:.875rem;text-align:center}@media(max-width:480px){.feedback-modal{border-radius:16px}.feedback-celebration{padding:24px 20px}.celebration-emoji{font-size:2.5rem}.feedback-content{padding:20px}.feedback-actions{flex-direction:column-reverse}.btn-skip,.btn-submit{flex:none}}.footer{background:#1a1a2e;color:#fff;padding:60px 24px 24px;margin-top:auto}.footer-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 2fr;gap:60px}.footer-brand{display:flex;flex-direction:column;gap:12px}.footer-logo{display:flex;align-items:center;gap:10px;font-size:1.25rem;font-weight:700}.footer-logo-icon{width:24px;height:24px;color:#60a5fa}.footer-tagline{color:#9ca3af;font-size:.875rem}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.footer-section h4{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:16px;color:#9ca3af}.footer-section a{display:block;color:#e5e7eb;text-decoration:none;padding:6px 0;font-size:.9375rem;transition:color .2s}.footer-section a:hover{color:#60a5fa}.footer-feedback-btn{display:block;background:none;border:none;color:#e5e7eb;text-decoration:none;padding:6px 0;font-size:.9375rem;cursor:pointer;text-align:left;font-family:inherit;transition:color .2s}.footer-feedback-btn:hover{color:#60a5fa}.footer-bottom{max-width:1200px;margin:40px auto 0;padding-top:24px;border-top:1px solid #374151;text-align:center;color:#6b7280;font-size:.875rem}@media(max-width:768px){.footer-container{grid-template-columns:1fr;gap:40px}.footer-links{grid-template-columns:repeat(2,1fr)}}.landing{min-height:100vh;overflow-x:hidden}.hero-new{position:relative;padding:80px 32px 60px;overflow:hidden}.hero-new .hero-bg{position:absolute;inset:0;z-index:0}.hero-new .hero-gradient{position:absolute;inset:0;background:radial-gradient(ellipse 80% 60% at 50% -10%,rgba(99,102,241,.12) 0%,transparent 50%),radial-gradient(ellipse 50% 40% at 90% 10%,rgba(139,92,246,.08) 0%,transparent 50%)}.section-vaults{position:absolute;inset:0;z-index:1;pointer-events:none;overflow:hidden}.section-vault{position:absolute;display:flex;align-items:center;gap:12px;padding:12px 16px;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(226,232,240,.8);border-radius:12px;box-shadow:0 8px 24px #0000001a;opacity:0;transition:all .6s cubic-bezier(.16,1,.3,1)}.section-vault.vault-left{transform:translate(-120px) scale(.9)}.section-vault.vault-right{transform:translate(120px) scale(.9)}.vaults-visible .section-vault{opacity:1;transform:translate(0) scale(1)}.vaults-visible .section-vault.vault-1{transition-delay:0s}.vaults-visible .section-vault.vault-2{transition-delay:.12s}.vaults-visible .section-vault.vault-3{transition-delay:.08s}.vaults-visible .section-vault.vault-4{transition-delay:.2s}.section-vault.vault-1{top:12%;left:4%}.section-vault.vault-2{top:42%;left:3%}.section-vault.vault-3{top:18%;right:4%}.section-vault.vault-4{top:48%;right:3%}.section-vault .vault-icon{font-size:1.5rem;line-height:1}.section-vault .vault-info{display:flex;flex-direction:column;gap:2px}.section-vault .vault-name{font-size:.8125rem;font-weight:600;color:#1e293b;white-space:nowrap}.section-vault .vault-meta{font-size:.6875rem;color:#64748b;white-space:nowrap}.vaults-visible .section-vault{animation:dynamicFloat 4s ease-in-out infinite}.vaults-visible .section-vault.vault-1{animation-delay:.6s}.vaults-visible .section-vault.vault-2{animation-delay:1.2s}.vaults-visible .section-vault.vault-3{animation-delay:.9s}.vaults-visible .section-vault.vault-4{animation-delay:1.5s}@keyframes dynamicFloat{0%,to{transform:translateY(0) rotate(0)}25%{transform:translateY(-12px) rotate(1deg)}75%{transform:translateY(4px) rotate(-.5deg)}}@media(max-width:1200px){.section-vaults{display:none}}.hero-wrapper{position:relative;z-index:1;max-width:1100px;margin:0 auto}.hero-intro{text-align:center;max-width:700px;margin:0 auto 48px}.hero-eyebrow{display:inline-block;font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#6366f1;margin-bottom:16px}.hero-intro h1{font-size:3.25rem;font-weight:800;line-height:1.15;color:#0f172a;margin:0 0 20px;letter-spacing:-.02em}.gradient-text{background:linear-gradient(135deg,#6366f1,#8b5cf6,#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-intro p{font-size:1.1875rem;color:#64748b;line-height:1.6;margin:0 0 28px}.hero-cta-row{display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap}.hero-cta-note{font-size:.875rem;color:#94a3b8}.hero-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-bottom:48px}.hero-card{position:relative;background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:32px;text-align:center;transition:all .3s}.hero-card:hover{border-color:#6366f1;transform:translateY(-4px);box-shadow:0 16px 48px #6366f11f}.hero-card-premium{background:linear-gradient(135deg,#faf5ff,#f5f3ff);border-color:#ddd6fe}.hero-card-premium:hover{border-color:#7c3aed;box-shadow:0 16px 48px #7c3aed1f}.hero-card-visual{display:flex;align-items:center;justify-content:center;gap:16px;margin-bottom:24px;padding:24px 0}.visual-arrow{color:#94a3b8}.visual-arrow svg{width:28px;height:28px}.visual-calendar{width:64px;height:64px;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:12px;overflow:hidden;box-shadow:0 8px 24px #6366f14d}.calendar-header{height:18px;background:#fff3}.calendar-body{display:grid;grid-template-columns:repeat(3,1fr);gap:4px;padding:8px}.calendar-dot{width:10px;height:10px;background:#ffffff4d;border-radius:2px}.calendar-dot.active{background:#fff;box-shadow:0 0 8px #fff9}.visual-envelope{width:56px;height:56px;background:linear-gradient(135deg,#ecfdf5,#d1fae5);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#10b981}.visual-envelope svg{width:28px;height:28px}.visual-checkin{position:relative;width:72px;height:72px}.checkin-ring{width:100%;height:100%;position:relative}.checkin-ring>svg{width:100%;height:100%;transform:rotate(-90deg)}.ring-track{fill:none;stroke:#e9d5ff;stroke-width:6}.ring-fill{fill:none;stroke:url(#purpleGradient);stroke:#7c3aed;stroke-width:6;stroke-linecap:round;stroke-dasharray:264;stroke-dashoffset:66}.checkin-icon{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:#7c3aed}.checkin-icon svg{width:28px;height:28px}.visual-unlock{width:56px;height:56px;background:linear-gradient(135deg,#fef3c7,#fde68a);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#d97706}.visual-unlock svg{width:28px;height:28px}.hero-card h3{font-size:1.375rem;font-weight:700;color:#0f172a;margin:0 0 8px}.hero-card p{font-size:.9375rem;color:#64748b;line-height:1.5;margin:0 0 16px}.hero-card-tag{display:inline-block;padding:6px 12px;background:#f1f5f9;border-radius:6px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#64748b}.premium-tag{background:linear-gradient(135deg,#7c3aed,#9333ea);color:#fff}.hero-trust{display:flex;justify-content:center;gap:48px;flex-wrap:wrap}.trust-item{display:flex;align-items:center;gap:10px;color:#64748b;font-size:.9375rem;font-weight:500}.trust-item svg{width:20px;height:20px;color:#6366f1}@media(max-width:768px){.hero-new{padding:48px 20px 40px}.hero-intro h1{font-size:2.25rem}.hero-intro p{font-size:1.0625rem}.hero-cards{grid-template-columns:1fr;gap:16px}.hero-card{padding:24px}.hero-trust{flex-direction:column;align-items:center;gap:16px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 28px;border-radius:12px;font-weight:600;font-size:1rem;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);border:none;cursor:pointer;white-space:nowrap}.btn svg{width:18px;height:18px;transition:transform .3s}.btn:hover svg{transform:translate(4px)}.btn-lg{padding:16px 32px;font-size:1.0625rem}.btn-primary{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;box-shadow:0 4px 15px #6366f14d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #6366f166}.btn-glow{position:relative}.btn-glow:before{content:"";position:absolute;inset:-2px;background:linear-gradient(135deg,#6366f1,#8b5cf6,#a855f7);border-radius:14px;z-index:-1;opacity:0;transition:opacity .3s;filter:blur(12px)}.btn-glow:hover:before{opacity:.6}.btn-glass{background:#ffffff1a;color:#0f172a;border:1px solid rgba(99,102,241,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-glass:hover{background:#ffffff26;border-color:#6366f14d;transform:translateY(-2px)}.btn-white{background:#fff;color:#6366f1;box-shadow:0 4px 15px #0000001a}.btn-white:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00000026}.ring-bg{fill:none;stroke:#f1f5f9;stroke-width:8}.ring-progress{fill:none;stroke:url(#gradient);stroke:#6366f1;stroke-width:8;stroke-linecap:round;stroke-dasharray:283;stroke-dashoffset:100;animation:ringProgress 2s ease-out 1s both}@keyframes ringProgress{0%{stroke-dashoffset:283}to{stroke-dashoffset:100}}.countdown-inner{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.countdown-inner strong{font-size:2rem;font-weight:800;color:#0f172a;line-height:1}.countdown-inner span{font-size:.75rem;color:#94a3b8;text-transform:uppercase;letter-spacing:.1em}.vault-recipient{display:flex;align-items:center;gap:10px;padding:14px 16px;background:#f8fafc;border-radius:10px}.vault-recipient svg{width:18px;height:18px;color:#94a3b8}.vault-recipient span{font-size:.875rem;color:#64748b}.floating-badge{position:absolute;display:flex;align-items:center;gap:8px;padding:10px 16px;background:#fff;border-radius:10px;font-size:.8125rem;font-weight:600;color:#0f172a;box-shadow:0 4px 20px #00000014;animation:badgeFloat 4s ease-in-out infinite}.floating-badge svg{width:16px;height:16px}.badge-encrypted{top:20%;right:-20px;animation-delay:-1s}.badge-encrypted svg{color:#10b981}.badge-time{bottom:20%;left:-20px;animation-delay:-3s}.badge-time svg{color:#6366f1}@keyframes badgeFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.privacy-banner{background:linear-gradient(135deg,#0f172a,#1e293b);padding:48px 32px;position:relative;overflow:hidden}.privacy-banner:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 50%,rgba(99,102,241,.15) 0%,transparent 50%),radial-gradient(circle at 80% 50%,rgba(139,92,246,.1) 0%,transparent 50%)}.privacy-container{max-width:900px;margin:0 auto;display:flex;align-items:center;gap:32px;position:relative;z-index:1}.privacy-icon{width:64px;height:64px;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.privacy-icon svg{width:32px;height:32px;color:#fff}.privacy-content h3{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:8px}.privacy-content p{font-size:1rem;color:#94a3b8;line-height:1.6}.section-header{text-align:center;margin-bottom:64px}.section-tag{display:inline-block;padding:8px 16px;background:#6366f11a;color:#6366f1;font-size:.8125rem;font-weight:600;border-radius:100px;margin-bottom:16px;text-transform:uppercase;letter-spacing:.05em}.section-header h2{font-size:2.75rem;font-weight:800;color:#0f172a;margin-bottom:16px;letter-spacing:-.02em}.section-subtitle{font-size:1.125rem;color:#64748b;max-width:600px;margin:0 auto}.delivery-section{position:relative;padding:80px 32px;overflow:hidden}.date-based-section{background:#fff}.inactivity-section{background:linear-gradient(180deg,#faf5ff,#f5f3ff,#fff)}.inactivity-tag{background:#7c3aed1a;color:#7c3aed}.gradient-text-purple{background:linear-gradient(135deg,#7c3aed,#9333ea,#c026d3);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.delivery-content{max-width:1000px;margin:0 auto}.how-it-works-row{display:flex;align-items:stretch;justify-content:center;gap:0;margin-bottom:48px}.how-step-card{flex:1;max-width:280px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:24px;text-align:center;position:relative}.how-step-card .step-num{width:36px;height:36px;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:700;color:#fff;margin:0 auto 16px}.how-step-card h4{font-size:1rem;font-weight:600;color:#0f172a;margin:0 0 8px}.how-step-card p{font-size:.875rem;color:#64748b;line-height:1.5;margin:0}.step-connector-line{width:40px;height:2px;background:linear-gradient(90deg,#e2e8f0,#6366f1,#e2e8f0);align-self:center;flex-shrink:0}.inactivity-row{background:linear-gradient(135deg,#4c1d95,#6d28d9);border-radius:20px;padding:32px;gap:16px}.inactivity-step{background:#ffffff1a;border-color:#fff3}.inactivity-step .step-num{background:#ffffff40}.inactivity-step h4{color:#fff}.inactivity-step p{color:#e0e7ff}.inactivity-line{background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent)}.usecases-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-bottom:40px}.usecase-card{position:relative;background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:28px;overflow:hidden;transition:all .3s}.usecase-card:hover{border-color:#6366f1;transform:translateY(-4px);box-shadow:0 12px 40px #6366f11f}.usecase-card.inactivity-card:hover{border-color:#7c3aed;box-shadow:0 12px 40px #7c3aed1f}.usecase-bg{position:absolute;top:0;right:0;width:140px;height:140px;background-size:contain;background-repeat:no-repeat;background-position:center;opacity:.08;pointer-events:none;transition:opacity .3s}.usecase-card:hover .usecase-bg{opacity:.12}.usecase-timecapsule .usecase-bg{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Crect x='15' y='20' width='70' height='65' rx='8' fill='%236366f1'/%3E%3Crect x='25' y='10' width='50' height='15' rx='4' fill='%236366f1'/%3E%3Ccircle cx='50' cy='52' r='18' fill='%23ffffff' opacity='0.3'/%3E%3Cpath d='M50 40 L50 52 L60 58' stroke='%23ffffff' stroke-width='4' fill='none' stroke-linecap='round'/%3E%3C/svg%3E")}.usecase-business .usecase-bg{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Crect x='10' y='25' width='80' height='60' rx='4' fill='%236366f1'/%3E%3Crect x='35' y='15' width='30' height='20' rx='2' fill='%236366f1'/%3E%3Crect x='20' y='40' width='25' height='3' rx='1' fill='%23ffffff' opacity='0.4'/%3E%3Crect x='20' y='48' width='40' height='3' rx='1' fill='%23ffffff' opacity='0.4'/%3E%3Crect x='20' y='56' width='30' height='3' rx='1' fill='%23ffffff' opacity='0.4'/%3E%3Crect x='20' y='64' width='35' height='3' rx='1' fill='%23ffffff' opacity='0.4'/%3E%3C/svg%3E")}.usecase-milestone .usecase-bg{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Crect x='20' y='35' width='60' height='50' rx='4' fill='%236366f1'/%3E%3Cpolygon points='50,10 60,30 40,30' fill='%236366f1'/%3E%3Crect x='47' y='25' width='6' height='15' fill='%236366f1'/%3E%3Ccircle cx='35' cy='55' r='5' fill='%23ffffff' opacity='0.4'/%3E%3Ccircle cx='50' cy='60' r='6' fill='%23ffffff' opacity='0.4'/%3E%3Ccircle cx='65' cy='53' r='4' fill='%23ffffff' opacity='0.4'/%3E%3C/svg%3E")}.usecase-disclosure .usecase-bg{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Crect x='20' y='15' width='50' height='70' rx='4' fill='%236366f1'/%3E%3Cpath d='M55 15 L55 35 L75 35 Z' fill='%236366f1' opacity='0.7'/%3E%3Crect x='30' y='45' width='30' height='3' rx='1' fill='%23ffffff' opacity='0.4'/%3E%3Crect x='30' y='53' width='25' height='3' rx='1' fill='%23ffffff' opacity='0.4'/%3E%3Crect x='30' y='61' width='28' height='3' rx='1' fill='%23ffffff' opacity='0.4'/%3E%3Ccircle cx='50' cy='75' r='8' fill='%23ffffff' opacity='0.3'/%3E%3Crect x='48' y='71' width='4' height='8' rx='1' fill='%236366f1'/%3E%3C/svg%3E")}.usecase-estate .usecase-bg{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M50 15 L85 40 L85 85 L15 85 L15 40 Z' fill='%237c3aed'/%3E%3Crect x='40' y='55' width='20' height='30' fill='%23ffffff' opacity='0.3'/%3E%3Crect x='25' y='50' width='12' height='12' fill='%23ffffff' opacity='0.3'/%3E%3Crect x='63' y='50' width='12' height='12' fill='%23ffffff' opacity='0.3'/%3E%3C/svg%3E")}.usecase-continuity .usecase-bg{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Crect x='15' y='25' width='70' height='50' rx='4' fill='%237c3aed'/%3E%3Crect x='35' y='75' width='30' height='5' rx='1' fill='%237c3aed'/%3E%3Crect x='25' y='80' width='50' height='3' rx='1' fill='%237c3aed'/%3E%3Crect x='25' y='40' width='50' height='25' rx='2' fill='%23ffffff' opacity='0.3'/%3E%3Ccircle cx='35' cy='52' r='6' fill='%237c3aed'/%3E%3Crect x='45' y='48' width='25' height='3' rx='1' fill='%237c3aed'/%3E%3Crect x='45' y='54' width='18' height='3' rx='1' fill='%237c3aed'/%3E%3C/svg%3E")}.usecase-messages .usecase-bg{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M15 25 L85 25 L85 65 L55 65 L45 80 L45 65 L15 65 Z' fill='%237c3aed'/%3E%3Crect x='25' y='38' width='40' height='3' rx='1' fill='%23ffffff' opacity='0.4'/%3E%3Crect x='25' y='46' width='30' height='3' rx='1' fill='%23ffffff' opacity='0.4'/%3E%3Crect x='25' y='54' width='35' height='3' rx='1' fill='%23ffffff' opacity='0.4'/%3E%3C/svg%3E")}.usecase-recovery .usecase-bg{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Crect x='25' y='40' width='50' height='45' rx='6' fill='%237c3aed'/%3E%3Cpath d='M35 40 L35 30 Q35 15 50 15 Q65 15 65 30 L65 40' stroke='%237c3aed' stroke-width='8' fill='none'/%3E%3Ccircle cx='50' cy='60' r='8' fill='%23ffffff' opacity='0.4'/%3E%3Crect x='48' y='60' width='4' height='12' rx='1' fill='%23ffffff' opacity='0.4'/%3E%3C/svg%3E")}.usecase-content{position:relative;z-index:1}.usecase-content h4{font-size:1.125rem;font-weight:600;color:#0f172a;margin:0 0 10px}.usecase-content p{font-size:.9375rem;color:#64748b;line-height:1.65;margin:0}.delivery-cta{text-align:center}.delivery-cta .btn{margin-bottom:12px}.delivery-cta-note{font-size:.875rem;color:#64748b;margin:0}.inactivity-btn{background:linear-gradient(135deg,#7c3aed,#9333ea)}.inactivity-btn:hover{box-shadow:0 8px 25px #7c3aed66}.how-it-works{padding:100px 32px;background:#fff}.steps{display:flex;align-items:flex-start;justify-content:center;gap:0;max-width:1100px;margin:0 auto}.step{flex:1;max-width:300px}.step-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:32px 28px;text-align:center;transition:all .3s;position:relative}.step-card:hover{border-color:#6366f1;transform:translateY(-4px);box-shadow:0 12px 40px #6366f11f}.step-number{position:absolute;top:-12px;left:24px;font-size:.75rem;font-weight:800;color:#6366f1;background:#eff6ff;padding:6px 12px;border-radius:8px}.step-icon{width:72px;height:72px;background:linear-gradient(135deg,#6366f11a,#8b5cf61a);border-radius:18px;display:flex;align-items:center;justify-content:center;margin:8px auto 20px}.step-icon svg{width:32px;height:32px;color:#6366f1}.step h3{font-size:1.125rem;font-weight:700;color:#0f172a;margin-bottom:10px}.step p{font-size:.9375rem;color:#64748b;line-height:1.6}.step-connector{width:60px;height:100px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.step-connector svg{width:100%;height:20px}.connector-line{stroke:#e2e8f0;stroke-width:2;stroke-dasharray:6 4}.connector-dot{fill:#6366f1}.reliability{padding:100px 32px;background:linear-gradient(180deg,#f8fafc,#fff)}.reliability-container{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.reliability-visual{position:relative;display:flex;justify-content:center;align-items:center}.server-stack{display:flex;flex-direction:column;gap:12px}.server{width:240px;height:48px;background:linear-gradient(135deg,#1e293b,#334155);border-radius:8px;padding:0 20px;display:flex;align-items:center;box-shadow:0 4px 12px #00000026;animation:serverPulse 3s ease-in-out infinite}.server-1{animation-delay:0s}.server-2{animation-delay:.5s}.server-3{animation-delay:1s}@keyframes serverPulse{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}.server-lights{display:flex;gap:8px}.light{width:8px;height:8px;border-radius:50%;animation:blink 2s ease-in-out infinite}.light.green{background:#10b981;box-shadow:0 0 8px #10b98199}.light.blue{background:#3b82f6;box-shadow:0 0 8px #3b82f699;animation-delay:.5s}@keyframes blink{0%,to{opacity:1}50%{opacity:.4}}.reliability-pulse{position:absolute;width:300px;height:300px;border:2px solid rgba(99,102,241,.2);border-radius:50%;animation:ripple 3s ease-out infinite}@keyframes ripple{0%{transform:scale(.8);opacity:1}to{transform:scale(1.4);opacity:0}}.reliability-content .section-tag{margin-bottom:16px}.reliability-content h2{font-size:2.5rem;font-weight:800;color:#0f172a;margin-bottom:20px;letter-spacing:-.02em}.reliability-text{font-size:1.125rem;color:#64748b;line-height:1.7;margin-bottom:32px}.reliability-features{list-style:none;padding:0;display:flex;flex-direction:column;gap:16px}.reliability-features li{display:flex;align-items:center;gap:12px;font-size:1rem;color:#334155;font-weight:500}.reliability-features svg{width:22px;height:22px;color:#10b981;flex-shrink:0}.features{padding:60px 32px;background:linear-gradient(135deg,#0f172a,#1e293b)}.features-container{max-width:1200px;margin:0 auto}.features-header{display:flex;align-items:center;gap:20px;margin-bottom:40px}.features-header .section-tag{margin:0}.features-header h2{font-size:1.75rem;font-weight:700;color:#fff;margin:0}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.feature{display:flex;align-items:flex-start;gap:16px;padding:20px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:16px;transition:all .3s}.feature:hover{background:#ffffff14;border-color:#6366f166;transform:translateY(-2px)}.feature-icon{width:44px;height:44px;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.feature-icon svg{width:22px;height:22px;color:#fff}.feature-content h3{font-size:1rem;font-weight:600;color:#fff;margin-bottom:4px}.feature-content p{font-size:.8125rem;color:#94a3b8;line-height:1.5;margin:0}.feature-icon-old svg{width:26px;height:26px;color:#6366f1}.feature p{font-size:.9375rem;color:#64748b;line-height:1.6}.use-cases{padding:100px 32px;background:#f8fafc}.use-cases .section-header{max-width:1200px;margin:0 auto 64px}.use-cases-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;max-width:1200px;margin:0 auto}.use-case{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:32px;transition:all .3s}.use-case:hover{border-color:#6366f1;transform:translateY(-4px);box-shadow:0 12px 40px #6366f11a}.use-case-icon{width:52px;height:52px;background:linear-gradient(135deg,#6366f11a,#8b5cf61a);border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.use-case-icon svg{width:24px;height:24px;color:#6366f1}.use-case h3{font-size:1.125rem;font-weight:700;color:#0f172a;margin-bottom:10px}.use-case p{font-size:.9375rem;color:#64748b;line-height:1.6}.pricing{padding:100px 32px;background:#f8fafc}.pricing .section-header{max-width:700px;margin:0 auto 64px}.pricing-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;max-width:1280px;margin:0 auto}.pricing-grid-3{grid-template-columns:repeat(3,1fr);max-width:1000px}.pricing-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:32px;display:flex;flex-direction:column;position:relative;transition:all .3s}.pricing-card:hover{border-color:#6366f1;transform:translateY(-4px);box-shadow:0 12px 40px #6366f11a}.pricing-card-popular{background:linear-gradient(135deg,#0f172a,#1e293b);border:2px solid #6366f1;transform:scale(1.02)}.pricing-card-popular:hover{transform:scale(1.02) translateY(-4px);box-shadow:0 20px 50px #0003}.popular-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;padding:8px 12px;border-radius:100px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.pricing-header{margin-bottom:20px}.pricing-header h3{font-size:1.375rem;font-weight:700;color:#0f172a;margin-bottom:4px}.pricing-card-popular .pricing-header h3{color:#fff}.pricing-tagline{font-size:.875rem;color:#64748b}.pricing-card-popular .pricing-tagline{color:#94a3b8}.pricing-price{display:flex;align-items:baseline;gap:4px;margin-bottom:8px}.price-amount{font-size:2.5rem;font-weight:800;color:#0f172a;letter-spacing:-.02em}.pricing-card-popular .price-amount{color:#fff}.price-period{font-size:1rem;color:#64748b}.pricing-card-popular .price-period{color:#94a3b8}.pricing-yearly{font-size:.875rem;color:#64748b;margin-bottom:24px}.pricing-yearly span{color:#10b981;font-weight:600}.pricing-card-popular .pricing-yearly{color:#94a3b8}.pricing-features{list-style:none;padding:0;margin:0 0 24px;display:flex;flex-direction:column;gap:12px;flex:1}.pricing-features li{display:flex;align-items:flex-start;gap:10px;font-size:.875rem;color:#334155;line-height:1.5}.pricing-card-popular .pricing-features li{color:#e2e8f0}.pricing-features svg{width:18px;height:18px;color:#10b981;flex-shrink:0;margin-top:1px}.pricing-features .feature-disabled{color:#94a3b8}.pricing-features .feature-disabled svg{color:#cbd5e1}.pricing-card-popular .pricing-features .feature-disabled{color:#64748b}.pricing-card-popular .pricing-features .feature-disabled svg{color:#475569}.pricing-features .feature-highlight{background:#6366f11a;margin:4px -12px;padding:8px 12px;border-radius:8px;font-weight:600}.pricing-card-popular .pricing-features .feature-highlight{background:#6366f14d}.pricing-features .feature-highlight svg{color:#6366f1}.pricing-card-popular .pricing-features .feature-highlight svg{color:#a5b4fc}.pricing-features .feature-sub{padding-left:28px;font-size:.8125rem;color:#64748b;margin-top:-4px}.pricing-card-popular .pricing-features .feature-sub{color:#94a3b8}.pricing-note{font-size:.8125rem;color:#94a3b8;font-style:italic;margin-bottom:20px;line-height:1.5}.pricing-card-popular .pricing-note{color:#64748b}.pricing-btn{width:100%;text-align:center;margin-top:auto}.pricing-card-business{border-style:dashed}.pricing-footer{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:48px;padding:24px;background:#6366f10d;border-radius:12px;max-width:700px;margin-left:auto;margin-right:auto}.pricing-footer svg{width:24px;height:24px;color:#6366f1;flex-shrink:0}.pricing-footer p{font-size:.9375rem;color:#64748b;margin:0}.cta{position:relative;padding:100px 32px;text-align:center;overflow:hidden}.cta-bg{position:absolute;inset:0;z-index:0}.cta-gradient{position:absolute;inset:0;background:linear-gradient(135deg,#6366f1,#8b5cf6,#a855f7)}.cta-pattern{position:absolute;inset:0;background-image:radial-gradient(circle at 20% 80%,rgba(255,255,255,.1) 0%,transparent 40%),radial-gradient(circle at 80% 20%,rgba(255,255,255,.1) 0%,transparent 40%)}.cta-content{position:relative;z-index:1;max-width:600px;margin:0 auto}.cta h2{font-size:2.75rem;font-weight:800;color:#fff;margin-bottom:16px;letter-spacing:-.02em}.cta p{font-size:1.25rem;color:#ffffffe6;margin-bottom:32px}@media(max-width:1024px){.hero{min-height:70vh;padding:60px 24px}.hero-centered h1{font-size:3rem}.hero-features{gap:32px}.steps{flex-direction:column;align-items:center;gap:24px}.step{max-width:400px}.step-connector{transform:rotate(90deg);width:100px;height:40px}.reliability-container{grid-template-columns:1fr;gap:60px;text-align:center}.reliability-features{align-items:center}.features-grid{grid-template-columns:repeat(2,1fr)}.features-header{flex-direction:column;align-items:flex-start;gap:12px}.use-cases-grid{grid-template-columns:repeat(2,1fr)}.privacy-container{flex-direction:column;text-align:center}.pricing-grid{grid-template-columns:repeat(2,1fr)}.pricing-grid-3{grid-template-columns:repeat(3,1fr)}.pricing-card-popular{transform:scale(1)}.pricing-card-popular:hover{transform:translateY(-4px)}.delivery-section{padding:60px 24px}.how-it-works-row{flex-wrap:wrap;gap:16px}.how-step-card{max-width:220px}.step-connector-line{display:none}.usecases-grid{gap:20px}}@media(max-width:768px){.hero{min-height:60vh;padding:48px 16px}.hero-centered h1{font-size:2.25rem}.hero-subtitle{font-size:1.0625rem}.hero-actions{flex-direction:column;align-items:stretch;width:100%}.hero-actions .btn{width:100%}.hero-features{flex-direction:column;gap:16px}.pricing-grid{grid-template-columns:1fr;max-width:400px}.pricing-grid-3{grid-template-columns:1fr}.pricing-footer{flex-direction:column;text-align:center}.delivery-section{padding:48px 16px}.how-it-works-row{flex-direction:column;align-items:center;gap:16px}.inactivity-row{padding:24px 20px}.how-step-card{max-width:100%;width:100%}.usecases-grid{grid-template-columns:1fr;gap:16px}.usecase-card{padding:24px 20px}.usecase-bg{width:100px;height:100px}.usecase-content h4{font-size:1rem}.usecase-content p{font-size:.875rem}.section-header h2,.reliability-content h2{font-size:2rem}.features-grid{grid-template-columns:1fr}.features-header h2{font-size:1.5rem}.cta h2{font-size:2rem}.use-cases-grid{grid-template-columns:1fr}}.contact-section{padding:100px 32px;background:linear-gradient(180deg,#f8fafc,#fff)}.contact-container{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:1fr 1.2fr;gap:64px;align-items:start}.contact-info h2{font-size:2.5rem;font-weight:800;color:#0f172a;margin:16px 0 20px}.contact-info>p{font-size:1.0625rem;color:#64748b;line-height:1.7;margin-bottom:32px}.contact-details{display:flex;flex-direction:column;gap:16px}.contact-detail{display:flex;align-items:center;gap:12px;color:#475569;font-size:.9375rem}.contact-detail svg{width:20px;height:20px;color:#6366f1}.contact-form{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:40px;box-shadow:0 4px 24px #0000000a}.form-group{margin-bottom:24px}.form-group label{display:block;font-size:.875rem;font-weight:600;color:#334155;margin-bottom:8px}.form-group input,.form-group textarea{width:100%;padding:14px 16px;font-size:1rem;border:1px solid #e2e8f0;border-radius:10px;background:#f8fafc;color:#0f172a;transition:all .2s;font-family:inherit}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#6366f1;background:#fff;box-shadow:0 0 0 3px #6366f11a}.form-group input::placeholder,.form-group textarea::placeholder{color:#94a3b8}.form-group textarea{resize:vertical;min-height:120px}.contact-form .btn{width:100%;margin-top:8px}.form-success{margin-top:16px;padding:12px 16px;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:8px;color:#059669;font-size:.875rem;text-align:center}.form-error{margin-top:16px;padding:12px 16px;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;font-size:.875rem;text-align:center}@media(max-width:768px){.contact-section{padding:60px 20px}.contact-container{grid-template-columns:1fr;gap:40px}.contact-info h2{font-size:2rem}.contact-form{padding:28px}}.otp-verification{width:100%}.otp-header{display:flex;align-items:center;gap:12px;margin-bottom:24px}.otp-header h2{margin:0;font-size:1.5rem;color:#1e293b}.otp-back-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:#f1f5f9;border-radius:8px;cursor:pointer;transition:background .2s}.otp-back-btn:hover:not(:disabled){background:#e2e8f0}.otp-back-btn:disabled{opacity:.5;cursor:not-allowed}.otp-back-btn svg{width:20px;height:20px;color:#475569}.otp-description{color:#64748b;margin-bottom:24px;font-size:.95rem;line-height:1.5}.otp-description strong{color:#334155}.otp-error{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:12px 16px;border-radius:8px;margin-bottom:20px;font-size:.9rem}.otp-inputs{display:flex;gap:8px;justify-content:center;margin-bottom:24px}.otp-inputs input{width:48px;height:56px;text-align:center;font-size:1.5rem;font-weight:600;border:2px solid #e2e8f0;border-radius:12px;background:#f8fafc;transition:all .2s;color:#1e293b}.otp-inputs input:focus{border-color:#6366f1;background:#fff;outline:none;box-shadow:0 0 0 3px #6366f11a}.otp-inputs input.error{border-color:#f87171;background:#fef2f2}.otp-inputs input:disabled{opacity:.6;cursor:not-allowed}.otp-resend{text-align:center;margin-top:20px;color:#64748b;font-size:.9rem}.resend-btn{background:none;border:none;color:#6366f1;font-weight:600;cursor:pointer;font-size:.9rem;padding:0}.resend-btn:hover:not(:disabled){text-decoration:underline}.resend-btn:disabled{opacity:.5;cursor:not-allowed}.otp-help{text-align:center;margin-top:16px;color:#94a3b8;font-size:.85rem}.resend-link{background:none;border:none;color:#6366f1;cursor:pointer;font-size:inherit;padding:0}.resend-link:hover:not(:disabled){text-decoration:underline}.resend-link:disabled{color:#94a3b8;cursor:not-allowed}@media(max-width:480px){.otp-inputs input{width:42px;height:50px;font-size:1.25rem}.otp-inputs{gap:6px}}.auth-page{min-height:calc(100vh - 64px);display:flex;align-items:center;justify-content:center;padding:40px 24px;background:#f8fafc}.auth-container{width:100%;max-width:420px;background:#fff;border-radius:16px;padding:48px 40px;box-shadow:0 4px 6px -1px #0000001a}.auth-header{text-align:center;margin-bottom:32px}.auth-logo{width:56px;height:56px;background:#eff6ff;border-radius:12px;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.auth-logo svg{width:28px;height:28px;color:#2563eb}.auth-header h1{font-size:1.5rem;font-weight:700;color:#1a1a2e;margin-bottom:8px}.auth-header p{color:#6b7280}.auth-form{display:flex;flex-direction:column;gap:20px}.auth-error{background:#fef2f2;color:#dc2626;padding:12px 16px;border-radius:8px;font-size:.875rem;border:1px solid #fecaca}.form-group label{font-size:.875rem;font-weight:500;color:#374151}.form-group input,.form-group select,.form-group textarea{padding:12px 16px;border:1px solid #d1d5db;border-radius:8px;font-size:1rem;transition:all .2s;background:#fff}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.form-group input::placeholder{color:#9ca3af}.form-hint{font-size:.75rem;color:#9ca3af}.btn-full{width:100%;padding:14px 24px}.btn:disabled{opacity:.7;cursor:not-allowed}.auth-switch{text-align:center;margin-top:24px;color:#6b7280;font-size:.875rem}.auth-switch a{color:#2563eb;text-decoration:none;font-weight:500}.auth-switch a:hover{text-decoration:underline}.selected-plan-badge{display:flex;align-items:center;gap:12px;padding:16px;background:#f8fafc;border:2px solid;border-radius:12px;margin-bottom:24px}.selected-plan-badge svg{width:24px;height:24px;flex-shrink:0}.selected-plan-info{display:flex;flex-direction:column;gap:2px}.selected-plan-name{font-weight:600;font-size:.9375rem}.selected-plan-price{font-size:.8125rem;color:#64748b}.google-btn-container{display:flex;justify-content:center;margin-bottom:8px}.google-btn-container>div{width:100%!important}.google-loading{text-align:center;color:#6b7280;font-size:.875rem;margin:8px 0}.auth-divider{display:flex;align-items:center;gap:16px;margin:20px 0}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:#e5e7eb}.auth-divider span{color:#9ca3af;font-size:.8125rem;white-space:nowrap}.dashboard{min-height:calc(100vh - 64px);background:linear-gradient(135deg,#f8fafc,#f1f5f9);padding:40px 24px}.dashboard-container{max-width:1200px;margin:0 auto}.dashboard-hero{display:flex;align-items:center;justify-content:space-between;background:linear-gradient(135deg,#1e40af,#3b82f6);border-radius:20px;padding:40px;margin-bottom:32px;color:#fff;box-shadow:0 10px 40px -10px #3b82f680}.dashboard-hero-content h1{font-size:2rem;font-weight:700;margin-bottom:8px}.dashboard-hero-content p{opacity:.9;font-size:1.1rem}.dashboard-hero .btn-lg{padding:14px 28px;font-size:1rem;border-radius:12px;display:flex;align-items:center;gap:10px;background:#fff;color:#2563eb;border:none;font-weight:600;box-shadow:0 4px 14px #0000001a;transition:all .2s}.dashboard-hero .btn-lg:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00000026}.dashboard-hero .btn-lg svg{width:20px;height:20px}.dashboard-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:32px}.stat-card{background:#fff;border-radius:16px;padding:24px;display:flex;align-items:center;gap:16px;box-shadow:0 1px 3px #0000000d;border:1px solid #e5e7eb;transition:all .2s}.stat-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px -5px #0000001a}.stat-icon{width:56px;height:56px;border-radius:14px;display:flex;align-items:center;justify-content:center}.stat-icon svg{width:28px;height:28px}.stat-icon.total{background:linear-gradient(135deg,#ede9fe,#ddd6fe);color:#7c3aed}.stat-icon.locked{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#d97706}.stat-icon.released{background:linear-gradient(135deg,#d1fae5,#a7f3d0);color:#059669}.stat-icon.cancelled{background:linear-gradient(135deg,#fee2e2,#fecaca);color:#dc2626}.stat-info{display:flex;flex-direction:column}.stat-value{font-size:1.75rem;font-weight:700;color:#1a1a2e;line-height:1}.stat-label{font-size:.875rem;color:#6b7280;margin-top:4px}.dashboard-toolbar{display:flex;align-items:center;gap:16px;margin-bottom:24px;flex-wrap:wrap}.search-box{flex:1;min-width:300px;position:relative;display:flex;align-items:center}.search-box svg{position:absolute;left:16px;width:20px;height:20px;color:#9ca3af;pointer-events:none}.search-box input{width:100%;padding:14px 44px;border:2px solid #e5e7eb;border-radius:12px;font-size:.95rem;background:#fff;transition:all .2s}.search-box input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f61a}.search-box input::placeholder{color:#9ca3af}.search-clear{position:absolute;right:12px;background:#f3f4f6;border:none;border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.search-clear:hover{background:#e5e7eb}.search-clear svg{position:static;width:14px;height:14px;color:#6b7280}.toolbar-right{display:flex;align-items:center;gap:12px}.filter-tabs{display:flex;background:#fff;border-radius:10px;padding:4px;border:1px solid #e5e7eb}.filter-tab{padding:10px 18px;border:none;background:transparent;color:#6b7280;font-size:.875rem;font-weight:500;cursor:pointer;border-radius:8px;transition:all .2s}.filter-tab:hover{color:#3b82f6}.filter-tab.active{background:#3b82f6;color:#fff}.view-toggle{display:flex;background:#fff;border-radius:10px;padding:4px;border:1px solid #e5e7eb}.view-btn{padding:10px;border:none;background:transparent;color:#9ca3af;cursor:pointer;border-radius:8px;transition:all .2s;display:flex;align-items:center;justify-content:center}.view-btn:hover{color:#3b82f6}.view-btn.active{background:#f3f4f6;color:#3b82f6}.view-btn svg{width:18px;height:18px}.results-info{font-size:.875rem;color:#6b7280;margin-bottom:16px}.results-info span{color:#3b82f6;font-weight:500}.empty-state{text-align:center;padding:80px 24px;background:#fff;border-radius:20px;border:2px dashed #e5e7eb}.empty-illustration svg{width:180px;height:180px;margin-bottom:24px}.empty-state h2{font-size:1.5rem;font-weight:700;color:#1a1a2e;margin-bottom:8px}.empty-state p{color:#6b7280;margin-bottom:32px;max-width:400px;margin-left:auto;margin-right:auto}.empty-state .btn-lg{padding:14px 28px;font-size:1rem;border-radius:12px;display:inline-flex;align-items:center;gap:10px}.empty-state .btn-lg svg{width:20px;height:20px}.no-results{text-align:center;padding:60px 24px;background:#fff;border-radius:16px;border:1px solid #e5e7eb}.no-results svg{width:48px;height:48px;color:#d1d5db;margin-bottom:16px}.no-results h3{font-size:1.125rem;font-weight:600;color:#374151;margin-bottom:8px}.no-results p{color:#6b7280;margin-bottom:20px}.loading-state{text-align:center;padding:80px 24px}.loading-state p{color:#6b7280}.vaults-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:20px}.vaults-grid .vault-card{background:#fff;border-radius:16px;padding:24px;text-decoration:none;border:1px solid #e5e7eb;display:flex;flex-direction:column;gap:16px;transition:all .2s}.vaults-grid .vault-card:hover{border-color:#3b82f6;box-shadow:0 10px 40px -10px #3b82f633;transform:translateY(-4px)}.vaults-grid .vault-card-left{display:flex;align-items:flex-start;gap:16px}.vaults-grid .vault-card-center{display:flex;gap:32px;padding:16px 0;border-top:1px solid #f3f4f6;border-bottom:1px solid #f3f4f6}.vaults-grid .vault-card-right{display:flex;align-items:center;justify-content:space-between}.vaults-list{display:flex;flex-direction:column;gap:12px}.vaults-list .vault-card{background:#fff;border-radius:12px;padding:20px 24px;text-decoration:none;border:1px solid #e5e7eb;display:flex;align-items:center;gap:24px;transition:all .2s}.vaults-list .vault-card:hover{border-color:#3b82f6;box-shadow:0 4px 20px -5px #3b82f626}.vaults-list .vault-card-left{display:flex;align-items:center;gap:16px;flex:1;min-width:0}.vaults-list .vault-card-center{display:flex;gap:40px}.vaults-list .vault-card-right{display:flex;align-items:center;gap:16px}.vault-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.vault-icon svg{width:24px;height:24px}.vault-icon.locked{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#d97706}.vault-icon.released{background:linear-gradient(135deg,#d1fae5,#a7f3d0);color:#059669}.vault-icon.cancelled{background:linear-gradient(135deg,#fee2e2,#fecaca);color:#dc2626}.vault-info{min-width:0;flex:1}.vault-name{font-size:1.1rem;font-weight:600;color:#1a1a2e;margin-bottom:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.vault-recipient{display:flex;align-items:center;gap:8px;font-size:.875rem;color:#6b7280}.vault-recipient svg{width:14px;height:14px;flex-shrink:0}.vault-detail{display:flex;flex-direction:column;gap:4px}.detail-label{font-size:.75rem;color:#9ca3af;text-transform:uppercase;letter-spacing:.05em}.detail-value{font-size:.9rem;font-weight:600;color:#374151;white-space:nowrap}.vault-status-badge{padding:8px 16px;border-radius:20px;font-size:.8rem;font-weight:600;white-space:nowrap}.vault-status-badge.locked{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#b45309}.vault-status-badge.released{background:linear-gradient(135deg,#d1fae5,#a7f3d0);color:#047857}.vault-status-badge.cancelled{background:linear-gradient(135deg,#fee2e2,#fecaca);color:#b91c1c}.vault-arrow{width:20px;height:20px;color:#d1d5db;transition:all .2s}.vault-card:hover .vault-arrow{color:#3b82f6;transform:translate(4px)}@media(max-width:1024px){.dashboard-stats{grid-template-columns:repeat(2,1fr)}.vaults-list .vault-card-center{display:none}}@media(max-width:768px){.dashboard-hero{flex-direction:column;text-align:center;gap:24px;padding:32px 24px}.dashboard-hero-content h1{font-size:1.5rem}.dashboard-stats{grid-template-columns:repeat(2,1fr);gap:12px}.stat-card{padding:16px}.stat-icon{width:44px;height:44px}.stat-icon svg{width:22px;height:22px}.stat-value{font-size:1.5rem}.dashboard-toolbar{flex-direction:column;align-items:stretch}.search-box{min-width:100%}.toolbar-right{flex-wrap:wrap}.filter-tabs{flex:1;overflow-x:auto}.filter-tab{padding:8px 12px;font-size:.8rem}.vaults-grid{grid-template-columns:1fr}.vaults-grid .vault-card-center{flex-direction:column;gap:12px}.vaults-list .vault-card{flex-direction:column;align-items:stretch;gap:16px}.vaults-list .vault-card-right{justify-content:flex-start}.vaults-list .vault-arrow{display:none}}@media(max-width:480px){.dashboard{padding:24px 16px}.dashboard-hero{padding:24px 20px}.dashboard-stats{grid-template-columns:1fr 1fr}}.upgrade-banner{background:linear-gradient(135deg,#eff6ff,#f0fdf4);border:1px solid #bfdbfe;border-radius:16px;padding:24px;margin-bottom:24px;display:flex;align-items:center;justify-content:space-between;gap:24px}.upgrade-banner-content{display:flex;align-items:flex-start;gap:16px;flex:1}.upgrade-banner-icon{width:48px;height:48px;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.upgrade-banner-icon svg{width:24px;height:24px;color:#fff}.upgrade-banner-text h3{font-size:1.125rem;font-weight:600;color:#1e293b;margin:0 0 4px}.upgrade-banner-text p{font-size:.875rem;color:#64748b;margin:0;line-height:1.5}.upgrade-banner-actions{display:flex;align-items:center;gap:12px;flex-shrink:0}.upgrade-banner-actions .btn-ghost{color:#64748b;font-size:.875rem;font-weight:500;text-decoration:none;padding:8px 16px;border-radius:8px;transition:all .2s}.upgrade-banner-actions .btn-ghost:hover{background:#0000000d;color:#1e293b}@media(max-width:768px){.upgrade-banner{flex-direction:column;align-items:stretch;gap:16px}.upgrade-banner-actions{flex-direction:column}.upgrade-banner-actions .btn{width:100%;justify-content:center}}@media(max-width:480px){.dashboard{padding:16px 12px}.dashboard-hero{padding:20px 16px;border-radius:16px;margin-bottom:20px}.dashboard-hero-content h1{font-size:1.25rem}.dashboard-hero-content p{font-size:.9rem}.dashboard-hero .btn-lg{padding:12px 20px;font-size:.875rem;width:100%;justify-content:center}.dashboard-stats{grid-template-columns:1fr 1fr;gap:8px;margin-bottom:20px}.stat-card{padding:12px;flex-direction:column;align-items:flex-start;gap:8px;border-radius:12px}.stat-icon{width:36px;height:36px;border-radius:10px}.stat-icon svg{width:18px;height:18px}.stat-value{font-size:1.25rem}.stat-label{font-size:.75rem}.dashboard-toolbar{gap:12px;margin-bottom:16px}.search-box input{padding:12px 40px;font-size:.875rem;border-radius:10px}.toolbar-right{width:100%;justify-content:space-between}.filter-tabs{flex:1;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.filter-tabs::-webkit-scrollbar{display:none}.filter-tab{padding:8px 12px;font-size:.75rem;white-space:nowrap}.view-toggle{display:none}.results-info{font-size:.8rem}.vaults-grid{grid-template-columns:1fr;gap:12px}.vaults-grid .vault-card{padding:16px;border-radius:14px}.vaults-grid .vault-card-left{gap:10px}.vaults-grid .vault-icon-wrapper{width:40px;height:40px;border-radius:10px}.vaults-grid .vault-icon-wrapper svg{width:20px;height:20px}.vaults-grid .vault-title{font-size:1rem}.vaults-grid .vault-subtitle{font-size:.75rem}.vaults-grid .vault-card-center{display:none}.vaults-grid .vault-card-right{margin-top:12px;padding-top:12px;border-top:1px solid #f3f4f6;justify-content:space-between;width:100%}.vault-status-badge{padding:6px 12px;font-size:.7rem}.empty-state{padding:48px 20px;border-radius:16px}.empty-illustration svg{width:120px;height:120px}.empty-state h2{font-size:1.25rem}.empty-state p{font-size:.875rem}.empty-state .btn-lg{padding:12px 20px;font-size:.875rem;width:100%;justify-content:center}.upgrade-banner{padding:16px;border-radius:12px;margin-bottom:16px}.upgrade-banner-icon{width:40px;height:40px}.upgrade-banner-icon svg{width:20px;height:20px}.upgrade-banner-text h3{font-size:1rem}.upgrade-banner-text p{font-size:.8rem}}@media(max-width:360px){.dashboard{padding:12px 8px}.dashboard-hero{padding:16px 12px}.dashboard-hero-content h1{font-size:1.125rem}.dashboard-stats{gap:6px}.stat-card{padding:10px}.stat-value{font-size:1.125rem}}.create-vault-page{min-height:calc(100vh - 64px);background:#f8fafc;padding:40px 24px}.create-vault-container{max-width:640px;margin:0 auto}.create-vault-header{margin-bottom:32px}.create-vault-header h1{font-size:1.75rem;font-weight:700;color:#1a1a2e;margin-bottom:8px}.create-vault-header p{color:#6b7280}.create-vault-form{background:#fff;border-radius:16px;padding:32px;box-shadow:0 1px 3px #0000001a}.form-error{background:#fef2f2;color:#dc2626;padding:12px 16px;border-radius:8px;font-size:.875rem;border:1px solid #fecaca;margin-bottom:24px}.upgrade-prompt{margin-top:12px;padding-top:12px;border-top:1px solid #fecaca}.upgrade-link{display:inline-flex;align-items:center;color:#6366f1;font-weight:600;text-decoration:none;transition:color .2s}.upgrade-link:hover{color:#4f46e5;text-decoration:underline}.form-section{margin-bottom:32px}.form-section .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:12px;border-bottom:1px solid #f3f4f6}.form-section h2{font-size:1rem;font-weight:600;color:#1a1a2e;margin:0}.plan-limit-hint{font-size:.75rem;color:#6b7280;background:#f3f4f6;padding:4px 12px;border-radius:12px}.form-group{margin-bottom:20px}.form-group:last-child{margin-bottom:0}.form-group label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:6px}.form-group input[type=text],.form-group input[type=email],.form-group input[type=date]{width:100%;padding:12px 16px;border:1px solid #d1d5db;border-radius:8px;font-size:1rem;transition:all .2s}.form-group input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.form-hint{display:block;font-size:.75rem;color:#9ca3af;margin-top:6px}.file-upload-area{position:relative}.file-input{position:absolute;width:100%;height:100%;opacity:0;cursor:pointer}.file-upload-label{display:flex;flex-direction:column;align-items:center;gap:12px;padding:40px;border:2px dashed #d1d5db;border-radius:12px;background:#fafafa;cursor:pointer;transition:all .2s}.file-upload-label:hover{border-color:#2563eb;background:#eff6ff}.file-upload-label svg{width:40px;height:40px;color:#9ca3af}.file-upload-label span{font-size:.9375rem;color:#6b7280}.file-upload-hint{font-size:.75rem!important;color:#9ca3af!important}.file-list{margin-top:16px;display:flex;flex-direction:column;gap:8px}.file-item{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:#f8fafc;border-radius:8px;border:1px solid #e5e7eb}.file-info{display:flex;align-items:center;gap:12px}.file-info svg{width:20px;height:20px;color:#2563eb}.file-name{display:block;font-size:.875rem;font-weight:500;color:#1a1a2e}.file-size{display:block;font-size:.75rem;color:#9ca3af}.file-remove{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:none;border:none;border-radius:6px;cursor:pointer;color:#9ca3af;transition:all .2s}.file-remove:hover{background:#fef2f2;color:#dc2626}.file-remove svg{width:18px;height:18px}.security-notice{display:flex;gap:16px;padding:20px;background:#f0fdf4;border-radius:12px;border:1px solid #bbf7d0}.security-notice svg{width:24px;height:24px;color:#10b981;flex-shrink:0}.security-notice h3{font-size:.875rem;font-weight:600;color:#065f46;margin-bottom:4px}.security-notice p{font-size:.8125rem;color:#047857;line-height:1.5}.form-actions{display:flex;gap:12px;justify-content:flex-end;padding-top:24px;border-top:1px solid #f3f4f6}.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;border-radius:8px;font-weight:600;font-size:.9375rem;transition:all .2s;cursor:pointer;border:none}.btn-primary:disabled{opacity:.7;cursor:not-allowed}.btn-secondary{background:#fff;color:#374151;border:1px solid #d1d5db}.btn-secondary:hover{background:#f3f4f6}.guaranteed-delivery-section{margin:24px 0;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden}.toggle-backup-btn{width:100%;display:flex;align-items:center;gap:12px;padding:16px 20px;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border:none;cursor:pointer;font-size:.9375rem;font-weight:600;color:#0369a1;transition:all .2s}.toggle-backup-btn:hover{background:linear-gradient(135deg,#e0f2fe,#bae6fd)}.toggle-backup-btn svg{width:20px;height:20px}.toggle-backup-btn svg.chevron{margin-left:auto;transition:transform .2s}.toggle-backup-btn svg.chevron.open{transform:rotate(180deg)}.backup-recipients-panel{padding:20px;background:#fafafa;border-top:1px solid #e5e7eb}.backup-info{font-size:.875rem;color:#6b7280;margin-bottom:20px;line-height:1.5}.recipient-tier{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:16px;margin-bottom:16px}.recipient-tier:last-child{margin-bottom:0}.tier-label{display:flex;align-items:center;gap:12px;margin-bottom:12px}.tier-badge{padding:4px 10px;border-radius:6px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.tier-badge.backup{background:#fef3c7;color:#b45309}.tier-badge.fallback{background:#fee2e2;color:#b91c1c}.tier-desc{font-size:.8125rem;color:#9ca3af}.tier-fields{display:grid;grid-template-columns:1fr 1fr;gap:12px}.tier-fields .form-group{margin-bottom:0}.tier-fields .form-group label{font-size:.8125rem}.tier-fields .form-group input{padding:10px 12px;font-size:.875rem}@media(max-width:640px){.tier-fields{grid-template-columns:1fr}}.release-type-options{display:flex;flex-direction:column;gap:12px;margin-top:8px}.release-type-option{position:relative;display:flex;align-items:center;padding:16px;background:#f9fafb;border:2px solid #e5e7eb;border-radius:12px;cursor:pointer;transition:all .2s}.release-type-option:hover{border-color:#c7d2fe;background:#f5f7ff}.release-type-option.selected{border-color:#6366f1;background:#eef2ff}.release-type-option input[type=radio]{position:absolute;opacity:0;width:0;height:0}.release-type-content{display:flex;align-items:center;gap:12px}.release-type-content svg{width:24px;height:24px;stroke:#6b7280;flex-shrink:0}.release-type-option.selected .release-type-content svg{stroke:#6366f1}.release-type-content div{display:flex;flex-direction:column;gap:2px}.release-type-content strong{font-size:.9375rem;font-weight:600;color:#1a1a2e}.release-type-content span{font-size:.8125rem;color:#6b7280}.release-type-option.selected .release-type-content strong{color:#4f46e5}@media(min-width:640px){.release-type-options{flex-direction:row}.release-type-option{flex:1;flex-direction:column;text-align:center;padding:20px 16px}.release-type-content{flex-direction:column;text-align:center}.release-type-content svg{width:32px;height:32px}.release-type-content div{align-items:center}}.vault-details-page{min-height:calc(100vh - 64px);background:#f8fafc;padding:40px 24px}.vault-details-container{max-width:800px;margin:0 auto}.vault-breadcrumb{margin-bottom:24px}.vault-breadcrumb a{color:#6b7280;text-decoration:none;font-size:.875rem;transition:color .2s}.vault-breadcrumb a:hover{color:#2563eb}.vault-details-header{margin-bottom:24px;display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.vault-header-info{display:flex;flex-direction:column;gap:12px;flex:1}.vault-status-badge{display:inline-flex;align-items:center;gap:6px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;padding:6px 12px;border-radius:6px;width:fit-content}.vault-status-badge svg{width:14px;height:14px}.vault-status-badge.locked{background:#fef3c7;color:#d97706}.vault-status-badge.released{background:#d1fae5;color:#059669}.vault-status-badge.cancelled{background:#fee2e2;color:#dc2626}.vault-details-header h1{font-size:2rem;font-weight:700;color:#1a1a2e}.edit-actions-top{display:flex;gap:12px;flex-shrink:0}.edit-actions-top .btn{white-space:nowrap}.loading-state,.error-state{text-align:center;padding:80px 24px;background:#fff;border-radius:16px}.loading-spinner{width:48px;height:48px;border:4px solid #e5e7eb;border-top-color:#2563eb;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 16px}.error-state svg{width:56px;height:56px;color:#dc2626;margin-bottom:16px}.error-state h2{font-size:1.25rem;font-weight:600;color:#1a1a2e;margin-bottom:8px}.error-state p{color:#6b7280;margin-bottom:24px}.vault-countdown-card{display:flex;align-items:center;gap:24px;padding:24px;background:linear-gradient(135deg,#1e3a5f,#1a1a2e);border-radius:16px;margin-bottom:24px;color:#fff}.countdown-icon svg{width:48px;height:48px;color:#60a5fa}.countdown-info{display:flex;flex-direction:column;gap:4px;flex:1}.countdown-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:#9ca3af}.countdown-value{font-size:1.5rem;font-weight:700;color:#60a5fa}.countdown-date{display:flex;flex-direction:column;gap:4px;text-align:right}.countdown-date-value{font-size:.9375rem;font-weight:500}.inactivity-protection-card{display:flex;align-items:center;gap:20px;padding:20px 24px;background:linear-gradient(135deg,#4c1d95,#5b21b6);border-radius:16px;margin-bottom:24px;color:#fff}.inactivity-icon svg{width:40px;height:40px;color:#c4b5fd}.inactivity-info{display:flex;flex-direction:column;gap:4px;flex:1}.inactivity-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:#c4b5fd}.inactivity-value{font-size:1rem;font-weight:600;color:#fff}.inactivity-badge{background:#fff3;padding:6px 12px;border-radius:8px;font-size:.75rem;font-weight:500}.inactivity-release-card{display:flex;align-items:flex-start;gap:16px;padding:20px 24px;background:#fef3c7;border:1px solid #fcd34d;border-radius:16px;margin-bottom:24px}.inactivity-release-icon svg{width:32px;height:32px;color:#d97706;flex-shrink:0}.inactivity-release-info{display:flex;flex-direction:column;gap:4px}.inactivity-release-title{font-size:1rem;font-weight:600;color:#92400e}.inactivity-release-date{font-size:.875rem;color:#a16207;line-height:1.5}.vault-released-card{display:flex;align-items:center;gap:20px;padding:24px;background:#d1fae5;border-radius:16px;margin-bottom:24px}.released-icon svg{width:48px;height:48px;color:#059669}.released-info h3{font-size:1.125rem;font-weight:600;color:#065f46;margin-bottom:4px}.released-info p{color:#047857;font-size:.9375rem}.vault-cancelled-card{display:flex;align-items:center;gap:20px;padding:24px;background:#fee2e2;border-radius:16px;margin-bottom:24px}.cancelled-icon svg{width:48px;height:48px;color:#dc2626}.cancelled-info h3{font-size:1.125rem;font-weight:600;color:#991b1b;margin-bottom:4px}.cancelled-info p{color:#b91c1c;font-size:.9375rem}.vault-details-grid{display:flex;flex-direction:column;gap:24px}.vault-section{background:#fff;border-radius:12px;padding:24px;border:1px solid #e5e7eb}.vault-section h2{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#6b7280;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #f3f4f6}.recipient-display{display:flex;flex-direction:column;gap:12px}.recipient-info{display:flex;align-items:center;gap:12px;font-size:1rem;color:#1a1a2e}.recipient-info svg{width:20px;height:20px;color:#2563eb}.vault-description{padding:16px;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}.vault-description p{font-size:.9375rem;line-height:1.6;color:#374151;margin:0;white-space:pre-wrap;word-wrap:break-word}.files-list{display:flex;flex-direction:column;gap:8px}.file-row{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:#f8fafc;border-radius:8px;transition:all .2s}.file-row.marked-for-deletion{background:#fef2f2;opacity:.7}.file-row.marked-for-deletion .file-row-name{text-decoration:line-through;color:#9ca3af}.file-row.new-file{background:#ecfdf5;border:1px dashed #10b981}.file-row.new-file .file-row-info svg{color:#10b981}.file-row-info{display:flex;align-items:center;gap:12px;flex:1;min-width:0}.file-row-info svg{width:20px;height:20px;color:#2563eb;flex-shrink:0}.file-row-name{font-size:.9375rem;font-weight:500;color:#1a1a2e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.new-file-badge{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;background:#10b981;color:#fff;padding:2px 8px;border-radius:10px;flex-shrink:0}.file-row-actions{display:flex;align-items:center;gap:12px;flex-shrink:0}.file-row-size{font-size:.875rem;color:#9ca3af}.file-action-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:none;border-radius:6px;cursor:pointer;transition:all .2s}.file-action-btn svg{width:16px;height:16px}.file-action-btn.delete-btn{background:#fee2e2;color:#ef4444}.file-action-btn.delete-btn:hover{background:#fecaca}.file-action-btn.restore-btn{background:#dbeafe;color:#2563eb}.file-action-btn.restore-btn:hover{background:#bfdbfe}.add-files-section{margin-top:16px;padding-top:16px;border-top:1px solid #f3f4f6;display:flex;align-items:center;gap:16px;flex-wrap:wrap}.btn-add-files{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;border-radius:8px;font-weight:600;font-size:.875rem;cursor:pointer;transition:all .2s}.btn-add-files:hover{transform:translateY(-1px);box-shadow:0 4px 12px #2563eb4d}.btn-add-files svg{width:18px;height:18px}.files-pending-deletion{font-size:.8125rem;color:#ef4444;background:#fee2e2;padding:6px 12px;border-radius:6px}.files-total{margin-top:16px;padding-top:16px;border-top:1px solid #f3f4f6;font-size:.875rem;color:#6b7280}.activity-section h2{display:flex;align-items:center;gap:10px}.activity-section h2 svg{width:20px;height:20px;color:#6366f1}.activity-timeline{display:flex;flex-direction:column}.activity-item{display:flex;gap:16px;position:relative}.activity-item.recipient-accessed,.activity-item.recipient-downloaded{background:linear-gradient(90deg,rgba(16,185,129,.08) 0%,transparent 60%);margin-left:-12px;padding-left:12px;margin-right:-12px;padding-right:12px;border-radius:8px}.activity-item.released{background:linear-gradient(90deg,rgba(34,197,94,.08) 0%,transparent 60%);margin-left:-12px;padding-left:12px;margin-right:-12px;padding-right:12px;border-radius:8px}.activity-connector{display:flex;flex-direction:column;align-items:center;flex-shrink:0}.activity-dot{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;z-index:1}.activity-dot svg{width:18px;height:18px}.activity-dot.created{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.activity-dot.updated{background:linear-gradient(135deg,#6366f1,#4f46e5);color:#fff}.activity-dot.cancelled{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}.activity-dot.files{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}.activity-dot.file-deleted{background:linear-gradient(135deg,#f97316,#ea580c);color:#fff}.activity-dot.released{background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff}.activity-dot.recipient-accessed{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff}.activity-dot.recipient-downloaded{background:linear-gradient(135deg,#10b981,#059669);color:#fff;animation:pulse-success 2s infinite}@keyframes pulse-success{0%,to{box-shadow:0 0 #10b98166}50%{box-shadow:0 0 0 6px #10b98100}}.activity-dot.reminder{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.activity-dot.escalated{background:linear-gradient(135deg,#ec4899,#db2777);color:#fff}.activity-dot.default{background:linear-gradient(135deg,#9ca3af,#6b7280);color:#fff}.activity-line{width:2px;flex:1;min-height:24px;background:linear-gradient(180deg,#e5e7eb,#d1d5db);margin-top:4px}.activity-content{flex:1;padding-bottom:24px;padding-top:6px}.activity-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.activity-action{font-weight:600;font-size:.9375rem;color:#111827}.activity-time{font-size:.8125rem;color:#6b7280;white-space:nowrap}.activity-details{display:flex;flex-direction:column;gap:8px}.activity-changes{display:flex;flex-direction:column;gap:8px;background:#f9fafb;padding:12px 16px;border-radius:10px;border:1px solid #e5e7eb}.change-item{display:flex;flex-direction:column;gap:4px}.change-field{font-size:.75rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.03em}.change-values{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.change-from{font-size:.875rem;color:#9ca3af;text-decoration:line-through;background:#fef2f2;padding:4px 10px;border-radius:6px;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.change-arrow{width:16px;height:16px;color:#6b7280;flex-shrink:0}.change-to{font-size:.875rem;color:#059669;font-weight:500;background:#ecfdf5;padding:4px 10px;border-radius:6px;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.activity-fields,.activity-files,.activity-name,.activity-file-deleted{font-size:.875rem;color:#6b7280;padding:8px 12px;background:#f3f4f6;border-radius:8px;display:inline-block}.activity-name{font-style:italic;color:#4b5563}.activity-file-deleted{background:#fff7ed;color:#c2410c}.activity-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;background:linear-gradient(135deg,#f9fafb,#f3f4f6);border-radius:16px;border:2px dashed #e5e7eb}.activity-empty svg{width:48px;height:48px;color:#d1d5db;margin-bottom:12px}.activity-empty p{margin:0;color:#9ca3af;font-size:.9375rem}.audit-timeline{display:flex;flex-direction:column;gap:20px}.audit-item{display:flex;align-items:flex-start;gap:16px}.audit-dot{width:12px;height:12px;border-radius:50%;margin-top:4px;flex-shrink:0}.audit-dot.created{background:#2563eb}.audit-dot.released{background:#10b981}.audit-dot.pending{background:#d1d5db;border:2px solid #9ca3af}.audit-dot.delivered{background:#8b5cf6}.audit-dot.cancelled{background:#dc2626}.audit-content{display:flex;flex-direction:column;gap:2px}.audit-label{font-size:.875rem;font-weight:500;color:#1a1a2e}.audit-date{font-size:.8125rem;color:#6b7280}.vault-security-notice{display:flex;gap:16px;padding:20px;background:#eff6ff;border-radius:12px;border:1px solid #bfdbfe;margin-top:24px}.vault-security-notice svg{width:24px;height:24px;color:#2563eb;flex-shrink:0}.vault-security-notice h3{font-size:.875rem;font-weight:600;color:#1e40af;margin-bottom:4px}.vault-security-notice p{font-size:.8125rem;color:#3b82f6;line-height:1.5}.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;border-radius:8px;font-weight:600;font-size:.9375rem;text-decoration:none;transition:all .2s;cursor:pointer;border:none}.btn-primary:hover{background:#1d4ed8}.btn-secondary{background:#f3f4f6;color:#374151;gap:6px}.btn-secondary:hover{background:#e5e7eb}.btn-secondary svg{width:16px;height:16px}.btn-danger{background:#ef4444;color:#fff}.btn-danger:hover{background:#dc2626}.vault-name-input{width:100%;font-size:1.875rem;font-weight:700;color:#111827;border:2px solid #e5e7eb;border-radius:8px;padding:8px 12px;transition:border-color .2s}.vault-name-input:focus{outline:none;border-color:#2563eb}.edit-form-fields{display:flex;flex-direction:column;gap:16px}.form-group{display:flex;flex-direction:column;gap:6px}.form-group label{font-size:.875rem;font-weight:600;color:#374151}.form-group input,.form-group textarea{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:.9375rem;color:#111827;transition:border-color .2s}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#2563eb}.form-group textarea{resize:vertical;font-family:inherit}.vault-actions{display:flex;gap:12px;justify-content:flex-start;margin-top:24px}.message-banner{display:flex;align-items:center;gap:12px;padding:16px;border-radius:8px;margin-bottom:24px;font-size:.9375rem;font-weight:500;animation:slideDown .3s ease-out}.message-banner svg{width:20px;height:20px;flex-shrink:0}.success-banner{background-color:#d1fae5;color:#065f46;border:1px solid #6ee7b7}.success-banner svg{color:#10b981}.error-banner{background-color:#fee2e2;color:#991b1b;border:1px solid #fca5a5}.error-banner svg{color:#ef4444}@media(max-width:640px){.vault-countdown-card{flex-direction:column;align-items:flex-start;gap:16px}.countdown-date{text-align:left}}.vault-delivery-status-card{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:12px;padding:24px;margin-bottom:24px}.delivery-header{display:flex;align-items:flex-start;gap:16px;margin-bottom:24px;padding-bottom:20px;border-bottom:1px solid #e2e8f0}.delivery-icon{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.delivery-icon svg{width:24px;height:24px}.delivery-icon.success{background:#d1fae5;color:#10b981}.delivery-icon.error{background:#fee2e2;color:#ef4444}.delivery-icon.pending{background:#fef3c7;color:#f59e0b}.delivery-header-info h3{font-size:1.25rem;font-weight:600;color:#1e293b;margin:0 0 4px}.delivery-header-info p{font-size:.875rem;color:#64748b;margin:0}.delivery-chain h4{font-size:.875rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin:0 0 16px}.delivery-tiers{display:flex;flex-direction:column;gap:0}.delivery-tier{display:flex;gap:16px;padding:16px 0}.delivery-tier:last-child .tier-line{display:none}.tier-marker{display:flex;flex-direction:column;align-items:center;width:32px;flex-shrink:0}.tier-dot{width:28px;height:28px;border-radius:50%;background:#e2e8f0;color:#64748b;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;z-index:1}.tier-line{width:2px;flex:1;min-height:20px;background:#e2e8f0;margin-top:4px}.delivery-tier.completed .tier-dot{background:#10b981;color:#fff}.delivery-tier.completed .tier-line{background:#10b981}.delivery-tier.active .tier-dot{background:#2563eb;color:#fff;animation:pulse-ring 2s infinite}.delivery-tier.active .tier-line{background:linear-gradient(to bottom,#2563eb,#e2e8f0)}.delivery-tier.skipped .tier-dot{background:#f59e0b;color:#fff}.delivery-tier.skipped .tier-line{background:#f59e0b}@keyframes pulse-ring{0%{box-shadow:0 0 #2563eb66}70%{box-shadow:0 0 0 8px #2563eb00}to{box-shadow:0 0 #2563eb00}}.tier-info{flex:1;display:flex;flex-direction:column;gap:4px}.tier-label{font-size:.75rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em}.tier-email{font-size:.9375rem;color:#1e293b;font-weight:500}.tier-status{font-size:.8125rem;margin-top:4px}.tier-status.sent{color:#2563eb}.tier-status.downloaded{color:#10b981;font-weight:500}.tier-status.pending{color:#94a3b8;font-style:italic}.delivery-notice{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#fef3c7;border:1px solid #fcd34d;border-radius:8px;margin-top:16px}.delivery-notice svg{width:20px;height:20px;color:#f59e0b;flex-shrink:0}.delivery-notice span{font-size:.875rem;color:#92400e}.recipient-tier-badge{font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;padding:2px 8px;border-radius:10px;margin-left:8px}.recipient-tier-badge.primary{background:#dbeafe;color:#2563eb}.recipient-tier-badge.backup{background:#fef3c7;color:#d97706}.recipient-tier-badge.fallback{background:#fce7f3;color:#db2777}.recipient-info.backup-recipient,.recipient-info.fallback-recipient{margin-top:8px;padding-top:8px;border-top:1px dashed #e2e8f0}.guaranteed-delivery-edit-section{margin-top:16px;padding-top:16px;border-top:1px solid #e2e8f0}.guaranteed-delivery-edit-section .toggle-backup-btn{display:flex;align-items:center;gap:8px;background:none;border:1px dashed #cbd5e1;border-radius:8px;padding:12px 16px;width:100%;cursor:pointer;font-size:.875rem;color:#64748b;transition:all .2s}.guaranteed-delivery-edit-section .toggle-backup-btn:hover{border-color:#2563eb;color:#2563eb;background:#f8fafc}.guaranteed-delivery-edit-section .toggle-backup-btn svg:first-child{width:18px;height:18px}.guaranteed-delivery-edit-section .toggle-arrow{width:16px;height:16px;margin-left:auto;transition:transform .2s}.guaranteed-delivery-edit-section .toggle-arrow.open{transform:rotate(180deg)}.guaranteed-delivery-edit-section .backup-recipients-panel{margin-top:16px;padding:16px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px}.guaranteed-delivery-edit-section .backup-help-text{font-size:.8125rem;color:#64748b;margin:0 0 16px;line-height:1.5}.guaranteed-delivery-edit-section .recipient-tier{margin-bottom:16px;padding:16px;background:#fff;border:1px solid #e2e8f0;border-radius:8px}.guaranteed-delivery-edit-section .recipient-tier:last-child{margin-bottom:0}.guaranteed-delivery-edit-section .tier-badge{display:inline-block;font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;padding:4px 10px;border-radius:12px;margin-bottom:12px}.guaranteed-delivery-edit-section .tier-badge.backup{background:#fef3c7;color:#d97706}.guaranteed-delivery-edit-section .tier-badge.fallback{background:#fce7f3;color:#db2777}@media(max-width:640px){.vault-delivery-status-card{padding:16px}.delivery-header{flex-direction:column;align-items:center;text-align:center}.delivery-tier{padding:12px 0}.tier-email{font-size:.875rem}}@media(max-width:768px){.vault-details-page{padding:20px 16px}.vault-details-header{flex-direction:column;gap:16px}.vault-details-header h1{font-size:1.5rem}.edit-actions-top{width:100%;flex-direction:column}.edit-actions-top .btn{width:100%;justify-content:center}.vault-countdown-card{flex-direction:column;align-items:flex-start;gap:16px;padding:20px}.countdown-icon svg{width:36px;height:36px}.countdown-value{font-size:1.25rem}.countdown-date{text-align:left;width:100%;padding-top:12px;border-top:1px solid rgba(255,255,255,.1)}.inactivity-protection-card{flex-direction:column;align-items:flex-start;gap:12px;padding:16px}.inactivity-badge{width:fit-content}.inactivity-release-card{flex-direction:column;gap:12px;padding:16px}.vault-released-card,.vault-cancelled-card{flex-direction:column;align-items:flex-start;gap:12px;padding:20px}.vault-section{padding:16px;border-radius:10px}.vault-section h2{font-size:.8rem}.file-row{flex-direction:column;align-items:flex-start;gap:10px;padding:12px}.file-row-info{width:100%}.file-row-name{font-size:.875rem}.file-row-actions{width:100%;justify-content:space-between;padding-top:8px;border-top:1px solid #e5e7eb}.add-files-section{flex-direction:column;align-items:stretch}.btn-add-files{width:100%;justify-content:center}.activity-item{gap:12px}.activity-content{flex-direction:column;gap:4px}.activity-time{font-size:.75rem}.vault-actions-bar{flex-direction:column;gap:12px}.vault-actions-bar .btn{width:100%;justify-content:center}}@media(max-width:480px){.vault-details-page{padding:16px 12px}.vault-breadcrumb{margin-bottom:16px}.vault-breadcrumb a{font-size:.8rem}.vault-details-header{margin-bottom:16px}.vault-details-header h1{font-size:1.25rem;line-height:1.3}.vault-status-badge{font-size:.7rem;padding:5px 10px}.vault-countdown-card{padding:16px;border-radius:12px;margin-bottom:16px}.countdown-icon svg{width:32px;height:32px}.countdown-label{font-size:.7rem}.countdown-value{font-size:1.125rem}.countdown-date-value{font-size:.8125rem}.inactivity-protection-card{padding:14px;border-radius:12px;margin-bottom:16px}.inactivity-icon svg{width:32px;height:32px}.inactivity-label{font-size:.7rem}.inactivity-value{font-size:.875rem}.vault-released-card,.vault-cancelled-card{padding:16px;border-radius:12px;margin-bottom:16px}.released-icon svg,.cancelled-icon svg{width:36px;height:36px}.released-info h3,.cancelled-info h3{font-size:1rem}.released-info p,.cancelled-info p{font-size:.8125rem}.vault-details-grid{gap:16px}.vault-section{padding:14px}.vault-section h2{font-size:.75rem;margin-bottom:12px;padding-bottom:10px}.recipient-info{font-size:.875rem;flex-wrap:wrap}.recipient-info svg{width:18px;height:18px}.vault-description{padding:12px}.vault-description p{font-size:.8125rem}.files-list{gap:6px}.file-row{padding:10px;border-radius:6px}.file-row-info svg{width:18px;height:18px}.file-row-name{font-size:.8125rem}.file-row-size{font-size:.75rem}.file-action-btn{width:28px;height:28px}.file-action-btn svg{width:14px;height:14px}.add-files-section{margin-top:12px;padding-top:12px}.btn-add-files{padding:10px 16px;font-size:.8125rem}.btn-add-files svg{width:16px;height:16px}.files-total{margin-top:12px;padding-top:12px;font-size:.8125rem}.activity-section h2 svg{width:18px;height:18px}.activity-dot{width:10px;height:10px}.activity-text{font-size:.8125rem}.activity-time{font-size:.7rem}.loading-state,.error-state{padding:48px 16px}.loading-spinner{width:40px;height:40px}.error-state svg{width:44px;height:44px}.error-state h2{font-size:1.125rem}.error-state p{font-size:.875rem}.vault-delivery-status-card{padding:14px;border-radius:10px}.delivery-header{gap:12px;margin-bottom:16px;padding-bottom:14px}.delivery-icon{width:40px;height:40px}.delivery-icon svg{width:20px;height:20px}.delivery-title-section h3{font-size:1rem}.delivery-title-section p{font-size:.8125rem}.delivery-tier{padding:10px 0}.tier-label{font-size:.7rem}.tier-email{font-size:.8125rem}.tier-status{padding:3px 8px;font-size:.65rem}.delivery-notice{padding:10px 12px;gap:10px}.delivery-notice svg{width:18px;height:18px}.delivery-notice span{font-size:.8125rem}.guaranteed-delivery-edit-section .toggle-backup-btn{padding:10px 14px;font-size:.8125rem}.guaranteed-delivery-edit-section .backup-recipients-panel{padding:12px}.guaranteed-delivery-edit-section .backup-help-text{font-size:.75rem}.guaranteed-delivery-edit-section .recipient-tier{padding:12px}}@media(max-width:360px){.vault-details-page{padding:12px 8px}.vault-details-header h1{font-size:1.125rem}.vault-countdown-card{padding:14px}.countdown-value{font-size:1rem}.vault-section{padding:12px}}.download-page{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem 1rem;display:flex;align-items:center;justify-content:center}.download-container{background:#fff;border-radius:24px;box-shadow:0 25px 50px #00000040;max-width:600px;width:100%;overflow:hidden}.download-container.loading,.download-container.error-state{padding:4rem 2rem;text-align:center}.loading-spinner{width:48px;height:48px;border:4px solid #e2e8f0;border-top-color:#6366f1;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}.error-state .error-icon{font-size:4rem;margin-bottom:1.5rem}.error-state h1{font-size:1.5rem;color:#1a1a2e;margin-bottom:.75rem}.error-state p{color:#64748b;margin-bottom:2rem}.home-link{display:inline-block;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;padding:.75rem 2rem;border-radius:12px;text-decoration:none;font-weight:500;transition:transform .2s,box-shadow .2s}.home-link:hover{transform:translateY(-2px);box-shadow:0 8px 20px #6366f166}.vault-header{background:linear-gradient(135deg,#6366f1,#8b5cf6);padding:2.5rem 2rem;text-align:center;color:#fff}.vault-icon{font-size:3rem;margin-bottom:1rem}.vault-header h1{font-size:1.75rem;font-weight:700;margin-bottom:.75rem}.sender-info{font-size:1rem;opacity:.9;margin-bottom:.25rem}.release-date{font-size:.875rem;opacity:.75}.vault-message{padding:1.5rem 2rem;background:#f8fafc;border-bottom:1px solid #e2e8f0}.vault-message h3{font-size:.875rem;color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem}.vault-message p{color:#334155;line-height:1.6;margin:0;white-space:pre-wrap}.files-section{padding:1.5rem 2rem 2rem}.files-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.files-header h2{font-size:1.125rem;color:#1a1a2e;margin:0}.download-all-btn{display:flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;padding:.625rem 1.25rem;border-radius:10px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.download-all-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #10b98166}.download-all-btn:disabled{opacity:.7;cursor:not-allowed}.files-list{display:flex;flex-direction:column;gap:.75rem}.file-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f8fafc;border-radius:12px;transition:background .2s}.file-item:hover{background:#f1f5f9}.file-icon{font-size:1.5rem;flex-shrink:0}.file-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.25rem}.file-name{font-weight:500;color:#1a1a2e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.file-size{font-size:.8rem;color:#64748b}.download-btn{width:40px;height:40px;border-radius:10px;border:none;background:#6366f1;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1rem;transition:all .2s;flex-shrink:0}.download-btn:hover:not(:disabled){background:#4f46e5;transform:scale(1.05)}.download-btn:disabled{opacity:.7;cursor:not-allowed}.btn-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.no-files{text-align:center;padding:2rem;color:#64748b}.download-footer{text-align:center;padding:1.5rem 2rem;background:#f8fafc;border-top:1px solid #e2e8f0}.download-footer p{margin:0;font-size:.875rem;color:#64748b}.download-footer a{color:#6366f1;text-decoration:none;font-weight:500}.download-footer a:hover{text-decoration:underline}.otp-container{padding:2rem}.otp-container .vault-header{background:transparent;padding:0 0 1.5rem}.otp-request,.otp-verify,.otp-locked{text-align:center;padding:1.5rem 0}.otp-request p,.otp-verify p{color:#64748b;margin-bottom:1rem;line-height:1.6}.otp-email-info{background:#f1f5f9;padding:1rem;border-radius:8px;margin:1.5rem 0!important}.otp-send-btn{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.otp-send-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #6366f166}.otp-send-btn:disabled{opacity:.7;cursor:not-allowed}.otp-inputs{display:flex;justify-content:center;gap:.5rem;margin:2rem 0}.otp-inputs input{width:48px;height:56px;text-align:center;font-size:1.5rem;font-weight:700;border:2px solid #e2e8f0;border-radius:12px;outline:none;transition:all .2s}.otp-inputs input:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f133}.otp-inputs input.error{border-color:#ef4444;animation:shake .5s}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}.otp-error{color:#ef4444;font-size:.875rem;margin:1rem 0}.otp-verifying{display:flex;align-items:center;justify-content:center;gap:.5rem;color:#6366f1;font-size:.875rem}.otp-expiry{color:#94a3b8;font-size:.8rem;margin-top:1rem}.otp-resend-btn{background:none;border:none;color:#6366f1;font-size:.875rem;cursor:pointer;text-decoration:underline;margin-top:1rem}.otp-resend-btn:hover:not(:disabled){color:#4f46e5}.otp-resend-btn:disabled{color:#94a3b8;cursor:not-allowed}.otp-locked{background:#fef2f2;border-radius:12px;padding:2rem;margin:1rem 0}.otp-locked .locked-icon{font-size:3rem;margin-bottom:1rem}.otp-locked h3{color:#dc2626;margin-bottom:.5rem}.otp-locked p{color:#7f1d1d}@media(max-width:640px){.download-page{padding:1rem}.download-container{border-radius:16px}.vault-header{padding:2rem 1.5rem}.vault-header h1{font-size:1.5rem}.vault-message,.files-section{padding-left:1.5rem;padding-right:1.5rem}.files-header{flex-direction:column;align-items:flex-start;gap:1rem}.download-all-btn{width:100%;justify-content:center}.file-item{padding:.875rem}.otp-inputs{gap:.35rem}.otp-inputs input{width:42px;height:50px;font-size:1.25rem}}.settings-page{min-height:calc(100vh - 64px);background:#f8fafc;padding:40px 24px}.settings-container{max-width:720px;margin:0 auto}.settings-card h2{font-size:1.125rem;font-weight:600;color:#1a1a2e;margin:0 0 20px;padding-bottom:16px;border-bottom:1px solid #f1f5f9}.settings-row{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #f8fafc}.settings-row:last-child{border-bottom:none}.settings-label{display:flex;flex-direction:column;gap:4px}.label-text{font-size:.875rem;color:#64748b}.settings-value{font-size:.9375rem;font-weight:500;color:#1a1a2e}.subscription-status{margin-bottom:24px}.current-plan{display:flex;align-items:center;gap:12px;margin-bottom:20px}.plan-label{font-size:.875rem;color:#64748b}.plan-badge{padding:6px 16px;border-radius:20px;font-size:.875rem;font-weight:600}.badge-free{background:#f1f5f9;color:#64748b}.badge-standard{background:linear-gradient(135deg,#dbeafe,#e0e7ff);color:#4f46e5}.badge-premium{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#b45309}.subscription-details{background:#f8fafc;border-radius:12px;padding:16px}.subscription-details .settings-row{padding:8px 0}.cancellation-notice{display:flex;align-items:center;gap:8px;margin-top:16px;padding:12px;background:#fef2f2;border-radius:8px;color:#dc2626;font-size:.875rem}.cancellation-notice svg{width:18px;height:18px;flex-shrink:0}.subscription-actions{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:16px}.subscription-actions .btn{padding:12px 24px;border-radius:10px;font-weight:600;font-size:.9375rem;text-decoration:none;transition:all .2s;cursor:pointer;border:none}.subscription-actions .btn-primary{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;box-shadow:0 4px 12px #6366f14d}.subscription-actions .btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #6366f166}.subscription-actions .btn-secondary{background:#f1f5f9;color:#475569}.subscription-actions .btn-secondary:hover{background:#e2e8f0}.subscription-actions .btn-secondary:disabled{opacity:.7;cursor:not-allowed}.subscription-actions .btn-ghost{background:transparent;color:#6366f1;border:1px solid rgba(99,102,241,.3)}.subscription-actions .btn-ghost:hover{background:#6366f11a}.subscription-actions .btn-ghost:disabled{opacity:.7;cursor:not-allowed}.subscription-note{font-size:.8125rem;color:#94a3b8;margin:0}.quick-links{display:flex;flex-direction:column;gap:8px}.quick-link{display:flex;align-items:center;gap:16px;padding:16px;background:#f8fafc;border-radius:12px;text-decoration:none;transition:all .2s}.quick-link:hover{background:#f1f5f9;transform:translate(4px)}.quick-link-icon{width:44px;height:44px;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.quick-link-icon svg{width:22px;height:22px;stroke:#fff}.quick-link-content{flex:1;display:flex;flex-direction:column;gap:2px}.quick-link-title{font-size:.9375rem;font-weight:600;color:#1a1a2e}.quick-link-description{font-size:.8125rem;color:#64748b}.quick-link-arrow{width:20px;height:20px;stroke:#94a3b8;flex-shrink:0}@media(max-width:640px){.settings-page{padding:24px 16px}.settings-card{padding:20px 16px}.settings-row{flex-direction:column;align-items:flex-start;gap:4px}.subscription-actions{flex-direction:column}.subscription-actions .btn{width:100%;text-align:center}.expandable-header{flex-direction:column;align-items:flex-start;gap:12px}.expand-arrow{position:absolute;right:16px;top:24px}.inline-settings-form .setting-row{flex-direction:column;align-items:flex-start;gap:12px}.inline-settings-form select,.inline-settings-form input[type=number]{width:100%}}.inactivity-section{padding:0;overflow:hidden}.expandable-header{display:flex;align-items:center;justify-content:space-between;width:100%;padding:24px;background:transparent;border:none;cursor:pointer;transition:background .2s}.expandable-header:hover{background:#f8fafc}.expandable-header-left{display:flex;align-items:center;gap:16px}.expandable-header-content{display:flex;flex-direction:column;align-items:flex-start;gap:2px}.expandable-header-title{font-size:1rem;font-weight:600;color:#1a1a2e}.expandable-header-description{font-size:.8125rem;color:#64748b}.expand-arrow{width:24px;height:24px;stroke:#94a3b8;transition:transform .3s ease}.expand-arrow.expanded{transform:rotate(180deg)}.expandable-content{padding:0 24px 24px;border-top:1px solid #f1f5f9;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.inactivity-loading{padding:40px 0;text-align:center;color:#64748b}.inline-status-card{margin:20px 0;box-shadow:none;border:1px solid #e2e8f0}.inline-status-card h3{font-size:1rem;font-weight:600;color:#1a1a2e;margin:0}.inline-settings-form{margin-top:20px}.inline-settings-form .setting-row{display:flex;justify-content:space-between;align-items:center;padding:16px 0;border-bottom:1px solid #f3f4f6}.inline-settings-form .setting-row:first-child{padding-top:0}.inline-settings-form .setting-row:last-of-type{border-bottom:none}.inline-settings-form .setting-info{flex:1}.inline-settings-form .setting-info label{display:block;font-size:.9375rem;font-weight:500;color:#1a1a2e;margin-bottom:2px}.inline-settings-form .setting-desc{font-size:.8125rem;color:#6b7280}.inline-settings-form select,.inline-settings-form input[type=number]{padding:8px 12px;border:1px solid #e5e7eb;border-radius:8px;font-size:.875rem;min-width:140px}.inline-settings-actions{margin-top:24px;padding-top:20px;border-top:1px solid #f3f4f6}.inline-settings-actions .btn{padding:12px 24px}.inactivity-settings-page{min-height:calc(100vh - 64px);background:#f8fafc;padding:40px 24px}.inactivity-settings-container{max-width:720px;margin:0 auto}.settings-header{margin-bottom:32px}.settings-header h1{font-size:1.75rem;font-weight:700;color:#1a1a2e;margin-bottom:8px}.settings-header p{color:#6b7280}.upgrade-banner{display:flex;align-items:flex-start;gap:16px;background:linear-gradient(135deg,#fef3c7,#fde68a);border:1px solid #f59e0b;border-radius:12px;padding:20px;margin-bottom:24px}.upgrade-banner svg{width:32px;height:32px;stroke:#b45309;flex-shrink:0}.upgrade-banner h3{font-size:1rem;font-weight:600;color:#92400e;margin-bottom:4px}.upgrade-banner p{font-size:.875rem;color:#a16207;margin:0}.upgrade-banner-card{background:linear-gradient(135deg,#eef2ff,#e0e7ff);border:1px solid rgba(99,102,241,.2);border-radius:16px;padding:32px;margin-bottom:24px}.upgrade-banner-content{display:flex;align-items:flex-start;gap:20px;margin-bottom:24px}.upgrade-banner-icon{width:56px;height:56px;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.upgrade-banner-icon svg{width:28px;height:28px;stroke:#fff}.upgrade-banner-text h3{font-size:1.25rem;font-weight:700;color:#1a1a2e;margin:0 0 8px}.upgrade-banner-text p{font-size:.9375rem;color:#64748b;line-height:1.6;margin:0}.upgrade-banner-actions{display:flex;gap:12px;flex-wrap:wrap}.upgrade-banner-actions .btn{padding:12px 24px;border-radius:10px;font-weight:600;font-size:.9375rem;text-decoration:none;transition:all .2s;cursor:pointer}.upgrade-banner-actions .btn-primary{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;border:none;box-shadow:0 4px 12px #6366f14d}.upgrade-banner-actions .btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #6366f166}.upgrade-banner-actions .btn-primary:disabled{opacity:.7;cursor:not-allowed;transform:none}.upgrade-banner-actions .btn-ghost{background:transparent;color:#6366f1;border:1px solid rgba(99,102,241,.3)}.upgrade-banner-actions .btn-ghost:hover{background:#6366f11a}.alert{padding:12px 16px;border-radius:8px;font-size:.875rem;margin-bottom:24px}.alert-error{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.alert-success{background:#f0fdf4;color:#16a34a;border:1px solid #bbf7d0}.status-card{background:#fff;border-radius:16px;padding:24px;box-shadow:0 1px 3px #0000001a;margin-bottom:24px}.status-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.status-header h2{font-size:1.125rem;font-weight:600;color:#1a1a2e;margin:0}.status-badge{padding:4px 12px;border-radius:20px;font-size:.75rem;font-weight:600}.status-badge.due{background:#fef3c7;color:#b45309}.status-badge.overdue{background:#fee2e2;color:#dc2626}.status-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:20px}.status-item{display:flex;flex-direction:column;gap:4px}.status-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:#6b7280}.status-value{font-size:1rem;font-weight:600;color:#1a1a2e}.check-in-btn{width:100%;padding:14px 24px;font-size:1rem}.settings-card{background:#fff;border-radius:16px;padding:24px;box-shadow:0 1px 3px #0000001a;margin-bottom:24px}.settings-card h2{font-size:1.125rem;font-weight:600;color:#1a1a2e;margin:0 0 24px;padding-bottom:16px;border-bottom:1px solid #f3f4f6}.setting-row{display:flex;justify-content:space-between;align-items:center;padding:16px 0;border-bottom:1px solid #f3f4f6}.setting-row:last-of-type{border-bottom:none}.setting-info{flex:1}.setting-info label{display:block;font-size:.9375rem;font-weight:500;color:#1a1a2e;margin-bottom:2px}.setting-desc{font-size:.8125rem;color:#6b7280}.setting-row select,.setting-row input[type=number]{padding:8px 12px;border:1px solid #e5e7eb;border-radius:8px;font-size:.875rem;min-width:140px}.toggle{position:relative;display:inline-block;width:48px;height:28px}.toggle input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;cursor:pointer;inset:0;background-color:#e5e7eb;transition:.3s;border-radius:28px}.toggle-slider:before{position:absolute;content:"";height:20px;width:20px;left:4px;bottom:4px;background-color:#fff;transition:.3s;border-radius:50%;box-shadow:0 1px 3px #0003}.toggle input:checked+.toggle-slider{background-color:#6366f1}.toggle input:checked+.toggle-slider:before{transform:translate(20px)}.toggle input:disabled+.toggle-slider{opacity:.5;cursor:not-allowed}.grace-period-info{display:flex;gap:12px;background:#f0f9ff;border:1px solid #bae6fd;border-radius:12px;padding:16px;margin-top:20px}.grace-period-info svg{width:24px;height:24px;stroke:#0284c7;flex-shrink:0}.grace-period-info strong{display:block;font-size:.875rem;color:#0369a1;margin-bottom:4px}.grace-period-info p{font-size:.8125rem;color:#0369a1;margin:0;line-height:1.5}.settings-actions{margin-top:24px;padding-top:20px;border-top:1px solid #f3f4f6}.settings-actions .btn{padding:12px 24px}.mobile-promo-card{display:flex;gap:20px;background:linear-gradient(135deg,#eef2ff,#e0e7ff);border-radius:16px;padding:24px}.mobile-promo-card>svg{width:48px;height:48px;stroke:#6366f1;flex-shrink:0}.mobile-promo-card h3{font-size:1.125rem;font-weight:600;color:#1a1a2e;margin-bottom:8px}.mobile-promo-card p{font-size:.9375rem;color:#4b5563;margin-bottom:16px}.app-links{display:flex;gap:12px}.app-link{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:#1a1a2e;color:#fff;border-radius:8px;font-size:.875rem;font-weight:500;text-decoration:none;transition:background .2s}.app-link:hover{background:#2d2d4a}.app-link svg{width:18px;height:18px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 20px;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background:#6366f1;color:#fff}.btn-primary:hover:not(:disabled){background:#4f46e5}@media(max-width:640px){.status-grid{grid-template-columns:1fr}.setting-row{flex-direction:column;align-items:flex-start;gap:12px}.setting-row select,.setting-row input[type=number]{width:100%}.mobile-promo-card{flex-direction:column;text-align:center}.mobile-promo-card>svg{margin:0 auto}.app-links{justify-content:center}}.admin-layout{min-height:100vh;background:#0f172a}.admin-header{background:linear-gradient(135deg,#1e293b,#0f172a);border-bottom:1px solid #334155;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:100}.admin-header h1{font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,#f97316,#fb923c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0;display:flex;align-items:center;gap:.75rem}.admin-header h1 .admin-badge{background:linear-gradient(135deg,#f97316,#ea580c);color:#fff;font-size:.65rem;padding:.2rem .5rem;border-radius:4px;-webkit-text-fill-color:white;text-transform:uppercase;letter-spacing:.5px}.admin-nav{display:flex;gap:.5rem}.admin-nav a{color:#94a3b8;text-decoration:none;padding:.5rem 1rem;border-radius:6px;font-size:.875rem;transition:all .2s}.admin-nav a:hover{background:#1e293b;color:#f1f5f9}.admin-nav a.active{background:linear-gradient(135deg,#f97316,#ea580c);color:#fff}.admin-content{padding:2rem;max-width:1600px;margin:0 auto}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-bottom:2rem}.admin-layout .stat-card{background:linear-gradient(135deg,#1e293b,#0f172a);border:1px solid #334155;border-radius:12px;padding:1.5rem;transition:transform .2s,border-color .2s}.admin-layout .stat-card:hover{transform:translateY(-2px);border-color:#475569}.admin-layout .stat-card.highlight{border-color:#f97316;background:linear-gradient(135deg,#1e293b,#431407)}.admin-layout .stat-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem}.admin-layout .stat-card-icon{font-size:1.5rem}.admin-layout .stat-card-change{font-size:.75rem;padding:.2rem .5rem;border-radius:4px}.admin-layout .stat-card-change.positive{background:#22c55e33;color:#22c55e}.admin-layout .stat-card-change.neutral{background:#94a3b833;color:#94a3b8}.admin-layout .stat-card-value{font-size:2rem;font-weight:700;color:#f1f5f9;line-height:1.2}.admin-layout .stat-card-label{font-size:.875rem;color:#94a3b8;margin-top:.25rem}.admin-section{background:linear-gradient(135deg,#1e293b,#0f172a);border:1px solid #334155;border-radius:12px;margin-bottom:1.5rem;overflow:hidden}.admin-section-header{padding:1rem 1.5rem;border-bottom:1px solid #334155;display:flex;justify-content:space-between;align-items:center}.admin-section-header h2{font-size:1.125rem;font-weight:600;color:#f1f5f9;margin:0;display:flex;align-items:center;gap:.5rem}.admin-section-actions{display:flex;gap:.5rem}.admin-table-container{overflow-x:auto}.admin-table{width:100%;border-collapse:collapse}.admin-table th{text-align:left;padding:.875rem 1rem;font-size:.75rem;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;background:#0f172a80;border-bottom:1px solid #334155;white-space:nowrap}.admin-table th.sortable{cursor:pointer;-webkit-user-select:none;user-select:none}.admin-table th.sortable:hover{color:#f1f5f9}.admin-table td{padding:.875rem 1rem;font-size:.875rem;color:#e2e8f0;border-bottom:1px solid #1e293b;vertical-align:middle}.admin-table tr:hover td{background:#1e293b80}.admin-table tr:last-child td{border-bottom:none}.badge{display:inline-flex;align-items:center;padding:.25rem .625rem;border-radius:9999px;font-size:.75rem;font-weight:500;white-space:nowrap}.badge-free{background:#94a3b833;color:#94a3b8}.badge-standard{background:#3b82f633;color:#60a5fa}.badge-premium,.badge-locked{background:#f9731633;color:#fb923c}.badge-released{background:#22c55e33;color:#22c55e}.badge-cancelled{background:#ef444433;color:#f87171}.badge-new{background:#f9731633;color:#fb923c}.badge-reviewed{background:#3b82f633;color:#60a5fa}.badge-actioned{background:#22c55e33;color:#22c55e}.badge-admin{background:linear-gradient(135deg,#f97316,#ea580c);color:#fff}.admin-btn{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem 1rem;border-radius:6px;font-size:.875rem;font-weight:500;border:none;cursor:pointer;transition:all .2s;text-decoration:none}.admin-btn-primary{background:linear-gradient(135deg,#f97316,#ea580c);color:#fff}.admin-btn-primary:hover{filter:brightness(1.1)}.admin-btn-secondary{background:#334155;color:#f1f5f9}.admin-btn-secondary:hover{background:#475569}.admin-btn-ghost{background:transparent;color:#94a3b8}.admin-btn-ghost:hover{background:#1e293b;color:#f1f5f9}.admin-btn-danger{background:#ef444433;color:#f87171}.admin-btn-danger:hover{background:#ef44444d}.admin-btn-sm{padding:.375rem .75rem;font-size:.8125rem}.admin-filters{display:flex;gap:1rem;padding:1rem 1.5rem;border-bottom:1px solid #334155;flex-wrap:wrap}.admin-search{flex:1;min-width:200px;position:relative}.admin-search input{width:100%;padding:.625rem 1rem .625rem 2.5rem;background:#0f172a;border:1px solid #334155;border-radius:6px;color:#f1f5f9;font-size:.875rem}.admin-search input:focus{outline:none;border-color:#f97316}.admin-search input::placeholder{color:#64748b}.admin-search-icon{position:absolute;left:.875rem;top:50%;transform:translateY(-50%);color:#64748b}.admin-select{padding:.625rem 2rem .625rem 1rem;background:#0f172a;border:1px solid #334155;border-radius:6px;color:#f1f5f9;font-size:.875rem;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2394a3b8'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .5rem center;background-size:1rem}.admin-select:focus{outline:none;border-color:#f97316}.admin-pagination{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-top:1px solid #334155}.admin-pagination-info{font-size:.875rem;color:#94a3b8}.admin-pagination-buttons{display:flex;gap:.5rem}.activity-feed{padding:0}.activity-item{display:flex;gap:1rem;padding:1rem 1.5rem;border-bottom:1px solid #1e293b}.activity-item:last-child{border-bottom:none}.activity-icon{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1rem}.activity-icon.signup{background:#3b82f633}.activity-icon.vault{background:#f9731633}.activity-icon.release{background:#22c55e33}.activity-content{flex:1;min-width:0}.activity-text{font-size:.875rem;color:#e2e8f0;margin-bottom:.25rem}.activity-text strong{color:#f1f5f9}.activity-time{font-size:.75rem;color:#64748b}.plan-bars{padding:1.5rem}.plan-bar-item{margin-bottom:1rem}.plan-bar-item:last-child{margin-bottom:0}.plan-bar-header{display:flex;justify-content:space-between;margin-bottom:.5rem}.plan-bar-label{font-size:.875rem;color:#e2e8f0;text-transform:capitalize}.plan-bar-count{font-size:.875rem;color:#94a3b8}.plan-bar-track{height:8px;background:#0f172a;border-radius:4px;overflow:hidden}.plan-bar-fill{height:100%;border-radius:4px;transition:width .5s ease}.plan-bar-fill.free{background:linear-gradient(90deg,#64748b,#94a3b8)}.plan-bar-fill.standard{background:linear-gradient(90deg,#3b82f6,#60a5fa)}.plan-bar-fill.premium{background:linear-gradient(90deg,#f97316,#fb923c)}.admin-modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}.admin-modal{background:#1e293b;border:1px solid #334155;border-radius:12px;width:100%;max-width:800px;max-height:90vh;overflow-y:auto}.admin-modal-header{padding:1.5rem;border-bottom:1px solid #334155;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;background:#1e293b;z-index:10}.admin-modal-header h2{font-size:1.25rem;font-weight:600;color:#f1f5f9;margin:0}.admin-modal-close{background:none;border:none;color:#94a3b8;font-size:1.5rem;cursor:pointer;padding:.25rem;line-height:1}.admin-modal-close:hover{color:#f1f5f9}.admin-modal-body{padding:1.5rem}.admin-modal-section{margin-bottom:1.5rem}.admin-modal-section:last-child{margin-bottom:0}.admin-modal-section h3{font-size:.875rem;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;margin-bottom:1rem}.admin-detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.admin-detail-item{background:#0f172a;padding:1rem;border-radius:8px}.admin-detail-label{font-size:.75rem;color:#64748b;margin-bottom:.25rem}.admin-detail-value{font-size:.9375rem;color:#f1f5f9;word-break:break-word}.admin-loading{display:flex;justify-content:center;align-items:center;padding:4rem;color:#94a3b8}.admin-loading-spinner{width:40px;height:40px;border:3px solid #334155;border-top-color:#f97316;border-radius:50%;animation:spin 1s linear infinite}.admin-empty{text-align:center;padding:3rem;color:#64748b}.admin-empty-icon{font-size:3rem;margin-bottom:1rem}.admin-empty-text{font-size:.9375rem}@media(max-width:768px){.admin-header{flex-direction:column;gap:1rem;padding:1rem}.admin-nav{flex-wrap:wrap;justify-content:center}.admin-content{padding:1rem}.stats-grid{grid-template-columns:1fr 1fr}.admin-filters{flex-direction:column}.admin-search{width:100%}}.feedback-text{max-width:400px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.feedback-full-text{background:#0f172a;padding:1rem;border-radius:8px;white-space:pre-wrap;color:#e2e8f0;font-size:.9375rem;line-height:1.6}.admin-notes-input{width:100%;padding:.75rem;background:#0f172a;border:1px solid #334155;border-radius:6px;color:#f1f5f9;font-size:.875rem;font-family:inherit;resize:vertical;min-height:80px}.admin-notes-input:focus{outline:none;border-color:#f97316}.clickable-row{cursor:pointer}.clickable-row:hover td{background:#f973160d}*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;color:#1a1a2e;background:#fff;line-height:1.5}.app{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1}a{color:inherit}.loading-screen{min-height:calc(100vh - 64px);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px}.loading-screen .loading-spinner{width:48px;height:48px;border:4px solid #e5e7eb;border-top-color:#2563eb;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-screen p{color:#6b7280}.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;border-radius:8px;font-weight:600;font-size:1rem;text-decoration:none;transition:all .2s;border:none;cursor:pointer}.btn-lg{padding:16px 32px;font-size:1.125rem}.btn-primary{background:#2563eb;color:#fff}.btn-primary:hover{background:#1d4ed8;transform:translateY(-1px)}.btn-secondary{background:#fff;color:#1a1a2e;border:2px solid #e5e7eb}.btn-secondary:hover{border-color:#2563eb;color:#2563eb}
