.Header_container__ccVn_{background:var(--background);color:var(--foreground);font-family:var(--font-family);overflow:hidden;padding:1rem}.Header_header__3oEnt{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;padding:5px 0;border-bottom:1px solid #eaeaea;width:100%;grid-gap:20px;gap:20px}.Header_logo__29hoW{height:80px}.Header_titleContainer__J_3rP{display:flex;flex-direction:column;align-items:flex-start}.Header_breadcrumbs__nwdQB{font-size:14px;color:var(--text-secondary);margin-bottom:5px;font-weight:500}.Header_title__oEKGJ{font-size:2rem;margin:0;white-space:nowrap;letter-spacing:-.02em;line-height:1.1}.Header_customSelectorBox__R1dB0{position:relative}.Header_customSelectorLegend__eZ3j9{font-size:12.5px;color:var(--foreground);position:absolute;top:-9px;left:15px;background-color:var(--background);padding:2px 4px;font-weight:700;z-index:99}.Header_profileSelector__uoWkZ{padding:10px 20px;border:1px solid #ccc;border-radius:5px;background-color:white;font-size:1rem;cursor:pointer;min-width:190px}.Header_navButtons__qjIAR{display:flex;gap:10px;justify-self:end}.Header_logoutButton__7X_r1,.Header_navButton__7Pmt4{padding:10px 20px;border:none;border-radius:5px;cursor:pointer;font-size:1rem;transition:background-color .3s ease}.Header_navButton__7Pmt4{background-color:#0070f3;color:white}.Header_navButton__7Pmt4:hover{background-color:#005bb5}.Header_navButton__7Pmt4:disabled{background-color:#ccc;cursor:not-allowed;opacity:.6}.Header_logoutButton__7X_r1{background-color:#f44336;color:white}.Header_logoutButton__7X_r1:hover{background-color:#d32f2f}@media (max-width:1000px){.Header_header__3oEnt{grid-template-columns:auto 1fr;grid-template-rows:auto auto}.Header_logo__29hoW{grid-column:1;grid-row:1}.Header_titleContainer__J_3rP{grid-column:2;grid-row:1}.Header_title__oEKGJ{justify-self:end}.Header_profileSelector__uoWkZ{grid-column:1;grid-row:2}.Header_navButtons__qjIAR{grid-column:2;grid-row:2}}@media (max-width:600px){.Header_header__3oEnt{grid-template-rows:auto auto auto}.Header_profileSelector__uoWkZ{grid-column:1/-1;grid-row:2}.Header_navButtons__qjIAR{grid-column:1/-1;grid-row:3;justify-self:start}}.ProfileSelector_selector__JRin9{width:25%;background:var(--background);border:1px solid var(--border-color);border-radius:8px;color:var(--foreground);font-size:16px;transition:all .3s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23a0aec0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 1rem center;background-size:1.2em;padding:12px 2.5rem 12px 16px}.ProfileSelector_selector__JRin9:focus{outline:none;border-color:var(--button-primary-background);box-shadow:0 0 0 3px var(--card-shadow)}@font-face{font-family:InterVariable;src:url(/fonts/InterVariable.woff2) format("woff2 supports variations"),url(/fonts/InterVariable.woff2) format("woff2-variations");font-weight:100 900;font-stretch:50% 200%;font-display:swap;font-style:normal}html[data-theme=light]{--background:#f4f4f4;--foreground:#1e293b;--card-background:white;--card-shadow:rgba(0,0,0,0.05);--button-primary-background:#3b82f6;--button-primary-foreground:white;--button-secondary-background:#e2e8f0;--button-secondary-foreground:#1e293b;--text-secondary:#64748b;--text-blue:#3b82f6;--border-color:#e2e8f0;--font-family:"InterVariable",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif}html[data-theme=dark]{--background:#0f172a;--foreground:#e2e8f0;--card-background:#1e293b;--card-shadow:rgba(0,0,0,0.2);--button-primary-background:#4f46e5;--button-primary-foreground:white;--button-secondary-background:#334155;--button-secondary-foreground:#e2e8f0;--text-secondary:#94a3b8;--text-blue:#3b82f6;--border-color:#334155;--font-family:"InterVariable",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif}*{margin:0;padding:0;box-sizing:border-box}html{font-family:var(--font-family);font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background-color:var(--background);color:var(--foreground);transition:background-color .3s,color .3s;font-weight:400}a,button,div,input,label,p,span,td,textarea,th{font-family:var(--font-family);line-height:1.5;font-weight:400}h1,h2,h3,h4,h5,h6{font-family:var(--font-family);font-weight:600;line-height:1.2;margin-bottom:.5em;color:var(--foreground)}h1{font-size:2.25rem}h2{font-size:2rem}h3{font-size:1.75rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1rem}ol,ul{margin-left:1.5rem}li,ol,ul{font-family:var(--font-family);line-height:1.5;font-weight:400}a{color:var(--button-primary-background);text-decoration:none;transition:color .2s ease}a:hover{color:var(--foreground);text-decoration:underline}button{letter-spacing:.02em}button,input,select,textarea{font-family:var(--font-family);font-weight:400}table,td,th{font-family:var(--font-family);line-height:1.5;font-weight:400}code,kbd,pre,samp{font-family:"Courier New",Courier,monospace,var(--font-family);font-size:.9em;line-height:1.4}blockquote,q{font-style:italic;line-height:1.6}blockquote,q,small{font-family:var(--font-family)}small{font-size:.875em;font-weight:400}b,strong{font-weight:600}b,em,i,strong{font-family:var(--font-family)}em,i{font-style:italic;font-weight:400}