body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--primary:#ccc;--primary-600:#145a4b;--primary-600-hover:#0f4a40;--bg:#081c19;--surface:#111827;--text:#e5e7eb;--muted:#9ca3af;--container-width:100%;--max-container-width:1400px;--widget-min-width:320px}*{box-sizing:border-box}#root,body,html{height:100%}body{background:#081c19;background:var(--bg);color:#e5e7eb;color:var(--text);font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Helvetica Neue,Arial,Noto Sans,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji,sans-serif;margin:0;overflow-x:hidden}a{color:#ccc;color:var(--primary);text-decoration:none}a:hover{color:#145a4b;color:var(--primary-600);text-decoration:underline}.btn,button{background:#145a4b;background:var(--primary-600);border:0;border-radius:.5rem;color:#f5fafa;cursor:pointer;font-weight:700;padding:.6rem 1rem}.btn:hover,button:hover{background:#0f4a40;background:var(--primary-600-hover)}.btn-primary{background:#145a4b;background:var(--primary-600);border-radius:10px;box-shadow:0 6px 12px #04141347;color:#f5fafa;font-weight:700;padding:10px 14px;transition:transform .12s ease,box-shadow .12s ease,background .12s ease}.btn-primary:hover{background:#0f4a40;background:var(--primary-600-hover);box-shadow:0 10px 20px #0414135c;transform:translateY(-2px)}.btn-primary:active{box-shadow:0 4px 8px #04141338;transform:translateY(0)}.btn-primary:focus{outline:3px solid #0a22212e;outline-offset:2px}.btn-gold{background:#debc7c;border-radius:10px;box-shadow:0 6px 16px #debc7c66;color:#10261f;font-weight:700;padding:10px 14px;transition:transform .12s ease,box-shadow .12s ease,background .12s ease}.btn-gold:hover{background:#e8c88d;box-shadow:0 10px 24px #debc7c80;transform:translateY(-2px)}.btn-gold:active{box-shadow:0 4px 12px #debc7c59;transform:translateY(0)}.btn-gold:focus{outline:3px solid #debc7c4d;outline-offset:2px}.card{background:#111827;background:var(--surface);border-radius:.75rem;box-shadow:0 2px 10px #0003;padding:1rem}.hero-logo{display:block;height:200px;margin:0 auto;object-fit:cover;width:100%}.hero-carousel{height:55vh;min-height:420px;overflow:visible;position:relative;width:100%}.hero-slide{background-position:50%;background-size:cover;inset:0;opacity:0;position:absolute;transform:scale(1.05);transition:opacity .9s ease,transform 12s ease}.hero-slide.active{opacity:1;transform:scale(1)}.hero-overlay{align-items:flex-start;display:flex;flex-direction:column;inset:0;justify-content:center;overflow:visible;padding:32px 0 56px;pointer-events:none;position:absolute;z-index:5}.hero-inner{margin:0 auto;max-width:1400px;max-width:var(--max-container-width);padding:0 16px;width:100%}.hero-controls{display:flex;flex-wrap:wrap;gap:12px;pointer-events:auto}.hero-stripe{align-items:center;background:#081c19d9;display:inline-flex;gap:12px;padding:14px 22px;transform:skewX(-12deg)}.hero-stripe .hero-small-logo{height:56px;transform:skewX(12deg);width:56px}.hero-title{color:#e6efe6;font-size:34px;margin:0;transform:skewX(12deg)}.hero-sub{color:#e6efe6e6;margin-top:12px;pointer-events:none}@media (max-width:768px){.hero-carousel{height:75vh}.hero-title{font-size:28px}.hero-controls{flex-direction:column;gap:8px}.hero-controls button,.hero-controls select{width:100%}}.ml-container,.ml-main-container{box-sizing:border-box;margin:0 auto;max-width:1400px;max-width:var(--max-container-width);padding:0 16px;width:100%}.ml-header-container{align-items:center;box-sizing:border-box;display:flex;height:48px;height:var(--ml-header-height,48px);justify-content:space-between;margin:0;max-width:none;padding:0;width:100vw}.ml-card{background:#0b1e19;border-radius:12px;box-sizing:border-box;padding:16px;width:100%}.ml-bordered,.ml-card{border:1px solid #1a3c33}.ml-bordered{border-radius:12px}.ml-chip{align-items:center;background:#0e2a22;border:1px solid #2f6b57;border-radius:999px;color:#cfe;display:inline-flex;font-size:12px;gap:6px;padding:4px 8px}.ml-status-dot{background:#a2d56a;border-radius:999px;box-shadow:0 0 0 2px #a2d56a33;display:inline-block;height:8px;width:8px}.ml-match{grid-gap:12px;align-items:center;display:grid;gap:12px;grid-template-columns:1fr auto 1fr}.ml-dual,.ml-grid{grid-gap:16px;align-items:start;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));grid-template-columns:repeat(auto-fit,minmax(var(--widget-min-width),1fr));width:100%}.ml-triple{width:100%}.ml-news-grid{grid-gap:16px;align-items:start;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));grid-template-columns:repeat(auto-fit,minmax(var(--widget-min-width),1fr));width:100%}.ml-widget{box-sizing:border-box;min-width:0;width:100%}.ml-full-width{grid-column:1/-1;width:100%}.ml-flex{align-items:flex-start;display:flex;flex-wrap:wrap;gap:16px}.ml-flex>*{flex:1 1 320px;flex:1 1 var(--widget-min-width);min-width:0}.ml-match__side{grid-gap:10px;align-items:center;display:grid;gap:10px;grid-template-columns:auto 1fr}.ml-avatar{background:#13342b;border-radius:50%;color:#cfe;display:grid;font-weight:800;height:64px;place-items:center;width:64px}.ml-vs{color:#cde;font-size:40px;opacity:.9}.ml-btn-secondary{background:#0e2a22;border:1px solid #2f6b57;border-radius:10px;color:#dfe;display:inline-block;padding:8px 12px;text-decoration:none}.ml-btn-secondary:hover{background:#0f3026}.ml-link-profile{color:#dfe;text-decoration:none}.ml-link-profile:hover{color:#fff}.ml-link-profile-icon{margin-left:6px;opacity:.6;transition:transform .12s ease,opacity .12s ease}.ml-link-profile:hover+.ml-link-profile-icon{opacity:.9;transform:translateY(-1px)}.ml-table{border-collapse:collapse;width:100%}.ml-table th{border-bottom:1px solid #194638;color:#cfe;font-weight:600;padding:8px 6px;text-align:left}.ml-table td{border-bottom:1px solid #113528;padding:8px 6px}.ml-form-badge{font-weight:700}.ml-form-badge.W{color:#50c878}.ml-form-badge.U{color:#d4c25a}.ml-form-badge.N{color:#e25b5b}.ml-dots{align-items:center;display:inline-flex;gap:6px}.ml-dot{background:#9db;border-radius:999px;height:8px;opacity:.9;width:8px}.ml-dot.W{background:#29e0ad;box-shadow:0 0 0 2px #29e0ad26}.ml-dot.U{background:#d4c25a;box-shadow:0 0 0 2px #d4c25a26}.ml-dot.N{background:#ff6b6b;box-shadow:0 0 0 2px #ff6b6b26}.ml-bleed{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right);width:100vw}.ml-fullbleed{left:100%;margin-left:calc(-50vw + env(safe-area-inset-left));margin-right:calc(-50vw + env(safe-area-inset-right));max-width:none;position:relative;right:50%;width:calc(100vw - env(safe-area-inset-left) - env(safe-area-inset-right))}@media (max-width:720px){.ml-fullbleed{left:50%;right:50%}}.ml-triple{grid-gap:16px;align-items:start;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));grid-template-columns:repeat(auto-fit,minmax(var(--widget-min-width),1fr))}.ml-header{--ml-header-height:48px;background:linear-gradient(90deg,#0f2b27,#0b2420);box-sizing:border-box;color:#e6efe9;height:var(--ml-header-height);position:relative;width:100%}.ml-header__logo{align-items:center;display:flex;flex:0 0 auto;overflow:hidden}.ml-header__logo,.ml-logo-link{height:var(--ml-header-height);margin:0;padding:0}.ml-logo-link{display:block}.ml-logo-full{border:0;display:block;height:var(--ml-header-height);margin:0;object-fit:contain;object-position:left center;outline:none;padding:0;width:auto}.ml-header__menu{align-items:center;display:flex;flex:1 1 auto;gap:16px;justify-content:flex-end;padding-right:0}.ml-header__actions{align-items:center;display:flex;gap:8px;padding-right:16px}.ml-action,.ml-actionWrap{position:relative}.ml-action{align-items:center;background:#0000;border:1px solid #ffffffa6;border-radius:12px;box-shadow:none;color:#fff;cursor:pointer;display:inline-flex;font-family:inherit;font-size:18px;justify-content:center;line-height:1;min-width:36px;padding:6px 8px;text-decoration:none;transition:transform .16s ease,background .16s ease,border-color .16s ease}.ml-action:hover{background:#ffffff24;border-color:#fffc;transform:translateY(-1px)}.ml-action.is-active{background:#ffffff2e;border-color:#fffffff2;transform:translateY(-1px)}.ml-action.has-unread{animation:ml-action-pulse 2.4s ease-in-out infinite;background:#ffd04029;border-color:#ffecabad;box-shadow:0 0 0 0 #ffd04047;color:#ffecc2}.ml-action.has-unread .ml-icon{stroke-width:1.9}.ml-action.has-unread .ml-action__badge{background:#ffe066;color:#0f2b27}.ml-action.is-active.has-unread{animation:none;box-shadow:none}.ml-action__icon{align-items:center;display:inline-flex;justify-content:center;position:relative;top:1px}.ml-icon{stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;fill:none;height:20px;width:20px}.ml-icon--chat{stroke-width:1.6}.ml-action__badge{align-items:center;background:#fff;border-radius:999px;box-shadow:0 6px 18px #00000073;color:#0b2420;display:flex;font-size:11px;font-weight:700;height:18px;justify-content:center;min-width:18px;padding:0 4px;position:absolute;right:-4px;top:-6px}@keyframes ml-action-pulse{0%{box-shadow:0 0 0 0 #ffd04038}50%{box-shadow:0 0 0 8px #ffd04014}to{box-shadow:0 0 0 0 #ffd04038}}.ml-burger{background:#0000;border:0;display:none;height:28px;padding:4px 2px;position:relative;width:36px}.ml-burger span{background:#dfe7e2;border-radius:2px;height:3px;left:4px;position:absolute;right:4px;transition:transform .2s ease,opacity .2s ease,top .2s ease,bottom .2s ease}.ml-burger span:first-child{top:6px}.ml-burger span:nth-child(2){top:12px}.ml-burger span:nth-child(3){top:18px}.ml-burger.is-open span:first-child{top:12px;transform:rotate(45deg)}.ml-burger.is-open span:nth-child(2){opacity:0}.ml-burger.is-open span:nth-child(3){top:12px;transform:rotate(-45deg)}.ml-nav{align-items:center;display:flex;gap:18px}.ml-nav__item{color:#d3d3d3;font-weight:600;padding:6px 8px;text-decoration:none;transition:color .16s ease,transform .16s ease}.ml-nav__item:hover{color:#fff;transform:translateY(-1px)}.ml-logout{align-items:center;display:flex;justify-content:center;margin-left:12px}.ml-actionWrap>.ml-popover{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#0c261ffa;border:1px solid #ffffff1f;border-radius:18px;box-shadow:0 30px 60px #0000008c;color:#e8f5ed;display:flex;flex-direction:column;left:auto;max-height:calc(100vh - var(--ml-header-height) - 32px);overflow:hidden;position:absolute;right:0;top:calc(100% + 12px);width:min(380px,calc(100vw - 32px));z-index:1200}@media (max-width:480px){.ml-actionWrap>.ml-popover{max-width:360px;right:-16px;width:calc(100vw - 16px)}}.ml-popover__header{align-items:center;border-bottom:1px solid #ffffff14;display:flex;justify-content:space-between;padding:14px 18px}.ml-popover__title{font-size:15px;font-weight:700;letter-spacing:.02em}.ml-popover__headerActions{align-items:center;display:flex;gap:10px}.ml-popover__link,.ml-popover__refresh{background:#0000;border:0;color:#cbe9dc;cursor:pointer;font-size:12px;font-weight:600;letter-spacing:.03em;text-decoration:none;text-transform:uppercase;transition:color .14s ease}.ml-popover__link:hover,.ml-popover__refresh:hover{color:#fff}.ml-popover__body{-webkit-overflow-scrolling:touch;overflow-y:auto}.ml-popover__list{list-style:none;margin:0;padding:0}.ml-popover__item{border-bottom:1px solid #ffffff12;display:flex;flex-direction:column;gap:6px;padding:14px 18px}.ml-popover__item:last-child{border-bottom:0}.ml-popover__item--link{padding:0}.ml-popover__item--unread{background:linear-gradient(135deg,#ffd70014,#ffc1070a);border:1px solid #ffd70026;border-radius:12px;overflow:hidden;position:relative}.ml-popover__item--unread:before{animation:shimmer 2s infinite;background:linear-gradient(90deg,#0000,#ffd70033,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;width:100%}@keyframes shimmer{0%{left:-100%}to{left:100%}}.ml-popover__item--unread .ml-popover__itemTitle{color:gold;text-shadow:0 0 8px #ffd7004d}.ml-popover__item--link>a{color:inherit;display:block;padding:14px 18px;text-decoration:none;transition:background .14s ease}.ml-popover__item--link>a:hover{background:#ffffff0d}.ml-popover__itemLinkBody{align-items:flex-start;display:flex;gap:12px}.ml-popover__avatar{align-items:center;background:#123226;border:1px solid #2b6b57;border-radius:999px;color:#a9ccbc;display:flex;flex:0 0 auto;font-weight:700;height:38px;justify-content:center;overflow:hidden;width:38px}.ml-popover__avatar img{height:100%;object-fit:cover;width:100%}.ml-popover__itemContent{display:flex;flex:1 1 auto;flex-direction:column;gap:6px}.ml-popover__itemRow{align-items:center;display:flex;gap:10px;justify-content:space-between}.ml-popover__itemTitle{font-size:15px;font-weight:600}.ml-popover__itemMeta{color:#9fbdaf;font-size:12px;letter-spacing:.01em}.ml-popover__itemText{color:#c5e1d4;font-size:13px;line-height:1.35}.ml-popover__itemLink{align-self:flex-start;border:1px solid #ffffff29;border-radius:999px;color:#f2fff8;font-size:12px;padding:6px 12px;text-decoration:none;transition:background .14s ease,border .14s ease}.ml-popover__itemLink:hover{background:#ffffff1f;border-color:#ffffff4d}.ml-popover__pill{background:linear-gradient(135deg,#ffd700e6,#ffc107cc);border:1px solid #ffd70080;border-radius:999px;box-shadow:0 0 8px #ffd70066;color:#1a1a1a;font-size:10px;font-weight:700;letter-spacing:.08em;padding:2px 8px;text-transform:uppercase}.ml-popover__empty,.ml-popover__error,.ml-popover__status{font-size:13px;line-height:1.4;padding:18px}.ml-popover__status{color:#c5ded3}.ml-popover__error{color:#fbb}.ml-popover__empty{color:#9fbeb0}.ml-popover__debug{border-top:1px dashed #ffffff1f;color:#7fcaaa;font-size:11px;line-height:1.4;padding:12px 18px 16px;word-break:break-word}@media (max-width:1024px){.ml-burger{display:inline-block}.ml-header__menu{background:#0c221d;border-bottom:1px solid #ffffff0f;display:block;left:0;max-height:0;overflow-y:hidden;position:fixed;right:0;top:var(--ml-header-height);transition:max-height .25s ease;z-index:1100}.ml-header__menu.is-open{max-height:50vh;overflow-y:auto}.ml-nav{grid-gap:10px;display:grid;gap:10px;padding:12px}}
/*# sourceMappingURL=main.dd80d550.css.map*/