.login-container{background:#000;width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;margin:0;padding:0;box-sizing:border-box}.login-box{display:flex;flex-direction:column;align-items:center;gap:1.5rem;width:90%;max-width:360px;padding:2rem 1.5rem;box-sizing:border-box}.login-logo{width:250px;height:250px;border-radius:50%;background:#ff8c0000;display:flex;align-items:center;justify-content:center}.login-logo-image{width:70%;height:70%;object-fit:contain;border-radius:50%}.login-title{margin:0;font-size:1.8rem;color:#fff}.login-error{color:#e74c3c;font-size:.9rem;text-align:center}.login-form-group{position:relative;width:100%}.login-input-icon{position:absolute;top:50%;left:12px;transform:translateY(-50%);color:#ff8c00;font-size:1.1rem}.login-eye-icon{position:absolute;top:50%;right:12px;transform:translateY(-50%);color:#ff8c00;font-size:1.1rem;cursor:pointer}.login-input{width:100%;padding:.75rem 2.5rem;border:none;border-radius:999px;background:#fff;font-size:1rem;color:#000;box-sizing:border-box}.login-button{width:100%;padding:.75rem;background:#ff8c00;color:#fff;border:none;border-radius:999px;font-size:1rem;font-weight:600;display:flex;align-items:center;justify-content:center;gap:.5rem;cursor:pointer}.login-button-icon{font-size:1rem;color:#fff}.login-footer{display:flex;align-items:center;color:#fff;font-size:.9rem}.login-signup{margin-left:.25rem;color:#ff8c00;font-weight:600;text-decoration:none}.login-signup:hover{text-decoration:underline}.signup-container{background:#000;width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;margin:0;padding:0;box-sizing:border-box}.signup-box{display:flex;flex-direction:column;align-items:center;gap:1.5rem;width:90%;max-width:360px;padding:2rem 1.5rem;box-sizing:border-box}.signup-logo{width:250px;height:250px;border-radius:50%;background:#0000;display:flex;align-items:center;justify-content:center}.signup-logo-image{width:70%;height:70%;object-fit:contain;border-radius:50%}.signup-title{margin:0;font-size:1.8rem;color:#fff}.signup-error{color:#e74c3c;font-size:.9rem;text-align:center}.signup-success{color:#2ecc71;font-size:.9rem;text-align:center}.signup-form-group{position:relative;width:100%}.signup-input-icon{position:absolute;top:50%;left:12px;transform:translateY(-50%);color:#ff8c00;font-size:1.1rem}.signup-eye-icon{position:absolute;top:50%;right:12px;transform:translateY(-50%);color:#ff8c00;font-size:1.1rem;cursor:pointer}.signup-input{width:100%;padding:.75rem 2.5rem;border:none;border-radius:999px;background:#fff;font-size:1rem;color:#000;box-sizing:border-box}.signup-button{width:100%;padding:.75rem;background:#ff8c00;color:#fff;border:none;border-radius:999px;font-size:1rem;font-weight:600;display:flex;align-items:center;justify-content:center;gap:.5rem;cursor:pointer}.signup-button-icon{font-size:1rem;color:#fff}.signup-footer{display:flex;align-items:center;color:#fff;font-size:.9rem}.signup-login{margin-left:.25rem;color:#ff8c00;font-weight:600;text-decoration:none}.signup-login:hover{text-decoration:underline}.up-card{background:#fff;border:1px solid #e7edf1;border-radius:16px;padding:16px;max-width:760px;margin:0 auto;box-shadow:0 1px 8px #0000000f}.up-header{display:flex;justify-content:space-between;align-items:center}.up-title{margin:0;font-size:1.2rem;color:#222}.up-close{border:1px solid #e1e7ea;background:#f8f9fa;border-radius:6px;padding:.35rem .6rem;cursor:pointer;color:#333}.up-error{margin-top:8px;background:#fde8e8;color:#a40000;border:1px solid #f5c2c2;border-radius:8px;padding:8px 10px;font-size:.9rem}.up-grid{margin-top:12px;display:grid;grid-template-columns:1fr 1fr;gap:12px}.up-col-span-2{grid-column:span 2}.up-field{display:flex;flex-direction:column;gap:6px}.up-label{font-size:12px;color:#555}.up-input,.up-textarea,.up-input-file,.up-grid select{width:100%;border:1px solid #e1e7ea;background:#fff;border-radius:8px;padding:10px 12px;font-size:14px;color:#222;outline:none;transition:border-color .15s ease}.up-input:focus,.up-textarea:focus,.up-grid select:focus{border-color:#b7c6cf}.up-textarea{resize:vertical}.up-preview-grid{margin-top:8px;display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:10px}.up-preview-img{width:100%;height:110px;object-fit:cover;border:1px solid #eee;border-radius:8px;display:block;background:#fafafa}.up-actions{margin-top:14px;display:flex;gap:10px;justify-content:flex-end}.up-btn{border:1px solid #e1e7ea;background:#f3f4f6;color:#222;border-radius:999px;padding:8px 14px;cursor:pointer;font-weight:500}.up-btn-primary{background:#e7f7ec;border-color:#bfe4c8;color:#115e2b}.up-btn:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 560px){.up-grid{grid-template-columns:1fr}.up-col-span-2{grid-column:span 1}}.upload-bottomsheet-overlay{position:fixed;inset:0;background:#0006;display:flex;align-items:flex-end;justify-content:center;z-index:1000;color:#000}.upload-bottomsheet{background:#fff;width:100%;max-width:500px;border-top-left-radius:12px;border-top-right-radius:12px;padding:1em 1em 2em;box-shadow:0 -2px 10px #0000001a;resize:vertical;overflow:auto;max-height:80vh}.upload-bottomsheet-back{background:none;border:none;color:#007bff;margin-bottom:.5em;cursor:pointer}.upload-bottomsheet-actions{display:flex;gap:1em;margin-bottom:1em}.upload-bottomsheet-btn{flex:1;padding:.75em;background:#007bff;color:#fff;border:none;border-radius:6px;cursor:pointer}.upload-bottomsheet-btn:hover{background:#0056b3}.upload-bottomsheet-cancel{width:100%;padding:.75em;background:#f0f0f0;color:#333;border:none;border-radius:6px;cursor:pointer;margin-top:1em}.upload-bottomsheet-cancel:hover{background:#e2e2e2}.details-sheet{background:#00000040;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);width:100%;max-width:720px;max-height:85vh;border-top-left-radius:12px;border-top-right-radius:12px;overflow-y:auto;padding:1em;position:relative;box-shadow:0 -4px 20px #00000026;color:#222}.details-pill{background:#f3f4f6;border:1px solid #e1e7ea;border-radius:999px;padding:2px 8px}.details-stat-item{display:flex;align-items:center;gap:.25em;font-size:.95em;color:#ff9500}.details-description{margin:.75em 0;line-height:1.5;color:#fff;background-color:#ff7b0074;border-radius:10px;padding:1em}.details-images{display:flex;overflow-x:auto;gap:.5em;margin-bottom:1em;scroll-behavior:smooth}.details-image-container{flex:0 0 auto;position:relative;cursor:zoom-in;display:flex;justify-content:center;align-items:center}.details-image{height:120px;border-radius:6px;object-fit:cover;transition:transform .2s ease}.details-image:hover{transform:scale(1.05)}.details-image-fallback{width:120px;height:120px;border-radius:6px;background:#ffffff26;display:flex;align-items:center;justify-content:center;border:1px dashed rgba(255,123,0,.5);color:#ff7b00}.details-empty{color:#666;margin:.5em 0}.details-author-img{width:36px;height:36px;border-radius:50%;object-fit:cover;border:2px solid #ff7b00}.details-author-icon{width:36px;height:36px;border-radius:50%;background:#ffffff1a;display:flex;align-items:center;justify-content:center;border:2px solid #ff7b00}.details-author-name{font-weight:700;color:#ff7b00}.details-comment-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;border:2px solid #ff7b00}.details-comment-avatar-icon{width:36px;height:36px;border-radius:50%;background:#ffffff1a;display:flex;align-items:center;justify-content:center;border:2px solid #ff7b00;color:#ff7b00}.details-comment-body{background:#ffffffd9;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);padding:.6em .9em;border-radius:12px;flex:1;box-shadow:0 1px 3px #0000001a}.details-comment-author{font-weight:700;font-size:.92em;color:#ff7b00}.details-comment-form{position:sticky;bottom:0;background:#24242499;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);display:flex;gap:.5em;padding:.6em 1em;border-top:1px solid rgba(255,255,255,.15)}.details-comment-input{flex:1;padding:.6em .9em;border:1px solid rgba(255,123,0,.5);border-radius:999px;background:#ffffffe6;outline:none;font-size:.9em;transition:all .2s ease}.details-comment-input:focus{border-color:#ff7b00;background:#fff;color:#222;box-shadow:0 0 6px #ff7b0080}.details-comment-button{padding:0 1.2em;border:none;background:#ff7b00;color:#fff;border-radius:999px;font-weight:700;font-size:.9em;cursor:pointer;transition:background .2s ease,transform .15s ease}.details-overall-rating{display:flex;align-items:center;gap:.5em;margin-bottom:.75em;font-size:1em;color:#333}.details-overall-rating span:first-child{color:gold;font-size:1.2em}.circle-rating-text{font-family:sans-serif;font-weight:700;fill:#000}.details-star-rating span{font-size:1.5em;color:#ccc;cursor:pointer}.lightbox-overlay{position:fixed;inset:0;background:#000000eb;display:flex;align-items:center;justify-content:center;z-index:2000;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);animation:fadeIn .25s ease}.lightbox-image-container{position:relative;max-width:90vw;max-height:90vh;overflow:hidden}.lightbox-image-container img{max-width:100%;max-height:100%;border-radius:12px;object-fit:contain;transition:transform .2s ease;-webkit-user-select:none;user-select:none;pointer-events:none}.lightbox-prev,.lightbox-next{position:fixed;top:50%;transform:translateY(-50%);background:#ffffff26;color:#ff7b00;border:none;font-size:2em;width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transition:all .2s ease}.lightbox-prev:hover,.lightbox-next:hover{background:#ffffff40;transform:translateY(-50%) scale(1.05)}.lightbox-prev{left:2%}.lightbox-next{right:2%}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}:root{--overlay-bg: rgba(36, 36, 36, .45);--sheet-bg: rgba(0, 0, 0, .28);--sheet-backdrop-blur: blur(10px);--accent: #ff7b00;--accent-strong: #ff9900;--card-bg: rgba(255,255,255,.03);--card-border: rgba(255,255,255,.04);--text: #ffffff;--muted: rgba(255,255,255,.18);--max-width-sheet: 980px;--details-max-width: 720px}.bottomsheet-overlay,.details-overlay{position:fixed;inset:0;background:var(--overlay-bg);display:flex;align-items:flex-end;justify-content:center;z-index:12000;-webkit-tap-highlight-color:transparent}.bottomsheet-overlay .bottomsheet,.details-overlay .details-sheet{transform:translateY(0)!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;z-index:12001}.bottomsheet{background:var(--sheet-bg);backdrop-filter:var(--sheet-backdrop-blur);-webkit-backdrop-filter:var(--sheet-backdrop-blur);width:100%;max-width:var(--max-width-sheet);max-height:100vh;border-top-left-radius:14px;border-top-right-radius:14px;overflow-y:auto;padding:1rem 1.25rem 1.5rem;position:relative;box-shadow:0 -8px 30px #00000047;color:var(--text);-webkit-font-smoothing:antialiased;justify-content:center}.user-properties-sheet{padding-bottom:28px}.bottomsheet .drag-handle,.details-sheet .drag-handle{width:48px;height:4px;background:var(--muted);border-radius:4px;margin:6px auto 12px}.close-button,.details-close{position:absolute;top:10px;right:12px;font-size:1.4rem;background:transparent;border:none;cursor:pointer;color:var(--accent);padding:6px;line-height:1}.close-button:hover,.details-close:hover{color:#f90}.close-button:focus,.details-close:focus{outline:3px solid rgba(255,123,0,.18);outline-offset:2px}.user-header{display:flex;gap:12px;align-items:center;margin-bottom:8px}.user-header-avatar{width:72px;height:72px;border-radius:50%;object-fit:cover;flex:0 0 72px;border:2px solid rgba(255,255,255,.06);box-shadow:0 4px 12px #0000001f;background:#fff}.user-header-info{flex:1 1 auto;min-width:0}.user-name{margin:0;font-size:1.05rem;font-weight:700;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-badge-row{display:flex;gap:8px;align-items:center;margin-top:8px}.account-badge-icon{width:20px;height:20px;object-fit:cover;border-radius:50%}.user-overall-percent-wrap{position:relative;display:inline-block;flex:0 0 auto;-webkit-user-select:none;user-select:none;line-height:0}.user-overall-percent-svg{display:block}.user-overall-percent-center{position:absolute;left:0;top:0;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;pointer-events:none}.user-overall-percent-number{font-weight:800;color:#fff;font-size:1.1rem;line-height:1;letter-spacing:-.02em}.user-overall-percent-label{font-size:.62rem;color:#ffffffc7;margin-top:2px}.user-overall-percent-svg circle{transition:stroke-dashoffset .48s cubic-bezier(.22,.9,.32,1)}.user-aggregate-rating{display:flex;gap:10px;align-items:center;background:#ff7b000f;padding:6px 8px;border-radius:10px}.user-rating-meta{display:flex;flex-direction:column;gap:2px;color:var(--text);font-size:.85rem}.avg-text{font-weight:700;color:var(--text)}.count-text{color:#e6e6e6;font-weight:500}.user-properties-list h4{margin:10px 0 8px;font-size:1rem;font-weight:700;color:#ffddba}.user-properties-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:8px}.user-property-card{display:flex;gap:10px;align-items:center;padding:10px;border-radius:8px;background:var(--card-bg);transition:transform .14s ease,box-shadow .14s ease;cursor:pointer;border:1px solid var(--card-border)}.user-property-card:hover,.user-property-card:focus{transform:translateY(-4px);box-shadow:0 8px 18px #00000059;outline:none}.user-property-thumb{width:84px;height:64px;border-radius:6px;object-fit:cover;flex:0 0 84px;background:#ffffff05}.user-property-info{display:flex;flex-direction:column;gap:6px;min-width:0}.user-property-title{font-size:.95rem;font-weight:700;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-property-price{font-size:.9rem;color:var(--accent-strong);font-weight:800}.user-property-rating{display:flex;align-items:center;gap:6px;color:#e6e6e6;font-size:.85rem}.user-property-rating-count{color:#d1d5db;font-size:.82rem}.small-loading,.small-error,.small-empty{color:#ddd;padding:10px 6px;font-size:.95rem}.circle-rating-svg{display:block;overflow:visible}.circle-rating-text{font-family:sans-serif;font-weight:700;fill:#fff!important;color:#fff!important;font-size:11px}.details-sheet{background:#00000040;backdrop-filter:var(--sheet-backdrop-blur);-webkit-backdrop-filter:var(--sheet-backdrop-blur);width:100%;max-width:var(--details-max-width);max-height:85vh;border-top-left-radius:12px;border-top-right-radius:12px;overflow-y:auto;padding:1em;position:relative;box-shadow:0 -4px 20px #00000026;color:#222}.details-title{margin:0 0 .5em;font-size:1.25em;color:var(--accent)}.details-meta{display:flex;gap:.5em;flex-wrap:wrap;font-size:.9em;color:#444;margin-bottom:.75em}.details-pill--highlight{background:var(--accent-strong);color:#fff;border-color:var(--accent-strong)}.details-stats{display:flex;gap:1em;margin-bottom:.75em}.details-stat-item{display:flex;align-items:center;gap:.25em;font-size:.95em;color:var(--accent-strong)}.details-description{margin:.75em 0;line-height:1.5;color:#111;background-color:#ff7b0012;border-radius:10px;padding:1em}.details-section-title{margin:1em 0 .5em;font-size:1.1em;border-bottom:1px solid rgba(0,0,0,.06);padding-bottom:.25em;color:var(--accent)}.details-images{display:flex;overflow-x:auto;gap:.5em;margin-bottom:1em;-webkit-overflow-scrolling:touch}.details-author{display:flex;align-items:center;gap:.75em;margin-top:1em}.details-author-img{width:36px;height:36px;border-radius:50%;object-fit:cover;border:2px solid var(--accent)}.details-author-name{font-weight:700;color:var(--accent)}.details-author-sub{font-size:.85em;color:#f0e8de}.details-comments-section{margin-top:1.5em;padding-bottom:4.5em}.details-comments-list{max-height:220px;overflow-y:auto;display:flex;flex-direction:column;gap:.75em;padding-right:4px}.details-comment-item{display:flex;align-items:flex-start;gap:.75em;animation:fadeInUp .3s ease}.details-comment-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;border:2px solid var(--accent)}.details-comment-body{background:#fffffff2;padding:.6em .9em;border-radius:12px;flex:1;box-shadow:0 1px 3px #0000001a}.details-comment-author{font-weight:700;font-size:.92em;color:var(--accent)}.details-comment-text{margin-top:.25em;font-size:.9em;line-height:1.4;color:#222}.details-comment-form{position:sticky;bottom:0;background:#24242499;backdrop-filter:var(--sheet-backdrop-blur);-webkit-backdrop-filter:var(--sheet-backdrop-blur);display:flex;gap:.5em;padding:.6em 1em;border-top:1px solid rgba(255,255,255,.08)}.details-comment-input{flex:1;padding:.6em .9em;border:1px solid rgba(255,123,0,.35);border-radius:999px;background:#fffffff2;outline:none;font-size:.9em}.details-comment-input:focus{border-color:var(--accent);background:#fff;color:#222;box-shadow:0 0 6px #ff7b0040}.details-comment-button{padding:0 .9em;border:none;background:var(--accent);color:#fff;border-radius:999px;font-weight:700;cursor:pointer}.details-comment-button:hover:not(:disabled){background:#e06e00;transform:translateY(-1px)}.details-comment-button:disabled{opacity:.5;cursor:not-allowed}@keyframes fadeInUp{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.details-overall-gauge{display:flex;justify-content:center;margin-bottom:1em}.circle-rating-svg{overflow:visible}.circle-rating-text{font-family:sans-serif;font-weight:700;fill:#fff!important;color:#fff!important}.details-star-rating{display:flex;justify-content:center;gap:.25em;margin-bottom:1em}.details-star-rating span{font-size:1.5em;color:#ccc;cursor:pointer;-webkit-user-select:none;user-select:none}.details-star-rating span.filled{color:gold}.details-star-rating span:hover{color:#fc3}@media (max-width:760px){.bottomsheet,.details-sheet{max-width:calc(100% - 12px);padding:12px;border-top-left-radius:12px;border-top-right-radius:12px}.user-header-avatar{width:60px;height:60px;flex:0 0 60px}.user-properties-grid{grid-template-columns:1fr}.user-property-thumb{width:78px;height:60px;flex:0 0 78px}.details-image{height:96px}}.bottomsheet-overlay.hidden{visibility:hidden;pointer-events:none;opacity:0;transition:opacity .18s ease}.bottomsheet.hidden{transform:translateY(8px);opacity:0;pointer-events:none}.close-button:focus,.user-property-card:focus,.user-property-card button:focus,.user-property-card a:focus{outline:3px solid rgba(255,180,90,.15);outline-offset:2px}.properties-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1em;padding:1em;width:100%;box-sizing:border-box}.property-card{background:#000000e4;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:8px;box-shadow:0 2px 6px #000000f1;cursor:default;overflow:hidden;display:flex;flex-direction:column;transition:transform .2s ease,box-shadow .2s ease;width:100%}.property-card:hover{transform:translateY(-2px)}.property-card-thumb{position:relative;-webkit-user-select:none;user-select:none}.property-card-img{width:100%;height:160px;object-fit:cover;display:block;cursor:pointer}.property-card-gauge{position:absolute;top:8px;right:8px;width:40px;height:40px;pointer-events:none;z-index:4}.circle-rating-svg{overflow:visible;display:block}.circle-rating-text{font-family:sans-serif;font-weight:700;fill:#000;font-size:11px}.property-card-body{padding:.75em;flex:1;display:flex;flex-direction:column;justify-content:space-between;color:#fff;background-color:#000;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.property-card-price,.property-card-location,.property-card-info{cursor:pointer}.property-card-head,.property-card-type,.star-rating,.property-card-title{cursor:default}.property-card-info{display:flex;gap:.75em;margin-top:.5em;color:#ff9500}.property-card-info-item{display:flex;align-items:center;gap:.25em;font-size:.9em}.star-rating{display:flex;align-items:center;margin-top:.5em}.star-rating span{font-size:1.3em;color:#ccc;cursor:pointer;margin-right:2px;transition:color .2s ease,transform .15s ease}.star-rating span.filled{color:gold}.star-rating span:hover{transform:scale(1.15);color:#fc3}.listing-badges{display:flex;gap:6px;align-items:center}.listing-badge{font-size:.75rem;padding:4px 6px;border-radius:6px;background:#ffffff0f;color:#fff}.properties-loading,.properties-error,.properties-empty{text-align:center;padding:2em;font-size:1.2em;color:#555}.property-card-badge{position:absolute;top:10px;left:10px;display:flex;align-items:center;background:#73420a38;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);padding:4px 8px;border-radius:20px;z-index:5;gap:6px;pointer-events:none}.property-card-badge .badge-profile-wrapper,.property-card-badge .username,.property-card-badge img{pointer-events:auto}.badge-profile-wrapper{position:relative;display:inline-block}.badge-profile-wrapper .profile-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover;border:2px solid orange;display:block;cursor:pointer}.badge-profile-wrapper .profile-badge{position:absolute;bottom:-2px;right:-2px;width:14px;height:14px;border-radius:50%;border:2px solid #fff;background:#000}.property-card-badge .username{font-size:.85em;font-weight:700;color:#fff;margin-left:6px;cursor:pointer;white-space:nowrap;transition:color .15s ease,text-decoration .15s ease}.property-card-badge .username:hover,.property-card-badge .username:focus{color:#1d4ed8;text-decoration:underline;outline:none}.property-message-btn[disabled]{cursor:not-allowed!important;pointer-events:none!important;opacity:.45!important}.details-overlay{position:fixed;inset:0;background:#24242466;display:flex;align-items:flex-end;justify-content:center;z-index:1000}.details-sheet{background:#00000040;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);width:100%;max-width:720px;max-height:85vh;border-top-left-radius:12px;border-top-right-radius:12px;overflow-y:auto;padding:1em;position:relative;box-shadow:0 -4px 20px #00000026;color:#fff}.drag-handle{width:40px;height:4px;background:#ccc;border-radius:2px;margin:0 auto 1em}.details-close{position:absolute;top:10px;right:16px;font-size:1.5em;background:none;border:none;cursor:pointer;color:#ff7b00}.details-title{margin:0 0 .5em;font-size:1.25em;color:#ff7b00}.details-meta{display:flex;gap:.5em;flex-wrap:wrap;font-size:.9em;margin-bottom:.75em}.details-pill{background:#f3f4f6;border:1px solid #e1e7ea;border-radius:999px;padding:2px 8px;color:#222}.details-pill--highlight{background:#f90;color:#fff;border-color:#f90}.details-description{margin:.75em 0;line-height:1.5;color:#fff;background-color:#ff7b0073;border-radius:10px;padding:1em}.details-section-title{margin:1em 0 .5em;font-size:1.1em;border-bottom:1px solid #eee;padding-bottom:.25em;color:#ff7b00}.details-images{display:flex;overflow-x:auto;gap:.5em;margin-bottom:1em}.details-image{flex:0 0 auto;height:120px;border-radius:6px;object-fit:cover}.details-file-link{display:inline-block;padding:.75em;font-size:.9em;color:#0d6efd;text-decoration:underline;border:1px solid #e1e7ea;border-radius:6px;background:#fafafa}.details-empty{color:#bbb;margin:.5em 0}.filters-container{display:flex;gap:.5em;padding:0 1em;margin-bottom:1em;flex-wrap:wrap}.filters-container select{padding:.5em;border-radius:8px;border:1px solid #ccc;font-size:.9em;background:#fff;color:#333}.home-container{display:flex;flex-direction:column;height:100vh;overflow-x:hidden;background-color:#dc7d17f5;color:#fff;font-family:Segoe UI,sans-serif}.home-header{display:flex;justify-content:space-between;align-items:center;padding:1em}.home-profile-link{display:flex;align-items:center;text-decoration:none;color:inherit}.home-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;border:2px solid orange;margin-right:.5em}.home-username{font-size:1em;font-weight:700}.settings-icon i{font-size:1.2em}.home-search-wrapper{position:relative;padding:0 1em;margin-bottom:1em;border-radius:30px}.home-search-input{width:100%;padding:.8em 2.5em .8em 1em;border-radius:25px;border:none;outline:none;font-size:1em;background:#1c1c1c;color:#fff}.search-icon{position:absolute;right:1.5em;top:50%;transform:translateY(-50%);color:#f80}.home-main{flex:1;overflow-y:auto;padding:0 1em 100px}.property-card .property-card-img{width:100%;height:180px;object-fit:cover;border-bottom:2px solid #111}.property-card:hover{border:2px solid orange}.heart-icon{position:absolute;top:10px;right:10px;color:#fff;font-size:1.5em;background:#0006;border-radius:50%;padding:5px;cursor:pointer}.heart-icon.filled{color:#f80}.bottom-nav{position:fixed;bottom:2%;left:50%;transform:translate(-50%);width:70%;height:50px;max-width:360px;background:#d0b6b63f;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:50px;border-style:double;border-width:2px;border-color:#f80;padding:.3em 1em;display:flex;justify-content:space-between;align-items:center;z-index:100;transition:all 1.3s ease;box-shadow:0 8px 24px #000c}.bottom-nav.hidden{transform:translate(-50%) translateY(150%);opacity:0;pointer-events:none}.nav-btn{background:transparent;border:hidden;border-radius:50px;cursor:pointer;transition:transform .9s ease;margin-top:5px}.nav-btn.active img,.nav-btn:hover img{filter:brightness(0) saturate(100%) invert(60%) sepia(86%) saturate(749%) hue-rotate(359deg) brightness(101%) contrast(102%);transform:scale(1.1)}.plus-btn{background:#f80;color:#000;border-style:inset;border-width:2px;border-radius:50%;width:3em;height:3em;font-size:1.4em;display:flex;justify-content:center;align-items:center;box-shadow:0 4px 12px #31210f80;cursor:pointer}.home-loading{text-align:center;padding:2em;font-size:1.2em;color:#bbb}.properties-icon,.services-icon{width:3.9em;height:3.9em}.center-icon svg{font-size:2.8em}.profile-page{max-width:980px;margin:0 auto;padding:1rem;background-color:#0d0d0d;color:#fff;font-family:Segoe UI,sans-serif}.profile-form{background:#f3ecec0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;padding:1.2rem;box-shadow:0 2px 6px #beb9b44d;margin-bottom:1.5rem}.profile-form h2,.profile-page h3,.profile-page h4{color:#f80;margin-bottom:1rem}.profile-cover-wrap{position:relative;width:100%;max-width:920px;margin:0 auto 1rem;border-radius:12px;overflow:hidden;background:#1c1c1c;border:1px solid #333}.profile-cover{display:block;width:100%;height:220px;object-fit:cover}.cover-with-rating{position:relative}.cover-rating-pill{position:absolute;right:12px;bottom:12px;background:#0000008c;color:#fff;padding:8px 12px;border-radius:999px;display:inline-flex;align-items:center;gap:8px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,.06);box-shadow:0 4px 18px #00000073;font-weight:700;font-size:13px}.profile-avatar-wrap{display:flex;align-items:center;gap:12px;margin:.75rem 0 1.25rem}.profile-avatar{width:96px;height:96px;border-radius:50%;object-fit:cover;display:block;border:2px solid orange;background:#1c1c1c}@media (max-width: 480px){.profile-avatar{width:80px;height:80px}}.account-badge{display:inline-flex;align-items:center;margin-left:8px}.account-badge.org svg{filter:drop-shadow(0 1px 4px rgba(212,175,55,.4))}.account-badge.individual svg{filter:drop-shadow(0 1px 4px rgba(192,192,192,.3))}.profile-form input,.profile-form textarea{width:100%;margin-bottom:.8rem;padding:.75rem;border:none;border-radius:8px;background:#1c1c1c;color:#fff;outline:none}.profile-form input:focus,.profile-form textarea:focus{border:1px solid #ff8800}.profile-form button{background:#f80;color:#000;border:none;padding:.7rem 1.2rem;border-radius:8px;cursor:pointer;font-weight:700}.profile-form button:hover{background:#ffa733}button.danger{background:transparent;border:1px solid red;color:red;padding:.5rem 1rem;border-radius:8px}button.danger:hover{background:red;color:#fff}.properties-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1em;padding:1em 0}.property-card{background:#f3ecec0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:8px;box-shadow:0 2px 6px #beb9b44d;overflow:hidden;transition:transform .3s ease}.property-card:hover{transform:translateY(-3px);border:2px solid orange}.property-card-img{width:100%;height:160px;object-fit:cover}.property-card-body{padding:.75em;color:#fff}.property-card-title{margin:0 0 .5em;font-size:1.1em}.property-card-price{font-weight:700;color:#f80}.property-rating{display:inline-flex;align-items:center;gap:8px;background:#ff880014;color:#ffb86b;padding:6px 8px;border-radius:999px;font-weight:700;font-size:12px}.bottomsheet{position:fixed;inset:0;background:#00000080;opacity:0;pointer-events:none;transition:opacity .3s ease;z-index:1000}.bottomsheet.open{opacity:1;pointer-events:auto}.bottomsheet-content{position:absolute;left:0;right:0;bottom:0;background:#1c1c1cf2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top-left-radius:16px;border-top-right-radius:16px;padding:16px;max-height:85vh;overflow:auto;transform:translateY(100%);transition:transform .28s ease;color:#fff}.bottomsheet.open .bottomsheet-content{transform:translateY(0)}.bottomsheet-header{display:flex;align-items:center;gap:8px}.bottomsheet-handle{width:36px;height:4px;border-radius:4px;background:#555;margin:8px auto}.bottomsheet-close{margin-left:auto;border:none;background:transparent;font-size:20px;color:#fff;cursor:pointer}.edit-form input,.edit-form textarea{width:100%;margin-bottom:8px;padding:8px;border:1px solid #333;border-radius:6px;font:inherit;background:#0d0d0d;color:#fff}.edit-form input:focus,.edit-form textarea:focus{border:1px solid #ff8800}.edit-form .primary{background:#f80;color:#000;border:none;padding:8px 12px;border-radius:6px;cursor:pointer}.edit-form .primary:hover{background:#ffa733}.service-panel{background:#f3ecec0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:8px;padding:1rem;margin-top:1rem}.rating-pill{display:inline-block;padding:4px 8px;border-radius:999px;background:#eef2ff;color:#312e81;font-weight:600;font-size:12px}.form-error{color:#ffb3a7;background:#ffb3a70a;padding:8px 10px;border-radius:6px;margin-bottom:8px}.add-image-tile{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:600;border-radius:6px}@media (max-width: 720px){.profile-page{padding:12px}.profile-cover{height:180px}.cover-rating-pill{right:8px;bottom:8px;padding:6px 8px;font-size:12px}}.property-thumb-rating{display:inline-flex;align-items:center;justify-content:center;min-width:44px;padding:6px 10px;border-radius:999px;background:#0009;color:#fff;font-weight:700;font-size:12px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.06);box-shadow:0 6px 18px #00000073}.comment-count-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 8px;border-radius:999px;background:#ffffff0f;color:#fff;font-weight:700;font-size:12px;min-width:56px;justify-content:center}.comment-count-badge svg{color:#fff;opacity:.95}.ui-chat-list-root{display:flex;height:100%;width:100%;box-sizing:border-box;font-family:-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:#111;background:#fafbfd;overflow:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.chat-left-col{width:360px;min-width:260px;max-width:420px;border-right:1px solid #e8eaee;background:#fff;display:flex;flex-direction:column;overflow:hidden;transition:transform .22s ease,width .18s ease}.chat-list-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px;border-bottom:1px solid #f1f3f5;background:#fff;position:sticky;top:0;z-index:30}.chat-list-title{font-weight:700;font-size:16px;color:#0f1720}.chat-list-controls{display:flex;gap:8px;align-items:center}.chat-refresh-btn{border:1px solid #e6e9ee;background:#fff;padding:8px 10px;border-radius:8px;cursor:pointer;font-size:14px;line-height:1;height:40px;min-width:40px;display:inline-flex;align-items:center;justify-content:center}.chat-refresh-btn:active{transform:translateY(1px)}.chat-refresh-btn:focus{outline:3px solid rgba(21,156,228,.18);outline-offset:2px}.chat-list-wrap{overflow-y:auto;padding:8px;display:flex;flex-direction:column;gap:6px;-webkit-overflow-scrolling:touch}.chat-list-item{display:flex;align-items:center;gap:12px;padding:12px;border-radius:12px;background:#fff;border:1px solid transparent;cursor:pointer;text-align:left;transition:background .12s ease,border-color .12s ease,transform 80ms ease;touch-action:manipulation}.chat-list-item:active{transform:scale(.998)}.chat-list-item:hover{background:#fbfbfc;border-color:#f1f3f5}.chat-list-item{min-height:72px}.chat-list-avatar-wrap{width:56px;height:56px;border-radius:12px;overflow:hidden;background:#f0f2f4;display:flex;align-items:center;justify-content:center;flex-shrink:0}.chat-list-avatar{width:100%;height:100%;object-fit:cover;display:block}.chat-list-avatar-fallback{font-weight:700;font-size:20px;color:#666}.chat-list-body{display:flex;flex-direction:column;flex:1;min-width:0;gap:6px}.chat-list-top{display:flex;justify-content:space-between;align-items:center;gap:8px}.chat-list-title-el{font-weight:700;font-size:15px;color:#111;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-list-time{font-size:12px;color:#999;flex:0 0 auto}.chat-list-bottom{display:flex;align-items:center;justify-content:space-between;gap:8px}.chat-list-snippet{font-size:13px;color:#666;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}.chat-list-unread{margin-left:8px;background:#ff3b30;color:#fff;padding:4px 8px;font-size:12px;border-radius:999px;font-weight:600}.chat-list-loading,.chat-list-error,.chat-list-empty{padding:12px;text-align:center;color:#666;font-size:14px}.chat-right-col{flex:1;display:flex;flex-direction:column;background:#fafbfd;min-width:0;overflow:hidden;transition:transform .22s ease}.chat-screen-header{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#fff;border-bottom:1px solid #eef0f2;position:sticky;top:0;z-index:20}.chat-screen-back{background:#000;color:#fff;border:0;width:44px;height:44px;border-radius:10px;font-size:18px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 6px 18px #00000014}.chat-screen-back:hover{background:#111;transform:none}.chat-screen-back:focus{outline:3px solid rgba(21,156,228,.18);outline-offset:2px}.chat-screen-title{font-weight:700;font-size:15px;color:#111;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-screen-content{padding:20px;overflow-y:auto;display:flex;flex-direction:column;gap:12px;-webkit-overflow-scrolling:touch}.chat-screen-placeholder{color:#666;font-size:15px;text-align:center;margin-top:60px}.chat-screen-messages{display:flex;flex-direction:column;gap:12px}.chat-screen-message{background:#fff;padding:12px;border-radius:10px;border:1px solid #f1f3f5;word-break:break-word}.chat-screen-message-sender{font-weight:700;font-size:13px;color:#111;margin-bottom:6px}.chat-screen-message-body{font-size:14px;color:#111;margin-bottom:6px;white-space:pre-wrap}.chat-screen-message-time{font-size:12px;color:#999}.chat-screen-message-attachments{display:flex;gap:8px;margin-top:6px;flex-wrap:wrap}.chat-screen-message-attachment{max-width:220px;max-height:160px;border-radius:8px;object-fit:cover;cursor:pointer;background:#eee}.chat-screen-loading,.chat-screen-empty,.chat-screen-error{color:#666;text-align:center;padding:12px}@media (max-width: 900px){.ui-chat-list-root{flex-direction:column}.chat-left-col{width:100%;max-height:44vh;min-height:48px;border-right:none;border-bottom:1px solid #e8eaee;transition:max-height .22s ease,transform .22s ease}.chat-list-header{padding:10px}.chat-list-wrap{padding:6px;gap:8px}.chat-list-item{padding:10px;min-height:64px;border-radius:10px}.chat-right-col{width:100%;min-height:56vh;transition:transform .22s ease}.ui-chat-list-root.mobile-convo-open .chat-left-col{transform:translateY(-100%);max-height:0!important;height:0!important;overflow:hidden;pointer-events:none}.ui-chat-list-root.mobile-convo-open .chat-right-col{transform:translateY(0)}.ui-chat-list-root.mobile-list-visible .chat-left-col{transform:translateY(0);max-height:60vh}.chat-screen-back{width:48px;height:48px;border-radius:12px}.chat-screen-message-attachment{max-width:140px;max-height:120px}}.chat-list-item,.chat-refresh-btn,.chat-screen-back{-webkit-tap-highlight-color:rgba(0,0,0,.06);touch-action:manipulation}@media (max-width: 420px){.chat-list-avatar-wrap{width:48px;height:48px;border-radius:10px}.chat-list-item{padding:10px;gap:10px;min-height:60px}.chat-list-title-el{font-size:14px}.chat-list-snippet{font-size:12px}.chat-screen-content{padding:12px}}.chat-container{display:flex;flex-direction:column;height:100vh;max-height:100vh;width:100%;font-family:-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:#f5f5f5;border:1px solid #ddd;color:#111}.chat-header{display:flex;align-items:center;justify-content:center;padding:12px 48px;background-color:#fff;border-bottom:1px solid #ddd;position:relative;z-index:2}.back-button{position:absolute;left:12px;top:50%;transform:translateY(-50%);z-index:60;background:#fff;color:#333;border:1px solid rgba(0,0,0,.08);font-size:18px;width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;border-radius:8px;box-shadow:0 2px 6px #0000000f}.back-button:hover{background:#fafafa;transform:translateY(-50%) scale(1.02)}.right-actions{position:absolute;right:12px;top:50%;transform:translateY(-50%);display:flex;gap:8px;align-items:center}.chat-header-main{display:flex;align-items:center;gap:12px}.chat-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;border:1px solid #ccc;background:#eee}.chat-username{font-weight:600;font-size:16px;color:#333}.chat-messages{flex:1;overflow-y:auto;padding:12px 16px;display:flex;flex-direction:column;gap:12px;background-color:#f7f7f8;-webkit-overflow-scrolling:touch}.chat-message-row{display:flex;align-items:flex-start;gap:8px;width:100%}.chat-message{display:flex;gap:8px;align-items:flex-start;max-width:72%}.chat-message--mine{justify-content:flex-start;margin-right:auto}.chat-message--mine .chat-bubble{background:linear-gradient(180deg,#ff8a00,#ff6a00);color:#fff;padding:10px 12px;border-radius:4px 14px 14px;box-shadow:0 1px 3px #00000014}.chat-message--other{justify-content:flex-end;margin-left:auto}.chat-message--other .chat-bubble{background:#fff;color:#111;padding:10px 12px;border-radius:14px 4px 14px 14px;border:1px solid rgba(0,0,0,.06)}.chat-message .chat-avatar{order:0;margin:0;flex:0 0 40px}.chat-message .chat-bubble{order:1}.chat-message-meta{font-size:12px;color:#00000073;margin-bottom:6px;display:flex;gap:8px;align-items:center}.chat-bubble .chat-message-body{font-size:14px;line-height:1.35;white-space:pre-wrap;word-wrap:break-word}.message-attachments{display:flex;gap:8px;flex-wrap:wrap;margin-top:8px}.chat-bubble img.attachment{display:block;max-width:220px;max-height:160px;margin-top:8px;border-radius:8px;object-fit:cover;cursor:pointer;background:#eee}.chat-loading,.chat-empty{text-align:center;color:#888;font-size:14px;margin-top:20px}.chat-composer{display:flex;flex-direction:column;padding:10px 16px;background:#fff;border-top:1px solid #ddd;gap:8px;position:sticky;bottom:0;z-index:3}.chat-composer-row{display:flex;gap:8px;align-items:center}.chat-input{flex:1;padding:10px 12px;border-radius:20px;border:1px solid #ccc;outline:none;color:#111;font-size:14px;background:#fff;transition:box-shadow .12s,border-color .12s}.chat-input:focus{border-color:#ff6a00;box-shadow:0 0 0 3px #ff8a0014}.chat-send-btn{background-color:#ff6a00;color:#fff;padding:8px 14px;border:none;border-radius:18px;cursor:pointer;font-size:14px}.chat-send-btn:hover{background-color:#e05a00}.chat-send-btn:disabled{opacity:.6;cursor:default}.btn-action{background:#fff;border:1px solid #ddd;padding:8px;border-radius:8px;cursor:pointer}.file-preview-strip{display:flex;gap:8px;align-items:center;overflow-x:auto;padding-top:6px}.file-preview{position:relative;width:96px;height:72px;flex:0 0 96px}.file-preview img{width:100%;height:100%;object-fit:cover;border-radius:8px;display:block}.file-preview button{position:absolute;top:4px;right:4px;background:#0009;color:#fff;border:none;border-radius:50%;width:22px;height:22px;cursor:pointer}.lightbox-overlay{position:fixed;inset:0;background:#000000c7;display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px;-webkit-tap-highlight-color:transparent}.lightbox-container{position:relative;width:880px;height:600px;max-width:calc(100% - 40px);max-height:calc(100% - 40px);display:flex;align-items:center;justify-content:center;background:#0000;border-radius:10px;overflow:visible}.lightbox-image-box{width:100%;height:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#111;border-radius:8px}.lightbox-img{width:auto;height:auto;max-width:100%;max-height:100%;display:block;border-radius:6px;box-shadow:0 8px 40px #0009;transition:transform .14s ease;z-index:10}.lightbox-close{position:absolute;top:12px;right:12px;z-index:12000;background:#ff6a00;color:#fff;border:none;border-radius:50%;width:48px;height:48px;box-shadow:0 8px 24px #0000004d;cursor:pointer;font-size:18px;display:inline-flex;align-items:center;justify-content:center}.lightbox-close:hover{transform:scale(1.04);background:#e05a00}.lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:12000;background:#fffffff2;color:#111;border:none;border-radius:10px;padding:12px 14px;cursor:pointer;font-size:20px;box-shadow:0 8px 24px #00000040}.lightbox-prev{left:-72px}.lightbox-next{right:-72px}.lightbox-nav:hover{transform:translateY(-50%) scale(1.03)}.lightbox-zoom{position:absolute;top:12px;left:12px;z-index:12000;display:flex;gap:10px}.lightbox-zoom button{background:#fffffff2;border:none;padding:8px 10px;border-radius:8px;cursor:pointer;box-shadow:0 6px 18px #0000002e;font-size:14px}.lightbox-zoom button:hover{transform:scale(1.03)}.lightbox-index{position:absolute;bottom:12px;left:50%;transform:translate(-50%);z-index:12000;color:#fff;font-size:13px;background:#00000047;padding:6px 10px;border-radius:999px}@media (max-width: 980px){.lightbox-container{width:720px;height:540px}.lightbox-prev{left:8px}.lightbox-next{right:8px}}@media (max-width: 720px){.lightbox-container{width:calc(100% - 40px);height:calc((100% - 120px)*.65)}.lightbox-prev,.lightbox-next{inset:auto 12px 12px!important;transform:none!important;padding:10px 12px;width:auto;border-radius:8px}.lightbox-zoom{top:8px;left:8px}.lightbox-close{top:8px;right:8px}}.back-button:focus,.lightbox-close:focus,.lightbox-nav:focus,.lightbox-zoom button:focus,.btn-action:focus,.chat-send-btn:focus{outline:3px solid rgba(21,156,228,.18);outline-offset:2px}:root{--bg:#f5f7fb;--card:#ffffff;--muted:#6b7280;--accent:#2b6cb0;--success:#27ae60;--danger:#e74c3c;--warning:#f39c12;--glass: rgba(255,255,255,.6);--radius:10px;--shadow: 0 6px 18px rgba(15,23,42,.08);--input-border:#e6e9ee;--input-focus: rgba(43,108,176,.12);--btn-padding:10px 14px;--font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial}html,body,#root{height:100%;margin:0;font-family:var(--font-family);background:linear-gradient(180deg,#f7fafc 0%,var(--bg) 100%);color:#111827;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.document-list{margin-top:18px;display:flex;flex-direction:column;gap:12px}.document-item{display:flex;gap:12px;align-items:flex-start;padding:12px;border-radius:10px;border:1px solid rgba(15,23,42,.04);background:linear-gradient(180deg,#bfa4a4,#4b6783)}.document-item .doc-icon{width:48px;display:flex;align-items:center;justify-content:center}.document-meta{flex:1;display:flex;flex-direction:column;gap:8px}.document-meta .meta-top{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.document-meta .meta-top .title{font-weight:700;font-size:15px;color:#0f1724}.document-meta .meta-top .meta{font-size:13px;color:var(--muted)}.document-actions{margin-top:8px;display:flex;gap:8px;align-items:center;flex-wrap:wrap}.verify-notes{min-width:260px;max-width:420px;height:56px;padding:8px;border-radius:8px;border:1px solid var(--input-border);resize:vertical;font-size:13px;color:#0f1724}.status-badge{display:inline-block;padding:6px 10px;border-radius:999px;font-size:12px;font-weight:700;color:#fff;text-transform:uppercase}.status-pending{background:var(--warning)}.status-approved{background:var(--success)}.status-rejected{background:var(--danger)}.status-unknown{background:#7f8c8d}.small-muted{font-size:13px;color:var(--muted)}.row{display:flex;gap:12px;align-items:center}.col{display:flex;flex-direction:column;gap:8px}@media (max-width:900px){.login-box{padding:16px}.verify-notes{min-width:180px;max-width:100%}.document-item{flex-direction:column;align-items:stretch}.document-item .doc-icon{width:100%;justify-content:flex-start}.document-actions{justify-content:flex-start}}a:focus,button:focus,input:focus,textarea:focus{outline:3px solid rgba(43,108,176,.12);outline-offset:2px}.form-row{display:flex;gap:12px;align-items:center}.form-col{display:flex;flex-direction:column;gap:8px;flex:1}input[type=file]{font-size:14px;color:var(--muted)}.pending-table{width:100%;border-collapse:collapse;margin-top:12px}.pending-table th,.pending-table td{text-align:left;padding:10px 12px;border-bottom:1px solid rgba(15,23,42,.04);font-size:14px}.pending-table th{font-weight:700;color:#111827}.progress-bar{height:8px;background:linear-gradient(90deg,var(--accent),#6fb0e6);border-radius:999px;transition:width .3s ease}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}html,body,#root{width:100%;height:100%;margin:0;padding:0}body{display:block;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.auth-page{display:flex;justify-content:center;align-items:center;min-height:100%;background:#f5f5f5}.auth-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 12px #00000026}
