@import"https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700&display=swap";.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#c19a6b1a,#c19a6b0d);padding:24px}.login-box{background:var(--bg-white);border-radius:16px;padding:48px;width:100%;max-width:420px;box-shadow:var(--shadow-lg);border:1px solid var(--border-color)}.login-box h1{font-size:32px;font-weight:700;color:var(--primary-color);margin-bottom:8px;text-align:center}.login-box h2{font-size:24px;font-weight:600;color:var(--text-dark);margin-bottom:32px;text-align:center}.form-group{margin-bottom:24px}.form-group label{display:block;font-size:14px;font-weight:500;color:var(--text-dark);margin-bottom:8px}.form-group input{width:100%;padding:12px 16px;border:1px solid var(--border-color);border-radius:8px;font-size:15px;transition:all .2s ease;background:var(--bg-white);color:var(--text-dark)}.form-group input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #c19a6b1a}.login-box button[type=submit]{width:100%;padding:14px;background:var(--primary-color);color:var(--bg-white);border-radius:8px;font-size:16px;font-weight:600;margin-top:8px;transition:all .2s ease}.login-box button[type=submit]:hover{background:#a8825a;transform:translateY(-1px);box-shadow:var(--shadow)}.login-box button[type=submit]:disabled{opacity:.6;cursor:not-allowed;transform:none}.error{background:#fee;color:#c33;padding:12px 16px;border-radius:8px;margin-bottom:24px;border:1px solid #fcc;font-size:14px}.login-info{margin-top:32px;padding-top:24px;border-top:1px solid var(--border-color);text-align:center;color:var(--text-light);font-size:14px}.login-info p{margin-bottom:8px}.login-info strong{color:var(--text-dark);font-weight:600}@media (max-width: 480px){.login-box{padding:32px 24px}.login-box h1{font-size:28px}.login-box h2{font-size:20px}}.dashboard-container{padding:24px;max-width:1400px;margin:0 auto}.dashboard-header{margin-bottom:32px}.dashboard-header h2{font-size:28px;font-weight:600;color:var(--text-dark);margin-bottom:8px}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;margin-bottom:32px}.stat-card{background:var(--bg-white);border:1px solid var(--border-color);border-radius:16px;padding:24px;display:flex;align-items:flex-start;gap:18px;transition:all .3s ease;box-shadow:0 2px 8px #0000000a;position:relative;overflow:hidden;min-height:120px}.stat-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--primary-color);opacity:0;transition:opacity .3s ease}.stat-card:hover{box-shadow:0 4px 16px #0000001a;transform:translateY(-4px);border-color:var(--primary-color)}.stat-card:hover:before{opacity:1}.stat-icon{width:52px;height:52px;border-radius:12px;background:#c19a6b1f;display:flex;align-items:center;justify-content:center;color:var(--primary-color);flex-shrink:0;transition:all .3s ease}.stat-icon svg{width:24px;height:24px}.stat-card:hover .stat-icon{background:#c19a6b33;transform:scale(1.05)}.stat-content{flex:1;min-width:0;overflow:hidden}.stat-content h3{font-size:12px;font-weight:500;color:var(--text-light);margin-bottom:10px;text-transform:uppercase;letter-spacing:.5px;font-family:Rubik,sans-serif;line-height:1.3}.stat-value{font-size:20px;font-weight:700;color:var(--text-dark);line-height:1.2;font-family:Rubik,sans-serif;word-break:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.stat-card-products .stat-icon,.stat-card-categories .stat-icon,.stat-card-brands .stat-icon,.stat-card-earning .stat-icon,.stat-card-date .stat-icon{background:#c19a6b1f}.loading-container,.error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:16px}.spinner{width:48px;height:48px;border:4px solid var(--border-color);border-top-color:var(--primary-color);border-radius:50%;animation:spin 1s linear infinite}.error-container p{color:var(--text-light);margin-bottom:8px}.error-container button{padding:10px 20px;background:var(--primary-color);color:var(--bg-white);border-radius:6px;font-weight:500}@media (max-width: 1200px){.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.dashboard-container{padding:20px}.dashboard-header h2{font-size:24px}.stats-grid{grid-template-columns:1fr;gap:16px}.stat-card{padding:20px;gap:16px;min-height:auto}.stat-icon{width:48px;height:48px}.stat-icon svg{width:22px;height:22px}.stat-content h3{font-size:11px;margin-bottom:8px}.stat-value{font-size:24px}}@media (max-width: 480px){.dashboard-container{padding:16px}.dashboard-header{margin-bottom:24px}.dashboard-header h2{font-size:20px}.subtitle{font-size:13px}.stats-grid{gap:14px}.stat-card{padding:18px;gap:14px;min-height:auto}.stat-icon{width:44px;height:44px}.stat-icon svg{width:20px;height:20px}.stat-content h3{font-size:11px;margin-bottom:8px}.stat-value{font-size:20px}}.products-container{padding:32px 24px 24px;max-width:1400px;margin:0 auto;width:100%;box-sizing:border-box;overflow-x:hidden}.products-header{margin-bottom:32px}.products-header h2{font-size:28px;font-weight:600;color:var(--text-dark);margin-bottom:8px}.subtitle{color:var(--text-light);font-size:15px}.filters-section{display:flex;gap:16px;margin-bottom:24px;flex-wrap:wrap}.filter-group{flex:1;min-width:200px;position:relative}.filter-group label{display:block;font-size:14px;font-weight:500;color:var(--text-dark);margin-bottom:8px}.multi-select{position:relative}.multi-select-trigger{width:100%;padding:10px 12px;border:1px solid var(--border-color);border-radius:6px;font-size:14px;background:var(--bg-white);color:var(--text-dark);cursor:pointer;display:flex;align-items:center;justify-content:space-between;transition:all .2s ease}.multi-select-trigger:hover{border-color:var(--primary-color)}.multi-select-trigger:after{content:"▼";font-size:10px;color:var(--text-light);transition:transform .2s ease;margin-left:auto}.multi-select-trigger.active{border-color:var(--primary-color);box-shadow:0 0 0 3px #c19a6b1a}.multi-select-trigger.active:after{transform:rotate(180deg)}.multi-select-dropdown{position:absolute;top:100%;left:0;right:0;margin-top:4px;background:var(--bg-white);border:1px solid var(--border-color);border-radius:6px;box-shadow:var(--shadow-lg);max-height:400px;overflow-y:auto;overflow-x:hidden;z-index:100;display:flex;flex-direction:column;-webkit-overflow-scrolling:touch}.multi-select-dropdown::-webkit-scrollbar{width:8px}.multi-select-dropdown::-webkit-scrollbar-track{background:var(--bg-light);border-radius:4px}.multi-select-dropdown::-webkit-scrollbar-thumb{background:var(--primary-color);border-radius:4px}.multi-select-dropdown::-webkit-scrollbar-thumb:hover{background:#c19a6bcc}.search-input-wrapper{padding:8px;border-bottom:1px solid var(--border-color);position:sticky;top:0;background:var(--bg-white);z-index:1}.search-input{width:100%;padding:8px 12px;border:1px solid var(--border-color);border-radius:6px;font-size:14px;font-family:Rubik,sans-serif;outline:none;transition:border-color .2s ease}.search-input:focus{border-color:var(--primary-color)}.dropdown-options{max-height:350px;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}.dropdown-options::-webkit-scrollbar{width:8px}.dropdown-options::-webkit-scrollbar-track{background:var(--bg-light);border-radius:4px}.dropdown-options::-webkit-scrollbar-thumb{background:var(--primary-color);border-radius:4px}.dropdown-options::-webkit-scrollbar-thumb:hover{background:#c19a6bcc}.single-select-option{padding:10px 12px;cursor:pointer;transition:background .2s ease;font-size:14px;color:var(--text-dark);border-bottom:1px solid var(--bg-light)}.single-select-option:hover{background:var(--bg-light)}.single-select-option.selected{background:#c19a6b1a;color:var(--primary-color);font-weight:500}.no-results{padding:16px;text-align:center;color:var(--text-light);font-size:14px}.error-message{padding:12px 16px;background:#fee;color:#c33;border-radius:6px;margin-bottom:24px;border:1px solid #fcc}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px;gap:16px;color:var(--text-light)}.spinner{width:40px;height:40px;border:3px solid var(--border-color);border-top-color:var(--primary-color);border-radius:50%;animation:spin 1s linear infinite}.products-table-container{background:var(--bg-white);border:1px solid var(--border-color);border-radius:12px;overflow-x:auto;overflow-y:visible;box-shadow:var(--shadow);width:100%;box-sizing:border-box}.products-table{width:100%;border-collapse:collapse;table-layout:auto;min-width:100%}.products-table thead{background:var(--bg-light)}.products-table th{padding:16px;text-align:left;font-size:13px;font-weight:600;color:var(--text-dark);text-transform:uppercase;letter-spacing:.5px;border-bottom:2px solid var(--border-color)}.products-table td{padding:14px 16px;border-bottom:1px solid var(--border-color);font-size:14px;color:var(--text-dark)}.products-table tbody tr:hover{background:var(--bg-light)}.products-table tbody tr:last-child td{border-bottom:none}.name-cell{max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-name-link{color:var(--text-dark);text-decoration:underline;text-decoration-color:var(--primary-color);text-underline-offset:3px;transition:all .2s ease;cursor:pointer}.product-name-link:hover{color:var(--primary-color);text-decoration-color:var(--primary-color)}.earning-cell{font-weight:600;color:var(--primary-color)}.no-data{text-align:center;padding:48px!important;color:var(--text-light);font-style:italic}@media (max-width: 1024px){.products-table-container{overflow-x:auto;-webkit-overflow-scrolling:touch}.products-table{min-width:900px}.products-table th,.products-table td{padding:12px 10px;font-size:13px}}@media (max-width: 768px){.products-container{padding:24px 16px 16px}.products-header h2{font-size:24px}.filters-section{flex-direction:column;gap:12px}.filter-group{min-width:100%}.multi-select-dropdown{max-height:250px}.products-table-container{border-radius:8px}.products-table{min-width:800px;font-size:12px}.products-table th,.products-table td{padding:10px 8px;font-size:12px}.stat-value{font-size:20px}}@media (max-width: 480px){.products-container{padding:20px 12px 12px}.products-header{margin-bottom:20px}.products-header h2{font-size:20px}.subtitle{font-size:13px}.products-table{min-width:700px}.products-table th,.products-table td{padding:8px 6px;font-size:11px}}.analytics-page{padding:2rem;max-width:1400px;margin:0 auto}.analytics-header{margin-bottom:2rem}.analytics-header h1{font-size:2rem;font-weight:700;color:#1a1a1a;margin-bottom:.5rem}.analytics-header p{color:#666;font-size:1rem}.analytics-content{display:flex;flex-direction:column;gap:2rem}.date-selector{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f8f9fa;border-radius:8px;margin-bottom:1rem}.date-selector label{font-weight:500;color:#333}.date-selector select{padding:.5rem 1rem;border:1px solid #ddd;border-radius:6px;font-size:.95rem;background:#fff;cursor:pointer}.analytics-section{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px #0000001a}.analysis-options{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem;padding:1rem;background:#f8f9fa;border-radius:8px}.option-group{display:flex;align-items:center;gap:.5rem}.option-group label{display:flex;align-items:center;gap:.5rem;font-size:.95rem;color:#333;cursor:pointer}.option-group input[type=checkbox]{width:18px;height:18px;cursor:pointer}.option-group input[type=number]{border:1px solid #ddd;border-radius:4px;padding:.25rem .5rem}.section-header{margin-bottom:1.5rem}.section-header h2{font-size:1.5rem;font-weight:600;color:#1a1a1a;margin-bottom:.5rem}.section-header p{color:#666;font-size:.95rem}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s ease;box-shadow:0 4px 6px #667eea4d}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 12px #667eea66}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-secondary{background:#f8f9fa;color:#333;border:1px solid #ddd;padding:.5rem 1rem;border-radius:6px;font-size:.9rem;cursor:pointer;transition:all .2s ease}.btn-secondary:hover{background:#e9ecef;border-color:#adb5bd}.spinner{display:inline-block;width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.product-research-input{display:flex;gap:1rem;margin-bottom:1rem}.product-research-input input{flex:1;padding:.75rem 1rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:border-color .3s ease}.product-research-input input:focus{outline:none;border-color:#667eea}.product-research-input input:disabled{background:#f5f5f5;cursor:not-allowed}.error-message{background:#fee;color:#c33;padding:1rem;border-radius:8px;border-left:4px solid #c33;margin-top:1rem}.analysis-result{margin-top:2rem;background:#f8f9fa;border-radius:12px;padding:1.5rem;border:1px solid #e0e0e0}.result-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;border-bottom:2px solid #e0e0e0}.result-header h3{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin:0}.result-content{color:#333;line-height:1.8;font-size:.95rem}.result-line{margin:.5rem 0;white-space:pre-wrap;word-wrap:break-word}.markdown-h4{font-size:1.1rem;font-weight:600;color:#667eea;margin:1.5rem 0 .75rem;padding-top:1rem;border-top:1px solid #e0e0e0}.markdown-h5{font-size:1rem;font-weight:600;color:#764ba2;margin:1rem 0 .5rem}.result-content strong{color:#1a1a1a;font-weight:700}.result-content em{color:#666;font-style:italic}.result-content h1,.result-content h2,.result-content h3,.result-content h4,.result-content h5,.result-content h6{margin-top:1.5rem;margin-bottom:.75rem;font-weight:600;line-height:1.3}.result-content h1{font-size:1.75rem;color:#667eea;border-bottom:2px solid #e0e0e0;padding-bottom:.5rem}.result-content h2{font-size:1.5rem;color:#764ba2;border-bottom:1px solid #e0e0e0;padding-bottom:.3rem}.result-content h3{font-size:1.25rem;color:#667eea}.result-content h4{font-size:1.1rem;color:#764ba2}.result-content ul,.result-content ol{margin:.75rem 0;padding-left:2rem}.result-content li{margin:.5rem 0;line-height:1.6}.result-content code{background:#f4f4f4;padding:.2rem .4rem;border-radius:3px;font-family:Courier New,monospace;font-size:.9em}.result-content pre{background:#f4f4f4;padding:1rem;border-radius:6px;overflow-x:auto;margin:1rem 0}.result-content blockquote{border-left:4px solid #667eea;padding-left:1rem;margin:1rem 0;color:#666;font-style:italic}.result-content a{color:#667eea;text-decoration:none}.result-content a:hover{text-decoration:underline}@media (max-width: 768px){.analytics-page{padding:1rem}.analytics-section{padding:1.5rem}.product-research-input{flex-direction:column}.result-header{flex-direction:column;align-items:flex-start;gap:1rem}}.sidebar-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:998;display:none}@media (max-width: 768px){.sidebar-overlay{display:block}}.sidebar{position:fixed;left:0;top:0;height:100vh;width:260px;background:var(--bg-white);border-right:1px solid var(--border-color);z-index:999;transform:translate(-100%);transition:transform .3s ease;display:flex;flex-direction:column}.sidebar.open{transform:translate(0)}@media (min-width: 769px){.sidebar{transform:translate(0)}}.sidebar-header{padding:24px 20px;border-bottom:1px solid var(--border-color)}.sidebar-header h2{font-size:24px;font-weight:600;color:var(--primary-color)}.sidebar-nav{flex:1;padding:16px 0;overflow-y:auto}.nav-item{display:flex;align-items:center;gap:12px;padding:14px 20px;color:var(--text-light);transition:all .2s ease;border-left:3px solid transparent}.nav-item:hover{background:var(--bg-light);color:var(--text-dark)}.nav-item.active{background:#c19a6b1a;color:var(--primary-color);border-left-color:var(--primary-color);font-weight:500}.nav-item svg{flex-shrink:0}.nav-item span{font-size:15px}.navbar{position:fixed;top:0;left:0;right:0;height:64px;background:var(--bg-white);border-bottom:1px solid var(--border-color);display:flex;align-items:center;padding:0 24px;z-index:997;box-shadow:var(--shadow)}.menu-toggle{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:transparent;color:var(--text-dark);margin-right:16px}@media (min-width: 769px){.menu-toggle{display:none}}.navbar-title{flex:1;font-size:20px;font-weight:600;color:var(--text-dark)}.logout-btn{display:flex;align-items:center;gap:8px;padding:8px 16px;background:transparent;color:var(--text-light);font-size:14px;border:1px solid var(--border-color);border-radius:6px;transition:all .2s ease}.logout-btn:hover{background:var(--bg-light);color:var(--text-dark);border-color:var(--primary-color)}.logout-btn svg{flex-shrink:0}.app-layout{min-height:100vh;display:flex;background:var(--bg-light)}.main-content{flex:1;margin-left:260px;margin-top:64px;padding:0;min-height:calc(100vh - 64px);transition:margin-left .3s ease;overflow-x:hidden;width:calc(100% - 260px);box-sizing:border-box}@media (max-width: 768px){.main-content{margin-left:0;padding-top:0;width:100%}}.main-content>*{padding-top:0}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #C19A6B;--text-dark: #000;--text-light: #666;--bg-white: #FFF;--bg-light: #F8F9FA;--border-color: #E0E0E0;--shadow: 0 2px 8px rgba(0, 0, 0, .1);--shadow-lg: 0 4px 16px rgba(0, 0, 0, .15)}body{font-family:Rubik,sans-serif;color:var(--text-dark);background-color:var(--bg-light);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}#root{min-height:100vh}button{font-family:Rubik,sans-serif;cursor:pointer;border:none;outline:none;transition:all .2s ease}button:hover{opacity:.9}button:active{transform:scale(.98)}input,select{font-family:Rubik,sans-serif}a{text-decoration:none;color:inherit}
