:root{--header-h:40px;--softkey-h:32px;--screen-margin:8pt;--font-family:Roboto, "Helvetica Neue", Arial, sans-serif;--fs-header:18pt;--fs-headline:14pt;--fs-body:12pt;--fs-footnote:10pt;--fw-header:700;--fw-headline:900;--fw-body:400;--c-bg:#fbf5e9;--c-fg:#2b211b;--c-muted:#8a7a66;--c-line:#e6d9c3;--c-accent:#b54b24;--c-accent-fg:#fff8ee;--c-accent-soft:#f0ded1;--c-header-bg:#5b3a29;--c-header-fg:#fbf5e9;--c-softkey-bg:#f1e6d2;--c-softkey-fg:#2b211b;--c-overlay:#2b211b8c;--c-positive:#1b8a3d;--c-negative:#c62828;--row-h:36px}@media (max-width:176px){:root{--header-h:20px;--softkey-h:20px;--screen-margin:4pt;--fs-header:11pt;--fs-headline:10pt;--fs-body:9pt;--fs-footnote:8pt;--fw-headline:700;--row-h:24px}}@media (prefers-color-scheme:dark){:root{--c-bg:#1c1610;--c-fg:#f5ecdd;--c-muted:#a99c89;--c-line:#3a2f24;--c-accent-soft:#3a2a1f;--c-softkey-bg:#241c14;--c-softkey-fg:#f5ecdd;--c-positive:#3ecb69;--c-negative:#ff6b57}}*,:before,:after{box-sizing:border-box}html,body,#root{height:100%;margin:0;padding:0}body{background:var(--c-bg);color:var(--c-fg);font-family:var(--font-family);font-size:var(--fs-body);font-weight:var(--fw-body);-webkit-text-size-adjust:100%;line-height:1.3;overflow:hidden}*{scrollbar-width:none}::-webkit-scrollbar{display:none}button{font:inherit;color:inherit;text-align:left;background:0 0;border:none;padding:0}ul,ol{margin:0;padding:0;list-style:none}:focus{outline:none}.u-muted{color:var(--c-muted);font-size:var(--fs-footnote)}.app{flex-direction:column;width:100%;height:100%;display:flex;overflow:hidden}.app__header{flex:0 0 var(--header-h);height:var(--header-h);padding:0 var(--screen-margin);background:var(--c-header-bg);color:var(--c-header-fg);font-size:var(--fs-header);font-weight:var(--fw-header);align-items:center;gap:4px;display:flex}.app__header-mark{flex:none;line-height:1}@media (max-width:176px){.app__header-mark{display:none}}.app__header-title{flex:auto;min-width:0}.app__content{min-height:0;padding:var(--screen-margin);flex:auto;overflow:hidden auto}.app__content--flush{padding:0}.app__softkeys{flex:0 0 var(--softkey-h);height:var(--softkey-h);background:var(--c-softkey-bg);color:var(--c-softkey-fg);font-size:var(--fs-footnote);border-top:1px solid var(--c-line);grid-template-columns:1fr auto 1fr;align-items:center;gap:2px;padding:0 4px;display:grid}.app__softkey{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.app__softkey--left{text-align:left}.app__softkey--center{text-align:center;text-transform:uppercase;font-weight:700}.app__softkey--center-filled{background:var(--c-accent);color:var(--c-accent-fg);border-radius:999px;justify-self:center;padding:2px 10px}@media (max-width:176px){.app__softkey--center-filled{padding:1px 6px}}.app__softkey--right{text-align:right}.list{display:block}.list__item{width:100%;min-height:var(--row-h);padding:4px var(--screen-margin);border-bottom:1px solid var(--c-line);align-items:center;gap:6px;display:flex}.list__item.is-focused{background:var(--c-accent);color:var(--c-accent-fg)}.list__item.is-focused .u-muted{color:var(--c-accent-fg);opacity:.85}.list__item-index{min-width:1.4em;color:var(--c-muted);font-size:var(--fs-footnote);text-align:right;flex:none}.list__item.is-focused .list__item-index{color:inherit;opacity:.85}.list__item-image{width:var(--row-h);height:var(--row-h);background:var(--c-line);border-radius:4px;flex:none;justify-content:center;align-items:center;display:flex;overflow:hidden}.list__item-image img{object-fit:cover;width:100%;height:100%}.list__item-image-placeholder{font-size:calc(var(--row-h) * .5)}.list__item-body{flex:auto;min-width:0}.list__item-title{font-size:var(--fs-body)}.list__item-trailing{font-size:var(--fs-footnote);flex:none}.list__empty{padding:var(--screen-margin);color:var(--c-muted);text-align:center}.list__pager{min-height:var(--row-h);padding:4px var(--screen-margin);color:var(--c-muted);font-size:var(--fs-footnote);justify-content:center;align-items:center;gap:10px;display:flex}.list__page-arrow{font-size:var(--fs-headline);font-weight:var(--fw-headline);line-height:0}.paged-list{flex-direction:column;height:100%;display:flex;overflow:hidden}.paged-list .list{flex-direction:column;flex:auto;min-height:0;display:flex}.paged-list .list__item{flex:1 1 0;min-height:0;overflow:hidden}.paged-list .list__pager{flex:none}.deck{flex-direction:column;height:100%;display:flex;overflow:hidden}.deck__screen{min-height:0;padding:var(--screen-margin);flex-direction:column;flex:auto;display:flex;overflow:hidden auto}.deck__screen>*{flex:none}.deck__screen h3{font-size:var(--fs-body);font-weight:var(--fw-headline);color:var(--c-muted);margin:0 0 4px}.deck__screen p{margin:0 0 4px}.deck__screen dl{margin:0}.deck__screen dt{color:var(--c-muted);font-size:var(--fs-footnote);margin-top:6px}.deck__screen dd{margin:0}.deck__list{min-height:0;margin:0 calc(-1 * var(--screen-margin));flex-direction:column;flex:auto;display:flex}.deck__list>ul{flex-direction:column;flex:auto;min-height:0;display:flex}.deck__list li{flex:1 1 0;min-height:0;overflow:hidden}.menu{z-index:10;background:var(--c-overlay);flex-direction:column;justify-content:flex-end;display:flex;position:fixed;inset:0}.menu__panel{background:var(--c-bg);border-top:1px solid var(--c-line);max-height:70%;margin-bottom:var(--softkey-h);border-radius:8px 8px 0 0;overflow:hidden auto}.menu__title{padding:4px var(--screen-margin);font-size:var(--fs-footnote);color:var(--c-muted);border-bottom:1px solid var(--c-line)}.toast{left:var(--screen-margin);right:var(--screen-margin);bottom:calc(var(--softkey-h) + 6px);z-index:20;color:#fff8ee;font-size:var(--fs-footnote);text-align:center;background:#2b211be0;border-radius:4px;padding:4px 8px;position:fixed}.spinner{color:var(--c-muted);font-size:var(--fs-footnote);justify-content:center;align-items:center;gap:6px;padding:12px;display:flex}.spinner__dot{background:currentColor;border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite spinner-blink}.spinner__dot:nth-child(2){animation-delay:.2s}.spinner__dot:nth-child(3){animation-delay:.4s}.api-error{padding:var(--screen-margin);color:var(--c-negative);font-size:var(--fs-body)}.api-error__retry{border:1px solid var(--c-negative);color:var(--c-negative);font-size:var(--fs-footnote);background:0 0;border-radius:4px;margin-top:6px;padding:4px 10px}@keyframes spinner-blink{0%,80%,to{opacity:.25}40%{opacity:1}}.prose h2{font-size:var(--fs-headline);font-weight:var(--fw-headline);margin:0 0 6px}.prose p{margin:0 0 8px}.prose dl{margin:0}.prose dt{color:var(--c-muted);font-size:var(--fs-footnote);margin-top:6px}.prose h3{font-size:var(--fs-body);font-weight:var(--fw-headline);color:var(--c-muted);margin:12px 0 4px}.user-profile__name{font-size:var(--fs-headline);font-weight:var(--fw-headline);margin:0}.product-detail__hero{align-items:center;gap:8px;margin-bottom:6px;display:flex}.product-detail__hero img{object-fit:cover;background:var(--c-line);border-radius:6px;flex:none;width:56px;height:56px}@media (max-width:176px){.product-detail__hero img{width:36px;height:36px}}.product-detail__image-credit{min-width:0;color:var(--c-muted);font-size:var(--fs-footnote);margin:0}.product-detail__image-credit a{color:inherit}.product-detail__fair-price{font-size:var(--fs-header);font-weight:var(--fw-headline);color:var(--c-accent);margin:0 0 4px}.product-detail__markets li{padding:4px var(--screen-margin);border-bottom:1px solid var(--c-line);font-size:var(--fs-body);justify-content:space-between;align-items:center;gap:6px;display:flex}.product-detail__markets li span:first-child{flex:auto;min-width:0}.product-detail__markets li span:last-child{flex:none}.wizard__hint{padding:6px var(--screen-margin);color:var(--c-muted);font-size:var(--fs-footnote)}.chart{padding:4px 0}.chart__svg{width:100%;height:auto;display:block}.chart__gridline{stroke:var(--c-line);stroke-width:1px;vector-effect:non-scaling-stroke}.chart__area{fill:var(--c-accent);opacity:.12;stroke:none}.chart__line{stroke:var(--c-accent);stroke-width:2px;vector-effect:non-scaling-stroke}.chart__dot{fill:var(--c-accent)}.chart__footer{font-size:var(--fs-footnote);justify-content:space-between;gap:6px;margin-top:2px;display:flex}.chart__footer span:first-child{flex:auto;min-width:0}.chart__footer span:last-child{flex:none}.chart__change{font-size:var(--fs-footnote);font-weight:var(--fw-headline)}.chart__change--up{color:var(--c-positive)}.chart__change--down{color:var(--c-negative)}.range-bar{padding:4px 0}.range-bar__labels{font-size:var(--fs-footnote);color:var(--c-muted);justify-content:space-between;gap:4px;display:flex}.range-bar__labels span{white-space:nowrap;text-overflow:ellipsis;min-width:0;overflow:hidden}.range-bar__track{background:var(--c-line);border-radius:4px;height:8px;margin-top:4px;position:relative}.range-bar__fill{background:var(--c-accent);opacity:.35;border-radius:4px;position:absolute;inset:0}.range-bar__tick{background:var(--c-fg);width:2px;height:12px;position:absolute;top:-2px;transform:translate(-1px)}.range-bar__caption{font-size:var(--fs-footnote);color:var(--c-muted);margin:4px 0 0}.gauge{margin:6px 0 4px}.gauge__track{background:var(--c-line);border-radius:5px;height:10px;position:relative;overflow:visible}.gauge__invalid{background:var(--c-negative);opacity:.5;border-radius:5px 0 0 5px;position:absolute;top:0;bottom:0;left:0}.gauge__fair{background:var(--c-positive);opacity:.45;position:absolute;top:0;bottom:0}.gauge__mark{width:2px;height:14px;position:absolute;top:-2px;transform:translate(-1px)}.gauge__mark--official{background:var(--c-muted)}.gauge__mark--anchor{background:var(--c-accent)}.gauge__cursor{background:var(--c-fg);border:1px solid var(--c-bg);border-radius:2px;width:6px;height:18px;position:absolute;top:-4px;transform:translate(-3px)}.gauge__legend{font-size:var(--fs-footnote);color:var(--c-muted);margin:6px 0 0;padding:0;list-style:none}.gauge__legend li{align-items:center;gap:4px;display:flex}.gauge__dot{border-radius:2px;flex:none;width:8px;height:8px;display:inline-block}.gauge__dot--invalid{background:var(--c-negative);opacity:.6}.gauge__dot--official{background:var(--c-muted)}.gauge__dot--anchor{background:var(--c-accent)}.gauge__status{font-size:var(--fs-footnote);margin:4px 0 0;font-weight:600}.gauge--invalid .gauge__status{color:var(--c-negative)}.gauge--fair .gauge__status{color:var(--c-positive)}.gauge--low .gauge__status,.gauge--high .gauge__status{color:var(--c-muted)}.intent-board__anchor{font-size:var(--fs-headline);margin:4px 0 0;font-weight:700}.intent-board__caption{font-size:var(--fs-footnote);color:var(--c-muted);margin:2px 0 0}.range-bar__band{background:var(--c-accent);opacity:.7;border-radius:4px;position:absolute;top:0;bottom:0}.badge{background:var(--c-line);color:var(--c-muted);font-size:var(--fs-footnote);white-space:nowrap;border-radius:999px;padding:2px 6px;display:inline-block}@media (max-width:176px){.badge{padding:1px 5px}}.badge--role{background:var(--c-accent-soft);color:var(--c-accent)}.form__field{margin-bottom:12px}.form__label{font-size:var(--fs-footnote);color:var(--c-muted);margin-bottom:4px;display:block}.form__input{width:100%;min-height:var(--row-h);border:1px solid var(--c-line);background:var(--c-bg);color:var(--c-fg);font-size:var(--fs-body);border-radius:4px;padding:4px 8px;font-family:inherit}.form__input:focus{border-color:var(--c-accent);box-shadow:0 0 0 2px var(--c-accent)}.form__picker{text-align:left;cursor:pointer;justify-content:space-between;align-items:center;gap:4px;display:flex}.form__picker>span:first-child{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.form__picker-chevron{color:var(--c-muted);flex:none}.form__static{min-height:var(--row-h);font-size:var(--fs-body);align-items:center;gap:4px;margin:0;display:flex}.form__checkbox{min-height:var(--row-h);font-size:var(--fs-body);align-items:center;gap:6px;display:flex}.form__checkbox input{flex:none;width:16px;height:16px}.form__error{color:var(--c-negative);font-size:var(--fs-footnote);margin-top:4px}.form__hint{color:var(--c-muted);font-size:var(--fs-footnote);margin-top:4px}.country-picker{z-index:10;padding-bottom:var(--softkey-h);background:var(--c-bg);color:var(--c-fg);flex-direction:column;display:flex;position:fixed;inset:0}.country-picker__title{padding:4px var(--screen-margin);font-size:var(--fs-footnote);color:var(--c-muted);border-bottom:1px solid var(--c-line);flex:none}.country-picker__search{padding:4px var(--screen-margin);border-bottom:1px solid var(--c-line);flex:none}.country-picker__list{flex:auto;min-height:0;overflow:hidden auto}.marquee{white-space:nowrap;width:100%;display:block;overflow:hidden}.marquee__text{white-space:nowrap;display:inline-block}.marquee__text.is-scrolling{animation-name:marquee-scroll;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes marquee-scroll{0%,12%{transform:translate(0)}44%,56%{transform:translateX(var(--marquee-distance))}88%,to{transform:translate(0)}}.minimap{border:1px solid var(--c-line);background:var(--c-accent-soft);border-radius:4px;margin:0 auto;position:relative;overflow:hidden}.minimap--schematic{background:var(--c-bg)}.minimap__tiles{position:absolute;inset:0}.minimap__tile{image-rendering:auto;display:block;position:absolute}.minimap__overlay{width:100%;height:100%;position:absolute;inset:0}.minimap__link{stroke:var(--c-accent);stroke-width:2px;stroke-dasharray:4 3;vector-effect:non-scaling-stroke}.minimap__route{stroke:var(--c-accent);stroke-width:2.5px;stroke-linejoin:round;stroke-linecap:round;vector-effect:non-scaling-stroke}.minimap__route-halo{stroke:#fff;stroke-width:4.5px;stroke-linejoin:round;stroke-linecap:round;vector-effect:non-scaling-stroke}.minimap__halo,.minimap__halo-shape{fill:none;stroke:#fff;stroke-width:3px;vector-effect:non-scaling-stroke}.minimap__me{fill:var(--c-header-bg)}.minimap__them{fill:var(--c-accent)}.minimap__ring{fill:none;stroke:var(--c-line);stroke-width:1px;stroke-dasharray:2 3;vector-effect:non-scaling-stroke}.minimap__north{fill:var(--c-muted);dominant-baseline:hanging;font-size:9px}.minimap__credit{font-size:var(--fs-footnote);color:var(--c-muted);background:var(--c-bg);border-top-left-radius:4px;padding:0 3px;position:absolute;bottom:0;right:0}@media (max-width:176px){.minimap__credit{font-size:7px}}.user-map__summary{text-align:center;font-size:var(--fs-headline);font-weight:var(--fw-headline);color:var(--c-accent);margin:6px 0 0}.user-map__caption{text-align:center;margin:2px 0 0}
