@charset "UTF-8";.header{position:fixed;top:0;left:0;right:0;background:#1a1a1af2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #333;z-index:1000;padding:1rem}.header__container{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.header__logo{font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,#56ab2f,#a8e063);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;transition:transform .2s ease}.header__logo:hover{transform:scale(1.05)}.header__burger{display:flex;align-items:center;justify-content:center;width:40px;height:40px;z-index:1001;color:#fff;transition:color .2s ease}.header__burger:hover{color:#4caf50}@media (min-width: 768px){.header__burger{display:none}}.header__nav{position:fixed;top:0;right:-100%;width:70%;height:100vh;background:#1a1a1a;display:flex;flex-direction:column;padding:80px 1.5rem 1.5rem;gap:1.5rem;transition:right .3s ease;box-shadow:0 8px 16px #0000004d}.header__nav.active{right:0}@media (min-width: 768px){.header__nav{position:static;flex-direction:row;width:auto;height:auto;background:transparent;padding:0;gap:2rem;box-shadow:none}}.header__link{font-size:1.1rem;color:#b0b0b0;transition:color .2s ease;padding:1rem;border-radius:4px}.header__link:hover{color:#4caf50}.header__link.active{color:#4caf50;font-weight:600}@media (min-width: 768px){.header__link{font-size:1rem;padding:0}}.footer{background:#1a1a1a;border-top:1px solid #333;padding:3rem 1.5rem 1.5rem;margin-top:3rem}.footer__container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.footer__container{grid-template-columns:repeat(3,1fr)}}.footer__section{display:flex;flex-direction:column;gap:1rem}.footer__title{font-size:1.2rem;color:#4caf50;margin-bottom:.5rem}.footer__text{color:#b0b0b0;font-size:.9rem}.footer__ip{font-family:Courier New,monospace;color:#ffc107;font-weight:700;font-size:1rem;padding:.5rem;background:#ffc1071a;border-radius:4px;display:inline-block;margin-bottom:1rem}.footer__support{display:flex;flex-direction:column;gap:.5rem}.footer__support .support-badge{display:inline-block;background:#2196f333;color:#2196f3;padding:.5rem 1rem;border-radius:4px;font-size:.85rem;font-weight:600;width:fit-content}.footer__bottom{text-align:center;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #333;color:#b0b0b0;font-size:.85rem}.social-links{display:flex;flex-direction:column;gap:1rem}.social-link{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;border-radius:8px;transition:all .3s ease;text-decoration:none;font-weight:500;border:1px solid transparent}.social-link svg{font-size:1.3rem}.social-link span{font-size:.95rem}.social-link--discord{color:#5865f2;background:#5865f21a;border-color:#5865f24d}.social-link--discord:hover{background:#5865f233;border-color:#5865f2;transform:translate(5px)}.social-link--tiktok{color:#00f2ea;background:#00f2ea1a;border-color:#00f2ea4d}.social-link--tiktok:hover{background:#00f2ea33;border-color:#00f2ea;transform:translate(5px)}.social-link--email{color:#ea4335;background:#ea43351a;border-color:#ea43354d}.social-link--email:hover{background:#ea433533;border-color:#ea4335;transform:translate(5px)}.layout{min-height:100vh;display:flex;flex-direction:column}.layout__content{flex:1;padding-top:70px}@media (min-width: 768px){.layout__content{padding-top:80px}}.main-page{min-height:100vh}.hero{padding:3rem 1.5rem;background:linear-gradient(135deg,#56ab2f,#a8e063);text-align:center;min-height:60vh;display:flex;align-items:center;justify-content:center}.hero__container{max-width:1200px;margin:0 auto}.hero__title{font-size:2rem;margin-bottom:1.5rem}.hero__title span{display:block;font-size:2.5rem;margin-top:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}@media (min-width: 768px){.hero__title{font-size:2.5rem}.hero__title span{font-size:3.5rem}}.hero__subtitle{font-size:1.2rem;margin-bottom:3rem;opacity:.95}@media (min-width: 768px){.hero__subtitle{font-size:1.5rem}}.hero__server-info{display:flex;flex-direction:column;gap:1.5rem;align-items:center}@media (min-width: 768px){.hero__server-info{flex-direction:row;justify-content:center}}.server-card{background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1.5rem 2rem;border-radius:16px;display:flex;flex-direction:column;gap:.5rem;min-width:250px}.server-card__label{font-size:.9rem;opacity:.9}.server-card__value{font-family:Courier New,monospace;font-size:1.3rem;font-weight:700}.features{padding:3rem 1.5rem;background:#0f0f0f}.features__container{max-width:1200px;margin:0 auto}.features__title{text-align:center;font-size:2rem;margin-bottom:3rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.features__grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.features__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.features__grid{grid-template-columns:repeat(4,1fr)}}.feature-card{background:#1a1a1a;padding:2rem;border-radius:16px;text-align:center;border:1px solid #333;transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:0 8px 16px #0000004d;border-color:#4caf50}.feature-card__icon{font-size:3rem;margin-bottom:1.5rem}.feature-card__title{font-size:1.3rem;margin-bottom:1rem;color:#4caf50}.feature-card__text{color:#b0b0b0;line-height:1.6}.cta{padding:3rem 1.5rem;background:#1a1a1a;text-align:center}.cta__container{max-width:800px;margin:0 auto}.cta__title{font-size:2rem;margin-bottom:1.5rem}.cta__text{font-size:1.2rem;color:#b0b0b0;margin-bottom:2rem}.cta__ip{font-family:Courier New,monospace;font-size:1.5rem;font-weight:700;color:#ffc107;background:#ffc1071a;padding:1.5rem 2rem;border-radius:8px;display:inline-block;border:2px solid #FFC107}.help-page{padding:3rem 1.5rem;min-height:100vh;background:#0f0f0f}.help-page__container{max-width:1200px;margin:0 auto}.help-page__title{font-size:2.5rem;text-align:center;margin-bottom:1.5rem;background:linear-gradient(135deg,#56ab2f,#a8e063);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (min-width: 768px){.help-page__title{font-size:3rem}}.help-page__intro{text-align:center;font-size:1.1rem;color:#b0b0b0;margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto}.help-page__intro strong{color:#ffc107;font-weight:700}.mechanics{display:grid;gap:2rem}.mechanic-card{background:#1a1a1a;border:1px solid #333;border-radius:16px;padding:2rem;transition:transform .3s ease,box-shadow .3s ease}.mechanic-card:hover{transform:translateY(-5px);box-shadow:0 8px 16px #0000004d;border-color:#4caf50}.mechanic-card__header{display:flex;align-items:center;gap:1.5rem;margin-bottom:1.5rem}.mechanic-card__number{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem;flex-shrink:0}.mechanic-card__title{font-size:1.5rem;color:#4caf50}.mechanic-card__description{color:#b0b0b0;margin-bottom:1.5rem;font-size:1.05rem}.mechanic-card__usage{background:#4caf501a;padding:1.5rem;border-radius:8px;border-left:4px solid #4CAF50;margin-bottom:1.5rem}.mechanic-card__usage h3{color:#4caf50;margin-bottom:1rem;font-size:1.1rem}.mechanic-card__usage p{color:#fff;line-height:1.6}.mechanic-card__tips{background:#ffc1071a;padding:1.5rem;border-radius:8px;display:flex;gap:1.5rem;align-items:flex-start}.mechanic-card__tips .tips-icon{font-size:1.5rem;flex-shrink:0}.mechanic-card__tips p{color:#b0b0b0;line-height:1.6}.updates-page{padding:3rem 1.5rem;min-height:100vh;background:#0f0f0f}.updates-page__container{max-width:900px;margin:0 auto}.updates-page__title{font-size:2.5rem;text-align:center;margin-bottom:1rem;background:linear-gradient(135deg,#f093fb,#f5576c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (min-width: 768px){.updates-page__title{font-size:3rem}}.updates-page__subtitle{text-align:center;color:#b0b0b0;font-size:1.1rem;margin-bottom:3rem}.timeline{position:relative;display:flex;flex-direction:column;gap:2rem}.timeline:before{content:"";position:absolute;left:20px;top:0;bottom:0;width:2px;background:#333}@media (min-width: 768px){.timeline:before{left:30px}}.update-card{background:#1a1a1a;border:1px solid #333;border-radius:16px;padding:2rem;padding-left:calc(2rem + 40px);position:relative;transition:transform .3s ease,box-shadow .3s ease}.update-card:before{content:"";position:absolute;left:13px;top:2rem;width:16px;height:16px;background:#4caf50;border-radius:50%;border:3px solid #0f0f0f;z-index:1}@media (min-width: 768px){.update-card:before{left:23px}}.update-card:hover{transform:translate(10px);box-shadow:0 8px 16px #0000004d;border-color:#4caf50}.update-card__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.update-card__meta{display:flex;gap:1rem;align-items:center}.update-card__badge{padding:.5rem 1rem;border-radius:4px;font-size:.85rem;font-weight:600;text-transform:uppercase}.update-card__badge--blue{background:#2196f333;color:#2196f3}.update-card__badge--red{background:#f4433633;color:#f44336}.update-card__badge--green{background:#4caf5033;color:#4caf50}.update-card__version{font-family:Courier New,monospace;color:#ffc107;font-weight:700}.update-card__date{color:#b0b0b0;font-size:.9rem}.update-card__title{font-size:1.4rem;color:#fff;margin-bottom:1.5rem}.update-card__changes{list-style:none;display:flex;flex-direction:column;gap:1rem}.update-card__changes li{display:flex;gap:1rem;color:#b0b0b0;line-height:1.6}.update-card__changes li .bullet{color:#4caf50;font-weight:700}.shop-page{padding:3rem 1.5rem;min-height:100vh;background:#0f0f0f}.shop-page__container{max-width:1200px;margin:0 auto}.shop-page__title{font-size:2.5rem;text-align:center;margin-bottom:1rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (min-width: 768px){.shop-page__title{font-size:3rem}}.shop-page__subtitle{text-align:center;color:#b0b0b0;font-size:1.1rem;margin-bottom:3rem}.shop-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:3rem}@media (min-width: 768px){.shop-grid{grid-template-columns:repeat(2,1fr)}}.product-card{background:#1a1a1a;border:1px solid #333;border-radius:16px;padding:3rem;position:relative;transition:transform .3s ease,box-shadow .3s ease}.product-card:hover{transform:translateY(-5px);box-shadow:0 8px 16px #0000004d}.product-card--premium{border-color:#ffc107;background:linear-gradient(135deg,#1a1a1a,#ffc1070d)}.product-card__badge{position:absolute;top:-12px;right:20px;background:#ffc107;color:#0f0f0f;padding:.5rem 1.5rem;border-radius:8px;font-size:.85rem;font-weight:700;text-transform:uppercase}.product-card__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.product-card__title{font-size:1.5rem;color:#fff}.product-card__icon{font-size:2.5rem}.product-card__pricing{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.product-card__price{font-size:2.5rem;font-weight:700;color:#ffc107;text-align:center;margin-bottom:2rem}.product-card__benefits{margin-bottom:2rem}.product-card__benefits h3{color:#4caf50;margin-bottom:1.5rem;font-size:1.1rem}.product-card__benefits ul{list-style:none;display:flex;flex-direction:column;gap:1rem}.product-card__benefits ul li{display:flex;gap:1rem;color:#b0b0b0;line-height:1.6}.product-card__benefits ul li .check-icon{color:#4caf50;font-weight:700;flex-shrink:0}.product-card__button{width:100%;padding:1.5rem;background:linear-gradient(135deg,#56ab2f,#a8e063);color:#fff;font-size:1.1rem;font-weight:700;border-radius:8px;transition:transform .2s ease,box-shadow .2s ease}.product-card__button:hover{transform:scale(1.02);box-shadow:0 4px 8px #0003}.product-card__button:active{transform:scale(.98)}.product-card__button--premium{background:linear-gradient(135deg,#ffc107,#d39e00)}.price-item{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;background:#4caf500d;border-radius:8px}.price-item__label{color:#b0b0b0}.price-item__value{font-weight:700;color:#ffc107;font-size:1.2rem}.price-item__value--free{color:#4caf50}.info-section{margin-top:3rem}.info-card{background:#2196f31a;border:1px solid rgba(33,150,243,.3);border-radius:16px;padding:2rem}.info-card__title{color:#2196f3;font-size:1.3rem;margin-bottom:1.5rem}.info-card__list{list-style:none;display:flex;flex-direction:column;gap:1rem}.info-card__list li{color:#b0b0b0;padding-left:1.5rem;position:relative;line-height:1.6}.info-card__list li:before{content:"→";position:absolute;left:0;color:#2196f3}.premium-toggle{text-align:center;margin-bottom:3rem}.toggle-label{display:inline-flex;align-items:center;gap:1rem;padding:1.5rem 2rem;background:#4caf501a;border-radius:16px;cursor:pointer;transition:all .3s ease}.toggle-label:hover{background:#4caf5033}.toggle-label input[type=checkbox]{width:20px;height:20px;cursor:pointer}.toggle-label span{color:#fff;font-weight:500}.donations-section{margin-top:6rem}.section-title{font-size:2rem;text-align:center;margin-bottom:3rem;display:flex;align-items:center;justify-content:center;gap:1.5rem;color:#4caf50}.section-title svg{font-size:2.5rem}.donations-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.donations-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.donations-grid{grid-template-columns:repeat(4,1fr)}}.donation-card{background:#1a1a1a;border:2px solid;border-radius:16px;padding:2rem;display:flex;flex-direction:column;gap:1.5rem;transition:all .3s ease}.donation-card__header{padding:1.5rem;border-radius:8px;text-align:center}.donation-card__name{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.donation-card__role{font-size:.9rem;color:#b0b0b0}.donation-card__price{text-align:center;display:flex;flex-direction:column;gap:.5rem;margin:1.5rem 0;position:relative}.donation-card__price .old-price{font-size:1.2rem;color:#b0b0b0;text-decoration:line-through}.donation-card__price .current-price{font-size:2rem;font-weight:700;color:#ffc107}.donation-card__price .discount-badge{position:absolute;top:-10px;right:-10px;background:#4caf50;color:#fff;padding:.5rem 1rem;border-radius:8px;font-size:.85rem;font-weight:700}.donation-card__items h4{color:#4caf50;margin-bottom:1rem;font-size:.95rem}.donation-card__items .kit-badge{display:inline-block;background:#4caf5033;color:#4caf50;padding:.5rem 1rem;border-radius:4px;font-size:.85rem;font-family:Courier New,monospace}.donation-card__features{flex:1}.donation-card__features h4{color:#2196f3;margin-bottom:1rem;font-size:.95rem}.donation-card__features ul{list-style:none;display:flex;flex-direction:column;gap:.5rem}.donation-card__features ul li{color:#b0b0b0;font-size:.9rem;padding-left:1.5rem;position:relative;line-height:1.5}.donation-card__features ul li:before{content:"•";position:absolute;left:0;color:#2196f3}.donation-card__button{width:100%;padding:1.5rem;color:#fff;font-size:1rem;font-weight:700;border-radius:8px;transition:all .2s ease;border:none}.donation-card__button:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0003;filter:brightness(1.1)}.donation-card__button:active{transform:translateY(0)}.payment-page{padding:3rem 1.5rem;min-height:100vh;background:#0f0f0f}.payment-page__container{max-width:800px;margin:0 auto}.payment-page__title{font-size:2.5rem;text-align:center;margin-bottom:3rem;display:flex;align-items:center;justify-content:center;gap:1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.payment-page__title svg{font-size:2.5rem}@media (min-width: 768px){.payment-page__title{font-size:3rem}}.order-summary{background:#1a1a1a;border:1px solid #333;border-radius:16px;padding:2rem;margin-bottom:3rem}.order-summary h2{color:#4caf50;margin-bottom:1.5rem;font-size:1.5rem}.order-item{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;background:#2196f31a;border-radius:8px;margin-bottom:1.5rem}.order-item__name{font-size:1.1rem;color:#fff;font-weight:500}.order-item__price{font-size:1.2rem;color:#ffc107;font-weight:700}.order-total{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-top:2px solid #333;font-size:1.2rem}.order-total .total-price{font-size:1.8rem;color:#ffc107;font-weight:700}.payment-card{background:#1a1a1a;border:2px solid #FFC107;border-radius:16px;padding:3rem;margin-bottom:3rem}.payment-card__title{color:#ffc107;margin-bottom:2rem;font-size:1.5rem;text-align:center}.card-number{display:flex;flex-direction:column;gap:1rem}.card-label{color:#b0b0b0;font-weight:500}.card-value{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;background:#ffc1071a;border:2px solid #FFC107;border-radius:8px;font-family:Courier New,monospace;font-size:1.3rem;font-weight:700;color:#ffc107}.copy-button{background:#ffc107;color:#fff;padding:1rem 1.5rem;border-radius:4px;display:flex;align-items:center;gap:.5rem;transition:all .2s ease;position:relative}.copy-button:hover{background:#d39e00;transform:scale(1.05)}.copy-button svg{font-size:1.2rem}.copy-button--small{padding:.5rem 1rem}.copy-button--small svg{font-size:1rem}.copied-tooltip{position:absolute;top:-30px;right:0;background:#4caf50;color:#fff;padding:.5rem 1rem;border-radius:4px;font-size:.85rem;white-space:nowrap;font-family:Segoe UI,sans-serif}.instructions{background:#1a1a1a;border:1px solid #333;border-radius:16px;padding:3rem;margin-bottom:3rem}.instructions__title{color:#4caf50;margin-bottom:1.5rem;font-size:1.5rem}.instructions__intro{color:#b0b0b0;margin-bottom:2rem;line-height:1.6}.steps-list{list-style:none;counter-reset:step-counter;display:flex;flex-direction:column;gap:1.5rem;margin-bottom:3rem}.step-item{display:flex;align-items:flex-start;gap:1.5rem;padding:1.5rem;background:#2196f31a;border-radius:8px;border-left:3px solid #2196F3}.step-number{counter-increment:step-counter;background:#2196f3;color:#fff;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0}.step-number:before{content:counter(step-counter)}.step-text{color:#fff;line-height:1.6;flex:1}.important-note{background:#ea43351a;border:2px solid #EA4335;border-radius:8px;padding:2rem}.important-note h3{color:#ea4335;margin-bottom:1.5rem;font-size:1.2rem}.important-note ul{list-style:none;display:flex;flex-direction:column;gap:1rem}.important-note ul li{color:#b0b0b0;padding-left:1.5rem;position:relative;line-height:1.6}.important-note ul li:before{content:"•";position:absolute;left:0;color:#ea4335;font-weight:700}.important-note ul li strong{color:#fff}.confirmation{background:#4caf501a;border:1px solid #4CAF50;border-radius:16px;padding:2rem;margin-bottom:3rem}.checkbox-label{display:flex;align-items:center;gap:1.5rem;cursor:pointer;color:#fff;font-size:1.05rem}.checkbox-label input[type=checkbox]{display:none}.checkbox-label .check-icon{font-size:1.8rem;color:#333;transition:all .3s ease}.checkbox-label .check-icon.checked{color:#4caf50}.action-buttons{display:flex;flex-direction:column;gap:1.5rem}@media (min-width: 768px){.action-buttons{flex-direction:row}}.payment-button{flex:1;padding:2rem;background:linear-gradient(135deg,#5865f2,#4752c4);color:#fff;font-size:1.2rem;font-weight:700;border-radius:8px;display:flex;align-items:center;justify-content:center;gap:1rem;transition:all .3s ease}.payment-button svg{font-size:1.5rem}.payment-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 16px #0000004d;filter:brightness(1.1)}.payment-button:disabled{opacity:.5;cursor:not-allowed}.back-button{flex:1;padding:2rem;background:transparent;color:#b0b0b0;font-size:1.1rem;font-weight:600;border:2px solid #333;border-radius:8px;transition:all .3s ease}.back-button:hover{border-color:#4caf50;color:#4caf50}.error-message{text-align:center;padding:3rem;background:#1a1a1a;border-radius:16px;margin-top:3rem}.error-message h2{color:#ea4335;margin-bottom:1.5rem;font-size:2rem}.error-message p{color:#b0b0b0;margin-bottom:1.5rem;font-size:1.1rem}.error-message .error-hint{color:#fff;font-size:1rem;margin-bottom:2rem}.error-message .back-button{display:inline-block;padding:1.5rem 3rem}.order-id-card{background:linear-gradient(135deg,#4caf5033,#2196f333);border:2px solid #4CAF50;border-radius:16px;padding:2rem;margin-bottom:3rem;text-align:center}.order-id-card h3{color:#4caf50;font-size:1.2rem;margin-bottom:1.5rem}.order-id{display:flex;justify-content:center;align-items:center;gap:1.5rem;margin-bottom:1.5rem;flex-wrap:wrap}.order-id__value{font-family:Courier New,monospace;font-size:1.5rem;font-weight:700;color:#ffc107;padding:1rem 2rem;background:#ffc1071a;border:2px solid #FFC107;border-radius:8px;letter-spacing:2px}@media (max-width: 768px){.order-id__value{font-size:1.1rem;padding:.5rem 1.5rem;letter-spacing:1px}}.order-id__note{color:#b0b0b0;font-size:.95rem;line-height:1.6;font-style:italic}.staff-page{padding:3rem 1.5rem;min-height:100vh;background:#0f0f0f}.staff-page__container{max-width:1200px;margin:0 auto}.staff-page__title{font-size:2.5rem;text-align:center;margin-bottom:1rem;display:flex;align-items:center;justify-content:center;gap:1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.staff-page__title svg{font-size:2.5rem}@media (min-width: 768px){.staff-page__title{font-size:3rem}}.staff-page__subtitle{text-align:center;color:#b0b0b0;font-size:1.1rem;margin-bottom:3rem}.schedule-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:6rem}@media (min-width: 768px){.schedule-grid{grid-template-columns:repeat(2,1fr)}}.schedule-card{background:#1a1a1a;border:1px solid #333;border-radius:16px;padding:2rem;transition:all .3s ease}.schedule-card:hover{box-shadow:0 8px 16px #0000004d;border-color:#4caf50}.schedule-card__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid #333}.schedule-card__role{font-size:1.4rem;color:#4caf50;font-weight:700}.schedule-card__icon{font-size:2rem;color:#ffc107}.schedule-card__times{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.schedule-card__members{background:#4caf501a;padding:1.5rem;border-radius:8px;margin-top:2rem}.schedule-card__members h4{color:#4caf50;margin-bottom:1rem;font-size:1rem}.time-block{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background:#2196f31a;border-radius:8px;border-left:3px solid #2196F3}.time-block--break{background:#ffc1071a;border-left-color:#ffc107}.time-block--break .time-label{color:#ffc107}.time-block .time-label{color:#b0b0b0;font-weight:500}.time-block .time-value{color:#fff;font-weight:700;font-family:Courier New,monospace}.members-list{display:flex;flex-wrap:wrap;gap:1rem}.member-badge{display:inline-block;background:#4caf50;color:#fff;padding:.5rem 1.5rem;border-radius:8px;font-weight:600;font-size:.9rem}.contact-section{margin-top:6rem}.contact-section__title{font-size:2rem;text-align:center;margin-bottom:3rem;color:#4caf50}.contact-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.contact-grid{grid-template-columns:repeat(3,1fr)}}.contact-card{background:#1a1a1a;border:2px solid;border-radius:16px;padding:3rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem;text-decoration:none;transition:all .3s ease}.contact-card:hover{transform:translateY(-5px);box-shadow:0 8px 16px #0000004d}.contact-card__icon{font-size:3rem}.contact-card__label{font-size:1.1rem;font-weight:600;color:#b0b0b0}.contact-card__value{font-size:1rem;font-weight:700}.contact-card--discord{border-color:#5865f2}.contact-card--discord .contact-card__icon,.contact-card--discord .contact-card__value{color:#5865f2}.contact-card--discord:hover{background:#5865f21a}.contact-card--tiktok{border-color:#000}.contact-card--tiktok .contact-card__icon,.contact-card--tiktok .contact-card__value{color:#00f2ea}.contact-card--tiktok:hover{background:#00f2ea1a}.contact-card--email{border-color:#ea4335}.contact-card--email .contact-card__icon,.contact-card--email .contact-card__value{color:#ea4335}.contact-card--email:hover{background:#ea43351a}.info-banner{background:linear-gradient(135deg,#4caf5033,#2196f333);border:1px solid rgba(76,175,80,.5);border-radius:16px;padding:2rem;margin-top:3rem}.info-banner p{color:#fff;text-align:center;line-height:1.6;font-size:1.05rem}.info-banner p strong{color:#4caf50}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background-color:#0f0f0f;color:#fff;line-height:1.6;overflow-x:hidden}a{text-decoration:none;color:inherit}button{border:none;background:none;cursor:pointer;font-family:inherit}ul,ol{list-style:none}img{max-width:100%;display:block}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#0f0f0f}::-webkit-scrollbar-thumb{background:#4caf50;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#3d8b40}
