.Header-module__ldgnoG__header{background:var(--surface);border-bottom:1px solid var(--border);z-index:100;justify-content:space-between;align-items:center;width:100%;padding:10px 16px;display:flex;position:sticky;top:0}.Header-module__ldgnoG__brand{flex-direction:row;align-items:center;gap:10px;display:flex}.Header-module__ldgnoG__logo{background:linear-gradient(135deg, var(--primary), #15803d);color:#fff;border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex;box-shadow:0 4px 12px #22c55e33}.Header-module__ldgnoG__title{color:var(--text);margin:0;font-size:18px;font-weight:800;line-height:1}@media (max-width:600px){.Header-module__ldgnoG__header{padding:10px 14px}.Header-module__ldgnoG__brand{gap:9px}.Header-module__ldgnoG__logo{border-radius:10px;width:34px;height:34px}.Header-module__ldgnoG__title{font-size:17px}}
.UserMenu-module__iTNHSW__container{position:relative}.UserMenu-module__iTNHSW__avatar{border:1px solid var(--border);background:var(--surface);width:42px;height:42px;color:var(--text);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;padding:0;transition:background .2s,border-color .2s,box-shadow .2s,transform .2s;display:flex}.UserMenu-module__iTNHSW__avatar:hover{background:var(--surface-2);border-color:var(--primary);transform:translateY(-1px);box-shadow:0 6px 18px #00000026}.UserMenu-module__iTNHSW__avatar:active{transform:scale(.92)}.UserMenu-module__iTNHSW__avatar svg{width:20px;height:20px;transition:transform .2s,color .2s}.UserMenu-module__iTNHSW__avatar:hover svg{color:var(--primary);transform:scale(1.08)}.UserMenu-module__iTNHSW__menu{background:var(--surface);border:1px solid var(--border);z-index:200;border-radius:18px;width:240px;padding:16px;animation:.15s UserMenu-module__iTNHSW__show;position:absolute;top:calc(100% + 12px);right:0;box-shadow:0 20px 40px #0000002e}.UserMenu-module__iTNHSW__profile{border-bottom:1px solid var(--border);align-items:center;gap:12px;margin-bottom:12px;padding-bottom:14px;display:flex}.UserMenu-module__iTNHSW__avatarLarge{background:linear-gradient(135deg, var(--primary), #15803d);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-weight:800;display:flex;overflow:hidden}.UserMenu-module__iTNHSW__avatarLarge img{object-fit:cover;border-radius:50%;width:100%;height:100%;display:block}.UserMenu-module__iTNHSW__email{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--text-secondary);flex:1;font-size:13px;overflow:hidden}.UserMenu-module__iTNHSW__item{width:100%;color:var(--text);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:12px;align-items:center;gap:12px;padding:12px;font-size:14px;font-weight:600;transition:background .2s,color .2s,transform .15s;display:flex}.UserMenu-module__iTNHSW__item:hover{background:var(--surface-2);color:var(--primary)}.UserMenu-module__iTNHSW__item:active{transform:scale(.97)}.UserMenu-module__iTNHSW__item:last-child:hover{color:#ef4444}@keyframes UserMenu-module__iTNHSW__show{0%{opacity:0;transform:translateY(-8px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}@media (max-width:600px){.UserMenu-module__iTNHSW__menu{width:220px;right:-8px}.UserMenu-module__iTNHSW__avatar{width:38px;height:38px}}
:root{--bg:#020604;--surface:#0b120e;--surface-2:#111d16;--surface-hover:#17291e;--primary:#22c55e;--primary-hover:#16a34a;--text:#fff;--text-secondary:#a8b5ac;--border:#ffffff1a;--danger:#ef4444;--warning:#facc15;--shadow:#000000b3;--field-start:#0b2115;--field-end:#07150d;--field-stripe:#22c55e09;--field-line:#aaffc824;--field-line-strong:#beffd233;--field-spot:#dcffe659;--field-text:#ffffffe6;--field-text-shadow:#0000008c;--field-badge-bg:#00000040;--field-badge-border:#ffffff1a;--team-logo-bg:#f5f7f5;--team-logo-shadow:#0006;--team-logo-shadow-soft:#0000002e;--field-team-text:#fff;--field-team-text-shadow:0 1px 4px #0000008c;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}[data-theme=light]{--bg:#f3f8f4;--surface:#fff;--surface-2:#f3faf5;--surface-hover:#e3f4e8;--primary:#16a34a;--primary-hover:#15803d;--text:#111827;--text-secondary:#647067;--border:#d6e2d8;--danger:#dc2626;--warning:#ca8a04;--shadow:#1e462d1a;--field-start:#f4faf5;--field-end:#e8f5eb;--field-stripe:#16a34a09;--field-line:#16653424;--field-line-strong:#16653433;--field-spot:#16653459;--field-text:#144626e0;--field-text-shadow:#ffffff73;--field-badge-bg:#ffffff94;--field-badge-border:#1665341f;--field-team-text:#183b24;--field-team-text-shadow:0 1px 3px #ffffff73;--team-logo-bg:#fff;--team-logo-shadow:#1e462d33;--team-logo-shadow-soft:#1e462d14;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}*{box-sizing:border-box;margin:0;padding:0}html{scrollbar-gutter:stable;transition:background-color .25s,color .25s}body{background:var(--bg);min-height:100vh;color:var(--text);font-family:Arial,Helvetica,sans-serif;transition:background-color .25s,color .25s}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--surface-hover);border-radius:20px}::-webkit-scrollbar-thumb:hover{background:var(--primary)}a{color:inherit;text-decoration:none}button,input,textarea,select{font-family:inherit}body,button,input,textarea,select{transition:background-color .25s,border-color .25s,color .25s,box-shadow .25s}
