:root{font-family:Pretendard Variable,SUIT Variable,Noto Sans KR,system-ui,sans-serif;line-height:1.5;font-weight:400;color:#0f2b24;background:#eef5f3;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px}button,input{font:inherit}a{color:inherit}:root{--color-primary: #214632;--color-accent: #2f6a53;--color-muted: #567060;--color-surface: #f4faf6;--radius-pill: 999px;--transition-fast: .18s ease}.app-shell{min-height:100vh;background:linear-gradient(180deg,#eef4ef,#f8fbf7);color:#16251d;position:relative;overflow:hidden}.app-shell:before{content:"";position:fixed;inset:-50%;width:200%;height:200%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none' stroke='%231a4a2e' stroke-width='1.2' opacity='0.13'%3E%3Cpath d='M32 6 C26 6 6 40 2 48 Q8 52 14 48 Q20 52 26 48 Q32 52 38 48 Q44 52 50 48 Q56 52 62 48 C58 40 38 6 32 6Z'/%3E%3Cellipse cx='23' cy='34' rx='7' ry='8'/%3E%3Cellipse cx='41' cy='34' rx='7' ry='8'/%3E%3Cellipse cx='25' cy='35' rx='3.5' ry='4.5'/%3E%3Cellipse cx='43' cy='35' rx='3.5' ry='4.5'/%3E%3C/svg%3E");background-size:80px 80px;animation:bg-drift 25s linear infinite;pointer-events:none;z-index:0}.app-shell:after{content:"";position:fixed;inset:0;background:radial-gradient(circle at top left,rgba(118,174,136,.2),transparent 24rem),radial-gradient(circle at top right,rgba(103,135,194,.16),transparent 24rem);pointer-events:none;z-index:0}.app-shell>*{position:relative;z-index:1}@keyframes bg-drift{0%{transform:translate(0) rotate(-15deg)}to{transform:translate(80px,80px) rotate(-15deg)}}.page{width:min(1500px,calc(100% - 2rem));margin:0 auto;padding:1.4rem 0 2.5rem}.hero,.toolbar,.panel,.simul-card{border:1px solid rgba(22,37,29,.08);border-radius:1.5rem;background:#ffffffd6;box-shadow:0 20px 50px #1b352314;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.hero{display:block;padding:1rem}.hero-copy{padding:1rem}.hero-topline{display:flex;align-items:center;justify-content:space-between;gap:1rem}.title-row{display:flex;align-items:center;gap:.8rem;margin-top:.85rem}.version-tag{font-size:.4em;font-weight:600;color:#5a8a6a;vertical-align:super;margin-left:.15em;letter-spacing:.02em;opacity:.7}.language-switch{display:inline-flex;align-items:center;gap:.35rem;margin-left:auto;padding:.3rem;border:1px solid rgba(24,72,45,.1);border-radius:999px;background:#ffffffc2;flex:0 0 auto}.language-switch-label{padding:0 .35rem 0 .55rem;color:#567060;font-size:.74rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.language-chip{display:inline-flex;align-items:center;justify-content:center;min-height:2.1rem;padding:0 .85rem;border:0;border-radius:999px;background:transparent;color:#567060;font:inherit;font-size:.84rem;font-weight:800;cursor:pointer;transition:background-color .18s ease,color .18s ease,transform .18s ease}.language-chip:hover{transform:translateY(-1px)}.language-chip.active{background:#214632;color:#f4faf6}.title-logo{display:inline-flex;align-items:center;justify-content:center;width:4.3rem;height:4.3rem;border-radius:1.4rem;background:linear-gradient(180deg,#eff8f1,#dfede4);box-shadow:inset 0 1px #ffffffe6,0 14px 28px #2f6a531f}.title-logo svg{width:2.8rem;height:2.8rem}.logo-eye-group{transform-origin:32px 35px;animation:eye-blink 4s ease-in-out infinite}@keyframes eye-blink{0%{transform:scaleY(1)}3%{transform:scaleY(.05)}6%,90%{transform:scaleY(1)}93%{transform:scaleY(.05)}96%,to{transform:scaleY(1)}}.eyebrow,.panel-title,.card-head p{margin:0;font-size:.82rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#3e6a51}.label-with-icon,.card-title{display:inline-flex;align-items:center;gap:.55rem}.icon-badge{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:999px;background:linear-gradient(180deg,#edf5ef,#e1ece4);color:#29513f;flex:0 0 auto}.icon-badge svg{width:1.05rem;height:1.05rem}.hero h1,.simul-header h2{margin:.6rem 0 0;letter-spacing:-.04em}.card-head h3{margin:0;letter-spacing:-.04em}.hero h1{font-size:clamp(1.7rem,2.6vw,2.6rem);line-height:1;margin:0;white-space:nowrap}.hero-text,.card-copy,.empty-state{margin:.9rem 0 0;line-height:1.65;color:#4d6154}.toolbar,.simul-grid,.world-block,.empty-state{margin-top:.8rem}.toolbar{padding:1rem 1.1rem}.toolbar-row,.card-actions{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.card-head{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.toolbar-stack{display:grid;gap:.8rem;width:100%}.toolbar-row{flex-wrap:wrap;align-items:center;justify-content:flex-start}.chip-list{display:flex;flex-wrap:wrap;gap:.65rem}.mountain-chip-list .chip,.preset-chip-list .chip{min-width:7rem}.action,.chip{display:inline-flex;align-items:center;justify-content:center;min-height:2.7rem;padding:0 1rem;border-radius:999px;border:1px solid rgba(24,72,45,.14);text-decoration:none;font:inherit;font-weight:700;cursor:pointer;transition:transform .18s ease,background-color .18s ease,color .18s ease}.action .icon-badge,.chip .icon-badge{width:1.65rem;height:1.65rem;margin-right:.45rem;background:#ffffff8c}.chip.active .icon-badge{background:#ffffff29;color:#f4faf6}.action:hover,.chip:hover{transform:translateY(-1px)}.chip,.action.tertiary,.action.secondary{background:#ffffffe6;color:#214632}.chip.active{background:#214632;color:#f4faf6}.simul-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}.simul-card{display:grid;gap:.9rem;padding:1rem}.card-title-row{display:inline-flex;align-items:center;gap:.5rem;flex-wrap:wrap;flex:1;min-width:0}.card-provider{color:#4d6154;font-size:.84rem;font-weight:500;line-height:1.65}.card-head .inline-link{flex-shrink:0}.feed-badge{display:inline-flex;align-items:center;justify-content:center;min-height:1.55rem;padding:0 .55rem;border-radius:999px;font-size:.7rem;font-weight:900;letter-spacing:.1em}.section-head{display:block}.card-copy{margin:0}.hero-badges{display:grid;gap:.65rem;margin-top:1rem}.soft-badge{display:inline-flex;align-items:center;gap:.55rem;width:fit-content;min-height:2.5rem;padding:0 .95rem;border-radius:999px;background:#f3f8f4;color:#456558;font-size:.95rem;font-weight:600}.soft-badge.compact{min-height:2.2rem;padding:0 .8rem;font-size:.82rem;white-space:nowrap}.mountain-summary{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-top:.8rem;padding:1rem 1.1rem}.mountain-summary h2{margin:.4rem 0 0;letter-spacing:-.03em}.mountain-title-row{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.mountain-title-row h2{margin:.4rem 0 0}.weather-badge{display:inline-flex;align-items:center;gap:.35rem;padding:.25rem .6rem;border-radius:999px;background:#16251d0f;font-size:.82rem;font-weight:500;color:#3a5a44;white-space:nowrap;margin-top:.4rem}.weather-icon{font-size:1rem;line-height:1}.weather-temp{font-weight:600}.weather-humidity{color:#6b8a74;font-size:.75rem}.weather-humidity:before{content:"💧";font-size:.65rem;margin-right:.1rem}.weather-wind{color:#6b8a74;font-size:.75rem}.weather-wind:before{content:"🌬️";font-size:.65rem;margin-right:.1rem}.weather-sun{color:#6b8a74;font-size:.75rem}.sparkline-wrap{display:inline-flex;align-items:center;width:64px;height:20px;vertical-align:middle;opacity:.85}.sparkline-wrap svg{width:100%;height:100%}.mountain-summary p{margin:.7rem 0 0;color:#4d6154;line-height:1.6}.inline-link{display:inline-flex;align-items:center;justify-content:center;min-height:2rem;padding:0 .7rem;border:1px solid rgba(24,72,45,.14);border-radius:999px;background:#f6fbf8;color:#214632;font-size:.84rem;font-weight:700;text-decoration:none;white-space:nowrap}.toolbar-block{display:grid;gap:.5rem}.mountain-select-wrap{display:inline-flex;align-items:center}.mountain-picker-row{display:flex;align-items:center;gap:.6rem;flex-wrap:nowrap}.pin-toggle{display:flex;align-items:center;justify-content:center;width:2.2rem;height:2.2rem;border:1.5px dashed rgba(22,37,29,.2);border-radius:999px;background:transparent;color:#6b8a74;cursor:pointer;transition:all .2s ease;flex-shrink:0}.pin-toggle:hover{border-style:solid;color:#3a5a44;transform:translateY(-1px)}.pin-toggle.active{background:#214632;border:1.5px solid #214632;color:#fff;box-shadow:0 2px 8px #21463240}.pin-toggle.active:hover{background:#1a3a28}.pin-toggle svg{width:13px;height:13px}.mountain-select{min-width:12rem;min-height:2.7rem;padding:0 2.4rem 0 .9rem;border:1px solid rgba(24,72,45,.14);border-radius:999px;background:#ffffffeb;color:#214632;font:inherit;font-weight:700}.mountain-picker{position:relative}.mountain-picker-trigger{display:inline-flex;align-items:center;gap:.55rem;min-width:12rem;min-height:2.7rem;padding:0 .8rem 0 .9rem;border:1px solid rgba(24,72,45,.14);border-radius:999px;background:#ffffffeb;color:#214632;font:inherit;font-weight:700;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease}.mountain-picker-trigger:hover{border-color:#18482d47;box-shadow:0 2px 8px #1b352314}.mountain-picker-label{flex:1;text-align:left}.mountain-picker-arrow{display:inline-flex;align-items:center;color:#567060;transition:transform .2s ease}.mountain-picker-arrow.open{transform:rotate(180deg)}.mountain-picker-backdrop{position:fixed;inset:0;z-index:999;background:#0000004d}.mountain-picker-menu-wrap{position:fixed;z-index:1000}.mountain-picker-menu{min-width:100%;max-height:20rem;overflow-y:auto;margin:0;padding:.35rem;border:1px solid rgba(22,37,29,.1);border-radius:1rem;background:#fffffff5;box-shadow:0 12px 36px #1b352324;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);list-style:none}.mountain-picker-scroll-hint{position:absolute;bottom:0;left:0;right:0;height:2.5rem;pointer-events:none;border-radius:0 0 1rem 1rem;background:linear-gradient(to bottom,transparent,rgba(255,255,255,.92));display:flex;align-items:flex-end;justify-content:center;padding-bottom:.35rem;transition:opacity .2s}.mountain-picker-scroll-hint svg{width:16px;height:16px;color:#3a5a44;opacity:.6;animation:scroll-hint-bounce 1.2s ease-in-out infinite}@keyframes scroll-hint-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(3px)}}.mountain-picker-option{display:flex;align-items:center;gap:.55rem;width:100%;min-height:2.5rem;padding:0 .75rem;border:0;border-radius:.7rem;background:transparent;color:#214632;font:inherit;font-weight:600;cursor:pointer;transition:background-color .12s ease}.mountain-picker-option:hover{background:#f0f6f2}.mountain-picker-option.active{background:#214632;color:#f4faf6}.mountain-picker-option.active .mountain-picker-option-region{color:#f4faf6b3}.mountain-picker-option-name{flex:1;text-align:left}.mountain-picker-option-region{font-size:.78rem;font-weight:700;color:#7a9484}.status-dot{width:.5rem;height:.5rem;border-radius:50%;flex-shrink:0}.status-dot.live{background:#34c759;box-shadow:0 0 4px #34c75980}.status-dot.offline{background:#b0b8b3}.status-dot.checking{background:#f3c45e;animation:dot-pulse 1.2s ease-in-out infinite}@keyframes dot-pulse{0%,to{opacity:1}50%{opacity:.4}}.preset-chip-list.compact{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.45rem}.preset-chip-list.compact .chip{min-width:0;min-height:2.2rem;padding:0 .5rem;font-size:.84rem}.preset-chip-list.compact .chip .icon-badge{width:1.25rem;height:1.25rem;margin-right:.24rem}.preset-chip-list.compact .chip .icon-badge svg{width:.82rem;height:.82rem}.stream-player{position:relative;overflow:hidden;min-height:20rem;border-radius:1.2rem;background:linear-gradient(180deg,#08160d29,#08160d6b),linear-gradient(135deg,#1c3427,#0f1e16)}.stream-player.compact{min-height:18rem}.stream-player video{display:block;width:100%;height:100%;min-height:inherit;object-fit:cover;background:#07110b;cursor:pointer}.stream-player img{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:cover;background:#07110b}.stream-player:fullscreen{background:#000;border-radius:0}.stream-player:fullscreen video,.stream-player:fullscreen img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;min-height:unset}.stream-image-placeholder{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1c3427,#0f1e16)}.placeholder-icon{width:48px;height:48px;color:#ffffff26;animation:placeholder-pulse 2s ease-in-out infinite}@keyframes placeholder-pulse{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.6;transform:scale(1.05)}}.stream-loading-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;padding:1rem;background:linear-gradient(180deg,#07110b2e,#07110b94)}.stream-loading-card{width:min(100%,18rem);padding:1rem 1rem .9rem;border:1px solid rgba(255,255,255,.12);border-radius:1rem;background:#08160db8;color:#f4faf6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 14px 28px #040a0638}.stream-loading-card strong,.stream-loading-card p{display:block}.stream-loading-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.stream-loading-card strong{font-size:.95rem;font-weight:800}.stream-loading-head span{color:#f4faf6ad;font-size:.74rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap}.stream-loading-card p{margin:.45rem 0 0;color:#f4faf6cc;font-size:.84rem;line-height:1.55}.stream-loading-bar{margin-top:.8rem;width:100%;height:.42rem;overflow:hidden;border-radius:999px;background:#ffffff1f}.stream-loading-bar span{display:block;width:45%;height:100%;border-radius:inherit;background:linear-gradient(90deg,#cde6d5,#7fc18f);animation:stream-loading-slide 1.35s ease-in-out infinite}@keyframes stream-loading-slide{0%{transform:translate(-100%)}to{transform:translate(260%)}}.stream-pill{display:inline-flex;align-items:center;min-height:2rem;padding:0 .82rem;border-radius:999px;font-size:.8rem;font-weight:800;letter-spacing:.1em}.stream-pill.playing{background:#ff6e5d;color:#fff7f5}.stream-pill.loading{background:#f3c45e;color:#3d2c00}.stream-pill.ready{background:#dbe8de;color:#23473a}.stream-pill.error{background:#dae5dc;color:#295140}.stream-shell{display:grid;gap:.7rem}.stream-meta{display:flex;align-items:center;gap:.55rem}.stream-area{display:inline-flex;align-items:center;min-height:2rem;padding:0 .75rem;border-radius:999px;background:#edf3ee;color:#567060;font-size:.88rem;font-weight:700}.stream-tools{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.stream-action-group{display:inline-flex;align-items:center;gap:.55rem;flex-wrap:wrap}.capture-button{display:inline-flex;align-items:center;justify-content:center;min-height:2.5rem;padding:0 .95rem;border:1px solid rgba(24,72,45,.14);border-radius:999px;background:#214632;color:#f4faf6;font:inherit;font-weight:700;cursor:pointer}.capture-message{min-height:1.25rem;color:#5d7365;font-size:.9rem;text-align:right}.empty-state,.world-block{padding:1rem 1.1rem}.world-head h2{margin:.45rem 0 0;letter-spacing:-.03em}.world-head p{margin:.7rem 0 0;color:#4d6154;line-height:1.6}.world-picker-select{margin-top:.5rem;padding:.4rem .6rem;border:1px solid rgba(22,37,29,.12);border-radius:.5rem;background:#fff9;color:#16251d;font-size:.82rem;font-weight:500;cursor:pointer;outline:none}.world-picker-select:focus{border-color:#3a5a44}.world-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:1rem;margin-top:1rem}.site-footer{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1.5rem;padding:.5rem 0 .25rem;color:#6b8074;font-size:.92rem}.site-footer a{color:#214632;font-weight:700;text-decoration:none}.site-footer-divider{color:#96a99e}.site-footer-instagram{display:inline-flex;align-items:center;gap:.45rem}.site-footer-instagram .icon-badge{width:1.75rem;height:1.75rem;background:#ffffffb8}.site-footer-instagram .icon-badge svg{width:.95rem;height:.95rem}@media(max-width:1180px){.simul-grid{grid-template-columns:1fr}}@media(max-width:720px){.page{width:min(100% - 1rem,100%);padding-top:1rem}.hero,.toolbar,.panel,.simul-card{border-radius:1.2rem}.mountain-summary,.card-actions{flex-direction:column}.inline-link{min-height:2.2rem;padding:0 .85rem;font-size:.88rem}.title-logo{width:3.6rem;height:3.6rem;border-radius:1.1rem}.title-logo svg{width:2.35rem;height:2.35rem}.title-row{gap:.65rem}.hero-topline{flex-wrap:nowrap;align-items:center}.language-switch{width:auto;gap:.2rem;padding:.22rem;justify-content:flex-end}.language-switch-label{display:none}.language-chip{min-height:1.95rem;padding:0 .7rem}.hero h1{white-space:normal}.soft-badge.compact{white-space:nowrap;font-size:.72rem}.mountain-select,.mountain-picker-trigger{width:100%;min-width:0}.stream-tools{flex-direction:column;align-items:stretch}.capture-button{flex:1;min-height:3rem;padding:0 1.5rem}.capture-message{text-align:left}.stream-player,.stream-player.compact{min-height:15rem}.site-footer{flex-wrap:wrap}}.deer-runner{position:fixed;bottom:1rem;z-index:9999;pointer-events:none;animation-duration:4.2s;animation-timing-function:linear;animation-fill-mode:forwards}.deer-runner .deer-svg{width:4rem;height:auto;filter:drop-shadow(0 1px 3px rgba(0,0,0,.15));animation:deer-bounce .35s ease-in-out infinite}.deer-from-left{animation-name:deer-run-ltr}.deer-from-right{animation-name:deer-run-rtl}.deer-from-right .deer-svg{transform:scaleX(-1)}@keyframes deer-run-ltr{0%{left:-5rem;right:auto}to{left:calc(100vw + 5rem);right:auto}}@keyframes deer-run-rtl{0%{right:-5rem;left:auto}to{right:calc(100vw + 5rem);left:auto}}@keyframes deer-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-.6rem)}}
