.home{flex:1}.hero{text-align:center;max-width:1280px;margin:0 auto;padding:8rem 2rem 6rem}.hero-content{max-width:800px;margin:0 auto}.hero-title{letter-spacing:-.03em;background:linear-gradient(#fff 0%,#ffffffb3 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:4.5rem;font-weight:700;line-height:1.1}.hero-subtitle{color:#fff9;margin-bottom:3rem;font-size:1.25rem;font-weight:400;line-height:1.6}.server-ip{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;align-items:center;gap:1rem;margin-bottom:1rem;padding:1rem 1.5rem;display:inline-flex}.ip-label{color:#ffffff80;font-size:.875rem;font-weight:500}.ip-code{color:#fff;font-family:SF Mono,Monaco,Courier New,monospace;font-size:1rem;font-weight:600}.copy-btn{color:#000;cursor:pointer;background:#fff;border:none;border-radius:8px;padding:.625rem 1.25rem;font-size:.875rem;font-weight:600;transition:transform .2s,opacity .2s}.copy-btn:hover{opacity:.9;transform:translateY(-1px)}.copy-btn:active{transform:translateY(0)}.version-info{color:#fff6;margin-top:1rem;font-size:.875rem}.features{max-width:1280px;margin:8rem auto;padding:0 2rem}.features h2{letter-spacing:-.02em;text-align:center;margin-bottom:5rem;font-size:3rem;font-weight:700;line-height:1.2}.features-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.feature-card{color:#fffc;background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;padding:2rem;font-size:1rem;transition:background .2s,border-color .2s}.feature-card:hover{background:#ffffff0d;border-color:#ffffff1f}.quick-start{max-width:1280px;margin:8rem auto;padding:0 2rem}.quick-start h2{letter-spacing:-.02em;text-align:center;margin-bottom:5rem;font-size:3rem;font-weight:700;line-height:1.2}.steps{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.step{text-align:left}.step-number{color:#fff;background:#ffffff14;border:1px solid #ffffff1f;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1.5rem;font-size:1.25rem;font-weight:700;display:flex}.step h3{letter-spacing:-.01em;margin-bottom:.75rem;font-size:1.25rem;font-weight:600}.step p{color:#fff9;font-size:.9375rem;line-height:1.6}.stats{max-width:1280px;margin:8rem auto 10rem;padding:0 2rem}.stats h2{letter-spacing:-.02em;text-align:center;margin-bottom:5rem;font-size:3rem;font-weight:700;line-height:1.2}.stats-grid{grid-template-columns:repeat(2,1fr);gap:2rem;max-width:800px;margin:0 auto;display:grid}.stat-card{text-align:center;background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;padding:3rem 2rem}.stat-number{letter-spacing:-.02em;margin-bottom:.5rem;font-size:3.5rem;font-weight:700;line-height:1}.stat-label{color:#fff9;font-size:1rem;font-weight:500}@media (width<=1024px){.features-grid,.steps,.stats-grid{grid-template-columns:1fr}}@media (width<=768px){.hero{padding:5rem 1.5rem 4rem}.hero-title{font-size:3rem}.hero-subtitle{font-size:1.125rem}.server-ip{flex-direction:column;width:100%}.features h2,.quick-start h2,.stats h2{font-size:2.25rem}}.commands-page{flex:1;max-width:1280px;margin:0 auto;padding:4rem 2rem 6rem}.commands-header{text-align:center;margin-bottom:5rem}.commands-header h1{letter-spacing:-.03em;margin-bottom:1rem;font-size:3.5rem;font-weight:700;line-height:1.1}.commands-header p{color:#fff9;font-size:1.125rem}.search-box{max-width:600px;margin:0 auto 4rem}.search-input{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;outline:none;width:100%;padding:1rem 1.5rem;font-size:1rem;transition:border-color .2s,background .2s}.search-input::placeholder{color:#fff6}.search-input:focus{background:#ffffff14;border-color:#fff3}.category-tabs{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:3rem;display:flex}.tab{color:#ffffffb3;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:10px;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:500;transition:all .2s}.tab:hover{color:#fff;background:#ffffff14}.tab.active{color:#000;background:#fff;border-color:#fff}.plugins-container{flex-direction:column;gap:2rem;display:flex}.plugin-card{background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;padding:2.5rem;transition:background .2s,border-color .2s}.plugin-card:hover{background:#ffffff0d;border-color:#ffffff1f}.plugin-header h3{letter-spacing:-.01em;margin-bottom:.5rem;font-size:1.75rem;font-weight:700}.plugin-desc{color:#fff9;margin-bottom:2rem;font-size:1rem}.tutorial-box{color:#fffc;background:#ffffff0d;border-left:2px solid #ffffff4d;border-radius:8px;margin-bottom:2rem;padding:1rem 1.5rem;font-size:.9375rem;line-height:1.6}.tutorial-box strong{color:#fff;font-weight:600}.commands-list{flex-direction:column;gap:.5rem;display:flex}.command-item{background:#ffffff08;border-radius:10px;grid-template-columns:280px 1fr;align-items:center;gap:1.5rem;padding:1rem 1.5rem;transition:background .2s;display:grid}.command-item:hover{background:#ffffff0d}.command-code{color:#ffffffe6;font-family:SF Mono,Monaco,Courier New,monospace;font-size:.875rem;font-weight:500}.command-desc{color:#fff9;font-size:.9375rem;line-height:1.5}.skills-list{margin-top:2rem}.skills-list h4{margin-bottom:1rem;font-size:1.125rem;font-weight:600}.skills-grid{flex-wrap:wrap;gap:.5rem;display:flex}.skill-tag{color:#fffc;background:#ffffff14;border:1px solid #ffffff1f;border-radius:8px;padding:.5rem 1rem;font-size:.875rem;font-weight:500}@media (width<=768px){.commands-header h1{font-size:2.5rem}.category-tabs{flex-direction:column}.tab{text-align:center;width:100%}.command-item{grid-template-columns:1fr;gap:.75rem}}.tutorials-page{flex:1;max-width:1280px;margin:0 auto;padding:4rem 2rem 6rem}.tutorials-header{text-align:center;margin-bottom:5rem}.tutorials-header h1{letter-spacing:-.03em;margin-bottom:1rem;font-size:3.5rem;font-weight:700;line-height:1.1}.tutorials-header p{color:#fff9;font-size:1.125rem}.tutorials-grid{grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:6rem;display:grid}.tutorial-card{background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;padding:2.5rem;transition:background .2s,border-color .2s}.tutorial-card:hover{background:#ffffff0d;border-color:#ffffff1f}.tutorial-card h3{letter-spacing:-.01em;margin-bottom:2rem;font-size:1.5rem;font-weight:700}.tutorial-steps{flex-direction:column;gap:1.5rem;display:flex}.tutorial-step{align-items:flex-start;gap:1rem;display:flex}.tutorial-step .step-number{background:#ffffff1a;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;margin-top:.125rem;font-size:.875rem;font-weight:600;display:flex}.step-content{flex:1}.step-content h4{margin-bottom:.25rem;font-size:1rem;font-weight:600}.step-content p{color:#fff9;font-size:.9375rem;line-height:1.6}.tips-section{background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;padding:3rem 2.5rem}.tips-section h2{text-align:center;letter-spacing:-.02em;margin-bottom:3rem;font-size:2rem;font-weight:700}.tips-grid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.tip-card{background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;padding:1.5rem}.tip-card h4{margin-bottom:.5rem;font-size:1.125rem;font-weight:600}.tip-card p{color:#fff9;font-size:.9375rem;line-height:1.6}@media (width<=1024px){.tutorials-grid{grid-template-columns:1fr}}@media (width<=768px){.tutorials-header h1{font-size:2.5rem}.tips-grid{grid-template-columns:1fr}}.rules-page{flex:1;max-width:1280px;margin:0 auto;padding:4rem 2rem 6rem}.rules-header{text-align:center;margin-bottom:5rem}.rules-header h1{letter-spacing:-.03em;margin-bottom:1rem;font-size:3.5rem;font-weight:700;line-height:1.1}.rules-header p{color:#fff9;font-size:1.125rem}.rules-container{flex-direction:column;gap:3rem;display:flex}.rules-section{background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;padding:2.5rem}.rules-section h2{letter-spacing:-.02em;margin-bottom:2rem;font-size:2rem;font-weight:700}.rules-list{flex-direction:column;gap:1rem;display:flex}.rule-item{background:#ffffff08;border-radius:10px;align-items:flex-start;gap:1rem;padding:1rem;display:flex}.rule-number{background:#ffffff1a;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.875rem;font-weight:600;display:flex}.rule-text{color:#fffc;padding-top:.25rem;font-size:1rem;line-height:1.6}.warning-box{flex-direction:column;gap:1.5rem;display:flex}.warning-item{background:#ef444414;border-left:2px solid #ef444480;border-radius:10px;padding:1.5rem}.warning-item h4{color:#fffffff2;margin-bottom:.5rem;font-size:1.125rem;font-weight:600}.warning-item p{color:#ffffffb3;margin-bottom:1rem;font-size:.9375rem;line-height:1.6}.penalty{color:#ffffffe6;background:#ef444426;border:1px solid #ef44444d;border-radius:8px;padding:.5rem 1rem;font-size:.875rem;font-weight:500;display:inline-block}.good-practices{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.practice-item{background:#22c55e14;border-left:2px solid #22c55e80;border-radius:10px;padding:1.5rem}.practice-item h4{margin-bottom:.5rem;font-size:1.125rem;font-weight:600}.practice-item p{color:#ffffffb3;font-size:.9375rem;line-height:1.6}.building-rules{flex-direction:column;gap:.75rem;list-style:none;display:flex}.building-rules li{color:#fffc;background:#ffffff08;border-radius:10px;padding:1rem 1rem 1rem 2.5rem;font-size:.9375rem;line-height:1.6;position:relative}.building-rules li:before{content:"•";color:#ffffff80;font-size:1.5rem;line-height:1;position:absolute;left:1rem}.contact-info{background:#ffffff0d;border-left:2px solid #ffffff4d;border-radius:10px;padding:1.5rem}.contact-info p{color:#fffc;margin-bottom:1.5rem;font-weight:500;line-height:1.6}.contact-info ul{margin-bottom:2rem;list-style:none}.contact-info li{color:#ffffffb3;padding:.5rem 0 .5rem 1.5rem;font-size:.9375rem;line-height:1.6;position:relative}.contact-info li:before{content:"✓";color:#ffffff80;font-weight:600;position:absolute;left:0}.contact-methods{flex-direction:column;gap:1rem;display:flex}.contact-method{background:#ffffff08;border-radius:8px;align-items:center;gap:1rem;padding:1rem;display:flex}.contact-method strong{color:#fff;min-width:100px;font-weight:600}.contact-method span{color:#ffffffb3;font-size:.9375rem}.final-note{text-align:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;padding:2rem}.final-note p{color:#fffc;margin:.5rem 0;font-size:1rem;line-height:1.6}@media (width<=768px){.rules-header h1{font-size:2.5rem}.rules-section h2{font-size:1.5rem}.good-practices{grid-template-columns:1fr}.contact-method{flex-direction:column;align-items:flex-start}}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff;background:#000;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}.app{flex-direction:column;min-height:100vh;display:flex}.navbar{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:1000;background:#000c;border-bottom:1px solid #ffffff0f;position:sticky;top:0}.nav-container{justify-content:space-between;align-items:center;max-width:1280px;margin:0 auto;padding:1.5rem 2rem;display:flex}.nav-logo{color:#fff;letter-spacing:-.02em;font-size:1.25rem;font-weight:600;text-decoration:none}.nav-menu{gap:2rem;list-style:none;display:flex}.nav-link{color:#ffffffb3;font-size:.9375rem;font-weight:500;text-decoration:none;transition:color .2s}.nav-link:hover{color:#fff}.footer{color:#ffffff80;text-align:center;background:#000;border-top:1px solid #ffffff0f;margin-top:auto;padding:3rem 2rem;font-size:.875rem}@media (width<=768px){.nav-container{flex-direction:column;gap:1.5rem}.nav-menu{text-align:center;flex-direction:column;gap:1rem}}
