@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600&family=Inter:wght@400;500&display=swap";*{font-family:Inter,sans-serif;box-sizing:border-box}body,html{margin:0}button{cursor:pointer;background-color:none;border:0}.user-menu{position:relative}.user-menu-button{background-color:transparent;border:0;display:flex;align-items:center;gap:.5rem;color:#4b5563;transition:color .2s}.user-menu-button:hover{color:#7c3aed}.user-menu-icon{width:1.5rem;height:1.5rem}.user-menu-email{font-size:.875rem;font-weight:500}@media (max-width: 768px){.user-menu-email{display:none}}.chevron-icon{width:1rem;height:1rem;transform:rotate(0);transition:transform .2s}.chevron-icon.open{transform:rotate(180deg)}.dropdown-menu{position:absolute;right:0;top:calc(100% + .5rem);width:12rem;background-color:#fff;border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a;padding:.25rem 0;z-index:50}.dropdown-header{padding:.5rem 1rem;border-bottom:1px solid #f3f4f6}.dropdown-email{font-size:.875rem;color:#6b7280;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dropdown-item{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;color:#374151;text-decoration:none;width:100%;text-align:left}.dropdown-item:hover{background-color:#f5f3ff;color:#7c3aed}.dropdown-item.logout{color:#dc2626}.dropdown-item.logout:hover{background-color:#fef2f2}.dropdown-icon{width:1rem;height:1rem}.navbar{position:fixed;top:0;left:0;right:0;background-color:#ffffffe6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid rgba(229,231,235,.8);z-index:50}.navbar-container{max-width:1152px;margin:0 auto;padding:1rem;display:flex;justify-content:space-between;align-items:center}.logo{text-decoration:none;display:flex;align-items:center;gap:.5rem}.logo-icon{width:24px;height:24px;color:#7c3aed}.logo-text{font-size:1.25rem;font-weight:600;color:#1f2937;font-family:Space Grotesk,sans-serif}.nav-links{display:none}.nav-link{padding:.5rem .75rem;color:#4b5563;text-decoration:none;font-weight:500;transition:color .2s}.nav-link:hover{color:#7c3aed}.nav-link-icon{display:flex;align-items:center;gap:.5rem}.auth-buttons{display:none}.navbar .login-button{text-decoration:none;padding:.5rem 1rem;color:#4b5563;background:none;border:none;font-weight:500;cursor:pointer;transition:color .2s}.navbar .login-button:hover{color:#7c3aed}.signup-button{text-decoration:none;padding:.5rem 1rem;color:#fff;background-color:#7c3aed;border:none;border-radius:.375rem;font-weight:500;cursor:pointer;transition:background-color .2s}.signup-button:hover{background-color:#6d28d9}.mobile-menu-button{display:flex;padding:.5rem;background:none;border:none;cursor:pointer;color:#4b5563}.mobile-menu{display:flex;flex-direction:column;padding:1rem;background-color:#fff}.mobile-link{padding:.75rem;color:#4b5563;text-decoration:none;font-weight:500;transition:color .2s}.mobile-link:hover{color:#7c3aed}.mobile-link-icon{display:flex;align-items:center;gap:.5rem}.mobile-auth{display:flex;flex-direction:column;gap:.5rem;padding:.75rem}.mobile-auth a{text-decoration:none}.mobile-login{padding:.75rem;color:#4b5563;background:none;border:none;font-weight:500;cursor:pointer;transition:color .2s}.mobile-login:hover{color:#7c3aed}.mobile-signup{padding:.75rem;color:#fff;background-color:#7c3aed;border:none;border-radius:.375rem;font-weight:500;cursor:pointer;transition:background-color .2s}.mobile-signup:hover{background-color:#6d28d9}.mobile-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#00000080;z-index:40}@media (min-width: 768px){.mobile-menu-button{display:none}.nav-links{display:flex;align-items:center;gap:1.5rem}.auth-buttons{display:flex;align-items:center;gap:1rem}.mobile-menu,.mobile-overlay{display:none}}.footer{background-color:#f8f9fa;padding:3rem 0 2rem;margin-top:auto}.footer-container{max-width:1152px;margin:0 auto;padding:0 1rem}.footer-content{display:flex;flex-direction:column;gap:2rem;margin-bottom:3rem}.footer-branding{max-width:300px}.footer-logo{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.footer-icon{width:24px;height:24px;color:#7c3aed}.footer-brand{font-family:Space Grotesk,sans-serif;font-size:1.25rem;font-weight:600;color:#1f2937}.footer-tagline{color:#6b7280;line-height:1.5}.footer-links{display:flex;flex-direction:column;gap:2rem}.footer-column{display:flex;flex-direction:column;gap:.75rem}.footer-title{font-size:1rem;font-weight:600;color:#374151;margin-bottom:.5rem}.footer-link{color:#6b7280;text-decoration:none;transition:color .2s}.footer-link:hover{color:#7c3aed}.footer-bottom{padding-top:2rem;border-top:1px solid #e5e7eb;display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center}.footer-copyright{color:#6b7280;font-size:.875rem}.footer-made-with{display:flex;align-items:center;gap:.5rem;color:#6b7280;font-size:.875rem}.heart-icon{width:16px;height:16px;color:#ef4444;animation:heartbeat 1.5s ease infinite}@keyframes heartbeat{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@media (min-width: 768px){.footer-content{flex-direction:row;justify-content:space-between;align-items:flex-start}.footer-bottom{flex-direction:row;justify-content:space-between;text-align:left}.footer-links{flex-direction:row;gap:4rem}.footer-column{min-width:120px}}.layout{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1;margin-top:64px}.secret-container{min-height:100vh;background:linear-gradient(135deg,#f5f3ff,#fff);display:flex;justify-content:center;align-items:center;padding:2rem;perspective:1000px}.secret-content{width:100%;max-width:600px;margin:0 auto}.secret-header{text-align:center;margin-bottom:2.5rem}.secret-header-icons{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:1.5rem;perspective:1000px}.header-icon{width:2.5rem;height:2.5rem;color:#7c3aed;filter:drop-shadow(0 4px 8px rgba(124,58,237,.2))}.secret-title{font-family:Space Grotesk,sans-serif;font-size:2.5rem;font-weight:600;color:#1f2937;margin-bottom:1rem;position:relative}.secret-title:after{content:"";position:absolute;bottom:-.5rem;left:50%;transform:translate(-50%);width:3rem;height:.25rem;background:linear-gradient(90deg,#7c3aed,#8b5cf6);border-radius:1rem}.secret-subtitle{color:#6b7280;font-size:1.1rem;line-height:1.6;max-width:36rem;margin:0 auto}.secret-card{background-color:#fff;border-radius:1.5rem;box-shadow:0 10px 30px #0000001a,0 1px 3px #0000000d;overflow:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}.secret-card .card-header{padding:1.5rem;border-bottom:1px solid rgba(124,58,237,.1);display:flex;align-items:center;justify-content:center}.header-badge{display:flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#7c3aed1a,#8b5cf61a);color:#7c3aed;padding:.75rem 1.25rem;border-radius:2rem;font-weight:500;box-shadow:0 2px 6px #7c3aed1a;transition:all .3s ease}.textarea-container{position:relative;margin-bottom:1.5rem}.secret-textarea{width:100%;min-height:150px;padding:1.25rem;border:2px solid rgba(124,58,237,.2);border-radius:1rem;font-size:1rem;line-height:1.6;resize:vertical;transition:all .3s ease;background:#fffc}.secret-textarea:focus{outline:none;border-color:#7c3aed;box-shadow:0 0 0 4px #7c3aed1a;background:#fff}.textarea-icon{position:absolute;top:1.25rem;right:1.25rem;width:1.25rem;height:1.25rem;color:#7c3aed;opacity:.6}.btn{width:100%;display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem 1.5rem;border:none;border-radius:1rem;font-weight:500;font-size:1rem;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.btn-primary{background:linear-gradient(135deg,#7c3aed,#8b5cf6);color:#fff}.btn-primary:not(:disabled):hover{transform:translateY(-2px);box-shadow:0 4px 12px #7c3aed4d}.btn-primary:disabled{background:#e5e7eb;color:#9ca3af;cursor:not-allowed;transform:none;box-shadow:none}.btn-secondary{background:#4b5563;color:#fff}.btn-secondary:hover{background:#374151;transform:translateY(-2px)}.result-container{display:flex;flex-direction:column;gap:1.5rem}.alert{display:flex;align-items:flex-start;gap:1rem;padding:1.25rem;background:linear-gradient(135deg,#7c3aed1a,#8b5cf61a);border:1px solid rgba(124,58,237,.2);border-radius:1rem;color:#5b21b6;line-height:1.6}.alert-icon{width:1.5rem;height:1.5rem;flex-shrink:0;margin-top:.25rem}.link-display{position:relative;background:#f9fafbcc;border:1px solid rgba(124,58,237,.2);border-radius:1rem;padding:.5rem;transition:all .3s ease}.link-display:hover{background:#f9fafb;border-color:#7c3aed66}.link-input{width:100%;padding:.75rem 5.5rem .75rem 1rem;background:transparent;border:none;font-family:Space Mono,monospace;color:#1f2937;font-size:.875rem}.link-input:focus{outline:none}.link-actions{position:absolute;top:50%;right:.5rem;transform:translateY(-50%);display:flex;gap:.25rem}.action-btn{display:flex;align-items:center;justify-content:center;padding:.5rem;border:none;border-radius:.5rem;background:transparent;color:#6b7280;cursor:pointer;transition:all .2s ease}.action-btn:hover{background:#7c3aed1a;color:#7c3aed}.action-btn.success{color:#7c3aed}.action-icon{width:1.25rem;height:1.25rem}.spinner{animation:spin 1s linear infinite}@media (max-width: 640px){.secret-container{padding:1rem}.secret-title{font-size:2rem}.secret-subtitle{font-size:1rem}.card-content{padding:1.5rem}.header-badge{padding:.5rem 1rem;font-size:.875rem}.link-input{font-size:.75rem}}.home-container{min-height:100vh;background:linear-gradient(135deg,#f5f3ff,#fff)}.hero{max-width:1152px;margin:0 auto;padding:80px 1rem 64px}.hero-icon{width:48px;height:48px;color:#7c3aed}.hero-icon.pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.hero-icon.bounce{animation:bounce 1s infinite}.hero-title{font-size:3.75rem;font-weight:700;text-align:center;color:#111827;margin-bottom:1.5rem}.hero-title span{display:block;color:#7c3aed}.home-container .hero-description{font-size:1.25rem;text-align:center;color:#4b5563;max-width:42rem;margin:0 auto 3rem}.hero-button{width:fit-content;text-decoration:none;display:flex;align-items:center;gap:.75rem;background-color:#7c3aed;color:#fff;padding:1rem 2rem;border-radius:.5rem;font-size:1.125rem;font-weight:500;margin:0 auto;border:none;cursor:pointer;transition:background-color .2s}.hero-button:hover{background-color:#6d28d9}.hero-button:hover .arrow-icon{transform:translate(4px)}.arrow-icon{width:20px;height:20px;transition:transform .2s}.features{background-color:#fff;padding:6rem 1rem}.features-container{max-width:1152px;margin:0 auto}.features-title{font-size:1.875rem;font-weight:700;text-align:center;color:#111827;margin-bottom:4rem}.features-grid{display:grid;gap:3rem}@media (min-width: 768px){.features-grid{grid-template-columns:repeat(3,1fr)}}.feature-card{display:flex;flex-direction:column;align-items:center;text-align:center}.feature-icon-wrapper{width:4rem;height:4rem;background-color:#f3e8ff;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.feature-icon{width:2rem;height:2rem;color:#7c3aed}.feature-title{font-size:1.25rem;font-weight:600;margin-bottom:1rem}.benefits{padding:6rem 1rem}.benefits-container{max-width:1152px;margin:0 auto;display:grid;gap:3rem}@media (min-width: 768px){.benefits-container{grid-template-columns:repeat(2,1fr);align-items:center}}.benefits-title{font-size:1.875rem;font-weight:700;margin-bottom:2rem}.benefits-list{display:flex;flex-direction:column;gap:1.5rem}.benefit-item{display:flex;gap:1rem}.benefit-icon{width:1.5rem;height:1.5rem;color:#7c3aed;flex-shrink:0;margin-top:.25rem}.benefit-content h3{font-weight:600;margin-top:0;margin-bottom:.5rem}.benefit-content p{color:#4b5563}.demo-container{position:relative}.demo-card{background-color:#f3e8ff;border-radius:1rem;padding:2rem}.demo-content{background-color:#fff;border-radius:.5rem;padding:1.5rem;box-shadow:0 10px 15px -3px #0000001a}.demo-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.demo-icon{width:1.25rem;height:1.25rem;color:#7c3aed}.demo-placeholder{height:8rem;background-color:#f3f4f6;border-radius:.375rem;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.demo-circle{position:absolute;background-color:#ddd6fe;border-radius:50%;opacity:.5}.demo-circle-1{width:6rem;height:6rem;top:-1.5rem;right:-1.5rem}.demo-circle-2{width:8rem;height:8rem;bottom:-1.5rem;left:-1.5rem}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.95)}}@keyframes bounce{0%,to{transform:translateY(-25%);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:translateY(0);animation-timing-function:cubic-bezier(0,0,.2,1)}}.features-page{min-height:100vh;background:linear-gradient(135deg,#f5f3ff,#fff)}.features-hero{position:relative;max-width:80rem;margin:0 auto;padding:6rem 1rem 8rem;overflow:hidden}.features-hero:before{content:"";position:absolute;top:-50%;right:-20%;width:70%;height:200%;background:linear-gradient(135deg,#7c3aed1a,#7c3aed0d);border-radius:30% 70% 70% 30%/30% 30% 70% 70%;transform:rotate(-12deg)}.features-hero-content{position:relative;display:flex;flex-direction:column;align-items:flex-start;max-width:36rem;margin-left:2rem}.features-hero-badge{display:inline-flex;align-items:center;gap:.5rem;background-color:#f5f3ff;color:#7c3aed;padding:.5rem 1rem;border-radius:2rem;margin-bottom:2rem;font-weight:500}.features-hero-badge-icon{width:1.25rem;height:1.25rem}.features-hero-title{font-size:3.5rem;font-weight:700;color:#111827;margin-bottom:1.5rem;line-height:1.1}.features-hero-title span{display:block;color:#7c3aed}.features-hero-description{font-size:1.25rem;color:#4b5563;margin-bottom:2rem;line-height:1.6}.features-hero-stats{display:flex;gap:3rem;margin-top:1rem}.features-hero-stat{display:flex;flex-direction:column;align-items:flex-start}.features-hero-stat-number{font-size:2.5rem;font-weight:700;color:#7c3aed;line-height:1}.features-hero-stat-label{color:#6b7280;font-size:1rem}.features-hero-shapes{position:absolute;top:50%;right:5%;transform:translateY(-50%);display:none}.features-hero-shape{position:absolute;border-radius:50%;background-color:#7c3aed1a}.features-hero-shape-1{width:300px;height:300px;animation:float 6s ease-in-out infinite}.features-hero-shape-2{width:200px;height:200px;top:-100px;right:-50px;animation:float 8s ease-in-out infinite}.features-hero-shape-3{width:150px;height:150px;bottom:-50px;right:100px;animation:float 7s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@media (min-width: 768px){.features-hero-content{margin-left:4rem}.features-hero-shapes{display:block}}@media (max-width: 768px){.features-hero-title{font-size:2.5rem}.features-hero-stats{flex-direction:column;gap:1.5rem}.features-hero:before{opacity:.5}}.features-grid-section{max-width:80rem;margin:0 auto;padding:4rem 1rem}.features-grid{display:grid;gap:2rem}@media (min-width: 768px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.features-grid{grid-template-columns:repeat(3,1fr)}}.feature-card{background:#fff;padding:1.5rem;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;transition:box-shadow .3s ease}.feature-card:hover{box-shadow:0 4px 6px #0000001a}.feature-icon-wrapper{width:3rem;height:3rem;background-color:#f5f3ff;border-radius:.5rem;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.feature-title{font-size:1.25rem;font-weight:600;margin-bottom:.75rem;color:#111827}.feature-description{color:#4b5563}.security-section{background:#fff;padding:4rem 1rem}.security-header{text-align:center;margin-bottom:3rem}.security-title{font-size:1.875rem;font-weight:700;margin-bottom:1rem;color:#111827}.security-subtitle{font-size:1.25rem;color:#4b5563;max-width:36rem;margin:0 auto}.security-grid{display:grid;gap:2rem}@media (min-width: 768px){.security-grid{grid-template-columns:repeat(2,1fr)}}.security-item{display:flex;gap:1rem;align-items:flex-start}.security-icon-wrapper{width:2rem;height:2rem;background-color:#dcfce7;border-radius:9999px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.security-icon{width:1.25rem;height:1.25rem;color:#16a34a}.security-item-content h3{margin-top:0;font-size:1.125rem;font-weight:600;margin-bottom:.5rem;color:#111827}.security-item-content p{color:#4b5563}.cta-section{max-width:80rem;margin:0 auto;padding:4rem 1rem;text-align:center}.cta-title{font-size:1.875rem;font-weight:700;margin-bottom:1.5rem;color:#111827}.cta-button{text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;background-color:#7c3aed;color:#fff;padding:.75rem 2rem;border-radius:.5rem;font-weight:500;border:none;cursor:pointer;transition:background-color .3s ease}.cta-button:hover{background-color:#6d28d9}.cta-button-icon{width:1.25rem;height:1.25rem}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.95)}}.about-page{min-height:100vh;background:linear-gradient(135deg,#f5f3ff,#fff);padding:6rem 1rem}.about-container{max-width:48rem;margin:0 auto}.about-header{text-align:center;margin-bottom:4rem}.about-title{font-size:3rem;font-weight:700;color:#111827;margin-bottom:1.5rem}.about-subtitle{font-size:1.25rem;color:#6b7280;max-width:36rem;margin:0 auto}.about-content{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 4px 6px #0000001a;margin-bottom:3rem}.about-section{margin-bottom:2.5rem}.about-section:last-child{margin-bottom:0}.about-section-title{display:flex;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:600;color:#111827;margin-bottom:1rem}.about-text{color:#4b5563;line-height:1.6;margin-bottom:1rem}.github-profile{background:#f9fafb;border-radius:.75rem;padding:1.5rem;display:flex;align-items:center;gap:1.5rem;transition:transform .2s;text-decoration:none;margin-top:2rem}.github-profile:hover{transform:translateY(-2px)}.github-avatar{width:4rem;height:4rem;border-radius:50%;background:#e5e7eb;display:flex;align-items:center;justify-content:center}.github-avatar .avatar-icon{width:2rem;height:2rem;color:#7c3aed}.github-info{flex:1}.github-name{font-size:1.25rem;font-weight:600;color:#111827;margin-bottom:.25rem}.github-username{color:#7c3aed;font-family:monospace;margin-bottom:.5rem}.github-description{color:#6b7280}.tech-stack{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem}.tech-badge{background:#f3e8ff;color:#7c3aed;padding:.5rem 1rem;border-radius:1rem;font-size:.875rem;font-weight:500}@media (max-width: 640px){.about-title{font-size:2rem}.github-profile{flex-direction:column;text-align:center}.tech-stack{justify-content:center}}.secret-reveal-container{min-height:100vh;background:linear-gradient(135deg,#f5f3ff,#fff);display:flex;align-items:center;justify-content:center;padding:1.5rem}.secret-reveal-content{width:100%;max-width:36rem}.header-icons{display:flex;justify-content:center;align-items:center;gap:1rem;margin-bottom:2rem}.secret-card{background-color:#fff;border-radius:1rem;box-shadow:0 10px 15px -3px #0000001a;overflow:hidden}.secret-reveal-container .card-header{border-bottom:1px solid rgba(124,58,237,.1);padding:1.5rem}.header-badge{display:flex;align-items:center;justify-content:center;gap:.5rem;background-color:#f5f3ff;color:#7c3aed;padding:.75rem 1rem;border-radius:9999px;font-weight:500;width:fit-content;margin:0 auto}.card-content{padding:2rem}.content-wrapper{text-align:center}.warning-icon{width:3rem;height:3rem;color:#f59e0b;margin:0 auto 1rem}.success-icon{width:3rem;height:3rem;color:#10b981;margin:0 auto 1rem}.content-title{font-size:1.25rem;font-weight:600;color:#111827;margin-bottom:.5rem}.content-description{color:#4b5563;margin-bottom:1.5rem}.reveal-button{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 1.5rem;border:none;border-radius:.75rem;font-weight:500;font-size:1rem;cursor:pointer;transition:all .3s ease}.reveal-button:not(:disabled){background-color:#7c3aed;color:#fff}.reveal-button:not(:disabled):hover{background-color:#6d28d9;transform:translateY(-2px);box-shadow:0 4px 6px #7c3aed33}.reveal-button:disabled{background-color:#e5e7eb;color:#9ca3af;cursor:not-allowed}.secret-content{background-color:#f9fafb;border-radius:.75rem;padding:1.5rem;margin-bottom:1.5rem;text-align:left;white-space:pre-wrap;color:#1f2937}.new-secret-button{width:100%;background-color:#f3f4f6;color:#4b5563;padding:1rem 1.5rem;border:none;border-radius:.75rem;font-weight:500;display:flex;align-items:center;justify-content:center;gap:.5rem;cursor:pointer;transition:all .3s ease}.new-secret-button:hover{background-color:#e5e7eb}.status-text{color:#6b7280;font-size:.875rem;margin-bottom:1rem}.login-container{min-height:100vh;background:linear-gradient(135deg,#f5f3ff,#fff);display:flex;align-items:center;justify-content:center;padding:1rem}.login-content{width:100%;max-width:28rem}.login-header{text-align:center;margin-bottom:2rem}.login-title{font-size:1.875rem;font-weight:700;color:#111827;margin-bottom:.5rem;font-family:Space Grotesk,sans-serif}.login-subtitle{color:#4b5563}.login-card{background:#fff;border-radius:1rem;box-shadow:0 10px 15px -3px #0000001a;padding:2rem}.login-form{display:flex;flex-direction:column;gap:1.5rem}.login-container .form-input{width:100%;padding:.75rem 1rem .75rem 2.5rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;transition:all .2s}.login-container .form-input:focus{outline:none;border-color:#7c3aed;box-shadow:0 0 0 4px #7c3aed1a}.login-container .input-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);width:1.25rem;height:1.25rem;color:#9ca3af}.form-options{display:flex;justify-content:space-between;align-items:center}.remember-me{display:flex;align-items:center;gap:.5rem}.remember-checkbox{width:1rem;height:1rem;border-radius:.25rem;border:1px solid #d1d5db;cursor:pointer}.remember-checkbox:checked{background-color:#7c3aed;border-color:#7c3aed}.forgot-password{color:#7c3aed;text-decoration:none;font-size:.875rem;transition:color .2s}.forgot-password:hover{color:#6d28d9}.login-container .login-button{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.75rem 1rem;background-color:#7c3aed;color:#fff;border:none;border-radius:.5rem;font-weight:500;cursor:pointer;transition:background-color .2s}.login-container .login-button:not(:disabled):hover{background-color:#6d28d9}.login-container .login-button:disabled{background-color:#e5e7eb;cursor:not-allowed}.login-container .login-button-icon{width:1.25rem;height:1.25rem}.login-container .login-button-icon.spin{animation:spin 1s linear infinite}.signup-section{margin-top:1.5rem;text-align:center;color:#4b5563}.signup-link{color:#7c3aed;text-decoration:none;font-weight:500;transition:color .2s}.signup-link:hover{color:#6d28d9}.register-container{min-height:100vh;background:linear-gradient(135deg,#f5f3ff,#fff);display:flex;align-items:center;justify-content:center;padding:1rem}.register-content{width:100%;max-width:32rem}.register-header{text-align:center;margin-bottom:2rem}.register-title{font-size:1.875rem;font-weight:700;color:#111827;margin-bottom:.5rem;font-family:Space Grotesk,sans-serif}.register-subtitle{color:#4b5563}.register-card{background:#fff;border-radius:1rem;box-shadow:0 10px 15px -3px #0000001a;padding:2rem}.register-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;gap:1rem;grid-template-columns:1fr}@media (min-width: 640px){.form-row{grid-template-columns:1fr 1fr}}.register-container .form-input{width:100%;padding:.75rem 1rem .75rem 2.5rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;transition:all .2s}.register-container .form-input:focus{outline:none;border-color:#7c3aed;box-shadow:0 0 0 4px #7c3aed1a}.register-container .input-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);width:1.25rem;height:1.25rem;color:#9ca3af}.password-toggle{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);background:none;border:none;color:#9ca3af;cursor:pointer;padding:.25rem}.password-toggle:hover{color:#6b7280}.terms-checkbox{display:flex;align-items:center;gap:.5rem;margin-top:1rem}.terms-checkbox input[type=checkbox]{width:1rem;height:1rem;border-radius:.25rem;border:1px solid #d1d5db;cursor:pointer}.terms-checkbox input[type=checkbox]:checked{background-color:#7c3aed;border-color:#7c3aed}.register-page .terms-text{font-size:.875rem;color:#4b5563}.terms-link{color:#7c3aed;text-decoration:none;font-weight:500}.terms-link:hover{text-decoration:underline}.register-button{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.75rem 1rem;background-color:#7c3aed;color:#fff;border:none;border-radius:.5rem;font-weight:500;cursor:pointer;transition:background-color .2s}.register-button:not(:disabled):hover{background-color:#6d28d9}.register-button:disabled{background-color:#e5e7eb;cursor:not-allowed}.login-section{margin-top:1.5rem;text-align:center;color:#4b5563}.login-link{color:#7c3aed;text-decoration:none;font-weight:500;transition:color .2s}.login-link:hover{color:#6d28d9}.register-container .error-message{display:flex;align-items:center;gap:.5rem;padding:1rem;background-color:#fee2e2;border:1px solid #ef4444;border-radius:.5rem;color:#dc2626;margin-bottom:1rem}.register-container .error-icon{width:1.25rem;height:1.25rem;flex-shrink:0}.not-found-container{min-height:100vh;background:linear-gradient(135deg,#f5f3ff,#fff);display:flex;align-items:center;justify-content:center;padding:1rem}.not-found-content{width:100%;max-width:32rem;text-align:center}.not-found-icons{display:flex;justify-content:center;align-items:center;gap:1rem;margin-bottom:1.5rem}.not-found-icon{width:3rem;height:3rem;color:#7c3aed}.not-found-icon.pulse{animation:pulse 2s infinite}.not-found-title{font-size:2.25rem;font-weight:700;color:#111827;margin-bottom:1rem;font-family:Space Grotesk,sans-serif}.not-found-subtitle{font-size:1.125rem;color:#4b5563;margin-bottom:2rem}.not-found-card{background:#fff;border-radius:1rem;box-shadow:0 10px 15px -3px #0000001a;padding:2rem;margin-bottom:2rem}.error-code{font-size:4.5rem;font-weight:700;color:#7c3aed;margin-bottom:1rem}.error-message{color:#6b7280}.home-button{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background-color:#7c3aed;color:#fff;border-radius:.5rem;font-weight:500;text-decoration:none;transition:all .2s ease}.home-button:hover{background-color:#6d28d9;transform:translateY(-2px)}.terms-page{min-height:100vh;background:linear-gradient(135deg,#f5f3ff,#fff);padding:6rem 1rem}.terms-container{max-width:48rem;margin:0 auto}.terms-header{text-align:center;margin-bottom:4rem}.terms-title{font-size:3rem;font-weight:700;color:#111827;margin-bottom:1.5rem}.terms-subtitle{font-size:1.25rem;color:#6b7280;max-width:36rem;margin:0 auto}.terms-content{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 4px 6px #0000001a}.terms-section{margin-bottom:3rem}.terms-section:last-child{margin-bottom:0}.terms-page .terms-text{color:#4b5563;line-height:1.6;margin-bottom:1.5rem}.terms-list{list-style:none;padding-left:1.5rem;margin-bottom:1.5rem}.terms-list-item{display:flex;gap:.75rem;margin-bottom:1rem;color:#4b5563}.terms-updated{text-align:center;color:#6b7280;font-size:.875rem;margin-top:2rem;font-style:italic}@media (max-width: 640px){.terms-title{font-size:2rem}.terms-content{padding:1.5rem}.section-title{font-size:1.25rem}}.privacy-page{min-height:100vh;background:linear-gradient(135deg,#f5f3ff,#fff);padding:6rem 1rem}.privacy-policy-wrapper{max-width:48rem;margin:0 auto}.privacy-header{text-align:center;margin-bottom:4rem}.privacy-title{font-size:3rem;font-weight:700;color:#111827;margin-bottom:1.5rem}.privacy-subtitle{font-size:1.25rem;color:#6b7280;max-width:36rem;margin:0 auto}.privacy-content{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 4px 6px #0000001a}.privacy-section{margin-bottom:3rem}.privacy-section:last-child{margin-bottom:0}.section-title{display:flex;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:600;color:#111827;margin-bottom:1.5rem}.section-icon{width:1.5rem;height:1.5rem;color:#7c3aed}.privacy-text{color:#4b5563;line-height:1.6;margin-bottom:1.5rem}.privacy-list{list-style:none;padding-left:1.5rem;margin-bottom:1.5rem}.privacy-list-item{display:flex;gap:.75rem;margin-bottom:1rem;color:#4b5563}.list-icon{width:1.25rem;height:1.25rem;flex-shrink:0;margin-top:.25rem;color:#7c3aed}.privacy-page .contact-info{background:#f5f3ff;border-radius:.75rem;padding:1.5rem;margin-top:2rem}.contact-text{color:#6b7280;margin-bottom:.5rem}.contact-email{color:#7c3aed;font-weight:500;text-decoration:none}.contact-email:hover{text-decoration:underline}.privacy-updated{text-align:center;color:#6b7280;font-size:.875rem;margin-top:2rem;font-style:italic}@media (max-width: 640px){.privacy-title{font-size:2rem}.privacy-content{padding:1.5rem}.section-title{font-size:1.25rem}}.forgot-password-container{min-height:100vh;background:linear-gradient(135deg,#f5f3ff,#fff);display:flex;align-items:center;justify-content:center;padding:1rem}.forgot-password-content{width:100%;max-width:28rem}.forgot-password-header{text-align:center;margin-bottom:2rem}.forgot-password-title{font-size:1.875rem;font-weight:700;color:#111827;margin-bottom:.5rem;font-family:Space Grotesk,sans-serif}.forgot-password-subtitle{color:#4b5563}.forgot-password-card{background:#fff;border-radius:1rem;box-shadow:0 10px 15px -3px #0000001a;padding:2rem}.forgot-password-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.25rem}.forgot-password-container .form-input{width:100%;padding:.75rem 1rem .75rem 2.5rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;transition:all .2s}.forgot-password-container .form-input:focus{outline:none;border-color:#7c3aed;box-shadow:0 0 0 4px #7c3aed1a}.forgot-password-container .input-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);width:1.25rem;height:1.25rem;color:#9ca3af}.reset-button{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.75rem 1rem;background-color:#7c3aed;color:#fff;border:none;border-radius:.5rem;font-weight:500;cursor:pointer;transition:all .2s}.reset-button:not(:disabled):hover{background-color:#6d28d9}.reset-button:disabled{background-color:#e5e7eb;cursor:not-allowed}.button-icon{width:1.25rem;height:1.25rem}.button-icon.spin{animation:spin 1s linear infinite}.back-to-login{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1.5rem;color:#4b5563;text-decoration:none;font-size:.875rem}.back-to-login:hover{color:#7c3aed}.forgot-password-container .success-message{text-align:center;color:#059669;background-color:#d1fae5;padding:1rem;border-radius:.5rem;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.success-icon{width:1.25rem;height:1.25rem;color:#059669}.security-page{min-height:100vh;background:linear-gradient(135deg,#f5f3ff,#fff);padding:6rem 1rem}.security-container{max-width:80rem;margin:0 auto}.security-hero{text-align:center;margin-bottom:6rem}.hero-icons{display:flex;justify-content:center;gap:1.5rem;margin-bottom:2rem}.hero-icon{width:3rem;height:3rem;color:#7c3aed}.hero-icon.pulse{animation:pulse 2s infinite}.hero-title{font-size:3.5rem;font-weight:700;color:#111827;margin-bottom:1.5rem;line-height:1.1}.hero-title span{color:#7c3aed}.security-container .hero-description{font-size:1.25rem;color:#4b5563;max-width:48rem;margin:0 auto}.security-features{display:grid;gap:2rem;margin-bottom:6rem}@media (min-width: 768px){.security-features{grid-template-columns:repeat(2,1fr)}}.security-feature{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 4px 6px #0000001a;transition:transform .3s ease}.security-feature:hover{transform:translateY(-4px)}.feature-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.feature-icon-wrapper{width:3rem;height:3rem;background:#f5f3ff;border-radius:.75rem;display:flex;align-items:center;justify-content:center}.feature-icon{width:1.5rem;height:1.5rem;color:#7c3aed}.feature-title{font-size:1.5rem;font-weight:600;color:#111827;margin:0}.feature-description{color:#4b5563;line-height:1.6;margin-bottom:1.5rem}.feature-list{list-style:none;padding:0;margin:0}.feature-list-item{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem}.feature-list-item:last-child{margin-bottom:0}.list-icon{width:1.25rem;height:1.25rem;color:#7c3aed;flex-shrink:0;margin-top:.25rem}.technical-section{background:#fff;border-radius:1rem;padding:3rem;box-shadow:0 4px 6px #0000001a}.technical-header{text-align:center;margin-bottom:3rem}.technical-title{font-size:2rem;font-weight:700;color:#111827;margin-bottom:1rem}.technical-description{color:#4b5563;max-width:48rem;margin:0 auto}.technical-grid{display:grid;gap:2rem}@media (min-width: 768px){.technical-grid{grid-template-columns:repeat(3,1fr)}}.technical-card{background:#f5f3ff;border-radius:.75rem;padding:1.5rem}.technical-card-title{font-size:1.25rem;font-weight:600;color:#111827;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.technical-card-description{color:#4b5563;font-size:.925rem;line-height:1.6}@media (max-width: 768px){.hero-title{font-size:2.5rem}.technical-section{padding:2rem}}.pricing-page{min-height:100vh;background:linear-gradient(135deg,#f5f3ff,#fff);padding:6rem 1rem}.pricing-container{max-width:64rem;margin:0 auto}.pricing-header{text-align:center;margin-bottom:4rem}.header-icons{display:flex;justify-content:center;gap:1rem;margin-bottom:1.5rem}.header-icon{width:3rem;height:3rem;color:#7c3aed}.header-icon.pulse{animation:pulse 2s infinite}.pricing-title{font-size:3rem;font-weight:700;color:#111827;margin-bottom:1rem}.pricing-subtitle{font-size:1.25rem;color:#6b7280;max-width:36rem;margin:0 auto}.pricing-card{background:#fff;border-radius:1.5rem;box-shadow:0 4px 6px #0000001a;padding:2rem;text-align:center;max-width:32rem;margin:0 auto;border:2px solid #7c3aed}.pricing-badge{display:inline-flex;align-items:center;gap:.5rem;background-color:#f5f3ff;color:#7c3aed;padding:.5rem 1rem;border-radius:9999px;font-weight:500;margin-bottom:1.5rem}.price{font-size:4rem;font-weight:700;color:#111827;margin-bottom:1rem;font-family:Space Grotesk,sans-serif}.price-description{color:#6b7280;margin-bottom:2rem}.features-list{text-align:left;margin-bottom:2rem}.feature-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 0;color:#111827}.feature-item:not(:last-child){border-bottom:1px solid #e5e7eb}.feature-icon{width:1.25rem;height:1.25rem;color:#7c3aed;flex-shrink:0}.start-button{display:inline-flex;align-items:center;gap:.5rem;background-color:#7c3aed;color:#fff;padding:1rem 2rem;border-radius:.75rem;font-weight:500;text-decoration:none;transition:all .2s ease}.start-button:hover{background-color:#6d28d9;transform:translateY(-2px)}.faq-section{margin-top:6rem}.faq-title{text-align:center;font-size:2rem;font-weight:600;color:#111827;margin-bottom:3rem}.faq-grid{display:grid;gap:2rem;max-width:48rem;margin:0 auto}.faq-item{background:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 2px 4px #0000000d}.faq-question{font-weight:600;color:#111827;margin-bottom:.75rem;display:flex;align-items:flex-start;gap:.75rem}.question-icon{width:1.25rem;height:1.25rem;color:#7c3aed;flex-shrink:0;margin-top:.25rem}.faq-answer{color:#4b5563;padding-left:2rem}@media (max-width: 640px){.pricing-title{font-size:2rem}.pricing-card{padding:1.5rem}.price{font-size:3rem}}.contact-page{min-height:100vh;background:linear-gradient(135deg,#f5f3ff,#fff);padding:6rem 1rem}.contact-page .contact-container{max-width:48rem;margin:0 auto}.contact-page .contact-header{text-align:center;margin-bottom:4rem}.contact-page .header-icons{display:flex;justify-content:center;gap:1rem;margin-bottom:1.5rem}.contact-page .header-icon{width:3rem;height:3rem;color:#7c3aed}.contact-page .header-icon.pulse{animation:pulse 2s infinite}.contact-page .contact-title{font-size:3rem;font-weight:700;color:#111827;margin-bottom:1.5rem;font-family:Space Grotesk,sans-serif}.contact-page .contact-subtitle{font-size:1.25rem;color:#6b7280;max-width:36rem;margin:0 auto}.contact-page .contact-content{display:grid;gap:3rem}@media (min-width: 768px){.contact-page .contact-content{grid-template-columns:1fr 2fr}}.contact-page .contact-info{height:fit-content;background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 4px 6px #0000001a}.contact-page .info-list{display:flex;flex-direction:column;gap:1.5rem}.contact-page .info-item{display:flex;align-items:flex-start;gap:1rem}.contact-page .info-icon-wrapper{width:2.5rem;height:2.5rem;background:#f5f3ff;border-radius:.75rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-page .info-icon{width:1.25rem;height:1.25rem;color:#7c3aed}.contact-page .info-content{flex:1}.contact-page .info-title{font-weight:600;color:#111827;margin-top:0;margin-bottom:.25rem}.contact-page .info-text{color:#6b7280;font-size:.875rem}.contact-page .info-item:last-child .info-text{margin-bottom:0}.contact-page .contact-link{color:#7c3aed;text-decoration:none;transition:color .2s}.contact-page .contact-link:hover{color:#6d28d9}.contact-page .contact-form{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 4px 6px #0000001a}.contact-page .form-grid{display:grid;gap:1.5rem}.contact-page .form-group{display:flex;flex-direction:column;gap:.5rem}.contact-page .form-row{display:grid;gap:1.5rem}@media (min-width: 640px){.contact-page .form-row{grid-template-columns:repeat(2,1fr)}}.contact-page .form-label{font-size:.875rem;font-weight:500;color:#374151}.contact-page .input-wrapper{position:relative}.contact-page .form-input{width:100%;padding:.75rem 1rem .75rem 2.5rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;transition:all .2s}.contact-page .form-input:focus{outline:none;border-color:#7c3aed;box-shadow:0 0 0 4px #7c3aed1a}.contact-page .form-textarea{min-height:8rem;resize:vertical}.contact-page .input-icon{position:absolute;left:.75rem;top:.875rem;width:1.25rem;height:1.25rem;color:#9ca3af}.contact-page .submit-button{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.75rem 1.5rem;background:#7c3aed;color:#fff;border:none;border-radius:.5rem;font-weight:500;cursor:pointer;transition:all .2s}.contact-page .submit-button:not(:disabled):hover{background:#6d28d9}.contact-page .submit-button:disabled{background:#e5e7eb;cursor:not-allowed}.contact-page .button-icon{width:1.25rem;height:1.25rem}.contact-page .button-icon.spin{animation:spin 1s linear infinite}.contact-page .success-message{text-align:center;padding:2rem;background:#f0fdf4;border-radius:.5rem;color:#166534}.contact-page .success-icon{width:3rem;height:3rem;margin:0 auto 1rem;color:#16a34a}.profile-page{min-height:100vh;background:linear-gradient(135deg,#f5f3ff,#fff)}.profile-container{margin:0 auto}.profile-hero{position:relative;padding:6rem 0;margin-bottom:4rem;text-align:left;overflow:hidden}.profile-hero:before{content:"";position:absolute;top:0;right:0;width:100%;height:100%;background:linear-gradient(135deg,#8b5cf61a,#7c3aed0d);clip-path:polygon(0 0,100% 0,100% 85%,0% 100%);z-index:0}.hero-container{position:relative;z-index:1;display:flex;align-items:center;gap:4rem;max-width:64rem;margin:0 auto;padding:0 1rem}.hero-content{flex:1}.hero-avatar{position:relative;width:300px;height:300px;flex-shrink:0;background:#fff;border-radius:2rem;box-shadow:0 20px 40px #7c3aed1a;display:flex;align-items:center;justify-content:center;transform:rotate(-3deg);transition:transform .3s ease}.hero-avatar:hover{transform:rotate(0)}.avatar-icon{width:120px;height:120px;color:#7c3aed}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background-color:#f5f3ff;color:#7c3aed;padding:.5rem 1rem;border-radius:9999px;font-weight:500;margin-bottom:2rem}.badge-icon{width:1.25rem;height:1.25rem}.floating-icons{position:absolute;width:100%;height:100%;top:0;left:0}.floating-icon{position:absolute;width:2.5rem;height:2.5rem;color:#7c3aed;opacity:.3}.floating-icon:nth-child(1){top:20%;left:10%;animation:float 6s ease-in-out infinite}.floating-icon:nth-child(2){top:60%;left:20%;animation:float 8s ease-in-out infinite}.floating-icon:nth-child(3){top:30%;right:15%;animation:float 7s ease-in-out infinite}.floating-icon:nth-child(4){bottom:20%;right:10%;animation:float 9s ease-in-out infinite}@keyframes float{0%,to{transform:translate(0) rotate(0)}50%{transform:translate(10px,-10px) rotate(5deg)}}.profile-title{font-size:3rem;font-weight:700;color:#111827;margin-bottom:1.5rem;font-family:Space Grotesk,sans-serif}.profile-subtitle{font-size:1.25rem;color:#6b7280;max-width:36rem;margin:0 auto}.profile-content{display:grid;gap:2rem}.profile-card{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 4px 6px #0000001a}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.card-title{font-size:1.5rem;font-weight:600;color:#111827;display:flex;align-items:center;gap:.75rem}.card-title-icon{width:1.5rem;height:1.5rem;color:#7c3aed}.edit-button{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background-color:#f3f4f6;color:#4b5563;border:none;border-radius:.5rem;font-weight:500;cursor:pointer;transition:all .2s}.edit-button:hover{background-color:#e5e7eb;color:#374151}.profile-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;gap:1.5rem}@media (min-width: 640px){.form-row{grid-template-columns:repeat(2,1fr)}}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-label{font-size:.875rem;font-weight:500;color:#374151}.input-wrapper{position:relative}.form-input{width:100%;padding:.75rem 1rem .75rem 2.5rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;transition:all .2s}.form-input:focus{outline:none;border-color:#7c3aed;box-shadow:0 0 0 4px #7c3aed1a}.form-input:disabled{background-color:#f9fafb;cursor:not-allowed}.input-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);width:1.25rem;height:1.25rem;color:#9ca3af}.save-button{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;background-color:#7c3aed;color:#fff;border:none;border-radius:.5rem;font-weight:500;cursor:pointer;transition:all .2s}.save-button:hover:not(:disabled){background-color:#6d28d9}.save-button:disabled{background-color:#e5e7eb;cursor:not-allowed}.save-button-icon{width:1.25rem;height:1.25rem}.save-button-icon.spin{animation:spin 1s linear infinite}.stats-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.stat-card{max-width:20rem;background:#f5f3ff;padding:1.5rem;border-radius:.75rem;text-align:center}.stat-icon{width:2rem;height:2rem;color:#7c3aed;margin:0 auto 1rem}.stat-value{font-size:2rem;font-weight:700;color:#111827;margin-bottom:.5rem}.stat-label{color:#6b7280;font-size:.875rem}.success-message{display:flex;align-items:center;gap:.75rem;padding:1rem;background-color:#f0fdf4;border-radius:.5rem;color:#166534;margin-bottom:1.5rem}.success-icon{width:1.25rem;height:1.25rem;flex-shrink:0}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(.95)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
