@charset "UTF-8";.f-row{display:flex;flex-direction:row}.f-col{display:flex;flex-direction:column}.f-wrap{flex-wrap:wrap}.f-nowrap{flex-wrap:nowrap}.f-m-start{justify-content:flex-start}.f-m-center{justify-content:center}.f-m-end{justify-content:flex-end}.f-m-between{justify-content:space-between}.f-m-around{justify-content:space-around}.f-c-stretch{align-items:stretch}.f-c-start{align-items:flex-start}.f-c-center{align-items:center}.f-c-end{align-items:flex-end}.f-c-baseline{align-items:baseline}.f-cl-stretch{align-content:stretch}.f-cl-start{align-content:flex-start}.f-cl-center{align-content:center}.f-cl-end{align-content:flex-end}.f-cl-between{align-content:space-between}.f-cl-around{align-content:space-around}.f-o-1{order:1}.f-o-2{order:2}.f-o-3{order:3}.f-o-4{order:4}.f-o-5{order:5}.f-o-6{order:6}.f-0{flex-basis:0;flex-grow:0}.f-1{flex-basis:0;flex-grow:1}.f-2{flex-basis:0;flex-grow:2}.f-3{flex-basis:0;flex-grow:3}.f-4{flex-basis:0;flex-grow:4}.f-5{flex-basis:0;flex-grow:5}.f-6{flex-basis:0;flex-grow:6}.f-s-stretch{align-self:stretch}.f-s-start{align-self:flex-start}.f-s-center{align-self:center}.f-s-end{align-self:flex-end}.f-s-baseline{align-self:baseline}.f-v-center{display:flex;align-items:center}.f-h-center{display:flex;justify-content:center}.f-center{display:flex;align-items:center;justify-content:center}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}*{outline:1px solid transparent}html{font-family:var(--font-family-body);color:var(--color-body-text);box-sizing:border-box;font-size:12px;width:100%;min-height:100%;background-color:var(--color-page-background);overflow:overlay;--font-family-title: Georgia, "Times New Roman", Times, serif;--font-family-body: "Trebuchet MS", -apple-system, BlinkMacSystemFont, "PingFang SC", "PingFangSC", "Roboto", "Hiragino Sans GB", "Helvetica Neue", "Arial", "STHeiti", "Microsoft YaHei", "Microsoft JhengHei", "Source Han Sans SC", "Noto Sans CJK SC", "Source Han Sans CN", "Noto Sans SC", "Source Han Sans TC", "Noto Sans CJK TC", "WenQuanYi Micro Hei", SimSun, sans-serif;--overlay-shadow: 0px 4px 20px rgba(0, 0, 0, .15);--color-image-list-background: rgba(0, 0, 0, .9);--color-nav-link-text: var(--color-button-link-text);--color-nav-link-text-active: var(--color-button-link-text-secondary);--color-nav-link-text-secondary: var(--color-body-text-secondary);--color-button-primary-text: var(--color-button-text);--color-filter-background: var(--color-background-2);--color-header-text: var(--color-body-text);--color-editor-text: var(--color-input-text);--color-title-text: var(--color-body-text);--color-title-bar-background: var(--color-background-3);--color-body-text-error: #ff4343}@media screen and (max-width: 450px){html{font-size:14px}}html[theme=urban]{--color-body-text: #ffffff;--color-body-text-secondary: #697982;--color-body-text-emphasis: #78f7ff;--color-filter-text: var(--color-body-text);--color-filter-text-secondary: var(--color-body-text-secondary);--color-button-link-text: #ffe115;--color-button-background: #000000;--color-button-text: #ffffff;--color-button-primary-background: #00c2c9;--color-button-primary-background-active: #0fd7de;--color-header-background: #46369d;--color-page-background: #404f58;--color-background-2: #34454e;--color-background-3: #202f38;--color-input-background: #ffffff;--color-input-text: #333;--color-input-transparent-background: rgba(255, 255, 255, .05);--color-input-transparent-text: #ffffff;--color-input-border: #0a0a0a;--color-dark-input-text: #eee;--color-profile-background: #697982;--color-profile-border: black;--color-modal-background: #34454e;--color-editor-text: white;--color-editor-header-background: #202f38;--color-editor-background: #404f58;--color-editor-background-mobile: #404f58}html[theme=night]{--color-body-text: rgba(255, 255, 255, .87);--color-body-text-secondary: rgba(255, 255, 255, .3);--color-body-text-emphasis: #78f7ff;--color-filter-text: var(--color-body-text);--color-filter-text-secondary: var(--color-body-text-secondary);--color-button-link-text: #bfa700;--color-button-background: #ffffff;--color-button-text: #000000;--color-button-primary-text: white;--color-button-primary-background: #46369d;--color-button-primary-background-active: #6454bd;--color-header-background: #000000;--color-page-background: #121212;--color-background-2: #232323;--color-background-3: #2f2f2f;--color-input-background: #2f2f2f;--color-input-text: rgba(255, 255, 255, .87);--color-input-border: rgba(255, 255, 255, .3);--color-input-transparent-background: rgba(255, 255, 255, .05);--color-input-transparent-text: #ffffff;--color-modal-background: #121212;--color-profile-border: black;--color-profile-background: #697982;--color-editor-header-background: #000000;--color-editor-background: #2f2f2f;--color-editor-background-mobile: #121212}html[theme=light]{--color-title-text: white;--color-header-text: #33dbff;--color-body-text: #303030;--color-body-text-secondary: rgba(48, 48, 48, .5);--color-body-text-emphasis: #ab5acc;--color-filter-background: #3b353f;--color-filter-text: white;--color-filter-text-secondary: rgba(255, 255, 255, .5);--color-nav-link-text: #ffff22;--color-nav-link-text-active: rgba(255, 255, 255, .3);--color-nav-link-text-secondary: rgba(255, 255, 255, .3);--color-button-link-text: #ea0042;--color-button-background: #544b59;--color-button-text: #ffffff;--color-button-primary-text: #ffffff;--color-button-primary-background: #886cb5;--color-button-primary-background-active: #a790cc;--color-header-background: #211f22;--color-page-background: #e2dde4;--color-title-bar-background: #544b59;--color-background-2: #d7d1da;--color-background-3: #ffffff;--color-input-background: white;--color-input-transparent-background: rgba(255, 255, 255, .5);--color-input-transparent-background-active: rgba(255, 255, 255, 1);--color-input-transparent-text: #303030;--color-input-text: #333;--color-input-border: #a89ead;--color-modal-background: transparent;--color-editor-background: white;--color-editor-header-background: #544b59;--color-editor-text: #303030;--color-post-long-background: #ffffff;--color-profile-border: white;--color-profile-background: white;--color-overlay-background: #ebe7ec;--color-friend-background: #d7d1da}#app{min-height:100%}::selection{background:black;color:#fff}*,*:before,*:after{margin:0;padding:0;box-sizing:inherit}:focus{outline:none}button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:none;color:inherit;display:inline-block;padding:0;font:inherit;cursor:pointer;-webkit-user-select:none;user-select:none}a,a:visited,a:hover,a:active{cursor:pointer;text-decoration:none;color:inherit}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-track:hover{pointer-events:all;cursor:pointer;background:rgba(0,0,0,.1)}::-webkit-scrollbar-track-piece{background:transparent}::-webkit-scrollbar-thumb{background:rgba(0,0,0,.3)}::-webkit-scrollbar-corner{background:rgba(0,0,0,.1);border:none}::-webkit-resizer{background:none}.dashboard-page{padding:30px;background:white;color:#000}.dashboard-page section{margin:20px}.dashboard-page section h3{line-height:2;font-size:larger}.dashboard-page section table{border-collapse:collapse}.dashboard-page section table thead{background:black;color:var(--color-body-text);text-align:left}.dashboard-page section table td,.dashboard-page section table th{padding:5px 10px;max-width:200px;overflow-x:hidden;text-overflow:ellipsis}.dashboard-page section table tr{min-height:40px;border:1px solid lightgray}.row .row-content{margin:0 auto;width:800px;max-width:100vw}@media screen and (max-width: 800px){.row .row-content{padding:0 10px;width:100vw;max-width:100vw}}.row .row-content .group-left{width:540px;max-width:100%}@media screen and (max-width: 800px){.row .row-content .group-left{width:calc(100vw - 20px)}}.row .row-content .group-right{width:240px;min-width:240px;max-width:240px;margin-left:20px}@media screen and (max-width: 800px){.row .row-content .group-right{display:none}}.filter-bar{--color-body-text: var(--color-filter-text);--color-body-text-secondary: var(--color-filter-text-secondary);background:var(--color-filter-background);padding:10px 0;transition:all .3s ease;overflow:hidden;max-height:35px}.filter-bar .group-left{width:560px;max-width:100%}@media screen and (max-width: 800px){.filter-bar .group-left{width:calc(100vw - 20px)}}.filter-bar .group-right{width:200px;margin-left:40px}@media screen and (max-width: 800px){.filter-bar .group-right{display:none}}.logo{color:#fff;font-family:var(--font-family-title);font-weight:700;font-size:64px}html.theme-switching *,html.theme-switching *:before,html.theme-switching *:after,body.theme-switching *,body.theme-switching *:before,body.theme-switching *:after{transition:all .5s ease!important}.navigation-bar{background:var(--color-header-background);max-height:41px;transition:max-height .2s ease-in-out;overflow:hidden;color:var(--color-header-text)}.navigation-bar.is-expanded{max-height:70px}.navigation-bar .logo{font-weight:700;margin-top:7px}@media screen and (max-width: 450px){.navigation-bar .logo{margin-top:9px}}.navigation-bar .menu-link,.navigation-bar .menu-link:active,.navigation-bar .menu-link:visited,.navigation-bar .menu-link:hover{color:inherit;text-decoration:none}.navigation-bar .menu-link,.navigation-bar .menu-button{font-weight:700;font-size:18px;margin-right:4px;cursor:pointer;-webkit-user-select:none;user-select:none}.navigation-bar .menus{padding:5px 0}.navigation-bar .menu-wrapper{margin-left:15px;min-height:30px}.navigation-bar .menu-wrapper.submenu{opacity:0;pointer-events:none;transition:all .1s ease}.navigation-bar .menu-wrapper.submenu.is-active{opacity:1;pointer-events:initial}.navigation-bar .menu-wrapper.submenu .menu-link,.navigation-bar .menu-wrapper.submenu .menu-button{font-size:14px}.sub-navigation .subpath-link{color:var(--color-nav-link-text);font-weight:700;font-size:24px;margin-right:6px;cursor:pointer;-webkit-user-select:none;user-select:none;line-height:1.3}.sub-navigation .subpath-link,.sub-navigation .subpath-link:visited,.sub-navigation .subpath-link:hover{text-decoration:none}.sub-navigation .subpath-link:before{content:"(";font-weight:700}.sub-navigation .subpath-link:after{content:")";font-weight:700}.sub-navigation .subpath-link.is-active{color:var(--color-nav-link-text-active, var(--color-body-text-secondary));font-style:italic;cursor:default}.sub-navigation .subpath-link.is-active:before,.sub-navigation .subpath-link.is-active:after{content:""}.sub-navigation.small-link .subpath-link{font-size:20px}.navigation-back{height:36px;padding:0 10px;background-color:var(--color-background-3)}.navigation-back .nav-back-button{font-weight:700;font-size:14px;line-height:16px;color:var(--color-button-link-text)}.dropdown-dialog{width:max-content;min-width:140px;max-width:300px;overflow:hidden;white-space:normal;background-color:var(--color-background-3)}.dropdown-dialog .dropdown-dialog-title{color:var(--color-body-text);font-size:18px;margin-bottom:10px;font-weight:700}@media screen and (max-width: 450px){.dropdown-dialog .dropdown-dialog-title{font-size:20px}}.dropdown-dialog .dropdown-dialog-body{color:var(--color-body-text);font-size:14px;margin-bottom:14px;font-weight:initial;font-style:italic}@media screen and (max-width: 450px){.dropdown-dialog .dropdown-dialog-body{font-size:16px}}.dropdown-dialog .dropdown-dialog-footer{color:var(--color-button-link-text);font-weight:700;font-size:14px}@media screen and (max-width: 450px){.dropdown-dialog .dropdown-dialog-footer{font-size:16px}}.dropdown-dialog .dropdown-dialog-footer>*+*{margin-left:8px}.dialog-container{position:fixed;left:0;right:0;top:0;bottom:0;z-index:1;background-color:#000000b3}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ 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);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;overflow:clip;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>img,.swiper-zoom-container>svg,.swiper-zoom-container>canvas{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}html.no-scroll,body.no-scroll{position:fixed;top:0;left:0;right:0;bottom:0;overflow-y:hidden}.image-preview-wrapper{position:relative;--image-size: 80px;height:calc(var(--image-size) + 4px)}.image-preview-wrapper .image-preview{height:100%;overflow:hidden;position:relative;border:2px solid var(--color-background-3)}.image-preview-wrapper .image-preview .image-thumbnail{height:100%;cursor:pointer}.image-preview-wrapper .image-preview .delete-button,.image-preview-wrapper .image-preview .select-button{position:absolute;left:0;right:0;bottom:0;height:19px;background:var(--color-background-3);cursor:pointer}.image-preview-wrapper .image-preview .delete-button .select-icon,.image-preview-wrapper .image-preview .select-button .select-icon{background:url(/public/select-bea5fcf1.svg) no-repeat center;width:10px;height:10px;background-size:contain}.image-preview-wrapper .image-preview .delete-button .delete-icon,.image-preview-wrapper .image-preview .select-button .delete-icon{background:url(/public/delete-847f6e44.svg) no-repeat center;width:10px;height:10px;background-size:contain}.image-preview-wrapper .image-preview .delete-button:hover .delete-icon,.image-preview-wrapper .image-preview .select-button:hover .delete-icon{transform:scale(1.2)}.image-preview-wrapper .image-preview .delete-button{transform:translateY(100%);transition:transform .1s ease}.image-preview-wrapper .image-preview:hover .delete-button{transform:none}.image-preview-wrapper .image-preview-full{max-height:300px;max-width:600px;border:2px solid var(--color-background-3);background-color:var(--color-page-background);box-shadow:var(--overlay-shadow);pointer-events:none;z-index:1}.image-preview-wrapper .empty-image{height:var(--image-size);width:var(--image-size);background:var(--color-background-3);color:var(--color-body-text-secondary);font-style:italic}.image-preview-wrapper .empty-image.error{color:red}.image-list .image-list-mask{position:fixed;left:0;top:0;right:0;bottom:0;z-index:100;pointer-events:none;background:var(--color-image-list-background)}.image-list .swiper-container{position:fixed;left:0;top:0;right:0;bottom:0;z-index:101}.popover{position:relative;backface-visibility:hidden}.popover .popover-parent{cursor:pointer;-webkit-user-select:none;user-select:none}.popover .popover-parent.is-active{pointer-events:none}.popover .popover-mask{position:fixed;left:0;top:0;right:0;bottom:0;background:rgba(0,0,0,.7);z-index:1}.popover .popover-overlay{position:absolute;pointer-events:none;opacity:0;transition:all .15s ease-out;-webkit-user-select:none;user-select:none}.popover .popover-overlay.align-left{left:0}.popover .popover-overlay.align-right{right:0}.popover .popover-overlay.align-top{top:0}.popover .popover-overlay.align-bottom{bottom:0}.popover .popover-overlay.align-screen-center{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);-webkit-font-smoothing:subpixel-antialiased;max-width:.8vw;overflow:hidden;transition:none}.popover .popover-overlay.is-active{-webkit-user-select:initial;user-select:initial;pointer-events:initial;opacity:1;z-index:1}.popover .popover-overlay.theme-default{background:var(--color-background-3);white-space:nowrap;padding:4px 0;box-shadow:none}.popover .popover-overlay.theme-default.align-screen-center{padding:12px}@media screen and (max-width: 800px){.popover .popover-overlay.theme-default{max-width:calc(100vw - 16px)}}.popover .popover-overlay.theme-default.is-active{padding:12px;box-shadow:var(--overlay-shadow)}.post-photos .post-photo-list{margin:0 -2px;max-height:200px;overflow-y:auto}.post-photos .manage-photos{height:30px;color:var(--color-button-link-text);font-weight:700;min-width:100%}.post-photos .manage-photos span.is-disabled{opacity:.3}.post-photos .manage-photos span:first-child{font-style:italic}.post-photos .manage-photos span:last-child{margin-left:12px}.post-photos .image-preview-wrapper{margin:2px}.visibility-item{-webkit-user-select:none;user-select:none;display:inline;cursor:pointer;color:var(--color-body-text-secondary);line-height:1.3}.visibility-item.is-active{color:var(--color-body-text)}.visibility-item .visibility-setting-content{margin-left:20px}.friend-separator,.group-separator{color:var(--color-body-text-secondary);white-space:pre}.group-separator{margin:0 4px}.delivery-options-wrapper{margin-top:8px}.post-item .post-photos{margin:10px 0 5px}.post-item .post-body .post-aside{margin-right:8px;text-align:right;width:40px;min-width:40px;overflow:visible}.post-item .post-body .post-aside .post-author{color:var(--color-button-link-text);font-style:italic;line-height:1;margin-bottom:4px;font-weight:700;max-width:50px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.post-item .post-body .post-content{padding:8px 10px;color:var(--color-body-text);line-height:1.6;font-weight:400;white-space:pre-wrap;overflow-x:hidden;overflow-wrap:break-word}.post-item .post-body .post-content a{margin:0 4px}.post-item .post-body .post-content a,.post-item .post-body .post-content a:hover,.post-item .post-body .post-content a:active,.post-item .post-body .post-content a:visited{color:var(--color-button-link-text);text-decoration:none}.post-item .post-body .post-content.note{background:var(--color-post-long-background, var(--color-background-2));font-size:15px}.post-item .post-body .post-content.note p{min-height:1.6em}.post-item .post-body .post-content.note .show-more,.post-item .post-body .post-content.note .show-less{color:var(--color-button-link-text);text-decoration:none;font-style:normal;font-weight:700;font-size:16px}.post-item .post-body .post-content.note .show-more-wrapper,.post-item .post-body .post-content.note .show-less-wrapper{cursor:pointer}.post-item .post-body .post-content.note .show-more-wrapper:hover .show-more,.post-item .post-body .post-content.note .show-more-wrapper:hover .show-less,.post-item .post-body .post-content.note .show-less-wrapper:hover .show-more,.post-item .post-body .post-content.note .show-less-wrapper:hover .show-less{color:var(--color-body-text)}.post-item .post-body .post-content.note .show-less{margin-bottom:1em}.post-item .post-body .post-content.note .show-more{text-align:right}.post-item .post-body .post-content.update{background:var(--color-post-short-background, none);padding:var(--padding-post-short, 0);line-height:1.3;font-size:18px;font-weight:700;font-style:italic}.post-item .post-footer{margin-top:8px;color:var(--color-button-link-text);font-weight:700}@media screen and (max-width: 800px){.post-item .post-footer{font-size:14px}}.post-item .post-footer .separator{color:var(--color-body-text-secondary);margin:0 4px}.post-item .post-footer .visibility-setting-content{font-weight:700}.post-item .response-list{margin-left:48px;margin-top:10px}.textarea{padding:8px;border-radius:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;font-size:14px;line-height:1.5;color:var(--color-input-text);background-color:var(--color-input-background);border:1px solid var(--color-input-border)}@media screen and (max-width: 450px){.textarea{width:100%;font-size:16px}}.textarea.theme-transparent{border:none;background:var(--color-input-transparent-background);color:var(--color-input-transparent-text)}.textarea.theme-transparent:hover,.textarea.theme-transparent:active,.textarea.theme-transparent:focus{background:var(--color-input-transparent-background-active, var(--color-input-transparent-background))}.textarea.theme-transparent::placeholder{color:#ffffff80}.post-response-item{font-size:13px;color:var(--color-body-text);font-weight:initial;line-height:1.5}@media screen and (max-width: 450px){.post-response-item{font-size:14px}}.post-response-item+.post-response-item{margin-top:8px}.post-response-item .responder{color:var(--color-body-text);font-weight:700;font-style:italic;cursor:pointer}.post-response-item .colon{margin-right:4px}.post-response-item .to,.post-response-item .colon{color:var(--color-body-text-secondary)}.post-response-item .response-content{opacity:.8}.post-response-item .to{margin:0 4px}.post-response-item .reply-response,.post-response-item .delete-response{color:var(--color-body-text-secondary);font-style:italic;font-weight:bolder;cursor:pointer;margin-left:8px;-webkit-user-select:none;user-select:none}.post-response-item .reply-response:hover,.post-response-item .delete-response:hover{color:var(--color-body-text)}.post-response-item textarea{max-height:20px;width:80px;overflow:hidden;font-size:inherit;padding:4px;resize:none}.post-response-item textarea:focus,.post-response-item textarea.has-content{height:80px;max-height:80px;width:100%;overflow:auto}.post-response-item .post-response{color:var(--color-button-link-text);font-weight:700;cursor:pointer;-webkit-user-select:none;user-select:none}.post-time{font-size:10px;font-weight:700;text-align:right;color:var(--color-body-text-secondary);font-style:italic;white-space:nowrap;overflow:visible;line-height:1.1}.response-item .response-header{padding-left:48px;font-style:italic;font-weight:700;height:17px;vertical-align:middle;color:var(--color-body-text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.response-item .response-header .post-name{color:var(--color-body-text-emphasis);text-decoration:none}.response-item .response-body .response-aside{margin-right:8px;text-align:right;width:40px;min-width:40px;overflow:visible}.response-item .response-body .response-aside .response-user{color:var(--color-button-link-text);font-style:italic;font-weight:700;max-width:50px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.response-item .response-body .response-content{background:var(--color-background-2);padding:8px 10px;color:var(--color-body-text);line-height:1.6;font-weight:400;overflow-x:hidden;overflow-wrap:break-word;font-size:14px}.response-item .response-body .response-content a{margin:0 4px}.response-item .response-body .response-content a,.response-item .response-body .response-content a:hover,.response-item .response-body .response-content a:active,.response-item .response-body .response-content a:visited{color:var(--color-button-link-text);text-decoration:none}.response-item .response-body .response-content p{min-height:1.6em}.title-bar{background:var(--color-title-bar-background);padding-top:25px;padding-bottom:10px}.title-bar .primary-title{font-size:44px;font-weight:700;color:var(--color-title-text)}.forest-page{min-height:100vh;background:var(--color-page-background)}.forest-page .main{margin-top:26px}.forest-page .main .post-item,.forest-page .main .response-item{margin-bottom:30px}.forest-page .filter-bar{height:38px}.forest-page .sort-by{font-size:16px;font-weight:700;color:var(--color-body-text-secondary)}.forest-page .sort-by .sort-label{margin-right:5px}.forest-page .sort-by .sort-option{cursor:pointer;-webkit-user-select:none;user-select:none}.forest-page .sort-by .sort-option.is-active,.forest-page .sort-by .sort-option:hover{color:var(--color-body-text)}.forest-page .sort-by .sort-option-separator{margin:0 5px;color:var(--color-body-text-secondary);pointer-events:none}.forest-page .feed-item-limit-prompt{font-size:14px;color:var(--color-body-text-secondary);margin-top:40px}.forest-page .feature-desc .title{font-weight:700;font-style:italic;font-size:18px;margin-bottom:10px;line-height:1.2}.forest-page .feature-desc .detail{font-weight:700;color:var(--color-body-text-secondary);line-height:1.4}.forest-page .feature-desc .detail p+p{margin-top:.5em}.forest-page .empty-placeholder{color:var(--color-body-text);font-style:italic;font-weight:700;font-size:24px}.button{min-width:84px;min-height:30px;font-weight:700;font-style:italic;font-size:18px;border:none;cursor:pointer;-webkit-user-select:none;user-select:none;padding:0 10px;transition:all .3s ease}.button.theme-black{background:var(--color-button-background);color:var(--color-button-text)}.button.theme-blue{color:var(--color-button-primary-text);background:var(--color-button-primary-background)}.button.theme-blue:hover:not([disabled]){background:var(--color-button-primary-background-active)}.button.theme-transparent{background:transparent;border:transparent}.button.block{width:100%}.friend-item{padding-top:8px;padding-left:8px}.friend-item .friend-content{position:relative;background:var(--color-background-2);height:40px;padding:10px 10px 10px 60px;font-weight:700;font-size:14px;white-space:nowrap}@media screen and (max-width: 800px){.friend-item .friend-content{height:62px;padding-left:70px}}.friend-item .friend-photo{width:55px;height:100%;position:absolute;left:-8px;top:-8px}@media screen and (max-width: 800px){.friend-item .friend-photo{width:65px}}.friend-item .friend-photo.is-provided{background-size:cover;background-repeat:no-repeat;background-position:center}.friend-item .friend-photo.is-not-provided{background:var(--color-profile-background);font-weight:700;font-style:normal;font-size:16px;letter-spacing:.2em}.friend-item .friend-name{color:var(--color-button-link-text);text-decoration:none}.friend-item .friend-email{font-style:italic;margin-left:8px;color:var(--color-body-text-secondary);text-overflow:ellipsis}.friend-item .friend-email.is-starred{color:var(--color-body-text)}.friend-item .star-friend,.friend-item .delete-friend{color:var(--color-button-link-text);margin-left:4px}input.input{border-radius:0;height:30px;padding:0 8px;width:100%;font-size:14px;line-height:1.5;color:var(--color-input-text);background-color:var(--color-input-background);border:1px solid var(--color-input-border)}@media screen and (max-width: 450px){input.input{width:100%;height:40px;font-size:16px}}input.input.theme-transparent{border:none;background:rgba(255,255,255,.05);color:var(--color-body-text)}input.input.theme-transparent:hover,input.input.theme-transparent:active,input.input.theme-transparent:focus{background:rgba(255,255,255,.1);border:none}input.input.theme-transparent::placeholder{color:#7f7f7f80}.friend-page{min-height:100vh;background:var(--color-page-background)}.friend-page .friend-invitation{position:fixed;top:0;right:0;left:0;bottom:0;background:rgba(43,43,43,.87)}.friend-page .friend-invitation .invitation-modal{background:var(--color-background-2);position:relative;padding:20px;width:526px;max-width:calc(100vw - 40px);font-size:18px}.friend-page .friend-invitation .invitation-modal .close-modal{position:absolute;top:-8px;right:0;transform:translateY(-100%);font-size:14px}.friend-page .friend-invitation .invitation-modal .inviter-name{color:var(--color-button-link-text)}.friend-page .friend-invitation .invitation-modal .inviter-email{font-style:italic;color:var(--color-body-text-secondary)}.friend-page .friend-invitation .invitation-modal .invitation-footer{margin-top:25px}.friend-page .friend-invitation .invitation-modal .invitation-footer .no,.friend-page .friend-invitation .invitation-modal .invitation-footer .yes{color:var(--color-button-link-text);margin-left:8px;font-size:18px;font-weight:700}.friend-page .feature-desc .title{font-weight:700;font-style:italic;font-size:18px;margin-bottom:10px;line-height:1.2}.friend-page .feature-desc .detail{font-weight:700;color:var(--color-body-text-secondary);line-height:1.4}.friend-page .feature-desc .detail p+p{margin-top:.5em}.friend-page .invite{margin-bottom:20px}.friend-page .my-invitation{position:relative;width:530px;max-width:calc(100vw - 40px)}.friend-page .my-invitation input{width:100%}.friend-page .my-invitation .close-invite-dialog{color:var(--color-button-link-text);font-weight:700;font-size:16px}.friend-page .my-invitation .invitation-header{color:var(--color-body-text);font-size:20px;font-weight:bolder}.friend-page .my-invitation .invitation-body{margin-top:20px}.friend-page .my-invitation .invitation-body .invite-link-desc{color:var(--color-body-text);font-size:14px;margin-bottom:4px;font-style:italic}.friend-page .my-invitation .invitation-body .generate-link{margin:10px 0}.friend-page .my-invitation .invitation-footer{margin-top:20px}.friend-page .my-invitation .invitation-footer .disable-invite{font-weight:700;font-style:italic;font-size:18px;margin-right:12px;color:var(--color-body-text-secondary)}.friend-page .my-invitation .invitation-footer .disable-invite:hover{color:var(--color-body-text)}.friend-page .main{margin-top:26px}.friend-page .main .friend-item{margin-bottom:15px}.friend-page .no-friend-placeholder{color:var(--color-body-text);font-style:italic;font-weight:700;font-size:24px}.profile .profile-photo{width:100%;max-width:240px;margin-bottom:8px;border:10px solid var(--color-profile-border)}.profile .bio{font-weight:700}.profile .bio .bio-label{font-size:14px;font-style:italic;color:var(--color-body-text-secondary)}.profile .bio .bio-text{font-size:16px;margin-top:4px}.friend-profile-page{min-height:100vh;background:var(--color-page-background)}.friend-profile-page .friend-list-link{color:var(--color-nav-link-text);font-size:22px;font-weight:700;vertical-align:top;margin-left:5px}.friend-profile-page .no-post-placeholder{color:var(--color-body-text);font-style:italic;font-weight:700;font-size:24px}.friend-profile-page .main{margin-top:26px}.friend-profile-page .main .post-item{margin-bottom:30px}.transparent-field .hint{color:#ffffff80;font-size:14px;min-height:14px;margin-bottom:4px;white-space:initial}@media screen and (max-width: 450px){.transparent-field .hint{font-size:14px;min-height:16px}}.transparent-field .hint.error{color:#ff4343}.transparent-field>input{min-width:180px;width:100%;border-radius:0;height:30px;padding:0 8px;font-size:14px;line-height:1.5;background-color:var(--color-input-background);border:none;background:rgba(255,255,255,.05);color:#fff;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}@media screen and (max-width: 450px){.transparent-field>input{width:100%;height:40px;font-size:16px}}.transparent-field>input:hover,.transparent-field>input:active,.transparent-field>input:focus{background:rgba(255,255,255,.1);border:none}.transparent-field>input::placeholder{color:#ffffff4d}@keyframes background-zoom-in{0%{transform:scale(1)}to{transform:scale(1.2)}}#landing{position:relative;width:100%;height:100%;min-height:100vh}#landing .landing-background-wrapper{position:absolute;left:0;right:0;top:0;bottom:0;z-index:-1;pointer-events:none;overflow:hidden}#landing .landing-background-wrapper .landing-background{position:absolute;left:0;right:0;top:0;bottom:0;z-index:-1;pointer-events:none;background:url(/public/bg-8497af52.jpg) no-repeat center;background-color:#002d07;background-size:cover;animation:20s background-zoom-in both;will-change:transform}#landing main{margin-top:30vh}@media screen and (max-width: 450px){#landing main{margin-top:20vh}}#landing .desc{margin-top:10px;font-weight:700;font-style:italic;text-align:center;color:#ffffff80}#landing .login-register-forms{position:relative;width:180px;min-height:200px}@media screen and (max-width: 450px){#landing .login-register-forms{width:220px}}#landing #signin{transform:translate(-30px)}#landing #register{transform:translate(30px)}#landing #signin,#landing #register{margin-top:25vh;position:absolute;top:0;left:0;right:0;opacity:0;transition:all .5s;pointer-events:none;z-index:-1}#landing #signin .transparent-field+.transparent-field,#landing #register .transparent-field+.transparent-field{margin-top:10px}#landing #signin.is-active,#landing #register.is-active{opacity:1;transform:none;z-index:1;pointer-events:initial}#landing #signin button,#landing #register button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;outline:none;color:#fff;cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap;transition:all .3s ease;height:36px;font-size:16px;font-weight:400;margin-top:20px;background:#38369d}@media screen and (max-width: 450px){#landing #signin button,#landing #register button{height:40px;font-size:16px}}#landing #signin button:hover,#landing #signin button:focus,#landing #register button:hover,#landing #register button:focus{background:#4946c0}#landing #signin .prompt,#landing #register .prompt{margin-top:50px;text-align:center;cursor:pointer;-webkit-user-select:none;user-select:none;color:#fff;font-size:14px}@media screen and (max-width: 450px){#landing #signin .prompt,#landing #register .prompt{font-size:16px}}#landing .button-about{position:absolute;top:20px;right:30px;color:#fff;font-weight:700;-webkit-user-select:none;user-select:none;font-size:14px;cursor:pointer}#landing .about-page{--transition-enter-duration: 1s;--transition-leave-duration: .3s;position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.36);padding:0 20px;pointer-events:none;opacity:0;transition:all var(--transition-leave-duration)}#landing .about-page.is-active{pointer-events:initial;opacity:1;transition:all var(--transition-enter-duration)}#landing .about-page.is-active .about-text:before,#landing .about-page.is-active .about-text:after{width:100%;transition:all var(--transition-enter-duration)}#landing .about-page .about-text{position:relative;max-width:615px;text-align:center;font-size:35px;font-family:var(--font-family-title);color:#fffc;padding:20px 0;line-height:1.2;letter-spacing:.01em}@media screen and (max-width: 450px){#landing .about-page .about-text{font-size:22px}}#landing .about-page .about-text .logo-name{font-weight:700;color:#fff}#landing .about-page .about-text:before,#landing .about-page .about-text:after{content:" ";display:block;height:1px;background:white;position:absolute;left:50%;transform:translate(-50%);width:0;transition:all var(--transition-leave-duration)}#landing .about-page .about-text:before{top:0}#landing .about-page .about-text:after{bottom:0}#landing .beian{position:absolute;bottom:20px;left:20px;right:auto;color:#fff;opacity:.3}.date-editor{position:relative}.date-editor input[type=date]{background:inherit;border:none;margin-left:10px}.date-editor ::-webkit-datetime-edit{display:none}.date-editor ::-webkit-datetime-edit-fields-wrapper{display:none}.date-editor ::-webkit-datetime-edit-text{display:none}.date-editor ::-webkit-calendar-picker-indicator{margin-left:0;border:none;background-color:inherit}.modal .modal-mask{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1;pointer-events:none;background-color:#000000b3;will-change:background;opacity:0}.modal .modal-content{transform:translate3d(0,100%,0);position:fixed;top:0;left:0;right:0;bottom:0;z-index:1;background-color:var(--color-modal-background);touch-action:none;will-change:transform;overscroll-behavior:contain}.droparea{display:none;position:absolute;top:0;bottom:0;right:0;left:0;z-index:1;background:rgba(0,0,0,.75);border:2px dashed var(--color-nav-link-text);color:var(--color-nav-link-text);font-size:20px;font-weight:700;font-style:italic}.droparea.target-document,.droparea.target-this{display:flex}.droparea.target-this{border-width:4px;font-size:24px}.post-text{padding:8px 12px;border-radius:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;min-width:100%;max-width:100%;min-height:110px;font-size:16px;line-height:1.5;color:var(--color-editor-text);background-color:var(--color-editor-background);-webkit-overflow-scrolling:touch;overflow-y:scroll}.post-text::placeholder{color:var(--color-body-text-secondary);font-style:italic}@media screen and (max-width: 450px){.post-text{padding:20px 12px;width:100%;flex-grow:1;font-size:4.5vw;font-weight:400;transition:height .2s ease;-webkit-overflow-scrolling:touch}.post-text{background-color:var(--color-editor-background-mobile, var(--color-input-background))}}.post-editor{padding:10px 8px;background:var(--color-background-2);position:relative}@media screen and (max-width: 450px){.post-editor .post-photos{padding:4px 8px}}.post-editor .post-text{resize:vertical}.post-editor .post-createat-wrapper{position:absolute;left:-8px;top:10px;transform:translate(-100%);z-index:1}.post-editor .post-createat-wrapper .post-createat{cursor:pointer;font-size:10px;font-weight:700;text-align:right;color:var(--color-body-text-secondary);font-style:italic;white-space:nowrap;overflow:visible;line-height:1.1}.post-editor .post-createat-wrapper .post-createat:hover{color:var(--color-body-text)}.post-editor .post-footer{margin-top:8px}.post-editor .post-footer button{font-size:18px}.post-editor .visibility-setting-content{font-weight:700;font-size:16px;font-style:italic}.post-editor .post-visibility-setting{font-style:italic;font-weight:700;font-size:16px;color:var(--color-body-text-secondary);text-align:left}.post-editor .post-visibility-setting .current-visibility{height:30px}.post-editor .post-visibility-setting .current-visibility:hover{color:var(--color-body-text)}.post-editor .post-visibility-setting .help{font-size:14px}@media screen and (max-width: 450px){.post-editor{padding:0;padding-bottom:env(safe-area-inset-bottom);height:calc(var(--viewport-height) - 38px);display:flex;flex-direction:column;background:var(--color-editor-background-mobile, var(--color-editor-background))}.post-editor.is-focused{padding-bottom:0}.post-editor .post-footer{height:30px;min-height:30px;padding:0 8px;margin-bottom:8px}}.magic-explain{font-style:initial;line-height:1.4;font-size:16px;padding:10px 0;color:var(--color-body-text-secondary)}.magic-explain em{color:var(--color-body-text)}.magic-explain>*+*{margin-top:10px}.magic-explain ul{padding-left:20px}.note-page{min-height:100vh;background:var(--color-page-background)}.note-page .filter-bar{padding:7px 0}.note-page .filter,.note-page .search{color:var(--color-body-text);font-weight:700;font-size:16px}.note-page .filter .filter-toggle{color:var(--color-body-text);cursor:pointer;-webkit-user-select:none;user-select:none}.note-page .filter .filter-toggle:before{content:"("}.note-page .filter .filter-toggle:after{content:")"}.note-page .filter .filter-toggle:hover,.note-page .filter .filter-toggle.is-active{color:var(--color-body-text-secondary)}.note-page .filter .filter-form{display:inline-grid;grid-template-columns:[label] auto [value] auto;grid-template-rows:auto auto;column-gap:8px;row-gap:8px;margin-top:8px;color:var(--color-body-text-secondary);font-weight:700;font-size:14px;min-height:20px;line-height:1.3}.note-page .filter .filter-form .label{text-align:right}.note-page .filter .filter-form .value{-webkit-user-select:none;user-select:none}.note-page .filter .filter-form .value .type-tag{cursor:pointer;-webkit-user-select:none;user-select:none;margin-right:8px}.note-page .filter .filter-form .value .type-tag.is-active{color:var(--color-body-text)}.note-page .filter .filter-form .value .date-input{margin-right:10px}.note-page .filter .filter-form .value .date-input .date-label{font-style:italic;font-size:10px;font-weight:700;margin-top:2px}.note-page .filter .filter-form .value .date-input input{margin-top:4px;color:697982;width:130px;height:24px;color:var(--color-body-text)}.note-page .filter .filter-form .value .date-input input::placeholder{color:var(--color-body-text-secondary)}.note-page .filter .filter-form .value .visibility-toggle{cursor:pointer;font-weight:700;font-size:14px}.note-page .filter .filter-form .value .visibility-toggle.is-active{color:var(--color-body-text)}.note-page .filter .filter-form .value .visibility-toggle.is-active~.visibility-options *{color:inherit!important}.note-page .filter .filter-form .value .visibility-separator{margin:0 4px;font-weight:700;font-size:14px}.note-page .search .search-label{margin-right:8px;font-style:italic;font-size:16px}.note-page .search input{height:20px;width:120px}.note-page .search input:active,.note-page .search input:focus{width:240px}@media screen and (max-width: 800px){.note-page .search input:active,.note-page .search input:focus{width:120px}}.note-page .refresh{color:var(--color-body-text);font-weight:700;font-size:18px;height:25px}.note-page .refresh .refresh-button{cursor:pointer;-webkit-user-select:none;user-select:none}.note-page .refresh .refresh-button:hover{color:var(--color-body-text-secondary)}.note-page .main{margin-top:26px;padding-bottom:100px}.note-page .main .post-editor{margin-bottom:30px}.note-page .main .create-post-wrapper{margin-bottom:20px;margin-left:48px}.note-page .main .create-post-wrapper .create-post-button{height:37px}.note-page .main .search-result{color:var(--color-body-text);font-style:italic;font-weight:700;font-size:24px;margin-bottom:40px}.note-page .main .no-post-placeholder{color:var(--color-body-text);font-style:italic;font-weight:700;font-size:24px}.note-page .post-item{margin-bottom:30px}.note-page .editor-modal .editor-header{padding:10px;background:var(--color-editor-header-background, var(--color-header-background));color:var(--color-nav-link-text-secondary);font-weight:700}.note-page .editor-modal .editor-header .button-cancel{font-size:16px;color:var(--color-nav-link-text)}.note-page .editor-modal .editor-header .date-edit{cursor:pointer}.note-page .editor-modal .editor-header .separator{margin:0 5px}.note-page .editor-modal .editor-header .editor-theme{cursor:pointer}.note-page .edit-profile{color:var(--color-button-link-text);text-align:right;font-size:17px;font-weight:700}#screenlock{position:relative;width:100%;height:100%;min-height:100vh}#screenlock .background-wrapper{position:absolute;left:0;right:0;top:0;bottom:0;z-index:-1;pointer-events:none;overflow:hidden}#screenlock .background-wrapper .background{position:absolute;left:0;right:0;top:0;bottom:0;z-index:-1;pointer-events:none;background:url(/public/bg-8497af52.jpg) no-repeat center;background-color:#002d07;background-size:cover;transform:scale(1.2)}#screenlock .screenlock-form{width:180px;margin-top:30vh}@media screen and (max-width: 450px){#screenlock .screenlock-form{margin-top:20vh}}#screenlock .screenlock-form .desc{color:#fff;margin-top:30px;font-size:17px;font-style:italic;text-align:center}#screenlock .screenlock-form .transparent-field{margin-top:25vh}#screenlock .screenlock-form .transparent-field input[type=number]::-webkit-outer-spin-button,#screenlock .screenlock-form .transparent-field input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}#screenlock .screenlock-form .transparent-field input[type=number]{-moz-appearance:textfield;-webkit-text-security:disc}#screenlock .screenlock-form .reset-pin{margin-top:8px;font-weight:700;font-size:12px;line-height:12px;color:#ffffff4d}#screenlock .screenlock-form .reset-pin:hover{color:#fff}#screenlock .screenlock-form .prompt{margin-top:50px;text-align:center;cursor:pointer;-webkit-user-select:none;user-select:none;color:#fff;font-size:14px}@media screen and (max-width: 450px){#screenlock .screenlock-form .prompt{font-size:16px}}.select{-webkit-user-select:none;user-select:none;display:inline-block;color:var(--color-body-text-secondary);font-weight:700;font-size:14px;line-height:1.3}.select *{display:inline-block}.select .option{cursor:pointer}.select .option.is-selected{color:var(--color-body-text)}.select .separator{margin:0 4px}.setting-page{min-height:100vh;background:var(--color-page-background)}.setting-page .main{margin-top:26px}.setting-page .setting-form+.setting-form{margin-top:60px}.setting-page .setting-form .form-title{font-weight:700;font-size:18px;margin-bottom:4px}.setting-page .setting-form .form-desc{margin-bottom:18px}.setting-page .setting-form .form-desc p{font-size:15px}.setting-page .setting-form .form-desc p.secondary{color:var(--color-body-text-secondary);font-size:13px;font-style:initial}.setting-page .setting-form .form-desc p+p{margin-top:10px}.setting-page .setting-form .form-content-wrapper{margin-top:10px;margin-bottom:10px;background:var(--color-background-2);padding:20px;display:none}.setting-page .setting-form .form-content{margin:auto}.setting-page .setting-form .form-submit{margin-top:20px}.setting-page .setting-form.is-expanded .form-content-wrapper{display:block}.setting-page .setting-form .field .hint{font-style:italic;font-size:12px;font-weight:700;margin-bottom:2px;color:var(--color-body-text)}@media screen and (max-width: 450px){.setting-page .setting-form .field .hint{min-height:16px}}.setting-page .setting-form .field .hint.error{color:var(--color-body-text-error)}.setting-page .setting-form .field>input{width:200px}@media screen and (max-width: 450px){.setting-page .setting-form .field>input{width:100%}}.setting-page .setting-form .field+.field{margin-top:10px}.setting-page .feature-desc .title{font-weight:700;font-style:italic;font-size:18px;margin-bottom:10px;line-height:1.2}.setting-page .feature-desc .detail{font-weight:700;color:var(--color-body-text-secondary);line-height:1.4}.setting-page .feature-desc .detail p+p{margin-top:.5em}.profile-editor .remove-photo,.profile-editor .select-photo{font-size:17px;font-weight:700;color:var(--color-nav-link-text)}.profile-editor .remove-photo:hover,.profile-editor .select-photo:hover{color:var(--color-nav-link-text-active)}.profile-editor .photo-preview{position:relative;display:inline-block}.profile-editor .photo-preview img{border:8px solid var(--color-profile-border)}.profile-editor .photo-preview .photo-operations{opacity:0;transition:all .3s;position:absolute;top:0;left:0;bottom:0;right:0;background:rgba(0,0,0,.5)}@media screen and (max-width: 450px){.profile-editor .photo-preview .photo-operations{opacity:1}}.profile-editor .photo-preview .photo-operations:hover{opacity:1}.profile-editor .photo-preview .photo-operations button{font-size:16px}.profile-editor .photo-preview .photo-operations button+button{margin-top:8px}.single-note-page{min-height:100vh;background:var(--color-page-background)}.single-note-page .friend-list-link{color:var(--color-nav-link-text);font-size:22px;font-weight:700;vertical-align:top;margin-left:5px}.single-note-page .no-post-placeholder{color:var(--color-body-text);font-style:italic;font-weight:700;font-size:24px}.single-note-page .main{margin-top:26px}.single-note-page .main .post-item{margin-bottom:30px}
