@charset "UTF-8";.sichuan-tile[data-v-5ea1f579]{width:100%;height:100%;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 3px #0000001f;border:2px solid transparent;-webkit-user-select:none;user-select:none}.sichuan-tile[data-v-5ea1f579]:hover{transform:translateY(-1px);box-shadow:0 3px 6px #00000026}.sichuan-tile.is-active[data-v-5ea1f579]{border-color:var(--color-primary);transform:scale(1.08);z-index:2;box-shadow:0 0 12px #3b82f680}.sichuan-tile.is-hint[data-v-5ea1f579]{animation:hint-pulse-5ea1f579 1.2s infinite}.sichuan-tile.is-removed[data-v-5ea1f579]{visibility:hidden;pointer-events:none}.tile-content[data-v-5ea1f579]{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.emoji[data-v-5ea1f579]{font-size:clamp(16px,4.5vw,40px);line-height:1}@keyframes hint-pulse-5ea1f579{0%{transform:scale(1);box-shadow:0 0 #f59e0b99}50%{transform:scale(1.06);box-shadow:0 0 0 6px #f59e0b00}to{transform:scale(1);box-shadow:0 0 #f59e0b00}}.sichuan-connection-line[data-v-56f4db68]{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:10}.connecting-path[data-v-56f4db68]{fill:none;stroke:var(--color-primary);stroke-width:.15;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:10;animation:draw-line-56f4db68 .3s ease-out forwards}.connecting-dot[data-v-56f4db68]{fill:var(--color-primary);opacity:0;animation:fade-in-56f4db68 .2s .1s forwards}@keyframes draw-line-56f4db68{0%{stroke-dashoffset:10}to{stroke-dashoffset:0}}@keyframes fade-in-56f4db68{to{opacity:1}}.sichuan-board-wrapper[data-v-79732753]{width:100%;position:relative;background-color:var(--color-surface);border-radius:16px;padding:16px;box-shadow:var(--shadow-md);border:1px solid var(--color-border);overflow:hidden}.board-grid[data-v-79732753]{display:grid;width:100%;gap:3px;position:relative}.grid-cell[data-v-79732753]{position:relative;width:100%;aspect-ratio:1/1}@media(max-width:576px){.sichuan-board-wrapper[data-v-79732753]{padding:4px;overflow:hidden}.board-grid[data-v-79732753]{gap:1px}.grid-cell[data-v-79732753]{aspect-ratio:3/4}}.sichuan-page[data-v-037d8dce]{background:var(--color-bg);background-image:url("data:image/svg+xml,%3csvg%20viewBox='0%200%201200%20800'%20preserveAspectRatio='xMidYMid%20slice'%20xmlns='http://www.w3.org/2000/svg'%3e%3cdefs%3e%3clinearGradient%20id='warm-gradient'%20x1='0%25'%20y1='0%25'%20x2='100%25'%20y2='100%25'%3e%3cstop%20offset='0%25'%20stop-color='%23ff6b6b'%20stop-opacity='0.25'%20/%3e%3cstop%20offset='50%25'%20stop-color='%23ff8e53'%20stop-opacity='0.18'%20/%3e%3cstop%20offset='100%25'%20stop-color='%23ffc857'%20stop-opacity='0.12'%20/%3e%3c/linearGradient%3e%3cfilter%20id='warm-blur'%20x='-50%25'%20y='-50%25'%20width='200%25'%20height='200%25'%3e%3cfeGaussianBlur%20in='SourceGraphic'%20stdDeviation='60'%20/%3e%3c/filter%3e%3c/defs%3e%3cellipse%20cx='620'%20cy='285'%20rx='430'%20ry='295'%20fill='url(%23warm-gradient)'%20filter='url(%23warm-blur)'%20/%3e%3cellipse%20cx='870'%20cy='195'%20rx='265'%20ry='185'%20fill='%23ff6b6b'%20fill-opacity='0.12'%20filter='url(%23warm-blur)'%20/%3e%3cellipse%20cx='340'%20cy='465'%20rx='235'%20ry='168'%20fill='%23ff8e53'%20fill-opacity='0.10'%20filter='url(%23warm-blur)'%20/%3e%3cellipse%20cx='875'%20cy='570'%20rx='185'%20ry='135'%20fill='%23ffc857'%20fill-opacity='0.08'%20filter='url(%23warm-blur)'%20/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:center top;background-size:100% auto;min-height:100vh}.custom-container[data-v-037d8dce]{max-width:1100px;margin:0 auto;padding:32px 16px}.page-header[data-v-037d8dce]{text-align:center}.header-icon[data-v-037d8dce]{margin-bottom:16px}.difficulty-screen[data-v-037d8dce]{display:flex;justify-content:center;padding:24px 0}.difficulty-card[data-v-037d8dce]{max-width:420px;width:100%;border-radius:16px;background:#ffffffd9!important;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.body--dark .difficulty-card[data-v-037d8dce]{background:#1e293bd9!important}.start-game-btn[data-v-037d8dce],.history-btn[data-v-037d8dce]{height:48px;font-size:16px;font-weight:600;border-radius:12px;transition:all .3s ease}.start-game-btn[data-v-037d8dce]:hover,.history-btn[data-v-037d8dce]:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.start-game-btn[data-v-037d8dce]{background:linear-gradient(135deg,#667eea,#764ba2)!important;color:#fff!important}.start-game-btn[data-v-037d8dce]:hover{background:linear-gradient(135deg,#5a6fd6,#6a4190)!important}.history-btn[data-v-037d8dce]{background:linear-gradient(135deg,#f093fb,#f5576c)!important;color:#fff!important}.history-btn[data-v-037d8dce]:hover{background:linear-gradient(135deg,#e080e8,#e04a5f)!important}.difficulty-list[data-v-037d8dce]{display:grid;grid-template-columns:1fr 1fr;gap:8px}.difficulty-btn[data-v-037d8dce]{border-radius:12px;padding:8px 16px}.difficulty-btn[data-v-037d8dce]:last-child:nth-child(odd){grid-column:1/-1;max-width:calc(50% - 4px);justify-self:center}.difficulty-btn-content[data-v-037d8dce]{display:flex;flex-direction:column;align-items:center;padding:4px 0}.difficulty-desc[data-v-037d8dce]{font-size:13px;color:var(--color-text-secondary);margin-top:2px}.game-layout[data-v-037d8dce]{display:grid;grid-template-columns:1fr;gap:32px}@media(min-width:768px){.game-layout[data-v-037d8dce]{grid-template-columns:1fr 260px;align-items:start}}.start-overlay[data-v-037d8dce]{border:1px solid var(--color-border);border-radius:16px;background:#ffffffd9!important;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.body--dark .start-overlay[data-v-037d8dce]{background:#1e293bd9!important}.status-bar[data-v-037d8dce]{display:flex;align-items:center;gap:24px;padding:8px 16px;background:var(--color-surface);border-radius:12px;border:1px solid var(--color-border);flex-wrap:wrap}.status-item[data-v-037d8dce]{display:flex;align-items:center;gap:4px}.status-value[data-v-037d8dce]{font-family:Courier New,monospace;font-size:16px;font-weight:700;color:var(--color-text-primary)}.controls-grid[data-v-037d8dce]{display:flex;flex-direction:column;gap:8px}.control-btn[data-v-037d8dce]{width:100%}@media(max-width:767px){.controls-card[data-v-037d8dce]{border-radius:12px}.controls-title[data-v-037d8dce]{display:none}.controls-grid[data-v-037d8dce]{flex-direction:row;gap:4px}.control-btn[data-v-037d8dce]{flex:1;min-width:0}.control-btn[data-v-037d8dce] .q-btn__content{flex-direction:column;gap:2px}.control-btn[data-v-037d8dce] .q-btn__content .q-icon{margin-right:0}}ul[data-v-037d8dce]{padding-left:20px;margin:0}ul li[data-v-037d8dce]{margin-bottom:8px;color:var(--color-text-secondary);font-size:14px}
