@import "https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600;700;900&family=Rajdhani:wght@300;400;500;600;700&display=swap";#particles-canvas{pointer-events:none;z-index:0;width:100%;height:100%;position:fixed;top:0;left:0}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{color:#f0e8da;-webkit-font-smoothing:antialiased;background-color:#0c0906;min-height:100vh;font-family:Rajdhani,system-ui,-apple-system,sans-serif;font-size:1rem;font-weight:400;line-height:1.6}img,video{max-width:100%;display:block}a{color:#c8721a;text-decoration:none;transition:color .15s}a:hover{color:#e48c31}ul,ol{list-style:none}button{cursor:pointer;font-family:inherit}input,textarea,select{font-family:inherit}h1,h2,h3,h4,h5,h6{letter-spacing:.02em;font-family:Cinzel,Georgia,serif;font-weight:700;line-height:1.2}.section-title{color:#f0e8da;letter-spacing:.02em;margin-bottom:1rem;font-family:Cinzel,Georgia,serif;font-size:1.875rem;font-weight:700}.section-title span{color:#e8921e}@media (width>=768px){.section-title{font-size:2.25rem}}.section-subtitle{color:#9a7e62;max-width:640px;font-size:1.125rem}.badge{text-transform:uppercase;letter-spacing:.06em;border-radius:100px;align-items:center;gap:.25rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-flex}.badge--primary{color:#c8721a;background:#c8721a47;border:1px solid #c8721a4d}.badge--blue{color:#e85020;background:#e8502026;border:1px solid #e850204d}.badge--gray{color:#9a7e62;background:#ffffff0f;border:1px solid #2e2016}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.section{padding:5rem 0}.section--hero{padding:6rem 0}.section__header{margin-bottom:3rem}.section__header--center{text-align:center}.section__header--center .section-subtitle{margin:0 auto}.page-header{background:linear-gradient(#1f1610 0%,#0c0906 100%);border-bottom:1px solid #2e2016;margin-bottom:3rem;padding:4rem 0 3rem}.page-header__inner{max-width:1200px;margin:0 auto;padding:0 1.5rem}.page-header__eyebrow{color:#c8721a;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.75rem;font-size:.875rem;font-weight:600}.page-header h1{margin-bottom:1rem;font-size:2.25rem;font-weight:800}@media (width>=768px){.page-header h1{font-size:3rem}}.page-header p{color:#9a7e62;max-width:600px;font-size:1.125rem}.nav{z-index:100;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#0c0906f0;border-bottom:1px solid #c8721a33;height:64px;transition:box-shadow .25s;position:sticky;top:0}.nav.scrolled{box-shadow:0 4px 32px #000000b3,0 1px #c8721a26}.nav__inner{justify-content:space-between;align-items:center;gap:2rem;max-width:1200px;height:100%;margin:0 auto;padding:0 1.5rem;display:flex}.nav__brand{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.nav__brand img{width:auto;height:36px}.nav__brand span{color:#f0e8da;white-space:nowrap;letter-spacing:.05em;font-family:Cinzel,Georgia,serif;font-size:.875rem;font-weight:600}@media (width<=640px){.nav__brand span{display:none}}.nav__links{flex:1;justify-content:center;align-items:center;gap:.25rem;display:flex}@media (width<=768px){.nav__links{display:none}}.nav__link{color:#9a7e62;white-space:nowrap;letter-spacing:.03em;border-radius:6px;padding:.5rem .75rem;font-family:Rajdhani,system-ui,-apple-system,sans-serif;font-size:.875rem;font-weight:600;transition:color .15s,background .15s}.nav__link:hover,.nav__link.active{color:#f0e8da;background:#c8721a14}.nav__link.active{color:#e8921e}.nav__actions{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.nav__toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:.5rem;display:none}@media (width<=768px){.nav__toggle{display:flex}}.nav__toggle span{background:#f0e8da;border-radius:2px;width:22px;height:2px;transition:transform .25s,opacity .25s;display:block}.nav__toggle.open span:first-child{transform:rotate(45deg)translate(5px,5px)}.nav__toggle.open span:nth-child(2){opacity:0}.nav__toggle.open span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.nav__mobile{z-index:99;background:#161008fa;border-bottom:1px solid #2e2016;flex-direction:column;gap:.5rem;padding:1rem;display:none;position:fixed;top:64px;left:0;right:0}.nav__mobile.open{display:flex}.nav__mobile .nav__link{padding:.75rem 1rem;font-size:1rem;display:block}.footer{background:#161008;border-top:1px solid #2e2016;margin-top:6rem;padding:4rem 0 2rem}.footer__inner{max-width:1200px;margin:0 auto;padding:0 1.5rem}.footer__grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem;margin-bottom:3rem;display:grid}@media (width<=1024px){.footer__grid{grid-template-columns:1fr 1fr}}@media (width<=640px){.footer__grid{grid-template-columns:1fr}}.footer__brand img{height:40px;margin-bottom:1rem}.footer__brand p{color:#9a7e62;max-width:280px;font-size:.875rem;line-height:1.7}.footer__col-title{color:#f0e8da;text-transform:uppercase;letter-spacing:.08em;margin-bottom:1rem;font-size:.875rem;font-weight:700}.footer__col-links{flex-direction:column;gap:.5rem;display:flex}.footer__col-links a{color:#9a7e62;font-size:.875rem;transition:color .15s}.footer__col-links a:hover{color:#c8721a}.footer__bottom{border-top:1px solid #2e2016;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:1.5rem;display:flex}.footer__bottom p{color:#4a3828;font-size:.875rem}.btn{cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:background .15s,color .15s,border-color .15s,box-shadow .15s,transform .15s;display:inline-flex}.btn:active{transform:translateY(1px)}.btn--primary{color:#f0e8da;text-shadow:0 1px 2px #0006;background:linear-gradient(135deg,#c8721a 0%,#e85020 100%);border-color:#c8721a}.btn--primary:hover{color:#fff;background:linear-gradient(135deg,#e8921e 0%,#c8721a 100%);border-color:#e8921e;box-shadow:0 0 24px #e8502066,0 0 8px #c8721a4d}.btn--outline{color:#e8921e;background:0 0;border-color:#c8721a}.btn--outline:hover{color:#d4a44a;background:#c8721a47;border-color:#e8921e}.btn--ghost{color:#9a7e62;background:#c8721a0d;border-color:#2e2016}.btn--ghost:hover{color:#f0e8da;background:#c8721a1a;border-color:#c8721a4d}.btn--lg{border-radius:12px;padding:1rem 2rem;font-size:1rem}.btn--sm{padding:.5rem 1rem;font-size:.75rem}.btn--full{width:100%}.card{background:#161008;border:1px solid #2e2016;border-radius:12px;transition:border-color .25s,transform .25s,box-shadow .25s;overflow:hidden}.card:hover{border-color:#c8721a80;transform:translateY(-2px);box-shadow:0 8px 32px #00000080,0 0 0 1px #c8721a1a,inset 0 1px #d4a44a14}.card__image{aspect-ratio:16/9;object-fit:cover;background:#1f1610;width:100%}.card__body{padding:1.5rem}.card__header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.75rem;display:flex}.card__title{color:#f0e8da;margin:0;font-size:1.25rem;font-weight:700}.card__description{color:#9a7e62;margin-bottom:1rem;font-size:.875rem;line-height:1.7}.card__footer{background:#0003;border-top:1px solid #2e2016;flex-wrap:wrap;align-items:center;gap:.75rem;padding:1rem 1.5rem;display:flex}.card--game{flex-direction:column;display:flex}.card--game .card__image{aspect-ratio:16/7}.card--founder{text-align:center}.card--founder .card__body{flex-direction:column;align-items:center;display:flex}.card--founder .card__avatar{object-fit:cover;border:3px solid #c8721a;border-radius:50%;width:96px;height:96px;margin-bottom:1rem}.card--founder .card__name{margin-bottom:.25rem;font-size:1.25rem;font-weight:700}.card--founder .card__role{color:#c8721a;margin-bottom:1rem;font-size:.875rem;font-weight:600}.card--founder .card__bio{color:#9a7e62;margin-bottom:1rem;font-size:.875rem;line-height:1.7}.card--founder .card__socials{gap:.75rem;display:flex}.card--founder .card__socials a{color:#9a7e62;font-size:.875rem;transition:color .15s}.card--founder .card__socials a:hover{color:#c8721a}.card--event{background:#161008;border:1px solid #2e2016;border-radius:12px;align-items:flex-start;gap:1rem;padding:1.25rem;display:flex}.card--event:hover{border-color:#c8721a66}.card--event .card__date{text-align:center;background:#1f1610;border-radius:6px;flex-shrink:0;width:64px;padding:.75rem .5rem}.card--event .card__date .day{color:#c8721a;font-size:1.5rem;font-weight:800;line-height:1;display:block}.card--event .card__date .month{text-transform:uppercase;color:#9a7e62;letter-spacing:.06em;font-size:.75rem;display:block}.card--event .card__content{flex:1}.card--event .card__title{margin-bottom:.5rem;font-size:1rem}.card--event .card__meta{color:#9a7e62;flex-wrap:wrap;gap:1rem;font-size:.75rem;display:flex}.form__group{margin-bottom:1.25rem}.form__label{color:#9a7e62;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.875rem;font-weight:600;display:block}.form__input,.form__textarea,.form__select{color:#f0e8da;appearance:none;background:#1f1610;border:1px solid #2e2016;border-radius:6px;outline:none;width:100%;padding:.75rem 1rem;font-size:1rem;transition:border-color .15s,box-shadow .15s}.form__input::placeholder,.form__textarea::placeholder,.form__select::placeholder{color:#4a3828}.form__input:focus,.form__textarea:focus,.form__select:focus{border-color:#c8721a;box-shadow:0 0 0 3px #c8721a47}.form__textarea{resize:vertical;min-height:120px}.form__select{cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%238892a4' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;background-size:20px;padding-right:2.5rem}.form__error{color:#cc3a2a;margin-top:.5rem;font-size:.875rem}.form__hint{color:#4a3828;margin-top:.5rem;font-size:.875rem}.form__grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}@media (width<=640px){.form__grid{grid-template-columns:1fr}}.alert{border-radius:6px;margin-bottom:1.5rem;padding:1rem 1.25rem;font-size:.875rem}.alert--success{color:#4ade80;background:#22c55e1a;border:1px solid #22c55e4d}.alert--error{color:#e38379;background:#cc3a2a1a;border:1px solid #cc3a2a4d}.hero{background:radial-gradient(80% 60% at 50% 110%,#e850201f 0%,#c8721a0f 40%,#0000 70%),linear-gradient(#0c0906 0%,#1f1610 100%);padding:6rem 0;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background:radial-gradient(#e8502014 0%,#0000 70%);width:900px;height:400px;position:absolute;bottom:-100px;left:50%;transform:translate(-50%)}.hero:after{content:"";pointer-events:none;background:linear-gradient(#0c0906,#0000);height:120px;position:absolute;top:0;left:0;right:0}.hero__inner{max-width:1200px;margin:0 auto;padding:0 1.5rem}.hero__eyebrow{align-items:center;gap:.5rem;margin-bottom:1.5rem;display:inline-flex}.hero h1{letter-spacing:.02em;max-width:720px;margin-bottom:1.5rem;font-family:Cinzel,Georgia,serif;font-size:clamp(2.25rem,6vw,3.75rem);font-weight:700;line-height:1.05}.hero h1 span{background:linear-gradient(135deg,#e8921e 0%,#e85020 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero__description{color:#9a7e62;max-width:560px;margin-bottom:2.5rem;font-size:1.125rem;line-height:1.7}.hero__actions{flex-wrap:wrap;gap:1rem;display:flex}.games-grid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:1.5rem;display:grid}@media (width<=640px){.games-grid{grid-template-columns:1fr}}.game-status{text-transform:uppercase;letter-spacing:.06em;align-items:center;gap:.5rem;font-size:.75rem;font-weight:600;display:inline-flex}.game-status:before{content:"";border-radius:50%;width:6px;height:6px;animation:2s infinite pulse;display:block}.game-status--in-development{color:#9a7e62}.game-status--in-development:before{background:#9a7e62;animation:none}.game-status--closed-beta{color:#c8721a}.game-status--closed-beta:before{background:#c8721a}.game-status--open-beta{color:#e85020}.game-status--open-beta:before{background:#e85020}.game-status--released{color:#4ade80}.game-status--released:before{background:#4ade80}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.beta-banner{background:linear-gradient(135deg,#1f1610 0%,#c8721a0d 100%);border:1px solid #c8721a4d;border-radius:12px;grid-template-columns:1fr auto;align-items:center;gap:2rem;padding:2.5rem;display:grid}@media (width<=768px){.beta-banner{grid-template-columns:1fr}}.beta-banner__label{text-transform:uppercase;letter-spacing:.1em;color:#c8721a;margin-bottom:.75rem;font-size:.75rem;font-weight:700}.beta-banner h3{margin-bottom:.75rem;font-size:1.5rem;font-weight:800}.beta-banner p{color:#9a7e62;max-width:480px;font-size:1rem}.game-hero{align-items:flex-end;min-height:420px;display:flex;position:relative;overflow:hidden}.game-hero__bg{object-fit:cover;opacity:.35;width:100%;height:100%;position:absolute;inset:0}.game-hero__overlay{background:linear-gradient(#0000 0%,#0c0906 80%);position:absolute;inset:0}.game-hero__content{width:100%;max-width:1200px;margin:0 auto;padding:3rem 1.5rem;position:relative}.game-hero__logo{filter:drop-shadow(0 2px 8px #00000080);width:auto;height:80px;margin-bottom:1rem}.game-hero h1{margin-bottom:.75rem;font-size:3rem;font-weight:800}.game-hero p{color:#9a7e62;max-width:560px;font-size:1.25rem}.game-meta-bar{background:#1f1610;border-bottom:1px solid #2e2016;padding:1rem 0}.game-meta-bar__inner{flex-wrap:wrap;align-items:center;gap:2rem;max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex}.game-meta-bar__item{color:#9a7e62;align-items:center;gap:.5rem;font-size:.875rem;display:flex}.game-meta-bar__item strong{color:#f0e8da}.screenshots-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;display:grid}.screenshots-grid img{aspect-ratio:16/9;object-fit:cover;cursor:zoom-in;border:1px solid #2e2016;border-radius:6px;width:100%;transition:transform .25s,border-color .25s}.screenshots-grid img:hover{border-color:#c8721a66;transform:scale(1.02)}.founders-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;display:grid}.pillars-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;display:grid}.pillar-card{background:#161008;border:1px solid #2e2016;border-radius:12px;padding:2rem;transition:border-color .25s,transform .25s}.pillar-card:hover{border-color:#c8721a66;transform:translateY(-2px)}.pillar-card__icon{margin-bottom:1rem;font-size:2rem}.pillar-card h3{margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.pillar-card p{color:#9a7e62;font-size:.875rem;line-height:1.7}.model-grid{grid-template-columns:repeat(3,1fr);gap:1rem;margin:2.5rem 0;display:grid}@media (width<=768px){.model-grid{grid-template-columns:1fr}}.model-item{background:#161008;border:1px solid #2e2016;border-radius:12px;padding:1.5rem}.model-item--yes{background:#4ade800d;border-color:#4ade804d}.model-item--no{background:#cc3a2a0d;border-color:#cc3a2a4d}.model-item__header{align-items:center;gap:.75rem;margin-bottom:.75rem;font-weight:700;display:flex}.model-item p{color:#9a7e62;font-size:.875rem;line-height:1.6}.rich-content h2{color:#f0e8da;margin:2rem 0 1rem;font-size:1.5rem;font-weight:700}.rich-content h3{color:#f0e8da;margin:1.5rem 0 .75rem;font-size:1.25rem;font-weight:600}.rich-content p{color:#9a7e62;margin-bottom:1rem;line-height:1.8}.rich-content ul,.rich-content ol{margin-bottom:1rem;padding-left:1.5rem;list-style:outside}.rich-content ul li,.rich-content ol li{color:#9a7e62;margin-bottom:.5rem;line-height:1.7}.rich-content a{color:#c8721a;text-decoration:underline}.rich-content strong{color:#f0e8da;font-weight:600}.job-list{flex-direction:column;gap:1rem;display:flex}.job-card{color:inherit;background:#161008;border:1px solid #2e2016;border-radius:12px;padding:1.5rem;text-decoration:none;transition:border-color .25s,transform .25s;display:block}.job-card:hover{color:inherit;border-color:#c8721a66;transform:translate(4px)}.job-card__header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.75rem;display:flex}@media (width<=640px){.job-card__header{flex-direction:column}}.job-card__title{color:#f0e8da;font-size:1.125rem;font-weight:700}.job-card__department{color:#9a7e62;margin-top:.25rem;font-size:.875rem}.job-card__tags{flex-wrap:wrap;gap:.5rem;display:flex}.job-card__summary{color:#9a7e62;font-size:.875rem;line-height:1.6}.job-detail{max-width:780px}.job-detail__section{margin-bottom:2rem}.job-detail__section h2{color:#f0e8da;border-bottom:1px solid #2e2016;margin-bottom:1rem;padding-bottom:.75rem;font-size:1.25rem;font-weight:700}
