:root{--vt-c-white: #ffffff;--vt-c-white-soft: #f8f8f8;--vt-c-white-mute: #f2f2f2;--vt-c-black: #181818;--vt-c-black-soft: #222222;--vt-c-black-mute: #282828;--vt-c-indigo: #2c3e50;--vt-c-divider-light-1: rgba(60, 60, 60, .29);--vt-c-divider-light-2: rgba(60, 60, 60, .12);--vt-c-divider-dark-1: rgba(84, 84, 84, .65);--vt-c-divider-dark-2: rgba(84, 84, 84, .48);--vt-c-text-light-1: var(--vt-c-indigo);--vt-c-text-light-2: rgba(60, 60, 60, .66);--vt-c-text-dark-1: var(--vt-c-white);--vt-c-text-dark-2: rgba(235, 235, 235, .64)}:root{--color-background: var(--vt-c-white);--color-background-soft: var(--vt-c-white-soft);--color-background-mute: var(--vt-c-white-mute);--color-border: var(--vt-c-divider-light-2);--color-border-hover: var(--vt-c-divider-light-1);--color-heading: var(--vt-c-text-light-1);--color-text: var(--vt-c-text-light-1);--section-gap: 160px;--color-placeholder: lightgray}@media (prefers-color-scheme: dark){:root{--color-background: var(--vt-c-black);--color-background-soft: var(--vt-c-black-soft);--color-background-mute: var(--vt-c-black-mute);--color-border: var(--vt-c-divider-dark-2);--color-border-hover: var(--vt-c-divider-dark-1);--color-heading: var(--vt-c-text-dark-1);--color-text: var(--vt-c-text-dark-2)}}*,*:before,*:after{box-sizing:border-box;margin:0;font-weight:400}body{min-height:100vh;color:var(--color-text);background:var(--color-background);transition:color .5s,background-color .5s;line-height:1.6;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:15px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (max-width: 1024px){:root{--section-gap: 80px}}@media (max-width: 480px){:root{--section-gap: 40px}body{font-size:14px}}#app{margin:0 auto;font-weight:400}a,.green{text-decoration:none;color:#00bd7e;transition:.4s}@media (hover: hover){a:hover{background-color:#00bd7e33}}.card-container[data-v-03e533f4]{perspective:1200px;width:100%;max-width:400px;height:450px}.card-flipper[data-v-03e533f4]{position:relative;width:100%;height:100%;transition:transform .6s cubic-bezier(.4,0,.2,1);transform-style:preserve-3d}.card-container:hover .card-flipper[data-v-03e533f4]{transform:rotateY(180deg)}.card-front[data-v-03e533f4],.card-back[data-v-03e533f4]{position:absolute;width:100%;height:100%;backface-visibility:hidden;-webkit-backface-visibility:hidden;transform-style:preserve-3d}.card-front[data-v-03e533f4]{cursor:pointer}.card-back[data-v-03e533f4]{transform:rotateY(180deg)}.n-card[data-v-03e533f4]{height:100%;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #0000001a}.image-container[data-v-03e533f4]{height:100%;position:relative;overflow:hidden}.card-image[data-v-03e533f4]{width:100%;height:100%;object-fit:cover}.overlay[data-v-03e533f4]{position:absolute;bottom:0;left:0;right:0;padding:20px;background:linear-gradient(transparent,#000);color:#fff;z-index:2;transform:translateZ(5px);border-bottom-left-radius:12px;border-bottom-right-radius:12px;pointer-events:none}.overlay-title[data-v-03e533f4]{font-size:20px;font-weight:700;margin:0}.overlay-content[data-v-03e533f4]{margin:8px 0 0;font-size:14px;opacity:.9}.back-content[data-v-03e533f4]{display:flex;flex-direction:column;height:100%;align-items:center;text-align:center}.back-title[data-v-03e533f4]{font-size:28px;font-weight:700;color:#34495e;margin:0 0 8px}.divider[data-v-03e533f4]{width:44px;height:4px;background-color:#18a058;margin:0 auto 16px;border-radius:2px}.back-type[data-v-03e533f4]{font-size:18px;color:#7f8c8d;margin-bottom:20px}.utility-badge[data-v-03e533f4]{display:inline-block;padding:6px 20px;border:2px solid #18a058;border-radius:20px;color:#2d3436;font-weight:500;background-color:#c7ead1;cursor:pointer;margin-bottom:30px;transition:all .3s ease}.utility-badge[data-v-03e533f4]:hover{background-color:#18a058;color:#fff}.icon-actions[data-v-03e533f4]{display:flex;gap:16px;margin-bottom:auto;justify-content:center}.icon-container[data-v-03e533f4]{width:64px;height:64px;border:2px solid #7f8c8d;border-radius:12px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#7f8c8d;transition:all .3s ease}.icon-container[data-v-03e533f4]:hover{border-color:#18a058;background-color:#18a058;color:#fff}.details-section[data-v-03e533f4]{margin-top:auto;padding-top:16px;cursor:pointer}.details-text[data-v-03e533f4]{font-size:16px;font-weight:500;color:#18a058;transition:opacity .3s ease}.details-text[data-v-03e533f4]:hover{text-decoration:underline}.button-actions[data-v-03e533f4]{margin-top:48px}@media (max-width: 1024px){.card-container[data-v-03e533f4]{height:380px}.back-title[data-v-03e533f4]{font-size:22px}.icon-container[data-v-03e533f4]{width:52px;height:52px}}@media (max-width: 480px){.card-container[data-v-03e533f4]{max-width:100%;height:300px}.overlay-title[data-v-03e533f4]{font-size:16px}.overlay-content[data-v-03e533f4]{font-size:12px}.back-title[data-v-03e533f4]{font-size:18px}.back-type[data-v-03e533f4]{font-size:14px;margin-bottom:12px}.icon-container[data-v-03e533f4]{width:44px;height:44px}.utility-badge[data-v-03e533f4]{padding:4px 14px;font-size:13px;margin-bottom:16px}.details-text[data-v-03e533f4]{font-size:14px}}.modal-header-content[data-v-7512387a]{display:flex;justify-content:space-between;align-items:center;width:100%}.modal-title[data-v-7512387a]{font-weight:600;font-size:1.1rem}.close-icon[data-v-7512387a]{cursor:pointer;padding:4px;font-size:1.2rem;line-height:1;color:#999}.close-icon[data-v-7512387a]:hover{color:#333}.close-icon-mobile[data-v-7512387a]{cursor:pointer;background:#f0f0f0;border-radius:50%;width:30px;height:30px;display:flex;align-items:center;justify-content:center;color:#666}.modalFooter[data-v-7512387a]{display:flex;justify-content:space-between;gap:12px;margin-top:24px}.bottom-sheet-content[data-v-7512387a]{background:#fff;border-top-left-radius:20px;border-top-right-radius:20px;padding-bottom:env(safe-area-inset-bottom);overflow:hidden}.bottom-sheet-handle-container[data-v-7512387a]{width:100%;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer}.bottom-sheet-handle[data-v-7512387a]{width:40px;height:4px;background:#e0e0e0;border-radius:2px}.bottom-sheet-card[data-v-7512387a]{border-radius:0}[data-v-7512387a] .n-card-header{padding-top:8px!important}@media (max-width: 480px){.modalFooter[data-v-7512387a]{flex-direction:column;gap:8px}}h1[data-v-82cd29a3]{font-weight:500;font-size:2.6rem;position:relative}.greetings h1[data-v-82cd29a3]{text-align:center}@media (min-width: 1024px){.greetings h1[data-v-82cd29a3]{text-align:left}}@media (max-width: 1024px){h1[data-v-82cd29a3]{font-size:2rem}}@media (max-width: 480px){h1[data-v-82cd29a3]{font-size:1.5rem}}.n-card[data-v-84e42db8]{border:8px dashed lightgray;max-width:100%;border-radius:8px}.n-card:hover[data-v-84e42db8]{border:8px dashed green;cursor:pointer;transform:scale(1.01);transition-duration:.4s}.n-card:hover .icon-style[data-v-84e42db8]{transition:.4s;color:green}.n-icon[data-v-84e42db8]{width:100%;height:100%;color:var(--color-placeholder)}.icon-style[data-v-84e42db8]{width:100%;height:100%}@media (max-width: 480px){.n-card[data-v-84e42db8]{min-height:200px;border-width:4px}}main[data-v-3865297b]{padding:24px}.header[data-v-3865297b]{display:flex;justify-content:space-between;align-items:center}.property-list[data-v-3865297b]{display:flex;flex-wrap:wrap;gap:16px}.add-card[data-v-3865297b]{max-width:300px}@media (max-width: 480px){main[data-v-3865297b]{padding:16px}.property-list[data-v-3865297b]{gap:12px}.property-list[data-v-3865297b]>*{flex:1 1 100%;min-width:0}}@media (min-width: 481px) and (max-width: 1024px){.property-list[data-v-3865297b]>*{flex:1 1 calc(50% - 16px);max-width:calc(50% - 8px)}}main[data-v-f89f9ebd]{padding:24px}.header[data-v-f89f9ebd]{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.loading-state[data-v-f89f9ebd],.empty-state[data-v-f89f9ebd]{display:flex;justify-content:center;align-items:center;min-height:200px}.property-groups[data-v-f89f9ebd]{display:flex;flex-direction:column;gap:40px}.property-group[data-v-f89f9ebd]{display:flex;flex-direction:column;gap:16px}.group-header[data-v-f89f9ebd]{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:#f8f9fa;border-left:4px solid #18a058;border-radius:0 8px 8px 0;cursor:pointer;transition:background .2s ease}.group-header[data-v-f89f9ebd]:hover{background:#edf7f1}.group-title-row[data-v-f89f9ebd]{display:flex;align-items:center;gap:10px}.group-icon[data-v-f89f9ebd]{font-size:20px}.group-title[data-v-f89f9ebd]{font-size:1.2rem;font-weight:700;margin:0;color:#2d3436}.unit-count[data-v-f89f9ebd]{font-size:13px;color:#7f8c8d;background:#e8f5e9;padding:2px 10px;border-radius:12px;font-weight:500}.group-actions[data-v-f89f9ebd]{display:flex;align-items:center;gap:16px}.edit-btn[data-v-f89f9ebd]{font-size:13px}.group-link[data-v-f89f9ebd]{font-size:14px;color:#18a058;font-weight:500;white-space:nowrap}.group-link[data-v-f89f9ebd]:hover{text-decoration:underline}@media (max-width: 480px){main[data-v-f89f9ebd]{padding:16px}.group-header[data-v-f89f9ebd]{flex-direction:column;align-items:flex-start;gap:8px}.group-title[data-v-f89f9ebd]{font-size:1rem}}.logo{transform:scale(2)}.brandName{margin:0}.mobile-header{display:none;align-items:center;justify-content:space-between;height:56px;padding:0 16px}.hamburger-btn{padding:4px}@media (max-width: 768px){.desktop-header{display:none!important}.mobile-header{display:flex}.logo{transform:scale(1.5)}}
