/*!
 * Quill Editor v2.0.3
 * https://quilljs.com
 * Copyright (c) 2017-2024, Slab
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container{box-sizing:border-box;height:100%;margin:0;font-family:Helvetica,Arial,sans-serif;font-size:13px;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container:not(.ql-disabled) li[data-list=checked]>.ql-ui,.ql-container:not(.ql-disabled) li[data-list=unchecked]>.ql-ui{cursor:pointer}.ql-clipboard{height:1px;position:absolute;top:50%;left:-100000px;overflow-y:hidden}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word;outline:none;height:100%;padding:12px 15px;line-height:1.42;overflow-y:auto}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0}@supports (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-set:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor table{border-collapse:collapse}.ql-editor td{border:1px solid #000;padding:2px 5px}.ql-editor ol{padding-left:1.5em}.ql-editor li{padding-left:1.5em;list-style-type:none;position:relative}.ql-editor li>.ql-ui:before{text-align:right;white-space:nowrap;width:1.2em;margin-left:-1.5em;margin-right:.3em;display:inline-block}.ql-editor li[data-list=checked]>.ql-ui,.ql-editor li[data-list=unchecked]>.ql-ui{color:#777}.ql-editor li[data-list=bullet]>.ql-ui:before{content:"•"}.ql-editor li[data-list=checked]>.ql-ui:before{content:"☑"}.ql-editor li[data-list=unchecked]>.ql-ui:before{content:"☐"}@supports (counter-set:none){.ql-editor li[data-list]{counter-set:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list]{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered]{counter-increment:list-0}.ql-editor li[data-list=ordered]>.ql-ui:before{content:counter(list-0, decimal) ". "}.ql-editor li[data-list=ordered].ql-indent-1{counter-increment:list-1}.ql-editor li[data-list=ordered].ql-indent-1>.ql-ui:before{content:counter(list-1, lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-set:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-2{counter-increment:list-2}.ql-editor li[data-list=ordered].ql-indent-2>.ql-ui:before{content:counter(list-2, lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-set:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-3{counter-increment:list-3}.ql-editor li[data-list=ordered].ql-indent-3>.ql-ui:before{content:counter(list-3, decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-set:list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-4{counter-increment:list-4}.ql-editor li[data-list=ordered].ql-indent-4>.ql-ui:before{content:counter(list-4, lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-set:list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-5{counter-increment:list-5}.ql-editor li[data-list=ordered].ql-indent-5>.ql-ui:before{content:counter(list-5, lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-set:list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-6{counter-increment:list-6}.ql-editor li[data-list=ordered].ql-indent-6>.ql-ui:before{content:counter(list-6, decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-set:list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-reset:list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-7{counter-increment:list-7}.ql-editor li[data-list=ordered].ql-indent-7>.ql-ui:before{content:counter(list-7, lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-set:list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-reset:list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-8{counter-increment:list-8}.ql-editor li[data-list=ordered].ql-indent-8>.ql-ui:before{content:counter(list-8, lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-set:list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-reset:list-9}}.ql-editor li[data-list=ordered].ql-indent-9{counter-increment:list-9}.ql-editor li[data-list=ordered].ql-indent-9>.ql-ui:before{content:counter(list-9, decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor li.ql-direction-rtl{padding-right:1.5em}.ql-editor li.ql-direction-rtl>.ql-ui:before{text-align:left;margin-left:.3em;margin-right:-1.5em}.ql-editor table{table-layout:fixed;width:100%}.ql-editor table td{outline:none}.ql-editor .ql-code-block-container{font-family:monospace}.ql-editor .ql-video{max-width:100%;display:block}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{text-align:inherit;direction:rtl}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor .ql-ui{position:absolute}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);pointer-events:none;font-style:italic;position:absolute;left:15px;right:15px}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{cursor:pointer;float:left;background:0 0;border:none;width:28px;height:24px;padding:3px 5px;display:inline-block}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media (pointer:coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{vertical-align:middle;display:inline-block}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2px}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1px}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-top:5px;margin-bottom:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor .ql-code-block-container{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor .ql-code-block-container{margin-top:5px;margin-bottom:5px;padding:5px 10px}.ql-snow .ql-editor code{padding:2px 4px;font-size:85%}.ql-snow .ql-editor .ql-code-block-container{color:#f8f8f2;background-color:#23241f;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;float:left;vertical-align:middle;height:24px;font-size:14px;font-weight:500;display:inline-block;position:relative}.ql-snow .ql-picker-label{cursor:pointer;width:100%;height:100%;padding-left:8px;padding-right:2px;display:inline-block;position:relative}.ql-snow .ql-picker-label:before{line-height:22px;display:inline-block}.ql-snow .ql-picker-options{white-space:nowrap;background-color:#fff;min-width:100%;padding:4px 8px;display:none;position:absolute}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;padding-top:5px;padding-bottom:5px;display:block}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{z-index:1;margin-top:-1px;display:block;top:100%}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{width:24px;height:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{width:152px;padding:3px 5px}.ql-snow .ql-color-picker .ql-picker-item{float:left;border:1px solid #0000;width:16px;height:16px;margin:2px;padding:0}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{width:18px;margin-top:-9px;position:absolute;top:50%;right:0}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label:before,.ql-snow .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label:before,.ql-snow .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label:before,.ql-snow .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-code-block-container{position:relative}.ql-code-block-container .ql-ui{top:5px;right:5px}.ql-toolbar.ql-snow{box-sizing:border-box;border:1px solid #ccc;padding:8px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid #0000}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid #0000;box-shadow:0 2px 8px #0003}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0}.ql-snow .ql-tooltip{color:#444;white-space:nowrap;background-color:#fff;border:1px solid #ccc;padding:5px 12px;box-shadow:0 0 5px #ddd}.ql-snow .ql-tooltip:before{content:"Visit URL:";margin-right:8px;line-height:26px}.ql-snow .ql-tooltip input[type=text]{border:1px solid #ccc;width:170px;height:26px;margin:0;padding:3px 5px;font-size:13px;display:none}.ql-snow .ql-tooltip a.ql-preview{text-overflow:ellipsis;vertical-align:top;max-width:200px;display:inline-block;overflow-x:hidden}.ql-snow .ql-tooltip a.ql-action:after{content:"Edit";border-right:1px solid #ccc;margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{content:"Save";border-right:0;padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}:root{color:#172026;background:#f6f7f8;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html,body{overflow-x:hidden}body{color:#172026;background:#f6f7f8;margin:0}body.theme-light{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}body.theme-dark{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}a{color:inherit}button,input,select,textarea{font:inherit}input,select,textarea{background:#fff;border:1px solid #c8d0d8;border-radius:6px;width:100%;padding:.65rem .75rem}label{gap:.35rem;font-weight:600;display:grid}table{border-collapse:collapse;width:100%}th,td{text-align:left;border-bottom:1px solid #dce2e8;padding:.75rem}.app-shell{min-height:100vh;overflow-x:hidden}.app-header{z-index:10;background:#fff;border-bottom:1px solid #dce2e8;position:sticky;top:0;box-shadow:0 1px 3px #17202614}.app-header-inner{justify-content:space-between;align-items:center;gap:1rem;width:min(1180px,100% - 2rem);margin:0 auto;padding:.75rem 0;display:flex}.app-title{flex:none;margin:0;font-size:1.2rem}.app-title-link{color:#16635b;text-decoration:none}.app-nav{white-space:nowrap;flex:auto;justify-content:flex-end;align-items:center;gap:.65rem;min-width:0;display:flex}.app-nav-scroll{overscroll-behavior-inline:contain;scrollbar-width:thin;align-items:center;gap:.5rem;min-width:0;padding:.15rem .1rem .3rem;display:flex;overflow-x:auto}.nav-account-actions{flex:none;align-items:center;gap:.45rem;display:flex}.global-search{flex:0 16rem;min-width:9rem;position:relative}.global-search label,.global-search input{width:100%}.global-search input{border-radius:999px;min-height:2.25rem;padding:.4rem .8rem;font-weight:650}.global-search-results{z-index:30;background:#fff;border:1px solid #dce2e8;border-radius:8px;width:min(22rem,100vw - 1rem);max-height:min(60vh,24rem);padding:.35rem;display:grid;position:absolute;top:calc(100% + .4rem);right:0;overflow-y:auto;box-shadow:0 18px 45px #1720262e}.global-search-results button{color:#101820;cursor:pointer;text-align:left;background:0 0;border:0;border-radius:7px;gap:.15rem;width:100%;padding:.65rem .7rem;display:grid}.global-search-results button:hover,.global-search-results button:focus-visible{background:#eef8f5;outline:none}.global-search-results span{color:#64727f;font-size:.82rem;font-weight:700}.nav-link{appearance:none;color:#53616d;cursor:pointer;background:0 0;border:0;border-radius:999px;flex:none;justify-content:center;align-items:center;padding:.45rem .85rem;font-weight:600;line-height:1;text-decoration:none;display:inline-flex}.nav-link-label{justify-content:center;align-items:center;line-height:1;display:inline-flex;position:relative}.nav-alert-badge{background:#dc2626;border:2px solid #fff;border-radius:999px;width:.55rem;height:.55rem;position:absolute;top:-.48rem;right:-.58rem;box-shadow:0 0 0 1px #7f1d1d1f}.nav-link:hover,.nav-link:focus-visible{color:#16635b;background:#e8f2ef}.nav-link:disabled{cursor:wait;opacity:.65}.nav-link--active{color:#fff;background:#16635b}.nav-user-context{color:#53616d;border-left:1px solid #dce2e8;flex:none;gap:.1rem;max-width:220px;padding:.1rem .2rem .1rem .75rem;line-height:1.1;display:inline-grid}.nav-user-context span{text-overflow:ellipsis;white-space:nowrap;font-size:.78rem;overflow:hidden}.nav-user-context strong{color:#172026;font-size:.76rem}.offline-banner{color:#fff7ed;text-align:center;background:#b45309;padding:.4rem 1rem;font-size:.85rem}.main-content{width:min(1180px,100% - 2rem);margin:0 auto;padding:1.5rem 0 2rem}.mobile-quick-actions{display:none}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.page-stack{gap:1rem;min-width:0;display:grid}.hero-band{background:#dce9e2;border-radius:8px;align-items:center;min-height:420px;padding:3rem;display:grid}.hero-band h1{margin:0 0 1rem;font-size:3rem}.public-home{gap:1rem}.public-hero{background:#eef5f1;border:1px solid #dce2e8;border-radius:8px;grid-template-columns:minmax(0,.95fr) minmax(320px,1.05fr);align-items:center;gap:2rem;min-height:430px;padding:2.5rem;display:grid}.public-hero--home{background-color:#0000;background-image:linear-gradient(90deg,#f6f7f8f5,#f6f7f8c7),url(https://images.unsplash.com/photo-1600210492486-724fe5c67fb0?auto=format&fit=crop&w=1600&q=80);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box}.public-hero-copy{gap:1rem;max-width:620px;display:grid}.public-hero h1{margin:0;font-size:clamp(2.25rem,4vw,4rem);line-height:1}.public-hero p{color:#53616d;margin:0;font-size:1.04rem;line-height:1.65}.public-hero-visual{min-width:0}.preview-window{background:#fff;border:1px solid #bfd0cb;border-radius:8px;overflow:hidden;box-shadow:0 24px 55px #17202624}.preview-toolbar{background:#f7faf9;border-bottom:1px solid #dce2e8;gap:.4rem;padding:.85rem 1rem;display:flex}.preview-toolbar span{background:#9fb2ad;border-radius:999px;width:.7rem;height:.7rem}.preview-layout{grid-template-columns:140px 1fr;min-height:280px;display:grid}.preview-sidebar{background:#f7faf9;border-right:1px solid #dce2e8;align-content:start;gap:.55rem;padding:1rem;display:grid}.preview-pill{color:#53616d;border-radius:999px;padding:.45rem .65rem;font-size:.78rem;font-weight:700}.preview-pill--active{color:#fff;background:#16635b}.preview-main{gap:1rem;padding:1rem;display:grid}.preview-metrics{grid-template-columns:repeat(3,1fr);gap:.75rem;display:grid}.preview-metrics span,.preview-feed span{background:#fff;border:1px solid #dce2e8;border-radius:8px;display:block}.preview-metrics span{height:56px}.preview-chart{background:#f7faf9;border:1px solid #dce2e8;border-radius:8px;align-items:end;gap:.6rem;height:120px;padding:1rem;display:flex}.preview-chart i{background:#16635b;border-radius:6px 6px 0 0;flex:1}.preview-feed{gap:.5rem;display:grid}.preview-feed span{height:28px}.home-portrait{gap:1rem;display:grid}.home-portrait__photo,.home-portrait__panel{border:1px solid #ffffffb8;border-radius:8px;box-shadow:0 24px 55px #1720262e}.home-portrait__photo{background-color:#0000;background-image:linear-gradient(#16635b0f,#16635b2e),url(https://images.unsplash.com/photo-1600607687939-ce8a6c25118c?auto=format&fit=crop&w=1000&q=80);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;min-height:250px}.home-portrait__panel{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffeb;padding:1rem}.home-portrait__panel h2{margin:0 0 .75rem}.home-portrait__panel ul{color:#53616d;gap:.45rem;margin:0;padding-left:1.1rem;display:grid}.public-card-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.public-card,.public-cta-panel{background:#fff;border:1px solid #dce2e8;border-radius:8px;box-shadow:0 1px 2px #1720260f}.public-card{padding:1.25rem}.public-card h2,.public-cta-panel h2{margin:0 0 .5rem}.public-card p{color:#53616d;margin:0;line-height:1.55}.public-cta-panel{justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem;display:flex}.public-cta-panel h2{max-width:680px}.public-cta-panel p:not(.eyebrow){color:#53616d;max-width:760px;margin:.35rem 0 0;line-height:1.55}.eyebrow{color:#53616d;text-transform:uppercase;margin:0 0 .5rem;font-size:.75rem;font-weight:700}.panel,.auth-panel{background:#fff;border:1px solid #dce2e8;border-radius:8px;min-width:0;padding:1rem}.auth-panel{gap:1rem;width:min(100%,920px);display:grid}.login-access-grid{grid-template-columns:minmax(280px,.9fr) minmax(320px,1.1fr);align-items:start;gap:1rem;display:grid}.auth-login-panel{background:#f7faf9;border:1px solid #dce2e8;border-radius:8px;gap:.85rem;min-width:0;padding:1rem;display:grid}.auth-login-panel h2{margin:0;font-size:1.1rem}.landlord-signup-form{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:.75rem;display:grid}.landlord-signup-form__wide{grid-column:1/-1}.button-row{flex-wrap:wrap;gap:.5rem;display:flex}.auth-passkey-prompt{background:#f7faf9;border:1px solid #dce2e8;border-radius:8px;gap:.75rem;padding:1rem;display:grid}.auth-passkey-prompt h2{margin:0;font-size:1.1rem}.btn{color:#172026;cursor:pointer;background:#fff;border:1px solid #aeb8c2;border-radius:6px;padding:.6rem .85rem;text-decoration:none}.btn-primary{color:#fff;background:#16635b;border-color:#16635b}.settings-panel{gap:1rem;display:grid}.feedback-panel,.feedback-form,.admin-feedback-list{gap:.9rem;display:grid}.feedback-checkbox{grid-template-columns:none;align-items:center;gap:.5rem;width:max-content;max-width:100%;display:flex}.feedback-checkbox input{width:auto}.admin-feedback-item{background:#f7faf9;border:1px solid #dce2e8;border-radius:8px;grid-template-columns:minmax(0,1fr) minmax(180px,220px);gap:1rem;padding:1rem;display:grid}.admin-feedback-item h3{margin:.5rem 0 .35rem}.admin-feedback-item p{margin:0}.feedback-item-heading{flex-wrap:wrap;gap:.4rem;display:flex}.feedback-status-control{align-content:start}.segmented-control{background:#edf1f5;border:1px solid #c8d0d8;border-radius:8px;grid-template-columns:repeat(3,minmax(0,1fr));gap:.25rem;width:min(100%,420px);padding:.25rem;display:inline-grid}.segment-button{color:#53616d;cursor:pointer;background:0 0;border:0;border-radius:6px;padding:.65rem .75rem;font-weight:800}.segment-button--active{color:#16635b;background:#fff;box-shadow:0 1px 3px #1720261f}.grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;display:grid}.checklist-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:.75rem;margin-top:1rem;display:grid}.checklist-item{background:#f7faf9;border:1px solid #dce2e8;border-radius:8px;align-items:center;gap:.65rem;padding:.75rem;display:flex}.checklist-item span{color:#fff;background:#16635b;border-radius:999px;flex:none;place-items:center;width:1.6rem;height:1.6rem;font-weight:900;display:inline-grid}.checklist-item p{color:#172026;margin:0;font-weight:700}.checklist-item--stacked{align-items:flex-start}.checklist-item--stacked h3{margin:0 0 .35rem;font-size:1rem}.checklist-item--stacked p{color:#53616d;font-weight:500}.compact-list{color:#53616d;gap:.35rem;margin:0;padding-left:1.2rem;display:grid}.compact-list li span{margin-top:.15rem;display:block}.compact-stat-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;margin:0;display:grid}.compact-stat-list div{background:#f7faf9;border:1px solid #dce2e8;border-radius:8px;padding:.6rem}.compact-stat-list dt{color:#64727f;text-transform:uppercase;font-size:.74rem;font-weight:800}.compact-stat-list dd{color:#172026;margin:.15rem 0 0;font-size:1.25rem;font-weight:800}.placeholder-cloud{flex-wrap:wrap;gap:.45rem;display:flex}.placeholder-cloud span{color:#16635b;background:#f7faf9;border:1px solid #c8d0d8;border-radius:999px;padding:.35rem .55rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.82rem}.text-muted{color:#64727f}.field-hint{color:#64727f;font-size:.8rem;font-weight:500}.text-error{color:#a32020;overflow-wrap:anywhere}.text-success{color:#16635b;overflow-wrap:anywhere}.responsive-table{-webkit-overflow-scrolling:touch;width:100%;max-width:100%;overflow-x:auto}.responsive-table table{min-width:680px}.responsive-table th,.responsive-table td{vertical-align:top}.responsive-table td{overflow-wrap:anywhere}.table-subtext{color:#64727f;margin-top:.2rem;font-size:.85rem;font-weight:500;display:block}.table-primary-link{color:#16635b;font-weight:800;text-decoration:none}.table-primary-link:hover,.table-primary-link:focus-visible{text-decoration:underline}.status-badge{color:#53616d;text-transform:capitalize;background:#e9edf2;border-radius:999px;align-items:center;width:fit-content;padding:.25rem .55rem;font-size:.78rem;font-weight:800;display:inline-flex}.status-badge--pending{color:#9a4c00;background:#fff1d6}.status-badge--active{color:#16635b;background:#dff3e8}.status-badge--rejected{color:#a32020;background:#fde2e2}.btn-danger{color:#a32020;border-color:#a32020}.admin-panel,.admin-sections,.admin-account-section{gap:1rem;display:grid}.admin-account-section{border-top:1px solid #dce2e8;padding-top:1rem}.admin-account-section h3{margin:0 0 .25rem}.admin-actions{align-items:center;min-width:250px}.admin-invite-form,.admin-landlord-form{grid-template-columns:minmax(260px,1fr) minmax(140px,180px) minmax(180px,auto);align-items:end;gap:.75rem;display:grid}.admin-landlord-form{grid-template-columns:minmax(220px,1fr) minmax(180px,.7fr) minmax(220px,1fr) auto}.pilot-import-panel h3{margin:0 0 .5rem}.pilot-import-input textarea{min-height:14rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.86rem;line-height:1.45}.pilot-import-grid{grid-template-columns:minmax(180px,.55fr) repeat(2,minmax(0,1fr));align-items:start;gap:1rem;display:grid}.admin-invite-emails{grid-row:span 2}.admin-invite-actions{gap:.375rem;display:grid}.admin-data-management{grid-template-columns:minmax(260px,1fr) auto;align-items:end;gap:.75rem;display:grid}.admin-data-management label{gap:.375rem;display:grid}.admin-data-management input{width:100%;min-width:0}.household-form,.tenant-invite-form,.room-form,.profile-form{grid-template-columns:repeat(3,minmax(0,1fr));align-items:end;gap:.75rem;display:grid}.form-field-wide{grid-column:span 2}.prospect-stage-grid{grid-template-columns:repeat(auto-fit,minmax(9rem,1fr));gap:.65rem;margin:1rem 0;display:grid}.prospect-stage-card{color:#53616d;background:#f8fafc;border:1px solid #dce2e8;border-radius:8px;gap:.15rem;padding:.75rem;font-size:.82rem;font-weight:800;display:grid}.prospect-stage-card strong{color:#101820;font-size:1.35rem}.activity-timeline{gap:.85rem;margin:0;padding:0;list-style:none;display:grid}.activity-timeline-item{grid-template-columns:auto minmax(0,1fr);align-items:start;gap:.75rem;display:grid}.activity-timeline-marker{background:#fff;border:2px solid #1f8b7d;border-radius:999px;width:.75rem;height:.75rem;margin-top:.35rem;box-shadow:0 0 0 4px #dff3e8}.activity-timeline-heading{justify-content:space-between;align-items:baseline;gap:.75rem;display:flex}.activity-timeline-heading strong{color:#101820}.activity-timeline-heading span{color:#64727f;flex:none;font-size:.82rem;font-weight:700}.activity-timeline p{color:#64727f;flex-wrap:wrap;align-items:center;gap:.4rem;margin:.25rem 0 0;font-size:.88rem;display:flex}.lease-lifecycle-summary,.lease-variable-review{flex-wrap:wrap;gap:.5rem;margin:0 0 1rem;display:flex}.lease-lifecycle-summary span,.lease-variable-review span{color:#53616d;background:#f8fafc;border:1px solid #dce2e8;border-radius:999px;align-items:center;gap:.35rem;padding:.35rem .65rem;font-size:.82rem;font-weight:800;display:inline-flex}.lease-lifecycle-summary strong,.lease-variable-review strong{color:#101820}.lease-variable-review{margin-bottom:0}.wizard-progress{grid-template-columns:repeat(4,minmax(0,1fr));gap:.5rem;margin-bottom:1rem;display:grid}.wizard-step-pill{color:#53616d;white-space:nowrap;background:#f8fafc;border:1px solid #dce2e8;border-radius:999px;justify-content:center;align-items:center;gap:.4rem;min-width:0;padding:.45rem .65rem;font-size:.82rem;font-weight:800;display:inline-flex}.wizard-step-pill strong{color:#53616d;background:#e9edf2;border-radius:999px;place-items:center;width:1.25rem;height:1.25rem;font-size:.74rem;display:inline-grid}.wizard-step-pill--active{color:#16635b;background:#dff3e8;border-color:#1f8b7d}.wizard-step-pill--active strong{color:#fff;background:#1f8b7d}.lease-wizard-step{min-height:min(54vh,38rem)}.room-form{grid-template-columns:minmax(180px,.7fr) minmax(240px,1fr) minmax(140px,.45fr) auto}.room-management-grid{gap:1rem;display:grid}.maintenance-image-preview,.maintenance-image-strip{flex-wrap:wrap;align-items:center;gap:.45rem;display:flex}.maintenance-image-preview span{color:#53616d;background:#f8fafc;border:1px solid #dce2e8;border-radius:999px;padding:.24rem .55rem;font-size:.8rem;font-weight:700}.maintenance-triage-card{background:#f2faf6;border:1px solid #cfe2dc;border-radius:8px;gap:.75rem;padding:1rem;display:grid}.maintenance-triage-card h3{margin:0 0 .35rem}.maintenance-triage-card p{margin:0}.provider-portal-summary,.provider-task-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.75rem;display:grid}.provider-portal-summary article,.provider-task-card{background:#f8fafc;border:1px solid #dce2e8;border-radius:8px;gap:.35rem;padding:.85rem;display:grid}.provider-portal-summary article span,.provider-task-card small,.provider-task-card p{color:#64727f;font-weight:700}.provider-portal-summary article strong{color:#172026;font-size:1.45rem}.provider-specialty-row,.provider-task-card>div,.provider-task-cell{flex-wrap:wrap;align-items:center;gap:.4rem;display:flex}.provider-task-card h3,.provider-task-card p{margin:0}.provider-task-card .btn{justify-self:start}.provider-task-cell span{color:#53616d;background:#fff;border:1px solid #dce2e8;border-radius:999px;padding:.18rem .48rem;font-size:.76rem;font-weight:800}.provider-task-context{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.9rem;display:flex}.provider-task-context p{color:#53616d;flex-basis:100%;margin:0}.maintenance-image-strip{margin-top:.45rem}.maintenance-image-strip a{background:#f8fafc;border:1px solid #dce2e8;border-radius:6px;width:3.1rem;height:3.1rem;display:inline-flex;overflow:hidden}.maintenance-update-list{gap:.75rem;display:grid}.maintenance-update-card{background:#f8fafc;border:1px solid #dce2e8;border-radius:8px;gap:.4rem;padding:.85rem;display:grid}.maintenance-update-card>div{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;display:flex}.maintenance-update-card p{margin:0}.maintenance-update-card small{color:#64727f;font-weight:700}.maintenance-image-strip img{object-fit:cover;width:100%;height:100%}.household-chat-panel{gap:1rem}.chat-page{gap:.6rem;max-width:980px;height:calc(100svh - 8rem);min-height:0;overflow:hidden}.chat-page .household-chat-panel{height:100%;min-height:0}.household-chat-panel--page .chat-window{flex:auto;min-height:0;max-height:none}.chat-toolbar{flex-wrap:nowrap;justify-content:flex-end;gap:.5rem;display:flex}.chat-settings-button{appearance:none;color:#53616d;cursor:pointer;background:#fff;border:1px solid #dce2e8;border-radius:999px;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:1rem;line-height:1;display:inline-flex}.chat-settings-button:hover,.chat-settings-button:focus-visible{color:#16635b;border-color:#16635b}.household-chat-panel--page{flex-direction:column;display:flex;overflow:hidden}.household-chat-panel--page .section-heading{gap:.75rem}.household-chat-panel--page .section-heading h2{margin-bottom:.1rem;font-size:1.25rem}.chat-window{overscroll-behavior:contain;background:#f8fafc;border:1px solid #dce2e8;border-radius:8px;flex-direction:column;gap:.7rem;min-height:0;max-height:360px;padding:.85rem;display:flex;overflow:auto}.chat-message{background:#fff;border:1px solid #e2e8f0;border-radius:16px 16px 16px 4px;align-self:flex-start;gap:.3rem;width:fit-content;max-width:min(78ch,84%);padding:.62rem .78rem;display:grid;box-shadow:0 1px 2px #0f172a0f}.chat-message--mine{color:#fff;background:#16635b;border-color:#145e57;border-radius:16px 16px 4px;align-self:flex-end}.chat-message p{white-space:pre-wrap;overflow-wrap:anywhere;margin:0}.chat-message-body{overflow-wrap:anywhere;gap:.25rem;display:grid}.chat-message-body p,.chat-message-body div{margin:0}.chat-message-meta,.chat-composer-actions{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;display:flex}.chat-message-meta span,.chat-composer-actions span{color:#64748b;font-size:.85rem}.chat-message-meta-actions{align-items:center;gap:.45rem;display:inline-flex}.chat-message--mine .chat-message-meta span{color:#ffffffbd}.chat-message-delete{appearance:none;color:inherit;cursor:pointer;font:inherit;opacity:.78;text-underline-offset:.16em;background:0 0;border:0;padding:0;font-size:.78rem;font-weight:800;line-height:1;text-decoration:underline}.chat-message-delete:hover,.chat-message-delete:focus-visible{opacity:1}.chat-message-delete:disabled{cursor:not-allowed;opacity:.55}.chat-message-meta strong{overflow-wrap:anywhere}.chat-composer{--chat-editor-rows:2;gap:.35rem;display:grid}.chat-archive-form{grid-template-columns:minmax(240px,1fr) auto;align-items:end;gap:.75rem;display:grid}.chat-message-field,.chat-archive-form label{gap:.35rem;min-width:0;display:grid}.chat-composer textarea{resize:none;border-radius:8px;min-height:58px;max-height:22svh;padding:.55rem .65rem;overflow:auto}.chat-quill-field{gap:0}.chat-quill-editor.ql-container.ql-snow{min-height:calc((var(--chat-editor-rows) * 1.35rem) + 1.1rem);color:#172026;background:#fff;border:1px solid #dce2e8;border-radius:8px;max-height:7.85rem;font-family:inherit;font-size:1rem;transition:min-height .16s;overflow:hidden}.chat-quill-editor .ql-editor{min-height:inherit;max-height:inherit;padding:.55rem .65rem;line-height:1.35;overflow:auto}.chat-quill-editor .ql-editor.ql-blank:before{color:#94a3b8;font-style:normal;left:.65rem;right:.65rem}.chat-composer-toolbar{justify-content:space-between;align-items:center;gap:.5rem;min-width:0;display:flex}.chat-format-actions,.chat-send-group{align-items:center;gap:.28rem;min-width:0;display:flex}.chat-format-actions{scrollbar-width:none;overflow-x:auto}.chat-format-actions::-webkit-scrollbar{display:none}.chat-tool-button,.chat-send-button{appearance:none;color:#53616d;cursor:pointer;background:#fff;border:1px solid #dce2e8;justify-content:center;align-items:center;font-weight:800;line-height:1;display:inline-flex}.chat-tool-button{border-radius:999px;flex:none;width:1.85rem;height:1.85rem;font-size:.88rem}.chat-tool-button:disabled{cursor:not-allowed;opacity:.45}.chat-tool-button--urgent{color:#7c4a03;border-color:#f4c56b}.chat-tool-button--active{color:#7c4a03;background:#fff8e6;border-color:#b45309}.chat-tool-button--format-active{color:#fff;background:#16635b;border-color:#16635b;box-shadow:0 0 0 2px #16635b29}.chat-tool-underline{text-underline-offset:.12em;text-decoration:underline}.chat-send-group span{color:#64748b;white-space:nowrap;font-size:.72rem}.chat-send-button{color:#fff;background:#16635b;border-color:#16635b;border-radius:999px;min-width:3.25rem;height:1.85rem;padding:0 .6rem;font-size:.78rem}.chat-send-button:disabled{cursor:not-allowed;opacity:.55}.chat-composer-actions{justify-content:flex-end;align-self:stretch}.chat-urgent-toggle{color:#7c4a03;background:#fff8e6;border:1px solid #f4c56b;border-radius:999px;grid-template-columns:none;align-items:center;gap:.35rem;min-width:auto;padding:.38rem .62rem;font-weight:700;display:inline-flex}.chat-urgent-toggle input{width:auto;margin:0}.chat-urgent-toggle span{color:inherit;font-size:.88rem}.chat-archive-form{grid-template-columns:minmax(180px,1fr) minmax(160px,.5fr) auto}.chat-household-modal,.chat-settings-modal{gap:1rem;display:grid}.chat-settings-grid{gap:.75rem;display:grid}.chat-settings-section{border-top:1px solid #dce2e8;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.75rem;padding-top:.75rem;display:grid}.chat-settings-section:first-child{border-top:0;padding-top:0}.chat-settings-section h4,.chat-settings-section p{margin:0}.chat-settings-section h4{font-size:.95rem}.chat-settings-section--stacked{grid-template-columns:minmax(0,1fr);align-items:stretch}.chat-household-list{gap:.55rem;display:grid}.chat-household-option{width:100%;color:inherit;text-align:left;cursor:pointer;background:#fff;border:1px solid #dce2e8;border-radius:8px;gap:.2rem;padding:.8rem;display:grid}.chat-household-option span{color:#64748b;font-size:.88rem}.chat-household-option--active{background:#e8f2ef;border-color:#16635b}.household-form__wide{grid-column:1/-1}.profile-form{grid-template-columns:minmax(220px,1fr) auto;max-width:560px}.profile-context-list{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.75rem;display:grid}.admin-backup-artifacts{border-top:1px solid #dce2e8;gap:.85rem;padding-top:1rem;display:grid}.section-heading-compact{align-items:center}.section-heading-compact h3,.section-heading-compact p{margin:0}.admin-backup-table{min-width:680px}.admin-backup-table td:first-child{overflow-wrap:anywhere;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:.88rem}.admin-backup-usage-table td:first-child{font-family:inherit}.admin-backup-user-usage{max-height:22rem;overflow-y:auto}.admin-backup-actions{flex-wrap:wrap;gap:.5rem;display:flex}.stripe-status-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem;display:grid}.stripe-secret-guide{background:#f7faf9;border:1px solid #dce2e8;border-radius:8px;gap:.55rem;padding:.85rem;display:grid}.stripe-secret-guide h3,.stripe-secret-guide p{margin:0}.stripe-secret-guide code{color:#16635b;background:#e8f2ef;border:1px solid #bdd6d0;border-radius:6px;padding:.08rem .28rem;font-weight:800}.admin-backup-primary-actions{flex-wrap:wrap;justify-content:flex-end;gap:.75rem;display:flex}.modal-backdrop{z-index:60;background:#0f172a7a;place-items:center;padding:1rem;display:grid;position:fixed;inset:0}.modal-panel{background:#fff;border:1px solid #dce2e8;border-radius:8px;width:min(100%,34rem);padding:1.5rem;box-shadow:0 24px 60px #0f172a33}.backup-reason-modal{gap:1rem;display:grid}.backup-reason-modal label{gap:.45rem;display:grid}.backup-filename-preview{background:#f6f7f8;border:1px solid #dce2e8;border-radius:8px;gap:.4rem;padding:.85rem;display:grid}.backup-filename-preview span{color:#5f6f7d;font-size:.85rem;font-weight:700}.backup-filename-preview code{white-space:normal;overflow-wrap:anywhere}.modal-actions{justify-content:flex-end;gap:.75rem;display:flex}.admin-warning{color:#7a4b00;background:#fff8e6;border:1px solid #f0c36a;border-radius:.85rem;padding:.85rem 1rem;line-height:1.45}.admin-warning code{font-weight:800}body.theme-dark{color:#eef4f2;background:#11181d}body.theme-dark .app-header,body.theme-dark .panel,body.theme-dark .auth-panel,body.theme-dark .auth-login-panel,body.theme-dark .auth-passkey-prompt,body.theme-dark .metric-card,body.theme-dark .tenant-home-action,body.theme-dark .onboarding-step,body.theme-dark .household-mini-card,body.theme-dark .availability-room,body.theme-dark .prospect-stage-card,body.theme-dark .dashboard-hero-actions,body.theme-dark .admin-feedback-item,body.theme-dark .checklist-item,body.theme-dark .public-card,body.theme-dark .public-cta-panel,body.theme-dark .preview-window,body.theme-dark .preview-metrics span,body.theme-dark .preview-feed span,body.theme-dark .modal-panel,body.theme-dark .document-card,body.theme-dark .document-ack-panel,body.theme-dark .maintenance-update-card,body.theme-dark .provider-portal-summary article,body.theme-dark .provider-task-card,body.theme-dark .provider-task-cell span,body.theme-dark .document-download-panel,body.theme-dark .lease-template-card,body.theme-dark .lease-rendered-preview,body.theme-dark .attachment-choice,body.theme-dark .variable-panel,body.theme-dark .billing-plan-card,body.theme-dark .chat-message,body.theme-dark .move-in-item,body.theme-dark .checkout-item,body.theme-dark .task-link-result,body.theme-dark .announcement-card,body.theme-dark .chat-household-option{background:#172026;border-color:#2d3942}body.theme-dark .hero-band,body.theme-dark .dashboard-hero,body.theme-dark .public-hero,body.theme-dark .preview-sidebar,body.theme-dark .preview-toolbar,body.theme-dark .preview-chart,body.theme-dark .markdown-preview,body.theme-dark .legal-preview-frame,body.theme-dark .chat-window{background:#102821;border-color:#2d3942}body.theme-dark .hero-band h1,body.theme-dark .hero-band p,body.theme-dark .dashboard-hero h1,body.theme-dark .dashboard-hero p,body.theme-dark .public-hero h1,body.theme-dark .public-card h2,body.theme-dark .public-cta-panel h2,body.theme-dark label,body.theme-dark .auth-login-panel h2,body.theme-dark .auth-passkey-prompt h2,body.theme-dark .section-heading h2,body.theme-dark .section-heading h3,body.theme-dark .metric-card strong,body.theme-dark .tenant-home-action strong,body.theme-dark .onboarding-step h3,body.theme-dark .household-mini-card h3,body.theme-dark .availability-room-heading h3,body.theme-dark .prospect-stage-card strong,body.theme-dark .activity-timeline-heading strong,body.theme-dark .lease-lifecycle-summary strong,body.theme-dark .lease-variable-review strong,body.theme-dark .provider-portal-summary article strong,body.theme-dark .document-card strong,body.theme-dark .lease-template-card,body.theme-dark .lease-rendered-preview,body.theme-dark .markdown-preview,body.theme-dark .billing-guidance-panel h2,body.theme-dark .billing-price strong,body.theme-dark .billing-limit-list dd,body.theme-dark .detail-list dd{color:#eef4f2}body.theme-dark .app-header{box-shadow:0 1px 3px #00000059}body.theme-dark .app-title-link,body.theme-dark .table-link,body.theme-dark .nav-link:hover,body.theme-dark .nav-link:focus-visible,body.theme-dark .segment-button--active{color:#6fd3c2}body.theme-dark .nav-link,body.theme-dark .text-muted,body.theme-dark .field-hint,body.theme-dark .nav-user-context,body.theme-dark .public-hero p,body.theme-dark .public-card p,body.theme-dark .eyebrow,body.theme-dark .chart-total,body.theme-dark .metric-label,body.theme-dark .tenant-home-action span,body.theme-dark .tenant-home-action p,body.theme-dark .onboarding-step p,body.theme-dark .household-mini-card p,body.theme-dark .availability-room-heading p,body.theme-dark .prospect-stage-card,body.theme-dark .activity-timeline p,body.theme-dark .activity-timeline-heading span,body.theme-dark .dashboard-hero-actions span,body.theme-dark .table-subtext,body.theme-dark .detail-list dt,body.theme-dark .compact-list,body.theme-dark .compact-stat-list dt,body.theme-dark .document-card span,body.theme-dark .document-card small,body.theme-dark .document-ack-panel span,body.theme-dark .maintenance-update-card small,body.theme-dark .lease-template-card span,body.theme-dark .lease-nav-link span,body.theme-dark .attachment-choice small,body.theme-dark .billing-price span,body.theme-dark .billing-limit-list dt,body.theme-dark .billing-highlight-list,body.theme-dark .activity-item span,body.theme-dark .bar-column>span,body.theme-dark .chart-axis-labels,body.theme-dark .chart-legend li,body.theme-dark .chat-message-meta span,body.theme-dark .chat-composer-actions span,body.theme-dark .chat-household-option span{color:#aab8c2}body.theme-dark .nav-user-context{border-left-color:#2d3942}body.theme-dark .nav-user-context strong{color:#eef4f2}body.theme-dark .nav-link:hover,body.theme-dark .nav-link:focus-visible,body.theme-dark .segment-button--active,body.theme-dark .activity-item,body.theme-dark .onboarding-step--current,body.theme-dark .lease-nav-link--active,body.theme-dark .lease-template-card--active,body.theme-dark .chat-household-option--active{background:#20303a}body.theme-dark .admin-warning{color:#ffd98d;background:#7a4b002e;border-color:#f0c36a57}body.theme-dark .onboarding-progress{color:#86efac;background:#111f27;border-color:#29404d}body.theme-dark .onboarding-step--complete{background:#10261f}body.theme-dark .onboarding-step-marker{color:#cbd5df;background:#1b2a34}body.theme-dark .activity-timeline-marker{background:#11181d;border-color:#6fd3c2;box-shadow:0 0 0 4px #6fd3c226}body.theme-dark .onboarding-step--complete .onboarding-step-marker{color:#86efac;background:#164334}body.theme-dark .onboarding-step--current{border-color:#2dd4bf;box-shadow:0 0 0 2px #2dd4bf1f}body.theme-dark .onboarding-step--current .onboarding-step-marker{color:#08201d;background:#2dd4bf}body.theme-dark .availability-room--conflict{border-color:#fb7185;box-shadow:0 0 0 2px #fb71851f}body.theme-dark .availability-chip{color:#eef4f2;background:#11181d;border-color:#3a4852}body.theme-dark .availability-chip em{color:#aab8c2}body.theme-dark .availability-chip--active{background:#102821;border-color:#2dd4bf}body.theme-dark .availability-chip--future{background:#111f35;border-color:#60a5fa}body.theme-dark .availability-chip--draft{background:#2c2612;border-color:#facc15}body.theme-dark .nav-link--active,body.theme-dark .btn-primary,body.theme-dark .chat-send-button{color:#fff;background:#1f8b7d}body.theme-dark .btn,body.theme-dark input,body.theme-dark select,body.theme-dark textarea,body.theme-dark .lease-lifecycle-summary span,body.theme-dark .lease-variable-review span,body.theme-dark .wizard-step-pill,body.theme-dark .segment-button,body.theme-dark .lease-nav-link,body.theme-dark .chat-settings-button,body.theme-dark .chat-quill-editor.ql-container.ql-snow,body.theme-dark .chat-tool-button,body.theme-dark .variable-chip,body.theme-dark .placeholder-cloud span,body.theme-dark .document-card-type{color:#eef4f2;background:#11181d;border-color:#3a4852}body.theme-dark input::placeholder,body.theme-dark textarea::placeholder,body.theme-dark .chat-quill-editor .ql-editor.ql-blank:before{color:#7f8f9b}body.theme-dark input:focus,body.theme-dark select:focus,body.theme-dark textarea:focus,body.theme-dark .chat-quill-editor.ql-container.ql-snow:focus-within{outline-offset:1px;border-color:#6fd3c2;outline:2px solid #6fd3c23d}body.theme-dark input:-webkit-autofill{-webkit-text-fill-color:#eef4f2;caret-color:#eef4f2;box-shadow:inset 0 0 0 1000px #11181d}body.theme-dark input:-webkit-autofill:hover{-webkit-text-fill-color:#eef4f2;caret-color:#eef4f2;box-shadow:inset 0 0 0 1000px #11181d}body.theme-dark input:-webkit-autofill:focus{-webkit-text-fill-color:#eef4f2;caret-color:#eef4f2;box-shadow:inset 0 0 0 1000px #11181d}body.theme-dark .btn:hover,body.theme-dark .btn:focus-visible,body.theme-dark .chat-settings-button:hover,body.theme-dark .chat-settings-button:focus-visible,body.theme-dark .lease-nav-link:hover,body.theme-dark .lease-nav-link:focus-visible,body.theme-dark .document-card:hover,body.theme-dark .document-card:focus-visible{color:#eef4f2;border-color:#6fd3c2}body.theme-dark .btn-primary:hover,body.theme-dark .btn-primary:focus-visible,body.theme-dark .chat-send-button:hover,body.theme-dark .chat-send-button:focus-visible{color:#fff;background:#27a898;border-color:#6fd3c2}body.theme-dark .wizard-step-pill strong{color:#cbd6dd;background:#26333c}body.theme-dark .wizard-step-pill--active{color:#8ee6d6;background:#102821;border-color:#6fd3c2}body.theme-dark .wizard-step-pill--active strong{color:#fff;background:#1f8b7d}body.theme-dark .btn-danger{color:#ffb4b4;border-color:#f87171}body.theme-dark .text-error{color:#ffb4b4}body.theme-dark .text-success,body.theme-dark .table-primary-link{color:#8ee6d6}body.theme-dark .segmented-control,body.theme-dark .bar-track,body.theme-dark .stack-track{background:#0d1317;border-color:#3a4852}body.theme-dark .placeholder-cloud span,body.theme-dark .markdown-preview code,body.theme-dark .lease-rendered-preview code,body.theme-dark .signature-pad__canvas-wrap{color:#8ee6d6;background:#1f8b7d29;border-color:#2f746b}body.theme-dark .checklist-item p{color:#eef4f2}body.theme-dark .checklist-item--stacked p{color:#aab8c2}body.theme-dark .maintenance-image-preview span,body.theme-dark .maintenance-image-strip a,body.theme-dark .document-file-viewer,body.theme-dark .maintenance-triage-card{color:#aab8c2;background:#11181d;border-color:#3a4852}body.theme-dark .billing-limit-list div{border-top-color:#2d3942}body.theme-dark .compact-stat-list div{background:#111820;border-color:#2e3b45}body.theme-dark .compact-stat-list dd{color:#f5f7fa}body.theme-dark .billing-plan-card--recommended{border-color:#6fd3c2;box-shadow:0 14px 32px #00000047}body.theme-dark th,body.theme-dark td{border-bottom-color:#2d3942}body.theme-dark .admin-account-section{border-top-color:#2d3942}body.theme-dark .status-badge{color:#cbd6dd;background:#26333c}body.theme-dark .status-badge--pending,body.theme-dark .trend-pill--down{color:#ffd58a;background:#4b310d}body.theme-dark .status-badge--active,body.theme-dark .trend-pill--up{color:#8ee6d6;background:#143d36}body.theme-dark .status-badge--rejected{color:#ffb4b4;background:#4a1d1d}body.theme-dark .trend-pill--flat{color:#cbd6dd;background:#26333c}body.theme-dark .chart-grid-lines line{stroke:#2d3942}body.theme-dark .line-chart-area{fill:#6fd3c21f}body.theme-dark .line-chart-path,body.theme-dark .line-chart circle{stroke:#6fd3c2}body.theme-dark .line-chart circle{fill:#172026}body.theme-dark .donut-hole{stroke:#26333c}body.theme-dark .donut-chart text{fill:#eef4f2}body.theme-dark .donut-chart text+text{fill:#aab8c2}body.theme-dark .funnel-step span{color:#fff;background:#1f8b7d}body.theme-dark .funnel-step:nth-child(2) span{background:#285ab8}body.theme-dark .funnel-step:nth-child(3) span{background:#6936c8}body.theme-dark .funnel-step:nth-child(4) span{background:#8a4b12}body.theme-dark .chat-message--mine{color:#fff;background:#1f8b7d;border-color:#24988a}body.theme-dark .chat-tool-button--urgent{color:#ffd98d;border-color:#8a5f16}body.theme-dark .chat-tool-button--active,body.theme-dark .chat-urgent-toggle{color:#ffd98d;background:#4b310d;border-color:#b7791f}body.theme-dark .chat-tool-button--format-active{color:#fff;background:#1f8b7d;border-color:#6fd3c2}body.theme-dark .chat-settings-section,body.theme-dark .admin-backup-artifacts{border-top-color:#2d3942}body.theme-dark .stripe-secret-guide{background:#172026;border-color:#2d3942}body.theme-dark .stripe-secret-guide code{color:#8ee6d6;background:#1f8b7d29;border-color:#2f746b}body.theme-dark .modal-backdrop{background:#02060cb8}body.theme-dark .legal-preview-frame .legal-document{color:#111827;background:#fff}body.theme-dark .mobile-quick-actions{background:#11181df5;border-color:#2d3942;box-shadow:0 16px 35px #0006}body.theme-dark .global-search-results{background:#172026;border-color:#2d3942;box-shadow:0 18px 45px #00000057}body.theme-dark .global-search-results button{color:#eef4f2}body.theme-dark .global-search-results button:hover,body.theme-dark .global-search-results button:focus-visible{background:#20303a}body.theme-dark .global-search-results span{color:#aab8c2}@media (width<=760px){.app-header-inner{flex-direction:row;align-items:center;gap:.6rem;width:min(100% - 1rem,1180px);padding:.55rem 0}.app-nav{width:100%;min-width:0}.app-title{text-overflow:ellipsis;font-size:1rem;line-height:1;overflow:hidden}.app-title-link{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.app-nav-scroll{flex:auto}.app-header-inner--authenticated{grid-template-columns:minmax(0,1fr) auto;row-gap:.35rem;display:grid}.app-header-inner--authenticated .app-title{grid-area:1/1;min-width:0}.app-header-inner--authenticated .app-nav{display:contents}.app-header-inner--authenticated .app-nav-scroll{grid-area:2/1;width:100%;padding-bottom:.2rem}.global-search{grid-area:3/1;width:100%;min-width:0}.global-search input{min-height:2.15rem}.global-search-results{width:min(100%,100vw - 1rem);left:0;right:auto}.nav-account-actions{justify-items:end;gap:.25rem;display:grid}.app-header-inner--authenticated .nav-account-actions{display:contents}.nav-user-context{text-align:right;border-left:0;max-width:150px;padding:0}.app-header-inner--authenticated .nav-user-context{grid-area:1/2;align-self:center}.app-header-inner--authenticated .nav-button{grid-area:2/2;align-self:center;min-height:38px;padding-inline:.65rem}.nav-link,.btn,button,input,select,textarea{min-height:44px}.main-content{width:min(100% - 1rem,1180px);padding-bottom:5.75rem}.panel,.auth-panel,.metric-card{padding:.85rem}.section-heading{flex-direction:column;align-items:stretch;gap:.65rem}.section-heading .button-row,.section-heading .compact-select{width:100%}.hero-band{padding:1.5rem}.hero-band h1{font-size:2.1rem}.public-hero{grid-template-columns:1fr;gap:1.5rem;min-height:auto;padding:1.5rem}.public-hero h1{font-size:2.45rem}.preview-layout{grid-template-columns:1fr}.preview-sidebar{border-bottom:1px solid #dce2e8;border-right:0;grid-template-columns:repeat(2,minmax(0,1fr))}.preview-metrics,.public-card-grid{grid-template-columns:1fr}.public-cta-panel,.billing-current-plan{flex-direction:column;align-items:flex-start}.admin-feedback-item{grid-template-columns:1fr}.mobile-quick-actions{z-index:80;overscroll-behavior-x:contain;scrollbar-width:none;-webkit-overflow-scrolling:touch;background:#fffffff5;border:1px solid #dce2e8;border-radius:.75rem;gap:.5rem;padding:.5rem;display:flex;position:fixed;bottom:.75rem;left:.75rem;right:.75rem;overflow:auto hidden;box-shadow:0 16px 35px #1720262e}.mobile-quick-actions::-webkit-scrollbar{display:none}.mobile-quick-action{color:#fff;text-align:center;white-space:nowrap;background:#16635b;border-radius:.55rem;flex:0 0 88px;justify-content:center;align-items:center;min-height:44px;font-size:.85rem;font-weight:700;text-decoration:none;display:inline-flex;position:relative}.mobile-quick-action .nav-alert-badge{width:.62rem;height:.62rem;top:-.62rem;right:-.72rem}.mobile-quick-action:nth-child(2){background:#1d4ed8}.mobile-quick-action:nth-child(3){background:#6d28d9}}.dashboard-hero{background:#eef6f2;border:1px solid #dce2e8;border-radius:8px;justify-content:space-between;align-items:flex-end;gap:1rem;min-width:0;padding:1.25rem;display:flex}.dashboard-hero h1{margin:0 0 .35rem;font-size:2.25rem}.dashboard-hero p{color:#53616d;overflow-wrap:anywhere;max-width:760px;margin:0}.dashboard-hero-actions{background:#fff;border:1px solid #c8d0d8;border-radius:8px;gap:.25rem;min-width:140px;padding:.85rem;display:grid}.dashboard-hero-actions span{color:#64727f;font-size:.8rem}.dashboard-metrics,.dashboard-main-grid,.dashboard-secondary-grid{gap:1rem;display:grid}.dashboard-metrics{grid-template-columns:repeat(4,minmax(0,1fr))}.tenant-home-actions{grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem;display:grid}.tenant-home-action{color:#172026;background:#fff;border:1px solid #dce2e8;border-radius:8px;gap:.35rem;min-height:10rem;padding:1rem;text-decoration:none;display:grid}.tenant-home-action:hover,.tenant-home-action:focus-visible{border-color:#16635b;box-shadow:0 12px 28px #16635b1f}.tenant-home-action span{color:#64727f;text-transform:uppercase;font-size:.8rem;font-weight:900}.tenant-home-action strong{font-size:1.6rem}.tenant-home-action p{color:#53616d;margin:0}.move-in-page .dashboard-hero{border-color:#b0c6c9}.move-in-checklist{gap:.9rem;display:grid}.move-in-item{background:#f8faf8;border:1px solid #dce2e8;border-radius:8px;grid-template-columns:auto minmax(0,1fr);gap:1rem;padding:1rem;display:grid}.move-in-item h3{margin:0 0 .25rem}.move-in-item .field-stack{margin-top:.85rem}.move-in-upload-button{cursor:pointer;width:fit-content;margin-top:.85rem;position:relative}.move-in-upload-button input{opacity:0;pointer-events:none;position:absolute;inset:0}.checkout-grid{gap:1rem;display:grid}.checkout-item{background:#fff;border:1px solid #dce2e8;border-radius:8px;gap:.85rem;padding:1rem;display:grid}.checkout-item__header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.checkout-item__header h3{margin:0 0 .25rem}.checkout-controls{gap:.8rem;max-width:42rem;display:grid}.checkout-controls--review{max-width:none}.task-link-result{overflow-wrap:anywhere;background:#f8faf8;border:1px solid #dce2e8;border-radius:8px;gap:.35rem;margin-top:1rem;padding:.9rem;display:grid}.task-link-result span{color:#64727f;text-transform:uppercase;font-size:.82rem;font-weight:800}.announcement-list{gap:.9rem;display:grid}.announcement-card{background:#fff;border:1px solid #dce2e8;border-radius:8px;gap:.55rem;padding:1rem;display:grid}.announcement-card>div{flex-wrap:wrap;gap:.45rem;display:flex}.announcement-card h3,.announcement-card p{margin:0}.announcement-card small{color:#64727f;font-weight:700}.dashboard-main-grid{grid-template-columns:minmax(0,1.35fr) minmax(0,1fr)}.dashboard-secondary-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.onboarding-panel{gap:1rem;display:grid}.onboarding-progress{color:#16635b;white-space:nowrap;background:#f8faf9;border:1px solid #c8d0d8;border-radius:999px;align-self:start;padding:.4rem .65rem;font-size:.85rem;font-weight:800}.onboarding-steps{gap:.65rem;margin:0;padding:0;list-style:none;display:grid}.onboarding-step{background:#fff;border:1px solid #dce2e8;border-radius:8px;grid-template-columns:5.25rem minmax(0,1fr) auto;align-items:center;gap:.85rem;padding:.8rem;display:grid}.onboarding-step h3{margin:0 0 .2rem;font-size:1rem}.onboarding-step p{color:#53616d;margin:0;font-size:.92rem}.onboarding-step-marker{color:#53616d;background:#edf1f5;border-radius:999px;justify-content:center;align-items:center;min-height:2rem;font-size:.78rem;font-weight:800;display:inline-flex}.onboarding-step--complete{background:#f6fbf9}.onboarding-step--complete .onboarding-step-marker{color:#16635b;background:#dff4ed}.onboarding-step--current{border-color:#16635b;box-shadow:0 0 0 2px #16635b14}.onboarding-step--current .onboarding-step-marker{color:#fff;background:#16635b}.metric-card{background:#fff;border:1px solid #dce2e8;border-radius:8px;gap:.75rem;min-height:150px;padding:1rem;display:grid}.metric-card--compact{gap:.35rem;min-height:86px;padding:.85rem}.metric-card--compact strong{font-size:1.65rem}.btn-compact{min-height:0;padding:.38rem .6rem;font-size:.85rem}.compact-select{width:auto;min-width:150px;padding:.5rem .65rem}.table-actions{flex-wrap:wrap;gap:.35rem;display:flex}.table-link{color:#16635b;text-decoration:none}.table-link:hover,.table-link:focus-visible{text-decoration:underline}.household-command-grid,.household-card-grid,.household-action-grid{gap:1rem;display:grid}.household-command-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.household-card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.household-action-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.household-mini-card{background:#fff;border:1px solid #dce2e8;border-radius:8px;gap:.55rem;padding:.85rem;display:grid}.household-mini-card>div{justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex}.household-mini-card h3{margin:0;font-size:1rem}.household-mini-card p{color:#53616d;margin:0}.availability-toolbar{grid-template-columns:minmax(0,1.4fr) repeat(2,minmax(0,.8fr));gap:.85rem;margin-bottom:1rem;display:grid}.availability-room-list{gap:.75rem;display:grid}.availability-room{background:#fff;border:1px solid #dce2e8;border-radius:8px;gap:.75rem;padding:.85rem;display:grid}.availability-room--conflict{border-color:#d14b4b;box-shadow:0 0 0 2px #d14b4b14}.availability-room-heading{justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex}.availability-room-heading h3,.availability-room-heading p{margin:0}.availability-room-heading p{color:#53616d}.availability-chip-list{flex-wrap:wrap;gap:.5rem;display:flex}.availability-chip{color:#34424e;overflow-wrap:anywhere;background:#f8faf9;border:1px solid #dce2e8;border-radius:999px;align-items:center;gap:.4rem;max-width:100%;padding:.45rem .6rem;font-size:.85rem;display:inline-flex}.availability-chip em{color:#64727f;font-style:normal;font-weight:800}.availability-chip--active{background:#e8f7f3;border-color:#a8dfd2}.availability-chip--future{background:#eef4ff;border-color:#b7cbff}.availability-chip--draft{background:#fff8df;border-color:#ead08b}.availability-chip--past,.availability-chip--unscheduled{background:#f1f3f5}.modal-panel--wide{width:min(90vw,1120px);max-height:90vh;overflow:auto}.lease-modal-grid{grid-template-columns:minmax(240px,.75fr) minmax(320px,1.25fr);gap:1rem;margin-top:1rem;display:grid}.detail-list{gap:.65rem;margin:1rem 0 0;display:grid}.detail-list div{grid-template-columns:minmax(110px,.35fr) minmax(0,1fr);gap:.75rem;display:grid}.detail-list dt{color:#64727f;font-weight:700}.detail-list dd{margin:0}.lease-workbench{grid-template-columns:220px minmax(0,1fr);gap:1rem;display:grid}.lease-nav{align-content:start;gap:.35rem;display:grid}.lease-nav-link{color:#53616d;cursor:pointer;text-align:left;background:#fff;border:1px solid #dce2e8;border-radius:6px;padding:.65rem .75rem;font-weight:700}.lease-nav-link--active{color:#16635b;background:#e8f2ef;border-color:#16635b}.lease-section-panel{min-width:0}.documents-workbench{grid-template-columns:minmax(320px,1.05fr) minmax(280px,.95fr);align-items:start;gap:1rem;display:grid}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;margin-top:1rem;display:grid}.form-grid label,.form-grid-full{gap:.4rem;display:grid}.form-grid-full{grid-column:1/-1}.document-preview-panel{position:sticky;top:1rem}.markdown-preview{color:#172026;background:#fff;border:1px solid #dce2e8;border-radius:8px;min-height:14rem;padding:1rem;line-height:1.55}.markdown-preview h1,.markdown-preview h2,.markdown-preview h3{margin:.9rem 0 .4rem}.markdown-preview h1:first-child,.markdown-preview h2:first-child,.markdown-preview h3:first-child,.markdown-preview p:first-child{margin-top:0}.markdown-preview p{margin:0 0 .75rem}.markdown-preview code,.lease-rendered-preview code{color:#16635b;background:#e8f2ef;border:1px solid #bdd6d0;border-radius:6px;padding:.12rem .35rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.9em;font-weight:800}.markdown-preview--modal{min-height:min(68vh,720px);overflow:auto}.document-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.75rem;margin-top:1rem;display:grid}.document-card{color:#172026;cursor:pointer;text-align:left;background:#fff;border:1px solid #dce2e8;border-radius:8px;gap:.35rem;min-height:9rem;padding:.9rem;display:grid}.document-card:hover,.document-card:focus-visible{border-color:#16635b;box-shadow:0 10px 26px #16635b1f}.document-card strong{font-size:1rem}.document-card span,.document-card small{color:#64727f}.document-card-type{color:#53616d;background:#edf1f5;border-radius:999px;width:fit-content;padding:.22rem .5rem;font-size:.76rem;font-weight:800}.document-modal{gap:1rem;display:grid}.checkbox-row{align-items:center;gap:.55rem;font-weight:800;display:flex}.checkbox-row input{width:auto}.document-ack-panel{background:#f8fafc;border:1px solid #dce2e8;border-radius:8px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.65rem;padding:.75rem;display:flex}.document-ack-panel span{color:#64727f;font-size:.9rem;font-weight:700}.document-signature-form{flex-basis:100%;gap:.85rem;margin-top:.75rem;display:grid}.signature-pad{gap:.6rem;display:grid}.signature-pad__canvas-wrap{background:#fff;border:1px solid #cfd8df;border-radius:8px;overflow:hidden}.signature-pad canvas{touch-action:none;width:100%;height:10rem;display:block}.document-file-viewer{border:1px solid #dce2e8;border-radius:8px;width:100%;min-height:min(72vh,820px)}.document-image-viewer{object-fit:contain;border-radius:8px;max-width:100%;max-height:72vh;margin:0 auto;display:block}.document-download-panel{background:#f7faf9;border:1px solid #dce2e8;border-radius:8px;place-items:start;gap:1rem;padding:1.25rem;display:grid}.lease-template-switcher{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}.lease-template-card{color:#172026;cursor:pointer;text-align:left;background:#fff;border:1px solid #dce2e8;border-radius:8px;gap:.4rem;padding:1rem;display:grid}.lease-template-card--active{background:#e8f2ef;border-color:#16635b}.lease-template-card span,.lease-nav-link span{color:#64727f;font-size:.78rem;font-weight:700}.lease-workbench--editor{grid-template-columns:minmax(220px,.55fr) minmax(0,1.45fr)}.lease-editor-grid{grid-template-columns:minmax(0,1fr) minmax(240px,.55fr);gap:.85rem;margin-top:.45rem;display:grid}.lease-template-editor{gap:.4rem;font-weight:800;display:grid}.lease-editor-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;display:flex}.lease-template-editor textarea{min-height:22rem;font-family:inherit;line-height:1.55}.variable-panel{background:#f7faf9;border:1px solid #dce2e8;border-radius:8px;align-content:start;gap:.65rem;padding:.9rem;display:grid}.variable-panel h3{margin:0}.variable-chip-grid{flex-wrap:wrap;gap:.4rem;display:flex}.variable-chip{color:#16635b;cursor:grab;background:#fff;border:1px solid #bdd6d0;border-radius:6px;padding:.34rem .48rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.78rem;font-weight:800}.variable-chip:active{cursor:grabbing}.lease-rendered-preview{background:#fff;border:1px solid #dce2e8;border-radius:8px;margin-top:1rem;padding:1rem;line-height:1.55}.lease-rendered-preview h3{margin:.25rem 0 .75rem}.lease-rendered-preview p{margin:0 0 .75rem}.lease-rendered-preview--modal{max-height:min(68vh,760px);margin-top:0;overflow:auto}.attachment-choice-grid{grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:.65rem;margin-top:1rem;display:grid}.attachment-choice{background:#fff;border:1px solid #dce2e8;border-radius:8px;grid-template-columns:none;align-items:flex-start;gap:.65rem;padding:.75rem;display:flex}.attachment-choice input{width:auto;margin-top:.2rem}.attachment-choice span{gap:.15rem;display:grid}.attachment-choice small{color:#64727f;font-weight:600}.billing-guidance-panel{gap:.65rem;display:grid}.billing-guidance-panel h2{margin:0}.billing-guidance-panel p{max-width:78ch;margin:0}.billing-plan-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.85rem;display:grid}.billing-trust-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem;display:grid}.billing-trust-grid h2{margin:0 0 .45rem;font-size:1.1rem}.billing-trust-grid p{margin:0}.billing-current-plan{justify-content:space-between;align-items:center;gap:1rem;display:flex}.billing-current-plan h2{margin:0 0 .35rem}.billing-current-plan p{margin:0}.billing-plan-card{background:#fff;border:1px solid #dce2e8;border-radius:8px;align-content:start;gap:1rem;min-width:0;padding:1rem;display:grid;position:relative}.billing-plan-card--recommended{border-color:#16635b;box-shadow:0 14px 32px #16635b24}.billing-plan-card h2{margin:0 0 .35rem;font-size:1.35rem}.billing-plan-ribbon{color:#fff;background:#16635b;border-radius:999px;width:fit-content;padding:.25rem .55rem;font-size:.76rem;font-weight:800}.billing-price{gap:.1rem;display:grid}.billing-price strong{color:#172026;font-size:2.1rem}.billing-price span{color:#64727f;font-size:.88rem;font-weight:700}.billing-limit-list{gap:.45rem;margin:0;display:grid}.billing-limit-list div{border-top:1px solid #edf1f5;gap:.1rem;padding-top:.45rem;display:grid}.billing-limit-list dt{color:#64727f;text-transform:uppercase;font-size:.76rem;font-weight:800}.billing-limit-list dd{margin:0;font-weight:700}.billing-highlight-list{color:#53616d;gap:.4rem;margin:0;padding-left:1.1rem;display:grid}.lease-wizard-modal{width:min(94vw,1280px)}.lease-wizard-grid{grid-template-columns:minmax(340px,.82fr) minmax(420px,1.18fr);align-items:start;gap:1rem;margin-top:1rem;display:grid}.lease-wizard-controls{gap:1rem;min-width:0;display:grid}.panel-compact{padding:.85rem}.legal-preview-frame{background:#edf1f5;border:1px solid #dce2e8;border-radius:8px;max-height:min(72vh,860px);padding:1rem;overflow:auto}.legal-preview-frame .legal-document{color:#111827;background:#fff;width:min(100%,8.5in);min-height:11in;margin:0 auto;padding:min(.75in,7vw);font-family:Georgia,Times New Roman,serif;line-height:1.45;box-shadow:0 18px 50px #0f172a29}.legal-preview-frame .legal-cover{text-align:center;border-bottom:2px solid #111827;margin-bottom:1.6rem;padding-bottom:.85rem}.legal-preview-frame .legal-cover p{letter-spacing:.08em;text-transform:uppercase;margin:0 0 .35rem;font-size:.72rem}.legal-preview-frame .legal-cover h1{margin:0;font-size:1.5rem}.legal-preview-frame .legal-section{margin-bottom:1rem}.legal-preview-frame .legal-section h2{text-transform:uppercase;margin:0 0 .35rem;font-size:.95rem}.legal-preview-frame .legal-section p{margin:0 0 .5rem;font-size:.92rem}.legal-preview-frame .legal-variable{font-weight:800}.metric-label{color:#64727f;margin:0 0 .25rem;font-size:.85rem;font-weight:700}.metric-card strong{font-size:1.8rem}.metric-card p:last-child{margin:0}.trend-pill{border-radius:999px;width:fit-content;padding:.25rem .55rem;font-size:.78rem;font-weight:700}.trend-pill--up{color:#16635b;background:#dff3e8}.trend-pill--down{color:#9a4c00;background:#fff1d6}.trend-pill--flat{color:#53616d;background:#e9edf2}.chart-panel,.activity-panel{gap:1rem;min-width:0;display:grid}.section-heading{justify-content:space-between;align-items:flex-start;gap:1rem;min-width:0;display:flex}.section-heading>*{min-width:0}.section-heading h2{overflow-wrap:anywhere;margin:0;font-size:1.1rem}.chart-total{color:#64727f;font-weight:700}.line-chart{width:100%;min-height:220px}.chart-grid-lines line{stroke:#dce2e8;stroke-width:1px}.line-chart-path{fill:none;stroke:#16635b;stroke-linecap:round;stroke-linejoin:round;stroke-width:4px}.line-chart-area{fill:#16635b1a;stroke:none}.line-chart circle{fill:#fff;stroke:#16635b;stroke-width:3px}.chart-axis-labels{color:#64727f;justify-content:space-between;font-size:.78rem;display:flex}.bar-chart{grid-template-columns:repeat(7,minmax(0,1fr));align-items:end;gap:.65rem;min-height:230px;display:grid}.bar-column{text-align:center;align-items:end;gap:.35rem;display:grid}.bar-track{background:#edf1f5;border-radius:999px;height:150px;position:relative;overflow:hidden}.bar-track span{background:#1d4ed8;border-radius:999px 999px 0 0;position:absolute;bottom:0;left:0;right:0}.bar-column strong{font-size:.86rem}.bar-column>span{color:#64727f;font-size:.78rem}.donut-layout{grid-template-columns:150px minmax(0,1fr);align-items:center;gap:1rem;display:grid}.donut-chart{width:150px;height:150px;transform:rotate(-90deg)}.donut-hole{fill:#0000;stroke:#edf1f5;stroke-width:8px}.donut-segment{fill:#0000;stroke-width:8px}.donut-chart text{transform-origin:50%;fill:#172026;font-size:.22rem;font-weight:800;transform:rotate(90deg)}.donut-chart text+text{fill:#64727f;font-size:.12rem;font-weight:700}.chart-legend{gap:.55rem;margin:0;padding:0;list-style:none;display:grid}.chart-legend li{color:#53616d;grid-template-columns:.75rem minmax(0,1fr) auto;align-items:center;gap:.5rem;font-size:.88rem;display:grid}.chart-legend li span{border-radius:999px;width:.75rem;height:.75rem}.stack-track{background:#edf1f5;border-radius:999px;height:24px;display:flex;overflow:hidden}.stack-track span{min-width:3px}.chart-legend--compact{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:1rem}.funnel-chart{gap:.65rem;display:grid}.funnel-step{justify-content:center;display:flex}.funnel-step span{color:#fff;background:#16635b;border-radius:8px;justify-content:space-between;align-items:center;gap:.75rem;min-width:140px;padding:.7rem .85rem;font-weight:700;display:flex}.funnel-step:nth-child(2) span{background:#1d4ed8}.funnel-step:nth-child(3) span{background:#7c3aed}.funnel-step:nth-child(4) span{background:#b45309}.activity-list{gap:.65rem;margin:0;padding:0;list-style:none;display:grid}.activity-item{background:#f6f8fa;border-left:4px solid #1d4ed8;border-radius:6px;gap:.2rem;padding:.75rem;display:grid}.activity-item span{color:#64727f;font-size:.9rem}.activity-item--success{border-left-color:#16635b}.activity-item--warning{border-left-color:#b45309}.activity-item--danger{border-left-color:#a32020}@media (width<=980px){.dashboard-metrics,.stripe-status-grid,.dashboard-main-grid,.dashboard-secondary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=760px){body.chat-route-active{overflow:hidden}body.chat-route-active .main-content{width:100%;height:calc(100svh - 14rem);padding:0;overflow:hidden}.dashboard-hero{flex-direction:column;align-items:stretch;padding:1rem}.dashboard-hero h1{font-size:1.8rem}.dashboard-hero p{font-size:.96rem}.dashboard-hero-actions{width:100%;min-width:0}.wizard-progress{grid-template-columns:repeat(2,minmax(0,1fr))}.wizard-step-pill{justify-content:flex-start;font-size:.78rem}.lease-wizard-modal{max-height:calc(100svh - 1.25rem);overflow-y:auto}.lease-wizard-step{min-height:0}.activity-timeline-heading{flex-direction:column;align-items:flex-start;gap:.15rem}.onboarding-step{grid-template-columns:minmax(0,1fr);align-items:stretch}.onboarding-step-marker{width:max-content;padding:0 .75rem}.onboarding-step .btn{justify-self:stretch}.dashboard-metrics,.tenant-home-actions,.household-command-grid,.household-card-grid,.household-action-grid,.availability-toolbar,.dashboard-main-grid,.dashboard-secondary-grid,.billing-plan-grid,.billing-trust-grid,.donut-layout,.lease-workbench,.lease-modal-grid,.lease-workbench--editor,.lease-editor-grid,.lease-wizard-grid,.documents-workbench,.form-grid,.lease-template-switcher{grid-template-columns:minmax(0,1fr)}.document-preview-panel{position:static}.document-file-viewer{min-height:65vh}.legal-preview-frame{max-height:68vh;padding:.5rem}.legal-preview-frame .legal-document{min-height:auto}.admin-invite-form,.admin-landlord-form,.pilot-import-grid,.login-access-grid,.landlord-signup-form,.household-form,.tenant-invite-form,.room-form,.profile-form,.admin-data-management,.chat-composer,.chat-archive-form{grid-template-columns:minmax(0,1fr)}.form-field-wide{grid-column:auto}.chat-composer-actions{justify-content:stretch}.chat-composer-actions .btn{width:100%}.chat-toolbar{justify-content:flex-end}.chat-settings-section{grid-template-columns:minmax(0,1fr);align-items:stretch}.chat-page{gap:0;width:100%;height:100%;margin-inline:0;overflow:hidden}.chat-page .household-chat-panel{background:#fff;border:0;border-radius:0;grid-template-rows:auto minmax(0,1fr) auto;gap:.35rem;height:100%;min-height:0;padding:.35rem .5rem .5rem;display:grid;overflow:hidden}.household-chat-panel--page .section-heading{flex-direction:row;flex:none;align-items:center;padding-inline:.15rem}.household-chat-panel--page .section-heading h2{font-size:1.05rem}.household-chat-panel--page .chat-window{flex:initial;background:#fff;border-left:0;border-right:0;border-radius:0;margin-inline:-.5rem;padding-left:.5rem;padding-right:.5rem}.chat-composer{flex:none;gap:.25rem;min-height:106px}.chat-composer textarea{min-height:46px;max-height:18svh}.chat-composer-toolbar{gap:.35rem}.chat-tool-button,.chat-send-button{height:1.75rem}.chat-tool-button{width:1.75rem}.chat-send-button{min-width:2.9rem;padding:0 .5rem}.chat-send-group span{display:none}body.theme-dark .chat-page .household-chat-panel,body.theme-dark .household-chat-panel--page .chat-window{background:#172026}.responsive-table{overflow-x:visible}.responsive-table table,.responsive-table thead,.responsive-table tbody,.responsive-table tr,.responsive-table th,.responsive-table td{width:100%;display:block}.responsive-table table{min-width:0}.responsive-table thead{display:none}.responsive-table tr{background:#fff;border:1px solid #dce2e8;border-radius:8px;padding:.75rem}.responsive-table tr+tr{margin-top:.65rem}.responsive-table td{border:0;grid-template-columns:minmax(5.75rem,.42fr) minmax(0,1fr);align-items:start;gap:.65rem;padding:.32rem 0;display:grid}.responsive-table td:before{color:#64727f;content:attr(data-label);letter-spacing:0;text-transform:uppercase;font-size:.72rem;font-weight:800}.responsive-table td:not([data-label]){grid-template-columns:minmax(0,1fr)}.responsive-table td:not([data-label]):before{content:none}.responsive-table td:last-child{padding-top:.55rem}.responsive-table .table-actions{justify-content:flex-start}.responsive-table .table-actions .btn{flex:8rem}body.theme-dark .responsive-table tr{background:#172026;border-color:#2d3942}body.theme-dark .responsive-table td:before{color:#aab8c2}.admin-backup-history-scroll{overflow-x:visible}.admin-backup-history-table{min-width:0}.admin-backup-history-table,.admin-backup-history-table thead,.admin-backup-history-table tbody,.admin-backup-history-table tr,.admin-backup-history-table th,.admin-backup-history-table td{width:100%;display:block}.admin-backup-history-table thead{display:none}.admin-backup-history-table tr{background:#fff;border:1px solid #dce2e8;border-radius:.5rem;padding:.75rem}.admin-backup-history-table tr+tr{margin-top:.65rem}.admin-backup-history-table td{overflow-wrap:anywhere;border:0;padding:.25rem 0}.admin-backup-history-table td:before{color:#64727f;content:attr(data-label);text-transform:uppercase;margin-bottom:.1rem;font-size:.72rem;font-weight:700;display:block}.admin-backup-history-table td:last-child{padding-top:.55rem}.bar-chart{min-width:520px}.chart-panel:has(.bar-chart){overflow-x:auto}}
