.header{width:100%;background:var(--color-sub-1);color:#fff;box-shadow:0 6px 16px #00000047;position:sticky;top:0;left:0;right:0;z-index:100;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:transform .25s ease,opacity .25s ease}.header--hidden{transform:translateY(-110%);opacity:0;pointer-events:none}.header--shown{transform:translateY(0);opacity:1}.header__container{width:var(--size-container);margin:0 auto;padding:10px 0;display:flex;flex-direction:column;gap:12px}.header__top{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.header__logo{display:inline-flex;align-items:center;gap:10px;text-decoration:none;color:inherit;font-weight:800;letter-spacing:.04em}.header__logo-mark svg{width:44px;height:44px;display:block}.header__logo-text{color:#fff;font-size:18px}.header-search{flex:1;position:relative}.header-search__form{width:100%;display:flex;align-items:center;gap:5px;flex-wrap:wrap;background:#ffffff0a;border:1px solid rgba(255,255,255,.14);box-shadow:inset 0 0 0 1px #ffffff05;border-radius:12px;padding:5px;height:46px}.header-search__platform{height:32px;min-width:110px;padding:0 10px;border-radius:10px;border:1px solid rgba(255,255,255,.16);background:#ffffff1f;color:#fff;font-weight:700}.header-search__platform option{color:#000}.header-search__input{flex:1;height:32px;min-width:140px;border-radius:10px;border:1px solid rgba(255,255,255,.14);background:#00000026;color:#f5f7fa;padding:0 10px}.header-search__input::-moz-placeholder{color:#ffffffa6}.header-search__input::placeholder{color:#ffffffa6}.header-search__button{min-width:60px;height:32px;padding:0 12px;border:none;border-radius:10px;background:var(--color-main);color:#0f151c;font-weight:800;cursor:pointer;transition:transform .1s ease,box-shadow .15s ease}.header-search__button:disabled{cursor:not-allowed;opacity:.7}.header-search__button:not(:disabled):hover{box-shadow:0 8px 18px #fdad1347}.header-search__button:not(:disabled):active{transform:translateY(1px)}.header-search__panel{position:absolute;left:0;right:0;top:calc(100% + 6px);background:#0c1218f0;border:1px solid rgba(255,255,255,.14);border-radius:12px;box-shadow:0 14px 26px #00000052;padding:12px 14px;color:#f5f7fa;z-index:8}.header-search__error{color:#f56565;font-weight:700}.header-search__result{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:8px 12px}.header-search__label{display:block;font-size:12px;opacity:.72;letter-spacing:.02em}.header-search__value{font-weight:700;color:#fff}.header__bottom{display:flex;gap:10px;position:relative}.header__nav-item{position:relative}.header__nav-link{display:block;padding:10px 16px;border-radius:10px 10px 6px 6px;color:#f5f7fa;text-decoration:none;font-weight:700;letter-spacing:.02em;background:#ffffff05;border:1px solid transparent;transition:color .2s ease,background-color .2s ease,border-color .2s ease,transform .2s ease}.header__nav-link:hover{color:var(--color-main);background:#ffffff0f;border-color:#ffffff1f}.header__nav-link.is-active{color:var(--color-main);background:#fdad131f;border-color:#fdad1361;box-shadow:inset 0 8px 20px #00000047}@media(max-width:820px){.header__top{flex-direction:column;align-items:flex-start;gap:5px}.header__container{gap:10px}.header-search{width:100%}.header__bottom{flex-wrap:wrap}.header__nav-link{padding:2px 10px;border-radius:5px}}@media(max-width:1154px){.header__container{padding:12px 14px 10px}}@media(max-width:420px){.header-search__form{display:none}.header__top{gap:0}}.page-home{flex:1;display:flex;align-items:flex-start;justify-content:center;background:#f5f7fb}.page-home__hero{width:min(960px,96vw);min-height:400px;display:flex;flex-direction:column;align-items:center;gap:18px;text-align:center;color:#1f252d}.page-home__logo{display:inline-flex;align-items:center;gap:18px;margin:30px 0 6px}.page-home__logo svg{width:200px;height:200px;display:block}.page-home__brand{display:inline-flex;flex-direction:column;align-items:flex-start;gap:4px;font-weight:800;letter-spacing:.02em}.page-home__brand-main{font-size:72px;color:var(--color-main)}.page-home__brand-sub{font-size:42px;color:#1f252d}.page-home__search{display:flex;flex-direction:column;align-items:center;gap:12px;margin-top:24px;width:100%}.page-home__search-form{width:min(720px,96vw)}.page-home__search-input{width:100%;min-height:56px;border-radius:14px;border:1px solid rgba(0,0,0,.08);background:#fff;box-shadow:0 10px 22px #0000001f;display:flex;align-items:center;flex-wrap:wrap;gap:5px;padding:5px}.page-home__search-platform{height:40px;min-width:110px;padding:0 12px;border-radius:10px;border:1px solid rgba(0,0,0,.08);background:#f2f4f7;font-weight:700;color:#1f252d}.page-home__search-field{flex:1;height:40px;min-width:160px;border:1px solid rgba(0,0,0,.08);border-radius:10px;padding:0 12px;font-size:16px;color:#1f252d;background:#fff}.page-home__search-field:focus{outline:2px solid rgba(253,173,19,.35);outline-offset:2px}.page-home__search-button{min-width:50px;height:40px;border-radius:10px;border:none;background:var(--color-main);color:#0f151c;font-weight:800;cursor:pointer;transition:transform .1s ease,box-shadow .15s ease}.page-home__search-button:disabled{cursor:not-allowed;opacity:.65}.page-home__search-button:not(:disabled):hover{box-shadow:0 10px 20px #fdad133d}.page-home__search-button:not(:disabled):active{transform:translateY(1px)}.page-home__search-feedback{min-height:90px;display:flex;align-items:center;justify-content:center;width:min(720px,96vw);text-align:center}.page-home__search-helper{font-size:14px;color:#6a7380}@media(max-width:360px){.page-home__search-form{width:100%}.page-home__search-input{flex-direction:column;align-items:stretch}.page-home__search-platform,.page-home__search-field,.page-home__search-button{width:100%}.page-home__search-field{flex:none}.page-home__search-button{height:44px}}.page-home__search-error{color:#c03535;font-weight:700}.page-home__search-result{width:100%;display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px 16px;padding:12px 14px;border-radius:12px;background:#fff;box-shadow:0 8px 18px #00000014}.page-home__search-label{font-size:12px;color:#6a7380;text-transform:uppercase;letter-spacing:.04em}.page-home__search-value{font-size:15px;font-weight:700;color:#1f252d}@media(max-width:640px){.page-home{padding:34px 14px 90px}.page-home__hero{min-height:360px;gap:14px}.page-home__logo svg{width:140px;height:140px}.page-home__brand-main{font-size:48px}.page-home__brand-sub{font-size:30px}}.map-container{position:relative;width:100%;height:100dvh;overflow:hidden;background:#000;touch-action:none;cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none}.map-tile{position:absolute;overflow:hidden}.map-tile-failed{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#888;background:#111;border:1px dashed #333;font-size:12px;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.map-tile-img{width:100%;height:100%;image-rendering:auto;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;display:block}.map-pin-layer{position:absolute;inset:0;pointer-events:none;font-family:Segoe UI,sans-serif}.map-pin{position:absolute;border-radius:6px;border:1px solid rgba(0,0,0,.35);box-shadow:0 4px 12px #00000059;pointer-events:auto;display:flex;align-items:flex-end;justify-content:center;color:#fff;font-size:11px;font-weight:600;letter-spacing:.02em;cursor:pointer;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.map-pin-label{position:absolute;margin-top:2px;padding:2px 4px;background:#0009;border-radius:4px;white-space:nowrap;transform:translate(-50%,6px);left:50%;bottom:-20px;pointer-events:none}.map-type-filter{position:absolute;right:5px;bottom:5px;width:220px;max-height:60%;overflow-y:auto;background:#08080cdb;border-radius:12px;padding:12px 14px;color:#f7f7f7;font-size:13px;display:flex;flex-direction:column;gap:12px;border:1px solid rgba(255,255,255,.06);box-shadow:0 16px 30px #00000073;pointer-events:auto}.map-type-filter-header{display:flex;align-items:center;justify-content:space-between;gap:8px}.map-type-filter-title{font-weight:600;font-size:14px}.map-type-filter-actions{display:flex;gap:6px}.map-type-filter-actions button{background:#ffffff14;border:1px solid rgba(255,255,255,.15);color:#f1f1f1;border-radius:6px;padding:2px 8px;font-size:11px;cursor:pointer;transition:background .2s ease,border-color .2s ease}.map-type-filter-actions button:hover{background:#ffffff2e;border-color:#ffffff4d}.map-type-filter-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.map-type-filter-item{display:grid;grid-template-columns:auto 16px 1fr auto;align-items:center;gap:10px;cursor:pointer}.map-type-filter-item input{cursor:pointer}.map-type-filter-color{width:16px;height:16px;border-radius:4px;border:1px solid rgba(255,255,255,.3)}.map-type-filter-label{color:#f7f7f7;font-size:12px;line-height:1.4}.map-type-filter-count{font-size:11px;color:#fff9}.map-list-page{flex:1;display:flex;justify-content:center;background:#f5f7fb;padding:32px 16px 64px}.map-list__container{width:var(--size-container);max-width:1200px;display:flex;flex-direction:column;gap:20px}.map-list__header h1{margin:0;font-size:24px;color:#111723}.map-list__header p{margin:4px 0 0;color:#6a7380}.map-list__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}.map-card{display:flex;flex-direction:column;gap:10px;background:#fff;border-radius:12px;border:1px solid #e2e7ee;padding:10px;text-decoration:none;color:inherit;box-shadow:0 8px 18px #0000000f;transition:transform .15s ease,box-shadow .15s ease}.map-card:hover{transform:translateY(-2px);box-shadow:0 12px 22px #0000001a}.map-card__thumb{width:100%;aspect-ratio:3 / 4;border-radius:10px;background:linear-gradient(180deg,#b4b6bc,#9ca0a8);background-size:cover;background-position:center;background-repeat:no-repeat}.map-card__label{font-weight:800;font-size:15px;color:#111723;text-align:center}.profile-page{flex:1;display:flex;justify-content:center;padding:60px 14px 100px;background:#f5f7fb}.profile-page__container{width:var(--size-container);max-width:1160px;display:flex;flex-direction:column;gap:22px}.profile-hero{background:linear-gradient(135deg,#121821,#1b2430);color:#fff;border-radius:16px;padding:16px 18px;box-shadow:0 12px 28px #0003;display:flex;flex-direction:column;gap:12px}.profile-hero__top{display:flex;justify-content:space-between;gap:12px;align-items:center}.profile-hero__seasons{display:flex;align-items:center;gap:8px;color:#c8d0dc;font-size:14px}.profile-hero__season-select{background:#ffffff1a;border:1px solid rgba(255,255,255,.22);border-radius:10px;padding:6px 10px;color:#fff}.profile-hero__refresh{background:var(--color-main);color:#0f151c;border:none;border-radius:10px;padding:8px 14px;font-weight:800;cursor:pointer;transition:transform .1s ease,box-shadow .15s ease}.profile-hero__refresh:active{transform:translateY(1px)}.profile-hero__refresh:disabled{opacity:.6;cursor:not-allowed}.profile-hero__main{display:flex;align-items:center;gap:16px}.profile-hero__avatar{width:64px;height:64px;border-radius:16px;background:#ffffff1f;display:grid;place-items:center;font-size:26px;font-weight:800}.profile-hero__info{display:flex;flex-direction:column;gap:6px}.profile-hero__name{font-size:24px;font-weight:800}.profile-hero__meta{display:flex;gap:8px;flex-wrap:wrap}.profile-hero__chip{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;background:#ffffff24;color:#fff;font-size:13px}.profile-hero__chip--muted{background:#ffffff14;color:#d0d7e2}.profile-hero__error{color:#f56565;font-weight:700;font-size:14px}.profile-section{background:#fff;border-radius:14px;box-shadow:0 10px 24px #00000014;padding:14px 16px 18px;display:flex;flex-direction:column;gap:12px}.profile-section__header{display:flex;align-items:center;gap:10px}.profile-section__header h2{margin:0;font-size:18px;color:#111723}.profile-section__note{font-size:13px;color:#6a7380}.profile-section__note--error{color:#c03535;font-weight:700}.profile-section__grid{display:grid;gap:12px}.profile-section__grid--two{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.profile-section__grid--three{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.profile-card{background:#f8f9fb;border-radius:12px;border:1px solid #e2e7ee;padding:12px;display:flex;flex-direction:column;gap:10px;min-height:180px}.profile-card--rank{background:linear-gradient(180deg,#1c2431,#202a38);color:#f5f7fa;border:1px solid rgba(255,255,255,.1)}.profile-card__head{display:flex;align-items:center;justify-content:space-between;gap:10px}.profile-card__head--compact{justify-content:flex-start}.profile-card__mode{font-weight:800;font-size:15px;color:#f5f7fa;padding:6px 10px;border-radius:10px;background:#ffffff14}.profile-card--normal .profile-card__mode{background:#eaf0f7;color:#111723}.profile-card__tier{display:flex;align-items:center;gap:10px}.profile-card__tier img{width:54px;height:54px;-o-object-fit:contain;object-fit:contain;background:#ffffff14;border-radius:10px;padding:6px}.profile-card__tier-name{font-size:15px;font-weight:800}.profile-card__tier-sub{font-size:12px;color:#d0d7e2}.profile-card__point{font-size:16px;font-weight:800;color:#f5f7fa}.profile-card__stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:8px}.profile-card__stats--grid3{grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.profile-card__stat{background:#ffffff0f;border-radius:10px;padding:10px}.profile-card--normal .profile-card__stat{background:#fff;border:1px solid #e5eaf1}.profile-card__stat-label{font-size:12px;color:#9aa3b3;letter-spacing:.02em}.profile-card--normal .profile-card__stat-label{color:#6a7380}.profile-card__stat-value{font-weight:800;color:#f5f7fa;margin-top:2px}.profile-card--normal .profile-card__stat-value{color:#111723}.match-list{display:flex;flex-direction:column;gap:10px}.match-row{background:#fdfdff;border:1px solid #e3e8f0;border-radius:12px;padding:12px;display:grid;grid-template-columns:1fr auto;gap:10px;box-shadow:0 6px 14px #0000000d}.match-row__left{display:flex;flex-direction:row;gap:6px;align-items:center;justify-content:space-between}.match-row__main{display:flex;flex-direction:column;gap:4px;flex:1}.match-row__mode{font-weight:800;color:#0f1724;font-size:15px}.match-row__meta{display:flex;gap:6px;flex-wrap:wrap;color:#6a7380;font-size:12px}.match-row__stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:8px}.match-row__stat{background:#fff;border:1px solid #e7ecf3;border-radius:10px;padding:8px 10px}.match-row__stat .label{font-size:11px;color:#7a8494}.match-row__stat .value{font-weight:800;color:#0f1724}.match-row__actions{display:flex;align-items:flex-start;margin-left:auto}.match-row__toggle{background:#0f57ff;color:#fff;border:none;border-radius:20px;padding:8px 14px;font-weight:700;cursor:pointer;min-width:70px}.match-row__details{grid-column:1 / -1;display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:8px}.match-row--expanded{border-color:#c9d5ff;box-shadow:0 10px 24px #0f57ff14}.match-row__more{margin-top:8px;width:100%;background:#0f57ff;color:#fff;border:none;border-radius:10px;padding:10px;font-weight:800;cursor:pointer}@media(max-width:720px){.profile-hero__top,.profile-hero__main{flex-direction:column;align-items:flex-start}.match-row{grid-template-columns:1fr}.match-row__actions{justify-content:flex-start}}.pin-editor{display:grid;grid-template-columns:320px 1fr;gap:16px;min-height:calc(100vh - 126px);padding:16px;background:#0f1218;color:#eaeef5;overflow:hidden}.pin-editor--fullscreen{position:fixed;inset:0;padding:8px;min-height:100vh;width:100vw;height:100vh;z-index:200}.pin-editor-hide-header .header{display:none!important}.pin-editor__panel{background:#121722;border:1px solid #222a3a;border-radius:12px;padding:12px;display:flex;flex-direction:column;gap:10px;box-shadow:0 8px 18px #00000059}.pin-editor__field{display:flex;flex-direction:column;gap:6px}.pin-editor__field--inline{flex-direction:row;align-items:center}.pin-editor__field label{font-size:13px;color:#9eb1d0;min-width:80px}.pin-editor__field input{flex:1;padding:8px 10px;border-radius:8px;border:1px solid #2a3244;background:#0d111a;color:#eaeef5}.pin-editor__actions{display:flex;gap:8px}.pin-editor__actions button{flex:1;padding:10px;border:none;border-radius:10px;background:#1e8fff;color:#0c1222;font-weight:800;cursor:pointer}.pin-editor__actions button:first-child{background:#2b3240;color:#eaeef5}.pin-editor__list{max-height:300px;overflow-y:auto;display:flex;flex-direction:column;gap:6px}.pin-editor__row{display:flex;justify-content:space-between;align-items:center;background:#0e1522;border:1px solid #1f2a3c;border-radius:8px;padding:6px 8px;gap:8px;font-size:12px}.pin-editor__row button{background:#f04d4d;color:#fff;border:none;border-radius:6px;padding:4px 8px;cursor:pointer}.pin-editor__canvas{position:relative;background:#0a0c12;border:1px solid #222a3a;border-radius:12px;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff05;cursor:crosshair;aspect-ratio:1 / 1;width:100%;max-width:calc(100vh - 160px)}.pin-editor__canvas-inner{position:relative;width:100%;height:100%;transform-origin:0 0}.pin-editor__img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.pin-editor__pin{position:absolute;width:16px;height:16px;background:#ff535362;border:2px solid #fff;border-radius:50%;transform:translate(-50%,-50%);cursor:grab;box-shadow:0 4px 10px #0006}.pin-editor__pin:active{cursor:grabbing}.pin-editor__map-controller{position:relative;width:100%;height:calc(100vh - 140px)}.pin-editor__overlay{position:absolute;inset:0;pointer-events:auto}@media(max-width:900px){.pin-editor{grid-template-columns:1fr;height:auto}}.deck{scroll-snap-type:y mandatory;position:fixed;inset:0;overflow-y:auto;scrollbar-width:none}.deck::-webkit-scrollbar{width:0;height:0}.presentation-section{min-height:100vh;padding:40px 24px;display:flex;flex-direction:column;align-items:center;justify-content:center;scroll-snap-align:start;position:relative;opacity:.2;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease;background:radial-gradient(circle at 20% 20%,rgba(255,186,8,.06),transparent 32%),radial-gradient(circle at 80% 30%,rgba(58,134,255,.08),transparent 36%),#0f1218}.presentation-section.active{opacity:1;transform:translateY(0)}h1,h2{margin:0;text-align:center;color:#ffba08}h1{font-size:100px}h2{font-size:28px}p{margin:0;text-align:center;color:#c6ceda;max-width:900px;line-height:1.6}.presentation-team{margin-top:100px;font-size:25px;color:#eaeef5}.slide-card{background:#111723;border:1px solid #1e2a3b;border-radius:14px;padding:18px 20px;width:92vw;box-shadow:0 16px 32px #00000059}iframe{width:100%;height:72vh;border:none;border-radius:10px;background:#0f1218;box-shadow:inset 0 0 0 1px #ffffff0f}.mermaid-diagram{width:100%;min-height:320px;background:#0f1218;border:1px solid #1e2a3b;border-radius:10px;padding:10px;box-shadow:inset 0 0 0 1px #ffffff0f}.mermaid-diagram .mermaid{width:100%;max-height:70vh;overflow:auto}.grid{display:flex;flex-direction:column;gap:12px;width:100%}.mini{background:#141b26;border:1px solid #1e2533;border-radius:10px;padding:12px;color:#eaeef5;box-shadow:0 10px 22px #00000047;text-align:left}.mini h3{margin-top:0;margin-bottom:6px;color:#ffba08;text-align:left}.mini p{text-align:left}.placeholder{height:50vh;border:1px dashed rgba(255,255,255,.2);border-radius:10px;background:#0f1218;margin-top:10px}ul{color:#c6ceda;line-height:1.6}.presentation-progress{position:fixed;left:0;bottom:12px;width:100%;height:8px;pointer-events:none}.presentation-progress__track{position:absolute;inset:0 24px;background:#ffffff14;border-radius:999px}.presentation-progress__bar{position:absolute;inset:0 24px;height:100%;background:linear-gradient(90deg,#ffba08,#ffda55);border-radius:999px;width:0;transition:width .15s ease-out;box-shadow:0 0 12px #ffba0859}@media(max-width:640px){section{padding:24px 14px}iframe{height:60vh}}:root{font-family:Segoe UI,Noto Sans KR,system-ui,-apple-system,sans-serif;line-height:1.6;--color-main: #FDAD13;--color-sub-1: #202A33;--color-sub-2: #466474;--color-error: #F56565;--size-viewport: clamp(300px, 100vw,100vw);--size-container: clamp(300px, 100%, 1140px)}*{box-sizing:border-box}body{margin:0;min-height:100vh}#root{min-height:100vh;display:flex;flex-direction:column}
