@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&family=Inter:wght@400;500;600&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;font-size:16px}body{color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#12121e;font-family:Inter,sans-serif;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}img,video{max-width:100%;display:block}ul,ol{list-style:none}input,textarea,select{font-family:inherit}html{scrollbar-gutter:stable}h1,h2,h3,h4,h5,h6{font-family:Montserrat,sans-serif;font-weight:700;line-height:1.2}h1{font-size:2.25rem}h2{font-size:1.875rem}h3{font-size:1.5rem}h4{font-size:1.25rem}p{color:#a0a0b8;font-size:1rem;line-height:1.7}.text-gold{background:linear-gradient(135deg,#e2c07a,#c9a84c,#a07830);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.text-muted{color:#5a5a7a}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse-gold{0%,to{box-shadow:0 0 #c9a84c66}50%{box-shadow:0 0 0 8px #c9a84c00}}.animate-fade-in{animation:.5s forwards fadeIn}.animate-fade-in-down{animation:.4s forwards fadeInDown}.navbar{z-index:100;background:#0f3d4a;border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;height:72px;padding:0 1.5rem;display:flex;position:fixed;top:0;left:0;right:0}@media (width>=1024px){.navbar{padding:0 2.5rem}}@media (width<=1023px){.navbar--feed-mobile{display:none}}.navbar__logo{cursor:pointer;justify-content:center;align-items:center;display:flex}.navbar__logo-img{object-fit:contain;width:auto;height:40px}@media (width<=1024px){.navbar__logo .navbar__logo-img{height:32px}}.navbar__links{gap:2.25rem;display:none}@media (width>=1024px){.navbar__links{justify-content:center;align-items:center;display:flex}}.navbar__links a{color:#ffffffbf;padding:4px 0;font-size:.875rem;font-weight:500;transition:color .15s;position:relative}.navbar__links a:after{content:"";background:#c9a84c;border-radius:2px;width:0;height:2px;transition:width .25s;position:absolute;bottom:-4px;left:0}.navbar__links a:hover,.navbar__links a.active{color:#fff}.navbar__links a:hover:after,.navbar__links a.active:after{width:100%}.navbar__actions--desktop{display:none}@media (width>=1024px){.navbar__actions--desktop{justify-content:center;align-items:center;gap:.75rem;display:flex}}.navbar__btn-login{color:#fff;cursor:pointer;white-space:nowrap;background:0 0;border:1.5px solid #ffffff59;border-radius:10px;padding:.55rem 1.25rem;font-size:.875rem;font-weight:500;transition:all .25s}.navbar__btn-login:hover{background:#ffffff1a;border-color:#fff9}.navbar__btn-cta{color:#0f3d4a;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#c9a84c,#e2c07a);border:none;border-radius:10px;padding:.55rem 1.25rem;font-size:.875rem;font-weight:700;transition:all .25s}.navbar__btn-cta:hover{background:linear-gradient(135deg,#d4a843,#f0cc4a)}.navbar__hamburger{cursor:pointer;flex-direction:column;gap:5px;padding:4px;display:flex}@media (width>=1024px){.navbar__hamburger{display:none}}.navbar__hamburger span{background:#fff;border-radius:2px;width:22px;height:2px;transition:all .25s}.navbar__hamburger.open span:first-child{transform:translateY(7px)rotate(45deg)}.navbar__hamburger.open span:nth-child(2){opacity:0}.navbar__hamburger.open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.navbar__mobile-menu{z-index:99;background:#0f3d4a;border-bottom:1px solid #ffffff1a;flex-direction:column;gap:1rem;padding:1rem 1.5rem 1.5rem;animation:.2s forwards fadeInDown;display:flex;position:fixed;top:72px;left:0;right:0}.navbar__mobile-menu a{color:#ffffffbf;border-bottom:1px solid #ffffff1a;padding:.5rem 0;font-size:1rem}.navbar__mobile-menu a:hover{color:#fff}.navbar__mobile-menu-logo{align-items:center;display:flex}.navbar__mobile-menu-actions{flex-direction:column;gap:.75rem;margin-top:.5rem;display:flex}.navbar__mobile-menu-actions button{text-align:center;width:100%;padding:.75rem}@keyframes hh-loading-bar{0%{background-position:200% 0}to{background-position:-200% 0}}@media (width>=1024px){.feed-wrapper{background:#141423f2;height:calc(100svh - 72px);margin-top:72px}}@media (width>=1024px){.feed-buyer-sidebar{z-index:100;background:#ffffff05;border-right:1px solid #ffffff0f;flex-direction:column;width:260px;height:calc(100svh - 72px);padding:1.5rem 0;display:flex;position:fixed;top:72px;left:0}.feed-wrapper--buyer-sidebar{padding-left:260px}}@media (width>=1024px){.feed-container{height:calc(100svh - 72px)}}@media (width>=1024px){.feed-snap{height:calc(100svh - 72px);overflow:hidden}}@media (width>=1024px){.feed-fallback-banner{top:80px}}@media (width<=1024px){.feed__nav-btn{display:none}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.form__group{flex-direction:column;gap:.4rem;margin-bottom:1.25rem;display:flex}.form__label{color:#a0a0b8;font-size:.875rem;font-weight:500}.form__input{color:#fff;background:#ffffff0d;border:1px solid #c9a84c33;border-radius:10px;outline:none;width:100%;padding:.75rem 1rem;font-family:Inter,sans-serif;font-size:1rem;transition:all .25s}.form__input::placeholder{color:#5a5a7a}.form__input:focus{background:#c9a84c0d;border-color:#c9a84c;box-shadow:0 0 0 3px #c9a84c1a}.form__input--error{border-color:#e53e3e}.form__input--error:focus{box-shadow:0 0 0 3px #e53e3e1a}.form__input--textarea{resize:vertical;min-height:100px}.form__error{color:#fc8181;margin-top:.25rem;font-size:.75rem}.form__hint{color:#5a5a7a;margin-top:.25rem;font-size:.75rem}.form__row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}@media (width<=640px){.form__row{grid-template-columns:1fr}}.form__divider{color:#5a5a7a;justify-content:center;align-items:center;gap:1rem;margin:1.5rem 0;font-size:.875rem;display:flex}.form__divider:before,.form__divider:after{content:"";background:#c9a84c33;flex:1;height:1px}.form__submit{color:#fff;cursor:pointer;white-space:nowrap;background:#1d9e75;border:1.5px solid #1d9e75;border-radius:10px;padding:.5rem 1.25rem;font-size:.875rem;font-weight:500;transition:all .25s}.form__submit:hover{background:#25c090;border-color:#25c090}.form__submit{width:100%;margin-top:.5rem;padding:.875rem;font-size:1rem;font-weight:600}.form__submit:disabled{opacity:.6;cursor:not-allowed}.auth{background:#12121e;justify-content:center;align-items:center;min-height:100vh;padding:calc(72px + 2rem) 1rem 2rem;display:flex}@media (width<=640px){.auth{padding:calc(72px + 1rem) .75rem 1rem}}.auth__card{-webkit-backdrop-filter:blur(12px);background:#ffffff0d;border:1px solid #ffffff14;border-radius:24px;width:100%;max-width:560px;padding:2.5rem 2rem;animation:.4s forwards fadeIn}@media (width>=768px){.auth__card{padding:3rem 2.5rem}}@media (width<=640px){.auth__card{border-radius:16px;padding:1.5rem 1.25rem}}.auth__logo{justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.auth__logo img{width:auto;height:48px}@media (width<=640px){.auth__logo{margin-bottom:.75rem}.auth__logo img{height:36px}}.auth__title{text-align:center;color:#fff;margin-bottom:.5rem;font-family:Montserrat,sans-serif;font-size:1.5rem;font-weight:700}@media (width<=640px){.auth__title{font-size:1.25rem}}.auth__subtitle{color:#5a5a7a;text-align:center;margin-bottom:2rem;font-size:.875rem}@media (width<=640px){.auth__subtitle{margin-bottom:1.25rem}}.auth__footer{text-align:center;color:#5a5a7a;margin-top:1.5rem;font-size:.875rem}.auth__footer a{color:#c9a84c;font-weight:500;transition:color .15s}.auth__footer a:hover{color:#e2c07a}.auth__steps{justify-content:center;align-items:center;gap:.5rem;margin-bottom:2rem;display:flex}.auth__step{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:.4rem;display:flex}.auth__step-circle{color:#5a5a7a;background:0 0;border:2px solid #c9a84c33;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:.875rem;font-weight:700;transition:all .25s;display:flex}.auth__step-label{color:#5a5a7a;text-align:center;font-size:.75rem;transition:color .25s}.auth__step-line{background:#c9a84c33;flex:1;height:1px;margin-bottom:1.2rem;transition:background .25s}.auth__step--active .auth__step-circle{color:#c9a84c;background:#c9a84c26;border-color:#c9a84c}.auth__step--active .auth__step-label{color:#c9a84c}.auth__step--done .auth__step-circle{color:#fff;background:#1d9e75;border-color:#1d9e75}.auth__step--done .auth__step-label{color:#1d9e75}.auth__step--done+.auth__step-line{background:#1d9e75}.auth__error-banner{color:#f87171;background:#dc26261a;border:1px solid #dc26264d;border-radius:10px;margin-bottom:1.25rem;padding:.85rem 1rem;font-size:.875rem;line-height:1.5}.auth__error-banner p{margin:0}.auth__error-banner p+p{margin-top:.25rem}.auth__nav{justify-content:space-between;align-items:center;gap:1rem;margin-top:1.5rem;display:flex}.auth__nav-back{color:#c9a84c;cursor:pointer;white-space:nowrap;background:0 0;border:1.5px solid #c9a84c;border-radius:10px;padding:.5rem 1.25rem;font-size:.875rem;font-weight:500;transition:all .25s}.auth__nav-back:hover{color:#12121e;background:#c9a84c}.auth__nav-back{flex:1}.auth__nav-next{color:#fff;cursor:pointer;white-space:nowrap;background:#1d9e75;border:1.5px solid #1d9e75;border-radius:10px;padding:.5rem 1.25rem;font-size:.875rem;font-weight:500;transition:all .25s}.auth__nav-next:hover{background:#25c090;border-color:#25c090}.auth__nav-next{flex:2;padding:.875rem;font-weight:600}.dashboard{background:#f8f9fa;min-height:100vh;padding-top:72px;display:flex}.dashboard__sidebar{z-index:50;background:#0f0f1a;border-right:1px solid #c9a84c33;flex-direction:column;width:260px;min-height:calc(100vh - 72px);padding:1.5rem 0;transition:transform .25s;display:flex;position:fixed;top:72px;bottom:0;left:0;overflow-y:auto}@media (width<=1024px){.dashboard__sidebar{transform:translate(-100%)}.dashboard__sidebar--open{transform:translate(0)}}.dashboard__sidebar-header{border-bottom:1px solid #c9a84c33;margin-bottom:1rem;padding:0 1.5rem 1.5rem}.dashboard__sidebar-header-name{color:#fff;margin-top:.75rem;font-size:1rem;font-weight:600}.dashboard__sidebar-header-role{color:#c9a84c;margin-top:.2rem;font-size:.75rem}.dashboard__sidebar-header-avatar{color:#c9a84c;background:#c9a84c26;border:2px solid #c9a84c;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;font-size:1.25rem;font-weight:700;display:flex;overflow:hidden}.dashboard__sidebar-header-avatar img{object-fit:cover;width:100%;height:100%}.dashboard__nav{flex-direction:column;flex:1;gap:.25rem;padding:0 .75rem;display:flex}.dashboard__nav-section{color:#5a5a7a;letter-spacing:.08em;text-transform:uppercase;padding:1rem .75rem .5rem;font-size:.75rem;font-weight:600}.dashboard__nav-item{color:#a0a0b8;cursor:pointer;border-radius:10px;justify-content:flex-start;align-items:center;gap:.75rem;padding:.7rem .75rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .15s;display:flex}.dashboard__nav-item:hover{color:#fff;background:#ffffff0d}.dashboard__nav-item--active{color:#c9a84c;background:#c9a84c1a;border:1px solid #c9a84c33}.dashboard__nav-item-icon{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.dashboard__nav-item-icon--overview{background:#64748b}.dashboard__nav-item-icon--profil{background:#8b5cf6}.dashboard__nav-item-icon--home{background:#ea580c}.dashboard__nav-item-icon--video{background:#ef4444}.dashboard__nav-item-icon--story{background:#d946ef}.dashboard__nav-item-icon--iroda{background:#2f8fb3}.dashboard__nav-item-icon--tours{background:#0d9488}.dashboard__nav-item-icon--live{background:#ec4899}.dashboard__nav-item-icon--notif{background:#f59e0b}.dashboard__nav-item-icon--stats{background:#22c55e}.dashboard__nav-item-badge{color:#fff;background:#1d9e75;border-radius:10px;margin-left:auto;padding:2px 7px;font-size:10px;font-weight:700}.dashboard__sidebar-footer{border-top:1px solid #c9a84c33;margin-top:auto;padding:1rem 1.5rem}.dashboard__logout-btn{color:#fc8181;cursor:pointer;background:#e53e3e1a;border:1.5px solid #e53e3e80;border-radius:999px;justify-content:center;align-items:center;gap:.6rem;width:100%;padding:.75rem 1rem;font-size:.875rem;font-weight:700;transition:background .15s;display:flex}.dashboard__logout-btn:hover{background:#e53e3e2e}.dashboard__content{color:#111827;background:#f8f9fa;flex:1;min-width:0;min-height:calc(100vh - 72px);margin-left:260px;padding:2rem}@media (width<=1024px){.dashboard__content{margin-left:0;padding:1.25rem}}.dashboard__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.dashboard__header>div:first-child{min-width:0}.dashboard__header-title{color:#111827;font-family:Montserrat,sans-serif;font-size:1.5rem;font-weight:700}.dashboard__header-subtitle{color:#6b7280;margin-top:.25rem;font-size:.875rem}.dashboard__stats{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem;display:grid}.dashboard__stat-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;flex-direction:column;padding:1.25rem 1.5rem;text-decoration:none;transition:border-color .15s,box-shadow .15s;display:flex;box-shadow:0 1px 3px #1118270f}.dashboard__stat-card:hover{border-color:#2563eb;box-shadow:0 4px 12px #11182714}.dashboard__stat-card-icon{color:#2563eb;background:#eff6ff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:.85rem;display:flex}.dashboard__stat-card-top{justify-content:space-between;align-items:flex-start;display:flex}.dashboard__stat-card-top .dashboard__stat-card-icon{margin-bottom:0}.dashboard__stat-card-tag{letter-spacing:.08em;text-transform:uppercase;color:#ffffffd9;margin-top:.5rem;font-size:10px;font-weight:700}.dashboard__stat-card-label{color:#4b5563;font-size:.875rem}.dashboard__stat-card-label--link{color:#2563eb;font-weight:600}.dashboard__stat-card-value{color:#111827;margin:.85rem 0 .35rem;font-size:1.875rem;font-weight:700;line-height:1}.dashboard__stat-card--hero{background:linear-gradient(135deg,#2563eb,#3b82f6);border:none;grid-column:span 2}@media (width<=640px){.dashboard__stat-card--hero{grid-column:span 1}}.dashboard__stat-card--hero .dashboard__stat-card-icon{color:#fff;background:#fff3}.dashboard__stat-card--hero .dashboard__stat-card-value{color:#fff;margin-top:1.1rem;font-size:2.25rem}.dashboard__stat-card--hero .dashboard__stat-card-label{color:#ffffffe6;font-weight:600}.dashboard__stat-card--hero:hover{border-color:#0000}.dashboard__card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;margin-bottom:1.5rem;padding:1.5rem;box-shadow:0 1px 3px #1118270f}.dashboard__card-title{color:#111827;border-bottom:1px solid #e5e7eb;margin-bottom:1.25rem;padding-bottom:.75rem;font-size:1.125rem;font-weight:600}.dashboard__quick-action{background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex-direction:column;align-items:center;gap:.6rem;padding:1.25rem;text-decoration:none;transition:all .15s;display:flex}.dashboard__quick-action:hover{background:#eff6ff;border-color:#2563eb}.dashboard__quick-action-icon{color:#2563eb;background:#eff6ff;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.dashboard__quick-action-label{color:#4b5563;text-align:center;font-size:.75rem}.dashboard__quick-action--live{background:#fef2f2;border-color:#dc262633}.dashboard__quick-action--live .dashboard__quick-action-icon{color:#dc2626;background:#dc26261f}.dashboard__quick-action--live .dashboard__quick-action-label{color:#dc2626;font-weight:600}.dashboard__quick-action--live:hover{background:#dc26261a;border-color:#dc262659}.dashboard__video-thumb{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.dashboard__video-thumb--empty{color:#9ca3af;background:#f3f4f6;border:1px dashed #d1d5db}.dashboard__mobile-toggle{color:#12121e;z-index:60;cursor:pointer;background:#c9a84c;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.25rem;display:flex;position:fixed;bottom:1.5rem;right:1.5rem;box-shadow:0 0 20px #c9a84c26}@media (width<=1024px){.dashboard__mobile-toggle{display:flex}}@media (width<=1023px){.buyer-sidebar{display:none!important}.buyer-page-wrapper{padding-top:0!important}.buyer-content{padding:1rem!important;padding-bottom:calc(76px + env(safe-area-inset-bottom))!important;margin-left:0!important}.buyer-content h1{font-size:1.2rem!important}}.buyer-mobile-topbar{display:none}@media (width<=1023px){.buyer-mobile-topbar{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.buyer-mobile-topbar__logo{height:28px;display:block}.buyer-mobile-topbar__icon-btn{color:#fff;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex}}.buyer-profile__mobile-header,.buyer-profile__nav{display:none}@media (width<=1023px){.buyer-profile__mobile-header{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.buyer-profile__mobile-avatar{color:#fff;background:linear-gradient(135deg,#1f6a84,#2f8fb3);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.1rem;font-weight:700;display:flex}.buyer-profile__mobile-name{color:#fff;font-size:.95rem;font-weight:600}.buyer-profile__mobile-status{color:#4ade80;font-size:.75rem}.buyer-profile__nav{grid-template-columns:1fr 1fr;gap:.5rem;margin-bottom:1.5rem;display:grid}.buyer-profile__nav-item{text-align:center;color:#a0a0c0;cursor:pointer;background:#ffffff08;border:1px solid #ffffff1a;border-radius:10px;flex-direction:column;align-items:center;gap:.25rem;padding:.6rem;font-size:.8rem;display:flex}.buyer-profile__nav-item--active{color:#fff;background:linear-gradient(135deg,#1f6a84,#2f8fb3);border-color:#0000;font-weight:600}.buyer-profile__stats{grid-template-columns:1fr 1fr!important;gap:.75rem!important}.buyer-profile__saved-grid{grid-template-columns:1fr!important}.buyer-profile__cta-btn{background:linear-gradient(135deg,#1f6a84,#2f8fb3)!important;width:100%!important}}select.form__input,select.filter-sheet__input{border:1px solid #ffffff1a;color:#fff!important;background:#1a1a2e!important}select.form__input option,select.filter-sheet__input option{color:#fff!important;background:#1a1a2e!important}.office-page__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.office-page__header-icon{color:#fff;background:#2563eb;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.office-page__header-title{color:#111827;margin:0;font-size:1.25rem;font-weight:700}.office-page__header-subtitle{color:#6b7280;margin:.15rem 0 0;font-size:.875rem}.office-page__btn-outline{color:#4b5563;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:.55rem 1.25rem;font-size:.875rem;font-weight:500;transition:border-color .15s}.office-page__btn-outline:hover{color:#2563eb;border-color:#2563eb}.office-page__btn-primary{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:10px;padding:.55rem 1.25rem;font-size:.875rem;font-weight:700;transition:opacity .15s}.office-page__btn-primary:disabled{opacity:.55;cursor:not-allowed}.office-page__btn-primary:hover:not(:disabled){opacity:.9}.office-page__preview-label{color:#6b7280;align-items:center;gap:.4rem;margin-bottom:.5rem;font-size:.75rem;display:flex}.office-page__preview-label svg{color:#6b7280}.office-page__preview-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;margin-bottom:1.5rem;overflow:hidden;box-shadow:0 1px 3px #1118270f}.office-page__preview-cover{aspect-ratio:851/315;background:linear-gradient(135deg,#1f6a84,#4aa8cc);width:100%}.office-page__preview-body{padding:0 1.5rem 1.5rem}.office-page__preview-logo{aspect-ratio:1;color:#fff;background:#2f8fb3;border:3px solid #fff;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:90px;margin-top:-45px;display:flex;box-shadow:0 2px 8px #1118271f}.office-page__grid{grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem;display:grid}@media (width<=1023px){.office-page__grid{grid-template-columns:1fr}}.office-page__section{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:1.5rem;box-shadow:0 1px 3px #1118270f}.office-page__section-title{color:#111827;border-bottom:1px solid #e5e7eb;align-items:center;gap:.55rem;margin:0 0 1.25rem;padding-bottom:.85rem;font-size:1rem;font-weight:700;display:flex}.office-page__section-title svg{color:#2563eb;flex-shrink:0}.office-page__field{margin-bottom:1.1rem}.office-page__field:last-child{margin-bottom:0}.office-page__field-label{color:#4b5563;align-items:center;gap:.45rem;margin-bottom:.5rem;font-size:.875rem;font-weight:600;display:flex}.office-page__field-label svg{color:#2563eb;flex-shrink:0}.office-page__row{grid-template-columns:1fr 1fr;gap:.85rem;display:grid}@media (width<=480px){.office-page__row{grid-template-columns:1fr}}.office-page__input{color:#111827;box-sizing:border-box;background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;outline:none;width:100%;padding:.75rem .9rem;font-size:.875rem;transition:border-color .2s}.office-page__input::placeholder{color:#6b7280}.office-page__input:focus{background:#fff;border-color:#2563eb}.office-page__input[type=select],.office-page__input.office-page__select{background:#fff}.office-page textarea.office-page__input{resize:vertical}.office-page__upload-row{align-items:flex-start;gap:1rem;margin-bottom:1.25rem;display:flex}@media (width<=480px){.office-page__upload-row{flex-direction:column}}.office-page__upload-col{flex-direction:column;gap:.4rem;min-width:0;display:flex}.office-page__upload-col--logo{flex-shrink:0;width:108px}.office-page__upload-col--cover{flex:1}@media (width<=480px){.office-page__upload-col--logo{width:100%}}.office-page__upload{cursor:pointer;text-align:center;background-color:#f9fafb;background-position:50%;background-repeat:no-repeat;background-size:cover;border:1.5px dashed #d1d5db;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:.3rem;width:100%;transition:border-color .2s;display:flex}.office-page__upload:hover{border-color:#2563eb}.office-page__upload svg{color:#9ca3af}.office-page__upload--logo{aspect-ratio:1}.office-page__upload--cover{aspect-ratio:851/315}.office-page__upload-label{color:#4b5563;font-size:.75rem;font-weight:600}.office-page__upload-browse{color:#2563eb;font-size:.75rem;text-decoration:underline}.office-page__upload-hint{color:#6b7280;text-align:center;font-size:.75rem}.office-page__submit{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.95rem;font-size:1rem;font-weight:700;transition:opacity .2s;display:flex}.office-page__submit:disabled{opacity:.55;cursor:not-allowed}.office-page__submit:hover:not(:disabled){opacity:.9}.modal{z-index:200;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal__backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000bf;animation:.2s forwards fadeIn;position:absolute;inset:0}.modal__box{-webkit-overflow-scrolling:touch;z-index:1;background:#1a1a2e;border:1px solid #c9a84c33;border-radius:24px;width:100%;max-width:560px;max-height:calc(100vh - 2rem);padding:2.5rem 2rem;animation:.3s forwards fadeIn;position:relative;overflow-y:auto}@media (width>=768px){.modal__box{padding:3rem 2.5rem}}@media (width<=640px){.modal__box{max-height:calc(100vh - 1.5rem);padding:1.5rem 1.25rem}}.modal__close{color:#5a5a7a;cursor:pointer;background:#ffffff0d;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.1rem;transition:all .15s;display:flex;position:absolute;top:1rem;right:1rem}.modal__close:hover{color:#fff;background:#ffffff1a}.modal__logo{justify-content:center;align-items:center;margin-bottom:1.25rem;display:flex}.modal__logo img{width:auto;height:40px}@media (width<=640px){.modal__logo{margin-bottom:.875rem}.modal__logo img{height:32px}}.modal__title{text-align:center;color:#fff;margin-bottom:.5rem;font-family:Montserrat,sans-serif;font-size:1.25rem;font-weight:700}.modal__subtitle{color:#5a5a7a;text-align:center;margin-bottom:2rem;font-size:.875rem}@media (width<=640px){.modal__subtitle{margin-bottom:1.25rem}}.modal__roles{grid-template-columns:1fr 1fr;gap:.875rem;margin-bottom:1.5rem;display:grid}@media (width<=375px){.modal__roles{grid-template-columns:1fr}}@media (width<=640px){.modal__roles{gap:.625rem;margin-bottom:1.25rem}}.modal__role{text-align:center;cursor:pointer;background:#ffffff08;border:1.5px solid #c9a84c33;border-radius:16px;flex-direction:column;align-items:center;gap:.75rem;padding:1.25rem 1rem;transition:all .25s;display:flex}.modal__role:hover{background:#c9a84c0d;border-color:#c9a84c80;transform:translateY(-2px)}.modal__role--selected{background:#c9a84c14;border-color:#c9a84c;box-shadow:0 0 20px #c9a84c26}.modal__role-icon{font-size:2rem;line-height:1}.modal__role-title{color:#fff;font-size:.875rem;font-weight:600;line-height:1.3}.modal__role-desc{color:#5a5a7a;font-size:.75rem;line-height:1.5}@media (width<=640px){.modal__role{gap:.4rem;padding:.875rem .625rem}.modal__role .modal__role-icon{font-size:1.5rem}.modal__role .modal__role-desc{display:none}}.modal__btn{color:#fff;cursor:pointer;white-space:nowrap;background:#1d9e75;border:1.5px solid #1d9e75;border-radius:10px;padding:.5rem 1.25rem;font-size:.875rem;font-weight:500;transition:all .25s}.modal__btn:hover{background:#25c090;border-color:#25c090}.modal__btn{width:100%;padding:.875rem;font-size:1rem;font-weight:600}.modal__btn:disabled{opacity:.4;cursor:not-allowed}.modal__divider{color:#5a5a7a;justify-content:center;align-items:center;gap:1rem;margin:1.25rem 0;font-size:.75rem;display:flex}.modal__divider:before,.modal__divider:after{content:"";background:#c9a84c33;flex:1;height:1px}.modal__login{text-align:center;color:#5a5a7a;font-size:.875rem}.modal__login a{color:#c9a84c;cursor:pointer;font-weight:500;transition:color .15s}.modal__login a:hover{color:#e2c07a}.wizard{max-width:800px;margin:0 auto}.wizard__steps{align-items:center;gap:0;margin-bottom:2rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.wizard__step{flex-shrink:0;align-items:center;display:flex}.wizard__step-btn{cursor:pointer;background:0 0;border:none;border-radius:10px;align-items:center;gap:.5rem;padding:.5rem .75rem;transition:all .15s;display:flex}.wizard__step-num{color:#5a5a7a;border:2px solid #c9a84c33;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.75rem;font-weight:700;transition:all .25s;display:flex}.wizard__step-label{color:#5a5a7a;white-space:nowrap;font-size:.75rem;transition:color .25s}@media (width<=640px){.wizard__step-label{display:none}}.wizard__step-line{background:#c9a84c33;flex-shrink:0;width:32px;height:1px;transition:background .25s}.wizard__step--active .wizard__step-num{color:#c9a84c;background:#c9a84c26;border-color:#c9a84c}.wizard__step--active .wizard__step-label{color:#c9a84c}.wizard__step--done .wizard__step-num{color:#fff;background:#1d9e75;border-color:#1d9e75}.wizard__step--done .wizard__step-label{color:#1d9e75}.wizard__step--done .wizard__step-line{background:#1d9e75}.wizard__body{background:#1a1a2e;border:1px solid #c9a84c33;border-radius:24px;padding:1.75rem}@media (width>=768px){.wizard__body{padding:2.5rem}}.wizard__section-title{color:#fff;border-bottom:1px solid #c9a84c33;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding-bottom:.75rem;font-size:1.125rem;font-weight:600;display:flex}.wizard__nav{border-top:1px solid #c9a84c33;justify-content:space-between;align-items:center;gap:1rem;margin-top:2rem;padding-top:1.25rem;display:flex}.wizard__nav-back{color:#c9a84c;cursor:pointer;white-space:nowrap;background:0 0;border:1.5px solid #c9a84c;border-radius:10px;padding:.5rem 1.25rem;font-size:.875rem;font-weight:500;transition:all .25s}.wizard__nav-back:hover{color:#12121e;background:#c9a84c}.wizard__nav-next{color:#fff;cursor:pointer;white-space:nowrap;background:#1d9e75;border:1.5px solid #1d9e75;border-radius:10px;padding:.5rem 1.25rem;font-size:.875rem;font-weight:500;transition:all .25s}.wizard__nav-next:hover{background:#25c090;border-color:#25c090}.wizard__nav-next{padding:.75rem 2rem;font-weight:600}.wizard__extras{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.5rem;display:grid}.wizard__extra-item{cursor:pointer;color:#a0a0b8;border:1px solid #c9a84c33;border-radius:10px;align-items:center;gap:.75rem;padding:.6rem .875rem;font-size:.875rem;transition:all .15s;display:flex}.wizard__extra-item input[type=checkbox]{accent-color:#c9a84c;flex-shrink:0;width:16px;height:16px}.wizard__extra-item:hover{color:#fff;border-color:#c9a84c66}.wizard__extra-item--checked{color:#fff;background:#c9a84c0f;border-color:#c9a84c}.wizard__image-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.75rem;margin-bottom:1rem;display:grid}.wizard__image-item{aspect-ratio:4/3;border:1px solid #c9a84c33;border-radius:10px;position:relative;overflow:hidden}.wizard__image-item img{object-fit:cover;width:100%;height:100%}.wizard__image-item-remove{color:#fff;cursor:pointer;background:#000000b3;border:none;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:11px;transition:background .15s;display:flex;position:absolute;top:4px;right:4px}.wizard__image-item-remove:hover{background:#e53e3e}.wizard__upload-btn{aspect-ratio:4/3;cursor:pointer;color:#5a5a7a;background:0 0;border:2px dashed #c9a84c33;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;font-size:.75rem;transition:all .15s;display:flex}.wizard__upload-btn:hover{color:#c9a84c;border-color:#c9a84c}.wizard__upload-btn-icon{font-size:1.5rem}.property-cards{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem;display:grid}.property-card{cursor:pointer;background:#1a1a2e;border:1px solid #c9a84c33;border-radius:16px;transition:all .25s;overflow:hidden}.property-card:hover{border-color:#c9a84c66;transform:translateY(-2px)}.property-card__thumb{background:#ffffff08;width:100%;height:180px;position:relative;overflow:hidden}.property-card__thumb img{object-fit:cover;width:100%;height:100%}.property-card__thumb-empty{color:#5a5a7a;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;width:100%;height:100%;font-size:.875rem;display:flex}.property-card__badge{border-radius:20px;padding:3px 10px;font-size:11px;font-weight:600;position:absolute;top:8px;left:8px}.property-card__badge--published{color:#fff;background:#1d9e75e6}.property-card__badge--draft{color:#5a5a7a;background:#0009}.property-card__actions{gap:.4rem;display:flex;position:absolute;top:8px;right:8px}.property-card__action-btn{cursor:pointer;background:#0009;border:none;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:13px;transition:background .15s;display:flex}.property-card__action-btn:hover{background:#000000d9}.property-card__body{padding:1rem}.property-card__title{color:#fff;text-overflow:ellipsis;white-space:nowrap;margin-bottom:.3rem;font-size:1rem;font-weight:600;overflow:hidden}.property-card__location{color:#5a5a7a;margin-bottom:.75rem;font-size:.75rem}.property-card__price{background:linear-gradient(135deg,#e2c07a,#c9a84c,#a07830);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.75rem;font-size:1.125rem;font-weight:700}.property-card__meta{flex-wrap:wrap;gap:.75rem;display:flex}.property-card__meta span{color:#5a5a7a;align-items:center;gap:3px;font-size:.75rem;display:flex}.property-form .wizard__body{color:#111827;background:#f8f9fa;border:none}.property-form .wizard__section-title{color:#111827;border-bottom-color:#e5e7eb}.property-form .wizard__step-num{color:#6b7280;border-color:#e5e7eb}.property-form .wizard__step-label{color:#6b7280}.property-form .wizard__step-line{background:#e5e7eb}.property-form .wizard__step--active .wizard__step-num{color:#2563eb;background:#eff6ff;border-color:#2563eb}.property-form .wizard__step--active .wizard__step-label{color:#2563eb}.property-form .wizard__step--done .wizard__step-num{color:#fff;background:#16a34a;border-color:#16a34a}.property-form .wizard__step--done .wizard__step-label{color:#16a34a}.property-form .wizard__step--done .wizard__step-line{background:#16a34a}.property-form .wizard__nav{border-top-color:#e5e7eb}.property-form .wizard__nav-back{color:#4b5563;background:#fff;border:1px solid #e5e7eb}.property-form .wizard__nav-back:hover{color:#111827;border-color:#2563eb}.property-form .wizard__nav-next{color:#fff;background:#2563eb;border:none}.property-form .wizard__nav-next:hover{opacity:.9}.property-form .wizard__extra-item{color:#4b5563;border-color:#000}.property-form .wizard__extra-item:hover{color:#111827;border-color:#2563eb}.property-form .wizard__extra-item--checked{color:#111827;background:#eff6ff;border-color:#2563eb}.property-form .wizard__image-item{border-color:#000}.property-form .wizard__upload-btn{color:#6b7280;border-color:#000}.property-form .wizard__upload-btn:hover{color:#2563eb;border-color:#2563eb}.property-form .form__label{color:#4b5563}.property-form .form__input{color:#111827;background:#fff;border:1px solid #000}.property-form .form__input::placeholder{color:#6b7280}.property-form .form__input:focus{background:#eff6ff;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.property-form .form__hint{color:#6b7280}.property-form select.form__input{color:#111827!important;background:#fff!important;border:1px solid #000!important}.property-form select.form__input option{color:#111827!important;background:#fff!important}.property-form .autocomplete__input{color:#111827;background:#fff;border:1px solid #000}.property-form .autocomplete__input::placeholder{color:#6b7280}.property-form .autocomplete__input:focus{background:#eff6ff;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.property-form .autocomplete__dropdown{background:#fff;border:1px solid #e5e7eb}.property-form .autocomplete__item{color:#4b5563}.property-form .autocomplete__item:hover,.property-form .autocomplete__item--active{color:#111827;background:#eff6ff}.property-form .autocomplete__item-sub{color:#6b7280}.property-form .navbar__btn-login{color:#111827;background:#fff;border:1px solid #000}.property-form .navbar__btn-login:hover{color:#2563eb;border-color:#2563eb}.property-form__card{background:#fff;border:1px solid #000;border-radius:12px;padding:1.25rem}.autocomplete{position:relative}.autocomplete__input{color:#fff;background:#ffffff0d;border:1px solid #c9a84c33;border-radius:10px;outline:none;width:100%;padding:.75rem 1rem;font-family:Inter,sans-serif;font-size:1rem;transition:all .25s}.autocomplete__input::placeholder{color:#5a5a7a}.autocomplete__input:focus{background:#c9a84c0d;border-color:#c9a84c;box-shadow:0 0 0 3px #c9a84c1a}.autocomplete__dropdown{z-index:9999;color:#222;background:#fff;border:1.5px solid #e0e0e0;border-radius:10px;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow:hidden;box-shadow:0 4px 20px #00000026}.autocomplete__item{color:#a0a0b8;cursor:pointer;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.875rem;transition:all .15s;display:flex}.autocomplete__item:hover,.autocomplete__item--active{color:#fff;background:#c9a84c14}.autocomplete__item-icon{flex-shrink:0;font-size:.9rem}.autocomplete__item-main{font-weight:500}.autocomplete__item-sub{color:#5a5a7a;font-size:.75rem}.autocomplete__loading{color:#5a5a7a;text-align:center;padding:.75rem 1rem;font-size:.875rem}.property-map{border:1px solid #c9a84c33;border-radius:16px;width:100%;height:320px;margin-top:1rem;overflow:hidden}.property-map--full{height:420px}.floorplan__toolbar{background:#1a1a2e;border:1px solid #c9a84c33;border-radius:10px;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem;padding:.75rem;display:flex}.floorplan__tool-group{align-items:center;gap:.4rem;display:flex}.floorplan__tool-group:after{content:"";background:#c9a84c33;width:1px;height:24px;margin-left:.25rem}.floorplan__tool-group:last-child:after{display:none}.floorplan__tool-btn{color:#a0a0b8;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #c9a84c33;border-radius:10px;justify-content:center;align-items:center;gap:.4rem;padding:.4rem .75rem;font-size:.75rem;transition:all .15s;display:flex}.floorplan__tool-btn:hover{color:#fff;background:#c9a84c0d;border-color:#c9a84c80}.floorplan__tool-btn--active{color:#c9a84c;background:#c9a84c1a;border-color:#c9a84c}.floorplan__tool-btn--danger:hover{color:#fc8181;background:#e53e3e0d;border-color:#e53e3e80}.floorplan__canvas-wrap{cursor:crosshair;background:#1a1f2e;border:1px solid #c9a84c33;border-radius:10px;position:relative;overflow:hidden}.floorplan__hint{color:#5a5a7a;text-align:center;margin-top:.5rem;font-size:.75rem}.floorplan__color-picker{align-items:center;gap:.35rem;display:flex}.floorplan__color-dot{cursor:pointer;border:2px solid #0000;border-radius:50%;width:20px;height:20px;transition:all .15s}.floorplan__color-dot--active{border-color:#fff;transform:scale(1.2)}.floorplan__size-input{color:#fff;text-align:center;background:#ffffff0d;border:1px solid #c9a84c33;border-radius:6px;outline:none;width:50px;padding:.3rem .5rem;font-size:.75rem}.floorplan__size-input:focus{border-color:#c9a84c}.floorplan__label-input{color:#fff;background:#ffffff0d;border:1px solid #c9a84c33;border-radius:6px;outline:none;width:100px;padding:.3rem .6rem;font-size:.75rem}.floorplan__label-input:focus{border-color:#c9a84c}.floorplan__modal{z-index:300;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.floorplan__modal-backdrop{background:#000c;position:absolute;inset:0}.floorplan__modal-box{z-index:1;background:#1a1a2e;border:1px solid #c9a84c33;border-radius:24px;width:95vw;max-width:1100px;padding:1.5rem;position:relative}.floorplan__modal-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.floorplan__modal-header h3{color:#fff;font-size:1.125rem;font-weight:600}.floorplan__modal-actions{justify-content:space-between;align-items:center;gap:.75rem;margin-top:1rem;display:flex}.vstudio__modal{z-index:300;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.vstudio__modal-backdrop{background:#000000e6;position:absolute;inset:0}.vstudio__modal-box{z-index:1;background:#1a1a2e;border:1px solid #c9a84c33;border-radius:24px;width:95vw;max-width:900px;max-height:90vh;padding:1.5rem;position:relative;overflow-y:auto}.vstudio__modal-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.vstudio__modal-header h3{color:#fff;font-size:1.25rem;font-weight:600}.vstudio__steps{gap:0;margin-bottom:2rem;display:flex}.vstudio__step{text-align:center;flex:1;position:relative}.vstudio__step:after{content:"";z-index:0;background:#c9a84c33;width:100%;height:2px;position:absolute;top:16px;left:50%}.vstudio__step:last-child:after{display:none}.vstudio__step-circle{color:#5a5a7a;z-index:1;background:#1a1a2e;border:2px solid #c9a84c33;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;margin:0 auto .5rem;font-size:.875rem;font-weight:700;transition:all .25s;display:flex;position:relative}.vstudio__step-label{color:#5a5a7a;font-size:.75rem;transition:color .25s}.vstudio__step--active .vstudio__step-circle{color:#c9a84c;background:#c9a84c26;border-color:#c9a84c}.vstudio__step--active .vstudio__step-label{color:#c9a84c}.vstudio__step--done .vstudio__step-circle{color:#fff;background:#1d9e75;border-color:#1d9e75}.vstudio__step--done .vstudio__step-label{color:#1d9e75}.vstudio__step--done:after{background:#1d9e75}.vstudio__source{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem;display:grid}@media (width<=640px){.vstudio__source{grid-template-columns:1fr}}.vstudio__source-btn{cursor:pointer;color:#a0a0b8;background:0 0;border:2px dashed #c9a84c33;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:2rem 1.5rem;transition:all .25s;display:flex}.vstudio__source-btn:hover{color:#fff;background:#c9a84c0d;border-color:#c9a84c}.vstudio__source-btn-icon{font-size:2.5rem}.vstudio__source-btn-title{font-size:1rem;font-weight:600}.vstudio__source-btn-desc{color:#5a5a7a;text-align:center;font-size:.75rem}.vstudio__preview{background:#000;border-radius:10px;width:100%;margin-bottom:1rem;position:relative;overflow:hidden}.vstudio__preview video{object-fit:contain;width:100%;max-height:400px;display:block}.vstudio__recorder-controls{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;margin-top:1rem;display:flex}.vstudio__recorder-btn{cursor:pointer;border:none;border-radius:50px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;transition:all .25s;display:flex}.vstudio__recorder-btn--record{color:#fff;background:#e53e3e;animation:2s infinite pulse-gold}.vstudio__recorder-btn--record:hover{background:#c53030}.vstudio__recorder-btn--stop{color:#fff;background:#4a5568}.vstudio__recorder-btn--stop:hover{background:#2d3748}.vstudio__recorder-btn--pause{color:#12121e;background:#c9a84c}.vstudio__recorder-btn--pause:hover{background:#e2c07a}.vstudio__recorder-timer{color:#e53e3e;font-variant-numeric:tabular-nums;text-align:center;margin:.75rem 0;font-size:1.5rem;font-weight:700}.vstudio__recorder-indicator{color:#fc8181;background:#e53e3e26;border-radius:20px;align-items:center;gap:.5rem;margin-bottom:.5rem;padding:.4rem 1rem;font-size:.75rem;display:inline-flex}.vstudio__recorder-indicator-dot{background:#e53e3e;border-radius:50%;width:8px;height:8px;animation:1s infinite pulse-gold}.vstudio__trimmer-timeline{background:#0006;border:1px solid #c9a84c33;border-radius:10px;width:100%;height:60px;margin:1rem 0;position:relative;overflow:hidden}.vstudio__trimmer-track{cursor:grab;background:#c9a84c33;border-left:3px solid #c9a84c;border-right:3px solid #c9a84c;position:absolute;top:0;bottom:0}.vstudio__trimmer-handle{cursor:ew-resize;background:#c9a84c;justify-content:center;align-items:center;width:12px;display:flex;position:absolute;top:0;bottom:0}.vstudio__trimmer-handle:after{content:"⋮";color:#12121e;font-size:14px}.vstudio__trimmer-handle--start{border-radius:4px 0 0 4px;left:0}.vstudio__trimmer-handle--end{border-radius:0 4px 4px 0;right:0}.vstudio__trimmer-playhead{pointer-events:none;background:#fff;width:2px;position:absolute;top:0;bottom:0}.vstudio__trimmer-labels{color:#5a5a7a;justify-content:space-between;align-items:center;margin-top:.25rem;font-size:.75rem;display:flex}.vstudio__trimmer-duration{text-align:center;color:#c9a84c;margin:.5rem 0;font-size:.875rem;font-weight:600}.vstudio__trimmer-controls{justify-content:center;align-items:center;gap:.75rem;margin-top:1rem;display:flex}.vstudio__upload-progress{margin:1.5rem 0}.vstudio__upload-bar{background:#ffffff1a;border-radius:4px;width:100%;height:8px;margin:.5rem 0;overflow:hidden}.vstudio__upload-fill{background:linear-gradient(90deg,#1d9e75,#c9a84c);border-radius:4px;height:100%;transition:width .3s}.vstudio__upload-status{color:#a0a0b8;text-align:center;font-size:.875rem}.vstudio__upload-percent{background:linear-gradient(135deg,#e2c07a,#c9a84c,#a07830);-webkit-text-fill-color:transparent;text-align:center;-webkit-background-clip:text;background-clip:text;margin:.5rem 0;font-size:1.5rem;font-weight:700}.vstudio__upload-steps{flex-direction:column;gap:.5rem;margin-top:1rem;display:flex}.vstudio__upload-step{color:#5a5a7a;border-radius:10px;align-items:center;gap:.75rem;padding:.5rem .75rem;font-size:.875rem;display:flex}.vstudio__upload-step--active{color:#c9a84c;background:#c9a84c0d}.vstudio__upload-step--done{color:#1d9e75}.vstudio__upload-step-icon{flex-shrink:0;font-size:1rem}.vstudio__nav{border-top:1px solid #c9a84c33;justify-content:space-between;align-items:center;gap:1rem;margin-top:1.5rem;padding-top:1rem;display:flex}@media (width>=768px){.video-card{width:min(70vw,880px);margin:0 auto}}@media (width>=1024px){.video-card{width:100%;height:calc(100svh - 72px);margin:0}}@media (width>=768px){.video-card__frame{border-radius:12px}}@media (width>=1024px){.video-card__frame{border:1px solid #e2e5f0;border-radius:24px;box-shadow:0 0 40px #ffffff0f,0 24px 64px #0006}}@media (width<=1023px){.video-info{padding-bottom:6rem}.video-info__adatlap-btn{display:none}}@media (width<=768px){.video-info__title{-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.video-info__price{font-size:1.1rem}.video-info__meta{-ms-overflow-style:none;scrollbar-width:none;flex-wrap:nowrap;overflow-x:auto}.video-info__meta::-webkit-scrollbar{display:none}.video-info__meta span{white-space:nowrap;flex-shrink:0;padding:.08rem .35rem;font-size:.65rem}}@keyframes video-info-live-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.45;transform:scale(.8)}}@media (prefers-reduced-motion:reduce){.video-info__live-dot{animation:none}}@media (width>=0){.video-actions{gap:1.5rem;bottom:3rem;right:1.25rem}}@media (width<=600px){.video-actions{gap:.65rem;bottom:6rem;right:.5rem}}@media (width<=1024px){.video-actions__nav{display:none}}@media (width>=0){.video-actions__nav-btn{color:#0f3d4a;background:#e9ebf0;border:1px solid #e2e5f0;width:40px;height:40px;box-shadow:0 0 14px #ffffff1f,0 4px 16px #0000004d}.video-actions__nav-btn:hover{background:#eef1fb}.video-actions__nav-btn .video-actions__icon-svg{width:20px;height:20px}}@media (width>=0){.video-actions__agent-name{text-shadow:none}}@media (width<=1024px){.video-actions__btn.video-actions__btn--filter{display:none}}@media (width>=1024px){.video-actions__btn.video-actions__btn--adatlap{display:none}}@media (width>=0){.video-actions__icon{color:#0f3d4a;background:#e9ebf0;border:1px solid #e2e5f0;width:40px;height:40px;box-shadow:0 0 14px #ffffff1f,0 4px 16px #0000004d}.video-actions__icon svg{width:20px;height:20px}.video-actions__icon--active{color:#f43f5e}.video-actions__icon--saved{color:#1f6a84;background:#2f8fb31f;border-color:#2f8fb359}.video-actions__btn--filter .video-actions__icon{color:#1f6a84}}@media (width>=0){.video-actions__label{color:#ffffffd9;text-shadow:none;font-size:.68rem}}@media (width<=0){.video-actions__btn{width:32px;height:32px}.video-actions__icon{width:30px;height:30px}.video-actions__label{font-size:.6rem}.video-actions__agent-avatar{width:38px;height:38px}}@media (width<=600px){.video-actions__icon{width:32px;height:32px}.video-actions__icon svg{width:16px;height:16px}.video-actions__agent-avatar{width:36px;height:36px}.video-actions__label{font-size:.58rem}.video-actions__filter-badge{min-width:15px;height:15px;font-size:.6rem}}.bottom-nav{display:none}@media (width<=1024px){.bottom-nav{width:100%;height:60px;padding:0 .5rem;padding-bottom:env(safe-area-inset-bottom);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:1000;background:#1414148c;border-top:1px solid #ffffff26;border-radius:0;justify-content:space-around;align-items:center;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 20px #0000004d}}.bottom-nav__item{cursor:pointer;color:#ffffffb3;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;text-decoration:none;transition:all .2s;display:flex;position:relative}.bottom-nav__item.active{color:#fff;background:#ffffff1f}.bottom-nav__item:active{transform:scale(.88)}.bottom-nav__icon{transition:all .2s}.side-menu-overlay{display:none}@media (width<=1024px){.side-menu-overlay{z-index:2000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;pointer-events:none;background:#0009;transition:opacity .3s;display:block;position:fixed;inset:0}.side-menu-overlay.open{opacity:1;pointer-events:all}}.side-menu{top:1rem;left:.75rem;bottom:calc(60px + env(safe-area-inset-bottom) + .75rem);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);z-index:2100;background:#0f3d4ad9;border:1px solid #ffffff1f;border-radius:24px;flex-direction:column;width:280px;max-width:calc(100vw - 2.5rem);padding:1.5rem 1.25rem;transition:transform .3s;display:flex;position:fixed;overflow-y:auto;transform:translate(calc(-100% - 1.5rem));box-shadow:0 20px 50px #00000080}.side-menu.open{transform:translate(0)}.side-menu__logo-badge{background:#0f3d4a;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;margin-bottom:1.25rem;padding:.85rem 1rem;display:flex}.side-menu__logo-badge img{height:36px;display:block}.side-menu__list{flex-direction:column;gap:.3rem;display:flex}.side-menu__link{color:#ffffffd9;border:1px solid #0000;border-radius:14px;align-items:center;gap:.85rem;padding:.6rem .65rem;font-size:.92rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.side-menu__link:hover,.side-menu__link.active{color:#fff;background:#ffffff1a;border-color:#ffffff26}.side-menu__link-icon{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.side-menu__link-icon--home{background:#ea580c}.side-menu__link-icon--feed{background:#ef4444}.side-menu__link-icon--csomagok{background:#a3672f}.side-menu__link-icon--piac{background:#2f8fb3}.side-menu__link-icon--profil{color:#ffffffe6;background:#ffffff26}.side-menu__logout{color:#f87171;cursor:pointer;background:#ef44441f;border:1.5px solid #ef444480;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;gap:.6rem;margin-top:1rem;padding:.75rem 1rem;font-size:.9rem;font-weight:700;transition:background .2s;display:flex}.side-menu__logout:hover{background:#ef444433}.dream-home-wizard{background:#ffffff08;border:1.5px solid #c9a84c4d;border-radius:20px;margin-bottom:1.5rem;padding:1.5rem}.dream-home-wizard__header{margin-bottom:1.2rem}.dream-home-wizard__header h2{color:#fff;margin:0 0 .3rem;font-size:1.3rem;font-weight:700}.dream-home-wizard__header p{color:#ffffff80;margin:0;font-size:.85rem}.dream-home-wizard__country{margin-bottom:1rem}.dream-home-wizard__country label{color:#fff9;margin-bottom:.4rem;font-size:.8rem;display:block}.dream-home-wizard__select{color:#fff;appearance:none;cursor:pointer;background:#ffffff12;border:1px solid #ffffff1a;border-radius:10px;width:100%;margin-bottom:.4rem;padding:.65rem 1rem;font-size:.9rem}.dream-home-wizard__select:focus{border-color:#c9a84c;outline:none}.dream-home-wizard__select option{background:#1a0a2e}.dream-home-wizard__currency{color:#c9a84ccc;font-size:.75rem}.dream-home-wizard__input-wrapper{margin-bottom:1rem;position:relative}.dream-home-wizard__textarea{box-sizing:border-box;color:#fff;resize:vertical;background:#ffffff0d;border:1.5px solid #ffffff1a;border-radius:12px;width:100%;min-height:100px;padding:1rem;font-size:.9rem;line-height:1.6;transition:border-color .2s}.dream-home-wizard__textarea:focus{border-color:#c9a84c;outline:none}.dream-home-wizard__textarea::placeholder{color:#ffffff4d}.dream-home-wizard__char-count{color:#ffffff4d;font-size:.7rem;position:absolute;bottom:.5rem;right:.75rem}.dream-home-wizard__btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#c9a84c,#e8c547);border:none;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.9rem;font-size:1rem;font-weight:700;transition:all .2s;display:flex}.dream-home-wizard__btn:disabled{opacity:.6;cursor:not-allowed}.dream-home-wizard__btn:not(:disabled):hover{transform:translateY(-1px);box-shadow:0 4px 20px #c9a84c66}.dream-home-wizard__btn--loading{background:#c9a84c80}.dream-home-wizard__spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.8s linear infinite spin}.dream-home-wizard__error{color:#fca5a5;background:#dc26261a;border:1px solid #dc26264d;border-radius:10px;margin-top:.75rem;padding:.75rem 1rem;font-size:.85rem}.dream-home-wizard__result{background:#10b9810d;border:1px solid #10b98133;border-radius:12px;margin-top:1rem;padding:1rem}.dream-home-wizard__result-header{color:#ffffffb3;justify-content:space-between;align-items:center;margin-bottom:.75rem;font-size:.85rem;display:flex}.dream-home-wizard__confidence{color:#34d399;font-weight:600}.dream-home-wizard__labels{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;display:flex}.dream-home-wizard__label{color:#c4b5fd;background:#c9a84c33;border:1px solid #c9a84c66;border-radius:20px;padding:.3rem .75rem;font-size:.82rem;font-weight:600}.dream-home-wizard__actions{gap:.75rem;display:flex}.dream-home-wizard__apply-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#c9a84c,#e8c547);border:none;border-radius:10px;flex:1;padding:.7rem;font-size:.9rem;font-weight:700;transition:all .2s}.dream-home-wizard__apply-btn:hover{transform:translateY(-1px)}.dream-home-wizard__apply-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.dream-home-wizard__no-results{text-align:center;background:#dc26260d;border:1px solid #dc262633;border-radius:12px;margin-top:1rem;padding:1.25rem}.dream-home-wizard__no-results-icon{margin-bottom:.5rem;font-size:2rem}.dream-home-wizard__no-results h4{color:#fff;margin:0 0 .5rem;font-size:1rem}.dream-home-wizard__no-results p{color:#ffffff80;margin:0 0 1rem;font-size:.85rem}.dream-home-wizard__no-results-actions{flex-direction:column;gap:.5rem;display:flex}.dream-home-wizard__reset-btn{color:#fff9;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:10px;padding:.7rem 1rem;font-size:.85rem;transition:all .2s}.dream-home-wizard__reset-btn:hover{color:#fff;border-color:#ffffff4d}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=768px){.public-property__data-grid{grid-template-columns:1fr!important}}.public-property{background:#f8f9fa;min-height:100vh;padding-top:1rem;padding-bottom:3rem}.public-property__inner{max-width:1100px;margin:0 auto;padding:0 1rem}.public-property__back{color:#6b7280;cursor:pointer;background:0 0;border:none;margin-bottom:.75rem;padding:0;font-size:.85rem;font-weight:600}.public-property__header-row{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.public-property__title{color:#000;margin:0 0 .25rem;font-size:1.5rem;font-weight:800}.public-property__address{color:#6b7280;margin:0;font-size:.875rem}.public-property__save-btn{color:#4b5563;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #9ca3af;border-radius:10px;flex-shrink:0;padding:.65rem 1.25rem;font-size:.9rem;font-weight:700;box-shadow:0 1px 3px #1118270f}.public-property__save-btn--saved{color:#2563eb;background:#eff6ff;border-color:#2563eb}.public-property__price-banner{background:linear-gradient(135deg,#eff6ff,#f0fdf4);border:2px solid #9ca3af;border-radius:14px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.25rem;padding:1rem 1.5rem;display:flex;box-shadow:0 1px 3px #1118270f}.public-property__price-label{color:#000;margin-bottom:.2rem;font-size:.75rem;font-weight:500}.public-property__price-value{color:#000;font-size:1.75rem;font-weight:800}.public-property__stat{text-align:center}.public-property__stat-value{color:#000;font-size:1.1rem;font-weight:700}.public-property__stat-label{color:#6b7280;font-size:.7rem}.public-property__section-title{color:#2563eb;margin-bottom:.75rem;font-size:.85rem;font-weight:700}.public-property__video-thumb{cursor:pointer;border:1px solid #9ca3af;border-radius:10px;flex-shrink:0;width:110px;height:150px;transition:all .2s;position:relative;overflow:hidden}.public-property__video-thumb--active{border:2px solid #2563eb;transform:scale(1.04)}.public-property__video-play{color:#fff;background:#2563ebd9;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:.9rem;display:flex}.public-property__agent-card{background:#fff;border:2px solid #9ca3af;border-radius:14px;margin-bottom:1.25rem;padding:1rem;box-shadow:0 1px 3px #1118270f}.public-property__agent-avatar{color:#fff;background:linear-gradient(135deg,#2563eb,#3b82f6) 0 0/cover;border:3px solid #eff6ff;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;font-size:1.4rem;font-weight:700;display:flex}.public-property__agent-name{color:#000;font-size:1rem;font-weight:700}.public-property__agent-tagline{color:#2563eb;font-size:.78rem;font-style:italic}.public-property__agent-role{color:#4b5563;margin-bottom:.5rem;font-size:.75rem}.public-property__phone-btn{color:#fff;cursor:pointer;text-align:center;background:linear-gradient(135deg,#2563eb,#3b82f6);border:none;border-radius:10px;flex:1;padding:.65rem 1rem;font-size:.875rem;font-weight:700;text-decoration:none}.public-property__profile-link{color:#2563eb;background:#eff6ff;border:1px solid #9ca3af;border-radius:10px;padding:.65rem 1.25rem;font-size:.82rem;font-weight:600;text-decoration:none}.public-property__card{background:#fff;border:2px solid #9ca3af;border-radius:14px;padding:1rem;box-shadow:0 1px 3px #1118270f}.public-property__card-title{color:#2563eb;margin-bottom:.75rem;font-size:.85rem;font-weight:700}.public-property__row{border-bottom:1px solid #9ca3af;justify-content:space-between;align-items:center;padding:.45rem 0;font-size:.82rem;display:flex}.public-property__row-label{color:#6b7280}.public-property__row-value{color:#000;text-align:right;max-width:60%;font-weight:500}.public-property__description{color:#4b5563;margin:0;font-size:.875rem;line-height:1.7}.public-property__map-address{color:#4b5563;margin-bottom:.75rem;font-size:.82rem}.public-property__map-frame{border:1px solid #9ca3af;border-radius:10px;margin-bottom:.75rem;overflow:hidden}.public-property__map-link{text-align:center;color:#2563eb;background:#eff6ff;border-radius:8px;padding:.5rem;font-size:.8rem;font-weight:600;text-decoration:none;display:block}.public-property__toast{color:#000;white-space:nowrap;z-index:10000;background:#fff;border:1px solid #9ca3af;border-radius:12px;padding:.65rem 1.25rem;font-size:.85rem;font-weight:600;position:fixed;bottom:2rem;left:50%;transform:translate(-50%);box-shadow:0 4px 20px #11182726}.public-property__status{color:#6b7280;background:#f8f9fa;justify-content:center;align-items:center;min-height:100vh;display:flex}.public-property__status--error{color:#dc2626}.public-profile{background:#f8f9fa;min-height:100vh;padding-top:72px;padding-bottom:4rem}.public-profile__inner{max-width:1100px;margin:0 auto;padding:0 1.5rem}.public-profile__back{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#000;cursor:pointer;background:#fff;border:1px solid #9ca3af;border-radius:10px;align-items:center;gap:.4rem;padding:.5rem 1rem;font-size:1rem;font-weight:700;display:flex;box-shadow:0 1px 3px #1118270f}.public-profile__cover{background:linear-gradient(135deg,#1f6a84,#4aa8cc);height:320px;position:relative}.public-profile__cover-fade{background:linear-gradient(#0000 40%,#f8f9fa 100%);position:absolute;inset:0}.public-profile__avatar-frame{border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:110px;height:110px;display:flex;box-shadow:0 4px 16px #11182726}.public-profile__avatar-frame--photo{background-position:50%;background-size:cover;border:4px solid #f8f9fa}.public-profile__avatar-frame--empty{background:#fff;border:2px dashed #9ca3af}.public-profile__name{color:#000;margin:0;font-size:1.75rem;font-weight:700}.public-profile__verified-badge{color:#2563eb;background:#eff6ff;border-radius:20px;align-items:center;gap:.3rem;padding:.2rem .6rem;font-size:.72rem;font-weight:700;display:inline-flex}.public-profile__tagline{color:#2563eb;margin:0 0 .5rem;font-style:italic}.public-profile__meta-item{color:#6b7280;align-items:center;gap:.35rem;font-size:.85rem;text-decoration:none;display:inline-flex}.public-profile__social-icon{border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;text-decoration:none;display:flex}.public-profile__office-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#2563eb;border:none;border-radius:20px;align-items:center;gap:.4rem;padding:.55rem 1.1rem;font-size:.82rem;font-weight:700;display:flex}.public-profile__stats-grid{grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:2rem;display:grid}.public-profile__stat-card{text-align:center;background:#fff;border:1px solid #9ca3af;border-radius:12px;padding:1.25rem;box-shadow:0 1px 3px #1118270f}.public-profile__stat-icon{border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;margin:0 auto .6rem;display:flex}.public-profile__stat-icon--properties{color:#dc2626;background:#fef2f2}.public-profile__stat-icon--videos{color:#2563eb;background:#eff6ff}.public-profile__stat-icon--tours{color:#ea580c;background:#fff7ed}.public-profile__stat-value{color:#000;font-size:1.5rem;font-weight:700}.public-profile__stat-label{color:#6b7280;font-size:.8rem}.public-profile__card{background:#fff;border:1px solid #9ca3af;border-radius:16px;margin-bottom:2rem;padding:1.5rem;box-shadow:0 1px 3px #1118270f}.public-profile__description{color:#4b5563;margin:0;line-height:1.7}.public-profile__section-title{color:#000;margin-bottom:1rem;font-size:1.25rem}.public-profile__tab{cursor:pointer;color:#4b5563;background:#fff;border:1px solid #9ca3af;border-radius:20px;padding:.4rem 1rem;font-size:.82rem;font-weight:600}.public-profile__tab--active{color:#fff;background:#2563eb;border:none}.public-profile__video-tile{cursor:pointer;aspect-ratio:9/16;background:#0a0a14;border:1px solid #9ca3af;border-radius:12px;transition:transform .2s;position:relative;overflow:hidden}.public-profile__video-tile--hovering{transform:scale(1.03)}.public-profile__video-fallback{background:linear-gradient(135deg,#1f6a84,#4aa8cc);justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.public-profile__youtube-card{background:#fff;border:1px solid #9ca3af;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #1118270f}.public-profile__youtube-title{color:#000;margin-bottom:.5rem;font-size:.85rem;font-weight:600}.public-profile__youtube-link{color:#dc2626;background:#fef2f2;border:1px solid #dc262640;border-radius:8px;padding:.35rem .75rem;font-size:.75rem;text-decoration:none;display:inline-block}.public-profile__property-card{cursor:pointer;background:#fff;border:1px solid #9ca3af;border-radius:12px;transition:border-color .2s;overflow:hidden;box-shadow:0 1px 3px #1118270f}.public-profile__property-card:hover{border-color:#2563eb}.public-profile__property-cover{background:#f3f4f6;justify-content:center;align-items:center;height:160px;display:flex}.public-profile__property-title{color:#000;margin-bottom:.25rem;font-size:.9rem;font-weight:600}.public-profile__property-price{color:#2563eb;margin-bottom:.5rem;font-weight:700}.public-profile__property-meta{color:#6b7280;font-size:.75rem}.public-profile__tour-card{background:#fff;border:1px solid #9ca3af;border-radius:12px;justify-content:space-between;align-items:center;padding:1rem;display:flex;box-shadow:0 1px 3px #1118270f}.public-profile__tour-title{color:#000;font-weight:600}.public-profile__tour-date{color:#6b7280;font-size:.8rem}.public-profile__tour-type{color:#2563eb;font-size:.8rem}.public-profile__team-card{text-align:center;background:#fff;border:1px solid #9ca3af;border-radius:12px;padding:1rem;text-decoration:none;display:block;box-shadow:0 1px 3px #1118270f}.public-profile__team-avatar{color:#fff;background:#2563eb 0 0/cover;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto .75rem;font-weight:700;display:flex}.public-profile__team-name{color:#000;font-size:.875rem;font-weight:600}.public-profile__status{text-align:center;color:#6b7280;padding:5rem}.public-profile__back-wrap{z-index:200;position:fixed;top:calc(72px + 1rem);left:1rem}.public-profile__header{z-index:2;flex-wrap:wrap;align-items:flex-end;gap:1.5rem;margin-top:-70px;margin-bottom:2rem;display:flex;position:relative}.public-profile__header-info{flex:1;min-width:200px}.public-profile__name-row{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.25rem;display:flex}.public-profile__meta-row{flex-wrap:wrap;align-items:center;gap:1.25rem;display:flex}.public-profile__socials{align-items:center;gap:.75rem;display:flex}.public-profile__social-icon--youtube{background:red}.public-profile__social-icon--instagram{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888)}.public-profile__social-icon--facebook{background:#1877f2}.public-profile__social-icon--website{background:#2563eb}.public-profile__section{margin-bottom:2rem}.public-profile__video-tabs{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;display:flex}.public-profile__video-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.75rem;display:grid}.public-profile__youtube-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.75rem;display:grid}.public-profile__youtube-thumb{object-fit:cover;width:100%;height:120px}.public-profile__youtube-body{padding:.75rem}.public-profile__property-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem;display:grid}.public-profile__property-body{padding:1rem}.public-profile__property-meta{gap:.75rem;display:flex}.public-profile__property-cover{background-position:50%;background-size:cover}.public-profile__tours-list{flex-direction:column;gap:.75rem;display:flex}.public-profile__team-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem;display:grid}.public-profile__team-avatar{background-position:50%}.public-profile__video-el{object-fit:cover;opacity:0;width:100%;height:100%;transition:opacity .3s;position:absolute;inset:0}.public-profile__video-el--visible{opacity:1}.public-profile__video-overlay{background:linear-gradient(#0000 50%,#0000008c 100%);position:absolute;inset:0}.public-profile__video-meta{color:#fff;font-size:.75rem;position:absolute;bottom:.5rem;left:.5rem}.public-profile__video-duration{color:#fff;background:#0009;border-radius:6px;padding:.2rem .5rem;font-size:.7rem;position:absolute;top:.5rem;right:.5rem}.public-profile__modal-backdrop{z-index:9999;background:#000000d9;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.public-profile__modal-box{background:#0a0a14;border-radius:16px;width:100%;max-width:420px;position:relative;overflow:hidden}.public-profile__modal-video{width:100%;max-height:80vh}.public-profile__modal-meta{color:#fff;padding:1rem;font-size:.9rem}.public-profile__modal-close{color:#fff;cursor:pointer;background:#0009;border:none;border-radius:50%;width:32px;height:32px;position:absolute;top:.75rem;right:.75rem}.public-profile__text-muted{color:#6b7280}.public-office{background:#f8f9fa;min-height:100vh;padding-top:72px;padding-bottom:4rem}.public-office__inner{max-width:1100px;margin:0 auto;padding:0 1.5rem}.public-office__back{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#000;cursor:pointer;background:#fff;border:1px solid #9ca3af;border-radius:10px;align-items:center;gap:.4rem;padding:.5rem 1rem;font-size:1rem;font-weight:700;display:flex;box-shadow:0 1px 3px #1118270f}.public-office__cover{background:linear-gradient(135deg,#1f6a84,#4aa8cc);height:320px;position:relative}.public-office__cover-fade{background:linear-gradient(#0000 40%,#f8f9fa 100%);position:absolute;inset:0}.public-office__social-row{align-items:center;gap:.75rem;display:flex;position:absolute;bottom:1.5rem;right:1.5rem}.public-office__social-icon{border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;text-decoration:none;display:flex}.public-office__logo-frame{background:#2563eb 50%/cover;border:4px solid #f8f9fa;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:110px;height:110px;display:flex;box-shadow:0 4px 16px #11182726}.public-office__name{color:#000;margin:0 0 .25rem;font-size:1.75rem;font-weight:700}.public-office__tagline{color:#2563eb;margin:0 0 .5rem;font-style:italic}.public-office__meta-item{color:#6b7280;font-size:.85rem;text-decoration:none}.public-office__owner-badge{cursor:pointer;background:#eff6ff;border:1px solid #2563eb40;border-radius:20px;align-items:center;gap:.5rem;padding:.3rem .75rem;display:inline-flex}.public-office__owner-name{color:#2563eb;font-size:.8rem}.public-office__stats-grid{grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:2rem;display:grid}.public-office__stat-card{text-align:center;background:#fff;border:1px solid #9ca3af;border-radius:12px;padding:1.25rem;box-shadow:0 1px 3px #1118270f}.public-office__stat-icon{border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;margin:0 auto .6rem;display:flex}.public-office__stat-icon--properties{color:#dc2626;background:#fef2f2}.public-office__stat-icon--videos{color:#2563eb;background:#eff6ff}.public-office__stat-icon--agents{color:#7c3aed;background:#f5f3ff}.public-office__stat-value{color:#000;font-size:1.5rem;font-weight:700}.public-office__stat-label{color:#6b7280;font-size:.8rem}.public-office__panels{flex-wrap:wrap;align-items:stretch;gap:1.5rem;margin-bottom:2rem;display:flex}.public-office__about-panel{background:#fff;border:1px solid #9ca3af;border-radius:16px;flex:1;min-width:260px;padding:1.5rem;box-shadow:0 1px 3px #1118270f}.public-office__about-title{color:#000;margin-bottom:1rem;font-size:.95rem;font-weight:600}.public-office__about-text{color:#4b5563;margin:0;font-size:.9rem;line-height:1.75}.public-office__map-panel{border:1px solid #9ca3af;border-radius:16px;flex:1;min-width:260px;overflow:hidden;box-shadow:0 1px 3px #1118270f}.public-office__map-header{color:#000;background:#fff;border-bottom:1px solid #9ca3af;padding:.875rem 1.25rem;font-size:.95rem;font-weight:600}.public-office__map-footer{color:#6b7280;background:#fff;border-top:1px solid #9ca3af;padding:.75rem 1.25rem;font-size:.82rem}.public-office__section-title{color:#000;margin-bottom:1rem;font-size:1.25rem}.public-office__tab{cursor:pointer;color:#4b5563;background:#fff;border:1px solid #9ca3af;border-radius:20px;padding:.4rem 1rem;font-size:.82rem;font-weight:600}.public-office__tab--active{color:#fff;background:#2563eb;border:none}.public-office__video-tile{cursor:pointer;aspect-ratio:9/16;background:#0a0a14;border:1px solid #9ca3af;border-radius:12px;transition:transform .2s;position:relative;overflow:hidden}.public-office__video-tile--hovering{transform:scale(1.03)}.public-office__video-fallback{background:linear-gradient(135deg,#1f6a84,#4aa8cc);justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.public-office__youtube-card{background:#fff;border:1px solid #9ca3af;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #1118270f}.public-office__youtube-title{color:#000;margin-bottom:.5rem;font-size:.85rem;font-weight:600}.public-office__youtube-link{color:#dc2626;background:#fef2f2;border:1px solid #dc262640;border-radius:8px;padding:.35rem .75rem;font-size:.75rem;text-decoration:none;display:inline-block}.public-office__property-card{cursor:pointer;background:#fff;border:1px solid #9ca3af;border-radius:12px;transition:border-color .2s;overflow:hidden;box-shadow:0 1px 3px #1118270f}.public-office__property-card:hover{border-color:#2563eb}.public-office__property-cover{background:#f3f4f6;justify-content:center;align-items:center;height:160px;display:flex}.public-office__property-title{color:#000;margin-bottom:.25rem;font-size:.9rem;font-weight:600}.public-office__property-price{color:#2563eb;margin-bottom:.5rem;font-weight:700}.public-office__property-meta{color:#6b7280;font-size:.75rem}.public-office__empty-state{text-align:center;color:#6b7280;background:#fff;border:1px solid #9ca3af;border-radius:12px;padding:1.5rem;font-size:.9rem}.public-office__agent-card{text-align:center;cursor:pointer;background:#fff;border:1px solid #9ca3af;border-radius:12px;padding:1rem;text-decoration:none;transition:border-color .2s;display:block;box-shadow:0 1px 3px #1118270f}.public-office__agent-card:hover{border-color:#2563eb}.public-office__agent-avatar{color:#fff;background:#2563eb 50%/cover;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto .75rem;font-weight:700;display:flex}.public-office__agent-name{color:#000;font-size:.875rem;font-weight:600}.public-office__agent-subtitle{color:#6b7280;margin-top:.25rem;font-size:.75rem}.public-office__agent-link-hint{color:#2563eb;margin-top:.5rem;font-size:.7rem}.public-office__more-btn{color:#2563eb;cursor:pointer;background:#fff;border:1px solid #9ca3af;border-radius:10px;margin-top:1rem;padding:.5rem 1.25rem;font-size:.85rem;font-weight:600}.public-office__status{text-align:center;color:#6b7280;padding:5rem}.reels-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem;display:grid}.reels-grid__upload{aspect-ratio:9/16;color:#4b5563;cursor:pointer;background:#fff;border:2px dashed #e5e7eb;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:.6rem;padding:1rem;font-family:inherit;transition:border-color .15s,color .15s;display:flex}.reels-grid__upload:hover:not(:disabled){color:#2563eb;border-color:#2563eb}.reels-grid__upload:disabled{cursor:not-allowed;opacity:.55}.reels-grid__upload-icon{color:#2563eb;background:#eff6ff;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.reels-grid__upload-label{text-align:center;font-size:.8rem;font-weight:600;line-height:1.35}.reels-grid__item{aspect-ratio:9/16;background:#0a0a14;border-radius:12px;position:relative;overflow:hidden}.reels-grid__thumb{object-fit:cover;width:100%;height:100%}.reels-grid__thumb--placeholder{background:linear-gradient(135deg,#1a1a2e,#4b5563);justify-content:center;align-items:center;font-size:2.25rem;display:flex}.reels-grid__stats{color:#fff;pointer-events:none;background:linear-gradient(#0000 0%,#000000bf 100%);gap:.75rem;padding:1.5rem .6rem .5rem;font-size:.75rem;font-weight:600;display:flex;position:absolute;inset:auto 0 0}.story-time__section{margin-bottom:2rem}.story-time__section-title{color:#111827;margin:0 0 .85rem;font-size:1.05rem;font-weight:600}.story-time__section-note{color:#6b7280;margin:.75rem 0 0;font-size:.8rem}.story-time__section-note--error{color:#dc2626}.story-policy{background:#eff6ff;border:1px solid #2563eb40;border-radius:12px;align-items:flex-start;gap:.75rem;margin-bottom:1.5rem;padding:.9rem 1rem;display:flex}.story-policy__icon{color:#2563eb;flex-shrink:0;margin-top:1px;display:flex}.story-policy__body{min-width:0}.story-policy__text{color:#4b5563;margin:0;font-size:.82rem;line-height:1.5}.story-policy__text strong{color:#111827}.story-policy__quota{color:#6b7280;margin:.5rem 0 0;font-size:.78rem}.story-policy__quota strong{color:#2563eb}.story-wall__composer{background:#fff;border:1px solid #e5e7eb;border-radius:16px;margin-bottom:1rem;padding:1.25rem}.story-wall__textarea{color:#111827;resize:vertical;box-sizing:border-box;background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;outline:none;width:100%;min-height:72px;padding:.75rem .9rem;font-family:inherit;font-size:.9rem;transition:border-color .15s}.story-wall__textarea::placeholder{color:#6b7280}.story-wall__textarea:focus{border-color:#2563eb}.story-wall__composer-row{flex-wrap:wrap;align-items:center;gap:.75rem;margin-top:.75rem;display:flex}.story-wall__error{color:#dc2626;margin:.6rem 0 0;font-size:.8rem}.story-wall__link-input{color:#111827;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;outline:none;flex:1;min-width:180px;padding:.55rem .8rem;font-size:.82rem}.story-wall__link-input::placeholder{color:#6b7280}.story-wall__icon-btn{color:#4b5563;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;transition:border-color .15s;display:flex}.story-wall__icon-btn:hover{border-color:#2563eb}.story-wall__image-preview{background-position:50%;background-size:cover;border-radius:8px;flex-shrink:0;width:64px;height:64px;position:relative}.story-wall__image-preview button{color:#fff;cursor:pointer;background:#000c;border:none;border-radius:50%;width:20px;height:20px;font-size:.7rem;line-height:1;position:absolute;top:-6px;right:-6px}.story-wall__submit{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:10px;margin-left:auto;padding:.6rem 1.25rem;font-size:.85rem;font-weight:700;transition:opacity .15s}.story-wall__submit:disabled{opacity:.5;cursor:not-allowed}.story-wall__submit:hover:not(:disabled){opacity:.9}.story-wall__list{flex-direction:column;gap:.85rem;max-height:560px;padding-right:.25rem;display:flex;overflow-y:auto}.story-wall__list::-webkit-scrollbar{width:6px}.story-wall__list::-webkit-scrollbar-thumb{background:#2563eb4d;border-radius:3px}.story-wall__empty{color:#6b7280;text-align:center;padding:2rem 1rem;font-size:.85rem}.story-wall__post{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:.75rem .85rem;box-shadow:0 1px 3px #1118270f}.story-wall__post-header{align-items:center;gap:.5rem;margin-bottom:.45rem;display:flex}.story-wall__post-avatar{color:#fff;background-color:#2563eb;background-position:50%;background-size:cover;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:.8rem;font-weight:700;display:flex}.story-wall__post-author{color:#111827;font-size:.82rem;font-weight:600}.story-wall__post-date{color:#6b7280;font-size:.68rem}.story-wall__post-meta{flex:1;min-width:0}.story-wall__post-menu-btn{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:1.1rem;line-height:1;transition:background .15s;display:flex}.story-wall__post-menu-btn:hover{background:#1118270f}.story-wall__post-menu-dropdown{z-index:100;background:#fff;border:1px solid #e5e7eb;border-radius:10px;min-width:150px;padding:.3rem;position:absolute;top:110%;right:0;box-shadow:0 8px 24px #11182726}.story-wall__post-menu-dropdown button{color:#111827;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:6px;width:100%;padding:.5rem .6rem;font-size:.82rem;display:block}.story-wall__post-menu-dropdown button:hover{background:#f3f4f6}.story-wall__edit-form{margin-bottom:.5rem}.story-wall__edit-form .story-wall__composer-row{margin-top:.5rem}.story-wall__cancel{color:#4b5563;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:.6rem 1rem;font-size:.85rem}.story-wall__cancel:hover{border-color:#9ca3af}.story-wall__post-content{color:#4b5563;word-break:break-word;margin:0 0 .5rem;font-size:.85rem;line-height:1.5}.story-wall__post-content p{white-space:pre-wrap;margin:0 0 .5rem}.story-wall__post-content p:last-child{margin-bottom:0}.story-wall__post-content h1,.story-wall__post-content h2,.story-wall__post-content h3,.story-wall__post-content h4,.story-wall__post-content h5,.story-wall__post-content h6{color:#111827;margin:.7rem 0 .35rem;font-weight:700;line-height:1.3}.story-wall__post-content h1:first-child,.story-wall__post-content h2:first-child,.story-wall__post-content h3:first-child,.story-wall__post-content h4:first-child,.story-wall__post-content h5:first-child,.story-wall__post-content h6:first-child{margin-top:0}.story-wall__post-content h1{font-size:1.05rem}.story-wall__post-content h2{font-size:1rem}.story-wall__post-content h3{font-size:.92rem}.story-wall__post-content h4,.story-wall__post-content h5,.story-wall__post-content h6{font-size:.88rem}.story-wall__post-content strong,.story-wall__post-content b{color:#111827;font-weight:700}.story-wall__post-content ul,.story-wall__post-content ol{margin:0 0 .5rem;padding-left:1.35rem}.story-wall__post-content ul:last-child,.story-wall__post-content ol:last-child{margin-bottom:0}.story-wall__post-content ul{list-style:outside}.story-wall__post-content ol{list-style:decimal}.story-wall__post-content li{margin-bottom:.2rem}.story-wall__post-content blockquote{color:#6b7280;border-left:2px solid #2563eb66;margin:.4rem 0 .5rem;padding-left:.65rem}.story-wall__post-content code{background:#f3f4f6;border-radius:4px;padding:.1rem .3rem;font-size:.82em}.story-wall__post-content a{color:#2563eb;word-break:break-all;text-decoration:none}.story-wall__post-content a:hover{text-decoration:underline}.story-wall__post-content--clamped{position:relative;overflow:hidden}.story-wall__post-content--clamped:after{content:"";pointer-events:none;background:linear-gradient(#fff0 0%,#fffffff2 100%);height:44px;position:absolute;bottom:0;left:0;right:0}.story-wall__read-more{color:#2563eb;cursor:pointer;background:0 0;border:none;margin:0 0 .5rem;padding:0;font-size:.8rem;font-weight:600;display:inline-block}.story-wall__read-more:hover{text-decoration:underline}.story-wall__post-image{object-fit:cover;border-radius:10px;width:100%;max-width:500px;max-height:340px;margin:0 0 .5rem;display:block}.story-wall__content-image{object-fit:contain;background:#f3f4f6;border-radius:10px;width:100%;max-width:500px;max-height:340px;margin:.4rem 0;display:block}.story-wall__post-link{color:#2563eb;word-break:break-all;margin-bottom:.6rem;font-size:.8rem;text-decoration:none;display:inline-block}.story-wall__post-link:hover{text-decoration:underline}.story-wall__post-footer{align-items:center;gap:.4rem;display:flex}.story-wall__like-btn{color:#4b5563;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:20px;align-items:center;gap:.4rem;padding:.35rem .75rem;font-size:.8rem;transition:border-color .15s,color .15s;display:flex}.story-wall__like-btn:hover{border-color:#2563eb}.story-wall__like-btn--liked{color:#2563eb;background:#eff6ff;border-color:#2563eb}.story-wall__load-more{color:#4b5563;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:10px;margin:.25rem auto 0;padding:.5rem 1.25rem;font-size:.8rem;display:block}.story-wall__load-more:hover{border-color:#2563eb}.story-time-feed__title{color:#fff;margin:0 0 .35rem;font-size:1.5rem;font-weight:700}.story-time-feed__subtitle{color:#5a5a7a;margin:0 0 1.5rem;font-size:.9rem}.story-time-feed__reels{margin-bottom:2rem}.story-time-feed__posts{max-width:620px}.reels-bar{padding-bottom:.5rem;overflow:auto hidden}.reels-bar::-webkit-scrollbar{height:6px}.reels-bar::-webkit-scrollbar-thumb{background:#c9a84c4d;border-radius:3px}.reels-bar__track{gap:.75rem;width:max-content;display:flex}.reels-bar__item{aspect-ratio:9/16;cursor:pointer;background:#0a0a14;border:none;border-radius:12px;flex-shrink:0;width:118px;padding:0;transition:transform .15s;position:relative;overflow:hidden}.reels-bar__item:hover{transform:scale(1.03)}.reels-bar__thumb{object-fit:cover;width:100%;height:100%}.reels-bar__thumb--placeholder{background:linear-gradient(135deg,#1a1a2e,#c9a84c);justify-content:center;align-items:center;font-size:2rem;display:flex}.reels-bar__gradient{pointer-events:none;background:linear-gradient(#0000 45%,#000c 100%);position:absolute;inset:0}.reels-bar__avatar{color:#fff;background-color:#a07830;background-position:50%;background-size:cover;border:2px solid #c9a84c;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:.8rem;font-weight:700;display:flex;position:absolute;top:.5rem;left:.5rem}.reels-bar__name{color:#fff;text-align:left;text-overflow:ellipsis;white-space:nowrap;font-size:.72rem;font-weight:600;position:absolute;bottom:.5rem;left:.5rem;right:.5rem;overflow:hidden}.reels-exhausted{text-align:center;color:#5a5a7a;flex-direction:column;justify-content:center;align-items:center;display:flex}.reels-exhausted__icon{color:#c9a84c;margin-bottom:.5rem}.reels-exhausted__title{color:#fff;margin:0 0 .35rem;font-weight:700}.reels-exhausted__text{margin:0;font-size:.78rem;line-height:1.45}.reels-exhausted--bar{aspect-ratio:9/16;border:1px dashed #ffffff14;border-radius:12px;flex-shrink:0;width:118px;padding:.75rem}.reels-exhausted--bar .reels-exhausted__title{font-size:.8rem}.reels-exhausted--bar .reels-exhausted__text{font-size:.68rem}.reels-exhausted--viewer{max-width:320px;padding:2rem}.reels-exhausted--viewer .reels-exhausted__title{font-size:1.15rem}.reels-exhausted--viewer .reels-exhausted__text{font-size:.88rem}.reels-viewer{z-index:9999;background:#000000f5;flex-direction:column;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.reels-viewer__close{z-index:2;color:#fff;cursor:pointer;background:#ffffff1f;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex;position:absolute;top:1rem;right:1rem}.reels-viewer__close:hover{background:#fff3}.reels-viewer__stage{aspect-ratio:9/16;background:#0a0a14;border-radius:16px;justify-content:center;align-items:center;max-width:94vw;height:min(84vh,780px);display:flex;position:relative;overflow:hidden}.reels-viewer__stage .video-player{width:100%;height:100%}.reels-viewer__meta{pointer-events:none;background:linear-gradient(#0000 0%,#000000d9 100%);padding:2.5rem 1rem 1rem;position:absolute;bottom:0;left:0;right:0}.reels-viewer__agent{pointer-events:auto;align-items:center;gap:.6rem;text-decoration:none;display:inline-flex}.reels-viewer__agent-avatar{color:#fff;background-color:#a07830;background-position:50%;background-size:cover;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-weight:700;display:flex}.reels-viewer__agent-name{color:#fff;font-size:.9rem;font-weight:600}.reels-viewer__nav{align-items:center;gap:1rem;margin-top:1rem;display:flex}.reels-viewer__nav button{color:#fff;cursor:pointer;background:#ffffff14;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.reels-viewer__nav button:hover:not(:disabled){background:#ffffff29}.reels-viewer__nav button:disabled{opacity:.35;cursor:not-allowed}.reels-viewer__counter{color:#5a5a7a;text-align:center;min-width:60px;font-size:.82rem}.story-post-feed{flex-direction:column;gap:1rem;display:flex}.story-post-feed__status{color:#5a5a7a;text-align:center;padding:1.5rem 1rem;font-size:.85rem}.story-post-feed__status--error{color:#fc8181}.story-post{background:#ffffff08;border:1px solid #ffffff14;border-radius:14px;padding:1rem}.story-post__header{align-items:center;gap:.6rem;margin-bottom:.75rem;display:flex}.story-post__avatar-link{flex-shrink:0}.story-post__avatar{color:#fff;background-color:#a07830;background-position:50%;background-size:cover;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-weight:700;display:flex}.story-post__meta{min-width:0}.story-post__author{color:#fff;font-size:.9rem;font-weight:600;text-decoration:none;display:block}.story-post__author:hover{text-decoration:underline}.story-post__date{color:#5a5a7a;font-size:.72rem}.story-post__content{color:#d8d8e8;word-break:break-word;font-size:.9rem;line-height:1.55}.story-post__content p{white-space:pre-wrap;margin:0 0 .6rem}.story-post__content p:last-child{margin-bottom:0}.story-post__content h1,.story-post__content h2,.story-post__content h3,.story-post__content h4,.story-post__content h5,.story-post__content h6{color:#fff;margin:.7rem 0 .4rem;font-weight:700;line-height:1.3}.story-post__content h1:first-child,.story-post__content h2:first-child,.story-post__content h3:first-child,.story-post__content h4:first-child,.story-post__content h5:first-child,.story-post__content h6:first-child{margin-top:0}.story-post__content h1{font-size:1.1rem}.story-post__content h2{font-size:1.02rem}.story-post__content h3,.story-post__content h4,.story-post__content h5,.story-post__content h6{font-size:.95rem}.story-post__content strong,.story-post__content b{color:#fff}.story-post__content ul,.story-post__content ol{margin:0 0 .6rem;padding-left:1.35rem}.story-post__content ul:last-child,.story-post__content ol:last-child{margin-bottom:0}.story-post__content ul{list-style:outside}.story-post__content ol{list-style:decimal}.story-post__content li{margin-bottom:.2rem}.story-post__content blockquote{color:#a0a0b8;border-left:2px solid #c9a84c66;margin:.5rem 0;padding-left:.7rem}.story-post__content code{background:#ffffff14;border-radius:4px;padding:.1rem .3rem;font-size:.85em}.story-post__content a{color:#e2c07a;word-break:break-all;text-decoration:none}.story-post__content a:hover{text-decoration:underline}.story-post__content-image,.story-post__image{object-fit:cover;border-radius:10px;width:100%;max-height:420px;margin:.75rem 0 0;display:block}.story-post__content-image{object-fit:contain;background:#ffffff08}.story-post__link{color:#e2c07a;word-break:break-all;margin-top:.6rem;font-size:.82rem;text-decoration:none;display:inline-block}.story-post__link:hover{text-decoration:underline}.upload-progress{width:100%;max-width:460px;margin:0 auto}.upload-progress__phase{text-align:center;margin-bottom:.75rem}.upload-progress__phase-label{color:#c9a84c;font-size:.95rem;font-weight:700}.upload-progress__row{grid-template-columns:8.5rem 1fr 3rem;align-items:center;gap:.65rem;margin-bottom:.6rem;display:grid}.upload-progress__row-label{color:#a0a0b8;white-space:nowrap;font-size:.8rem}.upload-progress__row-value{color:#a0a0b8;text-align:right;font-variant-numeric:tabular-nums;font-size:.78rem}.upload-progress__bar{background:#ffffff1f;border-radius:999px;height:8px;overflow:hidden}.upload-progress__fill{background:linear-gradient(90deg,#a07830,#c9a84c);border-radius:999px;height:100%;transition:width .3s}.upload-progress__fill--done{background:linear-gradient(90deg,#16a34a,#22c55e)}.upload-progress__fill--indeterminate{width:40%;animation:1.4s ease-in-out infinite upload-progress-slide}.upload-progress__hint{color:#5a5a7a;text-align:center;margin:.5rem 0 0;font-size:.75rem;line-height:1.45}.upload-progress__error{color:#fc8181;text-align:center;background:#e53e3e1a;border:1px solid #e53e3e4d;border-radius:8px;margin:.75rem 0 0;padding:.7rem .9rem;font-size:.82rem}@keyframes upload-progress-slide{0%{transform:translate(-100%)}to{transform:translate(250%)}}@media (prefers-reduced-motion:reduce){.upload-progress__fill--indeterminate{opacity:.55;width:100%;animation:none}}.page-loader{z-index:9999;opacity:1;background:#fff;flex-direction:column;justify-content:center;align-items:center;transition:opacity .6s,transform .6s;display:flex;position:fixed;inset:0;transform:scale(1)}.page-loader--closing{opacity:0;pointer-events:none;transform:scale(1.05)}.page-loader__logo{object-fit:cover;border-radius:32px;width:160px;height:160px;animation:2s ease-in-out infinite logoPulse}.page-loader__spinner{border:3px solid #eee;border-top-color:#222;border-radius:50%;width:34px;height:34px;margin-top:25px;animation:.8s linear infinite spin}@keyframes logoPulse{0%,to{transform:scale(1)}50%{transform:scale(1.04)}}.video-player{background:#000;position:absolute;inset:0}.video-player video{object-fit:cover;cursor:pointer;width:100%;height:100%}.video-player__thumb{object-fit:cover;z-index:1;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.video-player__play-btn{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;cursor:pointer;z-index:5;background:#0006;border:2px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;font-size:1.75rem;transition:transform .15s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.video-player__play-btn:active{transform:translate(-50%,-50%)scale(.9)}.video-player__error-msg{z-index:5;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;white-space:nowrap;pointer-events:none;background:#000000a6;border:1px solid #ffffff26;border-radius:20px;padding:.5rem 1rem;font-size:.85rem;font-weight:600;position:absolute;bottom:1rem;left:50%;transform:translate(-50%)}.video-player__mute-hint{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;z-index:6;pointer-events:none;background:#00000080;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:.85rem;display:flex;position:absolute;top:.75rem;right:.75rem}.video-info{z-index:5;background:0 0;padding:3rem 1rem 2.25rem;position:absolute;bottom:0;left:0;right:56px}.video-info__location{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#ffffffe6;background:#0006;border:1px solid #ffffff1a;border-radius:20px;align-items:center;gap:.25rem;margin-bottom:.4rem;padding:.15rem .55rem;font-size:.68rem;display:inline-flex}.video-info__title{color:#fff;text-shadow:0 1px 4px #0009;margin:0 0 .3rem;font-size:.9rem;font-weight:700;line-height:1.3}.video-info__price-row{align-items:center;gap:.5rem;margin:0 0 .5rem;display:flex}.video-info__listing-badge{white-space:nowrap;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:20px;align-items:center;padding:.15rem .55rem;font-size:.68rem;font-weight:700;display:inline-flex}.video-info__listing-badge--gold{color:#c9a84c;background:#c9a84c33;border:1px solid #c9a84c80}.video-info__listing-badge--blue{color:#60a5fa;background:#1d4ed833;border:1px solid #3b82f680}.video-info__listing-badge--green{color:#4ade80;background:#16a34a33;border:1px solid #4ade8080}.video-info__price{color:#ffffffeb;text-shadow:0 1px 4px #0009;letter-spacing:-.5px;margin:0;font-size:1.28rem;font-weight:700}.video-info__meta{flex-wrap:wrap;gap:.5rem;margin-bottom:.6rem;display:flex}.video-info__meta span{color:#fffc;background:#0000004d;border-radius:10px;padding:.1rem .4rem;font-size:.7rem}.video-info__agent{align-items:center;gap:.5rem;display:flex}.video-info__avatar{border:2px solid #fff6;border-radius:50%;flex-shrink:0;width:30px;height:30px;overflow:hidden}.video-info__avatar img{object-fit:cover;width:100%;height:100%}.video-info__avatar-placeholder{color:#fff;background:linear-gradient(135deg,#c9a84c,#e8c547);justify-content:center;align-items:center;width:100%;height:100%;font-size:.8rem;font-weight:700;display:flex}.video-info__agent-name{color:#ffffffe6;text-shadow:0 1px 3px #000c;font-size:.85rem;font-weight:500}.video-info__extra{flex-wrap:wrap;gap:.3rem;margin-top:.4rem;display:flex}.video-info__tag{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1a;border:1px solid #ffffff26;border-radius:12px;padding:.2rem .5rem;font-size:.65rem;font-weight:600}.video-info__tag--green{color:#4ade80;background:#4ade8026;border-color:#4ade804d}.video-info__tag--gold{color:#c9a84c;background:#c9a84c26;border-color:#c9a84c4d}@media (width<=1023px){.video-info{padding-bottom:6rem}.video-info__adatlap-btn{display:none}}.video-info__live-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;cursor:pointer;background:#ef444429;border:1px solid #ef444473;border-radius:14px;align-items:center;gap:.5rem;width:100%;margin-top:.75rem;padding:.6rem .85rem;font-size:.85rem;font-weight:700;transition:background .2s,border-color .2s;display:flex}.video-info__live-badge:hover:not(:disabled){background:#ef444442;border-color:#ef4444b3}.video-info__live-badge:disabled{cursor:default;opacity:.7}.video-info__live-dot{background:#ef4444;border-radius:50%;flex-shrink:0;width:9px;height:9px;animation:1.5s ease-in-out infinite video-info-live-pulse;box-shadow:0 0 6px #ef4444}.video-info__live-text{text-align:left;flex:1}.video-info__live-count{color:#ffd9d9;flex-shrink:0;font-size:.78rem;font-weight:600}@media (width<=768px){.video-info__title{-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.video-info__price{font-size:1.1rem}.video-info__meta{-ms-overflow-style:none;scrollbar-width:none;flex-wrap:nowrap;overflow-x:auto}.video-info__meta::-webkit-scrollbar{display:none}.video-info__meta span{white-space:nowrap;flex-shrink:0;padding:.08rem .35rem;font-size:.65rem}}@media (prefers-reduced-motion:reduce){.video-info__live-dot{animation:none}}.video-actions{z-index:10;flex-direction:column;align-items:center;gap:1rem;display:flex;position:absolute;bottom:6rem;right:.5rem}@media (width>=0){.video-actions{gap:1.5rem;bottom:3rem;right:1.25rem}}@media (width<=600px){.video-actions{gap:.65rem;bottom:6rem;right:.5rem}}.video-actions__nav{flex-direction:column;gap:.5rem;margin-bottom:.5rem;display:flex}@media (width<=1024px){.video-actions__nav{display:none}}.video-actions__nav-btn{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;cursor:pointer;background:#0006;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1rem;transition:all .2s;display:flex}.video-actions__nav-btn:hover{background:#000000b3}.video-actions__nav-btn:active{transform:scale(.9)}@media (width>=0){.video-actions__nav-btn{color:#0f3d4a;background:#e9ebf0;border:1px solid #e2e5f0;width:40px;height:40px;box-shadow:0 0 14px #ffffff1f,0 4px 16px #0000004d}.video-actions__nav-btn:hover{background:#eef1fb}.video-actions__nav-btn .video-actions__icon-svg{width:20px;height:20px}}.video-actions__agent{cursor:pointer;flex-direction:column;align-items:center;gap:.3rem;margin-bottom:.25rem;display:flex}.video-actions__agent-avatar{border:2px solid #c9a84c;border-radius:50%;width:46px;height:46px;overflow:hidden;box-shadow:0 0 10px #c9a84c66}.video-actions__agent-avatar img{object-fit:cover;width:100%;height:100%}.video-actions__agent-placeholder{color:#fff;background:linear-gradient(135deg,#c9a84c,#e8c547);justify-content:center;align-items:center;width:100%;height:100%;font-size:.9rem;font-weight:700;display:flex}.video-actions__agent-name{color:#fff;text-shadow:0 1px 3px #000c;text-align:center;white-space:normal;word-break:break-word;max-width:70px;font-size:.6rem;font-weight:600;line-height:1.3}@media (width>=0){.video-actions__agent-name{text-shadow:none}}@media (width<=1024px){.video-actions__btn.video-actions__btn--filter{display:none}}@media (width>=1024px){.video-actions__btn.video-actions__btn--adatlap{display:none}}.video-actions__filter-badge{color:#fff;background:#1f6a84;border:1.5px solid #fff;border-radius:9px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 3px;font-size:.68rem;font-weight:700;line-height:1;display:flex;position:absolute;top:-5px;right:-5px}.video-actions__btn{cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;flex-direction:column;align-items:center;gap:.3rem;padding:0;display:flex}.video-actions__btn:active .video-actions__icon{transform:scale(.85)}.video-actions__icon{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;background:#0006;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.05rem;transition:transform .15s;display:flex;position:relative}.video-actions__icon--active{color:#f43f5e}.video-actions__icon--saved{color:#c9a84c;background:#c9a84c26;border-color:#c9a84c66}@media (width>=0){.video-actions__icon{color:#0f3d4a;background:#e9ebf0;border:1px solid #e2e5f0;width:40px;height:40px;box-shadow:0 0 14px #ffffff1f,0 4px 16px #0000004d}.video-actions__icon svg{width:20px;height:20px}.video-actions__icon--active{color:#f43f5e}.video-actions__icon--saved{color:#1f6a84;background:#2f8fb31f;border-color:#2f8fb359}.video-actions__btn--filter .video-actions__icon{color:#1f6a84}}.video-actions__toast{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);color:#fff;white-space:nowrap;z-index:100;background:#141423f2;border:1px solid #ffffff26;border-radius:12px;padding:.65rem 1.25rem;font-size:.85rem;font-weight:600;position:fixed;bottom:6rem;left:50%;transform:translate(-50%);box-shadow:0 4px 20px #0006}.video-actions__label{color:#fff;text-shadow:0 1px 3px #000c;font-size:.62rem;font-weight:600}@media (width>=0){.video-actions__label{color:#ffffffd9;text-shadow:none;font-size:.68rem}}@media (width<=0){.video-actions__btn{width:32px;height:32px}.video-actions__icon{width:30px;height:30px}.video-actions__label{font-size:.6rem}.video-actions__agent-avatar{width:38px;height:38px}}@media (width<=600px){.video-actions__icon{width:32px;height:32px}.video-actions__icon svg{width:16px;height:16px}.video-actions__agent-avatar{width:36px;height:36px}.video-actions__label{font-size:.58rem}.video-actions__filter-badge{min-width:15px;height:15px;font-size:.6rem}}.video-actions__share-panel{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#141423f2;border:1px solid #ffffff1a;border-radius:16px;flex-direction:column;gap:.25rem;min-width:160px;padding:.5rem;display:flex;position:absolute;bottom:0;right:44px}.video-actions__share-panel button{color:#e0e0f0;text-align:left;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:10px;padding:.5rem .75rem;font-size:.875rem;transition:background .15s}.video-actions__share-panel button:hover{background:#ffffff12}.video-card{justify-content:center;align-items:center;width:100%;height:100svh;display:flex;position:relative}@media (width>=768px){.video-card{width:min(70vw,880px);margin:0 auto}}@media (width>=1024px){.video-card{width:100%;height:calc(100svh - 72px);margin:0}}.video-card__frame{background:#000;position:absolute;inset:0;overflow:hidden}@media (width>=768px){.video-card__frame{border-radius:12px}}@media (width>=1024px){.video-card__frame{border:1px solid #e2e5f0;border-radius:24px;box-shadow:0 0 40px #ffffff0f,0 24px 64px #0006}}.filter-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1500;background:#10142a8c;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0;overflow:hidden}@media (width>=1024px){.filter-overlay{align-items:center}}.filter-sheet{background:#fff;border:1px solid #e2e5f0;border-radius:24px 24px 0 0;flex-direction:column;width:100%;max-height:90vh;display:flex;overflow:visible;box-shadow:0 -8px 40px #10142a1f}@media (width>=1024px){.filter-sheet{border-radius:24px;width:750px;max-height:85vh;box-shadow:0 24px 64px #10142a2e}.filter-sheet--large{width:850px}}.filter-sheet__handle{background:#e2e5f0;border-radius:2px;flex-shrink:0;width:40px;height:4px;margin:1rem auto 0}@media (width>=1024px){.filter-sheet__handle{display:none}}.filter-sheet__header{border-bottom:1px solid #e2e5f0;flex-shrink:0;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem .75rem;display:flex}.filter-sheet__header h3{color:#10142a;align-items:center;gap:.5rem;font-size:1.1rem;font-weight:700;display:flex}.filter-sheet__count{color:#fff;background:#1f6a84;border-radius:20px;padding:.1rem .5rem;font-size:.75rem}.filter-sheet__header-actions{flex-shrink:0;align-items:center;gap:.6rem;display:flex}.filter-sheet__reset{color:#5b6178;cursor:pointer;background:0 0;border:1px solid #e2e5f0;border-radius:20px;padding:.35rem .85rem;font-size:.8rem;transition:all .2s}.filter-sheet__reset:hover{color:#ef4444;border-color:#ef4444}.filter-sheet__close{color:#10142a;cursor:pointer;background:#eef1fb;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:1rem;line-height:1;transition:background .2s,transform .15s;display:flex}.filter-sheet__close:hover{background:#e2e5f0}.filter-sheet__close:active{transform:scale(.9)}.filter-sheet__listing-types{flex-shrink:0;padding:1rem 1rem 0}.filter-sheet__listing-types .filter-sheet__section-label{color:#5b6178;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.78rem;display:block}.filter-sheet__listing-type-row{gap:.5rem;margin-bottom:.75rem;display:flex}.filter-sheet__listing-type-btn{color:#5b6178;cursor:pointer;text-align:center;background:#f5f6fa;border:1.5px solid #e2e5f0;border-radius:12px;flex:1;padding:.6rem .5rem;font-size:.82rem;font-weight:600;transition:all .2s}.filter-sheet__listing-type-btn:hover{background:#2f8fb314;border-color:#2f8fb366}.filter-sheet__listing-type-btn--active{color:#fff;background:linear-gradient(135deg,#1f6a84,#2f8fb3);border-color:#2f8fb3;box-shadow:0 2px 12px #2f8fb34d}.filter-sheet__tabs{-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity;border-bottom:1px solid #e2e5f0;flex-shrink:0;justify-content:flex-start;gap:.6rem;padding:.75rem 1.5rem .75rem 1.25rem;display:flex;overflow-x:auto}.filter-sheet__tabs::-webkit-scrollbar{display:none}.filter-sheet__tab{color:#5b6178;cursor:pointer;white-space:nowrap;scroll-snap-align:start;background:0 0;border:1px solid #e2e5f0;border-radius:20px;flex:none;justify-content:center;align-items:center;min-height:40px;padding:.65rem 1.1rem;font-size:.82rem;font-weight:600;transition:all .2s;display:flex}.filter-sheet__tab--active{color:#1f6a84;background:#2f8fb31f;border-color:#2f8fb3}.filter-sheet__body{flex-direction:column;flex:1;gap:1.5rem;min-height:0;padding:1.25rem 1.5rem;display:flex;overflow:visible auto}.filter-sheet__body::-webkit-scrollbar{width:4px}.filter-sheet__body::-webkit-scrollbar-thumb{background:#2f8fb366;border-radius:2px}.filter-sheet__group{flex-direction:column;gap:.75rem;display:flex}.filter-sheet__group label{color:#1f6a84;letter-spacing:.05em;text-transform:uppercase;font-size:.85rem;font-weight:700}.filter-sheet__input{color:#10142a;box-sizing:border-box;background:#f5f6fa;border:1px solid #e2e5f0;border-radius:10px;outline:none;width:100%;padding:.75rem 1rem;font-size:.9rem;transition:border-color .2s}.filter-sheet__input:focus{border-color:#2f8fb3}.filter-sheet__input::placeholder{color:#10142a59}.filter-sheet__row{align-items:center;gap:.75rem;display:flex}.filter-sheet__row span{color:#5b6178}.filter-sheet__select{color:#10142a;box-sizing:border-box;cursor:pointer;appearance:none;background:#f5f6fa url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%232f8fb3'><path d='M5.5 7.5l4.5 4.5 4.5-4.5z'/></svg>") right 1rem center/14px no-repeat;border:1px solid #e2e5f0;border-radius:10px;outline:none;width:100%;padding:.75rem 1rem;font-size:.9rem;transition:border-color .2s}.filter-sheet__select:focus{border-color:#2f8fb3}.filter-sheet__select option{color:#10142a;background:#fff}.filter-sheet__range-slider{accent-color:#2f8fb3;width:100%}.filter-sheet__range-value{color:#1f6a84;font-size:.9rem;font-weight:700}.filter-sheet__chips{flex-wrap:wrap;gap:.5rem;display:flex}.filter-sheet__chips--wrap{flex-wrap:wrap}.filter-sheet__chip{color:#5b6178;cursor:pointer;background:#f5f6fa;border:1px solid #e2e5f0;border-radius:20px;padding:.45rem .85rem;font-size:.8rem;font-weight:600;transition:all .2s}.filter-sheet__chip--active{color:#1f6a84;background:#2f8fb326;border-color:#2f8fb3}.filter-sheet__type-grid{grid-template-columns:repeat(3,1fr);gap:.6rem;display:grid}.filter-sheet__type-grid--4col{grid-template-columns:repeat(4,1fr)}.filter-sheet__type-card{color:#5b6178;text-align:center;cursor:pointer;background:#f5f6fa;border:1.5px solid #e2e5f0;border-radius:12px;padding:.65rem .5rem;font-size:.78rem;font-weight:600;transition:all .2s}.filter-sheet__type-card--sm{padding:.5rem .25rem;font-size:.75rem}.filter-sheet__type-card:active{transform:scale(.97)}.filter-sheet__type-card--active{color:#1f6a84;background:#2f8fb326;border-color:#2f8fb3}.filter-sheet__checkboxes{grid-template-columns:repeat(2,1fr);gap:0;display:grid}.filter-sheet__checkboxes--grid{grid-template-columns:repeat(2,1fr)}.filter-sheet__checkboxes .filter-sheet__checkbox{border-bottom:1px solid #e2e5f0;padding:.65rem .5rem}.filter-sheet__checkboxes .filter-sheet__checkbox:nth-child(odd){border-right:1px solid #e2e5f0}.filter-sheet__checkbox{cursor:pointer;color:#10142a;align-items:center;gap:.75rem;font-size:.875rem;display:flex}.filter-sheet__checkbox input{display:none}.filter-sheet__checkbox-box{color:#2f8fb3;background:#f5f6fa;border:1.5px solid #e2e5f0;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:.75rem;transition:all .2s;display:flex}input:checked+.filter-sheet__checkbox-box{background:#2f8fb326;border-color:#2f8fb3}.filter-sheet__footer{border-top:1px solid #e2e5f0;flex-shrink:0;padding:1rem 1.5rem}.filter-sheet__apply{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2f8fb3,#4aa8cc);border:none;border-radius:12px;width:100%;padding:.875rem;font-size:1rem;font-weight:700;transition:opacity .2s}.filter-sheet__apply:hover{opacity:.9}.filter-sheet__debt-toggle{color:#5b6178;cursor:pointer;background:#f5f6fa;border:1.5px solid #e2e5f0;border-radius:12px;width:100%;padding:.9rem;font-size:.9rem;font-weight:700;transition:all .2s}.filter-sheet__debt-toggle:active{transform:scale(.98)}.filter-sheet__debt-toggle--active{color:#16803c;background:#22c55e1f;border-color:#22c55e}.filter-sheet__location-tag{color:#1f6a84;background:#2f8fb31a;border:1px solid #2f8fb34d;border-radius:10px;justify-content:space-between;align-items:center;margin-top:.5rem;padding:.5rem .75rem;font-size:.85rem;display:flex}.filter-sheet__location-tag button{color:#5b6178;cursor:pointer;background:0 0;border:none;padding:0;font-size:1rem}.filter-sheet__location-tag button:hover{color:#ef4444}.filter-sheet__range-labels{color:#5b6178;justify-content:space-between;margin-top:.25rem;font-size:.75rem;display:flex}.filter-sheet__footer{padding-bottom:calc(1rem + env(safe-area-inset-bottom,0px))}.filter-sheet .autocomplete__input{color:#222;background:#fafafa;border:1.5px solid #e0e0e0}.filter-sheet .autocomplete__input::placeholder{color:#aaa}.filter-sheet .autocomplete__input:focus{box-shadow:none;background:#fff;border-color:#2563eb}.filter-sheet .autocomplete__dropdown{background:#fff;border:1.5px solid #e0e0e0;box-shadow:0 4px 20px #0000001f}.filter-sheet .autocomplete__item{color:#222}.filter-sheet .autocomplete__item:hover,.filter-sheet .autocomplete__item--active{color:#2563eb;background:#f0f4ff}.filter-sheet .autocomplete__item-sub{color:#888}.feed-wrapper{background:#000;width:100%;height:100svh;margin-top:0;position:relative;overflow:hidden}@media (width>=1024px){.feed-wrapper{background:#141423f2;height:calc(100svh - 72px);margin-top:72px}}.feed-buyer-sidebar{display:none}@media (width>=1024px){.feed-buyer-sidebar{z-index:100;background:#ffffff05;border-right:1px solid #ffffff0f;flex-direction:column;width:260px;height:calc(100svh - 72px);padding:1.5rem 0;display:flex;position:fixed;top:72px;left:0}.feed-wrapper--buyer-sidebar{padding-left:260px}}.feed-container{scroll-snap-type:y mandatory;-webkit-overflow-scrolling:touch;touch-action:pan-y;overscroll-behavior:contain;width:100%;height:100svh;overflow-y:scroll}@media (width>=1024px){.feed-container{height:calc(100svh - 72px)}}.feed-container::-webkit-scrollbar{display:none}.feed-snap{scroll-snap-align:start;scroll-snap-stop:always;height:100svh;position:relative}@media (width>=1024px){.feed-snap{height:calc(100svh - 72px);overflow:hidden}}.feed-snap__placeholder{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.feed-fallback-banner{z-index:90;color:#c9a84cd9;text-align:center;white-space:nowrap;pointer-events:none;text-shadow:0 1px 4px #0009;font-size:.75rem;font-weight:600;position:absolute;top:64px;left:50%;transform:translate(-50%)}@media (width>=1024px){.feed-fallback-banner{top:80px}}.feed__nav-btn{z-index:200;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;cursor:pointer;background:#00000080;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1rem;transition:all .2s;display:flex;position:absolute}.feed__nav-btn--up{bottom:22rem;right:.75rem}.feed__nav-btn--down{bottom:18rem;right:.75rem}@media (width<=1024px){.feed__nav-btn{display:none}}.feed__nav-btn:hover{background:#000000b3}.feed__nav-btn:active{transform:scale(.9)}.feed-loading{background:#000;flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:100%;height:100svh;display:flex}.feed-loading__spinner{font-size:3rem;animation:1s infinite pulse}.feed-loading p{color:#fff;margin:0;font-size:1rem}.feed-empty{background:#000;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;width:100%;height:100svh;display:flex}.feed-empty__icon{font-size:4rem}.feed-empty p{color:#fff;margin:0;font-size:1.1rem;font-weight:600}.feed-empty span{color:#ffffff80;font-size:.875rem}.feed-empty__btn{color:#fff;cursor:pointer;background:#c9a84c;border:none;border-radius:20px;margin-top:.5rem;padding:.625rem 1.5rem;font-weight:600}.feed-loading-more{color:#fff6;justify-content:center;align-items:center;height:5rem;font-size:.875rem;display:flex}body.feed-active{overflow:hidden}.feed-live-error{z-index:10000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fecaca;text-align:center;background:#ef444429;border:1px solid #ef444473;border-radius:12px;max-width:min(90vw,420px);padding:.7rem 1.1rem;font-size:.85rem;font-weight:600;position:fixed;top:80px;left:50%;transform:translate(-50%)}.discover-page{min-height:100svh}.discover-rows-section{background:#fff;padding:3rem 1.25rem 3.5rem}@media (width>=768px){.discover-rows-section{padding:3.5rem 2rem 4rem}}.discover-rows-section__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;max-width:1800px;margin:0 auto 1.25rem;display:flex}.discover-rows-section__eyebrow{color:#3b5bfd;letter-spacing:.08em;text-transform:uppercase;margin-bottom:.4rem;font-size:.75rem;font-weight:700;display:block}.discover-rows-section__title{color:#10142a;margin:0;font-family:Montserrat,sans-serif;font-size:1.5rem;font-weight:700}.discover-rows-section__all-link{color:#3b5bfd;white-space:nowrap;font-size:.875rem;font-weight:500;text-decoration:none}.discover-rows-section__all-link:hover{text-decoration:underline}.discover-rows-section__pills{flex-wrap:wrap;gap:.6rem;max-width:1800px;margin:0 auto 2rem;display:flex}.discover-rows-section__pill{color:#5b6178;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #e2e5f0;border-radius:24px;padding:.5rem 1.1rem;font-size:.875rem;font-weight:500;transition:all .15s}.discover-rows-section__pill:hover{border-color:#3b5bfd}.discover-rows-section__pill--active{color:#fff;background:#3b5bfd;border-color:#3b5bfd}.discover-row{max-width:1800px;margin-bottom:2rem;margin-left:auto;margin-right:auto}.discover-row__title{color:#10142a;margin:0 0 .75rem;padding:0 1rem;font-family:Montserrat,sans-serif;font-size:1.125rem;font-weight:600}@media (width>=768px){.discover-row__title{padding:0 2rem}}.discover-row__scroller{scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:.75rem;padding:0 1rem .25rem;scroll-padding-left:1rem;display:flex;overflow-x:auto}.discover-row__scroller::-webkit-scrollbar{display:none}@media (width>=768px){.discover-row__scroller{gap:1rem;padding:0 2rem .25rem;scroll-padding-left:2rem}}.discover-row__scroller-wrap{position:relative}.discover-row__arrow{display:none}@media (hover:hover) and (pointer:fine){.discover-row__arrow{z-index:20;color:#fff;cursor:pointer;opacity:0;pointer-events:none;border:none;justify-content:center;align-items:center;width:40px;font-size:1.75rem;line-height:1;transition:opacity .25s;display:flex;position:absolute;top:0;bottom:.25rem}.discover-row__arrow:hover{color:#a9b8ff}}.discover-row__arrow--left{left:0}@media (hover:hover) and (pointer:fine){.discover-row__arrow--left{background:linear-gradient(90deg,#000000b3,#0000)}}.discover-row__arrow--right{right:0}@media (hover:hover) and (pointer:fine){.discover-row__arrow--right{background:linear-gradient(270deg,#000000b3,#0000)}.discover-row__scroller-wrap:hover .discover-row__arrow{opacity:1;pointer-events:auto}}.discover-card{scroll-snap-align:start;text-align:left;cursor:pointer;width:130px;font:inherit;color:inherit;background:0 0;border:none;flex:none;padding:0}@media (width>=768px){.discover-card{width:170px}}.discover-card__thumb-wrap{aspect-ratio:9/16;background:#e2e5f0;border-radius:10px;width:100%;position:relative;overflow:hidden}.discover-card__thumb{object-fit:cover;width:100%;height:100%;display:block}.discover-card__thumb--empty{color:#5b6178;background:linear-gradient(135deg,#e2e5f0,#d5d9e8);flex-direction:column;justify-content:center;align-items:center;gap:.25rem;font-size:.75rem;display:flex}.discover-card__thumb--empty span:first-child{font-size:1.5rem}.discover-card__preview{object-fit:cover;opacity:0;pointer-events:none;width:100%;height:100%;transition:opacity .15s;position:absolute;inset:0}.discover-card__preview--active{opacity:1}.discover-card__price{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;background:#0a0d1ab8;border-radius:6px;padding:.2rem .5rem;font-size:.75rem;font-weight:600;position:absolute;bottom:.4rem;left:.4rem}.discover-card__agent{color:#5b6178;white-space:nowrap;text-overflow:ellipsis;margin-top:.4rem;font-size:.75rem;font-weight:500;overflow:hidden}.discover-card__caption{color:#10142a;white-space:nowrap;text-overflow:ellipsis;font-size:.875rem;font-weight:500;overflow:hidden}.discover-card--skeleton{aspect-ratio:9/16;background:#e2e5f0;border-radius:10px;animation:1.2s ease-in-out infinite discover-skeleton-pulse}@keyframes discover-skeleton-pulse{0%,to{opacity:1}50%{opacity:.5}}.hero{background:linear-gradient(#0a0d1a 0%,#0e1226 100%);padding:calc(72px + 2.5rem) 1.25rem 3rem}@media (width>=768px){.hero{padding:calc(72px + 3.5rem) 2rem 4rem}}.hero__inner{flex-direction:column;align-items:center;gap:2.5rem;max-width:1180px;margin:0 auto;display:flex}@media (width>=1024px){.hero__inner{flex-direction:row;justify-content:space-between;align-items:center;gap:3rem}}.hero__copy{text-align:left;max-width:480px}.hero__eyebrow{color:#a9b8ff;background:#3b5bfd26;border:1px solid #3b5bfd59;border-radius:24px;margin-bottom:1.25rem;padding:.35rem .85rem;font-size:.75rem;font-weight:500;display:inline-block}.hero__title{color:#fff;margin:0 0 1rem;font-family:Montserrat,sans-serif;font-size:1.875rem;font-weight:700;line-height:1.2}@media (width>=768px){.hero__title{font-size:2.5rem}}.hero__desc{color:#a0a0b8;margin:0 0 2rem;font-size:1rem;line-height:1.6}.hero__actions{flex-wrap:wrap;gap:.85rem;display:flex}.hero__btn{cursor:pointer;white-space:nowrap;border-radius:10px;justify-content:center;align-items:center;padding:.8rem 1.5rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex}.hero__btn--solid{color:#fff;background:linear-gradient(135deg,#3b5bfd,#7c5cff);border:none}.hero__btn--solid:hover{background:linear-gradient(135deg,#2947e0,#7c5cff)}.hero__btn--outline{color:#fff;background:0 0;border:1.5px solid #ffffff1a}.hero__btn--outline:hover{background:#ffffff0f}.hero__illustration{flex-shrink:0;justify-content:center;align-items:center;display:flex}.hero__phone{aspect-ratio:240/480;background:#000;border:6px solid #1a1d2e;border-radius:32px;flex-direction:column;gap:.5rem;width:240px;padding:.6rem .6rem .9rem;display:flex;box-shadow:0 30px 80px #00000080}@media (width>=768px){.hero__phone{width:270px}}.hero__phone-statusbar{color:#fff;justify-content:space-between;padding:0 .25rem;font-size:.65rem;font-weight:600;display:flex}.hero__phone-topbar{color:#fff;justify-content:space-between;align-items:center;padding:0 .25rem;display:flex}.hero__phone-topbar .hero__phone-brand{font-family:Montserrat,sans-serif;font-size:.95rem;font-weight:700}.hero__phone-topbar .hero__phone-back,.hero__phone-topbar .hero__phone-more{color:#fff9;font-size:1rem}.hero__phone-screen{background:repeating-linear-gradient(135deg,#1c1f30 0 14px,#14161f 14px 28px);border-radius:18px;flex-direction:column;flex:1;display:flex;position:relative;overflow:hidden}.hero__phone-autoplay{color:#cfd6ff;letter-spacing:.03em;background:#0000008c;border-radius:24px;align-self:flex-start;margin:.6rem;padding:.3rem .55rem;font-size:.55rem;font-weight:600}.hero__phone-autoplay:before{content:"●";color:#3b5bfd;margin-right:.3rem}.hero__phone-play{color:#fff;background:#00000073;border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;font-size:1.1rem;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero__phone-side-actions{color:#fff;flex-direction:column;gap:.85rem;font-size:1rem;display:flex;position:absolute;bottom:3.6rem;right:.6rem}.hero__phone-caption{color:#fff;margin-top:auto;padding:0 .75rem .85rem}.hero__phone-caption-title{font-size:.75rem;font-weight:600}.hero__phone-caption-sub{color:#ffffffa6;margin-top:.15rem;font-size:.65rem}.hero__phone-progress{background:#ffffff40;border-radius:2px;height:3px;margin:0 .75rem .6rem}.hero__phone-progress:after{content:"";background:#fff;border-radius:2px;width:40%;height:100%;display:block}.hero__phone-video{object-fit:cover;border-radius:inherit;width:100%;height:100%;position:absolute;top:0;left:0}.hero__phone-action{color:#fff;flex-direction:column;align-items:center;gap:2px;display:flex}.hero__phone-action-icon{font-size:1.4rem}.hero__phone-action-label{opacity:.9;font-size:.55rem}.hero__phone-bottom-nav{color:#fff;background:#000000b3;border-radius:0 0 2rem 2rem;justify-content:space-around;align-items:center;padding:.5rem 0;font-size:1.2rem;display:flex;position:absolute;bottom:0;left:0;right:0}.hero__phone-avatar{color:#fff;background:#c9a84c;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:2.2rem;height:2.2rem;font-size:.6rem;font-weight:700;display:flex}.hero__phone-icon-circle{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;background:#fff3;border:1.5px solid #fff6;border-radius:50%;justify-content:center;align-items:center;width:2.2rem;height:2.2rem;font-size:1rem;display:flex}.home-filter-bar{z-index:10;margin-top:-2rem;padding:0 1.5rem 2rem;position:relative}.home-filter-bar__inner{background:#fff;border-radius:1.25rem;flex-wrap:nowrap;align-items:center;gap:1rem;max-width:1100px;margin:0 auto;padding:1.25rem 1.75rem;display:flex;overflow:visible;box-shadow:0 8px 40px #0000002e}.home-filter-bar__field{flex-direction:column;flex:1;gap:.4rem;min-width:130px;display:flex}.home-filter-bar__label{color:#555;text-transform:uppercase;letter-spacing:.04em;font-size:.72rem;font-weight:700}.home-filter-bar__input{color:#222;background:#fafafa;border:1.5px solid #e0e0e0;border-radius:.6rem;outline:none;width:100%;padding:.6rem .85rem;font-size:.92rem;transition:border-color .2s}.home-filter-bar__input:focus{background:#fff;border-color:#2563eb}.home-filter-bar__select{color:#222;cursor:pointer;background:#fafafa;border:1.5px solid #e0e0e0;border-radius:.6rem;outline:none;width:100%;padding:.6rem .85rem;font-size:.92rem}.home-filter-bar__select:focus{border-color:#2563eb}.home-filter-bar__pills{flex-wrap:nowrap;gap:.4rem;display:flex}.home-filter-bar__pill{cursor:pointer;color:#333;white-space:nowrap;background:#fafafa;border:1.5px solid #e0e0e0;border-radius:2rem;padding:.45rem .9rem;font-size:.82rem;transition:all .15s}.home-filter-bar__pill:hover,.home-filter-bar__pill--active{color:#fff;background:#2563eb;border-color:#2563eb}.home-filter-bar__price-inputs{align-items:center;gap:.4rem;display:flex}.home-filter-bar__price-input{text-align:center;background:#fafafa;border:1.5px solid #e0e0e0;border-radius:.6rem;outline:none;width:4.5rem;padding:.6rem .5rem;font-size:.88rem}.home-filter-bar__price-input:focus{border-color:#2563eb}.home-filter-bar__price-sep{color:#999;flex-shrink:0}.home-filter-bar__search-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#2563eb;border:none;border-radius:.75rem;flex-shrink:0;align-self:flex-end;padding:.75rem 1.5rem;font-size:.95rem;font-weight:700;transition:background .2s}.home-filter-bar__search-btn:hover{background:#1d4ed8}.home-filter-bar .autocomplete__input{color:#222;background:#fafafa;border:1.5px solid #e0e0e0}.home-filter-bar .autocomplete__input::placeholder{color:#aaa}.home-filter-bar .autocomplete__input:focus{box-shadow:none;background:#fff;border-color:#2563eb}.home-filter-bar .autocomplete__dropdown{background:#fff;border:1.5px solid #e0e0e0;box-shadow:0 4px 20px #0000001f}.home-filter-bar .autocomplete__item{color:#222}.home-filter-bar .autocomplete__item:hover,.home-filter-bar .autocomplete__item--active{color:#2563eb;background:#f0f4ff}@media (width<=1024px){.home-filter-bar{margin-top:-1.5rem;padding:0 1rem 1.5rem}.home-filter-bar__inner{flex-wrap:wrap;gap:.75rem;padding:1rem 1.25rem}.home-filter-bar__field{flex:calc(50% - .75rem);min-width:0}.home-filter-bar__pills{flex-wrap:wrap}.home-filter-bar__search-btn{text-align:center;border-radius:.75rem;width:100%;padding:.85rem}}@media (width<=640px){.home-filter-bar{margin-top:-1rem;padding:0 .75rem 1rem}.home-filter-bar__inner{border-radius:1rem;flex-direction:column;gap:.6rem;padding:1rem}.home-filter-bar__field{flex:100%;width:100%}.home-filter-bar__pills{flex-wrap:wrap;gap:.35rem}.home-filter-bar__pill{padding:.4rem .75rem;font-size:.78rem}.home-filter-bar__select{width:100%}.home-filter-bar__price-inputs{flex-direction:column;gap:.5rem;width:100%}.home-filter-bar__price-input{width:100%}.home-filter-bar__price-sep{display:none}.home-filter-bar__search-btn{border-radius:.75rem;width:100%;margin-top:.25rem;padding:.9rem;font-size:1rem}}.how-it-works{background:#fff;padding:3.5rem 1.25rem}@media (width>=768px){.how-it-works{padding:4.5rem 2rem}}.how-it-works__inner{text-align:center;max-width:1180px;margin:0 auto}.how-it-works__eyebrow{color:#3b5bfd;letter-spacing:.08em;text-transform:uppercase;margin-bottom:.6rem;font-size:.75rem;font-weight:700;display:block}.how-it-works__title{color:#10142a;margin:0 0 2.5rem;font-family:Montserrat,sans-serif;font-size:1.875rem;font-weight:700}.how-it-works__grid{text-align:left;grid-template-columns:1fr;gap:1.25rem;display:grid}@media (width>=768px){.how-it-works__grid{grid-template-columns:repeat(3,1fr)}}.how-it-works__card{background:#fff;border:1px solid #e2e5f0;border-radius:16px;padding:1.75rem 1.5rem}.how-it-works__num{color:#3b5bfd;background:#eef1fb;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;margin-bottom:1rem;font-size:1rem;font-weight:700;display:inline-flex}.how-it-works__card-title{color:#10142a;margin-bottom:.5rem;font-size:1.125rem;font-weight:700}.how-it-works__card-desc{color:#5b6178;margin:0;font-size:.875rem;line-height:1.6}.agents-section{background:#eef1fb;padding:3.5rem 1.25rem}@media (width>=768px){.agents-section{padding:4.5rem 2rem}}.agents-section__inner{flex-direction:column;gap:2.5rem;max-width:1180px;margin:0 auto;display:flex}@media (width>=1024px){.agents-section__inner{flex-direction:row;justify-content:space-between;align-items:center;gap:3rem}}.agents-section__copy{max-width:420px}.agents-section__eyebrow{color:#3b5bfd;letter-spacing:.08em;text-transform:uppercase;margin-bottom:.6rem;font-size:.75rem;font-weight:700;display:block}.agents-section__title{color:#10142a;margin:0 0 1rem;font-family:Montserrat,sans-serif;font-size:1.875rem;font-weight:700;line-height:1.2}.agents-section__desc{color:#5b6178;margin:0 0 1.75rem;font-size:1rem;line-height:1.6}.agents-section__btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b5bfd,#7c5cff);border:none;border-radius:10px;align-items:center;padding:.8rem 1.5rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex}.agents-section__btn:hover{background:linear-gradient(135deg,#2947e0,#7c5cff)}.agents-section__stats{flex:1;grid-template-columns:repeat(2,1fr);gap:1rem;width:100%;max-width:460px;display:grid}.agents-section__stat-card{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 4px 16px #10142a0f}.agents-section__stat-value{color:#3b5bfd;margin-bottom:.3rem;font-family:Montserrat,sans-serif;font-size:1.5rem;font-weight:700}.agents-section__stat-label{color:#5b6178;font-size:.75rem;line-height:1.4}.stats-band{background:#f5f6fa;padding:3rem 1.25rem}.stats-band__inner{text-align:center;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1180px;margin:0 auto;display:grid}.stats-band__value{color:#10142a;margin-bottom:.4rem;font-family:Montserrat,sans-serif;font-size:1.875rem;font-weight:700}.stats-band__label{color:#5b6178;font-size:.875rem}.footer{background:#0a0d1a;padding:3rem 1.25rem 1.5rem}@media (width>=768px){.footer{padding:3.5rem 2rem 1.5rem}}.footer__inner{border-bottom:1px solid #ffffff1a;grid-template-columns:1fr;gap:2.25rem;max-width:1180px;margin:0 auto;padding-bottom:2rem;display:grid}@media (width>=768px){.footer__inner{grid-template-columns:1.4fr repeat(3,1fr);gap:2rem}}.footer__brand-col{max-width:320px}.footer__logo{align-items:center;gap:.6rem;margin-bottom:.85rem;display:flex}.footer__logo-icon{color:#fff;background:linear-gradient(135deg,#3b5bfd,#7c5cff);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-family:Montserrat,sans-serif;font-weight:700;display:flex}.footer__logo-text{color:#fff;font-family:Montserrat,sans-serif;font-size:.8rem;font-weight:700;line-height:1.1}.footer__tagline{color:#a0a0b8;margin:0 0 1.25rem;font-size:.875rem;line-height:1.6}.footer__socials{gap:.6rem;display:flex}.footer__social-icon{color:#a0a0b8;background:#ffffff0f;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:.75rem;font-weight:600;text-decoration:none;transition:all .25s;display:flex}.footer__social-icon:hover{color:#fff;background:#3b5bfd}.footer__col-title{color:#fff;margin-bottom:1rem;font-size:.875rem;font-weight:600}.footer__col-link{color:#a0a0b8;margin-bottom:.75rem;font-size:.875rem;text-decoration:none;transition:color .15s;display:block}.footer__col-link:hover{color:#fff}.footer__bottom{color:#5a5a7a;max-width:1180px;margin:1.5rem auto 0;font-size:.75rem}.cookie-consent{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10500;background:#12121ef7;border-top:1px solid #ffffff1a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;padding:1.25rem 2rem;display:flex;position:fixed;bottom:0;left:0;right:0}.cookie-consent__text{color:#e0e0f0;flex:1;min-width:260px;margin:0;font-size:.9rem}.cookie-consent__text strong{color:#fff}.cookie-consent__text a{color:#a78bfa;margin-left:.4rem;font-size:.85rem;text-decoration:none}.cookie-consent__text a:hover{text-decoration:underline}.cookie-consent__actions{flex-wrap:wrap;gap:.75rem;display:flex}.cookie-consent__btn{cursor:pointer;border-radius:8px;padding:.5rem 1.25rem;font-size:.875rem;transition:all .2s}.cookie-consent__btn--reject{color:#a0a0c0;background:0 0;border:1px solid #fff3}.cookie-consent__btn--reject:hover{color:#e0e0f0;border-color:#fff6}.cookie-consent__btn--accept{color:#fff;background:linear-gradient(135deg,#c9a84c,#e8c547);border:none;font-weight:600}.cookie-consent__btn--accept:hover{opacity:.9;transform:translateY(-1px)}
