.auth-page{display:flex;align-items:center;justify-content:center;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px}.auth-container{width:100%;max-width:500px}.auth-content{background:#fff;border-radius:8px;box-shadow:0 10px 40px rgba(0,0,0,.1);padding:40px}.auth-content h1{margin-bottom:10px;font-size:28px;font-weight:700;color:#333}.auth-content>p{margin-bottom:30px;color:#666;font-size:14px}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;font-weight:600;color:#333;font-size:14px}.form-group input{width:100%;padding:12px;border:1px solid #ddd;border-radius:6px;font-size:14px;transition:all .3s ease;box-sizing:border-box;font-family:inherit}.form-group input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,.1)}.form-group input:disabled{background-color:#f5f5f5;cursor:not-allowed;color:#999}.login-form button,.register-form button{width:100%;padding:12px;margin-top:10px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:6px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease}.login-form button:hover:not(:disabled),.register-form button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 5px 20px rgba(102,126,234,.4)}.login-form button:disabled,.register-form button:disabled{opacity:.7;cursor:not-allowed}.error-message{background-color:#fee;border:1px solid #fcc;border-radius:6px;color:#c33}.error-message,.success-message{padding:12px;margin-bottom:20px;font-size:14px}.success-message{background-color:#efe;border:1px solid #cfc;border-radius:6px;color:#3c3}.form-footer{margin-top:20px;text-align:center;font-size:14px;color:#666}.form-footer a{color:#667eea;text-decoration:none;font-weight:600;transition:color .3s ease}.form-footer a:hover{color:#764ba2}.register-form h2{font-size:18px;font-weight:700;color:#333;margin-top:30px;margin-bottom:20px;padding-bottom:10px;border-bottom:2px solid #f0f0f0}.register-form h2:first-child{margin-top:0}.dashboard{max-width:1200px;margin:0 auto}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;padding-bottom:20px;border-bottom:2px solid #e5e7eb}.dashboard-header h1{margin:0;font-size:32px;font-weight:700}.logout-btn{padding:10px 20px;background-color:#ef4444;color:#fff;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:all .3s ease}.logout-btn:hover{background-color:#dc2626;transform:translateY(-2px)}.dashboard-grid{display:grid;grid-gap:24px;gap:24px;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.dashboard-card{background:#fff;border-radius:8px;padding:24px;box-shadow:0 1px 3px rgba(0,0,0,.1);border:1px solid #e5e7eb}.dashboard-card h2{margin-top:0;margin-bottom:20px;font-size:20px;font-weight:700;color:#111827}.profile-info p{margin:12px 0;color:#4b5563;line-height:1.6}.profile-info strong{color:#111827;font-weight:600}.approval-status{padding:16px;background-color:#f0f9ff;border-left:4px solid #0284c7;border-radius:4px}.status-pending{margin:0 0 12px;font-size:18px;font-weight:600;color:#0284c7}.status-text{margin:0;color:#475569;font-size:14px;line-height:1.6}.actions{display:flex;flex-direction:column;gap:10px}.action-btn{padding:12px 16px;background-color:#667eea;color:#fff;border:none;border-radius:6px;font-weight:600;cursor:pointer;text-decoration:none;text-align:center;transition:all .3s ease;display:inline-block}.action-btn:hover:not(:disabled){background-color:#764ba2;transform:translateY(-2px);box-shadow:0 4px 12px rgba(102,126,234,.4)}.action-btn:disabled{background-color:#cbd5e1;cursor:not-allowed;opacity:.7}.status-approved{margin:0 0 12px;font-size:18px;font-weight:600;color:#16a34a}.approval-status.approved{background-color:#f0fdf4;border-left-color:#16a34a}.approval-status.pending{background-color:#f0f9ff;border-left-color:#0284c7}.card-link{display:inline-block;margin-top:16px;color:#667eea;font-weight:600;text-decoration:none;font-size:14px;transition:color .2s ease}.card-link:hover{color:#764ba2}.steps{padding-left:20px;margin:0}.steps li{margin-bottom:12px;color:#4b5563;line-height:1.6}.action-btn.disabled{background-color:#cbd5e1;cursor:not-allowed;pointer-events:none;opacity:.7}.dashboard-layout{display:flex;min-height:calc(100vh - 120px)}.dashboard-sidebar{width:240px;min-width:240px;background:#fff;border-right:1px solid #e5e7eb;display:flex;flex-direction:column;padding:24px 0}.sidebar-header{padding:0 20px 20px;border-bottom:1px solid #e5e7eb;margin-bottom:12px}.sidebar-user-email{font-size:13px;color:#6b7280;margin:0 0 4px;word-break:break-all}.sidebar-user-company{font-size:15px;font-weight:700;color:#111827;margin:0 0 10px}.badge-approved{background-color:#dcfce7;color:#16a34a}.badge-approved,.badge-pending{display:inline-block;padding:3px 10px;border-radius:999px;font-size:12px;font-weight:600}.badge-pending{background-color:#e0f2fe;color:#0284c7}.sidebar-nav ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px}.sidebar-link{display:block;padding:10px 20px;color:#374151;text-decoration:none;font-weight:500;font-size:14px;border-radius:0;transition:background-color .15s ease,color .15s ease}.sidebar-link:hover{background-color:#f3f4f6;color:#111827}.sidebar-link.active{background-color:#ede9fe;color:#7c3aed;font-weight:700;border-left:3px solid #7c3aed}.sidebar-footer{margin-top:auto;padding:20px;border-top:1px solid #e5e7eb}.sidebar-logout-btn{width:100%;background:none;border:1px solid #e5e7eb;color:#ef4444;padding:8px 12px;border-radius:6px;font-weight:600;font-size:14px;cursor:pointer;transition:all .2s ease}.sidebar-logout-btn:hover{background-color:#fef2f2;border-color:#fca5a5}.dashboard-main{flex:1 1;min-width:0;box-sizing:border-box}.dashboard-main,main.dashboard-main{padding:2rem 1.5rem}.dashboard-page{max-width:960px}.dashboard-loading{display:flex;align-items:center;justify-content:center;min-height:60vh;color:#6b7280}.billing-info{display:flex;flex-direction:column;gap:14px}.info-row{display:flex;gap:12px;align-items:flex-start}.info-row label{min-width:130px;font-weight:600;color:#374151;font-size:14px;flex-shrink:0}.info-row span{color:#4b5563;font-size:14px}.billing-form-actions{display:flex;gap:12px;margin-top:16px}.primary-btn{padding:10px 24px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:6px;font-weight:600;font-size:14px;cursor:pointer;transition:all .2s ease}.primary-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px rgba(102,126,234,.4)}.primary-btn:disabled{opacity:.7;cursor:not-allowed}.secondary-btn{padding:10px 24px;background:#fff;color:#374151;border:1px solid #d1d5db;border-radius:6px;font-weight:600;font-size:14px;cursor:pointer;transition:all .2s ease}.secondary-btn:hover:not(:disabled){background-color:#f3f4f6}.secondary-btn:disabled{opacity:.7;cursor:not-allowed}.billing-empty{color:#6b7280;font-size:14px;line-height:1.6}.edit-btn{padding:8px 16px;background:#fff;color:#374151;border:1px solid #d1d5db;border-radius:6px;font-weight:600;font-size:14px;cursor:pointer;transition:all .2s ease}.edit-btn:hover{background-color:#f3f4f6}.warning-box{padding:20px;background-color:#fffbeb;border:1px solid #fde68a;border-left:4px solid #f59e0b;border-radius:6px;color:#92400e;font-size:14px;line-height:1.6}.warning-box p{margin:0 0 8px}.warning-box p:last-child{margin:0}.profile-container{gap:24px;max-width:700px}.profile-container,.quick-links{display:flex;flex-direction:column}.quick-links{gap:10px}.quick-link{padding:12px 16px;background-color:#f3f4f6;color:#374151;border-radius:6px;font-weight:600;text-decoration:none;font-size:14px;transition:background-color .2s ease}.quick-link:hover{background-color:#e5e7eb}.cookie-reopen-btn{display:inline-flex;align-items:center;gap:8px;margin-top:8px;padding:10px 20px;background:#1f2937;color:#f9fafb;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:background-color .2s ease}.cookie-reopen-btn:before{content:"🍪"}.cookie-reopen-btn:hover{background:#374151}.legal-page{background:#fff}.legal-container{max-width:780px;margin:0 auto;padding:3rem 1.5rem 4rem}.legal-container h1{font-size:clamp(1.8rem,3vw,2.5rem);font-weight:800;color:#111827;margin-bottom:8px}.legal-updated{color:#6b7280;font-size:14px;padding-bottom:1.5rem;border-bottom:1px solid #e5e7eb}.legal-section,.legal-updated{margin-bottom:2.5rem}.legal-section h2{margin-bottom:12px;padding-bottom:6px;border-bottom:2px solid #f3f4f6}.legal-section h3{margin:20px 0 8px}.legal-section p{line-height:1.8;margin-bottom:12px}.legal-section ol,.legal-section ul{color:#4b5563;line-height:1.8;padding-left:24px;margin-bottom:12px}.legal-section li{margin-bottom:6px}.legal-section a{transition:color .2s ease}.legal-section a:hover{color:#764ba2}.cookie-table-wrap{overflow-x:auto;margin:16px 0;border:1px solid #e5e7eb;border-radius:8px}.cookie-table{width:100%;border-collapse:collapse;font-size:14px}.cookie-table th{background-color:#f9fafb;padding:10px 16px;text-align:left;font-weight:600;color:#374151;border-bottom:1px solid #e5e7eb}.cookie-table td{padding:10px 16px;border-bottom:1px solid #f3f4f6;color:#4b5563;vertical-align:top}.cookie-table tr:last-child td{border-bottom:none}.cookie-table code{background:#f3f4f6;padding:2px 6px;border-radius:4px;font-size:13px;color:#374151}.admin-page{max-width:1100px;padding:2rem 1.5rem}.admin-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px}.admin-header h1{margin:0;font-size:28px}.admin-tabs{gap:8px;margin-bottom:24px}.tab-btn{padding:8px 20px;background:#fff;border:1px solid #d1d5db;border-radius:6px;font-weight:600;font-size:14px;cursor:pointer;color:#374151;transition:all .2s ease}.tab-btn:hover{background-color:#f3f4f6}.tab-btn.active{background:#667eea;color:#fff;border-color:#667eea}.admin-section h2{font-size:20px;font-weight:700;margin-bottom:16px;color:#111827}.users-table-wrap{overflow-x:auto;border:1px solid #e5e7eb;border-radius:8px}.users-table{width:100%;border-collapse:collapse;font-size:14px}.users-table th{background-color:#f9fafb;padding:12px 16px;text-align:left;font-weight:600;color:#374151;border-bottom:1px solid #e5e7eb;white-space:nowrap}.users-table td{padding:12px 16px;border-bottom:1px solid #f3f4f6;color:#4b5563;vertical-align:middle}.users-table tr:last-child td{border-bottom:none}.users-table tr:hover td{background-color:#f9fafb}.action-cell{display:flex;gap:8px;align-items:center}.approve-btn{padding:6px 14px;background-color:#dcfce7;color:#16a34a;border:1px solid #86efac;border-radius:6px;font-weight:600;font-size:13px;cursor:pointer;transition:all .2s ease}.approve-btn:hover{background-color:#bbf7d0}.reject-btn{padding:6px 14px;background-color:#fee2e2;color:#dc2626;border:1px solid #fca5a5;border-radius:6px;font-weight:600;font-size:13px;cursor:pointer;transition:all .2s ease}.reject-btn:hover{background-color:#fecaca}.empty-text,.loading-text{color:#6b7280;font-size:14px;padding:16px 0}@media (max-width:768px){.dashboard-layout{flex-direction:column}.dashboard-sidebar{width:100%;min-width:unset;border-right:none;border-bottom:1px solid #e5e7eb;padding:16px 0}.sidebar-header{padding:0 16px 16px}.sidebar-nav ul{flex-direction:row;flex-wrap:wrap;gap:4px;padding:0 16px}.sidebar-link{padding:8px 12px;border-radius:6px;font-size:13px}.sidebar-link.active{border-left:none;border-bottom:3px solid #7c3aed}.sidebar-footer{padding:12px 16px;border-top:none}.sidebar-logout-btn{width:auto}}@media (max-width:600px){.auth-content{padding:30px 20px}.auth-content h1{font-size:24px}.register-form h2{font-size:16px}.dashboard-header{flex-direction:column;align-items:flex-start;gap:15px}.logout-btn{align-self:flex-end}.dashboard-grid{grid-template-columns:1fr}.info-row{gap:4px}.billing-form-actions,.info-row{flex-direction:column}.primary-btn,.secondary-btn{width:100%}}body,html{margin:0;padding:0;font-family:Inter,system-ui,sans-serif;background:#f9fafb;color:#111827}body{min-height:100vh}main{padding:2rem 1.5rem}nav{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:hsla(0,0%,100%,.95);border-bottom:1px solid #e5e7eb}nav ul{padding:.75rem 0;align-items:center}.nav-user-menu{position:relative}.user-menu-toggle{background:none;border:none;color:#111827;font-weight:600;cursor:pointer;padding:0;font-size:14px}.user-dropdown{position:absolute;top:100%;right:0;background:#fff;border:1px solid #e5e7eb;border-radius:6px;box-shadow:0 4px 12px rgba(0,0,0,.1);z-index:60;min-width:180px;margin-top:8px}.user-dropdown a,.user-dropdown button{display:block;width:100%;padding:12px 16px;border:none;background:none;text-align:left;color:#111827;cursor:pointer;text-decoration:none;font-weight:600;transition:background-color .2s ease}.user-dropdown a:hover,.user-dropdown button:hover{background-color:#f3f4f6}.user-dropdown button:last-child{color:#ef4444}footer{padding:2rem 1.5rem;text-align:center;border-top:1px solid #e5e7eb;background:#fff}button{border:none;cursor:pointer;background:#2563eb;color:#fff;padding:.8rem 1.2rem;border-radius:.6rem}.hero{padding:4rem 1.5rem;display:grid;grid-gap:2rem;gap:2rem;background:linear-gradient(135deg,#f8fbff,#fff)}.hero-content{max-width:680px}.eyebrow{letter-spacing:.14em;font-size:.85rem;color:#2563eb;margin-bottom:.75rem}.hero h1{font-size:clamp(2.5rem,3.5vw,4rem);margin:0 0 1rem;line-height:1.05}.hero-copy{max-width:640px;margin-bottom:1.75rem;font-size:1.05rem;line-height:1.85}.button-primary,.button-secondary{display:inline-flex;align-items:center;justify-content:center;border-radius:.75rem;padding:.95rem 1.4rem;font-weight:600;text-decoration:none}.button-primary{background:#2563eb;color:#fff}.button-secondary{background:#fff;color:#111827;border:1px solid #d1d5db}.hero-visual{display:flex;align-items:center;justify-content:center}.hero-card{background:#fff;padding:2rem;border:1px solid #e5e7eb;border-radius:1.25rem;box-shadow:0 24px 60px rgba(15,23,42,.08);max-width:420px}.hero-card-label{text-transform:uppercase;letter-spacing:.14em;font-size:.75rem;color:#2563eb;margin-bottom:.75rem}.section{padding:4rem 1.5rem}.section-light{background:#fff}.section-header{max-width:760px;margin:0 auto 2rem}.section-header h2{font-size:clamp(2rem,2.5vw,2.75rem)}.section-header p{color:#4b5563}.section-grid{display:grid;grid-gap:1.5rem;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.card{background:#fff;border:1px solid #e5e7eb;border-radius:1rem;padding:1.75rem;box-shadow:0 10px 20px rgba(15,23,42,.04)}.card h3{margin-top:0}.nav-container{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;padding:0 2rem}.nav-brand{font-weight:700;font-size:1.1rem;color:#111827;text-decoration:none}nav ul{display:flex;gap:1.25rem;list-style:none;margin:0;padding:1rem 0;flex-wrap:wrap}nav a{color:#111827;text-decoration:none;font-weight:600}.footer-container{flex-direction:column;max-width:1200px;margin:0 auto}.footer-container,.footer-links{display:flex;align-items:center;gap:.75rem}.footer-links{flex-wrap:wrap;justify-content:center}footer a{color:#2563eb;text-decoration:none}.cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:9999;background:#1f2937;color:#f9fafb;box-shadow:0 -4px 24px rgba(0,0,0,.25);animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.cookie-banner-inner{max-width:1100px;margin:0 auto;padding:20px 24px;display:flex;flex-direction:column;gap:16px}.cookie-banner-text p{margin:0;font-size:14px;line-height:1.6;color:#d1d5db}.cookie-policy-link{color:#93c5fd;text-decoration:underline}.cookie-policy-link:hover{color:#bfdbfe}.cookie-details{display:flex;flex-direction:column;gap:12px;background:#111827;border-radius:8px;padding:16px}.cookie-toggle-row{display:flex;align-items:center;justify-content:space-between;gap:16px}.cookie-toggle-info{display:flex;flex-direction:column;gap:2px}.cookie-toggle-info strong{font-size:13px;color:#f9fafb;font-weight:600}.cookie-toggle-info span{font-size:12px;color:#9ca3af}.cookie-toggle-switch{position:relative;display:inline-flex;align-items:center;flex-shrink:0;cursor:pointer}.cookie-toggle-switch input{opacity:0;width:0;height:0;position:absolute}.toggle-slider{display:block;width:44px;height:24px;background-color:#4b5563;border-radius:24px;transition:background-color .2s ease;position:relative}.toggle-slider:after{content:"";position:absolute;top:3px;left:3px;width:18px;height:18px;background:#fff;border-radius:50%;transition:transform .2s ease}.cookie-toggle-switch input:checked+.toggle-slider{background-color:#667eea}.cookie-toggle-switch input:checked+.toggle-slider:after{transform:translateX(20px)}.cookie-toggle-switch input:focus-visible+.toggle-slider{outline:2px solid #93c5fd;outline-offset:2px}.cookie-toggle-disabled{cursor:default}.toggle-on{font-size:12px;color:#34d399;font-weight:600;white-space:nowrap}.cookie-banner-actions{display:flex;gap:8px;flex-wrap:wrap;align-items:center;justify-content:flex-end}.cookie-btn{padding:9px 20px;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;border:none;transition:all .2s ease;white-space:nowrap}.cookie-btn-primary{background:#667eea;color:#fff}.cookie-btn-primary:hover{background:#5a6fd6}.cookie-btn-secondary{background:transparent;color:#9ca3af;border:1px solid #374151}.cookie-btn-secondary:hover{background:#374151;color:#f9fafb}.cookie-btn-outline{background:transparent;color:#d1d5db;border:1px solid #4b5563}.cookie-btn-outline:hover{background:#374151;color:#f9fafb}@media (max-width:600px){.cookie-banner-actions{justify-content:stretch}.cookie-btn{flex:1 1;text-align:center}.cookie-toggle-row{flex-direction:column;align-items:flex-start;gap:8px}}.skip-link{position:absolute;top:-40px;left:0;background:#2563eb;color:#fff;padding:8px 16px;text-decoration:none;font-weight:600;z-index:100;border-radius:0 0 6px 0;transition:top .2s ease}.skip-link:focus{top:0}.nav-hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;background:none;border:none;padding:8px;cursor:pointer;border-radius:6px}.nav-hamburger span{display:block;width:24px;height:2px;background-color:#111827;border-radius:2px;transition:all .2s ease}.nav-hamburger:hover{background-color:#f3f4f6}@media (max-width:767px){.nav-hamburger{display:flex}nav ul{display:none;position:absolute;top:100%;left:0;right:0;background:hsla(0,0%,100%,.98);flex-direction:column;padding:12px 0;border-bottom:1px solid #e5e7eb;box-shadow:0 4px 12px rgba(0,0,0,.08);gap:0;z-index:50}nav ul.nav-open{display:flex}nav ul li{width:100%}nav ul li .user-menu-toggle,nav ul li a{display:block;padding:12px 24px;width:100%;text-align:left;font-size:15px}.nav-user-menu{width:100%}.user-dropdown{position:static;box-shadow:none;border:none;border-top:1px solid #f3f4f6;border-radius:0;margin:0}.user-dropdown a,.user-dropdown button{padding-left:40px}}@media (min-width:768px){.hero{grid-template-columns:1.2fr .9fr;align-items:center}.hero-visual{justify-content:flex-end}.footer-container{flex-direction:row;justify-content:space-between}}h1,h2,h3{font-family:Plus Jakarta Sans,Inter,system-ui,sans-serif}.nav-logo{display:block;height:36px;width:auto}.homepage{padding:0}.section-inner{max-width:1140px;margin:0 auto;padding:0 1.5rem}.hero-section{background:linear-gradient(135deg,#f0f4ff,#faf5ff 60%,#fff);padding:5rem 0 4rem;overflow:hidden}.hero-section-inner{max-width:1140px;margin:0 auto;padding:0 1.5rem;display:grid;grid-gap:3rem;gap:3rem;align-items:center}.hero-content h1{font-size:clamp(2.5rem,4vw,3.8rem);font-weight:800;line-height:1.1;color:#111827;margin:0 0 1.25rem}.hero-highlight{background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-copy{font-size:1.1rem;color:#4b5563;line-height:1.8;max-width:560px;margin-bottom:2rem}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap}.btn-primary-lg{display:inline-flex;align-items:center;padding:.9rem 1.75rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-weight:700;font-size:1rem;border-radius:.75rem;text-decoration:none;transition:opacity .2s ease,transform .15s ease;border:none;cursor:pointer}.btn-primary-lg:hover{opacity:.9;transform:translateY(-1px)}.btn-ghost-lg{padding:.9rem 1.75rem;background:transparent;font-size:1rem;border-radius:.75rem;border:1.5px solid #d1d5db;transition:border-color .2s ease,background .2s ease}.btn-ghost-lg:hover{border-color:#9ca3af}.btn-outline-lg{padding:.9rem 1.75rem;font-weight:700;font-size:1rem;border-radius:.75rem;transition:all .2s ease}.btn-full,.btn-outline-lg{justify-content:center}.hero-mockup{background:#fff;border-radius:16px;box-shadow:0 24px 60px rgba(102,126,234,.15),0 4px 16px rgba(0,0,0,.06);overflow:hidden;max-width:420px;width:100%}.mockup-header{background:#f3f4f6;padding:10px 14px;display:flex;gap:6px}.mockup-header span{display:block;width:10px;height:10px;border-radius:50%;background:#d1d5db}.mockup-header span:first-child{background:#ef4444}.mockup-header span:nth-child(2){background:#f59e0b}.mockup-header span:nth-child(3){background:#10b981}.mockup-body{padding:20px}.mockup-line{height:8px;background:#f3f4f6;border-radius:4px;margin-bottom:16px}.mockup-line-short{width:60%}.mockup-chat{display:flex;flex-direction:column;gap:10px}.mockup-bubble{padding:8px 14px;border-radius:16px;font-size:13px;max-width:80%;line-height:1.4}.mockup-bubble-left{background:#f3f4f6;color:#374151;align-self:flex-start;border-bottom-left-radius:4px}.mockup-bubble-right{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;align-self:flex-end;border-bottom-right-radius:4px}.features-section{padding:5rem 0;background:#fff}.section-header{text-align:center;max-width:640px;margin:0 auto 3rem}.section-header h2{font-size:clamp(1.8rem,3vw,2.6rem);font-weight:800;color:#111827;margin:.5rem 0 1rem;line-height:1.2}.section-header p{color:#6b7280;font-size:1.05rem;line-height:1.75}.eyebrow{display:inline-block;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:#667eea;margin-bottom:.5rem}.eyebrow-light{color:#a5b4fc}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:1.5rem;gap:1.5rem}.feature-card{background:#f9fafb;border:1px solid #f3f4f6;border-radius:1rem;padding:1.75rem;transition:box-shadow .2s ease,transform .2s ease}.feature-card:hover{box-shadow:0 8px 24px rgba(102,126,234,.1);transform:translateY(-2px)}.feature-icon{font-size:2rem;margin-bottom:1rem;display:block}.feature-card h3{font-size:1.05rem;font-weight:700;color:#111827;margin:0 0 .5rem}.feature-card p{color:#6b7280;font-size:.95rem;line-height:1.7;margin:0}.kanti-section{padding:5rem 0;background:linear-gradient(135deg,#1e1b4b,#312e81 60%,#4c1d95);color:#fff}.kanti-inner{display:grid;grid-gap:3rem;gap:3rem;align-items:center}.kanti-content h2{font-size:clamp(2rem,3vw,3rem);font-weight:800;color:#fff;margin:.5rem 0 1.25rem}.kanti-desc{color:#c7d2fe;font-size:1.05rem;line-height:1.8;margin-bottom:1.5rem}.kanti-list{list-style:none;padding:0;margin:0 0 2rem;display:flex;flex-direction:column;gap:.6rem}.kanti-list li{color:#e0e7ff;font-size:.95rem;display:flex;align-items:center;gap:.5rem}.phone-mockup{width:240px;margin:0 auto;background:#1f2937;border-radius:32px;padding:16px;box-shadow:0 32px 80px rgba(0,0,0,.4)}.phone-screen{background:#111827;border-radius:20px;overflow:hidden}.phone-header{background:#374151;padding:10px 14px;font-size:13px;font-weight:600;color:#fff}.phone-messages{padding:12px;display:flex;flex-direction:column;gap:8px}.phone-msg{padding:7px 12px;border-radius:14px;font-size:11.5px;line-height:1.45;max-width:88%}.phone-msg-out{background:#667eea;color:#fff;align-self:flex-end;border-bottom-right-radius:4px}.phone-msg-in{background:#374151;color:#e5e7eb;align-self:flex-start;border-bottom-left-radius:4px}.pricing-section{padding:5rem 0;background:#f9fafb}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:1.5rem;gap:1.5rem;align-items:stretch}.pricing-card{background:#fff;border:1.5px solid #e5e7eb;border-radius:1.25rem;padding:2rem;display:flex;flex-direction:column;gap:0;position:relative}.pricing-card-popular{border-color:#667eea;box-shadow:0 8px 32px rgba(102,126,234,.15)}.popular-badge{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:11px;font-weight:700;padding:4px 14px;border-radius:20px;white-space:nowrap}.pricing-card h3{font-size:1.2rem;font-weight:800;color:#111827;margin:0 0 .25rem}.plan-desc{color:#9ca3af;font-size:.875rem;margin:0 0 1.25rem}.plan-price{margin-bottom:1.25rem;display:flex;align-items:baseline;gap:.5rem}.price-amount{font-size:2.25rem;font-family:Plus Jakarta Sans,Inter,sans-serif}.price-credits{font-size:.875rem;font-weight:600}.plan-features{list-style:none;padding:0;margin:0 0 1.5rem;display:flex;flex-direction:column;gap:.5rem;flex:1 1}.plan-features li{font-size:.9rem;color:#374151}.contact-section{background:#fff}.contact-inner{grid-gap:3rem;gap:3rem}.contact-text h2{font-size:clamp(1.8rem,3vw,2.6rem);margin:.5rem 0 1rem}.contact-text p{color:#6b7280;line-height:1.75;margin-bottom:1.5rem}.contact-detail-item{color:#374151}.contact-detail-item a{font-weight:600}.contact-form{background:#f9fafb;border:1px solid #e5e7eb;border-radius:1rem;padding:2rem;gap:0}.contact-form-row{margin-bottom:0}.contact-form textarea{width:100%;padding:12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;font-family:inherit;resize:vertical;box-sizing:border-box;transition:border-color .2s ease}.contact-form textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,.1)}.contact-submit-btn{margin-top:1rem;padding:.9rem 1.75rem;font-weight:700;font-size:1rem;border-radius:.75rem;width:100%;transition:opacity .2s ease}.contact-submit-btn:hover{opacity:.9}.not-found-page{min-height:70vh;display:flex;align-items:center;justify-content:center;padding:3rem 1.5rem;text-align:center}.not-found-inner{max-width:480px}.not-found-code{font-size:7rem;font-weight:800;font-family:Plus Jakarta Sans,Inter,sans-serif;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1;margin-bottom:1rem}.not-found-inner h1{font-size:1.75rem;font-weight:700;color:#111827;margin:0 0 .75rem}.not-found-inner p{color:#6b7280;margin-bottom:2rem}.not-found-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}footer.footer-full{background:#111827;color:#d1d5db;padding:0;border-top:none}.footer-full-inner{max-width:1140px;margin:0 auto;padding:3rem 1.5rem 2rem;display:grid;grid-template-columns:1.5fr repeat(3,1fr);grid-gap:2rem;gap:2rem}.footer-logo{font-family:Plus Jakarta Sans,Inter,sans-serif;font-size:1.1rem;font-weight:800;color:#fff;text-decoration:none;display:block;margin-bottom:.75rem}.footer-tagline{color:#9ca3af;font-size:.875rem;line-height:1.6;margin:0 0 1.25rem}.footer-social{display:flex;gap:.75rem}.footer-social a{color:#9ca3af;transition:color .2s ease;display:flex;align-items:center}.footer-social a:hover{color:#fff}.footer-col h4{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#f9fafb;margin:0 0 1rem}.footer-col ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.6rem}.footer-col ul li a,.footer-col ul li span{color:#9ca3af;text-decoration:none;font-size:.9rem;transition:color .2s ease}.footer-col ul li a:hover{color:#fff}.footer-muted{color:#6b7280;font-size:.875rem}.footer-bottom{border-top:1px solid #1f2937}.footer-bottom-inner{max-width:1140px;margin:0 auto;padding:1.25rem 1.5rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem}.footer-legal-links{display:flex;gap:1rem;align-items:center}.footer-legal-links a{color:#6b7280;text-decoration:none;font-size:.875rem;transition:color .2s ease}.footer-legal-links a:hover{color:#d1d5db}.footer-legal-links span{color:#374151}@media (min-width:900px){.hero-section-inner{grid-template-columns:1.1fr .9fr}.kanti-inner{grid-template-columns:1fr .7fr}.contact-inner{grid-template-columns:1fr 1.2fr}.contact-form-row{grid-template-columns:1fr 1fr}.kanti-visual{display:flex;justify-content:flex-end}}@media (max-width:899px){.hero-visual{display:flex;justify-content:center}.footer-full-inner{grid-template-columns:1fr 1fr}}@media (max-width:599px){.footer-full-inner{grid-template-columns:1fr}.footer-bottom-inner{flex-direction:column;align-items:flex-start}.pricing-grid{grid-template-columns:1fr}}.legal-page{padding:3rem 0 5rem;min-height:70vh}.legal-inner{max-width:760px;margin:0 auto;padding:0 1.5rem}.legal-back{display:inline-block;color:#667eea;text-decoration:none;font-size:.9rem;font-weight:600;margin-bottom:1.5rem;transition:opacity .2s}.legal-back:hover{opacity:.75}.legal-header h1{font-size:clamp(2rem,3vw,2.75rem);font-weight:800;color:#111827;margin:0 0 .5rem}.legal-updated{color:#9ca3af;font-size:.875rem;margin:0 0 2.5rem}.legal-section{margin-bottom:2.25rem;padding-bottom:2.25rem;border-bottom:1px solid #f3f4f6}.legal-section:last-child{border-bottom:none}.legal-section h2{font-size:1.2rem;font-weight:700;color:#111827;margin:0 0 .75rem}.legal-section h3{font-size:1rem;font-weight:700;color:#374151;margin:1.25rem 0 .5rem}.legal-section p{color:#4b5563;line-height:1.75;margin:0 0 .75rem}.legal-section ul{padding-left:1.25rem;margin:0 0 .75rem}.legal-section ul li{color:#4b5563;line-height:1.75;margin-bottom:.4rem}.legal-section a{color:#667eea;text-decoration:underline}.contact-section{padding:5rem 0;background:linear-gradient(180deg,#f8fafc,#fff)}.contact-inner{max-width:1140px;margin:0 auto;padding:0 1.5rem;display:grid;grid-template-columns:1fr 1.25fr;grid-gap:4rem;gap:4rem;align-items:start}.contact-text{padding-top:.5rem}.contact-text h2{font-size:clamp(1.75rem,3vw,2.25rem);font-weight:800;color:#111827;margin:0 0 1rem;line-height:1.2}.contact-text p{color:#4b5563;line-height:1.7;margin:0 0 1.5rem}.contact-details{display:flex;flex-direction:column;gap:.75rem}.contact-detail-item{display:flex;align-items:center;gap:.75rem;font-size:.95rem;color:#4b5563}.contact-detail-item a{color:#667eea;text-decoration:none}.contact-detail-item a:hover{text-decoration:underline}.contact-form-wrap{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 4px 24px rgba(0,0,0,.06)}.contact-form{display:flex;flex-direction:column;gap:1.25rem}.contact-form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}.contact-form .form-group{display:flex;flex-direction:column;gap:.4rem}.contact-form .form-group label{font-size:.875rem;font-weight:500;color:#374151}.contact-form .form-group input,.contact-form .form-group textarea{padding:.875rem 1rem;border:1px solid #e5e7eb;border-radius:.5rem;font-size:.95rem;background:#fff;transition:border-color .2s,box-shadow .2s}.contact-form .form-group input:focus,.contact-form .form-group textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,.12)}.contact-form .form-group input::placeholder,.contact-form .form-group textarea::placeholder{color:#9ca3af}.contact-submit-btn{padding:.875rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-weight:600;border:none;border-radius:.5rem;cursor:pointer;transition:transform .2s,box-shadow .2s}.contact-submit-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px rgba(102,126,234,.4)}.contact-submit-btn:disabled{opacity:.7;cursor:not-allowed}@media (max-width:768px){.contact-inner{gap:2rem}.contact-form-row,.contact-inner{grid-template-columns:1fr}.contact-form-wrap{padding:1.5rem}}.success-message{background:#d1fae5;color:#065f46;border-radius:.5rem;border:1px solid #a7f3d0}.error-message,.success-message{padding:.875rem 1rem;font-size:.95rem}.error-message{background:#fee2e2;color:#991b1b;border-radius:.5rem;border:1px solid #fecaca}.hero-evolution-section{padding:4rem 0 5rem;background:linear-gradient(180deg,#fff,#f8fafc)}.hero-evolution-inner{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:grid;grid-template-columns:1fr 1.2fr;grid-gap:3rem;gap:3rem;align-items:center}.hero-evolution-content{padding-right:1rem}.hero-evolution-content h1{font-size:clamp(2.25rem,4vw,3rem);font-weight:800;color:#111827;line-height:1.15;margin:1rem 0 1.5rem}.hero-evolution-content .hero-copy{font-size:1.1rem;color:#4b5563;line-height:1.75;margin-bottom:2rem}.hero-evolution-visual{display:flex;flex-direction:column;align-items:center}.evolution-image-wrapper{position:relative;width:100%;border-radius:1rem;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.15)}.evolution-image{width:100%;height:auto;display:block}.evolution-caption{margin-top:1rem;font-size:.875rem;color:#6b7280;text-align:center;font-style:italic}@media (max-width:900px){.hero-evolution-inner{grid-template-columns:1fr;gap:2rem}.hero-evolution-content{text-align:center;padding-right:0}.hero-evolution-content h1 br{display:none}}.products-section{padding:5rem 0;background:#fff}.products-section .section-intro{max-width:700px;margin:0 auto;color:#4b5563;line-height:1.7;font-size:1.05rem}.product-card{background:#fff;border-radius:1.25rem;padding:2.5rem;margin-top:3rem;box-shadow:0 4px 24px rgba(0,0,0,.06);border:1px solid #f3f4f6}.product-card-featured{border:2px solid #667eea;position:relative}.product-badge{position:absolute;top:-12px;left:2.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:.4rem 1rem;border-radius:2rem}.product-content{display:grid;grid-template-columns:1.2fr .8fr;grid-gap:3rem;gap:3rem;align-items:start}.product-info h3{font-size:2rem;font-weight:800;color:#111827;margin:0 0 .5rem}.product-tagline{font-size:1.1rem;color:#667eea;font-weight:500;margin-bottom:1rem}.product-description{color:#4b5563;line-height:1.7;margin-bottom:1.5rem}.product-features{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.6rem}.product-features li{font-size:.95rem;color:#374151}.product-pricing{background:#f9fafb;border-radius:1rem;padding:1.5rem}.pricing-title{font-weight:600;color:#111827;margin-bottom:1rem;text-align:center}.pricing-grid-compact{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:.75rem;gap:.75rem;margin-bottom:1.5rem}.pricing-card-compact{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:1rem;text-align:center;position:relative}.pricing-card-compact h4{font-size:.875rem;font-weight:600;color:#374151;margin:0 0 .5rem}.price-tag{margin-bottom:.75rem}.price-amount{display:block;font-size:1.25rem;font-weight:800;color:#111827}.price-credits{font-size:.75rem;color:#6b7280}.plan-features-compact{list-style:none;padding:0;margin:0;text-align:left}.plan-features-compact li{font-size:.75rem;color:#6b7280;margin-bottom:.25rem}.pricing-card-compact.pricing-card-popular{border-color:#667eea;background:linear-gradient(135deg,#f5f7ff,#fff)}.pricing-card-popular .popular-badge{position:absolute;top:-8px;right:8px;background:#667eea;color:#fff;font-size:.65rem;font-weight:700;padding:.25rem .6rem;border-radius:1rem;white-space:nowrap}.product-card-placeholder{margin-top:2rem;padding:2rem;text-align:center;border-style:dashed;background:#f9fafb}.product-placeholder-content h3{font-size:1.25rem;color:#6b7280;margin-bottom:.5rem}.product-placeholder-content p{color:#9ca3af;margin-bottom:1.5rem}@media (max-width:900px){.product-content{gap:2rem}.pricing-grid-compact,.product-content{grid-template-columns:1fr}.pricing-card-compact{display:grid;grid-template-columns:1fr 1fr;text-align:left;align-items:center}.pricing-card-compact h4{margin:0}.plan-features-compact{display:none}}.services-section{padding:5rem 0;background:linear-gradient(180deg,#f8fafc,#fff)}.services-three-cols{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem;margin-top:3rem}.service-card{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 4px 20px rgba(0,0,0,.05);border:1px solid #f3f4f6;transition:transform .2s,box-shadow .2s}.service-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px rgba(0,0,0,.1)}.service-icon{font-size:2rem;margin-bottom:1rem}.service-card h3{font-size:1.25rem;font-weight:700;color:#111827;margin:0 0 .75rem}.service-tagline{color:#667eea;font-weight:500;font-size:.95rem;margin-bottom:1rem;line-height:1.5}.service-features{list-style:none;padding:0;margin:0 0 1.25rem;display:flex;flex-direction:column;gap:.5rem}.service-features li{font-size:.9rem;color:#4b5563;padding-left:1.25rem;position:relative}.service-features li:before{content:"•";position:absolute;left:0;color:#667eea}.service-target{font-size:.85rem;color:#6b7280;padding-top:1rem;border-top:1px solid #f3f4f6;margin:0}@media (max-width:900px){.services-three-cols{grid-template-columns:1fr}}.contact-auth-gate{background:#fff;border-radius:1rem;padding:2.5rem 2rem;text-align:center;box-shadow:0 4px 20px rgba(0,0,0,.05)}.contact-auth-icon{font-size:3rem;margin-bottom:1rem}.contact-auth-gate h3{font-size:1.5rem;font-weight:700;color:#111827;margin:0 0 1rem}.contact-auth-gate p{color:#4b5563;line-height:1.7;margin-bottom:1.5rem;max-width:400px;margin-left:auto;margin-right:auto}.contact-auth-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:1.5rem}.contact-auth-note{font-size:.875rem;color:#9ca3af}.contact-auth-note a{color:#667eea;text-decoration:none}.contact-auth-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;gap:1rem}.loading-spinner{width:2rem;height:2rem;border:3px solid #f3f4f6;border-top-color:#667eea;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.btn-full{width:100%;display:block;text-align:center}.btn-ghost-lg{display:inline-flex;align-items:center;padding:.875rem 1.75rem;font-weight:600;color:#374151;background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;text-decoration:none;transition:all .2s}.btn-ghost-lg:hover{background:#f9fafb;border-color:#d1d5db}.btn-outline-lg{display:inline-flex;align-items:center;padding:.875rem 1.75rem;font-weight:600;color:#667eea;background:transparent;border:2px solid #667eea;border-radius:.5rem;text-decoration:none;transition:all .2s}.btn-outline-lg:hover{background:#667eea;color:#fff}.contact-login-prompt{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.contact-login-prompt p{font-size:.875rem;color:#6b7280;margin:0 0 .75rem}.credits-display{text-align:center;padding:1rem 0}.credits-amount{font-size:2.5rem;font-weight:800;color:#667eea;margin:0;line-height:1}.credits-label{font-size:.875rem;color:#6b7280;margin:.25rem 0 .75rem}.current-plan{font-size:.8rem;color:#9ca3af;margin:0}.current-plan strong{color:#667eea;text-transform:capitalize}.admin-page{padding:2rem;max-width:1400px;margin:0 auto}.admin-header{margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #e5e7eb}.admin-header h1{font-size:1.75rem;font-weight:700;margin-bottom:1rem;color:#1f2937}.admin-tabs{display:flex;gap:.5rem;flex-wrap:wrap}.admin-tabs button{padding:.5rem 1rem;border:1px solid #d1d5db;background:#fff;border-radius:.375rem;cursor:pointer;font-size:.875rem;transition:all .2s}.admin-tabs button:hover{background:#f3f4f6}.admin-tabs button.active{background:#667eea;color:#fff;border-color:#667eea}.admin-message{padding:.75rem 1rem;border-radius:.375rem;margin-bottom:1rem;font-size:.875rem}.admin-message.success{background:#d1fae5;color:#065f46;border:1px solid #a7f3d0}.admin-message.error{background:#fee2e2;color:#991b1b;border:1px solid #fecaca}.admin-loading{text-align:center;padding:2rem;color:#6b7280}.admin-section h2{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#374151}.empty-state{text-align:center;padding:3rem;color:#6b7280;background:#f9fafb;border-radius:.5rem}.admin-table{width:100%;border-collapse:collapse;font-size:.875rem;background:#fff;border-radius:.5rem;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.1)}.admin-table td,.admin-table th{padding:.75rem;text-align:left;border-bottom:1px solid #e5e7eb}.admin-table th{font-weight:600;color:#374151}.admin-table th,.admin-table tr:hover{background:#f9fafb}.admin-table .actions{display:flex;gap:.5rem;flex-wrap:wrap}.badge{padding:.25rem .5rem;border-radius:9999px;font-size:.75rem;font-weight:500}.badge.approved{background:#d1fae5;color:#065f46}.badge.pending{background:#fef3c7;color:#92400e}.action-badge{padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem;font-weight:500}.action-badge.approve{background:#d1fae5;color:#065f46}.action-badge.reject{background:#fee2e2;color:#991b1b}.action-badge.notify_user_approval{background:#dbeafe;color:#1e40af}.action-badge.kanti_grant{background:#e0e7ff;color:#3730a3}.admin-table button{padding:.375rem .75rem;border-radius:.25rem;font-size:.75rem;cursor:pointer;border:none;transition:all .2s}.btn-approve{background:#10b981;color:#fff}.btn-approve:hover{background:#059669}.btn-reject{background:#ef4444;color:#fff}.btn-reject:hover{background:#dc2626}.btn-notify{background:#3b82f6;color:#fff}.btn-notify:hover{background:#2563eb}.btn-kanti{background:#8b5cf6;color:#fff}.btn-kanti:hover{background:#7c3aed}.confirm-dialog-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000}.confirm-dialog{background:#fff;padding:1.5rem;border-radius:.5rem;max-width:400px;width:90%;box-shadow:0 20px 25px -5px rgba(0,0,0,.1)}.confirm-dialog h3{font-size:1.125rem;font-weight:600;margin-bottom:.75rem;color:#1f2937}.confirm-dialog p{color:#4b5563;margin-bottom:1.5rem}.confirm-dialog-buttons{display:flex;gap:.75rem;justify-content:flex-end}.btn-cancel{background:#f3f4f6;color:#374151;border-radius:.375rem;border:1px solid #d1d5db}.btn-cancel,.btn-confirm{padding:.5rem 1rem;cursor:pointer}.btn-confirm{background:#dc2626;color:#fff;border-radius:.375rem;border:none}.btn-confirm:hover{background:#b91c1c}.kanti-status{font-size:.75rem}.kanti-status.granted{color:#059669}.kanti-status.pending{color:#d97706}.kanti-status.none{color:#6b7280}@media (max-width:1024px){.admin-page{padding:1rem}.admin-table{font-size:.75rem}.admin-table td,.admin-table th{padding:.5rem}}