*{margin:0;padding:0;box-sizing:border-box}:root{--bg-primary: #0F1113;--bg-card: #181b1f;--bg-input: #232629;--text-primary: #ffffff;--text-secondary: rgba(255, 255, 255, .7);--text-muted: rgba(255, 255, 255, .5);--accent-red: #EE3135;--accent-red-hover: #d42a2e;--border-color: rgba(255, 255, 255, .1);--positive: #22c55e;--negative: #ef4444;--neutral: #6b7280}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg-primary);color:var(--text-primary);min-height:100vh;line-height:1.5}.pin-gate{display:flex;align-items:center;justify-content:center;min-height:100vh;background:linear-gradient(135deg,#0a0a0a,#1a1a1a)}.pin-container{text-align:center;padding:60px 40px;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:24px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.pin-logo{font-size:2.5rem;font-weight:800;letter-spacing:.2em;color:var(--accent-red);margin-bottom:8px}.pin-gate h1{font-size:1.25rem;font-weight:500;color:var(--text-primary);margin-bottom:8px;letter-spacing:.05em}.pin-gate p{font-size:.875rem;color:var(--text-muted);margin-bottom:40px}.pin-digits{display:flex;gap:16px;justify-content:center;margin-bottom:24px}.pin-digit{width:56px;height:64px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.75rem;font-weight:600;color:var(--text-primary);transition:all .2s ease}.pin-digit.filled{border-color:var(--accent-red);background:#ee31351a}.pin-hidden-input{position:absolute;opacity:0;pointer-events:none}.pin-error{color:var(--negative);font-size:.875rem;margin-top:16px;animation:shake .3s ease}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-8px)}75%{transform:translate(8px)}}.dashboard{max-width:1400px;margin:0 auto;padding:24px}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;flex-wrap:wrap;gap:16px}.dashboard-header h1{font-size:1.75rem;font-weight:700}.dashboard-header .subtitle{color:var(--text-secondary);font-size:.875rem}.header-actions{display:flex;align-items:center;gap:12px}.refresh-btn{background:var(--bg-card);border:1px solid var(--border-color);border-radius:8px;padding:10px 16px;color:var(--text-primary);font-size:.875rem;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .2s}.refresh-btn:hover{background:var(--bg-input);border-color:var(--accent-red)}.refresh-btn:disabled{opacity:.5;cursor:not-allowed}.period-toggle{display:flex;gap:8px;margin-bottom:24px}.period-toggle button{padding:10px 20px;border-radius:8px;border:1px solid var(--border-color);background:transparent;color:var(--text-secondary);font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.period-toggle button.active{background:var(--accent-red);color:#fff;border-color:var(--accent-red)}.period-toggle button:hover:not(.active){background:var(--bg-card);color:var(--text-primary)}.metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:32px}.metric-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:12px;padding:20px;text-align:center}.metric-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted);margin-bottom:8px}.metric-value{font-size:2rem;font-weight:700;margin-bottom:8px}.metric-change{display:inline-flex;align-items:center;gap:4px;font-size:.875rem;font-weight:500;padding:4px 10px;border-radius:4px}.metric-change.positive{background:#22c55e26;color:var(--positive)}.metric-change.negative{background:#ef444426;color:var(--negative)}.metric-change.neutral{background:#6b728026;color:var(--neutral)}.metric-previous{font-size:.75rem;color:var(--text-muted);margin-top:8px}.chart-section{background:var(--bg-card);border:1px solid var(--border-color);border-radius:12px;padding:24px;margin-bottom:32px}.chart-section h2{font-size:1.125rem;font-weight:600;margin-bottom:20px}.chart-container{width:100%;height:400px}.table-search{position:relative;margin-bottom:16px;display:inline-block}.search-input{width:100%;max-width:300px;padding:12px 40px 12px 16px;background:var(--bg-input);border:1px solid var(--border-color);border-radius:8px;color:var(--text-primary);font-size:.875rem}.search-input:focus{outline:none;border-color:var(--accent-red)}.search-input::placeholder{color:var(--text-muted)}.search-clear{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;color:var(--text-muted);font-size:1.25rem;cursor:pointer;padding:4px;line-height:1}.search-clear:hover{color:var(--text-primary)}.bottom-sections{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:start}.table-section{background:var(--bg-card);border:1px solid var(--border-color);border-radius:12px;padding:24px;overflow-x:auto}.table-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;flex-wrap:wrap;gap:12px}.table-section-header h2{font-size:1.125rem;font-weight:600;margin:0}.table-section h2{font-size:1.125rem;font-weight:600;margin-bottom:20px}.product-table{width:100%;border-collapse:collapse}.product-table th{text-align:left;padding:12px 16px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted);border-bottom:1px solid var(--border-color);cursor:pointer;-webkit-user-select:none;user-select:none}.product-table th:hover{color:var(--text-primary)}.product-table th.numeric{text-align:right}.product-table td{padding:16px;border-bottom:1px solid var(--border-color);vertical-align:middle}.product-table td.numeric{text-align:right;font-variant-numeric:tabular-nums}.product-table tr:last-child td{border-bottom:none}.product-table tr:hover{background:#ffffff05}.product-cell{display:flex;align-items:center;gap:12px}.product-thumbnail{width:48px;height:48px;border-radius:6px;object-fit:cover;background:var(--bg-input)}.product-name{font-weight:500}.product-link{font-weight:500;color:var(--text-primary);text-decoration:none;transition:color .2s}.product-link:hover{color:var(--accent-red);text-decoration:underline}.product-rank{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:var(--bg-input);border-radius:6px;font-size:.875rem;font-weight:600;color:var(--text-secondary);flex-shrink:0}.trend-arrow{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:6px;font-size:1rem;font-weight:600}.trend-arrow.up{background:#22c55e26;color:var(--positive)}.trend-arrow.down{background:#ef444426;color:var(--negative)}.trend-arrow.stable{background:#6b728026;color:var(--neutral)}.week-trend-chart{height:500px}.change-badge{font-size:.875rem;font-weight:500}.change-badge.positive{color:var(--positive)}.change-badge.negative{color:var(--negative)}.change-badge.neutral{color:var(--neutral)}.loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:16px}.spinner{width:40px;height:40px;border:3px solid var(--border-color);border-top-color:var(--accent-red);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.error-state{background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:12px;padding:24px;text-align:center}.error-state h3{color:var(--negative);margin-bottom:8px}.error-state button{margin-top:16px;background:var(--accent-red);color:#fff;border:none;border-radius:8px;padding:10px 20px;font-weight:500;cursor:pointer}.empty-state{text-align:center;padding:60px 20px;color:var(--text-secondary)}.top-sellers{margin-bottom:32px}.top-sellers h2{font-size:1.125rem;font-weight:600;margin-bottom:16px;color:var(--text-primary)}.top-sellers-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.top-seller-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:12px;padding:20px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:8px}.top-seller-card .rank{font-size:1.5rem;font-weight:700;color:var(--accent-red)}.top-seller-card .product-image{width:80px;height:80px;object-fit:cover;border-radius:8px;background:var(--bg-input)}.top-seller-card .product-image.placeholder{display:block}.top-seller-card .product-title{display:block;font-weight:600;color:var(--text-primary);text-decoration:none;font-size:.875rem;line-height:1.3}.top-seller-card .product-title:hover{color:var(--accent-red);text-decoration:underline}.top-seller-card .units{color:var(--text-muted);font-size:1.25rem;font-weight:600}.top-seller-card .change{font-size:.875rem;font-weight:500;padding:2px 8px;border-radius:4px}.top-seller-card .change.positive{background:#22c55e26;color:var(--positive)}.top-seller-card .change.negative{background:#ef444426;color:var(--negative)}.fbt-section{background:var(--bg-card);border:1px solid var(--border-color);border-radius:16px;padding:28px;margin-bottom:0}.fbt-section h2{font-size:1rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:4px}.fbt-subtitle{font-size:.875rem;color:var(--text-muted);margin-bottom:20px}.fbt-list{display:flex;flex-direction:column;gap:12px}.fbt-pair{display:flex;align-items:center;gap:20px;padding:16px;background:#ffffff05;border-radius:12px;transition:background .2s}.fbt-pair:hover{background:#ffffff0d}.fbt-products{display:flex;align-items:center;gap:10px;flex-shrink:0}.fbt-image{width:48px;height:48px;border-radius:8px;object-fit:cover;background:var(--bg-input)}.fbt-image.placeholder{display:block}.fbt-products .plus,.fbt-info .plus-text{font-size:1.25rem;color:var(--text-muted);font-weight:400}.fbt-info{display:flex;align-items:center;gap:8px;flex:1;min-width:0;flex-wrap:wrap}.fbt-link{color:var(--text-primary);text-decoration:none;font-size:.9rem;font-weight:500;transition:color .2s}.fbt-link:hover{color:var(--accent-red);text-decoration:underline}.fbt-count{margin-left:auto;color:var(--accent-red);font-weight:600;font-size:.9rem;padding:6px 12px;background:#ee31351a;border-radius:6px;white-space:nowrap}.line-chart-container{width:100%}.chart-legend-container{margin-top:24px;padding-top:20px;border-top:1px solid var(--border-color)}.legend-show-all{background:var(--bg-input);border:1px solid var(--border-color);border-radius:6px;padding:8px 16px;color:var(--text-secondary);font-size:.875rem;cursor:pointer;margin-bottom:16px;transition:all .2s}.legend-show-all:hover{background:var(--accent-red);border-color:var(--accent-red);color:#fff}.chart-legend{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:8px}.legend-item{display:flex;align-items:center;gap:10px;padding:10px 14px;background:transparent;border:1px solid var(--border-color);border-radius:8px;cursor:pointer;transition:all .2s;text-align:left}.legend-item:hover{background:var(--bg-input);border-color:var(--accent-red)}.legend-item.active{background:#ffffff0d}.legend-item.inactive{opacity:.4}.legend-item.inactive:hover{opacity:1}.legend-dot{width:12px;height:12px;border-radius:50%;flex-shrink:0}.legend-title{font-size:.9rem;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.trend-up{color:var(--positive);font-weight:600}.trend-down{color:var(--negative);font-weight:600}.trend-stable{color:var(--neutral);font-weight:600}.chart-tooltip{background:#1a1a1a;border:1px solid #333;border-radius:8px;padding:12px;min-width:180px;max-width:280px}.tooltip-date{font-weight:600;margin-bottom:10px;color:#fff;font-size:.875rem}.tooltip-row{display:flex;align-items:center;gap:8px;margin-bottom:6px}.tooltip-row:last-child{margin-bottom:0}.tooltip-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.tooltip-name{flex:1;font-size:.813rem;color:#ccc;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tooltip-value{font-weight:600;font-size:.813rem;color:#fff}.data-section{margin-bottom:32px}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;flex-wrap:wrap;gap:16px}.section-header h2{font-size:1.25rem;font-weight:600;margin:0}.product-trend-section{background:var(--bg-card);border:1px solid var(--border-color);border-radius:12px;padding:24px;margin-bottom:32px}.product-trend-section h2{font-size:1.125rem;font-weight:600;margin-bottom:4px}.section-subtitle{color:var(--text-muted);font-size:.875rem;margin-bottom:20px}.trend-controls{display:flex;flex-wrap:wrap;gap:16px;align-items:flex-start;margin-bottom:24px}.product-search-autocomplete{position:relative;flex:1;min-width:250px;max-width:400px}.autocomplete-input{width:100%;padding:12px 16px;background:var(--bg-input);border:1px solid var(--border-color);border-radius:8px;color:var(--text-primary);font-size:.875rem}.autocomplete-input:focus{outline:none;border-color:var(--accent-red)}.autocomplete-input::placeholder{color:var(--text-muted)}.autocomplete-input:disabled{opacity:.5;cursor:not-allowed}.autocomplete-dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;background:var(--bg-card);border:1px solid var(--border-color);border-radius:8px;max-height:320px;overflow-y:auto;z-index:100;box-shadow:0 4px 12px #0000004d}.autocomplete-item{display:flex;align-items:center;gap:12px;padding:10px 14px;cursor:pointer;transition:background .15s}.autocomplete-item:hover,.autocomplete-item.highlighted{background:var(--bg-input)}.autocomplete-item img{width:32px;height:32px;border-radius:4px;object-fit:cover;background:var(--bg-input)}.autocomplete-item-placeholder{width:32px;height:32px;border-radius:4px;background:var(--bg-input)}.autocomplete-item-name{flex:1;font-size:.875rem;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.autocomplete-item-units{font-size:.75rem;color:var(--text-muted);white-space:nowrap}.selected-products{display:flex;flex-wrap:wrap;gap:8px;flex:1}.product-tag{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;background:#ffffff0d;border:1px solid var(--border-color);border-radius:20px;font-size:.813rem;color:var(--text-primary)}.product-tag-dot{width:8px;height:8px;border-radius:50%}.product-tag button{background:none;border:none;color:var(--text-muted);cursor:pointer;padding:0;font-size:1rem;line-height:1;margin-left:4px}.product-tag button:hover{color:var(--accent-red)}.timeframe-toggle{display:flex;gap:4px;background:var(--bg-input);padding:4px;border-radius:8px;flex-shrink:0}.timeframe-toggle button{padding:8px 14px;border-radius:6px;border:none;background:transparent;color:var(--text-secondary);font-size:.813rem;font-weight:500;cursor:pointer;transition:all .15s}.timeframe-toggle button.active{background:var(--accent-red);color:#fff}.timeframe-toggle button:hover:not(.active){color:var(--text-primary)}.trend-chart-container{margin-top:20px}.trend-cards-section{margin-top:24px;padding-top:20px;border-top:1px solid var(--border-color)}.trend-cards-label{font-size:.813rem;color:var(--text-muted);margin-bottom:12px}.trend-cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:10px}.trend-card-toggle{background:#ffffff08;border:1px solid var(--border-color);border-radius:10px;padding:14px;cursor:pointer;transition:all .2s;text-align:left}.trend-card-toggle:hover{background:#ffffff0f;border-color:var(--accent-red)}.trend-card-toggle.active{background:#ffffff0d;border-color:#ee313580}.trend-card-toggle.inactive{opacity:.5}.trend-card-toggle.inactive:hover{opacity:1}.autocomplete-item-check{color:var(--positive);font-size:.875rem;font-weight:600;flex-shrink:0}.trend-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;margin-top:20px;padding-top:20px;border-top:1px solid var(--border-color)}.trend-card{background:#ffffff08;border-radius:8px;padding:16px}.trend-card-header{display:flex;align-items:center;gap:8px;margin-bottom:8px}.trend-card-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.trend-card-title{font-size:.875rem;font-weight:500;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.trend-card-value{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin-bottom:4px}.trend-card-change{font-size:.813rem;font-weight:500}.trend-card-change.positive{color:var(--positive)}.trend-card-change.negative{color:var(--negative)}.trend-card-change.neutral{color:var(--neutral)}.trend-empty{padding:60px 20px;text-align:center;color:var(--text-muted);border:2px dashed var(--border-color);border-radius:12px;margin-top:20px}@media(max-width:1024px){.bottom-sections{grid-template-columns:1fr}}@media(max-width:768px){.dashboard{padding:16px}.metrics-grid{grid-template-columns:repeat(2,1fr)}.metric-value{font-size:1.5rem}.chart-container{height:300px}.dashboard-header{flex-direction:column;align-items:flex-start}.top-sellers-grid{grid-template-columns:1fr;gap:12px}.top-seller-card{flex-direction:row;text-align:left;padding:16px}.top-seller-card .rank{font-size:1.25rem}.top-seller-card .product-image{width:60px;height:60px}.top-seller-card .units{font-size:1rem}.fbt-pair{flex-wrap:wrap}.fbt-info{flex-basis:100%;margin-top:8px}.fbt-count{margin-left:0;margin-top:8px;flex-basis:100%}.chart-legend{grid-template-columns:1fr;gap:8px}.legend-title{max-width:200px}.table-search{display:block}.search-input{max-width:100%}.pin-container{padding:40px 24px;margin:16px}.pin-digits{gap:10px}.pin-digit{width:48px;height:56px;font-size:1.5rem}.pin-logo{font-size:2rem}.section-header{flex-direction:column;align-items:flex-start}.section-header .period-toggle{width:100%}.section-header .period-toggle button{flex:1;text-align:center}.trend-controls{flex-direction:column}.product-search-autocomplete{max-width:100%;width:100%}.timeframe-toggle{width:100%}.timeframe-toggle button{flex:1;text-align:center}.trend-summary{grid-template-columns:1fr}.trend-cards-grid{grid-template-columns:repeat(2,1fr)}.table-section-header{flex-direction:column;align-items:flex-start}.table-section-header .period-toggle{width:100%}.table-section-header .period-toggle button{flex:1;text-align:center}}
