@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;600;700&family=Open+Sans:wght@300;400;500;600;700&family=Lato:wght@300;400;700&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Roboto,Open Sans,Lato,Segoe UI,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}body,html{height:100%;width:100%}input::-ms-clear,input::-ms-reveal{display:none}*,:after,:before{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0);font-family:sans-serif;line-height:1.15}[tabindex="-1"]:focus{outline:none}hr{box-sizing:initial;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{font-weight:500;margin-bottom:.5em;margin-top:0}p{margin-bottom:1em;margin-top:0}abbr[data-original-title],abbr[title]{border-bottom:0;cursor:help;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}address{font-style:normal;line-height:inherit;margin-bottom:1em}input[type=number],input[type=password],input[type=text],textarea{-webkit-appearance:none}dl,ol,ul{margin-bottom:1em;margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}code,kbd,pre,samp{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;font-size:1em}pre{margin-bottom:1em;margin-top:0;overflow:auto}figure{margin:0 0 1em}img{border-style:none;vertical-align:middle}[role=button],a,area,button,input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{caption-side:bottom;padding-bottom:.3em;padding-top:.75em;text-align:left}button,input,optgroup,select,textarea{color:inherit;font-family:inherit;font-size:inherit;line-height:inherit;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{border:0;margin:0;min-width:0;padding:0}legend{color:inherit;display:block;font-size:1.5em;line-height:inherit;margin-bottom:.5em;max-width:100%;padding:0;white-space:normal;width:100%}progress{vertical-align:initial}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:none;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{background-color:#feffe6;padding:.2em}:root{--brand-blue:#2a76e8;--black:#1a1a1a;--muted-gray:#555;--light-gray:#f5f7fa;--white:#fff;--gradient:linear-gradient(135deg,#2a76e8,#1a56b3)}*{box-sizing:border-box;margin:0;padding:0}html{scrollbar-width:none}body{-ms-overflow-style:none;background-color:#f7f7f7;color:var(--text-color);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;padding:0}::-webkit-scrollbar{background:#0000;display:none;width:0}.container{margin:0 auto;max-width:1200px;padding:0 20px;width:100%}.app-header{background-color:#fff;box-shadow:0 10px 30px #2a76e826;box-shadow:var(--shadow);padding:1rem 0;position:sticky;top:0;z-index:100}.app-header .container{align-items:center;display:flex;justify-content:space-between}.logo a{color:var(--dark-color);text-decoration:none}.logo h1{font-size:1.8rem;font-weight:700}.main-nav ul{display:flex;list-style:none}.main-nav li{margin-left:1.5rem}.main-nav a{color:var(--text-color);font-weight:500;text-decoration:none;transition:all .3s ease;transition:var(--transition)}.main-nav a:hover{color:var(--primary-color)}.app-footer{background-color:var(--dark-color);color:#fff;margin-top:3rem;padding:1.5rem 0;text-align:center}.main-content{padding:20px;transition:all .2s}.ant-layout{min-height:100vh}.ant-layout-sider-collapsed+.ant-layout .site-layout{margin-left:80px}.page-container{background:#f0f2f5;margin:0;min-height:calc(100vh - 64px);padding:24px}.content-card{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;margin-bottom:24px;min-height:calc(100vh - 180px);padding:24px}@media (max-width:768px){.ant-layout-sider{height:100vh;position:fixed;z-index:1000}.ant-layout-sider+.ant-layout{margin-left:0!important}.ant-layout-header{left:0!important;width:100%!important}}main.container{min-height:calc(100vh - 180px);padding-bottom:2rem;padding-top:2rem}main.full-width{min-height:100vh;padding:0;width:100%}.button{background-color:var(--primary-color);border:none;border-radius:4px;color:#fff;cursor:pointer;display:inline-block;font-size:1rem;font-weight:500;padding:.6rem 1.2rem;text-decoration:none;transition:all .3s ease;transition:var(--transition)}.button:hover{opacity:.9;transform:translateY(-2px)}.button.secondary{background-color:var(--secondary-color)}.button.edit{background-color:#f39c12;margin-left:.5rem}.button.view{background-color:var(--primary-color)}.home-page .hero{margin-bottom:3rem;padding:3rem 1rem;text-align:center}.home-page .hero h1{color:var(--dark-color);font-size:2.5rem;margin-bottom:1rem}.home-page .hero p{color:#666;font-size:1.2rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:600px}.cta-buttons{display:flex;gap:1rem;justify-content:center}.features{padding:2rem 0}.features h2{margin-bottom:2rem;text-align:center}.feature-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.feature-card{background-color:#fff;border-radius:8px;box-shadow:0 10px 30px #2a76e826;box-shadow:var(--shadow);padding:1.5rem;transition:var(--transition)}.feature-card:hover{transform:translateY(-5px)}.feature-card h3{color:var(--primary-color);margin-bottom:1rem}.paths-page .page-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.path-list{grid-gap:1.5rem;display:grid;gap:1.5rem}.path-card{align-items:center;background-color:#fff;border-radius:8px;box-shadow:0 10px 30px #2a76e826;box-shadow:var(--shadow);display:flex;justify-content:space-between;padding:1.5rem}.path-details h3{color:var(--dark-color);margin-bottom:.5rem}.path-meta{color:#777;font-size:.9rem;margin-top:1rem}.error-message,.loading,.no-paths{padding:2rem;text-align:center}.error-message{color:var(--danger-color)}.api-status{background-color:#fff;border-radius:8px;box-shadow:0 10px 30px #2a76e826;box-shadow:var(--shadow);margin-top:3rem;padding:1rem}.api-status h3{margin-bottom:1rem}.api-status .test-data{margin-top:1rem}.api-status .test-data ul{list-style:inside;margin-top:.5rem}.not-found{padding:3rem 0;text-align:center}.main-page{align-items:center;background-color:#f5f7fa;background-color:var(--light-gray);overflow:hidden;padding:2rem 0;position:relative}.main-page:before{height:250px;right:-50px;top:-50px;width:250px}.main-page:after,.main-page:before{background:linear-gradient(135deg,#2a76e8,#1a56b3);background:var(--gradient);border-radius:50%;content:"";opacity:.05;position:absolute;z-index:0}.main-page:after{bottom:-100px;height:400px;left:-100px;width:400px}.top-logo-container{margin-bottom:3rem;padding:1.5rem;position:relative;text-align:center;z-index:1}.top-logo{filter:drop-shadow(0 4px 6px rgba(42,118,232,.2));height:auto;margin-bottom:1rem;width:120px}.app-title{color:#1a1a1a;color:var(--black);font-size:2.8rem;font-weight:700;letter-spacing:-.5px;margin-bottom:.75rem}.tagline{color:#555;color:var(--muted-gray);font-size:1.3rem;font-weight:400;margin-bottom:1rem}.main-content-horizontal{align-items:stretch;gap:3rem;padding:0 2rem;position:relative;z-index:1}@media (max-width:900px){.main-content-horizontal{flex-direction:column;gap:2rem}.auth-section,.left-content{max-width:100%}}.left-content{height:100%;justify-content:flex-start;position:relative}.icon-section{align-items:center;background:#fff;background:var(--white);border-radius:12px;border-radius:var(--card-radius);box-shadow:0 10px 30px #2a76e826;box-shadow:var(--shadow);display:flex;justify-content:center;margin-bottom:2.5rem;padding:2rem;transition:all .3s ease;transition:var(--transition)}.icon-section:hover{box-shadow:0 15px 35px #2a76e833;transform:translateY(-5px)}.main-icon{height:auto;max-width:400px;object-fit:contain;width:100%}.feature-highlights-compact{padding:.5rem}.highlight{background-color:#fff;background-color:var(--white);border-left:4px solid #2a76e8;border-left:4px solid var(--brand-blue);border-radius:0 12px 12px 0;border-radius:0 var(--card-radius) var(--card-radius) 0;box-shadow:0 10px 30px #2a76e826;box-shadow:var(--shadow);margin-bottom:2rem;padding:1.5rem;transition:all .3s ease;transition:var(--transition)}.highlight:hover{box-shadow:0 10px 25px #2a76e826;transform:translateX(5px)}.highlight h3{color:#2a76e8;color:var(--brand-blue);font-size:1.2rem;font-weight:600;letter-spacing:-.3px;margin-bottom:.75rem}.auth-section{background-color:#fff;background-color:var(--white);border-radius:12px;border-radius:var(--card-radius);box-shadow:0 10px 30px #2a76e826;box-shadow:var(--shadow);display:flex;flex:1 1;flex-direction:column;justify-content:center;max-width:450px;overflow:hidden;padding:2.5rem;position:relative;transition:all .3s ease;transition:var(--transition)}.auth-section:hover{box-shadow:0 15px 35px #2a76e826}.auth-section:after{background:linear-gradient(135deg,#2a76e8,#1a56b3);background:var(--gradient);border-radius:0 0 0 12px;border-radius:0 0 0 var(--card-radius);content:"";height:6px;position:absolute;right:0;top:0;width:100px}.auth-form h3{color:#1a1a1a;color:var(--black);font-size:1.8rem;font-weight:700;letter-spacing:-.5px;margin-bottom:2rem;text-align:center}.auth-form form{gap:1.25rem}.auth-form form,.form-group{display:flex;flex-direction:column}.form-group,.form-group label{margin-bottom:.5rem}.form-group label{color:#555;color:var(--muted-gray);font-size:.95rem;font-weight:500}.form-group input{border:2px solid #f5f7fa;border:2px solid var(--light-gray);border-radius:8px;font-size:1rem;padding:.85rem 1rem;transition:all .3s ease;transition:var(--transition)}.form-group input:focus{border-color:#2a76e8;border-color:var(--brand-blue);box-shadow:0 0 0 3px #2a76e81a;outline:none}.auth-form button{background:linear-gradient(135deg,#2a76e8,#1a56b3);background:var(--gradient);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;letter-spacing:.5px;margin-top:1rem;overflow:hidden;padding:.85rem 1.5rem;position:relative;transition:all .3s ease;transition:var(--transition);z-index:1}.auth-form button:hover{box-shadow:0 5px 15px #2a76e84d;transform:translateY(-2px)}.auth-form button:after{background:#ffffff1a;content:"";height:100%;left:-100%;position:absolute;top:0;transition:all .5s ease;width:100%;z-index:-1}.auth-form button:hover:after{left:100%}.auth-switch{border-top:1px solid #f5f7fa;border-top:1px solid var(--light-gray);margin-top:2rem;padding-top:1rem;text-align:center}.auth-switch p{color:#555;color:var(--muted-gray);margin-bottom:.75rem}.auth-switch button{background:none;border:none;color:#2a76e8;color:var(--brand-blue);cursor:pointer;font-weight:600;margin:0 .25rem;padding:.5rem;position:relative;transition:all .3s ease;transition:var(--transition)}.auth-switch button:after{background:#2a76e8;background:var(--brand-blue);bottom:2px;content:"";height:2px;left:50%;position:absolute;transform:translateX(-50%);transition:all .3s ease;width:0}.auth-switch button:hover:after{width:80%}.auth-links{font-size:.9rem;margin-top:1.5rem;text-align:center}.auth-link{color:var(--primary-color);cursor:pointer;font-weight:500;text-decoration:underline}.auth-link:hover{color:var(--secondary-color)}@media (max-width:768px){.main-content{flex-direction:column}.auth-section,.logo-section{flex:1 1 100%}}:root{--transition:all 0.3s ease;--card-radius:12px;--shadow:0 10px 30px #2a76e826}[data-theme=light]{--bg-primary:#fff;--bg-secondary:#f0f2f5;--bg-tertiary:#fafafa;--text-primary:#000000e0;--text-secondary:#000000a6;--text-tertiary:#00000073;--border-color:#d9d9d9;--border-light:#f0f0f0;--white:#fff}[data-theme=dark]{--bg-primary:#1f1f1f;--bg-secondary:#141414;--bg-tertiary:#262626;--text-primary:#ffffffe0;--text-secondary:#ffffffa6;--text-tertiary:#ffffff73;--border-color:#434343;--border-light:#303030;--white:#1f1f1f;--shadow:0 10px 30px #0000004d}*{transition:background-color .3s ease,border-color .3s ease,color .3s ease}body.light-theme{background-color:#f0f2f5;color:#000000e0}body.dark-theme{background-color:#141414;color:#ffffffe0}[data-theme=dark] ::-webkit-scrollbar{height:8px;width:8px}[data-theme=dark] ::-webkit-scrollbar-track{background:#262626;border-radius:4px}[data-theme=dark] ::-webkit-scrollbar-thumb{background:#434343;border-radius:4px}[data-theme=dark] ::-webkit-scrollbar-thumb:hover{background:#595959}[data-theme=light] ::-webkit-scrollbar{height:8px;width:8px}[data-theme=light] ::-webkit-scrollbar-track{background:#f0f0f0;border-radius:4px}[data-theme=light] ::-webkit-scrollbar-thumb{background:#d9d9d9;border-radius:4px}[data-theme=light] ::-webkit-scrollbar-thumb:hover{background:#bfbfbf}.theme-toggle-enter{opacity:0;transform:rotate(-180deg)}.theme-toggle-enter-active{transition:opacity .3s,transform .3s}.theme-toggle-enter-active,.theme-toggle-exit{opacity:1;transform:rotate(0deg)}.theme-toggle-exit-active{opacity:0;transform:rotate(180deg);transition:opacity .3s,transform .3s}.loader{color:var(--text-primary)}[data-theme=dark] a{color:#1890ff}[data-theme=dark] a:hover{color:#40a9ff}[data-theme=dark] .ant-card{box-shadow:0 2px 8px #0000004d}[data-theme=light] .ant-card{box-shadow:0 2px 8px #0000001a}[data-theme=dark] .ant-drawer-mask,[data-theme=dark] .ant-modal-mask{background-color:#000000b3}[data-theme=dark] .ant-notification{background:#262626;border:1px solid #434343}[data-theme=dark] .ant-message{color:#ffffffe0}[data-theme=dark] .ant-table-thead>tr>th{background:#262626;border-bottom:1px solid #434343}[data-theme=dark] .ant-table-tbody>tr>td{border-bottom:1px solid #303030}[data-theme=dark] .ant-table-tbody>tr:hover>td{background:#262626}[data-theme=dark] .ant-form-item-label>label{color:#ffffffe0}[data-theme=dark] .ant-breadcrumb a{color:#ffffffa6}[data-theme=dark] .ant-breadcrumb-separator{color:#ffffff73}body{font-family:Roboto,Open Sans,sans-serif;margin:0}.sidebar{background-color:#2c3e50;color:#ecf0f1;height:100vh;left:0;overflow-y:auto;padding-top:20px;position:fixed;top:0;width:250px}.sidebar-container{background:#f8f9fa!important;background:var(--bg-tertiary,#f8f9fa)!important;border-right:1px solid #0000000f;border-right:1px solid var(--border-light,#0000000f);box-shadow:2px 0 8px #0000000a;color:#495057;color:var(--text-primary,#495057);display:flex;flex-direction:column;height:100vh;left:0;overflow:hidden;position:fixed!important;transition:all .3s ease;z-index:100}[data-theme=dark] .sidebar-container{background:#1f1f1f!important;border-right:1px solid #434343;box-shadow:2px 0 8px #0000004d;color:#ffffffe0}.sidebar-container .ant-layout-sider-children{display:flex;flex-direction:column;height:100%}.sidebar-header{border-bottom:1px solid #dee2e6;border-bottom:1px solid var(--border-light,#dee2e6);padding:0 20px 20px}[data-theme=dark] .sidebar-header{border-bottom:1px solid #434343}.logo{background:none;border:none;cursor:pointer;display:block;font-size:24px;font-weight:700;padding:0;text-align:center;text-decoration:none;transition:all .2s ease}.logo,.logo:hover{color:#495057;color:var(--text-primary,#495057)}.logo:hover{opacity:.8}.logo .anticon{color:#495057;color:var(--text-primary,#495057);font-size:24px}[data-theme=dark] .logo,[data-theme=dark] .logo .anticon,[data-theme=dark] .logo:hover{color:#ffffffe0}.sidebar-menu{background:#0000!important;border-right:none!important;list-style:none;margin:0;padding:0}.sidebar-menu-wrapper{flex:1 1;min-height:0;overflow-y:auto}.sidebar-menu li a{align-items:center;color:#ecf0f1;display:flex;font-size:16px;padding:15px 20px;text-decoration:none;transition:background-color .3s}.sidebar-menu li a:hover{background-color:#34495e}.sidebar-menu li a i{font-size:18px;margin-right:15px}.custom-sidebar-menu .ant-menu-item,.sidebar-menu .ant-menu-item{align-items:center;border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--border-light,#e5e7eb);border-radius:6px;color:#64748b;color:var(--text-secondary,#64748b);display:flex;font-weight:400;height:40px;margin:2px 8px;overflow:visible;padding:8px 12px;position:relative;transition:all .2s ease}[data-theme=dark] .custom-sidebar-menu .ant-menu-item,[data-theme=dark] .sidebar-menu .ant-menu-item{border-bottom:1px solid #303030;color:#ffffffa6}.custom-sidebar-menu .ant-menu-item:hover,.sidebar-menu .ant-menu-item:hover{background-color:#3b82f60f!important;color:#3b82f6!important}[data-theme=dark] .custom-sidebar-menu .ant-menu-item:hover,[data-theme=dark] .sidebar-menu .ant-menu-item:hover{background-color:#3b82f626!important;color:#60a5fa!important}.sidebar-menu .ant-menu-item:hover .anticon,.sidebar-menu .ant-menu-submenu-title:hover .anticon{color:#3b82f6}[data-theme=dark] .sidebar-menu .ant-menu-item:hover .anticon,[data-theme=dark] .sidebar-menu .ant-menu-submenu-title:hover .anticon{color:#60a5fa}.custom-sidebar-menu .ant-menu-item-selected,.sidebar-menu .ant-menu-item-selected{background-color:#3b82f61a!important;color:#3b82f6!important;font-weight:500}[data-theme=dark] .custom-sidebar-menu .ant-menu-item-selected,[data-theme=dark] .sidebar-menu .ant-menu-item-selected{background-color:#3b82f633!important;color:#60a5fa!important}.sidebar-menu .ant-menu-item-selected .anticon{color:#3b82f6}[data-theme=dark] .sidebar-menu .ant-menu-item-selected .anticon{color:#60a5fa}.custom-sidebar-menu .ant-menu-item-selected:before,.sidebar-menu .ant-menu-item-selected:before{background:#3b82f6;border-radius:2px;bottom:6px;content:"";left:0;position:absolute;top:6px;width:3px}.sidebar-menu .ant-menu-item .anticon,.sidebar-menu .ant-menu-submenu-title .anticon{color:var(--text-tertiary,#94a3b8)}[data-theme=dark] .sidebar-menu .ant-menu-item .anticon,[data-theme=dark] .sidebar-menu .ant-menu-submenu-title .anticon{color:#ffffff73}.custom-sidebar-menu .ant-menu-submenu-title:hover,.sidebar-menu .ant-menu-submenu-title:hover{background-color:#3b82f60f!important;color:#3b82f6!important}[data-theme=dark] .custom-sidebar-menu .ant-menu-submenu-title:hover,[data-theme=dark] .sidebar-menu .ant-menu-submenu-title:hover{background-color:#3b82f626!important;color:#60a5fa!important}.sidebar-menu .ant-menu-submenu-title{border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--border-light,#e5e7eb);color:var(--text-secondary,#64748b);padding:8px 12px}[data-theme=dark] .sidebar-menu .ant-menu-submenu-title{border-bottom:1px solid #303030;color:#ffffffa6}.sidebar-menu .ant-menu-item .anticon,.sidebar-menu .ant-menu-submenu-title .anticon{align-items:center;background:#0000;color:#94a3b8;display:inline-flex;font-size:16px;height:16px;justify-content:center;margin-right:12px;width:16px}.sidebar-menu .ant-menu-submenu-title{align-items:center;border-radius:6px;color:#64748b;display:flex;font-weight:400;height:40px;margin:2px 8px;padding-left:12px;transition:all .2s ease}.sidebar-menu .ant-menu-submenu-title:hover{color:var(--brand-blue)!important}.sidebar-menu .ant-menu-submenu-arrow{color:var(--muted-gray)}.sidebar-menu .ant-menu-submenu-selected>.ant-menu-submenu-title{background-color:#2563eb0f!important;color:#2563eb}.sidebar-menu .ant-menu-sub{background:#0000!important}.sidebar-menu .ant-menu-sub .ant-menu-item{border-radius:6px;color:#64748b;font-weight:400;height:36px;margin:1px 8px;padding-left:44px!important}.sidebar-menu .ant-menu-sub .ant-menu-item-selected{background:#2563eb14!important;color:#2563eb!important}.sidebar-menu .ant-menu-sub .ant-menu-item-selected:before{background:#2563eb;border-radius:2px;bottom:6px;content:"";left:0;position:absolute;top:6px;width:3px}.sidebar-menu .ant-menu-item:focus-visible,.sidebar-menu .ant-menu-submenu-title:focus-visible{outline:2px solid #2a76e880;outline-offset:2px}.sidebar-compact .sidebar-menu .ant-menu-item,.sidebar-compact .sidebar-menu .ant-menu-submenu-title{height:40px;margin:4px 8px}.sidebar-container.ant-layout-sider-collapsed .ant-menu-item,.sidebar-container.ant-layout-sider-collapsed .ant-menu-submenu-title{border-radius:8px}.sidebar-footer{background:#0000;border-top:1px solid #0000000d;padding:16px}[data-theme=dark] .sidebar-footer{border-top:1px solid #434343}.sidebar-footer .sidebar-action.ant-btn{background:linear-gradient(180deg,var(--brand-blue),#1e5fd1);border:none;border-radius:999px;box-shadow:0 4px 10px #2a76e840;color:#fff;height:36px;padding:0 14px}.sidebar-footer .sidebar-action.ant-btn:focus,.sidebar-footer .sidebar-action.ant-btn:hover{box-shadow:0 6px 14px #2a76e859;filter:brightness(1.05)}.sidebar-footer .sidebar-action.ant-btn .anticon{background:#0000;color:#fff;margin-right:8px}.sidebar-container.ant-layout-sider-collapsed .ant-menu-item .ant-menu-title-content,.sidebar-container.ant-layout-sider-collapsed .ant-menu-submenu-title .ant-menu-title-content,.sidebar-container.ant-layout-sider-collapsed .sidebar-logo h1{display:none}.sidebar-container .ant-menu-inline-collapsed>.ant-menu-item,.sidebar-container .ant-menu-inline-collapsed>.ant-menu-submenu>.ant-menu-submenu-title{align-items:center;display:flex;height:44px;justify-content:center;margin:8px 12px!important;padding:0!important;width:100%}.sidebar-container .ant-menu-inline-collapsed>.ant-menu-item .anticon,.sidebar-container .ant-menu-inline-collapsed>.ant-menu-submenu>.ant-menu-submenu-title .anticon{margin-right:0!important}.sidebar-container.ant-layout-sider-collapsed .ant-menu-item,.sidebar-container.ant-layout-sider-collapsed .ant-menu-submenu-title{align-items:center;display:flex;height:44px;justify-content:center;padding:0!important}.sidebar-container.ant-layout-sider-collapsed .ant-menu-item .anticon,.sidebar-container.ant-layout-sider-collapsed .ant-menu-submenu-title .anticon{font-size:1.2rem;height:32px;margin-left:0!important;margin-right:0!important;margin-top:0!important;min-height:32px;min-width:32px;width:32px}.sidebar-container.ant-layout-sider-collapsed .ant-menu-item-selected:before{content:none}.sidebar-container.ant-layout-sider-collapsed .ant-menu-submenu-title .ant-menu-submenu-arrow{display:none}.sidebar-menu::-webkit-scrollbar{width:4px}.sidebar-menu::-webkit-scrollbar-track{background:#0000}.sidebar-menu::-webkit-scrollbar-thumb{background:#0000001a;border-radius:4px}.sidebar-menu::-webkit-scrollbar-thumb:hover{background:#0003}[data-theme=dark] .sidebar-menu::-webkit-scrollbar-thumb{background:#fff3}[data-theme=dark] .sidebar-menu::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.main-page{background:linear-gradient(135deg,#f0f6ff,#f7fbff 40%,#fff);display:flex;flex-direction:column;min-height:100vh;padding:24px}.app-title{color:#1890ff;font-size:2.5rem;margin:0 0 4px}.tagline{color:#666;font-size:1.1rem;margin:0}.main-content-horizontal{gap:40px;justify-content:center;margin:0 auto;max-width:1200px;padding:32px 20px;width:100%}.left-content,.main-content-horizontal{align-items:center;display:flex;flex:1 1}.left-content{flex-direction:column;max-width:600px}.brand-header{align-items:center;display:flex;flex-direction:column;gap:8px;margin-bottom:24px}.brand-logo{border-radius:12px;box-shadow:0 6px 18px #1890ff40;height:auto;width:228px}.feature-highlights-compact{display:flex;flex-direction:column;gap:20px;margin-top:20px}.highlight{background:#fff;border-radius:8px;box-shadow:0 8px 24px #00000014;padding:20px;transition:transform .2s,box-shadow .2s}.highlight:hover{box-shadow:0 12px 28px #00000024;transform:translateY(-2px)}.highlight h3{color:#1890ff;margin-bottom:10px;margin-top:0}.highlight p{color:#666;line-height:1.5;margin:0}.auth-buttons-container{align-items:center;display:flex;flex-direction:column;justify-content:center;max-width:400px;width:100%}.auth-title{color:#1f2a3d;font-size:1.25rem;font-weight:600;margin-bottom:4px;text-align:center}@media (max-width:992px){.main-content-horizontal{flex-direction:column;text-align:center}.auth-buttons-container,.left-content{max-width:500px;width:100%}.brand-logo{height:auto;width:96px}}@media (max-width:576px){.app-title{font-size:2rem}.tagline{font-size:1rem}.highlight{padding:15px}.brand-logo{height:auto;width:72px}}.ant-btn-primary:focus,.ant-btn-primary:hover{background-color:#40a9ff;border-color:#40a9ff}.ant-btn-default:focus,.ant-btn-default:hover{border-color:#40a9ff;color:#40a9ff}.ant-btn-text:focus,.ant-btn-text:hover{background:#1890ff0a;color:#40a9ff}:root{--pm-bg:#0b0d12;--pm-hero-grad:radial-gradient(1000px 500px at -10% -10%,#193c8a80 0%,#0000 60%),radial-gradient(700px 350px at 120% 120%,#11a57a73 0%,#0000 60%),linear-gradient(135deg,#0b0d12,#0f1320);--pm-card-bg:#ffffff1a;--pm-card-border:#ffffff2e;--pm-text:#e6e8ee;--pm-muted:#e6e8eebf}.login-container{align-items:stretch;background:#0b0d12;background:var(--pm-bg);display:flex;justify-content:stretch;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);min-height:100vh;width:100vw}.login-surface{grid-gap:40px;box-sizing:border-box;display:grid;gap:40px;grid-template-columns:minmax(0,1.3fr) minmax(0,1fr);margin:0;padding:24px 32px}.login-hero,.login-surface{align-items:center;width:100%}.login-hero{background:radial-gradient(1000px 500px at -10% -10%,#193c8a80 0,#0000 60%),radial-gradient(700px 350px at 120% 120%,#11a57a73 0,#0000 60%),linear-gradient(135deg,#0b0d12,#0f1320);background:var(--pm-hero-grad);border-radius:20px;color:#e6e8ee;color:var(--pm-text);display:flex;min-width:0;overflow:hidden;padding:56px 48px;position:relative;z-index:0}.login-hero:after{background:radial-gradient(400px 200px at 30% 30%,#ffffff0f,#0000 60%);content:"";inset:0;pointer-events:none;position:absolute}.login-hero-content{max-width:640px}.login-badge{background:#ffffff0f;border:1px solid #ffffff2e;border:1px solid var(--pm-card-border);border-radius:999px;color:#e6e8ee;color:var(--pm-text);display:inline-block;font-weight:600;letter-spacing:.3px;margin-bottom:14px;padding:6px 12px}.login-hero-title{font-size:clamp(28px,4.5vw,44px);font-weight:800;line-height:1.15;margin:0}.login-hero-subtitle{color:#e6e8eebf;color:var(--pm-muted);font-size:clamp(14px,1.8vw,16px);margin-top:14px}.login-card{align-self:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:linear-gradient(180deg,#ffffff1f,#ffffff14);border:1px solid #ffffff2e;border:1px solid var(--pm-card-border);border-radius:18px;box-shadow:0 20px 45px #00000059;color:#e6e8ee;color:var(--pm-text);min-width:0;padding:28px 24px;position:relative;width:100%;z-index:1}.login-header{font-size:22px;font-weight:700;margin-bottom:4px}.login-subheader{color:#e6e8eebf;color:var(--pm-muted);margin-bottom:22px}.login-form .ant-input-affix-wrapper,.login-form .ant-input-affix-wrapper-lg,.login-form .ant-input-password{background:#ffffffe6;border-radius:12px!important}.login-card .ant-form-item-extra,.login-card .ant-form-item-label>label,.login-card .ant-typography{color:#e6e8ee!important;color:var(--pm-text)!important}.login-card .ant-form-item-explain-error{color:#ff9a95!important}.login-card .ant-card{background:linear-gradient(180deg,#ffffff1f,#ffffff14);border:1px solid #ffffff2e;border:1px solid var(--pm-card-border);color:#e6e8ee;color:var(--pm-text)}.login-card .ant-card-head{border-bottom-color:#ffffff2e;border-bottom-color:var(--pm-card-border)}.login-card .ant-card-body,.login-card .ant-card-head-title{color:#e6e8ee;color:var(--pm-text)}.login-form .ant-input-affix-wrapper-focused,.login-form .ant-input-affix-wrapper:hover{border-color:#1677ff!important}.login-icon{color:#00000059}.login-button{background:linear-gradient(90deg,#1677ff,#5aa0ff);border-radius:12px!important;box-shadow:0 8px 16px #1677ff40;height:46px}.login-button:focus,.login-button:hover{filter:brightness(1.03)}.login-links{align-items:center;display:flex;gap:12px;justify-content:center;margin-top:10px}.login-link{color:#c6d6ff}.login-divider{color:#e6e8ee8c}@media (max-width:1366px){.login-surface{gap:24px;grid-template-columns:1fr;padding:24px}}@media (max-width:1200px){.login-surface{gap:24px;grid-template-columns:1fr;padding:24px}}@media (max-width:1024px){.login-surface{gap:20px;grid-template-columns:1fr;padding:20px 16px}.login-hero{min-height:280px}}.feature-card{border:1px solid #f0f0f0;transition:all .3s ease}.feature-card:hover{border-color:#1890ff;box-shadow:0 8px 24px #0000001f;transform:translateY(-4px)}.feature-card .ant-card-body{padding:24px}.campaign-form .ant-form-item-label>label{font-weight:500}.entity-selector .ant-select-selector{border-radius:6px}.entity-selector .ant-select-selection-item{align-items:center;display:flex}.user-table .ant-table-thead>tr>th{background-color:#fafafa;font-weight:600}.user-table .ant-table-tbody>tr:hover>td{background-color:#f5f7ff}.geotab-card .ant-card-head-title{font-size:16px;font-weight:600}.stats-card .ant-card-body{padding:16px}.stats-card .ant-space-item{padding:4px 0}.user-modal .ant-modal-header{background-color:#f8f9fa;border-bottom:1px solid #e9ecef}.user-modal .ant-modal-title{color:#2c3e50;font-weight:600}.info-alert{border-radius:8px}.info-alert .ant-alert-icon{font-size:20px}@media (max-width:768px){.feature-card{margin-bottom:16px}.campaign-form{padding:16px}.user-table{font-size:12px}}.loading-overlay{position:relative}.loading-overlay:after{align-items:center;background:#fffc;bottom:0;content:"";display:flex;justify-content:center;left:0;position:absolute;right:0;top:0;z-index:1}.success-message{background-color:#f6ffed;border:1px solid #b7eb8f;border-radius:6px;color:#52c41a;padding:12px 16px}.error-message{background-color:#fff2f0;border:1px solid #ffccc7;border-radius:6px;color:#ff4d4f;padding:12px 16px}.primary-button{background:linear-gradient(135deg,#1890ff,#096dd9);border:none;border-radius:6px;font-weight:500;transition:all .3s ease}.primary-button:hover{background:linear-gradient(135deg,#40a9ff,#1890ff);box-shadow:0 4px 12px #1890ff4d;transform:translateY(-1px)}.card-enter{opacity:0;transform:translateY(20px)}.card-enter-active{opacity:1;transform:translateY(0);transition:all .3s ease}.custom-table .ant-table-pagination{margin:16px 0}.custom-table .ant-pagination-item-active{background:#1890ff;border-color:#1890ff}.custom-table .ant-pagination-item-active a{color:#fff}.search-input .ant-input{border-radius:20px}.search-input .ant-input-search-button{border-radius:0 20px 20px 0}.role-tag{border-radius:12px;font-size:12px;font-weight:500;text-transform:uppercase}.device-count-tag{background:linear-gradient(135deg,#e6f7ff,#bae7ff);border:1px solid #91d5ff;color:#1890ff;font-weight:600}.leaflet-image-layer,.leaflet-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane,.leaflet-pane>canvas,.leaflet-pane>svg,.leaflet-tile,.leaflet-tile-container,.leaflet-zoom-box{left:0;position:absolute;top:0}.leaflet-container{overflow:hidden}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile{-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.leaflet-tile::selection{background:#0000}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{height:1600px;-webkit-transform-origin:0 0;width:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-height:none!important;max-width:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer{max-height:none!important;max-width:none!important;padding:0;width:auto}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;height:0;width:0;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{height:1px;width:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{pointer-events:visiblePainted;pointer-events:auto;position:relative;z-index:800}.leaflet-bottom,.leaflet-top{pointer-events:none;position:absolute;z-index:1000}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{clear:both;float:left}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-pan-anim .leaflet-tile,.leaflet-zoom-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-control,.leaflet-popup-pane{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}.leaflet-image-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-image-layer.leaflet-interactive,.leaflet-marker-icon.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;color:#000;display:block;height:26px;line-height:26px;text-align:center;text-decoration:none;width:26px}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:focus,.leaflet-bar a:hover{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.leaflet-bar a.leaflet-disabled{background-color:#f4f4f4;color:#bbb;cursor:default}.leaflet-touch .leaflet-bar a{height:30px;line-height:30px;width:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);height:36px;width:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{height:44px;width:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{background:#fff;color:#333;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{overflow-x:hidden;overflow-y:scroll;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;line-height:1.4;padding:0 5px}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:focus,.leaflet-control-attribution a:hover{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;height:.6669em;vertical-align:initial!important;width:1em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{background:#fffc;border:2px solid #777;border-top:none;box-sizing:border-box;line-height:1.1;padding:2px 5px 1px;text-shadow:1px 1px #fff;white-space:nowrap}.leaflet-control-scale-line:not(:first-child){border-bottom:none;border-top:2px solid #777;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers{box-shadow:none}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-layers{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{margin-bottom:20px;position:absolute;text-align:center}.leaflet-popup-content-wrapper{border-radius:12px;padding:1px;text-align:left}.leaflet-popup-content{font-size:13px;font-size:1.08333em;line-height:1.3;margin:13px 24px 13px 20px;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{height:20px;left:50%;margin-left:-20px;margin-top:-1px;overflow:hidden;pointer-events:none;position:absolute;width:40px}.leaflet-popup-tip{height:17px;margin:-10px auto 0;padding:1px;pointer-events:auto;transform:rotate(45deg);width:17px}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;box-shadow:0 3px 14px #0006;color:#333}.leaflet-container a.leaflet-popup-close-button{background:#0000;border:none;color:#757575;font:16px/24px Tahoma,Verdana,sans-serif;height:24px;position:absolute;right:0;text-align:center;text-decoration:none;top:0;width:24px}.leaflet-container a.leaflet-popup-close-button:focus,.leaflet-container a.leaflet-popup-close-button:hover{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678);margin:0 auto;width:24px}.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{background-color:#fff;border:1px solid #fff;border-radius:3px;box-shadow:0 1px 3px #0006;color:#222;padding:6px;pointer-events:none;position:absolute;-webkit-user-select:none;user-select:none;white-space:nowrap}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before,.leaflet-tooltip-top:before{background:#0000;border:6px solid #0000;content:"";pointer-events:none;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{border-top-color:#fff;bottom:0;margin-bottom:-12px}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-left:-6px;margin-top:-12px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;left:0;margin-left:-12px}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.new-campaign-ux{background-color:#fafafa;display:flex;flex-direction:column;height:100%;min-height:calc(100vh - 64px)}.campaign-header{background:#fff;border-bottom:1px solid #e8e8e8;padding:16px 32px}.back-button{align-items:center;background:none;border:none;color:#1890ff;cursor:pointer;display:flex;font-size:14px;gap:8px;padding:8px 0;transition:color .2s}.back-button:hover{color:#40a9ff}.step-current{color:#1890ff;font-weight:600}.step-total{color:#8c8c8c}.campaign-content{flex:1 1;padding:4px 24px}.campaign-content,.step-container{align-items:center;display:flex;flex-direction:column}.step-container{max-width:1200px;padding-bottom:100px;width:100%}.step-title{color:#1a1a2e;font-size:32px;font-weight:600;margin-bottom:8px;text-align:center}.step-subtitle{color:#6b7280;font-size:16px;margin-bottom:40px;text-align:center}.selection-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(3,1fr);max-width:900px;width:100%}.selection-grid.two-columns{grid-template-columns:repeat(2,1fr)}.selection-card{align-items:center;background:#fff;border:2px solid #e8e8e8;border-radius:12px;cursor:pointer;display:flex;flex-direction:column;padding:24px;position:relative;text-align:center;transition:all .2s ease}.selection-card:hover{border-color:#1890ff;box-shadow:0 4px 12px #1890ff1a}.selection-card.selected{background:#f0f7ff;border-color:#1890ff}.selection-card .card-icon{align-items:center;color:#6b7280;display:flex;font-size:24px;height:48px;justify-content:center;margin-bottom:16px;width:48px}.selection-card.selected .card-icon{color:#1890ff}.selection-card .card-title{color:#1a1a2e;font-size:16px;font-weight:600;margin-bottom:8px}.selection-card .card-description{color:#6b7280;font-size:14px;line-height:1.5}.selection-card .check-icon{align-items:center;background:#1890ff;border-radius:50%;color:#fff;display:flex;font-size:14px;height:24px;justify-content:center;position:absolute;right:12px;top:12px;width:24px}.campaign-type-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(3,1fr);max-width:1000px;width:100%}.campaign-type-card{background:#fff;border:2px solid #e8e8e8;padding:28px;text-align:left;transition:all .2s ease}.campaign-type-card:hover{border-color:#1890ff;box-shadow:0 4px 16px #1890ff1f}.campaign-type-card.selected{background:#fafcff;border-color:#1890ff}.campaign-type-card .type-icon{align-items:center;background:#f5f5f5;border-radius:10px;color:#6b7280;display:flex;font-size:22px;height:44px;justify-content:center;margin-bottom:16px;width:44px}.campaign-type-card.selected .type-icon{background:#e6f4ff;color:#1890ff}.campaign-type-card .type-title{color:#1a1a2e;font-size:18px;font-weight:600;margin-bottom:4px}.campaign-type-card .type-badge{background:#e6f4ff;border-radius:4px;color:#1890ff;display:inline-block;font-size:11px;font-weight:600;margin-bottom:12px;padding:2px 8px}.campaign-type-card .type-description{color:#6b7280;font-size:14px;line-height:1.6}.locations-container{max-width:1000px;width:100%}.locations-filters{align-items:center;display:flex;flex-wrap:wrap;gap:16px;margin-bottom:24px}.search-input{border:1px solid #d9d9d9;border-radius:8px;flex:1 1;font-size:14px;height:40px;min-width:200px;padding:0 12px}.search-input:focus{border-color:#1890ff;box-shadow:0 0 0 2px #1890ff1a;outline:none}.filter-select{background:#fff;border:1px solid #d9d9d9;border-radius:8px;cursor:pointer;font-size:14px;height:40px;min-width:120px;padding:0 12px}.select-all-btn{background:none;border:none;color:#1a1a2e;cursor:pointer;font-size:14px;font-weight:500;padding:8px 12px}.locations-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(3,1fr)}.location-card{align-items:flex-start;background:#fff;border:2px solid #e8e8e8;gap:12px;padding:16px;transition:all .2s ease}.location-card:hover{border-color:#1890ff}.location-card.selected{background:#fafcff;border-color:#1890ff}.location-card .location-icon{align-items:center;background:#f5f5f5;border-radius:8px;display:flex;flex-shrink:0;height:40px;justify-content:center;width:40px}.location-card.selected .location-icon{background:#e6f4ff;color:#1890ff}.location-card .location-info{flex:1 1;min-width:0}.location-card .location-name{color:#1a1a2e;font-size:14px;font-weight:600;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.location-card .location-address{color:#6b7280;font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.location-card .check-mark{align-items:center;background:#1890ff;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:12px;height:22px;justify-content:center;width:22px}.configure-container{grid-gap:40px;display:grid;gap:40px;grid-template-columns:1fr 320px;max-width:1000px;width:100%}.vehicles-section{flex:1 1}.config-section{background:#fff;border-radius:12px;padding:24px}.section-title{color:#1a1a2e;font-size:14px}.select-all-link{background:none;border:none;color:#1890ff;cursor:pointer;font-size:14px}.vehicles-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(3,1fr);margin-bottom:16px}.vehicle-card{align-items:center;background:#fff;border:2px solid #e8e8e8;border-radius:10px;cursor:pointer;display:flex;gap:10px;padding:14px;position:relative;transition:all .2s ease}.vehicle-card:hover{border-color:#1890ff}.vehicle-card.selected{background:#fafcff;border-color:#1890ff}.vehicle-card .vehicle-icon{align-items:center;background:#f5f5f5;border-radius:6px;color:#6b7280;display:flex;font-size:16px;height:32px;justify-content:center;width:32px}.vehicle-card.selected .vehicle-icon{background:#e6f4ff;color:#1890ff}.vehicle-card .vehicle-info{flex:1 1;min-width:0}.vehicle-card .vehicle-name{color:#1a1a2e;font-size:13px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vehicle-card .vehicle-location{color:#6b7280;font-size:12px}.vehicle-card .vehicle-check{background:#1890ff;border-radius:50%;color:#fff;font-size:11px;height:20px;position:absolute;right:8px;top:8px;width:20px}.pagination,.vehicle-card .vehicle-check{align-items:center;display:flex;justify-content:center}.pagination{gap:12px;margin-top:16px}.pagination button{align-items:center;background:#fff;border:1px solid #d9d9d9;border-radius:6px;cursor:pointer;display:flex;height:32px;justify-content:center;width:32px}.pagination button:disabled{cursor:not-allowed;opacity:.5}.pagination span{color:#6b7280;font-size:14px}.config-panel{gap:24px}.config-item,.config-panel{display:flex;flex-direction:column}.config-item{gap:8px}.config-label{color:#1a1a2e;font-size:14px;font-weight:600}.config-sublabel{color:#6b7280;font-size:13px;margin-top:-4px}.date-picker-wrapper{position:relative}.date-picker-input{border:1px solid #d9d9d9;border-radius:8px;cursor:pointer;font-size:14px;height:44px;padding:0 12px 0 40px;width:100%}.date-picker-icon{color:#6b7280;left:12px;position:absolute;top:50%;transform:translateY(-50%)}.duration-slider{padding:0 8px}.slider-track{background:#e8e8e8;border-radius:3px;height:6px;margin:16px 0;position:relative}.slider-fill{border-radius:3px;height:100%}.slider-fill,.slider-thumb{background:#1a1a2e;position:absolute}.slider-thumb{border-radius:50%;cursor:grab;height:18px;top:50%;transform:translate(-50%,-50%);width:18px}.slider-labels{color:#6b7280;display:flex;font-size:12px;justify-content:space-between}.radius-options{display:flex;gap:8px}.radius-option{background:#fff;border:2px solid #1a1a2e;border-radius:8px;cursor:pointer;flex:1 1;font-size:14px;font-weight:500;height:44px;transition:all .2s}.radius-option.selected{background:#1a1a2e;color:#fff}.stops-container{max-width:1000px;width:100%}.stops-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:24px}.stops-header-left{align-items:center;display:flex;gap:16px}.stops-header-right{color:#6b7280;font-size:14px}.stops-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(3,1fr)}.stop-card{background:#fff;border:2px solid #e8e8e8;border-radius:12px;cursor:pointer;padding:16px;transition:all .2s ease}.stop-card.selected,.stop-card:hover{border-color:#1890ff}.stop-card.selected{background:#fafcff}.stop-card-header{align-items:center;display:flex;gap:8px;margin-bottom:12px}.stop-color-dot{border-radius:50%;height:10px;width:10px}.stop-vehicle-name{color:#1a1a2e;font-size:14px;font-weight:600}.stop-card-details{display:flex;flex-direction:column;gap:6px}.stop-detail-row{align-items:center;color:#6b7280;display:flex;font-size:13px;gap:8px}.stop-detail-row .icon{color:#9ca3af;width:16px}.stop-card-footer{align-items:center;border-top:1px solid #f0f0f0;display:flex;justify-content:space-between;margin-top:12px;padding-top:12px}.stop-duration{align-items:center;color:#6b7280;display:flex;font-size:13px;gap:4px}.stop-coords{color:#9ca3af;font-size:12px}.campaign-footer{align-items:center;background:#fff;border-top:1px solid #e8e8e8;bottom:0;box-shadow:0 -2px 8px #0000000d;display:flex;justify-content:space-between;left:250px;padding:16px 32px;position:fixed;right:0;z-index:1000}.footer-info{color:#6b7280;font-size:14px}.footer-info strong{color:#1a1a2e}.continue-btn{align-items:center;background:#1a1a2e;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:8px;padding:12px 24px;transition:background .2s}.continue-btn:hover{background:#2d2d44}.continue-btn:disabled{background:#d9d9d9;cursor:not-allowed}.platform-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(3,1fr);max-width:800px;width:100%}.platform-card{align-items:center;background:#fff;border:2px solid #e8e8e8;border-radius:12px;cursor:pointer;display:flex;flex-direction:column;padding:32px 24px;text-align:center;transition:all .2s ease}.platform-card:hover{border-color:#1890ff;box-shadow:0 4px 12px #1890ff1a}.platform-card.selected{background:#fafcff;border-color:#1890ff}.platform-card .platform-icon{align-items:center;color:#6b7280;display:flex;font-size:28px;height:56px;justify-content:center;margin-bottom:20px;width:56px}.platform-card.selected .platform-icon{color:#1890ff}.platform-card .platform-title{color:#1a1a2e;font-size:16px;font-weight:600;margin-bottom:8px}.platform-card .platform-description{color:#6b7280;font-size:14px;line-height:1.5}.routes-container{max-width:1000px;width:100%}.routes-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(3,1fr)}.route-card{background:#fff;border:2px solid #e8e8e8;border-radius:12px;cursor:pointer;padding:16px;transition:all .2s ease}.route-card:hover{border-color:#1890ff}.route-card.selected{background:#fafcff;border-color:#1890ff}.route-card-header{align-items:center;display:flex;gap:8px;margin-bottom:12px}.route-check{background:#1890ff;border-radius:50%;height:20px;justify-content:center;margin-left:auto;width:20px}.route-check,.route-time-info{align-items:center;display:flex}.route-time-info{color:#6b7280;font-size:13px;gap:6px;margin-bottom:12px}.route-time-to{color:#9ca3af}.route-addresses{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}.route-address-row{align-items:center;color:#1a1a2e;display:flex;font-size:13px;gap:8px}.route-address-icon{align-items:center;display:flex;font-size:12px;height:16px;justify-content:center;width:16px}.route-address-icon.start{color:#22c55e}.route-address-icon.end{color:#ef4444}.route-card-footer{border-top:1px solid #f0f0f0;justify-content:space-between;padding-top:12px}.route-card-footer,.route-stat{align-items:center;display:flex}.route-stat{color:#6b7280;font-size:13px;gap:4px}.routes-map-container{border:1px solid #e8e8e8;border-radius:12px;margin-top:24px;overflow:hidden}.launch-btn{align-items:center;background:#1a1a2e;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:8px;padding:12px 24px;transition:background .2s}.launch-btn:hover{background:#2d2d44}.launch-btn:disabled{background:#d9d9d9;cursor:not-allowed}.proximity-config{grid-template-columns:1fr 280px}.vehicles-grid.two-col{grid-template-columns:repeat(2,1fr)}.proximity-vehicle .vehicle-location{font-size:11px}.select-all-btn-outlined{background:#fff;border:1px solid #d9d9d9;border-radius:6px;cursor:pointer;font-size:13px;padding:6px 16px;transition:all .2s}.select-all-btn-outlined:hover{border-color:#1890ff;color:#1890ff}.section-subtitle{color:#6b7280;font-size:13px;margin-top:2px}.range-options-grid{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(3,1fr);margin-bottom:16px}.range-option{background:#fff;border:1px solid #d9d9d9;border-radius:6px;cursor:pointer;font-size:13px;padding:10px 8px;transition:all .2s}.range-option:hover{border-color:#1890ff}.range-option.selected{background:#1a1a2e;border-color:#1a1a2e;color:#fff}.range-description{color:#6b7280;font-size:13px;line-height:1.5}.pagination.compact{margin-top:12px}.pagination.compact span{color:#6b7280;font-size:13px}.audience-method-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(2,1fr);max-width:800px}.audience-method-card{background:#fff;border:2px solid #e8e8e8;border-radius:12px;cursor:pointer;padding:24px;position:relative;transition:all .2s ease}.audience-method-card:hover{border-color:#1890ff}.audience-method-card.selected{background:#fafcff;border-color:#1a1a2e}.method-check{background:#1890ff;border-radius:50%;color:#fff;font-size:12px;height:22px;position:absolute;right:16px;top:16px;width:22px}.method-check,.method-icon{align-items:center;display:flex;justify-content:center}.method-icon{border-radius:10px;font-size:22px;height:48px;margin-bottom:16px;width:48px}.method-content{flex:1 1}.method-title-row{align-items:center;display:flex;gap:10px;margin-bottom:8px}.method-title{color:#1a1a2e;font-size:18px;font-weight:600}.method-badge{border-radius:4px;font-size:11px;font-weight:500;padding:3px 8px}.method-description{color:#6b7280;font-size:14px;line-height:1.5;margin:0}.exclusion-banner{align-items:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;display:flex;gap:12px;margin-bottom:24px;max-width:900px;padding:14px 20px}.exclusion-icon{align-items:center;background:#f0f0f0;border-radius:8px;color:#6b7280;display:flex;font-size:16px;height:36px;justify-content:center;width:36px}.exclusion-content{display:flex;flex:1 1;flex-direction:column}.exclusion-content strong{color:#1a1a2e;font-size:14px}.exclusion-subtitle{color:#6b7280;font-size:12px}.exclusion-status{color:#6b7280;font-size:13px}.segments-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(4,1fr);margin-bottom:24px;max-width:900px}.segment-card{background:#fff;border:2px solid #e8e8e8;border-radius:12px;cursor:pointer;padding:16px;transition:all .2s ease}.segment-card:hover{border-color:#1890ff}.segment-card.selected{background:#fafcff;border-color:#1890ff}.segment-icon{align-items:center;border-radius:8px;display:flex;font-size:18px;height:40px;justify-content:center;margin-bottom:12px;width:40px}.segment-title{color:#1a1a2e;font-size:14px;font-weight:600;margin-bottom:4px}.segment-subtitle{color:#6b7280;font-size:12px;margin-bottom:12px}.segment-count{color:#1a1a2e;font-size:24px;font-weight:700}.estimated-reach{align-items:center;background:#1a1a2e;border-radius:20px;color:#fff;display:inline-flex;font-size:14px;gap:8px;margin-bottom:40px;padding:10px 20px}.custom-audience-container{grid-gap:40px;display:grid;gap:40px;grid-template-columns:1fr 320px;max-width:1000px}.filters-section{display:flex;flex-direction:column;gap:24px}.filter-group{background:#fff;border:1px solid #e8e8e8;border-radius:12px;padding:20px}.filter-group-header{align-items:center;color:#1a1a2e;display:flex;font-size:15px;font-weight:600;gap:10px;margin-bottom:16px}.add-filter-wrapper{position:relative}.add-filter-btn{align-items:center;background:none;border:none;color:#6b7280;cursor:pointer;display:flex;font-size:14px;gap:8px;padding:8px 0}.add-filter-btn:hover{color:#1890ff}.filter-dropdown{background:#fff;border:1px solid #e8e8e8;border-radius:8px;box-shadow:0 4px 12px #0000001a;left:0;min-width:200px;position:absolute;top:100%;z-index:10}.filter-option{cursor:pointer;font-size:14px;padding:10px 16px}.filter-option:hover{background:#f5f5f5}.active-filter{align-items:center;background:#f0f5ff;border:1px solid #1890ff;border-radius:6px;display:flex;font-size:13px;justify-content:space-between;margin-bottom:8px;padding:8px 12px}.active-filter button{background:none;border:none;color:#6b7280;cursor:pointer;font-size:16px}.audience-preview-section{background:#fff;border:1px solid #e8e8e8;border-radius:12px;padding:24px;text-align:center}.preview-header{align-items:center;color:#6b7280;display:flex;font-size:14px;gap:8px;justify-content:center;margin-bottom:16px}.preview-count{color:#1a1a2e;font-size:48px;font-weight:700}.preview-label{color:#1890ff;font-size:14px;margin-bottom:24px}.active-filters-info{margin-bottom:16px;text-align:left}.filters-count{color:#6b7280;font-size:11px;font-weight:600;margin-bottom:4px}.filters-status{color:#1890ff;font-size:13px}.preview-tip{background:#f9fafb;border-radius:8px;color:#6b7280;font-size:13px;padding:12px;text-align:left}.sms-template-step{max-width:600px}.sms-header-icon{align-items:center;background:#f5f5f5;border-radius:50%;color:#6b7280;display:flex;font-size:22px;height:48px;justify-content:center;margin:0 auto 16px;width:48px}.gps-banner{align-items:flex-start;background:#e6f7ff;border:1px solid #91d5ff;border-radius:10px;display:flex;gap:12px;margin-bottom:24px;padding:16px}.gps-banner-icon{color:#1890ff;font-size:18px}.gps-banner-content{display:flex;flex-direction:column;gap:4px}.gps-banner-content strong{color:#1a1a2e;font-size:14px}.gps-banner-content span{color:#6b7280;font-size:13px}.form-section{margin-bottom:24px}.form-label{color:#1a1a2e;display:block;font-size:14px;font-weight:600;margin-bottom:8px}.form-sublabel{color:#6b7280;font-size:13px;margin-bottom:12px}.form-input{border:1px solid #d9d9d9;border-radius:8px;font-size:14px;padding:12px 16px;width:100%}.form-input:focus{border-color:#1890ff;outline:none}.form-hint{color:#9ca3af;display:block;font-size:12px;margin-top:6px}.token-buttons{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.token-btn{align-items:center;background:#fff;border:1px solid #d9d9d9;border-radius:6px;cursor:pointer;display:flex;font-size:13px;gap:6px;padding:6px 12px}.token-btn:hover{border-color:#1890ff;color:#1890ff}.form-textarea{border:1px solid #d9d9d9;border-radius:8px;font-size:14px;min-height:100px;padding:12px 16px;resize:vertical;width:100%}.form-textarea:focus{border-color:#1890ff;outline:none}.char-count{color:#9ca3af;display:flex;font-size:12px;justify-content:space-between;margin-top:8px}.attach-image-header{align-items:center;display:flex;font-size:14px;font-weight:500;gap:8px;margin-bottom:12px}.optional-badge{color:#9ca3af;font-size:12px;font-weight:400}.image-upload-area{border:2px dashed #d9d9d9;border-radius:8px;cursor:pointer;padding:32px;text-align:center}.image-upload-area:hover{border-color:#1890ff}.image-upload-area p{color:#6b7280;font-size:14px;margin:8px 0 4px}.image-upload-area span{color:#9ca3af;font-size:12px}.opt-out-banner{align-items:flex-start;background:#f0fdf4;border:1px solid #86efac;border-radius:8px;display:flex;gap:12px;margin-bottom:24px;padding:14px}.opt-out-banner>span:first-child{color:#22c55e;font-size:16px}.opt-out-banner strong{color:#1a1a2e;display:block;font-size:14px}.opt-out-banner span{color:#6b7280;font-size:13px}.message-preview{background:#f9fafb;border:1px solid #e8e8e8;border-radius:8px;color:#1a1a2e;font-size:14px;line-height:1.5;padding:16px}.delivery-settings{border-top:1px solid #e8e8e8;margin-top:32px;padding-top:32px}.section-heading{color:#1a1a2e;font-size:18px;font-weight:600;margin-bottom:24px}.setting-group{background:#fff;border:1px solid #e8e8e8;border-radius:12px;margin-bottom:16px;padding:20px}.setting-header{align-items:flex-start;display:flex;gap:12px;margin-bottom:16px}.setting-header>span:first-child{color:#6b7280;font-size:18px}.setting-header strong{color:#1a1a2e;display:block;font-size:14px}.setting-header span{color:#6b7280;font-size:13px}.cooldown-options{display:flex;flex-wrap:wrap;gap:8px}.cooldown-btn{background:#fff;border:1px solid #d9d9d9;border-radius:6px;cursor:pointer;font-size:13px;padding:8px 14px}.cooldown-btn:hover{border-color:#1890ff}.cooldown-btn.selected{background:#1a1a2e;border-color:#1a1a2e;color:#fff}.quiet-hours-inputs{display:flex;gap:24px;margin-top:16px}.time-input{align-items:center;display:flex;gap:8px}.time-input span{color:#6b7280;font-size:13px}.tcpa-section{background:#fafafa;border:1px solid #e8e8e8;border-radius:12px;margin-top:24px;padding:20px}.tcpa-header{align-items:center;display:flex;gap:10px;margin-bottom:12px}.tcpa-header span{color:#1890ff;font-size:18px}.tcpa-section p{color:#6b7280;font-size:13px;margin-bottom:12px}.tcpa-list{list-style:none;margin:0;padding:0}.tcpa-list li{align-items:center;color:#1a1a2e;display:flex;font-size:13px;gap:8px;padding:6px 0}.tcpa-list li span{color:#22c55e}.review-step{max-width:700px}.review-header-icon{align-items:center;background:linear-gradient(135deg,#e6f7ff,#f0f5ff);border-radius:50%;color:#1890ff;display:flex;font-size:24px;height:48px;justify-content:center;margin:0 auto 16px;width:48px}.review-cards{display:flex;flex-direction:column;gap:16px;margin-bottom:24px}.review-card{background:#fff;border:1px solid #e8e8e8;border-radius:12px;padding:20px}.review-card-header{align-items:center;display:flex;gap:12px;margin-bottom:12px}.review-card-header>span:first-child{color:#1890ff;font-size:18px}.review-card-title{color:#1a1a2e;font-size:15px;font-weight:600}.review-card-subtitle{color:#6b7280;display:block;font-size:13px}.review-card-stats{color:#6b7280;display:flex;font-size:13px;gap:16px}.review-card-stats span{align-items:center;display:flex;gap:6px}.segment-tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.segment-tag{background:#e6f7ff;border-radius:16px;color:#1890ff;font-size:13px;padding:4px 12px}.no-audience-warning{color:#f5222d;font-size:14px;margin-bottom:12px}.estimated-reach-row{align-items:center;color:#6b7280;display:flex;font-size:14px;justify-content:space-between}.estimated-reach-row strong{color:#1890ff}.message-preview-box{background:#f9fafb;border:1px solid #e8e8e8;border-radius:8px;margin-bottom:12px;padding:14px}.message-preview-box p{color:#1a1a2e;font-size:14px;margin:0 0 8px}.message-stats,.opt-out-text{color:#9ca3af;font-size:13px}.delivery-info{display:flex;gap:40px}.delivery-item{align-items:center;color:#6b7280;display:flex;font-size:13px;gap:8px}.delivery-item strong{color:#1a1a2e}.tcpa-card{background:#fafafa}.tcpa-card p{color:#6b7280;font-size:13px;margin:0}.launch-sms-btn{align-items:center;background:#1a1a2e;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:500;gap:10px;justify-content:center;margin-bottom:40px;padding:16px;width:100%}.launch-sms-btn:hover{background:#2d2d44}.email-template-step{max-width:600px}.form-half{flex:1 1}.custom-html-toggle{align-items:center;background:#f9fafb;border:1px solid #e8e8e8;border-radius:8px;display:flex;justify-content:space-between;padding:16px}.toggle-content{align-items:flex-start;display:flex;gap:12px}.toggle-content>span:first-child{color:#1890ff;font-size:18px}.toggle-content strong{color:#1a1a2e;display:block;font-size:14px}.toggle-content span{color:#6b7280;font-size:13px}.email-body{font-family:monospace;min-height:150px}.email-preview-box{background:#fff;border:1px solid #e8e8e8;border-radius:8px;overflow:hidden}.email-preview-header{background:#f9fafb;border-bottom:1px solid #e8e8e8;color:#6b7280;display:flex;flex-direction:column;font-size:13px;gap:4px;padding:12px 16px}.email-preview-body{color:#1a1a2e;font-size:14px;line-height:1.6;padding:16px;white-space:pre-wrap}@media (max-width:900px){.campaign-type-grid,.locations-grid,.platform-grid,.routes-grid,.segments-grid,.selection-grid,.stops-grid,.vehicles-grid{grid-template-columns:repeat(2,1fr)}.audience-method-grid,.configure-container,.proximity-config{grid-template-columns:1fr}}@media (max-width:600px){.campaign-type-grid,.locations-grid,.platform-grid,.routes-grid,.segments-grid,.selection-grid,.stops-grid,.vehicles-grid{grid-template-columns:1fr}.locations-filters{align-items:stretch;flex-direction:column}.campaign-header{padding:12px 16px}.campaign-content{padding:24px 16px}}.database-management-container{background:#f5f5f5;min-height:100vh;padding:24px}.database-tabs{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;padding:24px}.database-tabs .ant-tabs-nav{margin-bottom:24px}.database-tabs .ant-tabs-tab{font-size:15px;font-weight:500}.ant-table{background:#fff}.ant-table-thead>tr>th{background:#f9fafb;color:#374151;font-weight:600}.ant-table-tbody>tr:hover>td{background:#f9fafb}.billing-subscriptions-container{background:#f5f5f5;min-height:100vh;padding:24px}.page-header h1{margin:0 0 8px}.billing-tabs{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;padding:24px}.billing-tabs .ant-tabs-nav{margin-bottom:24px}.billing-tabs .ant-tabs-tab{font-size:15px;font-weight:500}.tab-content{padding:0}.security-compliance-container{background:#f5f5f5;min-height:100vh;padding:24px}.security-tabs{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;padding:24px}.security-tabs .ant-card{border:none;box-shadow:none}.security-tabs .ant-card-head{border-bottom:2px solid #e5e7eb;padding:16px 0}.security-tabs .ant-card-head-title{color:#1f2937;font-size:18px;font-weight:600}.security-tabs .ant-card-body{padding:24px 0}.security-tabs h3{color:#374151;font-size:16px;font-weight:600;margin-bottom:16px;margin-top:8px}.security-tabs .ant-form-item{margin-bottom:20px}.security-tabs .ant-divider{margin:24px 0}.user-management-container{background:#f5f5f5;min-height:100vh;padding:24px}.user-management-tabs{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;padding:24px}.tab-content{padding:16px 0}.tab-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:24px}.tab-header h2{color:#1f2937;font-size:20px;font-weight:600;margin:0}.integrations-control-container{background:#f5f5f5;min-height:100vh;padding:24px}.integrations-tabs{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;padding:24px}.integrations-tabs .ant-card{border:none;box-shadow:none}.integrations-tabs .ant-card-head{border-bottom:2px solid #e5e7eb;padding:16px 0}.integrations-tabs .ant-card-head-title{color:#1f2937;font-size:18px;font-weight:600}.integrations-tabs .ant-card-body{padding:24px 0}.integrations-tabs .ant-form-item{margin-bottom:20px}.platform-settings-container{background:#f5f5f5;min-height:100vh;padding:24px}.platform-settings-tabs{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;padding:24px}.platform-settings-tabs .ant-card{border:none;box-shadow:none}.platform-settings-tabs .ant-card-head{border-bottom:2px solid #e5e7eb;padding:16px 0}.platform-settings-tabs .ant-card-head-title{color:#1f2937;font-size:18px;font-weight:600}.platform-settings-tabs .ant-card-body{padding:24px 0}.platform-settings-tabs .ant-form-item{margin-bottom:20px}.analytics-reports-container{background:#f5f5f5;min-height:100vh;padding:24px}.page-header{margin-bottom:24px}.page-header h1{color:#1f2937;font-size:28px;font-weight:600;margin-bottom:8px}.page-header p{color:#6b7280;font-size:14px;margin:0}.analytics-tabs{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;padding:24px}.analytics-tabs .ant-card{border:none;box-shadow:none}.filters{align-items:center;margin-bottom:16px}.analytics-tabs .ant-statistic-title{color:#6b7280;font-size:14px}.analytics-tabs .ant-statistic-content{font-size:24px;font-weight:600}.demo-requests-container{padding:24px}.demo-request-details{display:flex;flex-direction:column;gap:16px}.detail-row{align-items:flex-start;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;padding:8px 0}.detail-row.full-width{flex-direction:column;gap:8px}.detail-row strong{color:#262626;min-width:120px}.detail-row span{color:#595959;flex:1 1;text-align:right}.audience-lab-page{max-width:960px;padding:16px}.audience-lab-header{align-items:center;display:flex;gap:12px;margin-bottom:12px}.columns-panel{background:#fff;border:1px solid #f0f0f0;border-radius:6px;max-height:260px;overflow:auto;padding:12px}.columns-grid{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(3,minmax(180px,1fr))}@media (max-width:1024px){.columns-grid{grid-template-columns:repeat(2,minmax(180px,1fr))}}@media (max-width:640px){.columns-grid{grid-template-columns:1fr}}.dataset-actions{align-items:center;display:flex;gap:8px;margin-top:8px}.subscribers-management{background:#f5f6fa;min-height:100vh;padding:24px}.subscribers-management .page-header{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;margin-bottom:24px;padding-bottom:16px}.subscribers-management .page-header h2{align-items:center;color:#1f2937;display:flex;gap:12px;margin:0}.subscribers-management .ant-card{border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 4px #0000000a,0 4px 16px #0000000a}.subscribers-management .ant-card .ant-statistic-title{color:#64748b;font-size:13px;font-weight:600;margin-bottom:8px}.subscribers-management .ant-card .ant-statistic-content{font-size:24px;font-weight:700}.subscribers-management .ant-table-thead>tr>th{background:#f8fafc;border-bottom:1px solid #e2e8f0;color:#374151;font-size:13px;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.subscribers-management .ant-table-tbody>tr>td{border-bottom:1px solid #f1f5f9;padding:16px}.subscribers-management .ant-table-tbody>tr:hover>td{background:#f8fafc}.subscribers-management .ant-tag{border-radius:6px;font-size:11px;font-weight:600;letter-spacing:.05em;padding:2px 8px;text-transform:uppercase}.subscribers-management .ant-btn-link{border-radius:6px;height:auto;padding:4px 8px;transition:all .15s ease}.subscribers-management .ant-btn-link:hover{background:#f0f5ff;color:#1890ff}.subscribers-management .ant-btn-link.ant-btn-dangerous:hover{background:#fff2f0;color:#ff4d4f}.subscribers-management .ant-modal .ant-modal-header{border-bottom:1px solid #e2e8f0;padding:20px 24px}.subscribers-management .ant-modal .ant-modal-body{padding:24px}.subscribers-management .ant-form-item-label>label{color:#374151;font-size:13px;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.subscribers-management .ant-input,.subscribers-management .ant-picker,.subscribers-management .ant-select-selector{border:1.5px solid #e2e8f0;border-radius:8px;transition:all .15s ease}.subscribers-management .ant-input:focus,.subscribers-management .ant-picker:hover,.subscribers-management .ant-select-focused .ant-select-selector{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.subscribers-management .ant-switch{background:#e2e8f0}.subscribers-management .ant-switch-checked{background:#6366f1}.subscribers-management .ant-input-number{width:100%}.subscribers-management .ant-input-number .ant-input-number-input{border-radius:8px}@media (max-width:768px){.subscribers-management{padding:16px}.subscribers-management .page-header{align-items:flex-start;flex-direction:column;gap:16px}.subscribers-management .ant-statistic-content{font-size:20px}}.subscribers-management .ant-spin-container{min-height:200px}.subscribers-management .ant-empty{padding:48px 24px}.subscribers-management .ant-empty-description{color:#64748b;font-size:14px}.subscribers-management .ant-input-search .ant-input-group .ant-input-affix-wrapper,.subscribers-management .ant-select{border-radius:8px}.subscribers-management .ant-card:hover{box-shadow:0 4px 8px #0000000f,0 8px 24px #0000000f;transform:translateY(-2px);transition:all .15s ease}.subscribers-management .ant-table-cell-fix-right{background:#fff}.subscribers-management .ant-form-vertical .ant-form-item{margin-bottom:16px}.subscribers-management .ant-form-vertical .ant-form-item:last-child{margin-bottom:0}.subscribers-management .ant-btn-primary{background:linear-gradient(135deg,#3b82f6,#6366f1);border:none;border-radius:8px;box-shadow:0 4px 12px #6366f14d;font-weight:600;height:44px;padding:0 24px;transition:all .15s ease}.subscribers-management .ant-btn-primary:hover{background:linear-gradient(135deg,#2563eb,#4f46e5);box-shadow:0 6px 16px #6366f166;transform:translateY(-1px)}.subscribers-management .ant-btn-default{border:1.5px solid #e2e8f0;border-radius:8px;font-weight:600;height:44px;padding:0 24px;transition:all .15s ease}.subscribers-management .ant-btn-default:hover{background:#f8fafc;border-color:#6366f1;color:#6366f1}.route-demo-map .leaflet-container{outline:none}.route-demo-map .leaflet-pane .leaflet-overlay-pane path{transition:opacity .2s ease,stroke .2s ease}.route-demo-map .leaflet-marker-pane circle,.route-demo-map .leaflet-overlay-pane circle{transition:transform .15s ease}.route-demo-card{box-shadow:0 1px 2px #0000000a,0 8px 24px #0000000f}[data-theme=dark] .route-demo-card{box-shadow:0 1px 2px #0009,0 8px 24px #00000080}.route-demo-legend{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffffe6;border:1px solid #00000014;border-radius:.5rem}[data-theme=dark] .route-demo-legend{background:#202020bf;border-color:#ffffff1f;color:#ffffffe6}.route-demo-button{transition:transform .05s ease}.route-demo-button:active{transform:translateY(1px)}.route-demo-card .ant-select-dropdown .ant-select-item-option-content,.route-demo-card .ant-select-selection-item,.route-demo-card .ant-select-selection-placeholder,.route-demo-card .ant-select-selection-search-input,.route-demo-card .ant-select-selector{color:#000!important}.pm-placeholder-muted::placeholder{color:#6b7280;opacity:1}.enterprise-dashboard{background:#f8fafc;min-height:100vh;padding:24px}.dashboard-header{margin-bottom:32px}.dashboard-title{color:#0f172a;font-size:28px;font-weight:700;margin:0}.dashboard-subtitle{color:#64748b;font-size:14px;margin:4px 0 0}.section-title{margin-bottom:8px}.section-subtitle{margin-bottom:20px}.section-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.manage-link{color:#3b82f6;font-size:14px;font-weight:500}.quick-actions-section{margin-bottom:40px}.quick-action-content a{color:#3b82f6;font-size:14px;font-weight:500;text-decoration:none}.enterprise-overview-section{margin-bottom:40px}.locations-overview-card{background:linear-gradient(135deg,#334155,#1e293b);padding:32px}.locations-overview-header{justify-content:space-between;margin-bottom:32px}.locations-overview-header>div{align-items:center;display:flex}.stat-item{text-align:center}.stat-icon{color:#94a3b8;margin-bottom:12px}.stat-value{color:#fff;font-size:32px;margin-bottom:8px}.stat-label{color:#cbd5e1;font-size:13px}.plan-details-section{margin-bottom:40px}.plan-card{margin-bottom:16px}.plan-header{border-bottom:1px solid #e2e8f0;margin-bottom:24px;padding-bottom:16px}.plan-icon{flex-shrink:0;margin-right:16px}.routeiq-icon{background:#dbeafe;color:#3b82f6}.proximityiq-icon{background:#ede9fe;color:#8b5cf6}.plan-name{color:#0f172a;font-size:18px;font-weight:600;margin:0}.plan-subtitle{color:#64748b;font-size:13px;margin:4px 0 0}.plan-details{padding:0}.plan-item{margin-bottom:20px}.plan-item-label{color:#64748b;font-size:13px;margin-bottom:8px}.plan-item-value{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.plan-item-value strong{color:#0f172a;font-size:14px}.tier-badge{background:#f1f5f9;border-radius:6px;color:#475569;font-size:12px;font-weight:500;padding:4px 10px}.plan-pricing{border-top:1px solid #e2e8f0;margin-top:24px;padding-top:16px}.pricing-row{align-items:center;color:#475569;display:flex;font-size:14px;justify-content:space-between;padding:8px 0}.pricing-row.subtotal{border-top:1px solid #e2e8f0;font-size:15px;margin-top:12px;padding-top:12px}.pricing-row.subtotal strong{color:#0f172a;font-size:16px}.billing-summary-card{margin-top:16px}.billing-header{border-bottom:1px solid #e2e8f0;margin-bottom:20px;padding-bottom:16px}.billing-header,.billing-icon{align-items:center;display:flex}.billing-icon{background:#dcfce7;border-radius:8px;color:#16a34a;font-size:20px;height:40px;justify-content:center;margin-right:12px;width:40px}.billing-header h4{color:#0f172a;font-size:16px;font-weight:600;margin:0}.billing-header p{color:#64748b;font-size:13px;margin:4px 0 0}.billing-details{padding:0}.billing-row{color:#475569;font-size:14px;padding:10px 0}.billing-row.total{border-top:2px solid #e2e8f0;font-size:16px;margin-top:12px;padding-top:16px}.billing-row.total strong{color:#0f172a;font-size:20px;font-weight:700}.billing-note{color:#64748b;font-size:12px;font-style:italic;margin:12px 0 0}.analytics-overview-section{margin-bottom:40px}@media (max-width:1400px){.analytics-card{padding:16px}.analytics-value{font-size:20px}}@media (max-width:768px){.dashboard-header{align-items:flex-start;flex-direction:column}.last-updated{margin-top:8px}.locations-overview-header{align-items:flex-start;flex-direction:column}.overview-subtitle{margin-top:8px}}.location-management-page{background:#f8fafc;min-height:100vh;padding:24px}.location-header{margin-bottom:32px}.location-header,.location-title-bar{align-items:center;display:flex;justify-content:space-between}.location-cards-grid,.location-search,.location-title-bar{margin-bottom:24px}.location-card{border:1px solid #e2e8f0;position:relative}.location-card:hover{box-shadow:0 8px 24px #0000001f;transform:translateY(-4px)}.location-card-header{border-bottom:1px solid #e2e8f0;justify-content:space-between;margin-bottom:20px;padding-bottom:16px}.location-card-header,.location-info{align-items:flex-start;display:flex}.location-icon{color:#3b82f6;font-size:20px;margin-right:12px;margin-top:4px}.location-name{color:#0f172a;font-size:16px;font-weight:600;margin:0 0 4px}.location-address{font-size:12px}.location-metrics{grid-gap:12px;border-bottom:1px solid #e2e8f0;display:grid;gap:12px;grid-template-columns:repeat(4,1fr);margin-bottom:16px;padding-bottom:16px}.metric-item{align-items:center;display:flex;flex-direction:column;text-align:center}.metric-item .anticon{color:#64748b;font-size:16px;margin-bottom:4px}.metric-label{color:#64748b;font-size:11px;margin-bottom:4px}.metric-value{color:#0f172a;font-size:14px;font-weight:600}.location-channels{grid-gap:8px;border-bottom:1px solid #e2e8f0;display:grid;gap:8px;grid-template-columns:repeat(4,1fr);margin-bottom:16px;padding-bottom:16px}.channel-item{align-items:center;display:flex;flex-direction:column;text-align:center}.channel-item .anticon{font-size:14px;margin-bottom:4px}.channel-label{color:#64748b;font-size:11px;margin-bottom:2px}.channel-value{color:#0f172a;font-size:13px;font-weight:600}.location-ctr{align-items:center;background:#fef3c7;border-radius:8px;display:flex;justify-content:space-between;margin-bottom:12px;padding:12px}.ctr-label{color:#92400e;font-size:13px;font-weight:500}.ctr-value{color:#f59e0b;font-size:18px;font-weight:700}.location-status-badge{text-align:center}.location-detail-page{background:#f8fafc;min-height:100vh;padding:24px}.location-detail-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:24px}.location-title-section{margin-bottom:32px}.location-title{color:#0f172a;font-size:32px;font-weight:700;margin:0 0 8px}.location-address{color:#64748b;font-size:16px;margin:0}.location-overview-card{background:linear-gradient(135deg,#334155,#1e293b);border:none;border-radius:12px;color:#fff;margin-bottom:40px;padding:32px}.location-overview-header{justify-content:space-between;margin-bottom:32px}.location-overview-header,.location-overview-header>div{align-items:center;display:flex}.overview-title{font-size:18px;font-weight:600}.overview-subtitle{color:#cbd5e1;font-size:13px}.location-overview-stats{margin-top:24px}.location-stat-item{text-align:center}.location-stat-item .stat-icon{color:#94a3b8;font-size:24px;margin-bottom:12px}.location-stat-item .stat-value{color:#fff;font-size:32px;font-weight:700;margin-bottom:8px}.location-stat-item .stat-label{color:#cbd5e1;font-size:13px}.location-analytics-section{margin-bottom:40px}.analytics-category{margin-bottom:32px}.category-title{align-items:center;color:#64748b;display:flex;font-size:12px;font-weight:700;letter-spacing:.5px;margin-bottom:16px}.category-title:before{border-radius:50%;content:"";height:8px;margin-right:8px;width:8px}.analytics-category:nth-child(2) .category-title:before{background:#8b5cf6}.analytics-category:nth-child(3) .category-title:before{background:#3b82f6}.analytics-category:nth-child(4) .category-title:before{background:#ec4899}.analytics-category:nth-child(5) .category-title:before{background:#10b981}.analytics-card{border:1px solid #e2e8f0;border-radius:10px;padding:20px;position:relative;text-align:center;transition:all .3s}.analytics-card:hover{box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}.analytics-icon{align-items:center;background:#f1f5f9;border-radius:8px;color:#64748b;display:flex;font-size:18px;height:40px;justify-content:center;margin:0 auto 12px;width:40px}.analytics-value{color:#0f172a;font-size:24px;font-weight:700;margin-bottom:6px}.analytics-label{color:#64748b;font-size:12px;line-height:1.4}.analytics-change{border-radius:4px;font-size:11px;font-weight:600;padding:3px 6px;position:absolute;right:12px;top:12px}.analytics-change.positive{background:#dcfce7;color:#16a34a}.analytics-change.negative{background:#fee2e2;color:#dc2626}.location-quick-actions{margin-top:40px}.quick-action-card{align-items:flex-start;border:1px solid #e2e8f0;border-radius:12px;display:flex;padding:20px;transition:all .3s}.quick-action-card:hover{box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}.quick-action-icon{align-items:center;background:#f1f5f9;border-radius:10px;display:flex;flex-shrink:0;font-size:24px;height:48px;justify-content:center;margin-right:16px;width:48px}.quick-action-content h4{color:#0f172a;font-size:16px;font-weight:600;margin:0 0 8px}.quick-action-content p{color:#64748b;font-size:13px;line-height:1.5;margin:0 0 12px}@media (max-width:1400px){.location-cards-grid .ant-col{flex:0 0 50%;max-width:50%}}@media (max-width:768px){.location-cards-grid .ant-col{flex:0 0 100%;max-width:100%}.location-header,.location-title-bar{align-items:flex-start;flex-direction:column}.last-updated{margin-top:8px}}.agency-clients-invite,.agency-clients-list,.agency-clients-permissions{padding:24px}.campaign-management-page{background:#f8fafc;min-height:100vh;padding:24px}.campaign-header{margin-bottom:32px}.campaign-header,.campaign-title-bar{align-items:center;display:flex;justify-content:space-between}.campaign-title-bar{margin-bottom:24px}.campaign-filters{display:flex;gap:16px;margin-bottom:32px}.campaign-section{margin-bottom:40px}.campaign-section-header{align-items:center;display:flex;margin-bottom:16px}.section-icon{margin-right:16px}.sms-icon{background:#ede9fe;color:#8b5cf6}.email-icon{background:#dbeafe;color:#3b82f6}.meta-icon{background:#fce7f3;color:#ec4899}.google-icon{background:#dcfce7;color:#10b981}.campaign-count{color:#64748b;font-size:13px;margin:0}.campaign-table-card{border:1px solid #e2e8f0;border-radius:12px}.campaign-table-card .ant-table{font-size:13px}.campaign-table-card .ant-table-thead>tr>th{background:#f8fafc;border-bottom:2px solid #e2e8f0;color:#475569;font-weight:600}.campaign-table-card .ant-table-tbody>tr:hover>td{background:#f8fafc}@media (max-width:768px){.campaign-header,.campaign-title-bar{align-items:flex-start;flex-direction:column}.last-updated{margin-top:8px}.campaign-filters{flex-direction:column}.campaign-filters .ant-select,.campaign-filters input{width:100%!important}}.new-campaign-page{background:#f8fafc;min-height:100vh;padding:24px}.new-campaign-header{margin-bottom:32px}.location-selection-card,.steps-card{border:1px solid #e2e8f0;border-radius:12px;margin-bottom:24px}.section-title{margin:0 0 8px}.section-subtitle{margin:0 0 24px}.location-select-wrapper{margin-bottom:24px}.location-option{align-items:flex-start;display:flex;padding:4px 0}.location-option>div{flex:1 1}.location-option-name{color:#0f172a;font-size:14px;font-weight:600;margin-bottom:2px}.location-option-address{color:#64748b;font-size:12px;line-height:1.4}.selected-location-info{margin-bottom:24px;max-width:500px}.location-info-card{background:#eff6ff;border:2px solid #3b82f6;border-radius:12px;box-sizing:border-box;max-width:100%}.location-info-header{align-items:center;display:flex;gap:16px;margin-bottom:16px}.location-info-header h3{color:#0f172a;font-size:18px;font-weight:600;margin:0}.location-info-header p{color:#64748b;font-size:13px;margin:4px 0 0}.location-info-details{display:flex;gap:24px}.info-item{align-items:center;display:flex;gap:8px}.info-label{color:#64748b;font-size:13px}.info-value{color:#0f172a;font-size:14px;font-weight:600}.location-actions{border-top:1px solid #e2e8f0;display:flex;gap:12px;justify-content:flex-end;padding-top:24px}.info-card{background:#fffbeb;border:1px solid #e2e8f0;border-radius:12px}.info-card h3{color:#0f172a;font-size:16px;font-weight:600;margin:0 0 12px}.info-card ul{margin:0;padding-left:20px}.info-card li{color:#64748b;font-size:13px;line-height:1.5;margin-bottom:8px}@media (max-width:768px){.location-actions{flex-direction:column}.location-actions button{width:100%}}.agency-analytics-client-reports,.agency-analytics-dashboard,.agency-analytics-export,.agency-audience-agency,.agency-audience-clients,.agency-budgets-allocation,.agency-budgets-calendar,.agency-creatives-client-media,.agency-creatives-media,.agency-creatives-templates{padding:24px}.team-management-page{background:#f8fafc;min-height:100vh;padding:24px}.team-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:32px}.page-title{color:#0f172a;font-size:28px;font-weight:700;margin:0}.page-subtitle{color:#64748b;font-size:14px;margin:4px 0 0}.team-title-bar{align-items:center;display:flex;justify-content:space-between;margin-bottom:24px}.section-title{color:#0f172a;font-size:20px;font-weight:600;margin:0 0 4px}.section-subtitle{color:#64748b;font-size:14px;margin:0}.team-count{margin-bottom:24px}.team-count h3{color:#0f172a;font-size:16px;font-weight:600;margin:0 0 4px}.team-count p{color:#64748b;font-size:13px;margin:0}.team-filters{display:flex;gap:16px;margin-bottom:24px}.team-table-card{border:1px solid #e2e8f0;border-radius:12px}.team-table-card .ant-table{font-size:13px}.team-table-card .ant-table-thead>tr>th{background:#f8fafc;border-bottom:2px solid #e2e8f0;color:#475569;font-weight:600}.team-table-card .ant-table-tbody>tr:hover>td{background:#f8fafc}.member-cell{align-items:center;display:flex}.member-name{color:#0f172a;font-size:14px;font-weight:600;margin-bottom:2px}.member-email{color:#64748b;font-size:12px}.locations-cell{display:flex;flex-wrap:wrap;gap:4px}.location-tag{font-size:11px;margin:0}.last-active{align-items:center;color:#64748b;display:flex;font-size:13px}@media (max-width:768px){.team-header,.team-title-bar{align-items:flex-start;flex-direction:column}.last-updated{margin-top:8px}.team-filters{flex-direction:column}.team-filters .ant-select,.team-filters input{width:100%!important}}.agency-billing-clients,.agency-billing-history,.agency-billing-subscription,.agency-chat,.agency-notifications,.agency-settings-profile,.agency-settings-security,.agency-support{padding:24px}.neighborhood-lens-page{padding:16px}.map-placeholder{background:#fafafa;border:1px dashed #d9d9d9;border-radius:6px;padding:16px}.results-toolbar{align-items:center;display:flex;gap:12px;justify-content:space-between;padding:8px 0 16px}.profile-lines{grid-gap:2px;display:grid;gap:2px;grid-template-columns:1fr}.profile-card{border-radius:10px}.profile-card-top{grid-gap:12px;align-items:center;display:grid;gap:12px;grid-template-columns:auto auto 1fr}.profile-avatar{background:#1890ff}.profile-title{display:flex;flex-direction:column}.profile-name{font-weight:600}.profile-sub{color:#00000073;font-size:12px}.profile-divider{margin:8px 0}.profile-meta-grid{grid-gap:8px 16px;display:grid;gap:8px 16px;grid-template-columns:1fr 1fr}.meta-item{align-items:center;color:#000000e0;display:flex;gap:8px}.meta-item.full{grid-column:1/-1}.profile-footer{align-items:center;display:flex;justify-content:space-between}.distance-link{color:#1677ff}.nearest{color:#000000a6}.reseller-dashboard{background:#f8fafc;min-height:100vh;padding:24px}.dashboard-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:24px}.earnings-card{background:linear-gradient(135deg,#dcfce7,#d1fae5);border:none;border-radius:12px;margin-bottom:24px}.earnings-header{align-items:center;display:flex;justify-content:space-between}.earnings-amount{color:#0f172a;font-size:48px;font-weight:700;margin:8px 0}.earnings-breakdown{font-size:14px}.earnings-icon{align-items:center;background:#ffffff80;border-radius:50%;color:#16a34a;display:flex;font-size:32px;height:64px;justify-content:center;width:64px}.stats-grid{margin-bottom:24px}.stat-card{border:1px solid #e2e8f0;border-radius:12px;gap:16px}.stat-card,.stat-icon{align-items:center;display:flex}.stat-icon{background:#f1f5f9;border-radius:10px;color:#64748b;font-size:24px;height:48px;justify-content:center;width:48px}.stat-content{flex:1 1}.stat-value{font-size:28px;margin:4px 0}.additional-stats{margin-bottom:24px}.stat-card-small{align-items:center;display:flex;gap:12px;padding:16px}.stat-icon-small{color:#64748b;font-size:20px}.stat-value-small{color:#0f172a;font-size:24px;font-weight:700}.managed-clients-card{border:1px solid #e2e8f0;border-radius:12px;margin-bottom:24px}.card-header{margin-bottom:16px}.managed-clients-card .ant-table{font-size:14px}.managed-clients-card .ant-table-thead>tr>th{background:#f8fafc;color:#475569;font-weight:600}.commission-breakdown-card{border:1px solid #e2e8f0;border-radius:12px}.commission-items{margin-top:24px}.commission-item{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:16px}.commission-item:last-of-type{border-bottom:none}.commission-amount{color:#16a34a;font-size:18px}.commission-total{align-items:center;background:#f8fafc;border-radius:8px;display:flex;justify-content:space-between;margin-top:16px;padding:20px 16px}@media (max-width:1200px){.stats-grid .ant-col{flex:0 0 50%;max-width:50%}}@media (max-width:768px){.dashboard-header{align-items:flex-start;flex-direction:column}.last-updated{margin-top:8px}.additional-stats .ant-col,.stats-grid .ant-col{flex:0 0 100%;max-width:100%}.earnings-amount{font-size:36px}}.reseller-campaigns{background:#f8fafc;min-height:100vh;padding:24px}.campaigns-header{align-items:center;display:flex;justify-content:space-between}.campaign-stats,.campaigns-header{margin-bottom:24px}.stat-card-small{border:1px solid #e2e8f0;border-radius:12px;padding:20px}.stat-value-large{color:#0f172a;font-size:32px;font-weight:700;margin-top:8px}.campaigns-table-card{border:1px solid #e2e8f0;border-radius:12px}.table-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.campaigns-table-card .ant-table{font-size:14px}.campaigns-table-card .ant-table-thead>tr>th{background:#f8fafc;color:#475569;font-weight:600}@media (max-width:768px){.campaigns-header{align-items:flex-start;flex-direction:column}.last-updated{margin-top:8px}.campaign-stats .ant-col{flex:0 0 100%;max-width:100%}.table-header{align-items:flex-start;flex-direction:column;gap:12px}}.create-campaign-page{background:#f8fafc;min-height:100vh}.create-campaign-header{align-items:center;background:#fff;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:16px 24px}.step-indicator{color:#64748b;font-size:14px}.step-content{margin:0 auto;max-width:1200px;padding:60px 24px}.step-header-center{margin-bottom:48px;text-align:center}.step-header-center h2{margin-bottom:8px}.client-badge{align-items:center;background:#dbeafe;border-radius:20px;color:#1e40af;display:inline-flex;font-weight:500;gap:8px;margin-bottom:16px;padding:8px 16px}.filters{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-bottom:32px}.client-cards{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));margin-bottom:32px}.client-card-select{border:2px solid #e2e8f0;border-radius:12px;cursor:pointer;transition:all .3s}.client-card-select:hover{border-color:#3b82f6;box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.client-card-header{align-items:center;gap:16px;margin-bottom:16px}.client-icon{align-items:center;background:#f1f5f9;border-radius:10px;color:#64748b;display:flex;font-size:24px;height:48px;justify-content:center;width:48px}.client-info{flex:1 1}.client-stats-row{display:flex;gap:32px}.stat-num{color:#0f172a;font-size:24px;font-weight:700;margin-top:4px}.location-cards{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));margin-bottom:32px}.location-card{align-items:center;border:2px solid #e2e8f0;border-radius:12px;cursor:pointer;display:flex;gap:16px;transition:all .3s}.location-card:hover{border-color:#3b82f6;transform:translateY(-2px)}.location-card.selected{background:#eff6ff;border-color:#3b82f6}.location-icon{align-items:center;background:#f1f5f9;border-radius:10px;color:#64748b;display:flex;flex-shrink:0;font-size:24px;height:48px;justify-content:center;width:48px}.location-card.selected .location-icon{background:#dbeafe;color:#3b82f6}.location-info{flex:1 1}.campaign-type-cards{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));margin-bottom:32px}.campaign-type-card{border:2px solid #e2e8f0;border-radius:12px;cursor:pointer;padding:32px 24px;position:relative;text-align:center;transition:all .3s}.campaign-type-card:hover{border-color:#3b82f6;box-shadow:0 8px 24px #0000001f;transform:translateY(-4px)}.type-badge{background:#0f172a;border-radius:12px;color:#fff;font-size:11px;font-weight:600;padding:4px 12px;position:absolute;right:12px;top:12px}.type-icon{align-items:center;background:#f1f5f9;border-radius:50%;color:#64748b;display:flex;font-size:32px;height:64px;justify-content:center;margin:0 auto 16px;width:64px}.campaign-type-card h4{margin:8px 0}.type-description{background:#f8fafc;border-radius:8px;margin-top:16px;padding:16px;text-align:left}.step-footer{align-items:center;border-top:1px solid #e2e8f0;display:flex;justify-content:space-between;padding-top:24px}@media (max-width:768px){.campaign-type-cards,.client-cards,.location-cards{grid-template-columns:1fr}.filters{align-items:stretch;flex-direction:column}.filters button,.filters input,.filters select{width:100%!important}}.reseller-clients{background:#f8fafc;min-height:100vh;padding:24px}.clients-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:24px}.page-title-section{margin-bottom:32px}.client-card{border:1px solid #e2e8f0;border-radius:12px;height:100%}.client-card-header{align-items:flex-start;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;margin-bottom:20px;padding-bottom:16px}.client-card-header h4{color:#0f172a;font-size:18px;font-weight:700}.client-stats{margin-bottom:20px}.stat-item{margin-bottom:8px}.stat-value{color:#0f172a;font-size:20px;font-weight:700;margin-top:4px}.commission-section{background:#dcfce7;border-radius:8px;margin-bottom:16px;padding:16px}.commission-value{color:#16a34a;font-size:20px;font-weight:700;margin-top:4px}.view-dashboard-btn{align-items:center;display:flex;font-weight:500;justify-content:center;padding:8px 0;width:100%}@media (max-width:768px){.clients-header{align-items:flex-start;flex-direction:column}.last-updated{margin-top:8px}}.client-dashboard{background:#f8fafc;min-height:100vh;padding:24px}.client-dashboard-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:32px}.admin-badge{margin-bottom:8px}.enterprise-overview-section{margin-bottom:32px}.locations-overview-card{background:#1e293b;border:none;border-radius:12px;color:#fff;margin-top:16px;padding:24px}.locations-overview-header{align-items:center;display:flex;gap:16px;margin-bottom:24px}.locations-icon{align-items:center;background:#ffffff1a;border-radius:10px;color:#fff;display:flex;font-size:24px;height:48px;justify-content:center;width:48px}.locations-overview-card h4{color:#fff}.locations-overview-card .ant-typography{color:#ffffffb3}.overview-stats{margin-top:24px}.overview-stat{align-items:center;display:flex;gap:12px}.overview-stat .stat-icon{color:#ffffff80;font-size:24px}.overview-stat .stat-number{color:#fff;font-size:28px;font-weight:700;line-height:1;margin-bottom:4px}.plan-details-section{margin-top:32px}.plan-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.plan-card{border:1px solid #e2e8f0;border-radius:12px;height:100%}.plan-icon{align-items:center;background:#dbeafe;border-radius:10px;color:#3b82f6;display:flex;font-size:24px;height:48px;justify-content:center;margin-bottom:16px;width:48px}.plan-icon.proximity{background:#f3e8ff;color:#9333ea}.plan-card h5{font-size:16px;font-weight:700;margin:8px 0}.plan-details{margin-top:20px}.plan-row{align-items:center;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;padding:8px 0}.plan-row:last-child{border-bottom:none}.plan-row.subtotal{border-bottom:none;border-top:2px solid #e2e8f0;margin-top:8px;padding-top:12px}.billing-summary-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;height:100%}.billing-summary-card h5{font-size:16px;font-weight:700;margin:0 0 8px}.billing-details{margin-top:20px}.billing-row{border-bottom:1px solid #e2e8f0;padding:12px 0}.billing-row,.billing-total{align-items:center;display:flex;justify-content:space-between}.billing-total{border-top:2px solid #cbd5e1;margin-top:12px;padding:16px 0 0}.total-amount{color:#0f172a;font-size:24px}@media (max-width:1200px){.overview-stats .ant-col{flex:0 0 50%;margin-bottom:16px;max-width:50%}}@media (max-width:768px){.client-dashboard-header{align-items:flex-start;flex-direction:column}.last-updated{margin-top:8px}.overview-stats .ant-col{flex:0 0 100%;max-width:100%}.plan-header{align-items:flex-start;flex-direction:column}}.reseller-commissions{background:#f8fafc;min-height:100vh;padding:24px}.commissions-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:24px}.commission-stats{margin-bottom:24px}.stat-card-commission{border:1px solid #e2e8f0;border-radius:12px;padding:20px}.stat-value-commission{color:#0f172a;font-size:32px;font-weight:700;margin:8px 0}.monthly-statements-card{border:1px solid #e2e8f0;border-radius:12px;margin-bottom:24px}.statements-header{margin-bottom:24px}.statements-header>div{align-items:center;display:flex;gap:16px}.section-icon{align-items:center;background:#f1f5f9;border-radius:10px;color:#64748b;display:flex;font-size:24px;height:48px;justify-content:center;width:48px}.statements-collapse{background:#0000;border:none}.statements-collapse .ant-collapse-item{background:#fff;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:12px}.statements-collapse .ant-collapse-header{padding:16px 20px}.statement-header{align-items:center;display:flex;justify-content:space-between;width:100%}.statement-month{align-items:center;display:flex;gap:12px}.statement-month .anticon{color:#64748b;font-size:20px}.statement-amount{align-items:center;display:flex;gap:12px}.statement-details{background:#f8fafc;border-radius:8px;padding:20px}.detail-value{color:#0f172a;font-size:20px;font-weight:700;margin-top:4px}.client-breakdown-section{border-top:1px solid #e2e8f0;margin-top:24px;padding-top:24px}.breakdown-table{border-collapse:collapse;margin-top:12px;width:100%}.breakdown-table th{background:#fff;border-bottom:2px solid #e2e8f0;color:#475569;font-weight:600;padding:12px;text-align:left}.breakdown-table td{border-bottom:1px solid #e2e8f0;padding:12px}.breakdown-table tbody tr:last-child td{border-bottom:none}.paid-info{align-items:center;border-top:1px solid #e2e8f0;display:flex;justify-content:space-between;margin-top:16px;padding-top:16px}.commission-structure-card{border:1px solid #e2e8f0;border-radius:12px;margin-bottom:24px}.structure-card{border:1px solid #e2e8f0;border-radius:8px;padding:24px;text-align:center}.structure-card.highlighted{background:#dcfce7;border-color:#16a34a}.structure-rate{color:#0f172a;font-size:36px;font-weight:700;margin:12px 0}.structure-card.highlighted .structure-rate{color:#16a34a}.current-month-card{border:1px solid #e2e8f0;border-radius:12px}.current-month-table{border-collapse:collapse;margin-top:16px;width:100%}.current-month-table th{background:#f8fafc;border-bottom:2px solid #e2e8f0;color:#475569;font-weight:600;padding:12px;text-align:left}.current-month-table td{border-bottom:1px solid #e2e8f0;padding:12px}.current-month-table tbody tr:last-child td{border-bottom:none}.current-month-table .total-row{background:#f8fafc;font-weight:600}.current-month-table .total-row td{border-top:2px solid #cbd5e1;padding:16px 12px}@media (max-width:1200px){.commission-stats .ant-col{flex:0 0 50%;max-width:50%}}@media (max-width:768px){.commissions-header{align-items:flex-start;flex-direction:column}.last-updated{margin-top:8px}.commission-stats .ant-col{flex:0 0 100%;max-width:100%}.statement-header{align-items:flex-start;flex-direction:column;gap:12px}.statement-amount{justify-content:space-between;width:100%}.paid-info{align-items:flex-start;flex-direction:column;gap:8px}}.reseller-settings{background:#f8fafc;min-height:100vh;padding:24px}.settings-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:24px}.last-updated{color:#64748b;font-size:13px}.page-title-section{margin-bottom:24px}.settings-card{border:1px solid #e2e8f0;border-radius:12px;max-width:800px}.avatar-section{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;gap:24px;margin-bottom:32px;padding-bottom:32px}.avatar-container{flex-shrink:0}.avatar-info{flex:1 1}.avatar-info h4{margin-bottom:4px}.profile-form{margin-top:32px}.form-section{border-bottom:1px solid #e2e8f0;margin-bottom:32px;padding-bottom:32px}.form-section:last-of-type{border-bottom:none;margin-bottom:0;padding-bottom:0}.form-section h5{color:#0f172a;margin-bottom:24px}.form-row{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr}.form-actions{border-top:1px solid #e2e8f0;display:flex;gap:12px;justify-content:flex-end;padding-top:24px}@media (max-width:768px){.settings-header{align-items:flex-start;flex-direction:column}.last-updated{margin-top:8px}.avatar-section{align-items:flex-start;flex-direction:column}.form-row{grid-template-columns:1fr}.form-actions{flex-direction:column-reverse}.form-actions button{width:100%}}
/*# sourceMappingURL=main.013cfb9f.css.map*/