*{margin:0;padding:0;box-sizing:border-box}::-webkit-scrollbar{width:3px;height:3px}::-webkit-scrollbar-track{background:#ffe5e5}::-webkit-scrollbar-thumb{background:#e53935}::-webkit-scrollbar-thumb:hover{background:#e53935}*{margin:0;padding:0;box-sizing:border-box;font-family:Georgia;color:var(--text-color)}@font-face{font-family:Georgia;src:url(Georgia.woff2) format("woff2"),url(Georgia.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Georgia;src:url(Georgia-Italic.woff2) format("woff2"),url(Georgia-Italic.woff) format("woff");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Georgia;src:url(Georgia-Bold.woff2) format("woff2"),url(Georgia-Bold.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Georgia;src:url(Georgia-BoldItalic.woff2) format("woff2"),url(Georgia-BoldItalic.woff) format("woff");font-weight:700;font-style:italic;font-display:swap}.app-container{display:flex;width:100%}.main-content{margin-left:260px;margin-top:70px;padding:10px 30px;width:calc(100% - 260px);min-height:calc(100vh - 70px)}.breadcrumbs{margin-bottom:30px;font-size:12px}@media only screen and (min-width:100px)and (max-width:426px){.main-content{margin-left:0;width:100%}}.login-container{display:flex;min-height:100vh;width:100%}.left-side{flex:1;background:url(/assets/login-left-side-BkVldP52.png) no-repeat center center;background-size:cover;position:relative}.left-side:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#0000001a}.right-side{flex:1;display:flex;align-items:center;justify-content:center;background:#f8f8f8;padding:20px}.small-logo{height:100px;width:100%;display:flex;justify-content:end;align-items:end}.login-form{width:100%;max-width:400px}.form-title{text-align:center;margin-bottom:30px;font-size:28px;font-weight:600;color:#d9464e;font-family:times new roman,serif}.form-group{display:flex;flex-direction:column;gap:20px}.form-group>div{display:flex;flex-direction:column;position:relative}.form-group label{font-size:16px;margin-bottom:8px;font-weight:500;font-family:Times New Roman,Times,serif;color:#000}.icon-container{position:absolute;right:15px;top:38px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#666;font-size:18px;transition:color .3s ease}.password-icon:hover{color:#d9464e}.email-icon{top:45px;cursor:default}.password-icon{top:45px}.form-input{width:100%;padding:14px 40px 14px 12px;border:2px solid #ddd;border-radius:8px;font-size:15px;transition:all .3s ease;background:#fff;box-sizing:border-box}.form-group label{font-size:17px;margin-bottom:8px;font-weight:500;font-family:Times New Roman,Times,serif;color:#000;display:block}.form-input:hover{border-color:#d9464e}.form-input:focus{border-color:#d9464e;outline:none;box-shadow:0 0 0 3px #d9464e1a;background:#fff}.form-input:disabled{background-color:#f5f5f5;cursor:not-allowed}.submit-button{width:100%;margin-top:10px;padding:14px;font-size:16px;background:#d9464e;border:none;color:#fff;border-radius:8px;cursor:pointer;font-weight:600;transition:all .3s ease;display:flex;justify-content:center;align-items:center;gap:10px;min-height:48px}.submit-button:hover:not(:disabled){background:#a02a2e;transform:translateY(-2px);box-shadow:0 4px 12px #a02a2e33}.submit-button:active:not(:disabled){transform:translateY(0)}.submit-button:disabled{background:#ccc;cursor:not-allowed;transform:none;box-shadow:none}.button-spinner{display:flex;align-items:center;justify-content:center}@media(max-width:768px){.login-container{flex-direction:column}.left-side{height:200px;flex:none}.right-side{flex:1;padding:30px 20px}.login-form{padding:30px 25px;max-width:100%}}@media(max-width:480px){.login-form{padding:25px 20px}.form-title{font-size:24px;margin-bottom:25px}.form-group{gap:15px}.form-input,.submit-button{padding:12px}}.navbar{position:fixed;top:0;left:260px;right:0;height:70px;background:#fff;border-bottom:1px solid #f0f0f0;padding:0 30px;display:flex;align-items:center;justify-content:space-between;box-sizing:border-box;z-index:1}.navbar-title{font-size:24px;font-weight:700;color:#212121;font-family:serif;margin:0}.nav-right{display:flex;align-items:center;gap:16px}.icon-btn{position:relative;border:none;outline:none;background:transparent;padding:8px;border-radius:50%;cursor:pointer;color:#5b5b6b;display:flex;align-items:center;justify-content:center;transition:color .15s ease,background .15s ease}.icon-btn:hover{background:#f5f5f5;color:#212121}.icon-btn:focus,.icon-btn:focus-visible,.icon-btn:active{outline:none;border:none}.icon-btn svg{width:20px;height:20px}.icon-btn img{width:20px;height:20px;object-fit:contain}.notification-badge{position:absolute;top:6px;right:6px;width:8px;height:8px;background:#212121;border-radius:50%;border:2px solid #ffffff}.logout-btn{padding:8px 20px;background:#d43a3a;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s ease;margin-left:8px}.logout-btn:hover{background:#b83232}.logout-btn:active{background:#a02929}notification-wrapper{position:relative}.notifications-dropdown{position:absolute;top:48px;right:15px;width:360px;max-height:540px;background:#f1f1f1;border:1px solid #e0e0e0;border-radius:12px;box-shadow:0 10px 35px #00000024;overflow:hidden;z-index:200;display:flex;flex-direction:column}.notifications-header{padding:12px 16px;display:flex;justify-content:space-between;align-items:center;font-weight:700;color:#1f1f1f;background:#fff;border-bottom:1px solid #e0e0e0}.notifications-list{padding:12px;overflow-y:auto;display:flex;flex-direction:column;gap:12px;max-height:300px}.notifications-empty{text-align:center;color:#7a7a7a;padding:24px 12px;background:#fff;border-radius:10px;border:1px dashed #d0d0d0}.notification-card{display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:start;padding:14px;background:linear-gradient(145deg,#f3f3f3,#dfdfdf);border-radius:12px;border-left:6px solid #171717;box-shadow:0 4px 12px #00000014}.notification-card.read{opacity:.7;border-left-color:#9b9b9b}.notification-icon img{width:28px;height:28px}.notification-content{display:flex;flex-direction:column;gap:6px}.notification-title{font-weight:700;color:#202020}.notification-message{font-size:12px;color:#2c2c2c;line-height:1.4}.notification-meta{display:flex;align-items:center;gap:8px;font-size:12px}.muted{color:#6f6f6f}.tag-new{font-size:11px;font-weight:700;color:#d43a3a}.notification-actions{display:flex;flex-direction:column;gap:6px;align-items:flex-end}.link-btn{background:none;border:none;color:#1a73e8;font-weight:600;cursor:pointer;padding:0;font-size:11px}.link-btn.danger{color:#c0392b}.notifications-actions{display:flex;gap:12px}@media only screen and (min-width:100px)and (max-width:426px){.navbar{left:0;padding:0 15px}.navbar-title{font-size:20px}}.sidebar{width:260px;height:100vh;background:#fff;border-right:1px solid #f0f0f0;padding:20px;position:fixed;inset:0 auto 0 0;display:flex;flex-direction:column;gap:16px;box-sizing:border-box;overflow:hidden;z-index:9}.profile{display:flex;align-items:center;gap:12px;padding:10px 8px;flex-shrink:0}.profile-img{width:64px;height:64px;border-radius:50%;object-fit:cover;box-shadow:0 4px 12px #00000014}.profile-name h3{margin:0;font-size:18px;color:#212121}.profile-name p{margin:2px 0 0;color:#8a8a8a;font-size:13px}.menu{display:flex;flex-direction:column;gap:2px;flex:1;min-height:0;overflow-y:auto;padding-right:4px;text-decoration:none}.menu a{text-decoration:none;color:inherit}.menu-item{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:10px;border:none;outline:none;background:transparent;cursor:pointer;color:#5b5b6b;font-size:12px;text-align:left;position:relative;transition:background .15s ease,color .15s ease}.menu-item .menu-icon{display:inline-flex;width:22px;height:22px;color:#c5c5c5;flex-shrink:0}.menu-item .menu-icon img{width:20px;height:20px;object-fit:contain}.menu-item:hover{background:#fff6f6;color:#d43a3a}.menu-item:hover .menu-icon{color:#d43a3a}.menu-item.active{background:#ffe5e5;color:#e53935;border-radius:10px;font-weight:600;border:none;outline:none}.menu-item:focus,.menu-item:focus-visible{outline:none;border:none}.menu-item.active:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:#e53935;border-radius:4px}.menu-item.active .menu-icon{color:#e53935}.logout{margin-top:auto;display:flex;align-items:center;gap:10px;width:100%;padding:8px 12px;border-radius:8px;border:1px solid #ffd3d3;background:#fff6f6;color:#d43a3a;font-weight:600;font-size:13px;cursor:pointer;transition:background .15s ease;flex-shrink:0}.logout .menu-icon{display:inline-flex;width:18px;height:18px;color:#d43a3a;flex-shrink:0}.logout .menu-icon img{width:16px;height:16px;object-fit:contain}.logout:hover{background:#ffe9e9;border-color:#ffb6b6}.sidebar .top-sec{display:flex;align-items:center;justify-content:space-between}.toggle-sidebar{display:none}@media only screen and (min-width:100px)and (max-width:426px){.sidebar{height:100%;width:100%;display:none}.sidebar.open{display:flex}.toggle-sidebar{display:block}}.dashboard{width:100%;padding:10px 0 0}.breadcrumb{font-size:13px;color:#000;margin-bottom:16px}.stats-grid{display:flex;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin-bottom:20px;flex-wrap:wrap}.stat-card{background:#fff;border-radius:10px;padding:10px;border:1px solid #D9464E;position:relative;flex-grow:1;flex-basis:30%}.stat-icon{position:absolute;top:16px;right:16px;width:28px;height:28px;object-fit:contain;opacity:1;filter:brightness(0) saturate(100%) invert(32%) sepia(97%) saturate(2357%) hue-rotate(340deg) brightness(92%) contrast(91%)}.stat-title{font-size:13px;color:#777;margin:0 0 6px}.stat-card h3{margin:6px 0;font-size:24px;font-weight:700;color:#212121}.stat-green,.stat-red{color:#000;font-size:13px;font-weight:600}.middle-grid{display:flex;grid-template-columns:2fr 1fr;gap:16px;margin-bottom:20px;flex-wrap:wrap}.recent-users,.viewed-category{background:#fff;border-radius:10px;padding:18px;border:1px solid #D9464E;flex-grow:1}.recent-users{flex-basis:60%}.viewed-category{flex-basis:35%}.recent-users h4,.viewed-category h4{margin:0 0 6px;font-size:16px;font-weight:700;color:#212121}.section-subtitle{font-size:12px;color:#9e9e9e;margin:0 0 16px}.user-item{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border:1px solid #e8e8e8;border-radius:8px;margin-bottom:10px;background:linear-gradient(135deg,#fff,#fafafa);transition:all .2s ease;box-shadow:0 1px 3px #0000000a}.user-item:last-of-type{margin-bottom:0}.user-left{display:flex;align-items:center;gap:12px}.pending-dot{background:#ffc107}.success-dot{background:#28a745}.failed-dot{background:#dc3545}.name{font-size:13px;font-weight:600;margin:0 0 3px;color:#212121;text-transform:lowercase}.time{font-size:11px;color:#9e9e9e;margin:0}.pending{background:transparent;color:orange;font-weight:700}.success{background:transparent;color:#28a745;font-weight:700}.failed{background:transparent;color:#dc3545;font-weight:700}.category-item{display:flex;align-items:center;gap:8px;padding:10px 12px;border:1px solid #f0f0f0;border-radius:8px;margin-bottom:8px;font-size:13px;color:#212121}.category-item:last-child{margin-bottom:0}.category-item svg{color:#9e9e9e;flex-shrink:0}.insights{background:#fff;border-radius:10px;padding:18px;border:1px solid #D9464E}.insights-header{display:flex;align-items:flex-start;gap:10px;margin-bottom:16px}.location-icon{flex-shrink:0;margin-top:2px}.insights-header h4{margin:0 0 3px;font-size:16px;font-weight:700;color:#d9464e}.insights-header .section-subtitle{margin:0}.insights-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.insight-card{border:1px solid #f0f0f0;background:#fff;padding:16px;border-radius:8px}.insight-card p{font-size:12px;color:#9e9e9e;margin:0 0 6px}.insight-card h3{font-size:20px;font-weight:700;color:#212121;margin:0}@media only screen and (min-width:100px)and (max-width:800px){.stat-card{flex-basis:40%}.recent-users,.viewed-category{flex-basis:100%}}@media only screen and (min-width:100px)and (max-width:425px){.stat-card{flex-basis:55%}}.listing-container-list{padding:20px;font-family:Inter,sans-serif}.stats-grid-list{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:20px}.stat-card-list{background:#fff;border-radius:10px;padding:10px;border:1px solid #d9464e;position:relative}.stat-icon-list{position:absolute;top:16px;right:16px;width:28px;height:28px;object-fit:contain;opacity:1;filter:brightness(0) saturate(100%) invert(32%) sepia(97%) saturate(2357%) hue-rotate(340deg) brightness(92%) contrast(91%)}.stat-title-list{font-size:14px;color:#444}.stat-card-list h3{font-size:22px;margin-top:6px;color:#000}.top-actions-list{display:flex;justify-content:space-between;margin-bottom:25px}.search-bar-list{width:65%;padding:12px 18px;border-radius:30px;border:1px solid #d2d2d2;outline:none}.filter-dropdown-list{width:180px;padding:12px;border-radius:8px;border:1px solid #d2d2d2}.listings-title-list{font-size:22px;margin-bottom:5px}.listings-subtitle-list{font-size:14px;color:#666;margin-bottom:15px}.table-wrapper-list{overflow-x:auto}.listing-table-list{width:100%;border-collapse:separate!important;border-spacing:0 12px!important;background:transparent}.listing-table-list tbody tr{background:#fff;border-radius:10px;box-shadow:0 2px 8px #00000014}.listing-table-list tbody td:first-child{border-top-left-radius:10px;border-bottom-left-radius:10px}.listing-table-list tbody td:last-child{border-top-right-radius:10px;border-bottom-right-radius:10px}.listing-table-list th{background:#d9464e;color:#fff;padding:14px 10px;font-weight:600;text-align:left}.listing-table-list th:first-child{border-radius:10px 0 0 10px}.listing-table-list th:last-child{border-radius:0 10px 10px 0}.listing-table-list td{padding:14px 10px;border-bottom:1px solid #f1f1f1;font-size:14px;border-bottom:none!important}.action-icons-list svg{margin-right:10px;cursor:pointer}.status.pending-list{color:#f4b000;font-weight:600}.status.flagged-list{color:#e84848;font-weight:600}.status.approved-list{color:#28a745;font-weight:600}.photos-list{color:#db4a4a;font-weight:600}.no-listings-list{text-align:center;color:#7a7a7a;padding:40px 0;font-size:16px}.no-listings-list svg{margin-bottom:12px;opacity:.6}.no-listings-list p{margin:0}.pagination-list{display:flex;justify-content:center;margin-top:20px;gap:8px}.pagination-list button{padding:8px 12px;border:1px solid #d2d2d2;background:#fff;border-radius:6px;cursor:pointer;transition:background .2s ease}.image-gallery{display:flex;gap:12px;overflow-x:auto;padding:10px 0}.image-gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:10px}.gallery-thumb{width:100%;height:90px;object-fit:contain;border-radius:8px;cursor:pointer;transition:.3s ease;box-shadow:0 2px 5px #0003}.gallery-thumb:hover{transform:scale(1.06)}.preview-overlay{position:fixed;inset:0;background:#000c;display:flex;justify-content:center;align-items:center;z-index:9999}.preview-image{max-width:90%;max-height:90%;border-radius:10px;box-shadow:0 4px 12px #0009}@media only screen and (min-width:100px)and (max-width:1025px){.listing-table-list td{font-size:12px}.listing-table-list th{font-size:14px}}@media only screen and (min-width:100px)and (max-width:800px){.stats-grid-list{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:100px)and (max-width:425px){.stats-grid-list{grid-template-columns:repeat(1,1fr)}}.listing-container-user{padding:20px;font-family:Inter,sans-serif}.stats-grid-user{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:20px}.stat-card-user{background:#fff;border-radius:10px;padding:10px;border:1px solid #d9464e;position:relative}.stat-icon-user{position:absolute;top:16px;right:16px;width:28px;height:28px;object-fit:contain;opacity:1;filter:brightness(0) saturate(100%) invert(32%) sepia(97%) saturate(2357%) hue-rotate(340deg) brightness(92%) contrast(91%)}.stat-title-user{font-size:14px;color:#444}.stat-card-user h3{font-size:22px;margin-top:6px;color:#000}.top-actions-user{display:flex;justify-content:space-between;margin-bottom:25px}.search-bar-user{width:65%;padding:12px 18px;border-radius:30px;border:1px solid #d2d2d2;outline:none}.filter-dropdown-user{width:180px;padding:12px;border-radius:8px;border:1px solid #d2d2d2}.listings-title-user{font-size:22px;margin-bottom:5px}.listings-subtitle-user{font-size:14px;color:#666;margin-bottom:15px}.table-wrapper-user{overflow-x:auto}.listing-table-user{width:100%;border-collapse:separate!important;border-spacing:0 12px!important;background:transparent}.listing-table-user tbody tr{background:#fff;border-radius:10px;box-shadow:0 2px 8px #00000014}.listing-table-user tbody td:first-child{border-top-left-radius:10px;border-bottom-left-radius:10px}.listing-table-user tbody td:last-child{border-top-right-radius:10px;border-bottom-right-radius:10px}.listing-table-user th{background:#d9464e;color:#fff;padding:14px 10px;font-weight:600;text-align:left}.listing-table-user th:first-child{border-radius:10px 0 0 10px}.listing-table-user th:last-child{border-radius:0 10px 10px 0}.listing-table-user td{padding:14px 10px;border-bottom:1px solid #f1f1f1;font-size:14px;border-bottom:none!important}.action-icons-user svg{margin-right:10px;cursor:pointer}.status.pending-user{color:#f4b000;font-weight:600}.status.flagged-user{color:#e84848;font-weight:600}.status.approved-user{color:#28a745;font-weight:600}.photos-user{color:#db4a4a;font-weight:600}.status.verified-list{background-color:#e6f4ea;color:#1e8e3e;padding:4px 8px;border-radius:4px;font-weight:600;font-size:12px}.status.unverified-list{background-color:#fef7e0;color:#f9ab00;padding:4px 8px;border-radius:4px;font-weight:600;font-size:12px}.status.failed-list{background-color:#fce8e6;color:#d93025;padding:4px 8px;border-radius:4px;font-weight:600;font-size:12px}.pagination-wrapper{text-align:center;margin-top:20px}.page-btn{padding:6px 12px;margin:0 5px;border:1px solid #d2d2d2;border-radius:5px;background-color:#fff;color:#000;cursor:pointer}.page-btn.active{background-color:#d9464e;color:#fff}.nav-btn{padding:6px 12px;margin:0 10px;border:none;border-radius:5px;background-color:#d9464e;color:#fff;cursor:pointer}.nav-btn:disabled{background-color:#ccc;cursor:not-allowed}.search-wrapper-list{position:relative;flex-basis:35%}.search-icon-list{position:absolute;left:12px;top:50%;transform:translateY(-50%);font-size:18px;color:#777}.search-bar-list{width:100%;padding:10px 12px 10px 38px;border:1px solid #ccc;border-radius:6px;outline:none}.search-bar-list:focus{border-color:#333}.filter-dropdown-list{padding:10px 14px;border-radius:8px;border:1px solid #d2d2d2;background:#fff;font-size:14px;color:#333;cursor:pointer;outline:none;transition:all .2s ease;min-width:180px}.filter-dropdown-list:focus{border-color:#d9464e;box-shadow:0 0 6px #d9464e66}.filter-dropdown-list option{padding:12px;background:#fff;font-size:14px;color:#222}.filter-dropdown-list option:hover{background-color:#ffe5e7}.filter-dropdown-list option:checked{background-color:#d9464e;color:#fff}.custom-dropdown-wrapper{position:relative;flex-basis:15%}.custom-dropdown-selected{padding:10px 14px;border:2px solid #e53935;border-radius:10px;background:#fff;font-size:14px;color:#333;cursor:pointer;transition:all .2s ease}.custom-dropdown-selected:hover{border-color:#c62828}.auth-hub-dropdown-item{padding:10px 16px;font-size:13px;color:#1a1a1a;cursor:pointer;border-bottom:1px solid #f0f0f0;transition:.2s ease}.auth-hub-dropdown-item:hover{background:#ffe5e7}.auth-hub-dropdown-item.active{background:#e53935;color:#fff}.popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000073;display:flex;justify-content:center;align-items:center;z-index:1500;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.popup-box{background:#fff;padding:30px 25px;border-radius:12px;max-width:90%;position:relative;box-shadow:0 6px 18px #00000026;animation:popupFade .25s ease-in-out;font-family:Inter,sans-serif}.view-popup{width:550px!important;max-height:85vh;overflow-y:auto;padding:0 30px}.popup-close-btn{position:absolute;top:15px;right:15px;background:#f5f5f5;border:none;font-size:22px;cursor:pointer;color:#555;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:.2s}.popup-close-btn:hover{background:#eee;color:#d9464e}.popup-title{font-size:20px;margin-bottom:15px;color:#d9464e;font-weight:600}.popup-message{font-size:15px;color:#444;line-height:1.6}.popup-actions{margin-top:25px;display:flex;justify-content:flex-end;gap:12px}.popup-btn{padding:10px 20px;border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:600;transition:all .2s ease}.btn-approve{background:#28a745;color:#fff}.btn-approve:hover{background:#218838}.btn-reject{background:#d9464e;color:#fff}.btn-reject:hover{background:#b02a37}.btn-cancel{background:#f3f3f3;color:#555}.btn-cancel:hover{background:#e0e0e0}.btn-close{background:#444;color:#fff;width:100%;margin-top:20px}.btn-close:hover{background:#333}.popup-info p{font-size:14px;margin:8px 0}.popup-info hr{margin:12px 0;border:none;border-top:1px solid #eee}.selfie-image{display:flex;justify-content:flex-start;align-items:flex-start}.selfie-image img{width:200px;height:200px;object-fit:contain}@keyframes popupFade{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.view-popup::-webkit-scrollbar{width:8px}.view-popup::-webkit-scrollbar-thumb{background-color:#d9464e80;border-radius:4px}.view-popup::-webkit-scrollbar-track{background:#f1f1f1}@media only screen and (min-width:100px)and (max-width:1025px){.custom-dropdown-wrapper{flex-basis:20%}.search-wrapper-list{flex-basis:50%}}@media only screen and (min-width:100px)and (max-width:800px){.custom-dropdown-wrapper{flex-basis:35%}.search-wrapper-list{flex-basis:55%}.listing-container-list{padding:0}}.auth-hub{margin-top:20px;min-height:100vh}.auth-hub-breadcrumb{font-size:14px;font-weight:500;color:#333;margin-bottom:24px}.auth-hub-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;margin-bottom:24px}.auth-hub-stat-card{background:#fff;border:1px solid #e53935;border-radius:12px;padding:16px 18px;display:flex;align-items:flex-start;justify-content:space-between;transition:all .3s ease;position:relative}.auth-hub-stat-card:hover{box-shadow:0 4px 16px #e5393526;transform:translateY(-2px)}.auth-hub-stat-content{display:flex;flex-direction:column;gap:6px}.auth-hub-stat-card h3{font-size:28px;font-weight:700;color:#1a1a1a;margin:0;line-height:1;font-family:Georgia,Times New Roman,serif}.auth-hub-stat-title{font-size:16px;color:#000;margin:0;font-weight:400;font-family:Georgia,Times New Roman,Times,serif}.auth-hub-stat-icon{width:28px;height:28px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.auth-hub-stat-icon img{width:24px;height:24px;object-fit:contain;filter:brightness(0) saturate(100%) invert(30%) sepia(96%) saturate(3032%) hue-rotate(347deg) brightness(91%) contrast(86%)}.auth-hub-stat-icon svg{flex-shrink:0;color:#e53935}.auth-hub-performance{background:#fff;border:1px solid #e53935;border-radius:12px;padding:18px 20px;margin-bottom:20px}.auth-hub-performance-header{margin-bottom:18px}.auth-hub-performance-header h4{font-size:20px;font-weight:700;color:#e53935;margin:0 0 6px}.auth-hub-performance-header p{font-size:14px;color:#272323;margin:0;font-family:Georgia,Times New Roman,Times,serif;font-weight:400}.auth-hub-metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:16px}.auth-hub-metric-card{background:#fff;border:1px solid black;border-radius:10px;padding:16px;text-align:center;transition:all .3s ease}.auth-hub-metric-card:hover{box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}.auth-hub-metric-card h3{font-size:26px;font-weight:700;color:#1a1a1a;margin:0 0 6px;line-height:1}.auth-hub-metric-card p{font-size:12px;color:#666;margin:0}.auth-hub-actions{display:flex;gap:16px;align-items:center;justify-content:flex-end;margin-bottom:24px}.auth-hub-custom-dropdown{position:relative;min-width:180px}.auth-hub-dropdown-header{padding:10px 35px 10px 16px;border:1px solid #333;border-radius:10px;font-size:13px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:500;background:#fff;cursor:pointer;color:#333;display:flex;align-items:center;justify-content:space-between;transition:all .3s ease;box-shadow:0 1px 3px #0000001a}.auth-hub-dropdown-header svg{color:#333}.auth-hub-dropdown-header.active{border-color:#e53935;color:#e53935}.auth-hub-dropdown-header.active svg{color:#e53935}.auth-hub-dropdown-header:hover{box-shadow:0 2px 6px #00000026}.auth-hub-dropdown-header svg{flex-shrink:0;transition:transform .3s ease}.auth-hub-dropdown-list{position:absolute;top:calc(100% + 6px);left:0;right:0;background:#fff;border:2px solid #e53935;border-radius:10px;box-shadow:0 4px 12px #00000026;z-index:100;overflow:hidden;animation:dropdownSlide .2s ease}@keyframes dropdownSlide{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.auth-hub-dropdown-item{padding:10px 16px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;color:#1a1a1a;cursor:pointer;transition:all .2s ease;border-bottom:1px solid #f0f0f0}.auth-hub-dropdown-item:last-child{border-bottom:none}.auth-hub-dropdown-item:hover{background-color:#fff5f5;color:#e53935}.auth-hub-dropdown-item.active{background-color:#ffebee;color:#e53935;font-weight:500}.auth-hub-filter-dropdown{padding:10px 36px 10px 16px;border:1px solid #333;border-radius:12px;font-size:14px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:500;background:#fff;cursor:pointer;outline:none;min-width:150px;transition:all .3s ease;color:#333;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;box-shadow:0 1px 3px #0000001a}.auth-hub-filter-dropdown:focus{border-color:#e53935;color:#e53935;box-shadow:0 0 0 3px #e539351a;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23e53935' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.auth-hub-filter-dropdown:hover{border-color:#666;box-shadow:0 2px 6px #00000026}.auth-hub-filter-dropdown option{padding:12px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:400;color:#333;border-radius:8px}.auth-hub-assign-btn{padding:12px 24px;background:linear-gradient(135deg,#e53935,#c62828);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #e5393540}.auth-hub-assign-btn:hover{background:linear-gradient(135deg,#c62828,#b71c1c);box-shadow:0 4px 12px #e5393559;transform:translateY(-2px)}.auth-hub-table-wrapper{overflow-x:auto;margin-bottom:16px}.auth-hub-table{width:100%;border-collapse:separate;border-spacing:0 8px;background:transparent}.auth-hub-table thead{background:linear-gradient(135deg,#e53935,#c62828)}.auth-hub-table thead tr{box-shadow:0 2px 8px #e5393533}.auth-hub-table thead th{padding:14px 16px;text-align:left;font-size:12px;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.5px;position:relative}.auth-hub-table thead th:first-child{border-top-left-radius:10px;border-bottom-left-radius:10px}.auth-hub-table thead th:last-child{border-top-right-radius:10px;border-bottom-right-radius:10px}.auth-hub-table thead th .auth-hub-sort-arrow{margin-left:6px;vertical-align:middle;width:10px;height:10px;filter:brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}.auth-hub-table tbody tr{background:#fff;box-shadow:0 4px 6px -2px #00000166;transition:all .3s ease;border-radius:10px}.auth-hub-table tbody td{padding:12px 14px;font-size:13px;color:#221f1f;vertical-align:middle;background:#fff}.auth-hub-table tbody td:first-child{border-top-left-radius:10px;border-bottom-left-radius:10px}.auth-hub-table tbody td:last-child{border-top-right-radius:10px;border-bottom-right-radius:10px}.auth-hub-item-info{display:flex;flex-direction:column;gap:3px;font-family:Georgia,Times New Roman,serif}.auth-hub-item-name{font-weight:200;color:#1a1a1a;margin:0;font-size:16px}.auth-hub-item-detail,.auth-hub-item-date{font-size:11px;color:#221f1f;margin:0}.auth-hub-priority{display:inline-block;padding:4px 0;font-size:13px;font-family:Georgia,Times New Roman,Times,serif;font-weight:600}.auth-hub-priority.high{color:#e53935}.auth-hub-priority.medium{color:#f57c00}.auth-hub-priority.low{color:#2e7d32}.table-tb-value{font-size:14px;font-weight:500;color:#1a1a1a;font-family:Georgia,Times New Roman,Times,serif}.auth-hub-status{display:inline-block;padding:4px 0;font-size:13px;font-weight:600}.auth-hub-status.pending{color:#f57c00}.auth-hub-status.in-review{color:#1976d2}.auth-hub-status.failed{color:#c62828}.auth-hub-action-btns{display:flex;gap:8px;align-items:center}.auth-hub-view-btn{width:32px;height:32px;border-radius:6px;border:1px solid #e5e7eb;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:#333}.auth-hub-view-btn:hover{background-color:#f5f5f5;border-color:#666}.auth-hub-number{font-size:24px;font-weight:700;color:#000;margin:0 0 6px;line-height:1;font-family:Georgia,Times New Roman,serif}.auth-hub-subtitle{font-size:13px;color:#000!important;margin:0;font-weight:400;font-family:Georgia,Times New Roman,Times,serif}.auth-hub-assign-item-btn,.auth-hub-review-btn{padding:6px 16px;background:linear-gradient(135deg,#e53935,#c62828);color:#fff;border:none;border-radius:6px;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s ease}.auth-hub-assign-item-btn:hover,.auth-hub-review-btn:hover{background:linear-gradient(135deg,#c62828,#b71c1c);transform:translateY(-1px)}.auth-hub-failed-section{border-radius:12px;padding:16px 20px}.auth-hub-failed-section h4{font-size:24px;font-weight:700;color:#1a1a1a;margin:0 0 4px;font-family:Georgia,Times New Roman,Times,serif}.auth-hub-failed-subtitle{font-size:14px;font-weight:400;color:#272323;margin:0 0 16px}.auth-hub-failed-item{border:1px solid #e53935;border-radius:10px;padding:20px;display:flex;justify-content:space-between;align-items:flex-start;gap:16px;font-family:Georgia,Times New Roman,Times,serif;font-weight:400;color:#000}.auth-hub-failed-content h5{font-size:16px;font-weight:700;color:#1a1a1a;margin:0 0 4px}.auth-hub-failed-seller{font-size:12px;margin:0 0 2px}.auth-hub-failed-reason{font-size:12px;margin:0}.auth-hub-failed-actions{display:flex;margin-top:0;gap:10px;flex-shrink:0}.auth-hub-contact-btn{padding:8px 16px;background:#fff;color:#333;border:1px solid #e53935;border-radius:8px;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap}.auth-hub-resubmit-btn{padding:8px 16px;background:#fff;color:#333;border:1px solid black;border-radius:8px;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap}@media(max-width:1200px){.auth-hub-stats-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.auth-hub-stats-grid{grid-template-columns:repeat(2,1fr)}.auth-hub-metrics-grid{grid-template-columns:1fr}.auth-hub-actions{flex-direction:column;align-items:stretch}.auth-hub-filter-dropdown,.auth-hub-assign-btn{width:100%}.auth-hub-table-wrapper{overflow-x:scroll}.auth-hub-table{min-width:1000px}.auth-hub-failed-item{flex-direction:column}.auth-hub-failed-actions{width:100%;flex-direction:column}.auth-hub-contact-btn,.auth-hub-resubmit-btn{width:100%}}@media(max-width:480px){.auth-hub-stat-card h3{font-size:28px}.auth-hub-metric-card h3{font-size:24px}.auth-hub-stats-grid{grid-template-columns:repeat(1,1fr)}}.listings-section-financial{margin-top:30px}.financial-cards .financial-card{flex-grow:1;border:1px solid var(--primary-color);border-radius:15px;padding:20px;box-shadow:0 5px 10px #0003;flex-basis:20%}.financial-cards{display:flex;gap:20px;flex-wrap:wrap}.financial-cards .financial-card .top{display:flex;justify-content:space-between;margin-bottom:15px}.financial-cards .financial-card .top .icon{font-size:25px}.financial-cards .financial-card h5{font-weight:400;font-size:15px}.financial-overview{padding:25px;border:1px solid var(--primary-color);border-radius:20px;margin-top:30px}.financial-overview h2{color:var(--primary-color)}.financial-overview .inner-cards{display:flex;flex-wrap:wrap;gap:30px;margin-top:25px}.financial-overview .inner-cards .card{flex-basis:30%;flex-grow:1;border:1px solid #000;text-align:center;padding:20px;border-radius:15px}.financial-overview .inner-cards .card h3{font-size:24px}.financial-overview .inner-cards .card p{margin-top:8px}:root{--primary-color: #D9464E;--secondary-color: #D9464E33;--text-color: #000}@media only screen and (min-width:100px)and (max-width:1025px){.financial-cards .financial-card{flex-basis:43%}}.cc-page{background:#fff;min-height:100vh;font-family:Georgia,Times New Roman,serif;margin-top:20px}.cc-breadcrumb{font-size:14px;color:#222;margin-bottom:20px}.cc-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:18px;margin-bottom:32px}.cc-stat-card{border:1.5px solid #e53935;border-radius:14px;padding:18px 20px;background:#fff;display:flex;align-items:center;justify-content:space-between;position:relative;transition:all .25s ease}.cc-stat-card:hover{box-shadow:0 6px 18px #e539351f;transform:translateY(-2px)}.cc-stat-card div{display:flex;flex-direction:column;gap:6px}.cc-stat-card h3{font-size:22px;font-weight:700;color:#111;margin:0;font-family:Georgia,Times New Roman,serif}.cc-stat-card p{font-size:14px;color:#000;margin:0;font-family:Georgia,Times New Roman,serif;font-weight:400}.cc-stat-icon{width:26px;height:26px;object-fit:contain;margin-bottom:30px;filter:brightness(0) saturate(100%) invert(20%) sepia(90%) saturate(4000%) hue-rotate(350deg) brightness(90%) contrast(90%)}.cc-section{margin-top:10px}.cc-title{font-size:20px;margin-top:20px;margin-bottom:5px;color:#000;font-family:Georgia,Times New Roman,Times,serif}.cc-subtitle{font-size:13px;color:#000;margin-bottom:14px;font-family:Georgia,Times New Roman,serif}.cc-featured-table-wrapper{overflow-x:auto;margin-bottom:16px}.cc-featured-table{width:100%;border-collapse:separate;border-spacing:0 8px;background:transparent}.cc-featured-table thead{background:linear-gradient(135deg,#e53935,#c62828)}.cc-featured-table thead tr{box-shadow:0 2px 8px #e5393533}.cc-featured-table thead th{padding:14px 12px;text-align:left;font-size:10px;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.5px;position:relative;white-space:nowrap}.cc-featured-table thead th:first-child{border-top-left-radius:10px;border-bottom-left-radius:10px}.cc-featured-table thead th:last-child{border-top-right-radius:10px;border-bottom-right-radius:10px}.cc-featured-table tbody tr{background:#fff;box-shadow:0 4px 6px -2px #00000166;transition:all .3s ease;border-radius:10px}.cc-featured-table tbody td{padding:12px 14px;font-size:13px;color:#221f1f;vertical-align:middle;background:#fff}.cc-featured-table tbody td:first-child{border-top-left-radius:10px;border-bottom-left-radius:10px}.cc-featured-table tbody td:last-child{border-top-right-radius:10px;border-bottom-right-radius:10px}.cc-item-info{display:flex;flex-direction:column;gap:3px;font-family:Georgia,Times New Roman,serif}.cc-item-name{font-weight:200;color:#1a1a1a;margin:0;font-size:16px}.cc-item-type{font-size:11px;color:#221f1f;margin:0}.cc-action-btns{display:flex;gap:6px}.cc-action-btn{width:32px;height:32px;border-radius:6px;border:1px solid #e5e7eb;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer}.cc-action-btn img{width:16px;height:16px;object-fit:contain;filter:brightness(0)}.cc-item-trend-name{font-size:13px;color:#111;font-weight:400;font-family:Georgia,Times New Roman,serif}.cc-item-brand,.cc-item-metrics{font-size:13px;color:#111;font-family:Georgia,Times New Roman,serif}.cc-trend-score-container{display:flex;align-items:center;gap:8px}.cc-trend-bar{width:40px;height:6px;background:#e0e0e0;border-radius:4px;overflow:hidden}.cc-trend-fill{height:100%;background:#e53935;border-radius:4px}.cc-trend-value{font-size:12px;color:#111;font-weight:500}.cc-promote-btn{background:#e53935;color:#fff;border:none;border-radius:4px;padding:8px 16px;font-size:12px;cursor:pointer;transition:background .2s}.cc-promote-btn:hover{background:#c62828}.cc-price{font-size:14px;font-weight:500;color:#1a1a1a;font-family:Georgia,Times New Roman,serif;white-space:nowrap}.cc-drop-header{display:flex;justify-content:space-between;align-items:flex-start;margin-top:40px;margin-bottom:24px}.cc-drop-header h2.cc-title{margin-top:0;margin-bottom:6px;font-size:24px;font-weight:600}.cc-drop-header .cc-subtitle{margin:0;font-size:14px}.cc-create-btn{background:#e53935;color:#fff;border:none;padding:12px 20px;border-radius:8px;font-size:13px;cursor:pointer;box-shadow:0 2px 4px #e5393533;display:flex;align-items:center;gap:8px}.cc-plus-icon{width:18px;height:18px;object-fit:contain;filter:brightness(0) invert(1)}.cc-drop-card{border:1px solid #e53935;border-radius:16px;padding:15px;margin-top:16px;position:relative;background:#fff;font-family:Georgia,Times New Roman,serif}.cc-drop-card h4{font-size:18px;margin:0 0 12px;font-weight:700;color:#111;display:flex;align-items:center}.cc-status-badge{font-size:11px;margin-left:12px;font-weight:500;font-family:Inter,sans-serif}.cc-status-badge.active{color:#2e7d32}.cc-status-badge.scheduled{color:#fbc02d}.cc-drop-desc{font-size:14px;color:#221f1f;margin:0 0 16px}.cc-drop-meta{display:flex;flex-wrap:wrap;gap:24px;row-gap:10px;font-size:13px;color:#111;font-family:Georgia,Times New Roman,serif}.cc-drop-actions{position:absolute;top:50%;transform:translateY(-50%);right:24px;display:flex;gap:12px}.cc-drop-actions .cc-action-btn{width:auto;height:auto;border:none;background:transparent;padding:0}.cc-drop-actions .cc-action-btn img{width:20px;height:20px;filter:brightness(0)}.cc-banners-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;margin-top:26px}.cc-banner-card{border:1px solid #e53935;border-radius:16px;padding:20px;background:#fff}.cc-banner-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.cc-banner-header h4{font-size:16px;margin:0;font-weight:700;font-family:Georgia,Times New Roman,serif}.cc-banner-image-container{width:100%;height:200px;border-radius:12px;overflow:hidden;margin-bottom:12px}.cc-banner-image-container img{width:100%;height:100%;object-fit:cover}.cc-banner-caption{font-size:14px;color:#111;margin:0;font-family:Georgia,Times New Roman,serif}.cc-sort-arrow{margin-left:6px;vertical-align:middle;width:10px;height:10px;filter:brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}.cc-toggle{position:relative;display:inline-block;width:48px;height:24px}.cc-toggle input{opacity:0;width:0;height:0}.cc-toggle-slider{position:absolute;cursor:pointer;inset:0;background-color:#000;transition:.4s;border-radius:24px}.cc-toggle-slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.4s;border-radius:50%}input:checked+.cc-toggle-slider{background-color:#e53935}input:checked+.cc-toggle-slider:before{transform:translate(24px)}.cc-not-positioned{color:#999;font-style:italic;font-size:12px}.cc-action-btn{border:none!important;box-shadow:none!important}.cc-action-btn img{width:20px;height:20px}.cc-drop-card .content{width:80%}@media only screen and (min-width:100px)and (max-width:1025px){.cc-create-btn{padding:8px 10px}.cc-plus-icon{width:15px;height:15px}.cc-drop-header div{flex-basis:65%}}.accordion{background-color:#fff;cursor:pointer;padding:18px;width:100%;border:none;border-radius:10px;outline:none;font-size:15px;transition:.4s;display:flex;justify-content:space-between;box-shadow:0 5px 5px #00000017;margin-bottom:20px;align-items:center;font-weight:700;text-align:left}.panel{padding:0 18px;display:none;background-color:#fff;overflow:hidden}.accordion-item{margin-bottom:30px}.faq-sec{margin-top:25px}.accordion .icons{display:flex;gap:30px;font-size:20px}.faq-title{display:flex;justify-content:space-between}.faq-title button{padding:15px 25px;border-radius:6px;border:0;background-color:var(--primary-color);color:#fff;cursor:pointer}.accordion-item .panel{font-size:15px}
