*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--gold:#c8a84b;--gold-l:#e8cc7a;--gold-d:#8b6914;--bg:#090b10;--bg2:#0e1218;--bg3:#141820;--bg4:#1c2230;--border:#c8a84b26;--border2:#c8a84b4d;--text:#d4c9a8;--text2:#7e7a6e;--text3:#3e3b32;--red:#c44040;--green:#3a8a5a;--blue:#3a6fa8}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);min-height:100vh;font-family:DM Sans,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:DM Sans,sans-serif}.btn-primary{background:linear-gradient(135deg, var(--gold-d), var(--gold));color:#090b10;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;border:none;border-radius:3px;padding:.38rem 1rem;font-size:.78rem;font-weight:500;transition:opacity .2s}.btn-primary:hover{opacity:.85}.btn-primary:disabled{opacity:.4;cursor:not-allowed}.btn-ghost{border:1px solid var(--border2);color:var(--text2);background:0 0;border-radius:3px;padding:.36rem .9rem;font-size:.78rem;transition:all .2s}.btn-ghost:hover{border-color:var(--gold);color:var(--gold)}.btn-gold{border:1px solid var(--gold-d);color:var(--gold);text-transform:uppercase;letter-spacing:.04em;background:#c8a84b1a;border-radius:2px;padding:.28rem .7rem;font-size:.74rem;font-weight:500;transition:background .18s}.btn-gold:hover{background:#c8a84b33}.tag{text-transform:uppercase;letter-spacing:.06em;white-space:nowrap;border-radius:2px;padding:.1rem .36rem;font-size:.6rem;font-weight:500;display:inline-block}.tc{color:var(--gold-d);background:#c8a84b1a;border:1px solid #c8a84b33}.tr{color:#5a8fc8;background:#3c6fa81f;border:1px solid #3c6fa833}.tn{color:#4aaa70;background:#3a8a5a1f;border:1px solid #3a8a5a33}.tp{color:#cc6060;background:#b43c3c1f;border:1px solid #b43c3c33}.tg{color:#7e7a6e;background:#7e7a6e1a;border:1px solid #7e7a6e33}.input{background:var(--bg3);border:1px solid var(--border);color:var(--text);border-radius:2px;outline:none;width:100%;padding:.45rem .75rem;font-family:DM Sans,sans-serif;font-size:.85rem;transition:border-color .2s}.input:focus{border-color:var(--border2)}.input::placeholder{color:var(--text3)}select.input{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='5' viewBox='0 0 8 5'%3E%3Cpath d='M0 0l4 5 4-5z' fill='%238B6914'/%3E%3C/svg%3E");background-position:right .55rem center;background-repeat:no-repeat;padding-right:1.8rem}select.input option{background:var(--bg3)}.block{background:var(--bg2);border:1px solid var(--border);border-radius:3px}.block-title{color:var(--gold-d);text-transform:uppercase;letter-spacing:.18em;border-bottom:1px solid var(--border);background:#c8a84b08;padding:.8rem 1.1rem;font-family:Cinzel,serif;font-size:.72rem;font-weight:600}.spin{border:1.5px solid var(--text3);border-top-color:var(--gold);border-radius:50%;flex-shrink:0;width:14px;height:14px;animation:.7s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}.fade-in{animation:.22s fadeIn}
.AuthModal-module__eGxINa__overlay{z-index:200;background:#000000d9;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.AuthModal-module__eGxINa__modal{background:var(--bg2);border:1px solid var(--border2);width:100%;max-width:380px;padding:2rem;animation:.22s AuthModal-module__eGxINa__fadeIn;position:relative}.AuthModal-module__eGxINa__close{color:var(--text3);background:0 0;border:none;font-size:1.1rem;transition:color .2s;position:absolute;top:.9rem;right:1rem}.AuthModal-module__eGxINa__close:hover{color:var(--text)}.AuthModal-module__eGxINa__tabs{border-bottom:1px solid var(--border);gap:0;margin-bottom:1.4rem;display:flex}.AuthModal-module__eGxINa__tab{color:var(--text2);text-transform:uppercase;letter-spacing:.1em;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1px;padding:.5rem 1rem;font-family:Cinzel,serif;font-size:.68rem;transition:all .18s}.AuthModal-module__eGxINa__tab:hover{color:var(--text)}.AuthModal-module__eGxINa__tab.AuthModal-module__eGxINa__active{color:var(--gold);border-bottom-color:var(--gold)}.AuthModal-module__eGxINa__form{flex-direction:column;gap:.75rem;display:flex}.AuthModal-module__eGxINa__error{color:#cc6060;background:#c440401a;border:1px solid #c440404d;border-radius:2px;padding:.4rem .7rem;font-size:.78rem}.AuthModal-module__eGxINa__vkBtn{color:#fff;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;background:#07f;border:none;justify-content:center;align-items:center;gap:.55rem;width:100%;padding:.7rem 1rem;font-family:Cinzel,serif;font-size:.82rem;transition:background .18s,transform .1s;display:flex}.AuthModal-module__eGxINa__vkBtn:hover:not(:disabled){background:#1e85ff}.AuthModal-module__eGxINa__vkBtn:active:not(:disabled){transform:translateY(1px)}.AuthModal-module__eGxINa__vkBtn:disabled{opacity:.45;cursor:not-allowed}.AuthModal-module__eGxINa__consent{background:var(--bg3);border:1px solid var(--border);cursor:pointer;border-radius:3px;align-items:flex-start;gap:.55rem;margin-bottom:1rem;padding:.7rem .85rem;transition:border-color .18s,background .18s;display:flex}.AuthModal-module__eGxINa__consent:hover{border-color:var(--border2)}.AuthModal-module__eGxINa__consent:has(input:checked){border-color:var(--gold-d);background:#c8a84b0a}.AuthModal-module__eGxINa__consentBox{appearance:none;border:1.5px solid var(--text3);background:var(--bg2);cursor:pointer;border-radius:2px;flex-shrink:0;width:16px;height:16px;margin-top:.15rem;transition:border-color .15s,background .15s;position:relative}.AuthModal-module__eGxINa__consentBox:hover{border-color:var(--gold-d)}.AuthModal-module__eGxINa__consentBox:checked{border-color:var(--gold);background:var(--gold)}.AuthModal-module__eGxINa__consentBox:checked:after{content:"";border:2px solid #090b10;border-width:0 2px 2px 0;width:5px;height:9px;position:absolute;top:.5px;left:4px;transform:rotate(45deg)}.AuthModal-module__eGxINa__consentText{color:var(--text2);-webkit-user-select:none;user-select:none;font-size:.76rem;line-height:1.5}
.Header-module__hBw1pG__header{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);background:#090b10f7;justify-content:space-between;align-items:center;gap:1rem;height:54px;padding:0 1.5rem;display:flex;position:sticky;top:0}.Header-module__hBw1pG__logo{color:var(--gold);letter-spacing:.08em;flex-shrink:0;align-items:center;gap:.45rem;font-family:Cinzel,serif;font-size:1.25rem;font-weight:700;display:flex}.Header-module__hBw1pG__logoText{display:inline}.Header-module__hBw1pG__gem{border:1.5px solid var(--gold-d);flex-shrink:0;width:18px;height:18px;position:relative;transform:rotate(45deg)}.Header-module__hBw1pG__gem:before{content:"";background:var(--gold);position:absolute;inset:3px}.Header-module__hBw1pG__collapsible{display:contents}.Header-module__hBw1pG__nav{flex:1;justify-content:center;align-items:center;gap:.3rem;display:flex}.Header-module__hBw1pG__navLink{text-transform:uppercase;letter-spacing:.1em;color:var(--text2);white-space:nowrap;border-radius:2px;align-items:center;gap:.3rem;padding:.35rem .75rem;font-family:Cinzel,serif;font-size:.68rem;transition:all .2s;display:flex}.Header-module__hBw1pG__navLink:hover{color:var(--gold);background:#c8a84b0f}.Header-module__hBw1pG__navIcon{object-fit:contain;opacity:.85;flex-shrink:0;width:16px;height:16px;transition:opacity .2s,filter .2s}.Header-module__hBw1pG__navLink:hover .Header-module__hBw1pG__navIcon{opacity:1;filter:drop-shadow(0 0 4px #c8a84b66)}.Header-module__hBw1pG__navAdmin{color:var(--gold-d)}.Header-module__hBw1pG__navTextFull{display:inline}.Header-module__hBw1pG__navTextShort{display:none}.Header-module__hBw1pG__right{flex-shrink:0;align-items:center;gap:.7rem;display:flex}.Header-module__hBw1pG__socials{border-right:1px solid var(--border);align-items:center;gap:.4rem;margin-right:.15rem;padding-right:.65rem;display:flex}.Header-module__hBw1pG__socialLink{background:var(--bg2);border:1px solid var(--border);border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:border-color .2s,background .2s,transform .15s,box-shadow .25s;display:inline-flex;position:relative}.Header-module__hBw1pG__socialLink:after{content:"";opacity:0;pointer-events:none;z-index:-1;background:radial-gradient(circle,#c8a84b38 0%,#0000 70%);border-radius:50%;transition:opacity .25s;position:absolute;inset:-3px}.Header-module__hBw1pG__socialLink:hover{border-color:var(--gold);background:#c8a84b12;transform:translateY(-1px)}.Header-module__hBw1pG__socialLink:hover:after{opacity:1}.Header-module__hBw1pG__socialLink:active{transform:translateY(0)}.Header-module__hBw1pG__socialIcon{object-fit:contain;filter:brightness(.92)saturate(.85);width:18px;height:18px;transition:filter .2s}.Header-module__hBw1pG__socialLink:hover .Header-module__hBw1pG__socialIcon{filter:brightness(1.15)saturate(1.15)}.Header-module__hBw1pG__profileChip{border:1px solid var(--border);color:var(--text1);border-radius:999px;align-items:center;gap:.5rem;padding:.25rem .7rem .25rem .3rem;text-decoration:none;transition:border-color .18s,background .18s,transform 80ms;display:flex}.Header-module__hBw1pG__profileChip:hover{border-color:var(--gold);background:#c8a84b12}.Header-module__hBw1pG__profileChip:active{transform:translateY(1px)}.Header-module__hBw1pG__profileAvatar{object-fit:cover;border:1px solid var(--border2);border-radius:50%;flex-shrink:0;width:26px;height:26px}.Header-module__hBw1pG__profileAvatarFallback{background:var(--bg1);border:1px solid var(--border2);width:26px;height:26px;color:var(--gold);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-family:Cinzel,serif;font-size:.7rem;display:flex}.Header-module__hBw1pG__profileName{letter-spacing:.08em;text-transform:uppercase;text-overflow:ellipsis;white-space:nowrap;max-width:120px;font-family:Cinzel,serif;font-size:.7rem;overflow:hidden}.Header-module__hBw1pG__addBtn{display:inline-block}.Header-module__hBw1pG__addBtnShort{padding:.38rem .65rem;display:none}.Header-module__hBw1pG__loginBtn{white-space:nowrap}.Header-module__hBw1pG__burger{background:var(--bg2);border:1px solid var(--border);cursor:pointer;border-radius:3px;flex-direction:column;justify-content:center;align-items:center;gap:4px;width:38px;height:38px;padding:0;transition:border-color .18s,background .18s;display:none}.Header-module__hBw1pG__burger:hover{border-color:var(--gold);background:#c8a84b12}.Header-module__hBw1pG__burger span{background:var(--gold);transform-origin:50%;border-radius:1px;width:18px;height:2px;transition:transform .25s,opacity .2s;display:block}.Header-module__hBw1pG__burgerOpen span:first-child{transform:translateY(6px)rotate(45deg)}.Header-module__hBw1pG__burgerOpen span:nth-child(2){opacity:0}.Header-module__hBw1pG__burgerOpen span:nth-child(3){transform:translateY(-6px)rotate(-45deg)}@media (max-width:700px){.Header-module__hBw1pG__header{gap:.5rem;padding:0 .8rem}.Header-module__hBw1pG__burger{display:flex}.Header-module__hBw1pG__collapsible{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--border);opacity:0;pointer-events:none;visibility:hidden;background:#090b10fa;flex-direction:column;gap:.85rem;max-height:calc(100vh - 54px);padding:.9rem 1rem 1.1rem;transition:transform .22s,opacity .22s,visibility 0s .22s;display:flex;position:absolute;top:54px;left:0;right:0;overflow-y:auto;transform:translateY(-12px);box-shadow:0 8px 24px #00000073}.Header-module__hBw1pG__collapsibleOpen{opacity:1;pointer-events:auto;visibility:visible;transition:transform .22s,opacity .22s,visibility;transform:translateY(0)}.Header-module__hBw1pG__nav{flex-direction:column;flex:none;justify-content:flex-start;align-items:stretch;gap:.15rem;width:100%}.Header-module__hBw1pG__navLink{letter-spacing:.08em;border-radius:3px;gap:.75rem;width:100%;padding:.7rem .85rem;font-size:.76rem}.Header-module__hBw1pG__navIcon{opacity:.9;width:22px;height:22px}.Header-module__hBw1pG__navTextShort{display:none}.Header-module__hBw1pG__navTextFull{display:inline}.Header-module__hBw1pG__right{border-top:1px solid var(--border);flex-direction:column;align-items:stretch;gap:.55rem;width:100%;padding-top:.85rem}.Header-module__hBw1pG__socials{border-right:none;justify-content:center;gap:.9rem;margin-right:0;padding-right:0}.Header-module__hBw1pG__socialLink{width:36px;height:36px}.Header-module__hBw1pG__socialIcon{width:19px;height:19px}.Header-module__hBw1pG__profileChip{justify-content:flex-start;width:100%;padding:.4rem .8rem .4rem .35rem}.Header-module__hBw1pG__profileName{max-width:none;font-size:.76rem;display:inline}.Header-module__hBw1pG__loginBtn{width:100%;padding:.55rem 1rem;font-size:.82rem}.Header-module__hBw1pG__addBtn{text-align:center;width:100%;padding:.55rem 1rem;font-size:.8rem;display:block}.Header-module__hBw1pG__addBtnShort{display:none}}@media (max-width:380px){.Header-module__hBw1pG__logoText{display:none}}
.Footer-module__S6Hkya__footer{border-top:1px solid var(--border);background:var(--bg);color:var(--text2);margin-top:4rem}.Footer-module__S6Hkya__inner{grid-template-columns:1.4fr 1fr 1fr;gap:2rem;max-width:1200px;margin:0 auto;padding:2.4rem 1.6rem 1.6rem;display:grid}.Footer-module__S6Hkya__col{flex-direction:column;gap:.5rem;display:flex}.Footer-module__S6Hkya__colTitle{letter-spacing:.22em;text-transform:uppercase;color:var(--gold-d);margin-bottom:.4rem;font-family:Cinzel,serif;font-size:.62rem}.Footer-module__S6Hkya__brand{align-items:center;gap:.55rem;margin-bottom:.4rem;display:flex}.Footer-module__S6Hkya__gem{background:linear-gradient(135deg, var(--gold-d), var(--gold));border-radius:2px;width:14px;height:14px;transform:rotate(45deg);box-shadow:0 0 10px #c8a84b59}.Footer-module__S6Hkya__brandText{color:#f0e8c8;letter-spacing:.1em;font-family:Cinzel,serif;font-size:1rem;font-weight:700}.Footer-module__S6Hkya__about{color:var(--text3);max-width:340px;margin:0;font-size:.82rem;line-height:1.5}.Footer-module__S6Hkya__link{color:var(--text2);padding:.15rem 0;font-size:.84rem;text-decoration:none;transition:color .15s}.Footer-module__S6Hkya__link:hover{color:var(--gold)}.Footer-module__S6Hkya__bottom{border-top:1px solid var(--border);max-width:1200px;color:var(--text3);justify-content:space-between;align-items:center;margin:0 auto;padding:.9rem 1.6rem;font-size:.76rem;display:flex}.Footer-module__S6Hkya__bottomLink{color:var(--text3);text-decoration:none}.Footer-module__S6Hkya__bottomLink:hover{color:var(--gold)}@media (max-width:700px){.Footer-module__S6Hkya__inner{grid-template-columns:1fr;gap:1.4rem;padding:1.8rem 1rem 1rem}.Footer-module__S6Hkya__bottom{text-align:center;flex-direction:column;gap:.4rem;padding:.8rem 1rem}}
