@import"https://fonts.googleapis.com/css2?family=Unbounded:wght@400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Orbitron:wght@600&display=swap";@import"https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600;700&display=swap";:root{--bg-color: #0a0a0a;--bg-transparent: rgba(10, 10, 10, 0);--carousel-speed: 50s;--head-group-width: 50%}*{box-sizing:border-box}body{margin:0;padding:0;overflow-x:hidden;overflow-y:auto;background-color:var(--bg-color);color:#fff;font-family:Unbounded,sans-serif}#root{height:100vh}.amethyst{background:var(--bg-color);min-height:100vh;position:relative;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:80px 20px}@media(min-width:1024px){.amethyst{align-items:flex-start;padding-left:5%;padding-top:0;padding-bottom:0}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes topBarSlideDown{0%{transform:translate(-50%,-100%);opacity:0}to{transform:translate(-50%);opacity:1}}@keyframes gradientText{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes glow{0%,to{text-shadow:0 0 20px rgba(255,255,255,.1)}50%{text-shadow:0 0 40px rgba(255,255,255,.3)}}.topbar{position:fixed;top:1.5rem;left:50%;transform:translate(-50%);width:calc(100% - 3rem);max-width:none;padding:.5rem 1.25rem;z-index:1001;background:#0a0a0a99;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.05);border-radius:16px;display:flex;justify-content:center;box-shadow:none;animation:topBarSlideDown .8s cubic-bezier(.22,1,.36,1) forwards;transition:all .6s cubic-bezier(.22,1,.36,1)}.topbar.scrolled{top:0;width:100%;max-width:100%;border-radius:0;border:1px solid transparent;border-bottom:1px solid rgba(255,255,255,.05);background:#0a0a0acc}.topbar-content{width:100%;max-width:1500px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}@media(max-width:768px){.topbar-content{display:flex;justify-content:space-between}}.topbar-center{display:flex;justify-content:center;align-items:center}@media(max-width:768px){.topbar-center{display:none}}.logo{justify-self:start;font-weight:700;font-size:1.5rem;color:#fff;opacity:1;letter-spacing:-.05em;display:flex;align-items:center}.nav-links{justify-self:end;display:flex;gap:2rem;align-items:center}@media(max-width:768px){.nav-links{display:none}.topbar{top:1rem;width:calc(100% - 2rem);padding:.4rem 1rem}}.nav-link{font-size:.9rem;font-weight:500;color:#fff9;opacity:1;border:none;background:none;padding:0;text-decoration:none;transition:color .2s ease}.nav-link:hover,.nav-link.active{color:#fff}.nav-link.active svg{color:#fff}.hero-section{padding:80px 0;width:100%;max-width:1600px;background:var(--bg-color);position:relative;overflow:hidden;display:flex;justify-content:flex-start;align-items:center;margin-top:-120px}.hero-wrapper{display:flex;flex-direction:column;align-items:center;gap:40px;width:100%;max-width:1400px}@media(min-width:1024px){.hero-wrapper{flex-direction:row;align-items:center;gap:clamp(40px,5vw,100px);justify-content:space-between}}.hero-section:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(158,90,253,.05) 0%,transparent 70%);pointer-events:none;z-index:-1;animation:rotate 20s linear infinite}.hero-content{display:flex;flex-direction:column;gap:32px;align-items:flex-start}.title-group{display:flex;flex-direction:column;gap:8px}.subtitle{font-size:64px;font-weight:700;color:#ffffff1a;margin:0;line-height:1}.subtitle.bottom{color:#ffffff1a}.main-title{font-size:clamp(32px,5vw,59px);font-weight:700;background:linear-gradient(90deg,#fff,#ffffff80,#fff);background-size:200% auto;animation:gradientText 3s linear infinite;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin:0;line-height:1.1;max-width:800px}.hero-description{font-size:16px;line-height:1.6;color:#fff9;max-width:100%;margin:0}@media(min-width:1024px){.hero-description{max-width:500px}.hero-content{flex:1}}.server-info{display:flex;gap:32px;margin-top:-10px}.info-item{display:flex;align-items:center;gap:8px;color:#fff9;font-size:14px}.info-item i{color:#ffffff4d}.buttons-container{display:flex;flex-direction:column;gap:12px;margin-top:-5px;width:100%}@media(min-width:768px){.buttons-container{flex-direction:row;align-items:center;gap:15px}}.copy-ip-btn{background:#111;border:1px solid #181818;border-radius:12px;color:#fff;padding:12px 24px;font-family:Unbounded,sans-serif;font-size:14px;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:all .2s ease}.copy-ip-btn:hover{transform:scale(.98);background:#0a0a0a}.social-buttons{display:flex;gap:12px}.boosty-social-btn,.telegram-social-btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 20px;border-radius:12px;font-family:Unbounded,sans-serif;font-size:14px;cursor:pointer;transition:all .2s ease}.boosty-social-btn{border:1.5px solid rgba(239,120,41,.2);color:#ef7829;background:#21150d}.telegram-social-btn{border:1.5px solid #072231;color:#229ed9;background:#091217}.boosty-social-btn:hover,.telegram-social-btn:hover{background:#0a0a0a;transform:scale(.98)}.hero-features-grid{display:grid;grid-template-columns:1fr;gap:12px;width:100%;max-width:600px}@media(min-width:768px){.hero-features-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1280px){.hero-features-grid{grid-template-columns:repeat(3,minmax(200px,1fr));grid-template-rows:repeat(3,clamp(100px,12vh,140px));width:50%;max-width:800px;gap:16px;flex-shrink:0}}.feature-card{padding:24px;border-radius:24px;border:1px solid rgba(255,255,255,.05);display:flex;flex-direction:column;justify-content:flex-start;transition:transform .3s ease}.feature-card:hover{transform:translateY(-5px)}.feature-card h3{font-size:1.2rem;font-weight:700;margin:0 0 8px;line-height:1.2}.feature-card p{font-size:.85rem;color:#fff9;margin:0;line-height:1.4}.feature-card.blue{background:#9e5afd;color:#fff;border-color:#fff3}.feature-card.blue p{color:#fffc}.feature-card.dark{background:#111;color:#fff}@media(min-width:1280px){.feature-card.wide{grid-column:1 / 3}.feature-card.tall{grid-row:span 2}.hero-features-grid div:nth-child(2){grid-column:3;grid-row:1 / 3}.hero-features-grid div:nth-child(3){grid-column:1;grid-row:2 / 4}.hero-features-grid div:nth-child(4){grid-column:2;grid-row:2 / 4}.hero-features-grid div:nth-child(5){grid-column:3;grid-row:3}}.footer-bottom{border-top:none;padding-top:20px;display:flex;flex-direction:column;align-items:center;gap:16px;color:#fff6;font-size:14px;text-align:center}@media(min-width:768px){.footer-bottom{flex-direction:row;justify-content:space-between;text-align:left}}.footer{margin-top:80px;padding:40px 20px;background:#0a0a0a;border-top:none}@media(min-width:1024px){.footer{margin-top:120px;padding:60px 80px 40px}}.boosty-icon{width:20px;height:20px;margin-right:6px}.mods-section,.pricing-section,.testimonials-section,.advantages-section,.online-stats,.access-info-section{padding:60px 20px;max-width:1200px;margin:0 auto;background:var(--bg-color)}@media(min-width:1024px){.mods-section,.pricing-section,.testimonials-section,.advantages-section,.online-stats,.access-info-section{padding:100px 40px}}.section-title{font-size:48px;font-weight:800;text-transform:uppercase;margin-bottom:50px;text-align:center;background:linear-gradient(180deg,#fff,#ffffff4d);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.mods-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px}.mod-card{background:#ffffff08;border:1px solid rgba(255,255,255,.05);border-radius:20px;padding:32px;transition:all .3s ease}.mod-card:hover{background:#ffffff0d;transform:translateY(-10px);border-color:#ffffff1a}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:32px}.pricing-card{background:#ffffff08;border:1px solid rgba(255,255,255,.05);border-radius:24px;padding:48px;position:relative;overflow:hidden}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:32px}.testimonial-card{background:#ffffff08;border:1px solid rgba(255,255,255,.05);border-radius:20px;padding:32px}.online-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:40px;text-align:center}.stat-item .value{font-size:64px;font-weight:800;display:block}.stat-item .label{font-size:14px;color:#fff6;text-transform:uppercase;letter-spacing:2px}@media(max-width:768px){.content-wrapper{padding-top:80px}}.content-wrapper{padding-top:120px;min-height:100vh}.placeholder-container{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;text-align:center;width:100%;min-height:calc(100vh - 120px);padding:40px 20px}.placeholder-text{font-size:1.25rem;color:#fff9;margin-top:1.5rem}.exchange-view{align-items:center!important;padding:120px 20px 80px!important}.exchange-header{display:flex;justify-content:space-between;align-items:flex-end;width:100%;max-width:1000px;margin-bottom:40px;gap:20px}.price-info{display:flex;flex-direction:column;gap:8px}.coin-label{display:flex;align-items:center;gap:12px}.coin-icon{width:32px;height:32px;background:#9e5afd;border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:700;color:#fff}.exchange-header h1{font-size:1.5rem;margin:0;color:#fff}.main-price{font-size:2.5rem;font-weight:700;margin:0}.main-price.positive{color:#22c55e}.main-price.negative{color:#ef4444}.price-stats{display:flex;align-items:center;gap:12px;font-size:.9rem}.price-stats .up{color:#22c55e;display:flex;align-items:center;gap:4px}.price-stats .down{color:#ef4444;display:flex;align-items:center;gap:4px}.price-stats .label{color:#fff6}.market-badges{display:flex;gap:24px}.badge{display:flex;flex-direction:column;gap:4px}.badge .label{font-size:12px;color:#fff6;text-transform:uppercase}.badge .value{font-size:14px;color:#fff;font-weight:600}.chart-container{flex:1;background:#ffffff05;border:1px solid rgba(255,255,255,.05);border-radius:24px;padding:20px;position:relative;overflow:hidden;display:flex;align-items:center}.chart-container svg{width:100%;height:auto;display:block}.exchange-footer-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;width:100%;max-width:1000px}.info-card{background:#ffffff08;border:1px solid rgba(255,255,255,.05);border-radius:20px;padding:20px;transition:all .3s ease}.info-card:hover{background:#ffffff0d;transform:translateY(-5px)}.info-card h3{font-size:.9rem;color:#fff6;margin:0 0 8px}.info-card p{font-size:1.25rem;font-weight:700;margin:0;color:#fff}.info-card .icon{margin-bottom:12px;color:#9e5afd}@media(max-width:768px){.exchange-header{flex-direction:column;align-items:flex-start}.main-price{font-size:2rem}.market-badges{flex-direction:row;flex-wrap:wrap}}.balance-display{display:flex;flex-direction:column;gap:4px;background:#9e5afd1a;border:1px solid rgba(158,90,253,.2);border-radius:12px;padding:12px 20px}.balance-label{font-size:12px;color:#fff6;text-transform:uppercase}.balance-value{font-size:1.5rem;font-weight:700;color:#9e5afd}.trading-layout{display:flex;gap:24px;width:100%;max-width:1200px;align-items:stretch}.trading-panel{background:#ffffff08;border:1px solid rgba(255,255,255,.05);border-radius:20px;padding:28px;width:280px;flex-shrink:0;display:flex;flex-direction:column;gap:24px}.trading-panel h3{margin:0;font-size:1.1rem;color:#fff}.bet-info{font-size:.9rem;color:#ffffff80;margin:0}.trade-buttons{display:flex;flex-direction:column;gap:16px}.trade-btn{display:flex;align-items:center;justify-content:center;gap:10px;padding:18px 28px;border:none;border-radius:14px;font-family:Unbounded,sans-serif;font-size:15px;font-weight:700;cursor:pointer;transition:all .2s ease;width:100%}.trade-btn.long{background:#22c55e33;color:#22c55e;border:1px solid rgba(34,197,94,.3)}.trade-btn.long:hover:not(:disabled){background:#22c55e4d;transform:scale(1.02)}.trade-btn.short{background:#ef444433;color:#ef4444;border:1px solid rgba(239,68,68,.3)}.trade-btn.short:hover:not(:disabled){background:#ef44444d;transform:scale(1.02)}.trade-btn:disabled{opacity:.4;cursor:not-allowed}.active-trade{display:flex;flex-direction:column;align-items:center;gap:12px;padding:16px;background:#ffffff05;border-radius:12px}.trade-indicator{display:flex;align-items:center;gap:8px;font-weight:700;font-size:1.1rem}.trade-indicator.long{color:#22c55e}.trade-indicator.short{color:#ef4444}.trade-start{font-size:.85rem;color:#ffffff80;margin:0}.countdown{font-size:.9rem;color:#fff9;animation:pulse 1s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.trade-result{padding:12px;border-radius:8px;text-align:center;font-weight:700;font-size:1.1rem;animation:fadeIn .3s ease}.trade-result.win{background:#22c55e33;color:#22c55e}.trade-result.lose{background:#ef444433;color:#ef4444}.trade-result.draw{background:#ffffff1a;color:#fff9}.trade-hint{font-size:.75rem;color:#ffffff4d;text-align:center;margin:0}@media(max-width:900px){.trading-layout{flex-direction:column}.trading-panel{width:100%;min-width:unset}}.bet-selector{display:flex;flex-direction:column;gap:12px;align-items:center}.selector-label{font-size:12px;color:#fff6;text-transform:uppercase}.selector-controls{display:flex;align-items:center;justify-content:center;gap:16px}.selector-btn{width:40px;height:40px;border-radius:10px;border:1px solid rgba(255,255,255,.1);background:#ffffff0d;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.selector-btn:hover:not(:disabled){background:#ffffff1a}.selector-btn:disabled{opacity:.3;cursor:not-allowed}.selector-value{font-size:1.25rem;font-weight:700;color:#fff;min-width:80px;text-align:center}.duration-buttons{display:flex;gap:8px}.duration-btn{flex:1;padding:14px 20px;border-radius:10px;border:1px solid rgba(255,255,255,.1);background:#ffffff08;color:#ffffff80;font-family:Unbounded,sans-serif;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease}.duration-btn:hover:not(:disabled){background:#ffffff14}.duration-btn.active{background:#9e5afd33;border-color:#9e5afd66;color:#9e5afd}.duration-btn:disabled{opacity:.4;cursor:not-allowed}.countdown-timer{display:flex;flex-direction:column;align-items:center;padding:12px 20px;background:#ffffff0d;border-radius:12px}.countdown-number{font-size:2rem;font-weight:700;color:#fff;line-height:1}.countdown-label{font-size:.75rem;color:#fff6;text-transform:uppercase}.chat-view{padding:20px;min-height:calc(100vh - 80px);display:flex;align-items:center;justify-content:center}.chat-container{width:100%;max-width:700px;height:calc(100vh - 140px);display:flex;flex-direction:column;background:#ffffff05;border:1px solid rgba(255,255,255,.08);border-radius:24px;overflow:hidden}.chat-header{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;background:#0003;border-bottom:1px solid rgba(255,255,255,.05)}.chat-header h2{margin:0;font-size:1.1rem;color:#fff}.logged-as{font-size:13px;color:#ffffff80}.logged-as strong{color:#9e5afd}.online-count{font-size:13px;color:#fff6}.chat-messages{flex:1;overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:16px}.chat-empty{display:flex;align-items:center;justify-content:center;height:100%;color:#ffffff4d}.chat-message{display:flex;gap:12px;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.msg-avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#9e5afd,#7c3aed);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;color:#fff;flex-shrink:0}.msg-content{flex:1;min-width:0;text-align:left}.msg-header{display:flex;align-items:baseline;gap:8px;margin-bottom:4px}.msg-username{font-weight:600;color:#9e5afd;font-size:14px}.msg-time{font-size:11px;color:#ffffff4d}.msg-text{margin:0;color:#ffffffe6;line-height:1.5;word-break:break-word;text-align:left}.chat-input-form{display:flex;gap:12px;padding:16px 20px;background:#0003;border-top:1px solid rgba(255,255,255,.05)}.chat-input{flex:1;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:12px 16px;color:#fff;font-family:inherit;font-size:14px;transition:border-color .2s ease}.chat-input:focus{outline:none;border-color:#9e5afd66}.chat-input::placeholder{color:#ffffff4d}.chat-send-btn{width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,#9e5afd,#7c3aed);border:none;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.chat-send-btn:hover:not(:disabled){transform:scale(1.05);box-shadow:0 4px 20px #9e5afd66}.chat-send-btn:disabled{opacity:.4;cursor:not-allowed}.feed-view{padding:40px 20px;min-height:100vh}.feed-container{max-width:600px;margin:0 auto}.feed-title{display:flex;align-items:center;gap:12px;font-size:1.5rem;margin-bottom:24px;color:#fff}.feed-title svg{color:#9e5afd}.post-form{background:#ffffff08;border:1px solid rgba(255,255,255,.05);border-radius:16px;padding:20px;margin-bottom:24px}.post-form-header{display:flex;align-items:center;gap:12px;margin-bottom:16px}.user-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#9e5afd,#7c3aed);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px;color:#fff}.user-name{font-weight:600;color:#fff}.post-input{width:100%;min-height:100px;background:#0003;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:14px;color:#fff;font-family:inherit;font-size:15px;resize:vertical;transition:border-color .2s ease}.post-input:focus{outline:none;border-color:#9e5afd66}.post-input::placeholder{color:#ffffff4d}.post-form-footer{display:flex;justify-content:space-between;align-items:center;margin-top:12px}.char-count{font-size:13px;color:#ffffff4d}.post-submit-btn{display:flex;align-items:center;gap:8px;padding:12px 20px;background:linear-gradient(135deg,#9e5afd,#7c3aed);border:none;border-radius:10px;color:#fff;font-family:Unbounded,sans-serif;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease}.post-submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 20px #9e5afd66}.post-submit-btn:disabled{opacity:.5;cursor:not-allowed}.login-prompt{display:flex;flex-direction:column;align-items:center;gap:12px;padding:40px;background:#ffffff05;border:1px dashed rgba(255,255,255,.1);border-radius:16px;margin-bottom:24px;color:#fff6}.posts-list{display:flex;flex-direction:column;gap:16px}.no-posts{display:flex;flex-direction:column;align-items:center;gap:12px;padding:60px 20px;color:#ffffff4d;text-align:center}.no-posts svg{opacity:.3}.no-posts p{font-size:1.1rem;margin:0}.no-posts span{font-size:.9rem;opacity:.7}.post-card{background:#ffffff08;border:1px solid rgba(255,255,255,.05);border-radius:16px;padding:20px;transition:all .2s ease}.post-card:hover{background:#ffffff0d}.post-header{display:flex;align-items:center;gap:12px;margin-bottom:12px}.post-avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#9e5afd,#7c3aed);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;color:#fff}.post-meta{display:flex;flex-direction:column;gap:2px}.post-username{font-weight:600;color:#fff;font-size:14px}.post-time{font-size:12px;color:#fff6}.post-content{margin:0;color:#ffffffd9;line-height:1.6;white-space:pre-wrap;word-break:break-word}.profile-view{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:var(--bg-color);overflow:hidden}.profile-loading{display:flex;flex-direction:column;align-items:center;gap:16px;color:#ffffff80}.loading-spinner{width:40px;height:40px;border:3px solid rgba(158,90,253,.2);border-top-color:#9e5afd;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.profile-container{width:100%;max-width:500px;display:flex;flex-direction:column;gap:20px}.profile-header-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:24px;padding:32px;display:flex;flex-direction:column;align-items:center;gap:20px;position:relative;overflow:hidden}.profile-header-card:before{content:"";position:absolute;top:0;left:0;right:0;height:100px;background:linear-gradient(135deg,#9e5afd33,#7c3aed1a);z-index:0}.profile-avatar-section{position:relative;z-index:1}.profile-avatar{width:120px;height:120px;border-radius:20px;border:4px solid rgba(158,90,253,.5);box-shadow:0 8px 32px #9e5afd4d}.profile-status{position:absolute;bottom:8px;right:8px;width:20px;height:20px;border-radius:50%;border:3px solid #0a0a0a}.profile-status.online{background:#22c55e;box-shadow:0 0 12px #22c55e80}.profile-status.offline{background:#6b7280}.profile-info{display:flex;flex-direction:column;align-items:center;gap:8px;z-index:1}.profile-nickname{font-size:1.75rem;font-weight:700;margin:0;color:#fff}.profile-role{display:flex;align-items:center;gap:6px;padding:6px 14px;background:#9e5afd26;border:1px solid rgba(158,90,253,.3);border-radius:20px;font-size:13px;color:#9e5afd}.profile-stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.stat-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:16px 20px;display:flex;flex-direction:row;align-items:center;gap:16px;transition:all .2s ease}.stat-card:hover{background:#ffffff0d;transform:translateY(-2px)}.stat-icon{width:48px;height:48px;border-radius:12px;background:#9e5afd26;display:flex;align-items:center;justify-content:center;color:#9e5afd;flex-shrink:0}.stat-icon.coins{background:#eab30826;color:#eab308}.stat-icon.time{background:#22c55e26;color:#22c55e}.stat-content{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.stat-value{font-size:1.1rem;font-weight:700;color:#fff}.stat-label{font-size:11px;color:#fff6;text-transform:uppercase}.profile-info-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:24px}.profile-info-card h2{font-size:1rem;font-weight:600;color:#fff;margin:0 0 20px}.info-list{display:flex;flex-direction:column;gap:16px}.info-item{display:flex;align-items:center;gap:16px;padding:12px 16px;background:#ffffff05;border-radius:12px;transition:background .2s ease}.info-item:hover{background:#ffffff0d}.info-icon{width:40px;height:40px;border-radius:10px;background:#ffffff0d;display:flex;align-items:center;justify-content:center;color:#ffffff80;flex-shrink:0}.info-content{display:flex;flex-direction:column;gap:2px}.info-label{font-size:12px;color:#fff6}.info-value{font-size:14px;color:#fff;font-weight:500}.logout-btn{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:16px;background:#ef44441a;border:1px solid rgba(239,68,68,.2);border-radius:14px;color:#ef4444;font-family:Unbounded,sans-serif;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.logout-btn:hover{background:#ef444426;border-color:#ef44444d}@media(max-width:500px){.profile-stats-grid{grid-template-columns:1fr}.stat-card{flex-direction:row;justify-content:flex-start;gap:16px}.stat-content{align-items:flex-start}}.hero-wrapper-vertical{display:flex;flex-direction:column;align-items:flex-start;gap:60px;width:100%;max-width:1200px;padding:0 20px}.hero-content-centered{display:flex;flex-direction:column;gap:32px;align-items:flex-start;text-align:left;max-width:700px}.hero-content-centered .title-group{align-items:flex-start}.hero-content-centered .hero-description{text-align:left;max-width:600px}.hero-content-centered .server-info{justify-content:flex-start}.hero-content-centered .buttons-container{align-items:flex-start;justify-content:flex-start}.hero-features-grid-bottom{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;width:100%;max-width:1200px}.feature-card-big{padding:32px;border-radius:24px;border:1px solid rgba(255,255,255,.05);display:flex;flex-direction:column;justify-content:flex-start;transition:transform .3s ease;min-height:180px}.feature-card-big:hover{transform:translateY(-5px)}.feature-card-big h3{font-size:1.3rem;font-weight:700;margin:0 0 12px;line-height:1.2}.feature-card-big p{font-size:.9rem;color:#fff9;margin:0;line-height:1.5}.feature-card-big.blue{background:#9e5afd;color:#fff;border-color:#fff3}.feature-card-big.blue p{color:#fffc}.feature-card-big.dark{background:#111;color:#fff}@media(max-width:1200px){.hero-features-grid-bottom{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.hero-features-grid-bottom{grid-template-columns:repeat(2,1fr)}.feature-card-big{min-height:150px;padding:24px}.feature-card-big h3{font-size:1.1rem}}@media(max-width:500px){.hero-features-grid-bottom{grid-template-columns:1fr}}@media(max-width:640px){.amethyst{margin-top:-180px;padding:0 12px 20px;min-height:auto;justify-content:flex-start}.hero-section{padding:0;margin-top:0}.hero-wrapper-vertical{gap:20px;padding:0 8px}.hero-content-centered{gap:20px;align-items:center;text-align:center}.hero-content-centered .title-group{align-items:center}.title-group .subtitle{font-size:28px}.title-group .main-title{font-size:22px}.hero-content-centered .hero-description{text-align:center;font-size:13px;line-height:1.5}.hero-content-centered .server-info{display:flex;justify-content:center;gap:8px;margin-top:0;flex-wrap:nowrap}.server-info .info-item{font-size:11px;gap:4px;background:#ffffff0d;padding:6px 10px;border-radius:8px;border:1px solid rgba(255,255,255,.08)}.server-info .info-item svg{width:12px;height:12px;color:#ffffff4d}.hero-content-centered .buttons-container{align-items:center;width:100%;margin-top:0}.buttons-container .copy-ip-btn{width:100%;padding:12px 16px;font-size:13px;border-radius:10px}.buttons-container .social-buttons{width:100%;justify-content:center}.social-buttons .boosty-social-btn,.social-buttons .telegram-social-btn{padding:12px 14px;font-size:13px;border-radius:10px;flex:1}.hero-features-grid-bottom{display:none!important}}.profile-main-card{display:flex;gap:40px;padding:40px;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:24px;max-width:900px;width:100%;min-height:400px}@media(max-width:640px){.profile-view{padding-top:80px;align-items:flex-start;overflow-y:auto}.profile-main-card{flex-direction:column;align-items:center;padding:14px;gap:10px;min-height:auto;border-radius:12px;margin:10px;width:calc(100% - 20px)}.profile-skin-window{display:none!important}.profile-info-section{gap:10px;width:100%}.profile-main-name{font-size:1.1rem;text-align:center;margin-bottom:2px}.profile-info-rows{gap:6px;width:100%}.profile-info-row{font-size:11px;gap:6px;flex-wrap:wrap}.profile-info-row svg{width:14px;height:14px;flex-shrink:0}.info-label{font-size:11px}.info-value{font-size:11px;white-space:nowrap}.view-app-btn,.submit-app-btn-small{font-size:10px;padding:3px 8px;margin-left:0;flex-shrink:0}.profile-logout-btn{padding:10px;font-size:11px;margin-top:6px}.profile-logout-btn svg{width:14px;height:14px}}.profile-skin-window{width:220px;height:340px;background:#0000004d;border:1px solid rgba(255,255,255,.1);border-radius:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}.profile-skin-img{height:300px;width:auto;image-rendering:pixelated}.profile-info-section{flex:1;display:flex;flex-direction:column;gap:24px}.profile-main-name{font-size:2rem;font-weight:700;margin:0;color:#fff}.profile-info-rows{display:flex;flex-direction:column;gap:18px}.profile-info-row{display:flex;align-items:center;gap:12px;color:#fff9;font-size:15px}.profile-info-row svg{color:#9e5afd;flex-shrink:0}.info-label{color:#fff6}.info-value{color:#fff;font-weight:500}.profile-logout-btn{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:16px;margin-top:auto;background:#ef44441a;border:1px solid rgba(239,68,68,.2);border-radius:12px;color:#ef4444;font-family:Unbounded,sans-serif;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.profile-logout-btn:hover{background:#ef444433;border-color:#ef444466}.profile-skin-canvas{width:100%!important;height:100%!important;border-radius:12px}.skin-hint{position:absolute;bottom:10px;left:50%;transform:translate(-50%);font-size:11px;color:#ffffff4d;white-space:nowrap}.profile-skin-window{position:relative}.admin-view{min-height:100vh;padding:0 20px 40px;display:flex;justify-content:center}.admin-container{width:100%;max-width:900px}.admin-title{display:flex;align-items:center;gap:12px;font-size:1.75rem;margin-bottom:32px;color:#fff}.admin-title svg{color:#9e5afd}.access-denied{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;min-height:60vh;text-align:center;color:#fff9}.access-denied svg{color:#ef4444;opacity:.5}.access-denied h1{color:#fff;margin:0}.access-denied p{margin:0}.back-btn{margin-top:16px;padding:12px 24px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;color:#fff;font-family:Unbounded,sans-serif;font-size:14px;cursor:pointer;transition:all .2s ease}.back-btn:hover{background:#ffffff1a}.admin-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:32px}.stat-box{display:flex;align-items:center;gap:16px;padding:20px;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:16px}.stat-box svg{color:#9e5afd}.stat-box div{display:flex;flex-direction:column}.stat-number{font-size:1.5rem;font-weight:700;color:#fff}.stat-label{font-size:12px;color:#fff6}.admin-section{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:24px}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;gap:16px;flex-wrap:wrap}.header-controls{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.role-filter{display:flex;gap:6px;background:#0000004d;padding:4px;border-radius:10px}.filter-btn{padding:8px 14px;background:none;border:none;border-radius:8px;color:#ffffff80;font-family:Unbounded,sans-serif;font-size:12px;cursor:pointer;transition:all .2s ease}.filter-btn:hover{color:#fffc}.filter-btn.active{background:#9e5afd33;color:#9e5afd}.admin-section h2{margin:0 0 16px;font-size:1.1rem;color:#fff}.search-box{display:flex;align-items:center;gap:10px;padding:10px 16px;background:#0000004d;border:1px solid rgba(255,255,255,.1);border-radius:12px;flex:1;max-width:300px}.search-box svg{color:#fff6;flex-shrink:0}.search-input{background:none;border:none;color:#fff;font-family:Unbounded,sans-serif;font-size:13px;width:100%;outline:none}.search-input::placeholder{color:#ffffff4d}.users-table{display:flex;flex-direction:column;gap:12px}.user-row{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#0003;border-radius:12px}.user-info{display:flex;align-items:center;gap:12px}.user-info>div{display:flex;flex-direction:column}.ban-badge{padding:4px 10px;background:#ef444433;border:1px solid rgba(239,68,68,.3);border-radius:6px;color:#ef4444;font-size:11px;font-weight:600;margin-left:12px;white-space:nowrap}.user-avatar{width:32px;height:32px;border-radius:6px}.avatar-wrapper{position:relative;flex-shrink:0}.verified-badge{position:absolute;bottom:-4px;right:-4px;width:14px;height:14px;background:#16a34a;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;border:2px solid #0a0a0a}.verified-badge svg{width:8px;height:8px}.user-info div{display:flex;flex-direction:column}.user-nickname{font-weight:600;color:#fff;font-size:14px}.user-email{font-size:12px;color:#fff6}.user-actions{display:flex;align-items:center;gap:12px}.role-select{padding:8px 32px 8px 12px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#fff;font-family:Unbounded,sans-serif;font-size:12px;cursor:pointer;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center}.role-select:focus{outline:none;border-color:#9e5afd80}.role-select option{background:#0a0a0a;color:#fff;padding:12px}.role-select option:hover,.role-select option:checked{background:#9e5afd;color:#fff}.custom-dropdown{position:relative}.dropdown-trigger{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#ffffff0d;border:1px solid rgba(255,255,255,.15);border-radius:8px;color:#fff;font-family:Unbounded,sans-serif;font-size:12px;cursor:pointer;transition:all .2s ease;min-width:100px;justify-content:space-between}.dropdown-trigger:hover{background:#ffffff14}.dropdown-trigger svg{color:#ffffff80}.dropdown-menu{position:absolute;top:calc(100% + 4px);right:0;min-width:120px;background:#151515;border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:6px;z-index:100;box-shadow:0 8px 24px #0006}.dropdown-item{display:flex;align-items:center;gap:8px;width:100%;padding:10px 12px;background:none;border:none;border-radius:6px;color:#ffffffb3;font-family:Unbounded,sans-serif;font-size:12px;cursor:pointer;transition:all .15s ease;text-align:left}.dropdown-item:hover{background:#ffffff14;color:#fff}.dropdown-item.active{background:#9e5afd26;color:#9e5afd}.role-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.delete-btn{width:36px;height:36px;padding:0;display:flex;align-items:center;justify-content:center;background:#ef44441a;border:1px solid rgba(239,68,68,.2);border-radius:8px;color:#ef4444;cursor:pointer;transition:all .2s ease}.delete-btn:hover:not(:disabled){background:#ef444433}.delete-btn:disabled{opacity:.3;cursor:not-allowed}.user-row.banned{background:#ef444414;border:1px solid rgba(239,68,68,.2)}.ban-btn{width:36px;height:36px;padding:0;display:flex;align-items:center;justify-content:center;background:#fb923c1a;border:1px solid rgba(251,146,60,.2);border-radius:8px;color:#fb923c;cursor:pointer;transition:all .2s ease}.ban-btn:hover:not(:disabled){background:#fb923c33}.ban-btn:disabled{opacity:.3;cursor:not-allowed}.unban-btn{padding:6px 12px;background:#22c55e1a;border:1px solid rgba(34,197,94,.2);border-radius:8px;color:#22c55e;font-family:Unbounded,sans-serif;font-size:11px;cursor:pointer;transition:all .2s ease}.unban-btn:hover:not(:disabled){background:#22c55e33}.unban-btn:disabled{opacity:.3;cursor:not-allowed}@media(max-width:640px){.admin-view{padding:5px 12px 24px}.admin-title{font-size:1.25rem;margin-bottom:20px;gap:8px}.admin-title svg{width:24px;height:24px}.admin-stats{grid-template-columns:1fr;gap:10px;margin-bottom:20px}.stat-box{padding:14px;gap:12px;border-radius:12px}.stat-box svg{width:20px;height:20px}.stat-number{font-size:1.2rem}.stat-label{font-size:11px}.admin-section{padding:16px;border-radius:14px}.admin-section h2{font-size:.95rem;margin-bottom:12px}.section-header{flex-direction:column;align-items:stretch;gap:10px;margin-bottom:14px}.header-controls{flex-direction:column;gap:8px}.search-box{max-width:none;padding:8px 12px;border-radius:10px}.search-input{font-size:12px}.role-filter{width:100%;justify-content:center;padding:3px;border-radius:8px}.filter-btn{padding:6px 10px;font-size:11px;flex:1;text-align:center}.users-table{gap:8px}.user-row{flex-direction:column;gap:10px;align-items:flex-start;padding:12px;border-radius:10px}.user-info{gap:10px;width:100%}.user-avatar{width:28px;height:28px;border-radius:5px}.verified-badge,.rejected-badge{width:12px;height:12px;bottom:-3px;right:-3px}.verified-badge svg,.rejected-badge svg{width:6px;height:6px}.user-nickname{font-size:13px}.user-email{font-size:11px}.ban-badge{padding:3px 6px;font-size:9px;margin-left:8px}.user-actions{width:100%;justify-content:flex-start;gap:8px}.custom-dropdown{flex-shrink:0}.dropdown-trigger{padding:0;font-size:11px;width:90px;height:36px;min-width:90px;justify-content:center;gap:6px}.dropdown-menu{min-width:90px;padding:4px}.dropdown-item{padding:8px 10px;font-size:11px}.role-dot{width:6px;height:6px}.delete-btn,.ban-btn,.history-btn{width:36px;height:36px;flex-shrink:0}.delete-btn svg,.ban-btn svg,.history-btn svg{width:16px;height:16px}.unban-btn{padding:0 10px;font-size:10px;height:36px}.app-tabs{flex-direction:row;gap:6px}.app-tab{padding:6px 10px;font-size:11px;flex:1;justify-content:center}.tab-count{font-size:10px;padding:2px 5px}.applications-count{font-size:10px;padding:3px 8px}.applications-list{gap:10px}.application-card{padding:14px;border-radius:12px}.application-header{flex-direction:column;gap:10px;padding-bottom:12px;margin-bottom:12px}.application-user{gap:10px}.application-actions{display:flex;width:100%;gap:8px}.approve-btn,.reject-btn{flex:1;width:auto;height:44px;border-radius:10px}.approve-btn svg,.reject-btn svg{width:20px;height:20px}.application-user img{width:28px;height:28px}.application-user .user-nickname{font-size:13px}.application-date{font-size:11px}.application-actions{width:100%;justify-content:flex-end}.approve-btn,.reject-btn{width:40px;height:40px;border-radius:10px}.approve-btn svg,.reject-btn svg{width:18px;height:18px}.application-content{gap:10px}.application-field .field-label{font-size:10px}.application-field .field-value{font-size:12px}.app-status-badge{padding:4px 8px;font-size:10px}.pagination{gap:6px;margin-top:16px}.pagination-btn{padding:6px 10px;font-size:11px}.pagination-info{font-size:11px;padding:0 8px}.back-link{font-size:12px;margin-bottom:16px}.logs-header{gap:12px;margin-bottom:20px}.logs-avatar{width:48px;height:48px;border-radius:10px}.logs-header h1{font-size:1.1rem}.logs-header p{font-size:12px}.logs-list{gap:8px}.log-card{padding:12px;border-radius:10px}.log-header{gap:8px;flex-wrap:wrap;margin-bottom:8px}.log-header svg{width:16px;height:16px}.log-header span{font-size:12px}.log-duration{padding:3px 8px;font-size:11px}.log-date{font-size:10px;gap:4px}.log-reason{font-size:12px;padding-left:24px;margin-bottom:8px}.log-meta{font-size:11px;padding-left:24px;gap:12px;flex-wrap:wrap}.role-change{font-size:12px;gap:6px}.no-logs{padding:30px}.no-logs svg{width:36px;height:36px}.no-logs p{font-size:12px}}.auth-view{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:var(--bg-color);overflow:hidden}.auth-card{width:100%;max-width:380px;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:24px;padding:24px 32px 32px;display:flex;flex-direction:column;align-items:center;gap:20px}.auth-logo{width:280px;height:auto;display:flex;align-items:center;justify-content:center;margin:0}.auth-logo img{width:100%;height:auto;object-fit:contain}.auth-error{width:100%;padding:12px 16px;background:#ef44441a;border:1px solid rgba(239,68,68,.2);border-radius:12px;color:#ef4444;font-size:13px;text-align:center}.auth-form{width:100%;display:flex;flex-direction:column;gap:16px}.auth-field{width:100%}.auth-input{width:100%;padding:14px 18px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;color:#fff;font-family:Unbounded,sans-serif;font-size:14px;transition:all .2s ease}.auth-input:focus{outline:none;border-color:#9e5afd80;background:#ffffff14}.auth-input::placeholder{color:#ffffff4d}.auth-divider{width:100%;height:1px;background:#ffffff1a;margin:4px 0}.auth-btn-simple{width:100%;padding:14px 24px;background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:12px;color:#fff;font-family:Unbounded,sans-serif;font-size:15px;font-weight:500;cursor:pointer;transition:all .2s ease}.auth-btn-simple:hover:not(:disabled){background:#ffffff1f;border-color:#ffffff40}.auth-btn-simple:disabled{opacity:.6;cursor:not-allowed}.auth-btn-telegram{width:100%;padding:16px 24px;background:linear-gradient(135deg,#229ed9,#1a8bc7);border:none;border-radius:12px;color:#fff;font-family:Unbounded,sans-serif;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:10px}.auth-btn-telegram .telegram-icon{width:24px;height:24px}.auth-btn-telegram:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 24px #229ed966}.auth-btn-telegram:disabled{opacity:.6;cursor:not-allowed}.auth-footer{font-size:13px;color:#fff6;margin:0}.auth-footer a{color:#9e5afd;text-decoration:none;transition:color .2s ease}.auth-footer a:hover{color:#b47afe}@media(max-width:640px){.auth-view{padding:80px 16px 20px}.auth-card{max-width:100%;padding:20px;gap:16px;border-radius:16px}.auth-logo{width:200px}.auth-form{gap:12px}.auth-input{padding:12px 14px;font-size:13px;border-radius:10px}.auth-btn-simple{padding:12px 20px;font-size:13px;border-radius:10px}.auth-footer{font-size:12px}}.back-link{display:flex;align-items:center;gap:8px;background:none;border:none;color:#fff9;font-family:Unbounded,sans-serif;font-size:14px;cursor:pointer;margin-bottom:24px;padding:0;transition:color .2s ease}.logs-avatar{width:64px;height:64px;border-radius:12px}.logs-header p{margin:4px 0 0;color:#ffffff80;font-size:14px}.no-logs{display:flex;flex-direction:column;align-items:center;gap:12px;padding:60px 20px;color:#ffffff4d}.logs-list{display:flex;flex-direction:column;gap:12px}.log-card{padding:16px;background:#0003;border-radius:12px;border:1px solid rgba(255,255,255,.05)}.log-card.ban-log{background:#ef44440d;border:1px solid rgba(239,68,68,.15)}.log-header{display:flex;align-items:center;gap:12px;margin-bottom:12px}.log-icon{color:#ef4444}.log-duration{background:#ef444433;color:#ef4444;padding:4px 10px;border-radius:6px;font-size:13px;font-weight:600}.log-duration.unban{background:#22c55e33;color:#22c55e}.log-date{display:flex;align-items:center;gap:6px;margin-left:auto;color:#fff6;font-size:12px}.log-reason{color:#fffc;font-size:14px;margin-bottom:12px;padding-left:30px}.log-meta{display:flex;gap:20px;font-size:12px;color:#fff6;padding-left:30px}.log-reason strong{color:#ffffff80}.log-meta span{display:flex;align-items:center;gap:6px}.history-btn{width:36px;height:36px;padding:0;display:flex;align-items:center;justify-content:center;background:#9e5afd1a;border:1px solid rgba(158,90,253,.2);border-radius:8px;color:#9e5afd;cursor:pointer;transition:all .2s ease}.history-btn:hover{background:#9e5afd33}.back-link{display:flex;align-items:center;gap:8px;background:none;border:none;color:#fff9;font-family:Unbounded,sans-serif;font-size:14px;cursor:pointer;padding:8px 0;margin-bottom:24px;transition:color .2s ease}.back-link:hover{color:#fff}.logs-header{display:flex;align-items:center;gap:16px;margin-bottom:32px}.logs-avatar{width:64px;height:64px;border-radius:12px;border:2px solid rgba(158,90,253,.3)}.logs-header h1{margin:0;font-size:1.5rem;color:#fff}.logs-header p{margin:4px 0 0;font-size:14px;color:#fff6}.info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.info-item-log{display:flex;align-items:center;gap:12px;padding:16px;background:#0003;border-radius:12px}.info-item-log svg{color:#9e5afd;flex-shrink:0}.info-item-log>div{display:flex;flex-direction:column;gap:4px}.info-item-log .info-label{font-size:12px;color:#fff6}.info-item-log .info-value{font-size:14px;color:#fff;font-weight:500}.admin-section+.admin-section{margin-top:24px}.no-logs{display:flex;flex-direction:column;align-items:center;gap:12px;padding:40px;color:#ffffff4d}.no-logs svg{opacity:.3}.no-logs p{margin:0;font-size:14px}.log-card.role-log{border-left:none}.log-icon.success{color:#22c55e}.log-icon.warning{color:#fb923c}.role-change{display:flex;align-items:center;gap:8px;font-size:14px}.old-role{opacity:.6;text-decoration:line-through}.new-role{font-weight:600}@media(max-width:500px){.info-grid{grid-template-columns:1fr}.log-header{flex-wrap:wrap}.log-date{width:100%;margin-left:0;margin-top:8px}}.arrow{color:#ffffff4d}.application-section{width:100%;max-width:500px;margin-top:24px;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:24px}.application-title{display:flex;align-items:center;gap:10px;font-size:1.1rem;margin:0 0 20px;color:#fff}.application-title svg{color:#9e5afd}.application-form{display:flex;flex-direction:column;gap:16px}.application-form .form-group{display:flex;flex-direction:column;gap:8px}.application-form label{font-size:13px;color:#fff9}.application-form input,.application-form textarea{background:#0000004d;border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:12px 14px;color:#fff;font-family:inherit;font-size:14px;transition:border-color .2s ease}.application-form input:focus,.application-form textarea:focus{outline:none;border-color:#9e5afd80}.application-form textarea{resize:vertical;min-height:80px}.submit-application-btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 20px;background:#9e5afd26;border:1px solid rgba(158,90,253,.3);border-radius:10px;color:#9e5afd;font-family:Unbounded,sans-serif;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease;margin-top:8px}.submit-application-btn:hover:not(:disabled){background:#9e5afd40;border-color:#9e5afd80}.submit-application-btn:disabled{opacity:.6;cursor:not-allowed}.application-status{display:flex;align-items:center;gap:16px;padding:20px;border-radius:12px}.application-status.pending{background:#eab3081a;border:1px solid rgba(234,179,8,.2)}.application-status.pending svg{color:#eab308}.application-status.pending h3{color:#eab308}.application-status.rejected{background:#ef44441a;border:1px solid rgba(239,68,68,.2)}.application-status.rejected svg{color:#ef4444}.application-status.rejected h3{color:#ef4444}.application-status h3{margin:0 0 4px;font-size:1rem}.application-status p{margin:0;font-size:13px;color:#fff9}.applications-count{background:#9e5afd;color:#fff;font-size:12px;font-weight:600;padding:4px 10px;border-radius:12px;margin-left:8px}.applications-list{display:flex;flex-direction:column;gap:16px}.application-card{background:#ffffff05;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:20px}.application-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.05)}.application-user{display:flex;align-items:center;gap:12px}.application-user .user-nickname{display:block;font-weight:600;color:#fff}.application-date{display:block;font-size:12px;color:#fff6}.application-actions{display:flex;gap:8px}.approve-btn{width:40px;height:40px;border-radius:10px;border:none;background:#22c55e26;color:#22c55e;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.approve-btn:hover{background:#22c55e40;transform:scale(1.05)}.reject-btn{width:40px;height:40px;border-radius:10px;border:none;background:#ef444426;color:#ef4444;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.reject-btn:hover{background:#ef444440;transform:scale(1.05)}.application-content{display:flex;flex-direction:column;gap:12px}.application-field{display:flex;flex-direction:column;gap:4px}.application-field .field-label{font-size:12px;color:#fff6;text-transform:uppercase}.application-field .field-value{font-size:14px;color:#ffffffd9;line-height:1.5;word-break:break-word;overflow-wrap:break-word}.rejected-badge{position:absolute;bottom:-4px;right:-4px;width:14px;height:14px;background:#ef4444;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid #0a0a0a}.rejected-badge svg{color:#fff;width:8px;height:8px}.view-app-btn{margin-left:auto;padding:6px 12px;background:#9e5afd26;border:1px solid rgba(158,90,253,.3);border-radius:8px;color:#9e5afd;font-family:Unbounded,sans-serif;font-size:12px;cursor:pointer;transition:all .2s ease}.view-app-btn:hover{background:#9e5afd40}.app-modal-overlay{position:fixed;inset:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease}.app-modal{background:#0f0f0f;border:1px solid rgba(255,255,255,.08);border-radius:16px;width:100%;max-width:340px;animation:slideUp .3s ease;overflow:hidden}.app-modal-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid rgba(255,255,255,.06)}.app-modal-header h2{margin:0;font-size:.95rem;color:#fff}.modal-close-btn{width:28px;height:28px;border-radius:8px;border:none;background:transparent;color:#fff6;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.modal-close-btn:hover{background:#ffffff14;color:#fff}.app-modal-status{display:flex;align-items:center;gap:6px;padding:12px 20px;font-size:13px;font-weight:600}.app-modal-status svg{width:16px;height:16px}.app-modal-content{padding:16px 20px;display:flex;flex-direction:column;gap:12px}.app-modal-field{display:flex;flex-direction:column;gap:4px}.app-modal-field .field-label{font-size:11px;color:#fff6;text-transform:uppercase}.app-modal-field .field-value{font-size:13px;color:#ffffffd9;line-height:1.4;word-break:break-word;overflow-wrap:break-word}.app-modal-field.rejected-reason{padding:10px;background:#ef44441a;border:1px solid rgba(239,68,68,.15);border-radius:8px;margin-top:4px}.app-modal-field.rejected-reason .field-label{color:#ef4444}.app-tabs{display:flex;gap:8px}.app-tab{display:flex;align-items:center;gap:6px;padding:8px 14px;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:8px;color:#ffffff80;font-family:Unbounded,sans-serif;font-size:13px;cursor:pointer;transition:all .2s ease}.app-tab:hover{background:#ffffff0f;color:#ffffffb3}.app-tab.active{background:#9e5afd26;border-color:#9e5afd4d;color:#9e5afd}.tab-count{background:#9e5afd;color:#fff;font-size:11px;padding:2px 6px;border-radius:10px;font-weight:600}.application-card.archived{opacity:.85}.app-status-badge{padding:6px 12px;border-radius:8px;font-size:12px;font-weight:600}.app-status-badge.approved{background:#22c55e26;color:#22c55e}.app-status-badge.rejected{background:#ef444426;color:#ef4444}.application-field.reject-reason{margin-top:8px;padding:10px;background:#ef444414;border-radius:8px}.application-field.reject-reason .field-label{color:#ef4444}.pagination{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:20px}.pagination-btn{padding:8px 14px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#fff9;font-family:Unbounded,sans-serif;font-size:13px;cursor:pointer;transition:all .2s ease}.pagination-btn:hover:not(:disabled){background:#ffffff1a;color:#fff}.pagination-btn:disabled{opacity:.3;cursor:not-allowed}.pagination-info{font-size:13px;color:#ffffff80;padding:0 12px}.submit-app-btn-main{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;max-width:500px;margin-top:16px;padding:14px 24px;background:#9e5afd26;border:1px solid rgba(158,90,253,.3);border-radius:12px;color:#9e5afd;font-family:Unbounded,sans-serif;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.submit-app-btn-main:hover{background:#9e5afd40;transform:translateY(-2px)}.app-form-modal{max-width:380px}.app-form-field{display:flex;flex-direction:column;gap:6px;position:relative}.app-form-field label{font-size:12px;color:#ffffff80}.app-form-field input,.app-form-field textarea{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:10px 12px;color:#fff;font-family:inherit;font-size:13px;transition:border-color .2s ease}.app-form-field input:focus,.app-form-field textarea:focus{outline:none;border-color:#9e5afd80}.app-form-field textarea{resize:none;min-height:70px}.char-counter{position:absolute;bottom:8px;right:10px;font-size:10px;color:#ffffff4d}.app-modal-content .submit-application-btn{margin-top:8px;padding:12px 20px;font-size:13px}.log-card.site-log .log-header{margin-bottom:0}.log-card.site-log .log-meta{margin-top:8px;padding-left:30px}.submit-app-btn-small{margin-left:auto;padding:6px 12px;background:#9e5afd26;border:1px solid rgba(158,90,253,.3);border-radius:8px;color:#9e5afd;font-family:Unbounded,sans-serif;font-size:12px;cursor:pointer;transition:all .2s ease}.submit-app-btn-small:hover{background:#9e5afd40}.mobile-menu-btn{display:none;background:none;border:none;color:#fff;padding:8px;cursor:pointer;border-radius:8px;transition:background .2s ease}.mobile-menu-btn:hover{background:#ffffff1a}@media(max-width:768px){.logo-img{height:36px!important}.mobile-menu-btn{display:flex;align-items:center;justify-content:center}.mobile-menu-overlay{position:fixed;inset:0;background:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:999;animation:fadeIn .2s ease}.mobile-menu{position:fixed;top:80px;right:12px;background:#0a0a0ae6;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.05);border-radius:16px;padding:12px;min-width:200px;display:flex;flex-direction:column;gap:4px;z-index:1000;animation:slideUp .2s ease}.mobile-menu-link{display:flex;align-items:center;gap:12px;padding:14px 16px;color:#ffffffb3;text-decoration:none;border-radius:10px;font-size:14px;transition:all .2s ease}.mobile-menu-link:hover,.mobile-menu-link.active{background:#9e5afd26;color:#9e5afd}.mobile-menu-link.profile{color:#fff;font-weight:600}.mobile-menu-divider{height:1px;background:#ffffff1a;margin:8px 0}}@media(max-width:640px){.app-modal{max-width:calc(100% - 32px);margin:0 16px}.app-modal-header{padding:14px 16px}.app-modal-header h2{font-size:.9rem}.app-modal-content{padding:14px 16px}.app-form-field input,.app-form-field textarea{font-size:14px}}.auth-input.error{border-color:#ef4444!important}.field-error{display:block;color:#ef4444;font-size:11px;margin-top:4px}.auth-hint{color:#fff9;font-size:13px;text-align:center;margin-bottom:16px}.code-input{text-align:center;font-size:24px!important;letter-spacing:8px;font-weight:600}.auth-link-btn{background:none;border:none;color:#ffffff80;font-size:13px;cursor:pointer;padding:8px;transition:color .2s}.auth-link-btn:hover{color:#9e5afd}.auth-link-btn:disabled{opacity:.5;cursor:not-allowed}.code-inputs{display:flex;gap:10px;justify-content:center;margin:20px 0}.code-digit{width:45px;height:55px;background:transparent;border:none;border-bottom:2px solid rgba(255,255,255,.2);color:#fff;font-family:Unbounded,sans-serif;font-size:24px;font-weight:600;text-align:center;outline:none;transition:border-color .2s}.code-digit:focus{border-bottom-color:#9e5afd}.code-digit::placeholder{color:#fff3}.auth-btn-simple,.auth-link-btn{font-family:Unbounded,sans-serif}.auth-hint strong{color:#9e5afd}@media(max-width:640px){.code-inputs{gap:6px}.code-digit{width:38px;height:48px;font-size:20px}}.confirm-modal-overlay{position:fixed;inset:0;background:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1100;animation:fadeIn .2s ease}.confirm-modal{background:#0f0f0f;border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:28px;width:100%;max-width:360px;margin:0 16px;display:flex;flex-direction:column;align-items:center;gap:16px;animation:slideUp .3s ease}.confirm-modal-icon{font-size:40px}.confirm-modal-title{margin:0;font-size:1.1rem;color:#fff;text-align:center}.confirm-modal-text{margin:0;font-size:13px;color:#fff9;text-align:center;line-height:1.5}.confirm-modal-nickname{padding:12px 24px;background:#9e5afd26;border:1px solid rgba(158,90,253,.3);border-radius:12px;color:#9e5afd;font-size:18px;font-weight:600}.confirm-modal-buttons{display:flex;gap:12px;width:100%;margin-top:8px}.confirm-modal-btn{flex:1;padding:14px 20px;border-radius:12px;font-family:Unbounded,sans-serif;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.confirm-modal-btn.cancel{background:#ffffff0d;border:1px solid rgba(255,255,255,.15);color:#ffffffb3}.confirm-modal-btn.cancel:hover{background:#ffffff1a;color:#fff}.confirm-modal-btn.confirm{background:#9e5afd33;border:1px solid rgba(158,90,253,.4);color:#9e5afd}.confirm-modal-btn.confirm:hover{background:#9e5afd4d}.link-tg-btn{display:flex;align-items:center;gap:6px;margin-left:auto;padding:6px 12px;background:#22c55e26;border:1px solid rgba(34,197,94,.3);border-radius:8px;color:#22c55e;font-family:Unbounded,sans-serif;font-size:11px;cursor:pointer;transition:all .2s ease}.link-tg-btn:hover:not(:disabled){background:#22c55e40}.link-tg-btn:disabled{opacity:.5;cursor:not-allowed}.unlink-tg-btn{display:flex;align-items:center;justify-content:center;margin-left:auto;padding:6px;background:#ef444426;border:1px solid rgba(239,68,68,.3);border-radius:6px;color:#ef4444;cursor:pointer;transition:all .2s ease}.unlink-tg-btn:hover{background:#ef444440}@media(max-width:640px){.link-tg-btn{padding:4px 8px;font-size:10px}.unlink-tg-btn{padding:4px}.unlink-tg-btn svg{width:12px;height:12px}}.tg-btn{width:36px;height:36px;padding:0;display:flex;align-items:center;justify-content:center;background:#229ed91a;border:1px solid rgba(34,158,217,.2);border-radius:8px;color:#229ed9;cursor:pointer;transition:all .2s ease}.tg-btn:hover:not(:disabled){background:#229ed933}.tg-btn:disabled{opacity:.3;cursor:not-allowed}#root{width:100%;margin:0}.vite-logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.vite-logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.vite-logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}.chat-messages::-webkit-scrollbar{width:8px}.chat-messages::-webkit-scrollbar-track{background:#1a1a2e;border-radius:4px}.chat-messages::-webkit-scrollbar-thumb{background:#8b5cf6;border-radius:4px;transition:background .3s ease}.chat-messages::-webkit-scrollbar-thumb:hover{background:#a855f7}.chat-input:disabled{background:#ffffff0d;color:#ffffff80;cursor:not-allowed}.chat-send-btn:disabled{opacity:.5;cursor:not-allowed}.amethyst{min-height:100vh;display:flex;flex-direction:column}.hero-section{flex:1;display:flex;align-items:center;justify-content:center;min-height:100vh;padding:2rem 0}.hero-wrapper{width:100%;max-width:1200px;margin:0 auto;padding:0 2rem}.chat-view{min-height:calc(100vh - 80px);display:flex;flex-direction:column;padding-top:80px}.chat-container{flex:1;display:flex;flex-direction:column;max-height:calc(100vh - 80px)}html,body,#root{height:100%;margin:0;padding:0}.content-wrapper{min-height:100vh;display:flex;flex-direction:column}.online-count{display:flex;align-items:center;color:#ffffffb3;font-size:14px}.online-count svg{color:#ffffffb3;flex-shrink:0}.chat-user-info{display:flex;align-items:center;gap:16px}.logged-as{display:flex;align-items:center}.profile-container-minimal{width:100%;max-width:400px;display:flex;flex-direction:column;gap:24px}.profile-header-minimal{display:flex;flex-direction:column;align-items:center;gap:16px}.profile-avatar-minimal{width:100px;height:100px;border-radius:16px;border:2px solid rgba(158,90,253,.3)}.profile-name-minimal{font-size:1.5rem;font-weight:700;margin:0;color:#fff}.profile-info-minimal{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:20px;display:flex;flex-direction:column;gap:16px}.info-row-minimal{display:flex;align-items:center;gap:12px;color:#ffffffb3;font-size:14px}.info-row-minimal svg{color:#fff6;flex-shrink:0}.logout-btn-minimal{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:14px;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:12px;color:#fff9;font-family:Unbounded,sans-serif;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.logout-btn-minimal:hover{background:#ef44441a;border-color:#ef44444d;color:#ef4444}
