@charset "UTF-8";@font-face{font-family:"Fusion Pixel 12";src:url(/font/fusion-pixel-12px-proportional-zh_hans.ttf.woff2) format("woff2");font-display:swap}:root{--font-body: "Fusion Pixel 12", system-ui, sans-serif;--font-pixel: "Fusion Pixel 12", monospace;--font-digital: "Fusion Pixel 12", monospace;--bg-primary: #0d0a0f;--bg-card: #16121a;--bg-card-hover: #1e1822;--cherry-primary: #e85d75;--cherry-light: #ffb7c5;--cherry-bright: #ff8fa3;--mc-gold: #d6a64f;--mc-gold-light: #f2cf75;--mc-gold-dark: #8a5f22;--mc-button-gray: #6f6f6f;--mc-button-gray-hover: #8b8b8b;--mc-button-gray-dark: #3d3d3d;--mc-button-gray-light: #b6b6b6;--text-primary: #fff0f3;--text-secondary: #cbb3bd;--text-dim: #a48d99;--mc-border: #4a4a4a;--mc-border-light: #6a6a6a;--pixel-shadow: #1a1118;--mc-button-min-height: 46px;--status-online: #5de8a6;--status-offline: #e85d5d;--status-maintenance: #ff6b6b}html{scroll-behavior:smooth;scrollbar-color:var(--cherry-primary) #0a080c;scrollbar-width:thin}*,*:before,*:after{box-sizing:border-box}body{margin:0;line-height:inherit;font-family:var(--font-body);background-color:var(--bg-primary);color:var(--text-primary);overflow-x:hidden;letter-spacing:.015em;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6,p{margin:0}a{text-decoration:none}button,input,textarea{font:inherit}button{border:0;padding:0;background:transparent;cursor:pointer}::selection{background:var(--cherry-primary);color:#fff}::-webkit-scrollbar{width:14px;height:14px}::-webkit-scrollbar-track{background:#0a080c;border-left:3px solid var(--mc-border)}::-webkit-scrollbar-thumb{background:var(--cherry-primary);border:3px solid #0a080c;box-shadow:inset -2px -2px #9e2e42,inset 2px 2px 0 var(--cherry-bright)}::-webkit-scrollbar-thumb:hover{background:var(--cherry-bright)}::-webkit-scrollbar-corner{background:#0a080c}*{border-color:var(--mc-border)}.font-pixel{font-family:var(--font-pixel)}.font-digital{font-family:var(--font-digital)}.text-shadow-mc{text-shadow:0 2px 8px rgba(0,0,0,.7),0 0 40px rgba(232,93,117,.15)}.mc-pixel-border{box-shadow:inset -4px -4px 0 0 var(--pixel-shadow),inset 4px 4px 0 0 var(--mc-border-light),inset -2px -2px 0 0 var(--mc-border),inset 2px 2px 0 0 var(--mc-border-light);border:4px solid var(--mc-border)}.mc-panel{background:var(--bg-card);box-shadow:inset -4px -4px 0 0 var(--pixel-shadow),inset 4px 4px 0 0 var(--mc-border-light),0 4px 16px #0006;border:4px solid var(--mc-border)}.mc-button{background:var(--mc-button-gray);box-shadow:inset -3px -3px 0 0 var(--mc-button-gray-dark),inset 3px 3px 0 0 var(--mc-button-gray-light);border:3px solid var(--mc-button-gray-dark);color:#fff;font-family:var(--font-body);font-weight:600;min-height:var(--mc-button-min-height);padding:12px 24px;cursor:pointer;transition:background-color .15s ease,filter .15s ease;image-rendering:pixelated;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:1rem;line-height:1.1;user-select:none}.mc-button:hover{background:var(--mc-button-gray-hover);filter:brightness(1.15)}.mc-button:active{box-shadow:inset 3px 3px 0 0 var(--mc-button-gray-dark),inset -3px -3px 0 0 var(--mc-button-gray-light)}.mc-button-cherry{background:var(--cherry-primary);box-shadow:inset -3px -3px #9e2e42,inset 3px 3px 0 0 var(--cherry-bright);border:3px solid #9e2e42;color:#fff;font-family:var(--font-body);font-weight:600;min-height:var(--mc-button-min-height);padding:12px 24px;cursor:pointer;transition:filter .15s ease;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:1rem;line-height:1.1;user-select:none}.mc-button-cherry:hover{filter:brightness(1.15)}.mc-button-cherry:active{box-shadow:inset 3px 3px #9e2e42,inset -3px -3px 0 0 var(--cherry-bright)}.mc-input{background:#0a080c;border:3px solid var(--mc-border);box-shadow:inset 2px 2px 4px #0009;color:var(--text-primary);padding:10px 14px;font-family:var(--font-body);font-size:.9375rem;outline:none;width:100%;transition:border-color .2s ease,box-shadow .2s ease}.mc-input:focus{border-color:var(--cherry-primary);box-shadow:inset 2px 2px 4px #0009,0 0 8px #e85d754d}.mc-input::placeholder{color:var(--text-dim)}@keyframes pulse-green{0%,to{box-shadow:0 0 #5de8a666}50%{box-shadow:0 0 0 8px #5de8a600}}.animate-pulse-green{animation:pulse-green 2s infinite}@keyframes pulse-red{0%,to{box-shadow:0 0 #ff6b6b80}50%{box-shadow:0 0 0 8px #ff6b6b00}}.animate-pulse-red{animation:pulse-red 2s infinite}@keyframes star-twinkle{0%,to{opacity:.15;transform:scale(1)}50%{opacity:1;transform:scale(1.6)}}@keyframes cursor-blink{0%,45%{opacity:1}50%,95%{opacity:0}}@media(prefers-reduced-motion:reduce){.animate-pulse-green,.animate-pulse-red{animation:none}}.site-header{position:fixed;inset:0 0 auto;z-index:50;height:64px;background:#0d0a0fcc;border-bottom:3px solid var(--mc-border);box-shadow:inset 0 -2px 0 var(--pixel-shadow);backdrop-filter:blur(8px);transition:background-color .25s ease}@media(min-width:1024px){.site-header{height:76px}}.site-header.is-scrolled{background:#0d0a0ff5}.site-header-progress{position:absolute;left:0;right:0;bottom:-3px;height:3px;background:linear-gradient(90deg,var(--cherry-primary),var(--cherry-light));transform-origin:0 50%;pointer-events:none}.site-header-inner{width:min(1200px,100% - 32px);height:100%;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:24px}.site-header-brand,.site-footer-logo{display:inline-flex;align-items:center;gap:8px;color:var(--cherry-primary);font-family:var(--font-pixel);font-size:1.45rem}@media(min-width:1024px){.site-header-brand,.site-footer-logo{font-size:1.75rem}}.site-header-nav{display:none;align-items:center;gap:8px}.site-header-nav a{min-height:44px;display:inline-flex;align-items:center;padding:0 14px;color:var(--text-secondary);font-size:1rem;font-weight:700;border:3px solid transparent;transition:color .2s ease,background-color .2s ease,border-color .2s ease,box-shadow .2s ease}.site-header-nav a:hover{background:var(--bg-card);border-color:var(--mc-border);box-shadow:inset -2px -2px 0 var(--pixel-shadow),inset 2px 2px 0 var(--mc-border-light);color:var(--cherry-light)}.site-header-nav a.is-active{color:var(--cherry-light);background:var(--bg-card);border-color:var(--mc-border);box-shadow:inset 2px 2px 0 var(--pixel-shadow),inset -2px -2px 0 var(--mc-border-light)}@media(min-width:1024px){.site-header-nav{display:flex}}.site-header-cta{display:none}@media(min-width:1024px){.site-header-cta{display:inline-flex;min-height:46px;padding:12px 22px;font-size:1rem}}.site-header-menu-button{display:inline-flex;width:44px;height:44px;align-items:center;justify-content:center;color:var(--cherry-primary);border:3px solid var(--mc-border);box-shadow:inset -2px -2px 0 var(--pixel-shadow),inset 2px 2px 0 var(--mc-border-light)}@media(min-width:1024px){.site-header-menu-button{display:none}}.mobile-menu{position:fixed;inset:0;z-index:40;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;background:#0d0a0ff5;backdrop-filter:blur(16px)}@media(min-width:1024px){.mobile-menu{display:none}}.mobile-menu-link,.mobile-menu-cta{width:min(260px,100% - 48px);justify-content:center;padding:14px 24px;color:var(--text-primary);text-align:center}.site-footer{position:relative;z-index:2;background:var(--bg-card);border-top:4px solid var(--mc-border);box-shadow:inset 0 2px 0 var(--mc-border-light)}.site-footer-grid{width:min(1200px,100% - 32px);margin:0 auto;display:grid;gap:32px;padding:48px 0 32px}@media(min-width:768px){.site-footer-grid{grid-template-columns:1.4fr 1fr}}@media(min-width:1024px){.site-footer-grid{grid-template-columns:1.6fr 1fr 1fr 1fr;gap:48px}}.site-footer-brand p{margin:14px 0 18px;max-width:320px;color:var(--text-secondary);font-size:.875rem;line-height:1.8}.site-footer-logo strong{font-weight:400}.site-footer-status{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;color:var(--status-online);font-size:.8125rem;background:#0a080c;border:2px solid var(--mc-border)}.site-footer-status i{width:8px;height:8px;background:var(--status-online);animation:pulse-green 2s infinite}.site-footer-col{display:flex;flex-direction:column;align-items:flex-start;gap:12px}.site-footer-col h3{margin:0 0 6px;color:var(--text-primary);font-size:.9375rem;font-weight:800}.site-footer-col a,.site-footer-col span{display:inline-flex;align-items:center;gap:8px;color:var(--text-dim);font-size:.875rem;transition:color .2s ease}.site-footer-col a:hover{color:var(--cherry-light)}.site-footer-icon{width:14px;height:14px;image-rendering:pixelated}.site-footer-bottom{width:min(1200px,100% - 32px);margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:8px;padding:18px 0 26px;color:var(--text-dim);font-size:.8125rem;text-align:center;border-top:1px solid var(--mc-border)}@media(min-width:768px){.site-footer-bottom{flex-direction:row;justify-content:space-between}}.page-home main section{scroll-margin-top:88px}.page-home .home-container{width:min(1200px,100% - 32px);margin:0 auto}.page-home .home-section{position:relative;background:var(--bg-primary);padding:72px 0}@media(min-width:768px){.page-home .home-section{padding:88px 0}}@media(min-width:1024px){.page-home .home-section{padding:104px 0}}.page-home .home-section-muted,.page-home .home-section-framed{background-color:var(--bg-card);background-image:radial-gradient(rgba(255,240,243,.028) 1px,transparent 1.6px);background-size:24px 24px}.page-home .home-section-framed:before,.page-home .home-section-framed:after{content:"";position:absolute;left:0;right:0;z-index:3;height:14px;background:repeating-linear-gradient(90deg,#7ed04a 0 10px,#6abe30 10px 20px,#57a02a 20px 30px,#8fdd55 30px 40px),repeating-linear-gradient(90deg,#9c6b35 0 10px,#8a5a2b 10px 20px,#754c24 20px 30px,#5f3d1c 30px 40px);background-size:100% 5px,100% 9px;background-position:top,bottom;background-repeat:repeat-x;box-shadow:0 2px #00000059}.page-home .home-section-framed:before{top:0}.page-home .home-section-framed:after{bottom:0;transform:scaleY(-1)}.page-home .home-heading{max-width:680px;margin:0 auto 48px;text-align:center}.page-home .home-heading .home-title:after{margin-left:auto;margin-right:auto}.page-home .home-eyebrow{margin-bottom:12px;color:var(--cherry-light);font-size:.875rem;font-weight:600;letter-spacing:.18em}.page-home .home-title{color:var(--text-primary);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;line-height:1.2}.page-home .home-title:after{content:"";display:block;width:72px;height:4px;margin-top:18px;background:linear-gradient(90deg,var(--cherry-primary) 0 28px,var(--cherry-light) 28px 44px,var(--cherry-primary) 44px 72px)}.page-home .home-desc{margin-top:16px;color:var(--text-secondary);font-size:1rem;line-height:1.8}.page-home .hero{position:relative;height:100vh;min-height:640px;overflow:hidden}.page-home .hero-bg{position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,#1a0f1a29,#120e1447 52%,#0d0a0fb8),url(/images/bg/bg.webp) center/cover no-repeat,#0d0a0f}.page-home .hero-bg:after{content:"";position:absolute;inset:0;z-index:2;pointer-events:none;background:radial-gradient(circle at 50% 38%,rgba(255,183,197,.08),transparent 36%),linear-gradient(180deg,#0d0a0f14,#0d0a0f9e)}.page-home .hero-canvas{position:absolute;inset:0;z-index:1;width:100%;height:100%;display:block;opacity:0;transform:scale(1.04);transition:opacity .35s ease}.page-home .hero-canvas.is-ready{opacity:1}.page-home .hero-stars{position:absolute;inset:0;z-index:2}.page-home .hero-stars i{position:absolute;width:3px;height:3px;background:#fff7fa;box-shadow:0 0 6px #fff0f3e6;animation:star-twinkle 3.2s ease-in-out infinite}.page-home .hero-petals{position:absolute;inset:0;z-index:5;overflow:hidden;pointer-events:none}.page-home .hero-petals span{position:absolute;top:0;display:block;background:linear-gradient(135deg,var(--cherry-light),var(--cherry-bright));border-radius:62% 0;box-shadow:0 0 8px #e85d7559;will-change:transform}.page-home .hero-content{position:absolute;inset:0;z-index:10;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 24px;text-align:center}.page-home .hero-badge{display:inline-flex;align-items:center;gap:8px;margin-bottom:22px;padding:8px 16px;color:var(--cherry-light);font-size:.875rem;font-weight:700;background:#0d0a0f9e;border:3px solid var(--mc-border);box-shadow:inset -2px -2px 0 var(--pixel-shadow),inset 2px 2px 0 var(--mc-border-light);backdrop-filter:blur(4px)}.page-home .hero-badge-icon{width:16px;height:16px;image-rendering:pixelated}.page-home .hero-title{color:var(--text-primary);font-family:var(--font-pixel);font-size:clamp(3rem,8vw,5.5rem);line-height:1.1}.page-home .hero-subtitle{margin-top:16px;color:#f2d8df;font-weight:600;font-size:clamp(1rem,2.5vw,1.25rem);letter-spacing:.06em;text-shadow:0 2px 10px rgba(0,0,0,.65)}.page-home .hero-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:16px;margin-top:32px}.page-home .hero-address{display:inline-flex;align-items:center;gap:12px;margin-top:28px;padding:10px 16px;color:var(--text-secondary);background:#0a080cb8;border:3px solid var(--mc-border);box-shadow:inset -2px -2px 0 var(--pixel-shadow),inset 2px 2px 0 var(--mc-border-light);backdrop-filter:blur(4px);transition:border-color .2s ease,transform .2s ease}.page-home .hero-address code{color:var(--cherry-light);font-family:var(--font-digital);font-size:1.0625rem}.page-home .hero-address:hover{border-color:var(--cherry-primary);transform:translateY(-2px)}.page-home .hero-address-dot{width:8px;height:8px;background:var(--status-online);animation:pulse-green 2s infinite}.page-home .hero-address-dot.is-offline{background:var(--status-maintenance);animation:pulse-red 2s infinite}.page-home .hero-address-copy{display:inline-flex;align-items:center;gap:6px;padding-left:12px;font-size:.8125rem;border-left:2px solid var(--mc-border)}.page-home .hero-address-copy-icon{width:14px;height:14px;image-rendering:pixelated}.page-home .hero-scroll{position:absolute;left:50%;bottom:26px;z-index:10;display:grid;place-items:center;width:44px;height:44px;margin-left:-22px;color:var(--text-secondary);background:#0d0a0f8c;border:3px solid var(--mc-border);box-shadow:inset -2px -2px 0 var(--pixel-shadow),inset 2px 2px 0 var(--mc-border-light);backdrop-filter:blur(4px);transition:color .2s ease,border-color .2s ease}.page-home .hero-scroll:hover{color:var(--cherry-light);border-color:var(--cherry-primary)}.page-home .notice-bar{position:relative;z-index:2;background:#0a080c;border-top:3px solid var(--mc-border);border-bottom:3px solid var(--mc-border);box-shadow:inset 0 2px 0 var(--mc-border-light),inset 0 -2px 0 var(--pixel-shadow)}.page-home .notice-bar-inner{display:flex;align-items:center;gap:16px;height:52px}.page-home .notice-bar-icon{display:inline-flex;align-items:center;gap:8px;flex:0 0 auto;height:32px;padding:0 14px;color:#fff;font-size:.875rem;font-weight:700;background:var(--cherry-primary);border:3px solid #9e2e42;box-shadow:inset -2px -2px #9e2e42,inset 2px 2px 0 var(--cherry-bright)}.page-home .notice-bar-icon img{width:16px;height:16px;image-rendering:pixelated}.page-home .notice-bar-viewport{position:relative;flex:1;overflow:hidden;mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent)}.page-home .notice-bar-track{display:inline-flex;align-items:center;white-space:nowrap;will-change:transform}.page-home .notice-bar-item{display:inline-flex;align-items:center;gap:12px;padding-right:48px;color:var(--text-secondary);font-size:.9375rem}.page-home .notice-bar-item i{width:6px;height:6px;flex:0 0 auto;background:var(--mc-gold);box-shadow:0 0 6px #d6a64f99}.page-home .intro-grid{display:grid;gap:40px}@media(min-width:1024px){.page-home .intro-grid{grid-template-columns:1.1fr .9fr;gap:64px;align-items:start}}.page-home .intro-tags{display:flex;flex-wrap:wrap;gap:12px;margin:28px 0}.page-home .intro-tag{position:relative;overflow:hidden;min-height:40px;padding:10px 16px;color:var(--text-primary);font-size:.9375rem;font-weight:700;outline:none;transition:color .2s ease,transform .2s ease,box-shadow .2s ease}.page-home .intro-tag:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(90deg,transparent,rgba(255,183,197,.22),transparent);transform:translate(-120%);transition:transform .35s ease}.page-home .intro-tag:hover,.page-home .intro-tag:focus-visible{color:var(--cherry-light);transform:translateY(-3px);box-shadow:inset -4px -4px 0 0 var(--pixel-shadow),inset 4px 4px 0 0 var(--mc-border-light),0 8px #00000047}.page-home .intro-tag:hover:after,.page-home .intro-tag:focus-visible:after{transform:translate(120%)}.page-home .intro-world{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2px;margin-bottom:28px;border:3px solid var(--mc-border);background:var(--mc-border)}@media(min-width:640px){.page-home .intro-world{grid-template-columns:repeat(4,minmax(0,1fr))}}.page-home .intro-world-item{display:grid;gap:4px;padding:14px 12px;background:var(--bg-card);text-align:center}.page-home .intro-world-item span{color:var(--text-dim);font-size:.75rem}.page-home .intro-world-item strong{color:var(--mc-gold-light);font-family:var(--font-digital);font-size:1rem}.page-home .intro-notice{margin-bottom:28px;padding:18px;background:var(--bg-card);border-left:4px solid var(--cherry-primary);box-shadow:inset -3px -3px 0 var(--pixel-shadow),inset 3px 3px 0 var(--mc-border-light)}.page-home .intro-notice h3,.page-home .intro-notice p{margin:0}.page-home .intro-notice h3{color:var(--text-primary);font-size:1rem}.page-home .intro-notice p{margin-top:8px;color:var(--text-secondary);font-size:.875rem;line-height:1.7}.page-home .intro-team h3{margin-bottom:14px;color:var(--text-primary);font-size:1rem}.page-home .intro-members{display:flex;flex-wrap:wrap;gap:18px}.page-home .intro-member{display:flex;align-items:center;gap:12px}.page-home .intro-member strong,.page-home .intro-member small{display:block}.page-home .intro-member strong{color:var(--text-primary);font-size:.875rem}.page-home .intro-member small{color:var(--text-dim);font-size:.75rem}.page-home .intro-avatar{width:44px;height:44px;display:grid;place-items:center;overflow:hidden;background:#141010;border:3px solid var(--mc-border);box-shadow:inset 2px 2px #0000008c,inset -2px -2px 0 var(--mc-border-light)}.page-home .intro-avatar img{width:34px;height:34px}.page-home .console-card{position:relative;overflow:hidden;background:#070b09;border:4px solid var(--mc-border);box-shadow:inset -4px -4px #04120c,inset 4px 4px 0 var(--mc-border-light),0 0 36px #5de8a614,0 18px 44px #0006}.page-home .console-card-bar{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#0b100d;border-bottom:3px solid var(--mc-border)}.page-home .console-card-lights{display:inline-flex;gap:6px}.page-home .console-card-lights i{width:10px;height:10px;display:block}.page-home .console-card-lights i:nth-child(1){background:var(--cherry-primary)}.page-home .console-card-lights i:nth-child(2){background:var(--mc-gold-light)}.page-home .console-card-lights i:nth-child(3){background:var(--status-online)}.page-home .console-card-title{color:var(--text-dim);font-family:var(--font-digital);font-size:.8125rem}.page-home .console-card-live{display:inline-flex;align-items:center;gap:8px;margin-left:auto;color:var(--status-online);font-family:var(--font-digital);font-size:.8125rem}.page-home .console-card-live i{width:8px;height:8px;display:block;background:var(--status-online)}.page-home .console-card-live.is-offline{color:var(--status-maintenance)}.page-home .console-card-live.is-offline i{background:var(--status-maintenance)}.page-home .console-card-body{position:relative;padding:20px;font-family:var(--font-digital)}.page-home .console-card-body:after{content:"";position:absolute;inset:0;pointer-events:none;background:repeating-linear-gradient(0deg,rgba(215,255,233,.025) 0 1px,transparent 1px 3px)}.page-home .console-line{margin:0 0 6px;color:#bfeed6;font-size:.875rem;line-height:1.9}.page-home .console-line.is-ok{color:var(--status-online)}.page-home .console-line.is-offline{color:var(--status-maintenance)}.page-home .console-line.is-dim{color:#5f7a6c}.page-home .console-prompt{color:var(--cherry-light);font-weight:700}.page-home .console-cursor{display:inline-block;width:9px;height:15px;margin-left:6px;vertical-align:-2px;background:var(--status-online);animation:cursor-blink 1.1s step-end infinite}.page-home .console-metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:18px 0}.page-home .console-metric{padding:12px 14px;background:#0a100c;border:2px solid #1c2b23}.page-home .console-metric span,.page-home .console-metric strong{display:block}.page-home .console-metric span{color:#5f7a6c;font-size:.75rem}.page-home .console-metric strong{margin-top:4px;color:#d7ffe9;font-size:1.375rem;font-weight:400}.page-home .console-metric strong.is-online{color:var(--status-online);text-shadow:0 0 10px rgba(93,232,166,.45)}.page-home .console-metric strong.is-offline{color:var(--status-maintenance);text-shadow:0 0 10px rgba(255,107,107,.45)}.page-home .console-address{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px;background:#0a100c;border:2px solid #1c2b23}.page-home .console-address small,.page-home .console-address strong{display:block}.page-home .console-address small{color:#5f7a6c;font-family:var(--font-digital);font-size:.75rem}.page-home .console-address strong{color:var(--cherry-light);font-size:1.125rem;font-weight:400;text-shadow:0 0 10px rgba(255,183,197,.35)}.page-home .console-address-copy-icon{width:16px;height:16px;image-rendering:pixelated}.page-home .stats-band{position:relative;z-index:2;padding:56px 0;background:radial-gradient(ellipse at 50% 0%,rgba(232,93,117,.1),transparent 60%),var(--bg-primary);border-top:3px solid var(--mc-border);border-bottom:3px solid var(--mc-border)}.page-home .stats-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}@media(min-width:1024px){.page-home .stats-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}}.page-home .stat-slot{position:relative;display:grid;justify-items:center;gap:8px;padding:26px 16px 22px;background:#0a080c;border:4px solid var(--mc-border);box-shadow:inset -4px -4px 0 var(--pixel-shadow),inset 4px 4px 0 var(--mc-border-light),0 6px 18px #00000059;transition:border-color .2s ease,box-shadow .2s ease}.page-home .stat-slot:hover{border-color:var(--mc-gold);box-shadow:inset -4px -4px 0 var(--mc-gold-dark),inset 4px 4px 0 var(--mc-gold-light),0 10px 22px #0006}.page-home .mc-item-slot{display:grid;place-items:center;width:52px;height:52px;background:#8b8b8b;border:3px solid #1f1f1f;box-shadow:inset 3px 3px #373737,inset -3px -3px #c6c6c6}.page-home .mc-item-slot img{width:30px;height:30px;image-rendering:pixelated;filter:drop-shadow(2px 2px 0 rgba(0,0,0,.25))}.page-home .stat-slot-value{color:var(--text-primary);font-family:var(--font-digital);font-size:clamp(1.5rem,3vw,2rem);line-height:1}.page-home .stat-slot-label{color:var(--text-dim);font-size:.875rem}.page-home .gameplay-tabs{display:flex;gap:2px;margin-bottom:40px}.page-home .gameplay-tab{position:relative;flex:1;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:52px;padding:12px 16px;color:var(--text-secondary);font-weight:700;background:var(--bg-primary);border:3px solid var(--mc-border);transition:color .2s ease,background-color .2s ease}.page-home .gameplay-tab:hover{color:var(--cherry-light)}.page-home .gameplay-tab.is-active{color:#fff;background:var(--cherry-primary);border-color:#9e2e42;box-shadow:inset -2px -2px #9e2e42,inset 2px 2px 0 var(--cherry-bright)}.page-home .gameplay-tab-icon{width:20px;height:20px;image-rendering:pixelated}.page-home .gameplay-tab-glow{position:absolute;left:12px;right:12px;bottom:-8px;height:4px;background:linear-gradient(90deg,transparent,var(--mc-gold-light),transparent)}.page-home .gameplay-summary{display:grid;gap:24px;margin-bottom:36px}@media(min-width:1024px){.page-home .gameplay-summary{grid-template-columns:1.2fr .8fr;gap:48px;align-items:center}}.page-home .gameplay-heading{color:var(--text-primary);font-size:clamp(1.5rem,3vw,2rem);font-weight:800}.page-home .gameplay-points{display:grid;gap:12px;margin:0;padding:0;list-style:none}.page-home .gameplay-points li{position:relative;display:flex;align-items:center;gap:14px;padding:12px 16px;color:var(--text-secondary);font-size:.9375rem;line-height:1.6;background:var(--bg-primary);border:3px solid var(--mc-border);box-shadow:inset -2px -2px 0 var(--pixel-shadow),inset 2px 2px 0 var(--mc-border-light);transition:border-color .2s ease,transform .2s ease,color .2s ease}.page-home .gameplay-points li:hover{color:var(--text-primary);border-color:var(--mc-gold);transform:translate(6px)}.page-home .gameplay-points li:hover .gameplay-point-icon{border-color:var(--mc-gold-light);box-shadow:inset -2px -2px 0 var(--mc-gold-dark),inset 2px 2px 0 var(--mc-gold-light)}.page-home .gameplay-points li:hover .gameplay-point-icon i{transform:rotate(45deg) scale(1.18);box-shadow:0 0 12px #f2cf75cc}.page-home .gameplay-point-icon{width:32px;height:32px;display:grid;place-items:center;flex:0 0 auto;background:#0a080c;border:2px solid var(--mc-border);box-shadow:inset -2px -2px 0 var(--pixel-shadow),inset 2px 2px 0 var(--mc-border-light);transition:border-color .2s ease,box-shadow .2s ease}.page-home .gameplay-point-icon i{width:10px;height:10px;display:block;transform:rotate(45deg);background:linear-gradient(135deg,var(--mc-gold-light),var(--mc-gold));box-shadow:0 0 8px #d6a64f8c;transition:transform .2s ease,box-shadow .2s ease}.page-home .gameplay-cards{display:grid;gap:20px}@media(min-width:768px){.page-home .gameplay-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){.page-home .gameplay-cards{grid-template-columns:repeat(3,minmax(0,1fr))}}.page-home .play-card{overflow:hidden;will-change:transform;transition:border-color .25s ease}.page-home .play-card:hover{border-color:var(--cherry-primary)}.page-home .play-card-cover{position:relative;overflow:hidden;border-bottom:3px solid var(--mc-border)}.page-home .play-card-image{width:100%;aspect-ratio:16/10;object-fit:cover;display:block;transition:transform .35s ease,filter .35s ease}.play-card:hover .page-home .play-card-image{transform:scale(1.06);filter:brightness(1.08)}.page-home .play-card-tag{position:absolute;top:10px;right:10px;padding:5px 10px;color:#3d2b00;font-size:.75rem;font-weight:700;background:var(--mc-gold-light);border:2px solid var(--mc-gold-dark);box-shadow:inset -2px -2px 0 var(--mc-gold-dark),inset 2px 2px #fff3cf}.page-home .play-card-body{padding:20px}.page-home .play-card-body p{margin-top:12px;color:var(--text-secondary);font-size:.875rem;line-height:1.7}.page-home .play-card-title{display:flex;align-items:center;gap:12px}.page-home .play-card-title h4{color:var(--text-primary);font-size:1rem;font-weight:700}.page-home .play-card-icon{width:44px;height:44px;flex:0 0 auto}.page-home .play-card-icon img{width:26px;height:26px}.page-home .build-showcase{display:grid;gap:24px;padding:24px;background:#16121a;border:4px solid var(--mc-border);box-shadow:inset -4px -4px 0 var(--pixel-shadow),inset 4px 4px 0 var(--mc-border-light),0 22px 48px #00000061}.page-home .build-showcase-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;padding-bottom:20px;border-bottom:3px solid var(--mc-border)}.page-home .build-showcase-head h3{color:var(--text-primary);font-size:clamp(1.6rem,4vw,2.25rem);font-weight:800}@media(max-width:640px){.page-home .build-showcase-head{align-items:flex-start;flex-direction:column}}.page-home .build-showcase-series{margin-bottom:8px;color:var(--cherry-light);font-family:var(--font-digital);font-size:.875rem;font-weight:700}.page-home .build-showcase-desc{max-width:720px;margin-top:10px;color:var(--text-secondary);line-height:1.8}.page-home .build-showcase-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.page-home .build-showcase-tags span{padding:5px 10px;color:var(--cherry-light);font-size:.75rem;background:#0a080c;border:2px solid var(--mc-border)}.page-home .build-showcase-count{min-height:40px;display:inline-flex;align-items:center;padding:8px 12px;color:var(--cherry-light);font-family:var(--font-digital);font-size:1rem;background:#0a080c;border:3px solid var(--mc-border);box-shadow:inset -2px -2px 0 var(--pixel-shadow),inset 2px 2px 0 var(--mc-border-light)}.page-home .build-showcase-stage{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px}@media(max-width:640px){.page-home .build-showcase-stage{grid-template-columns:1fr 1fr}.page-home .build-showcase-stage .build-showcase-frame{grid-column:1/-1;grid-row:1}.page-home .build-showcase-stage .build-showcase-arrow{grid-row:2}}.page-home .build-showcase-frame{position:relative;overflow:hidden;margin:0;background:#0a080c;border:4px solid var(--mc-border);box-shadow:inset -4px -4px 0 var(--pixel-shadow),inset 4px 4px 0 var(--mc-border-light),0 18px 34px #00000057}.page-home .build-showcase-frame img{width:100%;aspect-ratio:16/8.5;object-fit:cover;display:block}.page-home .build-showcase-frame figcaption{position:absolute;right:18px;bottom:16px;padding:9px 12px;color:var(--text-primary);font-size:.875rem;font-weight:700;background:#0d0a0fc7;border:3px solid var(--mc-border);box-shadow:inset -2px -2px 0 var(--pixel-shadow),inset 2px 2px 0 var(--mc-border-light)}.page-home .build-showcase-arrow{width:52px;height:72px;display:grid;place-items:center;color:#fff;background:var(--cherry-primary);border:3px solid #9e2e42;box-shadow:inset -3px -3px #9e2e42,inset 3px 3px 0 var(--cherry-bright);transition:filter .15s ease,transform .15s ease}.page-home .build-showcase-arrow:hover{filter:brightness(1.15);transform:translateY(-2px)}.page-home .build-showcase-arrow:active{transform:translateY(0);box-shadow:inset 3px 3px #9e2e42,inset -3px -3px 0 var(--cherry-bright)}@media(max-width:640px){.page-home .build-showcase-arrow{width:100%;height:44px}}.page-home .build-showcase-track{position:relative;display:flex;gap:14px;overflow-x:auto;padding:12px 4px 18px;scrollbar-color:var(--cherry-primary) #0a080c;scrollbar-width:thin}.page-home .build-showcase-track:before,.page-home .build-showcase-track:after{content:"";position:absolute;top:0;bottom:0;z-index:2;width:clamp(38px,7vw,88px);pointer-events:none}.page-home .build-showcase-track:before{left:0;background:linear-gradient(90deg,#16121a,#16121a00)}.page-home .build-showcase-track:after{right:0;background:linear-gradient(270deg,#16121a,#16121a00)}.page-home .build-showcase-thumb{position:relative;width:clamp(132px,18vw,220px);flex:0 0 auto;overflow:hidden;opacity:.56;background:#0a080c;border:4px solid var(--mc-border);box-shadow:inset -3px -3px 0 var(--pixel-shadow),inset 3px 3px 0 var(--mc-border-light);transition:opacity .2s ease,transform .2s ease,border-color .2s ease,box-shadow .2s ease}.page-home .build-showcase-thumb img{width:100%;aspect-ratio:3/2;object-fit:cover;display:block;transition:transform .2s ease,filter .2s ease}.page-home .build-showcase-thumb:hover,.page-home .build-showcase-thumb:focus-visible,.page-home .build-showcase-thumb.is-active{opacity:1;transform:translateY(-3px)}.page-home .build-showcase-thumb:hover,.page-home .build-showcase-thumb:focus-visible{border-color:var(--mc-gold-light);box-shadow:inset -3px -3px 0 var(--mc-gold-dark),inset 3px 3px 0 var(--mc-gold-light),0 8px #00000047}.page-home .build-showcase-thumb:hover img,.page-home .build-showcase-thumb:focus-visible img{transform:scale(1.04);filter:brightness(1.08)}.page-home .build-showcase-thumb.is-active{border-color:var(--mc-gold-light);box-shadow:inset -4px -4px 0 var(--mc-gold-dark),inset 4px 4px 0 var(--mc-gold-light),0 8px #00000052}.page-home .build-showcase-thumb.is-active img{filter:brightness(1.12) saturate(1.08)}.page-home .build-showcase-thumb:active{transform:translateY(0);box-shadow:inset 3px 3px 0 var(--pixel-shadow),inset -3px -3px 0 var(--mc-border-light)}.page-home .join-steps{display:grid;gap:20px;margin-bottom:40px}@media(min-width:1024px){.page-home .join-steps{grid-template-columns:repeat(3,minmax(0,1fr))}}.page-home .join-step{position:relative;padding:28px 24px 24px;will-change:transform;transition:border-color .25s ease}.page-home .join-step:hover{border-color:var(--cherry-primary)}.page-home .join-step h3{margin:16px 0 8px;color:var(--text-primary);font-size:1.125rem;font-weight:800}.page-home .join-step p{color:var(--text-secondary);font-size:.875rem;line-height:1.8}.page-home .join-step-num{position:absolute;top:14px;right:16px;color:var(--text-dim);font-family:var(--font-digital);font-size:1.5rem;opacity:.7}.page-home .server-list{display:grid;gap:16px;padding:20px;background:#060606d9;border:3px solid #101010;box-shadow:0 0 0 2px #565656,0 18px 44px #00000073}.page-home .server-list-title{color:#fff;font-size:1.0625rem;font-weight:700;text-align:center;text-shadow:2px 2px 0 rgba(0,0,0,.55)}.page-home .server-list-entry{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:14px;align-items:center;padding:10px;background:#000;border:2px solid transparent;cursor:pointer;text-align:left;transition:border-color .12s ease}.page-home .server-list-entry:hover,.page-home .server-list-entry:focus-visible{border-color:#fff;outline:none}@media(max-width:640px){.page-home .server-list-entry{grid-template-columns:auto minmax(0,1fr)}}.page-home .server-list-entry-icon{width:64px;height:64px;display:grid;place-items:center;background:linear-gradient(135deg,#e85d753d,#d6a64f33),#050505;border:2px solid #3a3a3a}@media(max-width:640px){.page-home .server-list-entry-icon{width:48px;height:48px}}.page-home .server-list-entry-main{display:grid;gap:3px;min-width:0}.page-home .server-list-entry-name{color:#fff;font-family:var(--font-pixel);font-size:.8125rem;letter-spacing:.02em;text-shadow:2px 2px 0 rgba(0,0,0,.6)}.page-home .server-list-entry-motd{display:grid;gap:2px;color:var(--cherry-light);font-size:.875rem;font-weight:700}.page-home .server-list-entry-motd .is-main{color:var(--cherry-light)}.page-home .server-list-entry-motd .is-sub{color:#a8a8a8;font-size:.8125rem;font-weight:500}.page-home .server-list-entry-motd.is-copied{color:#5f5;font-weight:600}.page-home .server-list-entry-motd.is-offline{color:var(--status-maintenance);font-weight:600}.page-home .server-list-entry-status{display:grid;justify-items:end;gap:8px}@media(max-width:640px){.page-home .server-list-entry-status{grid-column:1/-1;grid-template-columns:auto auto;justify-content:space-between;justify-items:start}}.page-home .server-list-entry-count{color:#a8a8a8;font-family:var(--font-digital);font-size:.9375rem}.page-home .server-list-entry-count .is-offline{color:var(--status-maintenance)}.page-home .server-list-bars{display:inline-flex;align-items:flex-end;gap:2px;height:14px}.page-home .server-list-bars i{width:4px;background:#58d67a;border:1px solid #000}.page-home .server-list-bars i:nth-child(1){height:4px}.page-home .server-list-bars i:nth-child(2){height:6px}.page-home .server-list-bars i:nth-child(3){height:8px}.page-home .server-list-bars i:nth-child(4){height:10px}.page-home .server-list-bars i:nth-child(5){height:14px}.page-home .server-list-bars.is-offline i{background:#d65858}.page-home .server-list-connect{display:grid;gap:10px}.page-home .server-list-label{color:#a8a8a8;font-size:.875rem;text-shadow:1px 1px 0 rgba(0,0,0,.5)}.page-home .server-list-field{display:block;padding:12px 14px;color:var(--cherry-light);font-family:var(--font-digital);font-size:1.125rem;letter-spacing:.05em;background:#000;border:2px solid #a0a0a0}.page-home .mc-button-stone{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 20px;color:#fff;font-size:1rem;font-weight:700;text-shadow:2px 2px 0 rgba(0,0,0,.5);background:#7d7d7d;box-shadow:inset -3px -3px #4a4a4a,inset 3px 3px #a6a6a6;border:3px solid #383838;cursor:pointer;transition:filter .15s ease,transform .12s ease}.page-home .mc-button-stone:hover{filter:brightness(1.15)}.page-home .mc-button-stone:active{transform:translateY(1px);box-shadow:inset 3px 3px #4a4a4a,inset -3px -3px #a6a6a6}.page-home .mc-button-stone.is-copied{background:#5f9f5f;box-shadow:inset -3px -3px #3f6e3f,inset 3px 3px #7fbf7f}.page-home .server-list-hint{color:#8a8a8a;font-size:.75rem;text-align:center}.page-home .join-actions{display:flex;flex-direction:column;justify-content:center;gap:16px;margin-top:24px}@media(min-width:640px){.page-home .join-actions{flex-direction:row}}.page-home .join-community span{display:grid;gap:2px}.page-home .join-community small{color:#ffffffb8;font-size:.75rem;font-weight:400}.page-home .join-community-icon{width:22px;height:22px;flex:0 0 auto;image-rendering:pixelated}.page-home .services-grid{display:grid;gap:24px}@media(min-width:1024px){.page-home .services-grid{grid-template-columns:.9fr 1.1fr;align-items:start}}.page-home .service-panel{padding:24px}.page-home .service-panel-cards{display:grid;gap:20px}.page-home .service-card{display:flex;gap:14px;padding-bottom:20px;border-bottom:2px solid var(--mc-border)}.page-home .service-card h3{color:var(--text-primary);font-size:1.125rem;font-weight:800}.page-home .service-card p{margin:8px 0 16px;color:var(--text-secondary);font-size:.875rem;line-height:1.7}.page-home .service-card-icon{width:44px;height:44px;flex:0 0 auto}.page-home .service-card-icon img{width:26px;height:26px}.page-home .ban-query{margin-top:24px}.page-home .ban-query h3{color:var(--text-primary);font-size:1.125rem;font-weight:800}.page-home .ban-query p{margin:8px 0 14px;color:var(--text-secondary);font-size:.875rem}.page-home .ban-query-form{display:flex;gap:8px}.page-home .ban-query-result{margin-top:12px;padding:12px;color:var(--status-offline);background:#0a080c;border:2px solid var(--mc-border)}.page-home .ban-query-result.is-clean{color:var(--status-online)}.page-home .faq-panel{overflow:hidden}.page-home .faq-panel-header{display:flex;align-items:center;gap:12px;padding:20px;border-bottom:3px solid var(--mc-border)}.page-home .faq-panel-header .faq-panel-icon{width:26px;height:26px;image-rendering:pixelated}.page-home .faq-panel-header h3{color:var(--text-primary);font-size:1.125rem;font-weight:800}.page-home .faq-item{border-bottom:2px solid var(--mc-border)}.page-home .faq-item-button{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px;color:var(--text-primary);text-align:left;font-weight:700;transition:color .2s ease}.page-home .faq-item-button:hover{color:var(--cherry-light)}.page-home .faq-item-answer{overflow:hidden}.page-home .faq-item-answer p{margin:0 20px 18px;padding-left:16px;color:var(--text-secondary);font-size:.875rem;line-height:1.8;border-left:3px solid var(--cherry-primary)}.page-home .gallery-grid{columns:2;column-gap:14px}@media(min-width:768px){.page-home .gallery-grid{columns:3}}.page-home .gallery-cell{position:relative;display:block;width:100%;margin-bottom:14px;padding:0;overflow:hidden;break-inside:avoid;text-align:left}.page-home .gallery-cell img{width:100%;display:block;transition:transform .35s ease,filter .35s ease}.page-home .gallery-cell:hover img,.page-home .gallery-cell:focus-visible img{transform:scale(1.05);filter:brightness(1.06)}.page-home .gallery-cell-title{position:absolute;left:0;right:0;bottom:0;padding:22px 12px 10px;color:var(--text-primary);font-size:.875rem;font-weight:700;background:linear-gradient(180deg,transparent,rgba(10,8,12,.88));opacity:0;transform:translateY(8px);transition:opacity .25s ease,transform .25s ease}.gallery-cell:hover .page-home .gallery-cell-title,.gallery-cell:focus-visible .page-home .gallery-cell-title{opacity:1;transform:translateY(0)}.page-home .gallery-lightbox{position:fixed;inset:0;z-index:80;display:grid;place-items:center;padding:24px}.page-home .gallery-lightbox-backdrop{position:absolute;inset:0;background:#050407e6;backdrop-filter:blur(8px)}.page-home .gallery-lightbox-frame{position:relative;z-index:1;margin:0;max-width:min(1080px,100%);max-height:84vh;display:grid;background:#0a080c;border:4px solid var(--mc-border);box-shadow:inset -4px -4px 0 var(--pixel-shadow),inset 4px 4px 0 var(--mc-border-light),0 30px 80px #0009}.page-home .gallery-lightbox-frame img{max-width:100%;max-height:calc(84vh - 56px);object-fit:contain;display:block}.page-home .gallery-lightbox-frame figcaption{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 16px;border-top:3px solid var(--mc-border)}.page-home .gallery-lightbox-frame figcaption strong{color:var(--text-primary);font-size:1rem}.page-home .gallery-lightbox-frame figcaption span{color:var(--text-dim);font-family:var(--font-digital);font-size:.875rem}.page-home .gallery-lightbox-arrow{position:absolute;top:50%;z-index:2;width:48px;height:64px;display:grid;place-items:center;margin-top:-32px;color:#fff;background:var(--cherry-primary);border:3px solid #9e2e42;box-shadow:inset -3px -3px #9e2e42,inset 3px 3px 0 var(--cherry-bright);transition:filter .15s ease}.page-home .gallery-lightbox-arrow:hover{filter:brightness(1.15)}.page-home .gallery-lightbox-arrow-prev{left:max(16px,50% - 620px)}.page-home .gallery-lightbox-arrow-next{right:max(16px,50% - 620px)}.page-home .gallery-lightbox-close{position:absolute;top:18px;right:18px;z-index:2;width:44px;height:44px;display:grid;place-items:center;color:var(--text-secondary);background:#0d0a0fcc;border:3px solid var(--mc-border);box-shadow:inset -2px -2px 0 var(--pixel-shadow),inset 2px 2px 0 var(--mc-border-light);transition:color .2s ease,border-color .2s ease}.page-home .gallery-lightbox-close:hover{color:#fff;border-color:var(--cherry-primary)}.toast-stack{position:fixed;top:80px;right:16px;z-index:90;display:flex;flex-direction:column;gap:10px}.toast-card{min-width:min(320px,100vw - 32px);display:flex;gap:12px;padding:14px 16px;background:var(--bg-card);border:4px solid var(--mc-border);box-shadow:inset -4px -4px 0 var(--pixel-shadow),inset 4px 4px 0 var(--mc-border-light),0 4px 16px #0006}.toast-card.is-success{border-left-color:var(--status-online)}.toast-card.is-success .toast-card-icon{color:var(--status-online)}.toast-card.is-error{border-left-color:var(--status-offline)}.toast-card.is-error .toast-card-icon{color:var(--status-offline)}.toast-card.is-info{border-left-color:var(--cherry-primary)}.toast-card.is-info .toast-card-icon{color:var(--cherry-primary)}.toast-card-content,.toast-card-title,.toast-card-message{display:block}.toast-card-title{color:var(--text-primary);font-size:.875rem}.toast-card-message{margin-top:3px;color:var(--text-secondary);font-size:.75rem}.modal-shell{position:fixed;inset:0;z-index:70;display:grid;place-items:center;padding:16px}.modal-shell-backdrop{position:absolute;inset:0;background:#000000b8;backdrop-filter:blur(6px)}.modal-shell-panel{position:relative;z-index:1;width:min(520px,100%);padding:0;color:inherit}.modal-shell-header{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:3px solid var(--mc-border)}.modal-shell-title{color:var(--text-primary);font-size:1.125rem;font-weight:800}.modal-shell-close{color:var(--text-dim)}.modal-shell-close:hover{color:var(--text-primary)}.modal-shell-body{padding:18px}.modal-form{display:grid;gap:16px}.modal-form label{display:grid;gap:6px;color:var(--text-dim);font-size:.875rem}.modal-form textarea{resize:vertical}.modal-form-check{display:inline-flex;align-items:center;gap:10px;justify-self:start;color:var(--text-secondary);font-size:.875rem}.modal-form-checkbox{width:20px;height:20px;display:grid;place-items:center;color:#fff;background:#0a080c;border:3px solid var(--mc-border);box-shadow:inset -2px -2px 0 var(--pixel-shadow),inset 2px 2px 0 var(--mc-border-light)}.modal-form-checkbox.is-checked{background:var(--mc-gold);border-color:var(--mc-gold-dark);box-shadow:inset -2px -2px 0 var(--mc-gold-dark),inset 2px 2px 0 var(--mc-gold-light)}.modal-form-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px}
