html, body { margin:0; min-height:100%; background:#101b26; font-family:"Microsoft YaHei", Arial, sans-serif; }
#app { width:750px; height:1334px; overflow:hidden; position:relative; }
#phone { position:absolute; top:0; left:50%; width:750px; height:1334px; transform-origin:top center; overflow:hidden; background:#152737; }
button { font:inherit; cursor:pointer; }
button:disabled { cursor:not-allowed; }
text { display:block; }
html, body { background:#0d1822; color:#eef3ef; font-family:"STKaiti","KaiTi",serif; }
button { margin:0; padding:0; border:0; border-radius:0; font:inherit; color:inherit; background:none; line-height:1.2; }
button::after { border:0; }
.game-shell,.battle-screen,.blue-screen,.paper-screen,.hero-detail,.match-screen,.lineup-screen { position:relative; width:100%; height:1334px; overflow:hidden; }
.full-art { position:absolute; inset:0; width:100%; height:100%; }.splash-shade { position:absolute; inset:0; background:linear-gradient(transparent 48%,rgba(4,8,12,.24) 68%,rgba(3,5,8,.92)); }
.brand { position:absolute; top:82px; left:42px; display:flex; flex-direction:column; filter:drop-shadow(0 5px 3px #24130c); }.brand-main { color:#fff0cb; font-size:72px; font-weight:900; letter-spacing:5px; transform:skewX(-8deg); }.brand-sub { color:#dbc296; font-size:20px; letter-spacing:8px; }
.loading-box { position:absolute; left:40px; right:40px; bottom:142px; display:flex; flex-direction:column; align-items:center; gap:14px; color:#e6d4b0; font-size:20px; }.loading-track { width:100%; height:15px; padding:3px; background:#130d0c; border:2px solid #b78a3b; box-sizing:border-box; }.loading-fill { width:100%; height:100%; background:linear-gradient(90deg,#cf6e25,#ffe08b); box-shadow:0 0 14px #f2a748; animation:loadGlow 1.1s ease-in-out infinite alternate; }.enter-hit { position:absolute; left:205px; bottom:48px; width:340px; height:70px; color:#f6d690; font-size:28px; letter-spacing:8px; border:1px solid #c89745; background:rgba(21,14,11,.72); }
.lobby-art { filter:saturate(.9) contrast(.98); }.lobby-vignette { position:absolute; inset:0; background:linear-gradient(rgba(15,31,38,.72),transparent 16%,transparent 68%,rgba(7,17,24,.92)); box-shadow:inset 0 0 110px rgba(0,0,0,.45); pointer-events:none; }
.lobby-top { position:absolute; z-index:3; top:calc(env(safe-area-inset-top) + 18px); left:22px; right:22px; display:flex; align-items:center; height:82px; padding:8px 12px; box-sizing:border-box; background:linear-gradient(90deg,rgba(14,27,33,.9),rgba(17,35,45,.42),transparent); }.avatar { width:66px; height:66px; overflow:hidden; border:2px solid #b9d2bc; }.avatar img{width:100%;height:100%;}.player-name{display:block;margin-left:13px;font-size:23px;color:#f3ddb1}.level{display:block;margin:5px 0 0 13px;font-size:17px;color:#b8c8c3}.resources{margin-left:auto;display:flex;gap:25px;color:#f5d997;font-size:21px}
.quick-left,.quick-right { position:absolute; z-index:3; top:188px; display:flex; flex-direction:column; gap:44px; color:#f5e8c9; font-size:20px; text-shadow:0 2px 5px #15212a; }.quick-left{left:24px}.quick-right{right:25px;text-align:right}.quick-left text,.quick-right text{padding:12px 14px;background:rgba(21,37,43,.3);border-bottom:1px solid rgba(242,210,144,.55)}
.lobby-title { position:absolute; z-index:3; left:35px; bottom:292px; display:flex; flex-direction:column; color:#f2d48d; text-shadow:0 4px 8px #5b2e26; }.lobby-title text:first-child{font-size:50px;font-weight:800;letter-spacing:8px}.lobby-title text:last-child{font-size:19px;letter-spacing:10px}
.mode-tabs { position:absolute; z-index:4; left:12px; right:12px; bottom:150px; display:grid; grid-template-columns:repeat(5,1fr); transform:skewX(-8deg); }.mode-tabs button { height:82px; color:#f4e6c5; font-size:25px; background:linear-gradient(#bd5b42,#792d2a); border:2px solid #e0a36d; box-shadow:inset 0 0 0 3px #6b2925; }.mode-tabs button.active{color:#5c351c;background:linear-gradient(#fff0a8,#d59238);box-shadow:0 0 22px rgba(255,205,92,.6),inset 0 0 0 3px #a96f27}.lobby-nav{position:absolute;z-index:4;left:0;right:0;bottom:0;height:125px;display:flex;align-items:center;justify-content:space-around;color:#c4d7d9;font-size:23px;background:linear-gradient(rgba(8,19,28,.35),#08131d)}
.paper-screen { background:linear-gradient(90deg,rgba(65,44,26,.95),rgba(118,85,50,.86)),repeating-linear-gradient(0deg,rgba(255,255,255,.025) 0 2px,transparent 2px 6px); }.paper-screen::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 70% 20%,rgba(232,190,117,.18),transparent 45%)}.screen-title{position:relative;padding:calc(env(safe-area-inset-top) + 32px) 30px 25px;color:#f5ddb0;font-size:34px;letter-spacing:5px}.mode-list{position:relative;margin:55px 30px}.mode-row{display:flex;justify-content:space-between;align-items:center;width:100%;height:148px;margin-bottom:16px;padding:18px 24px;box-sizing:border-box;text-align:left;background:linear-gradient(90deg,rgba(19,20,18,.92),rgba(61,43,28,.75));border-left:6px solid #6f5b43;box-shadow:0 6px 18px rgba(0,0,0,.4)}.mode-row.active{border-color:#d2a455;background:linear-gradient(90deg,#211a13,#64452a)}.mode-row text{display:block;color:#f0d49a;font-size:31px}.mode-row small{display:block;margin-top:10px;color:#aa9a82;font-size:19px}.mode-row>text{font-size:18px;color:#bba676}.back-button{position:absolute;left:28px;bottom:34px;width:120px;height:54px;color:#d7bf8d;border:1px solid #a78a58;background:rgba(16,20,21,.62)}
.blue-screen { background:radial-gradient(circle at 55% 25%,#5e7990,#334d63 46%,#172b3d); }.roster-head{display:flex;justify-content:space-between;padding:calc(env(safe-area-inset-top) + 28px) 28px 22px;color:#dbe6e2;font-size:21px;border-bottom:1px solid rgba(206,224,225,.25)}.roster-head text:first-child{font-size:34px}.roster-tabs{position:absolute;top:140px;left:0;width:150px;display:flex;flex-direction:column}.roster-tabs text{padding:24px 0;text-align:center;color:#8499a7;font-size:24px}.roster-tabs .active{color:#f1dca9;background:linear-gradient(90deg,#a98943,transparent);border-left:5px solid #f2d077}.hero-grid{position:absolute;top:180px;left:176px;right:28px;display:grid;grid-template-columns:1fr 1fr;gap:22px}.hero-tile{position:relative;height:330px;overflow:hidden;background:#152231;border:2px solid #899aa3;box-shadow:0 9px 19px rgba(0,0,0,.4)}.hero-tile.picked{border-color:#efcb68;box-shadow:0 0 18px rgba(244,198,77,.45)}.hero-tile img{width:100%;height:100%;filter:saturate(.7)}.hero-tile text{position:absolute;left:0;right:0;bottom:0;padding:18px;text-align:center;color:#f2e5c6;font-size:25px;background:linear-gradient(transparent,#071019)}.hero-tile small{position:absolute;top:7px;right:8px;color:#f2c657;font-size:18px;text-shadow:0 2px 3px #000}
.detail-hero{position:absolute;top:0;left:0;width:100%;height:78%;}.detail-gradient{position:absolute;inset:0;background:linear-gradient(transparent 40%,rgba(9,19,29,.2) 58%,#09141f 82%)}.hero-copy{position:absolute;z-index:3;left:40px;right:40px;bottom:55px;display:flex;flex-direction:column;align-items:flex-start}.quality{color:#d593ec;font-size:34px}.hero-big-name{color:#f5ddb0;font-size:50px;font-weight:800;letter-spacing:5px}.hp-pips{color:#66d37c;letter-spacing:4px}.skill-title{margin-top:13px;color:#e8cc8b;font-size:27px}.skill-copy{color:#b7c5c7;font-size:19px;line-height:1.45}.blue-cta{align-self:center;width:280px;height:64px;margin-top:24px;color:#d8eeef;font-size:24px;background:linear-gradient(#377fa3,#1c4968);border:2px solid #77b7cc}.dialog-mask,.result-mask{position:absolute;z-index:50;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(4,8,13,.72);backdrop-filter:blur(6px)}.confirm-dialog{display:flex;flex-direction:column;gap:28px;width:560px;padding:32px;box-sizing:border-box;color:#4b4a45;text-align:center;background:#eee9dc;border:5px solid #314c61;box-shadow:0 20px 50px #000}.dialog-title{margin:-32px -32px 0;padding:14px;color:#e3e9e7;font-size:28px;background:#29475e}.confirm-dialog>view{display:flex;justify-content:center;gap:30px}.confirm-dialog button{width:180px;height:58px;color:#eaf4f2;background:#397da3}.confirm-dialog .gold{color:#5a3b17;background:linear-gradient(#f7dd82,#b9882e)}.confirm-dialog .danger{color:#fff;background:#813b37}
.match-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;background:radial-gradient(circle at 50% 46%,#776e61,#3a312b 48%,#1d1816)}.seal{width:430px;height:430px;border:4px solid rgba(217,194,149,.26);border-radius:50%;box-shadow:inset 0 0 0 18px rgba(224,198,145,.06),0 0 70px rgba(229,201,148,.16);animation:spin 10s linear infinite}.seal::before,.seal::after{content:"";position:absolute;left:50%;top:50%;background:rgba(221,196,146,.18);transform:translate(-50%,-50%)}.seal::before{width:330px;height:2px}.seal::after{width:2px;height:330px}.match-title{position:absolute;top:38%;color:#f1d8a4;font-size:50px;font-weight:800;letter-spacing:8px}.match-time{position:absolute;top:44%;color:#dbbf85;font-size:26px}.match-tip{position:absolute;left:50px;right:50px;bottom:125px;color:#d4c8b3;font-size:21px;line-height:1.6;text-align:center}
.lineup-screen{background:linear-gradient(155deg,#7d251e 0 48%,#0c5263 49% 100%)}.team{position:absolute;left:70px;right:70px;display:flex;justify-content:center;gap:25px}.enemy-team{top:110px}.friend-team{bottom:120px}.team view{position:relative;width:230px;height:310px;overflow:hidden;border:3px solid #d6a55c;box-shadow:0 12px 30px rgba(0,0,0,.55)}.team img{width:100%;height:100%}.team text{position:absolute;left:0;right:0;bottom:0;padding:15px;color:#f4e4c0;text-align:center;background:linear-gradient(transparent,#111)}.versus{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(-8deg);color:#ffe29b;font-size:80px;font-weight:900;text-shadow:0 5px 0 #762d1c}.gold-cta{width:290px;height:68px;color:#5a3517;font-size:27px;background:linear-gradient(#ffe39b,#c89336);border:2px solid #ffeab1;box-shadow:inset 0 0 0 3px #8d5d24,0 8px 18px #000}.lineup-screen>.gold-cta{position:absolute;z-index:4;left:230px;bottom:27px}
.battle-screen{background:linear-gradient(#7799af,#668ba5 55%,#45677f)}.cloud{position:absolute;width:620px;height:420px;border-radius:50%;background:rgba(217,235,238,.13);filter:blur(70px)}.cloud-a{left:-300px;top:250px}.cloud-b{right:-320px;top:620px}.battle-top{position:absolute;z-index:8;top:0;left:0;right:0;display:flex;align-items:center;gap:16px;height:94px;padding:calc(env(safe-area-inset-top) + 8px) 18px 0;box-sizing:border-box;color:#dae9e8;font-size:19px;background:linear-gradient(rgba(26,48,64,.85),transparent)}.menu-button{width:52px;height:48px;color:#d9e7e5;background:#35566b}.battle-top .goal{margin-left:auto;margin-right:135px;font-size:23px}
.hero-seat{position:absolute;z-index:5;width:180px;height:255px;transition:filter .2s,transform .2s}.hero-seat img{width:100%;height:208px;object-fit:cover;border:3px solid #6f8a91;box-sizing:border-box}.hero-seat.turn img{border-color:#55d06f;box-shadow:0 0 22px rgba(71,239,116,.65)}.hero-seat.selected-target{transform:scale(1.07)}.hero-seat.selected-target img{border-color:#ffd15d;box-shadow:0 0 25px #f2aa34}.hero-seat.dead{filter:grayscale(1) brightness(.45)}.hero-seat.dead::after{content:"阵亡";position:absolute;left:15px;right:15px;top:80px;padding:8px;color:#fff;text-align:center;background:#7d201b;transform:rotate(-12deg)}.seat-cao{top:94px;left:285px}.seat-sun{top:445px;left:35px}.seat-hua{top:445px;right:35px}.camp{position:absolute;top:0;left:0;padding:5px 7px;color:white;font-size:18px}.camp.enemy{background:#a1332c}.camp.friend{background:#287e80}.hero-label{position:absolute;left:0;right:0;top:174px;padding:9px 0;color:#f5e4c2;font-size:21px;text-align:center;background:linear-gradient(transparent,#172029)}.life{display:flex;justify-content:center;margin-top:3px;color:#3d5660;font-size:15px;letter-spacing:1px}.life .full{color:#56cf76;text-shadow:0 0 5px #1d7c42}.hero-seat small{display:block;color:#e0e7df;font-size:15px;text-align:center}
.battle-center{position:absolute;z-index:4;top:350px;left:155px;right:155px;display:flex;flex-direction:column;align-items:center}.turn-banner{padding:7px 24px;color:#d1f3f5;font-size:24px;background:radial-gradient(ellipse,#2c7890,transparent 70%);text-shadow:0 0 12px #66bdd0}.prompt{width:100%;min-height:55px;margin-top:34px;padding:13px 18px;box-sizing:border-box;color:#eef4ee;font-size:20px;line-height:1.35;text-align:center;background:rgba(24,48,66,.62);border:1px solid rgba(213,235,231,.35)}.bot-thought{margin-top:10px;padding:7px 15px;color:#ffe5a1;font-size:18px;line-height:1.4;text-align:center;background:rgba(65,39,18,.72);border-left:3px solid #e7b74d;animation:botThought 1s ease-in-out infinite alternate}.effect{position:absolute;z-index:24;top:330px;width:420px;padding:12px 18px;box-sizing:border-box;color:#f8e5a9;font-size:38px;font-weight:800;line-height:1.25;text-align:center;text-shadow:0 3px #76331f,0 0 15px #f2aa50;background:linear-gradient(90deg,transparent,rgba(40,76,98,.65),transparent);animation:effectPop 3.6s both}.effect-hurt,.effect-defeat,.effect-invalid{color:#ffab91}.effect-dodge,.effect-draw{color:#c5eff2}.log{display:flex;flex-direction:column;align-items:center;margin-top:20px;color:rgba(239,246,239,.55);font-size:16px;line-height:1.45}.response-notice{position:absolute;z-index:28;top:520px;left:70px;right:70px;display:flex;flex-direction:column;align-items:center;gap:8px;padding:20px 24px;color:#fff3d4;text-align:center;background:linear-gradient(135deg,rgba(62,26,18,.96),rgba(112,55,20,.94));border:2px solid #edca67;border-radius:16px;box-shadow:0 10px 26px rgba(16,6,3,.55),inset 0 0 0 2px rgba(255,238,171,.15);animation:responsePulse 1s ease-in-out infinite alternate}.response-tag{padding:3px 16px;color:#4b1e13;font-size:18px;font-weight:800;letter-spacing:3px;background:#f2cc67;border-radius:16px}.response-title{font-size:29px;font-weight:800;text-shadow:0 2px 2px #321108}.response-copy{color:#ffe6b3;font-size:18px;line-height:1.5}.bot-hand{gap:4px}.card-back{display:flex;align-items:center;justify-content:center;flex:0 0 102px;width:102px;height:188px;margin-left:-29px;color:#d7bd7b;font-size:35px;font-weight:800;background:repeating-linear-gradient(45deg,#1d3846 0 8px,#284d5d 8px 16px);border:3px solid #a27d3e;border-radius:5px;box-shadow:0 7px 14px rgba(0,0,0,.6)}.card-back:first-child{margin-left:0}@keyframes botThought{from{opacity:.72}to{opacity:1}}
.player-panel{position:absolute;z-index:7;left:0;right:0;bottom:0;height:445px;background:linear-gradient(transparent,rgba(19,40,57,.68) 25%,rgba(10,27,40,.95))}.action-row{position:absolute;top:0;left:120px;right:170px;display:flex;align-items:center;justify-content:center;gap:12px}.action-row button{min-width:110px;height:52px;padding:0 13px;color:#d7e4e2;font-size:20px;background:#263c4a;border:1px solid #6d8895}.action-row .confirm{color:#553617;background:linear-gradient(#ffe69a,#bd8d3d);border-color:#f1d98e}.action-row button[disabled]{filter:grayscale(1);opacity:.45}.skill-pill{min-width:85px!important;color:#dcf3f0!important;background:linear-gradient(#346d7e,#183541)!important;border-radius:50%!important}.hand{position:absolute;left:15px;right:175px;bottom:15px;display:flex;align-items:flex-end;justify-content:center;height:305px}.play-card{position:relative;flex:0 0 102px;width:102px;height:188px;margin-left:-29px;color:#222;background:linear-gradient(135deg,#f7f2dd,#c8c0a5);border:3px solid #8a7657;border-radius:5px;box-shadow:0 7px 14px rgba(0,0,0,.6),inset 0 0 0 3px rgba(255,255,255,.35);transition:transform .18s}.play-card:first-child{margin-left:0}.play-card.selected{z-index:9;transform:translateY(-62px) scale(1.08);border-color:#6cd9ff;box-shadow:0 0 0 4px #42bdeb,0 12px 24px #000}.play-card.red{color:#982d28}.rank{position:absolute;top:7px;left:7px;font-family:Georgia,serif;font-size:19px}.card-name{position:absolute;top:45px;left:50%;transform:translateX(-50%);writing-mode:vertical-rl;font-size:27px;font-weight:700;letter-spacing:3px}.play-card small{position:absolute;left:0;right:0;bottom:5px;font-size:13px;text-align:center}.player-hero{position:absolute;right:14px;bottom:17px;width:148px;height:235px;color:#e9dfc8;text-align:center}.player-hero img{width:140px;height:180px;border:4px solid #408b86;box-sizing:border-box}.player-hero.turn img{border-color:#57da76;box-shadow:0 0 20px rgba(69,226,110,.6)}.player-hero>text{position:absolute;top:149px;left:4px;right:4px;padding:6px;background:rgba(15,24,29,.75)}.player-hero small{font-size:14px}.equip-list{position:absolute;right:148px;bottom:0;display:flex;flex-direction:column;gap:4px;width:120px;color:#e2c88d;font-size:13px;text-align:right}
.skill-choice{position:absolute;z-index:25;left:55px;right:55px;top:410px;display:flex;flex-direction:column;gap:12px;padding:28px;background:rgba(8,20,29,.94);border:3px solid #647e89;box-shadow:0 20px 50px rgba(0,0,0,.65)}.skill-choice-title{color:#ecd79f;font-size:34px;text-align:center}.skill-choice button{min-height:62px;padding:10px 18px;color:#dcebed;font-size:20px;text-align:left;background:linear-gradient(90deg,#385b6e,#172c39);border:1px solid #829ba4}.skill-choice small{color:#bfccca;text-align:center}.result-panel{display:flex;flex-direction:column;align-items:center;gap:22px;width:560px;padding:55px 30px;color:#f0ddb1;background:linear-gradient(#493421,#18130f);border:3px solid #b38a4d;box-shadow:inset 0 0 0 8px #17100b,0 25px 60px #000}.result-panel>text{font-size:84px;font-weight:900;text-shadow:0 4px #762e1e}.result-panel small{font-size:22px}.result-panel .gold-cta{margin-top:18px}
@keyframes loadGlow{from{filter:brightness(.8)}to{filter:brightness(1.4)}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes effectPop{0%{opacity:0;transform:scale(1.35)}12%{opacity:1;transform:scale(1)}78%{opacity:1;transform:scale(1)}100%{opacity:0;transform:scale(.96)}}
.hp-pips{display:flex;gap:7px;color:inherit;letter-spacing:0}.hp-pips .pip{width:16px;height:16px;background:#57ca72;border:2px solid #b4ecc0;transform:rotate(45deg);box-shadow:0 0 7px #238541}.life{gap:3px;margin-top:5px;color:inherit;font-size:0;letter-spacing:0}.life i,.life .pip{display:block;width:13px;height:8px;background:#263d46;border:1px solid #8ba1a2;transform:skewX(-14deg)}.life i.full,.life .pip.full{background:linear-gradient(#71de8c,#26964d);box-shadow:0 0 5px #36ad5d}
.mode-row .small{display:block;margin-top:10px;color:#aa9a82;font-size:19px}.hero-tile .small{position:absolute;top:7px;right:8px;bottom:auto;left:auto;padding:0;color:#f2c657;font-size:18px;text-align:left;background:none;text-shadow:0 2px 3px #000}.hero-seat .small{display:block;color:#e0e7df;font-size:15px;text-align:center}.play-card .small{position:absolute;left:0;right:0;bottom:5px;font-size:13px;text-align:center}.player-hero>.small{position:static;display:block;padding:0;font-size:14px;background:none}.skill-choice .small{color:#bfccca;text-align:center}.result-panel>.small{font-size:22px;font-weight:400;text-shadow:none}
.quick-left button,.quick-right button{padding:12px 14px;color:#f5e8c9;font-size:20px;text-shadow:0 2px 5px #15212a;background:rgba(21,37,43,.3);border-bottom:1px solid rgba(242,210,144,.55)}.lobby-nav button{color:#c4d7d9;font-size:23px}.feature-card{position:absolute;top:285px;left:54px;right:54px;display:flex;flex-direction:column;align-items:flex-start;gap:24px;padding:44px 36px;background:linear-gradient(135deg,rgba(22,26,24,.92),rgba(86,60,36,.78));border:2px solid #c79b54;box-shadow:0 20px 55px rgba(0,0,0,.45)}.feature-kicker{color:#b8a17d;font-size:19px;letter-spacing:6px}.feature-heading{color:#f6db9b;font-size:56px;font-weight:800;letter-spacing:7px}.feature-copy{color:#d1c3a8;font-size:24px;line-height:1.65}.feature-card .gold-cta{align-self:center;margin-top:24px}.active-turn{min-width:180px;color:#d5eff0;font-size:18px;text-align:center}.lineup-note{position:absolute;left:0;right:0;bottom:115px;color:#e6d3aa;font-size:19px;text-align:center;text-shadow:0 2px 3px #000}.lineup-screen>.gold-cta{bottom:28px}
.back-button{z-index:12}

