._container_7ksgo_1{display:flex;flex-direction:column;height:100vh;width:100vw;overflow:hidden;background-color:var(--bgSurface)}._mainArea_7ksgo_10{display:flex;flex:1;min-height:0;gap:16px;padding:40px 16px 16px}._mapArea_7ksgo_18{flex:1;min-width:0;display:flex;flex-direction:column;position:relative}._mapPlaceholder_7ksgo_26{flex:1;background-color:var(--bgSurface);border-radius:8px;display:flex;align-items:center;justify-content:center;color:var(--textSecondary)}._header_1035f_1{position:relative}._lastRoundBanner_1035f_5{position:fixed;top:0;left:0;right:0;background-color:#fef3c7;border-bottom:2px solid #f59e0b;padding:8px 16px;display:flex;align-items:center;justify-content:center;gap:8px;z-index:50;box-shadow:0 2px 8px #0000001a}._lastRoundText_1035f_21{font-size:14px;font-weight:600;color:#92400e}._playerSwatch_1035f_27{width:12px;height:12px;border-radius:2px;display:inline-block;vertical-align:middle}._hand_1rzkm_1{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background-color:var(--bgPrimary);border-top:1px solid var(--borderColor);gap:24px}._cardSection_1rzkm_11{display:flex;align-items:center;gap:16px}._ticketSection_1rzkm_17{display:flex;align-items:center;gap:8px}._label_1rzkm_23{font-size:14px;color:var(--textPrimary);font-weight:500}._ticketContainer_1rzkm_29{height:60px}._decks_53vjc_1{display:flex;flex-direction:column;gap:12px}._deckSection_53vjc_7{display:flex;flex-direction:column;gap:8px}._deckRow_53vjc_13{display:flex;gap:16px;justify-content:center}._market_53vjc_19{display:flex;flex-direction:column;gap:4px}._marketCards_53vjc_25{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}._deckLabel_53vjc_31{font-size:14px;color:var(--textPrimary);font-weight:500}._deckCount_53vjc_37,._discardCount_53vjc_42{font-size:12px;color:var(--textSecondary)}._deckContainer_53vjc_47{display:flex;flex-direction:column;align-items:center;gap:4px}._deckCard_53vjc_54{transition:transform .15s ease,opacity .15s ease}._deckCard_53vjc_54._clickable_53vjc_58{cursor:pointer}._deckCard_53vjc_54._clickable_53vjc_58:hover{transform:scale(1.05)}._deckCard_53vjc_54._disabled_53vjc_66{cursor:not-allowed;opacity:.5}._ticketDeck_53vjc_71{width:63px;height:88px;border-radius:6px;background-color:#3b82f6;border:2px solid #1d4ed8;display:flex;align-items:center;justify-content:center;font-size:28px;box-shadow:0 2px 4px #0000001a;transition:transform .15s ease,opacity .15s ease}._ticketDeck_53vjc_71._clickable_53vjc_58{cursor:pointer}._ticketDeck_53vjc_71._clickable_53vjc_58:hover{transform:scale(1.05)}._ticketDeck_53vjc_71._disabled_53vjc_66{cursor:not-allowed;opacity:.5}._marketCard_53vjc_25{transition:transform .15s ease,opacity .15s ease}._marketCard_53vjc_25._clickable_53vjc_58{cursor:pointer}._marketCard_53vjc_25._clickable_53vjc_58:hover{transform:scale(1.05)}._marketCard_53vjc_25._disabled_53vjc_66{cursor:not-allowed;opacity:.5}._sidebar_itotc_1{display:flex;flex-direction:column;gap:16px;padding:12px;background-color:var(--bgPrimary);border-radius:8px;box-shadow:0 1px 3px #0000001a;overflow-y:auto;max-height:100%}._divider_itotc_13{border-bottom:1px solid var(--borderColor);margin:4px 0}._turnStatus_itotc_18{font-size:12px;margin-top:8px}._turnStatusSelecting_itotc_23{color:var(--textSecondary)}._turnStatusDrawing_itotc_27{color:#22c55e}._container_1btz2_1{position:absolute;transform:translate(-50%,-50%);display:flex;gap:8px;padding:12px;background-color:var(--bgSurface);border-radius:8px;box-shadow:0 4px 12px #00000026;z-index:100}._label_1btz2_13{font-size:12px;color:var(--textSecondary);align-self:center}._colorButton_1btz2_19{width:32px;height:32px;border-radius:4px;border:2px solid var(--borderColor);cursor:pointer;transition:transform .1s ease}._colorButton_1btz2_19:hover{transform:scale(1.1);border-color:#3b82f6}._cancelButton_1btz2_33{padding:4px 8px;border-radius:4px;border:1px solid var(--borderColor);background-color:var(--bgSurface);font-size:12px;cursor:pointer}._container_f88bg_1{position:absolute;transform:translate(-50%,-100%);background-color:var(--bgSurface);border:1px solid var(--borderColor);border-radius:8px;padding:12px 16px;box-shadow:0 4px 12px #00000026;z-index:1000;display:flex;flex-direction:column;gap:8px;min-width:180px}._message_f88bg_16{font-size:13px;color:var(--textPrimary);text-align:center}._buttons_f88bg_22{display:flex;gap:8px;justify-content:center}._cancelButton_f88bg_28{padding:6px 12px;border-radius:4px;border:1px solid var(--borderColor);background:var(--buttonBg);color:var(--textPrimary);cursor:pointer;font-size:12px}._confirmButton_f88bg_38{padding:6px 12px;border-radius:4px;border:none;background:#f97316;color:#fff;cursor:pointer;font-size:12px;font-weight:500}._overlay_5dyap_1{position:fixed;top:0;left:0;right:0;bottom:0;background-color:var(--overlayBg);display:flex;align-items:center;justify-content:center;z-index:200}._panel_5dyap_14{background-color:var(--modalBg);border-radius:12px;padding:24px;min-width:320px;max-width:400px;box-shadow:var(--shadowLg);text-align:center}._warningIcon_5dyap_24{font-size:48px;margin-bottom:16px}._title_5dyap_29{font-size:18px;font-weight:600;color:var(--textPrimary);margin:0 0 12px}._message_5dyap_36{font-size:14px;color:var(--textPrimary);margin:0 0 8px;line-height:1.5}._secondary_5dyap_43{font-size:13px;color:var(--textSecondary);margin:0 0 20px}._buttons_5dyap_49{display:flex;gap:12px;justify-content:center}._cancelButton_5dyap_55{padding:10px 20px;border-radius:6px;border:1px solid var(--borderColor);background:var(--buttonBg);color:var(--textPrimary);cursor:pointer;font-size:14px;font-weight:500;transition:background-color .2s}._cancelButton_5dyap_55:hover{background:var(--buttonHover)}._confirmButton_5dyap_71{padding:10px 20px;border-radius:6px;border:none;background:#f59e0b;color:#fff;cursor:pointer;font-size:14px;font-weight:600;transition:background-color .2s}._confirmButton_5dyap_71:hover{background:#d97706}._container_1io1g_1{display:flex;flex-direction:column;align-items:center;padding:24px;gap:16px;min-height:100vh;background-color:var(--bgPrimary)}._mapContainer_1io1g_11{border:1px solid var(--borderColor);border-radius:8px;overflow:hidden}._downloadButton_1io1g_17{padding:12px 24px;font-size:16px;font-weight:500;color:#fff;background-color:#2563eb;border:none;border-radius:8px;cursor:pointer}._downloadButton_1io1g_17:hover{background-color:#1d4ed8}:root{--bgPrimary: #ffffff;--bgSurface: #f3f4f6;--bgMap: #f0f4f8;--bgCard: #ffffff;--bgCardHover: #f9fafb;--textPrimary: #1f2937;--textSecondary: #6b7280;--textMuted: #9ca3af;--borderColor: #e5e7eb;--borderSubtle: #f3f4f6;--buttonBg: rgba(255, 255, 255, .95);--buttonHover: #f9fafb;--buttonBorder: #e5e7eb;--overlayBg: rgba(0, 0, 0, .6);--modalBg: #ffffff;--mapLabelBg: transparent;--mapLabelText: #1a2744;--mapNodeStroke: #1a2744;--ticketBg: #ffffff;--ticketBorder: #e5e7eb;--ticketCompletedHighBg: #f0fdf4;--ticketCompletedHighBorder: #22c55e;--ticketCompletedLowBg: #eff6ff;--ticketCompletedLowBorder: #3b82f6;--ticketImpossibleBg: #fef2f2;--ticketImpossibleBorder: #dc2626;--ticketSelectedBorder: #22c55e;--badgeBlueBg: #dbeafe;--badgeBlueText: #1e40af;--badgeGreenBg: #dcfce7;--badgeGreenText: #15803d;--badgeRedBg: #fee2e2;--badgeRedText: #991b1b;--routeClaimableGlow: #00a647;--routeHoverHighlight: #4A9ED9;--shadowSm: 0 1px 2px rgba(0, 0, 0, .05);--shadowMd: 0 4px 6px rgba(0, 0, 0, .07);--shadowLg: 0 10px 15px rgba(0, 0, 0, .1)}[data-theme=dark]{--bgPrimary: #0f172a;--bgSurface: #1e293b;--bgMap: #0c1929;--bgCard: #1e293b;--bgCardHover: #334155;--textPrimary: #f1f5f9;--textSecondary: #94a3b8;--textMuted: #64748b;--borderColor: #334155;--borderSubtle: #1e293b;--buttonBg: rgba(30, 41, 59, .95);--buttonHover: #334155;--buttonBorder: #475569;--overlayBg: rgba(0, 0, 0, .8);--modalBg: #1e293b;--mapLabelBg: transparent;--mapLabelText: #e2e8f0;--mapNodeStroke: #94a3b8;--ticketBg: #1e293b;--ticketBorder: #334155;--ticketCompletedHighBg: #14532d;--ticketCompletedHighBorder: #22c55e;--ticketCompletedLowBg: #1e3a5f;--ticketCompletedLowBorder: #3b82f6;--ticketImpossibleBg: #450a0a;--ticketImpossibleBorder: #ef4444;--ticketSelectedBorder: #4ade80;--badgeBlueBg: #1e3a5f;--badgeBlueText: #93c5fd;--badgeGreenBg: #14532d;--badgeGreenText: #86efac;--badgeRedBg: #450a0a;--badgeRedText: #fca5a5;--routeClaimableGlow: #1f8745;--routeHoverHighlight: #ffffff;--shadowSm: 0 1px 2px rgba(0, 0, 0, .3);--shadowMd: 0 4px 6px rgba(0, 0, 0, .4);--shadowLg: 0 10px 15px rgba(0, 0, 0, .5)}.track-highlight{pointer-events:none}.track-highlight__rect{rx:4;filter:blur(5px);opacity:.5}.track-highlight__rect--claimable{fill:var(--routeClaimableGlow)}.track-highlight__rect--hover{fill:var(--routeHoverHighlight)}
