:root{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;--bg: #f3f4f6;--text: #111827;--card: #ffffff;--border: #e5e7eb;--shadow: 0 12px 30px rgba(0, 0, 0, .06);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html,body,#root{height:100%;max-width:100%}body{margin:0;display:block;min-width:320px;background:var(--bg);color:var(--text);overflow-x:hidden}a{font-weight:600;color:#2563eb;text-decoration:none}a:hover{text-decoration:underline}img,table,input,select,textarea{max-width:100%}.main,.content,.page,.app-shell,.app-main,.page *{min-width:0}.page{width:100%;max-width:1200px;margin:0 auto;padding:16px}.break-anywhere{overflow-wrap:anywhere;word-break:break-word}.table-wrap,.table-responsive{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table{width:100%;border-collapse:collapse;min-width:720px}.table th,.table td{padding:10px 8px;border-bottom:1px solid #e5e7eb;text-align:left;white-space:nowrap}.auth-screen{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;padding:24px;background:#0b1220;z-index:9999}.auth-card{width:100%;max-width:420px;border-radius:16px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);box-shadow:0 20px 60px #00000059;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);overflow:hidden}.auth-card__header{padding:22px 22px 0}.auth-brand{display:flex;align-items:center;gap:10px;margin-bottom:6px}.auth-badge{width:40px;height:40px;border-radius:12px;background:linear-gradient(135deg,#2dd4bf,#60a5fa);display:inline-flex;align-items:center;justify-content:center;font-weight:800;color:#061018}.auth-title{margin:0;color:#fff;font-size:20px;font-weight:800;letter-spacing:.2px}.auth-subtitle{margin:6px 0 0;color:#ffffffbf;font-size:13px;line-height:1.35}.auth-card__body{padding:18px 22px 22px}.auth-form{display:flex;flex-direction:column;gap:12px;margin-top:12px}.auth-field label{display:block;font-size:12px;font-weight:700;color:#ffffffd9;margin-bottom:6px}.auth-input{width:100%;border-radius:12px;border:1px solid rgba(255,255,255,.14);background:#0000002e;color:#fff;padding:12px;outline:none;transition:.15s ease}.auth-input:focus{border-color:#60a5fab3;box-shadow:0 0 0 4px #60a5fa2e}.auth-button{width:100%;border:0;border-radius:12px;padding:12px 14px;font-weight:800;cursor:pointer;background:linear-gradient(135deg,#2dd4bf,#60a5fa);color:#07121e}.auth-footer{padding:0 22px 20px;color:#ffffffa6;font-size:12px;text-align:center}.app-shell{min-height:100vh;display:flex;flex-direction:column}.app-header{position:sticky;top:0;z-index:50;background:#0b1220;border-bottom:1px solid rgba(255,255,255,.08);display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 14px}.header-left{display:flex;align-items:center;gap:14px;min-width:0}.brand-badge{width:38px;height:38px;border-radius:12px;background:linear-gradient(135deg,#2dd4bf,#60a5fa);display:inline-flex;align-items:center;justify-content:center;font-weight:900;color:#061018;flex:0 0 auto}.brand-title{color:#fff;font-weight:900;font-size:14px;line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.brand-subtitle{color:#ffffffa6;font-size:12px;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.top-nav{display:flex;align-items:center;gap:8px;flex-wrap:nowrap}.nav-link{text-decoration:none;font-weight:800;font-size:13px;color:#ffffffc7;padding:10px;border-radius:12px;border:1px solid transparent;transition:.15s ease;white-space:nowrap}.nav-link:hover{color:#fff;border-color:#ffffff1f;background:#ffffff0f}.nav-link.is-active{color:#07121e;background:linear-gradient(135deg,#2dd4bf,#60a5fa)}.header-right{display:flex;align-items:center;gap:10px;min-width:0}.route-title{color:#ffffffe6;font-weight:900;font-size:13px;padding:8px 10px;border-radius:12px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:220px}.user-pill{color:#ffffffe0;font-size:13px;font-weight:800;padding:8px 10px;border-radius:12px;background:#0000002e;border:1px solid rgba(255,255,255,.1);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:180px}.logout-btn{border:0;border-radius:12px;padding:10px 12px;font-weight:900;cursor:pointer;background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.12)}.logout-btn:hover{background:#ffffff24}.logout-btn.full{width:100%}.app-main{flex:1;background:var(--bg);color:var(--text)}.hamburger{display:none;width:42px;height:42px;border-radius:12px;border:1px solid rgba(255,255,255,.12);background:#ffffff0f;color:#fff;font-size:20px;cursor:pointer}.drawer-overlay{position:fixed;inset:0;z-index:80}.drawer-backdrop{position:absolute;inset:0;border:0;cursor:pointer;background:#0000008c}.drawer{position:absolute;top:0;left:0;height:100%;width:min(86vw,340px);background:#0b1220;border-right:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column}.actions-row{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.actions-row>*{min-width:0}@media(max-width:900px){.top-nav{display:none}.hamburger{display:inline-flex;align-items:center;justify-content:center}.route-title{display:none}.user-pill{max-width:120px}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px 14px;border-radius:10px;border:1px solid #e5e7eb;background:#fff;font-size:13px;font-weight:800;color:#111827;cursor:pointer;white-space:nowrap;transition:.15s ease}.btn:hover{background:#f9fafb;border-color:#d1d5db}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background:#2563eb;border-color:#2563eb;color:#fff}.btn-primary:hover{background:#1d4ed8;border-color:#1d4ed8}.btn-danger{background:#fff;border-color:#fecaca;color:#b91c1c}.btn-danger:hover{background:#fee2e2;border-color:#fca5a5}.btn-ghost{background:#fff;border-color:#e5e7eb;color:#374151}.btn-ghost:hover{background:#f3f4f6}.btn.full{width:100%}.brand{display:flex;align-items:center;gap:10px;min-width:0}.brand-logo{height:36px;width:auto;flex-shrink:0}.brand-text{display:flex;flex-direction:column;line-height:1.1;min-width:0}.brand-title{font-size:18px;font-weight:700;color:var(--text, #111827)}.brand-subtitle{font-size:12px;color:var(--muted, #6b7280);white-space:nowrap}.header-left{display:flex;align-items:center;gap:16px;min-width:0}@media(max-width:768px){.brand-text{display:none}.brand-logo{height:32px}}.drawer-brand{display:flex;align-items:center;gap:10px}.drawer-logo{height:32px;width:auto;flex-shrink:0}.drawer-title{font-size:16px;font-weight:700}.drawer-subtitle{font-size:12px;color:var(--muted, #6b7280)}.brand,.brand-text,.header-left,.drawer-brand{min-width:0}:root{--logyx-primary: #2563EB;--logyx-primary-600: #1D4ED8;--logyx-primary-700: #1E40AF;--logyx-gradient: linear-gradient(135deg, #2563EB, #7C3AED, #EC4899, #F59E0B );--header-bg: #0b1220;--header-bg-2: #0a1020;--focus: rgba(37, 99, 235, .25);--brand: var(--logyx-primary);--brand-600: var(--logyx-primary-600);--brand-700: var(--logyx-primary-700)}.app-header{background:linear-gradient(180deg,var(--header-bg),var(--header-bg-2));border-bottom:1px solid rgba(255,255,255,.06)}.app-header .brand-title{color:#eaf2ff!important;letter-spacing:.2px}.app-header .brand-subtitle{color:#eaf2ffb3!important}.auth-badge,.brand-badge{background:var(--logyx-gradient);color:#07121e}.top-nav .nav-link{color:#eaf2ffc7;border:1px solid transparent;border-radius:12px;padding:8px 12px;transition:background .15s ease,color .15s ease,border-color .15s ease}.top-nav .nav-link:hover{color:#fff;background:#ffffff0f;border-color:#ffffff14}.top-nav .nav-link.is-active{background:#2563eb29;border-color:#2563eb8c;color:#fff}.route-title,.user-pill{background:#ffffff0f;border:1px solid rgba(255,255,255,.1);color:#eaf2ffeb}.route-title{font-weight:700}.btn.btn-primary,button.btn-primary{background:var(--logyx-primary);border-color:var(--logyx-primary);color:#fff}.btn.btn-primary:hover,button.btn-primary:hover{background:var(--logyx-primary-600);border-color:var(--logyx-primary-600)}.btn:focus,button:focus,input:focus,select:focus,textarea:focus{outline:3px solid var(--focus);outline-offset:1px}.logout-btn{background:#ffffff0f;border:1px solid rgba(255,255,255,.1);color:#eaf2ffeb}.logout-btn:hover{background:#ffffff1a;border-color:#ffffff24}.drawer-links .nav-link.is-active{background:#2563eb29!important;border-color:#2563eb8c!important}.brand-logo{height:34px;filter:drop-shadow(0 6px 14px rgba(0,0,0,.25))}@media(max-width:768px){.brand-logo{height:30px}}a{color:var(--logyx-primary)}a:hover{color:var(--logyx-primary-700)}.money{font-weight:900;color:var(--logyx-primary);white-space:nowrap}.badge{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:800;border:1px solid rgba(37,99,235,.22);background:#2563eb1a;color:var(--logyx-primary)}.actions-row{display:flex;gap:8px;flex-wrap:wrap;min-width:0}.drawer-overlay{z-index:9999!important}.drawer{z-index:2;pointer-events:auto;background:#0a0f19f5}.drawer-backdrop{z-index:1}.drawer-links{display:flex!important;flex-direction:column!important;gap:8px;align-items:stretch}.drawer-links .nav-link,.drawer-links a{display:block!important;width:100%!important;padding:14px!important;border-radius:12px!important;font-weight:900!important;color:#f9fafb!important;background:#ffffff0a!important;border:1px solid rgba(255,255,255,.1)!important}.drawer-links .nav-link:hover,.drawer-links a:hover{background:#ffffff14!important;border-color:#ffffff29!important}
