@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap";.layout-background{background-color:#f7f7f7;flex-direction:column;min-height:100vh;display:flex}.layout-content{flex:1;min-height:0;display:flex}.page-content{flex:1;min-width:0;padding:20px}@media (width<=1366px){.page-content{padding:16px}}@media (width<=1100px){.layout-content{flex-direction:column}.page-content{padding:14px 12px 16px}}.topbar-container{padding:12px 20px 0}.topbar{background:#fff;border:1px solid #e5e7eb;border-radius:6px;justify-content:space-between;align-items:center;height:72px;padding:0 16px;display:flex}.topbar-center{flex:1;justify-content:center;display:flex}.topbar-search{background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;width:260px;height:32px;padding:0 10px;font-size:13px}.topbar-right{align-items:center;gap:12px;display:flex}.icon-btn{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;display:flex}.topbar-icon{color:#4b5563;width:18px;height:18px}.icon-btn:hover .topbar-icon{color:#88cdd3}.topbar-user{align-items:center;gap:8px;display:flex}.user-details{flex-direction:column;line-height:1.1;display:flex}.user-name{color:#374151;font-size:12px;font-weight:600}.user-practice{color:#6b7280;font-size:11px}.user-avatar{background:#88cdd3;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.avatar-icon{color:#fff;width:16px;height:16px}.topbar-logo{object-fit:contain;height:52px;margin-top:8px}@media (width<=1366px){.topbar-container{padding:10px 12px 0}.topbar{height:66px;padding:0 12px}.topbar-right{gap:9px}.topbar-logo{height:46px;margin-top:6px}}@media (width<=900px){.user-practice{display:none}.topbar-logo{height:38px;margin-top:4px}}@media (width<=680px){.topbar{height:60px}.user-details{display:none}}.sidebar-container{padding:16px 0 16px 20px}.sidebar{background:#fff;border:1px solid #e5e7eb;border-radius:6px;flex-direction:column;width:260px;padding:14px 0;display:flex}.sidebar a{color:inherit;text-decoration:none}.sidebar-item{color:#000;cursor:pointer;justify-content:flex-start;align-items:center;gap:8px;padding:10px 18px;font-size:13px;transition:background .2s;display:flex}.sidebar-item svg{flex-shrink:0;width:16px;height:16px}.sidebar-item:hover{background:#f7f7f7}.sidebar-item.active{color:#88cdd3;font-weight:600}.sidebar-submenu{margin-bottom:6px;padding-left:16px}.sidebar-subitem{color:#6b7280;cursor:pointer;padding:6px 18px;font-size:12px;display:block}.sidebar-subitem:hover{color:#88cdd3}.sidebar-subitem.active{color:#88cdd3;font-weight:600}@media (width<=1366px){.sidebar-container{padding:12px 0 12px 12px}.sidebar{width:232px}.sidebar-item{gap:7px;padding:9px 14px;font-size:12px}}@media (width<=1100px){.sidebar-container{padding:0 12px 10px}.sidebar{flex-direction:row;gap:6px;width:100%;padding:8px;overflow-x:auto}.sidebar-item{white-space:nowrap;background:#fbfbfb;border:1px solid #f1f5f9;border-radius:6px;flex:none;padding:8px 11px}.sidebar-item.active{background:#f0f9fa;border-color:#c8ebee}}.app-footer-container{padding:0 20px 14px}.app-footer{color:#6b7280;background:#fff;border:1px solid #e5e7eb;border-radius:6px;justify-content:space-between;align-items:center;height:44px;padding:0 16px;font-size:11px;display:flex}.app-footer-left{align-items:center;gap:4px;display:flex}.app-footer-right{color:#6b7280;font-size:11px}.footer-link-avail,.footer-link-optic{color:#6b7280;font-weight:500;text-decoration:none}.footer-link-avail:hover{color:#88cdd3}.footer-link-optic:hover{color:#38b6ff}@media (width<=1366px){.app-footer-container{padding:0 12px 12px}}@media (width<=900px){.app-footer{flex-direction:column;align-items:flex-start;gap:6px;height:auto;padding:8px 12px}.app-footer-right{text-align:left;width:100%}}.login-body{background-color:#f7f8fa;justify-content:center;align-items:center;height:100vh;margin:0;font-family:Inter,sans-serif;display:flex}.login-container{background:#fff;border:1px solid #e5e7eb;border-radius:6px;flex-direction:column;align-items:center;width:320px;padding:40px 50px;display:flex}.login-logo{height:60px;margin-bottom:25px}.login-form{width:100%}.login-label{color:#6b7280;text-align:left;margin-bottom:6px;font-size:12px}.login-input{box-sizing:border-box;border:1px solid #d1d5db;border-radius:6px;outline:none;width:100%;margin-bottom:16px;padding:10px 12px;font-size:14px;transition:all .2s}.login-input:focus{border-color:#ec619a;box-shadow:0 0 0 2px #ec619a1a}.login-input-wrap{width:100%;margin-bottom:16px;position:relative}.login-input-wrap .login-input{margin-bottom:0;padding-right:38px}.password-toggle{cursor:pointer;color:#9ca3af;background:0 0;border:none;align-items:center;padding:0;display:flex;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.password-toggle:hover{color:#6b7280}.login-btn{color:#fff;cursor:pointer;box-sizing:border-box;background-color:#ec619a;border:1px solid #ec619a;border-radius:6px;width:100%;margin-top:5px;padding:10px 12px;font-family:Inter,sans-serif;font-size:14px;font-weight:400;transition:all .2s}.login-btn:hover{background-color:#ec619a;font-weight:700}.forgot-password{color:#ec619a;cursor:pointer;text-align:center;background:0 0;border:none;margin-top:10px;margin-left:auto;margin-right:auto;padding:0;font-size:11px;text-decoration:none;transition:font-weight .2s;display:block}.forgot-password:hover{font-weight:700;text-decoration:none}.reset-message{text-align:center;margin-top:10px;font-size:13px}.login-footer{text-align:center;margin-top:20px}.footer-line{color:#6b7280;margin:4px 0;font-size:11px;line-height:1.5}.footer-link-avail,.footer-link-optic{color:#6b7280;font-weight:500;text-decoration:none}.footer-link-avail:hover{color:#88cdd3;font-weight:700}.footer-link-optic:hover{color:#38b6ff;font-weight:700}.dashboard-page{padding:0}.dashboard-page .page-header-card{background:#fff 50%/cover no-repeat;border:1px solid #e5e7eb;border-radius:6px;margin-top:-4px;margin-bottom:16px;padding:18px}.dashboard-page .page-header h1{margin-bottom:4px;font-size:20px;font-weight:600}.dashboard-page .page-header p{color:#6b7280;font-size:13px}.dashboard-page .dashboard-content{align-items:flex-start;gap:18px;display:flex}.dashboard-page .table-section{flex-direction:column;flex:1;display:flex}.dashboard-page .filter-bar{background:#fff;border:1px solid #e5e7eb;border-radius:6px;flex-wrap:wrap;justify-content:space-between;gap:10px;margin-bottom:12px;padding:12px;display:flex}.dashboard-page .filter-left,.dashboard-page .filter-right{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.dashboard-page .filter-text{color:#6b7280;font-size:12px}.dashboard-page .search-input{border:1px solid #dcdcdc;border-radius:6px;flex:1;width:240px;min-width:180px;padding:6px 8px;font-size:12px}.dashboard-page .filter-select{background:#fff;border:1px solid #dcdcdc;border-radius:6px;padding:6px;font-size:12px}.dashboard-page button{border-radius:6px;justify-content:center;align-items:center;height:28px;padding:0 12px;font-size:10px;display:inline-flex}.dashboard-page .filter-btn,.dashboard-page .add-btn,.dashboard-page .delete-btn,.dashboard-page .archive-btn{color:#fff;cursor:pointer;border:none;font-size:12px}.dashboard-page .filter-btn,.dashboard-page .add-btn{background:#ec619a}.dashboard-page .delete-btn{background:#fa6363}.dashboard-page .archive-btn{background:#67db5a}.dashboard-page .add-btn{margin-top:12px}.dashboard-page .filter-btn:hover,.dashboard-page .add-btn:hover{color:#fff;background:#eb4f90}.dashboard-page .delete-btn:hover{color:#fff;background:#fc3f3f}.dashboard-page .archive-btn:hover{color:#fff;background:#29dd15}.dashboard-page .table-container{background:#fff;border:1px solid #e5e7eb;border-radius:6px;flex:1;padding:12px}.dashboard-page .table-header,.dashboard-page .table-row{grid-template-columns:1fr 2fr 2.4fr .4fr 1.2fr 1.5fr .7fr .7fr;display:grid}.dashboard-page .table-header{color:#000;border-bottom:1px solid #e5e7eb;padding-bottom:10px;font-size:12px;font-weight:600}.dashboard-page .table-row{cursor:pointer;border-bottom:1px solid #f1f1f1;padding:10px 0;font-size:13px;transition:background-color .15s}.dashboard-page .table-row span{display:flex}.dashboard-page .table-row input[type=checkbox]{cursor:pointer;margin:auto;transform:scale(1.1)}.dashboard-page .table-row:nth-child(2n){background-color:#f7f7f7}.dashboard-page .table-row:nth-child(odd){background-color:#fff}.dashboard-page .table-row:hover{background-color:#e6f6f7}.dashboard-page .table-row.selected{background-color:#cfeff2}.dashboard-page .table-header>*,.dashboard-page .table-row>*{padding:0 10px}.dashboard-page .table-header>:not(:last-child),.dashboard-page .table-row>:not(:last-child){border-right:1px solid #ededed}.dashboard-page .empty-state{text-align:center;color:#9ca3af;padding:32px;font-size:13px}.dashboard-page .product-box{background:#fff;border:1px solid #e5e7eb;border-radius:6px;flex-direction:column;width:260px;padding:18px;display:flex}.dashboard-page .product-box h2{color:#000;margin-bottom:12px;font-size:16px;font-weight:600}.dashboard-page .product-box label{color:#000;margin-top:8px;margin-bottom:4px;font-size:13px;font-weight:600}.dashboard-page .product-box input,.dashboard-page .product-box select{border:1px solid #dcdcdc;border-radius:6px;padding:6px;font-size:13px}.dashboard-page .product-box input:disabled{background:#f3f4f6}.dashboard-page .required-note,.dashboard-page .label-note{color:#6b7280;margin-top:4px;margin-bottom:6px;font-size:11px;text-decoration:none}.dashboard-page .label-note-link{color:#88cdd3;font-weight:700;text-decoration:none}.dashboard-page .label-note-link:hover{color:#5ac7d1;text-decoration:none}.dashboard-page .inline-link{color:#38b6ff;text-decoration:none}.dashboard-page .inline-link:hover{text-decoration:underline}@media (width<=1200px){.dashboard-page .dashboard-content{flex-direction:column}.dashboard-page .product-box{width:100%}.dashboard-page .filter-bar{flex-direction:column;align-items:stretch}.dashboard-page .filter-left,.dashboard-page .filter-right{justify-content:flex-start;width:100%}.dashboard-page .search-input{width:100%}}.table-container{overflow-x:auto}@media (width<=1200px){.dashboard-content{flex-direction:column}.product-box{width:100%}.filter-bar{flex-direction:column;align-items:stretch}.filter-left{width:100%}.filter-right{justify-content:flex-start;width:100%}.search-input{width:100%}}.table-container{background:#fff;border:1px solid #e5e7eb;border-radius:6px;flex:1;padding:12px}.table-header,.table-row{grid-template-columns:1fr 2fr 2.4fr .4fr 1.2fr 1.5fr .7fr .7fr;display:grid}.table-header{color:#374151;background:#f3f4f6;border-bottom:1px solid #e5e7eb;margin:0 -12px;padding:0 12px;font-size:12px;font-weight:600}.table-header>*{padding:8px 10px}.table-header>:not(:last-child){border-right:1px solid #1118270f}.table-row{cursor:pointer;border-bottom:1px solid #f1f1f1;padding:0;font-size:13px;transition:background-color .15s}.table-row>*{padding:10px}.table-row>:not(:last-child){border-right:1px solid #1118270f}.table-row span{display:flex}.table-row input[type=checkbox]{cursor:pointer;margin:auto;transform:scale(1.1)}.table-row:nth-child(2n){background-color:#fafafa}.table-row:nth-child(odd){background-color:#fff}.table-row:hover{background-color:#f0f9fa}.table-row.selected{background-color:#cfeff2}.empty-state{text-align:center;color:#9ca3af;padding:32px;font-size:13px}.data-table table{border-collapse:collapse;width:100%}.data-table{background:#fff;border:1px solid #e5e7eb;border-radius:6px;padding:16px;overflow-x:auto}.data-table th{text-align:left;color:#374151;background:#f3f4f6;border-bottom:1px solid #e5e7eb;padding:8px 10px;font-size:12px;font-weight:600}.data-table td{color:#1f2937;border-bottom:1px solid #f3f4f6;padding:8px 10px;font-size:13px}.data-table th:not(:last-child),.data-table td:not(:last-child){border-right:1px solid #1118270f}.data-table tbody tr:nth-child(2n){background-color:#fafafa}.data-table tbody tr:nth-child(odd){background-color:#fff}.data-table tbody tr:hover{background-color:#f0f9fa}.data-table tbody tr:last-child td{border-bottom:none}.data-table .count-cell{text-align:center;color:#ec619a;font-weight:600}.data-table .empty-cell{text-align:center;color:#9ca3af;font-style:italic}.data-table .checkbox-col{text-align:center;width:70px}.data-table tbody tr.clickable-row{cursor:pointer}.data-table tbody tr.selected{background-color:#cfeff2!important}.customer-accounts-page{padding:0}.customer-accounts-page .page-header-card{background:#fff;border:1px solid #e5e7eb;border-radius:6px;margin-top:-4px;margin-bottom:16px;padding:18px}.customer-accounts-page .page-header h1{margin-bottom:4px;font-size:20px;font-weight:600}.customer-accounts-page .page-header p{color:#6b7280;font-size:13px}.customer-accounts-page .dashboard-content{align-items:flex-start;gap:18px;display:flex}.customer-accounts-page .table-section{flex-direction:column;flex:1;display:flex}.customer-accounts-page .filter-bar{background:#fff;border:1px solid #e5e7eb;border-radius:6px;flex-wrap:wrap;justify-content:space-between;gap:10px;margin-bottom:12px;padding:12px;display:flex}.customer-accounts-page .filter-left,.customer-accounts-page .filter-right{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.customer-accounts-page .filter-select,.customer-accounts-page .product-box input{border:1px solid #dcdcdc;border-radius:6px;padding:6px;font-size:13px}.customer-accounts-page .filter-select{background:#fff;min-width:240px}.customer-accounts-page .product-box input:disabled{background:#f3f4f6}.customer-accounts-page button{border-radius:6px;justify-content:center;align-items:center;height:28px;padding:0 12px;font-size:10px;display:inline-flex}.customer-accounts-page .filter-btn,.customer-accounts-page .add-btn,.customer-accounts-page .delete-btn,.customer-accounts-page .archive-btn{color:#fff;cursor:pointer;border:none;font-size:12px}.customer-accounts-page .filter-btn,.customer-accounts-page .add-btn{background:#ec619a}.customer-accounts-page .delete-btn{background:#fa6363}.customer-accounts-page .archive-btn{background:#67db5a}.customer-accounts-page .add-btn{margin-top:12px}.customer-accounts-page .filter-btn:hover,.customer-accounts-page .add-btn:hover{background:#eb4f90}.customer-accounts-page .delete-btn:hover{background:#fc3f3f}.customer-accounts-page .archive-btn:hover{background:#29dd15}.customer-accounts-page .table-container{background:#fff;border:1px solid #e5e7eb;border-radius:6px;flex:1;padding:12px;overflow-x:auto}.customer-accounts-page .table-header,.customer-accounts-page .table-row{grid-template-columns:1fr 2fr 2.1fr .7fr 1.1fr 1.5fr;display:grid}.customer-accounts-page .table-header{color:#000;border-bottom:1px solid #e5e7eb;padding-bottom:10px;font-size:12px;font-weight:600}.customer-accounts-page .table-row{border-bottom:1px solid #f1f1f1;padding:10px 0;font-size:13px;transition:background-color .15s}.customer-accounts-page .table-row span{display:flex}.customer-accounts-page .table-row:nth-of-type(2n){background-color:#f7f7f7}.customer-accounts-page .table-row:nth-of-type(odd){background-color:#fff}.customer-accounts-page .table-row:hover{cursor:pointer;background-color:#e6f6f7}.customer-accounts-page .table-row.selected{background-color:#cfeff2}.customer-accounts-page .table-header>*,.customer-accounts-page .table-row>*{padding:0 10px}.customer-accounts-page .table-header>:not(:last-child),.customer-accounts-page .table-row>:not(:last-child){border-right:1px solid #ededed}.customer-accounts-page .empty-state{text-align:center;color:#9ca3af;padding:32px;font-size:13px}.customer-accounts-page .product-box{background:#fff;border:1px solid #e5e7eb;border-radius:6px;flex-direction:column;width:260px;padding:18px;display:flex}.customer-accounts-page .product-box h2{margin-bottom:12px;font-size:16px;font-weight:600}.customer-accounts-page .product-box label{margin-top:8px;margin-bottom:4px;font-size:13px;font-weight:600}@media (width<=1200px){.customer-accounts-page .dashboard-content{flex-direction:column}.customer-accounts-page .product-box{width:100%}.customer-accounts-page .filter-bar{flex-direction:column;align-items:stretch}.customer-accounts-page .filter-left,.customer-accounts-page .filter-right{justify-content:flex-start;width:100%}.customer-accounts-page .filter-select{width:100%}}.data-reports-page{padding:0}.data-reports-page .page-header-card{background:#fff 50%/cover no-repeat;border:1px solid #e5e7eb;border-radius:6px;margin-top:-4px;margin-bottom:16px;padding:18px}.data-reports-page .page-header h1{margin-bottom:4px;font-size:20px;font-weight:600}.data-reports-page .page-header p{color:#6b7280;font-size:13px}.data-reports-page .reports-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.data-reports-page .report-card{background:#fff;border:1px solid #e5e7eb;border-radius:6px;padding:14px}.data-reports-page .report-card span{color:#6b7280;font-size:11px;display:block}.data-reports-page .report-card h2{color:#ec619a;margin:6px 0 0;font-size:20px;font-weight:600}@media (width<=992px){.data-reports-page .reports-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.data-reports-page .reports-grid{grid-template-columns:1fr}}.data-reports-page .tables-section{gap:20px;margin-top:24px;display:flex}.data-reports-page .data-table{background:#fff;border:1px solid #e5e7eb;border-radius:6px;flex:1;padding:16px}.data-reports-page .data-table h3{color:#1f2937;margin-bottom:12px;font-size:14px;font-weight:600}.data-reports-page .data-table table{border-collapse:collapse;width:100%}.data-reports-page .data-table th{text-align:left;color:#374151;background:#f3f4f6;border-bottom:1px solid #e5e7eb;padding:8px 10px;font-size:12px;font-weight:600}.data-reports-page .data-table th:last-child{text-align:center;width:70px}.data-reports-page .data-table td{color:#1f2937;border-bottom:1px solid #f3f4f6;padding:8px 10px;font-size:13px}.data-reports-page .data-table td:last-child{text-align:center;width:70px}.data-reports-page .data-table tr:last-child td{border-bottom:none}.data-reports-page .data-table .count-cell{text-align:center;color:#ec619a;font-weight:600}.data-reports-page .data-table .empty-cell{text-align:center;color:#9ca3af;font-style:italic}@media (width<=1366px){.data-reports-page .reports-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.data-reports-page .tables-section{flex-direction:column;gap:14px}}@media (width<=992px){.data-reports-page .tables-section{flex-direction:column;gap:16px}}.export-data-page{padding:0}.export-data-page .page-header-card{background:#fff;border:1px solid #e5e7eb;border-radius:6px;margin-top:-4px;margin-bottom:16px;padding:18px}.export-data-page .page-header h1{margin-bottom:4px;font-size:20px;font-weight:600}.export-data-page .page-header p{color:#6b7280;font-size:13px}.export-data-page .export-layout{align-items:flex-start;gap:16px;display:flex}.export-data-page .export-right{flex-direction:column;flex:1;gap:16px;display:flex}.export-data-page .export-card{background:#fff;border:1px solid #e5e7eb;border-radius:6px;padding:20px}.export-data-page .export-card h2{color:#1f2937;align-items:center;gap:10px;margin-bottom:14px;font-size:14px;font-weight:600;display:flex}.export-data-page .mode-list{flex-direction:column;gap:8px;min-width:240px;display:flex}.export-data-page .mode-btn{cursor:pointer;text-align:left;background:#fff;border:1px solid #e5e7eb;border-radius:6px;flex-direction:column;align-items:flex-start;width:100%;padding:10px 14px;transition:border-color .15s,background .15s;display:flex}.export-data-page .mode-btn:hover,.export-data-page .mode-btn.active{background:#fff;border-color:#e5e7eb}.export-data-page .mode-label{color:#1f2937;font-size:13px;font-weight:600}.export-data-page .mode-btn.active .mode-label{color:#5bb8bf}.export-data-page .mode-desc{color:#6b7280;margin-top:2px;font-size:11px}.export-data-page .filter-info{color:#6b7280;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;margin-bottom:16px;padding:12px 14px;font-size:13px}.export-data-page .filter-fields{flex-direction:column;gap:8px;margin-bottom:16px;display:flex}.export-data-page .filter-fields label{color:#374151;font-size:12px;font-weight:600}.export-data-page .filter-fields input[type=date],.export-data-page .filter-fields select{color:#1f2937;box-sizing:border-box;background:#fff;border:1px solid #dcdcdc;border-radius:6px;width:100%;max-width:340px;height:36px;padding:7px 10px;font-size:13px}.export-data-page .export-error{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:6px;margin-bottom:12px;padding:8px 12px;font-size:12px}.export-data-page .export-btn{color:#fff;cursor:pointer;background:#ec619a;border:none;border-radius:6px;padding:10px 22px;font-size:13px;font-weight:600;transition:background .15s}.export-data-page .export-btn:hover:not(:disabled){background:#eb4f90}.export-data-page .export-btn:disabled{cursor:not-allowed;background:#f9a8d4}.export-data-page .preview-card{padding:20px}.export-data-page .preview-count{color:#6b7280;background:#f3f4f6;border-radius:20px;padding:2px 10px;font-size:11px;font-weight:500}.export-data-page .preview-loading{color:#9ca3af;text-align:center;padding:20px 0;font-size:13px}.export-data-page .preview-empty{color:#9ca3af;text-align:center;padding:24px 0;font-size:13px;font-style:italic}.export-data-page .preview-document{border:1px solid #e5e7eb;border-radius:6px;overflow:hidden}.export-data-page .preview-header-bar{background:#88cdd3;justify-content:space-between;align-items:center;padding:10px 14px;display:flex}.export-data-page .preview-header-title{color:#fff;font-size:13px;font-weight:700}.export-data-page .preview-header-meta{color:#ffffffd9;font-size:10px}.export-data-page .preview-title-block{border-bottom:1px solid #f3f4f6;padding:12px 14px 8px}.export-data-page .preview-report-title{color:#1f2937;font-size:15px;font-weight:700}.export-data-page .preview-report-sub{color:#6b7280;margin-top:2px;font-size:12px}.export-data-page .preview-table-wrap{max-height:420px;overflow:auto}.export-data-page .preview-table{border-collapse:collapse;width:100%;font-size:12px}.export-data-page .preview-table thead{z-index:1;position:sticky;top:0}.export-data-page .preview-table th{color:#fff;text-align:left;white-space:nowrap;background:#88cdd3;padding:7px 10px;font-size:11px;font-weight:600}.export-data-page .preview-table td{color:#1f2937;white-space:nowrap;border-bottom:1px solid #f3f4f6;padding:7px 10px}.export-data-page .preview-table tbody tr:nth-child(2n) td{background:#fafafa}.export-data-page .preview-table tbody tr:hover td{background:#f0f9fa}.export-data-page .preview-center{text-align:center}@media (width<=1366px){.export-data-page .export-layout{flex-direction:column}.export-data-page .export-layout>.export-card,.export-data-page .export-right{width:100%}.export-data-page .export-card,.export-data-page .preview-card{padding:16px}.export-data-page .mode-list{min-width:0}}@media (width<=900px){.export-data-page .mode-btn{padding:9px 11px}.export-data-page .preview-header-bar{flex-direction:column;align-items:flex-start;gap:4px}}.email-customers-page{padding:0}.email-customers-page .page-header-card{background:#fff;border:1px solid #e5e7eb;border-radius:6px;margin-top:-4px;margin-bottom:16px;padding:18px}.email-customers-page .page-header h1{margin-bottom:4px;font-size:20px;font-weight:600}.email-customers-page .page-header p{color:#6b7280;font-size:13px}.email-customers-page .email-layout{align-items:flex-start;gap:16px;display:flex}.email-customers-page .email-settings-card{background:#fff;border:1px solid #e5e7eb;border-radius:6px;flex-shrink:0;width:300px;min-width:280px;padding:20px}.email-customers-page .email-settings-card h2,.email-customers-page .email-body-card h2{color:#1f2937;border-bottom:1px solid #f3f4f6;margin-bottom:16px;padding-bottom:10px;font-size:14px;font-weight:600}.email-customers-page .field-group{flex-direction:column;gap:5px;margin-bottom:12px;display:flex}.email-customers-page .field-group label{color:#374151;font-size:12px;font-weight:600}.email-customers-page .email-select,.email-customers-page .email-input{color:#1f2937;box-sizing:border-box;background:#fff;border:1px solid #d1d5db;border-radius:6px;outline:none;width:100%;height:34px;padding:7px 10px;font-size:13px;transition:border-color .15s,box-shadow .15s}.email-customers-page .email-select:focus,.email-customers-page .email-input:focus{border-color:#88cdd3;box-shadow:0 0 0 2px #88cdd326}.email-customers-page .extra-tags{flex-wrap:wrap;gap:6px;margin-bottom:8px;display:flex}.email-customers-page .email-tag{color:#1f2937;background:#f0f9fa;border:1px solid #88cdd3;border-radius:20px;align-items:center;gap:4px;padding:2px 8px 2px 10px;font-size:11px;display:inline-flex}.email-customers-page .tag-remove{cursor:pointer;color:#6b7280;background:0 0;border:none;align-items:center;padding:0;display:flex}.email-customers-page .tag-remove:hover{color:#dc2626}.email-customers-page .extra-input-wrap{flex-direction:column;gap:6px;margin-bottom:10px;display:flex}.email-customers-page .extra-btn-row{gap:6px;display:flex}.email-customers-page .add-btn{color:#fff;cursor:pointer;background:#88cdd3;border:none;border-radius:5px;padding:5px 14px;font-size:12px;font-weight:600}.email-customers-page .add-btn:hover{background:#6bbfc6}.email-customers-page .cancel-btn{color:#6b7280;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:5px;padding:5px 12px;font-size:12px}.email-customers-page .add-recipient-link{color:#88cdd3;cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;margin-bottom:12px;padding:0;font-size:12px;font-weight:500;display:inline-flex}.email-customers-page .add-recipient-link:hover{color:#6bbfc6}.email-customers-page .email-body-card{background:#fff;border:1px solid #e5e7eb;border-radius:6px;flex-direction:column;flex:1;gap:12px;padding:20px;display:flex}.email-customers-page .email-toolbar{background:#f9fafb;border:1px solid #d1d5db;border-radius:6px;flex-wrap:wrap;gap:6px;padding:8px;display:flex}.email-customers-page .toolbar-btn{color:#1f2937;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:5px;padding:6px 9px;font-size:12px}.email-customers-page .toolbar-btn:hover{background:#f0f9fa;border-color:#88cdd3}.email-customers-page .toolbar-select{color:#1f2937;background:#fff;border:1px solid #d1d5db;border-radius:5px;padding:5px 8px;font-size:12px}.email-customers-page .email-body-editor{color:#1f2937;box-sizing:border-box;border:1px solid #d1d5db;border-radius:6px;outline:none;width:100%;min-height:420px;padding:12px;font-family:Arial,sans-serif;font-size:13px;line-height:1.6;transition:border-color .15s,box-shadow .15s;overflow-y:auto}.email-customers-page .email-body-editor:focus{border-color:#88cdd3;box-shadow:0 0 0 2px #88cdd326}.email-customers-page .body-loading{color:#9ca3af;text-align:center;padding:20px 0;font-size:13px;font-style:italic}.email-customers-page .email-result{border-radius:6px;padding:9px 12px;font-size:12px}.email-customers-page .email-result.success{color:#16a34a;background:#f0fdf4;border:1px solid #bbf7d0}.email-customers-page .email-result.error{color:#dc2626;background:#fef2f2;border:1px solid #fecaca}.email-customers-page .send-row{justify-content:flex-end;display:flex}.email-customers-page .send-btn{color:#fff;cursor:pointer;background:#ec619a;border:none;border-radius:6px;align-items:center;gap:7px;padding:10px 22px;font-size:13px;font-weight:600;transition:background .15s;display:inline-flex}.email-customers-page .send-btn:hover:not(:disabled){background:#eb4f90}.email-customers-page .send-btn:disabled{cursor:not-allowed;background:#f9a8d4}@media (width<=1366px){.email-customers-page .email-layout{gap:12px}.email-customers-page .email-settings-card{width:280px;min-width:260px;padding:16px}.email-customers-page .email-body-card{padding:16px}.email-customers-page .email-body-editor{min-height:340px}}@media (width<=1100px){.email-customers-page .email-layout{flex-direction:column}.email-customers-page .email-settings-card,.email-customers-page .email-body-card{width:100%;min-width:0}.email-customers-page .send-row{justify-content:flex-start}}.customer-requests-page{padding:0}.customer-requests-page .page-header-card{background:#fff;border:1px solid #e5e7eb;border-radius:6px;margin-top:-4px;margin-bottom:16px;padding:18px}.customer-requests-page .page-header h1{margin-bottom:4px;font-size:20px;font-weight:600}.customer-requests-page .page-header p{color:#6b7280;font-size:13px}.customer-requests-page .requests-card{background:#fff;border:1px solid #e5e7eb;border-radius:6px;padding:16px}.customer-requests-page .requests-toolbar{flex-wrap:wrap;gap:10px;margin-bottom:12px;display:flex}.customer-requests-page .requests-search,.customer-requests-page .requests-filter{color:#1f2937;background:#fff;border:1px solid #d1d5db;border-radius:6px;padding:8px 10px;font-size:13px}.customer-requests-page .requests-search{flex:1;min-width:300px}.customer-requests-page .requests-filter{width:150px}.customer-requests-page .requests-table-wrap{border:1px solid #f3f4f6;border-radius:6px;overflow-x:auto}.customer-requests-page .requests-table{border-collapse:collapse;width:100%;min-width:900px}.customer-requests-page .requests-table th,.customer-requests-page .requests-table td{color:#1f2937;text-align:left;white-space:nowrap;border-bottom:1px solid #f3f4f6;padding:10px;font-size:12px}.customer-requests-page .requests-table th{background:#f9fafb;font-weight:600}.customer-requests-page .action-badge{text-transform:capitalize;border-radius:999px;align-items:center;padding:2px 8px;font-size:11px;font-weight:600;display:inline-flex}.customer-requests-page .action-badge.added{color:#0f766e;background:#ecfeff}.customer-requests-page .action-badge.deleted{color:#b91c1c;background:#fef2f2}.customer-requests-page .requests-empty{color:#6b7280;padding:16px;font-size:13px}.customer-requests-page .requests-error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:6px;margin-top:8px;padding:10px 12px;font-size:13px}@media (width<=1366px){.customer-requests-page .requests-card{padding:12px}.customer-requests-page .requests-search{min-width:220px}.customer-requests-page .requests-table th,.customer-requests-page .requests-table td{padding:8px}}@media (width<=900px){.customer-requests-page .requests-toolbar{flex-direction:column;gap:8px}.customer-requests-page .requests-search,.customer-requests-page .requests-filter{width:100%;min-width:0}}.complete-replacements-page{padding:0}.complete-replacements-page .page-header-card{background:#fff 50%/cover no-repeat;border:1px solid #e5e7eb;border-radius:6px;margin-top:-4px;margin-bottom:16px;padding:18px}.complete-replacements-page .page-header h1{margin-bottom:4px;font-size:20px;font-weight:600}.complete-replacements-page .page-header p{color:#6b7280;font-size:13px}.complete-replacements-page .filter-bar{background:#fff;border:1px solid #e5e7eb;border-radius:6px;justify-content:space-between;margin-bottom:12px;padding:12px;display:flex}.complete-replacements-page .filter-left{width:100%;display:flex}.complete-replacements-page .search-input{border:1px solid #dcdcdc;border-radius:6px;width:100%;padding:6px 8px;font-size:12px}.complete-replacements-page .table-container{background:#fff;border:1px solid #e5e7eb;border-radius:6px;padding:12px}.complete-replacements-page .table-header,.complete-replacements-page .table-row{grid-template-columns:.9fr 2fr 2.2fr .7fr 1fr 1.8fr;align-items:center;display:grid}.complete-replacements-page .table-header{background:#f9fafb;border-bottom:1px solid #e5e7eb;padding:10px 8px;font-size:13px;font-weight:600}.complete-replacements-page .table-row{border-bottom:1px solid #f1f1f1;padding:10px 8px;font-size:13px;transition:background-color .15s}.complete-replacements-page .table-header>div,.complete-replacements-page .table-row>div{padding:4px 6px}.complete-replacements-page .table-row:nth-of-type(2n){background-color:#f7f7f7}.complete-replacements-page .table-row:nth-of-type(odd){background-color:#fff}.complete-replacements-page .table-row:hover{background-color:#e6f6f7}.complete-replacements-page .table-header>div:not(:last-child),.complete-replacements-page .table-row>div:not(:last-child){border-right:1px solid #ededed}.complete-replacements-page .empty-state{text-align:center;color:#9ca3af;padding:32px;font-size:13px}@media (width<=1366px){.complete-replacements-page .filter-bar{padding:10px}.complete-replacements-page .data-table{overflow-x:auto}.complete-replacements-page .data-table table{min-width:860px}}@media (width<=900px){.complete-replacements-page .filter-bar{flex-direction:column;align-items:stretch}.complete-replacements-page .search-input{width:100%}}.help-faqs-page{padding:0}.help-faqs-page .page-header-card{background:#fff;border:1px solid #e5e7eb;border-radius:6px;margin-top:-4px;margin-bottom:16px;padding:18px}.help-faqs-page .page-header h1{margin-bottom:4px;font-size:20px;font-weight:600}.help-faqs-page .page-header p{color:#6b7280;font-size:13px}.help-faqs-page .faq-list{flex-direction:column;gap:12px;display:flex}.help-faqs-page .faq-card{background:#fff;border:1px solid #e5e7eb;border-radius:6px;overflow:hidden}.help-faqs-page .faq-card.open{border-color:#e5e7eb}.help-faqs-page .faq-toggle{cursor:pointer;text-align:left;background:#fff;border:none;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:14px 16px;display:flex}.help-faqs-page .faq-toggle:hover{background:#f9fafb}.help-faqs-page .faq-question{color:#1f2937;font-size:14px;font-weight:600}.help-faqs-page .faq-chevron{color:#6b7280;flex-shrink:0;transition:transform .2s}.help-faqs-page .faq-chevron.open{transform:rotate(180deg)}.help-faqs-page .faq-answer-wrap{border-top:1px solid #f3f4f6;padding:14px 16px 16px}.help-faqs-page .faq-answer{color:#4b5563;white-space:pre-line;margin:0;font-size:13px;line-height:1.65}@media (width<=1366px){.help-faqs-page .faq-toggle{padding:12px 14px}.help-faqs-page .faq-answer-wrap{padding:12px 14px 14px}}@media (width<=700px){.help-faqs-page .faq-question{font-size:13px}}.account-settings-page{padding:0}.account-settings-page .page-header-card{background:#fff;border:1px solid #e5e7eb;border-radius:6px;margin-top:-4px;margin-bottom:16px;padding:18px}.account-settings-page .page-header h1{margin-bottom:4px;font-size:20px;font-weight:600}.account-settings-page .page-header p{color:#6b7280;font-size:13px}.account-settings-page .settings-layout{grid-template-columns:520px 1fr;align-items:start;gap:16px;display:grid}.account-settings-page .settings-left{flex-direction:column;gap:16px;display:flex}.account-settings-page .settings-card{background:#fff;border:1px solid #e5e7eb;border-radius:6px;padding:20px 24px}.account-settings-page .settings-card h2{color:#1f2937;border-bottom:1px solid #f3f4f6;margin-bottom:16px;padding-bottom:10px;font-size:14px;font-weight:600}.account-settings-page .info-row{border-bottom:1px solid #f9fafb;align-items:center;gap:12px;padding:9px 0;font-size:13px;display:flex}.account-settings-page .info-row:last-child{border-bottom:none}.account-settings-page .info-label{color:#6b7280;flex-shrink:0;width:130px;font-weight:500}.account-settings-page .info-value{color:#1f2937;font-weight:400}.account-settings-page .password-form{flex-direction:column;gap:14px;display:flex}.account-settings-page .form-group{flex-direction:column;gap:5px;display:flex}.account-settings-page .form-group label{color:#374151;font-size:12px;font-weight:600}.account-settings-page .pw-wrap{width:100%;position:relative}.account-settings-page .settings-input{color:#1f2937;box-sizing:border-box;background:#fff;border:1px solid #d1d5db;border-radius:6px;outline:none;width:100%;padding:8px 36px 8px 10px;font-size:13px;transition:border-color .15s,box-shadow .15s}.account-settings-page .settings-input:focus{border-color:#88cdd3;box-shadow:0 0 0 2px #88cdd326}.account-settings-page .pw-toggle{cursor:pointer;color:#9ca3af;background:0 0;border:none;align-items:center;padding:0;display:flex;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.account-settings-page .pw-toggle:hover{color:#6b7280}.account-settings-page .settings-message{border-radius:6px;margin:0;padding:8px 12px;font-size:12px}.account-settings-page .settings-message.error{color:#dc2626;background:#fef2f2;border:1px solid #fecaca}.account-settings-page .settings-message.success{color:#16a34a;background:#f0fdf4;border:1px solid #bbf7d0}.account-settings-page .save-btn{color:#fff;cursor:pointer;background:#ec619a;border:none;border-radius:6px;align-self:flex-start;padding:9px 20px;font-size:13px;font-weight:600;transition:background .15s}.account-settings-page .save-btn:hover:not(:disabled){background:#eb4f90}.account-settings-page .save-btn:disabled{cursor:not-allowed;background:#f9a8d4}.account-settings-page .avatar-preview-wrap{flex-direction:column;align-items:center;gap:8px;padding:20px 0 24px;display:flex}.account-settings-page .avatar-preview{border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;transition:background .2s;display:flex}.account-settings-page .avatar-preview-label{color:#9ca3af;margin:0;font-size:12px}.account-settings-page .avatar-swatches{flex-wrap:wrap;justify-content:center;gap:10px;padding-bottom:4px;display:flex}.account-settings-page .avatar-swatch{cursor:pointer;border:2px solid #0000;border-radius:50%;outline:none;width:32px;height:32px;transition:transform .15s,border-color .15s,box-shadow .15s}.account-settings-page .avatar-swatch:hover{transform:scale(1.15);box-shadow:0 2px 6px #0000002e}.account-settings-page .avatar-swatch.active{border-color:#1f2937;box-shadow:0 0 0 3px #1f293726}@media (width<=1366px){.account-settings-page .settings-layout{grid-template-columns:480px 1fr}.account-settings-page .settings-card{padding:16px}}@media (width<=1100px){.account-settings-page .settings-layout{grid-template-columns:1fr}}@media (width<=700px){.account-settings-page .info-row{flex-direction:column;align-items:flex-start;gap:2px}.account-settings-page .info-label{width:auto}.account-settings-page .save-btn{width:100%}}body{background-color:#f3f4f6;margin:0;padding:0;font-family:Segoe UI,sans-serif}
