@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800;900&display=swap";:root{--bg-color:#0d1322;--bg-gradient:radial-gradient(circle at 50% 30%, #1a2542 0%, #0d1322 100%);--text-color:#f8fafc;--glass-bg:#17213ad9;--glass-border:#ffd70040;--glass-shadow:0 10px 30px #00000080, 0 0 20px #f59e0b26;--primary-color:#f59e0b;--primary-hover:#d97706;--gold-gradient:linear-gradient(180deg, #ffe066 0%, #f59e0b 50%, #b45309 100%);--border-color:#f59e0b4d;--toolbar-bg:#1e2a46e6;--code-bg:#090e1a;--scroll-thumb:#d97706}[data-theme=light]{--bg-color:#fff7ed;--bg-gradient:radial-gradient(circle at 50% 30%, #ffedd5 0%, #fff7ed 100%);--text-color:#1e293b;--glass-bg:#ffffffe6;--glass-border:#d977064d;--glass-shadow:0 10px 30px #f59e0b26;--primary-color:#d97706;--primary-hover:#b45309;--gold-gradient:linear-gradient(180deg, #fbbf24 0%, #d97706 100%);--border-color:#d9770640;--toolbar-bg:#fff7edf2;--code-bg:#fff1f2;--scroll-thumb:#f59e0b}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg-gradient);color:var(--text-color);background-attachment:fixed;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;transition:background .3s,color .3s;overflow:hidden}body:before{content:"";pointer-events:none;z-index:0;background-image:radial-gradient(#f59e0b14 1px,#0000 0);background-size:20px 20px;position:fixed;inset:0}.glass{background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);border:2px solid var(--glass-border);box-shadow:var(--glass-shadow)}.glass-panel{background:var(--glass-bg);-webkit-backdrop-filter:blur(10px);border:2px solid var(--glass-border);box-shadow:var(--glass-shadow);border-radius:16px}.text-gold{background:var(--gold-gradient);-webkit-text-fill-color:transparent;filter:drop-shadow(0 2px 4px #00000080);-webkit-background-clip:text}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--scroll-thumb);border-radius:4px}button{cursor:pointer;color:inherit;background:0 0;border:none;font-family:inherit}.game-layout-container{z-index:1;gap:16px;height:100vh;padding:16px;display:flex;position:relative;overflow:hidden}.game-sidebar{background:var(--glass-bg);border:2px solid var(--glass-border);width:340px;box-shadow:var(--glass-shadow);border-radius:16px;flex-direction:column;padding:18px;display:flex;overflow-y:auto}.game-sidebar-header{border-bottom:2px dashed var(--glass-border);align-items:center;gap:12px;margin-bottom:16px;padding-bottom:12px;display:flex}.game-header-icon{background:var(--gold-gradient);color:#1e293b;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex;box-shadow:0 4px 15px #f59e0b66}.game-header-titles h2{white-space:nowrap;font-size:1.25rem;font-weight:900}.game-sub-badge{letter-spacing:2px;color:#fbbf24;background:#f59e0b33;border:1px solid #f59e0b66;border-radius:10px;padding:2px 8px;font-size:.65rem;font-weight:800}.player-hud-card{border:1px solid var(--glass-border);background:#0f172a99;border-radius:14px;margin-bottom:16px;padding:12px 14px;box-shadow:inset 0 2px 6px #0000004d}.player-hud-top{align-items:center;gap:12px;margin-bottom:10px;display:flex}.player-avatar-box{width:44px;height:44px;position:relative}.player-avatar-img{object-fit:cover;border:2px solid #f59e0b;border-radius:12px;width:100%;height:100%}.player-level-badge{color:#fff;background:#ef4444;border:1px solid #fff;border-radius:10px;padding:1px 6px;font-size:.65rem;font-weight:800;position:absolute;bottom:-6px;right:-6px}.player-title{font-size:.95rem;font-weight:800}.player-rank{font-size:.75rem;font-weight:700}.exp-bar-wrapper{flex-direction:column;gap:4px;display:flex}.exp-bar-header{opacity:.85;justify-content:space-between;font-size:.7rem;font-weight:700;display:flex}.exp-bar-bg{background:#0006;border:1px solid #ffffff1a;border-radius:6px;height:10px;overflow:hidden}.exp-bar-fill{background:linear-gradient(90deg,#10b981 0%,#34d399 100%);height:100%;transition:width .4s;box-shadow:0 0 10px #34d39999}.game-sidebar-nav{flex-direction:column;gap:10px;display:flex}.game-group-label{color:#fbbf24;letter-spacing:1px;padding-left:4px;font-size:.75rem;font-weight:800}.mt-3{margin-top:8px}.game-nav-btn{text-align:left;background:#1e294599;border:1.5px solid #ffffff1f;border-radius:12px;align-items:center;gap:12px;padding:10px 12px;transition:all .2s;display:flex}.game-nav-btn-icon{background:#ffffff14;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.4rem;display:flex}.game-nav-btn-text .nav-title{font-size:.92rem;font-weight:800}.game-nav-btn-text .nav-desc{opacity:.75;font-size:.72rem}.game-nav-btn:hover{background:#f59e0b26;border-color:#f59e0b;transform:translateY(-2px);box-shadow:0 4px 12px #f59e0b33}.game-nav-btn.active{background:var(--gold-gradient);color:#0f172a;border-color:#ffe066;box-shadow:0 6px 18px #f59e0b66}.game-nav-btn.active .nav-desc{color:#1e293b;opacity:.9}.mascot-companion-card{background:#f59e0b1a;border:1.5px dashed #f59e0b;border-radius:12px;align-items:center;gap:10px;margin-top:16px;padding:10px 12px;display:flex}.mascot-img{object-fit:cover;border:1.5px solid #f59e0b;border-radius:10px;width:40px;height:40px}.mascot-name{color:#fbbf24;font-size:.75rem;font-weight:800}.mascot-text{opacity:.9;font-size:.73rem;line-height:1.3}.game-main-area{flex-direction:column;flex:1;display:flex;overflow:hidden}.app-container{flex-direction:column;gap:16px;height:100%;display:flex}.header{background:var(--glass-bg);border:2px solid var(--glass-border);box-shadow:var(--glass-shadow);border-radius:16px;justify-content:space-between;align-items:center;padding:14px 24px;display:flex}.header-title{color:var(--text-color);align-items:center;gap:10px;font-size:1.25rem;font-weight:900;display:flex}.header-actions{align-items:center;gap:10px;display:flex}.btn{border-radius:10px;align-items:center;gap:8px;padding:9px 18px;font-size:.88rem;font-weight:700;transition:all .2s;display:flex}.btn-primary{background:var(--gold-gradient);color:#0f172a;border:1px solid #ffe066;box-shadow:0 4px 14px #f59e0b59}.btn-primary:hover{transform:translateY(-2px)scale(1.02);box-shadow:0 6px 20px #f59e0b80}.btn-icon{border:1px solid var(--glass-border);color:var(--text-color);background:#ffffff14;border-radius:10px;padding:9px}.main-content{flex:1;gap:16px;min-height:0;display:flex}.pane{background:var(--glass-bg);border:2px solid var(--glass-border);box-shadow:var(--glass-shadow);border-radius:16px;flex-direction:column;flex:1;display:flex;position:relative;overflow:hidden}.pane-watermark{position:relative}.pane-watermark:before{content:"";opacity:.18;pointer-events:none;z-index:0;filter:drop-shadow(0 0 10px #f59e0b66);background-position:calc(100% - 20px) calc(100% - 20px);background-repeat:no-repeat;background-size:contain;border-radius:14px;position:absolute;inset:0}.pane-watermark>*{z-index:1;position:relative}.pane-bg-md:before{background-image:url(../indigenous_characters/truku_male.png)}.pane-bg-tomd:before{background-image:url(../indigenous_characters/atayal_female.png)}.pane-bg-data:before{background-image:url(../indigenous_characters/bunun_male.png)}.pane-bg-html:before{background-image:url(../indigenous_characters/amis_female.png)}.pane-bg-srt:before{background-image:url(../indigenous_characters/seediq_female.png)}.indigenous-hero-showcase{pointer-events:none;position:absolute;inset:0;overflow:hidden}.hero-char{object-fit:contain;filter:drop-shadow(0 10px 20px #0009);opacity:.85;height:280px;transition:all .3s;position:absolute}.char-1{z-index:3;height:320px;bottom:-10px;right:20px}.char-2{z-index:2;height:290px;bottom:-10px;right:180px}.char-3{z-index:1;height:270px;bottom:-10px;right:330px}.char-4{opacity:.65;height:240px;bottom:-20px;right:460px}.char-5{opacity:.5;height:220px;bottom:-20px;right:570px}.game-feature-char-wrapper{align-items:center;height:68px;margin-bottom:4px;display:flex}.game-feature-char-img{object-fit:contain;filter:drop-shadow(0 4px 8px #0006);height:64px}.pane-header{border-bottom:2px solid var(--glass-border);background:#00000026;justify-content:space-between;align-items:center;padding:12px 18px;font-weight:800;display:flex}.editor-textarea{resize:none;width:100%;color:var(--text-color);background:0 0;border:none;outline:none;flex:1;padding:20px;font-family:JetBrains Mono,monospace;font-size:.95rem;line-height:1.6}.preview-content{flex:1;overflow-y:auto}.game-toast{color:#fff;z-index:9999;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border:2px solid #a7f3d0;border-radius:30px;padding:12px 28px;font-size:.95rem;font-weight:800;animation:.4s cubic-bezier(.175,.885,.32,1.275) bounceIn;position:fixed;top:24px;left:50%;transform:translate(-50%);box-shadow:0 10px 25px #10b98166,0 0 15px #34d39999}@keyframes bounceIn{0%{opacity:0;transform:translate(-50%)scale(.7)}70%{transform:translate(-50%)scale(1.05)}to{opacity:1;transform:translate(-50%)scale(1)}}.game-landing-container{flex-direction:column;gap:24px;max-width:1300px;height:100vh;margin:0 auto;padding:20px 40px;animation:.4s fadeIn;display:flex;overflow-y:auto}.game-top-bar{justify-content:space-between;align-items:center;display:flex}.game-brand{align-items:center;gap:10px;display:flex}.game-brand-icon{font-size:1.6rem}.game-brand-title{font-size:1.4rem;font-weight:900}.game-server-tag{color:#fff;background:#ef4444;border:1px solid #fff;border-radius:12px;padding:2px 10px;font-size:.7rem;font-weight:800}.game-theme-btn{border:1.5px solid var(--glass-border);background:#ffffff1a;border-radius:12px;padding:8px 16px;font-weight:700}.game-hero-card{border:3px solid #f59e0b;border-radius:24px;align-items:center;min-height:380px;display:flex;position:relative;overflow:hidden;box-shadow:0 15px 35px #f59e0b40}.game-hero-img-wrapper{position:absolute;inset:0}.game-hero-img{object-fit:cover;width:100%;height:100%}.game-hero-overlay{background:linear-gradient(90deg,#0d1322f2 0%,#0d1322bf 60%,#0d132233 100%);position:absolute;inset:0}.game-hero-content{z-index:2;flex-direction:column;gap:16px;max-width:680px;padding:48px;display:flex;position:relative}.game-hero-badge{color:#fbbf24;background:#f59e0b33;border:1px solid #f59e0b;border-radius:20px;align-items:center;gap:6px;width:fit-content;padding:6px 16px;font-size:.85rem;font-weight:800;display:inline-flex}.game-hero-title{color:#fff;text-shadow:0 4px 10px #000c;font-size:3.2rem;font-weight:900;line-height:1.15}.game-hero-subtitle{opacity:.9;color:#e2e8f0;font-size:1.05rem;line-height:1.7}.game-enter-btn{background:var(--gold-gradient);color:#0f172a;border:2px solid #ffe066;border-radius:16px;align-items:center;gap:12px;width:fit-content;margin-top:8px;padding:16px 36px;font-size:1.15rem;font-weight:900;transition:all .3s;display:inline-flex;box-shadow:0 8px 25px #f59e0b80}.game-enter-btn:hover{transform:translateY(-4px)scale(1.03);box-shadow:0 12px 35px #f59e0bb3}.game-features-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px;margin-bottom:24px;display:grid}.game-feature-card{background:var(--glass-bg);border:2px solid var(--glass-border);box-shadow:var(--glass-shadow);border-radius:18px;flex-direction:column;gap:10px;padding:24px;transition:all .2s;display:flex;position:relative}.game-feature-card:hover{border-color:#f59e0b;transform:translateY(-4px)}.game-card-badge{color:#fff;background:#ef4444;border-radius:10px;padding:2px 8px;font-size:.65rem;font-weight:800;position:absolute;top:16px;right:16px}.game-feature-icon{font-size:2.2rem}.game-feature-card h3{font-size:1.15rem;font-weight:900}.gallery-modal-backdrop{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10000;background:#000c;justify-content:center;align-items:center;padding:20px;animation:.3s fadeIn;display:flex;position:fixed;inset:0}.gallery-modal-content{background:var(--glass-bg);border:3px solid #f59e0b;border-radius:24px;flex-direction:column;width:100%;max-width:900px;max-height:85vh;padding:28px;display:flex;overflow:hidden;box-shadow:0 20px 50px #000c,0 0 30px #f59e0b66}.gallery-modal-header{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.gallery-modal-header h2{color:#fbbf24;font-size:1.5rem;font-weight:900}.gallery-modal-desc{opacity:.85;margin-bottom:20px;font-size:.88rem}.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:16px;padding-right:8px;display:grid;overflow-y:auto}.gallery-card{cursor:pointer;background:#1e294599;border:2px solid #ffffff1f;border-radius:16px;flex-direction:column;align-items:center;padding:12px;transition:all .2s;display:flex}.gallery-card:hover{background:#f59e0b33;border-color:#f59e0b;transform:translateY(-4px)scale(1.04);box-shadow:0 8px 20px #f59e0b4d}.gallery-card.active{background:var(--gold-gradient);color:#0f172a;border-color:#ffe066;box-shadow:0 8px 25px #f59e0b80}.gallery-card-img{object-fit:contain;filter:drop-shadow(0 4px 8px #0006);height:90px;margin-bottom:8px}.gallery-card-name{text-align:center;font-size:.78rem;font-weight:800;line-height:1.3}.gallery-card-quote{color:#fbbf24;text-align:center;opacity:.9;margin-top:4px;font-size:.68rem;font-weight:600}.ssr-celebration-card{background:var(--glass-bg);text-align:center;border:3px solid #f59e0b;border-radius:28px;flex-direction:column;align-items:center;gap:16px;max-width:480px;padding:36px 48px;animation:.5s cubic-bezier(.175,.885,.32,1.275) bounceIn;display:flex;box-shadow:0 0 50px #f59e0b99,0 20px 60px #000000e6}.ssr-badge{background:var(--gold-gradient);color:#0f172a;letter-spacing:1px;border-radius:20px;padding:4px 18px;font-size:.85rem;font-weight:900}.ssr-hero-img{object-fit:contain;filter:drop-shadow(0 10px 20px #f59e0b80);height:200px;animation:2s infinite alternate pulseGlow}@keyframes pulseGlow{0%{filter:drop-shadow(0 10px 20px #f59e0b66);transform:scale(1)}to{filter:drop-shadow(0 15px 30px #f59e0bcc);transform:scale(1.05)}}.ssr-hero-title{color:#fbbf24;font-size:1.6rem;font-weight:900}.ssr-hero-desc{opacity:.9;font-size:.95rem}.ssr-close-btn{margin-top:8px;padding:12px 28px;font-size:1rem}
