:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body{margin:0}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:#1f2937;background:#f0fdf4;margin:0;font-family:Inter,Segoe UI,Arial,sans-serif}.dashboard-page{max-width:1380px;margin:0 auto;padding:22px}.dashboard-header{color:#fff;background:linear-gradient(135deg,#064e3b,#16a34a);border-radius:20px;margin-bottom:24px;padding:24px 28px;display:block;box-shadow:0 14px 32px #16a34a47}.dashboard-header h1{color:#031b0f;word-break:normal;margin:0;font-size:clamp(24px,3vw,38px);font-weight:900;line-height:1.2}.dashboard-header p{color:#dcfce7;margin:12px 0 0;font-size:15px}.header-buttons{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:12px;width:100%;margin-top:24px;display:flex}.header-buttons button{margin:0}button{cursor:pointer;color:#fff;white-space:nowrap;background:#16a34a;border:none;border-radius:11px;padding:11px 17px;font-size:14px;font-weight:800;transition:all .22s}button:hover{background:#15803d;transform:translateY(-1px)}.logout-btn{color:#15803d;background:#fff}.logout-btn:hover{color:#064e3b;background:#dcfce7}.stats-grid{grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:24px;display:grid}.stat-card{background:#fff;border:1px solid #bbf7d0;border-radius:18px;padding:22px;box-shadow:0 8px 22px #16a34a14}.stat-card h3{color:#166534;margin:0;font-size:15px}.stat-card p{color:#064e3b;margin:10px 0 0;font-size:30px;font-weight:900}.card{background:#fff;border:1px solid #dcfce7;border-radius:18px;margin-bottom:24px;padding:24px;overflow:hidden;box-shadow:0 8px 22px #0f172a14}.card h2{color:#064e3b;text-align:center;margin-top:0;font-size:24px}.customer-form,.register-form{grid-template-columns:repeat(4,1fr);align-items:center;gap:14px;display:grid}.register-form{grid-template-columns:repeat(3,1fr)}input,select,textarea{background:#f8fafc;border:1px solid #bbf7d0;border-radius:10px;outline:none;width:100%;padding:12px 14px;font-size:14px}input:focus,select:focus,textarea:focus{background:#fff;border-color:#16a34a;box-shadow:0 0 0 3px #16a34a26}.customer-form button,.register-form button{background:#16a34a;min-height:45px}.customer-form button:hover,.register-form button:hover{background:#15803d}.table-wrap{width:100%;overflow-x:auto}.customer-table{border-collapse:collapse;table-layout:auto;width:100%;font-size:14px}.customer-table th{color:#064e3b;text-align:left;white-space:nowrap;background:#dcfce7;border-bottom:1px solid #bbf7d0;padding:14px 12px;font-weight:900}.customer-table td{vertical-align:middle;word-break:break-word;border-bottom:1px solid #e5e7eb;padding:14px 12px}.customer-table tr:hover{background:#f0fdf4}.customer-table td button{white-space:nowrap;border-radius:8px;margin:3px 4px 3px 0;padding:8px 12px;font-size:13px;display:inline-block}.customer-table td button:first-child{background:#16a34a}.customer-table td button:first-child:hover{background:#15803d}.customer-table td button:last-child{background:#ef4444}.customer-table td button:last-child:hover{background:#dc2626}.leads-table{table-layout:fixed}.leads-table th,.leads-table td{text-align:center;vertical-align:middle}.leads-table td:nth-child(2),.leads-table td:nth-child(3){text-align:left}.lead-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;display:flex}.lead-actions button{white-space:nowrap;padding:8px 12px;font-size:13px;margin:0!important}.lead-actions .btn-contacted,.lead-actions button:first-child{background:#0ea5e9}.lead-actions .btn-quoted,.lead-actions button:nth-child(2){background:#2563eb}.lead-actions .btn-won,.lead-actions button:nth-child(3){background:#16a34a}.lead-actions .btn-lost,.lead-actions button:nth-child(4){background:#ef4444}.pagination{flex-wrap:wrap;justify-content:center;align-items:center;gap:14px;margin-top:18px;display:flex}.pagination span{color:#064e3b;font-weight:800}.pagination button:disabled{cursor:not-allowed;background:#94a3b8;transform:none}.login-page{background:linear-gradient(135deg,#064e3b,#16a34a);justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.login-box{background:#fff;border-radius:22px;width:430px;max-width:100%;padding:35px;box-shadow:0 18px 45px #00000040}.login-box h1{color:#065f46;text-align:center;margin:0;font-size:34px;line-height:1.15}.login-box p{color:#64748b;text-align:center;margin-bottom:20px}.login-box form{gap:14px;display:grid}.login-switch{color:#16a34a;background:0 0;width:100%;margin-top:15px}.login-switch:hover{background:#dcfce7}.message{text-align:center;color:#dc2626;font-weight:700}.groups-page{max-width:1250px;margin:auto;padding:25px}.groups-grid{grid-template-columns:1fr 1fr;gap:18px;display:grid}.secondary-btn{background:#334155}.secondary-btn:hover{background:#1e293b}.danger-btn{background:#dc2626}.danger-btn:hover{background:#b91c1c}.success-box{color:#166534;background:#dcfce7;border-radius:10px;margin-bottom:20px;padding:12px}.send-box{grid-template-columns:1fr 170px 180px;gap:12px;display:grid}.select-row{align-items:center;gap:12px;margin:15px 0;display:flex}.contacts-table{border-collapse:collapse;width:100%}.contacts-table th{color:#065f46;background:#dcfce7}.contacts-table th,.contacts-table td{border:1px solid #d1d5db;padding:12px}.contacts-table tr:hover{background:#f0fdf4}.contact-us-page{max-width:1100px;margin:40px auto;padding:35px}.contact-banner{color:#fff;text-align:center;background:linear-gradient(135deg,#065f46,#16a34a);border-radius:22px;padding:45px}.contact-banner h1{margin:0;font-size:42px}.contact-banner p{color:#dcfce7;margin-top:12px}.contact-grid{grid-template-columns:1fr 1fr;gap:25px;margin-top:30px;display:grid}.contact-card{background:#fff;border-radius:18px;padding:28px;box-shadow:0 10px 24px #00000014}.contact-card h2{color:#065f46;margin-top:0}.contact-query-form{gap:15px;display:grid}.contact-query-form button{background:#16a34a}.contact-query-form button:hover{background:#15803d}.whatsapp-btn{color:#fff;background:#25d366;border-radius:12px;justify-content:center;align-items:center;gap:10px;margin-top:15px;padding:14px 24px;font-weight:700;text-decoration:none;transition:all .25s;display:inline-flex}.whatsapp-btn:hover{background:#128c7e}.privacy-page{background:#f8fafc;min-height:100vh;padding:50px 20px}.privacy-container{background:#fff;border-radius:18px;max-width:950px;margin:auto;padding:40px;box-shadow:0 10px 28px #00000014}.privacy-container h1{color:#065f46;text-align:center;margin-top:0}.privacy-container h2{color:#166534;margin-top:30px}.privacy-date{color:#64748b;text-align:center}.privacy-contact{background:#dcfce7;border-left:5px solid #16a34a;border-radius:8px;margin-top:25px;padding:18px}.privacy-container a{color:#16a34a}.privacy-container ul{margin-left:0;padding-left:0;list-style:none}.privacy-container li{margin:10px 0}.terms-page{background:linear-gradient(135deg,#f0fdf4,#dcfce7);min-height:100vh;padding:32px 18px}.terms-container{background:#fff;border:1px solid #bbf7d0;border-radius:18px;max-width:960px;margin:0 auto;padding:34px;line-height:1.7;box-shadow:0 12px 30px #1665341f}.terms-container h1{color:#064e3b;text-align:center;margin-top:0;font-size:clamp(28px,4vw,40px)}.terms-container h2{color:#166534;margin-top:28px}.terms-date{color:#16a34a;text-align:center;font-weight:800}.terms-contact{background:#f0fdf4;border-left:5px solid #16a34a;border-radius:12px;margin-top:20px;padding:16px}.terms-topbar{justify-content:flex-start;max-width:960px;margin:0 auto 20px;display:flex}.dashboard-btn{color:#fff;cursor:pointer;background:#16a34a;border:none;border-radius:10px;padding:12px 24px;font-weight:800}.dashboard-btn:hover{background:#15803d}.setup-page{color:#14532d;background:linear-gradient(135deg,#f0fdf4,#dcfce7);min-height:100vh;padding:32px 18px}.setup-topbar{justify-content:flex-start;max-width:960px;margin:0 auto 20px;display:flex}.setup-container{background:#fff;border:1px solid #bbf7d0;border-radius:18px;max-width:960px;margin:0 auto;padding:34px;line-height:1.7;box-shadow:0 12px 30px #1665341f}.setup-container h1{color:#064e3b;text-align:center;margin-top:0;font-size:clamp(28px,4vw,40px)}.setup-container h2{color:#166534;margin-top:28px}.setup-date{color:#16a34a;text-align:center;font-weight:800}.setup-box,.setup-warning{background:#f0fdf4;border-left:5px solid #16a34a;border-radius:12px;margin-top:16px;padding:16px}.setup-code{color:#dcfce7;background:#052e16;border-radius:12px;padding:16px;font-size:14px;line-height:1.6;overflow-x:auto}.plans-page{color:#14532d;background:linear-gradient(135deg,#f0fdf4,#dcfce7);min-height:100vh;padding:32px 18px}.plans-topbar{max-width:1180px;margin:0 auto 22px}.plans-hero{text-align:center;max-width:900px;margin:0 auto 45px}.plans-hero h1{color:#065f46;margin:0 0 24px;font-size:clamp(34px,5vw,48px);font-weight:900;line-height:1.2}.plans-hero p{color:#166534;max-width:780px;margin:0 auto;font-size:18px;line-height:1.8}.plans-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:28px;max-width:1200px;margin:40px auto 0;display:grid}.plan-card{background:#fff;border:1px solid #bbf7d0;border-radius:22px;flex-direction:column;min-height:620px;padding:35px;transition:all .35s;display:flex;position:relative;box-shadow:0 10px 28px #00000014}.plan-card:hover{border-color:#16a34a;transform:translateY(-8px);box-shadow:0 22px 45px #16653433}.popular-plan{border:2px solid #16a34a}.popular-badge{color:#fff;background:#16a34a;border-radius:999px;padding:7px 12px;font-size:12px;font-weight:800;position:absolute;top:18px;right:18px}.plan-card h2{color:#064e3b;margin:0;font-size:26px;font-weight:900}.plan-duration{color:#16a34a;margin:10px 0;font-weight:800}.plan-price{color:#064e3b;margin-top:16px;font-size:42px;font-weight:900}.plan-gst{color:#166534;font-weight:700}.plan-total{color:#064e3b;background:#dcfce7;border-radius:14px;margin:16px 0;padding:12px;font-weight:900}.plan-description{color:#166534;line-height:1.6}.plan-features{margin:18px 0;padding:0;list-style:none}.plan-features li{color:#14532d;margin:10px 0;padding-left:28px;font-weight:600;position:relative}.plan-features li:before{content:"✓";color:#16a34a;font-weight:900;position:absolute;left:0}.cart-btn,.checkout-btn{background:#16a34a;border-radius:14px;width:100%;padding:14px;font-size:16px;font-weight:900}.cart-btn{margin-top:auto}.cart-btn:hover,.checkout-btn:hover{background:#15803d}.cart-section{background:#fff;border:1px solid #bbf7d0;border-radius:22px;max-width:900px;margin:60px auto;padding:35px;box-shadow:0 10px 25px #00000014}.cart-section h2{text-align:center;color:#064e3b;margin-top:0}.empty-cart{text-align:center;color:#166534;font-weight:700}.cart-row{border-bottom:1px solid #dcfce7;justify-content:space-between;gap:20px;padding:14px 0;display:flex}.cart-row p{color:#166534;margin:6px 0 0}.cart-total{color:#064e3b;background:#f0fdf4;border-radius:14px;justify-content:space-between;margin:18px 0;padding:16px;font-size:18px;font-weight:900;display:flex}.powered-footer{text-align:center;color:#065f46;border-top:1px solid #d1fae5;margin-top:35px;padding:22px;font-size:15px;font-weight:800}@media (width<=1000px){.stats-grid,.customer-form,.register-form{grid-template-columns:repeat(2,1fr)}.contact-grid,.groups-grid,.send-box{grid-template-columns:1fr}}@media (width<=700px){.dashboard-page{padding:14px}.dashboard-header{padding:18px}.dashboard-header h1{font-size:24px;line-height:30px}.header-buttons{gap:9px}.header-buttons button{flex:140px}.stats-grid,.customer-form,.register-form{grid-template-columns:1fr}.card{padding:16px}.customer-table{white-space:nowrap;display:block;overflow-x:auto}.login-box{padding:25px}.contact-banner{padding:30px 20px}.contact-banner h1{font-size:30px}.privacy-container,.terms-container,.setup-container{padding:22px}.plans-grid{grid-template-columns:1fr}.plan-card{min-height:auto;padding:24px}.plans-hero h1{font-size:34px}.plans-hero p{font-size:16px}}.checkout-page,.payu-page{background:#f4f7fb;justify-content:center;align-items:flex-start;min-height:100vh;padding:32px 18px;display:flex}.checkout-card,.payu-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;width:100%;max-width:820px;padding:30px;box-shadow:0 12px 30px #0f172a1f}.checkout-card h1,.payu-card h1{color:#16a34a;margin:0;font-size:32px;line-height:1.2}.checkout-subtitle,.payu-subtitle{color:#64748b;margin:8px 0 24px;font-weight:600}.checkout-plan-box,.checkout-customer-box,.terms-box,.payu-summary{background:#f8fafc;border:1px solid #e5e7eb;border-radius:14px;margin-bottom:18px;padding:20px}.checkout-plan-box h2,.checkout-customer-box h3,.terms-note h3,.payu-summary h2{color:#0f172a;margin:0 0 14px}.checkout-row{border-bottom:1px solid #e5e7eb;justify-content:space-between;gap:16px;padding:12px 0;display:flex}.checkout-row:last-child{border-bottom:none}.checkout-row span{color:#64748b;font-weight:700}.checkout-row strong{color:#0f172a;text-align:right}.checkout-row.total{font-size:20px}.checkout-row.total strong{color:#16a34a}.terms-check{color:#0f172a;cursor:pointer;align-items:flex-start;gap:12px;font-weight:800;display:flex}.terms-check input{flex:none;width:18px;height:18px;margin-top:4px}.terms-note{color:#334155;margin-top:16px}.terms-note ul{margin-bottom:0;padding-left:20px}.refund-warning{color:#9a3412;background:#fff7ed;border:1px solid #fed7aa;border-left:5px solid #f97316;border-radius:12px;margin-bottom:20px;padding:16px;font-weight:700}.checkout-actions{flex-wrap:wrap;justify-content:flex-end;gap:12px;display:flex}.checkout-actions button:disabled{cursor:not-allowed;background:#94a3b8;transform:none}@media (width<=640px){.checkout-card,.payu-card{padding:22px 16px}.checkout-card h1,.payu-card h1{font-size:26px}.checkout-row{flex-direction:column;gap:4px}.checkout-row strong{text-align:left}.checkout-actions{flex-direction:column}.checkout-actions button{width:100%}}
