@charset "UTF-8";.navbar{background:#fff;border-bottom:1px solid #e5e7eb;padding:.875rem 0;position:sticky;top:0;z-index:100;box-shadow:0 1px 3px #0000000d}.navbar .navbar-content{display:flex;align-items:center;justify-content:space-between;gap:1rem}.navbar .navbar-brand{display:flex;align-items:center;gap:.625rem;font-weight:600;font-size:1.125rem;color:#111827;text-decoration:none}.navbar .navbar-brand .logo{font-size:1.5rem}@media(max-width:767px){.navbar .navbar-brand .brand-name{display:none}}.navbar .navbar-brand:hover{text-decoration:none;color:#6366f1}.navbar .navbar-menu{display:flex;align-items:center;gap:1.5rem}@media(max-width:767px){.navbar .navbar-menu{gap:.75rem}}.navbar .navbar-menu .nav-link{color:#6b7280;font-weight:500;font-size:.9375rem;padding:.5rem 0;transition:color .2s;text-decoration:none}@media(max-width:767px){.navbar .navbar-menu .nav-link{display:none}}.navbar .navbar-menu .nav-link:hover{color:#6366f1;text-decoration:none}.navbar .navbar-menu .nav-link.active{color:#6366f1;border-bottom:2px solid #6366f1}.navbar .navbar-menu .navbar-user{display:flex;align-items:center;gap:1rem}@media(max-width:767px){.navbar .navbar-menu .navbar-user{gap:.5rem}}.navbar .navbar-menu .navbar-user .user-name{font-weight:500;font-size:.875rem;color:#111827}@media(max-width:767px){.navbar .navbar-menu .navbar-user .user-name{display:none}}.home-page{min-height:calc(100vh - 60px)}.home-page section{padding:4rem 0}@media(max-width:767px){.home-page section{padding:2.5rem 0}}.home-page .hero{background:linear-gradient(135deg,#6366f1,#4f46e5);color:#fff;padding:6rem 0;text-align:center}@media(max-width:767px){.home-page .hero{padding:3rem 0}}.home-page .hero .hero-content{max-width:800px;margin:0 auto}.home-page .hero .hero-content h1{font-size:3rem;margin-bottom:1.5rem;font-weight:700}@media(max-width:767px){.home-page .hero .hero-content h1{font-size:2rem}}.home-page .hero .hero-content .hero-subtitle{font-size:1.25rem;margin-bottom:2.5rem;opacity:.95;line-height:1.7}@media(max-width:767px){.home-page .hero .hero-content .hero-subtitle{font-size:1rem;margin-bottom:2rem}}.home-page .hero .hero-content .hero-actions{display:flex;gap:1rem;justify-content:center}@media(max-width:767px){.home-page .hero .hero-content .hero-actions{flex-direction:column;gap:.75rem}}.home-page .region-banner{background:#fef3c7;border-bottom:1px solid #e5e7eb;padding:.5rem 0}.home-page .region-banner p{font-size:.875rem;color:#6b7280;text-align:center}.home-page .features{background:#fff}.home-page .features h2{text-align:center;font-size:2.5rem;margin-bottom:3rem}@media(max-width:767px){.home-page .features h2{font-size:1.75rem;margin-bottom:2rem}}.home-page .features .features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}@media(max-width:767px){.home-page .features .features-grid{grid-template-columns:1fr;gap:1.5rem}}.home-page .features .features-grid .feature-card{background:#fff;border-radius:8px;border:1px solid #e5e7eb;padding:1.5rem;box-shadow:0 1px 3px #0000001a;text-align:center;transition:transform .2s,box-shadow .2s}.home-page .features .features-grid .feature-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px #0000001a}.home-page .features .features-grid .feature-card .feature-icon{font-size:3rem;margin-bottom:1rem}.home-page .features .features-grid .feature-card h3{font-size:1.25rem;margin-bottom:.75rem}.home-page .features .features-grid .feature-card p{color:#6b7280;font-size:.9375rem;line-height:1.6}.home-page .how-it-works{background:#f9fafb}.home-page .how-it-works h2{text-align:center;font-size:2.5rem;margin-bottom:3rem}@media(max-width:767px){.home-page .how-it-works h2{font-size:1.75rem;margin-bottom:2rem}}.home-page .how-it-works .steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1100px;margin:0 auto}@media(max-width:767px){.home-page .how-it-works .steps{grid-template-columns:1fr;gap:1.5rem}}.home-page .how-it-works .steps .step{text-align:center;padding:2rem 1rem}.home-page .how-it-works .steps .step .step-number{width:60px;height:60px;background:#6366f1;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1.5rem}.home-page .how-it-works .steps .step h3{font-size:1.25rem;margin-bottom:.75rem}.home-page .how-it-works .steps .step p{color:#6b7280;font-size:.9375rem}.home-page .cta{background:#fff;text-align:center;padding:5rem 0}@media(max-width:767px){.home-page .cta{padding:3rem 0}}.home-page .cta h2{font-size:2.5rem;margin-bottom:1rem}@media(max-width:767px){.home-page .cta h2{font-size:1.75rem}}.home-page .cta p{font-size:1.125rem;color:#6b7280;margin-bottom:2rem}@media(max-width:767px){.home-page .cta p{font-size:1rem}}.home-page .home-footer{background:#1e293b;color:#fff;padding:3rem 0 1.5rem}.home-page .home-footer .footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}@media(max-width:767px){.home-page .home-footer .footer-content{grid-template-columns:1fr;gap:1.5rem}}.home-page .home-footer .footer-section h4{font-size:1.125rem;font-weight:600;margin-bottom:1rem;color:#fff}.home-page .home-footer .footer-section p{font-size:.875rem;color:#cbd5e1;line-height:1.6}.home-page .home-footer .footer-section ul{list-style:none;padding:0;margin:0}.home-page .home-footer .footer-section ul li{margin-bottom:.5rem}.home-page .home-footer .footer-section ul li a{color:#cbd5e1;text-decoration:none;font-size:.875rem;transition:color .2s}.home-page .home-footer .footer-section ul li a:hover{color:#fff}.home-page .home-footer .footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem;text-align:center}.home-page .home-footer .footer-bottom p{font-size:.875rem;color:#94a3b8;margin:0}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:fadeIn .2s}.modal{background:#fff;border-radius:8px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;animation:slideUp .3s}@media(max-width:767px){.modal{max-width:100%}}.modal .modal-header h2{font-size:1.25rem;font-weight:600}.modal .modal-header .close-btn{background:none;border:none;font-size:1.75rem;cursor:pointer;color:#6b7280;padding:0;width:32px;height:32px;border-radius:4px;transition:all .2s}@media(max-width:767px){.modal .modal-body{padding:1.25rem}}.modal .modal-footer{padding:1rem 1.5rem;border-top:1px solid #e5e7eb;display:flex;justify-content:flex-end;gap:.75rem}@media(max-width:767px){.modal .modal-footer{flex-direction:column-reverse;padding:1rem 1.25rem}.modal .modal-footer button{width:100%}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.auth-page{min-height:calc(100vh - 60px);display:flex;align-items:center;justify-content:center;padding:2rem 1rem;background:linear-gradient(135deg,#818cf8,#6366f1)}@media(max-width:767px){.auth-page{padding:1rem}}.auth-page .auth-container{width:100%;max-width:480px}.auth-page .auth-card{background:#fff;border-radius:12px;padding:2.5rem;box-shadow:0 10px 40px #00000026}@media(max-width:767px){.auth-page .auth-card{padding:1.75rem;border-radius:8px}}.auth-page .auth-card .auth-header{text-align:center;margin-bottom:2rem}.auth-page .auth-card .auth-header h1{font-size:2rem;margin-bottom:.5rem;color:#111827}@media(max-width:767px){.auth-page .auth-card .auth-header h1{font-size:1.625rem}}.auth-page .auth-card .auth-header p{color:#6b7280;font-size:.9375rem}.auth-page .auth-card .auth-form .form-footer{text-align:right;margin-bottom:1.5rem}.auth-page .auth-card .auth-form .form-footer .forgot-link{font-size:.875rem;color:#6366f1;text-decoration:none}.auth-page .auth-card .auth-form .form-footer .forgot-link:hover{text-decoration:underline}.auth-page .auth-card .auth-form .divider{position:relative;text-align:center;margin:1.5rem 0}.auth-page .auth-card .auth-form .divider:before,.auth-page .auth-card .auth-form .divider:after{content:"";position:absolute;top:50%;width:45%;height:1px;background:#e5e7eb}.auth-page .auth-card .auth-form .divider:before{left:0}.auth-page .auth-card .auth-form .divider:after{right:0}.auth-page .auth-card .auth-form .divider span{background:#fff;padding:0 1rem;color:#6b7280;font-size:.875rem}.auth-page .auth-card .auth-form .btn-google{background:#fff;color:#444;border:1px solid #ddd;display:flex;align-items:center;justify-content:center;transition:all .3s ease;font-weight:500}.auth-page .auth-card .auth-form .btn-google:hover{background:#f8f8f8;border-color:#ccc;transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}.auth-page .auth-card .auth-form .btn-google:active{transform:translateY(0)}.auth-page .auth-card .auth-footer{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e5e7eb;text-align:center}.auth-page .auth-card .auth-footer p{color:#6b7280;font-size:.9375rem}.auth-page .auth-card .auth-footer p a{color:#6366f1;font-weight:500;text-decoration:none}.auth-page .auth-card .auth-footer p a:hover{text-decoration:underline}.plan-selection{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem 1rem;background:linear-gradient(135deg,#667eea,#764ba2)}.plan-selection-container{max-width:1200px;width:100%}.plan-header{text-align:center;margin-bottom:3rem;color:#fff}.plan-header h1{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.plan-header p{font-size:1.125rem;opacity:.9}.loading-spinner{text-align:center;padding:3rem;color:#fff;font-size:1.25rem}.alert{padding:1rem;border-radius:.5rem;margin-bottom:2rem;text-align:center}.alert.alert-error{background-color:#ef4444e6;color:#fff}.plans-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:2rem}.plan-card{background:#fff;border-radius:1rem;box-shadow:0 10px 30px #0003;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.plan-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0000004d}.plan-card.plan-free{border:3px solid #667eea;position:relative}.plan-card.plan-free:before{content:"RECOMMENDED";position:absolute;top:1rem;right:-2rem;background:#667eea;color:#fff;padding:.25rem 3rem;font-size:.75rem;font-weight:700;transform:rotate(45deg);z-index:1}.plan-card-header{padding:2rem;text-align:center;background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-bottom:1px solid #e2e8f0}.plan-name{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.plan-price{display:flex;align-items:baseline;justify-content:center;gap:.5rem}.plan-price .price-amount{font-size:2.5rem;font-weight:700;color:#667eea}.plan-price .price-duration{font-size:1rem;color:#64748b}.plan-card-body{padding:2rem;flex:1}.plan-description{color:#64748b;margin-bottom:1.5rem;line-height:1.6;text-align:center}.plan-features{list-style:none;padding:0;margin:0}.feature-item{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem 0;color:#475569;line-height:1.5}.feature-item .feature-icon{width:1.25rem;height:1.25rem;color:#10b981;flex-shrink:0;margin-top:.125rem}.plan-card-footer{padding:0 2rem 2rem}.btn{padding:.875rem 1.5rem;border:none;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn.btn-secondary{background:#f1f5f9;color:#475569}.btn.btn-secondary:hover:not(:disabled){background:#e2e8f0}.plan-footer{text-align:center;color:#fff;opacity:.9}.plan-footer .plan-note{font-size:.875rem;max-width:600px;margin:0 auto}@media(max-width:768px){.plan-header h1{font-size:2rem}.plans-grid{grid-template-columns:1fr}.plan-card.plan-free:before{font-size:.625rem;padding:.25rem 2.5rem}}.dashboard-page{min-height:calc(100vh - 60px);background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:3rem 0}@media(max-width:767px){.dashboard-page{padding:2rem 0}}.dashboard-page .container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.dashboard-page .dashboard-content h1{font-size:2.5rem;font-weight:800;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:3rem;text-align:center;line-height:1.3;letter-spacing:-.02em}@media(max-width:767px){.dashboard-page .dashboard-content h1{font-size:2rem;margin-bottom:2rem}}.dashboard-page .dashboard-content .welcome-section{background:#fff;border-radius:1rem;padding:2.5rem;margin-bottom:3rem;box-shadow:0 4px 6px #00000012;border:1px solid rgba(102,126,234,.1)}@media(max-width:767px){.dashboard-page .dashboard-content .welcome-section{padding:2rem;margin-bottom:2rem}}.dashboard-page .dashboard-content .welcome-section h2{font-size:1.75rem;font-weight:700;color:#1e293b;margin-bottom:1.5rem;line-height:1.5}@media(max-width:767px){.dashboard-page .dashboard-content .welcome-section h2{font-size:1.5rem;margin-bottom:1.25rem}}.dashboard-page .dashboard-content .welcome-section p{font-size:1.125rem;color:#64748b;line-height:1.8;margin:0 0 2rem}.dashboard-page .dashboard-content .welcome-section p strong{color:#667eea;font-weight:600}.dashboard-page .dashboard-content .quick-actions{margin-bottom:3rem;display:flex;justify-content:center}@media(max-width:767px){.dashboard-page .dashboard-content .quick-actions{margin-bottom:2rem}}.dashboard-page .dashboard-content .quick-actions .btn-large{min-width:240px;padding:1.25rem 2.5rem;font-size:1.125rem;font-weight:600;letter-spacing:.01em;transition:all .3s ease}@media(max-width:767px){.dashboard-page .dashboard-content .quick-actions .btn-large{min-width:200px;padding:1rem 2rem;font-size:1rem}}.dashboard-page .dashboard-content .quick-actions .btn-large span{margin-right:.75rem;font-size:1.25rem}.dashboard-page .dashboard-content .quick-actions .btn-large:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 6px 20px #667eea99}.dashboard-page .dashboard-content .quick-actions .btn-large:active:not(:disabled){transform:translateY(-1px)}.dashboard-page .dashboard-content .alert{margin-bottom:2.5rem;padding:1.5rem 1.75rem;border-radius:.75rem;font-size:1rem;line-height:1.7}@media(max-width:767px){.dashboard-page .dashboard-content .alert{margin-bottom:2rem;padding:1.25rem 1.5rem;font-size:1rem;line-height:1.6}}.dashboard-page .dashboard-content .alert.alert-error{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}.dashboard-page .dashboard-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem}@media(max-width:767px){.dashboard-page .dashboard-stats{grid-template-columns:1fr;gap:1.5rem}}.dashboard-page .dashboard-stats .stat-card{background:#fff;border-radius:1rem;padding:2.5rem;box-shadow:0 4px 6px #00000012;border:1px solid rgba(102,126,234,.1);transition:all .3s ease;position:relative;overflow:hidden}@media(max-width:767px){.dashboard-page .dashboard-stats .stat-card{padding:2rem}}.dashboard-page .dashboard-stats .stat-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,#667eea,#764ba2);opacity:0;transition:opacity .3s ease}.dashboard-page .dashboard-stats .stat-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px #667eea26}.dashboard-page .dashboard-stats .stat-card:hover:before{opacity:1}.dashboard-page .dashboard-stats .stat-card h3{font-size:1rem;font-weight:600;color:#64748b;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:.05em;line-height:1.4}@media(max-width:767px){.dashboard-page .dashboard-stats .stat-card h3{font-size:.9rem;margin-bottom:1.25rem}}.dashboard-page .dashboard-stats .stat-card .stat-value{font-size:3rem;font-weight:800;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem;line-height:1.2}@media(max-width:767px){.dashboard-page .dashboard-stats .stat-card .stat-value{font-size:2.5rem;margin-bottom:.75rem}}.dashboard-page .dashboard-stats .stat-card .stat-label{font-size:1rem;color:#94a3b8;font-weight:500;margin:0;line-height:1.6}@media(max-width:767px){.dashboard-page .dashboard-stats .stat-card .stat-label{font-size:.9rem}}.dashboard-page .loading-spinner{font-size:1.25rem;color:#667eea;font-weight:600;text-align:center;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:1.5rem;margin-bottom:2rem}@media(max-width:767px){.dashboard-grid{grid-template-columns:1fr;gap:1.25rem}}.dashboard-grid .card h2{font-size:1.25rem;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:1px solid #e5e7eb}@media(max-width:767px){.dashboard-grid .card h2{font-size:1.125rem}}.dashboard-grid .card .info-grid{display:grid;gap:1.25rem}.dashboard-grid .card .info-grid .info-item label{display:block;font-size:.8125rem;font-weight:600;color:#6b7280;margin-bottom:.375rem;text-transform:uppercase;letter-spacing:.5px}.dashboard-grid .card .info-grid .info-item .info-value{font-size:.9375rem;color:#111827;font-weight:500}.dashboard-grid .card .quick-actions{display:flex;flex-direction:column;gap:.75rem}.dashboard-grid .card .quick-actions .action-button{display:flex;align-items:center;gap:1rem;padding:1rem;border:1px solid #e5e7eb;border-radius:6px;text-decoration:none;color:#111827;transition:all .2s}@media(max-width:767px){.dashboard-grid .card .quick-actions .action-button{padding:.875rem}}.dashboard-grid .card .quick-actions .action-button:hover{border-color:#6366f1;background:#6366f10d;transform:translate(4px);text-decoration:none}.dashboard-grid .card .quick-actions .action-button .action-icon{font-size:1.75rem;flex-shrink:0}@media(max-width:767px){.dashboard-grid .card .quick-actions .action-button .action-icon{font-size:1.5rem}}.dashboard-grid .card .quick-actions .action-button .action-title{font-weight:600;font-size:.9375rem;margin-bottom:.25rem}.dashboard-grid .card .quick-actions .action-button .action-desc{font-size:.8125rem;color:#6b7280}.stat-icon{font-size:2.5rem}@media(max-width:767px){.stat-icon{font-size:2rem}}.stat-content .stat-value{font-size:2rem;font-weight:700;color:#6366f1;line-height:1;margin-bottom:.375rem}@media(max-width:767px){.stat-content .stat-value{font-size:1.625rem}}.stat-content .stat-label{font-size:.875rem;color:#6b7280;font-weight:500}.dashboard-footer{margin-top:4rem;padding-top:2rem;border-top:1px solid rgba(0,0,0,.1);text-align:center}@media(max-width:767px){.dashboard-footer{margin-top:3rem;padding-top:1.5rem}}.dashboard-footer .footer-links{display:flex;justify-content:center;align-items:center;gap:.75rem;margin-bottom:1rem;flex-wrap:wrap}.dashboard-footer .footer-links a{color:#64748b;text-decoration:none;font-size:.875rem;transition:color .2s}.dashboard-footer .footer-links a:hover{color:#6366f1}.dashboard-footer .footer-links span{color:#cbd5e1;font-size:.875rem}.dashboard-footer .footer-copyright{font-size:.8125rem;color:#94a3b8;margin:0}.settings-page{padding:2rem;max-width:900px;margin:0 auto}.settings-container{background:#fff;border-radius:1rem;box-shadow:0 4px 6px #0000001a;overflow:hidden}.settings-title{padding:2rem 2rem 1rem;margin:0;font-size:2rem;font-weight:700;color:#1e293b}.settings-tabs{display:flex;border-bottom:2px solid #e2e8f0;padding:0 2rem;gap:.5rem}.tab{padding:1rem 1.5rem;background:none;border:none;font-size:1rem;font-weight:600;color:#64748b;cursor:pointer;border-bottom:3px solid transparent;margin-bottom:-2px;transition:all .3s ease}.tab:hover{color:#475569;background:#f8fafc}.tab.active{color:#667eea;border-bottom-color:#667eea}.alert{margin:1.5rem 2rem;padding:1rem;border-radius:.5rem;font-size:.875rem}.alert.alert-success{background-color:#d1fae5;color:#065f46;border:1px solid #10b981}.alert.alert-error{background-color:#fee2e2;color:#991b1b;border:1px solid #ef4444}.settings-content{padding:2rem}.settings-content h2{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:1.5rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-weight:600;color:#475569;margin-bottom:.5rem;font-size:.875rem}.form-group input{width:100%;padding:.75rem;border:1px solid #e2e8f0;border-radius:.5rem;font-size:1rem;transition:border-color .3s ease}.form-group input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group .form-hint{display:block;margin-top:.25rem;font-size:.75rem;color:#64748b}.verification-badge .badge{display:inline-block;padding:.5rem 1rem;border-radius:.375rem;font-size:.875rem;font-weight:600}.verification-badge .badge.badge-success{background-color:#d1fae5;color:#065f46}.verification-badge .badge.badge-warning{background-color:#fef3c7;color:#92400e}.btn{padding:.75rem 1.5rem;border:none;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 5px 15px #667eea66}.password-options .option-card{border:1px solid #e2e8f0;border-radius:.75rem;padding:1.5rem;margin-bottom:1.5rem}.password-options .option-card h3{margin:0 0 .75rem;font-size:1.125rem;font-weight:600;color:#1e293b}.password-options .option-card p{color:#64748b;margin-bottom:1rem;font-size:.9375rem;line-height:1.6}.password-options .divider-text{text-align:center;margin:2rem 0;position:relative;color:#64748b;font-size:.875rem;font-weight:600}.password-options .divider-text:before,.password-options .divider-text:after{content:"";position:absolute;top:50%;width:45%;height:1px;background:#e2e8f0}.password-options .divider-text:before{left:0}.password-options .divider-text:after{right:0}.plan-info-card{border:1px solid #e2e8f0;border-radius:.75rem;overflow:hidden}.plan-info-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-bottom:1px solid #e2e8f0}.plan-info-header h3{margin:0;font-size:1.5rem;font-weight:700;color:#1e293b}.plan-info-body{padding:1.5rem}.plan-detail{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid #f1f5f9}.plan-detail:last-child{border-bottom:none}.plan-detail .label{font-weight:600;color:#64748b}.plan-detail .value{color:#1e293b}.plan-features{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e2e8f0}.plan-features h4{margin:0 0 1rem;font-size:1rem;font-weight:600;color:#475569}.plan-features ul{list-style:none;padding:0;margin:0}.plan-features ul li{padding:.5rem 0;color:#475569}.plan-features ul li:before{content:"✓ ";color:#10b981;font-weight:700}.plan-info-footer{padding:1.5rem;background:#f8fafc;border-top:1px solid #e2e8f0;text-align:right}.no-plan{text-align:center;padding:3rem;color:#64748b}.no-plan p{margin-bottom:1.5rem;font-size:1.125rem}@media(max-width:768px){.settings-page{padding:1rem}.settings-tabs{overflow-x:auto;-webkit-overflow-scrolling:touch}.tab{white-space:nowrap}.plan-info-header{flex-direction:column;gap:1rem;align-items:flex-start}.plan-detail{flex-direction:column;gap:.25rem}}.plans-page{padding:2rem 0 3rem}.plans-page .plans-header{margin-bottom:2rem}.plans-page .plans-header h1{font-size:2rem;margin-bottom:.5rem}.plans-page .plans-header p{font-size:.95rem;color:#6b7280;max-width:640px}.pricing-page{padding:3rem 0 4rem}.pricing-page .pricing-header{text-align:center;margin-bottom:3rem}.pricing-page .pricing-header h1{font-size:2.5rem;margin-bottom:.75rem}.pricing-page .pricing-header p{color:#6b7280;max-width:640px;margin:0 auto}.pricing-page .pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;margin-bottom:2.5rem}.pricing-page .pricing-card{background:#fff;border-radius:8px;border:1px solid #e5e7eb;padding:1.5rem;box-shadow:0 1px 3px #0000001a;display:flex;flex-direction:column;height:100%;border-top:3px solid #e5e7eb;transition:transform .2s,box-shadow .2s,border-color .2s}.pricing-page .pricing-card.pricing-card-free{border-top-color:#6366f1}.pricing-page .pricing-card:hover{transform:translateY(-4px);box-shadow:0 10px 20px #0f172a14;border-top-color:#6366f1}.pricing-page .pricing-card .pricing-card-header{margin-bottom:1.5rem}.pricing-page .pricing-card .pricing-card-header h2{font-size:1.5rem;margin-bottom:.25rem}.pricing-page .pricing-card .pricing-card-header .pricing-tagline{color:#6b7280;font-size:.9375rem;margin-bottom:1rem}.pricing-page .pricing-card .pricing-card-header .pricing-amount{display:flex;align-items:baseline;gap:.5rem}.pricing-page .pricing-card .pricing-card-header .pricing-amount .amount{font-size:1.75rem;font-weight:600}.pricing-page .pricing-card .pricing-card-header .pricing-amount .duration{font-size:.875rem;color:#6b7280}.pricing-page .pricing-card .pricing-card-body{flex:1}.pricing-page .pricing-card .pricing-card-body .feature-list{list-style:none;padding:0;margin:0}.pricing-page .pricing-card .pricing-card-body .feature-list li{position:relative;padding-left:1.25rem;margin-bottom:.5rem;font-size:.9375rem;color:#6b7280}.pricing-page .pricing-card .pricing-card-body .feature-list li:before{content:"✓";position:absolute;left:0;top:0;color:#6366f1}.pricing-page .pricing-card .pricing-card-footer{margin-top:1.75rem}.pricing-page .pricing-note{text-align:center;font-size:.875rem;color:#6b7280}.pricing-page .pricing-note a{margin-left:.25rem}.legal-page{padding:3rem 0 4rem}.legal-page h1{font-size:2rem;margin-bottom:1rem}.legal-page h2{font-size:1.25rem;margin-top:1.75rem;margin-bottom:.5rem}.legal-page p{color:#6b7280;font-size:.9375rem;margin-bottom:.75rem}.documentation-page{display:flex;min-height:100vh;background:#f8fafc;position:relative}.doc-sidebar{background:#fff;border-right:1px solid #e2e8f0;border-radius:12px;box-shadow:0 4px 12px #0000000d;position:fixed;top:50%;transform:translateY(-50%);left:100px;max-height:75vh;overflow-y:auto;flex-shrink:0;z-index:100}.sidebar-header{padding:1.5rem;border-bottom:1px solid #e2e8f0}.sidebar-header h2{font-size:1.25rem;font-weight:700;color:#0f172a;margin:0 0 1rem}.search-input{width:100%;padding:.625rem .875rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.875rem;transition:all .2s}.search-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.doc-nav{padding:1rem}.nav-item{display:block;padding:.625rem .875rem;color:#64748b;text-decoration:none;border-radius:6px;font-size:.875rem;font-weight:500;margin-bottom:.25rem;transition:all .2s}.nav-item:hover{background:#f1f5f9;color:#334155}.nav-item.active{background:#eef2ff;color:#667eea;font-weight:600}.doc-main{flex:1;padding:2rem;overflow-x:hidden;max-width:calc(100vw - 530px);box-sizing:border-box;margin-left:530px}.doc-header{margin-bottom:3rem}.doc-header .eyebrow{font-size:.875rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#475569;margin:0 0 .25rem}.doc-header .subtitle{font-size:1rem;color:#64748b;margin:.25rem 0 0}.doc-actions{display:flex;align-items:center;gap:.75rem}.outline-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.6rem 1rem;border:1px solid #cbd5e1;border-radius:8px;background:#fff;color:#0f172a;font-weight:600;text-decoration:none;transition:all .2s ease}.outline-btn:hover{border-color:#94a3b8;box-shadow:0 6px 18px #0f172a14;transform:translateY(-1px)}.doc-header h1{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:.5rem}.doc-header p{font-size:1.125rem;color:#64748b}.doc-tabs{display:flex;gap:.5rem;border-bottom:2px solid #e2e8f0;margin-bottom:2rem;overflow-x:auto}.doc-tab{padding:.875rem 1.5rem;background:none;border:none;border-bottom:3px solid transparent;color:#64748b;font-weight:500;cursor:pointer;transition:all .2s;white-space:nowrap}.doc-tab:hover{color:#475569;background:#f8fafc}.doc-tab.active{color:#667eea;border-bottom-color:#667eea;background:#f5f7ff}.doc-content{background:transparent;max-width:100%;overflow-x:hidden}.doc-section{background:#fff;border-radius:12px;padding:2.5rem;margin-bottom:2rem;box-shadow:0 1px 3px #0000000d;max-width:100%;overflow-x:auto;box-sizing:border-box}.section-title{font-size:2rem;font-weight:700;color:#0f172a;margin:0 0 1.5rem;padding-bottom:.75rem;border-bottom:2px solid #e2e8f0}.section-content{color:#475569;line-height:1.7}.doc-h3{font-size:1.5rem;font-weight:600;color:#1e293b;margin:2rem 0 1rem}.doc-h4{font-size:1.125rem;font-weight:600;color:#334155;margin:1.5rem 0 .75rem}.doc-p{color:#475569;line-height:1.7;margin-bottom:1rem}.doc-list{color:#475569;line-height:1.8;padding-left:1.5rem;margin:1rem 0}.doc-list li{margin-bottom:.5rem}.inline-code{background:#f1f5f9;padding:.2rem .5rem;border-radius:4px;font-family:Monaco,Menlo,Consolas,monospace;font-size:.875em;color:#e11d48;font-weight:500}.doc-table{overflow-x:auto;margin:1.5rem 0;border-radius:8px;border:1px solid #e2e8f0}.doc-table table{width:100%;border-collapse:collapse}.doc-table th,.doc-table td{padding:.875rem 1rem;text-align:left;border-bottom:1px solid #e2e8f0}.doc-table th{background:#f8fafc;font-weight:600;color:#0f172a;font-size:.875rem}.doc-table td{color:#475569;font-size:.9375rem}.doc-table tr:last-child td{border-bottom:none}.doc-section h2{font-size:2rem;font-weight:700;color:#1e293b;margin-bottom:1.5rem}.doc-section h3{font-size:1.5rem;font-weight:600;color:#0f172a;margin:1.5rem 0}.code-header{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background:#1e293b;border-bottom:1px solid #334155}.code-language{font-size:.75rem;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em}.copy-btn{background:#334155;color:#e2e8f0;border:none;padding:.375rem .75rem;border-radius:6px;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:.25rem}.copy-btn:hover{background:#475569;transform:translateY(-1px)}.code-block pre{margin:0;padding:1.25rem;overflow-x:auto;background:#0f172a;max-width:100%}.code-block code{font-family:Monaco,Menlo,Consolas,Courier New,monospace;font-size:.875rem;line-height:1.7;color:#e2e8f0;display:block;white-space:pre}.step-card{display:flex;gap:1.5rem;background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;padding:1.5rem;margin-bottom:1.5rem;transition:all .3s}.step-card:hover{border-color:#cbd5e1;box-shadow:0 4px 6px #0000000d}.step-number{width:48px;height:48px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:1.5rem;font-weight:700;display:flex;align-items:center;justify-content:center;border-radius:12px;flex-shrink:0}.step-content{flex:1}.step-content h3{font-size:1.25rem;margin:0 0 .5rem;color:#1e293b}.step-content p{margin-bottom:.75rem}.code-block{position:relative;background:#1e293b;color:#e2e8f0;border-radius:8px;padding:1.25rem;overflow-x:auto;margin:1rem 0;font-family:Courier New,monospace;font-size:.875rem;line-height:1.6}.code-block pre{margin:0;white-space:pre}.copy-btn{position:absolute;top:.75rem;right:.75rem;background:#475569;color:#fff;border:none;padding:.5rem .875rem;border-radius:6px;font-size:.8125rem;cursor:pointer;transition:all .2s}.copy-btn:hover{background:#64748b;transform:translateY(-1px)}.info-box{background:#dbeafe;border:1px solid #93c5fd;border-left:4px solid #3b82f6;border-radius:8px;padding:1.25rem;margin:1.5rem 0}.info-box h3{color:#1e40af;margin:0 0 .75rem;font-size:1.125rem}.info-box p{color:#1e40af;margin-bottom:.75rem}.warning-box{background:#fef3c7;border:1px solid #fde047;border-left:4px solid #eab308;border-radius:8px;padding:1.25rem;margin:1.5rem 0;display:flex;gap:.75rem}.warning-icon{font-size:1.5rem;flex-shrink:0}.warning-box p,.warning-box h4,.warning-box ul{color:#78350f;margin:0}.warning-box h4{font-size:1rem;font-weight:600;margin-bottom:.5rem}.warning-box ul{padding-left:1.25rem;margin-top:.5rem}.warning-box li{margin-bottom:.25rem}.tip-box{background:#dcfce7;border:1px solid #86efac;border-radius:6px;padding:.75rem 1rem;margin-top:1rem;color:#166534;font-size:.875rem}.language-badges{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:1rem}.badge{background:#e0e7ff;color:#4338ca;padding:.375rem .875rem;border-radius:6px;font-size:.875rem;font-weight:500}.flow-diagram{display:flex;align-items:center;gap:1rem;margin:2rem 0;overflow-x:auto;padding:1rem}.flow-step{text-align:center;min-width:150px;padding:1.25rem;background:#fff;border:2px solid #e2e8f0;border-radius:12px;transition:all .3s}.flow-step:hover{border-color:#667eea;box-shadow:0 4px 12px #667eea33}.flow-icon{font-size:2.5rem;margin-bottom:.75rem}.flow-step h4{font-size:1rem;font-weight:600;color:#1e293b;margin:0 0 .5rem}.flow-step p{font-size:.875rem;color:#64748b;margin:0}.flow-arrow{font-size:1.5rem;color:#94a3b8;flex-shrink:0}.endpoint-card{background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;padding:1.5rem;margin-bottom:1.5rem}.endpoint-header{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem}.method{padding:.375rem .75rem;border-radius:6px;font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.method.post{background:#dcfce7;color:#166534}.method.get{background:#dbeafe;color:#1e40af}.method.put{background:#fef3c7;color:#78350f}.method.delete{background:#fee2e2;color:#991b1b}.endpoint-path{font-family:Courier New,monospace;font-size:1rem;font-weight:600;color:#475569}.endpoint-desc{color:#64748b;margin-bottom:1rem}.error-table{overflow-x:auto;margin:1.5rem 0}.error-table table{width:100%;border-collapse:collapse;background:#fff}.error-table th,.error-table td{padding:.875rem 1rem;text-align:left;border-bottom:1px solid #e2e8f0}.error-table th{background:#f8fafc;font-weight:600;color:#334155;font-size:.875rem;text-transform:uppercase;letter-spacing:.5px}.error-table td{color:#475569;font-size:.9375rem}.security-card{background:#fff;border:2px solid #e2e8f0;border-radius:12px;padding:1.5rem;margin-bottom:1.5rem;transition:all .3s}.security-card:hover{border-color:#cbd5e1;box-shadow:0 4px 12px #00000014}.security-icon{font-size:2.5rem;margin-bottom:.75rem}.security-card h3{font-size:1.25rem;color:#1e293b;margin:0 0 .75rem}.security-card p{color:#475569;margin-bottom:.75rem}.security-card ul{color:#475569;padding-left:1.5rem}.security-card li{margin-bottom:.5rem}.storage-table{width:100%;border-collapse:collapse;margin:1rem 0}.storage-table th,.storage-table td{padding:.875rem;text-align:left;border:1px solid #e2e8f0}.storage-table th{background:#f8fafc;font-weight:600;color:#334155}.storage-table td{color:#475569}@media(max-width:768px){.documentation-page{flex-direction:column}.doc-sidebar{width:100%;height:auto;position:relative}.doc-main{max-width:100%;padding:1rem}.doc-header h1{font-size:2rem}.doc-tabs{flex-wrap:nowrap;overflow-x:auto}.doc-section{padding:1.5rem}.step-card,.flow-diagram{flex-direction:column}.flow-arrow{transform:rotate(90deg)}.code-block{font-size:.75rem}.endpoint-header{flex-direction:column;align-items:flex-start}}@media print{.doc-tabs{display:none}.code-block{background:#f8fafc;color:#1e293b;border:1px solid #e2e8f0}.copy-btn{display:none}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f9fafb;color:#111827;line-height:1.6}h1,h2,h3,h4,h5,h6{margin:0;font-weight:600;line-height:1.2}h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.25rem}h4{font-size:1.125rem}p{margin:0}a{color:#6366f1;text-decoration:none}a:hover{color:#4f46e5;text-decoration:underline}button,input,textarea,select{font-family:inherit}.container{max-width:1200px;margin:0 auto;padding:0 1rem}@media(max-width:767px){.container{padding:0 .75rem}}.page-header{margin-bottom:2rem}.page-header h1{margin-bottom:.5rem}.page-header p{color:#6b7280;font-size:.95rem}@media(max-width:767px){.page-header{margin-bottom:1.5rem}.page-header h1{font-size:1.5rem}}.btn{padding:.625rem 1.25rem;border-radius:6px;font-weight:500;font-size:.875rem;cursor:pointer;transition:all .2s;border:none;outline:none}.btn:disabled{opacity:.6;cursor:not-allowed}.btn.btn-primary{background:#6366f1;color:#fff}.btn.btn-primary:hover:not(:disabled){background:#3438ed}.btn.btn-secondary{background:#10b981;color:#fff}.btn.btn-secondary:hover:not(:disabled){background:#0e9d6e}.btn.btn-danger{background:#ef4444;color:#fff}.btn.btn-danger:hover:not(:disabled){background:#eb1a1a}.btn.btn-outline{background:transparent;border:1px solid #e5e7eb;color:#111827}.btn.btn-outline:hover:not(:disabled){background:#f9fafb;border-color:#6366f1;color:#6366f1}.btn.btn-sm{padding:.5rem 1rem;font-size:.8125rem}.btn.btn-lg{padding:.75rem 1.5rem;font-size:1rem}.btn.btn-block{width:100%}.card{background:#fff;border-radius:8px;border:1px solid #e5e7eb;padding:1.5rem;box-shadow:0 1px 3px #0000001a}@media(max-width:767px){.card{padding:1rem}}.form-group{margin-bottom:1.25rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;font-size:.875rem;color:#111827}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.625rem .875rem;border:1px solid #e5e7eb;border-radius:6px;font-size:.9375rem;transition:border-color .2s}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.form-group input.error,.form-group textarea.error,.form-group select.error{border-color:#ef4444}.form-group input.error:focus,.form-group textarea.error:focus,.form-group select.error:focus{box-shadow:0 0 0 3px #ef44441a}.form-group textarea{resize:vertical;min-height:100px}.form-group .error-message{margin-top:.375rem;font-size:.8125rem;color:#ef4444}.form-group .help-text{margin-top:.375rem;font-size:.8125rem;color:#6b7280}.alert{padding:.875rem 1rem;border-radius:6px;margin-bottom:1rem;font-size:.875rem}.alert.alert-success{background:#d1fae5;color:#065f46;border:1px solid #6ee7b7}.alert.alert-error{background:#fee2e2;color:#991b1b;border:1px solid #fca5a5}.alert.alert-warning{background:#fef3c7;color:#92400e;border:1px solid #fcd34d}.alert.alert-info{background:#dbeafe;color:#1e40af;border:1px solid #93c5fd}.loading{display:flex;align-items:center;justify-content:center;padding:3rem}.loading .spinner{width:40px;height:40px;border:3px solid #e5e7eb;border-top-color:#6366f1;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.empty-state{text-align:center;padding:3rem 1rem}.empty-state .empty-icon{font-size:3rem;margin-bottom:1rem;opacity:.3}.empty-state h3{margin-bottom:.5rem;color:#111827}.empty-state p{color:#6b7280;margin-bottom:1.5rem}@media(max-width:767px){.empty-state{padding:2rem 1rem}.empty-state .empty-icon{font-size:2.5rem}}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal{background:#fff;border-radius:8px;max-width:500px;width:100%;max-height:90vh;overflow-y:auto}.modal .modal-header{padding:1.25rem 1.5rem;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between}.modal .modal-header h2{font-size:1.25rem}.modal .modal-header .close-btn{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#6b7280;padding:0;width:32px;height:32px;border-radius:4px}.modal .modal-header .close-btn:hover{background:#f9fafb;color:#111827}.modal .modal-body{padding:1.5rem}.modal .modal-footer{padding:1rem 1.5rem;border-top:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between;gap:.75rem}@media(max-width:767px){.modal .modal-footer{flex-direction:column-reverse}.modal .modal-footer button{width:100%}}.badge{display:inline-block;padding:.25rem .625rem;border-radius:12px;font-size:.75rem;font-weight:500}.badge.badge-success{background:#d1fae5;color:#065f46}.badge.badge-danger{background:#fee2e2;color:#991b1b}.badge.badge-warning{background:#fef3c7;color:#92400e}.badge.badge-info{background:#dbeafe;color:#1e40af}.badge.badge-secondary{background:#f3f4f6;color:#374151}.tooltip{position:relative;display:inline-block}.tooltip .tooltip-text{visibility:hidden;background:#1f2937;color:#fff;text-align:center;padding:.5rem .75rem;border-radius:4px;font-size:.8125rem;position:absolute;z-index:100;bottom:125%;left:50%;transform:translate(-50%);white-space:nowrap;opacity:0;transition:opacity .2s}.tooltip .tooltip-text:after{content:"";position:absolute;top:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:#1f2937 transparent transparent transparent}.tooltip:hover .tooltip-text{visibility:visible;opacity:1}
