:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color:#f8fafc;background-color:#0a0d12;text-rendering:optimizeLegibility;--color-bg: #090c11;--color-surface: #121820;--color-surface-alt: #161d26;--color-border: rgba(255, 255, 255, .08);--color-text: #f8fafc;--color-muted: #94a3b8;--color-orange: #ff8533;--color-orange-dark: #ff6b00}*{box-sizing:border-box}body{margin:0;min-height:100vh;background-color:var(--color-bg);color:var(--color-text)}a{color:inherit;text-decoration:none}.app-shell{display:flex;min-height:100vh;background:radial-gradient(circle at top left,rgba(255,133,51,.08),transparent 45%),radial-gradient(circle at bottom right,rgba(255,107,0,.1),transparent 40%),var(--color-bg)}.app-main{flex:1;padding:32px;overflow-y:auto;overflow-x:visible;margin-left:260px;transition:margin-left .3s ease-in-out;min-width:0;width:calc(100% - 260px)}.app-main.sidebar-collapsed{margin-left:0;width:100%}.sidebar{position:fixed;left:0;top:0;bottom:0;width:260px;background-color:var(--color-surface);border-right:1px solid var(--color-border);display:flex;flex-direction:column;z-index:100;transition:transform .3s ease-in-out,width .3s ease-in-out}.sidebar.collapsed{transform:translate(-100%)}.sidebar-toggle-btn{position:absolute;top:24px;right:20px;background:#ffffff1a;border:1px solid rgba(255,255,255,.15);border-radius:6px;color:var(--color-text);width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;padding:0}.sidebar-toggle-btn:hover{background:#ffffff26;border-color:#ffffff40;color:var(--color-orange)}.sidebar-floating-toggle{position:fixed;top:20px;left:20px;z-index:101;background:linear-gradient(135deg,var(--color-orange),var(--color-orange-dark));border:none;border-radius:8px;color:#0b0f12;width:44px;height:44px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 12px #ff853366;transition:all .2s ease;padding:0}.sidebar-floating-toggle:hover{transform:scale(1.05);box-shadow:0 6px 16px #ff853380}.sidebar-logo{display:flex;align-items:center;gap:12px;padding:24px 20px;border-bottom:1px solid var(--color-border);position:relative}.sidebar-logo-circle{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#ff85334d,#ff6b0099);display:flex;align-items:center;justify-content:center;overflow:hidden}.sidebar-logo-text{display:flex;flex-direction:column}.sidebar-logo-title{font-size:18px;font-weight:700;color:var(--color-text)}.sidebar-logo-subtitle{font-size:12px;color:var(--color-muted)}.sidebar-nav{flex:1;padding:16px 12px;display:flex;flex-direction:column;gap:4px;overflow-y:auto}.sidebar-nav-item{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:8px;border:none;background:transparent;color:var(--color-muted);font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease-in-out;text-align:left;width:100%}.sidebar-nav-item:hover{background-color:#ffffff0d;color:var(--color-text)}.sidebar-nav-item.active{background:linear-gradient(135deg,var(--color-orange),var(--color-orange-dark));color:#0b0f12;font-weight:600}.sidebar-nav-icon{font-size:18px;width:20px;text-align:center}.sidebar-nav-label{flex:1}.sidebar-footer{padding:16px 12px;border-top:1px solid var(--color-border);display:flex;flex-direction:column;gap:4px}.sidebar-nav-item-logout{color:#f87171}.sidebar-nav-item-logout:hover{background-color:#f871711a;color:#fca5a5}.app-header{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;background:linear-gradient(135deg,#040608,#151c24 45%,#151c24);color:#fff;box-shadow:0 12px 40px -24px #ff8533bf}.app-logo{display:flex;gap:12px;align-items:center}.app-title{font-size:20px;font-weight:700}.brand{display:flex;align-items:center;gap:12px;font-size:18px;font-weight:600}.brand-mark{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:12px;background:linear-gradient(135deg,#ff853340,#ff6b0099);font-weight:700;letter-spacing:1px}.nav-menu{display:flex;gap:8px;flex-wrap:wrap}.nav-link{padding:10px 16px;border-radius:9999px;border:1px solid transparent;background-color:#ffffff0f;color:#fffc;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease-in-out}.nav-link:hover{background-color:#ff853333;color:#fff;border-color:#ff853359}.nav-link.active{background:linear-gradient(135deg,var(--color-orange),var(--color-orange-dark));color:#0b0f12;box-shadow:0 10px 24px -12px #ff8533b3}.nav-actions{display:flex;align-items:center;gap:12px}.logout-button{border-color:#ff853366;background:#ff85331f;color:var(--color-orange)}.logout-button:hover{border-color:#ff853399;background:#ff853333}.card{background-color:var(--color-surface);border-radius:18px;box-shadow:0 30px 45px -40px #000c;padding:24px;margin-bottom:24px;border:1px solid rgba(255,133,51,.12)}.card h2{margin-top:0;margin-bottom:16px;font-size:20px;font-weight:600;color:#fff}.table{width:100%;border-collapse:collapse}.table th,.table td{padding:12px 16px;border-bottom:1px solid var(--color-border);text-align:left;font-size:14px;color:#f8fafcd9}.table th{background-color:var(--color-surface-alt);font-weight:600;color:#ffffffd9}.table tr:nth-child(2n){background-color:#ffffff05}.status-pill{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:9999px;font-size:12px;font-weight:500}.status-pill.success{background-color:#10b9812e;color:#34d399}.status-pill.warning{background-color:#ff6b0040;color:#ff924c}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;width:100%;min-width:0;overflow:visible}.page-header>div{min-width:0;flex:1}.page-header h1{margin:0;font-size:24px;font-weight:700;white-space:nowrap;overflow:visible;text-overflow:clip;width:auto;min-width:0}.page-header p{margin:0;color:var(--color-muted)}.primary-button,.secondary-button,.text-button{font-size:14px;font-weight:600;cursor:pointer;border-radius:9999px;transition:all .2s ease-in-out}.primary-button{padding:10px 18px;border:none;color:#0b0f12;background:linear-gradient(135deg,var(--color-orange),var(--color-orange-dark));box-shadow:0 10px 20px -12px #ff8533b3}.primary-button:disabled{opacity:.7;cursor:not-allowed}.secondary-button{padding:10px 18px;border:1px solid rgba(255,255,255,.16);background:#ffffff0d;color:var(--color-text)}.text-button{padding:6px 12px;border:1px solid rgba(255,133,51,.3);background:#ff853314;color:var(--color-orange)}.text-button:hover{border-color:#ff853380;background:#ff853326}.content-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:24px;min-width:0;width:100%;overflow:visible}@media (max-width: 960px){.content-grid{grid-template-columns:1fr}}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#050709bf;display:flex;align-items:center;justify-content:center;padding:24px;z-index:1000}.modal{background:#0f141b;width:min(560px,100%);border-radius:20px;box-shadow:0 40px 65px -35px #000000e6;border:1px solid rgba(255,133,51,.18);display:flex;flex-direction:column;max-height:90vh}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid rgba(255,255,255,.08)}.modal-header h2{margin:0;font-size:18px;font-weight:600}.modal-close{border:none;background:transparent;font-size:24px;cursor:pointer;line-height:1;color:#fff9}.modal-close:hover{color:#fff}.modal-body{display:grid;gap:12px;padding:20px;overflow-y:auto}.form-field{display:grid;gap:4px}.form-field span{color:#fffc;font-weight:500}.form-field input,.form-field textarea,.form-field select{padding:10px 12px;border-radius:8px;border:1px solid rgba(255,255,255,.12);background:var(--color-surface-alt);color:var(--color-text);font-size:14px;font-family:inherit}.form-field textarea{resize:vertical}.form-error{margin:4px 0 0;color:#f87171;font-size:13px}.form-success{margin:4px 0 0;color:#34d399;font-size:13px;font-weight:500}.modal-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:4px}.login-shell{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:32px;background:radial-gradient(circle at top left,rgba(255,133,51,.12),transparent 45%),radial-gradient(circle at bottom right,rgba(255,107,0,.15),transparent 40%),var(--color-bg)}.login-card{width:min(420px,100%);background:var(--color-surface);border-radius:20px;padding:32px;border:1px solid rgba(255,133,51,.18);box-shadow:0 35px 55px -40px #000000d9}.login-header{margin-bottom:24px}.login-brand{display:flex;align-items:center;gap:16px}.login-brand h1{margin:0;font-size:22px;font-weight:700}.login-brand p{margin:4px 0 0;color:var(--color-muted);font-size:14px}.login-logo{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:14px;background:linear-gradient(135deg,#ff85334d,#ff6b0099);font-weight:700;font-size:18px;letter-spacing:1px}.login-form{display:grid;gap:16px}.login-form input{padding:12px;border-radius:10px;border:1px solid rgba(255,255,255,.12);background:var(--color-surface-alt);color:var(--color-text);font-size:14px}.login-form input:focus{outline:none;border-color:#ff853399;box-shadow:0 0 0 2px #ff853333}.login-hint{margin-top:16px;font-size:13px;color:var(--color-muted);text-align:center}.dashboard{max-width:1400px}.dashboard-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:32px}.dashboard-title{font-size:32px;font-weight:700;color:var(--color-text);margin:0 0 8px}.dashboard-subtitle{font-size:16px;color:var(--color-muted);margin:0}.dashboard-header-actions{display:flex;gap:12px;align-items:center}.dashboard-icon-button{position:relative;width:40px;height:40px;border-radius:8px;border:1px solid var(--color-border);background:var(--color-surface-alt);color:var(--color-text);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease-in-out}.dashboard-icon-button:hover{background:#ffffff0d;border-color:#ff85334d}.dashboard-icon{font-size:18px}.dashboard-badge{position:absolute;top:-4px;right:-4px;width:20px;height:20px;border-radius:50%;background:linear-gradient(135deg,var(--color-orange),var(--color-orange-dark));color:#0b0f12;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center}.dashboard-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px;margin-bottom:32px}.dashboard-stat-card{background-color:var(--color-surface);border-radius:12px;padding:24px;border:1px solid var(--color-border)}.dashboard-stat-label{font-size:14px;color:var(--color-muted);margin-bottom:8px}.dashboard-stat-value{font-size:36px;font-weight:700;color:var(--color-text);margin-bottom:8px}.dashboard-stat-change{font-size:13px;font-weight:500}.dashboard-stat-change.positive{color:#34d399}.dashboard-stat-change.negative{color:#f87171}.dashboard-section{background-color:var(--color-surface);border-radius:12px;padding:24px;border:1px solid var(--color-border);margin-bottom:24px}.dashboard-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.dashboard-section-title{font-size:20px;font-weight:600;color:var(--color-text);margin:0}.dashboard-link-button{background:none;border:none;color:var(--color-orange);font-size:14px;font-weight:500;cursor:pointer;padding:0;transition:color .2s ease-in-out}.dashboard-link-button:hover{color:var(--color-orange-dark)}.dashboard-activity-list{display:flex;flex-direction:column;gap:0}.dashboard-activity-item{display:flex;gap:16px;padding:16px 0;border-bottom:1px solid var(--color-border)}.dashboard-activity-item:last-child{border-bottom:none}.dashboard-activity-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,var(--color-orange),var(--color-orange-dark));color:#0b0f12;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:16px;flex-shrink:0}.dashboard-activity-content{flex:1}.dashboard-activity-message{font-size:14px;color:var(--color-text);margin-bottom:4px}.dashboard-activity-time{font-size:12px;color:var(--color-muted)}.dashboard-table-container{overflow-x:auto}.dashboard-table{width:100%;border-collapse:collapse}.dashboard-table th{padding:12px 16px;text-align:left;font-size:13px;font-weight:600;color:var(--color-muted);border-bottom:1px solid var(--color-border)}.dashboard-table td{padding:16px;font-size:14px;color:var(--color-text);border-bottom:1px solid var(--color-border)}.dashboard-table tbody tr:hover{background-color:#ffffff05}.dashboard-status-badge{display:inline-block;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:500}.dashboard-status-badge.confirmed{background-color:#3b82f633;color:#60a5fa}.dashboard-status-badge.pending{background-color:#fbbf2433;color:#fbbf24}@media (max-width: 768px){.app-main{margin-left:0;padding:16px}.sidebar{transform:translate(-100%);transition:transform .3s ease-in-out}.sidebar.open{transform:translate(0)}.dashboard-stats-grid{grid-template-columns:1fr}}
