.landing-page{flex-direction:column;width:100%;min-height:100vh;display:flex}.navbar{z-index:100;border-bottom:1px solid #ffffff1a;padding:1rem 2rem;position:fixed;top:0;left:0;right:0}.nav-container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;display:flex}.logo{color:var(--primary-color);align-items:center;gap:.5rem;font-size:1.5rem;font-weight:800;display:flex}.logo:hover .logo-img{filter:drop-shadow(0 4px 8px #10b98133);transform:rotate(-5deg)scale(1.1)}.logo-icon{color:var(--primary-color)}.nav-links{gap:2rem;display:flex}.nav-links a{color:var(--text-dark);transition:color .3s}.nav-links a:hover{color:var(--primary-color)}.nav-actions{gap:1rem;display:flex}.btn-outline{color:var(--primary-color);border:2px solid var(--primary-color);cursor:pointer;background:0 0;border-radius:8px;padding:.75rem 1.5rem;font-weight:600;transition:all .3s;display:inline-block}.btn-outline:hover{background:var(--primary-color);color:var(--white)}.hero{align-items:center;gap:4rem;max-width:1200px;min-height:90vh;margin:0 auto;padding:8rem 2rem 4rem;display:flex}.hero-content{flex:1}.badge{color:var(--primary-hover);background:#10b9811a;border-radius:50px;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:inline-block}.hero h1{background:linear-gradient(135deg, #020617 0%, var(--primary-color) 80%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.1}.hero p{color:var(--text-light);margin-bottom:2.5rem;font-size:1.25rem}.hero-buttons{gap:1rem;margin-bottom:3rem;display:flex}.btn-large{align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1.125rem;display:flex}.stats-row{align-items:center;gap:2rem;display:flex}.stat-item{flex-direction:column;display:flex}.stat-value{color:var(--text-dark);font-size:1.5rem;font-weight:700}.stat-label{color:var(--text-light);font-size:.875rem}.avatars{margin-bottom:.5rem;display:flex}.avatar{background:var(--primary-color);border:2px solid var(--white);border-radius:50%;width:32px;height:32px;margin-left:-10px}.avatar:first-child{background:#3b82f6;margin-left:0}.avatar:nth-child(2){background:#f59e0b}.star{color:#fbbf24}.hero-visual{flex:1;position:relative}.hero-visual:before{content:"";z-index:-1;background:radial-gradient(circle,#10b98133 0%,#fff0 70%);width:500px;height:500px;position:absolute;top:-20%;right:-20%}.mockup-frame{border-radius:12px;flex-direction:column;width:100%;height:400px;display:flex;overflow:hidden}.mockup-header{background:#e2e8f0;align-items:center;gap:.5rem;height:30px;padding:0 1rem;display:flex}.dots span{background:#cbd5e1;border-radius:50%;width:10px;height:10px;margin-right:4px;display:inline-block}.dots span:first-child{background:#ef4444}.dots span:nth-child(2){background:#eab308}.dots span:nth-child(3){background:#22c55e}.mockup-title{color:var(--text-light);margin-left:auto;margin-right:auto;font-size:.75rem}.mockup-body{background:#000;flex:1;display:flex;overflow:hidden}.hero-mockup-img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.mockup-frame:hover .hero-mockup-img{transform:scale(1.05)}.mockup-sidebar{background:#f1f5f9;border-right:1px solid #e2e8f0;width:60px}.mockup-main{flex-direction:column;flex:1;gap:1rem;padding:1rem;display:flex}.mockup-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;height:60px}.features{text-align:center;max-width:1200px;margin:0 auto;padding:6rem 2rem}.features h2{margin-bottom:4rem;font-size:2.5rem}.feature-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.feature-card{background:var(--white);text-align:left;border:1px solid #0000000d;border-radius:16px;padding:2.5rem;transition:transform .3s,box-shadow .3s;box-shadow:0 4px 6px -1px #0000000d}.feature-card:hover{transform:translateY(-5px);box-shadow:0 20px 25px -5px #0000001a}.feature-card.highlight{border:2px solid var(--primary-color);background:linear-gradient(#10b9810d 0%,#fff 100%)}.icon-wrapper{width:60px;height:60px;color:var(--primary-hover);background:#10b9811a;border-radius:12px;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.feature-card h3{margin-bottom:1rem;font-size:1.5rem}.feature-card p{color:var(--text-light)}.how-it-works{background:var(--white);text-align:center;padding:6rem 2rem;position:relative}.section-header{margin-bottom:4rem}.section-header h2{color:var(--text-dark);margin-top:.5rem;font-size:2.5rem}.timeline{flex-direction:column;gap:2rem;max-width:900px;margin:0 auto;display:flex;position:relative}.timeline:before{content:"";background:linear-gradient(180deg, var(--primary-color) 0%, #10b9811a 100%);width:2px;position:absolute;top:0;bottom:0;left:40px}.timeline-item{text-align:left;align-items:flex-start;gap:2rem;display:flex;position:relative}.timeline-number{background:var(--white);border:4px solid var(--primary-color);min-width:50px;height:50px;color:var(--primary-color);z-index:1;border-radius:50%;justify-content:center;align-items:center;font-size:1.25rem;font-weight:800;display:flex;box-shadow:0 4px 6px #0000000d}.timeline-item.highlight .timeline-number{background:var(--primary-color);color:var(--white);transform:scale(1.1);box-shadow:0 0 15px #10b98166}.timeline-content{background:#f8fafc;border:1px solid #00000008;border-radius:16px;flex:1;padding:2rem;transition:transform .3s}.timeline-content h3{color:var(--text-dark);margin-bottom:.5rem;font-size:1.25rem}.timeline-content p{color:var(--text-light);line-height:1.6}.timeline-item:hover .timeline-content{background:var(--white);transform:translate(10px);box-shadow:0 10px 15px -3px #0000000d}.pricing{text-align:center;background:#f1f5f9;padding:6rem 2rem}.pricing h2{margin-bottom:1rem;font-size:2.5rem}.pricing .subtitle{color:var(--text-light);margin-bottom:4rem;font-size:1.25rem}.pricing-cards{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));align-items:center;gap:2rem;max-width:1200px;margin:0 auto;display:grid}.price-card{background:var(--white);text-align:left;border-radius:16px;padding:3rem 2rem;position:relative;box-shadow:0 4px 6px -1px #0000000d}.price-card.popular{border:2px solid var(--primary-color);transform:scale(1.05);box-shadow:0 20px 25px -5px #10b98126}.popular-badge{background:var(--primary-color);color:var(--white);border-radius:20px;padding:4px 12px;font-size:.875rem;font-weight:600;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.price-card h3{margin-bottom:1rem;font-size:1.5rem}.price{color:var(--text-light);margin-bottom:2rem;font-size:1rem}.price span{color:var(--text-dark);font-size:3rem;font-weight:800}.price-features{margin-bottom:2.5rem;list-style:none}.price-features li{color:var(--text-light);align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.price-features li svg{color:var(--primary-color)}.price-card .btn,.price-card .btn-outline{width:100%}.footer{color:#fff;background:#0f172a;padding:4rem 2rem 2rem}.footer-content{flex-wrap:wrap;justify-content:space-between;gap:4rem;max-width:1200px;margin:0 auto 4rem;display:flex}.footer-brand{max-width:300px}.footer-brand .logo{color:#fff;margin-bottom:1rem}.footer-brand p{color:#94a3b8}.footer-links{gap:4rem;display:flex}.link-group h4{margin-bottom:1.5rem;font-size:1.125rem}.link-group a{color:#94a3b8;margin-bottom:.75rem;font-weight:400;display:block}.link-group a:hover{color:var(--primary-color)}.footer-bottom{text-align:center;color:#64748b;border-top:1px solid #1e293b;max-width:1200px;margin:0 auto;padding-top:2rem}@media (width<=768px){.hero{text-align:center;flex-direction:column;padding-top:6rem}.stats-row{justify-content:center}.nav-links{display:none}.price-card.popular{transform:scale(1)}}.dashboard-container{background-color:var(--bg-color);width:100vw;height:100vh;display:flex;overflow:hidden}.sidebar{background-color:#fff;border-right:1px solid #e2e8f0;flex-direction:column;width:260px;display:flex}.sidebar-header{color:var(--primary-color);border-bottom:1px solid #e2e8f0;align-items:center;gap:.75rem;padding:1.5rem;display:flex}.logo-img{object-fit:contain;filter:drop-shadow(0 2px 4px #0000001a);border-radius:8px;width:32px;height:32px;transition:transform .3s}.sidebar-header:hover .logo-img{transform:scale(1.1)}.sidebar-header h2{margin:0;font-size:1.25rem;font-weight:800}.sidebar-nav{flex-direction:column;flex:1;gap:.5rem;padding:1.5rem 1rem;display:flex}.nav-item{color:var(--text-light);border-radius:8px;align-items:center;gap:1rem;padding:.875rem 1rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.nav-item:hover{color:var(--text-dark);background-color:#f1f5f9}.nav-item.active{color:var(--primary-hover);background-color:#10b9811a}.nav-divider{background:#e2e8f0;height:1px;margin:1rem 0}.sidebar-bottom{border-top:1px solid #e2e8f0;padding:1.5rem 1rem}.main-content{flex-direction:column;flex:1;display:flex;overflow:hidden}.top-header{background-color:#fff;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;height:70px;padding:0 2rem;display:flex}.search-bar{background:#f1f5f9;border-radius:8px;align-items:center;width:300px;padding:.5rem 1rem;display:flex}.search-icon{color:var(--text-light);margin-right:.5rem}.search-bar input{width:100%;color:var(--text-dark);background:0 0;border:none;outline:none}.header-actions{align-items:center;gap:1.5rem;display:flex}.icon-btn{color:var(--text-light);cursor:pointer;background:0 0;border:none;position:relative}.icon-btn:hover{color:var(--primary-color)}.badge{color:#fff;background:#ef4444;border-radius:10px;padding:2px 5px;font-size:.6rem;font-weight:700;position:absolute;top:-5px;right:-5px}.user-profile{cursor:pointer;align-items:center;gap:.75rem;display:flex}.user-profile .avatar{background:var(--primary-color);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-weight:700;display:flex}.user-name{color:var(--text-dark);font-size:.875rem;font-weight:600}.business-name{color:var(--text-light);font-size:.75rem}.content-wrapper{background-color:#f8fafc;flex:1;padding:2rem;overflow-y:auto}.dashboard-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000000d}.content-wrapper.no-scroll{flex-direction:column!important;display:flex!important;overflow-y:hidden!important}.sidebar{transition:width .3s cubic-bezier(.4,0,.2,1)}.sidebar.collapsed{width:70px}.sidebar.collapsed .sidebar-header{padding:1.5rem .5rem}.sidebar.collapsed .nav-item{justify-content:center;gap:0;padding:.875rem 0}.sidebar.collapsed .sidebar-bottom{padding:1.5rem .5rem}.collapse-btn:hover{color:var(--text-dark)!important;background-color:#f1f5f9!important}.support-chat-container{border-top:1px solid #f1f5f9;border-bottom:1px solid #f1f5f9;flex-direction:column;gap:1rem;max-height:400px;margin-bottom:1.5rem;padding:1rem 0;display:flex;overflow-y:auto}.support-bubble{max-width:85%;display:flex}.support-bubble.user{align-self:flex-end}.support-bubble.admin{align-self:flex-start}.bubble-text{border-radius:12px;padding:.75rem 1rem;font-size:.9rem;line-height:1.4;position:relative}.support-bubble.user .bubble-text{background-color:var(--primary-color);color:#fff;border-bottom-right-radius:2px}.support-bubble.admin .bubble-text{color:var(--text-dark);background-color:#f1f5f9;border-bottom-left-radius:2px}.bubble-meta{opacity:.7;margin-top:.25rem;font-size:.7rem;display:block}.support-bubble.user .bubble-meta{text-align:right}.support-empty-state{text-align:center;color:#64748b;padding:2rem;font-size:.9rem}.dashboard-content{flex-direction:column;gap:1.5rem;height:100%;display:flex}.dashboard-header h1{color:var(--text-dark);margin-bottom:.25rem;font-size:1.75rem}.dashboard-header .subtitle{color:var(--text-light);font-size:.875rem}.flex-between{justify-content:space-between;align-items:center;display:flex}.flex-center{align-items:center;display:flex}.gap-1{gap:1rem}.mb-2{margin-bottom:1.5rem}.bg-gray{background-color:#f1f5f9}.rounded{border-radius:8px}.p-05{padding:.25rem}.icon-btn-border{color:var(--text-dark);cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:.5rem;transition:all .2s;display:flex}.icon-btn-border:hover{background:var(--primary-color);border-color:var(--primary-color);color:#fff}.calendar-month{text-align:center;width:180px;margin:0;font-size:1.25rem;font-weight:600}.btn-toggle{color:var(--text-light);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.5rem 1rem;font-weight:500}.btn-toggle.active{color:var(--text-dark);background:#fff;box-shadow:0 1px 3px #0000001a}.calendar-card{flex-direction:column;flex:1;min-height:500px;display:flex}.calendar-grid{background-color:#e2e8f0;border:1px solid #e2e8f0;border-radius:8px;flex:1;grid-template-columns:repeat(7,1fr);grid-auto-rows:minmax(120px,1fr);gap:1px;margin-top:1.5rem;display:grid;overflow-y:auto}.calendar-day-header{text-align:center;color:var(--text-light);background:#f8fafc;padding:1rem;font-size:.875rem;font-weight:600}.calendar-cell{background:#fff;flex-direction:column;gap:.25rem;height:100%;min-height:0;padding:.5rem;display:flex;overflow:hidden}.inactive-cell{color:#cbd5e1;background:#fcfcfc}.today-cell{background:#10b9810d}.today-cell .cell-number{background:var(--primary-color);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.cell-number{align-self:flex-end;margin-bottom:.5rem;font-size:.875rem;font-weight:500}.cell-events{flex-direction:column;flex:1;gap:.25rem;display:flex;overflow-y:auto}.appt-pill{color:var(--primary-hover);white-space:nowrap;text-overflow:ellipsis;background:#10b9811a;border-radius:4px;padding:.25rem .5rem;font-size:.75rem;overflow:hidden}.hover-bg-gray:hover{background-color:#f1f5f9}.blocked-slot{pointer-events:none;cursor:not-allowed!important;color:#94a3b8!important;background-color:#f8fafc!important}.closed-day{opacity:.8;color:#94a3b8!important;background-color:#f8fafc!important}@keyframes fadeInUp{0%{opacity:0;transform:translate(-50%)translateY(0)}to{opacity:1;transform:translate(-50%)translateY(-10px)}}.stat-card-hover:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.booking-container{background-color:#f1f5f9;background-image:radial-gradient(circle,#10b9811a 0%,#0000 60%);justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.booking-card{background:#fff;border-radius:16px;flex-direction:column;width:100%;max-width:600px;display:flex;overflow:hidden;box-shadow:0 10px 25px #0000000d}.booking-header{text-align:center;background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:2rem}.back-link{color:var(--text-light);align-items:center;gap:.25rem;font-size:.875rem;display:flex;position:absolute;top:2rem;left:2rem}.back-link:hover{color:var(--primary-color)}.booking-header h2{margin-bottom:1.5rem}.stepper{justify-content:space-between;align-items:center;max-width:400px;margin:0 auto;display:flex}.step{color:var(--text-light);flex-direction:column;align-items:center;font-size:.875rem;font-weight:500;display:flex}.step.active{color:var(--primary-color);font-weight:700}.step-divider{background:#e2e8f0;flex:1;height:2px;margin:0 1rem}.booking-body{flex:1;padding:2rem}.step-content h3{color:var(--text-dark);margin-bottom:1.5rem;font-size:1.25rem}.services-list{flex-direction:column;gap:1rem;display:flex}.service-item{cursor:pointer;border:1px solid #e2e8f0;border-radius:8px;justify-content:space-between;align-items:center;padding:1rem 1.5rem;transition:all .2s;display:flex}.service-item:hover{border-color:var(--primary-color);background:#10b98105}.service-item.selected{border-color:var(--primary-color);background:#10b9810d;box-shadow:0 0 0 2px #10b98133}.service-info h4{margin-bottom:.25rem}.service-info span{color:var(--text-light);font-size:.875rem}.service-price{color:var(--text-dark);font-weight:600}.mt-4{margin-top:1.5rem}.mb-4{margin-bottom:1.5rem}.full-width{width:100%}.icon-btn-text{color:var(--text-light);cursor:pointer;background:0 0;border:none;align-items:center;gap:.25rem;font-weight:500;display:flex}.icon-btn-text:hover{color:var(--primary-color)}.datetime-selector label{color:var(--text-dark);align-items:center;gap:.5rem;margin-bottom:.5rem;font-weight:500;display:flex}.form-input{border:1px solid #e2e8f0;border-radius:8px;width:100%;padding:.75rem 1rem;font-family:inherit;font-size:1rem;transition:border-color .2s}.form-input:focus{border-color:var(--primary-color);outline:none;box-shadow:0 0 0 3px #10b9811a}.time-slots-wrap{margin-top:1.5rem}.time-grid{grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:.75rem;display:grid}.time-slot{text-align:center;cursor:pointer;border:1px solid #e2e8f0;border-radius:6px;padding:.75rem 0;font-weight:500;transition:all .2s}.time-slot:hover{border-color:var(--primary-color);color:var(--primary-color)}.time-slot.selected{background:var(--primary-color);color:#fff;border-color:var(--primary-color)}.summary-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:1rem 1.5rem}.summary-box p{margin-bottom:.5rem}.summary-box p:last-child{margin-bottom:0}.form-group label{color:var(--text-dark);align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.875rem;font-weight:500;display:flex}.success-step{text-align:center;padding:2rem 0}.success-icon{color:var(--primary-color)}.details-text{color:var(--text-light);margin-top:1rem}.confirmations-page{max-width:1200px;margin:0 auto;padding:2rem}.confirmations-header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.confirmations-header h1{color:var(--text-color);margin-bottom:.5rem;font-size:1.5rem}.confirmations-header p{color:var(--text-light);font-size:.875rem}.header-actions{gap:1rem;display:flex}.notifications-list{flex-direction:column;gap:1rem;display:flex}.notification-card{border:1px solid var(--border-color);background:#fff;border-radius:12px;align-items:flex-start;gap:1rem;padding:1.5rem;transition:transform .2s,box-shadow .2s;display:flex;position:relative}.notification-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000000d}.notification-card.unread{background-color:#f0f9ff;border-color:#38bdf8}.notification-card.unread:before{content:"";background-color:#38bdf8;border-radius:50%;width:8px;height:8px;position:absolute;top:1rem;right:1rem}.notif-icon{background:#f8fafc;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.notif-content{flex:1}.notif-top{justify-content:space-between;margin-bottom:.25rem;display:flex}.notif-top h3{color:var(--text-color);font-size:1rem;font-weight:600}.notif-time{color:var(--text-light);font-size:.75rem}.notif-content p{color:var(--text-light);font-size:.875rem}.notif-actions{gap:.5rem;display:flex}.action-btn{cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:background .2s;display:flex}.action-btn.read{color:var(--primary-color);background:#ecfdf5}.action-btn.read:hover{background:#d1fae5}.action-btn.delete{color:#ef4444;background:#fef2f2}.action-btn.delete:hover{background:#fee2e2}.empty-state{text-align:center;border:1px dashed var(--border-color);background:#fff;border-radius:16px;margin-top:2rem;padding:5rem 2rem}.empty-state h3{color:var(--text-color);margin-top:1.5rem;margin-bottom:.5rem;font-size:1.25rem}.empty-state p{color:var(--text-light)}.error-banner{color:#ef4444;background:#fef2f2;border:1px solid #fee2e2;border-radius:8px;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding:1rem;display:flex}.spinner{border:3px solid #0000001a;border-top-color:var(--primary-color);border-radius:50%;width:24px;height:24px;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.enterprise-comparison-container{color:#1f2937;max-width:1200px;margin:0 auto;padding:2rem;font-family:Inter,system-ui,sans-serif}.enterprise-header{justify-content:space-between;align-items:center;margin-bottom:2.5rem;display:flex}.enterprise-header h1{color:#111827;letter-spacing:-.02em;margin:0;font-size:2.2rem;font-weight:700}.enterprise-header p{color:#6b7280;margin-top:.5rem;font-size:1.1rem}.primary-action-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#4f46e5 0%,#3b82f6 100%);border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:all .2s;box-shadow:0 4px 6px #3b82f640}.primary-action-btn:hover{transform:translateY(-2px);box-shadow:0 6px 12px #3b82f64d}.metrics-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:3rem;display:grid}.metric-card{color:#fff;border-radius:16px;padding:1.75rem;transition:transform .3s;box-shadow:0 10px 15px -3px #0000001a}.metric-card:hover{transform:translateY(-5px)}.gradient-card-1{background:linear-gradient(135deg,#1e3a8a 0%,#3b82f6 100%)}.gradient-card-2{background:linear-gradient(135deg,#065f46 0%,#10b981 100%)}.gradient-card-3{background:linear-gradient(135deg,#4c1d95 0%,#8b5cf6 100%)}.metric-card h3{opacity:.9;margin:0;font-size:1.1rem;font-weight:500}.metric-value{margin:1rem 0;font-size:2.5rem;font-weight:700}.metric-trend{background:#fff3;border-radius:4px;align-items:center;padding:.25rem .5rem;font-size:.95rem;font-weight:500;display:inline-flex}.comparison-section h2{color:#1f2937;margin-bottom:1.5rem;font-size:1.5rem;font-weight:600}.comparison-table-wrapper{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.comparison-table{border-collapse:collapse;text-align:left;width:100%}.comparison-table th{color:#4b5563;background-color:#f9fafb;border-bottom:1px solid #e5e7eb;padding:1rem 1.5rem;font-weight:600}.comparison-table td{color:#1f2937;border-bottom:1px solid #e5e7eb;padding:1rem 1.5rem}.comparison-table tbody tr:last-child td{border-bottom:none}.comparison-table tbody tr:hover{background-color:#f9fafb}.status-badge{border-radius:9999px;padding:.35rem .75rem;font-size:.85rem;font-weight:600}.status-badge.excellent{color:#065f46;background-color:#d1fae5}.status-badge.good{color:#1e40af;background-color:#dbeafe}.status-badge.average{color:#b45309;background-color:#fef3c7}@media (width<=768px){.enterprise-header{flex-direction:column;align-items:flex-start;gap:1rem}.comparison-table-wrapper{overflow-x:auto}}.subscription-page{max-width:1200px;margin:0 auto;padding:2rem}.subscription-header{margin-bottom:2.5rem}.subscription-header-container{flex-direction:column;gap:1rem;margin-bottom:2rem;display:flex}.back-btn-subscription{color:var(--text-light);cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:.5rem;width:fit-content;padding:.5rem .75rem;font-size:.9rem;font-weight:500;transition:all .2s;display:flex}.back-btn-subscription:hover{color:var(--primary-color);background-color:#0000000d}.animate-spin{animation:1s linear infinite spin}.subscription-header h1{color:var(--text-color);margin-bottom:.5rem;font-size:2.5rem}.subscription-header p{color:var(--text-light);font-size:1.1rem}.subscription-grid{grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem;display:grid}.plan-overview{border-radius:16px;flex-direction:column;gap:1.5rem;padding:2rem;display:flex}.card-header{justify-content:space-between;align-items:center;display:flex}.plan-badge{text-transform:uppercase;letter-spacing:.05em;border-radius:20px;padding:.5rem 1rem;font-size:.75rem;font-weight:700}.plan-badge.gratis{color:#475569;background:#e2e8f0}.plan-badge.basico{color:#166534;background:#dcfce7}.plan-badge.pro{color:#854d0e;background:#fef9c3}.expiry-alert{background:#10b9811a;border:1px solid #10b98133;border-radius:12px;align-items:center;gap:1rem;margin-bottom:1.5rem;padding:1rem;display:flex}.expiry-alert.critical{color:#ef4444;background:#ef44441a;border-color:#ef444433}.expiry-alert div{flex-direction:column;display:flex}.expiry-alert strong{font-size:1rem}.expiry-alert span{opacity:.8;font-size:.85rem}.usage-section h4{color:var(--text-color);margin-bottom:1.5rem;font-size:1rem}.usage-item{margin-bottom:1.5rem}.usage-info{justify-content:space-between;margin-bottom:.5rem;font-size:.9rem;display:flex}.usage-label{color:var(--text-light);align-items:center;gap:.5rem;display:flex}.usage-text{color:var(--text-color);font-weight:600}.progress-bar-container{background:#f1f5f9;border-radius:4px;height:8px;overflow:hidden}.progress-bar{background:var(--primary-color);height:100%;transition:width .3s}.progress-bar.reached{background:#ef4444}.limit-warning{color:#ef4444;margin-top:.4rem;font-size:.75rem;font-weight:500;display:block}.upgrade-grid{flex-direction:column;gap:1rem;display:flex}.upgrade-card{border:1px solid var(--border-color);background:#fff;border-radius:12px;flex-direction:column;gap:.5rem;padding:1.5rem;transition:transform .2s;display:flex}.upgrade-card:hover{transform:translateY(-2px)}.upgrade-card.basico{border-left:4px solid #10b981}.upgrade-card.pro{border-left:4px solid #fbbf24}.upgrade-card.enterprise{border-left:4px solid #3b82f6}.upgrade-card h4{color:var(--text-color);margin:0}.upgrade-card p{color:var(--text-light);margin-bottom:.5rem;font-size:.85rem}.features-check{border-radius:16px;margin-top:2rem;padding:2rem}.features-list{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem;margin-top:1rem;display:grid}.feature-status{align-items:center;gap:.75rem;font-size:.95rem;display:flex}.feature-status.active{color:var(--text-color)}.feature-status.disabled{color:var(--text-light);opacity:.6}.feature-status.active svg{color:var(--primary-color)}@media (width<=968px){.subscription-grid{grid-template-columns:1fr}}.admin-lock-screen{color:#fff;background:linear-gradient(135deg,#064e3b 0%,#065f46 100%);justify-content:center;align-items:center;height:100vh;display:flex}.admin-lock-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center;background:#ffffff1a;border:1px solid #fff3;border-radius:20px;width:90%;max-width:400px;padding:3rem;box-shadow:0 10px 30px #0000004d}.admin-lock-card h2{margin-bottom:1rem;font-size:1.8rem}.admin-lock-card input{color:#333;background:#ffffffe6;border:none;border-radius:8px;width:100%;margin:20px 0;padding:12px;font-size:1rem}.admin-lock-card button{color:#fff;cursor:pointer;background:#10b981;border:none;border-radius:8px;width:100%;padding:12px;font-weight:700;transition:all .3s}.admin-lock-card button:hover{background:#059669;transform:translateY(-2px)}.config-container{background-color:#f3f4f6;min-height:100vh;padding:2rem}.config-header{border-bottom:2px solid #e5e7eb;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;display:flex}.config-header h1{color:#064e3b;font-size:1.8rem}.btn-logout{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:6px;padding:8px 16px}.config-grid{grid-template-columns:350px 1fr;gap:2rem;display:grid}.config-grid-full{display:block}.list-header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.btn-create-nav{color:#fff;cursor:pointer;background:#064e3b;border:none;border-radius:8px;padding:10px 20px;font-weight:700;transition:all .2s;box-shadow:0 2px 4px #0000001a}.btn-create-nav:hover{background:#065f46;transform:translateY(-1px)}.config-section{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 6px -1px #0000001a}.config-section h2{color:#374151;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:1.2rem;display:flex}.form-group{margin-bottom:1.2rem}.form-group label{color:#6b7280;margin-bottom:.5rem;font-size:.9rem;display:block}.form-group input[type=email],.form-group input[type=text]{border:1px solid #d1d5db;border-radius:6px;width:100%;padding:10px}.checkbox-group{align-items:center;gap:.5rem;display:flex}.checkbox-group label{cursor:pointer;margin-bottom:0}.btn-create{color:#fff;cursor:pointer;background-color:#064e3b;border:none;border-radius:6px;width:100%;padding:12px;font-weight:600}.btn-create:hover{background-color:#065f46}.admin-table{border-collapse:collapse;width:100%}.admin-table th{text-align:left;color:#4b5563;text-transform:uppercase;background:#f9fafb;border-bottom:1px solid #e5e7eb;padding:12px;font-size:.85rem}.admin-table td{vertical-align:middle;border-bottom:1px solid #f3f4f6;padding:12px}.user-info{flex-direction:column;display:flex}.user-info span{color:#9ca3af;font-size:.8rem}.plan-badge{text-transform:uppercase;border-radius:999px;padding:4px 10px;font-size:.75rem;font-weight:600}.plan-badge.enterprise{color:#166534;background:#dcfce7}.plan-badge.starter{color:#854d0e;background:#fef9c3}.status-dot{border-radius:50%;width:8px;height:8px;margin-right:6px;display:inline-block}.status-dot.active{background:#10b981}.status-dot.inactive{background:#d1d5db}.error-msg{color:#ef4444;margin-top:.5rem;font-size:.85rem}.success-msg{color:#10b981;margin-top:.5rem;font-size:.85rem}.btn-details{color:#064e3b;cursor:pointer;background-color:#f3f4f6;border:1px solid #d1d5db;border-radius:6px;padding:6px 12px;font-size:.8rem;font-weight:600;transition:all .2s}.btn-details:hover{color:#fff;background-color:#064e3b;border-color:#064e3b}@media (width<=900px){.config-grid{grid-template-columns:1fr}}.config-tabs{border-bottom:1px solid #e5e7eb;gap:1rem;margin-bottom:2rem;display:flex}.tab-btn{color:#6b7280;cursor:pointer;background:0 0;border:none;padding:12px 24px;font-weight:600;transition:all .2s;position:relative}.tab-btn:hover,.tab-btn.active{color:#064e3b}.tab-btn.active:after{content:"";background:#064e3b;width:100%;height:2px;position:absolute;bottom:-1px;left:0}.inline-reply-box{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;margin-top:1rem;padding:1rem}.inline-reply-box textarea{resize:vertical;border:1px solid #cbd5e1;border-radius:6px;width:100%;margin-bottom:.75rem;padding:10px;font-family:inherit}.reply-actions{justify-content:flex-end;gap:.75rem;display:flex}.btn-send-reply{color:#fff;cursor:pointer;background:#064e3b;border:none;border-radius:6px;padding:6px 16px;font-weight:600}.btn-cancel-reply{color:#64748b;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:6px;padding:6px 16px;font-weight:600}.support-list-wrapper{margin-top:1rem}.support-threads{flex-direction:column;gap:1.5rem;display:flex}.support-thread-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;transition:all .2s;overflow:hidden;box-shadow:0 1px 3px #0000000d}.support-thread-card.unread{border-left:4px solid #3b82f6}.thread-main-row{cursor:pointer;background-color:#f8fafc;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.thread-user-info{flex:1;align-items:center;gap:1rem;display:flex}.user-avatar{color:#64748b;background:#e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.user-details-text strong{font-size:.95rem;display:block}.user-details-text span{color:#94a3b8;font-size:.75rem}.thread-preview-msg{border-top:1px solid #f1f5f9;padding:1rem 1.5rem}.thread-preview-msg p{color:#334155;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.9rem;overflow:hidden}.thread-history-container{background-color:#fff;padding:0 1.5rem 1.5rem}.history-flow{border-top:1px solid #f1f5f9;flex-direction:column;gap:1rem;max-height:400px;padding:1.5rem 0;display:flex;overflow-y:auto}.history-bubble{max-width:80%;display:flex}.history-bubble.user{align-self:flex-start}.history-bubble.admin{align-self:flex-end}.bubble-content{border-radius:12px;padding:.75rem 1rem;font-size:.9rem}.history-bubble.user .bubble-content{color:#334155;background-color:#f1f5f9;border-bottom-left-radius:2px}.history-bubble.admin .bubble-content{color:#fff;background-color:#064e3b;border-bottom-right-radius:2px}.bubble-time{opacity:.7;text-align:right;margin-top:.25rem;font-size:.7rem;display:block}.thread-reply-area{margin-top:1rem}.thread-reply-area textarea{resize:vertical;border:1px solid #e2e8f0;border-radius:8px;width:100%;padding:1rem;font-family:inherit}.reply-footer{justify-content:flex-end;gap:.75rem;margin-top:.75rem;display:flex}.btn-icon-action{cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:6px;transition:all .2s;display:flex}.btn-icon-action.delete{color:#94a3b8}.btn-icon-action.delete:hover{color:#ef4444;background-color:#fee2e2}.btn-mark-read{color:#3b82f6;cursor:pointer;background:0 0;border:1px solid #3b82f6;border-radius:6px;padding:6px 16px;font-size:.9rem;font-weight:600}.pagination-controls{border-top:1px solid #e2e8f0;justify-content:center;align-items:center;gap:1.5rem;margin-top:2rem;padding-top:1.5rem;display:flex}.btn-pagination{color:#64748b;cursor:pointer;background-color:#fff;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:.5rem;padding:8px 16px;font-weight:600;transition:all .2s;display:flex}.btn-pagination:hover:not(:disabled){color:#064e3b;background-color:#f8fafc;border-color:#064e3b}.btn-pagination:disabled{opacity:.5;cursor:not-allowed}.pagination-info{color:#64748b;font-size:.9rem}.pagination-info strong{color:#0f172a}.user-details-container{background-color:#f9fafb;max-width:1200px;min-height:100vh;margin:0 auto;padding:2rem}.details-header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.btn-back{color:#065f46;cursor:pointer;background:0 0;border:none;font-size:1rem;font-weight:600}.details-header h1{color:#111827;font-size:1.5rem}.btn-delete-trigger{color:#991b1b;cursor:pointer;background:#fee2e2;border:1px solid #fecaca;border-radius:6px;padding:8px 16px;font-weight:600}.delete-confirm-box{background:#fef2f2;border-radius:8px;align-items:center;gap:1rem;padding:10px 15px;display:flex;box-shadow:0 2px 4px #0000001a}.delete-confirm-box span{color:#b91c1c;font-size:.85rem}.btn-confirm-delete{color:#fff;cursor:pointer;background:#dc2626;border:none;border-radius:4px;padding:6px 12px}.btn-cancel{color:#4b5563;cursor:pointer;background:#e5e7eb;border:none;border-radius:4px;padding:6px 12px}.profile-hero{background:#fff;border-radius:16px;flex-direction:column;gap:2rem;margin-bottom:2rem;padding:2rem;display:flex;box-shadow:0 4px 6px -1px #0000001a}.profile-main h2{color:#111827;margin-bottom:.5rem;font-size:2rem}.profile-main .email{color:#6b7280;margin-bottom:1rem}.badge-row{gap:.5rem;display:flex}.org-badge{color:#0369a1;background:#e0f2fe;border-radius:999px;padding:4px 12px;font-size:.75rem;font-weight:600}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;display:grid}.stat-card{text-align:center;background:#f3f4f6;border-radius:12px;padding:1.5rem}.stat-card.highlight{color:#fff;background:#064e3b}.stat-card h3{text-transform:uppercase;color:#6b7280;margin-bottom:.5rem;font-size:.85rem}.stat-card.highlight h3{color:#d1fae5}.stat-val{font-size:2rem;font-weight:700}.business-list-section h3{color:#374151;margin-bottom:1rem;font-size:1.25rem}.business-cards{flex-direction:column;gap:1rem;display:flex}.biz-row-card{background:#fff;border:1px solid #f3f4f6;border-radius:12px;justify-content:space-between;align-items:center;padding:1.5rem;display:flex;box-shadow:0 1px 3px #0000001a}.biz-main-info h4{margin-bottom:.25rem;font-size:1.1rem}.biz-main-info code{color:#10b981;font-size:.9rem}.biz-mini-stats{color:#6b7280;gap:1.5rem;font-size:.9rem;display:flex}.empty-msg{text-align:center;color:#9ca3af;padding:2rem}.admin-management-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:3rem;display:grid}.management-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem;box-shadow:0 1px 2px #0000000d}.management-card h3{color:#111827;border-bottom:1px solid #f3f4f6;margin-bottom:1.5rem;padding-bottom:.75rem;font-size:1rem}.management-card .form-group{margin-bottom:1rem}.management-card label{color:#6b7280;text-transform:uppercase;margin-bottom:.5rem;font-size:.75rem;font-weight:600;display:block}.management-card input,.management-card select{border:1px solid #d1d5db;border-radius:6px;width:100%;padding:8px 12px;font-size:.9rem}.management-card button{color:#fff;cursor:pointer;background:#064e3b;border:none;border-radius:6px;width:100%;margin-top:.5rem;padding:8px;font-weight:600}.management-card button:disabled{opacity:.5;cursor:not-allowed}.plan-selector{flex-direction:column;gap:.5rem;margin-bottom:1rem;display:flex}.plan-info{color:#6b7280;font-size:.75rem;font-style:italic}.action-toast{color:#fff;z-index:1000;border-radius:8px;align-items:center;gap:1rem;padding:1rem 1.5rem;animation:.3s ease-out slideIn;display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 10px 15px -3px #0000001a}.action-toast.success{background:#059669}.action-toast.error{background:#dc2626}.custom-config-section{grid-column:1/-1;max-width:100%!important}.custom-form-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:2rem;display:grid}.custom-form-grid h4{color:#111827;border-bottom:2px solid #10b981;margin-bottom:1.25rem;padding-bottom:.5rem;font-size:.95rem;font-weight:700;display:inline-block}.limit-box,.feature-box,.billing-box{background:#f9fafb;border:1px solid #f3f4f6;border-radius:8px;padding:1.5rem}.form-group-inline{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.75rem;display:flex}.form-group-inline label{white-space:nowrap;margin-bottom:0}.form-group-inline input{width:80px;padding:6px 10px}.check-row{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:8px;align-items:center;gap:12px;margin-bottom:12px;padding:8px 12px;transition:all .2s;display:flex}.check-row:hover{background:#f0fdf4;border-color:#10b981}.check-row input[type=checkbox]{cursor:pointer;accent-color:#059669;width:18px;height:18px}.check-row label{text-transform:none;color:#1f2937;cursor:pointer;flex-grow:1;margin-bottom:0;font-size:.95rem;font-weight:500}.btn-save-custom{box-shadow:0 4px 6px -1px #0000001a;background:#065f46!important;padding:12px!important;font-size:1rem!important}.btn-save-custom:hover{background:#047857!important}.action-toast button{color:#fff;cursor:pointer;background:#fff3;border:none;border-radius:50%;width:24px;height:24px}@keyframes slideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@media (width<=768px){.biz-row-card{flex-direction:column;align-items:flex-start;gap:1rem}.biz-mini-stats{flex-wrap:wrap;gap:.75rem}}.user-create-container{background-color:#f8fafc;max-width:900px;min-height:100vh;margin:0 auto;padding:3rem 1rem}.create-header{align-items:center;gap:2rem;margin-bottom:3rem;display:flex}.create-header h1{color:#0f172a;font-size:1.75rem}.btn-back{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:8px 16px;font-weight:600;transition:all .2s}.btn-back:hover{color:#0f172a;background:#f1f5f9}.create-form-main{flex-direction:column;gap:2rem;display:flex}.form-card{background:#fff;border-radius:16px;padding:2.5rem;box-shadow:0 4px 6px -1px #0000001a}.form-card h2{color:#334155;margin-bottom:1.5rem;font-size:1.25rem}.form-row{grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem;display:grid}.field{flex-direction:column;gap:.5rem;display:flex}.field label{color:#475569;font-size:.85rem;font-weight:600}.field input{border:1px solid #cbd5e1;border-radius:8px;padding:12px;font-size:.95rem}.biz-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.plan-badge-preview{text-transform:uppercase;border-radius:999px;padding:6px 14px;font-size:.8rem;font-weight:700}.plan-badge-preview.starter{color:#166534;background:#dcfce7}.plan-badge-preview.enterprise{color:#854d0e;background:#fef9c3}.hint{color:#64748b;margin-bottom:1.5rem;font-size:.85rem}.biz-inputs{flex-direction:column;gap:1rem;margin-bottom:1.5rem;display:flex}.biz-input-row{gap:.75rem;display:flex}.biz-input-row input{border:1px solid #cbd5e1;border-radius:8px;flex:1;padding:12px}.btn-remove{color:#b91c1c;cursor:pointer;background:#fee2e2;border:none;border-radius:8px;width:44px;font-size:1.25rem}.btn-add-biz{color:#475569;cursor:pointer;background:#f8fafc;border:2px dashed #cbd5e1;border-radius:8px;width:100%;padding:12px;font-weight:600;transition:all .2s}.btn-add-biz:hover{color:#0f172a;background:#f1f5f9;border-color:#94a3b8}.msg{text-align:center;border-radius:8px;padding:1rem;font-weight:600}.msg.error{color:#991b1b;background:#fef2f2}.msg.success{color:#065f46;background:#ecfdf5}.form-actions{margin-top:1rem}.btn-submit-main{color:#fff;cursor:pointer;background:#064e3b;border:none;border-radius:12px;width:100%;padding:1rem;font-size:1.1rem;font-weight:700;transition:transform .2s;box-shadow:0 4px 14px #064e3b63}.btn-submit-main:hover{background:#065f46;transform:translateY(-2px)}.btn-submit-main:disabled{opacity:.7;cursor:not-allowed;transform:none}@media (width<=600px){.form-row{grid-template-columns:1fr}}.counter{color:var(--accent);background:var(--accent-bg);border:2px solid #0000;border-radius:5px;margin-bottom:24px;padding:5px 10px;font-size:16px;transition:border-color .3s}.counter:hover{border-color:var(--accent-border)}.counter:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.hero{position:relative}.hero .base,.hero .framework,.hero .vite{margin:0 auto;inset-inline:0}.hero .base{z-index:0;width:170px;position:relative}.hero .framework,.hero .vite{position:absolute}.hero .framework{z-index:1;height:28px;top:34px;transform:perspective(2000px)rotate(300deg)rotateX(44deg)rotateY(39deg)scale(1.4)}.hero .vite{z-index:0;width:auto;height:26px;top:107px;transform:perspective(2000px)rotate(300deg)rotateX(40deg)rotateY(39deg)scale(.8)}#center{flex-direction:column;flex-grow:1;place-content:center;place-items:center;gap:25px;display:flex}@media (width<=1024px){#center{gap:18px;padding:32px 20px 24px}}#next-steps{border-top:1px solid var(--border);text-align:left;display:flex}#next-steps>div{flex:1 1 0;padding:32px}@media (width<=1024px){#next-steps>div{padding:24px 20px}}#next-steps .icon{width:22px;height:22px;margin-bottom:16px}@media (width<=1024px){#next-steps{text-align:center;flex-direction:column}}#docs{border-right:1px solid var(--border)}@media (width<=1024px){#docs{border-right:none;border-bottom:1px solid var(--border)}}#next-steps ul{gap:8px;margin:32px 0 0;padding:0;list-style:none;display:flex}#next-steps ul .logo{height:18px}#next-steps ul a{color:var(--text-h);background:var(--social-bg);border-radius:6px;align-items:center;gap:8px;padding:6px 12px;font-size:16px;text-decoration:none;transition:box-shadow .3s;display:flex}#next-steps ul a:hover{box-shadow:var(--shadow)}#next-steps ul a .button-icon{width:18px;height:18px}@media (width<=1024px){#next-steps ul{flex-wrap:wrap;justify-content:center;margin-top:20px}#next-steps ul li{flex:calc(50% - 8px)}#next-steps ul a{box-sizing:border-box;justify-content:center;width:100%}}#spacer{border-top:1px solid var(--border);height:88px}@media (width<=1024px){#spacer{height:48px}}.ticks{width:100%;position:relative}.ticks:before,.ticks:after{content:"";border:5px solid #0000;position:absolute;top:-4.5px}.ticks:before{border-left-color:var(--border);left:0}.ticks:after{border-right-color:var(--border);right:0}:root{--primary-color:#10b981;--primary-hover:#059669;--secondary-color:#0d9488;--bg-color:#f8fafc;--text-dark:#0f172a;--text-light:#64748b;--white:#fff;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-dark)}.btn{background-color:var(--primary-color);color:var(--white);cursor:pointer;border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:all .3s}.btn:hover{background-color:var(--primary-hover);transform:translateY(-2px);box-shadow:0 4px 12px #10b9814d}h1,h2,h3,h4{margin-bottom:1rem;font-weight:700}a{color:var(--primary-color);font-weight:500;text-decoration:none}.glass{-webkit-backdrop-filter:blur(10px);background:#ffffffb3;border:1px solid #ffffff4d;box-shadow:0 8px 32px #1f26870d}.password-input-wrapper{align-items:center;display:flex;position:relative}.password-input-wrapper .form-input{width:100%;padding-right:2.5rem}.password-toggle-btn{cursor:pointer;color:var(--text-light);background:0 0;border:none;justify-content:center;align-items:center;padding:0;transition:color .2s;display:flex;position:absolute;right:.75rem}.password-toggle-btn:hover{color:var(--primary-color)}
