@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";@keyframes spin{0%{transform:translateY(-50%) rotate(0)}to{transform:translateY(-50%) rotate(360deg)}}:root{--font-family-primary: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;--font-family-secondary: "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif}*{margin:0;padding:0;box-sizing:border-box}body.light,.light{--bg: #f8fafc;--text: #1e293b;--sidebar-bg: #fff;--sidebar-text: #374151;--navbar-bg: #ede9fe;--navbar-text: #6366f1;--logo-area-bg: #ede9fe;--logo-img-bg: transparent;--logo-img-radius: 4px}body.dark,.dark{--bg: #18181b;--text: #fafafa;--sidebar-bg: #23232b;--sidebar-text: #e0e7ef;--navbar-bg: #23232b;--navbar-text: #a5b4fc;--logo-area-bg: #23232b;--logo-img-bg: #fff;--logo-img-radius: 50%}body,.light,.dark{background:var(--bg);color:var(--text);transition:background .2s,color .2s}body,html,#root{font-family:Kanit,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{scroll-behavior:smooth;-webkit-overflow-scrolling:touch}*{scrollbar-width:none;-ms-overflow-style:none}*::-webkit-scrollbar{display:none}html,body,#root{scrollbar-width:none;-ms-overflow-style:none}html::-webkit-scrollbar,body::-webkit-scrollbar,#root::-webkit-scrollbar{display:none}.scrollable,[class*=scroll],[class*=Scroll]{scroll-behavior:smooth;-webkit-overflow-scrolling:touch;will-change:scroll-position;transform:translateZ(0)}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ffe259,#ff6a00);padding:20px}.login-background{width:100%;max-width:700px}.login-card{background:#f7f7f9;border-radius:20px;box-shadow:0 20px 60px #0000001a;padding:12px 32px;position:relative;overflow:hidden}.login-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:#f7f7f9}.login-header{text-align:center;margin-bottom:32px;margin-top:32px}.logo-container{margin-bottom:24px;margin-top:12px}.logo-icon{width:40px;height:40px;background:linear-gradient(135deg,#ffe259,#ff6a00);border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto;box-shadow:0 8px 24px #667eea4d}.logo-icon span{color:#fff;font-weight:800;font-size:20px;letter-spacing:1px}.login-title{font-size:20px;font-weight:700;color:#1e293b;margin-bottom:8px;letter-spacing:-.5px}.login-subtitle{font-size:13px;color:#64748b;font-weight:400;line-height:1.5}.social-login{display:flex;flex-direction:row;gap:16px;margin-bottom:24px;justify-content:center;align-items:stretch}.social-btn{display:flex;align-items:center;justify-content:center;gap:12px;padding:8px 12px;border:2px solid #e2e8f0;border-radius:12px;background:#fff;color:#475569;font-weight:600;font-size:13px;cursor:pointer;transition:all .2s ease;position:relative;overflow:hidden;flex:1 1 0;min-width:0;max-width:100%}.social-btn:hover{border-color:#cbd5e1;background:#f8fafc;transform:translateY(-1px)}.social-btn:active{transform:translateY(0)}.google-btn:hover{border-color:#ea4335;color:#ea4335}.facebook-btn:hover{border-color:#1877f2;color:#1877f2}.social-btn svg{font-size:15px}.divider{text-align:center;margin:12px 0;position:relative}.divider:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:#e2e8f0}.divider span{background:#fff;padding:0 16px;color:#64748b;font-size:12px;font-weight:500;position:relative;z-index:1}.login-form{margin-bottom:24px}.form-group{margin-bottom:20px}.form-label{display:block;font-size:12px;font-weight:600;color:#374151;margin-bottom:8px}.input-group{position:relative;display:flex;align-items:center;min-height:32px}.input-icon{position:absolute;left:8px;top:50%;transform:translateY(-50%);color:#9ca3af;font-size:13px;z-index:2;display:flex;align-items:center;justify-content:center}.form-input{width:100%;padding:8px 8px 8px 32px;border:2px solid #e5e7eb;border-radius:0;font-size:13px;font-weight:500;color:#1f2937;background:#fff;transition:all .2s ease;outline:none}.form-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-input::placeholder{color:#9ca3af;font-weight:400}.password-toggle{position:absolute;right:8px;background:none;border:none;color:#9ca3af;cursor:pointer;padding:2px;border-radius:0;transition:color .2s ease}.password-toggle:hover{color:#667eea}.form-options{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.checkbox-container{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:500;color:#374151;cursor:pointer}.checkbox-container input[type=checkbox]{width:14px;height:14px;accent-color:#667eea;cursor:pointer}.forgot-password{font-size:12px;font-weight:600;color:#ff6a00;text-decoration:none;transition:color .2s ease}.forgot-password:hover{color:#ff9800;text-decoration:underline}.login-btn{width:100%;padding:8px 12px;background:linear-gradient(135deg,#ffe259,#ff6a00);border:none;border-radius:12px;color:#fff;font-size:13px;font-weight:700;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #ff6a002e}.login-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #ff6a0047}.login-btn:active{transform:translateY(0)}.login-footer{text-align:center;padding-top:12px;border-top:1px solid #e5e7eb}.login-footer p{font-size:12px;color:#6b7280;font-weight:400}.signup-link{color:#ff6a00;font-weight:600;text-decoration:none;transition:color .2s ease;font-size:12px}.signup-link:hover{color:#ff9800;text-decoration:underline}@media (max-width: 480px){.login-card{padding:18px;margin:6px}.login-title{font-size:24px}.form-options{flex-direction:column;gap:12px;align-items:flex-start}}@media (max-width: 700px){.login-card{padding:6px;margin:4px}}@media (max-width: 600px){.social-login{flex-direction:column;gap:12px}}.captcha-group{background:none;border-radius:0;padding:0;margin-bottom:16px;margin-top:0;display:flex;flex-direction:column;align-items:flex-start}.captcha-group .form-label{color:#ff6a00;font-weight:700;font-size:13px;margin-bottom:6px}@media (max-width: 575px){h1{font-size:24px!important;line-height:1.2}h2{font-size:20px!important;line-height:1.3}h3{font-size:18px!important;line-height:1.3}h4{font-size:16px!important;line-height:1.4}h5{font-size:14px!important;line-height:1.4}h6{font-size:13px!important;line-height:1.4}body,p,span,div{font-size:14px!important;line-height:1.5}.text-sm,small{font-size:12px!important}button,.btn,input[type=button],input[type=submit]{min-height:40px;min-width:40px;padding:10px 14px;font-size:14px;border-radius:6px;touch-action:manipulation}input,textarea,select{min-height:40px;padding:10px 14px;font-size:14px;border-radius:6px;border:1px solid #d1d5db}a{min-height:44px;display:inline-flex;align-items:center;padding:8px 12px}.touch-target{min-height:44px;min-width:44px;display:flex;align-items:center;justify-content:center;cursor:pointer;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none}.mobile-card{border-radius:8px;box-shadow:0 1px 4px #0000001a;margin-bottom:12px;overflow:hidden;padding:12px}.summary-card,.card,.dashboard-card{padding:12px!important;margin-bottom:12px!important;border-radius:8px!important;box-shadow:0 1px 4px #0000001a!important}.card-title,.summary-card-title{font-size:14px!important;font-weight:600!important;margin-bottom:8px!important}.card-content,.summary-card-content{font-size:13px!important;line-height:1.4!important}.card-value,.summary-card-value{font-size:16px!important;font-weight:700!important}.mobile-table{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.mobile-table table{min-width:600px}.mobile-modal{position:fixed;inset:0;background:#00000080;z-index:1000;display:flex;align-items:flex-end;padding:0}.mobile-modal-content{background:#fff;border-radius:16px 16px 0 0;width:100%;max-height:90vh;overflow-y:auto;animation:slideUp .3s ease-out}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.mobile-nav{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #e5e7eb;padding:8px 0;z-index:100}.mobile-nav-item{display:flex;flex-direction:column;align-items:center;padding:8px 12px;text-decoration:none;color:#6b7280;font-size:12px;min-height:60px;justify-content:center}.mobile-nav-item.active{color:#6366f1}.mobile-nav-item svg{margin-bottom:4px}.mobile-form{padding:16px}.mobile-form-group{margin-bottom:20px}.mobile-form-label{display:block;margin-bottom:8px;font-weight:500;color:#374151}.mobile-list{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000001a}.mobile-list-item{padding:16px;border-bottom:1px solid #f3f4f6;display:flex;align-items:center;gap:12px;min-height:60px}.mobile-list-item:last-child{border-bottom:none}.navbar,.navbar-container{height:50px!important;padding:8px 12px!important}.navbar-brand,.navbar-logo{font-size:16px!important;font-weight:600!important}.navbar-menu,.navbar-nav{font-size:13px!important}.navbar-item,.nav-item{padding:6px 8px!important;font-size:13px!important}.mobile-search{position:relative;margin-bottom:12px}.mobile-search input{width:100%;padding:8px 12px 8px 36px;border:1px solid #d1d5db;border-radius:20px;font-size:14px;background:#f9fafb;height:36px}.mobile-search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#6b7280;font-size:14px}.navbar-search{max-width:200px!important;height:32px!important;font-size:13px!important;padding:6px 10px!important;border-radius:16px!important}.navbar-search input{font-size:13px!important;padding:0!important}.mobile-search-modal input{font-size:16px!important;padding:12px 16px!important;height:48px!important;border-radius:8px!important}.mobile-loading{display:flex;align-items:center;justify-content:center;padding:40px 20px;color:#6b7280}.mobile-loading-spinner{width:24px;height:24px;border:2px solid #e5e7eb;border-top:2px solid #6366f1;border-radius:50%;animation:spin 1s linear infinite;margin-right:12px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.mobile-empty-state{text-align:center;padding:40px 20px;color:#6b7280}.mobile-empty-state-icon{width:64px;height:64px;margin:0 auto 16px;opacity:.5}.mobile-error{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:16px;margin:16px;color:#dc2626}.mobile-success{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;padding:16px;margin:16px;color:#16a34a}.mobile-pull-refresh{position:relative;overflow:hidden}.mobile-pull-refresh-indicator{position:absolute;top:-60px;left:50%;transform:translate(-50%);width:40px;height:40px;border:2px solid #e5e7eb;border-top:2px solid #6366f1;border-radius:50%;animation:spin 1s linear infinite;transition:top .3s ease}.mobile-pull-refresh-indicator.active{top:20px}}@media (min-width: 576px) and (max-width: 991px){h1{font-size:26px!important}h2{font-size:22px!important}h3{font-size:19px!important}h4{font-size:17px!important}h5{font-size:15px!important}h6{font-size:14px!important}body,p,span,div{font-size:15px!important}.text-sm,small{font-size:13px!important}.tablet-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.summary-card,.card,.dashboard-card{padding:16px!important;margin-bottom:16px!important}.card-title,.summary-card-title{font-size:15px!important}.card-content,.summary-card-content{font-size:14px!important}.card-value,.summary-card-value{font-size:18px!important}.navbar,.navbar-container{height:55px!important;padding:10px 16px!important}.navbar-brand,.navbar-logo{font-size:18px!important}.navbar-menu,.navbar-nav{font-size:14px!important}.navbar-item,.nav-item{padding:8px 12px!important;font-size:14px!important}.navbar-search{max-width:250px!important;height:36px!important;font-size:14px!important}.tablet-sidebar{width:280px;position:fixed;left:0;top:0;height:100vh;background:#fff;border-right:1px solid #e5e7eb;z-index:100}.tablet-main{margin-left:280px;padding:24px}.tablet-card{border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:24px;margin-bottom:20px}.tablet-form{max-width:600px;margin:0 auto;padding:24px}.tablet-form-row{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}}.pwa-install-prompt{position:fixed;bottom:20px;left:20px;right:20px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px;box-shadow:0 10px 25px #0000001a;z-index:1000;max-width:400px;margin:0 auto;animation:slideUp .3s ease-out}.pwa-notification-prompt{position:fixed;top:20px;left:20px;right:20px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px;box-shadow:0 10px 25px #0000001a;z-index:1000;max-width:400px;margin:0 auto;animation:slideDown .3s ease-out}@keyframes slideDown{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}.pwa-status-online{position:fixed;top:10px;right:10px;background:#10b981;color:#fff;padding:4px 8px;border-radius:4px;font-size:12px;z-index:1000}.pwa-status-offline{position:fixed;top:10px;right:10px;background:#ef4444;color:#fff;padding:4px 8px;border-radius:4px;font-size:12px;z-index:1000}.touch-feedback{transition:all .1s ease}.touch-feedback:active{transform:scale(.98);opacity:.8}.swipe-indicator{position:absolute;top:50%;transform:translateY(-50%);width:4px;height:40px;background:#6366f1;border-radius:2px;opacity:0;transition:opacity .3s ease}.swipe-indicator.left{left:10px}.swipe-indicator.right{right:10px}.swipe-indicator.active{opacity:1}.long-press-indicator{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:60px;height:60px;border:3px solid #6366f1;border-radius:50%;opacity:0;animation:pulse .5s ease-in-out}@keyframes pulse{0%{opacity:0;transform:translate(-50%,-50%) scale(.8)}50%{opacity:1;transform:translate(-50%,-50%) scale(1.2)}to{opacity:0;transform:translate(-50%,-50%) scale(1.5)}}@media (prefers-contrast: high){.mobile-card,.mobile-list,.pwa-install-prompt,.pwa-notification-prompt{border:2px solid #000}}@media (prefers-color-scheme: dark){.mobile-card,.mobile-list,.pwa-install-prompt,.pwa-notification-prompt{background:#1f2937;color:#f9fafb;border-color:#374151}.mobile-nav{background:#1f2937;border-top-color:#374151}.mobile-nav-item{color:#9ca3af}.mobile-nav-item.active{color:#6366f1}}.mobile-card,.mobile-modal-content,.pwa-install-prompt,.pwa-notification-prompt{transform:translateZ(0);will-change:transform}.mobile-table,.mobile-modal-content{-webkit-overflow-scrolling:touch;scroll-behavior:smooth}.mobile-card img,.mobile-list-item img{loading:lazy;decoding:async}.mobile-p-4{padding:16px}.mobile-p-6{padding:24px}.mobile-p-8{padding:32px}.mobile-m-4{margin:16px}.mobile-m-6{margin:24px}.mobile-m-8{margin:32px}.mobile-text-sm{font-size:12px}.mobile-text-base{font-size:14px}.mobile-text-lg{font-size:16px}.mobile-text-xl{font-size:18px}@media (max-width: 575px){.dashboard-container,.admin-dashboard{padding:12px!important}.summary-grid,.dashboard-grid{grid-template-columns:1fr!important;gap:12px!important;margin-bottom:20px!important}.stat-card,.metric-card{padding:12px!important;margin-bottom:12px!important;border-radius:8px!important}.stat-card-title{font-size:12px!important;font-weight:500!important;margin-bottom:4px!important}.stat-card-value{font-size:18px!important;font-weight:700!important;margin-bottom:4px!important}.stat-card-subtitle{font-size:11px!important;opacity:.8}.chart-container,.graph-container{padding:12px!important;margin-bottom:16px!important}.chart-title{font-size:14px!important;margin-bottom:12px!important}.data-table,.admin-table{font-size:12px!important}.data-table th,.admin-table th{padding:8px 6px!important;font-size:11px!important;font-weight:600!important}.data-table td,.admin-table td{padding:8px 6px!important;font-size:12px!important}.filter-controls,.search-filters{margin-bottom:16px!important}.filter-controls input,.search-filters input,.filter-controls select,.search-filters select{font-size:14px!important;padding:8px 12px!important;height:36px!important}.action-buttons,.btn-group{margin-bottom:12px!important}.action-buttons button,.btn-group button{font-size:13px!important;padding:8px 12px!important;margin-right:8px!important;margin-bottom:8px!important}}@media (min-width: 576px) and (max-width: 991px){.dashboard-container,.admin-dashboard{padding:16px!important}.summary-grid,.dashboard-grid{grid-template-columns:repeat(2,1fr)!important;gap:16px!important;margin-bottom:24px!important}.stat-card,.metric-card{padding:16px!important;margin-bottom:16px!important}.stat-card-title{font-size:13px!important}.stat-card-value{font-size:20px!important}.stat-card-subtitle{font-size:12px!important}.chart-container,.graph-container{padding:16px!important;margin-bottom:20px!important}.chart-title{font-size:16px!important;margin-bottom:16px!important}}.mobile-flex{display:flex}.mobile-flex-col{flex-direction:column}.mobile-items-center{align-items:center}.mobile-justify-center{justify-content:center}.mobile-justify-between{justify-content:space-between}.mobile-grid{display:grid}.mobile-grid-cols-1{grid-template-columns:repeat(1,1fr)}.mobile-grid-cols-2{grid-template-columns:repeat(2,1fr)}.mobile-gap-4{gap:16px}.mobile-gap-6{gap:24px}:root{--primary-blue: #1a237e;--secondary-blue: #3949ab;--accent-blue: #283593;--table-bg: #f4f6fa;--card-border: #e3e6f3;--success: #4caf50;--warning: #ff9800;--danger: #f44336;--text-dark: #212121;--text-light: #fff}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion: no-preference){.App-logo{animation:App-logo-spin infinite 20s linear}}.App-header{background-color:#282c34;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:calc(10px + 2vmin);color:#fff}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.app-layout{display:flex;min-height:100vh;background:#fcfdff}.body-area{display:flex;width:100%;min-height:100vh}.settings-bar{width:56px;min-width:56px;background:linear-gradient(135deg,#ffe259,#ff6a00);display:flex;flex-direction:column;align-items:center;padding-top:0;padding-bottom:24px;border-left:none;box-shadow:0 0 24px #ff6a0012;transition:min-width .2s,max-width .2s;justify-content:flex-end;z-index:100}header.navbar,.navbar{background:#fff;box-shadow:0 2px 8px #1a237e12;padding:.75rem 2rem;display:flex;align-items:center;justify-content:space-between;min-height:64px;font-family:Inter,Segoe UI,Arial,sans-serif;position:fixed;left:56px;top:0;right:0;z-index:101}.sidebar{width:220px;min-width:220px;max-width:240px;background:#fff;border-right:1px solid #e3e6f3;display:flex;flex-direction:column;z-index:98;margin-top:64px}.main-content-area{flex:1;display:flex;flex-direction:column;min-height:100vh;margin-left:0;margin-top:64px}.main-content{flex:1;padding:0;overflow-y:auto;overflow-x:hidden;position:relative;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;will-change:scroll-position;transform:translateZ(0);background:#fcfdff}.page-content{padding:24px;margin:0}.sidebar-logo{background:#1a237e;height:64px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:22px;letter-spacing:2px;margin-bottom:8px;box-shadow:0 2px 8px #1a237e12}.sidebar ul{list-style:none;padding:0;margin:0}.sidebar li{margin-bottom:2px}.sidebar a{display:flex;align-items:center;gap:12px;padding:10px 24px;border-radius:8px;color:#212121!important;font-weight:500;font-size:16px;text-decoration:none;transition:background .2s,color .2s}.sidebar a[aria-current=page]{background:#f4f6fa;color:#1a237e!important;font-weight:700}.sidebar a:hover{background:#f4f6fa;color:#1a237e!important}.sidebar a span{color:#757575;display:flex;align-items:center}.sidebar a[aria-current=page] span,.sidebar a:hover span{color:#1a237e}.sidebar .section-divider{border-top:1px solid #e3e6f3;margin:18px 0 8px}.navbar-search{flex:1;max-width:400px;margin:0 2rem}.navbar-search input{width:100%;padding:8px 18px;border-radius:20px;border:1px solid #e3e6f3;background:#f4f6fa;font-size:15px}.navbar-actions{display:flex;align-items:center;gap:24px}.navbar-actions .user-avatar{display:flex;align-items:center;gap:10px;cursor:pointer;background:#f4f6fa;border-radius:20px;padding:4px 12px}.navbar-actions .user-avatar img{width:32px;height:32px;border-radius:50%;border:2px solid #e3e6f3;object-fit:cover}.navbar-actions .user-avatar span{color:#1a237e;font-weight:600;font-size:15px}.main-content{flex:1;display:flex;flex-direction:column;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.page-content{flex:1;padding:0;margin:0}.card{background:var(--text-light);border-radius:16px;box-shadow:0 2px 12px #1a237e12;padding:2rem;margin-bottom:2rem;border:1px solid var(--card-border)}.table{width:100%;border-collapse:separate;border-spacing:0;background:var(--text-light);margin-bottom:2rem;border-radius:12px;overflow:hidden}.table th,.table td{padding:1rem 1.25rem;border-bottom:1px solid #e0e0e0;font-size:1rem}.table th{background:var(--table-bg);font-weight:700;color:var(--primary-blue)}.table tr:last-child td{border-bottom:none}.btn-primary{background:var(--primary-blue);border-color:var(--primary-blue);font-size:1rem;border-radius:6px;padding:.5rem 1.5rem}.btn-primary:hover,.btn-primary:focus{background:var(--secondary-blue);border-color:var(--secondary-blue)}.alert-success{background:#e3fcec;color:#256029;border-color:#b7ebc6}body,input,button,select{font-family:Kanit,Arial,sans-serif;font-size:1rem;color:#212121}h1,h2,h3,h4,h5,h6{color:#1a237e;font-family:Inter,Segoe UI,Arial,sans-serif;font-weight:700}label,.label,.section-heading{color:#3949ab;font-weight:600}.secondary-text,.hint,.form-text,.text-muted{color:#757575}input::placeholder,textarea::placeholder{color:#bdbdbd}body.dark-mode{background:#18181b!important;color:#f3f4f6!important}body.dark-mode .navbar,body.dark-mode .navbar-fixed{background:#23232a!important;color:#f3f4f6!important;box-shadow:0 2px 8px #0000002e!important}body.dark-mode .sidebar{background:#23232a!important;color:#f3f4f6!important;border-right:1px solid #27272a!important}body.dark-mode .main-content,body.dark-mode .page-content{background:#18181b!important;color:#f3f4f6!important}body.dark-mode .card,body.dark-mode .table{background:#23232a!important;color:#f3f4f6!important;border-color:#27272a!important}body.dark-mode .dashboard-footer-end{background:#23232a!important;color:#f3f4f6!important;border-top:1.5px solid #27272a!important}body.dark-mode input,body.dark-mode select,body.dark-mode textarea{background:#23232a!important;color:#f3f4f6!important;border-color:#27272a!important}body.dark-mode .btn-primary{background:#ff6a00!important;border-color:#ff6a00!important;color:#fff!important}@media (max-width: 575.98px){.app-layout{flex-direction:column}.sidebar{position:fixed;left:-100%;top:0;height:100vh;z-index:1000;transition:left .3s ease;min-width:280px;max-width:280px}.sidebar.open{left:0}.main-content{margin-left:0!important;margin-top:0!important;width:100%}.navbar{padding:.5rem 1rem;min-height:56px}.navbar-search{display:none}.navbar-actions{gap:12px}.navbar-actions .user-avatar span{display:none}.dashboard-scrollbar-hide{padding:0 12px!important;margin-right:12px!important}.dashboard-top-controls{flex-direction:column;gap:12px;align-items:stretch}.dashboard-dropdown{min-width:100%!important;margin-right:0!important}.summary-widgets-row{flex-direction:column!important;gap:12px!important}.summary-widget{width:100%!important}.charts-row{flex-direction:column!important;gap:16px!important}.chart-container{width:100%!important;height:auto!important;min-height:300px}.table-container{overflow-x:auto;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;will-change:scroll-position;transform:translateZ(0)}table{min-width:600px;font-size:12px!important}th,td{padding:6px 4px!important}}@media (min-width: 576px) and (max-width: 767.98px){.sidebar{position:fixed;left:-100%;top:0;height:100vh;z-index:1000;transition:left .3s ease;min-width:280px;max-width:280px}.sidebar.open{left:0}.main-content{margin-left:0!important;margin-top:0!important;width:100%}.navbar{padding:.75rem 1.5rem}.navbar-search{max-width:300px;margin:0 1rem}.dashboard-scrollbar-hide{padding:0 16px!important;margin-right:16px!important}.summary-widgets-row{flex-wrap:wrap!important;gap:16px!important}.summary-widget{flex:1 1 calc(50% - 8px)!important;min-width:200px}.charts-row{flex-direction:column!important;gap:20px!important}.chart-container{width:100%!important}}@media (min-width: 768px) and (max-width: 991.98px){.sidebar{position:fixed;left:-100%;top:0;height:100vh;z-index:1000;transition:left .3s ease;min-width:280px;max-width:280px}.sidebar.open{left:0}.main-content{margin-left:0!important;margin-top:0!important;width:100%}.navbar{padding:1rem 2rem}.navbar-search{max-width:350px}.dashboard-scrollbar-hide{padding:0 20px!important;margin-right:20px!important}.summary-widgets-row{flex-wrap:wrap!important;gap:20px!important}.summary-widget{flex:1 1 calc(50% - 10px)!important;min-width:250px}.charts-row{flex-direction:column!important;gap:24px!important}.chart-container{width:100%!important}}@media (min-width: 992px) and (max-width: 1199.98px){.sidebar{min-width:220px;max-width:220px}.main-content{margin-left:220px!important}.navbar{padding:1rem 2rem}.navbar-search{max-width:400px}.dashboard-scrollbar-hide{padding:0 24px!important;margin-right:24px!important}.summary-widgets-row{gap:18px!important}.summary-widget{flex:1 1 calc(25% - 13.5px)!important}.charts-row{gap:24px!important}}@media (min-width: 1200px){.sidebar{min-width:220px;max-width:220px}.main-content{margin-left:220px!important}.navbar{padding:1rem 2rem}.navbar-search{max-width:450px}.dashboard-scrollbar-hide{padding:0 24px!important;margin-right:24px!important}.summary-widgets-row{gap:18px!important}.summary-widget{flex:1 1 calc(25% - 13.5px)!important}.charts-row{gap:24px!important}}@media (min-width: 1400px){.main-content{margin-left:220px!important}.navbar{padding:1rem 3rem}.navbar-search{max-width:500px}.dashboard-scrollbar-hide{padding:0 32px!important;margin-right:32px!important}.summary-widgets-row{gap:24px!important}.summary-widget{flex:1 1 calc(25% - 18px)!important}.charts-row{gap:32px!important}}.mobile-menu-toggle{display:none;background:none;border:none;font-size:24px;color:#ff6a00;cursor:pointer;padding:8px;border-radius:4px;transition:background-color .2s}.mobile-menu-toggle:hover{background-color:#ff6a001a}@media (max-width: 991.98px){.mobile-menu-toggle{display:block}}.sidebar-overlay{display:none;position:fixed;inset:0;background:#00000080;z-index:999}.sidebar-overlay.open{display:block}@media (max-width: 767.98px){.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:8px;box-shadow:0 2px 8px #0000001a}.table-responsive table{margin-bottom:0}.table-responsive th,.table-responsive td{white-space:nowrap;min-width:120px}}@media (max-width: 767.98px){.form-group{margin-bottom:1rem}.form-control{font-size:16px}.btn{width:100%;margin-bottom:.5rem}.btn-group .btn{width:auto}}@media (max-width: 767.98px){.card{margin-bottom:1rem;border-radius:8px}.card-body,.card-header{padding:1rem}}@media (max-width: 767.98px){.breadcrumb{flex-wrap:wrap;font-size:14px}.breadcrumb-item{margin-bottom:.25rem}}@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.sidebar-logo,.navbar-actions .user-avatar img{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}}@media print{.sidebar,.navbar,.mobile-menu-toggle,.sidebar-overlay{display:none!important}.main-content{margin-left:0!important;margin-top:0!important}.dashboard-scrollbar-hide{padding:0!important;margin:0!important}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media (max-width: 767.98px){body.dark-mode .sidebar,body.dark-mode .navbar{background:#1a1a1a}body.dark-mode .main-content{background:#0d0d0d}}html{scroll-behavior:smooth;-webkit-overflow-scrolling:touch}body{scroll-behavior:smooth;-webkit-overflow-scrolling:touch;overflow-x:hidden}.main-content{margin-top:56px;height:calc(100vh - 44px);overflow-y:auto;overflow-x:hidden;position:relative;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;will-change:scroll-position;transform:translateZ(0)}.main-content::-webkit-scrollbar{display:none}.page-content{padding:24px;min-height:calc(100vh - 120px);will-change:auto;transform:translateZ(0)}.table-container{overflow-x:auto;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;will-change:scroll-position;transform:translateZ(0)}.sidebar{background:#fff;border-right:1px solid #e3e6f3;min-width:220px;max-width:240px;display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;will-change:auto;transform:translateZ(0)}.sidebar::-webkit-scrollbar{display:none}.main-content,.sidebar,.table-container{scroll-behavior:smooth;-webkit-overflow-scrolling:touch;will-change:scroll-position;transform:translateZ(0);scrollbar-width:none;-ms-overflow-style:none}.main-content::-webkit-scrollbar,.sidebar::-webkit-scrollbar,.table-container::-webkit-scrollbar{display:none}html,body{scrollbar-width:thin;-ms-overflow-style:auto}html,body,.main-content,.sidebar,.table-container{scrollbar-width:none;-ms-overflow-style:none}html::-webkit-scrollbar,body::-webkit-scrollbar,.main-content::-webkit-scrollbar,.sidebar::-webkit-scrollbar,.table-container::-webkit-scrollbar{display:none}body{overflow-x:hidden;overflow-y:auto}.main-content{overflow-y:auto;overflow-x:hidden;position:relative;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;will-change:scroll-position;transform:translateZ(0)}@media (min-width: 992px){.main-content{margin-left:270px;padding-left:0}}.hide-scrollbar{scrollbar-width:none;-ms-overflow-style:none}.hide-scrollbar::-webkit-scrollbar{display:none}.landing-page{min-height:100vh;background:linear-gradient(135deg,#1e293b,#334155);display:flex;flex-direction:column}.landing-header{width:100%;padding:0 32px;height:76px;display:flex;align-items:center;justify-content:space-between;background:#ffffffd9;box-shadow:0 4px 24px #1565c01a;border-bottom:2px solid;border-image:linear-gradient(90deg,#1565c0,#f57c00) 1;position:fixed;top:0;left:0;z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.header-brand{display:flex;align-items:center;gap:16px;cursor:pointer}.header-logo{width:44px;height:44px;border-radius:12px;background:#fff;box-shadow:0 2px 12px #6366f122;transition:transform .2s;cursor:pointer}.header-tagline{font-weight:600;font-size:16px;color:#f57c00;margin-left:12px;letter-spacing:1px;opacity:.85}.header-nav{display:flex;gap:28px}.nav-link{color:#1565c0;font-weight:700;text-decoration:none;font-size:17px;transition:color .2s ease}.nav-link:hover{color:#f57c00}.header-cta{padding:10px 28px;background:linear-gradient(90deg,#1565c0,#f57c00);color:#fff;border:none;border-radius:8px;font-weight:700;font-size:18px;box-shadow:0 2px 8px #1565c01a;cursor:pointer;transition:all .2s ease;border-image:linear-gradient(90deg,#1565c0,#f57c00) 1;border-width:2px;border-style:solid}.header-cta:hover{transform:translateY(-2px);box-shadow:0 4px 16px #1565c033}.hero-section{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:120px 20px 60px}.hero-logo{margin-bottom:32px;text-align:center}.hero-logo-img{width:120px;height:120px;border-radius:32px;background:#fff;box-shadow:0 4px 32px #6366f133;margin:0 auto;display:block;animation:logoPop 1.2s cubic-bezier(.68,-.55,.27,1.55)}.hero-title{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:900;color:#fff;letter-spacing:2px;text-shadow:0 4px 24px rgba(60,60,120,.18);margin-bottom:24px;text-align:center;line-height:1.1}.hero-subtitle{font-size:clamp(1.1rem,2.5vw,1.75rem);font-weight:500;color:#e0e7ff;margin-bottom:32px;text-align:center;max-width:600px;line-height:1.4}.hero-cta{padding:16px 48px;background:linear-gradient(90deg,#1565c0,#f57c00);color:#fff;border:none;border-radius:12px;font-weight:800;font-size:clamp(1.1rem,2vw,1.375rem);box-shadow:0 4px 24px #1565c02e;cursor:pointer;margin-top:12px;transition:all .2s ease;min-height:56px;min-width:200px}.hero-cta:hover{transform:translateY(-2px);box-shadow:0 6px 32px #1565c040}.features-section{width:100%;background:#fff;padding:64px 0 48px;display:flex;flex-direction:column;align-items:center}.how-it-works-section{width:100%;background:linear-gradient(90deg,#1565c0,#f57c00);padding:64px 0 48px;display:flex;flex-direction:column;align-items:center}.section-title{font-size:clamp(1.8rem,4vw,2.25rem);font-weight:800;color:#6366f1;margin-bottom:32px;text-align:center;line-height:1.2}.section-title-white{color:#fff}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px;justify-items:center;max-width:1100px;width:100%;padding:0 20px}.feature-card{width:100%;max-width:320px;background:#f3f4f6;border-radius:16px;padding:32px;box-shadow:0 2px 12px #6366f10a;text-align:center;transition:transform .2s ease,box-shadow .2s ease}.feature-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #6366f120}.feature-icon{font-size:48px;margin-bottom:16px}.feature-title{font-size:clamp(1.1rem,2vw,1.375rem);font-weight:700;color:#6366f1;margin-bottom:10px;line-height:1.3}.feature-description{color:#374151;font-size:clamp(.9rem,1.5vw,1rem);line-height:1.5}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px;justify-items:center;max-width:1100px;width:100%;padding:0 20px}.step-card{width:100%;max-width:320px;background:#fff;border-radius:16px;padding:32px;box-shadow:0 2px 12px #1565c00a;text-align:center;transition:transform .2s ease,box-shadow .2s ease}.step-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #1565c020}.step-icon{font-size:40px;margin-bottom:12px;color:#1565c0}.step-title{font-size:clamp(1rem,2vw,1.25rem);font-weight:700;color:#1565c0;margin-bottom:8px;line-height:1.3}.step-description{color:#374151;font-size:clamp(.85rem,1.5vw,.9375rem);line-height:1.5}.pricing-section{width:100%;background:#fff;padding:64px 0 48px;display:flex;flex-direction:column;align-items:center}.pricing-title{font-size:clamp(1.8rem,4vw,2.25rem);font-weight:800;color:#1565c0;margin-bottom:16px;text-align:center;line-height:1.2}.pricing-subtitle{font-size:clamp(1rem,2vw,1.125rem);color:#6b7280;margin-bottom:32px;text-align:center;max-width:600px;line-height:1.4}.billing-toggle{margin-bottom:32px}.billing-toggle-label{text-align:center;margin-bottom:16px;font-size:16px;color:#6b7280}.billing-toggle-container{display:flex;background:#f3f4f6;border-radius:12px;padding:6px;box-shadow:0 2px 8px #0000001a;max-width:300px;margin:0 auto}.billing-toggle-btn{padding:12px 24px;border-radius:8px;border:none;font-weight:600;font-size:16px;cursor:pointer;transition:all .3s ease;min-width:120px;flex:1}.billing-toggle-btn.active{background:#1565c0;color:#fff}.billing-toggle-btn.inactive{background:transparent;color:#6b7280}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px;justify-items:center;max-width:1100px;width:100%;padding:0 20px}.pricing-card{width:100%;max-width:350px;background:#f3f4f6;border-radius:20px;padding:36px;box-shadow:0 2px 16px #1565c00a;text-align:center;transition:transform .2s ease,box-shadow .2s ease;position:relative}.pricing-card.featured{background:#fff;border:2px solid #F57C00;box-shadow:0 4px 24px #f57c001a}.pricing-card:hover{transform:translateY(-4px);box-shadow:0 8px 32px #1565c026}.pricing-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:#f57c00;color:#fff;padding:4px 16px;border-radius:12px;font-size:12px;font-weight:700}.pricing-icon{font-size:44px;margin-bottom:12px}.pricing-plan-title{font-size:clamp(1.2rem,2.5vw,1.5rem);font-weight:800;color:#1565c0;margin-bottom:8px;line-height:1.3}.pricing-plan-title.featured{color:#f57c00}.pricing-price{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:#374151;margin-bottom:8px;line-height:1.2}.pricing-period{font-size:16px;color:#1565c0}.pricing-period.featured{color:#f57c00}.pricing-savings{background:#10b981;color:#fff;padding:4px 12px;border-radius:20px;font-size:14px;font-weight:600;margin-bottom:16px;display:inline-block}.pricing-features{list-style:none;padding:0;margin:16px 0;color:#374151;font-size:16px;text-align:left;line-height:1.6}.pricing-features li{margin-bottom:8px}.pricing-cta{padding:10px 24px;border:none;border-radius:8px;font-weight:700;font-size:16px;cursor:pointer;margin-top:8px;transition:all .2s ease;min-height:44px;width:100%}.pricing-cta.basic{background:#1565c0;color:#fff}.pricing-cta.professional{background:linear-gradient(90deg,#f57c00,#ff9800);color:#fff}.pricing-cta.enterprise{background:#1565c0;color:#fff}.pricing-cta:hover{transform:translateY(-2px);box-shadow:0 4px 20px #1565c04d}.pricing-cta.professional:hover{box-shadow:0 6px 24px #f57c0066}.testimonials-section{width:100%;background:#f8fafc;padding:64px 0 48px;display:flex;flex-direction:column;align-items:center}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px;justify-items:center;max-width:1100px;width:100%;padding:0 20px}.testimonial-card{width:100%;max-width:350px;background:#fff;border-radius:16px;padding:32px;box-shadow:0 2px 16px #6366f10a;text-align:left;font-style:italic;position:relative;line-height:1.6}.testimonial-quote{font-size:32px;color:#6366f1;position:absolute;left:16px;top:16px}.testimonial-text{margin-top:20px;margin-bottom:18px;font-size:clamp(.9rem,1.5vw,1rem);color:#374151}.testimonial-author{font-weight:700;color:#374151;font-style:normal;font-size:14px}.faq-section{width:100%;background:#fff;padding:64px 0 48px;display:flex;flex-direction:column;align-items:center}.faq-container{max-width:900px;width:100%;padding:0 20px}.faq-item{margin-bottom:24px}.faq-question{color:#1565c0;font-weight:700;font-size:clamp(1rem,2vw,1.25rem);margin-bottom:8px;line-height:1.3}.faq-answer{color:#374151;font-size:clamp(.9rem,1.5vw,1rem);margin-left:8px;line-height:1.5}.contact-section{width:100%;background:linear-gradient(90deg,#1565c0,#f57c00);padding:64px 0 48px;display:flex;flex-direction:column;align-items:center}.contact-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:48px;justify-items:center;width:100%;max-width:1100px;padding:0 20px}.contact-info{min-width:280px;max-width:340px;background:#ffffff1a;border-radius:4px;padding:32px;color:#fff;box-shadow:0 2px 16px #6366f122}.contact-info-title{font-size:22px;font-weight:700;margin-bottom:18px;color:#f57c00}.contact-info-item{margin-bottom:14px;font-size:14px;line-height:1.5}.contact-info-item strong{font-weight:600}.contact-info-item a{color:#e0e7ff;text-decoration:underline}.contact-form{min-width:320px;max-width:420px;background:#ffffff1a;border-radius:4px;padding:32px;color:#fff;box-shadow:0 2px 16px #6366f122;display:flex;flex-direction:column;gap:18px}.contact-form-title{font-size:22px;font-weight:700;margin-bottom:8px;color:#f57c00}.contact-form-input{border:none;outline:none;background:#ffffff2e;color:#374151;font-size:16px;padding:10px 16px;border-radius:12px;font-weight:500;min-height:44px}.contact-form-input::placeholder{color:#6b7280}.contact-form-textarea{border:none;outline:none;background:#ffffff2e;color:#374151;font-size:16px;padding:10px 16px;border-radius:12px;font-weight:500;resize:vertical;min-height:120px;font-family:inherit}.contact-form-textarea::placeholder{color:#6b7280}.contact-form-submit{background:linear-gradient(90deg,#1565c0,#f57c00);color:#fff;border:none;border-radius:12px;padding:12px 0;font-weight:700;font-size:17px;cursor:pointer;margin-top:8px;box-shadow:0 1px 6px #6366f133;transition:all .15s ease;min-height:48px}.contact-form-submit:hover{transform:scale(1.05)}.contact-form-submit:disabled{background:#9ca3af;cursor:not-allowed;opacity:.7}.contact-form-submit:disabled:hover{transform:none}.landing-footer{width:100%;background:linear-gradient(135deg,#1e293b,#334155);color:#fff;padding:36px 0 18px;display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;font-size:16px;margin-top:auto;position:relative;overflow:hidden;box-shadow:0 -2px 24px #6366f122;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.footer-brand{display:flex;flex-direction:column;align-items:flex-start;gap:0;max-width:540px;padding-left:32px;flex:0 0 440px;cursor:pointer}.footer-brand-logo{display:flex;align-items:center;gap:14px;margin-bottom:6px}.footer-logo{width:36px;height:36px;border-radius:8px;background:#fff;box-shadow:0 1px 6px #6366f122}.footer-description{color:#e0f2fe;font-weight:500;font-size:16px;margin-bottom:0;text-align:left;max-width:420px;line-height:1.5;letter-spacing:.2px}.footer-social{display:flex;gap:20px;margin:18px 0 0}.footer-social-link{display:flex;align-items:center;color:#fff;font-size:22px;transition:all .2s ease}.footer-social-link:hover{transform:scale(1.18)}.footer-copyright{color:#fff;font-weight:500;font-size:15px;opacity:.85;letter-spacing:.5px;text-align:center}.footer-newsletter{display:flex;flex-direction:column;align-items:flex-start;margin-right:32px;min-width:340px;max-width:440px;width:100%}.footer-newsletter-title{font-weight:700;font-size:17px;color:#fff;margin-bottom:8px;letter-spacing:.5px}.footer-newsletter-form{display:flex;gap:0;background:#ffffff1a;border-radius:32px;box-shadow:0 2px 12px #6366f122;padding:8px 12px;width:100%;min-width:300px;max-width:400px;flex-direction:row;align-items:center}.footer-newsletter-input{border:none;outline:none;background:transparent;color:#fff;font-size:15px;padding:8px 12px;border-radius:24px;flex:1;min-width:0;font-weight:500;letter-spacing:.2px}.footer-newsletter-input::placeholder{color:#ffffffb3}.footer-newsletter-submit{background:linear-gradient(90deg,#1565c0,#f57c00);color:#fff;border:none;border-radius:24px;padding:8px 22px;font-weight:700;font-size:15px;margin-left:8px;cursor:pointer;box-shadow:0 1px 6px #6366f133;transition:all .15s ease;min-height:40px}.footer-newsletter-submit:hover{transform:scale(1.07)}.footer-legal{display:flex;flex-direction:column;align-items:flex-start;margin-right:32px;min-width:200px;max-width:300px}.footer-legal-title{font-weight:700;font-size:17px;color:#fff;margin-bottom:12px;letter-spacing:.5px}.footer-legal-links{display:flex;flex-direction:column;gap:8px}.footer-legal-link{color:#e0f2fe;text-decoration:none;font-size:14px;font-weight:500;transition:all .2s ease;cursor:pointer}.footer-legal-link:hover{color:#fff;transform:translate(4px)}@keyframes logoPop{0%{opacity:0;transform:scale(.7) rotate(-10deg)}60%{opacity:1;transform:scale(1.1) rotate(3deg)}to{opacity:1;transform:scale(1) rotate(0)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:none}}@keyframes slideUp{0%{opacity:0;transform:translateY(60px)}to{opacity:1;transform:none}}@keyframes bounceIn{0%{opacity:0;transform:scale(.8) translateY(60px)}60%{opacity:1;transform:scale(1.05) translateY(-10px)}to{opacity:1;transform:scale(1) translateY(0)}}.fade-in-section{opacity:1!important;animation:fadeIn 1s ease}.slide-up-section{opacity:1!important;animation:slideUp 1s ease}.bounce-in-section{opacity:1!important;animation:bounceIn 1s cubic-bezier(.68,-.55,.27,1.55)}.scroll-animate{opacity:0;transition:opacity .3s}@media (max-width: 480px){.landing-header{padding:0 16px;height:64px;flex-wrap:wrap}.header-brand{gap:8px}.header-logo{width:36px;height:36px}.header-tagline,.header-nav{display:none}.header-cta{padding:8px 16px;font-size:14px}.hero-section{padding:100px 16px 40px}.hero-logo-img{width:80px;height:80px}.hero-title{font-size:2rem;letter-spacing:1px}.hero-subtitle{font-size:1rem;margin-bottom:24px}.hero-cta{padding:12px 32px;font-size:1rem;min-width:160px}.features-section,.how-it-works-section,.pricing-section,.testimonials-section,.faq-section,.contact-section{padding:48px 0 32px}.section-title{font-size:1.5rem;margin-bottom:24px}.features-grid,.steps-grid,.pricing-grid,.testimonials-grid{grid-template-columns:1fr;gap:24px;padding:0 16px}.feature-card,.step-card,.pricing-card,.testimonial-card{padding:24px}.feature-icon,.pricing-icon{font-size:36px}.step-icon{font-size:32px}.billing-toggle-container{flex-direction:column;gap:8px}.billing-toggle-btn{min-width:auto}.contact-container{grid-template-columns:1fr;gap:32px;padding:0 16px}.contact-info,.contact-form{padding:24px}.landing-footer{flex-direction:column;padding:24px 16px 16px;gap:24px}.footer-brand{padding-left:0;flex:none;max-width:none}.footer-newsletter,.footer-legal{margin-right:0;min-width:auto;max-width:none}.footer-newsletter-form{min-width:auto;max-width:none}}@media (min-width: 481px) and (max-width: 768px){.landing-header{padding:0 24px}.header-nav{gap:20px}.nav-link{font-size:15px}.hero-section{padding-left:24px;padding-right:24px}.features-grid,.steps-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px}.pricing-grid,.testimonials-grid{grid-template-columns:1fr;gap:24px}.contact-container{grid-template-columns:1fr;gap:40px}.landing-footer{flex-direction:column;padding:32px 24px 20px;gap:32px}}@media (min-width: 769px) and (max-width: 1024px){.landing-header{padding:0 32px}.features-grid,.steps-grid,.pricing-grid,.testimonials-grid{grid-template-columns:repeat(2,1fr);gap:28px}.contact-container{grid-template-columns:repeat(2,1fr);gap:40px}.landing-footer{flex-direction:row;flex-wrap:wrap;padding:32px;gap:24px}.footer-brand{flex:1 1 100%;margin-bottom:16px}.footer-newsletter,.footer-legal{flex:1 1 calc(50% - 12px)}}@media (min-width: 1025px){.features-grid,.steps-grid,.pricing-grid,.testimonials-grid{grid-template-columns:repeat(3,1fr)}.contact-container{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1440px){.hero-section{padding-left:40px;padding-right:40px}.features-grid,.steps-grid,.pricing-grid,.testimonials-grid,.contact-container{max-width:1200px}}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mt-0{margin-top:0}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.p-0{padding:0}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.w-full{width:100%}.h-full{height:100%}.flex{display:flex}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,1fr)}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.rounded{border-radius:.25rem}.rounded-md{border-radius:.375rem}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-2xl{border-radius:1rem}.shadow{box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.shadow-md{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.shadow-xl{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.transition{transition:all .15s ease}.transition-colors{transition:color .15s ease,background-color .15s ease,border-color .15s ease}.transition-transform{transition:transform .15s ease}.hover\:scale-105:hover{transform:scale(1.05)}.hover\:scale-110:hover{transform:scale(1.1)}.hover\:-translate-y-1:hover{transform:translateY(-.25rem)}.hover\:-translate-y-2:hover{transform:translateY(-.5rem)}.focus\:outline-none:focus{outline:none}.focus\:ring-2:focus{box-shadow:0 0 0 2px #3b82f680}.cursor-pointer{cursor:pointer}.cursor-not-allowed{cursor:not-allowed}.select-none{user-select:none;-webkit-user-select:none;-webkit-touch-callout:none}.overflow-hidden{overflow:hidden}.overflow-auto{overflow:auto}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.opacity-0{opacity:0}.opacity-50{opacity:.5}.opacity-75{opacity:.75}.opacity-100{opacity:1}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media (prefers-contrast: high){.feature-card,.step-card,.pricing-card,.testimonial-card{border:2px solid #000}.nav-link,.footer-legal-link{text-decoration:underline}}.nav-link:focus,.header-cta:focus,.hero-cta:focus,.pricing-cta:focus,.contact-form-submit:focus,.footer-newsletter-submit:focus{outline:2px solid #F57C00;outline-offset:2px}@media print{.landing-header,.hero-cta,.header-cta,.pricing-cta,.contact-form,.footer-newsletter,.footer-social{display:none}.landing-page{background:#fff;color:#000}.hero-section,.features-section,.how-it-works-section,.pricing-section,.testimonials-section,.faq-section,.contact-section{background:#fff;color:#000;page-break-inside:avoid}}
