*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}:root{--sidebar-width:260px;--sidebar-bg:#1a202c;--sidebar-text:#e2e8f0;--sidebar-text-muted:#a0aec0;--sidebar-active-bg:#ed8936;--sidebar-active-text:#fff;--sidebar-logo-bg:#ed8936}.layout-with-sidebar{display:flex;min-height:100vh}.sidebar{position:fixed;left:0;top:0;width:var(--sidebar-width);height:100vh;background:var(--sidebar-bg);z-index:1030;display:flex;flex-direction:column;flex-shrink:0}.sidebar-brand{gap:12px;padding:24px 20px;border-bottom:1px solid hsla(0,0%,100%,.06)}.sidebar-brand,.sidebar-logo{display:flex;align-items:center}.sidebar-logo{width:40px;height:40px;background:var(--sidebar-logo-bg);border-radius:8px;flex-shrink:0;justify-content:center}.sidebar-brand-text{display:flex;flex-direction:column;gap:2px}.sidebar-brand-name{font-size:1.25rem;font-weight:700;color:var(--sidebar-text);letter-spacing:-.02em}.sidebar-brand-subtitle{font-size:.7rem;font-weight:500;color:var(--sidebar-text-muted);letter-spacing:.08em}.sidebar-nav{padding:16px 12px;display:flex;flex-direction:column;gap:4px}.sidebar-link{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:10px;color:var(--sidebar-text-muted);font-size:.9375rem;font-weight:500;transition:background .15s ease,color .15s ease}.sidebar-link:hover{color:var(--sidebar-text);background:hsla(0,0%,100%,.06)}.sidebar-link-active{background:var(--sidebar-active-bg)!important;color:var(--sidebar-active-text)!important;font-weight:600}.sidebar-link-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0}.sidebar-link-label{white-space:nowrap}.main-content{flex:1 1;min-width:0;margin-left:var(--sidebar-width);padding:24px;background:#f7fafc;min-height:100vh}.dashboard-loading{display:flex;align-items:center;justify-content:center;min-height:200px}.dashboard-page{max-width:1200px}.dashboard-title{font-size:1.5rem;font-weight:700;color:#2d3748;margin-bottom:24px}.dashboard-cards{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px;margin-bottom:24px}@media (max-width:992px){.dashboard-cards{grid-template-columns:repeat(2,1fr)}}@media (max-width:576px){.dashboard-cards{grid-template-columns:1fr}}.dashboard-card{background:#fff;border-radius:12px;padding:20px;box-shadow:0 1px 3px rgba(0,0,0,.08);border:1px solid #e2e8f0;display:flex;align-items:flex-start;justify-content:space-between;transition:box-shadow .2s}.dashboard-card-link:hover{box-shadow:0 4px 12px rgba(0,0,0,.1);text-decoration:none;color:inherit}.dashboard-card-label{font-size:.7rem;font-weight:600;color:#718096;letter-spacing:.04em;display:block;margin-bottom:8px}.dashboard-card-value{font-size:1.75rem;font-weight:700;color:#2d3748}.dashboard-card-icon{width:48px;height:48px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.dashboard-card-icon-blue{background:#ebf8ff;color:#3182ce}.dashboard-card-icon-green{background:#f0fff4;color:#38a169}.dashboard-card-icon-orange{background:#fffaf0;color:#dd6b20}.dashboard-card-icon-purple{background:#faf5ff;color:#805ad5}.dashboard-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;gap:20px}@media (max-width:768px){.dashboard-row{grid-template-columns:1fr}}.dashboard-panel{background:#fff;border-radius:12px;padding:20px;box-shadow:0 1px 3px rgba(0,0,0,.08);border:1px solid #e2e8f0}.dashboard-panel-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.dashboard-panel-title{font-size:1rem;font-weight:700;color:#2d3748;margin:0 0 12px}.dashboard-panel-title-icon{margin-right:6px}.dashboard-panel-link{font-size:.875rem;color:#ed8936;font-weight:500}.dashboard-panel-link:hover{color:#c05621;text-decoration:underline}.dashboard-panel-text{font-size:.9375rem;color:#718096;margin:0}.dashboard-panel-list{margin:0;padding-left:20px;color:#4a5568;font-size:.9375rem}.dashboard-panel-list li{margin-bottom:6px}.table-modern{width:100%;border-collapse:collapse;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.08);border:1px solid #e2e8f0}.table-modern thead{background:#f7fafc}.table-modern th{padding:14px 16px;text-align:left;font-size:.7rem;font-weight:600;color:#718096;letter-spacing:.05em;border-bottom:1px solid #e2e8f0}.table-modern td{padding:14px 16px;font-size:.9375rem;color:#2d3748;border-bottom:1px solid #f0f4f8}.table-modern tbody tr:hover{background:#f7fafc}.table-modern .item-cell{display:flex;align-items:center;gap:12px}.table-modern .item-avatar{width:40px;height:40px;border-radius:50%;background:#e2e8f0;color:#4a5568;font-weight:700;font-size:1rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.table-modern .item-info{min-width:0}.table-modern .item-name{font-weight:600;color:#2d3748;display:block}.table-modern .item-sku{font-size:.8rem;color:#718096;margin-top:2px}.table-modern .badge-pill{display:inline-block;padding:4px 10px;border-radius:9999px;font-size:.8rem;font-weight:500;background:#e2e8f0;color:#4a5568}.table-modern .available-green{font-weight:700;color:#38a169}.table-modern .btn-icon{width:36px;height:36px;padding:0;border:none;background:transparent;color:#718096;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;transition:background .15s,color .15s}.table-modern .btn-icon:hover{background:#edf2f7;color:#2d3748}.table-modern .btn-icon-delete:hover{background:#fed7d7;color:#c53030}.table-modern .actions-cell{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.search-bar-wrap .form-control,.search-bar-wrap .form-select{border-radius:10px;border:1px solid #e2e8f0;padding:10px 14px;font-size:.9375rem}.search-bar-wrap{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:20px}.btn-add-item{background:#2d3748;color:#fff;border:none;padding:10px 20px;border-radius:10px;font-weight:600;font-size:.9375rem;display:inline-flex;align-items:center;gap:8px;transition:background .2s}.btn-add-item:hover{background:#1a202c;color:#fff}