:root{--foreground:#f5f5f5;--white:#ffffff;--muted:#999999;--background:#2d2d34;--card-bg:#26242d;--border:#222222;--primary:#fff600;--primary-hover:#fff954;--primary-shadow:#fff600;--primary-dark:rgba(255,246,0,0.07);--secondary:#22c55e;--secondary-dark:rgba(20,47,184,0.1);--success:rgb(34,197,94);--success-background:rgba(34,197,94,0.1);--success-border:rgba(34,197,94,0.2);--error:rgb(239,68,68);--error-background:rgba(239,68,68,0.1);--error-border:rgba(239,68,68,0.2);--warning:#f59e0b}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}h1,h2,h3,h4,h5,h6{font-weight:600;color:#ffffff}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#2a2a2a}::-webkit-scrollbar-thumb{background:#333;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--primary);outline-offset:2px}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .3s ease-out}.Header_header__MvnS2{width:100%;border-bottom:1px solid var(--border);background:var(--card-bg);padding:1rem 2rem;position:-webkit-sticky;position:sticky;top:0;z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.Header_container__L4JQR{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.Header_title__cchLN{display:flex;align-items:center;gap:10px;font-size:1.5rem;font-weight:600;color:#ffffff}.Header_icon__JOAy9{width:55px;height:55px}.Header_nav__EE71E{display:flex;gap:2rem;align-items:center}.Header_navLink__Q_hTB{color:var(--muted);padding:.5rem 1rem;border-radius:6px;transition:all .2s ease;font-weight:500}.Header_navLink__Q_hTB:hover{color:var(--foreground);background:rgba(255,255,255,.05)}.Header_navLink__Q_hTB.Header_active__t8h51{color:var(--primary);background:var(--primary-dark)}.Header_userMenu__pKn3h{position:relative}.Header_userButton__VOVsy{display:flex;align-items:center;gap:.5rem;background:rgba(255,255,255,.05);border:none;padding:.5rem 1rem;border-radius:6px;color:var(--foreground);cursor:pointer;transition:all .2s ease}.Header_userButton__VOVsy:hover{background:rgba(255,255,255,.1)}.Header_userAvatar__RIpAU{width:2rem;height:2rem;border-radius:50%;background:var(--primary);color:var(--background);display:flex;align-items:center;justify-content:center;font-weight:600}.Header_userAvatarImage__nsS_3{border-radius:50%;object-fit:cover}.Header_userEmail__pLU0U{font-weight:500}.Header_userRole__YQbFZ{color:var(--muted);font-size:.875rem}.Header_dropdown__MccJA{position:absolute;top:100%;right:0;margin-top:.5rem;background:var(--card-bg);border:1px solid var(--border);border-radius:6px;min-width:160px;box-shadow:0 4px 6px rgba(0,0,0,.1);z-index:1000}.Header_dropdownItem__dN_WM{display:block;width:100%;padding:.75rem 1rem;background:none;border:none;color:var(--foreground);text-align:left;cursor:pointer;transition:background-color .2s ease;text-decoration:none}.Header_dropdownItem__dN_WM:hover{background:rgba(255,255,255,.05)}.Header_dropdownItem__dN_WM:first-child{border-radius:6px 6px 0 0}.Header_dropdownItem__dN_WM:last-child{border-radius:0 0 6px 6px}@media (max-width:768px){.Header_header__MvnS2{padding:1rem}.Header_container__L4JQR{flex-wrap:wrap;position:relative}.Header_title__cchLN{font-size:1.25rem;flex:1 1}.Header_nav__EE71E{display:none}.Header_userMenu__pKn3h{position:static;order:3}.Header_userButton__VOVsy{padding:.5rem;gap:0}.Header_userEmail__pLU0U,.Header_userRole__YQbFZ{display:none}.Header_dropdown__MccJA{position:fixed;top:0;left:0;right:0;bottom:0;margin:0;border-radius:0;border:none;min-width:unset;max-height:none;overflow-y:auto;z-index:1000;padding:0;background:var(--card-bg);display:flex;flex-direction:column}.Header_dropdown__MccJA:before{content:"Menu";display:block;flex-shrink:0;padding:1.5rem;font-size:1.25rem;font-weight:700;color:var(--foreground);background:var(--card-bg);border-bottom:1px solid var(--border)}.Header_dropdownItem__dN_WM{padding:1.25rem 1.5rem;border-bottom:1px solid var(--border);font-size:1rem}.Header_dropdownItem__dN_WM:first-child{border-radius:0;margin-top:0;border-top:none}.Header_dropdownItem__dN_WM:last-child{border-radius:0;border-bottom:none;padding-bottom:2rem}}