:root{--text: #4F2E2C;--muted: #9B686C;--accent: #B7494F;--max-width: 960px;font-family:Inter,Sora,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{scrollbar-gutter:stable}.section-title{font-size:16px;font-weight:600;color:var(--text);margin:0 0 16px;text-align:center}@media(min-width:640px){.section-title{font-size:18px;margin-bottom:20px}}.empty-state{text-align:center;padding:60px 20px;color:var(--muted);width:100%;max-width:100%}.empty-state p{margin:0;font-size:15px}.loader{width:40px;height:40px;border:3px solid rgba(79,46,44,.1);border-top-color:var(--accent);border-radius:50%;animation:spin .8s linear infinite;margin:0 auto}@keyframes spin{to{transform:rotate(360deg)}}body{margin:0;min-height:100vh;background:#fff;color:var(--text);display:flex;justify-content:center;padding:20px 12px 40px;scrollbar-gutter:stable}.page{width:100%;max-width:var(--max-width);margin:0 auto;position:relative}.bio-header{text-align:center;padding:40px 20px 32px;margin-bottom:24px}.bio-avatar{width:120px;height:120px;margin:0 auto 16px;border-radius:50%;overflow:hidden;border:3px solid rgba(79,46,44,.1);background:#ffffffe6;box-shadow:0 8px 24px #4f2e2c26}.bio-avatar img{width:100%;height:100%;object-fit:cover}.bio-handle{font-size:15px;color:var(--muted);margin:0 0 20px;font-weight:500}.bio-title{margin:0 0 16px;font-size:clamp(24px,5vw,32px);line-height:1.3;font-weight:700;color:var(--text)}.bio-description{color:var(--muted);font-size:15px;line-height:1.5;max-width:600px;margin:0 auto 28px}.bio-cta{display:flex;flex-direction:column;gap:12px;max-width:500px;margin:0 auto}.bio-btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 24px;border-radius:12px;background:#fff;color:var(--text);font-size:14px;font-weight:600;text-decoration:none;border:1px solid rgba(79,46,44,.15);box-shadow:0 4px 12px #4f2e2c1a;transition:transform .2s ease,box-shadow .2s ease,background .2s ease;cursor:pointer}.bio-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #4f2e2c33;background:#fafafa;border-color:#4f2e2c33}.bio-btn:active{transform:translateY(0)}.search-container{max-width:500px;margin:0 auto 24px;position:relative}.search-input{width:100%;padding:14px 48px 14px 16px;border:1px solid rgba(79,46,44,.15);border-radius:12px;background:#fff;color:var(--text);font-size:15px;font-family:inherit;box-shadow:0 2px 8px #4f2e2c14;transition:border-color .2s ease,box-shadow .2s ease;outline:none}.search-input:focus{border-color:var(--accent);box-shadow:0 4px 12px #b7494f26}.search-input::placeholder{color:var(--muted)}.search-icon{position:absolute;right:16px;top:50%;transform:translateY(-50%);color:var(--muted);font-size:18px;pointer-events:none}.tabs{display:flex;justify-content:center;gap:8px;margin-bottom:24px;border-bottom:1px solid rgba(79,46,44,.15);padding-bottom:0}.tab-button{padding:12px 24px;background:transparent;border:none;border-bottom:2px solid transparent;color:var(--muted);font-size:15px;font-weight:600;cursor:pointer;transition:color .2s ease,border-color .2s ease;margin-bottom:-1px;font-family:inherit}.tab-button:hover{color:var(--text)}.tab-button.active{color:var(--accent);border-bottom-color:var(--accent)}section{width:100%}.grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;align-items:stretch;width:100%}@media(min-width:640px){.grid{grid-template-columns:repeat(3,1fr);gap:16px}}.video-card{display:flex;flex-direction:column;border-radius:8px;background:#fff;color:var(--text);text-decoration:none;border:1px solid rgba(79,46,44,.15);box-shadow:0 2px 8px #4f2e2c14;transition:transform .15s ease,box-shadow .15s ease,background .15s ease;cursor:pointer;overflow:hidden}.video-card:hover{transform:translateY(-1px);box-shadow:0 4px 12px #4f2e2c26;background:#fafafa;border-color:#4f2e2c40}.video-card:active{transform:translateY(0);box-shadow:0 2px 6px #4f2e2c1a}.video-card-thumbnail{width:100%;aspect-ratio:2 / 3;object-fit:cover;display:block}.property-modal{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;align-items:center;justify-content:center;padding:20px;animation:fadeIn .2s ease}.property-modal.active{display:flex}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.property-modal-content{background:#fff;border-radius:20px;padding:24px;max-width:400px;width:100%;max-height:85vh;box-shadow:0 20px 60px #4f2e2c4d;animation:slideUp .3s ease;display:flex;flex-direction:column}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.property-modal-header{margin-bottom:20px}.property-modal-title{font-size:20px;font-weight:700;color:var(--text);margin:0 0 8px}.property-modal-subtitle{font-size:14px;color:var(--muted);margin:0}.property-list{display:flex;flex-direction:column;gap:10px;max-height:60vh;overflow-y:auto}.property-item{display:block;padding:14px 16px;border-radius:10px;border:1px solid rgba(79,46,44,.15);text-decoration:none;color:var(--text);transition:border-color .2s ease;background:#fff;cursor:pointer;outline:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none}.property-item:hover,.property-item:focus{background:#fff;border-color:var(--accent);outline:none}.property-item:active{background:#fff;border-color:var(--accent);outline:none}.property-item-name{font-size:16px;font-weight:600;margin:0 0 4px}.property-item-location{font-size:13px;color:var(--muted);margin:0}footer{margin-top:32px;padding-top:20px;border-top:1px solid rgba(15,23,42,.12);font-size:12px;color:var(--muted);display:flex;justify-content:space-between;flex-wrap:wrap;gap:8px}@media(max-width:640px){.bio-header{padding:32px 16px 24px}.bio-avatar{width:100px;height:100px;margin-bottom:12px}.bio-handle{font-size:14px;margin-bottom:16px}.bio-title{margin-bottom:12px}.bio-description{font-size:14px;margin-bottom:24px}.bio-btn{padding:12px 20px;font-size:13px}.video-card{border-radius:6px}.video-card-thumbnail{aspect-ratio:2 / 3}}@media(min-width:640px){.video-card{border-radius:10px}.video-card-thumbnail{aspect-ratio:3 / 4}.property-modal-content{padding:20px;border-radius:16px;max-height:85vh}.property-modal-title{font-size:18px}.property-item{padding:14px}.property-item-name{font-size:15px}}
