.taxi-pit-brand-logo{min-width:0;color:var(--tp-color-navy);align-items:center;gap:.7rem;display:inline-flex}.taxi-pit-brand-logo__mark{filter:drop-shadow(0 5px 8px #17324d24);flex:none}.taxi-pit-brand-logo__copy{flex-direction:column;min-width:0;line-height:1;display:inline-flex}.taxi-pit-brand-logo__name{font-family:var(--tp-font-display);letter-spacing:-.055em;white-space:nowrap;font-size:clamp(1.45rem,2.4vw,2rem);font-weight:900}.taxi-pit-brand-logo__meta{color:var(--tp-color-navy-soft);letter-spacing:.05em;white-space:nowrap;align-items:center;gap:.55rem;margin-top:.35rem;font-size:.68rem;font-weight:800;display:flex}.taxi-pit-brand-logo__legacy{border-left:1px solid var(--tp-color-border-strong);font-family:var(--tp-font-data);letter-spacing:.08em;text-transform:uppercase;padding-left:.55rem;font-weight:600}.taxi-pit-brand-logo.is-compact .taxi-pit-brand-logo__name{font-size:1.35rem}.taxi-pit-icon-tile{border:2px solid var(--tp-color-navy);background:var(--tp-color-yellow);width:44px;height:44px;color:var(--tp-color-navy);box-shadow:2px 3px 0 var(--tp-color-navy);border-radius:14px;flex:none;place-items:center;display:inline-grid}.taxi-pit-icon-tile[data-tone=sky]{background:var(--tp-color-sky)}.taxi-pit-icon-tile[data-tone=mint]{background:var(--tp-color-mint)}.taxi-pit-icon-tile[data-tone=red]{background:var(--tp-color-red);color:var(--tp-color-white)}.taxi-pit-icon-tile[data-tone=cream]{background:var(--tp-color-cream)}.taxi-pit-header{z-index:9000;border-bottom:1px solid var(--tp-color-border);color:var(--tp-color-navy);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fff6e7f0;position:sticky;top:0;box-shadow:0 8px 30px #17324d14}.taxi-pit-header__inner{width:min(calc(100% - 2rem),var(--tp-content-width));min-height:var(--tp-header-height);grid-template-columns:auto 1fr auto;align-items:center;gap:1.25rem;margin:0 auto;display:grid}.taxi-pit-header__brand{border-radius:var(--tp-radius-md);text-decoration:none;display:inline-flex}.taxi-pit-header__nav{justify-content:center;align-items:center;gap:.25rem;display:flex}.taxi-pit-header__nav-link{border-radius:var(--tp-radius-pill);min-height:44px;color:var(--tp-color-navy);transition:background var(--tp-transition-fast),transform var(--tp-transition-fast);align-items:center;gap:.45rem;padding:.55rem .85rem;font-weight:800;text-decoration:none;display:inline-flex;position:relative}.taxi-pit-header__nav-link:hover,.taxi-pit-header__nav-link.is-active{background:var(--tp-color-yellow-soft);transform:translateY(-1px)}.taxi-pit-header__nav-link.is-active:after{content:"";border-radius:var(--tp-radius-pill);background:var(--tp-color-red);width:18px;height:3px;position:absolute;bottom:2px;left:50%;transform:translate(-50%)}.taxi-pit-header__actions{align-items:center;gap:.65rem;display:flex}.taxi-pit-header__date{border:1px solid var(--tp-color-border);border-radius:var(--tp-radius-pill);background:var(--tp-color-white);min-height:38px;font-family:var(--tp-font-data);letter-spacing:.03em;white-space:nowrap;align-items:center;padding:.45rem .75rem;font-size:.88rem;font-weight:700;display:inline-flex}.taxi-pit-header__menu-button,.taxi-pit-drawer__close{border:2px solid var(--tp-color-navy);background:var(--tp-color-yellow);width:46px;height:46px;color:var(--tp-color-navy);box-shadow:3px 4px 0 var(--tp-color-navy);transition:transform var(--tp-transition-fast),box-shadow var(--tp-transition-fast);border-radius:15px;place-items:center;display:inline-grid}.taxi-pit-header__menu-button:hover,.taxi-pit-drawer__close:hover{box-shadow:1px 2px 0 var(--tp-color-navy);transform:translate(2px,2px)}.taxi-pit-menu-backdrop{z-index:10000;opacity:0;pointer-events:none;transition:opacity var(--tp-transition-base);background:#17324d85;border:0;position:fixed;inset:0}.taxi-pit-menu-backdrop.is-open{opacity:1;pointer-events:auto}.taxi-pit-drawer{z-index:10001;border-left:2px solid var(--tp-color-navy);background:var(--tp-color-cream);visibility:hidden;width:min(480px,100%);padding:1.15rem;transition:transform .3s cubic-bezier(.22,1,.36,1),visibility 0s linear .3s;position:fixed;top:0;bottom:0;right:0;overflow-y:auto;transform:translate(104%);box-shadow:-20px 0 54px #17324d38}.taxi-pit-drawer.is-open{visibility:visible;transition-delay:0s;transform:translate(0)}.taxi-pit-drawer__head{border-bottom:1px solid var(--tp-color-border);justify-content:space-between;align-items:center;gap:1rem;padding-bottom:1rem;display:flex}.taxi-pit-drawer__intro{color:var(--tp-color-muted);margin:1.25rem 0;line-height:1.75}.taxi-pit-drawer__sections{gap:.9rem;display:grid}.taxi-pit-drawer__section{border:1px solid var(--tp-color-border);border-radius:var(--tp-radius-md);background:var(--tp-color-white);box-shadow:var(--tp-shadow-sm);overflow:hidden}.taxi-pit-drawer__section-title{border-bottom:1px solid var(--tp-color-border);font-family:var(--tp-font-display);align-items:center;gap:.65rem;margin:0;padding:.9rem 1rem;font-size:1rem;font-weight:900;display:flex}.taxi-pit-drawer__section-title .taxi-pit-icon-tile{width:36px;height:36px}.taxi-pit-drawer__items{padding:.45rem;display:grid}.taxi-pit-drawer__link{min-height:52px;color:var(--tp-color-navy);transition:background var(--tp-transition-fast);border-radius:12px;grid-template-columns:auto 1fr auto;align-items:center;gap:.75rem;padding:.65rem .7rem;text-decoration:none;display:grid}.taxi-pit-drawer__link:hover,.taxi-pit-drawer__link.is-active{background:var(--tp-color-yellow-soft)}.taxi-pit-drawer__link-copy{min-width:0}.taxi-pit-drawer__link-label{font-weight:800;display:block}.taxi-pit-drawer__link-description{color:var(--tp-color-muted);margin-top:.2rem;font-size:.78rem;line-height:1.5;display:block}.taxi-pit-drawer__secondary{border-radius:var(--tp-radius-md);background:var(--tp-color-navy);color:var(--tp-color-white);margin-top:1.2rem;padding:1rem}.taxi-pit-drawer__secondary-title{font-family:var(--tp-font-display);margin:0 0 .65rem;font-weight:900}.taxi-pit-drawer__secondary-links{flex-wrap:wrap;gap:.45rem .85rem;display:flex}.taxi-pit-drawer__secondary a{color:var(--tp-color-white);text-underline-offset:3px;font-size:.82rem;text-decoration:underline}.taxi-pit-footer{border-top:6px solid var(--tp-color-yellow);background:var(--tp-color-navy);color:var(--tp-color-white);margin-top:auto}.taxi-pit-footer__road-line{background:repeating-linear-gradient(90deg,var(--tp-color-yellow)0 54px,transparent 54px 82px);opacity:.92;height:12px}.taxi-pit-footer__inner{width:min(calc(100% - 2rem),var(--tp-content-width));margin:0 auto;padding:3rem 0 1.4rem}.taxi-pit-footer__top{grid-template-columns:minmax(220px,1.25fr) 2fr;gap:3rem;display:grid}.taxi-pit-footer__brand-card{border-radius:var(--tp-radius-lg);background:#ffffff12;border:1px solid #ffffff2e;padding:1.2rem}.taxi-pit-footer__brand-card .taxi-pit-brand-logo{color:var(--tp-color-white)}.taxi-pit-footer__brand-card .taxi-pit-brand-logo__meta{color:var(--tp-color-cream)}.taxi-pit-footer__brand-card .taxi-pit-brand-logo__legacy{border-left-color:#ffffff57}.taxi-pit-footer__tagline{color:#ffffffd1;margin:1rem 0 0;line-height:1.75}.taxi-pit-footer__social{border-radius:var(--tp-radius-pill);color:var(--tp-color-white);border:1px solid #ffffff47;align-items:center;gap:.55rem;margin-top:1.1rem;padding:.55rem .85rem;font-weight:800;text-decoration:none;display:inline-flex}.taxi-pit-footer__groups{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.2rem;display:grid}.taxi-pit-footer__group h2{color:var(--tp-color-yellow);font-family:var(--tp-font-display);margin:0 0 .8rem;font-size:1rem;font-weight:900}.taxi-pit-footer__group ul{gap:.65rem;margin:0;padding:0;list-style:none;display:grid}.taxi-pit-footer__group a,.taxi-pit-footer__legal a{color:#ffffffd6;text-decoration:none}.taxi-pit-footer__group a:hover,.taxi-pit-footer__legal a:hover{color:var(--tp-color-yellow);text-underline-offset:4px;text-decoration:underline}.taxi-pit-footer__bottom{border-top:1px solid #ffffff29;grid-template-columns:1fr auto;align-items:end;gap:1.5rem;margin-top:2.4rem;padding-top:1.4rem;display:grid}.taxi-pit-footer__legal{flex-wrap:wrap;gap:.55rem 1rem;font-size:.78rem;display:flex}.taxi-pit-footer__disclosure{color:#ffffffa6;max-width:760px;margin:.9rem 0 0;font-size:.72rem;line-height:1.7}.taxi-pit-footer__credits{text-align:right;color:#ffffffb3;font-size:.75rem}.taxi-pit-footer__credits p{margin:0}.taxi-pit-footer__studio{color:var(--tp-color-white);align-items:center;gap:.45rem;margin-top:.45rem;text-decoration:none;display:inline-flex}.taxi-pit-footer__studio img{border-radius:7px}.taxi-pit-home{background:radial-gradient(circle at 7% 4%,#ffc83d42,transparent 25rem),linear-gradient(180deg,var(--tp-color-cream)0%,#fffdf8 42%,var(--tp-color-white)100%);color:var(--tp-color-navy);overflow:hidden}.taxi-pit-home__container{width:min(calc(100% - 2rem),var(--tp-content-width));margin:0 auto}.taxi-pit-hero{min-height:min(720px,calc(100vh - var(--tp-header-height)));grid-template-columns:minmax(0,1fr) minmax(400px,.95fr);align-items:center;gap:clamp(2rem,6vw,5rem);padding:clamp(4rem,8vw,7.5rem) 0;display:grid;position:relative}.taxi-pit-hero:before{content:"";border:42px solid #59bce82e;border-radius:50%;width:360px;height:360px;position:absolute;bottom:-80px;left:-220px}.taxi-pit-eyebrow{border:2px solid var(--tp-color-navy);border-radius:var(--tp-radius-pill);background:var(--tp-color-yellow);box-shadow:3px 4px 0 var(--tp-color-navy);font-family:var(--tp-font-data);letter-spacing:.07em;align-items:center;gap:.55rem;margin:0 0 1rem;padding:.5rem .8rem;font-weight:800;display:inline-flex}.taxi-pit-eyebrow__dot{background:var(--tp-color-red);border-radius:50%;width:9px;height:9px}.taxi-pit-hero h1{max-width:680px;font-family:var(--tp-font-display);letter-spacing:-.075em;margin:0;font-size:clamp(3.1rem,7vw,6.5rem);font-weight:900;line-height:1.03}.taxi-pit-hero h1 em{color:var(--tp-color-red);font-style:normal}.taxi-pit-hero__lead{max-width:620px;color:var(--tp-color-navy-soft);margin:1.45rem 0 0;font-size:clamp(1.08rem,2vw,1.35rem);font-weight:700;line-height:1.85}.taxi-pit-hero__tagline{color:var(--tp-color-muted);margin:.85rem 0 0;font-weight:700}.taxi-pit-hero__actions{flex-wrap:wrap;gap:.9rem;margin-top:2rem;display:flex}.taxi-pit-button{border:2px solid var(--tp-color-navy);min-height:52px;transition:transform var(--tp-transition-fast),box-shadow var(--tp-transition-fast);border-radius:16px;justify-content:center;align-items:center;gap:.65rem;padding:.8rem 1.2rem;font-weight:900;text-decoration:none;display:inline-flex}.taxi-pit-button--primary{background:var(--tp-color-red);color:var(--tp-color-white);box-shadow:5px 6px 0 var(--tp-color-navy)}.taxi-pit-button--secondary{background:var(--tp-color-white);color:var(--tp-color-navy);box-shadow:5px 6px 0 var(--tp-color-yellow)}.taxi-pit-button:hover{transform:translate(2px,2px)}.taxi-pit-button--primary:hover{box-shadow:3px 4px 0 var(--tp-color-navy)}.taxi-pit-button--secondary:hover{box-shadow:3px 4px 0 var(--tp-color-yellow)}.taxi-pit-hero__badges{flex-wrap:wrap;gap:.55rem;margin:1.35rem 0 0;padding:0;list-style:none;display:flex}.taxi-pit-hero__badges li{border:1px solid var(--tp-color-border);border-radius:var(--tp-radius-pill);color:var(--tp-color-navy-soft);background:#ffffffc7;align-items:center;gap:.4rem;padding:.42rem .7rem;font-size:.82rem;font-weight:800;display:inline-flex}.taxi-pit-road-scene{filter:drop-shadow(0 28px 34px #17324d33);position:relative}.taxi-pit-road-scene:before{content:"";z-index:-1;border:3px solid var(--tp-color-navy);background:var(--tp-color-yellow);border-radius:52px;position:absolute;inset:-16px 18px 20px -18px;transform:rotate(-2.2deg)}.taxi-pit-road-scene svg{border:3px solid var(--tp-color-navy);background:var(--tp-color-sky);border-radius:42px;width:100%;height:auto;display:block}.taxi-pit-road-scene__taxi{transform-box:fill-box;transform-origin:bottom;animation:3.4s ease-in-out infinite taxi-pit-idle}@keyframes taxi-pit-idle{0%,to{transform:translate(390px,344px)translateY(0)}50%{transform:translate(390px,344px)translateY(-5px)}}.taxi-pit-home-section{padding:clamp(4.5rem,8vw,7.5rem) 0}.taxi-pit-home-section--navy{background:var(--tp-color-navy);color:var(--tp-color-white);position:relative}.taxi-pit-home-section--navy:before,.taxi-pit-home-section--navy:after{content:"";background:repeating-linear-gradient(90deg,var(--tp-color-yellow)0 46px,transparent 46px 72px);height:9px;position:absolute;left:0;right:0}.taxi-pit-home-section--navy:before{top:0}.taxi-pit-home-section--navy:after{bottom:0}.taxi-pit-section-head{max-width:720px;margin-bottom:2.2rem}.taxi-pit-section-kicker{color:var(--tp-color-red);font-family:var(--tp-font-data);letter-spacing:.12em;margin:0 0 .65rem;font-size:.9rem;font-weight:800}.taxi-pit-home-section--navy .taxi-pit-section-kicker{color:var(--tp-color-yellow)}.taxi-pit-section-head h2{font-family:var(--tp-font-display);letter-spacing:-.045em;margin:0;font-size:clamp(2rem,4.4vw,3.8rem);font-weight:900;line-height:1.16}.taxi-pit-section-head p:not(.taxi-pit-section-kicker){color:var(--tp-color-muted);margin:1rem 0 0;font-size:1.03rem;line-height:1.8}.taxi-pit-home-section--navy .taxi-pit-section-head p:not(.taxi-pit-section-kicker){color:#ffffffb8}.taxi-pit-feature-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:1rem;display:grid}.taxi-pit-feature-card{border:2px solid var(--tp-color-navy);border-radius:var(--tp-radius-lg);background:var(--tp-color-white);min-height:245px;color:var(--tp-color-navy);box-shadow:5px 6px 0 var(--tp-color-navy);transition:transform var(--tp-transition-base),box-shadow var(--tp-transition-base);flex-direction:column;padding:1.2rem;text-decoration:none;display:flex;position:relative;overflow:hidden}.taxi-pit-feature-card:after{content:"";border:20px solid var(--tp-card-accent,var(--tp-color-yellow));opacity:.34;border-radius:50%;width:110px;height:110px;position:absolute;bottom:-45px;right:-45px}.taxi-pit-feature-card:hover{box-shadow:8px 12px 0 var(--tp-color-navy);transform:translateY(-5px)}.taxi-pit-feature-card[data-tone=yellow]{--tp-card-accent:var(--tp-color-yellow)}.taxi-pit-feature-card[data-tone=mint]{--tp-card-accent:var(--tp-color-mint)}.taxi-pit-feature-card[data-tone=sky]{--tp-card-accent:var(--tp-color-sky)}.taxi-pit-feature-card[data-tone=red]{--tp-card-accent:var(--tp-color-red)}.taxi-pit-feature-card[data-tone=cream]{--tp-card-accent:var(--tp-color-cream-strong)}.taxi-pit-feature-card__number{color:var(--tp-card-accent,var(--tp-color-yellow));font-family:var(--tp-font-data);font-size:2.2rem;font-weight:900;line-height:1;position:absolute;top:.8rem;right:1rem}.taxi-pit-feature-card h3{font-family:var(--tp-font-display);margin:1.2rem 0 0;font-size:1.45rem;font-weight:900}.taxi-pit-feature-card p{color:var(--tp-color-muted);margin:.7rem 0 1.2rem;font-size:.88rem;line-height:1.7}.taxi-pit-feature-card__link{align-items:center;gap:.4rem;margin-top:auto;font-weight:900;display:inline-flex}.taxi-pit-shortcuts{flex-wrap:wrap;gap:.7rem;margin-top:2rem;display:flex}.taxi-pit-shortcut{border-radius:var(--tp-radius-pill);min-height:44px;color:var(--tp-color-white);transition:background var(--tp-transition-fast),color var(--tp-transition-fast);background:#ffffff14;border:1px solid #ffffff40;align-items:center;gap:.5rem;padding:.55rem .85rem;font-weight:800;text-decoration:none;display:inline-flex}.taxi-pit-shortcut:hover{background:var(--tp-color-yellow);color:var(--tp-color-navy)}.taxi-pit-steps{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.2rem;display:grid}.taxi-pit-step{border:2px solid var(--tp-color-navy);border-radius:var(--tp-radius-lg);background:var(--tp-color-white);box-shadow:var(--tp-shadow-sm);padding:1.6rem;position:relative}.taxi-pit-step__number{border:2px solid var(--tp-color-navy);background:var(--tp-color-yellow);width:44px;height:44px;font-family:var(--tp-font-data);box-shadow:3px 3px 0 var(--tp-color-navy);border-radius:50%;justify-content:center;align-items:center;font-size:1.2rem;font-weight:900;display:inline-flex}.taxi-pit-step h3{font-family:var(--tp-font-display);margin:1.1rem 0 .55rem;font-size:1.5rem;font-weight:900}.taxi-pit-step p{color:var(--tp-color-muted);margin:0;line-height:1.75}.taxi-pit-safety-note{border:2px solid var(--tp-color-navy);border-radius:var(--tp-radius-md);background:var(--tp-color-mint-soft);grid-template-columns:auto 1fr auto;align-items:center;gap:1rem;margin-top:2.3rem;padding:1.2rem 1.35rem;display:grid}.taxi-pit-safety-note h3{font-family:var(--tp-font-display);margin:0 0 .25rem;font-size:1.05rem;font-weight:900}.taxi-pit-safety-note p{color:var(--tp-color-navy-soft);margin:0;font-size:.9rem;line-height:1.65}.taxi-pit-safety-note a{color:var(--tp-color-navy);white-space:nowrap;align-items:center;gap:.35rem;font-weight:900;display:inline-flex}.taxi-pit-page-shell{background:var(--tp-color-cream);min-height:100vh;color:var(--tp-color-navy)}.taxi-pit-page-shell__inner{width:min(100% - 2rem,1100px);margin:0 auto;padding:2rem 0 4rem}.taxi-pit-page-heading{border:2px solid var(--tp-color-navy);border-radius:var(--tp-radius-lg);background:var(--tp-color-white);box-shadow:5px 6px 0 var(--tp-color-yellow);padding:1.25rem 1.35rem}.taxi-pit-page-heading__eyebrow{color:var(--tp-color-red);font-family:var(--tp-font-data);letter-spacing:.12em;margin:0 0 .4rem;font-size:.78rem;font-weight:900}.taxi-pit-page-heading h1{font-family:var(--tp-font-display);letter-spacing:-.035em;margin:0;font-size:clamp(1.8rem,4vw,2.8rem);font-weight:900}.taxi-pit-page-heading p{color:var(--tp-color-muted);margin:.6rem 0 0;line-height:1.7}.taxi-pit-loading{border:1px solid var(--tp-color-border);border-radius:var(--tp-radius-md);background:var(--tp-color-white);color:var(--tp-color-muted);margin-top:1.25rem;padding:1rem;font-size:.85rem}.taxi-pit-loading:after{content:"";border-radius:var(--tp-radius-pill);background:repeating-linear-gradient(90deg,var(--tp-color-yellow)0 30px,transparent 30px 45px);background-size:90px 100%;height:5px;margin-top:.75rem;animation:1.3s linear infinite taxi-pit-road-loading;display:block}@keyframes taxi-pit-road-loading{to{background-position-x:90px}}@media (max-width:1100px){.taxi-pit-feature-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:960px){.taxi-pit-header__nav{display:none}.taxi-pit-header__inner{grid-template-columns:1fr auto}.taxi-pit-header__actions{justify-self:end}.taxi-pit-hero{grid-template-columns:1fr;min-height:auto}.taxi-pit-hero__copy{max-width:760px}.taxi-pit-road-scene{width:min(100%,650px);margin:0 auto}.taxi-pit-footer__top{grid-template-columns:1fr}}@media (max-width:760px){:root{--tp-header-height:70px}.taxi-pit-header__inner{width:min(calc(100% - 1rem),var(--tp-content-width));gap:.5rem}.taxi-pit-header__date,.taxi-pit-brand-logo__legacy{display:none}.taxi-pit-brand-logo__meta{font-size:.64rem}.taxi-pit-drawer{padding:.8rem}.taxi-pit-home__container,.taxi-pit-footer__inner{width:min(calc(100% - 1.25rem),var(--tp-content-width))}.taxi-pit-hero{padding:3.3rem 0 4.4rem}.taxi-pit-hero h1{font-size:clamp(2.8rem,14vw,4.7rem)}.taxi-pit-road-scene:before{border-radius:34px;inset:-9px 9px 12px -9px}.taxi-pit-road-scene svg{border-radius:30px}.taxi-pit-feature-grid{grid-template-columns:1fr 1fr}.taxi-pit-feature-card{min-height:220px}.taxi-pit-steps{grid-template-columns:1fr}.taxi-pit-safety-note{grid-template-columns:auto 1fr}.taxi-pit-safety-note a{grid-column:2}.taxi-pit-footer__groups{grid-template-columns:1fr 1fr}.taxi-pit-footer__bottom{grid-template-columns:1fr}.taxi-pit-footer__credits{text-align:left}}@media (max-width:520px){.taxi-pit-brand-logo__mark{width:42px;height:42px}.taxi-pit-brand-logo__name{font-size:1.22rem}.taxi-pit-header__menu-button{width:43px;height:43px}.taxi-pit-feature-grid{grid-template-columns:1fr}.taxi-pit-feature-card{min-height:195px}.taxi-pit-footer__groups{grid-template-columns:1fr}.taxi-pit-hero__actions{display:grid}.taxi-pit-button{width:100%}}@media (prefers-reduced-motion:reduce){.taxi-pit-road-scene__taxi,.taxi-pit-loading:after{animation:none}.taxi-pit-drawer,.taxi-pit-menu-backdrop,.taxi-pit-button,.taxi-pit-feature-card{transition:none}}.tp-data-page{--tp-page-accent:var(--tp-color-yellow);--tp-page-accent-soft:var(--tp-color-yellow-soft);min-height:100vh;color:var(--tp-color-navy);background:linear-gradient(180deg,#ffffff94,transparent 300px),repeating-linear-gradient(90deg,transparent 0 78px,#17324d06 78px 79px),var(--tp-color-cream)}.tp-data-page--mint{--tp-page-accent:var(--tp-color-mint);--tp-page-accent-soft:var(--tp-color-mint-soft)}.tp-data-page--sky{--tp-page-accent:var(--tp-color-sky);--tp-page-accent-soft:var(--tp-color-sky-soft)}.tp-data-page--red{--tp-page-accent:var(--tp-color-red);--tp-page-accent-soft:#fbe4e1}.tp-data-page__inner{width:min(100% - 2rem,1120px);margin:0 auto;padding:2rem 0 4.5rem}.tp-data-page__inner--extra-wide{max-width:1240px}.tp-data-page__content{margin-top:1.5rem}.tp-data-header{border:2px solid var(--tp-color-navy);border-radius:var(--tp-radius-lg);background:var(--tp-color-white);box-shadow:7px 8px 0 var(--tp-page-accent);padding:clamp(1.25rem,3vw,2rem);position:relative;overflow:hidden}.tp-data-header:after{content:"";border:22px solid var(--tp-page-accent-soft);pointer-events:none;border-radius:50%;width:150px;height:150px;position:absolute;top:-42px;right:-42px}.tp-data-header__top{z-index:1;justify-content:space-between;align-items:flex-start;gap:1.25rem;display:flex;position:relative}.tp-data-header__identity{align-items:flex-start;gap:1rem;min-width:0;display:flex}.tp-data-header__icon{border:2px solid var(--tp-color-navy);background:var(--tp-page-accent);width:58px;height:58px;box-shadow:3px 4px 0 var(--tp-color-navy);border-radius:18px;flex:none;justify-content:center;align-items:center;display:inline-flex}.tp-data-header__eyebrow{color:var(--tp-color-red);font-family:var(--tp-font-data);letter-spacing:.14em;margin:0 0 .35rem;font-size:.76rem;font-weight:900}.tp-data-header h1{font-family:var(--tp-font-display);letter-spacing:-.045em;margin:0;font-size:clamp(2rem,5vw,3.25rem);font-weight:900;line-height:1.08}.tp-data-header__description{max-width:720px;color:var(--tp-color-muted);margin:.7rem 0 0;font-size:.98rem;line-height:1.75}.tp-data-header__guide{z-index:2;border:2px solid var(--tp-color-navy);border-radius:var(--tp-radius-pill);background:var(--tp-color-cream);min-height:44px;color:var(--tp-color-navy);transition:transform var(--tp-transition-fast),background var(--tp-transition-fast);flex:none;align-items:center;gap:.45rem;padding:.6rem .85rem;font-size:.82rem;font-weight:900;text-decoration:none;display:inline-flex;position:relative}.tp-data-header__guide:hover{background:var(--tp-page-accent-soft);transform:translateY(-2px)}.tp-data-header__meta{z-index:1;grid-template-columns:repeat(3,minmax(0,1fr));gap:.7rem;margin:1.3rem 0 0;display:grid;position:relative}.tp-data-header__meta>div{border:1px solid var(--tp-color-border);background:#ffffffc2;border-radius:14px;min-width:0;padding:.72rem .85rem}.tp-data-header__meta dt{color:var(--tp-color-muted);letter-spacing:.08em;font-size:.68rem;font-weight:800}.tp-data-header__meta dd{text-overflow:ellipsis;white-space:nowrap;margin:.18rem 0 0;font-size:.83rem;font-weight:900;overflow:hidden}.tp-data-header__links{z-index:1;flex-wrap:wrap;gap:.55rem;margin-top:1rem;display:flex;position:relative}.tp-data-header__links a{border:1px solid var(--tp-color-border-strong);border-radius:var(--tp-radius-pill);background:var(--tp-color-white);min-height:40px;color:var(--tp-color-navy);align-items:center;gap:.4rem;padding:.45rem .75rem;font-size:.78rem;font-weight:900;text-decoration:none;display:inline-flex}.tp-data-header__links a:hover{background:var(--tp-page-accent-soft)}.tp-board-stack{gap:1.35rem;display:grid}.tp-board-module-stack{gap:1rem;display:grid}.tp-board-module-stack>*{margin-top:0!important;margin-bottom:0!important}.tp-board-summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;display:grid}.tp-board-summary__item{border:1px solid var(--tp-color-border);border-radius:var(--tp-radius-md);background:var(--tp-color-white);min-width:0;box-shadow:var(--tp-shadow-sm);align-items:center;gap:.75rem;padding:.9rem 1rem;display:flex}.tp-board-summary__item>svg{color:var(--tp-color-red);flex:none}.tp-board-summary__item p{color:var(--tp-color-muted);margin:0;font-size:.68rem;font-weight:800}.tp-board-summary__item strong{text-overflow:ellipsis;white-space:nowrap;margin-top:.16rem;font-size:.86rem;display:block;overflow:hidden}.tp-data-status{--tp-status-color:var(--tp-color-sky);--tp-status-soft:var(--tp-color-sky-soft);border:2px solid var(--tp-color-navy);border-radius:var(--tp-radius-md);background:var(--tp-color-white);box-shadow:4px 5px 0 var(--tp-status-color);grid-template-columns:minmax(170px,.85fr) minmax(180px,1fr) minmax(180px,1fr) auto;align-items:center;gap:.75rem;padding:.85rem;display:grid}.tp-data-status--normal{--tp-status-color:var(--tp-color-mint);--tp-status-soft:var(--tp-color-mint-soft)}.tp-data-status--warning{--tp-status-color:var(--tp-color-yellow);--tp-status-soft:var(--tp-color-yellow-soft)}.tp-data-status--critical{--tp-status-color:var(--tp-color-red);--tp-status-soft:#fbe4e1}.tp-data-status--unknown{--tp-status-color:#9aabba;--tp-status-soft:#edf1f4}.tp-data-status__state,.tp-data-status__item{background:var(--tp-status-soft);border-radius:12px;align-items:center;gap:.7rem;min-width:0;min-height:52px;padding:.55rem .7rem;display:flex}.tp-data-status__state{border:1px solid var(--tp-status-color)}.tp-data-status__item{border:1px solid var(--tp-color-border);background:var(--tp-color-cream)}.tp-data-status__item>svg{color:var(--tp-color-navy-soft);flex:none}.tp-data-status__signal{border:2px solid var(--tp-color-navy);background:var(--tp-status-color);border-radius:50%;flex:none;width:14px;height:14px;box-shadow:0 0 0 4px #ffffffb8}.tp-data-status__label{color:var(--tp-color-muted);margin:0;font-size:.65rem;font-weight:800}.tp-data-status__value{text-overflow:ellipsis;white-space:nowrap;margin:.15rem 0 0;font-size:.82rem;font-weight:900;overflow:hidden}.tp-data-status__note{color:var(--tp-color-muted);grid-column:1/-1;margin:0;padding:.1rem .35rem 0;font-size:.72rem;line-height:1.6}.tp-data-status__refresh{border:2px solid var(--tp-color-navy);border-radius:var(--tp-radius-pill);background:var(--tp-color-yellow);min-height:44px;color:var(--tp-color-navy);white-space:nowrap;box-shadow:2px 3px 0 var(--tp-color-navy);justify-content:center;align-items:center;gap:.45rem;padding:.6rem .9rem;font-size:.78rem;font-weight:900;display:inline-flex}.tp-data-status__refresh:disabled{cursor:wait;opacity:.62}.tp-spin{animation:.9s linear infinite tp-spin}@keyframes tp-spin{to{transform:rotate(360deg)}}.tp-data-section{--tp-section-accent:var(--tp-color-yellow);--tp-section-soft:var(--tp-color-yellow-soft);border:1px solid var(--tp-color-border);border-radius:var(--tp-radius-lg);box-shadow:var(--tp-shadow-sm);background:#fffffff0;overflow:hidden}.tp-data-section--mint{--tp-section-accent:var(--tp-color-mint);--tp-section-soft:var(--tp-color-mint-soft)}.tp-data-section--sky{--tp-section-accent:var(--tp-color-sky);--tp-section-soft:var(--tp-color-sky-soft)}.tp-data-section--red{--tp-section-accent:var(--tp-color-red);--tp-section-soft:#fbe4e1}.tp-data-section__header{border-bottom:1px solid var(--tp-color-border);background:linear-gradient(100deg,var(--tp-section-soft),#ffffffd1);grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.8rem;padding:1rem 1.15rem;display:grid}.tp-data-section__icon{border:2px solid var(--tp-color-navy);background:var(--tp-section-accent);border-radius:13px;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex}.tp-data-section__eyebrow{font-family:var(--tp-font-data);letter-spacing:.12em;color:var(--tp-color-red)!important;margin:0 0 .15rem!important;font-size:.65rem!important;font-weight:900!important}.tp-data-section__copy h2{color:var(--tp-color-navy);font-family:var(--tp-font-display);margin:0;font-size:clamp(1.15rem,3vw,1.45rem);font-weight:900;line-height:1.25}.tp-data-section__copy>p:last-child{color:var(--tp-color-muted);margin:.32rem 0 0;font-size:.78rem;line-height:1.55}.tp-data-section__link{border:1px solid var(--tp-color-border-strong);border-radius:var(--tp-radius-pill);background:var(--tp-color-white);min-height:40px;color:var(--tp-color-navy);align-items:center;gap:.35rem;padding:.45rem .7rem;font-size:.75rem;font-weight:900;text-decoration:none;display:inline-flex}.tp-data-section__body{padding:1rem}.tp-data-section__body>:first-child{margin-top:0!important}.tp-data-section__body>:last-child{margin-bottom:0!important}.tp-data-section--compact .tp-data-section__body{padding:.75rem}.tp-data-loading,.tp-data-error{border:2px solid var(--tp-color-navy);border-radius:var(--tp-radius-md);background:var(--tp-color-white);min-height:120px;box-shadow:5px 6px 0 var(--tp-color-yellow);grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.9rem;padding:1.2rem;display:grid;position:relative;overflow:hidden}.tp-data-loading--compact{min-height:88px}.tp-data-loading__icon,.tp-data-error__icon{border:2px solid var(--tp-color-navy);background:var(--tp-color-yellow);border-radius:16px;justify-content:center;align-items:center;width:52px;height:52px;display:inline-flex}.tp-data-loading__title{font-family:var(--tp-font-display);margin:0;font-size:1.05rem;font-weight:900}.tp-data-loading__description{color:var(--tp-color-muted);margin:.25rem 0 0;font-size:.8rem;line-height:1.6}.tp-data-loading__road{background:repeating-linear-gradient(90deg,var(--tp-color-yellow)0 34px,var(--tp-color-navy)34px 48px);background-size:96px 100%;height:7px;animation:1.3s linear infinite taxi-pit-road-loading;position:absolute;bottom:0;left:0;right:0}.tp-data-error{border-color:var(--tp-color-red);box-shadow:5px 6px 0 var(--tp-color-red);background:#fff8f7;align-items:flex-start}.tp-data-error__icon{color:var(--tp-color-white);background:var(--tp-color-red)}.tp-data-error__copy h2{font-family:var(--tp-font-display);margin:0;font-size:1.2rem;font-weight:900}.tp-data-error__copy p{color:#703d39;margin:.45rem 0 0;font-size:.85rem;line-height:1.65}.tp-data-error__copy button{border:2px solid var(--tp-color-navy);border-radius:var(--tp-radius-pill);background:var(--tp-color-red);min-height:44px;color:var(--tp-color-white);align-items:center;gap:.45rem;margin-top:.85rem;padding:.55rem .85rem;font-weight:900;display:inline-flex}.tp-data-notice{border:1px solid var(--tp-color-sky);background:var(--tp-color-sky-soft);color:var(--tp-color-navy);border-radius:14px;align-items:flex-start;gap:.7rem;padding:.9rem 1rem;display:flex}.tp-data-notice--warning{background:var(--tp-color-yellow-soft);border-color:#d99b00}.tp-data-notice--critical{border-color:var(--tp-color-red);background:#fbe4e1}.tp-data-notice>svg{flex:none;margin-top:.1rem}.tp-data-notice__title{margin:0;font-weight:900}.tp-data-notice__body{color:var(--tp-color-navy-soft);margin-top:.18rem;font-size:.8rem;line-height:1.6}.tp-data-notice__body p{margin:0}.tp-data-illustration{border-radius:var(--tp-radius-md);justify-content:center;margin-top:1rem;display:flex;overflow:hidden}.tp-fare-tool{justify-content:center;min-height:300px;padding:.5rem 0;display:flex}.tp-data-section__body>section,.tp-data-section__body>div,.tp-board-module-stack>section,.tp-board-module-stack>div,.tp-data-section__body .mx-auto{max-width:100%}.tp-data-section__body .min-h-screen{min-height:0}@media (max-width:900px){.tp-data-header__top{flex-direction:column}.tp-data-header__guide{align-self:flex-start}.tp-data-status{grid-template-columns:repeat(2,minmax(0,1fr))}.tp-data-status__refresh{justify-self:stretch}.tp-board-summary{grid-template-columns:1fr}}@media (max-width:680px){.tp-data-page__inner{width:min(100% - 1rem,1120px);padding-top:1rem}.tp-data-header{box-shadow:4px 5px 0 var(--tp-page-accent);border-radius:22px;padding:1rem}.tp-data-header__identity{gap:.75rem}.tp-data-header__icon{border-radius:15px;width:48px;height:48px}.tp-data-header h1{font-size:clamp(1.7rem,9vw,2.35rem)}.tp-data-header__description{font-size:.85rem}.tp-data-header__meta{grid-template-columns:1fr;gap:.45rem}.tp-data-header__meta>div{grid-template-columns:4rem minmax(0,1fr);align-items:center;display:grid}.tp-data-header__meta dd{margin-top:0}.tp-data-status{box-shadow:3px 4px 0 var(--tp-status-color);grid-template-columns:1fr}.tp-data-status__note{grid-column:1}.tp-data-status__refresh{width:100%}.tp-data-section{border-radius:22px}.tp-data-section__header{grid-template-columns:auto minmax(0,1fr);padding:.85rem}.tp-data-section__link{grid-column:2;justify-self:start}.tp-data-section__body{padding:.75rem}.tp-data-loading,.tp-data-error{grid-template-columns:1fr;min-height:150px}.tp-data-loading__icon,.tp-data-error__icon{width:46px;height:46px}}@media (prefers-reduced-motion:reduce){.tp-data-loading__road,.tp-spin{animation:none}.tp-data-header__guide{transition:none}}.tp-holiday-sign{border:2px solid var(--tp-color-navy);border-radius:var(--tp-radius-md);background:linear-gradient(180deg,var(--tp-color-sky-soft)0 58%,var(--tp-color-mint-soft)58% 100%);place-items:center;min-height:190px;margin-top:1rem;display:grid;position:relative;overflow:hidden}.tp-holiday-sign__sun{border:2px solid var(--tp-color-navy);background:var(--tp-color-yellow);border-radius:50%;width:62px;height:62px;position:absolute;top:24px;right:13%}.tp-holiday-sign__road{border:2px solid var(--tp-color-navy);background:var(--tp-color-navy-soft);height:160px;position:absolute;bottom:-60px;left:18%;right:18%;transform:perspective(220px)rotateX(26deg)}.tp-holiday-sign__road:after{content:"";background:repeating-linear-gradient(180deg,var(--tp-color-yellow)0 18px,transparent 18px 32px);width:5px;position:absolute;top:8px;bottom:8px;left:50%;transform:translate(-50%)}.tp-holiday-sign strong{z-index:1;border:2px solid var(--tp-color-navy);border-radius:var(--tp-radius-pill);background:var(--tp-color-white);font-family:var(--tp-font-data);letter-spacing:.12em;box-shadow:3px 4px 0 var(--tp-color-yellow);padding:.65rem 1rem;font-size:1rem;position:relative}.tp-data-status--no-refresh{grid-template-columns:repeat(3,minmax(0,1fr))}@media (max-width:900px){.tp-data-status--no-refresh{grid-template-columns:1fr}}.tp-data-notice--normal{border-color:var(--tp-color-mint);background:var(--tp-color-mint-soft)}.tp-incident-card{border-radius:18px}.tp-ground-transport{width:100%}.tp-ground-transport__panel{background:var(--tp-color-cream);border-radius:18px;padding:.9rem}.tp-ground-transport--embedded .tp-ground-transport__panel{background:0 0;padding:0}.tp-ground-transport--embedded .tp-ground-transport__tabs{border:1px solid var(--tp-color-border);margin-left:auto}.tp-hotel-alert{border:2px solid var(--tp-color-navy);border-radius:var(--tp-radius-md);background:linear-gradient(115deg,var(--tp-color-yellow-soft),#fffffff5 62%),var(--tp-color-white);box-shadow:5px 6px 0 var(--tp-color-yellow);color:var(--tp-color-navy);grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:1rem;padding:1rem 1.1rem;display:grid}.tp-hotel-alert__icon{border:2px solid var(--tp-color-navy);background:var(--tp-color-yellow);border-radius:17px;justify-content:center;align-items:center;width:54px;height:54px;display:inline-flex}.tp-hotel-alert__copy{min-width:0}.tp-hotel-alert__eyebrow{color:var(--tp-color-red);font-family:var(--tp-font-data);letter-spacing:.12em;margin:0 0 .12rem;font-size:.66rem;font-weight:900}.tp-hotel-alert__copy h2{font-family:var(--tp-font-display);margin:0;font-size:clamp(1rem,2.4vw,1.3rem);font-weight:900;line-height:1.35}.tp-hotel-alert__copy>p:last-child{color:var(--tp-color-navy-soft);margin:.35rem 0 0;font-size:.78rem;line-height:1.65}.tp-hotel-alert__copy strong{color:var(--tp-color-red);font-family:var(--tp-font-data);margin:0 .15rem;font-size:1.05rem}.tp-hotel-alert__action{justify-items:end;gap:.45rem;display:grid}.tp-hotel-alert__count{border-radius:var(--tp-radius-pill);background:var(--tp-color-red);min-width:68px;min-height:34px;color:var(--tp-color-white);font-family:var(--tp-font-data);justify-content:center;align-items:center;padding:.2rem .7rem;font-size:1.2rem;font-weight:900;display:inline-flex}.tp-hotel-alert__action a{border:2px solid var(--tp-color-navy);border-radius:var(--tp-radius-pill);background:var(--tp-color-white);min-height:42px;color:var(--tp-color-navy);transition:transform var(--tp-transition-fast),box-shadow var(--tp-transition-fast);align-items:center;gap:.35rem;padding:.5rem .8rem;font-size:.76rem;font-weight:900;text-decoration:none;display:inline-flex}.tp-hotel-alert__action a:hover{box-shadow:var(--tp-shadow-sm);transform:translateY(-1px)}.tp-hotel-overview{grid-template-columns:repeat(4,minmax(0,1fr));gap:.85rem;display:grid}.tp-hotel-metric{--tp-hotel-metric-accent:var(--tp-color-yellow);--tp-hotel-metric-soft:var(--tp-color-yellow-soft);border:1px solid var(--tp-color-border-strong);background:linear-gradient(145deg,var(--tp-hotel-metric-soft),var(--tp-color-white)72%);min-height:132px;box-shadow:var(--tp-shadow-sm);border-radius:16px;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:.7rem;padding:.9rem;display:grid}.tp-hotel-metric--sky{--tp-hotel-metric-accent:var(--tp-color-sky);--tp-hotel-metric-soft:var(--tp-color-sky-soft)}.tp-hotel-metric--mint{--tp-hotel-metric-accent:var(--tp-color-mint);--tp-hotel-metric-soft:var(--tp-color-mint-soft)}.tp-hotel-metric--cream{--tp-hotel-metric-accent:var(--tp-color-cream-strong);--tp-hotel-metric-soft:var(--tp-color-cream)}.tp-hotel-metric__icon{border:2px solid var(--tp-color-navy);background:var(--tp-hotel-metric-accent);border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex}.tp-hotel-metric p{color:var(--tp-color-muted);margin:0;font-size:.68rem;font-weight:900}.tp-hotel-metric strong{color:var(--tp-color-navy);font-family:var(--tp-font-data);margin-top:.15rem;font-size:clamp(1.25rem,2.5vw,1.7rem);font-weight:900;line-height:1.15;display:block}.tp-hotel-metric span:last-child:not(.tp-hotel-metric__icon){color:var(--tp-color-navy-soft);margin-top:.32rem;font-size:.7rem;line-height:1.5;display:block}.tp-hotel-list{gap:.7rem;margin:0;padding:0;list-style:none;display:grid}.tp-hotel-list__item{border:1px solid var(--tp-color-border-strong);background:var(--tp-color-white);border-radius:15px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.85rem;min-height:82px;padding:.8rem .95rem;display:grid;box-shadow:0 4px 14px #17324d12}.tp-hotel-list__number{border:2px solid var(--tp-color-navy);background:var(--tp-color-yellow);width:42px;height:42px;color:var(--tp-color-navy);font-family:var(--tp-font-data);border-radius:13px;justify-content:center;align-items:center;font-size:1.2rem;font-weight:900;display:inline-flex}.tp-hotel-list__copy{min-width:0}.tp-hotel-list__copy h3{color:var(--tp-color-navy);font-family:var(--tp-font-display);margin:0;font-size:.98rem;font-weight:900;line-height:1.4}.tp-hotel-list__copy p{color:var(--tp-color-muted);margin:.22rem 0 0;font-size:.7rem}.tp-hotel-empty{border:1px solid var(--tp-color-mint);background:var(--tp-color-mint-soft);border-radius:16px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.85rem;min-height:118px;padding:1rem;display:grid}.tp-hotel-empty>span{border:2px solid var(--tp-color-navy);background:var(--tp-color-mint);border-radius:15px;justify-content:center;align-items:center;width:50px;height:50px;display:inline-flex}.tp-hotel-empty h3{font-family:var(--tp-font-display);margin:0;font-size:1rem;font-weight:900}.tp-hotel-empty p{color:var(--tp-color-navy-soft);margin:.3rem 0 0;font-size:.76rem}@media (max-width:920px){.tp-hotel-overview{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:680px){.tp-hotel-alert{grid-template-columns:auto minmax(0,1fr);padding:.9rem}.tp-hotel-alert__action{grid-column:1/-1;grid-template-columns:auto minmax(0,1fr);place-items:center stretch;width:100%}.tp-hotel-alert__action a{justify-content:center}.tp-hotel-overview{grid-template-columns:1fr}.tp-hotel-metric{min-height:0}.tp-hotel-list__item{grid-template-columns:auto minmax(0,1fr)}}.tp-hotel-login-card{border:2px solid var(--tp-color-navy);border-radius:var(--tp-radius-md);background:linear-gradient(145deg,var(--tp-color-yellow-soft),var(--tp-color-white)68%);max-width:680px;box-shadow:6px 7px 0 var(--tp-color-yellow);color:var(--tp-color-navy);grid-template-columns:auto minmax(0,1fr);gap:1rem 1.1rem;margin:0 auto;padding:clamp(1rem,3vw,1.45rem);display:grid}.tp-hotel-login-card__mark{border:2px solid var(--tp-color-navy);background:var(--tp-color-yellow);border-radius:18px;justify-content:center;align-items:center;width:64px;height:64px;display:inline-flex}.tp-hotel-login-card__heading{min-width:0}.tp-hotel-login-card__heading>p{color:var(--tp-color-red);font-family:var(--tp-font-data);letter-spacing:.12em;margin:0;font-size:.7rem;font-weight:900}.tp-hotel-login-card__heading h2{font-family:var(--tp-font-display);margin:.18rem 0 0;font-size:clamp(1.25rem,3vw,1.7rem);font-weight:900}.tp-hotel-login-card__heading span{color:var(--tp-color-navy-soft);margin-top:.45rem;font-size:.82rem;line-height:1.7;display:block}.tp-hotel-login-form{grid-column:1/-1;gap:.55rem;margin-top:.25rem;display:grid}.tp-hotel-login-form label{margin-top:.3rem;font-size:.78rem;font-weight:900}.tp-hotel-login-form input{border:2px solid var(--tp-color-border-strong);background:var(--tp-color-white);width:100%;min-height:48px;color:var(--tp-color-navy);transition:border-color var(--tp-transition-fast),box-shadow var(--tp-transition-fast);border-radius:13px;outline:none;padding:.7rem .85rem;font-size:1rem}.tp-hotel-login-form input:focus{border-color:var(--tp-color-navy);box-shadow:0 0 0 3px #ffd32f6b}.tp-hotel-login-form button{border:2px solid var(--tp-color-navy);border-radius:var(--tp-radius-pill);background:var(--tp-color-navy);min-height:48px;color:var(--tp-color-white);cursor:pointer;justify-content:center;align-items:center;gap:.45rem;margin-top:.55rem;padding:.7rem 1rem;font-weight:900;display:inline-flex}.tp-hotel-login-form button:disabled{cursor:not-allowed;opacity:.55}.tp-hotel-login-form__error{border:1px solid var(--tp-color-red);background:var(--tp-color-red-soft,#fff0ef);color:var(--tp-color-red);border-radius:12px;margin:.25rem 0 0;padding:.65rem .75rem;font-size:.78rem;font-weight:800}.tp-hotel-login-card__notice{border-top:1px solid var(--tp-color-border);color:var(--tp-color-muted);grid-column:1/-1;margin:.35rem 0 0;padding-top:.8rem;font-size:.72rem;line-height:1.65}.tp-hotel-access-toolbar{border:1px solid var(--tp-color-border-strong);background:var(--tp-color-white);box-shadow:var(--tp-shadow-sm);border-radius:15px;justify-content:space-between;align-items:center;gap:1rem;padding:.75rem .9rem;display:flex}.tp-hotel-access-toolbar>div{align-items:center;gap:.65rem;min-width:0;display:flex}.tp-hotel-access-toolbar>div>span{border:2px solid var(--tp-color-navy);background:var(--tp-color-yellow);border-radius:12px;flex:none;justify-content:center;align-items:center;width:38px;height:38px;display:inline-flex}.tp-hotel-access-toolbar p{gap:.08rem;min-width:0;margin:0;display:grid}.tp-hotel-access-toolbar strong{color:var(--tp-color-navy);text-overflow:ellipsis;white-space:nowrap;font-size:.84rem;overflow:hidden}.tp-hotel-access-toolbar small{color:var(--tp-color-muted);font-size:.68rem}.tp-hotel-access-toolbar button{border:1px solid var(--tp-color-border-strong);border-radius:var(--tp-radius-pill);background:var(--tp-color-cream);min-height:38px;color:var(--tp-color-navy);cursor:pointer;padding:.45rem .75rem;font-size:.72rem;font-weight:900}.tp-hotel-access-toolbar button:disabled{cursor:wait;opacity:.6}@media (max-width:680px){.tp-hotel-login-card{grid-template-columns:1fr}.tp-hotel-login-card__mark{width:54px;height:54px}.tp-hotel-login-form,.tp-hotel-login-card__notice{grid-column:1}.tp-hotel-access-toolbar{flex-direction:column;align-items:stretch}.tp-hotel-access-toolbar button{width:100%}}.tp-crowd-widget{border:2px solid var(--tp-color-navy);border-radius:var(--tp-radius-lg);background:var(--tp-color-white);box-shadow:5px 6px 0 var(--tp-color-mint);overflow:hidden}.tp-crowd-widget__header{border-bottom:1px solid var(--tp-color-border);background:linear-gradient(100deg,var(--tp-color-mint-soft),#ffffffe6);grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.85rem;padding:.9rem 1rem;display:grid}.tp-crowd-widget__icon{border:2px solid var(--tp-color-navy);background:var(--tp-color-mint);width:46px;height:46px;box-shadow:2px 3px 0 var(--tp-color-navy);border-radius:15px;place-items:center;display:inline-grid}.tp-crowd-widget__eyebrow{color:var(--tp-color-navy-soft);font-family:var(--tp-font-data);letter-spacing:.12em;margin:0 0 .1rem;font-size:.68rem;font-weight:900}.tp-crowd-widget__header h3{font-family:var(--tp-font-display);letter-spacing:-.025em;margin:0;font-size:1.22rem;font-weight:900}.tp-crowd-widget__header p:last-child{color:var(--tp-color-muted);margin:.18rem 0 0;font-size:.78rem;line-height:1.55}.tp-crowd-widget__link{border:1px solid var(--tp-color-navy);border-radius:var(--tp-radius-pill);color:var(--tp-color-navy);background:var(--tp-color-white);white-space:nowrap;align-items:center;gap:.4rem;padding:.55rem .75rem;font-size:.76rem;font-weight:900;text-decoration:none;display:inline-flex}.tp-crowd-widget__footer{border-top:1px solid var(--tp-color-border);color:var(--tp-color-muted);justify-content:space-between;align-items:center;gap:.75rem;padding:.7rem 1rem;font-size:.72rem;display:flex}.tp-crowd-widget__footer button{color:var(--tp-color-navy);cursor:pointer;background:0 0;border:0;align-items:center;gap:.35rem;font-weight:900;display:inline-flex}.tp-crowd-widget__footer button:disabled{cursor:wait;opacity:.58}.tp-crowd-index-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem;display:grid}.tp-crowd-widget>.tp-crowd-index-grid{padding:1rem}.tp-crowd-index-card{--tp-crowd-accent:var(--tp-color-sky);border:1px solid var(--tp-color-border);border-radius:var(--tp-radius-md);background:var(--tp-color-white);min-width:0;box-shadow:var(--tp-shadow-sm);padding:1rem;position:relative;overflow:hidden}.tp-crowd-index-card:before{content:"";background:var(--tp-crowd-accent);width:7px;position:absolute;inset:0 auto 0 0}.tp-crowd-index-card--very-low{--tp-crowd-accent:#7da8c8}.tp-crowd-index-card--low{--tp-crowd-accent:var(--tp-color-sky)}.tp-crowd-index-card--normal{--tp-crowd-accent:var(--tp-color-mint)}.tp-crowd-index-card--high{--tp-crowd-accent:var(--tp-color-yellow)}.tp-crowd-index-card--very-high{--tp-crowd-accent:#f18f5b}.tp-crowd-index-card--extreme{--tp-crowd-accent:var(--tp-color-red)}.tp-crowd-index-card--learning{--tp-crowd-accent:#9aabba}.tp-crowd-index-card--unavailable{--tp-crowd-accent:#c7cfd6}.tp-crowd-index-card__head{justify-content:space-between;align-items:flex-start;gap:.65rem;display:flex}.tp-crowd-index-card__name{font-family:var(--tp-font-display);margin:0;font-size:1.02rem;font-weight:900}.tp-crowd-index-card__area{color:var(--tp-color-muted);margin:.15rem 0 0;font-size:.68rem}.tp-crowd-index-card__signal{border:2px solid var(--tp-color-white);background:var(--tp-crowd-accent);width:12px;height:12px;box-shadow:0 0 0 2px var(--tp-crowd-accent);border-radius:50%;flex:none;margin-top:.25rem}.tp-crowd-index-card__reading{align-items:baseline;gap:.55rem;margin-top:.75rem;display:flex}.tp-crowd-index-card__reading strong{color:var(--tp-color-navy);font-family:var(--tp-font-data);letter-spacing:-.06em;font-size:clamp(2.2rem,5vw,3.4rem);font-weight:900;line-height:1}.tp-crowd-index-card__reading span{color:var(--tp-color-muted);font-size:.68rem;font-weight:800}.tp-crowd-index-card__label{border-radius:var(--tp-radius-pill);color:var(--tp-color-navy);background:color-mix(in srgb,var(--tp-crowd-accent)28%,white);margin:.55rem 0 0;padding:.25rem .55rem;font-size:.72rem;font-weight:900;display:inline-flex}.tp-crowd-index-card__meta{border-top:1px dashed var(--tp-color-border-strong);gap:.38rem;margin:.75rem 0 0;padding-top:.65rem;display:grid}.tp-crowd-index-card__meta>div{grid-template-columns:2.8rem minmax(0,1fr);gap:.45rem;display:grid}.tp-crowd-index-card__meta dt,.tp-crowd-index-card__meta dd{margin:0;font-size:.65rem}.tp-crowd-index-card__meta dt{color:var(--tp-color-muted);font-weight:800}.tp-crowd-index-card__meta dd{min-width:0;color:var(--tp-color-navy-soft);text-overflow:ellipsis;white-space:nowrap;font-weight:800;overflow:hidden}.tp-crowd-index-grid.is-compact .tp-crowd-index-card{padding:.85rem}.tp-crowd-index-grid.is-compact .tp-crowd-index-card__reading strong{font-size:clamp(2rem,4vw,2.8rem)}.tp-crowd-range{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;display:flex}.tp-crowd-range button{border:1px solid var(--tp-color-border-strong);border-radius:var(--tp-radius-pill);min-height:40px;color:var(--tp-color-navy);background:var(--tp-color-white);cursor:pointer;padding:.45rem .8rem;font-size:.75rem;font-weight:900}.tp-crowd-range button.is-active{border-color:var(--tp-color-navy);background:var(--tp-color-yellow);box-shadow:2px 3px 0 var(--tp-color-navy)}.tp-crowd-chart{border:1px solid var(--tp-color-border);border-radius:var(--tp-radius-md);background:var(--tp-color-white);min-width:0;padding:.8rem}.tp-crowd-chart__legend{color:var(--tp-color-navy-soft);flex-wrap:wrap;gap:.55rem 1rem;padding:.1rem .2rem .75rem;font-size:.72rem;font-weight:800;display:flex}.tp-crowd-chart__legend span{align-items:center;gap:.35rem;display:inline-flex}.tp-crowd-chart__legend i{border-radius:var(--tp-radius-pill);background:currentColor;width:22px;height:4px;display:inline-block}.tp-crowd-chart .is-shibuya{color:#1976a8}.tp-crowd-chart .is-kabukicho{color:#df6f27}.tp-crowd-chart .is-sukiyabashi{color:#25866d}.tp-crowd-chart .is-baseline{color:#7b8792}.tp-crowd-chart__canvas{width:100%;min-height:300px;overflow-x:auto}.tp-crowd-chart__canvas svg{width:100%;min-width:720px;height:auto;display:block}.tp-crowd-chart__grid-line,.tp-crowd-chart__tick-line{stroke:#dce4e9;stroke-width:1px}.tp-crowd-chart__tick-line{stroke-dasharray:3 6;opacity:.58}.tp-crowd-chart .is-baseline-grid .tp-crowd-chart__grid-line{stroke:#7b8792;stroke-width:2px;stroke-dasharray:7 5}.tp-crowd-chart__axis-line{stroke:var(--tp-color-navy-soft);stroke-width:1.4px}.tp-crowd-chart__axis-label{fill:var(--tp-color-muted);font-family:var(--tp-font-data);font-size:12px;font-weight:700}.tp-crowd-chart__series-line{fill:none;stroke:currentColor;stroke-width:3.5px;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.tp-crowd-chart__point{fill:var(--tp-color-white);stroke:currentColor;stroke-width:2.4px;vector-effect:non-scaling-stroke}.tp-crowd-chart__point:focus{stroke-width:5px;outline:none}.tp-crowd-chart__caption{color:var(--tp-color-muted);margin:.5rem 0 0;font-size:.7rem;line-height:1.55}@media (max-width:780px){.tp-crowd-widget__header{grid-template-columns:auto minmax(0,1fr)}.tp-crowd-widget__link{grid-column:2;justify-self:start}.tp-crowd-index-grid{grid-template-columns:1fr}.tp-crowd-widget__footer{flex-direction:column;align-items:flex-start}.tp-crowd-chart{padding:.55rem}}
.CodeMirror{color:#000;direction:ltr;height:300px;font-family:monospace}.CodeMirror-lines{padding:4px 0}.CodeMirror pre.CodeMirror-line,.CodeMirror pre.CodeMirror-line-like{padding:0 4px}.CodeMirror-gutter-filler,.CodeMirror-scrollbar-filler{background-color:#fff}.CodeMirror-gutters{white-space:nowrap;background-color:#f7f7f7;border-right:1px solid #ddd}.CodeMirror-linenumber{text-align:right;color:#999;white-space:nowrap;min-width:20px;padding:0 3px 0 5px}.CodeMirror-guttermarker{color:#000}.CodeMirror-guttermarker-subtle{color:#999}.CodeMirror-cursor{border-left:1px solid #000;border-right:none;width:0}.CodeMirror div.CodeMirror-secondarycursor{border-left:1px solid silver}.cm-fat-cursor .CodeMirror-cursor{background:#7e7;width:auto;border:0!important}.cm-fat-cursor div.CodeMirror-cursors{z-index:1}.cm-fat-cursor .CodeMirror-line::-moz-selection{background:0 0}.cm-fat-cursor .CodeMirror-line>span::-moz-selection{background:0 0}.cm-fat-cursor .CodeMirror-line>span>span::-moz-selection{background:0 0}.cm-fat-cursor .CodeMirror-line::selection,.cm-fat-cursor .CodeMirror-line>span::selection,.cm-fat-cursor .CodeMirror-line>span>span::selection{background:0 0}.cm-fat-cursor .CodeMirror-line::-moz-selection{background:0 0}.cm-fat-cursor .CodeMirror-line>span::-moz-selection{background:0 0}.cm-fat-cursor .CodeMirror-line>span>span::-moz-selection{background:0 0}.cm-fat-cursor{caret-color:#0000}@keyframes blink{50%{background-color:#0000}}.cm-tab{-webkit-text-decoration:inherit;text-decoration:inherit;display:inline-block}.CodeMirror-rulers{position:absolute;inset:-50px 0 0;overflow:hidden}.CodeMirror-ruler{border-left:1px solid #ccc;position:absolute;top:0;bottom:0}.cm-s-default .cm-header{color:#00f}.cm-s-default .cm-quote{color:#090}.cm-negative{color:#d44}.cm-positive{color:#292}.cm-header,.cm-strong{font-weight:700}.cm-em{font-style:italic}.cm-link{text-decoration:underline}.cm-strikethrough{text-decoration:line-through}.cm-s-default .cm-keyword{color:#708}.cm-s-default .cm-atom{color:#219}.cm-s-default .cm-number{color:#164}.cm-s-default .cm-def{color:#00f}.cm-s-default .cm-variable-2{color:#05a}.cm-s-default .cm-type,.cm-s-default .cm-variable-3{color:#085}.cm-s-default .cm-comment{color:#a50}.cm-s-default .cm-string{color:#a11}.cm-s-default .cm-string-2{color:#f50}.cm-s-default .cm-meta,.cm-s-default .cm-qualifier{color:#555}.cm-s-default .cm-builtin{color:#30a}.cm-s-default .cm-bracket{color:#997}.cm-s-default .cm-tag{color:#170}.cm-s-default .cm-attribute{color:#00c}.cm-s-default .cm-hr{color:#999}.cm-s-default .cm-link{color:#00c}.cm-s-default .cm-error,.cm-invalidchar{color:red}.CodeMirror-composing{border-bottom:2px solid}div.CodeMirror span.CodeMirror-matchingbracket{color:#0b0}div.CodeMirror span.CodeMirror-nonmatchingbracket{color:#a22}.CodeMirror-matchingtag{background:#ff96004d}.CodeMirror-activeline-background{background:#e8f2ff}.CodeMirror{background:#fff;position:relative;overflow:hidden}.CodeMirror-scroll{z-index:0;outline:0;height:100%;margin-bottom:-50px;margin-right:-50px;padding-bottom:50px;position:relative;overflow:scroll!important}.CodeMirror-sizer{border-right:50px solid #0000;position:relative}.CodeMirror-gutter-filler,.CodeMirror-hscrollbar,.CodeMirror-scrollbar-filler,.CodeMirror-vscrollbar{z-index:6;outline:0;display:none;position:absolute}.CodeMirror-vscrollbar{top:0;right:0;overflow:hidden scroll}.CodeMirror-hscrollbar{bottom:0;left:0;overflow:scroll hidden}.CodeMirror-scrollbar-filler{bottom:0;right:0}.CodeMirror-gutter-filler{bottom:0;left:0}.CodeMirror-gutters{z-index:3;min-height:100%;position:absolute;top:0;left:0}.CodeMirror-gutter{white-space:normal;vertical-align:top;height:100%;margin-bottom:-50px;display:inline-block}.CodeMirror-gutter-wrapper{z-index:4;position:absolute;background:0 0!important;border:none!important}.CodeMirror-gutter-background{z-index:4;position:absolute;top:0;bottom:0}.CodeMirror-gutter-elt{cursor:default;z-index:4;position:absolute}.CodeMirror-gutter-wrapper ::-moz-selection{background-color:#0000}.CodeMirror-gutter-wrapper ::selection{background-color:#0000}.CodeMirror-lines{cursor:text;min-height:1px}.CodeMirror pre.CodeMirror-line,.CodeMirror pre.CodeMirror-line-like{font-family:inherit;font-size:inherit;white-space:pre;word-wrap:normal;line-height:inherit;color:inherit;z-index:2;-webkit-tap-highlight-color:transparent;font-variant-ligatures:contextual;background:0 0;border-width:0;border-radius:0;margin:0;position:relative;overflow:visible}.CodeMirror-wrap pre.CodeMirror-line,.CodeMirror-wrap pre.CodeMirror-line-like{word-wrap:break-word;white-space:pre-wrap;word-break:normal}.CodeMirror-linebackground{z-index:0;position:absolute;inset:0}.CodeMirror-linewidget{z-index:2;padding:.1px;position:relative}.CodeMirror-code{outline:0}.CodeMirror-gutter,.CodeMirror-gutters,.CodeMirror-linenumber,.CodeMirror-scroll,.CodeMirror-sizer{box-sizing:content-box}.CodeMirror-measure{visibility:hidden;width:100%;height:0;position:absolute;overflow:hidden}.CodeMirror-cursor{pointer-events:none;position:absolute}.CodeMirror-measure pre{position:static}div.CodeMirror-cursors{visibility:hidden;z-index:3;position:relative}div.CodeMirror-dragcursors,.CodeMirror-focused div.CodeMirror-cursors{visibility:visible}.CodeMirror-selected{background:#d9d9d9}.CodeMirror-focused .CodeMirror-selected{background:#d7d4f0}.CodeMirror-crosshair{cursor:crosshair}.CodeMirror-line::-moz-selection{background:#d7d4f0}.CodeMirror-line>span::-moz-selection{background:#d7d4f0}.CodeMirror-line>span>span::-moz-selection{background:#d7d4f0}.CodeMirror-line::selection,.CodeMirror-line>span::selection,.CodeMirror-line>span>span::selection{background:#d7d4f0}.CodeMirror-line::-moz-selection{background:#d7d4f0}.CodeMirror-line>span::-moz-selection{background:#d7d4f0}.CodeMirror-line>span>span::-moz-selection{background:#d7d4f0}.cm-searching{background-color:#ff06}.cm-force-border{padding-right:.1px}@media print{.CodeMirror div.CodeMirror-cursors{visibility:hidden}}.cm-tab-wrap-hack:after{content:""}span.CodeMirror-selectedtext{background:0 0}.EasyMDEContainer{display:block}.CodeMirror-rtl pre{direction:rtl}.EasyMDEContainer.sided--no-fullscreen{flex-flow:wrap;display:flex}.EasyMDEContainer .CodeMirror{box-sizing:border-box;height:auto;font:inherit;z-index:0;word-wrap:break-word;border:1px solid #ced4da;border-bottom-right-radius:4px;border-bottom-left-radius:4px;padding:10px}.EasyMDEContainer .CodeMirror-scroll{cursor:text}.EasyMDEContainer .CodeMirror-fullscreen{z-index:8;background:#fff;height:auto;inset:50px 0 0;border-right:none!important;border-bottom-right-radius:0!important;position:fixed!important}.EasyMDEContainer .CodeMirror-sided{width:50%!important}.EasyMDEContainer.sided--no-fullscreen .CodeMirror-sided{border-bottom-right-radius:0;flex:auto;position:relative;border-right:none!important}.EasyMDEContainer .CodeMirror-placeholder{opacity:.5}.EasyMDEContainer .CodeMirror-focused .CodeMirror-selected{background:#d9d9d9}.editor-toolbar{-webkit-user-select:none;user-select:none;-o-user-select:none;border-top:1px solid #ced4da;border-left:1px solid #ced4da;border-right:1px solid #ced4da;border-top-left-radius:4px;border-top-right-radius:4px;padding:9px 10px;position:relative}.editor-toolbar.fullscreen{box-sizing:border-box;opacity:1;z-index:9;background:#fff;border:0;width:100%;height:50px;padding-top:10px;padding-bottom:10px;position:fixed;top:0;left:0}.editor-toolbar.fullscreen:before{background:linear-gradient(90deg,#fff 0,#fff0 100%);width:20px;height:50px;margin:0;padding:0;position:fixed;top:0;left:0}.editor-toolbar.fullscreen:after{background:linear-gradient(90deg,#fff0 0,#fff 100%);width:20px;height:50px;margin:0;padding:0;position:fixed;top:0;right:0}.EasyMDEContainer.sided--no-fullscreen .editor-toolbar{width:100%}.editor-toolbar .easymde-dropdown,.editor-toolbar button{text-align:center;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:3px;height:30px;margin:0;padding:0;display:inline-block;text-decoration:none!important}.editor-toolbar button{white-space:nowrap;min-width:30px;padding:0 6px;font-weight:700}.editor-toolbar button.active,.editor-toolbar button:hover{background:#fcfcfc;border-color:#95a5a6}.editor-toolbar i.separator{color:#0000;text-indent:-10px;border-left:1px solid #d9d9d9;border-right:1px solid #fff;width:0;margin:0 6px;display:inline-block}.editor-toolbar button:after{vertical-align:text-bottom;font-family:Arial,Helvetica Neue,Helvetica,sans-serif;font-size:65%;position:relative;top:2px}.editor-toolbar button.heading-1:after{content:"1"}.editor-toolbar button.heading-2:after{content:"2"}.editor-toolbar button.heading-3:after{content:"3"}.editor-toolbar button.heading-bigger:after{content:"▲"}.editor-toolbar button.heading-smaller:after{content:"▼"}.editor-toolbar.disabled-for-preview button:not(.no-disable){opacity:.6;pointer-events:none}@media only screen and (max-width:700px){.editor-toolbar i.no-mobile{display:none}}.editor-statusbar{color:#959694;text-align:right;padding:8px 10px;font-size:12px}.EasyMDEContainer.sided--no-fullscreen .editor-statusbar{width:100%}.editor-statusbar span{min-width:4em;margin-left:1em;display:inline-block}.editor-statusbar .lines:before{content:"lines: "}.editor-statusbar .words:before{content:"words: "}.editor-statusbar .characters:before{content:"characters: "}.editor-preview-full{z-index:7;box-sizing:border-box;width:100%;height:100%;display:none;position:absolute;top:0;left:0;overflow:auto}.editor-preview-side{z-index:9;box-sizing:border-box;word-wrap:break-word;border:1px solid #ddd;width:50%;display:none;position:fixed;top:50px;bottom:0;right:0;overflow:auto}.editor-preview-active-side{display:block}.EasyMDEContainer.sided--no-fullscreen .editor-preview-active-side{flex:auto;height:auto;position:static}.editor-preview-active{display:block}.editor-preview{background:#fafafa;padding:10px}.editor-preview>p{margin-top:0}.editor-preview pre{background:#eee;margin-bottom:10px}.editor-preview table td,.editor-preview table th{border:1px solid #ddd;padding:5px}.cm-s-easymde .cm-tag{color:#63a35c}.cm-s-easymde .cm-attribute{color:#795da3}.cm-s-easymde .cm-string{color:#183691}.cm-s-easymde .cm-header-1{font-size:calc(1.375rem + 1.5vw)}.cm-s-easymde .cm-header-2{font-size:calc(1.325rem + .9vw)}.cm-s-easymde .cm-header-3{font-size:calc(1.3rem + .6vw)}.cm-s-easymde .cm-header-4{font-size:calc(1.275rem + .3vw)}.cm-s-easymde .cm-header-5{font-size:1.25rem}.cm-s-easymde .cm-header-6{font-size:1rem}.cm-s-easymde .cm-header-1,.cm-s-easymde .cm-header-2,.cm-s-easymde .cm-header-3,.cm-s-easymde .cm-header-4,.cm-s-easymde .cm-header-5,.cm-s-easymde .cm-header-6{margin-bottom:.5rem;line-height:1.2}.cm-s-easymde .cm-comment{background:#0000000d;border-radius:2px}.cm-s-easymde .cm-link{color:#7f8c8d}.cm-s-easymde .cm-url{color:#aab2b3}.cm-s-easymde .cm-quote{color:#7f8c8d;font-style:italic}.editor-toolbar .easymde-dropdown{background:linear-gradient(to bottom right,#fff 0 84%,#333 50% 100%);border:1px solid #fff;border-radius:0;position:relative}.editor-toolbar .easymde-dropdown:hover{background:linear-gradient(to bottom right,#fff 0 84%,#333 50% 100%)}.easymde-dropdown-content{visibility:hidden;z-index:2;background-color:#f9f9f9;padding:8px;display:block;position:absolute;top:30px;box-shadow:0 8px 16px #0003}.easymde-dropdown:active .easymde-dropdown-content,.easymde-dropdown:focus .easymde-dropdown-content,.easymde-dropdown:focus-within .easymde-dropdown-content{visibility:visible}.easymde-dropdown-content button{display:block}span[data-img-src]:after{content:"";background-image:var(--bg-image);max-width:100%;height:0;max-height:100%;padding-top:var(--height);width:var(--width);background-repeat:no-repeat;background-size:contain;display:block}.CodeMirror .cm-spell-error:not(.cm-url):not(.cm-comment):not(.cm-tag):not(.cm-word){background:#ff000026}
