.DeviceSelector__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:39}.DeviceSelector{position:fixed;bottom:0;left:0;right:0;background:#fff;border-radius:16px 16px 0 0;z-index:40;max-height:70vh;width:100%;max-width:768px;margin:0 auto;display:flex;flex-direction:column;transform:translateY(100%);transition:transform .3s cubic-bezier(.32,.72,0,1);font-family:var(--fonts)}.DeviceSelector--open{transform:translateY(0)}.DeviceSelector__handle{width:36px;height:4px;background:var(--gray-border);border-radius:2px;margin:10px auto 0;cursor:pointer;flex-shrink:0;touch-action:none}.DeviceSelector__header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px 6px;flex-shrink:0}.DeviceSelector__title{font-size:20px;font-weight:600;letter-spacing:-.4px;color:var(--text-black)}.DeviceSelector__close{width:30px;height:30px;border-radius:50%;background:var(--background-light-secondary);border:none;cursor:pointer;color:var(--medium-gray);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s}@media (hover: hover){.DeviceSelector__close:hover{background:var(--gray-border-light)}}.DeviceSelector__items{overflow-y:auto;padding:6px 0 24px;-webkit-overflow-scrolling:touch}.DeviceSelector__item{width:100%;display:flex;align-items:center;gap:14px;padding:12px 16px;background:none;border:none;cursor:pointer;text-align:left;transition:background .15s}@media (hover: hover){.DeviceSelector__item:hover{background:var(--background-light-secondary)}}.DeviceSelector__item-icon{display:flex;align-items:center;justify-content:center;color:var(--text-black);flex-shrink:0}.DeviceSelector__item-name{flex:1;min-width:0;font-size:16px;font-weight:500;color:var(--text-black);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.DeviceSelector__item--selected .DeviceSelector__item-name{font-weight:600}.DeviceSelector__item-check{color:var(--accent);flex-shrink:0}.RouteSheet__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:44}.RouteSheet{position:fixed;bottom:0;left:0;right:0;z-index:45;width:100%;max-width:768px;margin:0 auto;background:#fff;border-radius:16px 16px 0 0;padding:0 16px 24px;box-sizing:border-box;font-family:var(--fonts);transform:translateY(100%);transition:transform .3s cubic-bezier(.32,.72,0,1)}.RouteSheet--open{transform:translateY(0)}.RouteSheet__handle{touch-action:none;width:36px;height:4px;background:var(--gray-border);border-radius:2px;margin:10px auto 4px;cursor:pointer}.RouteSheet__head{display:flex;align-items:center;justify-content:space-between;padding:8px 0 6px}.RouteSheet__title{margin:0;font-size:20px;font-weight:600;letter-spacing:-.4px;color:var(--text-black)}.RouteSheet__close{width:30px;height:30px;border-radius:50%;border:none;cursor:pointer;background:var(--background-light-secondary);color:var(--medium-gray);display:flex;align-items:center;justify-content:center;flex-shrink:0}.RouteSheet__desc{margin:0 0 16px;font-size:15px;line-height:1.4;color:var(--tone-700)}.RouteSheet__primary{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;border:none;cursor:pointer;background:#3d3d3d;color:#fff;font-size:15px;font-weight:600;padding:14px;border-radius:var(--radius-m);transition:filter .15s}.RouteSheet__apps-title{margin:20px 0 4px;font-size:15px;font-weight:600;color:var(--text-black)}.RouteSheet__app{display:flex;align-items:center;gap:16px;padding:12px 0;text-decoration:none;color:var(--text-black)}.RouteSheet__app-icon{display:flex;align-items:center;justify-content:center;width:24px;flex-shrink:0}.RouteSheet__app-name{font-size:15px;font-weight:500}@media (hover: hover){.RouteSheet__primary:hover{filter:brightness(1.15)}.RouteSheet__app:hover .RouteSheet__app-name{color:var(--accent)}}.TicketSheet__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:44}.TicketSheet{position:fixed;bottom:0;left:0;right:0;z-index:45;width:100%;max-width:768px;margin:0 auto;background:#fff;border-radius:16px 16px 0 0;box-sizing:border-box;max-height:92vh;display:flex;flex-direction:column;font-family:var(--fonts);transform:translateY(100%);transition:transform .3s cubic-bezier(.32,.72,0,1)}.TicketSheet--open{transform:translateY(0)}.TicketSheet__handle{touch-action:none;width:36px;height:4px;background:var(--gray-border);border-radius:2px;margin:10px auto 4px;cursor:pointer;flex-shrink:0}.TicketSheet__head{display:flex;align-items:center;justify-content:space-between;padding:8px 16px 6px;flex-shrink:0}.TicketSheet__title{margin:0;font-size:20px;font-weight:600;letter-spacing:-.4px;color:var(--text-black)}.TicketSheet__close{width:30px;height:30px;border-radius:50%;border:none;cursor:pointer;background:var(--background-light-secondary);color:var(--medium-gray);display:flex;align-items:center;justify-content:center;flex-shrink:0}.TicketSheet__body{overflow-y:auto;-webkit-overflow-scrolling:touch;padding:8px 16px 24px}.TicketSheet__info-row{width:100%;display:flex;align-items:center;gap:12px;padding:12px 0;background:none;border:none;cursor:pointer;color:var(--text-black)}.TicketSheet__info-icon{display:flex;align-items:center;color:var(--text-black);flex-shrink:0}.TicketSheet__info-label{flex:1;text-align:left;font-size:15px;font-weight:600;letter-spacing:-.2px}.TicketSheet__info-arrow{color:var(--text-black);flex-shrink:0;transition:transform .2s}.TicketSheet__info-arrow--open{transform:rotate(90deg)}.TicketSheet__important{margin:0 0 4px;font-size:14px;line-height:1.45;color:var(--tone-700)}.TicketSheet__card{background:var(--background-light-secondary);border-radius:var(--radius-m);padding:16px;margin-top:12px}.TicketSheet__pair{display:flex;gap:16px}.TicketSheet__pair+.TicketSheet__pair{margin-top:8px}.TicketSheet__pair-label{flex:0 0 88px;font-size:15px;font-weight:600;color:var(--text-black)}.TicketSheet__pair-value{flex:1;font-size:15px;color:var(--tone-700)}.TicketSheet__admission-title{font-size:15px;font-weight:600;line-height:1.35;color:var(--text-black)}.TicketSheet__admission-access{margin-top:8px;font-size:14px;color:var(--tone-700)}.TicketSheet__item{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-top:8px;font-size:15px;color:var(--text-black)}.TicketSheet__item-price{font-weight:600;flex-shrink:0}.TicketSheet__donation{margin-top:12px;padding:16px;border-radius:var(--radius-m);background:#7a1241;color:#fff}.TicketSheet__donation-title{font-size:15px;font-weight:600}.TicketSheet__donation-text{margin:8px 0 0;font-size:14px;line-height:1.45;color:#ffffffe0}.TextSheet__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:44}.TextSheet{position:fixed;bottom:0;left:0;right:0;z-index:45;width:100%;max-width:768px;margin:0 auto;max-height:80vh;display:flex;flex-direction:column;background:#fff;border-radius:16px 16px 0 0;padding:0 16px 24px;box-sizing:border-box;font-family:var(--fonts);transform:translateY(100%);transition:transform .3s cubic-bezier(.32,.72,0,1)}.TextSheet--open{transform:translateY(0)}.TextSheet__handle{touch-action:none;width:36px;height:4px;flex-shrink:0;background:var(--gray-border);border-radius:2px;margin:10px auto 4px;cursor:pointer}.TextSheet__head{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-shrink:0;padding:8px 0 6px}.TextSheet__title{margin:0;font-size:20px;font-weight:600;letter-spacing:-.4px;color:var(--text-black)}.TextSheet__close{width:30px;height:30px;border-radius:50%;border:none;cursor:pointer;background:var(--background-light-secondary);color:var(--medium-gray);display:flex;align-items:center;justify-content:center;flex-shrink:0}.TextSheet__body{overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;padding-top:4px}.TextSheet__text{margin:0;font-size:16px;line-height:1.55;color:var(--tone-700);white-space:pre-line}.StepList__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:29}.StepList{position:fixed;bottom:0;left:0;right:0;background:#fff;border-radius:16px 16px 0 0;z-index:30;max-height:70vh;display:flex;flex-direction:column;transform:translateY(100%);transition:transform .3s cubic-bezier(.32,.72,0,1)}.StepList--open{transform:translateY(0)}.StepList__handle{width:36px;height:4px;background:var(--gray-border);border-radius:2px;margin:10px auto 0;cursor:pointer;flex-shrink:0}.StepList__header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px 8px;flex-shrink:0}.StepList__title{font-size:17px;font-weight:700;color:var(--text-black)}.StepList__close{background:none;border:none;cursor:pointer;color:var(--medium-gray);padding:4px;border-radius:var(--radius-sx);display:flex;align-items:center;transition:background .15s}@media (hover: hover){.StepList__close:hover{background:var(--background-light-secondary)}}.StepList__items{overflow-y:auto;padding:4px 0 20px;-webkit-overflow-scrolling:touch}.StepList__item{width:100%;display:flex;align-items:center;gap:12px;padding:8px 16px;background:none;border:none;cursor:pointer;text-align:left;transition:background .15s}@media (hover: hover){.StepList__item:hover{background:var(--background-light-secondary)}}.StepList__item-thumb{position:relative;width:44px;height:44px;border-radius:var(--radius-s);overflow:hidden;flex-shrink:0;background:var(--background-light-secondary)}.StepList__item-thumb img{width:100%;height:100%;object-fit:cover;display:block}.StepList__item-check{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:var(--tone-day-300, rgba(0, 0, 0, .11));backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px)}.StepList__item-body{flex:1;min-width:0}.StepList__item-title{font-size:15px;font-weight:600;color:var(--text-black);line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.StepList__item--current .StepList__item-title{color:var(--aquamarine-Main, var(--accent))}.StepList__item-step{font-size:13px;font-weight:500;color:var(--medium-gray);margin-top:2px}.AudioBar{background:#fff;border-radius:16px 16px 0 0;padding:12px 16px 20px;display:flex;flex-direction:column;gap:16px;box-shadow:0 -4px 24px #00000026;position:relative;z-index:20;flex-shrink:0;width:100%;max-width:768px;margin:0 auto;font-family:var(--fonts);transition:gap .32s cubic-bezier(.32,.72,0,1);touch-action:none}.AudioBar--dragging{transition:none}.AudioBar__steps{touch-action:pan-y}.AudioBar__handle{display:flex;align-items:center;justify-content:center;align-self:stretch;padding:2px 0 6px;margin:-4px 0 -6px;cursor:pointer;touch-action:none}.AudioBar__handle:before{content:"";display:block;width:36px;height:4px;background:var(--gray-border);border-radius:2px}.AudioBar__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.AudioBar__titles{display:flex;flex-direction:column;align-items:flex-start;gap:2px;min-width:0;background:none;border:none;padding:0;cursor:pointer;text-align:left}.AudioBar__title{font-size:20px;font-weight:600;line-height:1.2;letter-spacing:-.4px;color:var(--text-black);max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.AudioBar__subtitle{font-size:13px;font-weight:500;line-height:1.2;color:var(--medium-gray)}.AudioBar__view-toggle{display:flex;align-items:center;flex-shrink:0;gap:2px;padding:3px;background:var(--background-light-secondary);border-radius:10px}.AudioBar__view-toggle--floating{position:absolute;right:16px;bottom:calc(100% + 12px);background:#fff;box-shadow:0 16px 24px #00000026;transition:opacity .26s ease}.AudioBar__view-btn{display:flex;align-items:center;justify-content:center;width:40px;height:36px;padding:0;border:none;border-radius:8px;background:transparent;color:var(--medium-gray);cursor:pointer;transition:background .15s,color .15s,box-shadow .15s}.AudioBar__view-btn--active{background:#fff;color:var(--text-black);box-shadow:0 1px 3px #0000001f}.AudioBar__view-btn:disabled{opacity:.35;cursor:default}@media (hover: hover){.AudioBar__view-btn:hover:not(:disabled):not(.AudioBar__view-btn--active){color:var(--tone-700)}}.AudioBar__speed{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;background:none;border:none;cursor:pointer;color:var(--tone-500);padding:4px 0;width:48px;flex-shrink:0;transition:color .15s}.AudioBar__speed-value{font-size:13px;font-weight:600;line-height:1;text-align:center}.AudioBar__chips{display:flex;align-items:center;gap:16px}.AudioBar__chip{display:flex;align-items:center;gap:8px;padding:8px;background:none;border:none;cursor:pointer;color:var(--text-black);font-family:var(--fonts);font-size:15px;font-weight:500;letter-spacing:-.3px}.AudioBar__chip svg{flex-shrink:0}.AudioBar__progress{display:flex;flex-direction:column;gap:6px}.AudioBar__track{height:4px;border-radius:2px;width:100%;cursor:pointer}.AudioBar__thumb{width:14px;height:14px;border-radius:50%;background:var(--accent);box-shadow:0 1px 4px #0003;outline:none;cursor:grab}.AudioBar__thumb:active{cursor:grabbing}.AudioBar__times{display:flex;justify-content:space-between;font-family:Roboto,var(--fonts);font-size:.8125rem;font-style:normal;font-weight:500;line-height:140%;color:var(--medium-gray)}.AudioBar--mini{gap:0}.AudioBar__mini{display:flex;align-items:center;gap:8px;padding:8px 0}.AudioBar__mini-info{display:flex;align-items:center;gap:12px;flex:1;min-width:0;background:none;border:none;padding:0;cursor:pointer;text-align:left}.AudioBar__mini-thumb{width:48px;height:48px;border-radius:8px;object-fit:cover;flex-shrink:0}.AudioBar__mini-thumb--empty{background:var(--background-light-secondary)}.AudioBar__mini-title{min-width:0;font-size:16px;font-weight:500;line-height:1.3;color:var(--text-black);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.AudioBar__mini-controls{display:flex;align-items:center;flex-shrink:0}.AudioBar__mini-btn{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:none;border:none;padding:0;cursor:pointer;color:var(--text-black)}.AudioBar__mini-btn:disabled{opacity:.3;cursor:default}.AudioBar__progress--compact{margin:0 -16px 8px}.AudioBar__progress--compact .AudioBar__track{height:3px;border-radius:0}.AudioBar__progress--compact .AudioBar__thumb{width:10px;height:10px}.AudioBar__head{position:relative;transition:height .32s cubic-bezier(.32,.72,0,1)}.AudioBar__head-layer{position:absolute;top:0;left:0;right:0;display:flex;flex-direction:column;transition:opacity .26s ease}.AudioBar__head-layer--full{gap:16px}.AudioBar--dragging .AudioBar__head,.AudioBar--dragging .AudioBar__head-layer{transition:none}@media (prefers-reduced-motion: reduce){.AudioBar__head,.AudioBar__head-layer{transition:none}}.AudioBar__controls{display:flex;align-items:center;justify-content:space-between;padding:0 4px}.AudioBar__controls-extra{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 4px}.AudioBar__extra-right{display:flex;align-items:center;gap:4px;flex-shrink:0;margin-left:auto}.AudioBar__device{display:flex;align-items:center;gap:8px;min-width:0;padding:6px 12px;background:none;border:none;cursor:pointer;color:var(--medium-dark-gray);font-family:var(--fonts)}.AudioBar__device-icon{display:flex;flex-shrink:0}.AudioBar__device-label{min-width:0;font-size:13px;font-weight:500;color:var(--text-black);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.AudioBar__device--hint{cursor:default;opacity:.7}.AudioBar__device--hint .AudioBar__device-label{color:var(--medium-gray);font-weight:400}.AudioBar__menu{position:relative;display:flex;align-items:center;flex-shrink:0}.AudioBar__menu-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:none;border-radius:50%;background:none;cursor:pointer;color:var(--tone-500);transition:background .15s}.AudioBar__menu-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:24}.AudioBar__menu-popover{position:absolute;bottom:calc(100% + 8px);right:0;z-index:25;width:264px;max-width:calc(100vw - 32px);padding:6px;background:#fff;border-radius:var(--radius-m);box-shadow:0 16px 24px #0000002e}.AudioBar__menu-item{width:100%;display:flex;align-items:flex-start;gap:12px;padding:10px 12px;background:none;border:none;cursor:pointer;text-align:left;border-radius:10px;transition:background .15s}.AudioBar__menu-icon{display:flex;align-items:center;color:var(--text-black);flex-shrink:0;margin-top:1px}.AudioBar__menu-item--on .AudioBar__menu-icon,.AudioBar__menu-item--on .AudioBar__menu-title{color:var(--accent)}.AudioBar__menu-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.AudioBar__menu-title{font-size:15px;font-weight:600;color:var(--text-black)}.AudioBar__menu-sub{font-size:13px;font-weight:400;line-height:1.3;color:var(--medium-gray)}.AudioBar__menu-check{color:var(--accent);flex-shrink:0;margin-top:2px}@media (hover: hover){.AudioBar__menu-item:hover{background:var(--background-light-secondary)}}.AudioBar__seek-btn,.AudioBar__nav-btn{background:none;border:none;cursor:pointer;padding:6px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:opacity .15s}.AudioBar__seek-btn{color:var(--medium-dark-gray)}.AudioBar__nav-btn{color:#3d3d3d}.AudioBar__nav-btn:disabled{opacity:.3;cursor:default}.AudioBar__play-btn{width:64px;height:64px;border-radius:50%;background:var(--accent);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:filter .15s,transform .1s;box-shadow:0 6px 16px #22ccd866;flex-shrink:0}@media (hover: hover){.AudioBar__play-btn:hover{filter:brightness(.96);transform:scale(1.03)}}.AudioBar__play-btn:active{transform:scale(.97)}.AudioBar__play-btn--loading{background:var(--accent);box-shadow:none}.AudioBar__play-spinner{width:26px;height:26px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:AudioBar__spin .7s linear infinite}@keyframes AudioBar__spin{to{transform:rotate(360deg)}}.AudioBar__bottom{display:flex;align-items:stretch;gap:10px}.AudioBar__device{display:flex;align-items:center;gap:10px;flex:1;min-width:0;background:#fff;color:var(--text-black);border:1px solid #fff;border-radius:12px;padding:14px 0;cursor:pointer;font-family:inherit;text-align:left;transition:background .15s}@media (hover: hover){.AudioBar__device:hover:not(:disabled){background:var(--background-light-secondary)}}.AudioBar__device:disabled{cursor:default}.AudioBar__device-icon{display:flex;align-items:center;color:var(--medium-gray);flex-shrink:0}.AudioBar__device-name{flex:1;min-width:0;font-size:15px;font-weight:500;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.AudioBar__steps{max-height:0;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;margin:-16px -16px 0;transition:max-height .32s cubic-bezier(.32,.72,0,1)}.AudioBar--expanded .AudioBar__steps{margin-top:0;padding-bottom:8px}.AudioBar--dragging .AudioBar__steps{transition:none}.AudioBar__steps-title{margin:0;padding:4px 16px 8px;font-size:23px;font-weight:600;line-height:1.2;color:var(--text-black)}.AudioBar__leg{display:flex;align-items:center;gap:6px;padding:4px 16px}.AudioBar__leg-icon{display:flex;align-items:center;color:var(--tone-500);flex-shrink:0}.AudioBar__leg-text{font-size:13px;font-weight:500;color:var(--tone-500);white-space:nowrap;flex-shrink:0}.AudioBar__leg-line{flex:1;height:1px;background:var(--gray-border)}.AudioBar__ticket{display:flex;align-items:center;gap:16px;width:calc(100% - 32px);margin:0 16px 8px;padding:13px 16px;border:1px solid var(--gray-border);border-radius:var(--radius-s);background:none;cursor:pointer;text-align:left;font-family:inherit;transition:background .15s}@media (hover: hover){.AudioBar__ticket:hover{background:var(--background-light-secondary)}}.AudioBar__ticket-icon{display:flex;align-items:center;justify-content:center;color:var(--text-black);flex-shrink:0}.AudioBar__ticket-body{display:flex;flex-direction:column;gap:2px;min-width:0}.AudioBar__ticket-date{font-size:15px;font-weight:600;letter-spacing:-.3px;color:var(--text-black)}.AudioBar__ticket-sub{font-size:11px;font-weight:600;line-height:1.25;color:var(--medium-gray)}.AudioBar__perm-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:50;display:flex;align-items:center;justify-content:center;padding:24px}.AudioBar__perm-modal{background:#fff;border-radius:var(--radius-m);padding:24px;width:100%;max-width:340px;box-shadow:0 16px 24px #00000026;text-align:left}.AudioBar__perm-title{margin:0 0 8px;font-size:18px;font-weight:600;color:var(--text-black)}.AudioBar__perm-text{margin:0 0 20px;font-size:14px;line-height:1.45;color:var(--tone-700)}.AudioBar__perm-btn{width:100%;border:none;cursor:pointer;background:var(--accent);color:#fff;font-size:15px;font-weight:600;padding:12px;border-radius:var(--radius-s);transition:filter .15s}@media (hover: hover){.AudioBar__perm-btn:hover{filter:brightness(.96)}}.ImageCopyright{color:var(--white);font-size:13px;font-weight:500;line-height:15px;background-color:var(--tone-500);width:fit-content;padding:4px 16px;border-radius:4px;font-family:var(--font-family-main);position:absolute;z-index:1;pointer-events:none;-webkit-user-select:none;user-select:none}.ImageCopyright--bottom-left{bottom:8px;left:8px}.ImageCopyright--bottom-right{bottom:8px;right:8px}.ImageCopyright--top-left{top:8px;left:8px}.ImageCopyright--top-right{top:8px;right:8px}.WebPlayer__viewport{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.WebPlayer__panel{position:absolute;top:0;right:0;bottom:0;left:0;transition:transform .35s cubic-bezier(.32,.72,0,1);will-change:transform}.WebPlayer__panel--map{z-index:1;transform:translate(-100%)}.WebPlayer__panel--map.WebPlayer__panel--active{transform:translate(0)}.WebPlayer__panel--image{z-index:2;background:#000;transform:translate(100%);display:flex;align-items:stretch;padding:16px 0;padding-bottom:calc(var(--player-height, 0px) + 16px);box-sizing:border-box}.WebPlayer__panel--image.WebPlayer__panel--active{transform:translate(0)}.WebPlayer__carousel{--card-w: min(768px, calc(100% - 64px) );--carousel-gap: 12px;display:flex;gap:var(--carousel-gap);width:100%;overflow-x:hidden;touch-action:pan-y;scroll-behavior:smooth;box-sizing:border-box;scrollbar-width:none;-webkit-overflow-scrolling:touch}.WebPlayer__carousel:before,.WebPlayer__carousel:after{content:"";flex:0 0 calc((100% - var(--card-w)) / 2 - var(--carousel-gap))}.WebPlayer__carousel::-webkit-scrollbar{display:none}.WebPlayer__photo{position:relative;flex:0 0 var(--card-w);scroll-snap-align:center;height:100%;border-radius:var(--radius-m);overflow:hidden;box-shadow:0 16px 24px #00000040}.WebPlayer__photo img{width:100%;height:100%;object-fit:cover;display:block;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.WebPlayer__photo-expand{position:absolute;top:16px;right:16px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;color:var(--text-black);border-radius:.5rem;background:var(--tone-night-500, rgba(255, 255, 255, .72));backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px)}.WebPlayer__fullscreen{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;background:#050505;display:flex;flex-direction:column;align-items:center;justify-content:center}.WebPlayer__fullscreen-head{position:absolute;top:42px;left:0;right:0;height:42px;display:flex;align-items:center;justify-content:center;padding:0 16px}.WebPlayer__fullscreen-close{position:absolute;left:16px;top:0;width:42px;height:42px;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;color:#3d3d3d;border-radius:.5rem;background:var(--absolute-100, #fff)}.WebPlayer__fullscreen-counter{font-size:15px;font-weight:500;color:#fff}.WebPlayer__fullscreen-image{width:100%;border:none;background:none;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center;overflow:hidden;touch-action:pan-y}.WebPlayer__fullscreen-image img{width:100%;max-height:70vh;object-fit:cover;display:block;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}@keyframes wp-fs-slide-next{0%{opacity:0;transform:translate(32px)}to{opacity:1;transform:translate(0)}}@keyframes wp-fs-slide-prev{0%{opacity:0;transform:translate(-32px)}to{opacity:1;transform:translate(0)}}.WebPlayer__fs-img--next{animation:wp-fs-slide-next .28s cubic-bezier(.32,.72,0,1)}.WebPlayer__fs-img--prev{animation:wp-fs-slide-prev .28s cubic-bezier(.32,.72,0,1)}@media (prefers-reduced-motion: reduce){.WebPlayer__fs-img--next,.WebPlayer__fs-img--prev{animation:none}}.Spinner{--spinner-size: 1em;--spinner-color: var(--accent, #22ccd8);display:inline-flex;align-items:center;position:relative;height:var(--spinner-size);width:var(--spinner-size);animation:spinner-rotate 3s linear infinite}.Spinner span:after,.Spinner span:before{display:block;position:absolute;box-sizing:border-box;top:0;left:0;bottom:0;right:0;margin:auto;height:var(--spinner-size);width:var(--spinner-size);animation:spinner-rotate 1.5s cubic-bezier(.77,0,.175,1) infinite}.Spinner span{clip:rect(calc(var(--spinner-size) / 2),var(--spinner-size),var(--spinner-size),0)}.Spinner span:before{content:"";border:.16em solid transparent;border-top:.16em solid var(--spinner-color);border-radius:50%;animation-name:spinner-arc}.Spinner span:after{content:"";border:.16em solid var(--spinner-color);border-radius:50%;opacity:.5;animation:unset}.Spinner--main{--spinner-color: var(--main, #5648f8)}.Spinner--accent{--spinner-color: var(--accent, #22ccd8)}.Spinner--white{--spinner-color: var(--white, #fff)}.Spinner--size-large{--spinner-size: 42px}.Spinner--size-large span:before,.Spinner--size-large span:after{border-width:4px}@keyframes spinner-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes spinner-arc{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.PlayerHeader{flex:0 0 auto;width:100%;background:#fff}.PlayerHeader__inner{display:flex;align-items:center;justify-content:space-between;gap:16px;max-width:1200px;margin:0 auto;padding:14px 24px}.PlayerHeader__logo{display:inline-flex;align-items:center}.PlayerHeader__logo img{height:42px;width:auto}.PlayerHeader__right{display:flex;align-items:center;gap:8px}.PlayerHeader__link{padding:8px 12px;color:#000000d9;font-size:15px;font-weight:500;text-decoration:none;transition:color .15s}.PlayerHeader__link:hover{color:var(--accent, #22ccd8)}.PlayerHeader__account-wrap{position:relative}.PlayerHeader__account{display:inline-flex;align-items:center;gap:8px;max-width:220px;padding:8px 12px;border:none;background:none;color:#000000d9;font:inherit;font-size:15px;font-weight:500;cursor:pointer;transition:color .15s}.PlayerHeader__account:hover{color:var(--accent, #22ccd8)}.PlayerHeader__account-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.PlayerHeader__menu{position:absolute;top:calc(100% + 6px);right:0;min-width:180px;padding:8px;border-radius:12px;background:#fff;box-shadow:0 16px 32px #0000002e;z-index:10}.PlayerHeader__menu-item{width:100%;padding:10px;border:none;border-radius:8px;background:none;text-align:left;font:inherit;font-size:15px;font-weight:600;color:#000000d9;cursor:pointer}.PlayerHeader__menu-item:hover{background:#f5f5f5}@media (max-width: 560px){.PlayerHeader__inner{padding:12px 16px}.PlayerHeader__logo img{height:34px}.PlayerHeader__account{max-width:150px}}.PlayerFooter{flex:0 0 auto;width:100%;background:#fff;border-top:1px solid #ececec}.PlayerFooter__inner{display:flex;flex-wrap:wrap;align-items:center;gap:16px 24px;max-width:1200px;margin:0 auto;padding:20px 24px}.PlayerFooter__logo{height:34px;width:auto}.PlayerFooter__links{display:flex;flex-wrap:wrap;gap:8px 20px}.PlayerFooter__links a{color:#0000009e;font-size:14px;text-decoration:none}.PlayerFooter__links a:hover{color:#000000e6}.PlayerFooter__social{display:flex;align-items:center;gap:6px;margin-left:auto}.PlayerFooter__social a{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;color:#0000008c;transition:background .15s,color .15s}.PlayerFooter__social a:hover{color:var(--accent, #22ccd8)}.PlayerFooter__copy{width:100%;color:#0006;font-size:13px}@media (max-width: 640px){.PlayerFooter__inner{padding:16px;gap:12px 16px}.PlayerFooter__social{margin-left:0}}.WebPlayer{position:fixed;top:0;right:0;bottom:0;left:0;background:#fff;overflow:hidden;font-family:var(--fonts)}.WebPlayer__map{position:absolute;top:0;right:0;bottom:0;left:0}.WebPlayer__map-warning{position:absolute;z-index:30;top:12px;left:50%;transform:translate(-50%);max-width:calc(100vw - 24px);padding:10px 14px;border-radius:10px;background:#fff3cd;color:#664d03;font-size:13px;box-shadow:0 8px 20px #0000001f}.WebPlayer__map-warning code{background:#0000000f;padding:1px 5px;border-radius:4px}.WebPlayer__back{position:absolute;z-index:25;top:12px;left:12px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;padding:0;border:none;border-radius:.5rem;background:var(--absolute-100, #fff);color:var(--absolute-700, #3d3d3d);cursor:pointer;box-shadow:0 16px 24px #00000026}.WebPlayer__menu-btn{position:absolute;z-index:25;top:12px;right:12px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;padding:0;border:none;border-radius:.5rem;background:var(--absolute-100, #fff);color:var(--absolute-700, #3d3d3d);cursor:pointer;box-shadow:0 16px 24px #00000026}.WebPlayer__player{position:absolute;left:0;right:0;bottom:0;z-index:20}.WebPlayer__status{position:absolute;top:0;right:0;bottom:0;left:0;z-index:40;display:flex;flex-direction:column;overflow-y:auto;background:#fff;color:#12141a}.WebPlayer__stub-body{flex:1 0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:40px 24px;text-align:center}.WebPlayer__status-title{font-size:18px;font-weight:600}.WebPlayer__status-text{max-width:320px;font-size:14px;line-height:1.5;opacity:.6}.WebPlayer__status-btn{display:inline-block;margin-top:4px;padding:12px 24px;border:0;border-radius:12px;background:var(--accent, #22ccd8);color:#fff;font-size:15px;font-weight:600;text-decoration:none;cursor:pointer;transition:background .15s}.WebPlayer__status-btn:hover{background:#018790}.NotFound{min-height:100dvh;display:flex;flex-direction:column;background:#fff;color:#000000eb;font-family:var(--fonts, "Roboto", system-ui, sans-serif)}.NotFound__body{flex:1 0 auto;display:flex;align-items:center;justify-content:center;padding:48px 24px}.NotFound__inner{width:100%;max-width:520px;text-align:center}.NotFound__banner{width:161px;max-width:60%;height:auto;margin-bottom:24px}.NotFound__title{margin:0 0 12px;font-size:32px;font-weight:700;line-height:1.2}.NotFound__subtitle{margin:0 auto 28px;max-width:420px;font-size:16px;line-height:1.5;color:#0009}.NotFound__actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.NotFound__btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 24px;border:1px solid var(--gray-border, #e6e6e6);border-radius:12px;background:#fff;color:#000000d9;font-size:15px;font-weight:600;text-decoration:none;transition:background .15s,border-color .15s,filter .15s}.NotFound__btn:hover{background:#fafafa;border-color:#cfcfcf}.NotFound__btn--main{background:var(--accent, #22ccd8);border-color:var(--accent, #22ccd8);color:#fff}.NotFound__btn--main:hover{filter:brightness(.96);background:var(--accent, #22ccd8);border-color:var(--accent, #22ccd8)}@media (max-width: 480px){.NotFound__title{font-size:26px}}:root{--fonts: "Roboto", "Lato", system-ui, -apple-system, Segoe UI, sans-serif;--absolute-100: #ffffff;--absolute-400: #b8b8b8;--absolute-700: #3d3d3d;--accent: #22ccd8;--aquamarine-Main: #22ccd8;--blue-100: rgba(0, 122, 255, .1);--gray-border: #e6e6e6;--background-light-secondary: #f5f5f5;--radius-m: 16px;--white: white;--text-black: rgba(0, 0, 0, .98);--tone-500: rgba(0, 0, 0, .51);--tone-night-500: rgba(255, 255, 255, .72);--font-family-main: Roboto}*{box-sizing:border-box}html,body,#root{margin:0;padding:0;height:100%}body{font-family:var(--fonts);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overscroll-behavior:none}button{font-family:inherit}
