@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--color-bg-dark:#09090b;--color-surface-dark:#18181b;--color-surface-border:#27272a;--color-accent-primary:#0ea5e9;--color-accent-secondary:#8b5cf6;--color-accent-danger:#ef4444;--color-accent-success:#10b981;--color-accent-warning:#f59e0b;--color-text-primary:#f8fafc;--color-text-secondary:#94a3b8;--color-text-muted:#64748b;--font-primary:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-primary);background-color:var(--color-bg-dark);color:var(--color-text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5}.glass-panel{-webkit-backdrop-filter:blur(12px);border:1px solid var(--color-surface-border);background:#18181b99;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--color-bg-dark)}::-webkit-scrollbar-thumb{background:var(--color-surface-border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--color-text-muted)}h1,h2,h3,h4,h5,h6{letter-spacing:-.025em;color:var(--color-text-primary);font-weight:600}button{cursor:pointer;border:none;outline:none;font-family:inherit}.camera-feed{flex-direction:column;height:100%;display:flex;overflow:hidden}.camera-header{border-bottom:1px solid var(--color-surface-border);background:#0006;justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex}.camera-info{align-items:center;gap:.5rem;display:flex}.live-indicator{background-color:var(--color-accent-danger);width:8px;height:8px;box-shadow:0 0 8px var(--color-accent-danger);border-radius:50%;animation:2s infinite pulse-live}@keyframes pulse-live{0%{opacity:1}50%{opacity:.3}to{opacity:1}}.camera-name{color:var(--color-text-primary);font-size:.9rem;font-weight:600}.camera-location{color:var(--color-text-muted);font-size:.8rem}.camera-view{background:#000;flex:1;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.camera-image{object-fit:cover;opacity:.8;width:100%;height:100%}.detections-overlay{pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.bounding-box{border:2px solid #0000;border-radius:4px;transition:all .3s;position:absolute}.bounding-box.type-success{border-color:var(--color-accent-success);background:#10b9811a}.bounding-box.type-warning{border-color:var(--color-accent-warning);background:#f59e0b1a}.bounding-box.type-danger{border-color:var(--color-accent-danger);background:#ef444433}.bounding-box.pulse{animation:1.5s infinite box-pulse}@keyframes box-pulse{0%{box-shadow:0 0 #ef4444b3}70%{box-shadow:0 0 0 10px #ef444400}to{box-shadow:0 0 #ef444400}}.box-label{background:inherit;color:#fff;white-space:nowrap;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid inherit;border-radius:4px 4px 4px 0;padding:2px 6px;font-size:.7rem;font-weight:600;position:absolute;top:-24px;left:-2px}.type-success .box-label{background:var(--color-accent-success);border-color:var(--color-accent-success)}.type-warning .box-label{background:var(--color-accent-warning);border-color:var(--color-accent-warning)}.type-danger .box-label{background:var(--color-accent-danger);border-color:var(--color-accent-danger)}.planogram-box{pointer-events:none;z-index:5;background:#0ea5e90d;border:2px dashed #0ea5e9cc;position:absolute}.planogram-label{color:#fff;white-space:nowrap;background:#0ea5e9cc;padding:2px 4px;font-size:10px;position:absolute;top:-20px;left:-2px}.event-ticker{background:#09090bcc;flex-direction:column;height:100%;display:flex;overflow:hidden}.ticker-header{border-bottom:1px solid var(--color-surface-border);background:#18181b66;align-items:center;gap:.5rem;padding:1rem;display:flex}.ticker-header h3{color:var(--color-text-primary);margin:0;font-size:1rem;font-weight:500}.text-accent-primary{color:var(--color-accent-primary)}.ticker-content{flex:1;padding:1rem;font-family:JetBrains Mono,Fira Code,monospace;font-size:.85rem;overflow-y:auto}.empty-state{color:var(--color-text-muted);text-align:center;padding:2rem 0;font-style:italic}.event-list{flex-direction:column;gap:.5rem;display:flex}.event-item{background:#ffffff08;border-left:2px solid #0000;border-radius:4px;gap:.75rem;padding:.5rem;animation:.3s ease-out forwards slide-in;display:flex}@keyframes slide-in{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.event-time{color:var(--color-text-muted);min-width:70px}.event-source{color:var(--color-accent-primary);min-width:100px;font-weight:500}.event-message{color:var(--color-text-secondary);flex:1}.event-item.type-info{border-left-color:var(--color-accent-primary)}.event-item.type-warning{border-left-color:var(--color-accent-warning)}.event-item.type-warning .event-message{color:var(--color-accent-warning)}.event-item.type-danger{border-left-color:var(--color-accent-danger)}.event-item.type-danger .event-message{color:var(--color-accent-danger);font-weight:500}.event-item.type-success{border-left-color:var(--color-accent-success)}.event-item.type-success .event-message{color:var(--color-accent-success)}.task-dispatch{background:#09090bcc;flex-direction:column;height:100%;display:flex;overflow:hidden}.task-header{border-bottom:1px solid var(--color-surface-border);background:#18181b66;align-items:center;gap:.5rem;padding:1rem;display:flex}.task-header h3{color:var(--color-text-primary);flex:1;margin:0;font-size:1rem;font-weight:500}.text-accent-secondary{color:var(--color-accent-secondary)}.task-count{background:var(--color-accent-secondary);color:#fff;border-radius:12px;padding:2px 8px;font-size:.75rem;font-weight:600}.task-content{-ms-overflow-style:none;scrollbar-width:none;flex:1;padding:1rem;overflow-y:auto}.task-content::-webkit-scrollbar{display:none}.task-list{flex-direction:column;gap:1rem;display:flex}.task-card{border:1px solid var(--color-surface-border);background:#18181b99;border-radius:8px;flex-direction:column;gap:.75rem;padding:1rem;transition:transform .2s,box-shadow .2s;animation:.4s ease-out forwards fade-in;display:flex}@keyframes fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.task-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003}.task-card.priority-high{border-left:3px solid var(--color-accent-danger)}.task-card.priority-medium{border-left:3px solid var(--color-accent-warning)}.task-card.priority-low{border-left:3px solid var(--color-accent-success)}.task-card-header{justify-content:space-between;align-items:flex-start;display:flex}.task-title-group{align-items:center;gap:.5rem;display:flex}.task-title-group h4{color:var(--color-text-primary);margin:0;font-size:.95rem}.task-location{color:var(--color-text-muted);background:#ffffff0d;border-radius:4px;padding:2px 6px;font-size:.75rem}.task-desc{color:var(--color-text-secondary);margin:0;font-size:.85rem;line-height:1.4}.task-actions{gap:.5rem;margin-top:.25rem;display:flex}.task-actions button{border-radius:4px;padding:.4rem .75rem;font-size:.75rem;font-weight:500;transition:all .2s}.btn-assign{background:var(--color-accent-primary);color:#fff}.btn-assign:hover{background:#0284c7}.btn-dismiss{color:var(--color-text-muted);border:1px solid var(--color-surface-border);background:0 0}.btn-dismiss:hover{color:var(--color-text-primary);background:#ffffff0d}.command-center{grid-template-columns:2fr 1fr;gap:1.5rem;height:calc(100vh - 180px);padding:1.5rem;display:grid}.camera-grid{grid-template-rows:repeat(2,1fr);grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.side-panel{flex-direction:column;gap:1.5rem;height:100%;min-height:0;display:flex}.panel-section{flex:1;min-height:0}@media (width<=1024px){.command-center{grid-template-columns:1fr;height:auto}.camera-grid{height:60vh}.side-panel{height:80vh}}.store-layout-container{flex-direction:column;height:100%;display:flex}.layout-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.layout-header h3{color:var(--color-text-primary);margin:0;font-size:1.1rem;font-weight:500}.btn-clear{color:var(--color-text-muted);border:1px solid var(--color-surface-border);cursor:pointer;background:0 0;border-radius:4px;padding:.4rem .75rem;font-size:.8rem;transition:all .2s}.btn-clear:hover,.btn-clear.active{color:var(--color-text-primary);border-color:var(--color-text-muted);background:#ffffff0d}.map-legend{color:var(--color-text-secondary);gap:1rem;margin-bottom:1.5rem;font-size:.8rem;display:flex}.legend-item{align-items:center;gap:.4rem;display:flex}.legend-box{border-radius:2px;width:12px;height:12px}.store-map{border:1px solid var(--color-surface-border);-ms-overflow-style:none;scrollbar-width:none;background:#0003;border-radius:8px;flex:1;justify-content:center;align-items:center;padding:1.5rem;display:flex;overflow:auto}.store-map::-webkit-scrollbar{display:none}.map-grid{grid-template-rows:60px 1fr 1fr 60px;grid-template-columns:repeat(4,1fr);gap:1rem;width:100%;min-width:400px;max-width:600px;height:100%;display:grid}.map-zone{border:2px solid var(--color-surface-border);cursor:pointer;color:var(--color-text-secondary);text-align:center;background:#ffffff05;border-radius:6px;justify-content:center;align-items:center;padding:.5rem;font-size:.85rem;font-weight:500;transition:all .2s;display:flex;position:relative}.map-zone:hover{border-color:var(--color-text-muted);background:#ffffff0d;transform:scale(1.02)}.map-zone.selected{border-color:var(--color-accent-primary);color:var(--color-text-primary);box-shadow:0 0 12px #0ea5e94d}.zone-aisle:first-child{grid-area:2/1/4}.zone-aisle:nth-child(2){grid-area:2/2/4}.zone-aisle:nth-child(3){grid-area:2/3/4}.zone-aisle:nth-child(4){grid-area:2/4/4}.zone-specialty{grid-area:1/1/auto/3}.zone-promo{grid-area:1/3/auto/5}.zone-backroom{background:#0006;border-style:dashed;grid-area:4/1/auto/5}.map-entrance{background:var(--color-bg-dark);color:var(--color-text-muted);padding:0 10px;font-size:.75rem;position:absolute;bottom:0;left:50%;transform:translate(-50%)translateY(50%)}.health-in_stock,.legend-box.health-in_stock{border-color:#10b98166}.health-low_stock,.legend-box.health-low_stock{background:#f59e0b0d;border-color:#f59e0b99}.health-out_of_stock,.legend-box.health-out_of_stock{border-color:var(--color-accent-danger);color:var(--color-text-primary);background:#ef44441a}.alert-ping{background-color:var(--color-accent-danger);border-radius:50%;width:12px;height:12px;animation:1.5s cubic-bezier(0,0,.2,1) infinite ping;position:absolute;top:-4px;right:-4px}@keyframes ping{75%,to{opacity:0;transform:scale(2)}}.inventory-table-container{flex-direction:column;height:100%;display:flex}.table-header{border-bottom:1px solid var(--color-surface-border);justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.table-header h3{color:var(--color-text-primary);margin:0;font-size:1.2rem;font-weight:500}.item-count{color:var(--color-text-muted);background:#ffffff0d;border-radius:12px;padding:4px 10px;font-size:.85rem}.table-wrapper{-ms-overflow-style:none;scrollbar-width:none;flex:1;overflow-y:auto}.table-wrapper::-webkit-scrollbar{display:none}.inventory-table{border-collapse:collapse;text-align:left;width:100%}.inventory-table th{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted);border-bottom:1px solid var(--color-surface-border);z-index:10;background:#18181bf2;padding:1rem 1.5rem;font-size:.75rem;font-weight:600;position:sticky;top:0}.inventory-table td{color:var(--color-text-secondary);border-bottom:1px solid #ffffff0d;padding:1rem 1.5rem;font-size:.9rem}.inventory-table tbody tr{transition:background-color .2s}.inventory-table tbody tr:hover{background-color:#ffffff05}.product-name{color:var(--color-text-primary);font-weight:500}.sku-cell{color:var(--color-text-muted);font-family:JetBrains Mono,Fira Code,monospace;font-size:.8rem}.location-badge{background:#ffffff0d;border-radius:4px;padding:4px 8px;font-size:.8rem}.number-col{text-align:right;font-variant-numeric:tabular-nums}.stock-zero{color:var(--color-accent-danger);font-weight:600}.status-cell{align-items:center;gap:.5rem;font-size:.85rem;font-weight:500;display:flex}.empty-state-cell{text-align:center;color:var(--color-text-muted);padding:4rem 2rem!important}.empty-icon{opacity:.5;margin-bottom:1rem}.text-success{color:var(--color-accent-success)}.text-warning{color:var(--color-accent-warning)}.text-danger{color:var(--color-accent-danger)}.inventory-container{grid-template-columns:1.5fr 2fr;gap:1.5rem;height:calc(100vh - 180px);padding:1.5rem;display:grid}.inventory-map-pane{background:#09090bcc;flex-direction:column;padding:1.5rem;display:flex;overflow:hidden}.inventory-table-pane{background:#09090bcc;flex-direction:column;display:flex;overflow:hidden}@media (width<=1024px){.inventory-container{grid-template-columns:1fr;height:auto}.inventory-map-pane{height:50vh}.inventory-table-pane{height:70vh}}.analytics-container{flex-direction:column;gap:1.5rem;display:flex}.kpi-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.kpi-card{flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.kpi-header{justify-content:space-between;align-items:center;display:flex}.kpi-title{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.9rem;font-weight:500}.kpi-value{color:var(--color-text-primary);font-size:2.5rem;font-weight:700;line-height:1}.kpi-trend{align-items:center;gap:.5rem;font-size:.85rem;font-weight:500;display:flex}.kpi-trend.positive{color:var(--color-accent-success)}.kpi-trend.negative{color:var(--color-accent-danger)}.kpi-trend.neutral{color:var(--color-text-muted)}.analytics-main-grid{grid-template-columns:2fr 1fr;gap:1.5rem;display:grid}.heatmap-panel,.chart-panel{padding:1.5rem}.heatmap-panel h3,.chart-panel h3{margin:0 0 .5rem;font-size:1.2rem;font-weight:600}.heatmap-panel p{margin-bottom:2rem}.heatmap-grid{grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:2rem;display:grid}.heat-zone{aspect-ratio:2;color:#ffffffe6;text-shadow:0 1px 3px #00000080;border:1px solid #ffffff1a;border-radius:8px;justify-content:center;align-items:center;font-size:.9rem;font-weight:500;display:flex}.heat-low{background:#0ea5e933}.heat-med{background:#eab30866}.heat-high{background:#f9731699}.heat-critical{background:#ef4444cc}.heatmap-legend{color:var(--color-text-muted);justify-content:space-between;align-items:center;gap:1rem;font-size:.8rem;display:flex}.gradient-bar{background:linear-gradient(90deg,#0ea5e933,#eab30866,#f9731699,#ef4444cc);border-radius:4px;flex:1;height:8px}.bar-chart{flex-direction:column;gap:1.5rem;margin-top:1.5rem;display:flex}.bar-row{align-items:center;gap:1rem;display:flex}.bar-label{width:100px;color:var(--color-text-secondary);font-size:.85rem}.bar-track{background:#ffffff0d;border-radius:6px;flex:1;height:12px;overflow:hidden}.bar-fill{border-radius:6px;height:100%}.bar-value{text-align:right;width:40px;color:var(--color-text-primary);font-size:.85rem;font-weight:600}.settings-container{grid-template-columns:250px 1fr;gap:1.5rem;max-width:1000px;display:grid}.settings-sidebar{flex-direction:column;gap:.5rem;padding:1rem;display:flex}.settings-tab{color:var(--color-text-secondary);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:12px;padding:12px 16px;font-size:.95rem;font-weight:500;transition:all .2s;display:flex}.settings-tab:hover{color:var(--color-text-primary);background:#ffffff0d}.settings-tab.active{color:var(--color-accent-primary);background:#0ea5e91a}.settings-content{flex-direction:column;gap:2.5rem;padding:2rem;display:flex}.settings-section h3{color:var(--color-text-primary);margin:0 0 .5rem;font-size:1.2rem;font-weight:600}.settings-desc{color:var(--color-text-muted);margin:0 0 1.5rem;font-size:.9rem}.setting-item{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:1.25rem 0;display:flex}.setting-item:last-child{border-bottom:none}.setting-info h4{color:var(--color-text-primary);margin:0 0 .25rem;font-size:1rem}.setting-info p{color:var(--color-text-muted);max-width:400px;margin:0;font-size:.85rem}.toggle-switch{width:48px;height:24px;display:inline-block;position:relative}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{cursor:pointer;background-color:#ffffff1a;border-radius:24px;transition:all .4s;position:absolute;inset:0}.toggle-slider:before{content:"";background-color:#fff;border-radius:50%;width:18px;height:18px;transition:all .4s;position:absolute;bottom:3px;left:3px}input:checked+.toggle-slider{background-color:var(--color-accent-primary)}input:checked+.toggle-slider:before{transform:translate(24px)}.range-control{align-items:center;gap:1rem;display:flex}.range-control span{color:var(--color-accent-primary);width:40px;font-weight:600}.range-slider{-webkit-appearance:none;background:#ffffff1a;border-radius:2px;outline:none;width:150px;height:4px}.range-slider::-webkit-slider-thumb{appearance:none;background:var(--color-accent-primary);cursor:pointer;border-radius:50%;width:16px;height:16px}.settings-actions{border-top:1px solid #ffffff0d;justify-content:flex-end;gap:1rem;padding-top:1.5rem;display:flex}.btn-primary{background:var(--color-accent-primary);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:.5rem 1.5rem;font-weight:600;transition:opacity .2s}.btn-primary:hover{opacity:.9}.btn-secondary{color:var(--color-text-secondary);cursor:pointer;background:0 0;border:1px solid #fff3;border-radius:6px;padding:.5rem 1.5rem;font-weight:600;transition:all .2s}.btn-secondary:hover{color:var(--color-text-primary);background:#ffffff0d}.mobile-app-wrapper{z-index:1000;pointer-events:none;position:fixed;bottom:24px;right:24px}.mobile-device{pointer-events:auto;background:#09090b;border:8px solid #27272a;border-radius:40px;flex-direction:column;width:320px;height:600px;transition:transform .3s cubic-bezier(.175,.885,.32,1.275);display:flex;position:relative;overflow:hidden;box-shadow:0 20px 40px #0006,0 0 0 1px #ffffff1a}.mobile-device:hover{transform:translateY(-5px)}.device-header{color:#fff;background:#09090b;justify-content:space-between;align-items:center;height:44px;padding:0 24px;font-size:12px;font-weight:600;display:flex;position:relative}.notch{background:#27272a;border-bottom-right-radius:16px;border-bottom-left-radius:16px;width:120px;height:25px;position:absolute;top:0;left:50%;transform:translate(-50%)}.status-bar{z-index:2;justify-content:space-between;width:100%;display:flex}.status-icons{align-items:center;gap:6px;display:flex}.battery{border:1px solid #ffffff80;border-radius:3px;width:20px;height:10px;position:relative}.battery:after{content:"";background:#ffffff80;border-radius:0 2px 2px 0;width:2px;height:4px;position:absolute;top:2px;right:-3px}.battery:before{content:"";background:#fff;border-radius:1px;width:80%;position:absolute;top:1px;bottom:1px;left:1px}.app-header{background:#18181b;border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.app-header h2{color:#fff;margin:0;font-size:18px}.app-avatar{background:var(--color-accent-primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.app-main{background:#09090b;flex-direction:column;flex:1;display:flex;overflow:hidden}.app-scroll-area{-ms-overflow-style:none;scrollbar-width:none;flex:1;padding:16px;overflow-y:auto}.app-scroll-area::-webkit-scrollbar{display:none}.mobile-tasks h3,.mobile-inventory h3{color:#a1a1aa;text-transform:uppercase;letter-spacing:.05em;margin:0 0 16px;font-size:14px}.empty-tasks{text-align:center;color:#a1a1aa;flex-direction:column;justify-content:center;align-items:center;height:200px;display:flex}.empty-tasks p{margin-top:12px;font-size:14px}.task-list-mobile{flex-direction:column;gap:12px;display:flex}.mobile-task-card{background:#18181b;border:1px solid #ffffff1a;border-radius:12px;flex-direction:column;gap:8px;padding:16px;display:flex}.mobile-task-card.priority-high{border-left:3px solid var(--color-accent-danger)}.mobile-task-card.priority-medium{border-left:3px solid var(--color-accent-warning)}.mobile-task-header{justify-content:space-between;align-items:flex-start;display:flex}.mobile-task-header h4{color:#fff;margin:0;font-size:15px}.mobile-location{color:#d4d4d8;background:#ffffff1a;border-radius:12px;padding:2px 8px;font-size:12px}.mobile-task-card p{color:#a1a1aa;margin:0;font-size:13px;line-height:1.4}.btn-complete-task{background:var(--color-accent-success);color:#000;cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;margin-top:8px;padding:10px;font-size:14px;font-weight:600;transition:all .2s;display:flex}.btn-complete-task:hover{background:#4ade80}.btn-scan{background:var(--color-accent-primary);color:#fff;cursor:pointer;border:none;border-radius:8px;margin-top:16px;padding:10px 20px;font-size:14px;font-weight:600}.device-bottom-nav{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#18181bf2;border-top:1px solid #ffffff1a;justify-content:space-around;align-items:center;height:64px;padding-bottom:8px;display:flex}.mobile-nav-item{color:#71717a;cursor:pointer;background:0 0;border:none;flex-direction:column;align-items:center;gap:4px;font-size:10px;font-weight:600;transition:color .2s;display:flex}.mobile-nav-item.active{color:var(--color-accent-primary)}.icon-wrapper{position:relative}.badge{background:var(--color-accent-danger);color:#fff;border:2px solid #18181b;border-radius:8px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 4px;font-size:10px;font-weight:700;display:flex;position:absolute;top:-6px;right:-8px}.app-wrapper{flex-direction:column;width:100vw;height:100vh;display:flex;overflow:hidden}.dev-banner{background:var(--color-accent-warning);color:var(--color-bg-dark);text-align:center;flex-shrink:0;width:100%;padding:6px 16px;font-size:13px;font-weight:600}.global-navbar{border-bottom:1px solid var(--color-surface-border);z-index:50;border-radius:0;flex-shrink:0;justify-content:space-between;align-items:center;height:64px;padding:0 24px;display:flex}.global-navbar-brand{align-items:center;gap:16px;font-family:monospace;font-size:16px;font-weight:600;display:flex}.breadcrumb-link{color:var(--color-text-secondary);align-items:center;gap:8px;text-decoration:none;transition:color .2s;display:flex}.breadcrumb-link:hover{color:var(--color-text-primary)}.breadcrumb-separator{color:var(--color-surface-border)}.breadcrumb-current{color:var(--color-text-primary);align-items:center;gap:8px;display:flex}.app-container{flex:1;display:flex;overflow:hidden}.sidebar{background:var(--color-surface-dark);border-right:1px solid var(--color-surface-border);flex-direction:column;width:260px;transition:width .3s;display:flex}.sidebar.collapsed{width:72px}.sidebar-nav{flex-direction:column;gap:8px;padding:24px 12px;display:flex}.nav-item{color:var(--color-text-secondary);white-space:nowrap;background:0 0;border-radius:8px;align-items:center;gap:12px;padding:12px;font-weight:500;text-decoration:none;transition:all .2s;display:flex;overflow:hidden}.nav-item:hover,.nav-item.active{color:var(--color-accent-primary);background:#0ea5e91a}.sidebar.collapsed .nav-item{justify-content:center;padding:12px 0}.sidebar.collapsed .sidebar-nav{padding:24px 8px}.sidebar-toggle{border-bottom:1px solid #ffffff0d;border-radius:0;margin-bottom:1rem;padding-bottom:1rem}.main-content{flex-direction:column;flex:1;display:flex;position:relative;overflow-y:auto}.topbar{z-index:10;background:var(--color-bg-dark);border-bottom:1px solid var(--color-surface-border);justify-content:space-between;align-items:center;height:72px;padding:0 32px;display:flex;position:sticky;top:0}.topbar-title{font-size:24px;font-weight:600}.topbar-actions{align-items:center;gap:16px;display:flex}.icon-btn{cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.icon-btn:hover{color:var(--color-text-primary)!important;background:#ffffff1a!important}.user-profile{background:var(--color-surface-dark);border:1px solid var(--color-surface-border);border-radius:20px;align-items:center;gap:12px;padding:8px 16px;font-size:14px;font-weight:500;display:flex}.user-avatar{background:var(--color-accent-secondary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-weight:600;display:flex}.page-container{width:100%;max-width:1400px;margin:0 auto;padding:32px}
