:root{--brand-primary:#a56e3b;--brand-primary-strong:#c1844a;--brand-primary-deep:#6a4322;--brand-surface:#f7f1e8;--ink-strong:#2f261e;--ink-mid:#4f4538;--line-soft:#dfd2bf}html{overflow-y:scroll}*{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:radial-gradient(circle at 4% 4%,#c1844a2e,#0000 29%),radial-gradient(circle at 96% 10%,#8f70542e,#0000 34%),linear-gradient(180deg,#fcfaf6,#f4eee4);color:#2f261e;color:var(--ink-strong);font-family:Trebuchet MS,Gill Sans,Segoe UI,sans-serif;margin:0}a{color:inherit}code{font-family:Consolas,Menlo,Monaco,Courier New,monospace}.container{align-items:center;display:flex;justify-content:center;min-height:100vh;text-align:center}.app-routes{padding-bottom:1.4rem}.navbar{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:linear-gradient(100deg,#fffffff5,#f8f1e7e6);border:1px solid var(--line-soft);border-radius:16px;box-shadow:0 12px 34px #0c2a2b14;display:flex;gap:1rem;justify-content:space-between;margin:1rem auto 0;padding:.8rem 1rem;width:min(1120px,calc(100vw - 2rem))}.brand-wrap{display:flex;flex-direction:column;gap:.15rem}.brand-overline{color:#7a5c3e;font-size:.66rem;font-weight:700;letter-spacing:.08em;margin:0;text-transform:uppercase}.navbar-logo{color:#5f3a1d;font-size:1.35rem;line-height:1;margin:0}.navbar-links{display:flex;flex-wrap:wrap;gap:.55rem;justify-content:flex-end;list-style:none;margin:0;padding:0}.navbar-links li{margin:0}.navbar-links a{background-color:#ffffffc2;border:1px solid #6a43223d;border-radius:999px;color:#5a4330;display:inline-block;font-size:.9rem;font-weight:700;padding:.45rem .78rem;text-decoration:none;transition:color .2s ease,border-color .2s ease,background-color .2s ease}.navbar-links a:hover{background-color:var(--brand-surface);border-color:var(--brand-primary-deep);color:#6a4322}@media (max-width:900px){.navbar{align-items:flex-start;border-radius:14px;flex-direction:column;margin-top:.5rem;padding:.75rem;width:calc(100vw - 1rem)}.navbar-links{justify-content:flex-start}}@media (max-width:640px){.navbar-links{gap:.45rem;width:100%}.navbar-links li{width:100%}.navbar-links a{align-items:center;display:flex;justify-content:center;min-height:44px;padding:.58rem .78rem;text-align:center;width:100%}}.home-page{grid-gap:1.2rem;display:grid;gap:1.2rem;margin:1.4rem auto 2.4rem;width:min(1120px,calc(100vw - 2rem))}.hero-panel{animation:hero-rise .52s ease-out;background:radial-gradient(circle at 8% 18%,#c1844a38,#0000 40%),radial-gradient(circle at 82% 12%,#7a5d432e,#0000 42%),linear-gradient(145deg,#fff,#f6efe3);border:1px solid var(--line-soft);border-radius:22px;box-shadow:0 22px 48px #0922231f;padding:clamp(1.2rem,3vw,2.2rem)}.eyebrow{background:#6a43221f;border-radius:999px;color:#6a4322;display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.08em;margin:0 0 .6rem;padding:.25rem .6rem;text-transform:uppercase}.hero-panel h1{color:#4d3220;font-size:clamp(1.85rem,5vw,3.3rem);line-height:1.07;margin:0;max-width:19ch}.hero-copy{color:#584534;font-size:clamp(.98rem,1.8vw,1.06rem);line-height:1.65;margin:.95rem 0 0;max-width:66ch}.hero-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.1rem}.primary-cta,.secondary-cta{align-items:center;border-radius:999px;display:inline-flex;font-weight:700;justify-content:center;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}.primary-cta{background:linear-gradient(105deg,#8b5a2f,#b8773b);border:1px solid #754a26;color:#fff9f2;padding:.62rem 1rem}.secondary-cta{background:#ffffffd1;border:1px solid #6a432242;color:#5c412b;padding:.62rem 1rem}.primary-cta:hover,.secondary-cta:hover{box-shadow:0 12px 24px #583d2733;transform:translateY(-1px)}.highlights-list{color:#5a4331;line-height:1.7;margin:1rem 0 0;padding-left:1.1rem}.services-section{grid-gap:.9rem;display:grid;gap:.9rem;grid-template-columns:repeat(3,minmax(0,1fr))}.service-card{animation:card-rise .56s ease both;background:#ffffffe6;border:1px solid var(--line-soft);border-radius:16px;box-shadow:0 10px 24px #0a232312;padding:1rem}.service-card:nth-child(2){animation-delay:70ms}.service-card:nth-child(3){animation-delay:.14s}.service-card h2{color:#684120;font-size:1.08rem;margin:0 0 .5rem}.service-card p{color:#5f4a37;line-height:1.6;margin:0}.proof-strip{grid-gap:.4rem;background:linear-gradient(110deg,#fbf7f1,#f3ebdf);border:1px solid var(--line-soft);border-radius:16px;display:grid;gap:.4rem;grid-template-columns:repeat(3,minmax(0,1fr));padding:.95rem}.proof-strip>div{padding:.5rem;text-align:center}.proof-number{color:#744826;font-size:1rem;font-weight:800;letter-spacing:.01em;margin:0}.proof-label{color:#69523d;font-size:.92rem;margin:.32rem 0 0}@keyframes hero-rise{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes card-rise{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:960px){.proof-strip,.services-section{grid-template-columns:1fr}.proof-strip>div{text-align:left}}@media (max-width:640px){.home-page{gap:.85rem;margin:.9rem auto 1.4rem;width:calc(100vw - 1rem)}.hero-panel{border-radius:16px;padding:1rem}.hero-panel h1{font-size:clamp(1.5rem,9vw,2.1rem);line-height:1.15;max-width:none}.hero-copy{line-height:1.55;margin-top:.7rem}.hero-actions{align-items:stretch;flex-direction:column}.primary-cta,.secondary-cta{min-height:44px;padding:.62rem .9rem;width:100%}.highlights-list{line-height:1.6;margin-top:.8rem}.proof-strip,.service-card{border-radius:14px}}.server-status-card{background:#fff;border:1px solid #d5d0c8;border-radius:14px;box-shadow:0 10px 30px #281c0e1f;margin:1.25rem auto;overflow:hidden;width:min(760px,calc(100vw - 2rem))}.server-status-image-wrap{align-items:center;background:linear-gradient(135deg,#2f1d0a,#5d3a00 50%,#8a4f06),repeating-linear-gradient(45deg,#ffffff14,#ffffff14 10px,#0000 0,#0000 20px);display:flex;height:190px;justify-content:center}.server-status-image{border:2px solid #ffffffe6;border-radius:12px;box-shadow:0 8px 24px #00000059;height:96px;image-rendering:pixelated;width:96px}.server-status-content{padding:1rem 1rem 1.1rem}.server-status-top-row{align-items:center;display:flex;gap:.75rem;justify-content:space-between}.server-status-top-row h2{color:#2f1d0a;font-size:1.1rem;margin:0}.server-chip{border-radius:999px;font-size:.8rem;font-weight:700;padding:.2rem .6rem}.server-chip.online{background:#d4f5d8;color:#0c4a12}.server-chip.offline{background:#f9d8d8;color:#7a1010}.server-motd{color:#1f1f1f;line-height:1.55;margin:.8rem 0}.server-stats-row{color:#3a3025;display:flex;flex-wrap:wrap;font-size:.95rem;gap:1.2rem}@media (max-width:560px){.server-status-image-wrap{height:160px}.server-status-image{height:84px;width:84px}}.status-page{background:linear-gradient(180deg,#f8f4e9,#f2ede3);min-height:calc(100dvh - 90px);padding:1.25rem 0 2rem;width:100%}.status-page-inner{margin:0 auto;width:min(980px,calc(100vw - 2rem))}.status-page-title{color:#2f1d0a;margin:0 0 .2rem}.status-page-subtitle{color:#5a4a39;margin:0 0 1rem}@media (max-width:640px){.status-page{min-height:auto;padding-top:.9rem}.status-page-title{font-size:1.45rem;line-height:1.2}.status-page-subtitle{line-height:1.5}}.redirects-page{margin:2rem auto;max-width:980px;padding:0 1rem}.redirects-page h1{margin-bottom:.5rem}.redirects-intro{color:#3f3f3f;margin-bottom:1.25rem;margin-top:0}.redirects-table-wrap{overflow-x:auto}.redirects-table{background-color:#fff;border:1px solid #dadada;border-collapse:collapse;width:100%}.redirects-table td,.redirects-table th{border-bottom:1px solid #e8e8e8;padding:.75rem;text-align:left}.redirects-table th{background-color:#f2f2f2}.redirects-table a{color:#8a4f06}.redirects-table a:hover{color:#5d3a00}@media (max-width:640px){.redirects-page{margin:1rem auto;padding:0 .5rem}.redirects-page h1{font-size:1.4rem}.redirects-table{font-size:.92rem}.redirects-table td,.redirects-table th{padding:.6rem}}.warframe-page{background:radial-gradient(circle at 10% 10%,#254c6e29,#0000 40%),radial-gradient(circle at 90% 20%,#bd8d342e,#0000 45%),linear-gradient(180deg,#f3f5f7,#eceff2);display:flex;justify-content:center;min-height:calc(100vh - 90px);padding:2rem 1rem}.warframe-card{background:#fffffff2;border:1px solid #cbd3db;border-radius:14px;box-shadow:0 14px 40px #0000001a;padding:1.5rem;width:min(840px,100%)}.warframe-card h1{color:#163452;margin:0 0 .8rem}.warframe-lead{color:#1f4c78;font-size:1.05rem;font-weight:700;margin:0 0 .9rem}.warframe-card p{color:#1f2730;line-height:1.6;margin:0 0 .85rem}.warframe-discord-btn{background:linear-gradient(90deg,#184978,#2869a8);border:1px solid #123b61;border-radius:999px;color:#fff;display:inline-block;font-weight:700;margin-top:.6rem;padding:.6rem 1rem;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}.warframe-discord-btn:hover{box-shadow:0 8px 18px #1c4e7a52;filter:brightness(1.06);transform:translateY(-1px)}@media (max-width:640px){.warframe-page{padding:1.2rem .8rem}.warframe-card{padding:1.1rem}}
/*# sourceMappingURL=main.cc620680.css.map*/