@import"https://fonts.googleapis.com/css2?family=Do+Hyeon&family=Noto+Sans+KR:wght@400;500;600;700;800;900&family=Barlow:wght@400;500;600;700;800&display=swap";@import"https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css";@import"https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/static/pretendard.css";:root{--bg: #f3f6fb;--surface: #ffffff;--surface-muted: #f8fbff;--surface-strong: #ffffff;--line: #dce4f1;--line-strong: #bcc9df;--text: #0f172a;--muted: #52617a;--primary: #2878ff;--primary-soft: #d9e8ff;--danger: #e84f5f;--shadow: 0 10px 30px rgba(13, 42, 95, .08);--bg-glow-1: #dce8ff;--bg-glow-2: #e0f6ff}@media (max-width: 380px){.app-shell--mobile .detail-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}}[data-theme=dark]{--bg: #0b1220;--surface: #111b2f;--surface-muted: #151f36;--surface-strong: #1a2740;--line: #2a3a58;--line-strong: #395079;--text: #e6eeff;--muted: #a4b6d9;--primary: #5d8fff;--primary-soft: #1f3561;--danger: #ff7f8b;--shadow: 0 10px 30px rgba(0, 0, 0, .35);--bg-glow-1: #1a2d4a;--bg-glow-2: #173348}*{box-sizing:border-box}body{margin:0;font-family:Pretendard Variable,Pretendard,Noto Sans KR,sans-serif;color:var(--text);background:radial-gradient(circle at 4% -8%,var(--bg-glow-1) 0%,transparent 22%),radial-gradient(circle at 98% 5%,var(--bg-glow-2) 0%,transparent 20%),var(--bg)}.fatal-screen{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px}.fatal-card{width:min(560px,100%);border:1px solid var(--line);border-radius:28px;background:linear-gradient(180deg,var(--surface) 0%,var(--surface-muted) 100%);box-shadow:var(--shadow);padding:28px;display:grid;gap:14px}.fatal-card h1{margin:0;font-size:1.9rem;line-height:1.2}.fatal-card p{margin:0;color:var(--muted)}.fatal-eyebrow{color:var(--primary);font-weight:800;letter-spacing:.08em;text-transform:uppercase}.fatal-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:8px}.fatal-actions button,.fatal-actions a{border-radius:14px;padding:12px 16px;font-weight:700;border:1px solid var(--line);background:var(--surface);color:var(--text)}.fatal-actions button{cursor:pointer;background:var(--primary);border-color:transparent;color:#fff}a{color:inherit;text-decoration:none}button,input,textarea{font-family:inherit}.app-shell{min-height:100vh;display:grid;grid-template-columns:280px minmax(0,1fr);transition:grid-template-columns .22s ease}.app-shell--nav-collapsed{grid-template-columns:0 minmax(0,1fr)}.side-nav{position:sticky;top:0;height:100vh;border-right:1px solid var(--line);background:linear-gradient(170deg,var(--surface-muted) 0%,var(--bg) 35%,var(--surface-muted) 100%);padding:22px 18px;display:flex;flex-direction:column;gap:18px;overflow:hidden;transition:padding .22s ease}.side-nav--collapsed{padding:0;border-right:none}.side-nav-header{display:flex;align-items:center;justify-content:space-between;gap:8px}.side-nav-toggle{flex-shrink:0;width:28px;height:28px;border:none;border-radius:8px;background:transparent;color:var(--muted);cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;opacity:.5;transition:opacity .15s,background .15s}.side-nav-toggle:hover{opacity:1;background:var(--surface-muted);color:var(--text)}.side-nav-open-btn{position:fixed;top:50vh;left:0;transform:translateY(-50%);z-index:200;width:18px;height:52px;border:1px solid var(--line);border-left:none;border-radius:0 8px 8px 0;background:var(--surface);color:var(--muted);cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;box-shadow:2px 0 8px #00000012;transition:width .15s,background .15s,color .15s}.side-nav-open-btn:hover{width:22px;background:var(--surface-muted);color:var(--text)}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:inherit}.brand-mark{width:40px;height:40px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;font-family:Do Hyeon,sans-serif;font-size:1.3rem;letter-spacing:.02em;color:#fff;background:linear-gradient(145deg,#0f5bff,#2fb2ff);box-shadow:0 8px 16px #1e82ff52}.brand strong{font-size:1rem}.brand p{margin:2px 0 0;font-size:.8rem;color:var(--muted)}.public-health-chip{display:inline-flex;align-items:center;gap:8px;border:1px solid var(--line);border-radius:999px;background:var(--surface);color:var(--muted);padding:7px 12px;font-size:.78rem;font-weight:700;width:fit-content}.public-health-chip--good{border-color:#2ea04338;background:#2ea0431a;color:#1f7a33}.public-health-chip--warn{border-color:#d9770647;background:#f59e0b1f;color:#9a5a00}.public-health-chip--danger{border-color:#e84f5f3d;background:#e84f5f1c;color:#b42333}.public-health-chip--muted{color:var(--muted)}.public-health-dot{width:8px;height:8px;border-radius:999px;background:currentColor}.public-health-chip--mobile{display:none}.menu{display:grid;gap:8px}.side-nav-main{display:grid;gap:18px}.menu-bottom{margin-top:auto}.menu a{border:1px solid var(--line);border-radius:12px;padding:11px 12px;background:var(--surface);color:#31435f;font-weight:600}.menu a.active{border-color:#7ca9ff;background:var(--primary-soft);color:#14418d}.mobile-bottom-nav,.mobile-topbar,.side-nav-backdrop{display:none}.mobile-only{display:none!important}.desktop-only{display:block}.account-box{border:1px solid var(--line);border-radius:14px;background:var(--surface);padding:12px;display:grid;gap:8px}.account-name{margin:0;font-weight:700}.account-email{margin:0;color:var(--muted);font-size:.85rem}.content{padding:22px 24px 34px}.hero{border:1px solid var(--line);border-radius:20px;padding:22px 24px;background:linear-gradient(130deg,#2878ff29,#82abff0f),#fff;box-shadow:var(--shadow);display:flex;justify-content:space-between;align-items:flex-end;gap:12px}.eyebrow{margin:0;font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;color:#1c67e6;font-weight:700}.hero h1{margin:6px 0 8px;font-size:clamp(1.4rem,2.8vw,2rem);font-family:Do Hyeon,sans-serif}.hero p{margin:0;color:var(--muted)}.hero-tags{display:flex;flex-wrap:wrap;gap:8px}.hero-tags span{border:1px solid #c8d8f4;border-radius:999px;background:#f2f7ff;color:#2c4674;padding:6px 10px;font-size:.79rem;font-weight:700}.hero-home{background:linear-gradient(130deg,#1748a03d,#3497ff1a),linear-gradient(20deg,rgba(77,126,247,.1),transparent),#fff}.home-layout{display:flex;flex-direction:column}.home-layout>*{order:3}.home-layout .hero-home{order:1}.home-layout .home-search-grid,.home-layout .home-search-panel{order:2}.home-kpi-panel,.home-quick-panel{margin-top:14px}.home-quick-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.home-quick-card{border:1px solid #d7e2f5;border-radius:12px;background:linear-gradient(170deg,#f7fbff,#fff 65%);padding:12px;display:grid;gap:6px;transition:border-color .16s ease,transform .16s ease,box-shadow .16s ease}.home-quick-card:hover{border-color:#8fb3ff;transform:translateY(-1px);box-shadow:0 10px 22px #2155b421}.home-quick-card strong{font-size:.95rem;color:#123867}.home-quick-card p{margin:0;font-size:.8rem;color:#607799}.home-kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.home-kpi-card{border:1px solid #d2def2;border-radius:12px;background:linear-gradient(170deg,#f7fbff,#fff 55%);padding:12px;display:grid;gap:6px}.home-kpi-card span{font-size:.76rem;color:#5f7597;font-weight:700}.home-kpi-card strong{font-size:1.2rem;color:#10284d}.home-kpi-meta{margin:10px 0 0;font-size:.79rem;color:var(--muted)}.home-intel-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);gap:16px;margin-top:16px}.home-rank-panel--full{grid-column:1 / -1}.home-section-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:10px}.home-section-actions{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.home-rank-list,.home-recent-list{display:grid;gap:8px}.home-rank-item{border:1px solid #d8e2f3;border-radius:12px;background:#f8fbff;padding:9px;display:grid;grid-template-columns:28px 44px minmax(0,1fr) auto;gap:9px;align-items:center;transition:border-color .16s ease,transform .16s ease,box-shadow .16s ease}.home-rank-item:hover{border-color:#9dbcff;transform:translateY(-1px);box-shadow:0 8px 18px #2155b41f}.home-rank-no{min-width:28px;height:28px;padding:0 8px;border-radius:8px;background:#2f7bff;color:#fff;font-size:.85rem;font-weight:800;display:inline-flex;align-items:center;justify-content:center}.home-rank-item img{width:44px;height:44px;border-radius:10px;border:1px solid #d0dcf4;background:#fff}.home-rank-main strong{display:block;font-size:.95rem}.home-rank-main p{margin:2px 0 0;font-size:.79rem;color:#5f7597}.home-rank-score{text-align:right}.home-rank-score span{display:block;font-size:.7rem;color:#647b9f}.home-rank-score strong{font-size:.95rem;color:#153a76}.ranking-item-cell{display:flex;align-items:center;gap:8px;min-width:0}.ranking-item-icon{width:28px;height:28px;border-radius:6px;border:1px solid var(--line);background:var(--surface-muted);object-fit:cover;flex-shrink:0}.ranking-item-icon--empty{display:inline-block}.home-recent-item{border:1px solid #d8e2f4;border-radius:11px;background:#fbfdff;padding:9px 10px;display:flex;align-items:center;justify-content:space-between;gap:10px}.home-recent-item strong{display:block;font-size:.9rem}.home-recent-item p{margin:2px 0 0;font-size:.78rem;color:#60789d}.home-recent-item span{font-size:.74rem;color:#6c82a2;white-space:nowrap}.home-subtitle{margin:12px 0 8px;font-size:.92rem}.home-server-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.home-server-card{border:1px solid #d8e2f5;border-radius:10px;background:#f8fbff;padding:9px 10px}.home-server-card strong{display:block;font-size:.86rem}.home-server-card p{margin:3px 0 0;font-size:.76rem;color:#60789d}.stats-inline-form{max-width:360px;grid-template-columns:minmax(0,1fr) auto}.stats-chart-grid{margin-top:12px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.stats-chart-panel{border:1px solid #d8e2f5;border-radius:12px;background:#f8fbff;padding:10px}.stats-chart-panel h3{margin:0 0 8px;font-size:.9rem}.stats-section-panel{margin-top:12px}.stats-donut-grid{margin-top:12px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.stats-donut-card{border:1px solid #d8e2f5;border-radius:12px;background:#f8fbff;padding:10px}.stats-donut-card h3{margin:0 0 8px;font-size:.86rem}.stats-donut-content{display:grid;grid-template-columns:120px minmax(0,1fr);gap:10px;align-items:center}.stats-donut-svg{width:120px;height:120px}.stats-donut-track{fill:#e8f0ff}.stats-donut-hole{fill:#f8fbff}.stats-donut-total-label{fill:#6a81a6;font-size:10px;font-weight:700}.stats-donut-total-value{fill:#13356a;font-size:10px;font-weight:800}.stats-donut-legend{margin:0;padding:0;list-style:none;display:grid;gap:4px}.stats-donut-legend li{display:grid;grid-template-columns:10px minmax(0,1fr) auto;gap:6px;align-items:center}.stats-donut-legend-dot{width:10px;height:10px;border-radius:999px}.stats-donut-legend-label{font-size:.76rem;color:#5b7398}.stats-donut-legend-value{font-size:.76rem;color:#153a76}.stats-bin-list{margin:0;padding:0;list-style:none;display:grid;gap:6px}.stats-bin-list li{display:grid;grid-template-columns:200px minmax(0,1fr) 180px;gap:8px;align-items:center}.stats-bin-list--job li{grid-template-columns:minmax(280px,1.6fr) minmax(0,1fr) 190px}.stats-bin-list--job .stats-bin-label{line-height:1.25;word-break:keep-all}.stats-bin-label{font-size:.77rem;color:#5b7398;font-variant-numeric:tabular-nums}.stats-bin-bar-wrap{height:8px;border-radius:999px;background:#dce7fb;overflow:hidden}.stats-bin-bar{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#2f7bff,#5f99ff)}.stats-bin-count{font-size:.8rem;color:#153a76;text-align:right;white-space:nowrap;font-variant-numeric:tabular-nums}.stats-set-combo-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:12px}.stats-set-combo-summary__card{border:1px solid #d7e3f8;border-radius:14px;background:linear-gradient(180deg,#fffffffa,#f0f6fff5);padding:14px 16px}.stats-set-combo-summary__label{display:block;margin-bottom:5px;font-size:.74rem;color:#6d82a6;font-weight:700}.stats-set-combo-summary__value{font-size:1rem;color:#163a73;font-weight:800}.stats-set-combo-coverage{margin-bottom:14px;font-size:.78rem;color:#7084a7}.set-combo-picker-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:14px}.set-combo-picker-card{border:1px solid #d7e3f8;border-radius:14px;background:linear-gradient(180deg,#fafcfffa,#f1f7fff5);padding:14px 16px}.set-combo-picker-card__label{display:block;margin-bottom:8px;font-size:.74rem;color:#6d82a6;font-weight:700}.set-combo-picker-card__select{width:100%;border:1px solid #c7d9f7;border-radius:10px;background:#fff;color:#163a73;padding:10px 12px;font-size:.9rem;font-weight:700}.set-combo-highlight-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:10px;margin-bottom:14px}.set-combo-highlight-grid--secondary{margin-top:-2px}.set-combo-highlight-card{border:1px solid rgba(38,123,255,.16);border-radius:16px;background:radial-gradient(circle at top,#dfecffe6,#f5f9fffa);padding:15px 16px;box-shadow:0 10px 24px #1c53ad14}.set-combo-highlight-card--secondary{border-color:#7893c02e;background:linear-gradient(180deg,#f9fbfffa,#f3f7fff5);box-shadow:none}.set-combo-highlight-card__label{display:block;margin-bottom:6px;font-size:.75rem;color:#6d82a6;font-weight:700}.set-combo-highlight-card__value{font-size:1.06rem;color:#163a73;font-weight:800;font-variant-numeric:tabular-nums}.set-combo-highlight-card__sources{margin-top:10px;display:grid;gap:4px}.set-combo-highlight-card__sources span{color:#5b7397;font-size:.74rem;font-weight:700}.set-combo-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:14px}.set-combo-detail-grid--stack{grid-template-columns:1.4fr .8fr}.set-combo-detail-card{border:1px solid #d7e3f8;border-radius:16px;background:linear-gradient(180deg,#fffffffa,#f4f8fff5);padding:16px}.set-combo-detail-card__head{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;margin-bottom:10px}.set-combo-detail-card__head h3{margin:0;font-size:.92rem;color:#163a73;font-weight:800}.set-combo-detail-card__head span{font-size:.73rem;color:#6d82a6;font-weight:700;text-align:right}.set-combo-breakdown-table-wrap{overflow-x:auto}.set-combo-breakdown-table{width:100%;min-width:620px;border-collapse:separate;border-spacing:0}.set-combo-breakdown-table th,.set-combo-breakdown-table td{padding:10px 12px;border-bottom:1px solid rgba(210,224,248,.9);font-size:.78rem}.set-combo-breakdown-table thead th{background:#f0f6fff5;color:#4a668b;font-weight:800;text-align:center}.set-combo-breakdown-table tbody th{color:#284a7a;font-weight:700;text-align:left;background:#f7faffeb}.set-combo-breakdown-table tbody td{color:#163a73;text-align:right;font-weight:700;font-variant-numeric:tabular-nums}.set-combo-unique-list{margin:0;padding-left:18px;display:grid;gap:7px;color:#35527f;font-size:.82rem;line-height:1.5}.set-combo-status-list{display:grid;gap:8px}.set-combo-status-row{display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid rgba(210,224,248,.95);border-radius:12px;background:#f7faffeb;padding:9px 12px;font-size:.8rem}.set-combo-status-row span{color:#466388}.set-combo-status-row strong{color:#153a76;font-weight:800;font-variant-numeric:tabular-nums;text-align:right}.set-combo-note-list{display:grid;gap:8px}.set-combo-note-list p{margin:0;color:#45617f;font-size:.82rem;line-height:1.5}.set-combo-empty{margin:0;color:#7a8eaf;font-size:.82rem}.set-combo-top-list{border:1px solid #d7e3f8;border-radius:16px;background:linear-gradient(180deg,#fafcfffa,#f3f7fff5);padding:16px}.set-combo-top-list__items{display:flex;flex-wrap:wrap;gap:8px}.set-combo-top-chip{display:inline-flex;align-items:center;gap:8px;border:1px solid #d0ddf7;border-radius:999px;background:#fff;color:#35527f;padding:8px 12px;font-size:.78rem;cursor:pointer}.set-combo-top-chip strong{font-weight:800}.set-combo-top-chip.is-active{border-color:#2d71f4;background:#2d71f41a;color:#13408a}.stats-set-combo-ranking{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:16px}.stats-set-combo-card{border:1px solid #d7e3f8;border-radius:16px;background:linear-gradient(180deg,#f8fbfffa,#ecf4fff0);padding:14px 16px;box-shadow:0 8px 20px #2759a814}.stats-set-combo-card__head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.stats-set-combo-card__rank{display:inline-flex;align-items:center;justify-content:center;min-width:46px;height:28px;padding:0 10px;border-radius:999px;background:#dcebff;color:#1f5cc8;font-size:.76rem;font-weight:800}.stats-set-combo-card__metric{font-size:1rem;color:#163a73;font-weight:800}.stats-set-combo-card__sets{display:flex;align-items:center;gap:8px;margin-bottom:8px;font-size:.9rem;color:#163a73;font-weight:700;line-height:1.35}.stats-set-combo-card__sets em{color:#6e85ab;font-style:normal;font-weight:700}.stats-set-combo-card__meta{display:flex;gap:10px;flex-wrap:wrap;font-size:.76rem;color:#62789e}.stats-set-combo-card__sample{margin:10px 0 0;font-size:.75rem;color:#5f7397;line-height:1.45}.stats-set-combo-matrix-wrap{overflow-x:auto;border:1px solid #d7e3f8;border-radius:16px;background:#f7fafff2}.stats-set-combo-matrix{width:100%;min-width:920px;border-collapse:separate;border-spacing:0}.stats-set-combo-matrix th,.stats-set-combo-matrix td{padding:10px;border-bottom:1px solid rgba(174,196,232,.7);border-right:1px solid rgba(174,196,232,.55);vertical-align:middle}.stats-set-combo-matrix thead th{position:sticky;top:0;background:#eef5ff;color:#375886;font-size:.73rem;font-weight:800;z-index:1;text-align:center}.stats-set-combo-matrix tbody th{min-width:160px;background:#f3f8fff5;color:#24497d;font-size:.76rem;font-weight:700;line-height:1.3;text-align:left}.stats-set-combo-matrix__cell{min-height:56px;border-radius:12px;padding:8px 10px;display:flex;flex-direction:column;justify-content:center;gap:4px;color:#fff;text-align:center}.stats-set-combo-matrix__cell strong{font-size:.84rem;font-weight:800;font-variant-numeric:tabular-nums}.stats-set-combo-matrix__cell span{font-size:.68rem;font-weight:700;opacity:.95}.stats-set-combo-matrix__cell--empty{background:#f1f5fb;color:#93a5c3}.home-search-grid{margin-top:12px}.home-search-panel{margin-top:0}.home-search-inner{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:24px;align-items:start}.home-search-form-area .search-form,.home-search-form-area .server-picker{max-width:480px}.home-search-favorites{border-left:1px solid var(--line);padding-left:24px}.home-search-favorites h2{margin-bottom:10px}.home-personal-list--row{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:8px}.home-personal-panel{margin-top:12px}.home-personal-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.home-personal-card{border:1px solid #d7e2f5;border-radius:12px;background:#f9fcff;padding:12px}.home-personal-card h3{margin:0 0 10px;font-size:.92rem}.home-personal-card p{margin:4px 0;font-size:.81rem;color:#60789d}.home-personal-list{display:grid;gap:6px}.home-personal-item{border:1px solid #d6e1f3;border-radius:10px;background:#fff;padding:8px 9px;display:grid;gap:2px}.home-personal-item strong{font-size:.84rem}.home-personal-item span{font-size:.74rem;color:#6880a3}.panel{margin-top:16px;border:1px solid var(--line);border-radius:16px;background:var(--surface);box-shadow:var(--shadow);padding:16px}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:16px}.search-home-bottom-grid{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:20px;align-items:start}.search-home-bottom-grid>.panel{margin-top:0}.search-page{display:grid;gap:18px}.search-page__header{margin-bottom:0!important}.search-page__panel,.search-page__preview-panel,.search-page__side-panel{overflow:hidden}.search-page__results{margin-top:16px!important}.channel-rank-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.search-page__channel-filters{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.search-page__channel-filter-group{display:flex;flex-wrap:wrap;gap:6px}.channel-rank-item{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:9px 10px;border:1px solid var(--line);border-radius:12px;background:linear-gradient(135deg,color-mix(in srgb,var(--surface-muted) 82%,white 18%),var(--surface))}.channel-rank-item__identity{display:flex;align-items:center;gap:10px;min-width:0;flex:1}.channel-rank-item__no{width:28px;height:28px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:color-mix(in srgb,var(--primary) 16%,white 84%);color:var(--primary);font-weight:800;font-size:.82rem;flex-shrink:0}.channel-rank-item__main{min-width:0}.channel-rank-item__main strong{display:block;color:var(--text);font-size:.84rem}.channel-rank-item__main p{margin:3px 0 0;color:var(--muted);font-size:.72rem;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.channel-rank-item__stats{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:5px;flex:0 0 auto}.channel-rank-item__stat{display:inline-flex;align-items:center;justify-content:center;min-height:24px;padding:2px 8px;border-radius:999px;border:1px solid var(--line);background:color-mix(in srgb,var(--surface) 85%,white 15%);color:var(--muted);font-size:.72rem;font-weight:700;white-space:nowrap}.channel-rank-item__stat--total{background:color-mix(in srgb,var(--primary) 12%,white 88%);border-color:color-mix(in srgb,var(--primary) 30%,var(--line) 70%);color:var(--primary)}.primordial-distribution-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.primordial-distribution-card{display:grid;gap:8px;padding:10px 12px;border:1px solid var(--line);border-radius:12px;background:linear-gradient(180deg,color-mix(in srgb,var(--surface-muted) 82%,white 18%),var(--surface))}.primordial-distribution-card__head{display:flex;align-items:center;justify-content:space-between;gap:8px}.primordial-distribution-card__head strong{font-size:.84rem;color:var(--text)}.primordial-distribution-card__head span{font-size:.74rem;color:var(--muted);font-weight:700}.primordial-distribution-card__bar{height:8px;border-radius:999px;background:color-mix(in srgb,var(--line) 75%,white 25%);overflow:hidden}.primordial-distribution-card__bar span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,color-mix(in srgb,var(--primary) 78%,white 22%),color-mix(in srgb,#f3c74d 70%,white 30%))}.ranking-mobile-list{display:grid;gap:10px}.ranking-mobile-card{display:grid;gap:10px;border:1px solid var(--line);border-radius:14px;background:var(--surface);color:inherit;text-decoration:none;padding:12px}.ranking-mobile-card:hover{border-color:#94b5ff;box-shadow:0 10px 20px #102e601a}.ranking-mobile-card__head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.ranking-mobile-card__identity{display:flex;align-items:center;gap:10px;min-width:0;flex:1 1 auto}.ranking-mobile-card__rank{width:28px;height:28px;border-radius:9px;background:var(--primary-soft);color:var(--primary);font-size:.82rem;font-weight:800;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.ranking-mobile-card__thumb{width:52px;height:52px;border-radius:12px;border:1px solid var(--line);background:var(--surface-muted);object-fit:contain;object-position:bottom;flex-shrink:0}.ranking-mobile-card__copy{min-width:0}.ranking-mobile-card__copy strong{display:block;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ranking-mobile-card__copy p{margin:2px 0 0;font-size:.78rem;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ranking-mobile-card__score{display:grid;gap:2px;text-align:right;flex-shrink:0}.ranking-mobile-card__score span{font-size:.72rem;color:var(--muted)}.ranking-mobile-card__score strong{font-size:.95rem;color:var(--primary)}.ranking-mobile-card__metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.ranking-mobile-card__metrics--triple{grid-template-columns:repeat(3,minmax(0,1fr))}.ranking-mobile-card__metric{border:1px solid var(--line);border-radius:10px;background:var(--surface-muted);padding:8px;display:grid;gap:2px}.ranking-mobile-card__metric span,.ranking-mobile-card__metric small{font-size:.72rem;color:var(--muted)}.ranking-mobile-card__metric strong{font-size:.92rem;color:var(--text)}.creator-contact-grid{display:grid;grid-template-columns:minmax(0,860px);gap:16px;align-items:stretch;justify-content:center}.creator-contact-grid>.panel{margin-top:0}.creator-contact-panel{display:grid;gap:16px}.creator-contact-panel--stack{padding:22px;background:radial-gradient(circle at top right,rgba(40,120,255,.12),transparent 34%),linear-gradient(180deg,#fffffffa,#f6fafff5)}.creator-contact-label{margin:0 0 6px;font-size:.8rem;font-weight:700;color:var(--primary)}.creator-contact-copy,.creator-contact-sub{margin:0;color:var(--muted)}.creator-adventure-card{display:block;border:1px solid var(--line);border-radius:16px;background:var(--surface);color:inherit;text-decoration:none;overflow:hidden;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.creator-adventure-card:hover{transform:translateY(-2px);border-color:#7ca9ff;box-shadow:0 10px 20px #102e601f}.creator-adventure-card__head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px 8px}.creator-adventure-card__head strong{min-width:0;color:var(--primary);font-size:1rem;font-weight:800;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.creator-adventure-card__head span{flex-shrink:0;color:var(--muted);font-size:.8rem;font-weight:700}.creator-adventure-card__meta{display:flex;flex-wrap:wrap;gap:12px;padding:0 16px 12px;color:var(--muted);font-size:.82rem;border-bottom:1px solid var(--line)}.creator-adventure-card__members{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;padding:12px;background:linear-gradient(180deg,#2878ff0a,#2878ff00)}.creator-adventure-card__member{display:grid;justify-items:center;gap:6px;min-width:0}.creator-adventure-card__member-thumb{width:100%;height:110px;border-radius:12px;border:1px solid var(--line);background:var(--surface-muted);overflow:hidden;display:flex;align-items:flex-end;justify-content:center}.creator-adventure-card__member-thumb img{width:100%;height:100%;object-fit:contain;object-position:center bottom}.creator-adventure-card__member span{width:100%;text-align:center;font-size:.78rem;font-weight:700;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.creator-adventure-card__member--empty span{color:var(--muted)}.creator-contact-cta{display:flex;align-items:center;justify-content:space-between;gap:18px;border:1px solid rgba(40,120,255,.18);border-radius:18px;padding:18px 20px;background:linear-gradient(135deg,#2878ff1f,#5eadff0f),var(--surface)}.creator-contact-cta__content{display:grid;gap:6px}.creator-contact-cta__title{margin:0;font-size:1.1rem;font-family:Do Hyeon,sans-serif;color:var(--text)}.creator-contact-button{min-height:44px;min-width:136px;white-space:nowrap;box-shadow:0 10px 20px #2878ff33}h2{margin:0 0 12px;font-size:1.1rem}.server-picker{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.search-mode-picker{margin-bottom:8px}.search-mode-hint{margin:0 0 10px;font-size:.82rem;color:var(--muted)}.chip{border:1px solid #ced9ef;border-radius:999px;background:#f7fbff;color:#3f4f6a;padding:7px 12px;font-size:.84rem;cursor:pointer}.chip.active{border-color:#6f9dff;color:#14418d;background:#deebff}.mode-switch{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.search-form{display:grid;grid-template-columns:1fr auto;gap:8px}.search-form--triple{grid-template-columns:1fr auto auto}.timeline-filter-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:8px;margin-bottom:6px}.search-autocomplete{position:relative}.search-autocomplete input{width:100%;box-sizing:border-box}.search-suggest-box{position:absolute;z-index:16;top:calc(100% + 6px);left:0;right:0;border:1px solid #cfdcf2;border-radius:11px;background:#fff;box-shadow:0 10px 24px #0f2d6129;max-height:320px;overflow-y:auto}.search-suggest-empty{margin:0;padding:10px 12px;font-size:.82rem;color:#61799f}.search-suggest-item{width:100%;border:0;border-bottom:1px solid #e2e9f7;border-radius:0;background:#fff;color:var(--text);padding:9px 12px;cursor:pointer;text-align:left;display:grid;gap:2px}.search-suggest-item:last-child{border-bottom:0}.search-suggest-item strong{font-size:.86rem}.search-suggest-item span{font-size:.75rem;color:#60789e}.home-fame-search{margin-top:12px;border:1px dashed #cddaf2;border-radius:12px;padding:10px;background:#f9fcff}.home-fame-search h3{margin:0 0 8px;font-size:.9rem}.fame-search-form{display:grid;grid-template-columns:1fr auto;gap:8px}.home-fame-result-grid{margin-top:8px;display:grid;gap:6px}.home-fame-result-item{border:1px solid #d7e2f5;border-radius:10px;background:#fff;padding:8px 9px;display:grid;gap:2px}.home-fame-result-item strong{font-size:.84rem}.home-fame-result-item span{font-size:.75rem;color:#60789d}.lockbox-form{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px;align-items:end}.lockbox-form label{display:grid;gap:6px;color:var(--muted);font-size:.84rem;font-weight:700}.lockbox-form select{border:1px solid #cdd9ee;border-radius:10px;padding:10px 12px;background:#fff;color:var(--text)}.lockbox-form select:focus{outline:2px solid rgba(40,120,255,.25);border-color:#77a2f8}.lockbox-form .lockbox-check{display:inline-flex;align-items:center;gap:8px;font-size:.82rem;color:var(--muted);font-weight:700;min-height:40px}.lockbox-actions{display:flex;flex-wrap:wrap;gap:8px}.lockbox-meta{margin:10px 0 0;font-size:.83rem;color:var(--muted)}.lockbox-meta a{color:var(--primary);text-decoration:underline;text-underline-offset:2px}.lockbox-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.lockbox-summary-card{border:1px solid var(--line);border-radius:12px;background:var(--surface-muted);padding:10px;display:grid;gap:4px;box-shadow:inset 0 1px #ffffff8c}.lockbox-summary-card span{font-size:.74rem;color:var(--muted);font-weight:700;letter-spacing:.01em}.lockbox-summary-card strong{font-size:1.08rem;color:#133c86;line-height:1.15;font-weight:900;letter-spacing:-.03em;font-variant-numeric:tabular-nums}.lockbox-page__header{display:grid;gap:4px}.lockbox-panel{display:grid;gap:12px}.lockbox-field-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.lockbox-toggle-row{display:flex;flex-wrap:wrap;gap:16px}.lockbox-result-tools{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.lockbox-mobile-list{display:grid;gap:8px}.lockbox-mobile-card{border:1px solid var(--line);border-radius:14px;background:var(--surface);padding:10px;display:grid;gap:8px}.lockbox-mobile-card__head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.lockbox-item-label{display:inline-flex;align-items:center;gap:8px;min-width:0}.lockbox-item-label--compact{gap:7px;flex:1;min-width:0}.lockbox-item-label__icon{width:32px;height:32px;flex-shrink:0;border-radius:7px;border:1px solid rgba(115,143,197,.2);background:#f4f8ff;object-fit:contain}.lockbox-item-label__icon--empty{display:inline-block;background:linear-gradient(135deg,#bbccec47,#e3ebfa99)}.lockbox-item-label__text{min-width:0;color:var(--text);font-weight:700;line-height:1.35;word-break:keep-all}.lockbox-mobile-card__head strong{color:var(--text);font-size:.84rem;line-height:1.35}.lockbox-mobile-card__head span,.lockbox-mobile-card__meta{font-size:.71rem;color:var(--muted)}.lockbox-mobile-card__metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.lockbox-mobile-card__metric{border:1px solid var(--line);border-radius:10px;background:var(--surface-muted);padding:7px 8px;display:grid;gap:2px}.lockbox-mobile-card__metric span{font-size:.69rem;color:var(--muted)}.lockbox-mobile-card__metric strong{color:#143f8f;font-size:.84rem;font-weight:900;line-height:1.15;letter-spacing:-.02em;font-variant-numeric:tabular-nums}.lockbox-mobile-card__meta{margin:0;line-height:1.45}.update-status-page__header{display:grid;gap:4px}.update-status-panel{border-radius:16px}.update-status-section-header{display:flex;align-items:center;gap:8px;margin:24px 0 12px}.update-status-section-header__bar{width:3px;height:18px;border-radius:2px;background:var(--primary);flex-shrink:0}.update-status-section-header h3{margin:0;font-size:.95rem;font-weight:800}.update-status-mobile-list{display:grid;gap:8px;padding:8px}.update-status-mobile-card{border:1px solid var(--line);border-radius:14px;background:var(--surface);padding:10px;display:grid;gap:8px}.update-status-mobile-card__head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.update-status-mobile-card__copy{min-width:0;display:grid;gap:3px}.update-status-mobile-card__copy strong{color:var(--text);font-size:.88rem;line-height:1.32}.update-status-mobile-card__copy span,.update-status-mobile-card__date{font-size:.71rem;color:var(--muted)}.update-status-mobile-card__metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.update-status-mobile-card__metric{border:1px solid var(--line);border-radius:10px;background:var(--surface-muted);padding:7px 8px;display:grid;gap:2px}.update-status-mobile-card__metric span,.update-status-mobile-card__group>span{font-size:.72rem;color:var(--muted);font-weight:700}.update-status-mobile-card__metric strong{color:var(--text);font-size:.84rem;line-height:1.15;font-variant-numeric:tabular-nums}.update-status-mobile-card__body{display:grid;gap:6px}.update-status-mobile-card__body--dual{grid-template-columns:repeat(2,minmax(0,1fr))}.update-status-mobile-card__group{display:grid;gap:5px}.update-status-mobile-card__group--panel{border:1px solid var(--line);border-radius:10px;background:var(--surface-muted);padding:8px}.update-status-mobile-card__group--panel .enchant-card-list{gap:4px}.update-status-mobile-card__group--panel .enchant-card-pill{min-height:24px;padding:3px 8px;font-size:.75rem;white-space:normal;overflow-wrap:anywhere}input,textarea{border:1px solid #cdd9ee;border-radius:10px;padding:10px 12px;background:#fff;color:var(--text)}input:focus,textarea:focus{outline:2px solid rgba(40,120,255,.25);border-color:#77a2f8}button,.link-btn{border:none;border-radius:10px;background:linear-gradient(130deg,#2878ff,#4c90ff);color:#fff;font-weight:700;padding:10px 12px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.link-btn.full{width:100%}button:disabled{opacity:.5;cursor:not-allowed}.ghost-btn{border:1px solid #ccd9ef;border-radius:10px;background:#f6faff;color:#35507f;font-weight:700;padding:9px 12px}.theme-toggle{width:100%}.mobile-topbar__icon-btn{border:1px solid var(--line);border-radius:12px;background:var(--surface);color:var(--text);width:40px;height:40px;padding:0;font-weight:800;box-shadow:0 8px 18px #0f2d6114}.stack-form{display:grid;gap:8px}button.danger,.mini-danger{border:none;border-radius:8px;background:#ffe9ec;color:#b42335;font-weight:700}.message{margin:10px 0 0;font-size:.9rem}.message.notice{color:#1f7a45}.message.warn{color:#9a5a00}.message.error{color:#c6283f}.floating-runtime-toast{position:fixed;right:18px;bottom:18px;z-index:90;max-width:min(420px,calc(100vw - 32px));border-radius:16px;border:1px solid var(--line);background:var(--surface);box-shadow:0 18px 34px #09162d33;padding:14px 16px;font-size:.88rem;font-weight:700;color:var(--text)}.floating-runtime-toast--warn{border-color:#d9770640;background:#fff8eb;color:#8f5300}.floating-runtime-toast--danger{border-color:#e84f5f3d;background:#fff1f3;color:#b42333}.empty{margin:4px 0;color:#697b95}.history-wrap{margin-top:12px}.history-title{margin:0 0 8px;font-size:.85rem;color:var(--muted)}.history-list{display:flex;flex-wrap:wrap;gap:6px}.history-chip{border:1px solid #d3def2;background:#f7fbff;color:#2d466e;border-radius:999px;padding:6px 10px;font-size:.78rem}.history-chip small{color:#617da8}.history-chip-btn{cursor:pointer}.history-chip-btn:hover{border-color:#7ea2e6}.history-chip-btn.active{border-color:#6f9dff;background:#deebff;color:#143f86}.item-timeline-chip-reset{border-radius:999px;padding:7px 12px;font-size:.78rem}.result-grid{margin-top:14px;display:grid;gap:8px;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.table-wrap{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.community-page{display:grid;gap:14px}.community-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap;padding:18px 22px;border:1px solid var(--line);border-radius:16px;background:linear-gradient(180deg,var(--surface) 0%,var(--surface-muted) 100%)}.community-header__main{flex:1 1 420px;min-width:0;display:grid;gap:12px}.community-header__title-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.community-header__title{margin:0;font-size:1.5rem;font-weight:800;color:var(--text)}.community-header__summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:8px}.community-header__metric{padding:10px 12px;border:1px solid var(--line);border-radius:12px;background:var(--surface);display:grid;gap:4px}.community-header__metric>div{font-size:.7rem;color:var(--muted)}.community-header__metric strong{font-size:.95rem;color:var(--text)}.community-header__actions{display:grid;gap:6px;justify-items:end}.community-header__actions p{margin:0;font-size:.72rem;color:var(--muted);opacity:.75;text-align:right}.community-header__link-btn{white-space:nowrap}.community-progress{margin-bottom:16px;display:grid;gap:6px}.community-progress__copy{margin:0;font-size:.8125rem;color:var(--muted)}.community-tab-strip{display:flex;gap:6px;margin-bottom:16px}.community-toolbar{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin-bottom:14px}.community-toolbar--split{justify-content:space-between}.community-toolbar__group{display:flex;gap:5px;align-items:center;flex-wrap:wrap}.community-toolbar__label{font-size:.8rem;color:var(--muted)}.community-display-mode-tabs{display:inline-grid;grid-template-columns:repeat(2,minmax(0,max-content));gap:6px;align-items:center;min-width:0}.community-display-mode-tab{min-width:0;padding:4px 12px;border-radius:20px;border:1px solid var(--line);background:transparent;color:var(--text);cursor:pointer;font-size:.8rem;font-weight:500;line-height:1.25;white-space:nowrap;transition:background-color .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease}.community-display-mode-tab.is-active{border-color:transparent;background:var(--primary);color:#fff;font-weight:700;box-shadow:0 10px 18px #2f62df33}.community-card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:10px}.community-card-grid--wide{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:12px}.community-character-card__top{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:6px;padding:8px 8px 0;min-height:64px}.community-character-card__job{display:inline-flex;align-items:center;width:fit-content;max-width:100%;min-width:0;font-size:.7rem;font-weight:700;color:var(--primary);background:var(--primary-soft);border-radius:6px;padding:2px 7px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.community-character-card__stats{display:grid;grid-auto-rows:minmax(0,1fr);justify-items:end;align-content:start;gap:1px;min-height:56px}.community-character-card__stat{display:block;max-width:108px;font-size:.68rem;line-height:1.15;font-weight:700;text-align:right;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.community-character-card__stat--taecho{color:#c07a00;font-weight:600}.community-character-card__stat--pledge{color:#2f855a}.community-character-card__stat--muted{color:var(--muted);font-size:.65rem;font-weight:500}.community-character-card__stat--empty{visibility:hidden}.community-character-card__image{height:136px;display:flex;justify-content:center;align-items:flex-end;background:var(--surface-muted);overflow:hidden}.community-character-card__image-img{height:122px;object-fit:contain;object-position:center bottom}.community-character-card__body{padding:8px 10px 10px;border-top:1px solid var(--line);background:var(--surface-muted)}.community-character-card__fame-row{display:flex;align-items:center;gap:5px;margin-bottom:3px}.community-character-card__fame-icon{font-size:.75rem;color:#c07a00;font-weight:700}.community-character-card__fame-value{font-size:.8rem;color:var(--primary);font-weight:700}.community-character-card__name{margin:0 0 1px;font-size:.9375rem;font-weight:800;color:var(--text);line-height:1.2}.community-character-card__server{margin:0;font-size:.72rem;color:var(--muted)}.community-character-card__score-box{margin-top:8px;padding:5px 8px;border-radius:6px;background:var(--surface);text-align:center;border:1px solid var(--line)}.community-character-card__score-label{margin:0;font-size:.68rem;color:var(--muted);display:flex;align-items:center;justify-content:center;gap:4px}.community-character-card__score-beta{font-size:.6rem;font-weight:700;background:#e8f0ff;color:#3b6fd4;border-radius:4px;padding:1px 4px;line-height:1.4}.community-character-card__score-value{margin:0;font-size:.85rem;font-weight:700;color:var(--primary)}.community-adventure-card{border-radius:12px;overflow:hidden;background:var(--surface);border:1px solid var(--line);box-shadow:0 2px 8px var(--shadow)}.community-adventure-card__head{padding:10px 12px;border-bottom:1px solid var(--line);display:grid;gap:8px}.community-adventure-card__title-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.community-adventure-card__name{min-width:0;font-weight:700;font-size:.92rem;color:var(--primary);text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.community-adventure-card__name--muted{color:var(--text)}.community-adventure-card__count{flex-shrink:0;font-size:.75rem;color:var(--muted)}.community-adventure-card__metrics{display:grid;gap:4px}.community-adventure-card__metric-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.community-adventure-card__metric-inline{min-width:0;display:flex;align-items:baseline;gap:4px;font-size:.76rem;line-height:1.2}.community-adventure-card__metric-inline span{flex-shrink:0;font-size:.7rem;font-weight:700;color:var(--muted)}.community-adventure-card__metric-inline strong{min-width:0;font-size:.8rem;line-height:1.15;font-weight:800;color:var(--text);font-variant-numeric:tabular-nums;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.community-adventure-card__metric-inline--top4 strong{color:var(--primary)}.community-adventure-card__metric-inline--taecho strong{color:#c07a00}.community-adventure-card__metric-inline--pledge strong{color:#2f855a}.community-adventure-card__members{display:grid;height:140px;background:var(--surface-muted)}.community-adventure-card__member{min-width:0;height:100%;position:relative;overflow:hidden;text-decoration:none;display:block;border-left:1px solid var(--line)}.community-adventure-card__member:first-child{border-left:none}.community-adventure-card__member--empty{background:var(--surface-muted)}.community-recent-panel{display:grid;gap:10px}.community-filter-grid{margin-top:8px}.community-recent-list{display:grid;gap:10px}.community-recent-card{gap:10px}.community-recent-card__content{display:grid;grid-template-columns:40px minmax(0,1fr);gap:10px;align-items:start}.community-recent-card__item-thumb{width:40px;height:40px;border-radius:10px;border:1px solid #d6e2f6;background:#fff;object-fit:cover}.community-recent-card__item-thumb-empty{display:inline-block}.community-recent-card__copy{min-width:0;display:grid;gap:6px}.community-recent-card__item-name{display:block;color:var(--text);font-size:.92rem;line-height:1.4;overflow-wrap:anywhere}.community-recent-card__meta-line{display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:wrap}.community-recent-card__character{display:inline-flex;align-items:center;gap:8px;flex:1 1 auto;min-width:0;color:inherit;text-decoration:none}.community-recent-card__character strong{color:var(--text);display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.community-recent-card__tag{display:inline-flex;align-items:center;min-height:24px;padding:0 8px;border-radius:999px;border:1px solid var(--line);background:var(--surface-muted);color:var(--muted);font-size:.7rem;font-weight:700;white-space:nowrap}.community-recent-card__source{margin:0;font-size:.76rem;color:var(--muted);line-height:1.4}.result-card{border:1px solid #d7e1f3;border-radius:16px;background:linear-gradient(180deg,#fffffffa,#f7fbfffa);box-shadow:0 10px 22px #132f5c0f;padding:12px;display:grid;grid-template-columns:56px minmax(0,1fr);gap:10px;align-items:start}.result-card--link{color:inherit;text-decoration:none;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.result-card--link:hover{border-color:#9cbcff;box-shadow:0 14px 28px #132f5c1a;transform:translateY(-1px)}.result-card__media{width:56px;height:56px;border-radius:14px;background:linear-gradient(180deg,#eef5ff,#f8fbff);border:1px solid #d7e5fb;display:grid;place-items:center}.result-card img{width:46px;height:46px;border-radius:10px;border:1px solid #d3def2;background:#fff;object-fit:contain;object-position:center bottom}.result-card__body{min-width:0}.result-card__title-row{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.result-card__title-wrap{min-width:0;display:flex;align-items:baseline;gap:6px;flex-wrap:wrap}.result-card h3{margin:0;font-size:.96rem;line-height:1.1}.result-card__server{display:inline-flex;align-items:center;padding:2px 7px;border-radius:999px;background:#edf4ff;border:1px solid #d7e4fb;color:#2458b2;font-size:.68rem;font-weight:700}.result-card__fame-value{flex-shrink:0;font-size:.96rem;color:#1851a4;font-family:Barlow,Pretendard Variable,Pretendard,Noto Sans KR,sans-serif;line-height:1}.result-card__meta-line{display:flex;align-items:center;flex-wrap:wrap;gap:6px;margin-top:6px;font-size:.76rem;color:#5f7597}.result-card__meta-line span:not(:last-child):after{content:"·";margin-left:6px;color:#9bb0cf}.result-card__adventure{margin-top:4px;font-size:.74rem;color:#566d8f}.result-card p{margin:4px 0 0;font-size:.775rem;color:#4f617d}.result-card .search-match-line{color:#1e4f97;font-weight:700}.result-card .search-match-meta{color:var(--muted)}.result-card__match{margin-top:8px;line-height:1.35}.result-card__changed-at{margin-top:4px}.result-card .cmp-meta{grid-column:1 / -1}.card-actions{grid-column:1 / -1;display:flex;gap:8px;margin-top:8px}.side-panel .mini-list{display:grid;gap:8px;margin-bottom:14px}.mini-row{border:1px solid #d7e1f3;border-radius:11px;background:#f8fbff;padding:8px;display:grid;grid-template-columns:44px minmax(0,1fr) auto;gap:8px;align-items:center}.mini-row--link{display:grid;grid-template-columns:44px minmax(0,1fr);gap:8px;align-items:center;text-decoration:none;color:inherit}.mini-row>.mini-row--link{grid-column:1 / span 2}.mini-row img{width:44px;height:44px;border-radius:8px;border:1px solid #d3def2}.mini-row strong{display:block}.mini-row p{margin:2px 0 0;font-size:.78rem;color:#5d728f}.mini-actions{display:grid;gap:4px;justify-items:end}.mini-link{border:1px solid #c8d8f4;border-radius:8px;padding:4px 7px;font-size:.75rem;color:#2251a1;background:#e9f1ff}.mini-danger{width:24px;height:24px;line-height:1}.char-name-cell{display:flex;align-items:center;gap:6px}.char-thumb{width:28px;height:28px;border-radius:4px;object-fit:cover;flex-shrink:0}.num{text-align:right}.board-row{border:1px solid #d7e1f3;border-radius:10px;padding:9px 10px;background:#fbfdff}.board-row strong{display:block;font-size:.9rem}.board-row p{margin:3px 0 0;font-size:.78rem;color:#5f7392}.detail-grid,.detail-page-shell{display:grid;gap:14px}.detail-hero{display:grid;gap:10px;padding:14px 18px;border:1px solid rgba(191,210,235,.9);border-radius:16px;background:radial-gradient(circle at top right,rgba(59,130,246,.08),transparent 36%),linear-gradient(180deg,#fffffff5,#f8fbfff5);box-shadow:0 10px 24px #0c1c3a0d}.detail-hero__top{position:relative;display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.detail-hero__copy{min-width:0;display:grid;gap:4px;padding-right:56px}.detail-hero__back{display:inline-flex;align-items:center;width:fit-content;font-size:.76rem;font-weight:700;color:#5f76a3;text-decoration:none;line-height:1.2}.detail-hero__back:hover{color:var(--primary)}.detail-hero__title-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.detail-hero__title{margin:0;font-size:1.42rem;line-height:1.1;font-weight:800;letter-spacing:-.03em;color:var(--text)}.detail-hero__server{display:inline-flex;align-items:center;padding:4px 8px;border-radius:999px;border:1px solid rgba(59,130,246,.14);background:#3b82f614;font-size:.72rem;color:var(--primary);font-weight:700}.detail-hero__meta-pill{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:0 10px;border-radius:999px;border:1px solid rgba(191,210,235,.95);background:#ffffffe0;color:#35507f;font-size:.76rem;font-weight:700;text-decoration:none;white-space:nowrap}.detail-hero__refresh{position:absolute;top:0;right:0;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;gap:4px;min-height:24px;padding:0;border:0;border-radius:0;background:transparent;color:#5f76a3;font-size:.74rem;font-weight:700;box-shadow:none;transition:color .15s ease,opacity .15s ease}.detail-hero__refresh:before{content:"↻";font-size:.86em;line-height:1;opacity:.85}.detail-hero__refresh:hover:not(:disabled){color:var(--primary)}.detail-hero__refresh:disabled{opacity:.58;cursor:default}.detail-loading-card{position:relative;overflow:hidden;display:grid;gap:6px;padding:18px 20px;border:1px solid rgba(191,210,235,.88);border-radius:16px;background:radial-gradient(circle at top right,rgba(59,130,246,.08),transparent 34%),linear-gradient(180deg,#fffffffa,#f7fafffa);box-shadow:0 10px 24px #0c1c3a0a}.detail-loading-card__shine{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(100deg,transparent 18%,rgba(255,255,255,.46) 40%,transparent 62%);transform:translate(-120%);animation:detailLoadingShine 2.1s ease-in-out infinite;pointer-events:none}.detail-loading-card__title{position:relative;z-index:1;font-size:.95rem;color:var(--text);font-weight:800}.detail-loading-card__copy{position:relative;z-index:1;margin:0;font-size:.78rem;color:var(--muted)}.community-loading-card{margin-bottom:12px}@keyframes detailLoadingShine{to{transform:translate(120%)}}.char-overview-header{display:grid;grid-template-columns:minmax(0,1fr) clamp(240px,28vw,296px);gap:18px;align-items:start;margin-bottom:18px;width:100%}.char-overview-profile-card{display:grid;grid-template-columns:minmax(196px,236px) minmax(0,1fr);align-items:flex-start;gap:14px;min-width:0}.char-overview-visual-card{--overview-shell-top: #24333e;--overview-shell-mid: #1b2731;--overview-shell-bottom: #202631;--overview-accent-a: rgba(133, 239, 215, .22);--overview-accent-b: rgba(59, 130, 246, .12);--overview-accent-c: rgba(255, 255, 255, .08);position:relative;min-height:286px;padding:14px;border-radius:20px;overflow:hidden;background:radial-gradient(circle at 18% 12%,var(--overview-accent-a),transparent 34%),radial-gradient(circle at 78% 20%,var(--overview-accent-b),transparent 28%),radial-gradient(circle at 50% 100%,var(--overview-accent-c),transparent 38%),linear-gradient(180deg,var(--overview-shell-top) 0%,var(--overview-shell-mid) 48%,var(--overview-shell-bottom) 100%);box-shadow:inset 0 1px #ffffff0f,0 16px 30px #0c1c3a14}.char-overview-visual-card:before{content:"";position:absolute;inset:auto 0 0 0;height:42%;background:linear-gradient(180deg,#11182700,#11182738 38%,#11182770),radial-gradient(circle at 50% 120%,#ffffff29,#fff0 42%);pointer-events:none}.char-overview-visual-card--default{--overview-shell-top: #24333e;--overview-shell-mid: #1b2731;--overview-shell-bottom: #202631;--overview-accent-a: rgba(133, 239, 215, .22);--overview-accent-b: rgba(59, 130, 246, .12);--overview-accent-c: rgba(255, 255, 255, .08)}.char-overview-visual-card--slayer-male{--overview-shell-top: #24323e;--overview-shell-mid: #1d2732;--overview-shell-bottom: #181f29;--overview-accent-a: rgba(87, 224, 210, .28);--overview-accent-b: rgba(248, 113, 113, .18);--overview-accent-c: rgba(255, 255, 255, .08)}.char-overview-visual-card--slayer-female{--overview-shell-top: #2f2b40;--overview-shell-mid: #232537;--overview-shell-bottom: #1d2030;--overview-accent-a: rgba(251, 146, 200, .24);--overview-accent-b: rgba(167, 139, 250, .22);--overview-accent-c: rgba(255, 255, 255, .09)}.char-overview-visual-card--fighter-male{--overview-shell-top: #382b26;--overview-shell-mid: #2d2522;--overview-shell-bottom: #231d1c;--overview-accent-a: rgba(251, 146, 60, .28);--overview-accent-b: rgba(239, 68, 68, .22);--overview-accent-c: rgba(254, 240, 138, .1)}.char-overview-visual-card--fighter-female{--overview-shell-top: #2b3430;--overview-shell-mid: #232b27;--overview-shell-bottom: #1d2320;--overview-accent-a: rgba(74, 222, 128, .24);--overview-accent-b: rgba(251, 146, 60, .18);--overview-accent-c: rgba(255, 255, 255, .08)}.char-overview-visual-card--gunner-male{--overview-shell-top: #1f3141;--overview-shell-mid: #1a2635;--overview-shell-bottom: #141d29;--overview-accent-a: rgba(56, 189, 248, .28);--overview-accent-b: rgba(14, 165, 233, .18);--overview-accent-c: rgba(191, 219, 254, .1)}.char-overview-visual-card--gunner-female{--overview-shell-top: #243146;--overview-shell-mid: #1f2739;--overview-shell-bottom: #171f2c;--overview-accent-a: rgba(103, 232, 249, .24);--overview-accent-b: rgba(244, 114, 182, .18);--overview-accent-c: rgba(255, 255, 255, .08)}.char-overview-visual-card--mage-male{--overview-shell-top: #22383a;--overview-shell-mid: #1b2d30;--overview-shell-bottom: #152326;--overview-accent-a: rgba(45, 212, 191, .24);--overview-accent-b: rgba(34, 197, 94, .18);--overview-accent-c: rgba(255, 255, 255, .08)}.char-overview-visual-card--mage-female{--overview-shell-top: #2d2a44;--overview-shell-mid: #23243a;--overview-shell-bottom: #1a1d2f;--overview-accent-a: rgba(129, 140, 248, .26);--overview-accent-b: rgba(236, 72, 153, .18);--overview-accent-c: rgba(255, 255, 255, .09)}.char-overview-visual-card--priest-male{--overview-shell-top: #353426;--overview-shell-mid: #2b291f;--overview-shell-bottom: #211f19;--overview-accent-a: rgba(250, 204, 21, .24);--overview-accent-b: rgba(255, 251, 235, .18);--overview-accent-c: rgba(255, 255, 255, .1)}.char-overview-visual-card--priest-female{--overview-shell-top: #332d3b;--overview-shell-mid: #282331;--overview-shell-bottom: #211d28;--overview-accent-a: rgba(216, 180, 254, .24);--overview-accent-b: rgba(250, 204, 21, .16);--overview-accent-c: rgba(255, 255, 255, .08)}.char-overview-visual-card--thief{--overview-shell-top: #26283a;--overview-shell-mid: #1f2231;--overview-shell-bottom: #181a26;--overview-accent-a: rgba(167, 139, 250, .24);--overview-accent-b: rgba(59, 130, 246, .18);--overview-accent-c: rgba(255, 255, 255, .08)}.char-overview-visual-card--knight{--overview-shell-top: #3a2f33;--overview-shell-mid: #2d2528;--overview-shell-bottom: #231d20;--overview-accent-a: rgba(251, 191, 36, .24);--overview-accent-b: rgba(244, 114, 182, .18);--overview-accent-c: rgba(255, 255, 255, .08)}.char-overview-visual-card--lancer{--overview-shell-top: #2c2d41;--overview-shell-mid: #232536;--overview-shell-bottom: #1b1d2a;--overview-accent-a: rgba(96, 165, 250, .24);--overview-accent-b: rgba(248, 113, 113, .18);--overview-accent-c: rgba(255, 255, 255, .08)}.char-overview-visual-card--agent{--overview-shell-top: #2b3038;--overview-shell-mid: #22262e;--overview-shell-bottom: #1a1d24;--overview-accent-a: rgba(248, 113, 113, .18);--overview-accent-b: rgba(148, 163, 184, .18);--overview-accent-c: rgba(255, 255, 255, .08)}.char-overview-visual-card--archer{--overview-shell-top: #223635;--overview-shell-mid: #1c2c2a;--overview-shell-bottom: #15211f;--overview-accent-a: rgba(74, 222, 128, .24);--overview-accent-b: rgba(45, 212, 191, .18);--overview-accent-c: rgba(255, 255, 255, .08)}.char-overview-visual-card__top,.char-overview-visual-card__bottom{position:relative;z-index:2}.char-overview-visual-card__top{display:flex;align-items:center;justify-content:center}.char-overview-visual-card__job{display:inline-flex;align-items:center;justify-content:center;min-height:24px;padding:0 9px;border-radius:999px;background:#ffffff1a;border:1px solid rgba(255,255,255,.14);font-size:.74rem;color:#fffffff5;font-weight:800;letter-spacing:-.01em;text-shadow:0 2px 12px rgba(0,0,0,.34)}.char-overview-img-col{position:absolute;top:34px;right:0;bottom:66px;left:0;display:flex;align-items:flex-end;justify-content:center}.char-overview-avatar-shell{position:relative;width:168px;min-height:202px;display:flex;align-items:flex-end;justify-content:center;padding:0;border:0;background:none;overflow:hidden}.char-overview-avatar-shell:after{content:"";position:absolute;left:16px;right:16px;bottom:12px;height:22px;border-radius:999px;background:radial-gradient(circle,#ffffff4d,#3b82f60a 70%,#3b82f600);filter:blur(8px);pointer-events:none}.char-overview-img{position:relative;z-index:1;width:160px;height:196px;object-fit:contain;object-position:center bottom;filter:drop-shadow(0 10px 18px rgba(0,0,0,.3))}.char-overview-visual-card__bottom{position:absolute;left:14px;right:14px;bottom:14px;display:grid;gap:10px}.char-overview-visual-card__identity{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;text-align:center}.char-overview-name-stack{display:grid;justify-items:center;gap:3px}.char-overview-info-col{min-width:0;display:flex;flex-direction:column;gap:10px;padding-top:2px}.char-overview-summary-card{display:grid;gap:8px;padding:12px 14px;border:1px solid rgba(191,210,235,.92);border-radius:16px;background:radial-gradient(circle at top right,rgba(59,130,246,.06),transparent 34%),linear-gradient(180deg,#fffffff5,#f8fbfff5);box-shadow:0 10px 24px #0c1c3a0a}.char-overview-meta-card{display:grid;gap:8px;padding:10px 14px 12px;border:1px solid rgba(191,210,235,.85);border-radius:16px;background:#fffffff0}.char-overview-name-row{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin-bottom:0}.char-overview-name{font-size:1.48rem;font-weight:800;margin:0;color:#fff;line-height:1.2;text-align:center;text-shadow:0 3px 16px rgba(0,0,0,.46)}.char-overview-server{display:inline-block;padding:0;border:0;background:none;font-size:.78rem;color:#ffffffe6;font-weight:700;white-space:nowrap;text-shadow:0 2px 10px rgba(0,0,0,.34)}.char-overview-fame{font-size:1.66rem;font-weight:800;color:var(--text);margin:0;display:flex;align-items:center;gap:5px;letter-spacing:-.5px}.char-overview-fame-star{color:#f5a623;font-size:1.1rem;line-height:1}.char-overview-chips{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:2px}.char-overview-chip{display:inline-flex;align-items:center;min-height:30px;padding:0 10px;background:var(--surface-muted);border:1px solid var(--line);border-radius:20px;font-size:.75rem;color:var(--text);font-weight:700}.char-overview-meta-list{border-top:0}.char-overview-meta-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:8px 0;border-bottom:1px solid var(--line-soft, rgba(148, 163, 184, .16))}.char-overview-meta-label{font-size:.76rem;color:var(--muted);font-weight:700;line-height:1.4}.char-overview-meta-value{font-size:.82rem;color:var(--text);line-height:1.35;text-align:right;font-weight:700}.char-overview-history-box{margin-top:0;padding:10px 12px;border:1px solid var(--line);border-radius:14px;background:linear-gradient(180deg,#3b82f608,#3b82f603)}.char-overview-history-box--empty{background:#f8fbffb3}.char-overview-history-label{display:block;margin-bottom:6px;font-size:.74rem;color:var(--muted);font-weight:700}.char-overview-history-list{display:grid;gap:0}.char-overview-history-item{display:grid;gap:3px;padding:8px 0;border-top:1px dashed var(--line-soft, rgba(148, 163, 184, .16))}.char-overview-history-item:first-child{border-top:0;padding-top:0}.char-overview-history-date{font-size:.68rem;color:var(--muted)}.char-overview-history-value{font-size:.78rem;color:var(--text);line-height:1.35;text-align:left}.char-overview-history-arrow{margin:0 5px;color:var(--muted)}.char-overview-history-empty{font-size:.78rem;color:var(--muted);font-weight:700}.char-overview-footer{margin-top:2px;padding:10px 0 0;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:12px}.char-overview-footer-label{font-size:.74rem;color:var(--muted);font-weight:700}.char-overview-footer-value{font-size:.8rem;color:var(--text);font-weight:700;text-align:right}.char-overview-chart-col{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:0}.char-overview-chart-card{width:100%;min-width:0;padding:12px 12px 10px;border:1px solid rgba(191,210,235,.85);border-radius:16px;background:#fffffff0;box-shadow:0 10px 20px #0c1c3a0a;display:grid;gap:8px;overflow:visible}.char-overview-chart-card__head{display:grid;gap:2px}.char-overview-chart-card__head strong{font-size:.8rem;line-height:1.25;color:var(--text)}.char-overview-chart-card__head span{font-size:.68rem;color:var(--muted);line-height:1.35}.detail-chart-stack{display:flex;flex-direction:column;align-items:center;gap:10px;max-width:100%;min-width:0;overflow:visible;padding:2px}@media (max-width: 820px){.char-overview-header{grid-template-columns:1fr;gap:14px}}.detail-top-toolbar{border:1px solid var(--line);border-radius:12px;background:var(--surface-muted);padding:10px 12px;display:grid;gap:6px}.detail-top-toolbar .card-actions{margin-top:0;gap:6px;align-items:center}.detail-top-toolbar .mini-link,.detail-top-toolbar .ghost-btn{border-radius:9px;padding:7px 10px;font-size:.8rem}.detail-top-toolbar .mini-link{border-color:#ccd9ef;background:#f6faff;color:#35507f;font-weight:700;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.detail-top-toolbar .search-mode-hint{margin:0;font-size:.79rem}.detail-tab-strip{margin-bottom:18px;padding:8px 10px 10px;border:1px solid var(--line);border-radius:14px;max-width:100%;min-width:0;overflow:hidden;background:radial-gradient(circle at top right,rgba(59,130,246,.04),transparent 34%),linear-gradient(180deg,#fffffff5,#f8fbfff5);box-shadow:0 8px 18px #0c1c3a09}.detail-tabs{display:flex;flex-wrap:wrap;gap:6px;max-width:100%;min-width:0}.detail-tab-btn{border:1px solid rgba(148,163,184,.24);border-radius:12px;background:var(--surface-muted);color:#35507f;padding:7px 12px;font-size:.79rem;font-weight:700;cursor:pointer;transition:.15s ease;box-shadow:inset 0 1px #ffffff5c}.detail-tab-btn:hover{border-color:var(--primary);color:var(--primary);background:#3b82f60f}.detail-tab-btn.active{border-color:transparent;color:#fff;background:linear-gradient(135deg,#4f8ef7,#2f6fe4);box-shadow:0 8px 16px #2f6fe42e}.detail-tab-btn:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.detail-tab-panel{display:grid;gap:12px;min-width:0}.detail-background-ready{display:flex;align-items:center;gap:8px;flex-wrap:wrap;padding:8px 10px;border:1px solid var(--line);border-radius:12px;background:var(--surface-muted)}.detail-background-ready__label{font-size:.78rem;font-weight:700;color:var(--muted)}.detail-background-ready__chips{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.detail-background-ready__chip{display:inline-flex;align-items:center;border-radius:999px;padding:4px 10px;border:1px solid rgba(46,160,67,.28);background:#2ea0431f;color:#1f7a33;font-size:.76rem;font-weight:700;line-height:1.3}.reinforce-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.reinforce-toolbar{display:flex;align-items:center;justify-content:flex-end;gap:8px}.reinforce-periods{display:flex;flex-wrap:wrap;gap:8px}.reinforce-summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:8px}.reinforce-card{border:1px solid #d6e2f4;border-radius:10px;background:#f8fbff;padding:10px;display:grid;gap:4px}.reinforce-card span{font-size:.75rem;color:#63799a;font-weight:700}.reinforce-card strong{font-size:1.02rem;color:#122a4f}.reinforce-card p{margin:0;font-size:.78rem;color:#4f6689}.reinforce-section{border:1px solid #d7e2f5;border-radius:10px;background:#fff;padding:10px;display:grid;gap:8px}.reinforce-section h3{margin:0;font-size:.92rem}.reinforce-mobile-list,.reinforce-history-mobile-list{display:grid;gap:10px}.reinforce-mobile-subhead{margin:2px 0 0;font-size:.74rem;font-weight:800;color:#6b7f9d}.reinforce-mobile-card,.reinforce-history-mobile-card{border:1px solid var(--line);border-radius:14px;background:var(--surface);padding:12px;display:grid;gap:10px}.reinforce-mobile-card__head,.reinforce-history-mobile-card__head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.reinforce-mobile-card__identity{min-width:0;display:flex;align-items:flex-start;gap:8px}.reinforce-mobile-card__copy,.reinforce-history-mobile-card__copy{min-width:0;display:grid;gap:3px}.reinforce-mobile-card__copy strong{color:var(--text);font-size:.9rem}.reinforce-mobile-card__copy span,.reinforce-history-mobile-card__head span{font-size:.73rem;color:var(--muted)}.reinforce-mobile-card__rate{flex-shrink:0;font-size:.95rem;font-weight:800}.reinforce-mobile-card__metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.reinforce-mobile-card__metric,.reinforce-history-mobile-card__meta-row{border:1px solid var(--line);border-radius:10px;background:var(--surface-muted);padding:8px;display:grid;gap:2px}.reinforce-mobile-card__metric span,.reinforce-history-mobile-card__meta-row span{font-size:.72rem;color:var(--muted)}.reinforce-mobile-card__metric strong,.reinforce-history-mobile-card__meta-row strong,.reinforce-history-mobile-card__head strong{color:var(--text);font-size:.86rem}.reinforce-history-mobile-card__copy{flex:1 1 auto}.reinforce-history-mobile-card__tags{display:flex;flex-wrap:wrap;gap:6px}.reinforce-history-mobile-card__tag{display:inline-flex;align-items:center;border:1px solid var(--line);border-radius:999px;padding:2px 8px;font-size:.72rem;background:var(--surface-muted);color:var(--muted)}.reinforce-history-mobile-card__meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.item-timeline-section{gap:10px}.item-timeline-head{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;flex-wrap:wrap}.item-timeline-head h3{margin:0}.item-timeline-chip-row{display:flex;flex-wrap:wrap;gap:6px;align-items:center}.item-timeline-search-form{display:flex;gap:6px;align-items:center;background:var(--bg-2, #f4f6f9);border:1px solid var(--border, #dde1e9);border-radius:8px;padding:8px 10px}.item-timeline-search-form input{flex:1;min-width:0;border:none;background:transparent;font-size:.9rem;outline:none;color:inherit}.item-timeline-search-form button[type=submit]{padding:4px 14px;border-radius:6px;background:var(--primary, #3b82f6);color:#fff;border:none;font-size:.85rem;cursor:pointer;white-space:nowrap}.item-timeline-search-form button[type=submit]:disabled{opacity:.5;cursor:not-allowed}.item-timeline-search-form .ghost-btn{font-size:.8rem;white-space:nowrap}.timeline-direction-badge{display:inline-flex;align-items:center;margin-left:4px;padding:1px 5px;border-radius:4px;font-size:.7rem;font-weight:700}.timeline-direction-badge--receive{background:#e0f0ff;color:#1a6abf}.timeline-direction-badge--send{background:#e8f5e9;color:#2e7d32}.timeline-direction-badge--neutral{background:#f5f5f5;color:#666}.item-timeline-summary-table-wrap{margin-top:2px}.item-timeline-summary-table{min-width:760px}.timeline-summary-mobile-list{display:grid;gap:10px}.timeline-summary-mobile-card{border:1px solid var(--line);border-radius:14px;background:var(--surface);padding:12px;display:grid;gap:10px}.timeline-summary-mobile-card--total{background:linear-gradient(180deg,#2878ff14,#2878ff08)}.timeline-summary-mobile-card__head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.timeline-summary-mobile-card__head strong{min-width:0;color:var(--text)}.timeline-summary-mobile-card__head span{flex-shrink:0;font-size:.72rem;color:var(--muted)}.timeline-summary-mobile-card__metrics{display:grid;gap:8px}.timeline-summary-mobile-card__metrics--four{grid-template-columns:repeat(2,minmax(0,1fr))}.timeline-summary-mobile-card__metric{border:1px solid var(--line);border-radius:10px;background:var(--surface-muted);padding:8px;display:grid;gap:2px}.timeline-summary-mobile-card__metric span{font-size:.72rem;color:var(--muted)}.timeline-summary-mobile-card__metric strong{font-size:.88rem;color:var(--text)}.item-timeline-mobile-overview-card{border:1px solid var(--line);border-radius:14px;background:var(--surface);padding:12px;display:grid;gap:10px}.item-timeline-mobile-overview-card__head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.item-timeline-mobile-overview-card__head>div{display:grid;gap:2px}.item-timeline-mobile-overview-card__head strong{color:var(--text)}.item-timeline-mobile-overview-card__head span,.item-timeline-mobile-overview-card__head em{font-size:.73rem;color:var(--muted);font-style:normal}.item-timeline-mobile-tools{display:grid;gap:10px}.item-timeline-mobile-fold{border:1px solid var(--line);border-radius:14px;background:var(--surface);overflow:hidden}.item-timeline-mobile-fold>summary{list-style:none;cursor:pointer;padding:12px;display:flex;align-items:center;justify-content:space-between;gap:10px}.item-timeline-mobile-fold>summary::-webkit-details-marker{display:none}.item-timeline-mobile-fold>summary>div{min-width:0;display:grid;gap:2px}.item-timeline-mobile-fold>summary strong{color:var(--text)}.item-timeline-mobile-fold>summary span,.item-timeline-mobile-fold>summary em{font-size:.73rem;color:var(--muted);font-style:normal}.item-timeline-mobile-fold[open]>summary{border-bottom:1px solid var(--line)}.item-timeline-mobile-fold[open]>summary em{color:var(--primary)}.item-timeline-mobile-fold>summary:after{content:"+";flex-shrink:0;font-size:1rem;font-weight:800;color:var(--muted)}.item-timeline-mobile-fold[open]>summary:after{content:"-"}.item-timeline-mobile-fold .timeline-summary-mobile-list,.item-timeline-mobile-fold .item-timeline-mobile-filter-stack{padding:12px}.item-timeline-mobile-filter-stack{display:grid;gap:12px}.item-timeline-mobile-filter-group{display:grid;gap:8px}.item-timeline-mobile-filter-group h4{margin:0;font-size:.78rem;color:var(--muted)}.item-timeline-chip-grid{display:flex;flex-wrap:wrap;gap:6px}.item-timeline-table{min-width:920px}.item-timeline-item{display:flex;align-items:center;gap:8px;min-width:240px}.reinforce-item{min-width:0;align-items:flex-start}.reinforce-item>div{min-width:0}.item-timeline-thumb{width:30px;height:30px;border-radius:7px;border:1px solid #d6e2f6;background:#fff;object-fit:cover;flex:0 0 30px}.item-timeline-thumb-empty{border-style:dashed;background:#eef3fb}.reinforce-table{min-width:760px}.reinforce-table-v2{min-width:480px}.reinforce-pagination{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:12px}.reinforce-page-btn{padding:5px 14px;border:1px solid var(--border);border-radius:4px;background:var(--bg2);color:var(--text);cursor:pointer;font-size:.85rem}.reinforce-page-btn:disabled{opacity:.35;cursor:default}.reinforce-page-btn:not(:disabled):hover{background:var(--bg3)}.reinforce-page-info{font-size:.875rem;color:var(--text-muted, var(--text));min-width:64px;text-align:center}.reinforce-step-cell{display:flex;align-items:flex-start;gap:8px}.reinforce-type-badge{display:inline-block;font-size:.7rem;font-weight:700;padding:1px 6px;border-radius:4px;white-space:nowrap;flex-shrink:0;margin-top:1px}.reinforce-type-badge.is-reinforce{background:#e8f0ff;color:#2563eb}.reinforce-type-badge.is-amplify{background:#fdf3e7;color:#c2570a}.reinforce-type-badge.reinforce-type-badge--empty{background:transparent;visibility:hidden}.reinforce-step-label{font-size:.88rem;font-weight:600}.reinforce-step-ticket{font-size:.8rem;color:#4a6080;margin-top:3px;font-weight:500}.reinforce-rate-cell{min-width:160px}.reinforce-bar-wrap{display:flex;align-items:center;gap:8px;justify-content:flex-end}.reinforce-bar-track{width:90px;height:6px;background:#e8edf5;border-radius:3px;overflow:hidden;flex-shrink:0}.reinforce-bar-fill{height:100%;border-radius:3px;transition:width .3s ease}.reinforce-rate-text{font-size:.88rem;font-weight:700;min-width:44px;text-align:right}.reinforce-group-divider td{font-size:.75rem;font-weight:700;color:#8fa3c0;padding:6px 10px 4px;background:#f5f8fc;border-top:1px solid #dde7f5;letter-spacing:.04em}.overview-top{display:grid;grid-template-columns:120px minmax(0,1fr);gap:14px}.character-avatar{width:120px;height:120px;border-radius:14px;border:1px solid #d6e2f6;background:#fff}.overview-top h2{margin:0 0 4px}.overview-top p{margin:4px 0;color:#4f637f}.buff-box{margin-top:12px;border:1px solid #d8e3f5;border-radius:11px;background:#f7fbff;padding:10px}.buff-box h3{margin:0 0 6px}.section-title-with-badge{display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap}.beta-badge{display:inline-flex;align-items:center;justify-content:center;border:1px solid #c9b06a;border-radius:999px;padding:1px 8px;font-size:.72rem;line-height:1.4;font-weight:800;letter-spacing:.02em;background:#fff8df;color:#765400}.buff-box p{margin:4px 0;color:#4d6385}.buff-box-rich{display:grid;gap:10px}.buff-summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:8px}.buff-kv{border:1px solid #d8e2f5;border-radius:10px;background:#fff;padding:8px 10px;display:grid;gap:4px}.buff-kv span{font-size:.74rem;color:#6a7d99}.buff-kv strong{font-size:.9rem;color:#0f2347}.buff-score-line{margin:0;padding:8px 10px;border:1px solid #cfdbf2;border-radius:10px;background:#edf5ff;color:#102749}.buff-parts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:8px}.buff-part-card{border:1px solid #d8e2f5;border-radius:10px;background:#fff;padding:10px;display:grid;gap:4px}.buff-part-card h4{margin:0 0 4px;font-size:.9rem}.buff-part-card p{margin:0}.buff-part-sub{font-size:.76rem;color:#6a7d99}.buff-phase-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:8px}.buff-phase-card{border:1px solid #d8e2f5;border-radius:10px;background:#fff;padding:10px;display:grid;gap:4px}.buff-phase-card h4{margin:0 0 4px;font-size:.9rem}.buff-phase-card p{margin:0}.buff-formula-note{border:1px dashed #b8cbe8;border-radius:10px;background:#f8fbff;padding:9px 10px;display:grid;gap:4px}.buff-formula-note p{margin:0;font-size:.8rem}.buff-power-chart{margin:12px 0;padding:12px 14px;background:var(--surface-muted, #f8fbff);border:1px solid var(--line, #d7e2f5);border-radius:10px;display:inline-block}.buff-power-chart-title{margin:0 0 8px;font-size:.82rem;font-weight:600;color:var(--muted)}.buff-detail-acc{border:1px solid #d7e2f5;border-radius:10px;background:#fff}.buff-detail-acc summary{cursor:pointer;list-style:none;padding:10px 12px;font-weight:700}.buff-detail-acc summary::-webkit-details-marker{display:none}.buff-detail-acc__body{border-top:1px solid #e0e8f6;padding:10px;display:grid;gap:10px}.buff-gear-group{display:grid;gap:8px}.buff-gear-group h4{margin:0;font-size:.88rem}.buff-gear-total{margin:0;padding:8px 10px;border-radius:8px;background:#f3f8ff;font-size:.82rem;color:#334d74}.buff-no-detail{margin:0;font-size:.82rem;color:#5b7091}.buff-sim-layout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);gap:10px}.buff-sim-panel{border:1px solid #d7e2f5;border-radius:10px;background:#fff;padding:10px;display:grid;gap:10px}.buff-sim-panel--result{align-content:start}.buff-sim-control-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.buff-sim-field{display:grid;gap:5px}.buff-sim-field span{font-size:.76rem;color:#5f7394;font-weight:700}.buff-sim-input{border:1px solid #cad9f1;border-radius:8px;background:#fdfefe;color:var(--text);padding:8px 10px}.sandbag-seconds-input{width:110px}.sandbag-count-input{width:84px;text-align:right}.sandbag-skill-cell{display:flex;align-items:flex-start;gap:8px}.sandbag-skill-icon{width:24px;height:24px;min-width:24px;border-radius:6px;border:1px solid var(--line);background:var(--surface-muted);object-fit:cover}.sandbag-skill-icon--fallback{display:inline-flex;align-items:center;justify-content:center;font-size:.72rem;font-weight:700;color:var(--text-soft)}.sandbag-skill-text{min-width:0}.sandbag-tag-row{margin-top:4px;display:flex;flex-wrap:wrap;gap:4px}.sandbag-tag{display:inline-flex;align-items:center;border:1px solid #cdd9ef;border-radius:999px;padding:1px 8px;font-size:.72rem;line-height:1.45;background:#f2f7ff;color:#2d4c7a;font-weight:600}.sandbag-tag--evo{border-color:#b8d4ff;background:#e8f2ff;color:#1c4f9b}.sandbag-tag--enh{border-color:#c7d7ff;background:#edf3ff;color:#2a4f94}.sandbag-tag--setdmg{border-color:#c7ebd6;background:#ecfbf2;color:#1f7a48}.sandbag-tag--setcd{border-color:#c9e9ef;background:#ecf9fc;color:#1d6a84}.sandbag-tag--mult{border-color:#e3d8be;background:#fff8e8;color:#825f1a}.sandbag-mobile-list{display:grid;gap:10px}.sandbag-mobile-card{border:1px solid var(--line);border-radius:14px;background:var(--surface);padding:12px;display:grid;gap:10px}.sandbag-mobile-card__head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.sandbag-mobile-card__count{display:grid;gap:4px;font-size:.74rem;color:var(--muted);flex-shrink:0}.sandbag-mobile-card__count .sandbag-count-input{width:72px}.sandbag-mobile-card__metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.sandbag-mobile-card__metric{border:1px solid var(--line);border-radius:10px;background:var(--surface-muted);padding:8px;display:grid;gap:2px}.sandbag-mobile-card__metric span,.sandbag-mobile-card__metric small{font-size:.72rem;color:var(--muted)}.sandbag-mobile-card__metric strong{font-size:.88rem;color:var(--text)}.buff-sim-level-select{min-width:110px}.buff-sim-skill-list{display:grid;gap:8px}.buff-sim-skill-row{border:1px solid #dde7f7;border-radius:9px;background:#f9fbff;padding:8px;display:grid;gap:6px}.buff-sim-skill-head{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:6px}.buff-sim-skill-head strong{font-size:.86rem}.buff-sim-skill-ctrls{display:flex;align-items:center;gap:6px}.buff-sim-skill-ctrls .ghost-btn{min-width:34px;padding:7px 0}.buff-sim-meta{margin:0;font-size:.76rem;color:#5f7394}.buff-sim-reset{justify-self:start}.buff-sim-result-score{margin:0;padding:9px 10px;border:1px solid #d0def5;border-radius:8px;background:#f3f8ff;color:#233e6a}.buff-sim-chip-row{display:flex;flex-wrap:wrap;gap:7px}.buff-sim-chip{border:1px solid #d0def5;border-radius:999px;padding:5px 9px;font-size:.75rem;background:#f4f8ff;color:#2f4c78}.buff-enchant-actions{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.buff-enchant-top-panel{margin-top:10px;border:1px solid #d7e2f5;border-radius:10px;background:#fff;padding:10px;display:grid;gap:10px}.buff-enchant-top-panel h4{margin:0;font-size:.92rem}.spec-sim-panel{gap:12px}.spec-sim-footnote{margin-top:2px}.spec-sim-mobile-list{display:grid;gap:10px}.spec-sim-mobile-card{border:1px solid var(--line);border-radius:12px;background:var(--surface);padding:10px;display:grid;gap:10px;box-shadow:0 6px 16px #0c1c3a0a}.spec-sim-mobile-card__head{display:flex;align-items:center;justify-content:space-between;gap:8px}.spec-sim-mobile-card__rank{display:inline-flex;align-items:center;justify-content:center;min-width:38px;min-height:24px;padding:0 8px;border-radius:999px;background:var(--primary-soft);color:var(--primary);font-size:.72rem;font-weight:800}.spec-sim-mobile-card__category{font-size:.88rem;color:var(--text);font-weight:800}.spec-sim-mobile-card__sections{display:grid;gap:8px}.spec-sim-mobile-card__section{padding:8px 9px;border-radius:10px;border:1px solid var(--line);background:var(--surface-muted)}.spec-sim-mobile-card__section--target{background:#3b82f608}.spec-sim-mobile-card__label{display:inline-block;margin-bottom:4px;font-size:.68rem;color:var(--muted);font-weight:700}.spec-sim-mobile-card__metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.spec-sim-mobile-card__metric{padding:7px 8px;border-radius:10px;border:1px solid var(--line);background:var(--surface);display:grid;gap:3px}.spec-sim-mobile-card__metric span{font-size:.66rem;color:var(--muted);font-weight:700}.spec-sim-mobile-card__metric strong{font-size:.8rem;color:var(--text);font-weight:800;word-break:keep-all}.spec-sim-mobile-card__metric strong.is-pos{color:#16a34a}.buff-enchant-sort{display:inline-flex;align-items:center;gap:6px;font-size:.78rem;color:#4f6283}.buff-enchant-sort select{border:1px solid #d0def5;border-radius:8px;background:#fff;color:#2f4c78;font-size:.78rem;padding:6px 8px}.status-table{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:8px}.status-row{border:1px solid #d8e2f5;border-radius:10px;background:#f9fbff;padding:8px 10px;display:flex;justify-content:space-between;gap:8px;font-size:.87rem}.status-row span{color:#4e607d}.status-row strong{color:#0f2347}.equip-board{display:grid;gap:6px;font-family:Pretendard Variable,Pretendard,Noto Sans KR,sans-serif}.equip-row{border:1px solid #d8e2f5;border-radius:10px;background:#f9fbff;padding:6px 8px;display:grid;grid-template-columns:78px minmax(0,1fr) 88px;align-items:center;gap:6px}.equip-row-set{background:#f2f7ff}.equip-row-oath-set{background:linear-gradient(180deg,#f5fff8,#f7fbff)}.equip-slot{font-weight:700;font-size:.8rem;color:#314a6d;padding-right:6px;border-right:1px solid #d8e2f5}.equip-main{display:grid;grid-template-columns:52px minmax(0,1fr);gap:6px;align-items:center}.equip-icons{position:relative;width:52px;height:38px;flex-shrink:0}.equip-icon{width:36px;height:36px;border-radius:6px;border:1px solid #d5e0f3;background:#fff}.equip-main>.equip-icon,.equip-main>.equip-icon--placeholder{justify-self:center}.equip-icons .equip-icon:not(.equip-icon--sub){position:absolute;left:0;top:1px}.equip-icon--placeholder{display:inline-block}.equip-icon--sub{position:absolute;right:2px;bottom:0;width:22px;height:22px;border-radius:5px}.equip-main-copy{min-width:0}.equip-name{margin:0;font-weight:600;font-size:.86rem;line-height:1.18;word-break:keep-all;display:flex;flex-wrap:wrap;align-items:center;gap:5px}.equip-subtext{margin:2px 0 0;font-size:.7rem;color:#6a7d99;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.equip-subtext--oath{font-weight:700;display:flex;flex-wrap:wrap;align-items:center;gap:5px}.equip-subtext--enchant{color:#7b8ca4}.equip-subtext--set-meta{color:#5e728e}.equip-inline-badge{display:inline-flex;align-items:center;border-radius:999px;padding:1px 6px;background:#205fff14;border:1px solid rgba(32,95,255,.16);color:#285fd6;font-size:.64rem;font-weight:700;line-height:1.2;white-space:nowrap}.equip-inline-badge--oath{background:#ffa81e1a;border-color:#ffa81e33;color:#d17e00}.equip-inline-badge--fame{background:#205fff14;border-color:#205fff29;color:#285fd6}.equip-inline-badge--reinforce{background:#ffb83c1f;border-color:#ffb83c3d;color:#b96c00}.equip-inline-badge--amp{background:#ff50a01f;border-color:#ff50a038;color:#cf2f86}.equip-inline-badge--refine{background:#7d62ff1a;border-color:#7d62ff2e;color:#5d49c9}.cmp-equip-badges{display:flex;flex-wrap:wrap;gap:4px;margin-top:3px;align-items:center}.cmp-equip-badges .equip-inline-badge{padding:2px 7px;border-radius:999px;box-shadow:inset 0 1px #ffffff59}.equip-name.rarity-epic{color:#ffd85a}.equip-name.rarity-unique{color:#d76bff}.equip-name.rarity-legend{color:#ff9960}.equip-subtext--oath.rarity-unique{color:#d76bff}.equip-subtext--oath.rarity-epic{color:#ffd85a}.equip-subtext--oath.rarity-legend{color:#ff9960}.equip-subtext--oath.rarity-primordial{color:#2f9b64}.equip-upgrade{justify-self:end;text-align:right;width:88px}.equip-upgrade-main{margin:0;font-size:.9rem;font-weight:800;color:#16253f;font-family:Barlow,Pretendard Variable,Pretendard,Noto Sans KR,sans-serif;letter-spacing:.01em;line-height:1.05}.equip-upgrade-main.amp{color:#c21ecb}.equip-upgrade-main--oath{color:#ff8c18}.equip-upgrade-sub{margin:2px 0 0;font-size:.64rem;color:#7b8ca4;line-height:1.15}.rarity-common{color:#5e6e84}.rarity-rare{color:#2269d9}.rarity-unique{color:#d76bff}.rarity-legend{color:#ff9960}.rarity-epic{color:#ffd85a}.rarity-primordial{color:#3ca36f}.set-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:9px}.set-list{display:flex;flex-direction:column;gap:12px}.set-card{border:1px solid var(--border, #d8e3f5);border-radius:11px;padding:14px 16px;background:var(--surface, #f9fbff)}.set-card h3{margin:0 0 5px;font-size:.92rem}.set-card p{margin:2px 0;color:#4f637f;font-size:.8rem}.set-card__head{display:flex;align-items:baseline;gap:8px;margin-bottom:10px}.set-card__name{margin:0;font-size:1rem;font-weight:700}.set-card__rarity{font-size:.75rem;color:var(--muted)}.set-card__points{margin-bottom:10px}.set-card__points-bar{height:6px;background:var(--border, #d8e3f5);border-radius:3px;overflow:hidden;margin-bottom:4px}.set-card__points-fill{height:100%;background:var(--accent, #3b82f6);border-radius:3px;transition:width .3s}.set-card__points-label{display:flex;justify-content:space-between;font-size:.82rem;color:var(--text)}.set-card__points-over{font-size:.75rem;color:var(--accent, #3b82f6)}.set-card__bonus{display:flex;flex-wrap:wrap;gap:4px 10px;margin-bottom:10px}.set-card__bonus-item{font-size:.8rem;color:var(--muted)}.set-card__slots{display:flex;flex-wrap:wrap;gap:4px;list-style:none;margin:0;padding:0}.set-card__slot{font-size:.75rem;padding:2px 7px;border-radius:4px;background:var(--surface2, #eef2f8);color:var(--text)}.set-card__slot.rarity-primordial{background:#1a3a2a;color:#3ca36f}.set-card__slot.rarity-epic{background:#3d2d08;color:#ffd85a}.set-card__slot.rarity-legend{background:#37180c;color:#ff9960}.set-card__slot.rarity-rare{background:#0d1f3c;color:#5b9af5}.set-timeline-table-wrap{overflow-x:auto;margin-top:8px}.set-timeline-table{border-collapse:collapse;font-size:.78rem;width:100%;min-width:900px}.set-timeline-table th,.set-timeline-table td{border:1px solid var(--border, #d8e3f5);padding:4px 6px;text-align:center;vertical-align:middle;white-space:nowrap}.set-timeline-table th{background:var(--surface2, #eef2f8);font-weight:600}.set-tl-name{text-align:left!important;min-width:140px;font-weight:500}.set-tl-score{min-width:70px}.set-tl-grade{display:block;font-size:.7rem;font-weight:600}.set-tl-icon{width:32px;height:32px;border-radius:4px;object-fit:contain}.set-tl-cell.rarity-primordial{background:#1abc9c40;outline:1px solid rgba(26,188,156,.4)}.set-tl-cell.rarity-epic{background:#ffd85a3d}.set-tl-cell.rarity-legend{background:#ff996033}.set-tl-cell.rarity-rare{background:#5b9af51f}.set-tl-missing,.set-tl-empty{color:var(--muted)}.set-tl-empty-slot{display:inline-block;width:32px;height:32px;border-radius:4px;border:1px dashed var(--border, #d8e3f5);background:#94a3b814}.set-tl-unique{outline:2px dashed rgba(255,255,255,.5)!important}.item-timeline-mobile-list{display:grid;gap:10px}.item-timeline-mobile-card{border:1px solid var(--line);border-radius:14px;background:var(--surface);padding:12px;display:grid;gap:10px}.item-timeline-mobile-card__head{display:flex;align-items:center;justify-content:space-between;gap:8px}.item-timeline-mobile-card__date{font-size:.76rem;color:var(--muted);font-weight:700}.item-timeline-mobile-card__copy{min-width:0;display:grid;gap:6px}.item-timeline-mobile-card__copy strong{display:block}.item-timeline-mobile-card__copy p{margin:0;font-size:.78rem;color:var(--muted)}.item-timeline-mobile-card__tags{display:flex;flex-wrap:wrap;gap:5px}.item-timeline-mobile-card__tag{display:inline-flex;align-items:center;min-height:22px;padding:0 8px;border-radius:999px;background:var(--surface-muted);border:1px solid var(--line);color:var(--muted);font-size:.7rem;font-weight:700}.item-timeline-mobile-card__tag--event{background:#3b82f614;border-color:#3b82f638;color:var(--primary)}.item-timeline-mobile-card__location-line{line-height:1.35}.item-timeline-mobile-card__meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.item-timeline-mobile-card__meta>div,.item-timeline-mobile-card__location{border:1px solid var(--line);border-radius:10px;background:var(--surface-muted);padding:8px;display:grid;gap:2px}.item-timeline-mobile-card__meta span,.item-timeline-mobile-card__location span{font-size:.72rem;color:var(--muted)}.item-timeline-mobile-card__meta strong,.item-timeline-mobile-card__location strong{font-size:.86rem;color:var(--text)}.armory-mobile-board-list{display:grid;gap:14px}.armory-mobile-card{border:1px solid rgba(98,118,156,.36);border-radius:18px;background:radial-gradient(circle at 18% 16%,rgba(154,116,255,.12),transparent 28%),radial-gradient(circle at 82% 20%,rgba(255,190,92,.1),transparent 26%),linear-gradient(180deg,#1b1e2afa,#11131dfa);box-shadow:inset 0 0 0 1px #ffffff0d,0 16px 28px #12162238;padding:12px;display:grid;gap:10px;align-content:start;align-self:start}.armory-mobile-card__head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.armory-mobile-card__head strong{font-size:.95rem;color:#f4f8ff;letter-spacing:-.01em}.armory-mobile-card__meta{display:grid;justify-items:end;gap:4px;color:#e8f0ffc7;font-size:.72rem}.community-card-grid--equipment{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:14px;align-items:start}.community-toolbar--equipment-view{align-items:center;flex-wrap:wrap;gap:8px;padding:10px 12px;border-radius:16px;border:1px solid rgba(132,164,224,.22);background:linear-gradient(180deg,#f8fbfffa,#f0f6fff5);box-shadow:inset 0 1px #fffc,0 10px 24px #4a6cae14}.adventure-equipment-view-tab{min-height:34px;padding:0 14px;border-radius:999px;border:1px solid rgba(193,209,238,.92);background:#ffffffe6;color:#50678f;font-size:.8rem;font-weight:700;cursor:pointer;transition:all .15s ease;box-shadow:inset 0 1px #ffffffb3}.adventure-equipment-view-tab.is-active{border-color:#5686e78f;background:linear-gradient(180deg,#5880f529,#4562c41f);color:#2f5fc0;box-shadow:inset 0 1px #ffffffb8,0 0 0 1px #6f9cff1f}.adventure-equipment-card,.adventure-equipment-card__title-link{color:inherit;text-decoration:none}.adventure-equipment-card__title-link:hover{color:#fff7e2}.adventure-equipment-card__title{min-width:0;display:grid;gap:4px}.adventure-equipment-card__title span{font-size:.76rem;color:#e8f0ffb8}.adventure-equipment-card__set-line{display:flex;align-items:baseline;justify-content:space-between;gap:10px;color:#e8f0ffe0;font-size:.78rem}.adventure-equipment-card__set-name{min-width:0;font-weight:700;color:#f4f8ff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.adventure-equipment-card__set-count{flex-shrink:0;color:#e8f0ff9e}.adventure-equipment-card__chips{display:flex;flex-wrap:wrap;gap:6px}.adventure-equipment-card__chip{display:inline-flex;align-items:center;min-height:24px;padding:0 9px;border-radius:999px;border:1px solid rgba(229,195,117,.22);background:#ffffff0a;color:#f8eed4d6;font-size:.72rem;font-weight:600}.adventure-equipment-card__chip--set{background:#5a88ff2e;border-color:#81a7ff4d;color:#dbe7ff}.adventure-equipment-card__chip--warn{background:#ffb4481f;border-color:#ffb44847;color:#ffd38a}.adventure-equipment-card__chip--error{background:#ff60601f;border-color:#ff828247;color:#ffb5b5}.adventure-equipment-card__board{min-height:180px}.adventure-equipment-card__surface{position:relative;display:grid;gap:10px;align-content:start}.adventure-equipment-card__mode-tabs{display:flex;flex-wrap:wrap;gap:6px}.adventure-equipment-card__mode-tab{min-height:28px;padding:0 10px;border-radius:999px;border:1px solid rgba(233,196,112,.18);background:#ffffff08;color:#f8eed4c2;font-size:.72rem;font-weight:700;cursor:pointer}.adventure-equipment-card__mode-tab.is-active{border-color:#6e9cff5c;background:#5880f533;color:#eef4ff}.armory-mobile-board--enchant{background:radial-gradient(circle at 50% 50%,rgba(238,187,86,.16),transparent 38%),linear-gradient(180deg,#241812fa,#100d0cfa)}.armory-mobile-board--buff{background:radial-gradient(circle at 82% 16%,rgba(92,151,255,.18),transparent 34%),linear-gradient(180deg,#151a25fa,#0d1119fa)}.adventure-equipment-card__audit-line{position:relative;display:grid;grid-template-columns:minmax(72px,auto) minmax(0,1fr);align-items:start;gap:10px;padding:10px 11px 10px 13px;border:1px solid rgba(233,196,112,.14);border-radius:14px;background:linear-gradient(180deg,#ffffff0a,#ffffff05),#0b0c12b8;box-shadow:inset 0 1px #ffffff0a,0 8px 18px #05070c24;overflow:hidden}.adventure-equipment-card__audit-line:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:#e9c47042}.adventure-equipment-card__audit-side{display:grid;gap:6px;align-content:start}.adventure-equipment-card__audit-label{color:#f8eed4b8;font-size:.7rem;font-weight:800;letter-spacing:.01em;line-height:1.15}.adventure-equipment-card__audit-state{display:inline-flex;align-items:center;justify-content:center;min-height:20px;width:fit-content;padding:0 8px;border-radius:999px;border:1px solid rgba(233,196,112,.16);background:#ffffff0d;color:#f8eed4b8;font-size:.64rem;font-weight:800;white-space:nowrap}.adventure-equipment-card__audit-copy{min-width:0;color:#f8eed4e0;font-size:.75rem;line-height:1.35}.adventure-equipment-card__inspection-panel{height:312px;display:grid;grid-template-rows:auto minmax(0,1fr);align-content:start;gap:10px;padding:12px;border-radius:18px;border:1px solid rgba(233,196,112,.16);background:radial-gradient(circle at 18% 16%,rgba(255,196,86,.1),transparent 28%),radial-gradient(circle at 84% 18%,rgba(103,154,255,.12),transparent 24%),linear-gradient(180deg,#141110fa,#0c0c10fa);box-shadow:inset 0 0 0 1px #ffffff08,inset 0 20px 38px #ffdb8505}.adventure-equipment-card__inspection-panel--dealer{background:radial-gradient(circle at 16% 14%,rgba(255,200,92,.11),transparent 28%),radial-gradient(circle at 84% 18%,rgba(106,144,255,.14),transparent 25%),linear-gradient(180deg,#16120ffa,#0c0c10fa)}.adventure-equipment-card__inspection-panel--buffer{background:radial-gradient(circle at 18% 14%,rgba(98,170,255,.12),transparent 26%),radial-gradient(circle at 84% 18%,rgba(118,226,178,.1),transparent 22%),linear-gradient(180deg,#101318fa,#0c0c10fa)}.adventure-equipment-card__inspection-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;padding:2px 2px 4px}.adventure-equipment-card__inspection-title-block{display:grid;gap:3px}.adventure-equipment-card__inspection-kicker{color:#f8eed475;font-size:.62rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.adventure-equipment-card__inspection-title{color:#f8eed4;font-size:.92rem;font-weight:900;letter-spacing:-.01em}.adventure-equipment-card__inspection-summary{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:6px}.adventure-equipment-card__inspection-count{display:inline-flex;align-items:center;min-height:22px;padding:0 8px;border-radius:999px;border:1px solid rgba(233,196,112,.14);background:#ffffff0d;color:#f8eed4c2;font-size:.66rem;font-weight:800}.adventure-equipment-card__inspection-count.is-ok{border-color:#78be8947;background:#2d53363d;color:#c9f0d0}.adventure-equipment-card__inspection-count.is-warn{border-color:#ff707052;background:#5c181842;color:#ffd1d1}.adventure-equipment-card__inspection-count.is-info{border-color:#70a6ff47;background:#1c2d4c3d;color:#d8e8ff}.adventure-equipment-card__inspection-list{display:grid;gap:8px;min-height:0;align-content:start;overflow-y:auto;padding-right:2px;scrollbar-width:thin}.adventure-equipment-card__audit-line.is-ok{border-color:#78be894d;background:linear-gradient(180deg,#41774d29,#203d271f),#0c120fbd}.adventure-equipment-card__audit-line.is-warn{border-color:#ff707057;background:linear-gradient(180deg,#7e26262e,#5c181824),#130c0ec2}.adventure-equipment-card__audit-line.is-info{border-color:#70a6ff4d;background:linear-gradient(180deg,#2b46762e,#1c2d4c24),#0b0e16c2}.adventure-equipment-card__audit-line.is-ok:before{background:linear-gradient(180deg,#78be89d9,#4c915d8c)}.adventure-equipment-card__audit-line.is-warn:before{background:linear-gradient(180deg,#ff7070eb,#c4444494)}.adventure-equipment-card__audit-line.is-info:before{background:linear-gradient(180deg,#70a6ffe0,#467bd685)}.adventure-equipment-card__audit-line.is-ok .adventure-equipment-card__audit-label,.adventure-equipment-card__audit-line.is-ok .adventure-equipment-card__audit-copy strong{color:#c9f0d0}.adventure-equipment-card__audit-line.is-warn .adventure-equipment-card__audit-label,.adventure-equipment-card__audit-line.is-warn .adventure-equipment-card__audit-copy strong{color:#ffd1d1}.adventure-equipment-card__audit-line.is-info .adventure-equipment-card__audit-label,.adventure-equipment-card__audit-line.is-info .adventure-equipment-card__audit-copy strong{color:#d8e8ff}.adventure-equipment-card__audit-state.is-ok{border-color:#78be8947;background:#2d533647;color:#c9f0d0}.adventure-equipment-card__audit-state.is-warn{border-color:#ff707052;background:#5c181847;color:#ffd1d1}.adventure-equipment-card__audit-state.is-info{border-color:#70a6ff4d;background:#1c2d4c47;color:#d8e8ff}.adventure-equipment-card__audit-copy strong{display:block;color:#f8eed4;font-size:.88rem;font-weight:800;line-height:1.15;letter-spacing:-.01em}.adventure-equipment-card__audit-meta{display:block;margin-top:4px;color:#f8eed494;font-size:.68rem;line-height:1.4}.adventure-equipment-card__board-status{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);padding:5px 10px;border-radius:999px;background:#0c0a0edb;border:1px solid rgba(233,196,112,.24);color:#f8eed4e6;font-size:.74rem;font-weight:700;white-space:nowrap;z-index:2}.adventure-equipment-card__footer{display:grid;gap:8px}.adventure-equipment-card__summary-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px}.adventure-equipment-card__summary-item{display:grid;place-items:center;padding:7px 8px;border-radius:10px;border:1px solid rgba(233,196,112,.14);background:#ffffff08;min-height:44px}.adventure-equipment-card__summary-item.is-taecho{border-color:#d875ff3d;background:#d875ff14}.adventure-equipment-card__summary-item.is-epic{border-color:#ffc45638;background:#ffc45612}.adventure-equipment-card__summary-item.is-warn{border-color:#ff707047;background:#ff5f5f14}.adventure-equipment-card__summary-item.is-ok{border-color:#78be893d;background:#78be8912}.adventure-equipment-card__summary-label{color:#f8eed494;font-size:.68rem;font-weight:700}.adventure-equipment-card__summary-value{color:#f8eed4;font-size:.78rem;font-weight:800;line-height:1.2;text-align:center}.adventure-equipment-card__creature-panel{display:grid;gap:10px}.adventure-equipment-card__creature-artifacts{display:grid;gap:8px}.adventure-equipment-card__creature-item{display:grid;gap:6px;padding:10px 12px;border-radius:12px;border:1px solid rgba(233,196,112,.14);background:#ffffff08}.adventure-equipment-card__creature-item.is-empty{opacity:.78}.adventure-equipment-card__creature-item.is-warn{border-color:#ff585866;background:#5c181838;box-shadow:inset 0 0 0 1px #ff6f6f14}.adventure-equipment-card__creature-item-head{display:flex;align-items:center;justify-content:space-between}.adventure-equipment-card__creature-item-label{color:#f8eed4b8;font-size:.73rem;font-weight:700}.adventure-equipment-card__creature-item-body{display:flex;align-items:center;gap:10px;min-width:0}.adventure-equipment-card__creature-icon,.adventure-equipment-card__creature-empty{width:34px;height:34px;flex:0 0 34px;border-radius:8px;border:1px solid rgba(233,196,112,.2);background:#ffffff0d}.adventure-equipment-card__creature-copy{min-width:0;display:grid;gap:2px}.adventure-equipment-card__creature-copy strong,.adventure-equipment-card__creature-copy span{min-width:0;overflow-wrap:anywhere}.adventure-equipment-card__creature-copy strong{color:#f8eed4;font-size:.82rem}.adventure-equipment-card__creature-copy span{color:#f8eed4ad;font-size:.72rem}.adventure-equipment-card__avatar-strip{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:6px}.adventure-equipment-card__avatar-panels{display:grid;gap:10px}.adventure-equipment-card__avatar-panel{display:grid;gap:8px}.adventure-equipment-card__avatar-panel-title{color:#f8eed4d1;font-size:.74rem;font-weight:800}.adventure-equipment-card__avatar-panel-title.is-warn{color:#ffd1d1}.adventure-equipment-card__avatar-board{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px}.adventure-hover-trigger{-moz-appearance:none;appearance:none;-webkit-appearance:none;border:none;margin:0;padding:0;font:inherit;color:inherit;text-align:inherit;background:transparent;cursor:pointer}.adventure-hover-trigger:focus-visible{outline:2px solid rgba(74,135,255,.7);outline-offset:2px}.adventure-equipment-card__avatar-slot{display:grid;justify-items:center;gap:4px;padding:6px 4px 5px;border-radius:10px;border:1px solid rgba(233,196,112,.14);background:#ffffff08;min-height:56px}.adventure-equipment-card__avatar-slot.is-empty{opacity:.62}.adventure-equipment-card__avatar-slot.is-warn{border-color:#ff58586b;background:#5c18183d;box-shadow:inset 0 0 0 1px #ff6f6f14}.adventure-equipment-card__avatar-icon{width:26px;height:26px;object-fit:contain}.adventure-equipment-card__avatar-emblems{display:flex;align-items:center;justify-content:center;gap:2px;min-height:12px}.adventure-equipment-card__avatar-emblem{width:11px;height:11px;object-fit:contain;border-radius:3px;background:#ffffff0d}.adventure-equipment-card__avatar-emblem.is-warn{background:#5c181857;box-shadow:0 0 0 1px #ff58588c,0 0 8px #ff58582e}.adventure-equipment-card__avatar-empty{width:22px;height:22px;border-radius:7px;border:1px dashed rgba(229,205,156,.42);background:#ffffff05}.adventure-equipment-card__avatar-label{width:100%;text-align:center;color:#f8eed4a8;font-size:.63rem;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.adventure-equipment-card__avatar-slot.is-warn .adventure-equipment-card__avatar-label{color:#ffd1d1}.adventure-equipment-card__mini{display:grid;grid-template-columns:36px minmax(0,1fr);gap:8px;align-items:center;padding:8px 10px;border:1px solid rgba(114,132,174,.22);border-radius:12px;background:#ffffff0a}.adventure-equipment-card__mini.is-warn{border-color:#ff585866;background:#5c181838;box-shadow:inset 0 0 0 1px #ff6f6f14}.adventure-equipment-card__mini-label{font-size:.72rem;color:#f8eed4a8;font-weight:700}.adventure-equipment-card__mini-copy{min-width:0;display:flex;align-items:center;gap:8px;color:#f8eed4;font-size:.77rem;font-weight:600}.adventure-equipment-card__mini-copy span{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.adventure-equipment-card__mini-icon{width:28px;height:28px;object-fit:contain;border-radius:8px;background:#ffffff0a;flex-shrink:0}.adventure-equipment-card__mini.is-warn .adventure-equipment-card__mini-label,.adventure-equipment-card__mini.is-warn .adventure-equipment-card__mini-copy{color:#ffd1d1}.adventure-equipment-card__mini-empty{color:#f8eed48f;font-size:.72rem;font-weight:600}.adventure-equipment-card__buff-avatar-list{width:100%;display:grid;gap:6px}.adventure-equipment-card__buff-avatar-row{display:grid;gap:6px;width:100%;padding:8px 10px;border-radius:10px;border:1px solid rgba(233,196,112,.14);background:#ffffff08}.adventure-equipment-card__buff-avatar-row.is-warn{border-color:#ff58586b;background:#5c18183d;box-shadow:inset 0 0 0 1px #ff6f6f14}.adventure-equipment-card__buff-avatar-head{display:flex;align-items:center;justify-content:space-between;gap:8px}.adventure-equipment-card__buff-avatar-slot{color:#f8eed4b3;font-size:.7rem;font-weight:800}.adventure-equipment-card__buff-avatar-slot.is-warn,.adventure-equipment-card__buff-avatar-row.is-warn .adventure-equipment-card__buff-avatar-copy strong,.adventure-equipment-card__buff-avatar-row.is-warn .adventure-equipment-card__buff-avatar-copy span,.adventure-equipment-card__buff-avatar-row.is-warn .adventure-equipment-card__buff-avatar-meta,.adventure-equipment-card__buff-avatar-emblem-row.is-warn span{color:#ffd1d1}.adventure-equipment-card__buff-avatar-body{display:flex;align-items:flex-start;gap:10px;min-width:0}.adventure-equipment-card__buff-avatar-icon,.adventure-equipment-card__buff-avatar-empty-icon{width:30px;height:30px;flex:0 0 30px;border-radius:8px;border:1px solid rgba(233,196,112,.18);background:#ffffff0a;object-fit:contain}.adventure-equipment-card__buff-avatar-copy{min-width:0;display:grid;gap:3px}.adventure-equipment-card__buff-avatar-copy strong,.adventure-equipment-card__buff-avatar-copy span{min-width:0;overflow-wrap:anywhere}.adventure-equipment-card__buff-avatar-copy strong{color:#f8eed4;font-size:.79rem}.adventure-equipment-card__buff-avatar-copy span,.adventure-equipment-card__buff-avatar-meta{color:#f8eed4ad;font-size:.71rem}.adventure-equipment-card__buff-avatar-emblems{display:grid;gap:4px;margin-top:2px}.adventure-equipment-card__buff-avatar-emblem-row{display:flex;align-items:center;gap:6px;min-width:0}.adventure-equipment-card__buff-avatar-emblem-row span{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.adventure-equipment-card__buff-avatar-emblem-icon{width:15px;height:15px;flex:0 0 15px;border-radius:4px;background:#ffffff0d;object-fit:contain}.adventure-equipment-card__buff-avatar-emblem-icon.is-warn{background:#5c181857;box-shadow:0 0 0 1px #ff58588c,0 0 8px #ff58582e}.adventure-equipment-card__buff-avatar-emblem-icon.is-empty{border:1px dashed rgba(229,205,156,.38)}.adventure-equipment-card__buff-avatar-empty{color:#f8eed494;font-size:.72rem;font-weight:600}.adventure-equipment-card__avatar-strip--mini{grid-template-columns:repeat(6,minmax(0,1fr));gap:4px;width:100%}.adventure-equipment-card__avatar-strip-item{display:grid;place-items:center;width:100%;min-height:28px;border-radius:8px;border:1px solid rgba(233,196,112,.14);background:#ffffff08}.adventure-equipment-card__avatar-strip-icon{width:22px;height:22px;object-fit:contain}@media (max-width: 640px){.community-toolbar--equipment-view{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;padding:8px 10px;gap:6px}.community-toolbar--equipment-view .community-toolbar__label{grid-column:1 / -1}.adventure-equipment-view-tab{min-height:30px;width:100%;padding:0 8px;font-size:.74rem;line-height:1.15}.adventure-equipment-card__summary-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.adventure-equipment-card__summary-item{padding:6px 7px}.adventure-equipment-card__summary-value{font-size:.74rem}.adventure-equipment-card__buff-avatar-row{padding:7px 8px}}.community-action-row{display:flex;justify-content:center;margin-top:14px}.armory-mobile-card__active{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;border-radius:999px;background:#4d86ff33;color:#dbe7ff;font-weight:700}.armory-mobile-board{position:relative;min-height:210px;border-radius:16px;border:1px solid rgba(212,167,82,.35);background:radial-gradient(circle at center,rgba(255,224,140,.12),transparent 42%),radial-gradient(circle at 50% 50%,rgba(255,214,102,.08),transparent 70%),linear-gradient(180deg,#161212f5,#0c0a0efa);overflow:hidden}.armory-mobile-board:before{content:"";position:absolute;top:12px;right:12px;bottom:12px;left:12px;border:1px solid rgba(212,167,82,.22);border-radius:999px;opacity:.7}.armory-mobile-board:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:linear-gradient(90deg,transparent,rgba(230,183,90,.9),transparent)}.armory-mobile-board--set:before{border-radius:22px}.armory-mobile-board--set{min-height:214px}.armory-mobile-board__slot{position:absolute;width:44px;height:44px;border-radius:12px;border:1px solid rgba(212,167,82,.38);background:#201816d1;display:grid;place-items:center;box-shadow:inset 0 0 0 1px #ffe9ba0f,0 8px 14px #08070b47;z-index:1}.armory-mobile-board__slot--empty{opacity:.5}.armory-mobile-board__empty{width:18px;height:18px;border-radius:6px;border:1px dashed rgba(229,205,156,.42);background:#ffffff05}.armory-mobile-board__slot.rarity-primordial{box-shadow:inset 0 0 0 1px #80ffdc38,0 0 20px #24deb72e}.armory-mobile-board__slot.rarity-epic{box-shadow:inset 0 0 0 1px #ffe2823d,0 0 20px #ffd65c33}.armory-mobile-board__slot.rarity-legend{box-shadow:inset 0 0 0 1px #ffaa823d,0 0 20px #ff92562e}.armory-mobile-board__slot--warn,.armory-mobile-board__slot--warn.rarity-primordial,.armory-mobile-board__slot--warn.rarity-epic,.armory-mobile-board__slot--warn.rarity-legend{border-color:#ff4444fa;box-shadow:inset 0 0 0 1px #ffdede38,0 0 0 2px #ff424270,0 0 18px #ff3a3a6b,0 8px 14px #08070b47;background:linear-gradient(180deg,#381414e6,#220e0ee0)}.armory-mobile-board__icon{width:34px;height:34px;object-fit:contain}.armory-mobile-board__slot--oath{top:18px;left:50%;transform:translate(-50%);width:50px;height:50px}.armory-mobile-board__slot--oath .armory-mobile-board__icon{width:38px;height:38px}.adventure-equipment-card__oath-set-center{position:absolute;left:50%;top:100px;transform:translate(-50%,-50%);display:grid;place-items:center;width:min(152px,calc(100% - 114px));min-height:52px;padding:9px 14px;border-radius:16px;border:1px solid rgba(233,196,112,.22);background:linear-gradient(180deg,#181212eb,#0f0c10d6);box-shadow:inset 0 0 0 1px #ffeec90d,0 10px 22px #06050947;pointer-events:none;z-index:0}.adventure-equipment-card__oath-set-center-copy{display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#f7ebcf;font-size:.84rem;font-weight:900;line-height:1.18;letter-spacing:-.01em;text-align:center;word-break:keep-all;text-shadow:0 1px 6px rgba(0,0,0,.42)}.adventure-equipment-card__oath-set-center.rarity-legend{border-color:#ff9f6e66;background:radial-gradient(circle at 50% 18%,rgba(255,150,98,.22),transparent 58%),linear-gradient(180deg,#2e1610f0,#160c0edb);box-shadow:inset 0 0 0 1px #ffe5c014,0 10px 24px #06050947,0 0 24px #ff87422e}.adventure-equipment-card__oath-set-center.rarity-legend .adventure-equipment-card__oath-set-center-copy{color:#ffd8bc}.adventure-equipment-card__oath-set-center.rarity-unique{border-color:#df82ff61;background:radial-gradient(circle at 50% 20%,rgba(217,105,255,.2),transparent 58%),linear-gradient(180deg,#24122cf0,#120c18db);box-shadow:inset 0 0 0 1px #ffe4ff14,0 10px 24px #06050947,0 0 22px #d365ff2e}.adventure-equipment-card__oath-set-center.rarity-unique .adventure-equipment-card__oath-set-center-copy{color:#f0c7ff}.adventure-equipment-card__oath-set-center.rarity-epic{border-color:#ffdc706b;background:radial-gradient(circle at 50% 18%,rgba(255,223,99,.24),transparent 58%),linear-gradient(180deg,#30240cf0,#140e0adb);box-shadow:inset 0 0 0 1px #fff3c214,0 10px 24px #06050947,0 0 26px #ffd25433}.adventure-equipment-card__oath-set-center.rarity-epic .adventure-equipment-card__oath-set-center-copy{color:#fff0b5}.adventure-equipment-card__oath-set-center.rarity-primordial{border-color:#7affdb5c;background:radial-gradient(circle at 50% 18%,rgba(105,255,215,.18),transparent 58%),linear-gradient(180deg,#0e221cf0,#0a1012db);box-shadow:inset 0 0 0 1px #dbfff314,0 10px 24px #06050947,0 0 24px #4aecbd29}.adventure-equipment-card__oath-set-center.rarity-primordial .adventure-equipment-card__oath-set-center-copy{color:#bfffe8}.armory-mobile-board__slot--armor-1{left:16px;top:18px}.armory-mobile-board__slot--armor-2{left:16px;top:56px}.armory-mobile-board__slot--armor-3{left:16px;top:94px}.armory-mobile-board__slot--armor-4{left:16px;top:132px}.armory-mobile-board__slot--center-1{left:calc(50% - 62px);top:146px}.armory-mobile-board__slot--center-2{left:calc(50% - 22px);top:146px}.armory-mobile-board__slot--center-3{left:calc(50% + 18px);top:146px}.armory-mobile-board__slot--special-1{right:16px;top:18px}.armory-mobile-board__slot--special-2{right:16px;top:56px}.armory-mobile-board__slot--special-3{right:16px;top:94px}.armory-mobile-board__slot--special-4{right:16px;top:132px}.armory-mobile-board__slot--set-left-top-1{left:18px;top:22px}.armory-mobile-board__slot--set-left-top-2{left:66px;top:22px}.armory-mobile-board__slot--set-left-mid-1{left:18px;top:70px}.armory-mobile-board__slot--set-left-mid-2{left:66px;top:70px}.armory-mobile-board__slot--set-left-bottom{left:42px;top:118px}.armory-mobile-board__slot--set-top-right-1{right:66px;top:22px}.armory-mobile-board__slot--set-top-right-2{right:18px;top:22px}.armory-mobile-board__slot--set-right-row-1-col-1{right:66px;top:70px}.armory-mobile-board__slot--set-right-row-1-col-2{right:18px;top:70px}.armory-mobile-board__slot--set-right-row-2-col-1{right:66px;top:118px}.armory-mobile-board__slot--set-right-row-2-col-2{right:18px;top:118px}.armory-mobile-board__slot--set-right-row-3-col-1{right:66px;top:166px}.armory-mobile-board__slot--set-right-row-3-col-2{right:18px;top:166px}.armory-mobile-board--creature{min-height:214px;background:radial-gradient(circle at 50% 56%,rgba(184,95,255,.16),transparent 18%),radial-gradient(circle at 50% 30%,rgba(115,208,255,.16),transparent 28%),linear-gradient(180deg,#0c101af5,#070a10fa)}.armory-mobile-board--creature:before{top:14px;right:18px;bottom:18px;left:18px;border-radius:26px}.armory-mobile-board__slot--creature-clone{left:18px;top:22px}.armory-mobile-board__slot--creature-main{left:50%;top:86px;transform:translate(-50%);width:68px;height:68px;border-radius:16px}.armory-mobile-board__slot--creature-main .armory-mobile-board__icon{width:54px;height:54px}.armory-mobile-board__slot--creature-artifact-1{right:18px;top:22px}.armory-mobile-board__slot--creature-artifact-2{right:18px;top:74px}.armory-mobile-board__slot--creature-artifact-3{right:18px;top:126px}.pledge-mobile-card__slots{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.board-panel .stack-form{display:grid;gap:8px;margin-bottom:12px}.post-list{display:grid;gap:10px}.post-card{border:1px solid #d8e2f5;border-radius:12px;background:#f9fbff;padding:10px}.post-card h3{margin:0}.post-card .meta{margin:4px 0 6px;color:#607493;font-size:.8rem}.post-content{margin:8px 0;white-space:pre-wrap}.auth-panel .mode-switch{display:flex;gap:8px;margin-bottom:10px}.auth-current{margin-bottom:10px;padding:10px;border:1px solid #d7e2f4;border-radius:10px;background:#f8fbff}.auth-current p{margin:4px 0}.social-login-divider{display:flex;align-items:center;gap:10px;margin:18px 0 12px;color:var(--text-muted, #888);font-size:.85rem}.social-login-divider:before,.social-login-divider:after{content:"";flex:1;height:1px;background:var(--line, #dde5f0)}.social-login-buttons{display:flex;flex-direction:column;gap:8px}.social-btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 16px;border-radius:10px;font-size:.95rem;font-weight:500;text-decoration:none;transition:opacity .15s;cursor:pointer}.social-btn:hover{opacity:.85}.social-btn--naver{background:#03c75a;color:#fff}.social-btn--kakao{background:#fee500;color:#000}.social-btn--google{background:#fff;color:#444;border:1px solid #dde5f0}.admin-grid-form{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-grid-form select{border:1px solid #cdd9ee;border-radius:10px;padding:10px 12px;background:#fff;color:var(--text)}.admin-wide-field{grid-column:1 / -1}.admin-source-search{margin-bottom:12px;border:1px solid var(--line);border-radius:12px;background:var(--surface-muted);padding:10px}.admin-source-search h3{margin:0 0 8px;font-size:.95rem}.admin-source-toolbar{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;margin-bottom:8px}.admin-source-empty{margin:2px 0 8px;color:var(--muted);font-size:.82rem}.admin-tab-bar{display:flex;flex-wrap:wrap;gap:8px;margin:10px 0 14px}.admin-tab-btn{border:1px solid var(--line);border-radius:999px;padding:7px 14px;background:var(--surface-muted);color:var(--muted);font-size:.83rem;font-weight:700}.admin-tab-btn.active{border-color:var(--primary);color:var(--text);background:var(--primary-soft)}.admin-meta-item{margin:2px 0 0;color:var(--muted);font-size:.76rem;line-height:1.35}.admin-badge{display:inline-flex;align-items:center;border:1px solid var(--line);border-radius:999px;padding:4px 10px;font-size:.74rem;font-weight:700;color:var(--muted);background:var(--surface)}.admin-badge.saved{color:#1f7a45;border-color:#2ea04347;background:#2ea0431f}.admin-toolbar{display:grid;grid-template-columns:180px minmax(0,1fr) auto;gap:8px;margin-bottom:10px}.admin-toolbar-wide{grid-template-columns:minmax(120px,180px) minmax(0,1fr) auto auto}.ranking-search-box{margin-bottom:12px;border:1px solid #d8e4f7;border-radius:12px;background:linear-gradient(180deg,#f6faff,#fff);padding:10px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:center}.ranking-search-box__input-wrap{position:relative}.ranking-search-box__input-wrap input{width:100%;border:1px solid #c8d8f1;border-radius:10px;background:#fff;color:var(--text);padding:10px 12px;font-size:.9rem;font-weight:600}.ranking-search-box__input-wrap input::placeholder{color:#7590b8;font-weight:500}.ranking-search-box__actions{display:flex;align-items:center;justify-content:flex-end;gap:8px}.admin-check{display:inline-flex;align-items:center;gap:6px;font-size:.84rem;color:var(--muted);font-weight:600}.admin-check input[type=checkbox]{margin:0}.admin-panel-head{display:flex;align-items:center;justify-content:space-between;gap:8px}.admin-kpi-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:10px 0 14px}.admin-kpi-grid--compact{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));margin:8px 0 10px}.admin-kpi-card{border:1px solid var(--line);border-radius:12px;background:var(--surface-muted);padding:10px 12px}.admin-kpi-card h3{margin:0 0 6px;font-size:.95rem}.admin-kpi-card p{margin:4px 0;font-size:.82rem;color:var(--muted)}.admin-health-summary{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.admin-health-lines{display:grid;gap:8px;margin-top:10px}.admin-health-line{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:.82rem}.admin-health-cache-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:8px;margin-top:12px}.admin-health-cache-card{display:grid;gap:4px;padding:10px;border:1px solid var(--line);border-radius:12px;background:var(--surface)}.admin-health-cache-card__head{display:flex;align-items:center;justify-content:space-between;gap:8px}.admin-health-cache-card__head strong{font-size:.86rem}.admin-health-cache-card p{margin:0;font-size:.76rem;line-height:1.45;color:var(--muted)}.admin-health-pill{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:4px 10px;font-size:.75rem;font-weight:700;line-height:1.3;border:1px solid var(--line);background:var(--surface);color:var(--muted)}.admin-health-pill--good{border-color:#2ea04347;background:#2ea0431f;color:#1f7a33}.admin-health-pill--warn{border-color:#d977064d;background:#f59e0b24;color:#9a5a00}.admin-health-pill--danger{border-color:#e84f5f47;background:#e84f5f1f;color:#b42333}.admin-health-pill--muted{color:var(--muted)}.admin-summary-chips{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:10px}.admin-summary-chip{display:inline-flex;align-items:center;border:1px solid var(--line);border-radius:999px;background:var(--surface-muted);color:var(--muted);padding:4px 10px;font-size:.78rem;line-height:1.4}.admin-forecast-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:10px;margin-top:10px}.admin-forecast-grid--small{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.admin-forecast-card{border:1px solid var(--line);border-radius:12px;background:var(--surface-muted);padding:10px 12px}.admin-forecast-card h3{margin:0 0 6px;font-size:.95rem}.admin-forecast-card p{margin:4px 0;font-size:.81rem;color:var(--muted)}.admin-table-wrap{width:100%;overflow:auto}.admin-table{width:100%;min-width:980px;border-collapse:separate;border-spacing:0;background:var(--surface);font-size:.85rem}.admin-table th,.admin-table td{border-bottom:1px solid var(--line);padding:9px 10px;text-align:left;vertical-align:top}.admin-table thead th{position:sticky;top:0;z-index:1;background:var(--surface-strong)}.admin-table th.num,.admin-table td.num{text-align:right}.table-sort-btn{width:100%;border:0;padding:0;margin:0;background:transparent;color:inherit;font:inherit;display:inline-flex;align-items:center;justify-content:flex-start;gap:6px;cursor:pointer}.admin-table th.num .table-sort-btn{justify-content:flex-end}.table-sort-btn.active{color:var(--primary, #2c6ecb);font-weight:700}.table-sort-indicator{min-width:12px;text-align:center;opacity:.8}.admin-table tbody tr:hover td{background:var(--surface-muted)}.admin-table__group-header th{background:var(--surface-strong);font-weight:600;text-align:left;padding:6px 10px;border-top:1px solid var(--border)}.enhance-fame-table{min-width:480px}.enhance-fame-input{width:80px;padding:4px 6px;border:1px solid var(--border);border-radius:4px;background:var(--bg2);color:var(--text);font-size:.85rem;text-align:right}.admin-save-btn{background:var(--primary, #2c6ecb);color:#fff;border:none;border-radius:4px;padding:6px 16px;cursor:pointer;font-size:.85rem}.admin-save-btn:disabled{opacity:.5;cursor:default}.enchant-card-list{display:flex;flex-wrap:wrap;gap:6px}.enchant-card-pill{position:relative;display:inline-flex;align-items:center;min-height:28px;padding:4px 10px;border:1px solid var(--line);border-radius:999px;background:var(--surface);color:var(--text);font-size:.82rem;line-height:1.35;white-space:nowrap}.enchant-card-pill--interactive{-webkit-appearance:none;-moz-appearance:none;appearance:none;font:inherit;text-align:left;cursor:pointer}.enchant-card-pill--interactive:hover,.enchant-card-pill--interactive:focus-visible{border-color:var(--primary);color:var(--primary);outline:none}.enchant-card-tooltip{position:absolute;left:0;top:calc(100% + 8px);z-index:20;display:none;width:min(320px,72vw);padding:10px;border:1px solid var(--line);border-radius:14px;background:var(--surface);color:var(--text);box-shadow:0 18px 36px #0f172a2e;white-space:normal;overflow-wrap:anywhere}.enchant-card-tooltip--portal{position:fixed;top:0;left:0;display:grid;gap:10px;z-index:2000;pointer-events:none;width:min(360px,calc(100vw - 24px));max-width:min(360px,calc(100vw - 24px))}.enchant-card-tooltip__head{display:flex;align-items:flex-start;gap:10px}.enchant-card-tooltip__icon{width:42px;height:42px;min-width:42px;border-radius:10px;border:1px solid var(--line);background:var(--surface-muted);object-fit:cover}.enchant-card-tooltip__icon--fallback{display:inline-flex;align-items:center;justify-content:center;font-size:.72rem;font-weight:700;color:var(--text-soft)}.enchant-card-tooltip__meta{display:grid;gap:3px;min-width:0}.enchant-card-tooltip__meta strong{font-size:.9rem}.enchant-card-tooltip__meta span{font-size:.77rem;color:var(--text-soft)}.enchant-card-tooltip__body{display:grid;gap:6px;max-height:min(52vh,420px);overflow-y:auto;padding-right:2px}.enchant-card-tooltip__line{font-size:.8rem;color:var(--text);line-height:1.45}.enchant-card-tooltip__empty{font-size:.8rem;color:var(--text-soft)}.enchant-card-tooltip__price{display:grid;gap:3px;margin-top:4px;padding:9px 10px;border:1px solid rgba(191,145,28,.28);border-radius:12px;background:linear-gradient(135deg,#fff4d4f2,#fff9eceb),var(--surface);box-shadow:inset 0 1px #ffffffa6}[data-theme=dark] .enchant-card-tooltip__price{border-color:#e1b33757;background:linear-gradient(135deg,#4d3a12f0,#36290eeb),var(--surface);box-shadow:inset 0 1px #ffe09d14}.enchant-card-tooltip__price-label{font-size:.7rem;font-weight:800;letter-spacing:.04em;color:#8a6311;text-transform:uppercase}[data-theme=dark] .enchant-card-tooltip__price-label{color:#f1ca72}.enchant-card-tooltip__price-value{font-size:1rem;line-height:1.2;font-weight:900;color:#5f4305}[data-theme=dark] .enchant-card-tooltip__price-value{color:#ffe6a6}.cycle-tier-history{display:grid;gap:6px}.cycle-tier-history--simple{gap:0}.cycle-tier-history__current{font-size:.86rem;color:var(--text)}.cycle-tier-history__list{display:grid;gap:4px}.cycle-tier-history__list--plain{gap:3px;margin-top:2px}.cycle-tier-history__item{display:grid;gap:2px;padding:6px 8px;border:1px solid var(--line);border-radius:10px;background:var(--surface-muted)}.cycle-tier-history__item--plain{padding:0;border:0;border-radius:0;background:transparent}.cycle-tier-history__date{font-size:.72rem;color:var(--text-soft)}.cycle-tier-history__name{font-size:.8rem;color:var(--text);line-height:1.4}.admin-actions{display:flex;gap:6px;align-items:center}.compare-panel{margin-top:12px;display:grid;gap:12px;min-width:0;max-width:100%}.cmp-root{display:grid;gap:12px;min-width:0;max-width:100%}.cmp-box{border:1px solid var(--line);border-radius:14px;padding:12px;background:var(--surface-muted);min-width:0;max-width:100%;overflow:hidden}.cmp-box__meta{margin-bottom:8px;color:var(--muted);font-size:.81rem;font-weight:700}.cmp-empty{padding:8px 2px;color:var(--muted)}.cmp-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:10px}.cmp-card-grid--two{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch}.cmp-card{border:1px solid var(--line);border-radius:12px;background:var(--surface);padding:10px;min-width:0}.cmp-card--profile{display:grid;grid-template-columns:72px minmax(0,1fr);gap:10px;align-items:center}.cmp-card-grid--two .cmp-card--profile{padding:12px}.cmp-card--link{text-decoration:none;color:inherit;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.cmp-card--link:hover{border-color:#2c78ff42;box-shadow:0 10px 24px #2c78ff14;transform:translateY(-1px)}.cmp-card__thumb{width:72px;height:72px;border:1px solid var(--line);border-radius:10px;overflow:hidden;background:var(--surface-strong)}.cmp-card__thumb img{width:100%;height:100%;display:block;object-fit:cover}.cmp-card__meta{min-width:0;font-size:.82rem;color:var(--muted);display:flex;flex-direction:column;justify-content:center}.cmp-card__line{display:flex;align-items:center;gap:4px;flex-wrap:wrap}.cmp-card__line+.cmp-card__line{margin-top:4px}.cmp-card__dot{margin:0 5px;opacity:.6}.cmp-card__name{color:var(--text);font-weight:700}.cmp-card__server{color:var(--primary);font-weight:700}.cmp-card__fame{color:var(--text)}.cmp-inline-stats{margin-top:10px;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:8px;min-width:0}.cmp-inline-stat{border:1px solid var(--line);border-radius:10px;padding:8px 10px;background:var(--surface);display:flex;justify-content:space-between;gap:10px;min-width:0}.cmp-inline-stat span{color:var(--muted);font-size:.81rem}.cmp-inline-stat strong{color:var(--text);font-variant-numeric:tabular-nums}.cmp-inline-stat.is-pos strong{color:#16a34a}.cmp-inline-stat.is-neg strong{color:#dc2626}.cmp-acc{border:1px solid var(--line);border-radius:12px;background:var(--surface-muted);min-width:0}.cmp-acc+.cmp-acc{margin-top:-2px}.cmp-acc__summary{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:12px 14px;cursor:pointer;list-style:none;font-weight:700}.cmp-acc__summary::-webkit-details-marker{display:none}.cmp-acc__meta{font-size:.78rem;font-weight:500;color:var(--muted)}.cmp-acc__body{padding:10px 12px 14px;min-width:0;overflow:hidden}.cmp-table-wrap{width:100%;max-width:100%;min-width:0;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.cmp-table-wrap--fit-mobile{overflow-x:hidden}.cmp-responsive-mobile,.cmp-responsive-mobile.cmp-mobile-list{display:none!important}.cmp-table{width:100%;min-width:650px;border-collapse:separate;border-spacing:0;background:var(--surface);font-size:.84rem}.cmp-table--fit-mobile{min-width:0;table-layout:fixed}.cmp-table thead th{position:sticky;top:0;z-index:1;background:var(--surface-strong)}.cmp-table th,.cmp-table td{border-bottom:1px solid var(--line);padding:7px 8px;text-align:left;vertical-align:top}.cmp-table .cmp-item-row{gap:6px}.cmp-table .cmp-item-icon,.cmp-table .cmp-item-icon--empty{width:32px;height:32px}.cmp-table .cmp-main{line-height:1.28}.cmp-table .cmp-meta{margin-top:1px;font-size:.74rem;line-height:1.28}.cmp-table tbody tr:hover td{background:var(--surface-muted)}.cmp-table .is-num{text-align:right;font-variant-numeric:tabular-nums}.cmp-table .is-pos{color:#16a34a}.cmp-table .is-neg{color:#dc2626}.seoeops-ranking-table{table-layout:fixed}.seoeops-ranking-table th,.seoeops-ranking-table td{vertical-align:middle}.seoeops-ranking-table__rank,.seoeops-ranking-table__metric-head,.seoeops-ranking-table__metric-cell{text-align:center!important;font-variant-numeric:tabular-nums}.seoeops-ranking-table__character-head,.seoeops-ranking-table__character-cell{text-align:left!important}.seoeops-ranking-table__character-link{display:flex;align-items:center;gap:10px;color:inherit;text-decoration:none;min-width:0}.seoeops-ranking-table__thumb{width:40px;height:40px;object-fit:contain;object-position:bottom;background:var(--surface-muted);border-radius:8px;border:1px solid var(--line);flex-shrink:0}.seoeops-ranking-table__character-meta{min-width:0}.seoeops-ranking-table__character-name{font-weight:700;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.seoeops-ranking-table__character-sub{font-size:.78rem;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cmp-label{font-size:.75rem;font-weight:700;color:var(--muted);margin-bottom:2px}.cmp-main{color:var(--text);font-weight:600;min-width:0;overflow-wrap:anywhere;word-break:break-word}.cmp-main.rarity-primordial{color:#3ca36f}.cmp-main.rarity-epic{color:#ffd85a}.cmp-main.rarity-legend{color:#ff9960}.cmp-main.rarity-unique{color:#d76bff}.cmp-main.rarity-rare{color:#2269d9}.cmp-meta{margin-top:2px;color:var(--muted);font-size:.77rem;line-height:1.35;min-width:0;overflow-wrap:anywhere;word-break:break-word}.cmp-item-row{display:flex;align-items:flex-start;gap:8px;min-width:0;max-width:100%}.cmp-item-row>div{min-width:0;max-width:100%}.cmp-emblem-list{display:grid;gap:3px;margin-top:5px;min-width:0}.cmp-emblem-line{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:5px;min-width:0}.cmp-emblem-line__name{font-size:.66rem;line-height:1.2;color:var(--muted);min-width:0;overflow-wrap:anywhere;word-break:break-word}.cmp-emblem-icon{width:18px;height:18px;border-radius:4px;object-fit:contain;background:var(--surface-muted);border:1px solid var(--line);flex-shrink:0}.cmp-emblem-icon--empty{opacity:.45}.cmp-skill-icon-fallback{width:26px;height:26px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;font-size:.72rem;font-weight:800;color:#fff;background:linear-gradient(135deg,#4f86ff,#2757c9)}.cmp-skill-icon-fallback--image{object-fit:contain;background:var(--surface-muted);border:1px solid var(--line);padding:2px}.cmp-skill-icon-fallback.is-passive{background:linear-gradient(135deg,#5a677b,#334156)}.cmp-skill-badges{display:flex;flex-wrap:wrap;gap:4px;margin-top:4px}.cmp-mobile-list{display:grid;gap:10px}.cmp-inline-compare-list{display:grid;gap:8px}.cmp-inline-compare-row{border:1px solid var(--line);border-radius:12px;background:var(--surface);padding:7px 8px;display:grid;gap:6px}.cmp-inline-compare-row__head{display:flex;align-items:center;justify-content:space-between;gap:6px}.cmp-inline-compare-row__head strong{font-size:.77rem}.cmp-inline-compare-row__diff{font-size:.75rem;font-weight:800;white-space:nowrap;color:var(--text)}.cmp-inline-compare-row__diff.is-pos{color:#16a34a}.cmp-inline-compare-row__diff.is-neg{color:#dc2626}.cmp-inline-compare-row__body{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;position:relative;align-items:start}.cmp-inline-compare-row__body:before{content:"";position:absolute;top:2px;bottom:2px;left:calc(50% - .5px);width:1px;background:color-mix(in srgb,var(--line) 78%,transparent)}.cmp-inline-compare-cell{min-width:0;padding:0 3px}.cmp-inline-compare-cell .cmp-item-row{gap:5px}.cmp-inline-compare-cell .cmp-item-icon,.cmp-inline-compare-cell .cmp-item-icon--empty{width:24px;height:24px}.cmp-inline-compare-cell .cmp-emblem-icon{width:14px;height:14px}.cmp-inline-compare-cell .cmp-emblem-line__name{font-size:.6rem}.cmp-inline-compare-cell .cmp-skill-icon-fallback{width:20px;height:20px;font-size:.6rem;border-radius:6px}.cmp-inline-compare-cell .cmp-main{font-size:.71rem;line-height:1.22;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cmp-inline-compare-cell .cmp-meta{font-size:.63rem;line-height:1.18;margin-top:1px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cmp-skill-filter-row{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px;flex-wrap:wrap}.cmp-skill-filter-button{border:1px solid var(--line);background:var(--surface-muted);color:var(--text);border-radius:999px;padding:6px 10px;font-size:.75rem;font-weight:700;cursor:pointer}.cmp-skill-filter-button.is-active{background:color-mix(in srgb,var(--primary) 12%,var(--surface-muted));border-color:color-mix(in srgb,var(--primary) 28%,var(--line));color:var(--primary)}.cmp-skill-filter-meta{font-size:.72rem;color:var(--muted)}.cmp-mobile-card{border:1px solid var(--line);border-radius:12px;background:var(--surface);padding:10px;display:grid;gap:10px}.cmp-mobile-card__head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.cmp-mobile-card__diff{font-size:.8rem;font-weight:800;white-space:nowrap;color:var(--text)}.cmp-mobile-card__diff.is-pos{color:#16a34a}.cmp-mobile-card__diff.is-neg{color:#dc2626}.cmp-mobile-card__body{display:grid;gap:10px}.cmp-mobile-card__item{display:grid;gap:4px;min-width:0}.cmp-mobile-card--compare .cmp-mobile-card__body{grid-template-columns:repeat(2,minmax(0,1fr));align-items:flex-start;gap:10px}.cmp-mobile-card--compare .cmp-mobile-card__item{min-width:0}.cmp-mobile-card--compare .cmp-item-row{align-items:flex-start}.cmp-mobile-card--compare .cmp-item-row>div{min-width:0}.cmp-mobile-card__metrics-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.cmp-mobile-card__metric{border:1px solid var(--line);border-radius:10px;background:var(--surface-muted);padding:8px 9px;display:grid;gap:2px}.cmp-mobile-card__metric span,.cmp-mobile-card__metric small{color:var(--muted);font-size:.73rem}.cmp-mobile-card__metric strong{color:var(--text);font-size:.86rem;font-variant-numeric:tabular-nums}.cmp-item-icon{width:40px;height:40px;flex-shrink:0;border-radius:4px;object-fit:contain;background:var(--surface2, #2a2a2a)}.cmp-item-icon--empty{display:block;width:40px;height:40px;flex-shrink:0}.cmp-creature-bundle{display:flex;flex-wrap:wrap;gap:4px;width:84px;min-width:84px}.cmp-creature-bundle__icon{display:inline-flex;align-items:center;justify-content:center}.cmp-creature-bundle .cmp-item-icon{width:24px;height:24px;border-radius:6px}[data-theme=dark] .brand-mark{box-shadow:0 8px 16px #00000059}[data-theme=dark] .menu a{color:#cad8f7;background:var(--surface)}[data-theme=dark] .menu a.active{border-color:#5d8fff;background:var(--primary-soft);color:#dbe8ff}[data-theme=dark] .hero{background:linear-gradient(130deg,#5d8fff2e,#233a6273),var(--surface)}[data-theme=dark] .hero-home{background:linear-gradient(130deg,#427cff47,#2742708f),linear-gradient(20deg,rgba(35,92,185,.3),transparent),var(--surface)}[data-theme=dark] .eyebrow{color:#85aefb}[data-theme=dark] .hero-tags span{border-color:#3d5380;background:#1a2a47;color:#c6d6f6}[data-theme=dark] .creator-adventure-card{background:linear-gradient(135deg,#2878ff1f,#111c30f5)}[data-theme=dark] .creator-adventure-card__members{background:linear-gradient(180deg,#2878ff1a,#2878ff00)}[data-theme=dark] .creator-contact-panel--stack{background:radial-gradient(circle at top right,rgba(67,118,255,.16),transparent 34%),linear-gradient(180deg,#111a2bf5,#101826fa)}[data-theme=dark] .creator-contact-cta{border-color:#5d8fff47;background:linear-gradient(135deg,#2878ff2e,#0f1e3ab8),var(--surface)}[data-theme=dark] .ranking-search-box{border-color:#32486f;background:linear-gradient(180deg,#152440,#111b2f)}[data-theme=dark] .ranking-search-box__input-wrap input{border-color:#3b4f75;background:#15253f;color:var(--text)}[data-theme=dark] .ranking-search-box__input-wrap input::placeholder{color:#8fa7cd}[data-theme=dark] .chip{border-color:#3b4f75;background:#182640;color:#c2d2f1}[data-theme=dark] .chip.active{border-color:#6d9cff;color:#dbe8ff;background:#213b66}[data-theme=dark] input,[data-theme=dark] textarea,[data-theme=dark] .admin-grid-form select,[data-theme=dark] .lockbox-form select{border-color:#3a4d73;background:#121c31;color:var(--text)}[data-theme=dark] .ghost-btn{border-color:#486090;background:#1b2b49;color:#d1defa}[data-theme=dark] .mini-link{border-color:#516a9c;background:#223a63;color:#d8e5ff}[data-theme=dark] .detail-top-toolbar .mini-link{border-color:#486090;background:#1b2b49;color:#d1defa}[data-theme=dark] .history-chip,[data-theme=dark] .result-card,[data-theme=dark] .mini-row,[data-theme=dark] .board-row,[data-theme=dark] .status-row,[data-theme=dark] .equip-row,[data-theme=dark] .set-card,[data-theme=dark] .post-card,[data-theme=dark] .auth-current,[data-theme=dark] .buff-box{border-color:#33486f;background:var(--surface-muted)}[data-theme=dark] .social-btn--google{background:#1e2f4a;color:#d1defa;border-color:#33486f}[data-theme=dark] .history-chip-btn.active{border-color:#5f83c5;background:#203556;color:#deebff}[data-theme=dark] .home-kpi-card,[data-theme=dark] .home-rank-item,[data-theme=dark] .home-recent-item,[data-theme=dark] .home-server-card,[data-theme=dark] .stats-chart-panel,[data-theme=dark] .stats-donut-card{border-color:#344a72;background:var(--surface-muted)}[data-theme=dark] .home-kpi-card span,[data-theme=dark] .home-rank-main p,[data-theme=dark] .home-rank-score span,[data-theme=dark] .home-recent-item p,[data-theme=dark] .home-recent-item span,[data-theme=dark] .home-server-card p,[data-theme=dark] .home-kpi-meta{color:var(--muted)}[data-theme=dark] .home-kpi-card strong,[data-theme=dark] .home-rank-main strong,[data-theme=dark] .home-rank-score strong,[data-theme=dark] .home-recent-item strong,[data-theme=dark] .home-server-card strong,[data-theme=dark] .home-subtitle,[data-theme=dark] .stats-bin-count,[data-theme=dark] .stats-donut-legend-value{color:var(--text)}[data-theme=dark] .stats-bin-label{color:var(--muted)}[data-theme=dark] .stats-donut-track{fill:#2a3f64}[data-theme=dark] .stats-donut-hole{fill:var(--surface-muted)}[data-theme=dark] .stats-donut-total-label,[data-theme=dark] .stats-donut-legend-label{color:var(--muted);fill:var(--muted)}[data-theme=dark] .stats-donut-total-value{fill:var(--text)}[data-theme=dark] .stats-bin-bar-wrap{background:#223456}[data-theme=dark] .stats-bin-bar{background:linear-gradient(90deg,#4b87ff,#6fa7ff)}[data-theme=dark] .result-card .search-match-line{color:#9dc0ff}[data-theme=dark] .equip-row-set{background:#18263f}[data-theme=dark] .equip-slot{border-right-color:#33486f;color:#c7d8fb}[data-theme=dark] .result-card img,[data-theme=dark] .mini-row img,[data-theme=dark] .character-avatar,[data-theme=dark] .equip-icon,[data-theme=dark] .cmp-card__thumb{border-color:#37507a;background:#0f1729}[data-theme=dark] .board-row p,[data-theme=dark] .mini-row p,[data-theme=dark] .result-card p,[data-theme=dark] .post-card .meta,[data-theme=dark] .overview-top p,[data-theme=dark] .set-card p,[data-theme=dark] .buff-box p,[data-theme=dark] .status-row span,[data-theme=dark] .equip-subtext,[data-theme=dark] .equip-upgrade-sub{color:var(--muted)}[data-theme=dark] .admin-health-pill--good{color:#90e0a2}[data-theme=dark] .admin-health-pill--warn{color:#ffd08a}[data-theme=dark] .admin-health-pill--danger{color:#ffb4bc}[data-theme=dark] .public-health-chip--good{color:#90e0a2}[data-theme=dark] .public-health-chip--warn{color:#ffd08a}[data-theme=dark] .public-health-chip--danger{color:#ffb4bc}[data-theme=dark] .floating-runtime-toast{background:var(--surface-strong);color:var(--text)}[data-theme=dark] .floating-runtime-toast--warn{background:#2f2410;color:#ffd08a}[data-theme=dark] .floating-runtime-toast--danger{background:#32161c;color:#ffb4bc}[data-theme=dark] .buff-kv,[data-theme=dark] .buff-part-card,[data-theme=dark] .buff-phase-card,[data-theme=dark] .buff-detail-acc,[data-theme=dark] .reinforce-card,[data-theme=dark] .reinforce-section{border-color:#33486f;background:var(--surface)}[data-theme=dark] .buff-kv strong,[data-theme=dark] .buff-part-card h4,[data-theme=dark] .buff-phase-card h4,[data-theme=dark] .buff-gear-group h4,[data-theme=dark] .reinforce-card strong,[data-theme=dark] .reinforce-section h3{color:var(--text)}[data-theme=dark] .buff-kv span,[data-theme=dark] .buff-part-sub,[data-theme=dark] .buff-no-detail,[data-theme=dark] .buff-gear-total,[data-theme=dark] .reinforce-card span,[data-theme=dark] .reinforce-card p{color:var(--muted)}[data-theme=dark] .reinforce-type-badge.is-reinforce{background:#1a2d55;color:#7da4f5}[data-theme=dark] .reinforce-type-badge.is-amplify{background:#3a2010;color:#f59842}[data-theme=dark] .reinforce-bar-track{background:#253550}[data-theme=dark] .reinforce-step-ticket{color:#8aaac8}[data-theme=dark] .reinforce-group-divider td{color:#566f8a;background:#111e33;border-color:#253550}[data-theme=dark] .item-timeline-thumb{border-color:#37507a;background:#0f1729}[data-theme=dark] .item-timeline-thumb-empty{border-color:#3a527c;background:#15233a}[data-theme=dark] .buff-score-line{border-color:#3a527c;background:#1a2d4a;color:#dce8ff}[data-theme=dark] .buff-formula-note{border-color:#425c88;background:#16243d}[data-theme=dark] .buff-detail-acc summary{color:#d5e4ff}[data-theme=dark] .buff-detail-acc__body{border-top-color:#304768}[data-theme=dark] .buff-gear-total{background:#182a46}[data-theme=dark] .buff-sim-panel,[data-theme=dark] .buff-sim-skill-row{border-color:#33486f;background:var(--surface)}[data-theme=dark] .buff-sim-field span,[data-theme=dark] .buff-sim-meta{color:var(--muted)}[data-theme=dark] .buff-sim-input{border-color:#38507b;background:#121f35;color:var(--text)}[data-theme=dark] .buff-sim-result-score,[data-theme=dark] .buff-sim-chip{border-color:#3b5480;background:#1a2d4a;color:#dce8ff}[data-theme=dark] .beta-badge{border-color:#dfc5758c;background:#76540047;color:#f9e7b0}[data-theme=dark] .sandbag-tag{border-color:#3a5380;background:#162843;color:#d6e6ff}[data-theme=dark] .sandbag-tag--evo{border-color:#4972b5;background:#18325a;color:#b8d7ff}[data-theme=dark] .sandbag-tag--enh{border-color:#4b679f;background:#1a2d4d;color:#c7dbff}[data-theme=dark] .sandbag-tag--setdmg{border-color:#2f6b50;background:#153127;color:#93dfb7}[data-theme=dark] .sandbag-tag--setcd{border-color:#2f6170;background:#152d35;color:#8dd4e8}[data-theme=dark] .sandbag-tag--mult{border-color:#746338;background:#2d2717;color:#f2d28c}[data-theme=dark] .buff-enchant-actions .buff-sim-chip{border-color:#3b5480}[data-theme=dark] .buff-enchant-top-panel{border-color:#33486f;background:var(--surface)}[data-theme=dark] .buff-enchant-sort{color:var(--muted)}[data-theme=dark] .buff-enchant-sort select{border-color:#3b5480;background:#121f35;color:var(--text)}[data-theme=dark] .status-row strong,[data-theme=dark] .equip-upgrade-main{color:var(--text)}[data-theme=dark] .cmp-inline-stat.is-pos strong,[data-theme=dark] .cmp-table .is-pos{color:#4ade80}[data-theme=dark] .cmp-inline-stat.is-neg strong,[data-theme=dark] .cmp-table .is-neg{color:#fb7185}[data-theme=dark] .admin-table tbody tr:hover td{background:var(--surface-muted)}[data-theme=dark] .admin-forecast-card{border-color:#3c527a;background:#15233b}[data-theme=dark] .home-quick-card,[data-theme=dark] .home-personal-card,[data-theme=dark] .home-fame-search,[data-theme=dark] .home-fame-result-item,[data-theme=dark] .home-personal-item,[data-theme=dark] .search-suggest-box{background:var(--surface-muted);border-color:var(--line)}[data-theme=dark] .home-quick-card p,[data-theme=dark] .home-personal-card p,[data-theme=dark] .home-personal-item span,[data-theme=dark] .home-fame-result-item span,[data-theme=dark] .search-suggest-empty,[data-theme=dark] .search-suggest-item span{color:var(--muted)}[data-theme=dark] .search-suggest-item{background:var(--surface-muted);border-bottom-color:var(--line)}[data-theme=dark] .equip-upgrade-main.amp{color:#ff7cff}[data-theme=dark] .empty{color:#9ab0d9}@media (max-width: 1100px){.cmp-responsive-desktop{display:none!important}.cmp-responsive-mobile,.cmp-responsive-mobile.cmp-mobile-list{display:grid!important;gap:10px}.cmp-table-wrap--fit-mobile{overflow-x:hidden}.cmp-table--fit-mobile{min-width:0;font-size:.76rem}.cmp-table--fit-mobile th,.cmp-table--fit-mobile td{padding:7px 5px}.cmp-table--fit-mobile th:first-child,.cmp-table--fit-mobile td:first-child{width:44px}.cmp-table--fit-mobile th.is-num,.cmp-table--fit-mobile td.is-num{width:54px}.cmp-table--fit-mobile .cmp-item-row{gap:5px}.cmp-table--fit-mobile .cmp-item-icon,.cmp-table--fit-mobile .cmp-item-icon--empty{width:28px;height:28px}.cmp-table--fit-mobile .cmp-main{font-size:.73rem;line-height:1.28;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cmp-table--fit-mobile .cmp-meta{font-size:.66rem;line-height:1.24;margin-top:1px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cmp-table--fit-mobile .equip-inline-badge{font-size:.58rem;padding:1px 5px;border-radius:999px}.dashboard-grid{grid-template-columns:1fr}.home-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-intel-grid{grid-template-columns:1fr}.home-quick-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-personal-grid{grid-template-columns:1fr}.lockbox-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.lockbox-field-grid{grid-template-columns:1fr}.lockbox-result-tools{display:grid;grid-template-columns:1fr}.lockbox-result-tools input,.lockbox-result-tools select{width:100%}.update-status-mobile-card__metrics{grid-template-columns:1fr}.side-panel{order:2}.home-search-inner{grid-template-columns:1fr}.home-search-favorites{border-left:0;border-top:1px solid var(--line);padding-left:0;padding-top:16px}}@media (max-width: 860px){.app-shell{grid-template-columns:1fr}.content{padding:82px 14px calc(98px + env(safe-area-inset-bottom,0px))}.hero{flex-direction:column;align-items:flex-start}.hero-tags{width:100%}.hero-tags span{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-section-head{flex-direction:column;align-items:flex-start}.equip-row{grid-template-columns:62px minmax(0,1fr) 76px;gap:6px}.equip-upgrade{grid-column:auto;justify-self:end;text-align:right;width:76px}.buff-sim-layout{grid-template-columns:1fr}.reinforce-head{flex-direction:column;align-items:flex-start}.reinforce-toolbar{width:100%;justify-content:space-between;flex-wrap:wrap}.reinforce-toolbar>.ghost-btn{width:100%}.reinforce-periods{width:100%;gap:6px}.reinforce-periods .chip{flex:1 1 calc(50% - 3px);justify-content:center}.reinforce-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.reinforce-card,.reinforce-section{padding:9px}.reinforce-card strong{font-size:.94rem}.reinforce-card p{font-size:.74rem}.item-timeline-head{flex-direction:column;align-items:flex-start}.item-timeline-mobile-overview-card,.item-timeline-mobile-fold>summary,.item-timeline-mobile-fold .timeline-summary-mobile-list,.item-timeline-mobile-fold .item-timeline-mobile-filter-stack,.item-timeline-mobile-card{padding-left:10px;padding-right:10px}.item-timeline-mobile-fold>summary{align-items:flex-start}.item-timeline-mobile-fold>summary:after{margin-top:1px}.item-timeline-chip-grid .history-chip{padding:6px 9px;font-size:.74rem}.item-timeline-search-form,.item-timeline-search-form--mobile,.result-grid{grid-template-columns:1fr}.table-wrap{margin-top:10px}.mobile-topbar{position:fixed;top:0;left:0;right:0;z-index:72;display:flex;align-items:center;gap:10px;padding:10px 12px;background:#ffffffe6;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid rgba(214,227,246,.95)}.mobile-only{display:block!important}.desktop-only{display:none!important}.mobile-topbar .brand{min-width:0;flex:1 1 auto}.brand--mobile{gap:10px}.brand--mobile .brand-mark{width:34px;height:34px;border-radius:11px;font-size:1.1rem}.brand--mobile strong{font-size:.92rem}.brand--mobile p{font-size:.7rem;margin-top:1px}.mobile-topbar__actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.mobile-topbar__status{padding:6px 8px;font-size:.69rem;min-width:0;max-width:110px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.side-nav-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:78;display:block;border:0;background:#07101f6b;padding:0}.app-shell--mobile .side-nav{position:fixed;top:0;left:0;bottom:0;z-index:79;width:min(86vw,320px);height:100dvh;border-right:1px solid var(--line);border-bottom:0;display:flex;flex-direction:column;gap:16px;padding:18px 14px 22px;overflow-y:auto;background:linear-gradient(170deg,var(--surface-muted) 0%,var(--bg) 30%,var(--surface) 100%);box-shadow:0 24px 48px #06132d38;transition:transform .2s ease,opacity .2s ease}.app-shell--mobile .side-nav.side-nav--collapsed{transform:translate(-104%);opacity:0;pointer-events:none;padding:18px 14px 22px;border-right:1px solid var(--line)}.app-shell--mobile .side-nav .menu,.app-shell--mobile .side-nav .account-box{display:grid}.app-shell--mobile .side-nav .public-health-chip:not(.public-health-chip--mobile){display:inline-flex}.app-shell--mobile .side-nav .theme-toggle{display:none}.app-shell--mobile .side-nav .menu-bottom{margin-top:4px}.search-page{gap:14px}.search-page__mode-row,.search-page__server-row,.search-page__preview-modes,.item-timeline-chip-row{flex-wrap:nowrap;overflow-x:auto;padding-bottom:4px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.search-page__mode-row::-webkit-scrollbar,.search-page__server-row::-webkit-scrollbar,.search-page__preview-modes::-webkit-scrollbar,.item-timeline-chip-row::-webkit-scrollbar{display:none}.search-page__preview-head{align-items:flex-start}.item-timeline-search-form{width:100%}.item-timeline-search-form button[type=submit],.item-timeline-search-form .ghost-btn{min-height:40px}.community-header{padding:14px;gap:12px;border-radius:14px}.community-header__main{gap:10px}.community-header__title{font-size:1.22rem}.community-header__summary{grid-template-columns:repeat(2,minmax(0,1fr))}.community-header__metric{padding:9px 10px}.community-header__actions{width:100%;justify-items:stretch}.community-header__actions .ghost-btn{width:100%}.community-header__actions p{text-align:left}.community-tab-strip{flex-wrap:nowrap;overflow-x:auto;padding-bottom:4px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.community-tab-strip::-webkit-scrollbar{display:none}.community-toolbar,.community-toolbar--split{display:grid;justify-content:stretch;gap:8px}.community-toolbar__group{width:100%}.community-display-mode-tabs{width:100%;grid-template-columns:repeat(2,minmax(0,1fr))}.community-display-mode-tab{width:100%;justify-content:center;padding:6px 10px;font-size:.77rem;text-align:center}.community-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.community-card-grid--wide{grid-template-columns:1fr}.community-adventure-card__metrics{gap:3px}.community-recent-card__meta-line{align-items:flex-start}.detail-tab-strip{margin-bottom:14px!important;padding:10px!important;border-radius:14px}.detail-top-toolbar .card-actions{width:100%;justify-content:flex-start}.char-overview-header{gap:16px;margin-bottom:16px;padding-bottom:16px}.char-overview-img-col,.char-overview-info-col,.char-overview-chart-col{width:100%}.char-overview-info-col{flex:1 1 auto}.char-overview-chart-col{align-items:stretch}.detail-chart-stack{flex-direction:column!important;align-items:center!important;width:100%}.app-shell--mobile .char-overview-header{gap:10px;margin-bottom:12px;padding-bottom:0;border-bottom:0}.app-shell--mobile .char-overview-profile-card{width:100%;display:grid;grid-template-columns:1fr;align-items:flex-start;gap:8px;padding:8px;border:1px solid var(--line);border-radius:14px;background:var(--surface);box-shadow:0 14px 30px #0c1c3a0f;overflow:hidden}.app-shell--mobile .char-overview-img-col{top:22px;right:0;bottom:46px;left:0}.app-shell--mobile .char-overview-visual-card{min-height:234px;border-radius:13px;width:100%;max-width:100%}.app-shell--mobile .char-overview-avatar-shell{width:136px;min-height:162px}.app-shell--mobile .char-overview-img{grid-area:auto;width:128px;height:154px}.app-shell--mobile .char-overview-info-col{width:auto;min-width:0;padding:0;gap:4px;border:0;border-radius:0;background:transparent;box-shadow:none}.app-shell--mobile .char-overview-name{font-size:1.22rem;line-height:1.15;letter-spacing:-.03em}.app-shell--mobile .char-overview-server{font-size:.66rem}.app-shell--mobile .char-overview-fame{margin:0;gap:4px;font-size:1.28rem}.app-shell--mobile .char-overview-fame:before{content:"명성";font-size:.66rem;color:var(--muted);letter-spacing:.02em;font-weight:700}.app-shell--mobile .char-overview-fame-star{font-size:.92rem}.app-shell--mobile .char-overview-chips{margin-bottom:0}.app-shell--mobile .char-overview-chip{min-height:24px;padding:0 7px;font-size:.66rem;font-weight:700}.app-shell--mobile .char-overview-summary-card{padding:7px 9px;border-radius:11px;gap:5px}.app-shell--mobile .char-overview-meta-card{padding:6px 9px 8px;border-radius:11px;gap:3px}.app-shell--mobile .char-overview-meta-list{margin-top:0}.app-shell--mobile .char-overview-meta-label{font-size:.64rem}.app-shell--mobile .char-overview-meta-value{font-size:.69rem}.app-shell--mobile .char-overview-meta-row{gap:8px;padding:6px 0}.app-shell--mobile .char-overview-history-box{margin-top:0;padding:7px 8px;border-radius:9px}.app-shell--mobile .char-overview-history-label{font-size:.64rem;margin-bottom:4px}.app-shell--mobile .char-overview-history-list{gap:4px}.app-shell--mobile .char-overview-history-date{font-size:.6rem}.app-shell--mobile .char-overview-history-value{font-size:.68rem}.app-shell--mobile .char-overview-footer{margin-top:0;padding:0 1px}.app-shell--mobile .char-overview-footer-label{font-size:.63rem}.app-shell--mobile .char-overview-footer-value{font-size:.68rem}.app-shell--mobile .char-overview-chart-col{width:100%;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.app-shell--mobile .detail-chart-stack{gap:10px!important;width:100%;min-width:0;overflow:visible}.app-shell--mobile .char-overview-chart-card{min-width:0;width:100%;max-width:100%;padding:9px 10px 8px;border-radius:13px;overflow:visible}.app-shell--mobile .detail-page-shell,.app-shell--mobile .detail-grid,.app-shell--mobile .detail-tab-panel,.app-shell--mobile .detail-tab-strip,.app-shell--mobile .detail-tabs,.app-shell--mobile .char-overview-header,.app-shell--mobile .char-overview-profile-card,.app-shell--mobile .char-overview-visual-card,.app-shell--mobile .char-overview-info-col,.app-shell--mobile .char-overview-chart-card{min-width:0;max-width:100%}.app-shell--mobile .char-overview-chart-card svg,.app-shell--mobile .detail-chart-stack svg{max-width:100%;height:auto}.app-shell--mobile .char-overview-visual-card__identity{min-width:0;width:100%;justify-content:center}.app-shell--mobile .char-overview-visual-card__top{align-items:center}.app-shell--mobile .char-overview-visual-card__identity{align-items:center;justify-content:center;text-align:center}.app-shell--mobile .char-overview-name,.app-shell--mobile .char-overview-visual-card__job{max-width:100%;overflow:hidden;text-overflow:ellipsis}.app-shell--mobile .char-overview-chart-card__head strong{font-size:.76rem}.app-shell--mobile .char-overview-chart-card__head span{font-size:.64rem}.app-shell--mobile .detail-hero{padding:8px 10px;border-radius:13px;gap:5px}.app-shell--mobile .detail-hero__top{display:grid;grid-template-columns:1fr;align-items:start;gap:5px}.app-shell--mobile .detail-hero__copy{gap:2px;padding-right:48px}.app-shell--mobile .detail-hero__title-row{gap:4px}.app-shell--mobile .detail-hero__title{font-size:1.18rem}.app-shell--mobile .detail-hero__back,.app-shell--mobile .detail-hero__server{font-size:.66rem}.app-shell--mobile .detail-hero__refresh{width:auto;min-width:0;min-height:22px;padding:0;font-size:.64rem}.app-shell--mobile .detail-hero__links{width:100%;gap:5px}.app-shell--mobile .detail-hero__meta-pill{min-height:22px;padding:0 7px;font-size:.64rem}.app-shell--mobile .detail-loading-card{gap:5px;padding:14px;border-radius:13px}.app-shell--mobile .community-loading-card{margin-bottom:10px}.app-shell--mobile .detail-loading-card__title{font-size:.86rem}.app-shell--mobile .detail-loading-card__copy{font-size:.72rem}.app-shell--mobile .detail-tab-strip{margin-bottom:14px;padding:7px 8px 8px;border-radius:12px}.app-shell--mobile .detail-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;width:100%;overflow:visible;padding-bottom:0;margin-right:0}.app-shell--mobile .detail-tabs::-webkit-scrollbar{display:none}.app-shell--mobile .detail-tab-btn{flex:none;width:100%;min-width:0;min-height:38px;white-space:normal;word-break:keep-all;text-align:center;justify-content:center;line-height:1.2;padding:8px 6px;border-radius:11px;font-size:.74rem}.search-home-bottom-grid{grid-template-columns:1fr;gap:12px}.channel-rank-item{flex-direction:column;align-items:stretch;gap:7px}.channel-rank-list{grid-template-columns:1fr}.channel-rank-item__stats{justify-content:flex-start}.search-page__channel-filters{width:100%;justify-content:flex-start}.primordial-distribution-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ranking-mobile-card__head{flex-direction:column;align-items:stretch}.ranking-mobile-card__score{text-align:left}.mobile-bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:40;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));border-top:1px solid var(--line);background:#fffffff5;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 -8px 22px #09162d24}.public-health-chip--mobile{display:none}.floating-runtime-toast{left:12px;right:12px;bottom:108px;max-width:none}.mobile-bottom-nav a,.mobile-bottom-nav button{padding:10px 8px;text-align:center;font-size:.74rem;color:var(--muted);font-weight:700;border:0;border-radius:0;background:transparent}.mobile-bottom-nav a.active,.mobile-bottom-nav button.active{color:var(--primary)}.buff-enchant-actions{align-items:stretch;gap:6px}.buff-enchant-sort{width:100%;justify-content:space-between;flex-wrap:wrap}.buff-enchant-top-panel{padding:9px;gap:8px}.buff-enchant-top-panel h4{font-size:.86rem;line-height:1.35}.buff-sim-chip{width:100%;padding:6px 8px;font-size:.7rem;line-height:1.4;white-space:normal}.spec-sim-mobile-list{gap:8px}.spec-sim-mobile-card{padding:9px;gap:8px;border-radius:11px}.spec-sim-mobile-card__category{font-size:.82rem}.spec-sim-mobile-card__section{padding:7px 8px}.spec-sim-mobile-card__label{font-size:.65rem}.spec-sim-mobile-card__metrics{gap:6px}.spec-sim-mobile-card__metric{padding:6px 7px}.spec-sim-mobile-card__metric span{font-size:.63rem}.spec-sim-mobile-card__metric strong{font-size:.75rem}.item-timeline-search-form{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center}}@media (max-width: 620px){.side-nav{grid-template-columns:1fr;gap:8px;padding:14px 12px}.creator-contact-grid{grid-template-columns:1fr}.creator-contact-panel--stack{padding:16px}.creator-adventure-card__meta{gap:8px;font-size:.74rem}.creator-adventure-card__members{gap:6px;padding:10px}.creator-adventure-card__member-thumb{height:82px}.creator-adventure-card__member span{font-size:.7rem}.creator-contact-cta{flex-direction:column;align-items:stretch;padding:14px}.creator-contact-button{width:100%}.community-header{padding:10px}.community-header__summary{grid-template-columns:1fr 1fr;gap:5px}.community-header__metric{padding:7px 8px}.community-header__metric strong{font-size:.84rem}.community-card-grid{gap:6px;grid-template-columns:repeat(2,minmax(0,1fr))}.community-card-grid.community-card-grid--equipment{gap:8px;grid-template-columns:1fr}.community-character-card__top{min-height:48px;padding:5px 5px 0}.community-character-card__job{font-size:.58rem;padding:2px 4px}.community-character-card__stat{max-width:100%;font-size:.57rem}.community-character-card__stat--muted{font-size:.54rem}.community-character-card__image{height:98px}.community-character-card__image-img{height:92px}.community-character-card__body{padding:6px 7px 8px}.community-character-card__fame-icon{font-size:.62rem}.community-character-card__fame-value{font-size:.7rem}.community-character-card__name{font-size:.8rem}.community-character-card__server{font-size:.63rem}.community-character-card__score-box{margin-top:6px;padding:4px 6px}.community-character-card__score-label{font-size:.58rem}.community-character-card__score-value{font-size:.72rem}.community-adventure-card__head{padding:7px 8px}.community-adventure-card__metric-row{gap:5px}.community-adventure-card__metric-inline{font-size:.66rem}.community-adventure-card__metric-inline span{font-size:.6rem}.community-adventure-card__metric-inline strong{font-size:.7rem}.community-adventure-card__members{height:118px}.community-recent-card__content{grid-template-columns:36px minmax(0,1fr);gap:8px}.community-recent-card__item-thumb{width:36px;height:36px}.community-recent-card__meta-line{flex-direction:column}.community-recent-card__tag{align-self:flex-start}.app-shell--mobile .char-overview-img-col{top:24px;right:0;bottom:44px;left:0}.app-shell--mobile .char-overview-visual-card{min-height:222px;border-radius:14px}.app-shell--mobile .char-overview-avatar-shell{width:130px;min-height:156px}.app-shell--mobile .char-overview-img{width:122px;height:146px}.app-shell--mobile .char-overview-profile-card{gap:10px;padding:10px}.app-shell--mobile .char-overview-name{font-size:1.22rem}.app-shell--mobile .char-overview-fame{font-size:1.45rem}.app-shell--mobile .char-overview-chart-col{padding:12px}.search-page__header h1{font-size:1.22rem!important}.search-page__header p{font-size:.82rem!important}.message,.empty,.cmp-meta,.buff-no-detail{font-size:.8rem}.content{padding:76px 12px calc(100px + env(safe-area-inset-bottom,0px))}.panel{padding:12px;border-radius:14px}.hero{padding:16px}.mobile-topbar{padding:9px 10px;gap:8px}.mobile-topbar__status{display:none}.mobile-topbar__icon-btn{width:38px;height:38px;border-radius:11px}.search-page__panel,.search-page__preview-panel,.search-page__side-panel,.ranking-mobile-card,.sandbag-mobile-card,.item-timeline-mobile-card,.set-timeline-mobile-card{border-radius:14px}.history-chip{padding:5px 9px;font-size:.74rem}.hero-tags span{padding:5px 9px;font-size:.75rem}.mode-switch{width:100%;gap:6px}.mode-switch .chip{flex:1 1 0;text-align:center}.timeline-filter-row{grid-template-columns:1fr}.result-card{grid-template-columns:50px minmax(0,1fr);gap:9px;padding:10px}.result-card__media{width:50px;height:50px;border-radius:12px}.result-card img{width:42px;height:42px}.result-card h3{font-size:.92rem}.stats-set-combo-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.set-combo-picker-grid,.set-combo-highlight-grid,.set-combo-detail-grid,.set-combo-detail-grid--stack,.stats-set-combo-ranking{grid-template-columns:1fr}.stats-set-combo-card{padding:12px 14px}.stats-set-combo-matrix{min-width:780px}.result-card__server{font-size:.64rem;padding:2px 6px}.result-card__fame-value{font-size:.88rem}.result-card__meta-line{margin-top:5px;font-size:.72rem;gap:5px}.result-card__meta-line span:not(:last-child):after{margin-left:5px}.result-card__adventure{font-size:.7rem}.result-card p{font-size:.74rem}.char-name-cell{min-width:0}.admin-table{min-width:760px;font-size:.8rem}.admin-table th,.admin-table td{padding:8px}.overview-top,.lockbox-form{grid-template-columns:1fr}.lockbox-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.lockbox-toggle-row,.lockbox-actions{display:grid;gap:8px}.lockbox-actions>button,.lockbox-actions>.ghost-btn{width:100%}.lockbox-mobile-card,.update-status-mobile-card{padding:10px;gap:8px}.update-status-mobile-card__metrics{grid-template-columns:1fr;gap:6px}.lockbox-mobile-card__metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.lockbox-item-label__icon{width:28px;height:28px;border-radius:6px}.update-status-mobile-list{padding:8px;gap:8px}.character-avatar{width:92px;height:92px}.search-form,.item-timeline-search-form,.home-kpi-grid,.home-quick-grid,.home-server-grid,.stats-chart-grid,.stats-donut-grid{grid-template-columns:1fr}.stats-donut-content{grid-template-columns:1fr;justify-items:center}.stats-bin-list li{grid-template-columns:1fr;gap:4px}.fame-search-form{grid-template-columns:1fr}.home-rank-item{grid-template-columns:26px 40px minmax(0,1fr)}.home-rank-score{grid-column:1 / -1;text-align:left;padding-left:76px}.ranking-mobile-card__metrics,.ranking-mobile-card__metrics--triple,.sandbag-mobile-card__metrics,.item-timeline-mobile-card__meta{grid-template-columns:1fr}.armory-mobile-card{padding:10px;gap:8px}.armory-mobile-card__head strong{font-size:.9rem}.armory-mobile-card__meta{font-size:.68rem}.armory-mobile-board,.armory-mobile-board--set{min-height:196px}.armory-mobile-board__slot{width:40px;height:40px;border-radius:11px}.armory-mobile-board__icon{width:30px;height:30px}.armory-mobile-board__slot--oath{width:46px;height:46px}.armory-mobile-board__slot--oath .armory-mobile-board__icon{width:34px;height:34px}.adventure-equipment-card__oath-set-center{top:94px;width:min(138px,calc(100% - 100px));min-height:46px;padding:8px 11px;border-radius:14px}.adventure-equipment-card__oath-set-center-copy{font-size:.76rem}.armory-mobile-board__slot--armor-1{left:14px;top:16px}.armory-mobile-board__slot--armor-2{left:14px;top:50px}.armory-mobile-board__slot--armor-3{left:14px;top:84px}.armory-mobile-board__slot--armor-4{left:14px;top:118px}.armory-mobile-board__slot--center-1{left:calc(50% - 56px);top:136px}.armory-mobile-board__slot--center-2{left:calc(50% - 20px);top:136px}.armory-mobile-board__slot--center-3{left:calc(50% + 16px);top:136px}.armory-mobile-board__slot--special-1{right:14px;top:16px}.armory-mobile-board__slot--special-2{right:14px;top:50px}.armory-mobile-board__slot--special-3{right:14px;top:84px}.armory-mobile-board__slot--special-4{right:14px;top:118px}.armory-mobile-board__slot--set-left-top-1{left:14px;top:18px}.armory-mobile-board__slot--set-left-top-2{left:56px;top:18px}.armory-mobile-board__slot--set-left-mid-1{left:14px;top:62px}.armory-mobile-board__slot--set-left-mid-2{left:56px;top:62px}.armory-mobile-board__slot--set-left-bottom{left:35px;top:106px}.armory-mobile-board__slot--set-top-right-1{right:56px;top:18px}.armory-mobile-board__slot--set-top-right-2{right:14px;top:18px}.armory-mobile-board__slot--set-right-row-1-col-1{right:56px;top:62px}.armory-mobile-board__slot--set-right-row-1-col-2{right:14px;top:62px}.armory-mobile-board__slot--set-right-row-2-col-1{right:56px;top:106px}.armory-mobile-board__slot--set-right-row-2-col-2{right:14px;top:106px}.armory-mobile-board__slot--set-right-row-3-col-1{right:56px;top:150px}.armory-mobile-board__slot--set-right-row-3-col-2{right:14px;top:150px}.armory-mobile-board--creature{min-height:194px}.armory-mobile-board--creature:before{top:12px;right:14px;bottom:16px;left:14px}.armory-mobile-board__slot--creature-clone{left:14px;top:18px}.armory-mobile-board__slot--creature-main{top:80px;width:58px;height:58px;border-radius:14px}.armory-mobile-board__slot--creature-main .armory-mobile-board__icon{width:46px;height:46px}.armory-mobile-board__slot--creature-artifact-1{right:14px;top:18px}.armory-mobile-board__slot--creature-artifact-2{right:14px;top:64px}.armory-mobile-board__slot--creature-artifact-3{right:14px;top:110px}.sandbag-mobile-card__head{flex-direction:column}.sandbag-mobile-card__count,.sandbag-mobile-card__count .sandbag-count-input{width:100%}.item-timeline-item{min-width:0}.item-timeline-thumb{width:28px;height:28px;flex-basis:28px}.timeline-summary-mobile-card__metrics--four{grid-template-columns:repeat(2,minmax(0,1fr))}.timeline-summary-mobile-card,.timeline-summary-mobile-card__metric,.item-timeline-mobile-card{gap:8px}.item-timeline-mobile-card__date{font-size:.72rem}.item-timeline-mobile-card__copy strong{font-size:.88rem;line-height:1.35}.item-timeline-mobile-card__location-line{font-size:.73rem}.home-recent-item{flex-direction:column;align-items:flex-start}.card-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%;gap:6px}.card-actions>.mini-link,.card-actions>button{width:100%}.equip-slot{font-size:.78rem}.equip-name{font-size:.82rem}.equip-upgrade-main{font-size:.88rem}.status-table,.cmp-card-grid,.cmp-inline-stats{grid-template-columns:1fr}.status-row{flex-direction:column;align-items:flex-start;gap:4px;padding:10px}.status-row strong{font-size:.92rem}.equip-row{grid-template-columns:56px minmax(0,1fr) 70px;gap:6px;padding:8px 6px}.equip-slot{border-right:1px solid var(--line);border-bottom:0;padding-right:4px;padding-bottom:0;font-size:.75rem}.equip-main,.equip-upgrade{grid-column:auto}.equip-main{grid-template-columns:48px minmax(0,1fr);gap:5px}.equip-icons{width:48px;height:36px}.equip-icon{width:32px;height:32px}.equip-icon--sub{width:20px;height:20px;right:0}.equip-name{font-size:.8rem;gap:4px}.equip-subtext{font-size:.66rem}.equip-upgrade{justify-self:end;text-align:right;width:70px}.equip-upgrade-main{font-size:.82rem}.equip-icon--sub{width:24px;height:24px}.equip-upgrade{width:100%;justify-self:stretch}.equip-upgrade-sub{font-size:.68rem}.cmp-box{padding:10px}.cmp-card--profile{grid-template-columns:52px minmax(0,1fr)}.cmp-card__thumb{width:52px;height:52px}.cmp-inline-stat{flex-direction:column;align-items:flex-start}.cmp-mobile-card{padding:9px;gap:8px}.cmp-mobile-card--compare .cmp-mobile-card__body{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.cmp-mobile-card__metrics-grid{grid-template-columns:1fr}.cmp-mobile-card__head{gap:8px}.cmp-mobile-card__diff{font-size:.76rem}.cmp-creature-bundle{width:64px;min-width:64px}.cmp-table{min-width:500px;font-size:.81rem}.cmp-table th,.cmp-table td{padding:8px 9px}.reinforce-table{min-width:640px}.reinforce-mobile-card,.reinforce-history-mobile-card{padding:10px;gap:8px}.reinforce-mobile-card__metrics,.reinforce-history-mobile-card__meta{gap:6px}.reinforce-history-mobile-card__tag{padding:2px 7px}.item-timeline-table{min-width:760px}.buff-summary-grid,.buff-parts-grid,.buff-phase-grid{grid-template-columns:1fr}.buff-kv strong{font-size:.86rem}.buff-detail-acc summary{padding:9px 10px;font-size:.84rem}.buff-detail-acc__body{padding:8px}.buff-score-line,.buff-gear-total{font-size:.79rem}.buff-sim-control-grid{grid-template-columns:1fr}.buff-sim-skill-ctrls{flex-wrap:wrap}.buff-sim-level-select{width:100%}.admin-grid-form,.admin-toolbar,.ranking-search-box{grid-template-columns:1fr}.ranking-search-box__actions{justify-content:flex-start}.admin-source-toolbar{grid-template-columns:1fr}.admin-panel-head{flex-direction:column;align-items:flex-start}.admin-kpi-grid{grid-template-columns:1fr}.admin-tab-bar{gap:6px;margin-top:8px;margin-bottom:10px}.admin-tab-btn{width:100%}}@media (max-width: 380px){.cmp-mobile-card--compare .cmp-mobile-card__body{grid-template-columns:1fr}.cmp-inline-compare-row{padding:8px 9px}.cmp-inline-compare-row__body{gap:8px}.cmp-inline-compare-cell .cmp-item-icon,.cmp-inline-compare-cell .cmp-item-icon--empty{width:24px;height:24px}.cmp-inline-compare-cell .cmp-emblem-icon{width:14px;height:14px}.cmp-inline-compare-cell .cmp-skill-icon-fallback{width:20px;height:20px;font-size:.58rem;border-radius:6px}.cmp-inline-compare-cell .cmp-main{font-size:.69rem}.cmp-inline-compare-cell .cmp-meta{font-size:.62rem}.cmp-skill-filter-row{gap:6px;margin-bottom:8px}.cmp-skill-filter-button{padding:5px 8px;font-size:.7rem}.cmp-skill-filter-meta{font-size:.67rem}.cmp-table--fit-mobile{font-size:.72rem}.cmp-table--fit-mobile th,.cmp-table--fit-mobile td{padding:6px 4px}.cmp-table--fit-mobile th:first-child,.cmp-table--fit-mobile td:first-child{width:40px}.cmp-table--fit-mobile th.is-num,.cmp-table--fit-mobile td.is-num{width:48px}.cmp-table--fit-mobile .cmp-item-icon,.cmp-table--fit-mobile .cmp-item-icon--empty{width:24px;height:24px}.cmp-table--fit-mobile .cmp-main{font-size:.69rem}.cmp-table--fit-mobile .cmp-meta{font-size:.62rem}}.adv-char-card:hover{transform:translateY(-3px);box-shadow:0 6px 20px var(--shadow);border-color:var(--primary)!important}.adv-top4-slot{transition:filter .15s}.adv-top4-slot:hover{filter:brightness(1.12)}.adv-top4-slot:hover img{transform:scale(1.04);transition:transform .2s}.adv-top4-slot img{transition:transform .2s}@media (max-width: 768px){.equip-row{grid-template-columns:56px minmax(0,1fr) 64px!important;gap:5px!important;padding:7px 6px!important}.equip-slot{font-size:.74rem!important;padding-right:4px!important}.equip-main{grid-template-columns:44px minmax(0,1fr)!important;gap:4px!important}.equip-icons{width:44px!important;height:34px!important}.equip-icon{width:30px!important;height:30px!important}.equip-icons .equip-icon:not(.equip-icon--sub){left:0;top:2px}.equip-icon--sub{width:18px!important;height:18px!important;right:1px!important;bottom:-1px!important}.equip-name{font-size:.77rem!important;line-height:1.08!important;gap:3px!important}.equip-subtext{margin-top:1px!important;font-size:.62rem!important;line-height:1.08!important}.equip-subtext--oath{gap:3px!important}.equip-inline-badge{padding:1px 5px!important;font-size:.58rem!important}.equip-upgrade{width:64px!important;justify-self:end!important;text-align:right!important}.equip-upgrade-main{font-size:.78rem!important;line-height:1.02!important;letter-spacing:0!important}.equip-upgrade-sub{margin-top:1px!important;font-size:.58rem!important;line-height:1.05!important}}@media (max-width: 480px){.result-card{grid-template-columns:46px minmax(0,1fr);gap:8px;padding:9px}.result-card__media{width:46px;height:46px;border-radius:11px}.result-card img{width:38px;height:38px}.result-card h3{font-size:.88rem}.result-card__title-wrap{gap:4px}.result-card__server{font-size:.6rem;padding:2px 5px}.result-card__fame-value{font-size:.8rem}.result-card__meta-line{font-size:.68rem;gap:4px}.result-card__meta-line span:not(:last-child):after{margin-left:4px}.result-card__adventure{font-size:.66rem}.equip-row{grid-template-columns:52px minmax(0,1fr) 60px!important;gap:4px!important;padding:6px 5px!important}.equip-slot{font-size:.71rem!important}.equip-main{grid-template-columns:40px minmax(0,1fr)!important}.equip-icons{width:40px!important;height:32px!important}.equip-icon{width:28px!important;height:28px!important}.equip-icon--sub{width:17px!important;height:17px!important}.equip-name{font-size:.74rem!important}.equip-subtext{font-size:.6rem!important}.equip-upgrade{width:60px!important}.equip-upgrade-main{font-size:.74rem!important}.equip-upgrade-sub{font-size:.56rem!important}}
