.header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px 0;background:transparent;height:80px}.header-title-img{width:72px;height:72px;margin-right:16px}.header-title{flex:1 1 0;font-size:32px;font-weight:700;color:#332d29;text-align:center;letter-spacing:2px;text-align:left}.header-watermelon{display:flex;align-items:center;gap:4px;font-size:20px;font-weight:700;color:#e74c3c}.header-watermelon-icon{width:28px;height:28px}.header-watermelon-count{min-width:20px;text-align:right}.tab-bar-btn{flex:1 1 0;background:none;border:none;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0;font-size:14px;color:#807a77;font-weight:700;cursor:pointer;transition:color .2s;height:100%}.tab-bar-btn.active{color:#332d29}.tab-bar-icon{width:32px;height:32px;margin-bottom:2px}.tab-bar-label{font-size:14px;font-weight:700}.task-page{padding:16px}.task-container{background:#f2f4d7;border-radius:16px;padding:20px;margin-bottom:16px;box-shadow:0 2px 8px #00000014}.task-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.task-title{font-size:24px;font-weight:700;color:#332d29}.task-description{font-size:16px;color:#807a77;line-height:1.4}.task-tabs{display:flex;gap:8px;margin-bottom:16px}.task-tab{flex:1 1 0;background:#fffefd;border:none;border-radius:12px 12px 0 0;font-weight:700;font-size:18px;color:#807a77;padding:10px 0;cursor:pointer;transition:background .2s,color .2s}.task-tab.active{background:#ffeeb0;color:#332d29}.task-list{display:flex;flex-direction:column;gap:16px}.task-card{display:flex;justify-content:space-between;align-items:center;width:100%;background:#fffffd;border-radius:16px;border:none;box-shadow:0 2px 4px #00000014;padding:16px 20px;text-align:left;cursor:pointer;transition:background .2s;font-family:GenSenRounded2TW,Noto Sans TC,sans-serif}.task-card.done{background:#d4ebb1;color:#807a77;box-shadow:0 2px 4px #00000014}.task-card:disabled{cursor:default;opacity:.8}.task-card-main{flex:1 1 0}.task-card-title{font-size:18px;font-weight:700;color:#332d29}.task-card-subtitle{font-size:14px;color:#807a77;margin-top:2px}.task-card-reward{display:flex;align-items:center;gap:4px;font-size:16px;font-weight:700;color:#e74c3c}.task-card-reward img{width:24px;height:24px}.task-tabs-bottom{position:fixed;bottom:80px;display:flex;padding:16px;justify-content:center;align-items:center;gap:8px;background:transparent;z-index:100;max-width:480px;margin:0 auto;left:50%;transform:translate(-50%)}.task-tab-bottom{flex:1 1 0%;min-width:110px;max-width:110px;border-radius:8px;background:#fffffd;box-shadow:0 2px 8px #00000014;border:none;font-weight:700;font-size:18px;color:#807a77;padding:16px 0;cursor:pointer;transition:background .2s,color .2s,border .2s;text-align:center;white-space:nowrap}.task-tab-bottom.active{border-radius:8px;border:none;background:#ffc073;box-shadow:0 2px 8px #00000014;color:#332d29}.arrest-page{padding:16px}.arrest-btn{width:100%;background:#ffc073;color:#332d29;font-size:20px;font-weight:700;border:1px solid #332D29;border-radius:999px;padding:16px 0;margin:20px 0 0;cursor:pointer;box-shadow:0 2px 8px #00000014;transition:background .2s;display:flex;align-items:center;justify-content:center;gap:12px}.arrest-btn:disabled{background:#e0e0e0;color:#aaa;cursor:not-allowed}.arrest-btn-icon{width:32px;height:32px;margin-left:4px}.arrest-modal-bg{position:fixed;inset:0;background:#0000004d;z-index:9999;display:flex;align-items:flex-start;justify-content:center;padding-top:120px}.arrest-modal{background:#f2f4d7;border-radius:20px;padding:32px 16px 16px;min-width:320px;max-width:90vw;min-height:480px;box-shadow:0 2px 8px #00000014;display:flex;flex-direction:column;align-items:center;justify-content:space-between}.arrest-modal-title{font-size:22px;font-weight:700;color:#332d29;margin-bottom:16px}.arrest-modal-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:16px;justify-items:center;justify-content:center;align-items:center;width:100%}.arrest-modal-card{width:100px;border-radius:16px;box-shadow:0 2px 8px #00000014;padding:12px 16px;display:flex;flex-direction:column;align-items:center;position:relative;opacity:0;transform:translateY(24px);transition:opacity .4s,transform .4s}.arrest-modal-card.visible{opacity:1;transform:translateY(0)}.arrest-modal-card.level-N{background:#c4eb88}.arrest-modal-card.level-R{background:#99e6eb}.arrest-modal-card.level-SR{background:#eed365}.arrest-modal-card.level-UR{background:#f9af69}.arrest-modal-card.level-N .card-front,.arrest-modal-card.level-N .card-back{background:#c4eb88}.arrest-modal-card.level-R .card-front,.arrest-modal-card.level-R .card-back{background:#99e6eb}.arrest-modal-card.level-SR .card-front,.arrest-modal-card.level-SR .card-back{background:#eed365}.arrest-modal-card.level-UR .card-front,.arrest-modal-card.level-UR .card-back{background:#f9af69}.arrest-modal-card img{width:64px;height:64px;margin-bottom:8px;backface-visibility:hidden;transition:transform .5s}.arrest-modal-card:not(.flipped) img{transform:rotateY(0)}.arrest-modal-card.flipped img{transform:rotateY(180deg)}.arrest-modal-card-name{font-size:16px;color:#332d29;font-weight:700}.arrest-modal-card-level{position:absolute;top:8px;right:8px;background:#fffffd;color:#332d29;border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700}.arrest-modal-close{background:#ffc073;color:#332d29;font-size:18px;font-weight:700;border:1px solid #332D29;border-radius:999px;padding:8px 24px;cursor:pointer;box-shadow:0 2px 8px #00000014;margin-top:0;margin-bottom:16px}.arrest-collected-title{margin-top:32px;margin-bottom:8px;font-size:18px;font-weight:700;color:#332d29;text-align:left}.arrest-collected-list{display:flex;flex-direction:column;height:460px;background:#f2f4d7;border-radius:16px;padding:16px 8px 8px;margin-bottom:20px;overflow:hidden;box-shadow:0 2px 8px #00000014}.arrest-collected-cards-scroll{overflow-y:auto;display:grid;grid-template-columns:repeat(3,1fr);row-gap:20px;column-gap:20px;align-content:start;height:100%}.arrest-collected-card{width:100%;height:106px;background:#fffffd;border-radius:12px;box-shadow:0 2px 8px #00000014;padding:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;box-sizing:border-box}.arrest-collected-card.level-N{background:#c4eb88}.arrest-collected-card.level-R{background:#99e6eb}.arrest-collected-card.level-SR{background:#eed365}.arrest-collected-card.level-UR{background:#f9af69}.arrest-collected-card img{width:64px;height:64px;margin-bottom:4px}.arrest-collected-card-name{font-size:14px;color:#332d29;font-weight:700;text-align:center}.arrest-collected-card-level{position:absolute;top:4px;right:4px;background:#fffffd;color:#332d29;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}.arrest-bag-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding:0 8px;flex-shrink:0}.arrest-bag-title{font-size:20px;font-weight:700;color:#332d29}.arrest-bag-count{font-size:14px;color:#807a77;font-weight:700}.exchange-title{font-size:22px;font-weight:700;color:#332d29;margin-bottom:20px;text-align:center}.exchange-list{width:100%;margin-bottom:16px}.exchange-row{display:flex;align-items:center;gap:8px;margin-bottom:12px;font-size:16px;color:#332d29;justify-content:flex-start}.exchange-level{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;color:#fff;margin-right:4px}.exchange-level.level-N{background:#c4eb88;color:#332d29}.exchange-level.level-R{background:#99e6eb;color:#332d29}.exchange-level.level-SR{background:#eed365;color:#332d29}.exchange-level.level-UR{background:#f9af69;color:#332d29}.exchange-row button{width:28px;height:28px;border-radius:8px;border:none;background:#ffc073;color:#332d29;font-size:18px;font-weight:700;cursor:pointer;margin:0 2px;transition:background .2s}.exchange-row button:disabled{background:#e0e0e0;color:#aaa;cursor:not-allowed}.exchange-count{min-width:24px;text-align:center;display:inline-block;font-size:18px;font-weight:700;color:#332d29}.exchange-equal{margin:0 4px;color:#807a77}.exchange-wm{display:flex;align-items:center;font-size:16px;font-weight:700;color:#e74c3c;margin-left:2px}.exchange-wm img{width:20px;height:20px;margin-right:2px}.exchange-total{font-size:18px;color:#332d29;font-weight:700;margin:20px 0 12px;display:flex;align-items:center;justify-content:flex-end;gap:4px}.exchange-total img{width:20px;height:20px;margin-right:2px}.exchange-btn-row{display:flex;width:100%;gap:16px;margin-top:8px;justify-content:center}.exchange-cancel-btn{flex:1;background:#fff;color:#807a77;font-size:18px;font-weight:700;border:1.5px solid #e0e0e0;border-radius:999px;padding:10px 0;cursor:pointer;box-shadow:0 2px 8px #00000014;transition:background .2s,color .2s}.exchange-confirm-btn{flex:1;background:#ffc073!important;color:#332d29!important;font-size:20px!important;font-weight:700!important;border:1px solid #332D29!important;border-radius:999px!important;padding:16px 0!important;cursor:pointer!important;box-shadow:0 2px 8px #00000014!important;transition:background .2s,color .2s!important;margin:0!important}.exchange-confirm-btn:disabled{background:#e0e0e0!important;color:#aaa!important;cursor:not-allowed!important;border:1px solid #e0e0e0!important}.exchange-btn{width:100%;background:#ffc073;color:#332d29;font-size:20px;font-weight:700;border:1px solid #332D29;border-radius:999px;padding:16px 0;margin:20px 0 0;cursor:pointer;box-shadow:0 2px 8px #00000014;transition:background .2s;display:flex;align-items:center;justify-content:center;gap:12px}.exchange-btn:disabled{background:#e0e0e0;color:#aaa;cursor:not-allowed;border:1px solid #e0e0e0}.book-page{padding:16px}.book-list{display:flex;flex-direction:column;background:#f2f4d7;border-radius:16px;padding:16px 8px;box-shadow:0 2px 8px #00000014}.book-card{display:flex;width:100px;height:106px;padding:12px 16px;box-shadow:0 2px 8px #00000014;flex-direction:column;align-items:center;justify-content:center;gap:4px;border-radius:8px;position:relative;box-sizing:border-box}.book-card.level-N{background:#c4eb88}.book-card.level-R{background:#99e6eb}.book-card.level-SR{background:#eed365}.book-card.level-UR{background:#f9af69}.book-card-img{width:64px;height:64px}.book-card-name{font-size:16px;color:#332d29;font-weight:700}.book-card-level{position:absolute;top:8px;right:8px;background:#fffffd;color:#332d29;border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700}.book-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding:0 8px}.book-title{font-size:20px;font-weight:700;color:#332d29}.book-progress{display:flex;gap:12px;align-items:center}.book-progress-item{display:flex;align-items:center;gap:4px;font-size:14px;font-weight:700;color:#332d29}.book-progress-level{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:#332d29}.book-progress-level.level-N{background:#c4eb88}.book-progress-level.level-R{background:#99e6eb}.book-progress-level.level-SR{background:#eed365}.book-progress-level.level-UR{background:#f9af69}.book-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;justify-content:center}.book-footer-tip{text-align:center;color:#807a77;font-size:20px;margin-top:32px;font-weight:700}.book-reset-btn{display:block;margin:32px auto 0;padding:6px 18px;font-size:15px;color:#807a77;background:#fff;border:1.5px solid #e0e0e0;border-radius:999px;cursor:pointer;box-shadow:0 2px 4px #00000014;transition:background .2s,color .2s}.book-reset-btn:hover{background:#ffeeb0;color:#332d29}.book-reset-modal-bg{position:fixed;inset:0;background:#0000004d;z-index:9999;display:flex;align-items:center;justify-content:center}.book-reset-modal{background:#fff;border-radius:16px;padding:32px 24px 20px;min-width:260px;box-shadow:0 2px 8px #0000001f;display:flex;flex-direction:column;align-items:center}.book-reset-modal-title{font-size:18px;color:#332d29;font-weight:700;margin-bottom:24px;text-align:center}.book-reset-modal-btns{display:flex;gap:16px}.book-reset-cancel,.book-reset-confirm{padding:8px 20px;font-size:16px;border-radius:999px;border:none;cursor:pointer;font-weight:700;box-shadow:0 2px 8px #00000014;transition:background .2s,color .2s}.book-reset-cancel{background:#fff;color:#807a77;border:1.5px solid #e0e0e0}.book-reset-cancel:hover{background:#ffeeb0;color:#332d29}.book-reset-confirm{background:#ffc073;color:#332d29;border:1.5px solid #FFC073}.book-reset-confirm:hover{background:#ffd699;color:#332d29}@font-face{font-family:GenSenRounded2TW;src:url(/fonts/GenSenRounded2TW-R.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:GenSenRounded2TW;src:url(/fonts/GenSenRounded2TW-M.otf) format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:GenSenRounded2TW;src:url(/fonts/GenSenRounded2TW-B.otf) format("opentype");font-weight:700;font-style:normal;font-display:swap}html,body,#root{height:100%;margin:0;padding:0;font-family:GenSenRounded2TW,Noto Sans TC,sans-serif;background:#eaf7c2}.app-bg{min-height:100vh;width:100vw;max-width:390px;margin:0 auto;background:url(/images/background.png) no-repeat center center;background-size:cover;position:relative;box-shadow:0 2px 8px #00000014;display:flex;flex-direction:column;height:100vh}.main-content{flex:1 1 auto;overflow-y:auto;padding-bottom:80px}.tab-bar{position:fixed;left:50%;bottom:0;transform:translate(-50%);width:100vw;max-width:390px;background:#fffffd;border-top:1px solid #e0e0e0;display:flex;justify-content:space-around;align-items:center;height:64px;z-index:100;box-shadow:0 2px 8px #00000014}
