.home{min-height:100vh;height:100%;display:flex;flex-direction:column;justify-content:space-between;position:relative}.home-wave{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none;background:linear-gradient(135deg,rgba(178,15,17,.11),transparent 30%,rgba(76,175,80,.06) 60%,transparent),radial-gradient(circle at 80% 20%,rgba(178,15,17,.11) 0,transparent 40%),radial-gradient(circle at 20% 80%,rgba(76,175,80,.08) 0,transparent 40%);background-size:200% 200%,100% 100%,100% 100%;animation:home-shimmerWave 10s ease-in-out infinite}@keyframes home-shimmerWave{0%,to{background-position:0 50%,0 0,0 0;opacity:.5}25%{background-position:50% 25%,10% 10%,-5% 5%;opacity:.7}50%{background-position:100% 50%,20% 20%,-10% 10%;opacity:.6}75%{background-position:50% 75%,10% 10%,-5% 5%;opacity:.7}}.home-wrapper{z-index:1}.home__skeleton{width:100%;height:55px;border-radius:8px;background-color:#1e1e1e;border:1px solid #464646;overflow:hidden;position:relative}.home__skeleton:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1) 50%,transparent);animation:home-skeleton-loading 1.5s ease-in-out infinite}@keyframes home-skeleton-loading{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.home-hero{text-align:center;padding:40px 20px 10px}.home-hero__title{font-family:var(--font-roboto-condensed),sans-serif;font-size:2.4rem;font-weight:800;color:#fff;margin:0 0 12px;letter-spacing:-.5px;line-height:1.15}.home-hero__desc{font-size:1rem;color:#999;max-width:700px;margin:0 auto;line-height:1.5}.home-hero__socials{display:flex;justify-content:center;gap:12px;margin-top:20px;flex-wrap:wrap}.home-hero__socials-wrap{margin-top:20px;display:inline-flex;flex-direction:column;align-items:stretch;gap:12px}.home-hero__social{display:inline-flex;align-items:center;justify-content:center;padding:12px;background-color:rgba(30,30,30,.6);border:1px solid #333;border-radius:8px;color:#b0b0b0;text-decoration:none;transition:background-color .25s ease,border-color .25s ease,color .25s ease}.home-hero__social>svg{width:20px;height:20px;fill:currentColor}.home-hero__social:hover{background-color:#2c2c2c;border-color:#555;color:#fff}.home-hero__vip-btn{display:inline-flex;align-items:center;justify-content:center;width:100%;height:42px;padding:0 18px;border-radius:8px;text-decoration:none;text-transform:uppercase;letter-spacing:.5px;font-weight:800;font-size:.78rem;color:#ffd45c;background:linear-gradient(135deg,rgba(255,200,0,.08),rgba(255,170,0,.03));border:1px solid rgba(255,200,0,.25);box-shadow:0 8px 18px rgba(0,0,0,.35);position:relative;overflow:hidden;transition:transform .2s ease,border-color .2s ease,background-color .2s ease,color .2s ease}.home-hero__vip-btn:before{content:"";position:absolute;top:0;left:-120%;width:70%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,200,0,.2) 50%,transparent);animation:home-vip-shimmer 3.8s ease-in-out infinite}.home-hero__vip-btn:hover{transform:translateY(-1px);border-color:rgba(255,200,0,.42);background:linear-gradient(135deg,rgba(255,200,0,.14),rgba(255,170,0,.06));color:#ffe07c}@keyframes home-vip-shimmer{0%,to{left:-120%}50%,60%{left:120%}}.home-about{margin-top:30px;padding:24px 0}.home-about__title{font-size:1.4rem;font-weight:700;color:#fff;margin:0 0 16px}.home-about__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.home-about__card{background-color:rgba(22,22,22,.5);border:1px solid #2a2a2a;border-radius:8px;padding:18px;transition:border-color .3s ease}.home-about__card:hover{border-color:#444}.home-about__card-title{font-size:.95rem;font-weight:700;color:#e0e0e0;margin:0 0 8px}.home-about__card-text{font-size:.85rem;color:#777;line-height:1.55;margin:0}.home-list{margin-top:20px;display:flex;flex-direction:column;gap:10px}.home-unavailable{display:flex;align-items:center;justify-content:center;margin-top:20px}.home-unavailable>p{font-size:1rem}.home-help{margin-top:15px;font-size:14px;color:#888;background-color:rgba(22,22,22,.5);padding:15px 25px;border-radius:6px;border:1px dashed #333;box-sizing:border-box;display:flex;flex-direction:column;align-items:flex-start}.home-help__title{font-weight:700;color:#f9be08;font-size:.857rem;display:flex;align-items:center;gap:8px}.home-help>ol{margin-top:10px;padding-left:20px;color:#b0b0b0}.home-help>ol>li{margin-bottom:4px;line-height:1.4}.home-help>ol>li:last-child{margin-bottom:0}.home-help>ol>li>strong{color:#fcf8f8}.home-seed{display:flex;justify-content:center;margin-top:20px}.home-seed__button{text-decoration:none;background-color:rgba(30,30,30,.6);color:#b0b0b0;border:1px solid #464646;padding:10px 20px;border-radius:4px;font-weight:700;text-transform:uppercase;transition:.35s}.home-seed__button:hover{background-color:#2c2c2c;color:#fcf8f8;border-color:#f9be08}@media(max-width:768px){.home-list{gap:14px}.home-help{padding:12px 16px;font-size:13px}.home-help__title{font-size:14px}.home-help>ol{padding-left:16px}.home-seed__button{width:100%;text-align:center;padding:12px 20px}.home-hero{padding:24px 16px 6px}.home-hero__title{font-size:1.6rem}.home-hero__desc{font-size:.9rem}.home-hero__socials{gap:8px;margin-top:0}.home-hero__social{padding:10px}.home-hero__social>svg{width:18px;height:18px}.home-hero__vip-btn{height:40px;font-size:.74rem}.home-hero__socials-wrap{margin-top:16px;width:min(100%,220px)}.home-about__grid{grid-template-columns:1fr}}@media(min-width:2100px){.home__skeleton{height:70px}.home-hero{padding:44px 20px 12px}.home-hero__title{font-size:2rem}.home-hero__desc{font-size:.95rem}.home-about{margin-top:30px}.home-about__title{font-size:1.2rem}.home-about__card{padding:20px}.home-about__card-title{font-size:.95rem}.home-about__card-text{font-size:.85rem}}@media(min-width:3200px){.home__skeleton{height:90px;border-radius:10px}}