@import"https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800&display=swap";*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;--primary-orange: #ff6b35;--primary-red: #e63946;--primary-green: #2a9d8f;--primary-yellow: #f4a261;--primary-brown: #8b4513;--primary-cream: #fef7dc;--gray-50: #f8fafc;--gray-100: #f1f5f9;--gray-200: #e2e8f0;--gray-300: #cbd5e1;--gray-400: #94a3b8;--gray-500: #64748b;--gray-600: #475569;--gray-700: #334155;--gray-800: #1e293b;--gray-900: #0f172a;--gradient-primary: linear-gradient(135deg, #ff6b35 0%, #e63946 100%);--gradient-secondary: linear-gradient(135deg, #2a9d8f 0%, #f4a261 100%);--gradient-warm: linear-gradient(135deg, #fef7dc 0%, #f4a261 50%, #e63946 100%);--gradient-sidebar: linear-gradient(180deg, #1e293b 0%, #0f172a 50%, #8b4513 100%);--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);color-scheme:light;color:var(--gray-900);background-color:var(--gray-50);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;background:linear-gradient(135deg,var(--gray-50) 0%,var(--gray-100) 100%)!important;color:var(--gray-900)!important;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}#root{min-height:100vh}button,input,select,textarea{font-family:inherit}.sidebar{position:fixed;left:0;top:0;height:100vh;width:280px;background:var(--gradient-sidebar);color:#fff;z-index:1000;transform:translate(-100%);transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:var(--shadow-xl);border-right:1px solid rgba(255,255,255,.1)}.sidebar.open{transform:translate(0)}.sidebar-header{padding:2rem 1.5rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.15);display:flex;justify-content:space-between;align-items:center;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.sidebar-header h2{margin:0;font-size:1.5rem;font-weight:700;background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:flex;align-items:center;gap:.5rem}.sidebar-close{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;font-size:1.25rem;cursor:pointer;padding:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.sidebar-close:hover{background:#fff3;transform:scale(1.05);box-shadow:0 4px 12px #0003}.sidebar-nav{padding:1rem 0}.nav-item{display:flex;align-items:center;padding:1rem 1.5rem;color:#fffc;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);border-left:4px solid transparent;margin:.25rem 0;border-radius:0 12px 12px 0;position:relative;overflow:hidden}.nav-item:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:#ffffff0d;transform:translate(-100%);transition:transform .3s ease}.nav-item:hover:before{transform:translate(0)}.nav-item:hover{color:#fff;transform:translate(4px);background:#ffffff14;box-shadow:0 4px 12px #00000026}.nav-item.active{background:var(--gradient-primary);color:#fff;border-left-color:var(--primary-orange);box-shadow:0 4px 20px #ff6b354d;transform:translate(8px)}.nav-item.active:before{display:none}.nav-icon{margin-right:1rem;width:24px;height:24px;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.nav-icon svg{width:20px;height:20px;transition:all .3s ease}.nav-item:hover .nav-icon svg{transform:scale(1.1)}.nav-item.active .nav-icon svg{transform:scale(1.1);filter:brightness(1.2)}.nav-label{font-size:.95rem;font-weight:500;letter-spacing:.025em}.sidebar-overlay{position:fixed;inset:0;background:#00000080;z-index:999;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s}.sidebar-overlay.active{opacity:1;visibility:visible}@media(min-width:768px){.sidebar{transform:translate(0)}.sidebar-overlay,.sidebar-close{display:none}}.header{position:sticky;top:0;background:linear-gradient(135deg,#fffffff2,#fffaf0f2,#fffffff2);backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px);border-bottom:1px solid rgba(255,107,53,.15);z-index:100;padding:1.5rem 2.5rem;box-shadow:0 8px 32px #ff6b351a,0 2px 8px #ff6b350d,inset 0 1px #fffc;transition:all .4s cubic-bezier(.4,0,.2,1)}.header-content{display:flex;justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;width:100%}@media(min-width:768px){.header-content{margin-left:280px;max-width:calc(100vw - 280px - 5rem)}}.menu-toggle{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--primary-orange) 0%,var(--primary-red) 100%);border:none;font-size:1.25rem;cursor:pointer;padding:.875rem;margin-right:1.25rem;color:#fff;border-radius:16px;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 16px #ff6b354d,inset 0 1px #fff3;position:relative;overflow:hidden}.menu-toggle:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.2) 0%,transparent 50%);opacity:0;transition:opacity .3s ease}.menu-toggle:hover{transform:translateY(-2px) scale(1.05);box-shadow:0 8px 24px #ff6b3566,inset 0 1px #ffffff4d}.menu-toggle:hover:before{opacity:1}.menu-toggle:active{transform:translateY(0) scale(.98)}.header-title{font-size:1.875rem;font-weight:800;background:linear-gradient(135deg,var(--primary-orange) 0%,var(--primary-brown) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0;letter-spacing:-.025em;text-shadow:0 2px 4px rgba(255,107,53,.1);position:relative}.header-title:after{content:"";position:absolute;bottom:-4px;left:0;width:60px;height:3px;background:var(--gradient-primary);border-radius:2px;opacity:.8}.header-actions{display:flex;align-items:center;gap:1.5rem}.user-info{display:flex;flex-direction:column;align-items:flex-end;background:linear-gradient(135deg,#2a9d8fe6,#f4a261e6);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);padding:.875rem 1.5rem;border-radius:20px;box-shadow:0 8px 24px #2a9d8f33,inset 0 1px #ffffff4d;border:1px solid rgba(255,255,255,.2);transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.user-info:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.1) 0%,transparent 50%);opacity:0;transition:opacity .3s ease}.user-info:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 12px 32px #2a9d8f4d,inset 0 1px #fff6}.user-info:hover:before{opacity:1}.user-name{font-size:.9rem;font-weight:700;color:#fff;letter-spacing:.025em;text-shadow:0 1px 2px rgba(0,0,0,.1);margin-bottom:2px}.user-role{font-size:.75rem;color:#ffffffd9;font-weight:600;letter-spacing:.05em;text-transform:uppercase;opacity:.9}@media(max-width:768px){.header{padding:1rem 1.5rem}.header-title{font-size:1.5rem}.header-title:after{width:40px;height:2px}.user-info{padding:.75rem 1.25rem}.user-name{font-size:.8rem}.user-role{font-size:.7rem}}@media(min-width:768px){.menu-toggle{display:none}.header{margin-left:0;padding-left:2.5rem;padding-right:2.5rem}}.layout{display:flex;min-height:100vh;background:linear-gradient(135deg,var(--gray-50) 0%,var(--gray-100) 100%)}.layout-main{flex:1;display:flex;flex-direction:column;width:100%;transition:margin-left .3s ease}.layout-content{flex:1;padding:2rem;overflow-x:auto;background:transparent;max-width:1200px;margin:0 auto;width:100%}@media(min-width:768px){.layout-main{margin-left:260px}.layout-content{padding:2rem}}.stats-card{background:#ffffffe6;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:20px;padding:1.5rem;box-shadow:var(--shadow-lg);transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid rgba(255,255,255,.2);position:relative;overflow:hidden;min-height:140px}.stats-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--gradient-primary);border-radius:20px 20px 0 0}.stats-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:var(--shadow-xl);background:#fffffff2}.stats-card-blue{--accent-color: #3b82f6}.stats-card-green{--accent-color: var(--primary-green)}.stats-card-purple{--accent-color: #8b5cf6}.stats-card-orange{--accent-color: var(--primary-orange)}.stats-card-header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:.75rem}.stats-card-icon{font-size:2.5rem;opacity:.9;transition:all .3s ease}.stats-card:hover .stats-card-icon{transform:scale(1.1);opacity:1}.stats-card-content{flex:1}.stats-card-title{font-size:.85rem;color:var(--gray-600);margin:0 0 .5rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;opacity:.8}.stats-card-value{font-size:2rem;font-weight:800;background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0;letter-spacing:-.025em;line-height:1.2}.stats-card-trend{display:flex;align-items:center;gap:.375rem;font-size:.875rem;font-weight:700;padding-top:1rem;border-top:2px solid rgba(255,107,53,.1);margin-top:1rem}.trend-up{color:var(--primary-green)}.trend-down{color:var(--primary-red)}@media(max-width:768px){.stats-card{padding:1.25rem;min-height:120px}.stats-card-value{font-size:1.75rem}.stats-card-title{font-size:.8rem}}.dashboard{max-width:1400px;margin:0 auto}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.dashboard-header h1{font-size:2.5rem;font-weight:800;background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0;letter-spacing:-.025em}.revenue-period-toggle{display:flex;gap:.25rem;background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.375rem;border-radius:12px;box-shadow:var(--shadow-md);border:1px solid rgba(255,107,53,.1)}.revenue-period-toggle button{padding:.625rem 1.25rem;border:none;background:transparent;color:var(--gray-600);font-size:.875rem;font-weight:600;cursor:pointer;border-radius:8px;transition:all .3s ease;letter-spacing:.025em}.revenue-period-toggle button.active{background:var(--gradient-primary);color:#fff;box-shadow:0 4px 12px #ff6b354d;transform:translateY(-1px)}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:2rem}.charts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));gap:1.5rem}.chart-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.chart-card h3{font-size:1.125rem;font-weight:600;color:#111827;margin:0 0 1.5rem}.dashboard-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px}.loading-spinner{width:50px;height:50px;border:4px solid #e5e7eb;border-top-color:#3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}@media(max-width:768px){.dashboard-header{flex-direction:column;align-items:flex-start;gap:1rem}.stats-grid,.charts-grid{grid-template-columns:1fr}}.data-table-container{background:#ffffffe6;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:20px;box-shadow:var(--shadow-lg);border:1px solid rgba(255,255,255,.2);overflow:hidden}.data-table-wrapper{overflow-x:auto}.data-table{width:100%;border-collapse:collapse}.data-table thead{background:var(--gradient-warm);border-bottom:2px solid rgba(255,107,53,.2)}.data-table th{padding:1.25rem 1rem;text-align:left;font-weight:700;font-size:.8rem;color:var(--gray-700);text-transform:uppercase;letter-spacing:.1em;position:relative}.data-table th.sortable{cursor:pointer;-webkit-user-select:none;user-select:none;transition:all .3s ease}.data-table th.sortable:hover{background:#ff6b351a;color:var(--primary-orange);transform:translateY(-1px)}.th-content{display:flex;align-items:center;gap:.5rem}.sort-indicator{font-size:.75rem;color:var(--primary-orange);transition:all .3s ease}.data-table tbody tr{border-bottom:1px solid rgba(255,107,53,.1);transition:all .3s ease}.data-table tbody tr:hover{background:#ff6b350d;transform:translate(4px);box-shadow:0 2px 8px #ff6b351a}.data-table tbody tr.clickable{cursor:pointer}.data-table td{padding:1.25rem 1rem;font-size:.875rem;color:var(--gray-700);font-weight:500}.data-table-pagination{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-top:1px solid rgba(255,107,53,.1);background:#ff6b3505}.pagination-btn{padding:.75rem 1.5rem;background:#fff;border:2px solid rgba(255,107,53,.2);border-radius:12px;cursor:pointer;font-size:.875rem;font-weight:600;color:var(--gray-700);transition:all .3s ease;box-shadow:var(--shadow-sm)}.pagination-btn:hover:not(:disabled){background:var(--gradient-primary);color:#fff;border-color:var(--primary-orange);transform:translateY(-2px);box-shadow:var(--shadow-md)}border-color: #9ca3af; } .pagination-btn:disabled{opacity:.5;cursor:not-allowed}.pagination-info{font-size:.875rem;color:#6b7280}.data-table-loading,.data-table-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a}.loading-spinner{width:40px;height:40px;border:4px solid #e5e7eb;border-top-color:#3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:768px){.data-table{font-size:.75rem}.data-table th,.data-table td{padding:.75rem .5rem}.data-table-pagination{flex-direction:column;gap:.5rem}}.filter-bar{display:flex;gap:1.25rem;flex-wrap:wrap;margin-bottom:2rem;padding:1.5rem;background:#ffffffe6;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:16px;box-shadow:var(--shadow-lg);border:1px solid rgba(255,255,255,.2)}.filter-item{flex:1;min-width:150px}.filter-select,.filter-input{width:100%;padding:.875rem 1rem;border:2px solid rgba(255,107,53,.2);border-radius:12px;font-size:.875rem;color:var(--gray-700);background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease;font-weight:500}.filter-select:focus,.filter-input:focus{outline:none;border-color:var(--primary-orange);box-shadow:0 0 0 4px #ff6b3526;background:#fff;transform:translateY(-1px)}.filter-reset{padding:.875rem 1.5rem;background:var(--gradient-primary);color:#fff;border:none;border-radius:12px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap;box-shadow:var(--shadow-sm);letter-spacing:.025em}.filter-reset:hover{transform:translateY(-2px);box-shadow:var(--shadow-md);background:linear-gradient(135deg,#e63946,#ff6b35)}@media(max-width:768px){.filter-bar{flex-direction:column}.filter-item{min-width:100%}}.page-header{margin-bottom:1.5rem}.page-header h1{font-size:2rem;font-weight:700;color:#111827;margin:0}.status-badge{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:capitalize}.status-active{background:#d1fae5;color:#065f46}.status-inactive{background:#f3f4f6;color:#374151}.table-actions{display:flex;gap:.5rem}.action-btn{padding:.375rem .75rem;border:none;border-radius:6px;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .2s}.action-btn.view{background:#dbeafe;color:#1e40af}.action-btn.view:hover{background:#bfdbfe}.action-btn.block{background:#fee2e2;color:#991b1b}.action-btn.block:hover{background:#fecaca}.action-btn.unblock{background:#d1fae5;color:#065f46}.action-btn.unblock:hover{background:#a7f3d0}.action-btn.approve{background:#d1fae5;color:#065f46}.action-btn.approve:hover{background:#a7f3d0}.action-btn.suspend{background:#fef3c7;color:#92400e}.action-btn.suspend:hover{background:#fde68a}.status-approved{background:#d1fae5;color:#065f46}.status-suspended{background:#fee2e2;color:#991b1b}.status-completed{background:#dbeafe;color:#1e40af}.status-online{background:#d1fae5;color:#065f46}.status-offline{background:#f3f4f6;color:#374151}.status-blocked{background:#fee2e2;color:#991b1b}.order-type-badge{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:capitalize}.type-subscription{background:#dbeafe;color:#1e40af}.type-one-time{background:#f3f4f6;color:#374151}.status-confirmed{background:#dbeafe;color:#1e40af}.status-preparing{background:#ddd6fe;color:#5b21b6}.status-out-for-delivery{background:#fde68a;color:#92400e}.status-delivered{background:#d1fae5;color:#065f46}.status-cancelled{background:#fee2e2;color:#991b1b}.subscriptions-page .page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.btn-primary{padding:.75rem 1.5rem;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:background .2s}.btn-primary:hover{background:#2563eb}.subscriptions-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.subscription-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000001a;transition:transform .2s,box-shadow .2s}.subscription-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.subscription-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.subscription-header h3{margin:0;font-size:1.25rem;font-weight:600;color:#111827}.subscription-details{margin-bottom:1rem}.detail-item{display:flex;justify-content:space-between;padding:.5rem 0}.detail-label{font-size:.875rem;color:#6b7280}.detail-value{font-size:.875rem;font-weight:600;color:#111827}.status-badge.visible{background:#d1fae5;color:#065f46;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600}.status-badge.hidden{background:#f3f4f6;color:#374151;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600}.subscription-actions{display:flex;gap:.5rem;padding-top:1rem;border-top:1px solid #e5e7eb}.btn-edit{flex:1;padding:.5rem;background:#dbeafe;color:#1e40af;border:none;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background .2s}.btn-edit:hover{background:#bfdbfe}.btn-delete{flex:1;padding:.5rem;background:#fee2e2;color:#991b1b;border:none;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background .2s}.btn-delete:hover{background:#fecaca}.toggle-switch{position:relative;display:inline-block;width:50px;height:24px}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;cursor:pointer;inset:0;background-color:#ccc;transition:.4s;border-radius:24px}.toggle-slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.4s;border-radius:50%}.toggle-switch input:checked+.toggle-slider{background-color:#3b82f6}.toggle-switch input:checked+.toggle-slider:before{transform:translate(26px)}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fff;border-radius:12px;padding:2rem;width:90%;max-width:500px;max-height:90vh;overflow-y:auto}.modal-content h2{margin:0 0 1.5rem;font-size:1.5rem;font-weight:600;color:#111827}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-size:.875rem;font-weight:500;color:#374151}.form-group input,.form-group select{width:100%;padding:.625rem .875rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;color:#111827}.form-group input:focus,.form-group select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer}.checkbox-label input[type=checkbox]{width:auto}.form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem}.btn-cancel{padding:.75rem 1.5rem;background:#f3f4f6;color:#374151;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:background .2s}.btn-cancel:hover{background:#e5e7eb}.subscriptions-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px}@media(max-width:768px){.subscriptions-page .page-header{flex-direction:column;align-items:flex-start;gap:1rem}.subscriptions-grid{grid-template-columns:1fr}}.status-successful{background:#d1fae5;color:#065f46}.status-failed{background:#fee2e2;color:#991b1b}.status-pending{background:#fef3c7;color:#92400e}.tabs{display:flex;gap:.5rem;margin-bottom:1.5rem;background:#fff;padding:.5rem;border-radius:12px;box-shadow:0 1px 3px #0000001a}.tab{flex:1;padding:.75rem 1rem;border:none;background:transparent;color:#6b7280;font-size:.875rem;font-weight:500;cursor:pointer;border-radius:8px;transition:all .2s}.tab:hover{background:#f3f4f6}.tab.active{background:#3b82f6;color:#fff}.log-level{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase}.log-info{background:#dbeafe;color:#1e40af}.log-warning{background:#fef3c7;color:#92400e}.log-error{background:#fee2e2;color:#991b1b}.status-open{background:#fef3c7;color:#92400e}.status-resolved{background:#d1fae5;color:#065f46}.status-pending{background:#f3f4f6;color:#374151}.app{min-height:100vh}
