.invoice-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2000;background:#0f172ab3;justify-content:center;align-items:center;width:100vw;height:100vh;padding:20px;display:flex;position:fixed;top:0;left:0}.invoice-modal-content{background:#f8fafc;border-radius:12px;flex-direction:column;width:min(96vw,1280px);max-height:92vh;display:flex;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}.invoice-modal-header{color:#fff;background:#0f172a;border-bottom:1px solid #1e293b;justify-content:space-between;align-items:center;gap:15px;padding:16px 24px;display:flex}.invoice-modal-header .header-title{align-items:center;gap:12px;display:flex}.invoice-modal-header .header-title .invoice-icon{color:#38bdf8;font-size:24px}.invoice-modal-header .header-title h3{color:#f8fafc;margin:0;font-size:17px;font-weight:700}.invoice-modal-header .header-title p{color:#94a3b8;margin:2px 0 0;font-size:12px}.invoice-modal-header .header-actions{align-items:center;gap:12px;display:flex}.invoice-modal-header .tab-switcher{background:#1e293b;border-radius:8px;padding:4px;display:flex}.invoice-modal-header .tab-switcher button{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;gap:6px;padding:6px 14px;font-size:12px;font-weight:600;transition:all .2s;display:flex}.invoice-modal-header .tab-switcher button.active{color:#fff;background:#0284c7;box-shadow:0 2px 4px #0000001a}.invoice-modal-header .btn-save{color:#fff;cursor:pointer;background:#0284c7;border:none;border-radius:6px;align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:700;display:flex}.invoice-modal-header .btn-save:disabled{opacity:.6;cursor:not-allowed}.invoice-modal-header .btn-send-email{color:#fff;cursor:pointer;background:#10b981;border:none;border-radius:6px;align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:700;transition:background .2s;display:flex}.invoice-modal-header .btn-send-email:hover:not(:disabled){background:#059669}.invoice-modal-header .btn-send-email:disabled{opacity:.6;cursor:not-allowed}.invoice-modal-header .btn-print{color:#fff;cursor:pointer;background:#6366f1;border:none;border-radius:6px;align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:700;display:flex}.invoice-modal-header .close-btn{color:#94a3b8;cursor:pointer;background:0 0;border:none;padding:4px;font-size:20px}.invoice-modal-header .close-btn:hover{color:#fff}.invoice-modal-body{flex:1;padding:24px;overflow-y:auto}.invoice-loading{text-align:center;color:#64748b;padding:60px;font-size:15px}.builder-layout{grid-template-columns:1fr 360px;gap:24px;display:grid}.builder-main{flex-direction:column;gap:20px;display:flex}.form-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:20px}.form-card h4{color:#0f172a;border-bottom:1px solid #f1f5f9;margin:0 0 16px;padding-bottom:10px;font-size:15px;font-weight:700}.form-card.compact-meta-bar{padding:14px 20px}.meta-control-grid{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.meta-control-group{flex-direction:column;gap:4px;display:flex}.meta-control-group label{color:#475569;align-items:center;gap:4px;font-size:11px;font-weight:700;display:flex}.meta-control-group input,.meta-control-group select{background:#fff;border:1px solid #cbd5e1;border-radius:6px;outline:none;padding:6px 10px;font-size:12px}.meta-control-group input:focus,.meta-control-group select:focus{border-color:#0284c7}.form-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:14px;display:grid}.form-group{flex-direction:column;gap:5px;display:flex}.form-group label{color:#475569;font-size:12px;font-weight:600}.form-group input,.form-group select,.form-group textarea{background:#fff;border:1px solid #cbd5e1;border-radius:6px;outline:none;padding:8px 12px;font-size:13px}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#0284c7;box-shadow:0 0 0 2px #0284c726}.section-title-row{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.section-title-row h4{border:none;margin:0;padding:0}.section-title-row .btn-add-item{color:#0284c7;cursor:pointer;background:#f1f5f9;border:1px solid #cbd5e1;border-radius:6px;align-items:center;gap:6px;padding:6px 12px;font-size:12px;font-weight:700;display:flex}.section-title-row .btn-add-item:hover{background:#e2e8f0}.line-items-table{border-collapse:collapse;width:100%}.line-items-table th{color:#475569;text-align:left;background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:10px;font-size:12px;font-weight:600}.line-items-table td{vertical-align:middle;border-bottom:1px solid #f1f5f9;padding:8px 10px}.line-items-table td input{border:1px solid #cbd5e1;border-radius:4px;width:100%;padding:6px 8px;font-size:13px}.line-items-table .item-total{color:#0f172a;font-size:13px}.line-items-table .btn-remove-item{color:#dc2626;cursor:pointer;background:#fee2e2;border:1px solid #fca5a5;border-radius:6px;align-items:center;gap:5px;padding:5px 10px;font-size:11px;font-weight:700;transition:all .2s;display:inline-flex}.line-items-table .btn-remove-item:hover{color:#991b1b;background:#fecaca;border-color:#f87171}.financial-summary-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;flex-direction:column;gap:10px;max-width:380px;margin-top:20px;margin-left:auto;padding:16px;display:flex}.financial-summary-box .summary-row{color:#475569;justify-content:space-between;align-items:center;font-size:13px;display:flex}.financial-summary-box .summary-row .discount-input{text-align:right;border:1px solid #cbd5e1;border-radius:4px;width:110px;padding:4px 8px;font-size:13px}.financial-summary-box .summary-row .gst-toggle-label{cursor:pointer;align-items:center;gap:6px;font-size:12px;display:flex}.financial-summary-box .summary-row.grand-total-row{color:#0f172a;border-top:2px solid #cbd5e1;margin-top:4px;padding-top:10px;font-size:15px;font-weight:700}.financial-summary-box .summary-row.grand-total-row .grand-total-val{color:#0284c7;font-size:18px}.builder-sidebar .checklist-selector-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:20px;position:sticky;top:0}.builder-sidebar .checklist-selector-card h4{color:#0f172a;align-items:center;gap:8px;margin:0 0 4px;font-size:15px;display:flex}.builder-sidebar .checklist-selector-card h4 .check-icon{color:#10b981}.builder-sidebar .checklist-selector-card .checklist-subtitle{color:#64748b;margin-bottom:12px;font-size:11px;line-height:1.4}.builder-sidebar .checklist-selector-card .selected-count-badge{color:#047857;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:20px;margin-bottom:12px;padding:4px 10px;font-size:11px;font-weight:700;display:inline-block}.builder-sidebar .checklist-selector-card .custom-task-box{gap:6px;margin-bottom:14px;display:flex}.builder-sidebar .checklist-selector-card .custom-task-box input{border:1px solid #cbd5e1;border-radius:6px;flex:1;padding:6px 10px;font-size:12px}.builder-sidebar .checklist-selector-card .custom-task-box button{color:#fff;cursor:pointer;background:#0284c7;border:none;border-radius:6px;padding:6px 10px}.builder-sidebar .checklist-selector-card .checklist-groups-scroll{max-height:520px;padding-right:4px;overflow-y:auto}.builder-sidebar .checklist-selector-card .checklist-category-block{margin-bottom:14px}.builder-sidebar .checklist-selector-card .checklist-category-block .category-header{text-transform:uppercase;color:#64748b;letter-spacing:.5px;margin-bottom:6px;font-size:11px;font-weight:700}.builder-sidebar .checklist-selector-card .checklist-category-block .items-list{flex-direction:column;gap:5px;display:flex}.builder-sidebar .checklist-selector-card .checklist-category-block .checklist-item-pill{color:#334155;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;align-items:flex-start;gap:8px;padding:6px 10px;font-size:12px;transition:all .15s;display:flex}.builder-sidebar .checklist-selector-card .checklist-category-block .checklist-item-pill svg{color:#94a3b8;flex-shrink:0;margin-top:2px}.builder-sidebar .checklist-selector-card .checklist-category-block .checklist-item-pill.checked{color:#166534;background:#f0fdf4;border-color:#86efac;font-weight:600}.builder-sidebar .checklist-selector-card .checklist-category-block .checklist-item-pill.checked svg{color:#16a34a}.preview-container{justify-content:center;padding:10px 0;display:flex}.tax-invoice-sheet{color:#1e293b;background:#fff;border-radius:4px;width:100%;max-width:840px;padding:40px 50px;font-family:Inter,system-ui,-apple-system,sans-serif;box-shadow:0 4px 20px #00000014}.tax-invoice-sheet .sheet-header{justify-content:space-between;align-items:flex-start;margin-bottom:24px;display:flex}.tax-invoice-sheet .sheet-header .brand-logo{color:#0f172a;letter-spacing:-1px;font-size:32px;font-weight:900}.tax-invoice-sheet .sheet-header .brand-logo span{color:#0284c7}.tax-invoice-sheet .sheet-header .brand-sub{color:#475569;margin:2px 0 8px;font-size:13px;font-weight:700}.tax-invoice-sheet .sheet-header .brand-meta{color:#64748b;margin:2px 0;font-size:11px}.tax-invoice-sheet .sheet-header .invoice-meta-col{text-align:right}.tax-invoice-sheet .sheet-header .invoice-meta-col .tax-invoice-title{color:#0f172a;letter-spacing:1px;margin:0 0 6px;font-size:26px;font-weight:900}.tax-invoice-sheet .sheet-header .invoice-meta-col .meta-badge-status{color:#0369a1;background:#e0f2fe;border-radius:4px;margin-bottom:10px;padding:3px 8px;font-size:10px;font-weight:800;display:inline-block}.tax-invoice-sheet .sheet-header .invoice-meta-col .meta-table{font-size:12px}.tax-invoice-sheet .sheet-header .invoice-meta-col .meta-table div{margin-bottom:3px}.tax-invoice-sheet .sheet-header .invoice-meta-col .meta-table div span{color:#64748b}.tax-invoice-sheet .sheet-header .invoice-meta-col .meta-table div strong{color:#0f172a}.tax-invoice-sheet .divider{border:none;border-top:1px solid #e2e8f0;margin:20px 0}.tax-invoice-sheet .customer-info-row{grid-template-columns:1fr 1fr;gap:30px;margin-bottom:24px;display:grid}.tax-invoice-sheet .customer-info-row h5{color:#64748b;letter-spacing:.5px;margin:0 0 6px;font-size:11px;font-weight:700}.tax-invoice-sheet .customer-info-row h3{color:#0f172a;margin:0 0 4px;font-size:16px;font-weight:700}.tax-invoice-sheet .customer-info-row p{color:#475569;margin:2px 0;font-size:12px}.tax-invoice-sheet .printable-table{border-collapse:collapse;width:100%;margin-bottom:24px}.tax-invoice-sheet .printable-table th{color:#334155;text-transform:uppercase;text-align:left;background:#f8fafc;border-bottom:2px solid #cbd5e1;padding:10px;font-size:11px;font-weight:700}.tax-invoice-sheet .printable-table th.text-right{text-align:right}.tax-invoice-sheet .printable-table td{color:#334155;border-bottom:1px solid #e2e8f0;padding:12px 10px;font-size:12px}.tax-invoice-sheet .printable-table td.text-right{text-align:right}.tax-invoice-sheet .checklist-printable-section{background:#fafafa;border:1px solid #f1f5f9;border-radius:6px;margin-bottom:24px;padding:14px}.tax-invoice-sheet .checklist-printable-section h5{color:#64748b;margin:0 0 10px;font-size:11px;font-weight:700}.tax-invoice-sheet .checklist-printable-section .printable-checklist-grid{grid-template-columns:repeat(2,1fr);gap:6px 16px;display:grid}.tax-invoice-sheet .checklist-printable-section .printable-checklist-grid .printable-check-item{color:#334155;align-items:center;gap:6px;font-size:11px;display:flex}.tax-invoice-sheet .checklist-printable-section .printable-checklist-grid .printable-check-item .check-icon{color:#16a34a;font-size:10px}.tax-invoice-sheet .invoice-bottom-grid{grid-template-columns:1.2fr 1fr;gap:30px;display:grid}.tax-invoice-sheet .invoice-bottom-grid .payment-instructions-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;padding:14px}.tax-invoice-sheet .invoice-bottom-grid .payment-instructions-box h5{color:#475569;margin:0 0 8px;font-size:11px;font-weight:700}.tax-invoice-sheet .invoice-bottom-grid .payment-instructions-box p{color:#334155;margin:3px 0;font-size:11px}.tax-invoice-sheet .invoice-bottom-grid .payment-instructions-box .payment-note{color:#64748b;margin-top:10px;font-size:10px;font-style:italic}.tax-invoice-sheet .invoice-bottom-grid .totals-box{flex-direction:column;gap:6px;display:flex}.tax-invoice-sheet .invoice-bottom-grid .totals-box .total-row{color:#475569;justify-content:space-between;font-size:12px;display:flex}.tax-invoice-sheet .invoice-bottom-grid .totals-box .total-row.discount{color:#dc2626}.tax-invoice-sheet .invoice-bottom-grid .totals-box .total-row.grand-total{color:#0f172a;border-top:2px solid #0f172a;margin-top:4px;padding-top:8px;font-size:15px;font-weight:800}.tax-invoice-sheet .sheet-footer{text-align:center;border-top:1px solid #e2e8f0;margin-top:40px;padding-top:16px}.tax-invoice-sheet .sheet-footer p{color:#94a3b8;margin:2px 0;font-size:10px}@media print{@page{size:A4 portrait;margin:10mm 12mm}body *{visibility:hidden!important}.tax-invoice-sheet,.tax-invoice-sheet *{visibility:visible!important}html,body{color:#0f172a!important;background:#fff!important;height:auto!important;min-height:auto!important;margin:0!important;padding:0!important;overflow:visible!important}.invoice-overlay,.invoice-modal-content,.invoice-modal-body,.preview-container{width:100%!important;max-width:100%!important;height:auto!important;max-height:none!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;background:0 0!important;border:none!important;margin:0!important;padding:0!important;display:block!important;position:static!important;overflow:visible!important}.tax-invoice-sheet{width:100%!important;max-width:100%!important;box-shadow:none!important;color:#0f172a!important;background:#fff!important;border:none!important;margin:0!important;padding:0!important;position:absolute!important;top:0!important;left:0!important}.no-print,.invoice-modal-header,.builder-sidebar,.builder-main,.btn-save,.btn-send-email,.btn-print,.close-btn,.tab-switcher{display:none!important}.customer-info-row,.printable-table,.printable-table tr,.checklist-printable-section,.invoice-bottom-grid,.payment-instructions-box,.totals-box,.sheet-footer{break-inside:avoid!important;page-break-inside:avoid!important}.printable-table{width:100%!important;margin-bottom:16px!important}.printable-table th,.printable-table td{padding:8px 10px!important;font-size:10pt!important}.printable-checklist-grid{grid-template-columns:repeat(2,1fr)!important;gap:4px 12px!important}.invoice-bottom-grid{gap:20px!important}}@media (width<=992px){.builder-layout{grid-template-columns:1fr}}.admin-dashboard-wrapper{background:#f8fafc;max-width:100vw;min-height:100vh;display:flex;overflow-x:hidden}.admin-sidebar{color:#fff;background:#0b1a30;border-right:1px solid #ffffff0d;flex-direction:column;flex-shrink:0;width:260px;min-width:0;padding:30px 20px;display:flex}@media (width<=768px){.admin-dashboard-wrapper{flex-direction:column}.admin-sidebar{width:100%;padding:20px}.sidebar-brand,.user-profile-header{margin-bottom:18px}}.sidebar-brand{margin-bottom:30px}.sidebar-brand .logo-text{color:#fff;font-family:Outfit,sans-serif;font-size:20px;font-weight:800}.sidebar-brand .logo-accent{color:#10b981}.badge-admin{color:#10b981;text-transform:uppercase;margin-top:3px;font-size:10px;font-weight:700;display:block}.user-profile-header{border-bottom:1px solid #ffffff14;align-items:center;gap:12px;margin-bottom:30px;padding:15px 0;display:flex}.user-avatar{color:#94a3b8;font-size:24px}.user-profile-header h4{color:#fff;overflow-wrap:anywhere;font-size:14px}.user-profile-header p{color:#94a3b8;overflow-wrap:anywhere;font-size:11px}.sidebar-nav{flex-direction:column;gap:10px;display:flex}@media (width<=768px){.sidebar-nav{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}}@media (width<=425px){.sidebar-nav{grid-template-columns:1fr}}.sidebar-nav button{color:#cbd5e1;text-align:left;border-radius:6px;align-items:center;gap:12px;min-width:0;padding:12px 15px;font-size:14px;font-weight:500;transition:all .2s;display:flex}.sidebar-nav button:hover,.sidebar-nav button.active{color:#10b981;background:#10b98126}.logout-btn{margin-top:30px;color:#ef4444!important}.logout-btn:hover{background:#ef44441a!important}.admin-main-content{flex-grow:1;width:100%;min-width:0;padding:40px;overflow-y:auto}@media (width<=768px){.admin-main-content{padding:20px}}@media (width<=375px){.admin-main-content,.admin-sidebar{padding-left:14px;padding-right:14px}}.admin-header{margin-bottom:35px}.admin-header h1{color:#0b1a30;overflow-wrap:anywhere;margin-bottom:5px;font-size:26px}.admin-header p{color:#64748b;overflow-wrap:anywhere;font-size:14px}.workspace-card{min-width:0;max-width:100%}.admin-security-card{background:#fff;border:1px solid #cbd5e1;border-radius:16px;max-width:min(600px,100%);margin:20px auto;padding:40px;box-shadow:0 10px 25px #0b1a300d}@media (width<=576px){.admin-security-card{border-radius:10px;padding:24px 16px}.security-card-header{align-items:flex-start}}.security-card-header{border-bottom:1px solid #e2e8f0;align-items:center;gap:15px;margin-bottom:30px;padding-bottom:20px;display:flex}.security-icon-circle{color:#10b981;background:#10b9811a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:20px;display:flex}.security-card-header h3{color:#0b1a30;margin:0;font-size:18px;font-weight:700}.security-card-header p{color:#64748b;margin:3px 0 0;font-size:13px;line-height:1.4}.submit-security-btn{justify-content:center;width:100%}.field-error-msg{color:#ef4444;margin-top:4px;font-size:11px;font-weight:600}.input-error{background:#fef2f2!important;border-color:#ef4444!important}.password-checklist{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:25px;padding:20px}.password-checklist h4{color:#0b1a30;margin-bottom:12px;font-size:13px;font-weight:700}.password-checklist ul{grid-template-columns:1fr 1fr;gap:10px;margin:0;padding:0;list-style:none;display:grid}@media (width<=576px){.password-checklist ul{grid-template-columns:1fr}}.password-checklist li{align-items:center;gap:8px;font-size:12px;font-weight:500;display:flex}.password-checklist li.valid{color:#10b981}.password-checklist li.invalid{color:#94a3b8}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{color:#0f172a;-webkit-font-smoothing:antialiased;background-color:#fff;font-family:Inter,sans-serif;line-height:1.6;overflow-x:hidden}html,body,#root{max-width:100%;min-height:100%}img,svg,video,canvas,iframe,input,select,textarea,button{max-width:100%}input,select,textarea{min-width:0}h1,h2,h3,h4,h5,h6{color:#0b1a30;font-family:Outfit,sans-serif;font-weight:700;line-height:1.25}a{color:inherit;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}button{cursor:pointer;background:0 0;border:none;font-family:inherit}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f8fafc}::-webkit-scrollbar-thumb{background:#0b1a3033;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#0b1a3066}.glass-card{-webkit-backdrop-filter:blur(12px);background:#ffffffbf;border:1px solid #ffffff80;border-radius:16px;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 8px 32px #0b1a300d}.glass-card:hover{border-color:#fffc;transform:translateY(-4px);box-shadow:0 20px 40px #0b1a3014}.btn-cta{color:#fff;border-radius:50px;align-items:center;gap:8px;padding:12px 30px;font-family:Outfit,sans-serif;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;box-shadow:0 4px 14px #10b9814d;background-color:#10b981!important}.btn-cta:hover{background-color:#059669;transform:translateY(-2px);box-shadow:0 6px 20px #10b98166}.btn-cta:active{transform:translateY(0)}@media (width<=768px){.btn-cta{gap:6px;padding:8px 16px;font-size:13px}.btn-cta svg{font-size:13px}}@media (width<=480px){.btn-cta{padding:7px 12px;font-size:12px}}.header-dark{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#0b1a30f2;border-bottom:1px solid #ffffff0d}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px}@media (width<=576px){.container{padding:0 16px}}@media (width<=375px){.container{padding:0 12px}}.section-padding{padding:80px 0}@media (width<=768px){.section-padding{padding:50px 0}}@media (width<=576px){.section-padding{padding:40px 0}}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-8px)}to{transform:translateY(0)}}.float-animation{animation:4s ease-in-out infinite float}.swiper-pagination-bullet-active{background:#10b981!important}.skip-link{color:#fff;z-index:10000;background:#10b981;border-radius:4px;padding:12px 24px;font-family:Outfit,sans-serif;font-weight:700;transition:top .2s;position:absolute;top:-100px;left:20px;box-shadow:0 4px 15px #00000040}.skip-link:focus{outline:3px solid #0b1a30;top:20px}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,[tabindex]:focus-visible{border-radius:3px;outline-offset:3px!important;outline:3px solid #10b981!important}@media (forced-colors:active){a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,[tabindex]:focus-visible{outline:3px solid buttontext!important}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.visually-hidden{clip:rect(0, 0, 0, 0)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}.field-error-msg{display:block;color:#ef4444!important;margin-top:5px!important;font-size:12px!important;font-weight:600!important}.input-error{background-color:#fef2f2!important;border-color:#ef4444!important}.global-loader-overlay{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);pointer-events:all;z-index:2000;background:#0f172a5c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.global-loader-card{color:#0f172a;background:#fff;border-radius:8px;align-items:center;gap:12px;max-width:100%;padding:14px 18px;font-size:14px;font-weight:800;display:inline-flex;box-shadow:0 18px 45px #0f172a33}.global-loader-spinner{border:3px solid #d1fae5;border-top-color:#10b981;border-radius:50%;width:24px;height:24px;animation:.8s linear infinite global-loader-spin;display:inline-block}@keyframes global-loader-spin{to{transform:rotate(360deg)}}.Toastify{z-index:2100;position:relative}.Toastify__toast-container{width:min(360px,100vw - 24px);max-width:calc(100vw - 24px)}.Toastify__toast-container--bottom-right{bottom:12px;right:12px}.Toastify__toast{overflow-wrap:anywhere;border-radius:8px;max-width:100%;margin-bottom:8px}.Toastify__toast-body{min-width:0}@media (width<=576px){h1{font-size:30px}h2{font-size:24px}h3{font-size:20px}.Toastify__toast-container{width:calc(100vw - 20px);bottom:10px;left:10px;right:10px;transform:none}.Toastify__toast{min-height:56px;margin-bottom:8px}.btn-cta{white-space:normal;border-radius:999px;justify-content:center;min-height:40px}}@media (width<=375px){h1{font-size:27px}h2{font-size:22px}}
