.auth-container{display:flex;min-height:100vh;align-items:center;justify-content:center;background:linear-gradient(135deg,#1f2937,#111827);padding:2rem}.auth-card{width:min(420px,100%);background:#111827d9;padding:2.5rem;border-radius:1.25rem;box-shadow:0 30px 60px #0000004d;color:#f9fafb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.auth-card h1{font-size:1.75rem;margin-bottom:.5rem;font-weight:600}.subtitle{color:#e5e7ebbf;margin-bottom:2rem}.auth-form{display:grid;gap:1rem}.auth-form label{font-size:.9rem;font-weight:500;color:#f9fafbe6}.auth-form input{padding:.85rem 1rem;border-radius:.75rem;border:1px solid rgba(75,85,99,.6);background:#11182799;color:#f9fafb;font-size:1rem;transition:border-color .2s ease,box-shadow .2s ease}.password-input-wrapper{position:relative;display:flex;align-items:center}.password-input-wrapper input{width:100%;padding-right:2.75rem}.password-toggle-button{position:absolute;right:.75rem;background:transparent;border:none;color:#94a3b8e6;padding:.35rem;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;transition:color .2s ease,background .2s ease,transform .2s ease}.password-toggle-button:hover,.password-toggle-button:focus-visible{outline:none;color:#60a5fa;background:#3b82f626;transform:translateY(-1px)}.password-toggle-button:disabled{cursor:not-allowed;opacity:.6}.password-toggle-icon{width:1.35rem;height:1.35rem;pointer-events:none}.auth-form input:focus{outline:none;border-color:#3b82f6e6;box-shadow:0 0 0 3px #3b82f64d}.auth-form button:not(.password-toggle-button){margin-top:.5rem;padding:.9rem 1.25rem;border-radius:.75rem;border:none;font-size:1rem;font-weight:600;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#f9fafb;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.auth-form button:not(.password-toggle-button):hover:not(:disabled){transform:translateY(-1px);box-shadow:0 15px 30px #2563eb59}.auth-form button:not(.password-toggle-button):disabled{opacity:.6;cursor:not-allowed}.error-message{color:#f87171;font-size:.9rem;margin-top:-.5rem}.dashboard-layout{position:relative;min-height:100vh;display:flex;flex-direction:column;background:#0f172a;color:#e2e8f0}.dashboard-header-controls{display:flex;align-items:center;gap:.75rem}.dashboard-layout-button{padding:.55rem 1.1rem;border-radius:.75rem;border:1px solid rgba(148,163,184,.35);background:#0f172acc;color:#e2e8f0;font-weight:600;cursor:pointer;transition:background .2s ease,transform .2s ease,border .2s ease}.dashboard-layout-button:hover,.dashboard-layout-button[aria-pressed=true]{background:linear-gradient(135deg,#3b82f6b3,#818cf8b3);border-color:#94a3b88c;transform:translateY(-1px)}.dashboard-header{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1.5rem;padding:.75rem 1.5rem;background:#0f172af2;border-bottom:1px solid rgba(148,163,184,.2);position:sticky;top:0;z-index:30;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.dashboard-header h1{margin:0;font-size:1.5rem}.dashboard-header-left{display:flex;align-items:center;gap:1.25rem}.dashboard-header-center{display:flex;justify-content:center}.dashboard-header-right{display:flex;align-items:center;gap:.85rem;flex-shrink:0}.dashboard-header-meta p{margin:.25rem 0 0;color:#e2e8f0bf}.dashboard-status-banner{margin:0;padding:.85rem 1.5rem;background:linear-gradient(135deg,#22c55e4d,#10b98140);color:#bbf7d0;font-weight:600;text-align:center;border-bottom:1px solid rgba(34,197,94,.35);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.profile-menu{position:relative}.profile-button{display:flex;align-items:center;gap:.75rem;padding:.55rem .9rem;border-radius:.9rem;border:1px solid rgba(148,163,184,.35);background:#0f172abf;color:#e2e8f0;cursor:pointer;font-weight:600;transition:background .2s ease,transform .2s ease,border .2s ease}.profile-button:hover,.profile-button:focus-visible{outline:none;background:linear-gradient(135deg,#3b82f6b3,#818cf8b3);border-color:#94a3b88c;transform:translateY(-1px)}.profile-avatar{width:2.5rem;height:2.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;overflow:hidden}.profile-avatar-image{width:100%;height:100%;object-fit:cover;border-radius:50%}.profile-label{display:flex;flex-direction:column;align-items:flex-start;line-height:1.1}.profile-name{font-weight:600}.profile-subtitle{font-size:.75rem;color:#e2e8f0a6}.profile-caret{font-size:.75rem;color:#e2e8f0bf}.profile-dropdown{position:absolute;top:calc(100% + .5rem);left:0;background:#0f172af2;border:1px solid rgba(148,163,184,.35);border-radius:.85rem;box-shadow:0 20px 45px #0f172a73;list-style:none;margin:0;padding:.5rem;min-width:220px;z-index:40}.profile-dropdown li+li{margin-top:.25rem}.profile-dropdown button{width:100%;border:none;background:transparent;color:#e2e8f0;padding:.65rem .85rem;border-radius:.65rem;text-align:left;font-weight:600;cursor:pointer;transition:background .2s ease,transform .2s ease}.profile-dropdown button:hover,.profile-dropdown button:focus-visible{outline:none;background:#3b82f640;transform:translate(2px)}.dashboard-main{flex:1;padding:1rem;display:flex;gap:1.75rem;align-items:stretch}.dashboard-hide-sidebar .dashboard-main{justify-content:center}.dashboard-sidebar{width:320px;background:#1e293bd9;border-radius:1rem;padding:1.75rem;display:flex;flex-direction:column;gap:1rem;box-shadow:0 20px 45px #0f172a59}.dashboard-sidebar-top{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.dashboard-sidebar-top>div{flex:1}.dashboard-sidebar h2{margin:0;font-size:1.1rem}.dashboard-sidebar p{margin:0;color:#e2e8f0bf}.dashboard-sidebar-toggle{padding:.5rem 1rem;border-radius:.75rem;border:1px solid rgba(148,163,184,.35);background:#0f172aa6;color:#e2e8f0;font-weight:600;cursor:pointer;transition:background .2s ease,transform .2s ease,border .2s ease}.dashboard-sidebar-toggle:hover,.dashboard-sidebar-toggle:focus-visible{outline:none;background:linear-gradient(135deg,#3b82f6b3,#818cf8b3);border-color:#94a3b88c;transform:translateY(-1px)}.dashboard-sidebar-reveal{display:flex;align-items:flex-start}.dashboard-sidebar-reveal .dashboard-sidebar-toggle{margin-top:.5rem}.dashboard-sidebar ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.dashboard-sidebar li button{width:100%;border:none;border-radius:.85rem;padding:.8rem 1rem;background:#0f172a99;color:inherit;text-align:left;cursor:pointer;transition:background .2s ease,transform .2s ease;display:flex;align-items:center;gap:.5rem}.dashboard-sidebar li button:hover{background:#0f172abf;transform:translate(4px)}.dashboard-sidebar li button.active,.dashboard-sidebar li button:focus-visible{outline:none;background:linear-gradient(135deg,#3b82f6bf,#818cf8bf);color:#f8fafc;box-shadow:0 12px 30px #3b82f640}.dashboard-title{font-weight:600;letter-spacing:.01em}.dashboard-view{flex:1;background:#0f172a99;border-radius:1rem;overflow:hidden;position:relative;box-shadow:0 20px 45px #0f172a66;display:flex;flex-direction:column;gap:1rem}.dashboard-view-fullscreen{border-radius:0;box-shadow:none}.dashboard-view-fullscreen-fallback{position:fixed;inset:0;width:100vw;height:100vh;background:#0f172a;padding:1.5rem 2rem;z-index:1000;border-radius:0;box-shadow:none;gap:1.5rem}.dashboard-view iframe,.powerbi-embed-frame{width:100%;height:100%;min-height:70vh;border:none;flex:1}.dashboard-view-fullscreen .powerbi-embed-frame,.dashboard-view-fullscreen iframe{min-height:calc(100vh - 6rem)}.dashboard-warning{background:#ffcc001f;color:#fde68a;border:1px solid rgba(251,191,36,.4);border-radius:.75rem;padding:1rem 1.25rem;box-shadow:inset 0 0 0 1px #fbbf2433}.dashboard-warning h3{margin:0 0 .5rem;font-size:1rem}.dashboard-warning ul{margin:.5rem 0 .75rem;padding-left:1.25rem;color:#fef3c7}.dashboard-loading{background:#3b82f62e;color:#bfdbfe;border:1px solid rgba(59,130,246,.35);border-radius:.75rem;padding:.9rem 1.25rem;box-shadow:inset 0 0 0 1px #3b82f640}.placeholder-card{margin:0 auto;background:#1e293bd9;padding:2.5rem;border-radius:1rem;max-width:640px;text-align:center;box-shadow:0 20px 45px #0f172a66}.placeholder-card h2{margin-bottom:1rem}.placeholder-card code{background:#0f172abf;padding:.2rem .4rem;border-radius:.4rem;font-family:Fira Code,SFMono-Regular,monospace}.change-password-overlay{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:#0f172ad1;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);padding:1.5rem;z-index:1000}.change-password-modal{position:relative;width:min(420px,100%);background:#0f172af5;border-radius:1.1rem;padding:2rem;box-shadow:0 30px 60px #0f172a8c;border:1px solid rgba(59,130,246,.25);color:#f8fafc}.change-password-close{position:absolute;top:1rem;right:1rem;width:2.25rem;height:2.25rem;border-radius:50%;border:1px solid rgba(148,163,184,.35);background:#1e293bcc;color:#e2e8f0;cursor:pointer;font-size:1.25rem;line-height:1;transition:background .2s ease,transform .2s ease}.change-password-close:hover,.change-password-close:focus-visible{outline:none;background:linear-gradient(135deg,#3b82f6b3,#818cf8b3);transform:translateY(-1px)}.change-password-subtitle{margin:.35rem 0 1.75rem;color:#e2e8f0bf}.change-password-form{display:flex;flex-direction:column;gap:.9rem}.change-password-form label{font-weight:600}.change-password-form input{background:#0f172abf;border:1px solid rgba(148,163,184,.35);border-radius:.8rem;padding:.75rem .9rem;color:#f8fafc;transition:border .2s ease,box-shadow .2s ease}.change-password-form input:focus-visible{outline:none;border-color:#3b82f6a6;box-shadow:0 0 0 3px #3b82f633}.change-password-hints{margin:.75rem 0 0;padding-left:1.2rem;color:#e2e8f0b3;font-size:.85rem}.change-password-error{margin:.75rem 0 0;background:#ef44442e;border:1px solid rgba(248,113,113,.45);color:#fecaca;border-radius:.75rem;padding:.75rem .9rem;font-weight:600}.change-password-form .password-input-wrapper{position:relative;display:flex;align-items:center}.change-password-form .password-input-wrapper input{width:100%;padding-right:2.75rem}.change-password-form .password-toggle-button{position:absolute;right:.75rem;background:transparent;border:none;color:#94a3b8e6;padding:.35rem;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;transition:color .2s ease,background .2s ease,transform .2s ease}.change-password-form .password-toggle-button:hover,.change-password-form .password-toggle-button:focus-visible{outline:none;color:#60a5fa;background:#3b82f633;transform:translateY(-1px)}.change-password-form .password-toggle-button:disabled{cursor:not-allowed;opacity:.6}.change-password-form .password-toggle-icon{width:1.3rem;height:1.3rem;pointer-events:none}.change-password-actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1.75rem}.change-password-actions button{border-radius:.85rem;border:1px solid rgba(148,163,184,.35);padding:.65rem 1.35rem;font-weight:600;cursor:pointer;transition:background .2s ease,transform .2s ease,border .2s ease;background:#0f172abf;color:#e2e8f0}.change-password-actions button:hover,.change-password-actions button:focus-visible{outline:none;background:linear-gradient(135deg,#3b82f6b3,#818cf8b3);border-color:#94a3b88c;transform:translateY(-1px)}.change-password-actions button.secondary{background:transparent;border-color:#94a3b859}.change-password-actions button.secondary:hover,.change-password-actions button.secondary:focus-visible{background:#1e293ba6;transform:translateY(-1px)}.change-password-actions button:disabled,.change-password-actions button:disabled:hover{cursor:not-allowed;opacity:.6;transform:none}@media(max-width:1024px){.dashboard-main{flex-direction:column}.dashboard-sidebar{width:100%}.dashboard-view{min-height:60vh}}.centered{display:flex;align-items:center;justify-content:center;min-height:50vh;color:#e2e8f0;font-size:1.05rem}:root{color-scheme:dark;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400}a{color:inherit;text-decoration:none}button{font-family:inherit}#root{min-height:100vh}:root{font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#e2e8f0}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:#0f172a}input,button{font-family:inherit}
