:root{font-family:Inter,SF Pro Display,system-ui,-apple-system,sans-serif;color:#101828;background-color:#f5f6fb;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*,*:before,*:after{box-sizing:border-box}body{margin:0;background-color:#f5f6fb}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.layout-shell{display:flex;min-height:100vh}.sidebar{width:260px;background:#101828;color:#f8f9ff;display:flex;flex-direction:column;padding:24px}.sidebar__brand{display:flex;gap:12px;align-items:center;padding-bottom:32px;border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:24px}.sidebar__brand-dot{width:40px;height:40px;border-radius:12px;background:linear-gradient(130deg,#5d5fef,#b26bff);display:inline-block}.sidebar__brand-title{margin:0;font-weight:600}.sidebar__brand-subtitle{margin:0;font-size:.85rem;color:#ffffffb3}.sidebar__nav{display:flex;flex-direction:column;gap:6px}.sidebar__link{padding:10px 12px;border-radius:10px;color:#ffffffb3;display:flex;gap:10px;align-items:center;font-weight:500}.sidebar__link--active{background:#ffffff1f;color:#fff}.sidebar__icon{font-size:1.2rem}.layout-main{flex:1;display:flex;flex-direction:column;background:#f5f6fb}.topbar{padding:20px 32px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #eceef4;background:#fff}.topbar__search{display:flex;align-items:center;gap:12px;background:#f3f4fb;padding:10px 16px;border-radius:999px;min-width:320px}.topbar__search input{border:none;background:transparent;outline:none;flex:1}.topbar__actions{display:flex;gap:16px;align-items:center}.topbar__action-btn{border:none;background:#1d4ed8;color:#fff;padding:10px 18px;border-radius:999px;cursor:pointer}.topbar__user{display:flex;gap:10px;align-items:center}.topbar__avatar{width:40px;height:40px;border-radius:12px;background:#e0e7ff;display:grid;place-items:center;font-weight:600;color:#1d4ed8}.topbar__user-name,.topbar__user-role{margin:0;font-size:.9rem}.topbar__user-role{color:#667085}.page-shell{padding:32px}.page{display:flex;flex-direction:column;gap:24px}.page-header{display:flex;align-items:center;justify-content:space-between}.page-header h1{margin:0 0 6px;font-size:1.9rem}.page-header p{margin:0;color:#667085}.primary-btn{border:none;background:#1d4ed8;color:#fff;padding:12px 20px;border-radius:12px;cursor:pointer;transition:background .2s ease}.primary-btn:disabled{opacity:.6;cursor:not-allowed}.ghost-btn{border:none;background:#0f172a0f;color:#0f172a;padding:8px 14px;border-radius:10px;cursor:pointer}.toolbar{display:flex;justify-content:space-between;background:#fff;border-radius:18px;padding:16px 20px;border:1px solid #eceef4}.toolbar input{border:none;background:transparent;outline:none;flex:1}.grid{display:grid;gap:20px}.grid--four{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.stat-card{background:#fff;border-radius:20px;padding:18px;border:1px solid #eceef4}.stat-card p{margin:0;color:#98a2b3;font-size:.85rem}.stat-card h2{margin:8px 0 6px;font-size:2rem}.stat-card span{font-size:.9rem;color:#1d4ed8}.panel{background:#fff;border-radius:20px;padding:20px;border:1px solid #eceef4;display:flex;flex-direction:column;gap:16px}.panel__header{display:flex;justify-content:space-between;align-items:center}.panel__header h3{margin:0}.panel__header p{margin:4px 0 0;color:#667085}.table-wrapper{width:100%;overflow-x:auto}table{width:100%;border-collapse:collapse}th,td{text-align:left;padding:14px 12px}th{font-size:.85rem;text-transform:uppercase;letter-spacing:.04em;color:#98a2b3}tbody tr{background:#fff;border-top:1px solid #f0f0f5}.table-actions{display:flex;gap:8px}.table-actions button{border:none;background:#eef2ff;color:#312e81;padding:8px 12px;border-radius:8px;cursor:pointer}.status-badge{display:inline-flex;padding:4px 10px;border-radius:999px;font-size:.8rem;font-weight:600}.status-badge--success{background:#dcfce7;color:#14532d}.status-badge--warning{background:#fef3c7;color:#92400e}.status-badge--muted{background:#e4e7ec;color:#344054}.status-badge--error{background:#fee2e2;color:#b91c1c}.modal-backdrop{position:fixed;inset:0;background:#0f172a80;display:grid;place-items:center;padding:20px}.modal{background:#fff;border-radius:20px;width:min(500px,100%);max-height:90vh;overflow-y:auto;padding:24px;box-shadow:0 20px 45px #0f172a2b}.modal--wide{width:min(800px,100%)}.modal__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.modal__header h2{margin:0}.modal__body{display:flex;flex-direction:column;gap:16px}.modal__footer{margin-top:20px;display:flex;justify-content:flex-end}.form-grid{display:flex;flex-direction:column;gap:14px}.form-field{display:flex;flex-direction:column;gap:8px;font-size:.9rem;color:#475467}.form-field input,.form-field select,.form-field textarea{border:1px solid #d0d5dd;border-radius:10px;padding:10px 12px}.form-field textarea{resize:vertical;min-height:80px}.image-upload-section{display:flex;flex-direction:column;gap:12px}.image-preview{width:100%;max-width:300px;aspect-ratio:1;border-radius:12px;overflow:hidden;border:1px solid #d0d5dd;background:#f9fafb;display:flex;align-items:center;justify-content:center}.image-preview img{width:100%;height:100%;object-fit:cover}.image-input-group{display:flex;flex-direction:column;gap:8px}.image-input-group input[type=file]{padding:8px;border:1px dashed #d0d5dd;border-radius:8px;background:#f9fafb;cursor:pointer}.image-input-group input[type=file]:hover{border-color:#1d4ed8;background:#f0f4ff}.upload-status{font-size:.85rem;color:#1d4ed8;font-style:italic}.form-error{margin:0;color:#b42318;font-size:.9rem;background:#fee4e2;padding:8px 12px;border-radius:10px}.loader{display:inline-flex;gap:12px;align-items:center;padding:16px}.loader__spinner{width:16px;height:16px;border-radius:50%;border:3px solid #d1d5db;border-top-color:#1d4ed8;animation:spin .8s linear infinite}.error-banner{padding:16px;border-radius:16px;background:#fee4e2;border:1px solid #fda29b;display:flex;justify-content:space-between;align-items:center}.empty-state{padding:32px;text-align:center;color:#667085}.order-details{display:flex;flex-direction:column;gap:24px}.order-section{padding:16px;background:#f9fafb;border-radius:12px;border:1px solid #e4e7ec}.order-section h3{margin:0 0 12px;font-size:1.1rem;color:#101828}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px}.info-grid>div{font-size:.9rem;color:#475467}.info-grid strong{color:#101828;margin-right:8px}.order-section table{background:#fff;border-radius:8px;overflow:hidden}.order-section table thead,.order-section table tbody tr:hover{background:#f9fafb}.order-section table tfoot{background:#f9fafb;font-weight:600}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:960px){.layout-shell{flex-direction:column}.sidebar{width:100%;flex-direction:row;align-items:center;gap:16px}.sidebar__nav{flex-direction:row}.topbar{flex-direction:column;gap:16px}.topbar__actions{width:100%;justify-content:space-between}.topbar__search{width:100%}.page-shell{padding:20px}.page-header{flex-direction:column;gap:12px;align-items:flex-start}}
