@import"https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css";:root{color-scheme:light;font-family:Pretendard Variable,Pretendard,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;--background: #f7f9fb;--foreground: #0f172a;--card: #fff;--primary: #5fc9d9;--primary-foreground: #05333a;--muted: #f1f5f9;--muted-foreground: #64748b;--border: #e7ebf0;--row-bg: #f8fafc;--text-faint: #94a3b8;--header-bg: rgb(255 255 255 / 86%);--rose-bg: #ffe4e6;--rose-fg: #be123c;--amber-bg: #fef3c7;--amber-fg: #b45309;--violet-bg: #ede9fe;--violet-fg: #6d28d9;--sky-bg: #e0f2fe;--sky-fg: #0369a1;--emerald-bg: #d1fae5;--emerald-fg: #047857;--shadow-sm: 0 1px 3px rgb(15 23 42 / 8%), 0 1px 2px rgb(15 23 42 / 5%);--shadow-md: 0 8px 22px -10px rgb(15 23 42 / 26%);--shadow-brand: 0 8px 20px -8px rgb(95 201 217 / 60%)}:root.dark{color-scheme:dark;--background: #0b0d10;--foreground: #f1f5f9;--card: #15181d;--muted: #1c2026;--muted-foreground: #94a3b8;--border: #23272e;--row-bg: #15181d;--text-faint: #64748b;--header-bg: rgb(11 13 16 / 86%);--rose-bg: rgb(244 63 94 / 15%);--rose-fg: #fda4af;--amber-bg: rgb(245 158 11 / 15%);--amber-fg: #fcd34d;--violet-bg: rgb(139 92 246 / 15%);--violet-fg: #c4b5fd;--sky-bg: rgb(14 165 233 / 15%);--sky-fg: #7dd3fc;--emerald-bg: rgb(16 185 129 / 15%);--emerald-fg: #6ee7b7}*,*:before,*:after{box-sizing:border-box}html{min-width:320px;min-height:100%;background:var(--background);-webkit-font-smoothing:antialiased}body{min-width:320px;min-height:100vh;margin:0;background:var(--background);color:var(--foreground)}body,button,input,textarea{font:inherit}button,input,textarea{color:inherit}button{border:0}button,[role=button]{-webkit-tap-highlight-color:transparent}button:focus-visible,[role=button]:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid rgb(95 201 217 / 35%);outline-offset:2px}::selection{background:#5fc9d940}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.screen{min-height:100vh;background:var(--background)}.app-header,.sub-header,.builder-header{position:sticky;top:0;z-index:8;display:flex;align-items:center;min-height:59px;border-bottom:1px solid var(--border);background:var(--header-bg);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.app-header{gap:10px;padding:10px 20px}.brand-mark{display:inline-flex;width:32px;height:32px;align-items:center;justify-content:center;flex:none;border-radius:9px;background:var(--primary);color:var(--primary-foreground);box-shadow:var(--shadow-brand)}.brand-name{font-size:15px;letter-spacing:-.02em}.app-header__theme{margin-left:auto}.icon-button{display:inline-flex;width:38px;height:38px;align-items:center;justify-content:center;flex:none;border:1px solid var(--border);border-radius:10px;background:var(--card);cursor:pointer}.icon-button:hover{background:var(--muted)}.icon-button--borderless{border-color:transparent;background:transparent}.button{display:inline-flex;align-items:center;justify-content:center;gap:7px;border:1px solid transparent;border-radius:10px;background:transparent;font-weight:700;white-space:nowrap;cursor:pointer;transition:transform .12s ease,opacity .12s ease,background .12s ease}.button:hover{opacity:.88}.button:active{transform:translateY(1px)}.button--primary{background:var(--primary);color:var(--primary-foreground);box-shadow:var(--shadow-brand)}.button--outline{border-color:var(--border);background:var(--card)}.button--outline:hover,.button--ghost:hover{background:var(--muted)}.button--sm{height:36px;padding:0 13px;font-size:12.5px}.button--md{min-height:40px;padding:0 15px;font-size:13px}.button--lg{min-height:48px;padding:0 20px;font-size:14px}.button--full{width:100%}.eyebrow{margin:0;color:var(--text-faint);font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.badge{display:inline-flex;align-items:center;padding:3px 8px;border-radius:999px;font-size:10.5px;font-weight:750;line-height:1.2}.badge--neutral{background:var(--muted);color:var(--foreground)}.badge--rose{background:var(--rose-bg);color:var(--rose-fg)}.badge--violet{background:var(--violet-bg);color:var(--violet-fg)}.badge--sky{background:var(--sky-bg);color:var(--sky-fg)}.badge--emerald{background:var(--emerald-bg);color:var(--emerald-fg)}.badge--rarity-bronze{border:1px solid #b87333;background:#b873332e;color:#995b28}.badge--rarity-silver{border:1px solid #aeb7c2;background:#c0c7d138;color:#647184}.badge--rarity-gold{border:1px solid #d4af37;background:#d4af3733;color:#9a7610}.badge--rarity-neutral{background:var(--muted);color:var(--foreground)}:root.dark .badge--rarity-bronze{color:#e6a66d}:root.dark .badge--rarity-silver{color:#d8dde4}:root.dark .badge--rarity-gold{color:#f1d36c}.home{display:flex;width:100%;max-width:1000px;margin:0 auto;padding:28px 20px 48px;flex-direction:column;gap:28px}.new-deck{display:flex;width:100%;align-items:center;gap:15px;padding:20px;border-radius:18px;background:var(--foreground);color:var(--background);text-align:left;cursor:pointer;box-shadow:0 12px 30px -20px #0f172ab3;transition:transform .16s ease,box-shadow .16s ease}.new-deck:hover{transform:translateY(-1px);box-shadow:0 16px 36px -19px #0f172acc}.new-deck__icon{display:inline-flex;width:46px;height:46px;align-items:center;justify-content:center;flex:none;border-radius:13px;background:var(--primary);color:var(--primary-foreground)}.new-deck__copy{display:flex;min-width:0;flex:1;flex-direction:column}.new-deck__copy strong{font-size:16px;letter-spacing:-.02em}.new-deck__copy small{margin-top:2px;font-size:12.5px;opacity:.66}.new-deck__arrow{flex:none;opacity:.7}.deck-library{display:flex;flex-direction:column;gap:11px}.deck-library>.eyebrow span{margin-left:2px}.empty-state{display:flex;min-height:220px;align-items:center;justify-content:center;border:1px dashed var(--border);border-radius:16px;color:var(--muted-foreground);flex-direction:column;font-size:13.5px;text-align:center}.empty-state__icon{display:inline-flex;width:44px;height:44px;align-items:center;justify-content:center;margin-bottom:12px;border-radius:13px;background:var(--muted);color:var(--text-faint)}.empty-state strong{color:var(--foreground);font-size:14px}.empty-state span:last-child{margin-top:3px;font-size:12.5px}.saved-decks{display:grid;grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:12px}.saved-deck{display:flex;min-width:0;gap:12px;padding:14px;border:1px solid var(--border);border-radius:14px;background:var(--card);box-shadow:var(--shadow-sm);text-align:left;cursor:pointer}.saved-deck:hover{border-color:var(--primary)}.saved-deck__art{position:relative;width:72px;height:44px;margin-right:-22px;overflow:hidden;flex:none;border-radius:10px 0 0 10px;background:var(--muted)}.saved-deck__art:after{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent 45%,var(--card) 100%);content:""}.saved-deck__art img{width:100%;height:100%;object-fit:cover;object-position:center 31%}.saved-deck__body{position:relative;z-index:1;display:flex;min-width:0;flex:1;flex-direction:column;gap:3px}.saved-deck__title,.saved-deck__meta{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.saved-deck__title{font-size:14px;letter-spacing:-.02em}.saved-deck__meta{color:var(--muted-foreground);font-size:11.5px}.saved-deck__footer{display:flex;align-items:center;gap:5px;margin-top:auto;flex-wrap:wrap;font-size:12px}.warning-pill{display:inline-flex;align-items:center;gap:4px;padding:3px 7px;border-radius:999px;background:var(--amber-bg);color:var(--amber-fg);font-size:10.5px;font-weight:650;white-space:nowrap}.tts-code-pill{display:inline-flex;align-items:center;gap:3px;padding:3px 6px;border-radius:999px;background:var(--muted);color:var(--muted-foreground);font-size:9.5px;font-weight:750;line-height:1}.sub-header{gap:10px;padding:10px 20px}.sub-header>strong{font-size:15px;letter-spacing:-.02em}.sub-header__step{margin-left:auto;color:var(--text-faint);font-size:11px;font-weight:700}.seeker-layout{display:flex;width:100%;max-width:1180px;align-items:flex-start;gap:26px;margin:0 auto;padding:22px 20px 48px}.seeker-grid{display:grid;min-width:300px;flex:1 1 540px;grid-template-columns:repeat(auto-fill,minmax(132px,1fr));gap:12px}.seeker-tile{min-width:0;padding:0;overflow:hidden;border:1px solid var(--border);border-radius:13px;background:var(--card);box-shadow:var(--shadow-sm);text-align:left;cursor:pointer;transition:transform .15s ease,border-color .15s ease}.seeker-tile:hover{transform:translateY(-2px)}.seeker-tile.is-selected{border-color:var(--primary);box-shadow:0 0 0 2px var(--primary),var(--shadow-md)}.seeker-tile__image-wrap{position:relative;display:block}.seeker-tile__image-wrap img{display:block;width:100%;aspect-ratio:733 / 1024;background:var(--muted);object-fit:cover}.seeker-tile__check{position:absolute;top:7px;right:7px;display:inline-flex;width:23px;height:23px;align-items:center;justify-content:center;border-radius:999px;background:var(--primary);color:var(--primary-foreground);box-shadow:0 2px 8px #00000047}.seeker-tile__copy{display:flex;min-width:0;padding:8px 9px 9px;flex-direction:column}.seeker-tile__copy strong,.seeker-tile__copy small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.seeker-tile__copy strong{font-size:12px;letter-spacing:-.01em}.seeker-tile__copy small{margin-top:1px;color:var(--muted-foreground);font-size:10px}.seeker-preview{position:sticky;top:79px;display:flex;min-width:320px;padding:20px;flex:1 1 400px;flex-direction:column;gap:17px;border:1px solid var(--border);border-radius:18px;background:var(--card);box-shadow:var(--shadow-sm)}.seeker-preview__cards{display:flex;gap:12px}.seeker-preview__cards>div{display:flex;min-width:0;flex:1;flex-direction:column;gap:7px}.seeker-preview__cards img{display:block;width:100%;aspect-ratio:733 / 1024;border-radius:10px;background:var(--muted);object-fit:cover}.seeker-preview__card{display:block;width:100%;padding:0;border-radius:10px;background:transparent;cursor:zoom-in}.seeker-preview__card:focus-visible{outline-offset:3px}.seeker-preview__info{display:flex;flex-direction:column;gap:7px}.seeker-preview__title{display:flex;align-items:center;gap:7px;flex-wrap:wrap}.seeker-preview__title strong{font-size:16px;letter-spacing:-.02em}.seeker-preview__info p{margin:0;color:var(--muted-foreground);font-size:12.5px}.seeker-preview__info p b{color:var(--foreground)}.builder-header{gap:7px;padding:10px 16px}.builder-header__name{min-width:60px;height:38px;padding:0 10px;flex:1;border:1px solid transparent;border-radius:10px;background:transparent;font-size:14.5px;font-weight:750;letter-spacing:-.02em}.builder-header__name:hover,.builder-header__name:focus{border-color:var(--border);background:var(--card)}.builder-header__name--readonly{display:flex;align-items:center;overflow:hidden;border-color:transparent;text-overflow:ellipsis;white-space:nowrap}.builder-header__name--readonly:hover{border-color:transparent;background:transparent}.builder-header__meta{color:var(--muted-foreground);font-size:11.5px;white-space:nowrap}.builder-header__delete{color:#e11d48}.warning-bar{position:sticky;top:59px;z-index:7;display:flex;min-height:32px;align-items:center;gap:6px;padding:7px 16px;background:var(--amber-bg);color:var(--amber-fg);font-size:12px;font-weight:650}.builder-desktop{display:grid;min-height:calc(100vh - 59px);align-items:start;grid-template-columns:230px minmax(0,1fr) 320px}.filter-rail{position:sticky;top:59px;display:flex;height:calc(100vh - 59px);padding:16px;overflow-y:auto;border-right:1px solid var(--border);background:var(--row-bg);flex-direction:column;gap:18px}.warning-bar+.builder-desktop .filter-rail,.warning-bar+.builder-desktop .deck-panel{top:91px;height:calc(100vh - 91px)}.deck-view-only{display:flex;height:calc(100vh - 59px);justify-content:center;padding:20px}.warning-bar+.deck-view-only{height:calc(100vh - 91px)}.deck-panel--standalone{position:static;top:auto;width:min(100%,720px);height:100%;border:1px solid var(--border);border-radius:16px;box-shadow:var(--shadow-sm)}.search-field{position:relative;display:block}.search-field svg{position:absolute;top:11px;left:10px;color:var(--text-faint);pointer-events:none}.search-field input{width:100%;height:38px;padding:0 10px 0 33px;border:1px solid var(--border);border-radius:10px;background:var(--card);font-size:13px}.search-field input::placeholder{color:var(--text-faint)}.filter-controls{display:flex;flex-direction:column;gap:18px}.filter-section{display:flex;flex-direction:column;gap:7px}.filter-list,.rank-list,.faction-list,.set-list{display:flex;flex-direction:column;gap:3px}.type-filter,.rank-list button,.faction-list button,.set-list button{display:flex;width:100%;min-height:34px;align-items:center;justify-content:space-between;padding:0 10px;border:1px solid transparent;border-radius:9px;background:transparent;font-size:13px;font-weight:600;text-align:left;cursor:pointer}.type-filter:hover,.rank-list button:hover,.faction-list button:hover,.set-list button:hover{background:var(--muted)}.type-filter.is-active{background:var(--primary);color:var(--primary-foreground)}.type-filter.is-sub{width:calc(100% - 14px);margin-left:14px}.type-filter>span,.rank-list button,.faction-list button,.set-list button{gap:7px}.type-filter>span{display:inline-flex;align-items:center}.type-filter small,.rank-list small,.faction-list small,.set-list small{color:inherit;font-size:11px;opacity:.55}.cost-chips{display:flex;gap:6px;flex-wrap:wrap}.cost-chips button{display:inline-flex;min-width:32px;height:32px;align-items:center;justify-content:center;padding:0 7px;border:1px solid var(--border);border-radius:8px;background:var(--card);font-size:12.5px;font-weight:750;cursor:pointer}.cost-chips button.is-active,.rank-list button.is-active,.faction-list button.is-active,.set-list button.is-active{border-color:var(--primary);background:var(--primary);color:var(--primary-foreground)}.rank-list button,.faction-list button,.set-list button{justify-content:flex-start;font-weight:500}.rank-list button small,.faction-list button small,.set-list button small{margin-left:auto}.rarity-dot{display:inline-block;width:8px;height:8px;flex:none;border-radius:999px}.reset-filter{display:inline-flex;align-items:center;gap:6px;margin-top:-2px;padding:0;background:transparent;color:var(--muted-foreground);font-size:12px;font-weight:650;cursor:pointer}.card-pool{min-width:0;padding:16px 20px 44px}.card-pool__toolbar{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px;color:var(--muted-foreground);font-size:13px}.card-pool__toolbar b{color:var(--foreground)}.zone-tabs{display:inline-flex;padding:3px;border-radius:10px;background:var(--muted)}.zone-tabs button{height:30px;padding:0 14px;border-radius:8px;background:transparent;color:var(--muted-foreground);font-size:12.5px;font-weight:700;white-space:nowrap;cursor:pointer}.zone-tabs button.is-active{background:var(--card);color:var(--foreground);box-shadow:var(--shadow-sm)}.card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px}.pool-card{position:relative;overflow:hidden;border-radius:10px;background:var(--muted);box-shadow:0 1px 3px #00000021;cursor:pointer;transition:box-shadow .15s ease,transform .15s ease;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none}.pool-card:hover{z-index:1;transform:translateY(-2px);box-shadow:0 7px 18px #0000003b}.pool-card__add{display:block;width:100%;padding:0;border-radius:inherit;background:transparent;cursor:pointer}.pool-card__add:focus-visible{outline-offset:-3px}.pool-card img{display:block;width:100%;aspect-ratio:733 / 1024;object-fit:cover;pointer-events:none}.pool-card.is-selected:after{position:absolute;top:0;right:0;bottom:0;left:0;border:2px solid var(--primary);border-radius:inherit;background:#5fc9d91f;content:"";pointer-events:none}.pool-card__quantity{position:absolute;top:0;right:0;z-index:2;display:inline-flex;width:40px;height:40px;align-items:flex-start;justify-content:flex-end;padding:6px 6px 0 0;background:transparent;cursor:pointer}.pool-card__quantity-badge{display:inline-flex;min-width:23px;height:23px;align-items:center;justify-content:center;padding:0 4px;border-radius:999px;background:var(--primary);color:var(--primary-foreground);box-shadow:0 2px 7px #00000047;font-size:12px;font-weight:800;font-variant-numeric:tabular-nums;line-height:1}.pool-card__quantity-remove{display:none}.pool-card__quantity:active .pool-card__quantity-value,.pool-card__quantity:focus-visible .pool-card__quantity-value{display:none}.pool-card__quantity:active .pool-card__quantity-remove,.pool-card__quantity:focus-visible .pool-card__quantity-remove{display:inline}@media(hover:hover){.pool-card__quantity:hover .pool-card__quantity-value{display:none}.pool-card__quantity:hover .pool-card__quantity-remove{display:inline}}.pool-empty{display:flex;min-height:240px;align-items:center;justify-content:center;gap:8px;color:var(--muted-foreground);font-size:13.5px}.deck-panel{position:sticky;top:59px;display:flex;height:calc(100vh - 59px);overflow:hidden;border-left:1px solid var(--border);background:var(--card);flex-direction:column}.deck-panel__hero{display:flex;align-items:center;gap:10px;padding:14px 16px;border-bottom:1px solid var(--border)}.deck-panel__hero>img{width:44px;height:60px;flex:none;border-radius:7px;background:var(--muted);object-fit:cover;object-position:top}.deck-panel__identity{display:flex;min-width:0;flex:1;flex-direction:column}.deck-panel__identity strong,.deck-panel__identity span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.deck-panel__identity strong{font-size:13.5px;letter-spacing:-.02em}.deck-panel__identity span{color:var(--muted-foreground);font-size:11.5px}.deck-panel__count{display:flex;flex:none;align-items:flex-end;flex-direction:column}.deck-panel__count>strong{font-size:20px;font-variant-numeric:tabular-nums;line-height:1.15}.deck-panel__count>strong small{margin-left:1px;color:var(--text-faint);font-size:12px}.deck-panel__count>span{color:var(--amber-fg);font-size:10px;font-weight:650}.deck-panel__count>span.is-valid{color:#059669}.deck-panel__curve{display:flex;padding:12px 16px;border-bottom:1px solid var(--border);flex-direction:column;gap:8px}.curve{display:flex;height:64px;align-items:flex-end;gap:5px}.curve__bar{display:flex;height:64px;align-items:center;justify-content:flex-end;gap:3px;flex:1;flex-direction:column}.curve__bar small,.curve__bar b{color:var(--text-faint);font-size:9px;font-variant-numeric:tabular-nums}.curve__bar b{font-size:9.5px;font-weight:650}.curve__bar>span{display:block;width:100%;border-radius:4px 4px 2px 2px;background:var(--border)}.curve__bar>span.has-value{background:var(--primary)}.deck-list{flex:1;padding:8px 8px 12px;overflow-y:auto}.deck-group>.eyebrow{display:flex;gap:5px;padding:8px 8px 4px}.deck-group__empty{margin:4px 8px 10px;color:var(--text-faint);font-size:11px;line-height:1.5}.deck-row{display:flex;height:38px;align-items:center;gap:7px;padding:0 8px;margin:1px 0;border-radius:8px}.deck-row:hover{background:var(--muted)}.deck-row__cost{display:inline-flex;width:21px;height:21px;align-items:center;justify-content:center;flex:none;border-radius:6px;background:var(--muted);font-size:11px;font-weight:800;cursor:pointer}.deck-row__cost.is-fixed{background:var(--foreground);color:var(--background)}.deck-row__art{position:relative;width:42px;height:24px;padding:0;margin-right:-12px;overflow:hidden;flex:none;border-radius:6px;background:var(--muted);cursor:zoom-in}.deck-row__art:after{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent 42%,var(--card) 100%);content:"";pointer-events:none}.deck-row:hover .deck-row__art:after{background:linear-gradient(90deg,transparent 42%,var(--muted) 100%)}.deck-row__art img{display:block;width:100%;height:100%;object-fit:cover;object-position:center 31%}.deck-row__name{position:relative;min-width:0;padding:0;overflow:hidden;flex:1;background:transparent;font-size:12.5px;font-weight:500;text-align:left;text-overflow:ellipsis;white-space:nowrap;cursor:pointer}.deck-row__fixed{color:var(--text-faint);font-size:10px;font-weight:700}.deck-row__readonly-qty{min-width:24px;color:var(--muted-foreground);font-size:11px;font-weight:750;text-align:right}.quantity-button{display:inline-flex;width:24px;height:24px;align-items:center;justify-content:center;flex:none;border-radius:7px;background:var(--primary);color:var(--primary-foreground);cursor:pointer}.quantity-button--minus{border:1px solid var(--border);background:var(--card);color:var(--muted-foreground)}.deck-row__qty{width:14px;flex:none;font-size:12px;font-variant-numeric:tabular-nums;text-align:center}.deck-panel__actions{display:flex;gap:8px;padding:12px 16px;border-top:1px solid var(--border);flex-wrap:wrap}.deck-panel__actions .button{min-width:0;padding-inline:8px;flex:1 1 calc(50% - 4px)}.builder-mobile{display:none}.modal-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:30;display:flex;align-items:center;justify-content:center;padding:20px;background:#0000007a;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);animation:fade-in .14s ease}.card-detail{display:flex;width:100%;max-width:760px;max-height:90vh;overflow-y:auto;border-radius:18px;background:var(--card);box-shadow:0 28px 70px #0000006b;flex-wrap:wrap;animation:rise-in .18s ease}.card-detail__image{min-width:260px;max-width:360px;flex:1 1 280px;background:var(--muted)}.card-detail__image img{display:block;width:100%;aspect-ratio:733 / 1024;object-fit:contain}.card-detail__body{display:flex;min-width:260px;padding:24px;flex:1 1 280px;flex-direction:column;gap:13px}.card-detail__header{display:flex;align-items:flex-start;gap:8px}.card-detail__header>div{min-width:0;flex:1}.card-detail__header h2{margin:0;font-size:18px;letter-spacing:-.02em}.card-detail__header span{display:block;color:var(--text-faint);font-size:12px}.card-detail__badges{display:flex;gap:6px;flex-wrap:wrap}.card-detail__stats{display:flex;gap:24px}.card-detail__stats>div{display:flex;flex-direction:column;gap:2px}.card-detail__stats strong{font-size:22px;font-variant-numeric:tabular-nums}.card-detail__rules,.card-detail__flavor{margin:0;font-size:12.5px;line-height:1.7;white-space:pre-line}.tts-code-modal{display:flex;width:100%;max-width:560px;max-height:90vh;padding:24px;overflow-y:auto;border:1px solid var(--border);border-radius:18px;background:var(--card);box-shadow:0 28px 70px #0000006b;flex-direction:column;gap:16px;animation:rise-in .18s ease}.tts-code-modal__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.tts-code-modal__header h2{margin:3px 0 0;font-size:19px;letter-spacing:-.025em}.tts-code-modal__description{margin:0;color:var(--muted-foreground);font-size:13px;line-height:1.65}.tts-code-modal__description b{color:var(--foreground)}.tts-code-modal__start{display:grid;gap:8px;grid-template-columns:repeat(2,minmax(0,1fr))}.tts-code-modal__start>*{min-width:0}.tts-code-modal__official-link{text-decoration:none}.tts-code-modal form,.tts-code-field{display:flex;flex-direction:column}.tts-code-modal form{gap:11px}.tts-code-field{gap:7px}.tts-code-field>span{font-size:12px;font-weight:750}.tts-code-field textarea{width:100%;min-height:92px;padding:12px;resize:vertical;border:1px solid var(--border);border-radius:11px;background:var(--background);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px;line-height:1.55;overflow-wrap:anywhere}.tts-code-field textarea::placeholder{color:var(--text-faint);font-family:Pretendard Variable,Pretendard,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.tts-code-status{margin:0;padding:9px 11px;border-radius:9px;font-size:11.5px;font-weight:650;line-height:1.5}.tts-code-status--checking{background:var(--muted);color:var(--muted-foreground)}.tts-code-status--success{background:var(--emerald-bg);color:var(--emerald-fg)}.tts-code-status--error{background:var(--rose-bg);color:var(--rose-fg)}.tts-code-modal__actions{display:flex;justify-content:flex-end;gap:8px;flex-wrap:wrap}.tts-code-modal__actions .button{flex:1 1 180px}.tts-code-modal__note{display:block;padding-top:12px;border-top:1px solid var(--border);color:var(--text-faint);font-size:10.5px;line-height:1.55}.hover-card-preview{position:fixed;z-index:25;overflow:hidden;border:1px solid rgb(255 255 255 / 24%);border-radius:14px;background:var(--muted);box-shadow:0 24px 60px #00000073;pointer-events:none;animation:hover-card-in .11s ease}.hover-card-preview img{display:block;width:100%;aspect-ratio:733 / 1024;object-fit:contain}.card-detail__flavor{padding-top:11px;border-top:1px solid var(--border);color:var(--muted-foreground);font-size:12px;font-style:italic}.toast{position:fixed;bottom:24px;left:50%;z-index:50;padding:10px 18px;border-radius:999px;background:var(--foreground);color:var(--background);box-shadow:0 8px 24px #0000004d;font-size:13px;font-weight:650;white-space:nowrap;transform:translate(-50%);animation:toast-in .17s ease}@keyframes fade-in{0%{opacity:0}}@keyframes rise-in{0%{opacity:0;transform:translateY(8px) scale(.99)}}@keyframes toast-in{0%{opacity:0;transform:translate(-50%,6px)}}@keyframes hover-card-in{0%{opacity:0;transform:translateY(3px) scale(.985)}}@media(max-width:1000px)and (min-width:761px){.builder-desktop{grid-template-columns:210px minmax(0,1fr) 300px}.filter-rail{padding:14px}.card-pool{padding-inline:14px}.card-grid{grid-template-columns:repeat(auto-fill,minmax(128px,1fr));gap:10px}}@media(max-width:760px){.app-header,.sub-header{padding-inline:14px}.home{padding:18px 14px 36px;gap:24px}.new-deck{padding:16px;border-radius:16px}.new-deck__icon{width:42px;height:42px;border-radius:12px}.new-deck__copy small{font-size:11.5px}.empty-state{min-height:190px}.saved-decks{grid-template-columns:1fr}.seeker-layout{display:block;padding:14px 12px 210px}.seeker-grid{min-width:0;grid-template-columns:repeat(3,1fr);gap:8px}.seeker-tile{border-radius:10px}.seeker-tile__copy{padding:6px 7px 7px}.seeker-tile__copy strong{font-size:11px}.seeker-tile__copy small{font-size:9px}.seeker-preview{position:fixed;top:auto;right:0;bottom:0;left:0;z-index:6;display:grid;min-width:0;padding:12px 14px max(14px,env(safe-area-inset-bottom));border-right:0;border-bottom:0;border-left:0;border-radius:18px 18px 0 0;box-shadow:0 -8px 28px #0000002b;grid-template-columns:58px 1fr;gap:10px 12px}.seeker-preview__cards{grid-row:span 2}.seeker-preview__cards>div{display:none}.seeker-preview__cards>div:first-child{display:block}.seeker-preview__cards .eyebrow{display:none}.seeker-preview__cards img{width:58px;height:80px;border-radius:8px;object-fit:cover}.seeker-preview__title strong{display:block;width:100%;font-size:14px}.seeker-preview__info{min-width:0;gap:4px}.seeker-preview__info p{overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.seeker-preview .button{grid-column:2;min-height:42px}.builder-header{padding:10px 12px}.builder-header__name{padding-inline:3px;font-size:14px}.builder-header__meta,.builder-header__cancel{display:none}.builder-header__delete{width:36px;height:36px}.warning-bar{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.builder-desktop{display:none}.builder-mobile{display:block}.deck-view-only{height:calc(100vh - 59px);height:calc(100dvh - 59px);padding:0}.warning-bar+.deck-view-only{height:calc(100vh - 91px);height:calc(100dvh - 91px)}.deck-panel--standalone{width:100%;border:0;border-radius:0;box-shadow:none}.mobile-toolbar{position:sticky;top:59px;z-index:5;display:flex;align-items:center;gap:6px;padding:9px 12px;overflow-x:auto;border-bottom:1px solid var(--border);background:var(--background);scrollbar-width:none}.warning-bar+.builder-mobile .mobile-toolbar{top:91px}.mobile-toolbar::-webkit-scrollbar{display:none}.filter-trigger,.mobile-type-chip{display:inline-flex;height:36px;align-items:center;gap:5px;padding:0 12px;flex:none;border:1px solid var(--border);border-radius:999px;background:var(--card);font-size:12.5px;font-weight:650;white-space:nowrap;cursor:pointer}.filter-trigger{border-color:var(--foreground);background:var(--foreground);color:var(--background);font-weight:750}.filter-trigger b{display:inline-flex;min-width:17px;height:17px;align-items:center;justify-content:center;border-radius:99px;background:var(--primary);color:var(--primary-foreground);font-size:10px}.mobile-type-chip.is-active{border-color:var(--primary);background:var(--primary);color:var(--primary-foreground)}.mobile-toolbar .zone-tabs{flex:none;border-radius:999px}.mobile-toolbar .zone-tabs button{padding-inline:12px;border-radius:999px;font-size:12px}.mobile-pool{padding:12px 12px 170px}.mobile-pool__hint{margin:0 0 8px;color:var(--text-faint);font-size:11px;font-weight:650;text-align:center}.mobile-pool .card-grid{grid-template-columns:repeat(3,1fr);gap:8px}.pool-card{border-radius:8px}.pool-card:hover{transform:none;box-shadow:0 1px 3px #00000021}.pool-card__quantity{width:38px;height:38px;padding:5px 5px 0 0}.pool-card__quantity-badge{min-width:20px;height:20px;padding-inline:3px;font-size:11px}.mobile-deck-sheet{position:fixed;right:0;bottom:0;left:0;z-index:10;display:flex;height:92px;overflow:hidden;border-radius:18px 18px 0 0;background:var(--card);box-shadow:0 -8px 24px #0000002e;flex-direction:column;transition:height .22s ease}.mobile-deck-sheet.is-middle{height:72vh;height:72dvh}.mobile-deck-sheet.is-expanded{height:calc(100vh - 59px);height:calc(100dvh - 59px)}.mobile-deck-sheet.is-dragging{transition:none}.mobile-deck-sheet__summary{display:flex;width:100%;min-height:92px;padding:8px 16px 12px;flex:none;background:transparent;flex-direction:column;cursor:pointer;touch-action:none;-webkit-user-select:none;user-select:none}.sheet-handle{display:block;width:36px;height:4px;margin:0 auto 10px;flex:none;border-radius:999px;background:var(--border)}.sheet-summary-row{display:flex;width:100%;align-items:center;gap:10px}.sheet-summary-row>strong{font-size:15px;font-variant-numeric:tabular-nums}.sheet-summary-row>strong small{margin-left:1px;color:var(--text-faint);font-size:11px}.curve--compact{height:34px;gap:3px;flex:1}.curve--compact .curve__bar{height:34px;gap:0}.curve--compact .curve__bar>span{border-radius:3px 3px 1px 1px}.mobile-deck-sheet__body{min-height:0;padding-bottom:env(safe-area-inset-bottom);overflow-y:auto}.mobile-deck-sheet__body .deck-list{overflow:visible}.deck-row--mobile{height:46px}.deck-row--mobile .deck-row__cost{width:23px;height:23px}.deck-row--mobile .deck-row__name{font-size:13px}.deck-row--mobile .quantity-button{width:32px;height:32px;border-radius:8px}.mobile-deck-sheet__actions{display:flex;gap:8px;padding:10px 16px 16px;flex-wrap:wrap}.mobile-deck-sheet__actions .button{min-width:0;padding-inline:8px;flex:1 1 calc(50% - 4px);font-size:12px}.sheet-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:20}.sheet-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background:#0000004d;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.filter-sheet{position:absolute;right:0;bottom:0;left:0;max-height:82vh;padding:8px 16px max(20px,env(safe-area-inset-bottom));overflow-y:auto;border-radius:18px 18px 0 0;background:var(--card);box-shadow:0 -8px 32px #00000045;animation:sheet-in .18s ease}.filter-sheet__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.filter-sheet__header>strong{font-size:15px}.filter-sheet__header button{display:inline-flex;align-items:center;gap:5px;padding:5px;background:transparent;color:var(--muted-foreground);font-size:12.5px;font-weight:650;cursor:pointer}.filter-controls--mobile{gap:16px}.filter-controls--mobile .search-field input{height:44px;padding-left:37px;border-radius:12px;background:var(--background);font-size:14px}.filter-controls--mobile .search-field svg{top:14px;left:12px}.filter-chip-wrap,.rank-list--mobile,.faction-list--mobile,.set-list--mobile{display:flex;gap:8px;flex-direction:row;flex-wrap:wrap}.filter-controls--mobile .type-filter,.rank-list--mobile button,.faction-list--mobile button,.set-list--mobile button{width:auto;min-height:40px;justify-content:flex-start;gap:7px;padding:0 14px;border-color:var(--border);border-radius:999px;background:var(--card)}.filter-controls--mobile .type-filter.is-active,.rank-list--mobile button.is-active,.faction-list--mobile button.is-active,.set-list--mobile button.is-active{border-color:var(--primary);background:var(--primary);color:var(--primary-foreground)}.filter-controls--mobile .type-filter.is-sub{width:auto;margin-left:0}.filter-controls--mobile .cost-chips{gap:8px}.filter-controls--mobile .cost-chips button{min-width:40px;height:40px;border-radius:10px;font-size:13.5px}.filter-sheet>.button{margin-top:18px}.modal-layer{padding:12px}.tts-code-modal__start{grid-template-columns:1fr}.tts-code-modal{max-height:92vh;padding:18px;gap:14px}.card-detail{display:grid;max-height:88vh;grid-template-columns:minmax(128px,42%) 1fr;flex-wrap:nowrap}.card-detail__image{position:sticky;top:0;min-width:0;align-self:start}.card-detail__body{min-width:0;padding:16px;gap:11px}.card-detail__header h2{font-size:16px}.card-detail__header span{font-size:10px}.card-detail__badges{gap:4px}.card-detail__badges .badge{font-size:9.5px}.card-detail__stats{gap:16px}.card-detail__stats strong{font-size:18px}.card-detail__rules,.card-detail__flavor{font-size:11px;line-height:1.6}.toast{right:16px;bottom:112px;left:16px;text-align:center;white-space:normal;transform:none}@keyframes sheet-in{0%{transform:translateY(20px)}}@keyframes toast-in{0%{opacity:0;transform:translateY(6px)}}}@media(max-width:420px){.brand-name{font-size:14px}.builder-header .button--sm{padding-inline:11px}.card-detail{display:flex;max-height:92vh;flex-direction:column}.card-detail__image{position:static;width:100%;max-width:none;flex:none}.card-detail__image img{max-height:48vh}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;transition-duration:.01ms!important}}
