:root{--gutter-width:16px;--header-height:50px;--root:#100;--bg:#000;--link-color:#f00;--header-bg:transparent;--font:"Inconsolata", -apple-system, BlinkMacSystemFont, sans-serif;--font-size:14px;--input-border-radius:4px;--input-height:34px;--input-font-size:14px;--input-background:#333;--header-font-size:14px;--subtitle-color:#888;--separator-color:rgba(99, 99, 99, .3);--separator-height:1px;--touchable-highlight:#222;--shade-color:rgba(30, 31, 34, .8);--window-radius:8px;--window-width:640px;--alert-width:300px;--alert-title-font-size:14px}.pitch img{height:24px}.pitch-page{display:flex;height:100%;justify-content:center;align-items:center;flex-direction:column;padding:20px}.pitch-page-0{background:#001 url(/assets/pitch0.svg) center center no-repeat;background-size:1000px}.pitch-page-1{background:#101 url(/assets/pitch1.svg) center center no-repeat}.pitch-page-2{background:#001 url(/assets/pitch2.svg) center center no-repeat}.pitch-page .btn-clear{background:#ffffff1a;border-radius:18px;height:36px;width:36px;backdrop-filter:blur(4px)}.pitch p{margin:0 auto 20px;line-height:24px;text-align:center;font-size:17px;font-family:Caprasimo,sans-serif;color:#faa}@media (min-width:640px){.pitch .scroller{padding:50px}.pitch p{font-size:24px}}.demos{background:#000 url(/assets/rose.svg) bottom right no-repeat}.mapboxgl-control-container{display:none}.user-location-marker{height:20px;width:20px;border-radius:10px;background-color:#fff}.user-location-marker:after{content:"";display:block;border-radius:8px;margin:2px;height:16px;width:16px;background-color:#48f}.alert-container.explode{background:url(/assets/explode.gif) center center no-repeat;background-size:contain}.alert-container.firework{background:url(/assets/firework.gif) center center no-repeat;background-size:contain}.alert-container.confetti{background:url(/assets/confetti.gif) center center no-repeat;background-size:cover}.clock-time{font-size:30vw}.clock-ampm{font-size:10vw}.fluid-card{background:#333!important}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3px}.gallery-grid .touchable{aspect-ratio:1;background-size:cover;background-position:center}input[type=search]::-ms-clear{display:none;width:0;height:0}input[type=search]::-ms-reveal{display:none;width:0;height:0}input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{display:none}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}input:-webkit-autofill{box-shadow:0 0 0 34px var(--bg) inset!important;-webkit-text-fill-color:#fff!important}input:-webkit-autofill:first-line,input:-webkit-autofill{font-family:inherit!important}:root{--safe-area-inset-bottom:env(safe-area-inset-bottom);--safe-area-media-player:0px}.safe-padding{padding-bottom:calc(var(--safe-area-inset-bottom) + var(--safe-area-media-player))}.safe-margin{margin-bottom:calc(var(--safe-area-inset-bottom) + var(--safe-area-media-player))}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fade{0%{opacity:0}to{opacity:1}}@keyframes alert{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes alertBackDrop{0%{background:#0000}to{background:#000c}}html,body{overscroll-behavior:none;height:100%;overflow:hidden;position:relative}body{margin:0;background:var(--bg);cursor:default;font-family:var(--font);-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}*{box-sizing:border-box;font-family:inherit;outline:none;font-size:inherit;margin:0;font-synthesis:none}body,input,select,button{font-size:var(--font-size);padding:0;color:#fff}hr{border:none;border-top:var(--separator-height) solid var(--separator-color);margin:0 var(--gutter-width)}hr+hr{display:none}html,body,#root{height:100%;width:100%}input{width:100%;caret-color:#ccc;caret-shape:underscore}button,select,input{border:none;outline:none;background:transparent}a{color:var(--link-color);text-decoration:none;-webkit-tap-highlight-color:transparent;cursor:default}img,svg{display:block;max-width:100%}p{margin:0}.material-icons{vertical-align:middle;cursor:default}.padding{padding:10px var(--gutter-width)}.global-loading{height:100vh;width:100vw;position:absolute;inset:0;z-index:100;background:var(--shade-color);display:flex;justify-content:center;align-items:center;flex-direction:column;gap:5px;text-transform:capitalize}.text-input{display:flex;align-items:center;flex:1;background:#333;border-radius:var(--input-border-radius);padding:0 5px;overflow:hidden;background:var(--input-background);width:100%}.text-input-icon{color:#666}.text-input .text.disabled{opacity:.5}span.text-input-icon{font-weight:700;padding-left:5px;font-size:16px}.text-input-spinner{margin:0 10px}i.text-input-clear{font-size:18px}.text-input .text{vertical-align:top;text-align:left;width:100%;padding:0 10px;position:relative;align-items:center;border:none;font-size:var(--input-font-size);background:var(--input-background)}.text-input textarea.text{min-height:65px;padding:10px;outline:none}.text-input .touchable{color:#fff}.text-input .text-input-country{display:flex;align-items:center;padding:0 10px;height:34px;margin-left:-5px;gap:5px}.text-input .text-input-country.touched{background:#222;opacity:1}.text-input .text-input-country .emoji{font-size:18px}.text{padding:0 10px;height:var(--input-height);background:var(--input-background);border:none;color:#fff;border-radius:var(--input-border-radius);width:100%}.text:-webkit-autofill{box-shadow:0 0 0 500px var(--input-background) inset!important;background:var(--input-background)!important}.text.select{border:1px solid #333;background:#000}.touchable{transition:opacity .1s;cursor:pointer;text-decoration:none;font-size:inherit;appearance:none;border:none;background:none;margin:0;backface-visibility:hidden;touch-action:manipulation;-webkit-touch-callout:none;-webkit-user-select:none;-webkit-tap-highlight-color:transparent}.touchable.touched,.touchable.disabled{opacity:.3}.touchable.disabled{pointer-events:none!important}.touchable img{display:block}.touchable.disable-menu{user-select:none}.touchable-highlight{color:inherit;width:100%}.touchable-highlight.disabled{opacity:.3;pointer-events:none}.touchable-highlight.touched{opacity:1;background:var(--touchable-highlight)}.touchable-row{padding:10px var(--gutter-width);min-height:44px;display:flex!important;align-items:center;justify-content:space-between;text-align:left;gap:10px;white-space:normal}.touchable-row.caret{padding-right:calc(var(--gutter-width) / 2)}.meta{color:var(--subtitle-color)}.meta:empty{display:none}.meta i{font-size:16px}.avatar{background:#000;position:relative;aspect-ratio:1;border-radius:100%}.avatar img{display:block;height:100%;width:100%;border-radius:50%}.avatar-status-icon{position:absolute;bottom:0;right:0;height:25%;width:25%;border-radius:50%}.connection-indicator{pointer-events:none;position:absolute;top:35px;left:0;right:0;text-align:center}.connection-indicator .bubble{background:#222;height:35px;padding:0 10px;border-radius:24px;display:inline-flex;align-items:center;gap:10px;text-transform:capitalize}.tabular{display:flex;gap:10px;flex-direction:column;padding:10px 0}.tabular-row{padding:0 var(--gutter-width);display:flex;align-items:center;justify-content:space-between;gap:10px}.tabular-row-left{color:#656}.tabular-row-right{text-align:right}.btn{display:flex;position:relative;height:var(--input-height);align-items:center;justify-content:center;padding:0 15px;color:#fff;border:1px solid #fff;transition:opacity .15s;border-radius:var(--input-border-radius);white-space:nowrap;gap:10px;font-size:var(--input-font-size)}.full-width{width:100%}.btn.disabled{opacity:.5;pointer-events:none}.btn i{color:inherit}.btn.active{color:#fff;background:#123;opacity:1}.btn.active{color:#000;background:red}.btn.disabled{opacity:.3;pointer-events:none}.btn-white{color:#000;background:#fff;border-color:#fff;font-weight:700}.btn-black{background:#000;color:#fff;border-color:#000}.btn-clear{border:none}.btn-red{border-color:red;color:red}.btn-frosted{backdrop-filter:blur(2px);background:#ffffff1a;border:none}.scroller-container{position:relative;overflow:hidden;width:100%;flex-shrink:0}.scroller-container.vertical{height:100%}.scroller-container.vertical>.scroller{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start}.scroller::-webkit-scrollbar{display:none}.scroller{overflow:hidden;height:100%;width:100%}.scroller-container.pills .scroller{display:flex;align-items:center;gap:10px}.frame{height:100%;width:100%;overflow:hidden;flex:1}.spacer{display:flex;flex:1}.stack{display:flex;pointer-events:none!important}.stack>*{pointer-events:auto}.stack.v{flex-direction:column}.stack.h{flex-direction:row;width:100%}.stack.z>*{position:absolute;inset:0}.stack.distributed>*{flex:1;width:100%}.stack.spacing{gap:10px}.stack.safe{padding-bottom:calc(var(--safe-area-inset-bottom) + 20px)}.stack.align-leading{align-items:flex-start}.stack.align-trailing{align-items:flex-end}.stack.align-center{align-items:center}.stack.justify-leading{justify-content:flex-start}.stack.justify-trailing{justify-content:flex-end}.stack.justify-center{justify-content:center}.row{display:flex;gap:10px;align-items:center;width:100%;overflow:hidden}.row.inactive{filter:grayscale(1) opacity(.3)}.row-left{display:flex;align-items:center;justify-content:center}.row-left:empty{display:none}.row-left .avatar{height:34px;width:34px}.row-left>img{height:24px;width:24px}.row-body{flex:1;display:flex;flex-direction:column;overflow:hidden;gap:10px;width:100%;align-items:flex-start}.row-header{width:100%;overflow:hidden;flex:1}.row-title>.meta:before{content:"·";margin:0 5px}.row-title,.row-subtitle{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.row-subtitle{color:var(--subtitle-color)}.row-subtitle i{font-size:16px}.dot-seperated{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.dot-seperated>*:after{content:" · ";opacity:.5}.dot-seperated>*:last-child:after{content:""}.scroller-pull{position:absolute;height:70px;top:0;left:0;right:0;pointer-events:none;z-index:1;overflow:hidden}.pull-indicator{background:#fff;height:40px;width:40px;border-radius:20px;margin:-40px auto 0;opacity:0;display:flex;align-items:center;justify-content:center}.percent-bar{background:#ffffff1a;display:block;height:5px;width:100%;border-radius:var(--progress-bar-radius);position:relative;overflow:hidden}.percent-bar-inner,.percent-bar-segment{height:5px;background:var(--progress-bar-color);border-radius:var(--progress-bar-radius)}.percent-bar-segment{position:absolute}.progress-indicator{border-radius:50%;width:20px;height:20px;min-width:20px;border:2px solid rgba(255,255,255,.1);border-left:2px solid #fff;animation:spin 2s infinite linear}.progress-ring{position:relative}.progress-ring-content{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}.activity-indicator{display:block;position:relative;min-width:16px;min-height:16px}.activity-indicator div{animation:spin 1.2s linear infinite;display:block;position:absolute;top:0}@keyframes spin{0%{opacity:1}to{opacity:0}}.shade{position:absolute;inset:0;background:var(--shade-color);opacity:0;will-change:opacity}.shade-fullscreen{background:#000}.shade-bottom-sheet{background:#0a000acc;pointer-events:all}.handle{position:absolute;top:5px;left:50%;margin-left:-20px;width:40px;height:4px;border-radius:5px;background:#999}.layer{position:absolute;inset:0;overflow:hidden}.layer-inactive{pointer-events:none}.card{position:absolute;inset:0;height:100vh;width:100vw;background:var(--bg);display:flex;flex-direction:column;pointer-events:auto;will-change:transform}.card.animate{transform:translate(100%)}.card-body{flex:1;padding-bottom:env(keyboard-inset-height);display:flex;flex-direction:column;min-height:0;position:relative;overflow:hidden}.fullscreen{position:absolute;top:0;left:0;right:0;background:#000;height:100%;display:flex;flex-direction:column}.window{position:absolute;top:100%;left:0;right:0;pointer-events:auto;max-width:100%;display:flex;flex-direction:column;margin:0 auto;overflow:hidden;touch-action:pan-y;will-change:transform}.window-modal{height:calc(100% - 10px);width:var(--window-width);background:#111;border-top-left-radius:var(--window-radius);border-top-right-radius:var(--window-radius)}.reveal{pointer-events:auto;overflow:hidden;background:#322}.drop-zone{position:absolute;inset:0;background:#fff3;pointer-events:none}.header{display:flex;align-items:center;justify-content:space-around;min-height:var(--header-height);background:var(--header-bg);padding-left:env(titlebar-area-x,0);padding-right:calc(100% - env(titlebar-area-width,100%) - env(titlebar-area-x,0))}.header-close{padding:0 var(--gutter-width);color:#fff}.header-middle{flex:1;min-width:0;padding:10px 0;-webkit-app-region:drag;app-region:drag}.header-title{font-size:var(--header-font-size);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center;display:flex;align-items:center;justify-content:center}.header-subtitle{margin-top:3px}.header-spacer{min-width:44px;display:flex;justify-content:center;align-items:center}.header-button{display:flex;font-size:16px;color:#fff;min-width:var(--header-height);height:var(--header-height);position:relative;justify-content:center;align-items:center}.header-button.active{color:red}.header-button span{padding:0 10px}.header-button .badge{padding:0 2px;font-size:8px;font-weight:700;border-radius:10px;height:12px;min-width:12px;background:red;position:absolute;top:10px;right:10px;border:1px solid #000;display:flex;align-items:center;justify-content:center}.header-cancel{color:red}.header-search{padding:0 var(--gutter-width) 10px var(--gutter-width);background:var(--header-bg);display:flex;flex-direction:column;gap:10px}.header-search>.scroller-container.horizontal{margin:0 calc(-1 * var(--gutter-width));width:calc(100% + (2 * var(--gutter-width)))}.header-search>.scroller-container.horizontal>.scroller{padding:0 var(--gutter-width)}.dropdown{position:relative}.dropdown-content{position:absolute;min-width:150px;z-index:1;background-color:#111;border-radius:4px;overflow:hidden;box-shadow:1px 0 10px #00000080;opacity:0;transition:all .1s;outline:1px solid #333}.dropdown-content.visible{opacity:1}.dropdown-content.hidden{opacity:0;pointer-events:none}.dropdown-content.top-left{top:100%;left:0}.dropdown-content.top-right{top:100%;right:0}.dropdown-content.bottom-right{bottom:100%;right:0}.dropdown-content .material-icons{font-size:16px}.dropdown-menu{border:1px solid #333;padding:10px;border-radius:4px;width:250px}.dropdown-item{justify-content:flex-start;min-height:unset}.dropdown-label{font-weight:700;font-size:12px;margin-bottom:5px}.toast-container{position:fixed;bottom:20%;left:0;width:100%;text-align:center}.toast{padding:7px 15px;display:inline-block;background:#fff;color:#000;border-radius:var(--input-border-radius)}.pager{display:flex;position:relative;flex-shrink:0}.pager-scroller{flex:1;position:relative;overflow:hidden;display:flex;height:100%}.pager.vertical{touch-action:pan-y;width:100%;min-width:0}.pager.vertical .pager-scroller{flex-direction:column}.pager.horizontal{touch-action:pan-x;flex-direction:column}.pager-page{width:100%;position:relative;white-space:normal;overflow:hidden;flex:0 0 100%;flex-shrink:0;display:flex;flex-direction:column}.pager-page .header-search{padding:10px var(--gutter-width)}.pager-tabs{display:flex;position:relative;white-space:nowrap;overflow:hidden;height:32px}.pager-tab{flex:1;position:relative;height:100%}.pager-tab-title{height:100%;padding:0 10px;opacity:1;color:#fff;display:flex;gap:10px;justify-content:center;align-items:center}.pager-tab-badge{display:flex;height:16px;min-width:16px;border-radius:8px;background:red;align-items:center;justify-content:center;font-size:10px;font-weight:700}.pager-tab-indicator-track{position:absolute;height:1px;bottom:0;left:0;right:0;overflow:hidden}.pager-tab-indicator{position:absolute;height:inherit;background:#fff;bottom:0;left:100%;width:100%}.pager-dots{position:absolute;bottom:10px;left:0;right:0;gap:5px;display:flex;justify-content:center}.pager-dot{height:6px;width:6px;background:#fff;border-radius:3px;box-shadow:0 1px 5px #000c}.pager-buttons{position:absolute;inset:10px;pointer-events:none;display:flex;justify-content:space-between;align-items:center;gap:10px}.pager-button{font-size:24px;pointer-events:auto}.list{width:100%;display:flex;flex-direction:column}.padding .list{margin:0 calc(var(--gutter-width) * -1);width:calc(100% + 2 * var(--gutter-width))}.list>.touchable-row{border-bottom:2px solid var(--separator-color);height:44px}.list-title{padding:10px 0;margin:0 10px;text-transform:uppercase}.list-footer{padding:20px 0;text-align:center;color:var(--subtitle-color)}.list.well{padding:10px}.list.well .list-body{background:#333;border-radius:4px;overflow:hidden}.placeholder{padding:40px 20px;text-align:center;display:flex;align-items:center;justify-content:center;flex-direction:column;flex:1;width:100%;height:100%;gap:5px}.placeholder-message{opacity:.5}.sheet{background-color:#111;pointer-events:all;padding-bottom:var(--safe-area-inset-bottom);border-top-right-radius:var(--window-radius);border-top-left-radius:var(--window-radius)}.action-sheet-title{padding:10px;text-align:center;border-bottom:var(--separator-height) solid #222;margin:0 var(--gutter-width)}.sheet .touchable-row .material-icons{font-size:16px}.sheet-container{max-width:380px;margin:0 auto;position:absolute;top:100%;left:0;right:0}.segmented{padding:2px;background:#222;display:inline-flex;align-items:center;border-radius:8px;white-space:nowrap;position:relative}.segmented .touchable{flex:1;color:#fff;padding:2px 15px;position:relative}.segmented .active{color:#000;opacity:1}.segmented .separator{width:1px;height:10px;background:#444}.segmented-indicator{height:calc(100% - 4px);border-radius:6px;background:#fff;position:absolute;left:0;top:2px;outline:2px solid #222}.breadcrumbs{white-space:nowrap;background:#323;height:36px}.breadcrumbs .scroller{padding:0 var(--gutter-width);display:flex;gap:5px;align-items:center}.breadcrumbs .material-icons{font-size:16px}.breadcrumbs span{color:#545}.gallery-item{flex:1;height:100%;display:flex;align-items:center;justify-content:center}.gallery-item img{max-width:100%;max-height:100%;-webkit-user-select:none}.alert-backdrop{pointer-events:all;background:#0000;transition:background .3s;animation:alertBackDrop .3s}.alert-backdrop.visible{background:#000c}.alert-container{display:flex;align-items:center;justify-content:center;position:absolute;inset:0}.alert{width:var(--alert-width);background:#111;transition:all .2s;opacity:0;transform:scale(.9);pointer-events:none;border-radius:var(--window-radius);overflow:hidden}.alert.visible{opacity:1;transform:scale(1);animation:alert .2s;pointer-events:all}.alert-top{padding:20px;text-align:center;gap:10px;display:flex;flex-direction:column;overflow:auto;max-height:200px}.alert-title{font-size:var(--alert-title-font-size);font-weight:700}.alert-message{color:#ccc}.alert-buttons{display:flex;flex-direction:column;border-top:1px solid #333;gap:1px;background:#333;max-height:200px}.alert-buttons.horizontal{flex-direction:row}.alert-button{padding:10px;align-items:center;justify-content:center;gap:10px;width:100%;display:flex;background:#111}.alert-button.destructive{color:red}.alert-bottom{padding:10px}.toggle-check{height:20px;width:20px;min-width:20px;display:flex;align-items:center;justify-content:center;border:2px solid #666;color:#fff;border-radius:4px;flex-shrink:0}.toggle-check.active,.toggle-check.undetermined{background-color:#219653;border:none}.toggle-check .material-icons{font-size:18px}.valid-icon{display:flex;align-items:center;justify-content:center;border-radius:10px;height:20px;width:20px;min-width:20px;background:#666}.valid-icon.active.valid{background-color:#295}.valid-icon.active.invalid{background-color:red}.valid-icon i{color:#fff;font-size:16px}.toggle-row{display:flex;gap:10px;align-items:center}.radio-btn.touched{background:#000}.radio-btn .dot{height:20px;width:20px;margin-right:10px;border:1px solid #999;border-radius:10px;padding:2px;transition:all .1s}.radio-btn .dot-inside{height:14px;width:14px;border-radius:7px;transform:scale(0);transition:all .1s}.radio-btn.active .dot{border-color:#295}.radio-btn.active .dot-inside{background:#295;transform:scale(1)}.radio-btn i{font-size:16px}.radio-top{display:flex;align-items:center}.radio-subtitle{color:#888;padding-left:30px}.filter-button{background:#222;height:30px;border-radius:4px;padding:0 10px;display:inline-flex;align-items:center;gap:10px;color:#fff;white-space:nowrap;flex-shrink:0}.filter-button.touched{opacity:1;background:#ccc}.filter-button.active{background:#fff;color:#000}.filter-button .avatar{height:20px;width:20px}i.filter-button-caret{margin:0 -4px;font-size:18px}.fab.inactive{background:#666}.fab{height:48px;padding:0 15px;color:#000;background:#fff;display:flex;align-items:center;justify-content:center;border-radius:24px;transition:background-color .2s;white-space:nowrap;gap:10px}.fab.active{color:#33f;background:#ccf}.fab.round{width:48px;padding:0}.fab.touched{opacity:1;background:#666}.tags-scroller .scroller{display:flex;gap:10px;align-items:center;white-space:nowrap}.tag-container{display:inline-flex;align-items:center;border-radius:11px;overflow:hidden;background:#ffffff1a;flex-shrink:0}.tag i{font-size:16px}.tag,.ribbon-container{padding:0 10px;display:inline-flex;align-items:center;height:24px;justify-content:center;font-size:14px;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;gap:5px}.tag{border-radius:20px;background:#ffffff1a}.tag-count{height:16px;min-width:16px;border-radius:10px;background:#fff;color:#000;text-align:center;font-size:10px;line-height:16px;font-weight:700;padding:0 4px;margin-right:-5px}.tag-meta{padding:0 10px;margin-left:-5px;font-size:10px}.tag-container .activity-indicator{margin:0 5px}.ribbon-container{transform:skew(-10deg)}.ribbon{transform:skew(10deg);font-size:12px}.emoji{font-family:"Apple Color Emoji",sans-serif;font-size:24px;line-height:1em}.pill{padding:0 7px;background:#333;color:#fffc;border-radius:10px;font-size:10px;text-transform:capitalize;line-height:1.5}.corner-dialog{position:absolute;bottom:20px;right:20px;background:#111;border-radius:var(--window-radius)}.corner-dialog-title{display:flex;justify-content:space-between;padding:10px;align-items:center}.poon-notifications{padding:10px;font-size:13px}.poon-notifications .notification{background:#212121cc;padding:14px;border-radius:24px;backdrop-filter:blur(14px);pointer-events:auto;display:flex;gap:14px;align-items:center;justify-content:space-between;margin:0 auto 10px;max-width:400px}.notification-middle{flex:1}.poon-notifications .notification-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#000;border-radius:9px}.poon-notifications .notification-title{font-weight:700}.poon-notifications .notification-close{display:none}.sort-filter{height:40px;display:flex;align-items:center;justify-content:space-between;padding:0 var(--gutter-width);width:100%;color:#fff;flex-shrink:0}.sort-filter-label{color:#999}.sort-filter-value{font-weight:700;color:#fff}.img{position:relative;overflow:hidden}.img-real,.img-inside{position:absolute;top:0;left:0;height:100%;width:100%}.img.cover .img-real{object-fit:cover}.img.contain .img-real{object-fit:contain}.img-inside{display:flex;align-items:center;justify-content:center}.form-group{width:100%}.form-group-top{margin-bottom:10px}.form-group-top label{display:block;font-weight:700}.form-group-header{display:flex;justify-content:space-between}.form-group-body{display:flex;gap:10px;flex-direction:column}.form-group.well{padding:10px;background:#222;border-radius:4px}.read-more{padding:0 var(--gutter-width);display:flex;white-space:nowrap;gap:10px}.read-more-content{overflow:hidden;text-overflow:ellipsis;min-width:0}.read-more .touchable{color:var(--link-color)}.springboard{display:grid;grid-template-columns:repeat(4,1fr);padding:10px}.springboard-icon{height:100px;flex:1;display:flex;flex-direction:column;gap:5px;color:#eee;align-items:center;justify-content:center;min-width:80px}.springboard-icon i{color:#fff;font-size:28px;text-shadow:0 1px 1px rgba(0,0,0,.1)}.springboard-icon .icon-frame{padding:10px;background:#322;border-radius:50%;box-shadow:0 1px 1px #0003}.banner{background:#900;color:#fff;font-size:12px;height:24px;padding:0 10px;display:flex;align-items:center;justify-content:space-between;gap:10px;flex-shrink:0}.banner-body{display:flex;gap:5px;align-items:center}.banner-body>i{font-size:16px}.info{display:flex;gap:10px;flex-direction:row;align-items:center;color:#ff8}.timeline{padding:0 10px;display:flex;flex-direction:column}.timeline-item{display:flex}.timeline-item-left{display:flex;align-items:center;flex-direction:column}.timeline-item-icon{background:var(--separator-color);border-radius:50%;height:24px;width:24px;display:flex;align-items:center;justify-content:center}.timeline-item-icon i{font-size:16px}.timeline-item-line{flex:1;width:2px;background:var(--separator-color)}.timeline-item-line.top{min-height:10px;flex:0}.timeline-item:first-child .timeline-item-line:first-child,.timeline-item:last-child .timeline-item-line:last-child{opacity:0}.timeline-item-title{height:24px;display:flex;align-items:center;justify-content:space-between}.timeline-item.disabled .timeline-item-title{opacity:.3}.timeline-item-right{padding:10px;flex:1;display:flex;flex-direction:column;gap:10px}.drawer-container{height:100vh;width:100vw;display:flex;flex-direction:row}.drawer-menu{width:200px;min-width:200px;max-width:200px;height:100%;background:#000}@media (max-width:699px){.drawer-menu{position:absolute;top:0;bottom:0;left:-200px;height:100%;z-index:1}}.drawer-viewport{height:100%;width:100%}
