:root{--adm-radius-s:4px;--adm-radius-m:8px;--adm-radius-l:12px;--adm-font-size-1:9px;--adm-font-size-2:10px;--adm-font-size-3:11px;--adm-font-size-4:12px;--adm-font-size-5:13px;--adm-font-size-6:14px;--adm-font-size-7:15px;--adm-font-size-8:16px;--adm-font-size-9:17px;--adm-font-size-10:18px;--adm-color-primary:#1677ff;--adm-color-success:#00b578;--adm-color-warning:#ff8f1f;--adm-color-danger:#ff3141;--adm-color-yellow:#ff9f18;--adm-color-orange:#ff6430;--adm-color-wathet:#e7f1ff;--adm-color-text:#333;--adm-color-text-secondary:#666;--adm-color-weak:#999;--adm-color-light:#ccc;--adm-color-border:#eee;--adm-color-background:#fff;--adm-color-highlight:var(--adm-color-danger);--adm-color-white:#fff;--adm-color-box:#f5f5f5;--adm-color-text-light-solid:var(--adm-color-white);--adm-color-text-dark-solid:#000;--adm-color-fill-content:var(--adm-color-box);--adm-font-size-main:var(--adm-font-size-5);--adm-font-family:-apple-system, blinkmacsystemfont, "Helvetica Neue", helvetica, segoe ui, arial, roboto, "PingFang SC", "miui", "Hiragino Sans GB", "Microsoft Yahei", sans-serif;--adm-border-color:var(--adm-color-border)}html[data-prefers-color-scheme=dark]{--adm-color-primary:#3086ff;--adm-color-success:#34b368;--adm-color-warning:#ffa930;--adm-color-danger:#ff4a58;--adm-color-yellow:#ffa930;--adm-color-orange:#e65a2b;--adm-color-wathet:#0d2543;--adm-color-text:#e6e6e6;--adm-color-text-secondary:#b3b3b3;--adm-color-weak:gray;--adm-color-light:#4d4d4d;--adm-color-border:#2b2b2b;--adm-color-box:#0a0a0a;--adm-color-background:#1a1a1a;--adm-color-background-body:var(--adm-color-background);--adm-border-color:var(--adm-color-border)}:root{-webkit-tap-highlight-color:#0000}html{background-color:var(--adm-color-background-body)}body{color:var(--adm-color-text);font-size:var(--adm-font-size-main);font-family:var(--adm-font-family)}a,button{cursor:pointer}a{color:var(--adm-color-primary);transition:opacity .2s ease-in-out}a:active{opacity:.8}.adm-plain-anchor{color:unset;transition:none}.adm-plain-anchor:active{opacity:unset}body.adm-overflow-hidden{overflow:hidden!important}div.adm-px-tester{--size:1;height:calc(var(--size) / 2 * 2px);-webkit-user-select:none;user-select:none;pointer-events:none;width:0;position:fixed;top:-100vh;left:-100vw}.adm-popup{--z-index:var(--adm-popup-z-index,1000);z-index:var(--z-index);position:fixed}.adm-popup-body{background-color:var(--adm-color-background);z-index:calc(var(--z-index) + 10);position:fixed}.adm-popup-body .adm-popup-close-icon{z-index:100;position:absolute}.adm-popup-body-position-bottom{width:100%;bottom:0;left:0}.adm-popup-body-position-bottom .adm-popup-close-icon{top:8px;right:8px}.adm-popup-body-position-top{width:100%;top:0;left:0}.adm-popup-body-position-top .adm-popup-close-icon{bottom:8px;right:8px}.adm-popup-body-position-left{height:100%;top:0;left:0}.adm-popup-body-position-left .adm-popup-close-icon{top:8px;right:8px}.adm-popup-body-position-right{height:100%;top:0;right:0}.adm-popup-body-position-right .adm-popup-close-icon{top:8px;left:8px}.adm-popup-close-icon{cursor:pointer;color:var(--adm-color-weak);padding:4px;font-size:18px;line-height:1}.adm-mask{--z-index:var(--adm-mask-z-index,1000);z-index:var(--z-index);width:100%;height:100%;display:block;position:fixed;top:0;left:0}.adm-mask-aria-button{z-index:0;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.adm-mask-content{z-index:1}.adm-safe-area{--multiple:var(--adm-safe-area-multiple,1);width:100%;display:block}.adm-safe-area-position-top{padding-top:calc(env(safe-area-inset-top) * var(--multiple))}.adm-safe-area-position-bottom{padding-bottom:calc(env(safe-area-inset-bottom) * var(--multiple))}.adm-auto-center{justify-content:center;display:flex}.adm-auto-center-content{flex:0 auto}.adm-image{--width:var(--adm-image-width,auto);--height:var(--adm-image-height,auto);width:var(--width);height:var(--height);display:block;overflow:hidden}.adm-image-img{width:100%;height:100%}.adm-image-tip{background-color:var(--adm-color-fill-content);min-width:24px;height:100%;min-height:24px;position:relative}.adm-image-tip>svg{width:24px;height:24px;color:var(--adm-color-weak);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.adm-button{--color:var(--adm-color-text-light-solid);--text-color:var(--adm-button-text-color,var(--adm-color-text));--background-color:var(--adm-button-background-color,var(--adm-color-background));--border-radius:var(--adm-button-border-radius,4px);--border-width:var(--adm-button-border-width,1px);--border-style:var(--adm-button-border-style,solid);--border-color:var(--adm-button-border-color,var(--adm-color-border));color:var(--text-color);background-color:var(--background-color);box-sizing:border-box;height:auto;font-size:var(--adm-font-size-9);text-align:center;border:var(--border-width) var(--border-style) var(--border-color);border-radius:var(--border-radius);cursor:pointer;-webkit-user-select:none;user-select:none;margin:0;padding:7px 12px;line-height:1.4;transition:opacity .15s;display:inline-block;position:relative}.adm-button:focus{outline:none}.adm-button:before{transform:translate(calc(var(--border-width) * -1), calc(var(--border-width) * -1));background-color:var(--adm-color-text-dark-solid);border:var(--border-width) var(--border-style) var(--adm-color-text-dark-solid);border-radius:var(--border-radius);opacity:0;content:" ";box-sizing:content-box;width:100%;height:100%;position:absolute;top:0;left:0}.adm-button:active:before{opacity:.08}.adm-button-default.adm-button-fill-outline{--background-color:transparent;--border-color:var(--adm-color-text)}.adm-button-default.adm-button-fill-none{--background-color:transparent;--border-width:0px}.adm-button:not(.adm-button-default){--text-color:var(--adm-color-text-light-solid);--background-color:var(--color);--border-color:var(--color)}.adm-button:not(.adm-button-default).adm-button-fill-outline{--text-color:var(--color);--background-color:transparent}.adm-button:not(.adm-button-default).adm-button-fill-none{--text-color:var(--color);--background-color:transparent;--border-width:0px}.adm-button-primary{--color:var(--adm-color-primary)}.adm-button-success{--color:var(--adm-color-success)}.adm-button-danger{--color:var(--adm-color-danger)}.adm-button-warning{--color:var(--adm-color-warning)}.adm-button-block{width:100%;display:block}.adm-button-disabled{cursor:not-allowed;opacity:.4}.adm-button-disabled:active:before{display:none}.adm-button.adm-button-mini{font-size:var(--adm-font-size-main);padding-top:3px;padding-bottom:3px}.adm-button.adm-button-mini.adm-button-shape-rounded{padding-left:9px;padding-right:9px}.adm-button.adm-button-small{font-size:var(--adm-font-size-7);padding-top:3px;padding-bottom:3px}.adm-button.adm-button-large{font-size:var(--adm-font-size-10);padding-top:11px;padding-bottom:11px}.adm-button.adm-button-shape-rounded{--border-radius:1000px}.adm-button.adm-button-shape-rectangular{--border-radius:0}.adm-button-loading{vertical-align:bottom}.adm-button-loading-wrapper{justify-content:center;align-items:center;height:1.4em;display:flex}.adm-button-loading-wrapper>.adm-loading{opacity:.6}.adm-dot-loading{display:inline-block}.adm-picker{--header-button-font-size:var(--adm-font-size-7);--title-font-size:var(--adm-font-size-7);--item-font-size:var(--adm-font-size-8);--item-height:34px;---item-font-size:var(--item-font-size);---item-height:var(--item-height);flex-direction:column;width:100%;height:300px;display:flex;position:relative;overflow:hidden}.adm-picker .adm-picker-view.adm-picker-view{--item-font-size:var(---item-font-size);--item-height:var(---item-height)}.adm-picker-header{border-bottom:solid 1px var(--adm-color-border);flex-shrink:0;justify-content:space-between;align-items:center;padding:4px;display:flex}.adm-picker-header-button{font-size:var(--header-button-font-size);padding:8px;display:inline-block}.adm-picker-header-button-disabled,.adm-picker-header-button-disabled:active{opacity:.4;cursor:not-allowed}.adm-picker-header-title{font-size:var(--title-font-size);color:var(--adm-color-text);text-align:center;flex:1;padding:4px}.adm-picker-body{flex:1;width:100%;height:100%}.adm-picker-body>.adm-picker-view{--height:100%}.adm-picker-popup .adm-popup-body{border-top-left-radius:8px;border-top-right-radius:8px}.adm-spin-loading{--color:var(--adm-color-weak);--size:32px;width:var(--size);height:var(--size)}.adm-spin-loading-svg{width:100%;height:100%;animation:.8s linear infinite adm-spin-loading-rotate}.adm-spin-loading-svg>.adm-spin-loading-fill{stroke:var(--color)}@keyframes adm-spin-loading-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.adm-picker-view{--height:240px;--item-height:34px;--item-font-size:var(--adm-font-size-8);height:var(--height);background:var(--adm-color-background);width:100%;display:flex;position:relative;overflow:hidden}.adm-picker-view-column{-webkit-user-select:none;user-select:none;touch-action:none;z-index:0;flex:1;height:100%;position:relative}.adm-picker-view-column-wheel{width:100%;cursor:-webkit-grab;cursor:grab;top:calc(50% - var(--item-height) / 2);position:absolute;left:0}.adm-picker-view-column-wheel:before{content:" ";width:100%;height:100vh;display:block;position:absolute;top:-100vh}.adm-picker-view-column-wheel:after{content:" ";width:100%;height:100vh;display:block;position:absolute;bottom:-100vh}.adm-picker-view-column-item{font-size:var(--item-font-size);height:var(--item-height);justify-content:center;align-items:center;padding:0 6px;display:flex}.adm-picker-view-column-item-label{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.adm-picker-view-column-accessible{pointer-events:none;opacity:0;width:100%;height:100%;top:calc(var(--item-height) * -1);z-index:0;flex-direction:column;padding-bottom:1px;display:flex;position:relative}.adm-picker-view-column-accessible>*{text-overflow:ellipsis;flex:1}.adm-picker-view-column-accessible-current{width:100%;height:100%;position:absolute}.adm-picker-view-column-accessible-button{width:100%;height:100%}.adm-picker-view-mask{z-index:10000;pointer-events:none;flex-direction:column;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.adm-picker-view-mask-top,.adm-picker-view-mask-bottom{flex:auto}.adm-picker-view-mask-middle{height:var(--item-height);box-sizing:border-box;border-top:solid 1px var(--adm-color-border);border-bottom:solid 1px var(--adm-color-border);flex:none}.adm-picker-view-mask-top{background:var(--adm-color-background);-webkit-mask:linear-gradient(#000 0%,#000c 50%,#0009 100%);mask:linear-gradient(#000 0%,#000c 50%,#0009 100%)}.adm-picker-view-mask-bottom{background:var(--adm-color-background);-webkit-mask:linear-gradient(#0009 0%,#000c 50%,#000 100%);mask:linear-gradient(#0009 0%,#000c 50%,#000 100%)}.adm-picker-view-loading-content{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.adm-picker-view-item-height-measure{height:var(--item-height);pointer-events:none;width:0;position:relative;top:0;left:0}.adm-tabs{--title-font-size:var(--adm-font-size-9);--content-padding:12px;--active-line-height:2px;--active-line-border-radius:var(--active-line-height);--active-line-color:var(--adm-color-primary);--active-title-color:var(--adm-color-primary);min-width:0;position:relative}.adm-tabs-header{border-bottom:solid 1px var(--adm-color-border);position:relative}.adm-tabs-tab-list{scrollbar-width:none;flex-wrap:nowrap;justify-content:flex-start;align-items:center;display:flex;position:relative;overflow-x:scroll}.adm-tabs-tab-list::-webkit-scrollbar{display:none}.adm-tabs-tab-wrapper{padding:0 12px}.adm-tabs-tab-wrapper-stretch{flex:auto}.adm-tabs-tab{white-space:nowrap;width:min-content;font-size:var(--title-font-size);cursor:pointer;margin:0 auto;padding:8px 0 10px;position:relative}.adm-tabs-tab-active{color:var(--active-title-color)}.adm-tabs-tab-disabled{opacity:.5;cursor:not-allowed}.adm-tabs-tab-line{height:var(--active-line-height);background:var(--active-line-color);border-radius:var(--active-line-border-radius);position:absolute;bottom:0}.adm-tabs-content{padding:var(--content-padding)}.adm-tabs-header-mask{z-index:1;pointer-events:none;width:30px;height:100%;position:absolute;top:0;bottom:0}.adm-tabs-header-mask-left{background:linear-gradient(to right, var(--adm-color-background), #fff0);left:0}.adm-tabs-header-mask-right{background:linear-gradient(to left, var(--adm-color-background), #fff0);right:0}.adm-center-popup{--background-color:var(--adm-center-popup-background-color,var(--adm-color-background));--border-radius:var(--adm-center-popup-border-radius,8px);--max-width:var(--adm-center-popup-max-width,75vw);--min-width:var(--adm-center-popup-min-width,280px);--z-index:var(--adm-center-popup-z-index,1000);z-index:var(--z-index);position:fixed}.adm-center-popup .adm-center-popup-mask{z-index:0}.adm-center-popup-wrap{z-index:1;width:auto;min-width:var(--min-width);max-width:var(--max-width);position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.adm-center-popup-body{background-color:var(--background-color);border-radius:var(--border-radius)}.adm-center-popup-close{z-index:100;cursor:pointer;color:var(--adm-color-weak);padding:4px;font-size:18px;position:absolute;top:8px;right:8px}.adm-checkbox{--icon-size:22px;--font-size:var(--adm-font-size-9);--gap:8px;vertical-align:text-bottom;cursor:pointer;justify-content:flex-start;align-items:center;display:inline-flex}.adm-checkbox input{display:none}.adm-checkbox .adm-checkbox-icon{border:1px solid var(--adm-color-light);border-radius:var(--icon-size);box-sizing:border-box;width:var(--icon-size);height:var(--icon-size);color:var(--adm-color-text-light-solid);flex:none}.adm-checkbox .adm-checkbox-icon>svg{width:100%;height:100%;display:block}.adm-checkbox.adm-checkbox-block{display:flex}.adm-checkbox.adm-checkbox-checked .adm-checkbox-icon{border-color:var(--adm-color-primary);background-color:var(--adm-color-primary)}.adm-checkbox.adm-checkbox-disabled{cursor:not-allowed}.adm-checkbox.adm-checkbox-disabled .adm-checkbox-content{opacity:.4}.adm-checkbox.adm-checkbox-disabled .adm-checkbox-icon.adm-checkbox-icon{color:var(--adm-color-light);border-color:var(--adm-color-light);background-color:var(--adm-color-fill-content)}.adm-checkbox .adm-checkbox-custom-icon{font-size:var(--icon-size)}.adm-checkbox.adm-checkbox-indeterminate .adm-checkbox-icon{background-color:var(--adm-color-background);color:var(--adm-color-primary)}.adm-checkbox-content{font-size:var(--font-size);padding-left:var(--gap);flex:0 auto}.adm-dialog{--z-index:var(--adm-dialog-z-index,1000);---z-index:var(--z-index)}.adm-dialog .adm-center-popup{--z-index:var(---z-index)}.adm-dialog-body{width:100%;max-height:70vh;font-size:var(--adm-font-size-6);flex-direction:column;display:flex;overflow:hidden}.adm-dialog-body>*{flex:none}.adm-dialog-body>.adm-dialog-content{flex:auto}.adm-dialog-body:not(.adm-dialog-with-image){padding-top:20px}.adm-dialog-image-container{max-height:40vh;margin-bottom:12px}.adm-dialog-header{margin-bottom:8px;padding:0 12px}.adm-dialog-title{font-weight:700;font-size:var(--adm-font-size-10);text-align:center;margin-bottom:8px;padding:0 12px;line-height:25px}.adm-dialog-content{max-height:70vh;font-size:var(--adm-font-size-7);color:var(--adm-color-text);padding:0 12px 20px;line-height:1.4;overflow:hidden auto}.adm-dialog-content-empty{height:12px;padding:0}.adm-dialog-footer{-webkit-user-select:none;user-select:none}.adm-dialog-footer .adm-dialog-action-row{border-top:.5px solid var(--adm-color-border);align-items:stretch;display:flex}.adm-dialog-footer .adm-dialog-action-row>*{flex:1}.adm-dialog-footer .adm-dialog-action-row>.adm-dialog-button{font-size:var(--adm-font-size-10);border-right:solid .5px var(--adm-color-border);border-radius:0;padding:10px;line-height:25px}.adm-dialog-footer .adm-dialog-action-row>.adm-dialog-button-bold{font-weight:700}.adm-dialog-footer .adm-dialog-action-row>.adm-dialog-button:last-child{border-right:none}.adm-dialog-image-container{overflow-y:auto}.adm-image-viewer-content{touch-action:none;-webkit-user-select:none;user-select:none;width:100vw;height:100vh}.adm-image-viewer-footer{z-index:1;width:100%;position:absolute;bottom:0}.adm-image-viewer-slides{z-index:1;height:100%;cursor:-webkit-grab;cursor:grab;touch-action:none;position:relative}.adm-image-viewer-slides-inner{white-space:nowrap;height:100%}.adm-image-viewer-slides-inner>*{margin-right:16px}.adm-image-viewer-slide{width:100%;height:100%;display:inline-block;position:relative}.adm-image-viewer-control{z-index:1;width:100%;height:100%;cursor:-webkit-grab;cursor:grab;touch-action:none;position:absolute;top:0;left:0}.adm-image-viewer-image-wrapper{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.adm-image-viewer-image-wrapper img{max-width:100%;max-height:100%;display:block}.adm-image-viewer-indicator{z-index:2;color:var(--adm-color-border);font-size:var(--adm-font-size-6);position:absolute;top:12px;left:50%;transform:translate(-50%)}.adm-infinite-scroll{color:var(--adm-color-weak);font-size:var(--adm-font-size-main);justify-content:center;align-items:center;padding:18px;display:flex}.adm-infinite-scroll-failed-text{margin-right:8px;display:inline-block}.adm-input{--font-size:var(--adm-font-size-9);--color:var(--adm-color-text);--placeholder-color:var(--adm-color-light);--text-align:left;--background-color:transparent;background-color:var(--background-color);justify-content:flex-start;align-items:center;width:100%;max-width:100%;min-height:24px;max-height:100%;display:flex}.adm-input-disabled{opacity:.4;cursor:not-allowed}.adm-input-element{box-sizing:border-box;width:100%;max-width:100%;max-height:100%;color:var(--color);font-size:var(--font-size);appearance:none;min-height:1.5em;text-align:var(--text-align);background:0 0;border:0;outline:none;flex:auto;margin:0;padding:0;line-height:1.5;display:inline-block}.adm-input-element::placeholder{color:var(--placeholder-color);font-family:inherit}.adm-input-element:-webkit-autofill{background-color:#0000}.adm-input-element:read-only{cursor:default}.adm-input-element:invalid{box-shadow:none}.adm-input-element::-ms-clear{display:none}.adm-input-element::-ms-reveal{display:none}.adm-input-element::-webkit-search-cancel-button{display:none}.adm-input-element::-webkit-search-decoration{display:none}.adm-input-element:disabled{opacity:1}.adm-input-element[type=date],.adm-input-element[type=time],.adm-input-element[type=datetime-local]{min-height:1.5em}.adm-input-element[type=search]{-webkit-appearance:none}.adm-input-element[readonly]{pointer-events:none}.adm-input-clear{color:var(--adm-color-light);cursor:pointer;flex:none;margin-left:8px;padding:4px}.adm-input-clear:active{color:var(--adm-color-weak)}.adm-input-clear .antd-mobile-icon{font-size:var(--adm-font-size-7);display:block}.adm-page-indicator{--dot-color:var(--adm-color-light);--active-dot-color:var(--adm-color-primary);--dot-size:3px;--active-dot-size:13px;--dot-border-radius:1px;--active-dot-border-radius:var(--dot-border-radius);--dot-spacing:3px;width:auto;display:flex}.adm-page-indicator-dot{width:var(--dot-size);height:var(--dot-size);border-radius:var(--dot-border-radius);background:var(--dot-color);display:block}.adm-page-indicator-dot:last-child{margin-right:0}.adm-page-indicator-dot-active{border-radius:var(--active-dot-border-radius);background:var(--active-dot-color)}.adm-page-indicator-color-white{--dot-color:#ffffff80;--active-dot-color:var(--adm-color-text-light-solid)}.adm-page-indicator-horizontal{flex-direction:row}.adm-page-indicator-horizontal .adm-page-indicator-dot{margin-right:var(--dot-spacing)}.adm-page-indicator-horizontal .adm-page-indicator-dot-active{width:var(--active-dot-size)}.adm-page-indicator-vertical{flex-direction:column}.adm-page-indicator-vertical .adm-page-indicator-dot{margin-bottom:var(--dot-spacing)}.adm-page-indicator-vertical .adm-page-indicator-dot-active{height:var(--active-dot-size)}.adm-pull-to-refresh-head{position:relative;overflow:hidden}.adm-pull-to-refresh-head-content{width:100%;color:var(--adm-color-weak);justify-content:center;align-items:center;display:flex;position:absolute;bottom:0;left:0}.adm-swiper{--height:auto;--width:100%;--border-radius:0;--track-padding:0;--slide-size:100%;--track-offset:0%;width:var(--width);height:var(--height);border-radius:var(--border-radius);z-index:0;display:block;position:relative;overflow:hidden}.adm-swiper-track{white-space:nowrap;width:100%;height:100%;padding:var(--track-padding)}.adm-swiper-track-allow-touch-move{cursor:-webkit-grab;cursor:grab}.adm-swiper-track-inner{flex-wrap:nowrap;width:100%;height:100%;display:flex;position:relative;overflow:visible}.adm-swiper-slide,.adm-swiper-slide-placeholder{width:100%;height:100%;white-space:unset;flex:none;display:block;position:relative}.adm-swiper-item{white-space:normal;width:100%;height:100%;display:block}.adm-swiper-horizontal .adm-swiper-track-allow-touch-move{touch-action:pan-y}.adm-swiper-horizontal .adm-swiper-indicator{position:absolute;bottom:6px;left:50%;transform:translate(-50%)}.adm-swiper-horizontal .adm-swiper-track{transform:translateX(var(--track-offset))}.adm-swiper-horizontal .adm-swiper-track-inner{width:var(--slide-size);flex-direction:row}.adm-swiper-vertical .adm-swiper-track-allow-touch-move{touch-action:pan-x}.adm-swiper-vertical .adm-swiper-indicator{position:absolute;top:50%;right:6px;transform:translateY(-50%)}.adm-swiper-vertical .adm-swiper-track{transform:translateY(var(--track-offset))}.adm-swiper-vertical .adm-swiper-track-inner{height:var(--slide-size);flex-direction:column}.adm-toast-mask .adm-toast-wrap{text-align:center;width:100%;height:100%;position:fixed;top:0;left:0}.adm-toast-mask .adm-toast-main{color:#fff;word-break:break-all;pointer-events:all;width:auto;max-width:204px;max-height:70%;font-size:var(--adm-font-size-7);box-sizing:border-box;text-align:initial;background-color:#000000b3;border-radius:8px;line-height:1.5;display:inline-block;position:relative;top:50%;overflow:auto;transform:translateY(-50%)}.adm-toast-mask .adm-toast-main-text{min-width:0;padding:12px}.adm-toast-mask .adm-toast-main-icon{min-width:150px;padding:35px 12px}.adm-toast-mask .adm-toast-main-icon .adm-toast-icon{text-align:center;margin-bottom:8px;font-size:36px;line-height:1}.adm-toast-loading{--size:48px;margin:0 auto 8px}:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;font-synthesis:none;text-rendering:optimizelegibility;--otr-page:#17191b;--otr-surface:#24272b;--otr-surface-soft:#2b2f33;--otr-navigation:#202326;--otr-primary:#f07848;--otr-primary-button:#c94b24;--otr-primary-pressed:#b64020;--otr-primary-soft:#402a23;--otr-ink:#f3f4f2;--otr-text-secondary:#b3b8bb;--otr-text-tertiary:#a0a7ad;--otr-line:#383d42;--otr-line-strong:#596169;--otr-on-primary:#fff;--otr-focus:#90b9ed;--otr-success:#7bc99e;--otr-success-soft:#213a2d;--otr-danger:#ff918a;--otr-danger-soft:#422927;--page-gutter:16px;--header-height:56px;--navigation-height:60px;font-family:-apple-system,BlinkMacSystemFont,PingFang SC,Microsoft YaHei,sans-serif}*{box-sizing:border-box}html{background:var(--otr-page);min-width:320px;min-height:100%}body{background:var(--otr-page);min-width:320px;min-height:100%;color:var(--otr-ink);margin:0}body,button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-underline-offset:3px;text-decoration-thickness:1px}::selection{background:var(--otr-primary-soft);color:var(--otr-ink)}:focus-visible{outline:2px solid var(--otr-focus);outline-offset:3px}#root{min-height:100dvh}.app-shell{background:var(--otr-page);width:min(100%,720px);min-height:100dvh;margin:0 auto}.app-main{min-height:100dvh;padding:0 var(--page-gutter) 40px}.app-main--with-navigation{padding-top:max(24px, env(safe-area-inset-top));padding-bottom:calc(var(--navigation-height) + 40px + env(safe-area-inset-bottom))}.module-placeholder{max-width:640px;padding-top:40px}.module-placeholder h1{letter-spacing:-.03em;max-width:14ch;margin:0;font-size:clamp(32px,9vw,48px);line-height:1.14}.module-placeholder>p{max-width:34em;color:var(--otr-text-secondary);margin:16px 0 0;font-size:16px;line-height:1.75}.primary-action,.secondary-action{border-radius:10px;justify-content:center;align-items:center;min-height:44px;padding:0 18px;font-size:14px;font-weight:600;text-decoration:none;display:inline-flex}.primary-action{background:var(--otr-primary-button);color:var(--otr-on-primary)}.primary-action:active{background:var(--otr-primary-pressed)}.secondary-action{border:1px solid var(--otr-line-strong);background:var(--otr-surface-soft);color:var(--otr-ink)}.module-placeholder .primary-action{margin-top:32px}.app-navigation{z-index:20;width:min(100%,720px);min-height:calc(var(--navigation-height) + env(safe-area-inset-bottom));padding:0 8px env(safe-area-inset-bottom);border-top:1px solid var(--otr-line);background:var(--otr-navigation);grid-template-columns:repeat(5,1fr);margin:0 auto;display:grid;position:fixed;bottom:0;left:0;right:0}.app-navigation--publish-open{z-index:1020}.navigation-link,.publish-navigation-button{min-height:var(--navigation-height);color:var(--otr-text-secondary);justify-content:center;align-items:center;font-size:13px;font-weight:500;text-decoration:none;display:flex;position:relative}.publish-navigation-button{min-width:0;color:var(--otr-primary);background:0 0;border:0;padding:0;font-weight:700}.navigation-link:after{content:"";background:0 0;border-radius:2px;width:20px;height:3px;position:absolute;bottom:6px;left:50%;transform:translate(-50%)}.navigation-link--active:after{background:var(--otr-primary)}.sheet-layer{z-index:50;background:#000000a3;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.publish-sheet{width:min(100%,720px);padding:24px 16px calc(20px + env(safe-area-inset-bottom));background:var(--otr-surface);border-radius:16px 16px 0 0;box-shadow:0 -16px 40px #0000003d}.publish-sheet header button,.icon-text-button,.refresh-button{min-height:44px;color:var(--otr-primary);background:0 0;border:0;border-radius:10px;padding:0 12px;font-size:14px;font-weight:600}.publish-options{border-top:1px solid var(--otr-line);margin-top:16px}.publish-options a{border-bottom:1px solid var(--otr-line);flex-direction:column;justify-content:center;gap:4px;min-height:72px;padding:12px 0;text-decoration:none;display:flex}.publish-options a:last-child{border-bottom:0}.publish-options strong{font-size:16px}.publish-options span{color:var(--otr-text-secondary);font-size:13px}.home-page__title,.section-heading{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.home-page__title h1,.section-heading h1{letter-spacing:-.03em;margin:0;font-size:32px;line-height:1.2}.home-page__title p,.section-heading p{color:var(--otr-text-secondary);margin:8px 0 0;font-size:14px;line-height:1.55}.home-page__actions{align-items:center;gap:4px;display:flex}.home-page__actions a{min-height:44px;color:var(--otr-primary);align-items:center;padding:0 12px;font-size:14px;font-weight:600;text-decoration:none;display:inline-flex}.refresh-button:disabled{color:var(--otr-text-tertiary)}.segmented-tabs{scrollbar-width:none;gap:4px;margin:20px 0 0;display:flex;overflow-x:auto}.segmented-tabs::-webkit-scrollbar{display:none}.segmented-tab{min-width:64px;min-height:44px;color:var(--otr-text-secondary);background:0 0;border:0;border-radius:10px;flex:none;padding:0 14px;font-size:14px;font-weight:600}.segmented-tab--active{background:var(--otr-primary-soft);color:var(--otr-primary)}.async-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:260px;padding:40px 24px;display:flex}.async-state h2{margin:0;font-size:20px}.async-state p{max-width:30em;color:var(--otr-text-secondary);margin:10px 0 0;font-size:14px;line-height:1.65}.async-state .secondary-action{margin-top:20px}.loading-indicator{border:2px solid var(--otr-line-strong);border-top-color:var(--otr-primary);border-radius:50%;width:24px;height:24px;margin-bottom:18px;animation:.7s linear infinite loading-spin}@keyframes loading-spin{to{transform:rotate(360deg)}}.inline-error{background:var(--otr-danger-soft,#422927);min-height:48px;color:var(--otr-danger,#ff918a);border-radius:10px;justify-content:space-between;align-items:center;gap:12px;margin-top:16px;padding:8px 12px;font-size:13px;display:flex}.inline-error button{min-height:32px;color:inherit;background:0 0;border:0;font-weight:600}.content-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 10px;margin-top:20px;display:grid}.content-card{background:var(--otr-surface);border-radius:12px;min-width:0;overflow:hidden}.content-card__link{text-decoration:none;display:block}.content-card__media{aspect-ratio:1;background:var(--otr-surface-soft);position:relative;overflow:hidden}.content-card__media img{object-fit:cover;width:100%;height:100%}.content-card__media-empty{height:100%;color:var(--otr-text-tertiary);justify-content:center;align-items:center;font-size:14px;display:flex}.content-card__video{color:#fff;background:#000000ad;border-radius:999px;padding:4px 8px;font-size:11px;position:absolute;top:8px;right:8px}.content-card__body{padding:10px}.content-card h2{-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:42px;margin:0;font-size:14px;line-height:21px;display:-webkit-box;overflow:hidden}.content-card__meta{color:var(--otr-text-tertiary);text-overflow:ellipsis;white-space:nowrap;margin:8px 0 0;font-size:11px;overflow:hidden}.content-card__author,.team-card__captain,.detail-author{align-items:center;gap:8px;min-width:0;margin-top:10px;display:flex}.content-card__author img,.content-card__author>span,.team-card__captain img,.team-card__captain>span,.detail-author>img,.detail-author>span{background:var(--otr-primary-soft);object-fit:cover;width:28px;height:28px;color:var(--otr-primary);border-radius:50%;flex:0 0 28px;justify-content:center;align-items:center;font-size:12px;display:flex}.content-card__author strong{text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:500;overflow:hidden}.load-more-button{background:var(--otr-surface-soft);width:100%;min-height:44px;color:var(--otr-ink);border:0;border-radius:10px;margin:20px auto 0;font-weight:600;display:block}.load-more-button:disabled{color:var(--otr-text-tertiary)}.list-end{color:var(--otr-text-tertiary);text-align:center;margin:24px 0 0;font-size:12px}.search-field{margin-top:20px}.search-field label{color:var(--otr-text-secondary);margin-bottom:8px;font-size:13px;display:block}.search-field>div{gap:8px;min-height:44px;display:flex}.search-field input{border:1px solid var(--otr-line);background:var(--otr-surface-soft);min-width:0;color:var(--otr-ink);border-radius:10px;flex:1;padding:0 14px;font-size:15px}.search-field button{background:var(--otr-primary-button);min-width:64px;color:var(--otr-on-primary);border:0;border-radius:10px;font-weight:600}.search-field--page{margin-top:24px}.hot-searches{margin-top:36px}.hot-searches h2,.profile-works h2{margin:0;font-size:20px}.hot-searches>div,.profile-tags{flex-wrap:wrap;gap:8px;margin-top:16px;display:flex}.hot-searches button,.profile-tags span{border:1px solid var(--otr-line);background:var(--otr-surface);min-height:36px;color:var(--otr-ink);border-radius:999px;padding:0 12px;font-size:13px}.profile-tags span{align-items:center;display:inline-flex}.search-results{border-top:1px solid var(--otr-line);margin-top:20px}.search-result{border-bottom:1px solid var(--otr-line);grid-template-columns:72px minmax(0,1fr);align-items:center;gap:12px;min-height:96px;padding:12px 0;text-decoration:none;display:grid}.search-result>img,.search-result__placeholder{background:var(--otr-surface-soft);object-fit:cover;width:72px;height:72px;color:var(--otr-text-tertiary);border-radius:10px;justify-content:center;align-items:center;font-size:12px;display:flex}.search-result>div{min-width:0}.search-result strong,.search-result p,.search-result small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.search-result p{color:var(--otr-text-secondary);margin:6px 0 0;font-size:13px}.search-result small{color:var(--otr-text-tertiary);margin-top:6px}.city-toolbar{border-top:1px solid var(--otr-line);border-bottom:1px solid var(--otr-line);justify-content:space-between;align-items:center;gap:8px;min-height:56px;margin-top:18px;display:flex}.city-toolbar>button:first-child{min-width:0;min-height:44px;color:var(--otr-ink);text-align:left;text-overflow:ellipsis;white-space:nowrap;background:0 0;border:0;flex:1;align-items:center;gap:8px;padding:0;font-size:13px;display:flex;overflow:hidden}.city-toolbar>button:first-child span{color:var(--otr-primary);flex:none;font-weight:600}.region-picker{background:var(--otr-surface);border-radius:14px;margin-top:24px;padding:20px}.region-picker h2{margin:0;font-size:20px}.region-picker>p{color:var(--otr-text-secondary);margin:8px 0 0;font-size:13px;line-height:1.6}.region-picker__fields{gap:14px;margin-top:20px;display:grid}.region-picker label{color:var(--otr-text-secondary);gap:7px;font-size:13px;display:grid}.region-picker select{border:1px solid var(--otr-line);background:var(--otr-surface-soft);width:100%;min-height:44px;color:var(--otr-ink);border-radius:10px;padding:0 12px}.region-picker select:disabled{color:var(--otr-text-tertiary)}.region-picker__confirm{border:0;width:100%;margin-top:20px}.region-picker__confirm:disabled{background:var(--otr-surface-soft);color:var(--otr-text-tertiary)}.form-error{color:var(--otr-danger)!important}.team-list{gap:16px;margin-top:20px;display:grid}.team-card>a{grid-template-columns:120px minmax(0,1fr);text-decoration:none;display:grid}.team-card__cover{object-fit:cover;width:120px;height:100%;min-height:172px}.team-card__body{min-width:0;padding:14px}.team-card__heading,.team-detail-title-row{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.team-card h2{margin:0;font-size:16px;line-height:1.4}.team-card__heading>span,.status-badge{background:var(--otr-success-soft,#213a2d);color:var(--otr-success,#7bc99e);border-radius:999px;flex:none;padding:4px 8px;font-size:11px}.team-card__body>p{color:var(--otr-text-secondary);text-overflow:ellipsis;white-space:nowrap;margin:10px 0 0;font-size:13px;overflow:hidden}.team-card dl{grid-template-columns:1fr 1fr;gap:8px;margin:12px 0 0;display:grid}.team-card dt{color:var(--otr-text-tertiary);font-size:11px}.team-card dd{text-overflow:ellipsis;white-space:nowrap;margin:3px 0 0;font-size:12px;overflow:hidden}.team-card__captain{color:var(--otr-text-secondary);margin-top:12px;font-size:12px}.team-card__captain img,.team-card__captain>span{flex-basis:24px;width:24px;height:24px}.page-header{z-index:10;min-height:calc(var(--header-height) + env(safe-area-inset-top));margin:0 calc(var(--page-gutter) * -1);padding:env(safe-area-inset-top) var(--page-gutter) 0;border-bottom:1px solid var(--otr-line);background:var(--otr-navigation);grid-template-columns:minmax(72px,1fr) auto minmax(72px,1fr);align-items:center;display:grid;position:sticky;top:0}.page-header h1{text-align:center;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:17px;font-weight:600;overflow:hidden}.page-header__side{min-width:0}.page-header__side--end{justify-content:flex-end;display:flex}.detail-title{padding:32px 0 24px}.detail-title h1{letter-spacing:-.03em;margin:0;font-size:clamp(28px,8vw,42px);line-height:1.2}.detail-title>p{color:var(--otr-text-secondary);margin:12px 0 0;line-height:1.6}.detail-author>img,.detail-author>span{flex-basis:40px;width:40px;height:40px}.detail-author>div{flex-direction:column;gap:3px;min-width:0;display:flex}.detail-author{width:fit-content;text-decoration:none}.detail-author small{color:var(--otr-text-tertiary)}.detail-media{margin:0 calc(var(--page-gutter) * -1);gap:2px;display:grid}.detail-media img,.detail-media video{object-fit:contain;background:#0d0e0f;width:100%;max-height:80dvh;display:block}.detail-copy,.agreement-content{white-space:pre-wrap;margin:28px 0 0;font-size:16px;line-height:1.8}.detail-section{margin-top:40px}.detail-section h2{margin:0 0 16px;font-size:20px}.detail-section--muted{background:var(--otr-surface);border-radius:12px;padding:20px}.detail-section--muted p{color:var(--otr-text-secondary);margin:0;line-height:1.65}.location-list,.simple-link-list{border-top:1px solid var(--otr-line)}.location-row,.simple-link-list a{border-bottom:1px solid var(--otr-line);flex-direction:column;justify-content:center;gap:5px;min-height:72px;padding:12px 0;text-decoration:none;display:flex}.location-row span,.simple-link-list span{color:var(--otr-text-secondary);font-size:13px;line-height:1.5}.team-detail-cover{width:calc(100% + var(--page-gutter) * 2);max-height:480px;margin:0 calc(var(--page-gutter) * -1);aspect-ratio:16/10;object-fit:cover;display:block}.team-detail-title-row h1{flex:1;min-width:0}.team-facts{border-top:1px solid var(--otr-line);border-bottom:1px solid var(--otr-line);padding:4px 0;display:grid}.team-facts>div{justify-content:space-between;align-items:center;gap:16px;min-height:56px;display:flex}.team-facts span{color:var(--otr-text-tertiary);font-size:13px}.team-facts strong{text-align:right;font-size:14px}.team-captain-link{min-height:44px;color:var(--otr-primary);align-items:center;margin-top:14px;font-size:14px;font-weight:600;display:inline-flex}.route-list{margin:0;padding:0;list-style:none}.route-list li{gap:14px;min-height:72px;display:flex}.route-list li>span{background:var(--otr-primary-soft);width:28px;height:28px;color:var(--otr-primary);border-radius:50%;flex:0 0 28px;justify-content:center;align-items:center;font-size:12px;font-weight:700;display:flex}.route-list li>div{flex-direction:column;gap:4px;min-width:0;padding:3px 0 18px;display:flex}.route-list small{color:var(--otr-text-tertiary)}.route-list p{color:var(--otr-text-secondary);margin:4px 0 0;line-height:1.6}.login-invitation{background:var(--otr-surface);border-radius:14px;margin-top:32px;padding:24px}.login-invitation h2{margin:0;font-size:22px}.login-invitation p{color:var(--otr-text-secondary);margin:12px 0 20px;line-height:1.65}.mine-links{border-top:1px solid var(--otr-line);margin-top:32px}.mine-links a{border-bottom:1px solid var(--otr-line);align-items:center;min-height:56px;text-decoration:none;display:flex}.login-page__body{max-width:520px;margin:0 auto;padding:56px 0}.login-page__body h1{letter-spacing:-.03em;margin:0;font-size:clamp(30px,8vw,44px);line-height:1.18}.login-page__body>p{color:var(--otr-text-secondary);margin:16px 0 0;font-size:15px;line-height:1.7}.login-page__action{border:0;width:100%;margin-top:32px}.login-page__action:disabled{background:var(--otr-surface-soft);color:var(--otr-text-tertiary)}.login-page__notice{background:var(--otr-surface-soft);border-radius:10px;padding:12px}.agreement-copy{font-size:13px!important}.agreement-copy a,.guest-link{color:var(--otr-primary)}.agreement-confirmation{color:var(--otr-text-secondary);align-items:flex-start;gap:10px;margin-top:20px;font-size:13px;line-height:1.65;display:flex}.agreement-confirmation input{width:20px;height:20px;accent-color:var(--otr-primary);flex:0 0 20px;margin:1px 0 0}.agreement-confirmation a{color:var(--otr-primary)}.guest-link{justify-content:center;align-items:center;min-height:44px;margin-top:12px;display:flex}.simple-list-page>.async-state,.simple-link-list{margin-top:24px}.agreement-page>header{padding:32px 0 0}.agreement-page>header h1{margin:0;font-size:28px;line-height:1.35}.agreement-page>header p{color:var(--otr-text-secondary);font-size:13px}.profile-cover{width:calc(100% + var(--page-gutter) * 2);max-height:320px;margin:0 calc(var(--page-gutter) * -1);aspect-ratio:16/7;object-fit:cover;display:block}.profile-summary{align-items:center;gap:14px;padding-top:28px;display:flex}.profile-summary>img,.profile-summary>span{border:2px solid var(--otr-line-strong);background:var(--otr-primary-soft);object-fit:cover;width:64px;height:64px;color:var(--otr-primary);border-radius:50%;flex:0 0 64px;justify-content:center;align-items:center;font-size:22px;font-weight:700;display:flex}.profile-summary h1{margin:0;font-size:28px}.profile-summary p,.profile-bio{color:var(--otr-text-secondary);margin:7px 0 0;line-height:1.6}.profile-stats dd{margin:0;font-size:18px;font-weight:700}.profile-work-grid a{min-width:0;text-decoration:none}.profile-work-grid a>div{aspect-ratio:1;background:var(--otr-surface);color:var(--otr-text-tertiary);border-radius:10px;justify-content:center;align-items:center;display:flex;overflow:hidden}.profile-work-grid img{object-fit:cover;width:100%;height:100%}.profile-work-grid strong,.profile-work-grid small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.profile-work-grid strong{margin-top:8px;font-size:14px}.profile-work-grid small{color:var(--otr-text-tertiary);margin-top:5px}.auth-required-card{background:var(--otr-surface);border-radius:14px;max-width:520px;margin:48px auto 0;padding:24px}.auth-required-card .eyebrow{color:var(--otr-primary);letter-spacing:.08em;margin:0;font-size:12px;font-weight:700}.auth-required-card h1{margin:8px 0 0;font-size:28px}.auth-required-card>p:not(.eyebrow){color:var(--otr-text-secondary);margin:12px 0 0;line-height:1.65}.auth-required-card .primary-action{width:100%;margin-top:24px}.auth-required-card small{color:var(--otr-text-tertiary);margin-top:14px;line-height:1.55;display:block}.capability-list{gap:12px;display:grid}.capability-list article{background:var(--otr-surface);border-radius:12px;padding:18px}.capability-list h2{margin:0;font-size:17px}.capability-list p{color:var(--otr-text-secondary);margin:8px 0 0;font-size:14px;line-height:1.65}@media (width>=721px) and (hover:hover) and (pointer:fine){body{background:#101214}.app-shell{border-right:1px solid var(--otr-line);border-left:1px solid var(--otr-line)}}@media (prefers-reduced-motion:no-preference){.primary-action,.secondary-action,.segmented-tab{transition:background-color .14s ease-out,color .14s ease-out,transform .14s ease-out}.primary-action:active,.secondary-action:active,.segmented-tab:active{transform:scale(.98)}.sheet-layer{animation:.14s ease-out sheet-layer-in}}@keyframes sheet-layer-in{0%{background:0 0}}@media (prefers-reduced-motion:reduce){.loading-indicator{animation-duration:1.4s}}:root{--adm-color-primary:var(--otr-primary-button);--adm-color-background:var(--otr-page);--adm-color-text:var(--otr-ink);--adm-color-weak:var(--otr-text-secondary);--adm-color-border:var(--otr-line);--adm-font-family:-apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;--otr-app-width:100vw;--otr-app-edge:0px}@media (width>=768px) and (hover:hover) and (pointer:fine){:root{--otr-app-width:390px;--otr-app-edge:calc((100vw - 390px) / 2)}}button{color:inherit;background:0 0;border:0}img{max-width:100%;display:block}.app-shell,.app-navigation{width:var(--otr-app-width);max-width:100%}.app-main--with-navigation{padding:0 0 calc(76px + env(safe-area-inset-bottom))}.app-main--full-bleed{padding-left:0;padding-right:0}.app-navigation{min-height:calc(var(--navigation-height) + env(safe-area-inset-bottom));padding:4px 8px calc(3px + env(safe-area-inset-bottom));border-color:var(--otr-line);background:var(--otr-navigation)}.navigation-link,.publish-navigation-button{min-height:52px;color:var(--otr-text-secondary);text-align:center;flex-direction:column;gap:3px;padding:0;font-size:11px;font-weight:400;line-height:14px}.navigation-link>img{flex:none;width:24px;height:24px}.navigation-link>span,.publish-navigation-button>span:last-child{text-align:center;width:100%;height:14px;line-height:14px;display:block}.navigation-link:after{display:none}.navigation-link--active{color:var(--otr-primary);font-weight:600}.publish-navigation-button{color:var(--otr-text-secondary);gap:1px}.publish-navigation-face{flex:none;place-items:center;width:36px;height:36px;margin:0;display:grid}.publish-navigation-face img{width:36px;height:36px}.publish-sheet{width:var(--otr-app-width);max-height:calc(100dvh - 110px);padding:9px 20px calc(20px + env(safe-area-inset-bottom));background:var(--otr-surface);color:var(--otr-ink);border-radius:20px 20px 0 0;margin:0 auto;overflow:auto;right:0!important;bottom:calc(var(--navigation-height) + env(safe-area-inset-bottom))!important;left:0!important}.publish-sheet .sheet-handle{background:#666d73;border-radius:2px;width:28px;height:3px;margin:0 auto 10px}.publish-sheet header{justify-content:space-between;align-items:center;display:flex}.publish-sheet h2{margin:0;font-size:21px}.publish-sheet header button{place-items:center;width:40px;height:40px;margin-right:-8px;display:grid}.publish-sheet header img{width:22px;height:22px}.publish-intro{align-items:center;gap:6px;min-height:114px;display:flex}.publish-intro p{flex:1;margin:0;font-size:15px;line-height:1.75}.publish-intro p span{color:var(--otr-primary);margin-top:5px;font-size:12px;display:block}.publish-intro>img{object-fit:contain;width:114px;height:114px}.publish-options{border:0;margin:0}.publish-options a{border-top:1px solid var(--otr-line);border-bottom:0;flex-direction:row;align-items:center;gap:16px;min-height:68px;padding:0;display:flex}.publish-options a>img:first-child{width:38px;height:38px}.publish-options a>span{flex:1}.publish-options strong,.publish-options small{display:block}.publish-options strong{font-size:15px;font-weight:550}.publish-options small{color:var(--otr-text-secondary);margin-top:3px;font-size:12px}.publish-options a>img:last-child{width:14px;height:14px}.adm-pull-to-refresh-head-content{color:var(--otr-text-secondary);font-size:12px}.adm-pull-to-refresh{touch-action:pan-y}.surface-header{width:var(--otr-app-width);height:calc(56px + env(safe-area-inset-top));padding:env(safe-area-inset-top) 16px 0;border-bottom:1px solid var(--otr-line);background:var(--otr-navigation);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.surface-header>strong{font-size:21px;line-height:28px}.surface-header__actions{align-items:center;gap:4px;display:flex}.surface-header__actions>a{place-items:center;width:40px;height:40px;display:grid}.surface-header__actions>a img{width:26px;height:26px}.header-icon-button{border-radius:8px;place-items:center;width:40px;height:40px;display:grid}.header-icon-button img{width:26px;height:26px}.search-entry{border:1px solid var(--otr-line);background:var(--otr-surface-soft);text-align:left;border-radius:12px;align-items:center;gap:9px;width:100%;height:42px;padding:0 12px;text-decoration:none;display:flex}.search-entry>img{width:22px;height:22px}.search-entry>span{color:var(--otr-text-secondary);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:14px;overflow:hidden}.search-entry>b{color:var(--otr-primary);border-left:1px solid #51565a;padding-left:12px;font-size:14px;font-weight:600}.otr-tabs .adm-tabs-header{border-bottom:1px solid var(--otr-line)}.otr-tabs .adm-tabs-tab-list{justify-content:flex-start;align-items:stretch;gap:30px;min-height:44px}.otr-tabs .adm-tabs-tab-wrapper{flex:none;align-items:stretch;height:44px;padding:0;display:flex}.otr-tabs .adm-tabs-tab{min-width:40px;height:44px;color:var(--otr-text-secondary);text-align:center;justify-content:center;align-items:center;padding:0;font-size:17px;line-height:20px;display:flex}.otr-tabs .adm-tabs-tab-active{color:var(--otr-ink);font-size:18px;font-weight:650}.otr-tabs--line .adm-tabs-tab-line{display:none}.otr-tabs--line .adm-tabs-tab-active:after{background:var(--otr-primary);content:"";border-radius:2px;width:25px;height:4px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.otr-tabs .adm-tabs-content{display:none}.otr-tabs--chips .adm-tabs-header{border:0;padding:8px 0}.otr-tabs--chips .adm-tabs-tab-list{align-items:center;gap:9px;min-height:32px}.otr-tabs--chips .adm-tabs-tab-wrapper{align-items:center;height:32px}.otr-tabs--chips .adm-tabs-tab{background:var(--otr-surface-soft);border-radius:11px;min-width:54px;height:32px;padding:0 14px;font-size:14px;line-height:20px}.otr-tabs--chips .adm-tabs-tab-active{color:#ffac80;background:#492d23;font-size:14px;font-weight:400}.otr-tabs--chips .adm-tabs-tab-line,.otr-tabs--mode .adm-tabs-tab-line{display:none}.otr-tabs--mode{background:0 0;margin-top:18px;padding:0}.otr-tabs--mode .adm-tabs-header{border:0}.otr-tabs--mode .adm-tabs-tab-list{align-items:center;gap:5px;min-height:38px}.otr-tabs--mode .adm-tabs-tab-wrapper{flex:1;align-items:center;height:38px}.otr-tabs--mode .adm-tabs-tab{border:1px solid var(--otr-line);background:var(--otr-surface);border-radius:8px;width:100%;height:38px;font-size:12px;line-height:18px}.otr-tabs--mode .adm-tabs-tab-active{color:#ffad85;background:#493026;font-size:12px;font-weight:500}.home-feed-shell{background:var(--otr-page);padding:8px 16px 0;position:relative}.home-banner{border-radius:12px;height:122px;margin-bottom:12px;display:block;position:relative;overflow:hidden}.home-banner>img{object-fit:cover;width:100%;height:100%}.home-banner__copy{color:#fff;text-shadow:0 1px 2px #000,0 2px 7px #000;flex-direction:column;align-items:flex-start;gap:3px;display:flex;position:absolute;top:20px;left:49%;right:9px}.home-banner__copy>span{text-shadow:none;background:#c4592ef0;border-radius:12px;padding:1px 8px;font-size:11px}.home-banner__copy strong{white-space:nowrap;font-size:19px}.home-banner__copy small{background:#111315b3;border-radius:4px;padding:1px 4px;font-size:12px}.home-banner>i{background:var(--otr-primary);border-radius:4px;width:14px;height:6px;position:absolute;bottom:9px;left:50%;transform:translate(-50%)}.content-grid{align-items:stretch;gap:10px;margin-top:0}.content-card{border-radius:10px;flex-direction:column;display:flex}.content-card__media{isolation:isolate}.content-card__media>img{z-index:1;position:relative}.content-card__media-loading{z-index:2;background:var(--otr-surface-soft);color:var(--otr-text-secondary);flex-direction:column;justify-content:center;align-items:center;gap:7px;font-size:11px;display:flex;position:absolute;inset:0}.content-card__media-loading img{width:24px;height:24px;animation:1.2s linear infinite loading-spin}.content-card__media-empty{background:var(--otr-surface-soft);color:var(--otr-text-secondary);flex-direction:column;justify-content:center;align-items:center;gap:7px;font-size:11px;display:flex;position:absolute;inset:0}.content-card__media-empty img{width:34px;height:34px}.content-card__type{z-index:3;border-radius:6px;padding:2px 7px;font-size:11px;font-weight:600;line-height:16px;position:absolute;top:8px;left:8px}.content-card__type--moment{color:#ffac80;background:#492d23}.content-card__type--checkin{color:#c5ecd1;background:#263d30}.content-card__type--roadbook{color:#b6d8ff;background:#25384d}.content-card__type--team{color:#e0c2ff;background:#3c2e4d}.content-card__media-link,.content-card__copy{color:inherit;flex-direction:column;text-decoration:none;display:flex}.content-card__media-link{width:100%;display:block}.content-card__body{flex-direction:column;flex:1;padding:8px;display:flex}.content-card h2{min-height:0;font-size:14px;font-weight:550;line-height:21px}.content-card__meta{color:var(--otr-text-secondary);align-items:center;gap:4px;margin-top:4px;font-size:12px;display:flex}.content-card__meta img{width:13px;height:15px}.content-card__footer{align-items:center;gap:4px;min-width:0;margin-top:auto;padding-top:6px;display:flex}.content-card__author{min-width:0;color:inherit;flex:1;gap:4px;margin-top:0;padding-top:0;text-decoration:none;overflow:hidden}.content-card__author img,.content-card__author>i{flex:0 0 23px;width:23px;height:23px}.content-card__author>span{width:auto;min-width:0;height:auto;color:inherit;background:0 0;border-radius:0;flex:1;display:block;overflow:hidden}.content-card__author strong,.content-card__author time{text-overflow:ellipsis;white-space:nowrap;line-height:16px;display:block;overflow:hidden}.content-card__author strong{font-size:12px;font-weight:550}.content-card__author time{color:var(--otr-text-secondary);font-size:12px}.content-card__actions{white-space:nowrap;flex:none;justify-content:flex-end;gap:6px;min-height:24px;display:flex}.content-card__actions button,.content-card__actions a{min-width:26px;height:28px;color:var(--otr-text-secondary);justify-content:center;align-items:center;gap:2px;padding:0 2px;font-size:11px;text-decoration:none;display:flex}.content-card__actions button.is-active{color:var(--otr-primary)}.content-card__actions button:disabled{opacity:.6}.content-card__actions img{width:16px;height:16px}.adm-infinite-scroll{color:var(--otr-text-tertiary);padding:24px 0 14px;font-size:12px}.async-state{background:var(--otr-surface);border-radius:12px;min-height:280px;margin-top:4px;padding:20px 16px 30px}.async-state__artwork{object-fit:contain;width:158px;height:158px;margin:0 auto 4px}.async-state__loading{width:48px;height:48px;margin:50px auto 28px;animation:1.2s linear infinite loading-spin}.async-state h2{font-size:17px;font-weight:550}.async-state p{margin:8px auto 18px;font-size:13px;line-height:1.8}.async-state .primary-action{background:var(--otr-primary-button);border-radius:12px;min-height:44px;margin:0;padding:10px 26px;font-size:15px}.state-secondary-action{min-height:44px;color:var(--otr-primary);margin:8px auto 0;font-size:14px;display:block}.city-content,.teams-content{padding:0 16px}.city-place-row{justify-content:space-between;align-items:center;gap:8px;min-height:59px;display:flex}.city-place-row>button{align-items:center;gap:8px;min-width:0;min-height:52px;font-weight:550;display:flex}.city-place-row>button img:first-child{width:26px;height:26px}.city-place-row>button img:last-child{width:18px;height:18px}.city-place-row>button span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.city-place-row small{color:var(--otr-text-secondary);flex:none;font-size:12px}.city-controls{justify-content:space-between;align-items:center;gap:12px;min-height:66px;display:flex}.city-controls .otr-tabs--chips .adm-tabs-header{padding:0}.city-controls>span{color:var(--otr-text-secondary);align-items:center;gap:5px;font-size:13px;display:flex}.city-controls>span img{width:20px;height:20px}.city-distance-note{color:var(--otr-text-secondary);margin:-4px 0 14px;font-size:12px}.region-picker-layer{z-index:30;width:var(--otr-app-width);padding-top:env(safe-area-inset-top);background:var(--otr-page);margin:0 auto;position:fixed;inset:0;overflow:hidden}.region-picker-layer>header{justify-content:space-between;align-items:center;min-height:52px;padding:0 16px;display:flex}.region-picker-layer>header button,.region-picker-layer>header span{place-items:center;width:44px;height:44px;display:grid}.region-picker-layer>header img{width:23px;height:23px}.region-picker-layer>header h2{margin:0;font-size:20px;font-weight:600}.region-picker-layer .region-picker{height:calc(100dvh - 52px - env(safe-area-inset-top));padding:10px 16px calc(78px + env(safe-area-inset-bottom));background:var(--otr-page);border-radius:0;flex-direction:column;margin:0;display:flex}.region-picker .visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}.region-picker__summary{background:var(--otr-surface);border-radius:12px;padding:15px}.region-picker__summary small,.region-picker__summary strong,.region-picker__summary p{display:block}.region-picker__summary small{color:var(--otr-text-secondary);font-size:12px;line-height:19px}.region-picker__summary strong{min-height:31px;color:var(--otr-ink);font-size:15px;line-height:25px}.region-picker__summary p{color:var(--otr-text-secondary);margin:0;font-size:12px;line-height:19px}.region-picker .form-error{border-radius:8px;align-items:center;min-height:38px;margin:10px 0 0;padding:8px 11px;display:flex}.region-picker__selector{border:1px solid var(--otr-line);background:var(--otr-surface);border-radius:12px;flex:1;min-height:0;margin-top:15px;overflow:hidden}.region-picker__selector>header{border-bottom:1px solid var(--otr-line);grid-template-columns:repeat(3,minmax(0,1fr));min-height:39px;display:grid}.region-picker__selector>header span{border-right:1px solid var(--otr-line);min-width:0;color:var(--otr-ink);place-items:center;font-size:13px;font-weight:600;display:grid}.region-picker__selector>header span:last-child{border-right:0}.region-picker__columns{grid-template-columns:repeat(3,minmax(0,1fr));height:calc(100% - 39px);display:grid}.region-picker__column{border-right:1px solid var(--otr-line);overscroll-behavior:contain;scrollbar-width:none;min-width:0;overflow-y:auto}.region-picker__column::-webkit-scrollbar{display:none}.region-picker__column:last-child{border-right:0}.region-picker__column button{border-bottom:1px solid var(--otr-line);width:100%;min-height:46px;color:var(--otr-ink);text-align:center;justify-content:center;align-items:center;gap:4px;padding:8px 6px;font-size:13px;line-height:19px;display:flex}.region-picker__column button span{overflow-wrap:anywhere;min-width:0}.region-picker__column button img{flex:0 0 14px;width:14px;height:14px}.region-picker__column button.is-selected{color:#ffac80;background:#492d23;font-weight:600}.region-picker__state{color:var(--otr-text-secondary);text-align:center;padding:18px 5px;font-size:11px;line-height:17px;display:block}.region-picker__footer{z-index:1;width:var(--otr-app-width);padding:12px 16px calc(12px + env(safe-area-inset-bottom));border-top:1px solid var(--otr-line);background:var(--otr-page);margin:0 auto;position:fixed;bottom:0;left:0;right:0}.region-picker__footer .region-picker__confirm{border-radius:22px;width:100%;min-height:44px;margin:0;font-size:14px}.region-picker__footer .region-picker__confirm:disabled{background:var(--otr-surface-soft);color:var(--otr-text-secondary)}.team-find-tools{align-items:center;gap:16px;margin-bottom:16px;display:flex}.team-find-tools .search-entry{flex:1;min-width:0;padding:0 10px}.team-find-tools .search-entry span{font-size:12px}.team-find-tools>button{flex:none;justify-content:center;align-items:center;gap:5px;min-width:64px;min-height:44px;padding:0 2px;font-size:14px;display:flex}.team-find-tools>button img{width:22px;height:22px}.team-filter-sheet{background:var(--otr-page);height:min(84dvh,720px);color:var(--otr-ink);flex-direction:column;display:flex;overflow:hidden}.team-filter-sheet>header,.team-filter-sheet>footer{justify-content:space-between;align-items:center;gap:12px;padding:16px;display:flex}.team-filter-sheet>header{z-index:2;border-bottom:1px solid var(--otr-line);background:var(--otr-page);position:sticky;top:0}.team-filter-sheet>header small{color:var(--otr-text-secondary)}.team-filter-sheet>header h2{margin:3px 0 0;font-size:18px}.team-filter-sheet>header button{width:44px;height:44px}.team-filter-sheet>header img{width:20px;height:20px}.team-filter-sheet__body{flex:1;gap:20px;min-height:0;padding:4px 16px 20px;display:grid;overflow:auto}.team-filter-sheet fieldset{border:0;min-width:0;margin:0;padding:0}.team-filter-sheet legend{margin-bottom:10px;font-weight:650}.team-filter-sheet__selects,.team-filter-sheet__dates{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.team-filter-sheet select,.team-filter-sheet input{border:1px solid var(--otr-line);background:var(--otr-surface);width:100%;min-height:44px;color:var(--otr-ink);font:inherit;border-radius:10px;padding:0 10px}.team-filter-sheet__dates label{gap:6px;display:grid}.team-filter-sheet__dates span{color:var(--otr-text-secondary);font-size:12px}.team-filter-sheet__chips{flex-wrap:wrap;gap:8px;display:flex}.team-filter-sheet__chips button{border:1px solid var(--otr-line);background:var(--otr-surface);min-height:38px;color:var(--otr-text-secondary);border-radius:19px;padding:0 14px}.team-filter-sheet__chips button.is-selected{border-color:var(--otr-primary);color:#ffac80;background:#492d23}.team-filter-sheet>footer{padding-bottom:calc(16px + env(safe-area-inset-bottom));border-top:1px solid var(--otr-line);background:var(--otr-page);position:sticky;bottom:0}.team-filter-sheet>footer>button{flex:1;min-height:44px}.team-filter-sheet>footer .primary-action{margin:0}.team-list{gap:20px;margin-top:0}.team-card{background:var(--otr-surface);border-radius:12px;overflow:hidden}.team-card a{text-decoration:none;display:block}.my-team-card__secondary-action{border:1px solid var(--otr-line);width:calc(100% - 32px);min-height:40px;color:var(--otr-text-secondary);background:0 0;border-radius:20px;margin:0 16px 14px}.team-card__cover{width:100%;height:140px;min-height:0;position:relative;overflow:hidden}.team-card__cover>img{object-fit:cover;width:100%;height:100%}.team-card__cover>span{color:#c5ecd1;background:#263d30f5;border-radius:6px;padding:3px 9px;font-size:12px;position:absolute;top:12px;left:12px}.team-card__body{padding:14px}.team-card__body h2{margin:0;font-size:17px;font-weight:600;line-height:1.5}.team-card__captain{gap:8px;min-height:45px;margin:0}.team-card__captain img,.team-card__captain>i{background:var(--otr-primary-soft);width:26px;height:26px;color:var(--otr-primary);object-fit:cover;border-radius:50%;flex:0 0 26px;place-items:center;font-size:11px;font-style:normal;display:grid}.team-card__captain strong{font-size:13px;font-weight:500}.team-card__captain small{color:#c5cbd0;font-size:11px}.team-card--find .team-card__body>p.team-card__fact{color:var(--otr-text-secondary);align-items:center;gap:6px;margin:4px 0;font-size:13px;line-height:1.6;display:flex}.team-card__fact img{width:17px;height:17px}.team-card__summary{border-top:1px solid var(--otr-line);grid-template-columns:1fr 1fr 1.3fr;gap:10px;margin-top:14px;padding-top:12px;display:grid}.team-card__summary>span,.team-card__summary strong,.team-card__summary small{min-width:0;display:block}.team-card__summary strong{text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:550;overflow:hidden}.team-card__summary>span:nth-child(2) strong{color:var(--otr-primary)}.team-card__summary small{color:var(--otr-text-secondary);margin-top:3px;font-size:11px}.my-teams-section{padding-top:22px}.my-teams-section>h2{color:var(--otr-ink);margin:0 0 12px;font-size:14px;font-weight:550;line-height:20px}.my-team-list{gap:12px;display:grid}.team-card--mine a{width:100%;min-height:148px;color:inherit;text-align:left;text-decoration:none;display:flex}.my-team-card__cover{flex:0 0 110px;width:110px;min-height:148px;position:relative;overflow:hidden}.my-team-card__cover img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.my-team-card__cover>span{color:#c5ecd1;background:#263d30f0;border-radius:6px;padding:2px 6px;font-size:11px;line-height:17px;position:absolute;top:8px;left:8px}.my-team-card__cover>span[data-tone=warning]{color:#ffd9a3;background:#51371ff0}.my-team-card__cover>span[data-tone=closed]{color:#c5cbd0;background:#33383df0}.my-team-card__cover>span[data-tone=danger]{color:#ffc1bc;background:#552927f0}.my-team-card__body{flex-direction:column;flex:1;min-width:0;padding:12px;display:flex}.my-team-card__body h2{-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:42px;margin:0;font-size:14px;font-weight:550;line-height:21px;display:-webkit-box;overflow:hidden}.my-team-card__body>p{min-width:0;color:var(--otr-text-secondary);align-items:center;gap:4px;margin:6px 0 0;font-size:11px;line-height:16px;display:flex}.my-team-card__body>p img{flex:0 0 13px;width:13px;height:13px}.my-team-card__body>p span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.my-team-card__footer{min-width:0;min-height:21px;color:var(--otr-text-secondary);align-items:center;gap:6px;margin-top:10px;font-size:11px;line-height:16px;display:flex}.my-team-card__members{flex:none;align-items:center;display:flex}.my-team-card__members img{border:1px solid var(--otr-surface);object-fit:cover;border-radius:50%;width:21px;height:21px;margin-left:-6px}.my-team-card__members img:first-child{margin-left:0}.my-team-card__footer>span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.team-viewer-action .primary-action,.team-viewer-action .secondary-action{border-radius:12px;justify-content:center;align-items:center;width:100%;min-height:44px;margin-top:14px;font-size:14px;font-weight:600;text-decoration:none;display:flex}.team-viewer-action .primary-action{background:var(--otr-primary-button);color:var(--otr-on-primary)}.team-viewer-action .secondary-action{border:1px solid var(--otr-line);color:var(--otr-text-secondary)}.team-application-page{background:var(--otr-page);min-height:100vh}.team-application-form{padding:14px 16px calc(28px + env(safe-area-inset-bottom));gap:0;display:grid}.team-application-intro,.team-application-safety{background:var(--otr-surface);border-radius:12px;margin-bottom:12px;padding:14px}.team-application-intro strong,.team-application-safety strong,.team-application-form>label>span{font-size:14px;font-weight:600;line-height:22px;display:block}.team-application-intro p,.team-application-safety p{color:var(--otr-text-secondary);margin:5px 0 0;font-size:12px;line-height:19px}.team-application-form>label{border-bottom:1px solid var(--otr-line);padding:14px 0;display:block}.team-application-form select,.team-application-form textarea{border:1px solid var(--otr-line);background:var(--otr-surface);width:100%;color:var(--otr-ink);font:inherit;border-radius:10px;margin-top:8px}.team-application-form select{height:44px;padding:0 12px}.team-application-form textarea{resize:vertical;min-height:112px;padding:11px 12px;line-height:21px}.team-application-safety{margin-top:14px}.team-application-safety>label{color:var(--otr-ink);align-items:center;gap:8px;margin-top:11px;font-size:12px;font-weight:600;display:flex}.team-application-safety input{width:18px;height:18px;accent-color:var(--otr-primary)}.team-application-form>.adm-button{border-radius:22px;min-height:44px;margin-top:4px;font-size:14px}.mine-content{padding:6px 16px 0;position:relative}.mine-guest{background:var(--otr-surface);border-radius:14px;align-items:center;min-height:180px;padding:18px 16px;display:flex;position:relative;overflow:hidden}.mine-guest:not(.mine-member-card)>div{z-index:1;flex:none;width:70%;min-width:0}.mine-guest h1{margin:0;font-size:24px;font-weight:650;line-height:34px}.mine-guest p{color:var(--otr-text-secondary);margin:8px 0 12px;font-size:12px;line-height:18px}.mine-login-button{background:var(--otr-primary-button);white-space:nowrap;border-radius:22px;width:164px;height:44px;min-height:44px;padding:0;font-size:12px;line-height:1.2}.mine-login-button .adm-button-content{white-space:nowrap;align-items:center;gap:8px;display:flex}.mine-login-button img{width:20px;height:20px}.mine-guest__helmet{object-fit:contain;width:135px;height:150px;position:absolute;top:14px;right:0}.mine-guest-links h2{margin:24px 0 12px;font-size:16px;font-weight:550}.mine-guest-links a{background:var(--otr-surface);border-radius:12px;align-items:center;gap:12px;min-height:58px;padding:0 12px;text-decoration:none;display:flex}.mine-guest-links a+a{border-top:1px solid var(--otr-line);border-radius:0;margin-top:1px}.mine-guest-links a>img:first-child{width:21px;height:21px}.mine-guest-links a>span{flex:1;font-size:14px}.mine-guest-links a>img:last-child{width:13px;height:13px}.page-header{height:calc(52px + env(safe-area-inset-top));margin:0 calc(-1 * var(--page-gutter));padding:env(safe-area-inset-top) 16px 0;background:var(--otr-surface);border:0}.login-page>.page-header,.roadbook-editor-page>.page-header,.roadbook-detail-page>.page-header,.mine-library-page>.page-header,.review-records-page>.page-header{margin-left:0;margin-right:0}.page-header h1{font-size:20px}.page-header .icon-text-button{place-items:center;width:40px;height:44px;padding:0;display:grid}.page-header .icon-text-button img{width:20px;height:20px}.login-page{min-height:100dvh;margin:0 calc(-1 * var(--page-gutter)) -40px;background:var(--otr-surface)}.login-content{min-height:calc(100dvh - 52px - env(safe-area-inset-top));padding:0 24px calc(24px + env(safe-area-inset-bottom));flex-direction:column;display:flex}.login-welcome{text-align:center;flex-direction:column;flex:none;justify-content:center;align-items:center;min-height:310px;padding:28px 0 30px;display:flex}.login-welcome>img{border-radius:24px;flex-shrink:0;width:144px;height:144px}.login-welcome h1{letter-spacing:0;margin:18px 0 0;font-size:24px;line-height:34px}.login-welcome p{color:var(--otr-text-secondary);margin:8px 0 0;font-size:14px;line-height:24px}.login-actions{flex-shrink:0;width:100%}.login-purpose{color:var(--otr-text-secondary);text-align:center;margin:0 0 16px;font-size:12px;line-height:20px}.sms-login-form{gap:10px;display:grid}.sms-login-form label{display:block}.sms-login-form label>span{color:var(--otr-text-secondary);margin:0 0 6px 2px;font-size:12px;line-height:18px;display:block}.sms-login-form label>.adm-input,.sms-login-form label>div{border:1px solid var(--otr-line);background:var(--otr-surface-soft);border-radius:10px;min-height:44px;padding:0 14px}.sms-login-form label>div{align-items:center;display:flex}.sms-login-form .adm-input{--font-size:15px;--color:var(--otr-ink);--placeholder-color:var(--otr-text-tertiary)}.sms-login-form label>div .adm-button{color:var(--otr-primary);flex:none;font-size:14px}.login-primary-button{background:var(--otr-primary-button);border-radius:10px;height:44px;margin-top:2px;font-size:15px;font-weight:600}.login-primary-button .adm-button-content{justify-content:center;align-items:center;gap:8px;display:flex}.login-primary-button img{width:20px;height:20px}.login-agreement{justify-content:center;align-items:flex-start;gap:8px;min-height:48px;margin-top:8px;display:flex}.login-agreement .adm-checkbox{--icon-size:16px;--font-size:13px;margin-top:10px}.login-agreement p{max-width:286px;color:var(--otr-text-secondary);margin:8px 0 0;font-size:13px;line-height:20px}.login-agreement a{color:var(--otr-primary);text-decoration:none}.login-message{min-height:18px;color:var(--otr-danger);text-align:center;margin:4px 0 0;font-size:13px}.login-browse{width:100%;height:44px;color:var(--otr-text-secondary);justify-content:center;align-items:center;gap:4px;margin-top:8px;font-size:14px;text-decoration:none;display:flex}.login-browse img{width:16px;height:16px}.mine-member-card{background:var(--otr-surface);border-radius:14px;overflow:hidden}.mine-member-card__profile{color:inherit;padding:14px 14px 0;text-decoration:none;display:block}.mine-member-card__main{align-items:center;gap:10px;display:flex}.mine-member-card__avatar{object-fit:cover;border-radius:50%;flex:0 0 48px;width:48px;height:48px}.mine-member-card__copy{flex-direction:column;flex:1;align-items:flex-start;min-width:0;display:flex}.mine-member-card__copy>strong{text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:20px;font-weight:650;line-height:28px;overflow:hidden}.mine-member-card__title{background:var(--otr-primary-soft);min-height:20px;color:var(--otr-primary);border-radius:6px;align-items:center;gap:4px;margin-top:3px;padding:1px 6px;font-size:11px;line-height:17px;display:inline-flex}.mine-member-card__arrow{flex:none;width:16px;height:16px}.mine-member-card__bio{min-height:38px;color:var(--otr-text-secondary);justify-content:space-between;align-items:center;gap:6px;margin:6px 0 2px;font-size:12px;line-height:20px;display:flex}.mine-member-card__bio>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mine-member-card__bio img{flex:none;width:12px;height:12px}.mine-member-card__stats{gap:30px;padding:0 14px 8px;display:flex}.mine-member-card__stats a{min-height:34px;color:inherit;align-items:center;gap:7px;text-decoration:none;display:flex}.mine-member-card__stats strong{font-size:18px;font-weight:600}.mine-member-card__stats span{color:var(--otr-text-secondary);font-size:12px}.mine-member-card__public{border-top:1px solid var(--otr-line);min-height:44px;color:inherit;align-items:center;gap:9px;margin:0 14px;font-size:14px;text-decoration:none;display:flex}.mine-member-card__public span{flex:1}.mine-member-card__public img:first-child{width:22px;height:22px}.mine-member-card__public img:last-child{width:14px;height:14px}.mine-section-heading{justify-content:space-between;align-items:center;margin:18px 0 8px;display:flex}.mine-section-heading h2{margin:0;font-size:17px;font-weight:600}.mine-section-heading>span,.mine-section-heading>a{min-height:26px;color:var(--otr-text-secondary);align-items:center;gap:4px;font-size:11px;text-decoration:none;display:flex}.mine-section-heading>a img{width:12px;height:12px}.mine-growth__grid{background:var(--otr-surface);border-radius:12px;grid-template-columns:repeat(3,minmax(0,1fr));padding:12px 0;display:grid}.mine-growth__grid a{min-width:0;color:inherit;flex-direction:column;align-items:center;gap:3px;text-decoration:none;display:flex;position:relative}.mine-growth__grid a+a:before{background:var(--otr-line);content:"";width:1px;height:40px;position:absolute;top:19px;left:0}.mine-growth__grid img{width:34px;height:34px;margin-bottom:2px}.mine-growth__grid strong{font-size:13px;font-weight:550}.mine-growth__grid span{color:var(--otr-text-secondary);font-size:11px}.mine-assets__grid{background:var(--otr-surface);border-radius:12px;grid-template-columns:repeat(4,minmax(0,1fr));padding:12px 0;display:grid}.mine-assets__grid a{min-width:0;color:inherit;flex-direction:column;align-items:center;gap:6px;font-size:12px;text-decoration:none;display:flex}.mine-assets__grid img{width:28px;height:28px}.mine-menu{background:var(--otr-surface);border-radius:12px;margin-top:16px;padding:0 14px}.mine-menu>a{min-height:62px;color:inherit;align-items:center;gap:12px;text-decoration:none;display:flex}.mine-menu>a+a{border-top:1px solid var(--otr-line)}.mine-menu>a>img:first-child{flex:none;width:30px;height:30px}.mine-menu>a>.mine-menu__ride-icon{width:36px;height:36px;margin:0 -3px}.mine-menu>a>span{flex:1;min-width:0}.mine-menu strong,.mine-menu small{display:block}.mine-menu strong{font-size:14px;font-weight:550}.mine-menu small{color:var(--otr-text-secondary);margin-top:2px;font-size:11px}.mine-menu>a>img:last-child{width:14px;height:14px}@media (height<=760px){.login-welcome{min-height:270px;padding:18px 0 22px}.login-welcome>img{width:120px;height:120px}.login-welcome h1{margin-top:14px}}.roadbook-editor-page,.roadbook-detail-page{min-height:100dvh;margin:0 calc(-1 * var(--page-gutter)) -40px;background:var(--otr-page)}.roadbook-editor-page{padding-bottom:calc(104px + env(safe-area-inset-bottom))}.roadbook-editor-page .page-header,.roadbook-detail-page .page-header{z-index:8;position:sticky;top:0}.roadbook-card-heading span{color:var(--otr-primary);letter-spacing:.08em;font-size:12px;font-weight:700}.roadbook-editor-card{margin:0 16px;padding:12px 0 20px}.roadbook-editor-card+.roadbook-editor-card{border-top:8px solid var(--otr-navigation);margin:0;padding:12px 16px 20px}.roadbook-editor-basics{padding-top:0}.roadbook-editor-page .visually-hidden{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.roadbook-field{gap:8px;display:grid}.roadbook-field>span,.roadbook-cover-field strong{color:var(--otr-text-secondary);justify-content:space-between;font-size:13px;font-weight:500;display:flex}.roadbook-editor-card input,.roadbook-editor-card textarea,.roadbook-editor-card select{border:0;border-bottom:1px solid var(--otr-line);width:100%;min-height:44px;color:var(--otr-ink);background:0 0;border-radius:0;outline:0;padding:10px 12px;font-size:14px}.roadbook-editor-card input:focus,.roadbook-editor-card textarea:focus,.roadbook-editor-card select:focus{border-color:var(--otr-primary)}.roadbook-editor-card textarea{resize:vertical;min-height:124px;line-height:1.65}.roadbook-date-fields{margin-top:8px;padding:8px 0 16px}.roadbook-date-heading{align-items:baseline;display:flex}.roadbook-date-heading strong{font-size:17px;line-height:24px}.roadbook-date-heading small{color:var(--otr-text-tertiary);font-size:12px}.roadbook-date-row{min-height:44px;color:var(--otr-text-secondary);grid-template-columns:18px minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:6px;margin-top:6px;font-size:12px;display:grid}.roadbook-date-row>img{width:16px;height:16px}.roadbook-date-row .roadbook-field{min-width:0}.roadbook-date-row input{border:0;min-width:0;min-height:44px;padding:0;font-size:12px}.roadbook-cover-field{gap:10px;padding-top:12px;display:grid}.roadbook-cover-field small{color:var(--otr-text-tertiary);margin-top:4px;font-size:12px;display:block}.roadbook-image-picker,.roadbook-add-row{border:1px dashed var(--otr-line-strong);width:100%;min-height:48px;color:var(--otr-primary);border-radius:10px;font-size:14px}.roadbook-image-picker{flex-direction:column;justify-content:center;align-items:center;gap:8px;height:80px;display:flex}.roadbook-image-picker img{width:28px;height:28px}.roadbook-title-field{padding:20px 0 12px}.roadbook-title-field input{border:0;height:48px;padding:0;font-size:22px;font-weight:600}.roadbook-cover-preview{border-radius:10px;position:relative;overflow:hidden}.roadbook-cover-preview img{object-fit:cover;width:100%;height:80px}.roadbook-cover-preview button{color:#fff;background:#121416d1;border-radius:17px;min-height:34px;padding:0 11px;font-size:12px;position:absolute;top:8px;right:8px}.roadbook-card-heading{justify-content:space-between;align-items:center;min-height:44px;margin-bottom:8px;display:flex}.roadbook-card-heading h2{margin:0;font-size:17px}.roadbook-card-heading>small{color:var(--otr-text-tertiary);font-size:12px}.roadbook-story-hint,.roadbook-editor-hint{color:var(--otr-text-secondary);margin:0;font-size:12px;line-height:18px}.roadbook-story-hint{margin-bottom:16px}.roadbook-editor-hint{color:var(--otr-text-tertiary);margin-top:10px}.roadbook-route-editor{gap:2px;display:grid}.roadbook-route-node{grid-template-columns:34px minmax(0,1fr);gap:10px;display:grid;position:relative}.roadbook-route-node:not(:last-child):before{background:var(--otr-line-strong);content:"";width:1px;position:absolute;top:29px;bottom:-7px;left:14px}.roadbook-route-node>i{z-index:1;border:1px solid var(--otr-primary);background:var(--otr-primary-soft);width:29px;height:29px;color:var(--otr-primary);border-radius:50%;place-items:center;font-size:12px;font-style:normal;font-weight:700;display:grid}.roadbook-route-node>div{min-width:0;padding-bottom:16px}.roadbook-route-node.is-dragging{opacity:.62}.roadbook-location-button{text-align:left;width:100%;min-height:48px;padding:0 0 8px;display:block}.roadbook-location-button strong,.roadbook-location-button small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.roadbook-location-button strong{font-size:15px}.roadbook-location-button small{color:var(--otr-text-tertiary);margin-top:5px;font-size:12px}.roadbook-route-node input{min-height:38px;padding-block:7px}.roadbook-order-actions,.roadbook-block header>div{justify-content:flex-end;gap:2px;margin-top:6px;display:flex}.roadbook-order-actions button,.roadbook-block header button,.roadbook-block-media button{min-height:36px;color:var(--otr-text-secondary);padding:0 9px;font-size:12px}.roadbook-order-actions button:last-child,.roadbook-block header button:last-child,.roadbook-block-media button{color:var(--otr-danger)}.roadbook-order-actions .roadbook-drag-handle{color:var(--otr-text-secondary);touch-action:none;-webkit-user-select:none;user-select:none;align-items:center;gap:3px;display:flex}.roadbook-drag-handle span{background:currentColor;border-radius:50%;width:3px;height:3px}.roadbook-blocks{gap:0;display:grid}.roadbook-block{background:0 0;border:0;gap:10px;padding:0 0 20px;display:grid}.roadbook-block+.roadbook-block{border-top:1px solid var(--otr-line);padding-top:16px}.roadbook-block>header{justify-content:space-between;align-items:center;min-height:30px;display:flex}.roadbook-block>header>div{margin:-8px -8px -8px 0}.roadbook-block>header strong{font-size:14px}.roadbook-node-link{color:var(--otr-text-secondary);grid-template-columns:auto minmax(0,1fr);align-items:center;gap:10px;font-size:12px;display:grid}.roadbook-block-media{gap:10px;display:grid}.roadbook-block-media--grid{grid-template-columns:repeat(2,minmax(0,1fr))}.roadbook-block-media--grid>div:last-child:nth-child(odd),.roadbook-story-media--grid>figure:last-child:nth-child(odd){grid-column:1/-1}.roadbook-block-media--grid>div:last-child:nth-child(odd) img,.roadbook-story-media--grid>figure:last-child:nth-child(odd) img{aspect-ratio:auto;object-fit:contain;height:auto}.roadbook-block-media>div{min-width:0;position:relative}.roadbook-block-media img{aspect-ratio:4/3;object-fit:cover;border-radius:8px;width:100%}.roadbook-block-media input{min-height:38px;margin-top:6px;padding-block:7px}.roadbook-block-media button{width:100%}.roadbook-block-toolbar{justify-content:space-between;align-items:center;gap:10px;min-height:44px;display:flex}.roadbook-block-toolbar>button{min-height:44px;color:var(--otr-primary);font-size:13px}.roadbook-block-toolbar label{color:var(--otr-text-secondary);align-items:center;gap:8px;font-size:12px;display:flex}.roadbook-block-toolbar select{min-height:38px;padding-block:6px}.roadbook-add-row{justify-content:center;align-items:center;gap:6px;margin-top:14px;display:flex}.roadbook-add-row img{width:16px;height:16px}.roadbook-undo{background:var(--otr-surface-soft);min-height:44px;color:var(--otr-text-secondary);border-radius:8px;justify-content:space-between;align-items:center;margin-top:12px;padding:0 12px;font-size:12px;display:flex}.roadbook-undo button{min-height:44px;color:var(--otr-primary);font-weight:600}.roadbook-editor-footer{z-index:10;right:var(--otr-app-edge);bottom:0;left:var(--otr-app-edge);padding:12px 16px calc(12px + env(safe-area-inset-bottom));border-top:1px solid var(--otr-line);background:var(--otr-navigation);position:fixed}.roadbook-editor-footer .adm-button{background:var(--otr-primary-button);border-radius:10px;height:44px;font-weight:650}.roadbook-detail-cover{aspect-ratio:16/10;object-fit:cover;width:100%}.roadbook-detail-heading,.roadbook-detail-route,.roadbook-story{margin:0 16px}.roadbook-detail-heading{padding:24px 0 18px}.roadbook-detail-heading h1{margin:0 0 16px;font-size:28px;line-height:1.35}.roadbook-detail-date{color:var(--otr-text-secondary);margin:12px 0 0;font-size:13px}.roadbook-detail-route{background:var(--otr-surface);border-radius:12px;padding:16px}.roadbook-detail-route>button,.roadbook-detail-route>div{width:100%;min-height:60px;color:inherit;text-align:left;background:0 0;border:0;grid-template-columns:30px minmax(0,1fr) 44px;align-items:start;gap:10px;padding:0;text-decoration:none;display:grid;position:relative}.roadbook-detail-route>button>img,.roadbook-detail-route>div>img{width:24px;height:24px;margin-left:auto}.roadbook-detail-route>div>img.is-disabled{opacity:.34}.roadbook-detail-route i{background:var(--otr-primary-soft);width:26px;height:26px;color:var(--otr-primary);border-radius:50%;place-items:center;font-size:11px;font-style:normal;font-weight:700;display:grid}.roadbook-detail-route strong,.roadbook-detail-route small{display:block}.roadbook-detail-route strong{font-size:14px}.roadbook-detail-route small{color:var(--otr-text-tertiary);margin-top:5px;font-size:12px}.roadbook-story{padding:16px 0 30px}.roadbook-story-section{padding:0}.roadbook-story-section+.roadbook-story-section{margin-top:16px}.roadbook-story-section>small{color:var(--otr-primary);margin-bottom:4px;font-size:12px;display:block}.roadbook-story-section h2{margin:0;font-size:18px;font-weight:600;line-height:28px}.roadbook-story-section>p{color:#e2e4e3;white-space:pre-wrap;margin:4px 0 0;font-size:16px;line-height:28px}.roadbook-story-media{gap:10px;margin-top:16px;display:grid}.roadbook-story-media--grid{grid-template-columns:repeat(2,minmax(0,1fr))}.roadbook-story-media img{border-radius:10px;width:100%}.roadbook-story-media--grid img{aspect-ratio:1;object-fit:cover}.roadbook-story-media figure{margin:0}.roadbook-story-media figcaption{color:var(--otr-text-tertiary);margin-top:7px;font-size:12px;line-height:1.5}.mine-library-page{min-height:100dvh;margin:0 calc(-1 * var(--page-gutter)) -40px;padding-bottom:calc(28px + env(safe-area-inset-bottom));background:var(--otr-page)}.mine-library-page>.segmented-tabs,.mine-library-page>.content-grid,.mine-library-page>.async-state,.mine-library-page>.inline-error,.mine-library-page>.adm-infinite-scroll{margin-left:16px;margin-right:16px}.mine-library-page>.segmented-tabs{margin-top:14px}.owned-content-list{gap:10px;margin:18px 16px 0;display:grid}.owned-content-card{background:var(--otr-surface);border-radius:12px;grid-template-columns:104px minmax(0,1fr);gap:12px;min-width:0;padding:10px;text-decoration:none;display:grid}.owned-content-card>img,.owned-content-card__empty{background:var(--otr-primary-soft);width:104px;height:104px;color:var(--otr-primary);object-fit:cover;border-radius:9px;place-items:center;font-size:14px;font-weight:700;display:grid}.owned-content-card>div{min-width:0}.owned-content-card small,.owned-content-card strong,.owned-content-card p,.owned-content-card time{display:block}.owned-content-card small{color:var(--otr-primary);font-size:11px}.owned-content-card strong{text-overflow:ellipsis;white-space:nowrap;margin-top:6px;font-size:15px;overflow:hidden}.owned-content-card p{color:var(--otr-text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:6px 0 0;font-size:12px;line-height:1.45;display:-webkit-box;overflow:hidden}.owned-content-card time{color:var(--otr-text-tertiary);margin-top:6px;font-size:10px}.content-interactions{border-top:1px solid var(--otr-line);margin:12px 16px 0;padding:18px 0 30px}.content-interaction-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.content-interaction-actions button,.content-interaction-actions a{border:1px solid var(--otr-line);background:var(--otr-surface);min-height:44px;color:var(--otr-text-secondary);border-radius:22px;justify-content:center;align-items:center;padding:0 12px;font-size:13px;text-decoration:none;display:flex}.content-interaction-actions a{color:var(--otr-primary);grid-column:1/-1}.content-interaction-actions .is-active{border-color:var(--otr-primary);background:var(--otr-primary-soft);color:var(--otr-primary)}.comment-section-header,.comment-section-header>div{align-items:center;display:flex}.comment-section-header{justify-content:space-between;gap:16px;min-height:42px;margin-top:26px}.comment-section-header>div{gap:7px}.comment-section-header h2{margin:0;font-size:20px}.comment-section-header small{color:var(--otr-text-tertiary);font-size:12px}.comment-sort{flex:none}.comment-sort button{min-width:48px;min-height:40px;color:var(--otr-text-tertiary);padding:0 8px;font-size:13px;line-height:20px}.comment-sort button.is-active{color:var(--otr-ink);font-weight:650}.comment-form{background:var(--otr-surface);border-radius:12px;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:8px;margin-top:14px;padding:12px;display:grid}.comment-reply-target{min-height:28px;color:var(--otr-text-secondary);grid-column:1/-1;justify-content:space-between;align-items:center;gap:12px;padding:0 2px;font-size:12px;display:flex}.comment-reply-target button{min-width:44px;min-height:28px;color:var(--otr-primary)}.comment-form textarea{border:1px solid var(--otr-line);background:var(--otr-surface-soft);width:100%;min-height:70px;color:var(--otr-ink);resize:none;border-radius:9px;outline:0;padding:10px;font-size:16px;line-height:1.5}.comment-form textarea:focus{border-color:var(--otr-primary)}.comment-form .adm-button{background:var(--otr-primary-button);border-radius:21px;min-width:64px;min-height:42px}.comment-list{margin-top:8px;display:grid}.comment-list>article{border-bottom:1px solid var(--otr-line);padding:16px 0}.comment-row{min-width:0}.comment-author{grid-template-columns:32px minmax(0,1fr) auto;align-items:center;gap:9px;display:grid}.comment-author img{background:var(--otr-surface-soft);object-fit:cover;border-radius:50%;width:32px;height:32px}.comment-author>div{align-items:baseline;gap:6px;min-width:0;display:flex}.comment-author strong,.comment-author a{color:var(--otr-ink);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:600;text-decoration:none;overflow:hidden}.comment-author small{color:var(--otr-text-tertiary);flex:none;font-size:11px}.comment-author time{white-space:nowrap;color:var(--otr-text-tertiary);font-size:10px}.comment-row>p{overflow-wrap:anywhere;white-space:pre-wrap;margin:9px 0 0 41px;font-size:14px;line-height:1.65}.comment-row__actions{align-items:center;gap:4px;min-height:32px;margin:4px 0 0 41px;display:flex}.comment-row__actions button{min-width:44px;min-height:32px;color:var(--otr-text-tertiary);justify-content:center;align-items:center;gap:4px;padding:0 7px;font-size:11px;display:inline-flex}.comment-row__actions button.is-active{color:var(--otr-primary)}.comment-row__actions button:disabled{opacity:.55}.comment-row__actions img{width:14px;height:14px}.comment-replies{background:var(--otr-surface-soft);border-radius:10px;margin:8px 0 0 41px;padding:2px 10px;display:grid}.comment-row--reply{padding:10px 0}.comment-row--reply+.comment-row--reply{border-top:1px solid var(--otr-line)}.comment-row--reply .comment-author{grid-template-columns:26px minmax(0,1fr) auto;gap:7px}.comment-row--reply .comment-author img{width:26px;height:26px}.comment-row--reply>p,.comment-row--reply .comment-row__actions{margin-left:33px}.comment-expand-replies,.comment-replies-state,.comment-load-more{min-height:40px;color:var(--otr-primary);justify-content:center;align-items:center;font-size:12px;display:flex}.comment-expand-replies,.comment-replies-state{margin:2px 0 0 41px}.comment-replies-state{color:var(--otr-text-tertiary)}.comment-load-more{width:100%;margin-top:6px}.comment-expand-replies:disabled,.comment-load-more:disabled{color:var(--otr-text-tertiary)}.comment-empty,.comment-retry{width:100%;color:var(--otr-text-tertiary);text-align:center;margin:16px 0 0;font-size:13px;display:block}.profile-follow-button{border:1px solid var(--otr-primary);background:var(--otr-primary-button);color:#fff;border-radius:21px;justify-content:center;align-items:center;min-width:104px;min-height:42px;margin-top:16px;padding:0 18px;font-size:14px;font-weight:600;text-decoration:none;display:inline-flex}.profile-follow-button.is-following{border-color:var(--otr-line-strong);color:var(--otr-text-secondary);background:0 0}.review-records-page{min-height:100dvh;margin:0 calc(-1 * var(--page-gutter)) -40px;padding-bottom:calc(30px + env(safe-area-inset-bottom));background:var(--otr-page)}.review-record-list{gap:12px;margin:16px;display:grid}.review-record-card{background:var(--otr-surface);border-radius:12px;overflow:hidden}.review-record-card>img{object-fit:cover;width:100%;max-height:180px}.review-record-card>div{padding:16px}.review-status{background:var(--otr-primary-soft);min-height:24px;color:var(--otr-primary);border-radius:12px;align-items:center;padding:0 9px;font-size:11px;font-weight:650;display:inline-flex}.review-status--approved{background:var(--otr-success-soft);color:var(--otr-success)}.review-status--rejected{background:var(--otr-danger-soft);color:var(--otr-danger)}.review-status--withdrawn{background:var(--otr-surface-soft);color:var(--otr-text-secondary)}.review-record-card h2{margin:10px 0 0;font-size:18px;line-height:1.45}.review-record-card time{color:var(--otr-text-tertiary);margin-top:6px;font-size:11px;display:block}.review-record-card p{background:var(--otr-danger-soft);color:var(--otr-danger);border-radius:8px;margin:12px 0 0;padding:10px 12px;font-size:12px;line-height:1.6}.review-record-actions{justify-content:flex-end;gap:8px;min-height:44px;margin-top:10px;display:flex}.review-record-actions a,.review-record-actions .adm-button{min-height:40px;color:var(--otr-primary);align-items:center;padding:0 13px;font-size:13px;text-decoration:none;display:inline-flex}.account-page{background:var(--otr-page);min-height:100dvh}.account-page--full{margin:0 calc(-1 * var(--page-gutter)) -40px}.account-page--full>.page-header{margin-inline:0}.account-page__content{padding:16px 16px calc(30px + env(safe-area-inset-bottom))}.growth-content>.otr-tabs,.notifications-content>.otr-tabs{margin-bottom:20px}.growth-level-card,.growth-next-card,.growth-section-card,.account-number-card,.account-entry-group,.account-capabilities-card,.session-intro,.session-card{background:var(--otr-surface);border-radius:12px}.growth-level-card{margin-bottom:20px;padding:20px 16px 16px;position:relative}.growth-level-card__title{flex-wrap:wrap;align-items:baseline;gap:8px;padding-right:106px;display:flex}.growth-level-card__title strong{font-size:24px;font-weight:650;line-height:34px}.growth-level-card__title span,.growth-level-card>p{color:var(--otr-text-secondary);font-size:12px}.growth-progress{background:var(--otr-surface-soft);border-radius:4px;width:calc(100% - 110px);height:4px;margin-top:18px;overflow:hidden}.growth-progress span{border-radius:inherit;background:var(--otr-primary);height:100%;display:block}.growth-level-card>p{min-height:18px;margin:8px 0 0;padding-right:106px;font-size:11px;line-height:18px}.growth-level-card__art{object-fit:contain;width:100px;height:100px;position:absolute;top:12px;right:12px}.growth-metrics{border-top:1px solid var(--otr-line);margin-top:20px;padding-top:16px;display:flex}.growth-metrics>div{flex:1;min-width:0}.growth-metrics>div+div{border-left:1px solid var(--otr-line);padding-left:16px}.growth-metrics span,.growth-section-card header span{color:var(--otr-text-secondary);font-size:11px}.growth-metrics strong{margin-top:4px;font-size:22px;font-weight:600;display:block}.growth-metrics>div:last-child strong{font-size:11px;font-weight:400;line-height:18px}.growth-next-card{color:var(--otr-text-secondary);flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:20px;padding:16px;font-size:12px;display:flex}.growth-next-card strong{color:var(--otr-ink);font-size:14px}.growth-next-card em{color:var(--otr-primary);margin-left:auto;font-size:11px;font-style:normal}.growth-section-card{margin-bottom:20px;padding:16px}.growth-section-card header{justify-content:space-between;align-items:center;gap:6px;display:flex}.growth-section-card h2{margin:0;font-size:17px;font-weight:600}.growth-method{border-bottom:1px solid var(--otr-line);align-items:center;gap:10px;min-height:54px;padding:8px 0;font-size:12px;line-height:20px;display:flex}.growth-method:last-child{border-bottom:0}.growth-method img{flex:none;width:24px;height:24px}.growth-path{margin-top:12px}.growth-path__item{min-height:52px;color:var(--otr-text-secondary);border-radius:10px;align-items:center;gap:12px;padding:4px 8px;display:flex}.growth-path__item.is-current{color:var(--otr-primary);background:#492d23}.growth-path__item img{object-fit:contain;opacity:.65;flex:0 0 30px;width:30px;height:30px}.growth-path__item.is-current img{opacity:1}.growth-path__item span{width:36px;font-size:12px;font-weight:600}.growth-path__item strong{flex:1;font-size:12px}.notification-summary{justify-content:space-between;align-items:center;gap:12px;min-height:44px;margin-bottom:12px;display:flex}.notification-summary>div{align-items:baseline;gap:8px;display:flex}.notification-summary span{color:var(--otr-text-secondary);font-size:12px}.notification-summary strong{font-size:24px;font-weight:650}.notification-summary button{min-height:44px;color:var(--otr-primary);align-items:center;gap:2px;padding:0;font-size:11px;display:inline-flex}.notification-summary button:disabled{color:var(--otr-text-tertiary)}.notification-summary button img{width:13px;height:13px}.notification-list{gap:12px;display:grid}.notification-card{background:var(--otr-surface);width:100%;color:var(--otr-ink);text-align:left;border-radius:12px;align-items:flex-start;gap:12px;padding:16px;display:flex}.notification-card-shell{position:relative}.notification-card-shell .notification-card{padding-right:56px}.notification-card__remove{color:var(--danger-color,#d75d52);font:inherit;background:0 0;border:0;padding:4px 0;font-size:12px;position:absolute;bottom:14px;right:14px}.team-manage-applications>header,.team-manage-actions>header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.team-manage-applications h2,.team-manage-actions h2{margin:0;font-size:16px}.team-manage-applications>article{border-top:1px solid var(--otr-line);gap:12px;padding:14px 0;display:flex}.team-manage-applications>article>img{object-fit:cover;border-radius:50%;flex:0 0 44px;width:44px;height:44px}.team-manage-applications>article>div{flex:1;min-width:0}.team-manage-applications small,.team-manage-applications p{color:var(--otr-text-secondary);margin:4px 0 0;line-height:1.55;display:block}.team-manage-applications article div>div{gap:8px;margin-top:12px;display:flex}.team-manage-applications article button,.team-manage-actions>button{border:1px solid var(--otr-line);border-radius:20px;min-height:40px;padding:0 16px}.team-manage-applications article .primary-action{margin:0}.team-manage-actions{gap:10px;display:grid}.team-manage-actions>button{width:100%}.team-manage-actions .is-danger{color:var(--danger-color,#d75d52)}.team-manage-member{align-items:center;display:flex}.team-manage-member>a{flex:1;min-width:0}.team-manage-member>button{min-width:48px;min-height:40px;color:var(--danger-color,#d75d52);font-size:12px}.team-action-reason{text-align:left;gap:12px;display:grid}.team-action-reason textarea{border:1px solid var(--otr-line);background:var(--otr-surface-soft);width:100%;color:var(--otr-ink);font:inherit;resize:vertical;border-radius:10px;padding:10px}.search-history>header{justify-content:space-between;align-items:center;display:flex}.search-history>header>button{min-height:36px;color:var(--otr-text-secondary);background:0 0;border:0}.search-history>div>span{border:1px solid var(--otr-line);background:var(--otr-surface);border-radius:999px;display:inline-flex;overflow:hidden}.search-history>div>span>button{border:0;border-radius:0}.search-history>div>span>button+button{min-width:34px;color:var(--otr-text-tertiary);padding:0 10px 0 4px}.support-attachments{flex-wrap:wrap;gap:10px;display:flex}.support-attachments>span{width:76px;height:76px;position:relative}.support-attachments img{object-fit:cover;border-radius:10px;width:100%;height:100%}.support-attachments>span>button{background:var(--otr-ink);width:28px;height:28px;color:var(--otr-page);border-radius:50%;position:absolute;top:-8px;right:-8px}.support-attachments__add{border:1px dashed var(--otr-line);background:var(--otr-surface);width:104px;height:76px;color:var(--otr-text-secondary);border-radius:10px}.blacklist-page__notice{background:var(--otr-surface);color:var(--otr-text-secondary);border-radius:12px;margin:0 0 16px;padding:14px;font-size:12px;line-height:1.65}.blacklist-list{background:var(--otr-line);border-radius:12px;gap:1px;display:grid;overflow:hidden}.blacklist-list article{background:var(--otr-surface);align-items:center;gap:10px;min-height:72px;padding:10px 12px;display:flex}.blacklist-list a{flex:1;align-items:center;gap:12px;min-width:0;text-decoration:none;display:flex}.blacklist-list img{object-fit:cover;border-radius:50%;width:44px;height:44px}.blacklist-list a span{gap:4px;min-width:0;display:grid}.blacklist-list small{color:var(--otr-text-secondary)}.blacklist-list article>button{border:1px solid var(--otr-line);border-radius:19px;min-width:64px;min-height:38px}.interactions-page .account-entry-group{margin-top:0}.profile-edit-content{gap:16px;display:grid}.profile-edit-content>section{background:var(--otr-surface);border-radius:12px;gap:14px;padding:16px;display:grid}.profile-edit-content h2{margin:0;font-size:17px}.profile-edit-content label{gap:7px;display:grid}.profile-edit-content label>span{font-size:13px;font-weight:600}.profile-edit-content input,.profile-edit-content textarea,.profile-edit-content select{border:1px solid var(--otr-line);background:var(--otr-page);width:100%;min-height:44px;color:var(--otr-ink);font:inherit;border-radius:10px;padding:10px 12px}.profile-edit-content textarea{resize:vertical}.profile-edit-content label>small{color:var(--otr-text-tertiary);text-align:right}.profile-edit-region{text-align:left;justify-content:space-between;align-items:center;gap:12px;min-height:58px;display:flex}.profile-edit-region>span{gap:5px;display:grid}.profile-edit-region small{color:var(--otr-text-secondary)}.profile-edit-region img{width:16px;height:16px}.profile-edit-toggle{grid-template-columns:none;justify-content:space-between;align-items:center;min-height:44px;display:flex!important}.profile-edit-toggle input{appearance:none;background:radial-gradient(circle at 12px 12px, #fff 0 9px, transparent 10px), var(--otr-text-tertiary);border:0;border-radius:12px;width:44px;height:24px;min-height:24px;padding:0;transition:background .16s}.profile-edit-toggle input:checked{background:radial-gradient(circle at 32px 12px, #fff 0 9px, transparent 10px), var(--otr-primary-button)}.profile-edit-notice{background:var(--otr-surface);color:var(--otr-text-secondary);border-radius:12px;margin:0;padding:14px;font-size:12px;line-height:1.6}.profile-edit-notice.is-warning{color:#ffb07d}.follow-list{background:var(--otr-line);border-radius:12px;gap:1px;margin-top:16px;display:grid;overflow:hidden}.follow-list article{background:var(--otr-surface);align-items:center;gap:10px;min-height:74px;padding:10px 12px;display:flex}.follow-list a{flex:1;align-items:center;gap:12px;min-width:0;text-decoration:none;display:flex}.follow-list img{object-fit:cover;border-radius:50%;width:44px;height:44px}.follow-list a span{gap:4px;min-width:0;display:grid}.follow-list small{color:var(--otr-text-secondary);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.follow-list article>button{background:var(--otr-primary-button);min-width:68px;min-height:38px;color:var(--otr-on-primary);border-radius:19px}.follow-list article>button.is-following{border:1px solid var(--otr-line);color:var(--otr-text-secondary);background:0 0}.cancellation-card{background:var(--otr-surface);border-radius:12px;margin-bottom:16px;padding:16px}.cancellation-card h2{margin:0 0 10px;font-size:17px}.cancellation-card p,.cancellation-card li{color:var(--otr-text-secondary);font-size:13px;line-height:1.7}.cancellation-card ul{margin:0 0 12px;padding-left:20px}.cancellation-page__content{padding-bottom:calc(30px + env(safe-area-inset-bottom))}.cancellation-warning{background:var(--otr-danger-soft);border-radius:10px;margin:12px 0 0;padding:10px 12px;color:var(--otr-danger)!important}.cancellation-policy{border:0;min-width:0}.cancellation-policy legend{width:100%;color:var(--otr-ink);margin:0 0 10px;padding:0;font-size:17px;font-weight:600}.cancellation-policy__option{border:1px solid var(--otr-line);background:var(--otr-surface-soft);cursor:pointer;border-radius:10px;align-items:flex-start;gap:12px;min-height:72px;padding:12px;display:flex}.cancellation-policy__option+.cancellation-policy__option{margin-top:10px}.cancellation-policy__option.is-selected{border-color:var(--otr-primary);background:var(--otr-primary-soft)}.cancellation-policy__option.is-selected.is-danger{border-color:var(--otr-danger);background:var(--otr-danger-soft)}.cancellation-policy__option input{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.cancellation-policy__indicator{border:1px solid var(--otr-line-strong);background:var(--otr-page);width:20px;height:20px;box-shadow:inset 0 0 0 5px var(--otr-page);border-radius:50%;flex:0 0 20px;margin-top:1px}.cancellation-policy__option.is-selected .cancellation-policy__indicator{border-color:var(--otr-primary);background:var(--otr-primary)}.cancellation-policy__option.is-selected.is-danger .cancellation-policy__indicator{border-color:var(--otr-danger);background:var(--otr-danger)}.cancellation-policy__option>span:last-child{gap:4px;min-width:0;display:grid}.cancellation-policy__option strong{color:var(--otr-ink);font-size:14px;line-height:1.5}.cancellation-policy__option small{color:var(--otr-text-secondary);font-size:12px;line-height:1.6}.cancellation-policy__option:focus-within{outline:2px solid var(--otr-focus);outline-offset:2px}.cancellation-confirmation label{color:var(--otr-ink);gap:8px;margin-top:14px;font-size:13px;display:grid}.cancellation-confirmation .adm-input{border:1px solid var(--otr-line);background:var(--otr-surface-soft);--font-size:16px;--color:var(--otr-ink);--placeholder-color:var(--otr-text-tertiary);border-radius:10px;min-height:46px;padding:0 12px}.cancellation-verification{margin-bottom:12px}.cancellation-message{color:var(--otr-danger);margin:0 0 12px;font-size:13px;line-height:1.6}.cancellation-submit{min-height:46px;background:var(--otr-danger)!important;color:#291614!important;border:0!important;border-radius:10px!important;font-size:14px!important;font-weight:700!important}.cancellation-submit.adm-button-disabled{opacity:1;background:var(--otr-surface-soft)!important;color:var(--otr-text-tertiary)!important}.notification-card__visual{flex:0 0 46px;width:46px;height:46px;position:relative}.notification-card__avatar,.notification-card__icon{background:var(--otr-surface-soft);object-fit:cover;border-radius:12px;justify-content:center;align-items:center;width:46px;height:46px;display:flex}.notification-card__avatar{border-radius:50%}.notification-card__icon img{width:32px;height:32px}.notification-card__icon.is-badge{border:2px solid var(--otr-surface);border-radius:50%;width:20px;height:20px;position:absolute;bottom:-3px;right:-3px}.notification-card__icon.is-badge img{width:14px;height:14px}.notification-card__copy{flex:1;min-width:0}.notification-card__heading,.notification-card__meta{justify-content:space-between;align-items:center;gap:8px;display:flex}.notification-card__heading{min-height:21px}.notification-card__heading strong{flex:1;min-width:0;font-size:14px;line-height:21px}.notification-card__heading i{background:var(--otr-primary);border-radius:50%;flex:none;width:6px;height:6px}.notification-card__summary{color:var(--otr-text-secondary);margin-top:6px;font-size:12px;line-height:20px;display:block}.notification-card__meta{color:var(--otr-text-secondary);margin-top:12px;font-size:11px;line-height:17px}.notification-card__meta img{width:13px;height:13px}.account-security-page{padding-bottom:calc(78px + env(safe-area-inset-bottom))}.account-number-card{justify-content:space-between;align-items:center;gap:14px;margin-bottom:20px;padding:16px;display:flex}.account-number-card span,.account-number-card p{color:var(--otr-text-secondary);font-size:11px;line-height:18px}.account-number-card strong{margin:6px 0;font-size:24px;display:block}.account-number-card p{margin:0}.account-number-card button,.session-card>button{background:var(--otr-surface-soft);min-height:40px;color:var(--otr-ink);border-radius:10px;justify-content:center;align-items:center;padding:0 16px;font-size:13px;display:inline-flex}.account-entry-group{margin-bottom:20px;padding:0 16px}.account-entry-group a{border-bottom:1px solid var(--otr-line);min-height:76px;color:var(--otr-ink);align-items:center;gap:12px;text-decoration:none;display:flex}.account-entry-group a:last-child{border-bottom:0}.account-entry-group a>img:first-child{flex:none;width:32px;height:32px}.account-entry-group a>img:last-child{flex:none;width:15px;height:15px}.account-entry-group a>span{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.account-entry-group strong{font-size:14px}.account-entry-group small{color:var(--otr-text-secondary);font-size:11px;line-height:18px}.account-capabilities-card{padding:16px}.account-capabilities-card header{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.account-capabilities-card h2{margin:0;font-size:17px}.account-capabilities-card header span{color:var(--otr-text-secondary);font-size:12px}.account-capabilities-card>div{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.account-capabilities-card p{justify-content:space-between;gap:8px;margin:0;font-size:11px;display:flex}.account-capabilities-card .is-enabled{color:var(--otr-success)}.account-capabilities-card .is-disabled{color:var(--otr-danger)}.account-page__bottom-action{z-index:12;right:var(--otr-app-edge);bottom:0;left:var(--otr-app-edge);padding:12px 16px calc(12px + env(safe-area-inset-bottom));border-top:1px solid var(--otr-line);background:var(--otr-page);position:fixed}.account-page__bottom-action button{background:var(--otr-surface-soft);width:100%;min-height:44px;color:var(--otr-danger);border-radius:10px;font-size:14px;font-weight:600}.session-intro{align-items:flex-start;gap:10px;margin-bottom:16px;padding:12px;display:flex}.session-intro>img{flex:none;width:24px;height:24px}.session-intro strong{font-size:14px}.session-intro p{color:var(--otr-text-secondary);margin:4px 0 0;font-size:12px;line-height:20px}.session-list{gap:12px;display:grid}.session-card{align-items:flex-start;gap:12px;padding:16px;display:flex}.session-card__icon{background:var(--otr-surface-soft);border-radius:10px;flex:0 0 40px;place-items:center;width:40px;height:40px;display:grid}.session-card__icon img{width:28px;height:28px}.session-card>div{flex:1;min-width:0}.session-card header{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.session-card header strong{font-size:14px}.session-card header span{background:var(--otr-success-soft);color:var(--otr-success);border-radius:6px;padding:2px 7px;font-size:10px}.session-card p{color:var(--otr-text-secondary);margin:4px 0 0;font-size:11px;line-height:18px}.session-card>button{min-height:34px;color:var(--otr-danger);padding-inline:12px;font-size:11px}.session-revoke-all{background:var(--otr-surface-soft);width:100%;min-height:44px;color:var(--otr-danger);border-radius:10px;margin-top:20px;font-size:13px}.support-page__intro{background:var(--otr-surface);padding:20px 16px}.support-page__intro strong{font-size:18px;font-weight:650}.support-page__intro p,.privacy-hero p{color:var(--otr-text-secondary);margin:7px 0 0;font-size:12px;line-height:20px}.support-page__content>.otr-tabs{margin-bottom:20px}.support-form,.support-record-card,.privacy-hero{background:var(--otr-surface);border-radius:12px}.support-form{gap:20px;padding:16px;display:grid}.support-form fieldset{border:0;min-width:0;margin:0;padding:0}.support-form legend,.support-form label>span{margin-bottom:10px;font-size:14px;font-weight:600;display:block}.support-chip-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.support-chip-list button{border:1px solid var(--otr-line);background:var(--otr-surface-soft);min-height:36px;color:var(--otr-text-secondary);border-radius:8px;padding:0 8px;font-size:12px}.support-chip-list button.is-active{border-color:var(--otr-primary);background:var(--otr-primary-soft);color:var(--otr-primary)}.support-form label{display:block;position:relative}.support-form textarea,.support-form input,.support-form select{border:1px solid var(--otr-line);background:var(--otr-surface-soft);width:100%;color:var(--otr-ink);font:inherit;border-radius:10px;outline:0;font-size:13px}.support-form textarea{resize:vertical;min-height:120px;padding:12px 12px 30px;line-height:20px}.support-form input,.support-form select{height:46px;padding:0 12px}.support-form label>small{color:var(--otr-text-tertiary);font-size:10px;position:absolute;bottom:8px;right:10px}.support-form__privacy{color:var(--otr-text-tertiary);margin:-8px 0 0;font-size:11px;line-height:18px}.support-submit,.privacy-hero button{background:var(--otr-primary-button);color:#fff;border-radius:10px;justify-content:center;align-items:center;min-height:44px;padding:0 20px;font-size:14px;font-weight:600;display:inline-flex}.support-submit:disabled{opacity:.45}.support-record-list{gap:12px;display:grid}.support-record-card{padding:16px}.support-record-card>header,.support-record-card>footer{justify-content:space-between;align-items:center;gap:10px;display:flex}.support-record-card>header strong{font-size:14px}.support-status{background:var(--otr-primary-soft);min-height:24px;color:var(--otr-primary);border-radius:12px;align-items:center;padding:0 9px;font-size:10px;display:inline-flex}.support-status--resolved,.support-status--completed,.support-status--no_violation{background:var(--otr-success-soft);color:var(--otr-success)}.support-status--closed,.support-status--cancelled{background:var(--otr-surface-soft);color:var(--otr-text-secondary)}.support-status--rejected{background:var(--otr-danger-soft);color:var(--otr-danger)}.support-record-card>small,.support-record-card>time,.support-record-card footer time{color:var(--otr-text-tertiary);margin-top:8px;font-size:10px;line-height:17px;display:block}.support-record-card>p,.support-result p,.support-reason p{white-space:pre-wrap;margin:10px 0 0;font-size:12px;line-height:20px}.support-result,.support-reason{background:var(--otr-surface-soft);border-radius:8px;margin-top:12px;padding:12px}.support-result strong,.support-reason strong{color:var(--otr-text-secondary);font-size:11px}.support-result p,.support-reason p{margin-top:5px}.support-record-card>footer{margin-top:12px}.support-record-card>footer time{margin-top:0}.support-record-card>footer button{background:var(--otr-surface-soft);min-height:36px;color:var(--otr-danger);border-radius:8px;padding:0 12px;font-size:12px}.privacy-hero{align-items:flex-start;gap:14px;margin-bottom:16px;padding:18px 16px;display:flex}.privacy-hero__icon{background:var(--otr-surface-soft);border-radius:12px;flex:0 0 52px;place-items:center;width:52px;height:52px;display:grid}.privacy-hero__icon img{width:36px;height:36px}.privacy-hero>div:last-child{flex:1;min-width:0}.privacy-hero>div>strong{font-size:16px}.privacy-hero button{min-height:38px;margin-top:12px;padding-inline:16px;font-size:12px}.privacy-request-form{margin-bottom:16px}.privacy-request-form textarea{min-height:96px}.report-target-summary{color:var(--otr-text-secondary)}.content-detail-page,.team-detail-page,.public-profile-page{min-height:100dvh;margin:0 calc(-1 * var(--page-gutter)) -40px;background:var(--otr-page);overflow-x:clip}.content-detail-page>.page-header,.team-detail-page>.page-header,.public-profile-page>.page-header{margin-inline:0}.detail-share-button img{width:22px!important;height:22px!important}.content-detail-author-row{background:var(--otr-page);align-items:center;gap:12px;min-height:60px;padding:12px 16px;display:flex}.content-detail-author-row .detail-author{min-width:0;color:inherit;flex:1;align-items:center;gap:10px;margin:0;display:flex}.content-detail-author-row .detail-author>img{object-fit:cover;border-radius:50%;flex:0 0 36px;width:36px;height:36px}.content-detail-author-row .detail-author>div{flex-direction:column;gap:2px;min-width:0;display:flex}.content-detail-author-row .detail-author>div>span{align-items:center;gap:6px;min-width:0;display:flex}.content-detail-author-row strong,.content-detail-author-row em,.content-detail-author-row small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.content-detail-author-row strong{font-size:14px;font-weight:600}.content-detail-author-row em{color:#c5cbd0;font-size:11px;font-style:normal}.content-detail-author-row small{color:var(--otr-text-secondary);font-size:12px;line-height:18px}.content-follow-button{background:var(--otr-primary-button);color:#fff;border-radius:9px;width:64px;min-width:64px;height:36px;padding:0;font-size:12px;font-weight:600}.content-follow-button.is-following{background:var(--otr-surface-soft);color:var(--otr-text-secondary)}.media-gallery{aspect-ratio:1;background:#0d0e0f;border-radius:8px;width:auto;margin:0 16px;position:relative;overflow:hidden}.media-gallery--checkin{aspect-ratio:4/3}.media-gallery.roadbook-detail-cover{aspect-ratio:16/10;border-radius:0;margin:0}.media-gallery>.adm-swiper,.media-gallery .adm-swiper-track,.media-gallery .adm-swiper-track-inner,.media-gallery .adm-swiper-slide{height:100%}.media-gallery__slide,.media-gallery__video-wrap{width:100%;height:100%;margin:0;position:relative}.media-gallery__image-button{width:100%;height:100%;padding:0;display:block}.media-gallery__image-button img,.media-gallery__video-wrap video{object-fit:cover;background:#0d0e0f;width:100%;height:100%;display:block}.media-gallery__count,.media-gallery__expand{z-index:2;color:#fff;font-variant-numeric:tabular-nums;background:#111315c7;border-radius:999px;font-size:11px;position:absolute}.media-gallery__count{padding:3px 8px;top:12px;right:12px}.media-gallery__expand{align-items:center;gap:5px;min-height:30px;padding:0 10px;display:flex;bottom:48px;right:10px}.media-gallery__expand img{width:16px;height:16px}.media-gallery__viewer-video{width:100%;max-height:100%;display:block}.media-gallery-viewer-mask{--z-index:1300;background:#000!important}.media-gallery-viewer-body .adm-image-viewer-indicator{top:calc(14px + env(safe-area-inset-top));color:#fff;font-variant-numeric:tabular-nums;background:#111315c7;border-radius:999px;padding:4px 9px;font-size:12px}.media-gallery__viewer-footer{box-sizing:border-box;width:100%;min-height:68px;padding:8px 18px calc(12px + env(safe-area-inset-bottom));color:#fff;font-variant-numeric:tabular-nums;pointer-events:none;justify-content:flex-end;align-items:center;font-size:13px;display:flex}.media-gallery__viewer-footer button{pointer-events:auto;background:#ffffff1f;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.media-gallery__viewer-footer img{width:22px;height:22px}.media-gallery__viewer-nav{top:50%;right:calc(var(--otr-app-edge) + 12px);left:calc(var(--otr-app-edge) + 12px);pointer-events:none;justify-content:space-between;display:flex;position:fixed;transform:translateY(-50%)}.media-gallery__viewer-nav button{background:#111315ad;width:44px;height:44px}.media-gallery__viewer-nav button:disabled{opacity:.24}.media-gallery__viewer-close{flex:0 0 40px}.content-detail-body{padding:20px 16px 0}.content-detail-heading{padding-bottom:20px}.content-detail-type{min-height:28px;color:var(--otr-primary);align-items:center;gap:6px;font-size:12px;font-weight:600;display:inline-flex}.content-detail-type img{width:22px;height:22px}.content-detail-heading h1{letter-spacing:-.02em;overflow-wrap:anywhere;margin:8px 0 0;font-size:24px;font-weight:650;line-height:34px}.content-detail-heading>p{color:#e1e3e2;white-space:pre-wrap;margin:12px 0 0;font-size:15px;line-height:25px}.detail-page--moment .content-detail-heading>p{margin-top:0}.content-detail-meta{min-height:36px;color:var(--otr-text-tertiary);flex-wrap:wrap;align-items:center;gap:8px 18px;margin-top:14px;font-size:11px;display:flex}.content-detail-meta span{font-variant-numeric:tabular-nums;align-items:center;gap:5px;display:inline-flex}.content-detail-meta img{width:16px;height:16px}.content-detail-section{border-top:1px solid var(--otr-line);padding:20px 0}.content-detail-section h2{margin:0 0 12px;font-size:17px}.content-location-list{background:var(--otr-surface);border-radius:12px;overflow:hidden}.content-location-list>button,.content-location-list>div{width:100%;min-height:70px;color:inherit;text-align:left;background:0 0;border:0;align-items:center;gap:10px;padding:12px;text-decoration:none;display:flex}.content-location-list>*+*{border-top:1px solid var(--otr-line)}.content-location-list>button>img:first-child,.content-location-list>div>img:first-child{flex:0 0 26px;width:26px;height:26px}.content-location-list>button>img:last-child,.content-location-list>div>img:last-child{flex:0 0 24px;width:24px;height:24px}.content-location-list img.is-disabled{opacity:.34}.content-location-list span{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.content-location-list strong,.content-location-list small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.content-location-list strong{font-size:14px}.content-location-list small{color:var(--otr-text-secondary);font-size:11px}.content-detail-tags{flex-wrap:wrap;gap:8px;padding:4px 0 20px;display:flex}.content-detail-tags span{background:var(--otr-surface-soft);color:var(--otr-text-secondary);border-radius:8px;padding:5px 9px;font-size:11px}.content-detail-page .content-interactions{padding-bottom:calc(30px + env(safe-area-inset-bottom));margin:0 16px}.content-interaction-actions button,.content-interaction-actions a{gap:7px}.content-interaction-actions img{width:19px;height:19px}.content-detail-page,.roadbook-detail-page,.team-detail-page{padding-bottom:calc(88px + env(safe-area-inset-bottom))}.team-detail-hero{background:var(--otr-surface);height:230px;position:relative;overflow:hidden}.team-detail-hero .media-gallery{aspect-ratio:auto;border-radius:0;width:100%;height:100%;margin:0}.team-detail-hero .status-badge{z-index:3;color:#c5ecd1;background:#263d30ed;border-radius:8px;padding:5px 10px;font-size:11px;position:absolute;top:14px;left:16px}.team-detail-content{padding:0 16px 24px}.team-detail-summary{padding:20px 0}.team-detail-summary h1{letter-spacing:-.02em;margin:0;font-size:26px;font-weight:650;line-height:36px}.team-detail-summary>p{color:var(--otr-text-secondary);align-items:flex-start;gap:7px;margin:10px 0 0;font-size:13px;line-height:21px;display:flex}.team-detail-summary>p img{flex:0 0 19px;width:19px;height:19px}.team-detail-captain{border-top:1px solid var(--otr-line);min-height:64px;color:inherit;align-items:center;gap:10px;margin-top:16px;padding-top:14px;text-decoration:none;display:flex}.team-detail-captain>img:first-child{object-fit:cover;border-radius:50%;flex:0 0 38px;width:38px;height:38px}.team-detail-captain>img:last-child{width:14px;height:14px}.team-detail-captain>span{flex-direction:column;flex:1;min-width:0;display:flex}.team-detail-captain small{color:var(--otr-primary);font-size:10px}.team-detail-captain strong{margin-top:3px;font-size:13px}.team-detail-facts{border-top:1px solid var(--otr-line);border-bottom:1px solid var(--otr-line);grid-template-columns:repeat(3,minmax(0,1fr));padding:16px 0;display:grid}.team-detail-facts>div{text-align:center;flex-direction:column;align-items:center;min-width:0;padding:0 10px;display:flex}.team-detail-facts img{width:22px;height:22px}.team-detail-facts span{color:var(--otr-text-tertiary);margin-top:7px;font-size:10px}.team-detail-facts strong{font-variant-numeric:tabular-nums;margin-top:4px;font-size:11px;line-height:17px}.team-detail-section{background:var(--otr-surface);border-radius:12px;margin-top:20px;padding:16px}.team-detail-section__heading{justify-content:space-between;align-items:center;gap:8px;margin-bottom:14px;display:flex}.team-detail-section__heading h2{margin:0;font-size:17px;font-weight:600}.team-detail-section__heading span{color:var(--otr-text-secondary);font-size:11px}.team-route-list{margin:0;padding:0;list-style:none}.team-route-list li{min-height:72px;position:relative}.team-route-list li:not(:last-child):before{background:var(--otr-line-strong);content:"";width:1px;position:absolute;top:27px;bottom:-3px;left:13px}.team-route-list i{z-index:1;background:var(--otr-primary-soft);width:27px;height:27px;color:var(--otr-primary);border-radius:50%;place-items:center;font-size:10px;font-style:normal;font-weight:700;display:grid}.team-route-link{width:100%;min-height:72px;color:inherit;text-align:left;background:0 0;border:0;grid-template-columns:30px minmax(0,1fr) 44px;align-items:start;gap:10px;padding:0;text-decoration:none;display:grid}.team-route-link>span{min-width:0;padding:3px 0 17px}.team-route-link>img{width:24px;height:24px;margin:1px 0 0 auto}.team-route-link>img.is-disabled{opacity:.34}.team-route-list strong,.team-route-list small{display:block}.team-route-list strong{font-size:14px}.team-route-list small{color:var(--otr-text-tertiary);margin-top:4px;font-size:10px}.team-route-list p,.team-recruitment-copy>p,.team-note-list p{color:var(--otr-text-secondary);white-space:pre-wrap;margin:6px 0 0;font-size:12px;line-height:20px}.team-route-tip{color:var(--otr-text-tertiary);margin:2px 0 0;font-size:11px;line-height:18px}.team-recruitment-copy>p{color:#e1e3e2;margin-top:0;font-size:13px}.team-requirement-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.team-requirement-grid>div{background:var(--otr-surface-soft);border-radius:9px;align-items:center;gap:9px;min-height:60px;padding:10px;display:flex}.team-requirement-grid img{flex:0 0 25px;width:25px;height:25px}.team-requirement-grid span{flex-direction:column;min-width:0;display:flex}.team-requirement-grid small{color:var(--otr-text-tertiary);font-size:9px}.team-requirement-grid strong{text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:11px;overflow:hidden}.team-requirement-tags{flex-wrap:wrap;gap:7px;margin-top:10px;display:flex}.team-requirement-tags span{background:var(--otr-primary-soft);color:var(--otr-primary);border-radius:8px;padding:5px 9px;font-size:10px}.team-note-list>div{border-bottom:1px solid var(--otr-line);align-items:flex-start;gap:10px;padding:12px 0;display:flex}.team-note-list>div:first-child{padding-top:0}.team-note-list>div:last-child{border-bottom:0;padding-bottom:0}.team-note-list img{flex:0 0 24px;width:24px;height:24px}.team-note-list>div>span{flex:1;min-width:0}.team-note-list strong{font-size:12px}.team-member-list a{min-height:62px;color:inherit;align-items:center;gap:9px;text-decoration:none;display:flex}.team-member-list a+a{border-top:1px solid var(--otr-line)}.team-member-list a>img:first-child{object-fit:cover;border-radius:50%;flex:0 0 36px;width:36px;height:36px}.team-member-list a>img:last-child{width:13px;height:13px}.team-member-list a>span{flex-direction:column;flex:1;min-width:0;display:flex}.team-member-list small{color:var(--otr-primary);font-size:9px}.team-member-list strong{text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:12px;overflow:hidden}.team-member-list em{color:var(--otr-text-tertiary);font-size:10px;font-style:normal}.team-event-list>div{grid-template-columns:10px 74px minmax(0,1fr);align-items:start;gap:7px;min-height:46px;display:grid}.team-event-list i{background:var(--otr-primary);border-radius:50%;width:7px;height:7px;margin-top:6px}.team-event-list time{color:var(--otr-text-tertiary);font-variant-numeric:tabular-nums;font-size:9px;line-height:18px}.team-event-list p{margin:0;font-size:11px;line-height:18px}.content-detail-actionbar{z-index:12;right:var(--otr-app-edge);bottom:0;left:var(--otr-app-edge);min-height:calc(72px + env(safe-area-inset-bottom));padding:10px 14px calc(12px + env(safe-area-inset-bottom));border-top:1px solid var(--otr-line);background:var(--otr-navigation);align-items:center;gap:6px;display:flex;position:fixed}.content-detail-actionbar.is-composing{display:none}.content-detail-action{min-width:0;min-height:42px;color:var(--otr-text-secondary);flex-direction:column;flex:1 1 0;justify-content:center;align-items:center;gap:2px;padding:0;font-size:10px;line-height:15px;display:flex}.content-detail-actionbar--with-primary .content-detail-action{flex:0 0 42px;width:42px;min-width:42px}.content-detail-action>img{width:23px;height:23px}.content-detail-action.is-active{color:var(--otr-primary)}.content-detail-action:disabled{opacity:.56}.content-detail-primary{flex:1;min-width:0;margin-left:6px}.content-detail-primary>a,.content-detail-primary>button{background:var(--otr-primary-button);color:#fff;border-radius:10px;justify-content:center;align-items:center;width:100%;min-height:42px;padding:0 8px;font-size:13px;font-weight:600;text-decoration:none;display:flex}.content-detail-primary>button:disabled{background:var(--otr-surface-soft);color:var(--otr-text-tertiary)}.team-detail-page .content-interactions{margin:0;padding:22px 0 34px}.content-more-sheet{box-sizing:border-box;width:var(--otr-app-width);right:auto;left:var(--otr-app-edge);padding:9px 20px calc(20px + env(safe-area-inset-bottom));background:var(--otr-surface);color:var(--otr-ink);margin:0}.content-more-sheet__handle{background:var(--otr-surface-soft);border-radius:999px;width:36px;height:4px;margin:0 auto 4px}.content-more-sheet>header,.announcement-editor-sheet>header{justify-content:space-between;align-items:center;min-height:46px;display:flex}.content-more-sheet>header h2,.announcement-editor-sheet>header h2{margin:0;font-size:19px;font-weight:600;line-height:28px}.content-more-sheet>header button,.announcement-editor-sheet>header button{justify-content:center;align-items:center;width:40px;height:40px;margin-right:-10px;display:flex}.content-more-sheet>header img,.announcement-editor-sheet>header img{width:22px;height:22px}.content-more-sheet__actions>button{border-bottom:1px solid var(--otr-line);width:100%;min-height:54px;color:var(--otr-ink);text-align:left;align-items:center;gap:12px;padding:0;font-size:14px;display:flex}.content-more-sheet__actions>button img{width:25px;height:25px}.content-more-sheet__actions>button.is-danger{color:var(--otr-danger)}.content-more-sheet__actions>button:disabled{opacity:.5}.content-more-sheet__cancel{background:var(--otr-surface-soft);width:100%;min-height:42px;color:var(--otr-ink);border-radius:10px;justify-content:center;align-items:center;margin-top:12px;font-size:14px;display:flex}.team-manage-content,.report-submit-content{box-sizing:border-box;padding:16px 16px calc(30px + env(safe-area-inset-bottom))}.team-manage-header-status{color:var(--otr-text-secondary);font-size:11px}.team-manage-summary,.team-manage-card{background:var(--otr-surface);border-radius:12px}.team-manage-summary{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:20px;padding:16px;display:flex}.team-manage-summary>div{flex:1;min-width:0}.team-manage-summary small,.team-manage-summary p{color:var(--otr-text-secondary);font-size:11px;line-height:18px}.team-manage-summary h1{margin:6px 0 0;font-size:20px;font-weight:600;line-height:30px}.team-manage-summary p{margin:10px 0 0}.team-manage-summary>span{background:var(--otr-surface-soft);border-radius:8px;flex:none;padding:4px 8px;font-size:11px}.team-manage-card{margin-bottom:20px;padding:16px}.team-manage-tools{padding-block:0}.team-manage-tools>button,.team-manage-tools>a,.team-manage-tool-disabled{border-bottom:1px solid var(--otr-line);width:100%;min-height:76px;color:var(--otr-ink);text-align:left;align-items:center;gap:12px;padding:0;text-decoration:none;display:flex}.team-manage-tools>:last-child{border-bottom:0}.team-manage-tools>button:disabled,.team-manage-tool-disabled{opacity:1}.team-manage-tool-icon{flex:0 0 32px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.team-manage-tool-icon img{width:32px;height:32px}.team-manage-tool-copy{flex-direction:column;flex:1;min-width:0;display:flex}.team-manage-tool-copy strong{font-size:14px;font-weight:600}.team-manage-tool-copy small{color:var(--otr-text-secondary);text-overflow:ellipsis;white-space:nowrap;margin-top:4px;font-size:11px;line-height:18px;overflow:hidden}.team-manage-tools em{color:var(--otr-primary);white-space:nowrap;font-size:11px;font-style:normal}.team-manage-tools>button>img,.team-manage-tools>a>img{width:15px;height:15px}.team-manage-card>header{justify-content:space-between;align-items:center;gap:10px;display:flex}.team-manage-card>header h2{margin:0;font-size:17px;font-weight:600}.team-manage-card>header span{color:var(--otr-text-secondary);font-size:11px}.team-manage-status dl{margin:14px 0 0}.team-manage-status dl>div{border-bottom:1px solid var(--otr-line);justify-content:space-between;align-items:center;min-height:40px;font-size:12px;display:flex}.team-manage-status dt{color:var(--otr-text-secondary)}.team-manage-status dd{margin:0}.team-manage-status>p{color:var(--otr-text-secondary);margin:14px 0 0;font-size:11px;line-height:18px}.team-manage-members>a{border-bottom:1px solid var(--otr-line);min-height:78px;color:var(--otr-ink);align-items:center;gap:10px;text-decoration:none;display:flex}.team-manage-members>a:last-child{border-bottom:0}.team-manage-members>a>img:first-child{object-fit:cover;border-radius:50%;flex:0 0 40px;width:40px;height:40px}.team-manage-members>a>span{flex-direction:column;flex:1;min-width:0;display:flex}.team-manage-members strong{font-size:14px;font-weight:600}.team-manage-members strong em{color:var(--otr-primary);margin-left:6px;font-size:11px;font-style:normal}.team-manage-members small{color:var(--otr-text-secondary);margin-top:3px;font-size:11px;line-height:17px}.team-manage-members>a>img:last-child{width:15px;height:15px}.announcement-editor-sheet{box-sizing:border-box;width:var(--otr-app-width);right:auto;left:var(--otr-app-edge);padding:10px 20px calc(20px + env(safe-area-inset-bottom));background:var(--otr-surface);color:var(--otr-ink);margin:0}.announcement-editor-sheet textarea,.report-form-section textarea{box-sizing:border-box;border:1px solid var(--otr-line);background:var(--otr-surface-soft);width:100%;color:var(--otr-ink);resize:none;border-radius:10px;outline:0;padding:12px;font-size:14px;line-height:22px}.announcement-editor-sheet textarea:focus,.report-form-section textarea:focus{border-color:var(--otr-primary)}.announcement-editor-sheet__footer{justify-content:space-between;align-items:center;margin-top:12px;display:flex}.announcement-editor-sheet__footer>span{color:var(--otr-text-secondary);font-size:11px}.announcement-editor-sheet__footer .adm-button{background:var(--otr-primary-button);border-radius:10px;min-width:96px}.team-chat-page{padding-bottom:calc(68px + env(safe-area-inset-bottom))}.team-chat-heading{border-bottom:1px solid var(--otr-line);background:var(--otr-page);justify-content:space-between;align-items:center;gap:10px;min-height:58px;padding:0 16px;display:flex}.team-chat-heading strong{text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.team-chat-heading span{color:var(--otr-text-secondary);flex:none;font-size:11px}.team-chat-announcement{background:var(--otr-surface);align-items:flex-start;gap:10px;padding:12px 16px;display:flex}.team-chat-announcement strong{color:var(--otr-primary);flex:none;font-size:12px}.team-chat-announcement p{color:var(--otr-text-secondary);margin:0;font-size:12px;line-height:19px}.team-chat-messages{flex-direction:column;gap:16px;min-height:calc(100vh - 184px);padding:18px 16px;display:flex}.team-chat-message{align-items:flex-start;gap:9px;max-width:88%;display:flex}.team-chat-message.is-self{align-self:flex-end}.team-chat-message>img{object-fit:cover;border-radius:50%;flex:0 0 34px;width:34px;height:34px}.team-chat-message>div{min-width:0}.team-chat-message header{align-items:baseline;gap:7px;margin-bottom:5px;display:flex}.team-chat-message header strong{font-size:11px;font-weight:500}.team-chat-message header time{color:var(--otr-text-tertiary);font-size:9px}.team-chat-message header button{min-width:32px;min-height:28px;color:var(--otr-text-secondary);letter-spacing:1px;margin:-8px -6px -8px 0;font-size:11px}.team-chat-message p{background:var(--otr-surface);white-space:pre-wrap;border-radius:4px 12px 12px;margin:0;padding:9px 11px;font-size:13px;line-height:20px}.team-chat-message.is-self p{background:var(--otr-primary-button);color:#fff;border-radius:12px 4px 12px 12px}.team-chat-message.is-self header{justify-content:flex-end}.team-chat-message__image{object-fit:cover;border-radius:12px;width:min(220px,62vw);max-height:280px;display:block}.team-chat-system,.team-chat-empty{color:var(--otr-text-tertiary);text-align:center;align-self:center;margin:0;font-size:10px;line-height:17px}.team-chat-load-older{background:var(--otr-surface);min-height:40px;color:var(--otr-text-secondary);border-radius:20px;align-self:center;padding:0 16px;font-size:12px}.team-chat-history-start{color:var(--otr-text-tertiary);align-self:center;margin:0;font-size:10px}.team-chat-composer{z-index:10;right:var(--otr-app-edge);bottom:0;left:var(--otr-app-edge);min-height:calc(62px + env(safe-area-inset-bottom));padding:9px 16px calc(9px + env(safe-area-inset-bottom));border-top:1px solid var(--otr-line);background:var(--otr-navigation);align-items:center;gap:10px;display:flex;position:fixed}.team-chat-composer input{border:1px solid var(--otr-line);background:var(--otr-surface);min-width:0;min-height:42px;color:var(--otr-ink);border-radius:10px;outline:0;flex:1;padding:0 13px;font-size:13px}.team-chat-composer input[type=file]{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;min-height:0;padding:0;position:absolute;overflow:hidden}.team-chat-composer button{background:var(--otr-primary-button);border-radius:10px;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.team-chat-composer button:disabled{opacity:.45}.team-chat-composer img{width:21px;height:21px}.chat-action-sheet{padding:8px 16px calc(16px + env(safe-area-inset-bottom));background:var(--otr-page);color:var(--otr-ink);gap:8px;display:grid}.chat-action-sheet>header{justify-content:space-between;align-items:center;min-height:50px;display:flex}.chat-action-sheet h2{margin:0;font-size:17px}.chat-action-sheet>header button{width:44px;height:44px}.chat-action-sheet>header img{width:20px;height:20px}.chat-action-sheet>button{background:var(--otr-surface);min-height:46px;color:var(--otr-ink);text-align:center;border-radius:12px}.report-target-card,.report-form-section{background:var(--otr-surface);border-radius:12px;margin-bottom:20px;padding:16px}.report-target-card h2,.report-form-section h2{margin:0 0 14px;font-size:17px;font-weight:600}.report-target-card>div{align-items:center;gap:12px;display:flex}.report-target-card>div>span{background:var(--otr-surface-soft);border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.report-target-card img{width:22px;height:22px}.report-target-card p{flex-direction:column;margin:0;display:flex}.report-target-card strong{font-size:14px}.report-target-card small,.report-form-section>small{color:var(--otr-text-secondary);margin-top:4px;font-size:11px}.report-form-section h2 em{color:var(--otr-primary);font-style:normal}.report-reason-list button{border-bottom:1px solid var(--otr-line);width:100%;min-height:58px;color:var(--otr-ink);text-align:left;justify-content:space-between;align-items:center;gap:12px;padding:10px 0;display:flex}.report-reason-list button:last-child{border-bottom:0}.report-reason-list button>span{flex-direction:column;min-width:0;display:flex}.report-reason-list strong{font-size:14px}.report-reason-list small{color:var(--otr-text-secondary);margin-top:4px;font-size:11px;line-height:17px}.report-reason-list i{border:1px solid var(--otr-line);border-radius:50%;flex:0 0 20px;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.report-reason-list button.is-active i{border-color:var(--otr-primary)}.report-reason-list i b{background:var(--otr-primary);border-radius:50%;width:10px;height:10px}.report-form-section>small{text-align:right;display:block}.report-submit-content>.adm-button{background:var(--otr-primary-button);border-radius:10px;min-height:46px;font-weight:600}.report-submit-privacy{color:var(--otr-text-tertiary);text-align:center;margin:10px 0 0;font-size:10px;line-height:17px}.profile-cover{background:var(--otr-surface);width:100%;height:190px;margin:0;overflow:hidden}.profile-cover>img{object-fit:cover;width:100%;height:100%}.public-profile-content{padding:0 16px calc(30px + env(safe-area-inset-bottom))}.profile-summary{align-items:flex-end;gap:12px;min-height:92px;margin-top:-36px;padding:0;display:flex}.profile-summary>img{border:5px solid var(--otr-page);background:var(--otr-page);object-fit:cover;border-radius:50%;flex:0 0 78px;width:78px;height:78px}.profile-summary>div{flex:1;min-width:0;padding-bottom:4px}.profile-name-row{align-items:center;gap:7px;min-width:0;display:flex}.profile-name-row h1{text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:23px;font-weight:650;line-height:32px;overflow:hidden}.profile-name-row img{flex:0 0 17px;width:17px;height:17px}.rider-title-badge{box-sizing:border-box;align-items:center;max-width:100%;display:inline-flex}.rider-title-badge>img{object-fit:contain;display:block}.rider-title-badge>span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.rider-title-badge--inline{border:1px solid var(--otr-line);background:var(--otr-surface);min-height:17px;color:var(--otr-text-secondary);border-radius:999px;gap:2px;margin-top:3px;padding:0 5px 0 3px;font-size:10px;font-weight:600;line-height:15px}.rider-title-badge--inline>img{flex:0 0 13px;width:13px;height:13px}.mine-member-card__copy>.rider-title-badge--mine{min-height:20px;color:var(--otr-text-secondary);gap:3px;margin-top:3px;font-size:10px;font-weight:400;line-height:16px}.rider-title-badge--mine>img{flex:0 0 17px;width:17px;height:17px}.profile-summary p{color:var(--otr-text-secondary);align-items:center;gap:4px;margin:5px 0 0;font-size:10px;display:flex}.profile-summary p img{width:14px;height:14px}.profile-bio{color:var(--otr-text-secondary);margin:14px 0 0;font-size:13px;line-height:21px}.profile-actions{gap:8px;margin-top:16px;display:flex}.profile-actions a,.profile-actions button{background:var(--otr-primary-button);color:#fff;border-radius:10px;justify-content:center;align-items:center;gap:7px;min-height:42px;padding:0 18px;font-size:13px;font-weight:600;text-decoration:none;display:flex}.profile-actions img{width:18px;height:18px}.profile-actions .is-following{background:var(--otr-surface-soft);color:var(--otr-text-secondary)}.profile-restricted-note{background:var(--otr-danger-soft);border-radius:10px;margin-top:16px;padding:14px}.profile-restricted-note strong{color:var(--otr-danger);font-size:13px}.profile-restricted-note p{color:var(--otr-text-secondary);margin:5px 0 0;font-size:11px;line-height:18px}.profile-stats{border-top:1px solid var(--otr-line);border-bottom:1px solid var(--otr-line);grid-template-columns:repeat(4,minmax(0,1fr));margin:20px 0 0;padding:16px 0;display:grid}.profile-stats>div{flex-direction:column-reverse;align-items:center;gap:3px;display:flex}.profile-stats dt{color:var(--otr-text-tertiary);font-size:10px}.profile-stats dd{font-variant-numeric:tabular-nums;margin:0;font-size:20px;font-weight:650}.profile-dimensions{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding:20px 0;display:grid}.profile-dimensions>div{background:var(--otr-surface);border-radius:10px;flex-direction:column;align-items:center;min-width:0;min-height:92px;padding:12px 8px;display:flex}.profile-dimensions img{width:30px;height:30px}.profile-dimensions span{color:var(--otr-text-secondary);margin-top:6px;font-size:10px}.profile-dimensions strong{margin-top:2px;font-size:13px}.profile-title-card{background:var(--otr-surface);border-radius:12px;margin-bottom:20px;padding:16px}.profile-title-card>header,.profile-section-heading{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.profile-title-card h2,.profile-section-heading h2{margin:0;font-size:17px;font-weight:600}.profile-title-card>header>span,.profile-section-heading p{color:var(--otr-text-secondary);margin:0;font-size:10px;line-height:17px}.profile-title-list{flex-wrap:wrap;gap:6px;margin-top:9px;display:flex}.profile-title-item{background:var(--otr-surface);border-radius:9px;flex:102px;justify-content:center;align-items:center;min-width:0;min-height:35px;padding:0 4px;display:flex}.rider-title-badge--showcase{color:var(--otr-ink);gap:5px}.rider-title-badge--showcase>img{flex:0 0 21px;width:21px;height:21px}.rider-title-badge--showcase>span{font-size:12px;font-weight:600}.profile-title-note{width:100%;color:var(--otr-text-secondary);align-items:flex-start;gap:5px;margin:3px 0 0;font-size:11px;line-height:17px;display:flex}.profile-title-note>img{flex:0 0 14px;width:14px;height:14px;margin-top:1px}.profile-visibility-card{background:var(--otr-surface);border-radius:12px;padding:4px 14px}.profile-visibility-card p{align-items:center;gap:10px;min-height:64px;margin:0;display:flex}.profile-visibility-card p+p{border-top:1px solid var(--otr-line)}.profile-visibility-card>p>img{flex:0 0 25px;width:25px;height:25px}.profile-visibility-card p>span{flex-direction:column;min-width:0;display:flex}.profile-visibility-card small{color:var(--otr-text-tertiary);font-size:9px}.profile-visibility-card strong{margin-top:4px;font-size:11px;line-height:17px}.profile-works{margin-top:28px}.profile-section-heading{flex-direction:column;gap:4px;margin-bottom:8px}.profile-works>.otr-tabs{margin:0 0 16px}.profile-works .otr-tabs .adm-tabs-tab-list{scrollbar-width:none;gap:24px;overflow-x:auto}.profile-works .otr-tabs .adm-tabs-tab-list::-webkit-scrollbar{display:none}.profile-work-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:0;display:grid}.profile-work-grid .content-card{min-width:0}.profile-work-grid .content-card__footer{padding-top:8px}.profile-work-grid .content-card__actions{display:flex}@media (width<=360px){.home-banner__copy strong{font-size:17px}.search-entry>span{font-size:12px}.mine-guest__helmet{width:105px}.mine-guest h1{font-size:22px}}.roadbook-detail-route>h2{margin:0 0 16px;font-size:17px}.publish-editor-page{min-height:100dvh;margin:0 calc(-1 * var(--page-gutter)) -40px;padding-bottom:calc(104px + env(safe-area-inset-bottom));background:var(--otr-page);color:var(--otr-ink)}.publish-editor-page>.page-header{z-index:12;background:var(--otr-page);margin:0;position:sticky;top:0}.publish-editor-heading{padding:12px 16px}.publish-editor-heading h1{letter-spacing:-.02em;margin:0;font-size:22px;line-height:28px}.publish-editor-heading p{color:var(--otr-text-secondary);margin:4px 0 0;font-size:12px;line-height:18px}.publish-editor-section{margin:0 16px;padding:16px 0}.publish-field-heading{justify-content:space-between;align-items:center;gap:12px;min-height:24px;margin-bottom:10px;display:flex}.publish-field-heading h2{align-items:baseline;gap:7px;margin:0;font-size:14px;line-height:21px;display:flex}.publish-field-heading h2 small,.publish-editor-field>span small,.publish-option-group legend small{color:var(--otr-text-tertiary);font-size:11px;font-weight:400}.publish-field-heading>span{color:var(--otr-text-tertiary);text-align:right;font-size:11px;line-height:1.4}.publish-editor-section>input,.publish-editor-section>textarea,.publish-editor-field input,.publish-editor-field textarea,.publish-editor-field select,.publish-editor-grid label input,.publish-editor-grid label textarea,.publish-route-list input{background:var(--otr-surface-soft);width:100%;min-height:48px;color:var(--otr-ink);caret-color:var(--otr-primary);font:inherit;border:0;border-radius:10px;outline:0;padding:11px 12px;font-size:14px;line-height:1.5}.publish-editor-section textarea,.publish-editor-field textarea,.publish-editor-grid label textarea{resize:vertical}.publish-editor-section>input:focus,.publish-editor-section>textarea:focus,.publish-editor-field input:focus,.publish-editor-field textarea:focus,.publish-editor-field select:focus,.publish-editor-grid label input:focus,.publish-editor-grid label textarea:focus,.publish-route-list input:focus{border-color:var(--otr-focus);box-shadow:0 0 0 2px #90b9ed2e}.publish-editor-section input::placeholder,.publish-editor-section textarea::placeholder{color:var(--otr-text-tertiary)}.publish-location-field{background:var(--otr-surface-soft);text-align:left;border:0;border-radius:10px;justify-content:space-between;align-items:center;gap:12px;width:100%;min-height:60px;padding:11px 12px;display:flex}.publish-location-field>span{min-width:0}.publish-location-field strong,.publish-location-field small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.publish-location-field strong{font-size:14px;line-height:20px}.publish-location-field small{color:var(--otr-text-tertiary);margin-top:3px;font-size:11px;line-height:16px}.publish-location-field em{color:var(--otr-primary);flex:none;font-size:12px;font-style:normal}.publish-media-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.publish-media-item,.publish-media-add{border:1px solid var(--otr-line);background:var(--otr-surface);border-radius:10px;min-width:0}.publish-media-item{aspect-ratio:1;transform-origin:50%;will-change:transform;position:relative;overflow:hidden}.publish-media-item[tabindex]{cursor:grab;touch-action:none}.publish-media-item.is-dragging{border-color:var(--otr-primary);cursor:grabbing;box-shadow:0 12px 28px #00000057}.publish-media-item>img,.publish-media-item>video{object-fit:cover;background:#101214;width:100%;height:100%;display:block}.publish-media-cover{color:#fff;background:#141618d1;border-radius:10px;min-height:20px;padding:2px 7px;font-size:10px;line-height:16px;position:absolute;top:6px;left:6px}.publish-media-progress{background:var(--otr-line);height:3px;position:absolute;top:0;left:0;right:0}.publish-media-progress span{background:var(--otr-primary);height:100%;display:block}.publish-media-retry{min-height:32px;color:var(--otr-danger);background:#141618e0;border-radius:16px;font-size:12px;position:absolute;top:38px;left:8px;right:8px}.publish-media-remove{background:#141618d6;border-radius:50%;place-items:center;width:24px;height:24px;padding:5px;display:grid;position:absolute;top:5px;right:5px}.publish-media-remove img{width:14px;height:14px}.publish-media-drag{min-height:20px;color:var(--otr-text-secondary);pointer-events:none;background:#141618d1;border-radius:6px;padding:2px 6px;font-size:9px;line-height:16px;position:absolute;bottom:6px;left:6px}.publish-media-error{color:var(--otr-danger);text-overflow:ellipsis;white-space:nowrap;background:#141618e0;border-radius:6px;padding:5px 6px;font-size:10px;line-height:14px;position:absolute;bottom:6px;left:6px;right:6px;overflow:hidden}.publish-media-add{aspect-ratio:1;min-height:0;color:var(--otr-primary);text-align:center;border-style:dashed;place-content:center;display:grid}.publish-media-add img{width:24px;height:24px;margin:0 auto 6px}.publish-media-add--community-empty{aspect-ratio:auto;grid-column:1/-1;min-height:121px}.publish-media-section--team .publish-media-add--community-empty img{width:31px;height:31px}.publish-media-helper{color:var(--otr-text-tertiary);margin:10px 0 0;font-size:10px;line-height:17px}.publish-media-helper.is-error{color:var(--otr-danger)}.publish-media-section--checkin .publish-media-grid{grid-template-columns:1fr}.publish-media-section--checkin :is(.publish-media-item,.publish-media-add){aspect-ratio:auto;height:80px}.publish-media-add strong,.publish-media-add small{display:block}.publish-media-add strong{font-size:11px}.publish-media-add small{color:var(--otr-text-tertiary);margin-top:4px;font-size:11px}.publish-expandable{padding-block:14px}.publish-expandable>button{justify-content:space-between;align-items:center;width:100%;min-height:44px;display:flex}.publish-expandable>button strong{font-size:16px}.publish-expandable__title,.publish-expandable__action{align-items:center;gap:8px;min-width:0;display:flex}.publish-expandable__title>img{width:20px;height:20px}.publish-expandable__action{justify-content:flex-end}.publish-expandable__action small{color:var(--otr-text-secondary);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.publish-expandable__action img{flex:0 0 14px;width:14px;height:14px;transition:transform .16s}.publish-expandable__action img.is-open{transform:rotate(90deg)}.publish-expandable-content{gap:18px;padding-top:8px;display:grid}.publish-editor-field{gap:8px;display:grid}.publish-editor-field>span,.publish-editor-grid label>span{color:var(--otr-text-secondary);font-size:12px;line-height:18px}.publish-editor-field select{appearance:auto;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}.publish-checkin-weather{border:0;min-width:0;margin:0;padding:0}.publish-checkin-weather legend{color:var(--otr-text-secondary);margin-bottom:9px;padding:0;font-size:12px;line-height:18px}.publish-checkin-weather legend small{color:var(--otr-text-tertiary);font-size:11px;font-weight:400}.publish-checkin-weather__options{flex-wrap:wrap;gap:9px;display:flex}.publish-checkin-weather__options button{background:var(--otr-surface-soft);min-height:36px;color:var(--otr-text-secondary);border:1px solid #0000;border-radius:9px;padding:6px 10px;font-size:12px;line-height:18px}.publish-checkin-weather__options button.is-selected{color:#ffac80;background:#492d23;border-color:#ac5838}.publish-editor-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 10px;display:grid}.publish-editor-grid>.publish-field-heading,.publish-editor-grid .is-wide{grid-column:1/-1}.publish-editor-grid label{gap:6px;min-width:0;display:grid}.publish-route-list{gap:10px;display:grid}.publish-route-list article{grid-template-columns:28px minmax(0,1fr) auto;align-items:start;gap:8px;display:grid}.publish-route-list article>span{border:1px solid var(--otr-primary);background:var(--otr-primary-soft);width:28px;height:28px;color:var(--otr-primary);border-radius:50%;place-items:center;margin-top:17px;font-size:11px;font-weight:700;display:grid}.publish-route-list article>div{gap:7px;min-width:0;display:grid}.publish-route-list article>button{min-height:44px;color:var(--otr-danger);margin-top:10px;padding-inline:5px;font-size:11px}.publish-secondary-action{border:1px dashed var(--otr-line-strong);width:100%;min-height:44px;color:var(--otr-primary);border-radius:12px;margin-top:12px;font-size:13px}.publish-option-group{border:0;min-width:0;margin:0;padding:0}.publish-option-group legend{color:var(--otr-text-secondary);margin-bottom:9px;font-size:12px}.publish-option-group>div{flex-wrap:wrap;gap:8px;display:flex}.publish-option-group label{border:1px solid var(--otr-line);background:var(--otr-surface);min-height:36px;color:var(--otr-text-secondary);border-radius:18px;padding:0 12px;font-size:12px;line-height:34px}.publish-option-group label.is-selected{background:var(--otr-primary-soft);color:#ffa27d;border-color:#a54e30}.publish-option-group input{opacity:0;width:1px;height:1px;position:absolute}.publish-editor-footer{z-index:10;right:var(--otr-app-edge);bottom:0;left:var(--otr-app-edge);padding:12px 16px calc(12px + env(safe-area-inset-bottom));border-top:1px solid var(--otr-line);background:var(--otr-navigation);position:fixed}.publish-editor-footer .adm-button{background:var(--otr-primary-button);height:44px;color:var(--otr-on-primary);border-radius:10px;font-weight:650}.publish-editor-live{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.publish-guide-strip{background:var(--otr-surface-soft);min-height:58px;color:var(--otr-text-secondary);border-radius:12px;align-items:center;gap:10px;margin:12px 16px 0;padding:10px 12px;font-size:12px;line-height:18px;display:flex}.publish-guide-strip img{flex:none;width:28px;height:28px}.publish-guide-strip--moment{background:var(--otr-surface);min-height:72px;margin-top:0}.publish-guide-strip--moment img{width:42px;height:42px}.publish-editor-page--moment{background:var(--otr-surface)}.publish-editor-page--team,.publish-editor-page--checkin{background:var(--otr-page)}.publish-editor-page--moment .publish-moment-story{min-height:166px;padding:18px 0 10px}.publish-editor-page--moment .publish-moment-story textarea{background:0 0;border-radius:0;min-height:138px;padding:0;font-size:16px;line-height:26px}.publish-media-section{padding-top:18px}.publish-editor-page--moment .publish-media-section{border-top:1px solid var(--otr-line)}.publish-editor-page--moment .publish-media-section+.publish-editor-section{border-top:1px solid var(--otr-line);margin-top:4px}.publish-editor-page--checkin .publish-guide-strip,.publish-editor-page--team .publish-guide-strip{background:var(--otr-surface);min-height:62px;margin:0 16px 16px;padding:12px}.publish-editor-page--team .publish-guide-strip img{width:38px;height:38px}.publish-editor-page--checkin .publish-guide-strip img{width:24px;height:24px}.publish-editor-page--checkin .publish-editor-section{padding-block:14px}.publish-editor-page--checkin .publish-media-section{padding-top:20px}.publish-editor-page--checkin [data-publish-area=location]{border-bottom:1px solid var(--otr-line)}.publish-editor-page--checkin .publish-editor-section textarea{min-height:126px}.publish-editor-page--checkin .publish-expandable{background:var(--otr-surface-soft);border-radius:12px;margin-top:8px;padding:4px 14px 12px}.publish-team-title{border-bottom:1px solid var(--otr-line);padding:0}.publish-team-title>input{background:0 0;border-radius:0;min-height:48px;padding:0;font-size:17px;font-weight:650}.publish-media-section--team{padding-top:20px}.publish-team-summary{border-top:1px solid var(--otr-line);margin-top:24px;padding-top:16px}.publish-team-summary textarea{resize:none;background:0 0;border-radius:0;min-height:88px;padding:0;line-height:23px}.publish-team-summary .publish-field-heading h2{font-size:15px}.publish-team-journey-group{background:var(--otr-surface-soft);margin-top:19px;padding:19px 16px}.publish-team-journey-group>h2{margin:0 0 12px;font-size:17px;line-height:24px}.publish-team-journey-card,.publish-team-supplement{background:var(--otr-surface);border:0;border-radius:12px;padding:0 15px;overflow:hidden}.publish-team-detail{text-align:left;background:0 0;width:100%;padding:0;display:block}.publish-team-detail__layout{grid-template-columns:27px minmax(0,1fr) 15px;align-items:center;gap:12px;width:100%;min-height:77px;padding:12px 0;display:grid}.publish-team-detail+.publish-team-detail,.publish-team-capacity{border-top:1px solid var(--otr-line)}.publish-team-detail__layout>img:first-child{width:27px;height:27px}.publish-team-detail__layout>img:last-child{width:14px;height:14px}.publish-team-detail__layout>span{flex-direction:column;min-width:0;display:flex}.publish-team-detail__layout strong{font-size:13.5px;line-height:20px}.publish-team-detail__layout small{color:var(--otr-text-tertiary);overflow-wrap:anywhere}.publish-team-detail__layout small:first-of-type{margin-top:4px;font-size:11.5px;line-height:19px}.publish-team-detail__layout small+small{margin-top:2px;font-size:10.5px;line-height:17px}.publish-team-capacity{justify-content:space-between;align-items:flex-start;gap:8px;padding:15px 0;display:flex}.publish-team-capacity>span{flex:1;align-items:center;gap:8px;min-width:0;min-height:42px;font-size:13.5px;display:flex}.publish-team-capacity>span img{width:27px;height:27px}.publish-team-capacity__controls{flex-direction:column;flex:none;align-items:center;gap:4px;width:135px;display:flex}.publish-team-capacity__stepper{background:var(--otr-surface-soft);border-radius:10px;grid-template-columns:42px 51px 42px;align-items:center;width:135px;height:42px;display:grid}.publish-team-capacity__stepper button{background:0 0;border-radius:10px;place-items:center;height:100%;display:grid}.publish-team-capacity__stepper button img{width:19px;height:19px}.publish-team-capacity__stepper strong{text-align:center;text-overflow:ellipsis;white-space:nowrap;font-size:12.5px;overflow:hidden}.publish-team-capacity__controls>span{min-height:15px;color:var(--otr-text-tertiary);justify-content:center;align-items:center;gap:4px;font-size:10px;line-height:15px;display:flex}.publish-team-capacity__controls>span button{color:var(--otr-primary);font-size:inherit;line-height:inherit;padding:0}.publish-team-supplement{margin-top:12px}.publish-team-notice{color:var(--otr-text-tertiary);margin:14px 16px 0;font-size:11px;line-height:18px}.team-secondary-page{min-height:100dvh;margin:0 calc(-1 * var(--page-gutter)) -40px;padding-bottom:calc(92px + env(safe-area-inset-bottom));background:var(--otr-page);color:var(--otr-ink)}.team-secondary-page>.page-header{z-index:12;background:var(--otr-page);margin:0;position:sticky;top:0}.team-secondary-content{padding:16px 16px 24px}.team-secondary-tip{background:var(--otr-surface);min-height:62px;color:var(--otr-text-secondary);border-radius:12px;align-items:center;gap:12px;margin-bottom:19px;padding:12px;font-size:11px;line-height:18px;display:flex}.team-secondary-tip img{flex:none;width:38px;height:38px}.team-route-fixed{border-bottom:1px solid var(--otr-line);text-align:left;grid-template-columns:28px minmax(0,1fr) 15px;align-items:center;gap:12px;width:100%;min-height:76px;padding:12px 0;display:grid}.team-route-fixed>img:first-child{width:28px;height:28px}.team-route-fixed>img:last-child{width:15px;height:15px}.team-route-fixed span{min-width:0}.team-route-fixed strong,.team-route-fixed small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.team-route-fixed strong{font-size:14px;line-height:21px}.team-route-fixed small{color:var(--otr-text-secondary);margin-top:6px;font-size:12px;line-height:20px}.team-route-waypoints{padding:20px 0}.team-route-waypoints>header{justify-content:space-between;align-items:center;gap:10px;margin-bottom:12px;display:flex}.team-route-waypoints>header strong{font-size:14px;line-height:21px}.team-route-waypoints>header small,.team-route-limit{color:var(--otr-text-secondary);font-size:11px;line-height:18px}.team-route-waypoint-list{position:relative}.team-route-waypoints article{border-bottom:1px solid var(--otr-line);background:var(--otr-page);transform-origin:50%;will-change:transform;grid-template-columns:36px 24px minmax(0,1fr) 44px;align-items:center;gap:7px;min-height:58px;display:grid}.team-route-waypoints article.is-dragging{z-index:3;background:var(--otr-surface);border-radius:10px;box-shadow:0 12px 28px #0000004d}.team-route-waypoint-index{color:var(--otr-text-secondary);text-align:center;font-size:11px}.team-route-waypoint-place{text-align:left;text-overflow:ellipsis;white-space:nowrap;min-width:0;min-height:44px;padding:0;font-size:14px;overflow:hidden}.team-route-waypoint-drag,.team-route-waypoint-remove{cursor:grab;place-items:center;width:36px;height:44px;padding:10px;display:grid}.team-route-waypoint-drag{touch-action:none}.team-route-waypoint-drag.is-hidden{visibility:hidden}.team-route-waypoint-drag:active{cursor:grabbing}.team-route-waypoint-drag img,.team-route-waypoint-remove img{width:16px;height:16px}.team-route-add{background:var(--otr-surface);border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;height:44px;margin-top:12px;font-size:13px;display:flex}.team-route-add img{width:20px;height:20px}.team-route-limit{margin-top:8px;display:block}.team-time-list{background:var(--otr-surface);border-radius:12px;margin-bottom:20px;padding:0 16px}.publish-date-time-field{min-height:78px;position:relative}.publish-date-time-field+.publish-date-time-field{border-top:1px solid var(--otr-line)}.publish-date-time-field__trigger{text-align:left;grid-template-columns:22px minmax(0,1fr);align-items:center;gap:9px;width:100%;min-height:78px;padding:12px 30px 12px 0;display:grid;position:relative}.publish-date-time-field.has-value .publish-date-time-field__trigger{padding-right:76px}.publish-date-time-field__trigger>img:first-child{width:22px;height:22px}.publish-date-time-field__trigger>img:last-child{opacity:.72;width:15px;height:15px;position:absolute;top:50%;right:0;transform:translateY(-50%)}.publish-date-time-field__copy{flex-direction:column;min-width:0;display:flex}.publish-date-time-field__copy strong{font-size:14px;line-height:21px}.publish-date-time-field__copy small{min-width:0;color:var(--otr-ink);text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:13px;font-weight:600;line-height:20px;overflow:hidden}.publish-date-time-field__copy small.is-placeholder{color:var(--otr-text-secondary);font-weight:400}.publish-date-time-field__clear{z-index:1;width:48px;min-height:44px;color:var(--otr-text-secondary);font-size:12px;position:absolute;top:50%;right:21px;transform:translateY(-50%)}.publish-date-time-field--checkin{border-bottom:1px solid var(--otr-line);min-height:73px}.publish-date-time-field--checkin .publish-date-time-field__trigger{grid-template-columns:27px minmax(0,1fr);gap:12px;min-height:73px;padding:12px 24px 12px 0}.publish-date-time-field--checkin.has-value .publish-date-time-field__trigger{padding-right:70px}.publish-date-time-field--checkin .publish-date-time-field__trigger>img:first-child{width:27px;height:27px}.publish-date-time-field--checkin .publish-date-time-field__copy strong{font-size:14px;line-height:21px}.publish-date-time-field--checkin .publish-date-time-field__copy small{color:var(--otr-text-secondary);margin-top:6px;font-size:12px;font-weight:400;line-height:20px}.publish-date-time-field--checkin .publish-date-time-field__clear{color:var(--otr-primary);font-size:11px;right:20px}.otr-date-time-picker.adm-picker{--header-button-font-size:14px;--title-font-size:15px;--item-font-size:14px;--item-height:42px;background:var(--otr-surface);height:326px;color:var(--otr-ink)}.otr-date-time-picker .adm-picker-header{border-color:var(--otr-line);background:var(--otr-surface);min-height:52px;padding:0 8px}.otr-date-time-picker .adm-picker-header-button{min-width:52px;min-height:44px;color:var(--otr-text-secondary);padding:0 8px}.otr-date-time-picker .adm-picker-header-button:last-child{color:var(--otr-primary);font-weight:600}.otr-date-time-picker .adm-picker-header-title{color:var(--otr-ink);font-weight:600}.otr-date-time-picker .adm-picker-view{--item-height:42px;background:var(--otr-surface)}.otr-date-time-picker .adm-picker-view-column-item{color:var(--otr-ink);padding:0 2px}.otr-date-time-picker .adm-picker-view-mask-middle{border-color:var(--otr-line);background:0 0}.otr-date-time-picker .adm-picker-view-mask-top,.otr-date-time-picker .adm-picker-view-mask-bottom{background:var(--otr-surface)}.team-supplement-page .team-secondary-content>h2{margin:0 0 12px;font-size:17px;line-height:26px}.team-supplement-distance{border-bottom:1px solid var(--otr-line);justify-content:space-between;align-items:center;gap:12px;min-height:76px;padding:14px 0;display:flex}.team-supplement-distance>strong,.team-secondary-option-grid legend,.team-supplement-note>strong{font-size:14px;line-height:21px}.team-supplement-distance>span{min-width:0;color:var(--otr-text-secondary);flex:1;justify-content:flex-end;align-items:center;gap:8px;font-size:12px;display:flex}.team-supplement-distance input{background:var(--otr-surface-soft);width:min(100%,180px);height:46px;color:var(--otr-ink);font:inherit;appearance:textfield;border:0;border-radius:10px;padding:0 12px}.team-supplement-distance input::-webkit-inner-spin-button{appearance:none;margin:0}.team-supplement-distance input::-webkit-outer-spin-button{appearance:none;margin:0}.team-secondary-option-grid{border:0;border-bottom:1px solid var(--otr-line);margin:0;padding:16px 0}.team-secondary-option-grid legend{margin-bottom:12px;font-weight:650}.team-secondary-option-grid>div{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.team-secondary-option-grid button{border:1px solid var(--otr-line);background:var(--otr-surface);min-height:40px;color:var(--otr-text-secondary);border-radius:10px;padding:6px 8px;font-size:12px;line-height:18px}.team-secondary-option-grid button.is-selected{background:var(--otr-primary-soft);color:#ffa27d;border-color:#a54e30}.team-supplement-page .team-secondary-content>h2.team-supplement-notes-title{margin-top:28px}.team-supplement-note{border-bottom:1px solid var(--otr-line);padding:16px 0;display:block}.team-supplement-note>strong{margin-bottom:10px;display:block}.team-supplement-note textarea{background:var(--otr-surface-soft);width:100%;min-height:120px;color:var(--otr-ink);font:inherit;resize:vertical;border:0;border-radius:10px;padding:12px;font-size:14px;line-height:22px}.team-secondary-footer{z-index:10;right:var(--otr-app-edge);bottom:0;left:var(--otr-app-edge);padding:12px 16px calc(12px + env(safe-area-inset-bottom));border-top:1px solid var(--otr-line);background:var(--otr-page);position:fixed}.team-secondary-footer button{background:var(--otr-primary-button);width:100%;height:44px;color:var(--otr-on-primary);border-radius:10px;justify-content:center;align-items:center;font-size:14px;font-weight:650;display:flex}.publish-exit-sheet{width:var(--otr-app-width);padding:8px 16px calc(12px + env(safe-area-inset-bottom));background:var(--otr-surface);color:var(--otr-ink);border-radius:14px 14px 0 0;margin:0;right:auto!important;left:var(--otr-app-edge)!important}.ai-route-page{background:var(--otr-page);min-height:100dvh;color:var(--otr-ink)}.ai-route-page:not(.ai-route-page--result){grid-template-rows:auto minmax(0,1fr) auto;height:100dvh;min-height:0;display:grid;overflow:hidden}.ai-route-chat,.ai-route-result{padding:20px 16px}.ai-route-chat{overscroll-behavior:contain;scrollbar-color:var(--otr-line) transparent;scrollbar-width:thin;overflow:auto}.ai-route-hero{text-align:center;flex-direction:column;align-items:center;max-width:480px;margin:0 auto;display:flex}.ai-route-hero__image{place-items:center;width:144px;height:144px;margin:4px 0 18px;display:grid}.ai-route-hero__image img{object-fit:contain;width:100%;height:100%}.ai-route-hero h1,.ai-route-result__heading h1{color:var(--otr-ink);letter-spacing:-.02em;margin:0;font-size:24px;line-height:34px}.ai-route-hero p{max-width:340px;color:var(--otr-text-secondary);margin:8px 0 0;font-size:14px;line-height:23px}.ai-route-examples{gap:10px;max-width:480px;margin:28px auto 0;display:grid}.ai-route-examples>button{border:1px solid var(--otr-line);background:var(--otr-surface);text-align:left;border-radius:14px;grid-template-columns:40px minmax(0,1fr) 20px;align-items:center;gap:12px;min-height:72px;padding:12px 14px;display:grid}.ai-route-examples>button:active{background:var(--otr-surface-soft)}.ai-route-example__icon{background:var(--otr-surface-soft);border-radius:12px;place-items:center;width:40px;height:40px;display:grid}.ai-route-example__icon img{width:24px;height:24px}.ai-route-examples strong,.ai-route-examples small{display:block}.ai-route-examples strong{font-size:15px;line-height:22px}.ai-route-examples small{color:var(--otr-text-secondary);margin-top:3px;font-size:12px;line-height:18px}.ai-route-example__arrow{width:16px;height:16px}.ai-route-manual-link{width:fit-content;min-height:44px;color:var(--otr-text-secondary);text-align:center;text-underline-offset:4px;margin:14px auto 0;padding:12px 16px;font-size:13px;line-height:20px;text-decoration:underline;display:block}.ai-route-conversation{flex-direction:column;gap:16px;display:flex}.ai-route-message{align-items:flex-start;gap:9px;max-width:88%;display:flex}.ai-route-message>img{background:var(--otr-surface-soft);border-radius:10px;flex:none;width:32px;height:32px}.ai-route-message p,.ai-route-thinking{background:var(--otr-surface);white-space:pre-wrap;overflow-wrap:anywhere;border-radius:4px 14px 14px;margin:0;padding:10px 12px;font-size:14px;line-height:23px}.ai-route-message--user{align-self:flex-end}.ai-route-message--user p{color:#fff2e9;background:#603a2b;border-radius:14px 4px 14px 14px}.ai-route-thinking{justify-content:center;align-items:center;gap:5px;min-width:54px;min-height:42px;display:flex}.ai-route-thinking span{background:var(--otr-text-secondary);border-radius:50%;width:5px;height:5px;animation:1s ease-in-out infinite ai-route-thinking}.ai-route-thinking span:nth-child(2){animation-delay:.14s}.ai-route-thinking span:nth-child(3){animation-delay:.28s}@keyframes ai-route-thinking{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-4px)}}.ai-route-suggestions{flex-wrap:wrap;gap:8px;padding-left:41px;display:flex}.ai-route-suggestions button{border:1px solid color-mix(in srgb, var(--otr-primary) 70%, var(--otr-line));min-height:40px;color:var(--otr-primary);background:0 0;border-radius:12px;padding:9px 14px;font-size:13px;line-height:20px}.ai-route-composer{width:var(--otr-app-width);padding:10px 16px calc(10px + env(safe-area-inset-bottom));border-top:1px solid var(--otr-line);background:var(--otr-navigation)}.ai-route-quota{color:var(--otr-text-secondary);justify-content:space-between;gap:12px;margin-bottom:7px;font-size:11px;line-height:17px;display:flex}.ai-route-quota span:last-child{text-align:right}.ai-route-send-error{background:color-mix(in srgb, var(--otr-danger) 14%, transparent);width:100%;min-height:36px;color:var(--otr-danger);text-align:left;border-radius:10px;margin-bottom:7px;padding:7px 10px;font-size:12px;line-height:19px}.ai-route-input-row{border:1px solid var(--otr-line);background:var(--otr-surface-soft);border-radius:13px;align-items:flex-end;gap:8px;min-height:48px;padding:4px 4px 4px 13px;display:flex}.ai-route-input-row:focus-within{border-color:var(--otr-primary)}.ai-route-input-row textarea{resize:none;min-height:38px;max-height:112px;color:var(--otr-ink);font:inherit;background:0 0;border:0;outline:0;flex:1;padding:8px 0;font-size:16px;line-height:24px}.ai-route-input-row textarea::placeholder{color:var(--otr-text-tertiary)}.ai-route-input-row>button{background:var(--otr-primary-button);border-radius:11px;flex:none;place-items:center;width:40px;height:40px;display:grid}.ai-route-input-row>button:disabled{background:var(--otr-surface-soft);opacity:1}.ai-route-input-row>button img{width:22px;height:22px}.ai-route-spinner{border:2px solid #ffffff59;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.8s linear infinite ai-route-spin}@keyframes ai-route-spin{to{transform:rotate(360deg)}}.ai-route-composer>p{color:var(--otr-text-tertiary);margin:7px 0 0;font-size:10px;line-height:16px}.ai-route-page--result{padding-bottom:calc(88px + env(safe-area-inset-bottom))}.ai-route-page--result .page-header button{min-width:44px;min-height:44px;color:var(--otr-primary);font-size:14px}.ai-route-result{max-width:560px;margin:0 auto}.ai-route-result__heading>span{width:fit-content;color:var(--otr-success);align-items:center;gap:6px;margin-bottom:10px;font-size:12px;line-height:18px;display:flex}.ai-route-result__heading>span img{width:18px;height:18px}.ai-route-result__heading>p{color:var(--otr-text-secondary);margin:8px 0 0;font-size:13px;line-height:20px}.ai-route-result__section,.ai-route-result__road,.ai-route-result__warning{background:var(--otr-surface);border-radius:14px;margin-top:20px;padding:16px}.ai-route-result__section>header{justify-content:space-between;align-items:center;display:flex}.ai-route-result h2,.ai-route-result__road strong{margin:0;font-size:15px;line-height:22px}.ai-route-result__section>header small{color:var(--otr-text-secondary);font-size:11px}.ai-route-node-list{margin:14px 0 0;padding:0;list-style:none}.ai-route-node-list li{grid-template-columns:minmax(0,1fr) auto;gap:10px;min-height:54px;padding:0 0 14px 26px;display:grid;position:relative}.ai-route-node-list li:last-child{min-height:28px;padding-bottom:0}.ai-route-node-list__rail{background:var(--otr-line);width:1px;position:absolute;top:9px;bottom:-9px;left:7px}.ai-route-node-list li:last-child .ai-route-node-list__rail{display:none}.ai-route-node-list__dot{border:2px solid var(--otr-surface);background:var(--otr-primary);border-radius:50%;width:9px;height:9px;position:absolute;top:6px;left:3px}.ai-route-node-list strong,.ai-route-node-list small{display:block}.ai-route-node-list strong{font-size:14px;line-height:21px}.ai-route-node-list small{color:var(--otr-text-secondary);margin-top:3px;font-size:12px;line-height:18px}.ai-route-node-list em{color:var(--otr-text-secondary);font-size:11px;font-style:normal;line-height:21px}.ai-route-result__facts{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:12px;display:grid}.ai-route-result__facts>div{background:var(--otr-surface-soft);border-radius:12px;padding:14px}.ai-route-result__facts small,.ai-route-result__facts strong{display:block}.ai-route-result__facts small{color:var(--otr-text-secondary);font-size:11px;line-height:17px}.ai-route-result__facts strong{font-variant-numeric:tabular-nums;margin-top:5px;font-size:15px;line-height:22px}.ai-route-result__copy p,.ai-route-result__road p,.ai-route-result__warning p{color:var(--otr-text-secondary);white-space:pre-wrap;margin:7px 0 0;font-size:13px;line-height:22px}.ai-route-result__road{gap:12px;display:flex}.ai-route-result__road>img{flex:none;width:28px;height:28px}.ai-route-result__warning{background:color-mix(in srgb, #e9b968 10%, var(--otr-surface));align-items:flex-start;gap:10px;display:flex}.ai-route-result__warning>strong{color:#181512;background:#e9b968;border-radius:9px;flex:none;place-items:center;width:30px;height:30px;font-size:11px;display:grid}.ai-route-result__warning p{margin:2px 0 0}.ai-route-result__quota{color:var(--otr-text-secondary);text-align:center;margin:14px 0 0;font-size:11px}.ai-route-result__actions{z-index:30;right:var(--otr-app-edge);bottom:0;left:var(--otr-app-edge);min-height:calc(72px + env(safe-area-inset-bottom));padding:12px 16px calc(12px + env(safe-area-inset-bottom));border-top:1px solid var(--otr-line);background:var(--otr-navigation);grid-template-columns:1fr 1.35fr;gap:10px;display:grid;position:fixed}.ai-route-result__actions button{min-height:44px}.publish-ai-source-note{background:color-mix(in srgb, var(--otr-primary) 12%, var(--otr-surface));color:var(--otr-ink);border-radius:12px;align-items:flex-start;gap:10px;margin-bottom:12px;padding:12px 14px;font-size:12px;line-height:20px;display:flex}.publish-ai-source-note img{flex:none;width:24px;height:24px}@media (prefers-reduced-motion:reduce){.ai-route-thinking span,.ai-route-spinner{animation:none}}.publish-exit-sheet section>button{border-top:1px solid var(--otr-line);width:100%;min-height:50px;color:var(--otr-ink);font-size:14px;font-weight:600}.publish-exit-sheet section>button:first-of-type{color:var(--otr-primary);border:0}.publish-exit-sheet section>button.is-danger{color:var(--otr-danger)}.publish-exit-sheet section>button:last-of-type{margin-top:8px}.publish-exit-sheet section>button:active{background:var(--otr-surface-soft)}@media (prefers-reduced-motion:reduce){.publish-media-progress span{transition:none}}.media-gallery--story-full,.media-gallery--story-grid{aspect-ratio:auto;background:0 0;border-radius:0;width:100%;margin:16px 0 0;overflow:visible}.media-gallery__story-list{gap:10px;display:grid}.media-gallery--story-grid .media-gallery__story-list{grid-template-columns:repeat(2,minmax(0,1fr))}.media-gallery--story-full .media-gallery__slide,.media-gallery--story-grid .media-gallery__slide,.media-gallery--story-full .media-gallery__image-button,.media-gallery--story-full .media-gallery__image-button img,.media-gallery--story-full .media-gallery__video-wrap,.media-gallery--story-full .media-gallery__video-wrap video{height:auto}.media-gallery--story-full img,.media-gallery--story-full video,.media-gallery--story-grid img,.media-gallery--story-grid video{border-radius:10px}.media-gallery--story-full img,.media-gallery--story-full video{object-fit:contain}.media-gallery--story-grid .media-gallery__image-button,.media-gallery--story-grid .media-gallery__image-button img,.media-gallery--story-grid .media-gallery__video-wrap,.media-gallery--story-grid .media-gallery__video-wrap video{aspect-ratio:1;object-fit:cover;height:auto}.media-gallery--story-grid .media-gallery__slide:last-child:nth-child(odd){grid-column:1/-1}.media-gallery--story-grid .media-gallery__slide:last-child:nth-child(odd) :is(.media-gallery__image-button,img,.media-gallery__video-wrap,video){aspect-ratio:auto;object-fit:contain;height:auto}.media-gallery--story-full figcaption,.media-gallery--story-grid figcaption{color:var(--otr-text-tertiary);margin-top:7px;font-size:12px;line-height:18px}.checkin-detail-hero{position:relative}.checkin-detail-hero .media-gallery{border-radius:0;width:100%;margin:0}.checkin-status{z-index:3;color:#c5ecd1;background:#263d30ed;border-radius:8px;padding:5px 10px;font-size:11px;position:absolute;top:14px;left:16px}.checkin-status:is([data-status=ENDED],[data-status=CLOSED]){color:#c5cbd0;background:#35383bed}.checkin-detail-content,.checkin-entry-detail-content{padding:0 16px 24px}.checkin-detail-summary{padding:20px 0}.checkin-detail-summary>h1{letter-spacing:-.02em;margin:0 0 8px;font-size:26px;line-height:36px}.checkin-detail-summary .content-detail-author-row{margin:0 -16px;padding-block:10px}.checkin-detail-summary>.content-location-list{margin-top:8px}.checkin-detail-stats{border-block:1px solid var(--otr-line);grid-template-columns:repeat(3,minmax(0,1fr));margin-top:16px;padding:14px 0;display:grid}.checkin-detail-stats>span{color:var(--otr-text-tertiary);flex-direction:column;align-items:center;font-size:10px;display:flex}.checkin-detail-stats>span+span{border-left:1px solid var(--otr-line)}.checkin-detail-stats strong{color:var(--otr-text-primary);font-variant-numeric:tabular-nums;margin-bottom:3px;font-size:18px}.checkin-detail-section,.checkin-entry-section,.checkin-entry-others{border-top:1px solid var(--otr-line);padding:20px 0}.checkin-detail-section h2,.checkin-entry-section h2,.checkin-entry-others h2{margin:0 0 10px;font-size:17px}.checkin-detail-section>p,.checkin-entry-paper>p{color:#e1e3e2;white-space:pre-wrap;margin:0;font-size:15px;line-height:25px}.checkin-detail-guide{border-top:1px solid var(--otr-line);justify-content:space-between;gap:16px;padding:16px 0;display:flex}.checkin-detail-guide>div{flex-direction:column;gap:4px;min-width:0;display:flex}.checkin-detail-guide strong{color:var(--otr-primary);font-size:14px}.checkin-detail-guide span,.checkin-detail-guide time{color:var(--otr-text-tertiary);font-size:11px;line-height:18px}.checkin-detail-guide time{text-align:right;flex:none}.checkin-detail-facts{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:0 0 18px;display:grid}.checkin-detail-facts>div{background:var(--otr-surface);border-radius:9px;padding:10px 12px}.checkin-detail-facts dt,.checkin-detail-facts dd{margin:0;font-size:11px}.checkin-detail-facts dt{color:var(--otr-text-tertiary)}.checkin-detail-facts dd{margin-top:4px}.checkin-entry-section>header{justify-content:space-between;display:flex}.checkin-entry-section>header span,.checkin-entry-empty,.checkin-entry-retry{color:var(--otr-text-tertiary);font-size:11px}.checkin-entry-empty,.checkin-entry-retry{text-align:center;width:100%;padding:18px 0;display:block}.checkin-entry-list>a{background:var(--otr-surface);color:inherit;border-radius:12px;margin-top:12px;padding:14px;text-decoration:none;display:block}.checkin-entry-author{align-items:center;gap:9px;display:flex}.checkin-entry-author>img:first-child{object-fit:cover;border-radius:50%;width:34px;height:34px}.checkin-entry-author>img:last-child{width:14px;height:14px}.checkin-entry-author>span{flex-direction:column;flex:1;min-width:0;display:flex}.checkin-entry-author :is(strong,small){text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.checkin-entry-author strong{font-size:12px}.checkin-entry-author small{color:var(--otr-text-tertiary);margin-top:3px;font-size:10px}.checkin-entry-list>a>p{margin:12px 0 0;font-size:13px;line-height:21px}.checkin-entry-media{grid-template-columns:repeat(3,minmax(0,1fr));gap:5px;margin-top:12px;display:grid}.checkin-entry-media :is(img,video){aspect-ratio:1;object-fit:cover;border-radius:7px;width:100%}.checkin-entry-list footer{color:var(--otr-text-tertiary);justify-content:space-between;margin-top:10px;font-size:10px;display:flex}.checkin-entry-detail-author,.checkin-entry-detail-author>a{align-items:center;gap:10px;min-width:0;display:flex}.checkin-entry-detail-author{min-height:72px}.checkin-entry-detail-author>a{color:inherit;flex:1;text-decoration:none}.checkin-entry-detail-author>a>img{object-fit:cover;border-radius:50%;width:38px;height:38px}.checkin-entry-detail-author>a>span{flex-direction:column;gap:2px;min-width:0;display:flex}.checkin-entry-detail-author :is(strong,em,small){text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.checkin-entry-detail-author strong{font-size:14px}.checkin-entry-detail-author em,.checkin-entry-detail-author small{color:var(--otr-text-tertiary);font-size:10px;font-style:normal}.checkin-entry-detail-page .media-gallery{border-radius:0;width:auto;margin-inline:-16px}.checkin-entry-paper,.checkin-entry-collection{margin-top:18px}.checkin-entry-paper{border-bottom:1px solid var(--otr-line);padding:18px 0}.checkin-entry-badges,.checkin-entry-place{align-items:center;gap:7px;display:flex}.checkin-entry-badges{flex-wrap:wrap;margin-bottom:12px}.checkin-entry-badges span{background:var(--otr-primary-soft);color:var(--otr-primary);border-radius:7px;padding:4px 8px;font-size:10px}.checkin-entry-place{color:var(--otr-text-secondary);margin-top:14px;font-size:12px}.checkin-entry-place img{width:18px;height:18px}.checkin-entry-collection{background:var(--otr-surface);min-height:64px;color:inherit;border-radius:12px;grid-template-columns:28px minmax(0,1fr) 14px;align-items:center;gap:10px;padding:12px;text-decoration:none;display:grid}.checkin-entry-collection>img{width:24px;height:24px}.checkin-entry-collection>img:last-child{width:14px;height:14px}.checkin-entry-collection span,.checkin-entry-others>a>span{flex-direction:column;min-width:0;display:flex}.checkin-entry-collection small,.checkin-entry-others small{color:var(--otr-text-tertiary);font-size:10px}.checkin-entry-collection strong,.checkin-entry-others :is(strong,small){text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.checkin-entry-others>a{min-height:62px;color:inherit;grid-template-columns:34px minmax(0,1fr) 42px 14px;align-items:center;gap:9px;text-decoration:none;display:grid}.checkin-entry-others>a+a{border-top:1px solid var(--otr-line)}.checkin-entry-others>a>img:first-child{object-fit:cover;border-radius:50%;width:34px;height:34px}.checkin-entry-others>a>img:nth-last-child(2){object-fit:cover;border-radius:6px;width:42px;height:42px}.checkin-entry-others>a>img:last-child{width:14px;height:14px}.team-detail-safety-notice{background:var(--otr-surface);color:var(--otr-text-tertiary);border-radius:12px;align-items:flex-start;gap:9px;margin:20px 0 0;padding:14px;font-size:11px;line-height:18px;display:flex}.team-detail-safety-notice img{flex:0 0 20px;width:20px;height:20px}.visually-hidden{clip:rect(0 0 0 0)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}.home-banner-carousel{border-radius:12px;height:122px;margin-bottom:12px}.home-banner-carousel .home-banner{height:122px;margin-bottom:0}.home-banner-carousel .adm-swiper-indicator{bottom:8px}.home-banner-carousel .adm-page-indicator-dot{background:#ffffff85;width:5px;height:5px}.home-banner-carousel .adm-page-indicator-dot-active{background:var(--otr-primary);border-radius:4px;width:14px}.profile-edit-page,.personalization-page,.settings-page{padding-bottom:calc(80px + env(safe-area-inset-bottom))}.profile-edit-content{gap:12px}.profile-review-entry{background:var(--otr-surface);min-height:70px;color:inherit;border-radius:12px;grid-template-columns:34px minmax(0,1fr) 15px;align-items:center;gap:11px;padding:12px 14px;text-decoration:none;display:grid}.profile-review-entry>img:first-child{width:28px;height:28px}.profile-review-entry>img:last-child{width:15px;height:15px}.profile-review-entry>span{flex-direction:column;gap:4px;min-width:0;display:flex}.profile-review-entry strong{font-size:14px}.profile-review-entry small{color:var(--otr-text-secondary);text-overflow:ellipsis;white-space:nowrap;font-size:11px;line-height:18px;overflow:hidden}.profile-edit-content>.profile-edit-form{gap:0;padding:0 16px}.profile-edit-form>label,.profile-edit-form>.profile-edit-region{border-bottom:1px solid var(--otr-line);padding:16px 0}.profile-edit-form>label:last-child{border-bottom:0}.profile-media-row{border-bottom:1px solid var(--otr-line);width:100%;min-height:78px;color:var(--otr-ink);text-align:left;grid-template-columns:minmax(68px,1fr) auto auto 15px;align-items:center;gap:9px;padding:10px 0;font-size:13px;font-weight:600;display:grid}.profile-media-row:disabled{opacity:.58}.profile-media-row>img{width:15px;height:15px}.profile-media-row>small{color:var(--otr-text-secondary);font-size:11px;font-weight:400}.profile-media-row>small.is-error{color:var(--otr-danger)}.profile-media-preview{background:var(--otr-surface-soft);display:block;position:relative;overflow:hidden}.profile-media-preview--avatar{border-radius:50%;width:54px;height:54px}.profile-media-preview--cover{border-radius:9px;width:112px;height:54px}.profile-media-preview>img:first-child{object-fit:cover;width:100%;height:100%}.profile-media-preview>img:last-child{background:var(--otr-primary-soft);border-radius:50%;width:20px;height:20px;padding:4px;position:absolute;bottom:4px;right:4px}.profile-edit-bottom-action .primary-action,.personalization-bottom-action .primary-action{border:0;width:100%}.profile-edit-bottom-action .primary-action:disabled,.personalization-bottom-action .primary-action:disabled{opacity:.48}.personalization-content{gap:12px;display:grid}.personalization-section{background:var(--otr-surface);border-radius:12px;padding:16px}.personalization-section>header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.personalization-section>header h2{margin:0;font-size:16px;line-height:24px}.personalization-section>header p,.personalization-section>header>span,.empty-copy{color:var(--otr-text-secondary);margin:4px 0 0;font-size:11px;line-height:18px}.personalization-section>header>button{min-height:34px;color:var(--otr-primary);flex:none;font-size:12px}.vehicle-form{background:var(--otr-page);border-radius:10px;gap:12px;margin-top:14px;padding:14px;display:grid}.vehicle-form label{gap:6px;display:grid}.vehicle-form label>span{font-size:12px;font-weight:600}.vehicle-form input{border:1px solid var(--otr-line);background:var(--otr-surface);min-height:42px;color:var(--otr-ink);border-radius:9px;padding:9px 11px}.vehicle-photo-picker{border:1px solid var(--otr-line);text-align:left;border-radius:9px;grid-template-columns:48px minmax(0,1fr) 15px;align-items:center;gap:10px;min-height:64px;padding:8px;display:grid}.vehicle-photo-picker>img:first-child{object-fit:cover;border-radius:7px;width:48px;height:48px}.vehicle-photo-picker>img:last-child{width:15px;height:15px}.vehicle-photo-picker>span{gap:4px;display:grid}.vehicle-photo-picker strong{font-size:12px}.vehicle-photo-picker small{color:var(--otr-text-secondary);font-size:10px}.vehicle-form-actions{grid-template-columns:1fr 1.35fr;gap:8px;display:grid}.vehicle-form-actions button{background:var(--otr-surface);min-height:40px;color:var(--otr-ink);border-radius:9px}.vehicle-form-actions button.is-primary{background:var(--otr-primary-button);color:var(--otr-on-primary)}.vehicle-list{gap:10px;margin-top:14px;display:grid}.vehicle-card{background:var(--otr-page);border-radius:10px;grid-template-columns:84px minmax(0,1fr);gap:12px;padding:10px;display:grid}.vehicle-card__photo{border-radius:9px;width:84px;height:84px;position:relative;overflow:hidden}.vehicle-card__photo img{object-fit:cover;width:100%;height:100%}.vehicle-card__photo span{color:#fff;text-align:center;background:#000000ad;padding:4px;font-size:10px;position:absolute;bottom:0;left:0;right:0}.vehicle-card>div{flex-direction:column;min-width:0;display:flex}.vehicle-card>div>strong{text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.vehicle-card>div>span{color:var(--otr-text-secondary);margin-top:5px;font-size:11px}.vehicle-card>div>div{align-items:center;gap:12px;margin-top:auto;display:flex}.vehicle-card>div button,.vehicle-card>div em{color:var(--otr-primary);font-size:11px;font-style:normal}.vehicle-card>div button.is-danger{color:var(--otr-danger);margin-left:auto}.preference-tag-grid{flex-wrap:wrap;gap:8px;margin-top:14px;display:flex}.preference-tag-grid button{border:1px solid var(--otr-line);min-height:36px;color:var(--otr-text-secondary);border-radius:18px;padding:0 13px;font-size:12px}.preference-tag-grid button.is-selected{border-color:var(--otr-primary);background:var(--otr-primary-soft);color:var(--otr-primary)}.title-option-list{gap:8px;margin-top:14px;display:grid}.title-option-list>button{border:1px solid var(--otr-line);border-radius:9px;justify-content:space-between;align-items:center;min-height:50px;padding:8px 10px;display:flex}.title-option-list>button.is-selected{border-color:var(--otr-primary);background:var(--otr-primary-soft)}.title-option-list>button>img{width:18px;height:18px}.privacy-settings-list{margin-top:10px;display:grid}.privacy-settings-list>*{border-top:1px solid var(--otr-line);min-height:54px}.privacy-city-row{justify-content:space-between;align-items:center;gap:12px;font-size:13px;font-weight:600;display:flex}.privacy-city-row>div{background:var(--otr-page);border-radius:9px;padding:3px;display:flex}.privacy-city-row button{min-height:32px;color:var(--otr-text-secondary);border-radius:7px;padding:0 10px;font-size:11px}.privacy-city-row button.is-selected{background:var(--otr-primary-soft);color:var(--otr-primary)}.review-record-filter{padding:12px 16px 0}.review-record-filter .otr-tabs{overflow-x:auto}.review-record-meta{justify-content:space-between;align-items:center;gap:10px;display:flex}.review-record-meta>span:last-child{color:var(--otr-text-secondary);font-size:11px}.review-status--superseded{background:var(--otr-surface-soft);color:var(--otr-text-secondary)}.profile-review-summary{align-items:center;gap:12px;display:flex}.profile-review-summary>img{object-fit:cover;border-radius:50%;flex:none;width:52px;height:52px}.profile-review-summary>span{gap:4px;min-width:0;display:grid}.profile-review-summary strong{text-overflow:ellipsis;white-space:nowrap;font-size:15px;overflow:hidden}.profile-review-summary small{color:var(--otr-text-secondary);font-size:11px}.settings-content{gap:20px;display:grid}.settings-group h2{color:var(--otr-text-secondary);margin:0 0 8px;font-size:12px;font-weight:500}.settings-group .account-entry-group{margin:0}.settings-login-entry{background:var(--otr-primary-button);min-height:44px;color:var(--otr-on-primary);border-radius:10px;justify-content:center;align-items:center;font-size:13px;font-weight:600;text-decoration:none;display:flex}.announcement-content{padding:16px 16px calc(32px + env(safe-area-inset-bottom))}.announcement-hero{background:var(--otr-surface);border-radius:14px;min-height:270px;position:relative;overflow:hidden}.announcement-hero:after{content:"";background:linear-gradient(#0000 20%,#0c0e0fe6 100%);position:absolute;inset:0}.announcement-hero>img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.announcement-hero>div{z-index:1;position:absolute;bottom:18px;left:18px;right:18px}.announcement-hero>div>span{background:var(--otr-primary-button);color:#fff;border-radius:12px;align-items:center;min-height:24px;padding:0 9px;font-size:11px;display:inline-flex}.announcement-hero h1{letter-spacing:-.02em;margin:10px 0 0;font-size:27px;line-height:36px}.announcement-hero p{color:#d7dad8;max-width:29em;margin:7px 0 0;font-size:13px;line-height:21px}.announcement-section{border-bottom:1px solid var(--otr-line);padding:24px 0}.announcement-section h2,.announcement-letter h2{margin:0;font-size:18px;line-height:27px}.announcement-section>p,.announcement-letter p{color:var(--otr-text-secondary);margin:10px 0 0;font-size:13px;line-height:23px}.announcement-feature-grid{background:var(--otr-line);border-radius:12px;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;margin-top:14px;display:grid;overflow:hidden}.announcement-feature-grid article{background:var(--otr-surface);align-items:flex-start;gap:10px;min-height:92px;padding:13px;display:flex}.announcement-feature-grid article>img{flex:none;width:28px;height:28px}.announcement-feature-grid article>span{flex-direction:column;gap:5px;min-width:0;display:flex}.announcement-feature-grid strong{font-size:13px}.announcement-feature-grid small{color:var(--otr-text-secondary);font-size:10px;line-height:17px}.announcement-guide{counter-reset:guide;margin:14px 0 0;padding:0;list-style:none}.announcement-guide li{border-bottom:1px solid var(--otr-line);min-height:46px;color:var(--otr-text-secondary);counter-increment:guide;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:10px;font-size:12px;display:grid}.announcement-guide li:before{color:var(--otr-primary);font-variant-numeric:tabular-nums;content:counter(guide, decimal-leading-zero);font-size:11px}.announcement-letter{background:var(--otr-surface);border-radius:4px 14px 14px;margin-top:24px;padding:22px 18px 18px;position:relative}.announcement-letter strong{color:var(--otr-primary);text-align:right;margin-top:14px;font-size:12px;display:block}.announcement-actions{grid-template-columns:1fr 1fr;gap:10px;margin-top:20px;display:grid}.announcement-actions.is-single{grid-template-columns:1fr}.announcement-actions a,.announcement-actions button{border:1px solid var(--otr-line);background:var(--otr-surface);min-height:46px;color:var(--otr-ink);border-radius:10px;justify-content:center;align-items:center;gap:8px;font-size:13px;font-weight:600;text-decoration:none;display:flex}.announcement-actions button{border-color:var(--otr-primary-button);background:var(--otr-primary-button);color:#fff}.announcement-actions img{width:20px;height:20px}.wechat-share-guide{z-index:2000;color:var(--otr-ink);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#090a0be0;position:fixed;inset:0;overflow:hidden}.wechat-share-guide__pointer{top:calc(-16px + env(safe-area-inset-top));right:max(4px, env(safe-area-inset-right));width:92px;height:106px;position:absolute}.wechat-share-guide__arrow{width:88px;height:88px;position:absolute;top:0;right:0;transform:rotate(42deg)}.wechat-share-guide__content{top:calc(142px + env(safe-area-inset-top));right:max(24px, calc((100vw - var(--otr-app-width)) / 2 + 24px));background:var(--otr-surface);border:1px solid #ffffff1a;border-radius:18px;width:min(100vw - 48px,342px);padding:22px 20px 20px;position:absolute;box-shadow:0 24px 64px #0000006b}.wechat-share-guide__content h2{margin:0;font-size:22px;font-weight:650;line-height:30px}.wechat-share-guide__content p{color:var(--otr-text-secondary);margin:10px 0 0;font-size:14px;line-height:22px}.wechat-share-guide__content button{background:var(--otr-primary-button);color:#fff;border-radius:10px;justify-content:center;align-items:center;width:100%;min-height:44px;margin-top:20px;font-size:14px;font-weight:600;display:flex}.wechat-share-guide__content button:active{background:var(--otr-primary-pressed)}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
