@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;600;800;900&display=swap";.bee-shell{--c-gold:#DCA11D;--c-gold-hover:#C69019;--c-dark:#2D2A26;--c-dark-soft:#3E3B36;--c-gray:#9CA3AF;--c-bg-light:#FAF9F6;--c-line:#E5E7EB;--c-white:#FFFFFF;--shadow-card:0 4px 20px rgba(0,0,0,.03);--shadow-float:0 10px 40px rgba(0,0,0,.08);--radius-lg:16px}.bee-topbar{background:var(--c-dark);color:#fff;padding:20px 30px;border-radius:var(--radius-lg);position:relative;overflow:hidden;margin-bottom:30px;box-shadow:var(--shadow-float)}.bee-topbar__pattern{position:absolute;inset:0;opacity:.05;background-image:radial-gradient(circle at 10% 10%,#fff 1px,transparent 1px);background-size:20px 20px}.bee-topbar__content{position:relative;z-index:2;display:flex;justify-content:space-between;align-items:center;gap:18px}.btn-back-circle{width:40px;height:40px;border-radius:50%;background:#ffffff1a;display:grid;place-items:center;color:#fff;text-decoration:none;transition:.2s}.btn-back-circle:hover{background:#fff3;color:#fff;transform:translate(-2px)}.bee-kicker{font-size:.75rem;text-transform:uppercase;letter-spacing:1px;color:var(--c-gold);font-weight:700;margin-bottom:2px}.bee-title{margin:0;font-size:1.5rem;font-weight:700}.bee-sep{color:#ffffff4d;font-weight:300;font-size:1.5rem}.bee-subtitle{color:#ffffffb3;font-size:1rem;font-weight:400}.bee-progress-box{display:flex;align-items:center;gap:15px}.progress-label{font-size:.9rem;font-weight:700;line-height:1.2;text-align:right}.progress-sub{font-size:.75rem;color:#ffffff80;text-align:right}.bee-ring-wrap{position:relative;width:56px;height:56px;flex:0 0 auto}.bee-ring{width:100%;height:100%;transform:rotate(-90deg)}.bee-ring-bg{fill:none;stroke:#ffffff1a;stroke-width:4}.bee-ring-fill{fill:none;stroke:var(--c-gold);stroke-width:4;stroke-linecap:round;transition:stroke-dasharray .5s ease}.bee-ring-icon{position:absolute;inset:0;display:grid;place-items:center;font-size:1.2rem;color:var(--c-gold)}.bee-grid{display:grid;grid-template-columns:260px 1fr;gap:30px;align-items:start}.bee-sidebar{display:flex;flex-direction:column;gap:20px}.bee-timeline-card{background:var(--c-white);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);padding:20px;border:1px solid var(--c-line)}.timeline-header{font-weight:700;color:var(--c-dark);font-size:.9rem;text-transform:uppercase;padding-bottom:15px;border-bottom:1px solid #f0f0f0;margin-bottom:15px;display:flex;align-items:center;gap:8px}.text-accent{color:var(--c-gold)}.bee-timeline{position:relative;padding-left:10px;display:flex;flex-direction:column;gap:2px}.bee-timeline-line{position:absolute;top:15px;bottom:15px;left:24px;width:2px;background:#f3f4f6;z-index:0}.timeline-item{display:flex;align-items:center;gap:12px;padding:10px 8px;text-decoration:none;position:relative;z-index:1;transition:.2s;border-radius:8px}.timeline-item:hover{background:#faf9f6}.timeline-marker{width:30px;height:30px;background:#fff;border:2px solid #E5E7EB;border-radius:50%;display:grid;place-items:center;flex-shrink:0;transition:.3s}.timeline-content{font-size:.9rem;font-weight:500;color:var(--c-gray);transition:.2s}.timeline-item.is-active .timeline-marker{border-color:var(--c-gold);background:#fffdf5;box-shadow:0 0 0 4px #dca11d1a}.dot-active{width:10px;height:10px;background:var(--c-gold);border-radius:50%}.timeline-item.is-active .timeline-content{color:var(--c-dark);font-weight:700}.timeline-item.is-done .timeline-marker{background:var(--c-gold);border-color:var(--c-gold);color:#fff;font-size:1rem}.timeline-item.is-done .timeline-content{color:var(--c-dark)}.dot-pending{width:6px;height:6px;background:#e5e7eb;border-radius:50%}.bee-alert-box{background:#dca11d1a;border-radius:12px;padding:12px 16px;display:flex;gap:10px;align-items:center;font-size:.85rem;color:#856404;font-weight:500}.bee-mobile-nav{display:none;overflow-x:auto;white-space:nowrap;gap:10px;padding-bottom:15px;margin-bottom:20px;-ms-overflow-style:none;scrollbar-width:none}.bee-mobile-nav::-webkit-scrollbar{display:none}.mob-step{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border-radius:20px;background:#fff;border:1px solid var(--c-line);color:var(--c-gray);text-decoration:none;font-size:.85rem;font-weight:600}.mob-step.active{background:var(--c-dark);color:#fff;border-color:var(--c-dark)}.mob-step.done{background:#fffdf5;color:var(--c-gold);border-color:var(--c-gold)}.bee-main{position:relative}.bee-form-container{padding-bottom:100px}.bee-floating-footer{position:fixed;bottom:20px;left:50%;transform:translate(-50%);width:90%;max-width:1000px;background:#ffffffe6;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(0,0,0,.05);box-shadow:0 8px 32px #0000001f;border-radius:16px;padding:12px 20px;display:flex;justify-content:space-between;align-items:center;z-index:100}.btn-ghost{color:var(--c-gray);text-decoration:none;font-weight:600;padding:8px 16px;border-radius:8px;transition:.2s;display:flex;align-items:center;gap:5px}.btn-ghost:hover{background:#f5f5f5;color:var(--c-dark)}.btn-secondary-soft{background:#fff;border:1px solid var(--c-line);color:var(--c-dark);padding:10px 20px;border-radius:10px;font-weight:600;transition:.2s}.btn-secondary-soft:hover{border-color:var(--c-gray)}.btn-primary-glow{background:var(--c-gold);color:#fff;border:none;padding:10px 24px;border-radius:10px;font-weight:700;box-shadow:0 4px 15px #dca11d66;transition:.2s;display:flex;align-items:center;gap:8px}.btn-primary-glow:hover{background:var(--c-gold-hover);transform:translateY(-2px)}@media(max-width:991px){.bee-grid{grid-template-columns:1fr}.bee-sidebar{display:none}.bee-mobile-nav{display:flex}.bee-topbar{padding:15px 20px;border-radius:0;margin:-1.5rem -.75rem 20px;width:auto}.bee-floating-footer{width:95%;bottom:15px}}.bee-wrapper{background:#f6f7f9;min-height:100vh}.bee-step1-container{max-width:1180px}.bg-panel{background:#fafafa}.bg-white{background:#fff}.border-end-lg{border-right:1px solid #EFEFEF}@media(max-width:991px){.border-end-lg{border-right:none}}.bee-dealWrap{max-width:560px;margin:0 auto}@media(max-width:991px){.bee-dealWrap{max-width:100%}}@media(max-width:991px){.bee-stepInfo,.bee-infoCol{display:none}}.bee-block-head{display:flex;align-items:center;gap:10px;color:#8b93a1;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.bee-block-head i{font-size:1.05rem;color:#c8a24a}.bee-h2{font-size:1.28rem;font-weight:800;color:#111827;letter-spacing:-.02em}.bee-muted{color:#6b7280;line-height:1.6;font-weight:500;margin:0}.bee-label{font-weight:700;font-size:.9rem;margin-bottom:6px;display:block;color:#111827}.bee-label .req{color:#e11d48}.bee-input{border:1px solid #E3E5EA;border-radius:14px;padding:12px 14px;font-weight:600;transition:all .18s ease;background:#fff;color:#111827;box-shadow:0 2px 8px #11182705}.bee-input:focus{border-color:#c8a24a;outline:none;box-shadow:0 0 0 3px #c8a24a1a}.bee-select-wrap{position:relative}.bee-select-wrap i{position:absolute;right:14px;top:50%;transform:translateY(-50%);pointer-events:none;color:#9aa3af}.form-select.bee-input{appearance:none;cursor:pointer}.bee-grid-tight{gap:12px}.bee-grid-select{display:grid;grid-template-columns:1fr 1fr}.bee-tile{cursor:pointer;position:relative;width:100%}.bee-tile input{position:absolute;opacity:0;width:0;height:0}.bee-tile__content{display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fff;border:1px solid #E3E5EA;border-radius:14px;transition:all .18s ease;text-align:center;height:100%;box-shadow:0 2px 10px #11182708}.bee-tile__content-tight{padding:12px;gap:6px;min-height:82px}.bee-tile__content i{font-size:1.22rem;color:#9aa3af;transition:color .18s ease}.bee-tile__content span{font-size:.88rem;font-weight:700;color:#4b5563;transition:color .18s ease}.bee-tile input:checked+.bee-tile__content{background:#111827;border-color:#111827;transform:translateY(-1px);box-shadow:0 10px 22px #1118272e}.bee-tile input:checked+.bee-tile__content i{color:#c8a24a}.bee-tile input:checked+.bee-tile__content span{color:#fff}.bee-divider{height:1px;background:#e6e8ee;margin:18px 0}.bee-miniNote{display:flex;gap:10px;align-items:flex-start;color:#6b7280;font-size:.84rem;background:#f3f4f6;border:1px solid #E5E7EB;padding:10px 12px;border-radius:14px;font-weight:600}.bee-miniNote i{margin-top:2px;color:#8b93a1}.bee-infoCard{display:flex;gap:12px;align-items:flex-start;background:#fbf7ec;border:1px solid rgba(200,162,74,.25);border-radius:16px;padding:14px}.bee-infoCard .icon{width:36px;height:36px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid rgba(17,24,39,.06);color:#8a6a1f}.bee-infoCard .content .title{font-weight:800;color:#111827;margin-bottom:2px}.bee-infoCard .content .text{color:#6b4e16;font-weight:600;line-height:1.45}.bee-stepsRail{display:flex;flex-direction:column;gap:10px}.railItem{padding:12px;border-radius:14px;background:#fff;border:1px solid #E6E8EE}.railKicker{font-size:.76rem;font-weight:700;color:#8b93a1;text-transform:uppercase;letter-spacing:.08em;margin-bottom:6px}.railRow{display:flex;align-items:center;gap:10px;font-weight:700;color:#111827}.railRow i{color:#9aa3af;font-size:1.05rem}.bee-err{font-size:.8rem;color:#e11d48;margin-top:6px;font-weight:700}:root{--h-gold:#DCA11D;--h-ink:#111827;--h-muted:#6B7280;--h-line:#E5E7EB;--h-card:#FFFFFF}.honey-card{background:var(--h-card);border:1px solid var(--h-line);border-radius:10px;box-shadow:0 10px 26px #1118270a}.honey-head{margin-bottom:16px}.honey-kicker{display:flex;align-items:center;gap:8px;font-size:.72rem;font-weight:550;text-transform:uppercase;letter-spacing:.08em;color:#9ca3af}.honey-kicker i{color:var(--h-gold);font-size:1rem}.honey-title{margin:0;font-size:1.22rem;font-weight:650;color:var(--h-ink);letter-spacing:-.02em}.honey-sub{margin:6px 0 0;color:var(--h-muted);font-weight:420}.honey-section{margin-top:16px}.honey-section__row{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.honey-section__title{display:flex;align-items:center;gap:10px;font-size:.85rem;font-weight:600;color:var(--h-ink)}.honey-section__title .dot{width:8px;height:8px;border-radius:999px;background:#dca11d29;box-shadow:inset 0 0 0 2px #dca11d42}.honey-divider{height:1px;background:linear-gradient(90deg,transparent,var(--h-line),transparent);margin:18px 0}.honey-chip{font-size:.75rem;font-weight:520;color:#4b5563;background:#f3f4f6;border:1px solid #E5E7EB;padding:5px 9px;border-radius:999px}.honey-label{font-size:.7rem;font-weight:550;text-transform:uppercase;letter-spacing:.06em;color:#6b7280;margin-bottom:6px;display:block}.honey-help{margin-top:6px;font-size:.82rem;color:#8b93a1;font-weight:420}.honey-input{border:1px solid #D6D9E0!important;border-radius:9px!important;padding:10px 12px!important;font-size:.95rem!important;font-weight:480!important;color:var(--h-ink)!important;background:#fafafa!important;transition:all .18s ease;box-shadow:0 1px 6px #11182705}.honey-input:focus{border-color:var(--h-gold)!important;background:#fff!important;box-shadow:0 0 0 4px #dca11d1f!important}.honey-input::placeholder{color:#9aa3af!important;font-weight:400!important}.honey-map{position:relative;border-radius:10px;border:1px dashed rgba(17,24,39,.18);background:radial-gradient(circle at 10px 10px,rgba(17,24,39,.06) 1px,transparent 1px) 0 0/18px 18px,linear-gradient(180deg,#f3f4f6,#f8fafc);min-height:300px;overflow:hidden}.honey-map__badge{position:absolute;top:12px;left:12px;display:inline-flex;align-items:center;gap:8px;font-size:.78rem;font-weight:520;color:#4b5563;background:#ffffffe6;border:1px solid rgba(17,24,39,.08);padding:7px 10px;border-radius:10px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.honey-map__badge i{color:var(--h-gold)}.honey-map__center{height:100%;min-height:300px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:22px}.honey-icon{width:52px;height:52px;border-radius:12px;display:grid;place-items:center;background:#ffffffeb;border:1px solid rgba(17,24,39,.08);box-shadow:0 10px 22px #1118271a;color:var(--h-gold);font-size:1.6rem;margin-bottom:12px}.honey-map__title{font-weight:650;color:var(--h-ink);margin-bottom:6px}.honey-map__sub{color:var(--h-muted);font-weight:420;font-size:.9rem;max-width:520px}.wizard-infoAside{position:sticky;top:92px}.wizard-infoAside__card{background:#fff;border:1px solid var(--h-line);border-radius:10px;box-shadow:0 10px 26px #1118270a;padding:16px}.wizard-kicker{display:flex;align-items:center;gap:8px;font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;color:#9ca3af;font-weight:520}.wizard-kicker i{color:var(--h-gold)}.wizard-title{margin:6px 0 8px;font-size:1.05rem;font-weight:650;color:var(--h-ink)}.wizard-text{margin:0 0 12px;color:var(--h-muted);font-weight:420;line-height:1.55;font-size:.92rem}.wizard-box{display:flex;gap:10px;align-items:flex-start;background:#fff7e6;border:1px solid #F3E8C7;border-radius:10px;padding:10px 12px;color:#6b4e16;font-size:.88rem;font-weight:480;margin-bottom:12px}.wizard-next{display:grid;gap:8px}.wizard-next__item{border:1px dashed #E5E7EB;border-radius:10px;padding:10px 12px;background:#fff}.wizard-next__item .l{display:block;font-size:.65rem;text-transform:uppercase;letter-spacing:.08em;color:#9ca3af;font-weight:520;margin-bottom:2px}.wizard-next__item .v{font-size:.92rem;font-weight:600;color:var(--h-ink)}.wizard-miniNote{margin-top:10px;display:flex;gap:10px;align-items:flex-start;background:#f3f4f6;border:1px solid #E5E7EB;border-radius:10px;padding:10px 12px;color:#6b7280;font-weight:420;font-size:.88rem}.wizard-miniNote i{margin-top:2px;color:#8b93a1}@media(max-width:575px){.honey-map,.honey-map__center{min-height:260px}}.upload-box{border:1px dashed #D6DAE3;background:#fafafa;border-radius:12px;padding:14px;display:flex;gap:12px;align-items:center;cursor:pointer;position:relative;transition:.15s ease}.upload-box.is-drag{border-color:#dca11d;background:#fffdf5}.upload-ico{width:40px;height:40px;border-radius:10px;border:1px solid #E5E7EB;background:#fff;display:grid;place-items:center;color:#dca11d;flex:0 0 auto}.upload-ico i{font-size:1.2rem}.upload-main{font-weight:600;color:#111827}.upload-sub{font-size:.82rem;color:#8b93a1;font-weight:450;margin-top:2px}.upload-input{position:absolute;inset:0;opacity:0;cursor:pointer}.new-previews{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}@media(max-width:767px){.new-previews{grid-template-columns:repeat(2,1fr)}}.new-card{border:1px solid #E5E7EB;border-radius:10px;overflow:hidden;background:#fff}.new-img{height:92px;background:#f3f4f6}.new-img img{width:100%;height:100%;object-fit:cover;display:block}.new-meta{padding:8px 10px}.new-name{font-size:.86rem;font-weight:600;color:#111827}.new-sub{font-size:.78rem;color:#8b93a1;font-weight:450}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}@media(max-width:991px){.grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:520px){.grid{grid-template-columns:1fr}}.ph-card{border:1px solid #E5E7EB;border-radius:12px;overflow:hidden;background:#fff;display:flex;flex-direction:column}.ph-img{position:relative;height:140px;background:#f3f4f6}.ph-img img{width:100%;height:100%;object-fit:cover;display:block}.ph-missing{height:100%;display:grid;place-items:center;color:#9aa3af;font-size:.9rem}.ph-badges{position:absolute;left:10px;top:10px;display:flex;gap:6px;flex-wrap:wrap}.badge{display:inline-flex;gap:6px;align-items:center;padding:4px 8px;border-radius:999px;font-size:.74rem;font-weight:600;border:1px solid rgba(0,0,0,.06);background:#ffffffeb;color:#111827}.badge-cover{color:#8a6a1f;border-color:#dca11d40}.ph-meta{padding:10px}.ph-row{display:flex;justify-content:space-between;align-items:center;gap:10px}.ph-row2{margin-top:8px}.chk{display:flex;align-items:center;gap:8px;font-size:.84rem;color:#4b5563;font-weight:450}.chk input{transform:translateY(1px)}.chk-danger span{color:#6b7280}.chk-danger input:checked+span{color:#b42318}.ord{display:flex;align-items:center;gap:8px}.ord-lbl{font-size:.78rem;color:#8b93a1;font-weight:500}.ord-inp{width:72px;border:1px solid #D6DAE3;border-radius:10px;padding:6px 8px;font-size:.88rem;font-weight:450;color:#111827;background:#fafafa}.ord-inp:focus{outline:none;background:#fff;border-color:#dca11d;box-shadow:0 0 0 3px #dca11d1f}.btns{display:flex;gap:6px}.btn-mini{width:34px;height:34px;border-radius:10px;border:1px solid #E5E7EB;background:#fff;color:#6b7280;display:grid;place-items:center;transition:.15s ease}.btn-mini:hover{border-color:#dca11d;color:#dca11d;background:#fffdf5}.empty-state{display:flex;gap:10px;align-items:flex-start;background:#f9fafb;border:1px dashed #E5E7EB;border-radius:12px;padding:12px;color:#6b7280}.empty-state i{font-size:1.2rem;color:#9aa3af}.empty-title{font-weight:600;color:#111827}.empty-sub{font-weight:450;font-size:.88rem;margin-top:2px}.err{color:#b42318;font-size:.86rem;font-weight:600}.new-card .new-img{position:relative}.new-remove{position:absolute;top:8px;right:8px;width:32px;height:32px;border-radius:999px;border:1px solid rgba(0,0,0,.08);background:#ffffffe6;display:grid;place-items:center;cursor:pointer}.new-remove:hover{background:#fff;transform:translateY(-1px)}.new-remove i{font-size:18px}.upload-box{position:relative}.upload-input{position:absolute;inset:0;opacity:0;pointer-events:none}.sec{margin-top:2px}@media(max-width:991px){.wiz-wrap{max-width:100%}}.bg-light-gold{background-color:#fffcf2}.text-gold{color:#dca11d!important}.honey-card{background:#fff;border:1px solid #E5E7EB;border-radius:12px;box-shadow:0 2px 8px #00000005;overflow:hidden}.honey-nav .nav-link{color:#6b7280;font-weight:700;font-size:.8rem;text-transform:uppercase;border-radius:6px;padding:8px 16px;margin-right:4px;transition:.2s;display:flex;align-items:center;gap:6px}.honey-nav .nav-link:hover{color:#dca11d;background:#dca11d0d}.honey-nav .nav-link.active{background:#dca11d;color:#fff;box-shadow:0 2px 6px #dca11d40}.honey-nav .nav-link i{font-size:1rem}.honey-section-title{font-size:.75rem;font-weight:800;text-transform:uppercase;color:#dca11d;margin-bottom:10px;letter-spacing:.5px}.honey-label{font-size:.7rem;font-weight:700;text-transform:uppercase;color:#6b7280;margin-bottom:4px;display:block}.honey-divider{height:1px;background:#f3f4f6}.honey-input{border:1px solid #D1D5DB!important;border-radius:8px!important;padding:8px 12px!important;font-size:.9rem!important;font-weight:500!important;color:#111!important;background-color:#fafafa!important}.honey-input:focus{border-color:#dca11d!important;background-color:#fff!important;box-shadow:0 0 0 3px #dca11d1a!important}.honey-counter{display:flex;align-items:center;background:#fff;border:1px solid #D1D5DB;border-radius:8px;overflow:hidden;width:fit-content}.honey-counter button{border:none;background:#f9fafb;color:#dca11d;width:32px;height:32px;display:grid;place-items:center;font-size:1rem;cursor:pointer;transition:.2s}.honey-counter button:hover{background:#dca11d;color:#fff}.honey-counter input{border:none;text-align:center;width:40px;font-weight:700;color:#111;outline:none}.honey-sub-card{background:#f9fafb;border:1px solid #E5E7EB;border-radius:10px;padding:16px}.honey-toggle{cursor:pointer;display:inline-block}.honey-toggle input{display:none}.honey-toggle span{display:inline-block;padding:6px 14px;border-radius:20px;background:#f3f4f6;color:#6b7280;font-size:.8rem;font-weight:600;border:1px solid #E5E7EB;transition:.2s}.honey-toggle input:checked+span{background:#dca11d;color:#fff;border-color:#dca11d}.honey-check-pill{cursor:pointer}.honey-check-pill input{display:none}.honey-check-pill span{display:flex;align-items:center;padding:6px 12px;border-radius:8px;border:1px solid #E5E7EB;font-size:.8rem;font-weight:600;color:#4b5563;background:#fff;transition:.2s}.honey-check-pill input:checked+span{border-color:#dca11d;color:#dca11d;background:#fffdf5}.btn-check:checked+.btn-outline-secondary{background-color:#6b7280;color:#fff;border-color:#6b7280}.inp-title{font-size:1.02rem!important}.inp-area{resize:vertical;min-height:220px;line-height:1.55}.pack-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}@media(max-width:575px){.pack-grid{grid-template-columns:1fr}}.pack-tile{cursor:pointer;display:block}.pack-tile input{position:absolute;opacity:0;width:0;height:0}.pack-ui{display:flex;gap:12px;align-items:flex-start;border:1px solid #E5E7EB;background:#fff;border-radius:12px;padding:10px 12px;transition:.15s ease;box-shadow:0 1px 8px #11182708}.pack-ui .ic{width:36px;height:36px;border-radius:10px;display:grid;place-items:center;background:#fafafa;border:1px solid #E5E7EB;color:#8b93a1}.pack-ui .tx .t{display:block;font-weight:600;color:#111827}.pack-ui .tx .d{display:block;font-weight:450;color:#6b7280;font-size:.86rem;margin-top:2px}.pack-tile input:checked+.pack-ui{border-color:#dca11d59;background:#fffdf5}.pack-tile input:checked+.pack-ui .ic{color:#dca11d;border-color:#dca11d40;background:#fff}.tip{display:flex;gap:10px;align-items:flex-start;background:#fbf7ec;border:1px solid rgba(220,161,29,.22);border-radius:12px;padding:10px}.tip i{color:#8a6a1f;margin-top:2px}.tip-title{font-weight:600;color:#111827;font-size:.9rem}.tip-text{color:#6b4e16;font-weight:450;font-size:.86rem;line-height:1.45}.req{color:#e11d48;font-weight:500}.seg{display:flex;gap:8px;flex-wrap:wrap}.seg-item{display:inline-flex;cursor:pointer}.seg-item input{position:absolute;opacity:0;width:0;height:0}.seg-item span{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:10px;border:1px solid #E5E7EB;background:#fff;color:#4b5563;font-size:.86rem;font-weight:450;transition:.15s ease}.seg-item span i{color:#8b93a1}.seg-item input:checked+span{border-color:#dca11d59;background:#fffdf5;color:#111827}.seg-item input:checked+span i{color:#dca11d}.pill i{color:#25d366}.err{margin-top:6px;color:#b42318;font-size:.86rem;font-weight:600}.errbox{display:flex;gap:10px;align-items:flex-start;border:1px solid rgba(180,35,24,.18);background:#b423180d;border-radius:12px;padding:10px}.errbox i{color:#b42318;margin-top:2px}.errbox-title{font-weight:600;color:#111827}.errbox-text{font-weight:450;color:#6b7280;font-size:.86rem}.honey-calendar-v2{--hc-bg: #FEF5DE;--hc-card: rgba(255,255,255,.92);--hc-border: rgba(120, 80, 20, .12);--hc-text: #231a10;--hc-muted: rgba(35,26,16,.65);--hc-shadow: 0 10px 30px rgba(35,26,16,.08);--hc-radius: 16px;--hc-gold: rgba(197,139,22,.95);--hc-green: rgba(34,197,94,.9);--hc-red: rgba(239,68,68,.9)}.honey-calendar-v2 .hcal-head{display:flex;gap:16px;align-items:flex-end;justify-content:space-between;flex-wrap:wrap}.honey-calendar-v2 .hcal-head__left{min-width:260px}.honey-calendar-v2 .hcal-kicker{display:flex;align-items:center;gap:10px;color:var(--hc-muted);font-size:.92rem}.honey-calendar-v2 .hcal-badge{width:34px;height:34px;border-radius:12px;display:grid;place-items:center;background:#c58b161a;border:1px solid rgba(197,139,22,.18);color:#c58b16f2}.honey-calendar-v2 .hcal-title{margin:6px 0 0;font-weight:800;letter-spacing:-.02em;color:var(--hc-text)}.honey-calendar-v2 .hcal-sub{color:var(--hc-muted);margin-top:4px}.honey-calendar-v2 .hcal-head__right{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.honey-calendar-v2 .hcal-search{display:flex;align-items:center;gap:8px;padding:10px 12px;border-radius:14px;background:#ffffffbf;border:1px solid var(--hc-border);box-shadow:0 6px 18px #231a100f}.honey-calendar-v2 .hcal-search i{color:#231a108c;font-size:18px}.honey-calendar-v2 .hcal-search input{border:0;outline:0;background:transparent;width:260px;max-width:55vw;color:var(--hc-text)}.honey-calendar-v2 .hcal-clear{border:0;background:transparent;width:32px;height:32px;border-radius:10px;display:grid;place-items:center;color:#231a108c}.honey-calendar-v2 .hcal-clear:hover{background:#231a100f}.honey-calendar-v2 .hcal-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.honey-calendar-v2 .hcal-view{display:flex;gap:6px;padding:6px;border-radius:14px;background:#ffffffb3;border:1px solid var(--hc-border)}.honey-calendar-v2 .hcal-chip{border:0;display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:12px;background:transparent;color:#231a10bf;font-weight:600}.honey-calendar-v2 .hcal-chip i{font-size:18px}.honey-calendar-v2 .hcal-chip.active{background:#c58b161f;color:#c58b16fa}.honey-calendar-v2 .hcal-card{background:var(--hc-card);border:1px solid var(--hc-border);border-radius:var(--hc-radius);box-shadow:var(--hc-shadow);overflow:hidden}.honey-calendar-v2 .hcal-card__head{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid rgba(120,80,20,.1);background:linear-gradient(180deg,#fef5dea6,#fff0)}.honey-calendar-v2 .hcal-card__title{display:flex;align-items:center;gap:10px;font-weight:800;color:var(--hc-text)}.honey-calendar-v2 .hcal-card__title i{width:34px;height:34px;border-radius:12px;display:grid;place-items:center;background:#231a100a;border:1px solid rgba(35,26,16,.08);color:#231a10b3}.honey-calendar-v2 .hcal-card__hint{color:var(--hc-muted);font-size:.9rem}.honey-calendar-v2 .hcal-card__body{padding:14px 14px 16px}.honey-calendar-v2 .hcal-help{display:flex;gap:16px;flex-wrap:wrap;color:var(--hc-muted)}.honey-calendar-v2 .hcal-help__item{display:flex;gap:8px;align-items:center}.honey-calendar-v2 .hcal-help__item i{color:#c58b16f2}.honey-calendar-v2 .hcal-side{display:flex;flex-direction:column}.honey-calendar-v2 .hcal-sticky{position:sticky;top:88px}.honey-calendar-v2 .hcal-status{padding:6px 10px;border-radius:999px;font-weight:800;font-size:.85rem;background:#231a100f;border:1px solid rgba(35,26,16,.1);color:#231a10b3}.honey-calendar-v2 .hcal-detailTitle{font-weight:900;letter-spacing:-.01em;color:var(--hc-text);font-size:1.05rem}.honey-calendar-v2 .hcal-meta{margin-top:12px;display:flex;flex-direction:column;gap:10px}.honey-calendar-v2 .hcal-metaRow{display:grid;grid-template-columns:140px 1fr;gap:10px;padding:10px 12px;border-radius:14px;background:#231a1008;border:1px solid rgba(35,26,16,.07)}.honey-calendar-v2 .hcal-metaK{color:#231a10b3;font-weight:700;display:flex;align-items:center;gap:8px}.honey-calendar-v2 .hcal-metaV{color:var(--hc-text);font-weight:700;word-break:break-word}.honey-calendar-v2 .hcal-note{margin-top:12px;padding:12px;border-radius:14px;background:#c58b1614;border:1px solid rgba(197,139,22,.16)}.honey-calendar-v2 .hcal-note__k{display:flex;align-items:center;gap:8px;color:#231a10b3;font-weight:800;margin-bottom:6px}.honey-calendar-v2 .hcal-note__v{color:#231a10e0;font-weight:650;white-space:pre-wrap}.honey-calendar-v2 .hcal-sideActions{display:flex;gap:10px}.honey-calendar-v2 .hcal-legend{display:flex;flex-direction:column;gap:10px}.honey-calendar-v2 .hcal-legendItem{display:flex;align-items:center;gap:10px;font-weight:750;color:#231a10bf}.honey-calendar-v2 .hcal-dot{width:12px;height:12px;border-radius:99px;display:inline-block;box-shadow:0 6px 16px #00000014}.honey-calendar-v2 .dot-scheduled{background:var(--hc-gold)}.honey-calendar-v2 .dot-done{background:var(--hc-green)}.honey-calendar-v2 .dot-cancel{background:var(--hc-red)}.honey-calendar-v2 .hcal-modal{border:1px solid var(--hc-border);border-radius:18px;box-shadow:0 18px 60px #231a102e;background:#fffffff2}.honey-calendar-v2 .hcal-modal__kicker{color:var(--hc-muted);font-weight:700}.honey-calendar-v2 .hcal-modal__title{color:var(--hc-text);font-weight:900;letter-spacing:-.02em}.honey-calendar-v2 .fc{font-family:inherit}.honey-calendar-v2 .fc .fc-toolbar-title{font-weight:900;letter-spacing:-.02em;color:var(--hc-text)}.honey-calendar-v2 .fc .fc-button{border-radius:12px;border:1px solid rgba(35,26,16,.14);background:#ffffffb3;color:#231a10d1;box-shadow:0 6px 18px #231a100f}.honey-calendar-v2 .fc .fc-button:hover{background:#c58b161a;border-color:#c58b1638}.honey-calendar-v2 .fc .fc-button-primary:not(:disabled).fc-button-active{background:#c58b162e;border-color:#c58b1647;color:#c58b16fa}.honey-calendar-v2 .fc .fc-daygrid-day-number{color:#231a10b3;font-weight:800}.honey-calendar-v2 .fc .fc-col-header-cell-cushion{color:#231a10b3;font-weight:900}.honey-calendar-v2 .fc-theme-standard td,.honey-calendar-v2 .fc-theme-standard th{border-color:#7850141a}.honey-calendar-v2 .fc .fc-day-today{background:#c58b1614!important}.honey-calendar-v2 .fc-daygrid-event{border-radius:10px!important;padding:2px 6px;font-weight:750}@media(max-width:991.98px){.honey-calendar-v2 .hcal-sticky{position:static;top:auto}.honey-calendar-v2 .hcal-metaRow{grid-template-columns:120px 1fr}.honey-calendar-v2 .hcal-search input{width:200px}}.wiz-wrap{max-width:1080px;margin:0 auto}.wiz-card{background:#fff;border:1px solid #E5E7EB;border-radius:12px;box-shadow:0 6px 18px #1118270a}.wiz-kicker{display:flex;align-items:center;gap:8px;font-size:.74rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#8b93a1}.wiz-kicker i{color:#dca11d;font-size:1rem}.wiz-title{margin:6px 0 0;font-size:1.25rem;font-weight:650;color:#111827;letter-spacing:-.01em}.wiz-sub{margin:6px 0 0;color:#6b7280;font-weight:450;line-height:1.45;font-size:.95rem}.sec-head{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:8px}.sec-title{font-size:.92rem;font-weight:600;color:#111827}.sec-hint{font-size:.82rem;color:#8b93a1;font-weight:450}.divider{height:1px;background:linear-gradient(90deg,transparent,#E5E7EB,transparent);margin:14px 0}.lbl{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#6b7280;margin-bottom:4px;display:block}.inp{border:1px solid #D6DAE3!important;border-radius:10px!important;padding:9px 11px!important;font-size:.94rem!important;font-weight:450!important;color:#111827!important;background:#fafafa!important;transition:all .15s ease;box-shadow:0 1px 6px #11182705}.inp:focus{border-color:#dca11d!important;background:#fff!important;box-shadow:0 0 0 4px #dca11d1f!important}.inp::placeholder{color:#9aa3af!important;font-weight:400!important}.inp-area{resize:vertical;min-height:140px;line-height:1.55}.help{margin-top:6px;font-size:.84rem;color:#8b93a1;font-weight:450;line-height:1.4}.pill{display:inline-flex;align-items:center;gap:8px;background:#f9fafb;border:1px solid #E5E7EB;border-radius:999px;padding:8px 12px;font-size:.86rem;color:#4b5563;font-weight:450;-webkit-user-select:none;user-select:none}.pill i{color:#8b93a1}.pill input{transform:translateY(1px)}.chips{display:flex;gap:8px;flex-wrap:wrap}.chip{cursor:pointer;display:inline-flex}.chip input{position:absolute;opacity:0;width:0;height:0}.chip span{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;border:1px solid #E5E7EB;background:#fff;color:#4b5563;font-size:.86rem;font-weight:450;transition:.15s ease}.chip span i{color:#8b93a1}.chip input:checked+span{border-color:#dca11d59;background:#fffdf5;color:#111827}.chip input:checked+span i{color:#dca11d}.info-card{background:#fff;border:1px solid #E5E7EB;border-radius:12px;box-shadow:0 6px 18px #1118270a}.info-title{margin-top:8px;font-size:1.05rem;font-weight:650;color:#111827}.info-text{margin-top:6px;color:#6b7280;font-weight:450;line-height:1.5}.info-box{display:flex;gap:10px;align-items:flex-start;background:#fbf7ec;border:1px solid rgba(220,161,29,.22);border-radius:12px;padding:10px}.info-box i{color:#8a6a1f;margin-top:2px}.info-box-title{font-weight:600;color:#111827;font-size:.9rem}.info-box-text{color:#6b4e16;font-weight:450;font-size:.86rem;line-height:1.45}.info-list{margin:6px 0 0;padding-left:18px;color:#6b4e16;font-weight:450;font-size:.86rem}.info-list b{font-weight:600}.info-list li{margin:4px 0}.bee-banner{height:280px;background-size:cover;background-position:center;position:relative;margin-bottom:-70px}.bee-banner-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#2d2a264d,#2d2a26d9)}.hero-avatar-box{width:110px;height:110px;background:#fff;border-radius:20px;display:grid;place-items:center;font-size:3rem;font-weight:800;color:var(--c-dark);box-shadow:0 10px 30px #0003;position:relative}.status-dot{width:18px;height:18px;background:#10b981;border:3px solid #fff;border-radius:50%;position:absolute;bottom:6px;right:-4px}.agent-name{font-size:2.2rem;font-weight:800;margin:0;color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.3)}.agent-meta{font-size:.95rem;color:#ffffffe6;font-weight:500}.agent-badge{background:var(--c-accent);color:#fff;font-size:.7rem;padding:4px 10px;border-radius:6px;font-weight:800;box-shadow:0 4px 10px #dca11d66}.dot-sep{margin:0 8px;opacity:.7}.profile-header-row{margin-bottom:10px}.bee-content-overlap{padding-bottom:60px}.stat-clean{background:#fff;padding:24px;border-radius:16px;border:1px solid var(--c-border);box-shadow:var(--shadow-sm);transition:transform .2s}.stat-clean:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}.stat-label{font-size:.75rem;color:var(--c-text-muted);font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px}.stat-val{font-size:2rem;font-weight:800;color:var(--c-dark);line-height:1;letter-spacing:-1px}.text-accent{color:var(--c-accent)}.badge-dot{display:inline-block;width:8px;height:8px;background:#ef4444;border-radius:50%;margin-left:6px}.clean-card{background:#fff;border-radius:16px;border:1px solid var(--c-border);overflow:hidden;box-shadow:var(--shadow-sm)}.clean-card-header{padding:20px 24px;border-bottom:1px solid var(--c-border);display:flex;justify-content:space-between;align-items:center;background:#fff}.clean-card-header h3{font-size:1.1rem;font-weight:800;color:var(--c-dark)}.link-warm{color:var(--c-text-muted);font-size:.85rem;font-weight:600;text-decoration:none}.link-warm:hover{color:var(--c-accent)}.clean-table th{font-size:.75rem;text-transform:uppercase;color:var(--c-text-muted);font-weight:700;padding:16px 20px;border-bottom:1px solid var(--c-border);background:#faf9f6}.clean-table td{padding:16px 20px;vertical-align:middle;border-bottom:1px solid var(--c-border)}.clean-table tr:last-child td{border-bottom:none}.mini-avatar{width:36px;height:36px;background:#f3f0eb;border-radius:10px;display:grid;place-items:center;font-weight:800;color:var(--c-text);font-size:.85rem}.tools-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.tool-item{display:flex;flex-direction:column;align-items:center;gap:10px;padding:20px;border-radius:14px;background:#fff;text-decoration:none;color:var(--c-text);transition:all .2s;border:1px solid var(--c-border);width:100%;cursor:pointer;text-align:center}.tool-item:hover{border-color:var(--c-accent);transform:translateY(-3px);box-shadow:0 10px 25px #dca11d1a}.icon-box{width:44px;height:44px;background:#faf9f6;color:var(--c-accent);border-radius:12px;display:grid;place-items:center;font-size:1.4rem;margin:0 auto}.status-badge{padding:4px 10px;border-radius:20px;font-size:.7rem;font-weight:700;text-transform:uppercase}.status-new{background:#fff7e0;color:#b45309}.status-assigned{background:#eff6ff;color:#1e40af}.status-ok{background:#ecfdf5;color:#047857}.status-muted{background:#f3f4f6;color:#6b7280}.btn-icon{width:32px;height:32px;display:inline-grid;place-items:center;color:#bbb;text-decoration:none;border-radius:8px}.btn-icon:hover{background:#faf9f6;color:var(--c-dark)}.notification-card{background:#fef2f2;border:1px solid #FEE2E2;color:#991b1b;border-radius:14px;padding:16px;display:flex;gap:12px;align-items:center}.notification-card .icon-wrap{color:#dc2626;font-size:1.2rem}.empty-placeholder{text-align:center;padding:40px 20px;color:var(--c-text-muted)}.nav-pills .nav-link.active{background-color:var(--c-dark);color:#fff!important}@media(max-width:767px){.agent-name{font-size:1.8rem}.hero-avatar-box{width:80px;height:80px;font-size:2.2rem}}.bee-banner{margin-bottom:0!important;border-bottom-left-radius:22px;border-bottom-right-radius:22px;overflow:hidden}.bee-content-overlap{margin-top:-56px;padding-top:56px;padding-bottom:70px}.dashboard-wrapper{overflow-x:hidden}.stat-clean{height:100%;display:flex;flex-direction:column;justify-content:space-between;gap:8px;overflow:hidden}.stat-link{display:block;color:inherit!important;text-decoration:none!important;will-change:transform}.stat-link:hover,.stat-link:focus,.stat-link:active{color:inherit!important;text-decoration:none!important;outline:none}.stat-clean:hover{transform:translateY(-2px)}.stat-label{display:flex;align-items:center;gap:10px;line-height:1.2;min-height:18px}.stat-label i{flex:0 0 auto}.stat-val{margin-top:2px;line-height:1;white-space:nowrap}.stat-sub{margin-top:6px;font-size:12px;line-height:1.25;color:#0000008f;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.badge-dot{flex:0 0 auto;transform:translateY(-1px)}.profile-header-row{padding-bottom:18px}@media(max-width:991px){.bee-banner{height:240px}.bee-content-overlap{margin-top:-44px;padding-top:44px}}@media(max-width:767px){.bee-banner{height:220px}.profile-header-row{gap:14px!important;align-items:center!important}.bee-content-overlap{margin-top:-34px;padding-top:34px}.stat-clean{padding:18px}.stat-val{font-size:1.7rem}}.stat-clean a,.stat-clean a:hover,.stat-clean a:focus{text-decoration:none!important}.tools-grid{align-items:stretch}.tool-item{min-height:112px}.clean-card{overflow:hidden}.table-responsive{overflow-x:auto}.clean-table{margin:0}.clean-table th,.clean-table td{white-space:nowrap}.clean-table td .text-xs{white-space:normal}.stat-clean,.tool-item{transform:translateZ(0)}.honey-inbox{--bg: #f5f6f8;--card: #ffffff;--line: rgba(17,24,39,.1);--text: #0f172a;--muted: rgba(15,23,42,.55);--yellow: #f5b800;--yellow-soft: rgba(245,184,0,.22);--shadow: 0 22px 60px rgba(15,23,42,.12);--r-card: 18px;--r-pill: 999px}.honey-inbox:before{content:"";position:fixed;inset:0;background:var(--bg);z-index:-1}.hinb-shell{background:var(--card);border-radius:var(--r-card);box-shadow:var(--shadow);overflow:hidden;border:1px solid rgba(17,24,39,.06)}.hinb-top{padding:22px 24px 12px;border-bottom:1px solid rgba(17,24,39,.08)}.hinb-h1{margin:0;font-size:28px;font-weight:900;color:var(--text);letter-spacing:-.02em}.hinb-h2{margin-top:4px;color:var(--muted);font-weight:650;font-size:14px}.hinb-tools{padding:14px 24px;display:flex;gap:12px;align-items:center;justify-content:space-between;flex-wrap:wrap;border-bottom:1px solid rgba(17,24,39,.08)}.hinb-search{flex:1 1 520px;display:flex;align-items:center;gap:10px;padding:12px 14px;border-radius:14px;background:#f7f8fa;border:1px solid rgba(17,24,39,.08)}.hinb-search i{color:#0f172a8c;font-size:18px}.hinb-search input{border:0;outline:0;background:transparent;width:100%;color:var(--text);font-weight:650}.hinb-search button{border:0;background:transparent;font-weight:800;color:var(--text);padding:6px 10px;border-radius:10px}.hinb-search button:hover{background:#0f172a0d}.hinb-seg{flex:0 0 auto;display:flex;align-items:center;border:1px solid rgba(17,24,39,.1);background:#fff;border-radius:14px;overflow:hidden}.hinb-seg a{text-decoration:none;padding:10px 14px;font-weight:800;color:#0f172ab3;border-right:1px solid rgba(17,24,39,.08)}.hinb-seg a:last-child{border-right:0}.hinb-seg a.active{background:var(--yellow-soft);color:#111827}.hinb-list{padding:0}.hinb-row{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px 24px;border-bottom:1px solid rgba(17,24,39,.08);cursor:pointer;background:#fff;transition:background .12s ease}.hinb-row:hover{background:#0f172a05}.hinb-row:last-child{border-bottom:0}.hinb-dot{width:10px;height:10px;border-radius:999px;background:var(--yellow);flex:0 0 auto;margin-top:2px}.hinb-main{flex:1 1 auto;min-width:0}.hinb-line1{display:flex;gap:10px;align-items:center;flex-wrap:wrap;font-weight:900;color:var(--text)}.hinb-line1 .sep{color:#0f172a59;font-weight:800}.hinb-line1 .prop{font-weight:800;color:#0f172ab3}.hinb-msg{margin-top:6px;color:#0f172ac7;font-weight:650}.hinb-timeLeft{margin-top:6px;color:var(--muted);font-weight:650;font-size:13px;display:flex;gap:8px;align-items:center}.hinb-timeLeft i{font-size:15px;color:#0f172a73}.hinb-right{flex:0 0 auto;display:flex;align-items:center;gap:12px}.hinb-rightCol{display:flex;flex-direction:column;align-items:flex-end;gap:6px;min-width:120px}.hinb-pill{padding:6px 12px;border-radius:var(--r-pill);border:1px solid rgba(245,184,0,.55);color:#a16207fa;font-weight:900;font-size:13px;background:#f5b8001a}.hinb-pill.replied{border-color:#11182799;background:#111827e6;color:#fff}.hinb-rightTime{color:var(--muted);font-weight:650;font-size:13px}.hinb-chevron{color:#0f172a73;font-size:22px;line-height:1}.hinb-modal .modal-dialog{max-width:920px}.hinb-modal .modal-content{border-radius:18px;border:0;box-shadow:0 35px 110px #0f172a59;overflow:hidden}.hinb-modal .modal-header{padding:18px 22px 12px;border-bottom:1px solid rgba(17,24,39,.08)}.hinb-modal .modal-title{font-weight:950;letter-spacing:-.02em;color:var(--text);font-size:18px}.hinb-modal .m-sub{margin-top:4px;color:var(--muted);font-weight:650;font-size:13px}.hinb-modal .modal-body{padding:16px 22px 14px}.hinb-modal .whoRow{display:flex;justify-content:space-between;align-items:center;padding:10px 0 12px;border-bottom:1px solid rgba(17,24,39,.08);margin-bottom:14px}.hinb-modal .whoLeft{display:flex;gap:10px;align-items:flex-start}.hinb-modal .whoDot{width:10px;height:10px;border-radius:999px;background:var(--yellow);margin-top:7px}.hinb-modal .whoName{font-weight:950;color:var(--text)}.hinb-modal .whoTime{margin-top:4px;color:var(--muted);font-weight:650;font-size:13px}.hinb-fieldLabel{font-weight:800;color:#0f172ab3;font-size:13px;margin:14px 0 8px}.hinb-input{width:100%;border-radius:12px;border:1px solid rgba(17,24,39,.1);background:#fff;padding:12px;font-weight:650;color:var(--text);outline:none}.hinb-input:focus{border-color:#f5b8008c;box-shadow:0 0 0 4px #f5b8002e}.hinb-textarea{min-height:92px;resize:none}.hinb-modal .modal-footer{border-top:1px solid rgba(17,24,39,.08);padding:14px 22px;display:flex;justify-content:space-between;align-items:center}.hinb-del{border:0;background:transparent;color:#ef4444;font-weight:800;display:inline-flex;gap:8px;align-items:center}.hinb-del i{font-size:18px}.hinb-actions{display:flex;gap:10px;align-items:center}.hinb-btn-soft{border-radius:12px;padding:10px 16px;border:1px solid rgba(17,24,39,.1);background:#fff;font-weight:800;color:#0f172ac7}.hinb-btn-save{border-radius:12px;padding:10px 18px;border:0;background:var(--yellow);font-weight:900;color:#111827;box-shadow:0 14px 26px #f5b80047}.modal-backdrop.show{opacity:.35!important}.hinb-modal.modal{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.honey-settings2{--card: #ffffff;--line: #E5E7EB;--text: #28303F;--bg: #F9FAFB;--muted: #6B7280;--muted2: #9CA3AF;--honey: #FFC800;--honey2: #EAB308;--error: #EF4444;--font-main: "Inter", sans-serif}body{background-color:var(--bg);color:var(--text);font-family:var(--font-main);margin:0;-webkit-font-smoothing:antialiased}.set-cover{position:relative;border-radius:12px;overflow:hidden;height:230px;background:linear-gradient(135deg,#28303f,#374151);background-size:cover;background-position:center;border:1px solid var(--line);box-shadow:0 4px 20px #0000000d}.set-cover-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#0000,#0006)}.set-hero-inner{position:absolute;left:24px;right:24px;bottom:20px;display:flex;align-items:flex-end;gap:16px;color:#fff;z-index:2}.set-avatar{width:66px;height:66px;border-radius:8px;background:#ffffff26;background-size:cover;background-position:center;display:grid;place-items:center;font-weight:600;font-size:22px;border:1px solid rgba(255,255,255,.25);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.hero-avatar-box{background-size:cover;background-position:center}.set-name{font-size:20px;font-weight:600;letter-spacing:-.02em}.set-sub{font-size:13px;opacity:.92}.set-sub .dot{margin:0 8px;opacity:.6}.btn-honey{display:inline-flex;align-items:center;gap:8px;border:0;background:var(--honey);color:#000;font-weight:600;padding:10px 16px;border-radius:6px;transition:all .2s ease;text-decoration:none;cursor:pointer;box-shadow:0 2px 8px #ffc80033}.btn-ghost{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:6px;border:1px solid rgba(255,255,255,.25);background:#ffffff1a;color:#fff;text-decoration:none;font-weight:600;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);transition:.2s}.btn-ghost:hover{background:#fff3}.set-nav{background:var(--card);border:1px solid var(--line);border-radius:8px;padding:8px;box-shadow:0 1px 3px #0000000d;position:sticky;top:20px}.set-nav-item{display:block;padding:10px 12px;border-radius:6px;text-decoration:none;color:var(--muted);font-weight:600;font-size:13px;transition:.2s}.set-nav-item:hover{background:var(--bg);color:var(--honey)}.set-card,.set-mini{background:var(--card);border:1px solid var(--line);border-radius:12px;box-shadow:0 1px 3px #0000000d;overflow:hidden}.set-card-head{padding:20px 24px 10px;display:flex;justify-content:space-between;align-items:center;gap:12px}.set-card-body{padding:10px 24px 24px}.mini-row{display:flex;gap:10px;align-items:flex-start;padding:12px;border-radius:8px;background:var(--bg);border:1px solid var(--line)}.mini-title{font-size:11px;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.05em}.mini-val{font-size:13px;font-weight:600;color:var(--text);margin-top:2px}.h-label{display:block;font-size:12px;color:var(--muted);font-weight:600;text-transform:uppercase;letter-spacing:.06em;margin-bottom:8px}.h-input{width:100%;border-radius:6px;border:1px solid var(--line);background:#fff;padding:12px;font-weight:400;color:var(--text);transition:.15s ease;box-sizing:border-box}.h-input:focus{outline:none;border-color:var(--honey);box-shadow:0 0 0 3px #ffc80026}.h-err{margin-top:6px;font-size:12px;color:var(--error);font-weight:600}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:16px}.uploader{display:flex;gap:12px;align-items:center;padding:12px;border:1px dashed var(--line);border-radius:8px;background:var(--bg)}.u-prev{width:52px;height:52px;border-radius:6px;background:#e5e7eb center/cover no-repeat;border:1px solid var(--line);display:grid;place-items:center;color:var(--muted);flex:0 0 auto}.u-prev.wide{width:120px}.u-help{margin-top:4px;font-size:11px;color:var(--muted2)}.toggle{display:flex;align-items:center;gap:12px;cursor:pointer;-webkit-user-select:none;user-select:none;padding:12px;border-radius:8px;background:var(--bg);border:1px solid var(--line)}.t-ui{width:40px;height:22px;border-radius:999px;background:#d1d5db;position:relative;transition:.2s ease}.t-ui:after{content:"";width:16px;height:16px;border-radius:50%;background:#fff;position:absolute;top:3px;left:3px;box-shadow:0 2px 4px #0000001a;transition:.2s ease}.toggle input:checked+.t-ui{background:var(--honey)}.hero-badges,.hero-contacts{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.meta-chip{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:6px;font-weight:600;font-size:11px;line-height:1;border:1px solid rgba(255,255,255,.15);color:#fff;background:#0003}.meta-chip--gold{background:var(--honey);color:#000;border-color:#0000000d}.contact-pill{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border-radius:6px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;font-weight:600;font-size:12px}.quick-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.qa-card{display:flex;align-items:center;gap:12px;padding:16px;border-radius:8px;background:#fff;border:1px solid var(--line);box-shadow:0 1px 2px #0000000d;text-decoration:none;color:inherit;transition:.2s ease}.qa-card:hover{border-color:var(--honey);box-shadow:0 4px 12px #0000000d}.qa-ico{width:40px;height:40px;border-radius:6px;display:grid;place-items:center;background:var(--bg);border:1px solid var(--line);color:var(--text);font-size:18px}.qa-title{font-weight:600;color:var(--text);font-size:14px}.qa-sub{font-size:12px;color:var(--muted);margin-top:2px}@media(max-width:991px){.set-nav{position:relative;top:0;margin-bottom:20px}.grid-2,.quick-actions{grid-template-columns:1fr}.u-prev.wide{width:100px}.set-hero-inner{flex-direction:column;align-items:flex-start}.set-hero-actions{margin-left:0;width:100%}}.honey-settings2{--card:#FFFFFF;--bg:#F9FAFB;--line:rgba(40,48,63,.1);--text:#28303F;--muted:rgba(40,48,63,.62);--muted2:rgba(40,48,63,.45);--honey:#FFC800;--honey2:#e6b400;background:var(--bg);color:var(--text)}.set-cover{position:relative;border-radius:18px;overflow:hidden;height:260px;background:linear-gradient(135deg,#f9fafb,#fff);background-size:cover;background-position:center;border:1px solid var(--line);box-shadow:0 18px 40px #28303f0f}.set-cover-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#28303f00,#28303f8c)}.set-hero-inner{position:absolute;left:18px;right:18px;bottom:16px;display:flex;align-items:flex-end;gap:14px;color:#fff;z-index:2}.set-avatar{width:66px;height:66px;border-radius:18px;background:#ffffff24;background-size:cover;background-position:center;display:grid;place-items:center;font-weight:600;font-size:22px;border:1px solid rgba(255,255,255,.28);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.set-name{font-size:18px;font-weight:600;letter-spacing:-.2px}.set-sub{font-size:13px;opacity:.95}.set-sub .dot{margin:0 8px;opacity:.85}.set-sub .muted{opacity:.95}.hero-badges{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-top:8px}.meta-chip{display:inline-flex;align-items:center;gap:8px;padding:7px 10px;border-radius:999px;font-weight:600;font-size:12px;line-height:1;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,.18);color:#fffffff5;max-width:360px;text-decoration:none}.meta-chip--solid{background:#28303f47}.meta-chip--gold{background:#ffc800f2;border-color:#ffffff24;box-shadow:0 10px 22px #ffc8002e;color:#28303f}.truncate{max-width:320px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.set-hero-actions{margin-left:auto;display:flex;gap:10px}.btn-ghost{display:inline-flex;align-items:center;gap:8px;padding:10px 12px;border-radius:6px;border:1px solid rgba(255,255,255,.3);background:#28303f59;color:#fff;text-decoration:none;font-weight:600;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);transition:.15s ease}.btn-ghost:hover{transform:translateY(-1px);background:#28303f73}.btn-honey{display:inline-flex;align-items:center;gap:10px;border:0;background:var(--honey);color:#28303f;font-weight:600;padding:10px 14px;border-radius:6px;box-shadow:0 10px 20px #ffc80033;transition:.15s ease;text-decoration:none}.btn-honey:hover{background:var(--honey2);transform:translateY(-1px)}.set-nav{background:var(--card);border:1px solid var(--line);border-radius:16px;padding:10px;box-shadow:0 10px 30px #28303f0a;position:sticky;top:92px}.set-nav-item{display:block;padding:12px;border-radius:12px;text-decoration:none;color:#28303fb8;font-weight:600;font-size:13px;transition:.12s ease}.set-nav-item:hover{background:#ffc8002e;color:#28303f}.set-mini{background:var(--card);border:1px solid var(--line);border-radius:16px;padding:14px;box-shadow:0 10px 30px #28303f0a}.mini-row{display:flex;gap:10px;align-items:flex-start;padding:10px;border-radius:12px;background:#f9fafb;border:1px solid rgba(40,48,63,.08)}.mini-row i{color:var(--honey);font-size:18px;margin-top:2px}.mini-title{font-size:12px;font-weight:600;color:#28303f8c;text-transform:uppercase;letter-spacing:.06em}.mini-val{font-size:13px;font-weight:600;color:var(--text);margin-top:2px;word-break:break-word}.set-card{background:var(--card);border:1px solid var(--line);border-radius:18px;box-shadow:0 10px 30px #28303f0a;overflow:hidden}.set-card-head{padding:18px 20px 10px;display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.set-card-head h3{margin:0;font-size:16px;font-weight:600;color:var(--text)}.set-card-head p{margin:4px 0 0;font-size:12px;color:var(--muted)}.set-card-body{padding:10px 20px 18px}.h-label{display:block;font-size:12px;color:var(--muted2);font-weight:600;text-transform:uppercase;letter-spacing:.06em;margin-bottom:6px}.h-input{width:100%;border-radius:12px;border:1px solid rgba(40,48,63,.12);background:#f9fafb;padding:11px 12px;font-weight:600;color:var(--text);transition:.15s ease}.h-input:focus{outline:none;border-color:#ffc800b3;box-shadow:0 0 0 4px #ffc8002e;background:#fff}.h-err{margin-top:6px;font-size:12px;color:#b42318;font-weight:600}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:14px 14px}.span-2{grid-column:1 / -1}.h-field{display:grid;grid-template-columns:44px 1fr;align-items:stretch;border-radius:12px;overflow:hidden;border:1px solid rgba(40,48,63,.12);background:#f9fafb;transition:.15s ease}.h-field:focus-within{border-color:#ffc800b3;box-shadow:0 0 0 4px #ffc8002e;background:#fff}.h-ico{display:grid;place-items:center;color:#28303f;background:#ffc8002e;border-right:1px solid rgba(40,48,63,.1);font-size:18px}.h-field input{border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.h-field input:focus{outline:none}.uploader{display:flex;gap:12px;align-items:center;padding:10px;border:1px dashed rgba(40,48,63,.18);border-radius:14px;background:#f9fafb}.u-prev{width:52px;height:52px;border-radius:14px;background:#ffc8002e center/cover no-repeat;border:1px solid rgba(40,48,63,.08);display:grid;place-items:center;color:#28303f;flex:0 0 auto}.u-prev.wide{width:130px}.h-file{width:100%;font-weight:600;font-size:13px}.u-help{margin-top:4px;font-size:12px;color:var(--muted2)}.actions{display:flex;justify-content:flex-end;margin-top:16px;padding-top:14px;border-top:1px solid rgba(40,48,63,.08)}.toggle{display:flex;align-items:center;gap:12px;cursor:pointer;-webkit-user-select:none;user-select:none;padding:12px;border-radius:14px;background:#f9fafb;border:1px solid rgba(40,48,63,.08)}.toggle input{display:none}.t-ui{width:44px;height:26px;border-radius:999px;background:#28303f24;position:relative;transition:.15s ease}.t-ui:after{content:"";width:20px;height:20px;border-radius:999px;background:#fff;position:absolute;top:3px;left:3px;box-shadow:0 4px 10px #28303f1f;transition:.15s ease}.toggle input:checked+.t-ui{background:#ffc800f2}.toggle input:checked+.t-ui:after{left:21px}.t-text{font-weight:600;color:var(--text);font-size:13px}@media(max-width:991px){.set-nav{position:relative;top:0}.grid-2{grid-template-columns:1fr}.u-prev.wide{width:110px}.meta-chip,.truncate{max-width:100%}}.search-bar-wrapper{background:#fff;padding:10px;border-radius:12px;border:1px solid var(--c-border);box-shadow:var(--shadow-sm)}.input-group-modern{display:flex;align-items:center;background:#faf9f6;border-radius:8px;padding:0 12px;border:1px solid transparent;transition:.2s}.input-group-modern:focus-within{border-color:var(--c-accent);background:#fff}.form-control-modern{border:none;background:transparent;padding:12px;width:100%;outline:none;color:var(--c-dark)}.form-select-modern{border:1px solid transparent;background:#faf9f6;padding:12px;border-radius:8px;width:100%;color:var(--c-text);outline:none;cursor:pointer;transition:.2s}.form-select-modern:hover{background:#f3f4f6}.btn-icon-square{width:100%;height:46px;border:1px solid var(--c-border);background:#fff;border-radius:8px;color:var(--c-text);display:grid;place-items:center;font-size:1.2rem;transition:.2s;cursor:pointer}.btn-icon-square:hover{border-color:var(--c-accent);color:var(--c-accent)}.property-card{background:#fff;border-radius:16px;border:1px solid var(--c-border);display:flex;overflow:hidden;transition:all .25s ease;box-shadow:var(--shadow-sm);position:relative}.property-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md);border-color:#e2e0d9}.prop-img-container{width:240px;position:relative;flex-shrink:0;background:#eee}.prop-img{width:100%;height:100%;object-fit:cover;transition:.3s}.property-card:hover .prop-img{transform:scale(1.03)}.prop-content{padding:20px;flex-grow:1;display:flex;flex-direction:column}.prop-price{font-size:1.25rem;font-weight:800;color:var(--c-dark);letter-spacing:-.5px}.prop-title{font-size:1.1rem;font-weight:700;margin:0;line-height:1.4}.prop-title a{color:var(--c-dark);text-decoration:none;transition:.2s}.prop-title a:hover{color:var(--c-accent)}.prop-address{color:var(--c-text-muted);font-size:.9rem;margin-top:4px;display:flex;align-items:center;gap:4px}.prop-specs{font-size:.85rem;font-weight:600;color:var(--c-text);background:#faf9f6;padding:6px 12px;border-radius:8px}.stat-pill{display:flex;align-items:center;gap:6px;font-size:.9rem;font-weight:600;color:var(--c-text-muted)}.text-accent{color:var(--c-accent)!important}.btn-more{background:transparent;border:none;width:32px;height:32px;border-radius:50%;display:grid;place-items:center;color:var(--c-text-muted);transition:.2s}.btn-more:hover{background:#f3f4f6;color:var(--c-dark)}.btn-sm-action{width:36px;height:36px;background:#faf9f6;border-radius:8px;display:grid;place-items:center;color:var(--c-text);text-decoration:none;transition:.2s}.btn-sm-action:hover{background:var(--c-dark);color:#fff}@media(max-width:767px){.property-card{flex-direction:column}.prop-img-container{width:100%;height:200px}.prop-content{padding:16px}.search-bar-wrapper form{gap:10px}}.bee-pagination .page-link{border:none;color:var(--c-text);border-radius:8px;margin:0 4px;font-weight:600}.bee-pagination .page-item.active .page-link{background:var(--c-accent);color:#fff;box-shadow:0 4px 10px #dca11d4d}.bee-pagination{display:flex;gap:8px;align-items:center;justify-content:center}.bee-pagination .page-item{list-style:none}.bee-pagination .page-link{min-width:40px;height:40px;padding:0 14px;display:flex;align-items:center;justify-content:center;font-size:.9rem;font-weight:700;border-radius:14px;border:1px solid rgba(40,33,22,.08);background:linear-gradient(180deg,#fbfaf7,#f4efe6);color:#282116a6;transition:all .18s ease;box-shadow:0 6px 16px #2821160f}.bee-pagination .page-link:hover{background:#fff;border-color:#dca11d59;color:var(--c-accent);transform:translateY(-2px);box-shadow:0 12px 28px #dca11d26}.bee-pagination .page-item.active .page-link{background:var(--c-accent);border-color:var(--c-accent);color:#fff;box-shadow:0 10px 24px #dca11d4d}.bee-pagination .page-item.disabled .page-link{opacity:.4;pointer-events:none;box-shadow:none}.bee-pagination .page-link svg,.bee-pagination .page-link i{font-size:1.1rem}@media(max-width:576px){.bee-pagination .page-link{min-width:34px;height:34px;font-size:.8rem}}.badge-soft{position:absolute;top:12px;left:12px;z-index:2;padding:6px 10px;border-radius:999px;font-weight:800;font-size:.75rem;letter-spacing:.2px;border:1px solid rgba(40,33,22,.08);box-shadow:0 10px 22px #2821161a}.badge-success{background:#1987541a;color:#1b6b3d}.badge-warn{background:#dca11d29;color:#7a5a10}.badge-muted{background:#28211614;color:#282116b3}.badge-info{background:#0d6efd1a;color:#0b5ed7}.prop-chips{display:flex;flex-wrap:wrap;gap:8px}.chip{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;font-weight:800;font-size:.78rem;background:linear-gradient(180deg,#fbfaf7,#f6f2ea);border:1px solid rgba(40,33,22,.1);color:#282116bf;text-decoration:none}.chip i{font-size:1rem;opacity:.9}.chip-ok{border-color:#1987542e;background:#19875414;color:#1b6b3d}.chip-warn{border-color:#dca11d4d;background:#dca11d1f;color:#7a5a10}.chip-warn:hover{background:#dca11d2e;color:#6b4d0b}:root{--ag-bg:#f7f4ee;--ag-bg-2:#fbfaf7;--ag-card:#ffffff;--ag-line:#eadfce;--ag-line-2:#f2ebdf;--ag-text:#1f2937;--ag-muted:#7c7265;--ag-soft:#a49a8b;--ag-gold:#d89b1d;--ag-gold-2:#edb63d;--ag-gold-soft:#fff6df;--ag-success:#159a68;--ag-success-bg:#ecfbf4;--ag-info:#356fd6;--ag-info-bg:#eff5ff;--ag-danger:#c4452f;--ag-danger-soft:#fff1ef;--ag-shadow:0 14px 40px rgba(44,31,11,.06);--ag-shadow-hover:0 22px 48px rgba(44,31,11,.1)}.agent-properties-page{background:radial-gradient(circle at top left,rgba(237,182,61,.1),transparent 24%),radial-gradient(circle at top right,rgba(216,155,29,.08),transparent 18%),linear-gradient(180deg,var(--ag-bg-2) 0%,var(--ag-bg) 100%);min-height:100%}.agent-properties-page,.agent-properties-page *{box-sizing:border-box}.agent-properties-page .container{max-width:1280px}.ap-head{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:24px}.ap-title{margin:0;font-size:2.35rem;line-height:1.05;letter-spacing:-.03em;font-weight:800;color:var(--ag-text)}.ap-subtitle{margin:8px 0 0;color:var(--ag-muted);font-size:1rem}.ap-primary-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:52px;padding:0 22px;border-radius:999px;text-decoration:none;border:none;color:#fff;font-weight:700;background:linear-gradient(135deg,var(--ag-gold),var(--ag-gold-2));box-shadow:0 12px 26px #d89b1d3d;transition:.22s ease}.ap-primary-btn:hover{color:#fff;transform:translateY(-1px);box-shadow:0 16px 30px #d89b1d4d}.ap-toolbar{display:flex;flex-direction:column;gap:14px;margin-bottom:20px}.ap-filters{background:#ffffffdb;border:1px solid var(--ag-line);border-radius:22px;padding:14px;box-shadow:var(--ag-shadow);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.ap-input-wrap{display:flex;align-items:center;gap:10px;min-height:56px;background:#fff;border:1px solid var(--ag-line);border-radius:16px;padding:0 16px;transition:.18s ease}.ap-input-wrap:focus-within{border-color:#d89b1d8c;box-shadow:0 0 0 4px #d89b1d1f}.ap-input-wrap i{color:var(--ag-soft);font-size:1.05rem}.ap-input,.ap-select{width:100%;border:none;background:transparent;box-shadow:none!important;outline:none;color:var(--ag-text);font-size:.95rem}.ap-input{height:54px}.ap-select{height:56px;border:1px solid var(--ag-line);border-radius:16px;padding:0 16px;background:#fff}.ap-select:focus{border-color:#d89b1d8c;box-shadow:0 0 0 4px #d89b1d1f}.ap-filter-btn{width:56px;height:56px;border-radius:16px;border:1px solid var(--ag-line);background:#fff;color:#5d5347;transition:.18s ease}.ap-filter-btn:hover{background:var(--ag-gold-soft);border-color:#edd693;color:#9a6a00}.ap-search-note{margin-top:10px;display:flex;align-items:center;gap:8px;color:var(--ag-soft);font-size:.86rem}.ap-search-note i{color:var(--ag-gold)}.bulk-bar{display:none;align-items:center;justify-content:space-between;gap:14px;padding:14px 16px;border-radius:18px;border:1px solid #f1d7d2;background:linear-gradient(180deg,#fff9f8,#fff2ef);box-shadow:0 10px 30px #c4452f0f}.bulk-bar.is-visible{display:flex}.bulk-bar__left{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.bulk-count{display:inline-flex;align-items:center;min-height:36px;padding:0 12px;border-radius:999px;background:#fff;border:1px solid #f1d7d2;color:#8e4131;font-weight:800;font-size:.88rem}.bulk-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.bulk-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:0 14px;border-radius:12px;border:1px solid transparent;font-weight:700;text-decoration:none;transition:.18s ease;cursor:pointer}.bulk-btn--ghost{background:#fff;color:#7e6f61;border-color:#ead8cf}.bulk-btn--ghost:hover{background:#faf7f4;color:#5f5449}.bulk-btn--danger{background:var(--ag-danger);color:#fff}.bulk-btn--danger:hover{background:#b13a27;color:#fff}.ap-list{display:flex;flex-direction:column;gap:18px}.listing-card{display:grid;grid-template-columns:56px 320px minmax(0,1fr);background:var(--ag-card);border:1px solid var(--ag-line);border-radius:24px;overflow:hidden;box-shadow:var(--ag-shadow);transition:.22s ease}.listing-card:hover{transform:translateY(-2px);box-shadow:var(--ag-shadow-hover)}.listing-card.is-selected{border-color:#e5bf61;box-shadow:0 16px 40px #d89b1d24}.listing-check{display:flex;align-items:flex-start;justify-content:center;padding:24px 8px;background:linear-gradient(180deg,#fffdf9,#fbf8f3);border-right:1px solid var(--ag-line-2)}.check-ui{position:relative;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.check-ui input{position:absolute;inset:0;opacity:0;cursor:pointer}.check-ui span{width:22px;height:22px;border-radius:7px;border:1.5px solid #ccbda6;background:#fff;display:block;transition:.16s ease;box-shadow:0 1px 2px #00000008}.check-ui input:checked+span{background:linear-gradient(135deg,var(--ag-gold),var(--ag-gold-2));border-color:transparent;box-shadow:0 8px 18px #d89b1d38}.listing-media{position:relative;min-height:260px;border-right:1px solid var(--ag-line-2);background:linear-gradient(135deg,#f4ead3,#fbf6ec)}.listing-image{width:100%;height:100%;min-height:260px;object-fit:cover;display:block}.listing-badge{position:absolute;top:16px;left:16px;z-index:2;display:inline-flex;align-items:center;gap:8px;min-height:34px;padding:0 12px;border-radius:999px;font-size:.78rem;font-weight:800;border:1px solid transparent;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.listing-badge.is-success{color:var(--ag-success);background:#ecfbf4eb;border-color:#159a681f}.listing-badge.is-draft{color:#966500;background:#fff6dff2;border-color:#d89b1d2e}.listing-badge.is-info{color:var(--ag-info);background:#eff5fff0;border-color:#356fd624}.listing-badge.is-muted{color:#6f6a61;background:#f7f5f0f2;border-color:#6f6a611a}.listing-placeholder{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;padding:26px;text-align:center}.listing-placeholder__inner{width:min(100%,240px)}.listing-placeholder__icon{width:74px;height:74px;margin:0 auto 16px;border-radius:22px;display:flex;align-items:center;justify-content:center;background:#ffffffb3;border:1px solid rgba(216,155,29,.18);color:var(--ag-gold);font-size:1.9rem;box-shadow:0 10px 24px #d89b1d14}.listing-placeholder__title{font-size:1.05rem;font-weight:800;color:var(--ag-text);margin-bottom:6px}.listing-placeholder__text{color:var(--ag-muted);font-size:.92rem;line-height:1.5;margin-bottom:16px}.listing-placeholder__btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:40px;padding:0 14px;border-radius:999px;text-decoration:none;font-weight:700;font-size:.88rem;color:#8f6200;background:#fff6df;border:1px solid #f0d995}.listing-placeholder__btn:hover{color:#8f6200}.listing-body{display:flex;flex-direction:column;min-width:0;padding:24px 24px 20px}.listing-top{display:flex;justify-content:space-between;align-items:flex-start;gap:18px}.listing-main{min-width:0;flex:1 1 auto}.listing-price{font-size:1.7rem;line-height:1.05;font-weight:800;color:#171717;letter-spacing:-.02em;margin-bottom:8px}.listing-price--empty{display:inline-flex;align-items:center;gap:8px;min-height:38px;padding:0 14px;border-radius:999px;background:#faf7f1;border:1px dashed var(--ag-line);color:var(--ag-soft);font-size:.9rem;font-weight:700;margin-bottom:10px}.listing-title{margin:0;font-size:1.3rem;line-height:1.25;font-weight:800;color:var(--ag-text)}.listing-title a{color:inherit;text-decoration:none}.listing-title a:hover{color:var(--ag-gold)}.listing-address{display:flex;align-items:flex-start;gap:8px;margin-top:9px;color:var(--ag-muted);font-size:.95rem;line-height:1.5}.listing-address i{color:var(--ag-gold);margin-top:1px;flex:0 0 auto}.listing-address--empty{color:var(--ag-soft)}.listing-tags{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.ltag{display:inline-flex;align-items:center;gap:8px;min-height:38px;padding:0 14px;border-radius:999px;border:1px solid var(--ag-line);background:#fff;color:#4c5563;font-size:.86rem;font-weight:700;text-decoration:none}.ltag i{color:var(--ag-gold)}.ltag--good{color:var(--ag-success);background:var(--ag-success-bg);border-color:#d6f1e4}.ltag--warn{color:#936400;background:#fff6df;border-color:#f0dc9f}.listing-missing{margin-top:16px;display:flex;flex-wrap:wrap;gap:8px}.missing-chip{display:inline-flex;align-items:center;gap:7px;min-height:32px;padding:0 12px;border-radius:999px;background:#fbf8f3;border:1px dashed #e5d8c3;color:#8c8376;font-size:.8rem;font-weight:700}.listing-actions-menu .dropdown-menu{min-width:220px;border:none;border-radius:16px;padding:10px;box-shadow:0 20px 45px #22190e24;border:1px solid var(--ag-line)}.listing-actions-menu .dropdown-item{min-height:42px;display:flex;align-items:center;border-radius:10px;font-weight:600;color:#423c33}.listing-actions-menu .dropdown-item:hover{background:#faf6ee}.listing-actions-menu .dropdown-item.text-danger:hover{background:#fff1ef;color:var(--ag-danger)!important}.btn-more{width:42px;height:42px;border-radius:12px;border:1px solid var(--ag-line);background:#fff;color:#6b6258;display:inline-flex;align-items:center;justify-content:center;transition:.18s ease}.btn-more:hover{background:#faf6ee;color:#9d6900;border-color:#e8d197}.listing-footer{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:14px;margin-top:22px;padding-top:18px;border-top:1px solid var(--ag-line-2)}.listing-specs{display:flex;flex-wrap:wrap;gap:10px}.spec-pill{display:inline-flex;align-items:center;gap:8px;min-height:38px;padding:0 14px;border-radius:999px;background:#faf7f1;border:1px solid var(--ag-line);color:#5e564c;font-size:.88rem;font-weight:700}.spec-pill i{color:var(--ag-gold)}.listing-meta{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.meta-pill{display:inline-flex;align-items:center;gap:8px;min-height:38px;padding:0 14px;border-radius:999px;background:#faf7f1;border:1px solid var(--ag-line);color:#6f665b;font-size:.84rem;font-weight:700}.meta-pill i{color:var(--ag-gold)}.meta-actions{display:flex;align-items:center;gap:8px;padding-left:14px;border-left:1px solid var(--ag-line-2)}.icon-btn{width:40px;height:40px;border-radius:12px;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--ag-line);background:#fff;color:#5f574e;transition:.18s ease}.icon-btn:hover{background:#fff6df;border-color:#f0d995;color:#926300}.mobile-row{display:none}.empty-state{background:#fff;border:1px solid var(--ag-line);border-radius:28px;box-shadow:var(--ag-shadow);padding:64px 24px;text-align:center}.empty-state__icon{width:86px;height:86px;margin:0 auto 18px;border-radius:26px;display:flex;align-items:center;justify-content:center;background:#fff6df;color:var(--ag-gold);font-size:2rem;border:1px solid #f0dc9f}.empty-state h3{margin:0 0 10px;font-size:1.55rem;font-weight:800;color:var(--ag-text)}.empty-state p{margin:0;color:var(--ag-muted);font-size:1rem}.ap-pagination{margin-top:34px;display:flex;justify-content:center}.ap-pagination .pagination{gap:8px;flex-wrap:wrap}.ap-pagination .page-link{min-width:42px;height:42px;border-radius:12px!important;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--ag-line);background:#fff;color:#5e554a;font-weight:700;box-shadow:none!important}.ap-pagination .page-item.active .page-link{color:#fff;background:linear-gradient(135deg,var(--ag-gold),var(--ag-gold-2));border-color:transparent}.mobile-bulkbar{display:none}@media(max-width:1200px){.listing-card{grid-template-columns:56px 280px minmax(0,1fr)}}@media(max-width:991.98px){.ap-head{flex-direction:column;align-items:stretch}.ap-primary-btn{width:100%}.listing-card{grid-template-columns:1fr;position:relative}.listing-check{position:absolute;top:14px;left:14px;z-index:3;padding:0;border-right:none;background:transparent}.check-ui span{width:24px;height:24px;border-radius:8px;box-shadow:0 8px 18px #00000014}.listing-media{border-right:none;border-bottom:1px solid var(--ag-line-2);min-height:220px}.listing-image{min-height:220px}.listing-body{padding:18px}.mobile-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.mobile-row__check{display:flex;align-items:center;gap:10px;color:#847767;font-size:.88rem;font-weight:700}.bulk-bar{display:none!important}.mobile-bulkbar{position:sticky;bottom:12px;z-index:20;display:none;margin-top:18px;padding:12px;border-radius:18px;background:#fffffff0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--ag-line);box-shadow:0 14px 40px #2c1f0b1a}.mobile-bulkbar.is-visible{display:block}.mobile-bulkbar__top{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.mobile-bulkbar__count{font-weight:800;color:#7d493b;font-size:.92rem}.mobile-bulkbar__actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.mobile-bulkbar__actions .bulk-btn{min-height:46px;width:100%}}@media(max-width:767.98px){.agent-properties-page .container{max-width:100%}.ap-title{font-size:2rem}.listing-price{font-size:1.45rem}.listing-title{font-size:1.12rem}.listing-top{gap:10px}.meta-actions{border-left:none;padding-left:0;width:100%}.listing-footer{align-items:flex-start;flex-direction:column}.ap-filters{padding:12px;border-radius:18px}}.rev-wrap{background:#f9fafb;min-height:calc(100vh - 120px)}.rev-head{display:flex;justify-content:space-between;align-items:flex-end;gap:16px;flex-wrap:wrap}.rev-title{margin:0;font-size:32px;font-weight:600;letter-spacing:-.01em;color:#111827}.rev-sub{margin-top:6px;font-weight:600;color:#1118278c}.rev-search{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:8px;background:#fff;border:1px solid rgba(0,0,0,.08)}.rev-search i{color:#11182773}.rev-search input{border:0;outline:0;background:transparent;width:320px;max-width:60vw;font-weight:600;color:#111827}.rev-search button{border:0;border-radius:8px;padding:10px 14px;background:#ffc800;color:#111827;font-weight:600}.rev-search button:hover{filter:brightness(.98)}.rev-kpi{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}@media(min-width:992px){.rev-kpi{grid-template-columns:repeat(4,minmax(0,1fr))}}.rev-kpiCard{border-radius:8px;background:#fff;border:1px solid rgba(0,0,0,.06);padding:16px}.rev-kpiLabel{font-size:12px;text-transform:uppercase;letter-spacing:.06em;color:#1118278c;font-weight:600}.rev-kpiVal{margin-top:8px;font-size:28px;font-weight:600;color:#111827}.rev-kpiSub{margin-top:6px;color:#1118278c;font-weight:600;font-size:13px}.stars{display:inline-flex;gap:3px;vertical-align:middle}.stars i{font-size:16px;color:#c58b16}.stars i.off{color:#11182729}.rev-card{border-radius:8px;background:#fff;border:1px solid rgba(0,0,0,.06);overflow:hidden}.rev-cardHead{padding:16px 18px;border-bottom:1px solid rgba(0,0,0,.06);display:flex;justify-content:space-between;align-items:center;gap:12px}.rev-cardHead h3{margin:0;font-weight:600;color:#111827}.rev-cardHead .muted{font-weight:600;color:#1118278c;font-size:13px}.rev-cardBody{padding:8px 18px 18px}.rev-row{padding:16px 0;border-bottom:1px solid rgba(0,0,0,.06)}.rev-row:last-child{border-bottom:0}.rev-topline{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;flex-wrap:wrap}.rev-name{font-weight:600;color:#111827;font-size:16px}.rev-meta{color:#1118278c;font-weight:600;font-size:13px;text-align:right}.rev-meta .dot{margin:0 8px;opacity:.6}.rev-text{margin-top:10px;color:#111827d1;font-weight:600;white-space:pre-wrap;line-height:1.45}.rev-badge{display:inline-flex;align-items:center;gap:6px;font-weight:600;font-size:12px;color:#111827a6}.rev-badge i{color:#11182773}.rev-empty{padding:28px 0;text-align:center;color:#1118278c;font-weight:600}.rev-pagination{margin-top:14px}@media(max-width:991.98px){.rev-search input{width:220px}.rev-meta{text-align:left}}.honey-contacts{--line:rgba(0,0,0,.08);--muted:rgba(0,0,0,.55);--card:#fff}.honey-contacts .hc-head h1{margin:0;font-weight:800;letter-spacing:-.02em}.honey-contacts .hc-sub{color:var(--muted);margin-top:6px}.honey-contacts .hc-toolbar{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.honey-contacts .hc-search{display:flex;gap:10px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:14px;padding:10px;box-shadow:0 10px 26px #0000000d;flex:1;min-width:280px}.honey-contacts .hc-search i{color:#00000073;font-size:18px;margin-left:4px}.honey-contacts .hc-search input{border:0;outline:0;box-shadow:none;padding:0;height:28px;flex:1;min-width:180px}.honey-contacts .hc-btn{border-radius:12px;padding:10px 12px;font-weight:700;border:1px solid var(--line);background:#fff;color:#000000c7}.honey-contacts .hc-btn:hover{background:#00000005}.honey-contacts .hc-btn--honey{background:linear-gradient(180deg,#ffd77a,#f3bf4b);border-color:#0000001a;color:#1e1a14}.honey-contacts .hc-btn--dark{background:#151515;color:#fff;border-color:#0003}.honey-contacts .hc-btn i{margin-right:6px;vertical-align:-2px}.honey-contacts .hc-list{margin-top:14px;background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden;box-shadow:0 18px 44px #0000000f}.honey-contacts .hc-row{display:flex;gap:14px;align-items:center;padding:14px;border-top:1px solid var(--line)}.honey-contacts .hc-row:first-child{border-top:0}.honey-contacts .hc-row:hover{background:#c58b160f}.honey-contacts .hc-ava{width:44px;height:44px;border-radius:14px;background:linear-gradient(135deg,#c58b1638,#ffd77a59);border:1px solid rgba(0,0,0,.08);display:flex;align-items:center;justify-content:center;font-weight:900;color:#000000a6;flex:0 0 auto}.honey-contacts .hc-main{min-width:0;flex:1}.honey-contacts .hc-name{font-weight:800;letter-spacing:-.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.honey-contacts .hc-meta{display:flex;gap:14px;flex-wrap:wrap;color:#0009;font-size:13px;margin-top:4px}.honey-contacts .hc-meta span{display:inline-flex;gap:6px;align-items:center}.honey-contacts .hc-note{margin-top:6px;color:#000000a6;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.honey-contacts .hc-right{display:flex;flex-direction:column;align-items:flex-end;gap:8px;flex:0 0 auto}.honey-contacts .hc-small{font-size:12px;color:#00000073}.honey-contacts .hc-actions{display:flex;gap:8px;align-items:center}.honey-contacts .hc-iconbtn{width:38px;height:38px;border-radius:12px;border:1px solid var(--line);background:#fff;display:inline-flex;align-items:center;justify-content:center;color:#000000bf}.honey-contacts .hc-iconbtn:hover{background:#00000005}.honey-contacts .hc-iconbtn--danger{color:#b42318;border-color:#b4231840}.honey-contacts .hc-iconbtn--danger:hover{background:#b423180f}@media(max-width:640px){.honey-contacts .hc-row,.honey-contacts .hc-right{align-items:flex-start}}.honey-contacts .card{border-radius:18px!important;border:1px solid var(--line2)!important;background:radial-gradient(1200px 300px at 0% 0%,rgba(197,139,22,.1),transparent 60%),#fff!important;box-shadow:0 14px 34px #0000000d;overflow:hidden;transition:transform .14s ease,box-shadow .14s ease,border-color .14s ease}.honey-contacts .card:hover{transform:translateY(-2px);box-shadow:var(--shadow2);border-color:#c58b162e!important}.honey-contacts .card .text-truncate[style*="font-weight:800"]{font-weight:850!important}.honey-contacts .card .text-truncate[style*="color:rgba(0,0,0,.6)"]{color:var(--muted)!important;font-weight:650}.honey-contacts .card i.ri-mail-line,.honey-contacts .card i.ri-phone-line{color:#c58b16d9;margin-right:6px}.honey-contacts .card .btn.btn-sm{border-radius:12px;padding:.45rem .7rem;font-weight:760;box-shadow:none}.honey-contacts .card .btn.btn-sm.btn-outline-dark{border-color:#00000024;color:#000000c7;background:#ffffffeb}.honey-contacts .card .btn.btn-sm.btn-outline-dark:hover{border-color:#0003;box-shadow:0 12px 26px #0000000f}.honey-contacts .card .btn.btn-sm.btn-outline-secondary{border-color:#0000001f;color:#000000a6;background:#ffffffeb}.honey-contacts .card .btn.btn-sm.btn-outline-secondary:hover{border-color:#0000002e;box-shadow:0 12px 26px #0000000f}.honey-contacts .card [style*="font-size:13px"]{font-size:13px!important;line-height:1.35}.honey-contacts .card [style*="color:rgba(0,0,0,.65)"]{color:#0000009e!important}.honey-contacts .card [style*="color:rgba(0,0,0,.45)"]{color:var(--muted2)!important}.honey-contacts .btn.btn-outline-danger{border-color:#dc354540;color:#dc3545f2;background:#dc35450f}.honey-contacts .btn.btn-outline-danger:hover{background:#dc35451a;border-color:#dc354557;box-shadow:0 12px 26px #dc35451f}.honey-contacts .pagination{gap:8px}.honey-contacts .page-link{border-radius:12px!important;border:1px solid var(--line)!important;color:#000000b3;font-weight:750;padding:.55rem .8rem;box-shadow:0 10px 22px #0000000a}.honey-contacts .page-link:hover{border-color:#c58b1647!important;color:#000c}.honey-contacts .page-item.active .page-link{background:linear-gradient(180deg,#f7d477,#f0bf3c)!important;border-color:#0000001a!important;color:#1f1a14!important}@media(max-width:576px){.honey-contacts .btn{padding:.58rem .82rem;border-radius:13px}.honey-contacts .card-body{padding:14px}}.honey-contacts{--card:#fff;--bg:#fff7e6;--line:rgba(15,23,42,.1);--text:#2f2a25;--muted:rgba(15,23,42,.62);--muted2:rgba(15,23,42,.45);--honey:#c58b16;--honey2:#b67d10;--danger:#dc2626;color:var(--text)}.honey-contacts h1{font-weight:800;letter-spacing:-.02em;line-height:1.05}.honey-contacts .d-flex.align-items-end.justify-content-between{gap:14px}.honey-contacts .form-control{border-radius:14px;border:1px solid var(--line);padding:.62rem .85rem;box-shadow:0 8px 22px #0f172a0a}.honey-contacts .form-control:focus{border-color:#c58b1673;box-shadow:0 0 0 .22rem #c58b1624,0 10px 24px #0f172a0d}.honey-contacts .btn{border-radius:14px;font-weight:700;letter-spacing:-.01em;padding:.58rem .9rem;border-width:1px}.honey-contacts .btn.btn-warning{background:linear-gradient(180deg,#f3c95f,#efb838);border-color:#c58b1640;color:#2b241b;box-shadow:0 10px 24px #c58b162e}.honey-contacts .btn.btn-warning:hover{filter:saturate(1.02);box-shadow:0 12px 28px #c58b1638}.honey-contacts .btn.btn-dark{background:linear-gradient(180deg,#151515,#0f0f0f);border-color:#00000059;box-shadow:0 12px 26px #0000002e}.honey-contacts .btn.btn-dark:hover{box-shadow:0 16px 30px #00000038}.honey-contacts .btn.btn-outline-secondary,.honey-contacts .btn.btn-outline-dark{background:#fff;border-color:#0f172a24;color:#0f172ac7}.honey-contacts .btn.btn-outline-secondary:hover,.honey-contacts .btn.btn-outline-dark:hover{border-color:#c58b1659;box-shadow:0 10px 22px #0f172a0f}.honey-contacts .btn.btn-outline-danger{background:#fff;border-color:#dc262640;color:var(--danger)}.honey-contacts .btn.btn-outline-danger:hover{border-color:#dc262659;box-shadow:0 10px 22px #dc262614}.honey-contacts .card{border-radius:16px!important;border:1px solid var(--line)!important;background:var(--card);box-shadow:0 16px 36px #0f172a0f;overflow:hidden}.honey-contacts .card:hover{transform:translateY(-1px);box-shadow:0 20px 44px #0f172a14}.honey-contacts .card-body{padding:16px 16px 14px}.honey-contacts .card .text-truncate{color:var(--text)}.honey-contacts .card .text-truncate i{color:#c58b16e6;margin-right:6px}.honey-contacts .btn.btn-sm{border-radius:12px;padding:.42rem .65rem;font-weight:800}.honey-contacts .meta-muted{color:var(--muted2);font-size:13px}.honey-contacts .hc-empty{border:1px dashed rgba(15,23,42,.16);border-radius:18px;background:linear-gradient(180deg,#ffffffe6,#ffffffbf);padding:22px;color:#0f172a9e;font-weight:700}.honey-contacts .pagination{gap:8px;flex-wrap:wrap}.honey-contacts .page-link{border-radius:12px;border:1px solid rgba(15,23,42,.12);color:#0f172abf;box-shadow:0 10px 22px #0f172a0a}.honey-contacts .page-item.active .page-link{background:#c58b161f;border-color:#c58b1647;color:#2b241b}.honey-contact-edit{--card:#fff;--line:rgba(15,23,42,.1);--line-soft:rgba(15,23,42,.06);--text:#2f2a25;--muted:rgba(15,23,42,.62);--muted2:rgba(15,23,42,.45);--honey:#c58b16;--honey-soft:rgba(197,139,22,.12);--danger:#dc2626;color:var(--text)}.honey-contact-edit h1{font-weight:850;letter-spacing:-.02em;margin-bottom:8px}.honey-contact-edit form{background:var(--card);border:1px solid var(--line);border-radius:18px;padding:22px 22px 18px;box-shadow:0 18px 38px #0f172a0d}.honey-contact-edit .form-label{font-weight:750;font-size:13px;letter-spacing:.02em;color:var(--muted);margin-bottom:6px}.honey-contact-edit .form-control{border-radius:14px;border:1px solid var(--line);padding:.65rem .85rem;font-weight:600;box-shadow:0 8px 22px #0f172a0a;transition:.15s ease}.honey-contact-edit .form-control:focus{border-color:#c58b1673;box-shadow:0 0 0 .22rem #c58b1624,0 10px 24px #0f172a0d}.honey-contact-edit textarea.form-control{resize:vertical;min-height:110px}.honey-contact-edit .form-control.is-invalid{border-color:#dc26268c;box-shadow:0 0 0 .22rem #dc26261f}.honey-contact-edit .invalid-feedback{font-weight:600;font-size:13px}.honey-contact-edit .btn{border-radius:14px;font-weight:800;letter-spacing:-.01em;padding:.6rem 1rem;border-width:1px}.honey-contact-edit .btn.btn-light{border:1px solid var(--line);background:#fff;color:#0f172abf;box-shadow:0 8px 20px #0f172a0a}.honey-contact-edit .btn.btn-light:hover{border-color:#c58b164d;box-shadow:0 12px 26px #0f172a0f}.honey-contact-edit .btn.btn-dark{background:linear-gradient(180deg,#151515,#0f0f0f);border-color:#00000059;box-shadow:0 12px 26px #0000002e}.honey-contact-edit .btn.btn-dark:hover{box-shadow:0 16px 30px #00000038}.honey-contact-edit .row.g-3{--bs-gutter-x: 1.2rem;--bs-gutter-y: 1.2rem}:root{--bg:#FBFAF7;--card:#FFFFFF;--text:#1F1F1F;--muted:#6B6B6B;--line:#ECECEC;--honey:#E6A400;--honey2:#C98700;--soft:#FFF6DD;--brown:#5A3B1E;--brown2:#7A4B21;--r:16px;--r2:22px;--shadow:0 10px 28px rgba(0,0,0,.06);--shadow2:0 6px 18px rgba(0,0,0,.05)}.pp{background:var(--bg);color:var(--text);padding-bottom:46px;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;font-weight:500}.pp,.pp *{font-weight:500}.pp-head{padding:18px 0 12px;background:radial-gradient(circle at 14% 8%,rgba(230,164,0,.08),transparent 55%),radial-gradient(circle at 88% 0%,rgba(230,164,0,.05),transparent 46%);border-bottom:1px solid rgba(0,0,0,.04)}.pp-head__row{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;flex-wrap:wrap}.pp-badges{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:10px}.pp-pill{display:inline-flex;align-items:center;gap:8px;padding:7px 10px;border-radius:999px;border:1px solid var(--line);background:#fff;font-size:12px;text-transform:uppercase;letter-spacing:.06em}.pp-pill i{color:var(--brown);font-size:14px}.pp-pill--deal{background:var(--text);color:#fff;border-color:#00000014}.pp-pill--soft{background:var(--soft);border-color:#e6a40038}.pp-title{margin:0 0 8px;font-size:32px;line-height:1.15;letter-spacing:-.02em}@media(max-width:991px){.pp-title{font-size:28px}}.pp-sub{display:flex;gap:10px;flex-wrap:wrap;color:var(--muted);font-size:13px}.pp-sub i{color:var(--brown);font-size:15px}.pp-sub .dot{opacity:.45}.pp-head__right{text-align:right;margin-left:auto}@media(max-width:991px){.pp-head__right{text-align:left;width:100%}}.pp-price{font-size:28px;letter-spacing:-.01em}@media(max-width:991px){.pp-price{font-size:24px}}.pp-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:10px}@media(max-width:991px){.pp-actions{justify-content:flex-start}}.pp-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:11px 14px;border-radius:12px;border:1px solid var(--line);background:#fff;color:var(--text);text-decoration:none;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.pp-btn i{color:var(--brown);font-size:16px}.pp-btn:hover{transform:translateY(-1px);box-shadow:var(--shadow2);border-color:#0000001a}.pp-btn--primary{width:100%;border:none;background:linear-gradient(135deg,#e6a400f2,#c98700f2);color:#1b1b1b!important;box-shadow:0 10px 22px #e6a40029}.pp-btn--primary i{color:#1b1b1b}.pp-btn--primary:hover{box-shadow:0 14px 28px #e6a40033}.pp-card{background:var(--card);border:1px solid var(--line);border-radius:var(--r2);box-shadow:var(--shadow);overflow:hidden}.pp-card__head{padding:14px 16px;border-bottom:1px solid var(--line);background:#fff}.pp-card__title{display:flex;align-items:center;gap:10px;font-size:13px;text-transform:uppercase;letter-spacing:.06em;color:#2a2a2a}.pp-card__title i{color:var(--brown);font-size:16px}.pp-card__body{padding:16px}.pp-gallery{position:relative}.pp-gallery__main{background:#111}.pp-slide{display:block;width:100%;height:520px}.pp-slide img{width:100%;height:520px;object-fit:cover;display:block}@media(max-width:991px){.pp-slide,.pp-slide img{height:340px}}.pp-gallery__thumbs{padding:12px 14px;background:#fff;border-top:1px solid var(--line)}.pp-thumb{border:none;padding:0;background:transparent;border-radius:14px;overflow:hidden;height:84px;border:1px solid transparent;transition:border-color .15s ease,transform .15s ease}.pp-thumb__img{display:block;width:100%;height:84px;background:#f4f2ee}.pp-thumb__img img{width:100%;height:84px;object-fit:cover;object-position:center;display:block}.pp-thumb.is-active{border-color:#e6a4008c;transform:translateY(-1px)}.js-pp-main{position:relative}.js-pp-main .owl-nav{position:absolute;inset:0;pointer-events:none}.js-pp-main .owl-nav button{pointer-events:auto;position:absolute;top:50%;transform:translateY(-50%);width:52px;height:52px;border-radius:18px!important;border:1px solid rgba(255,255,255,.22)!important;background:#00000057!important;color:#fff!important;display:flex!important;align-items:center;justify-content:center;margin:0!important;padding:0!important;transition:transform .15s ease,background .15s ease}.js-pp-main .owl-nav button:hover{background:#00000085!important;transform:translateY(-50%) scale(1.04)}.js-pp-main .owl-nav button.owl-prev{left:16px}.js-pp-main .owl-nav button.owl-next{right:16px}.js-pp-main .owl-nav button i{font-size:18px}.js-pp-main .owl-nav button:focus{outline:none!important;box-shadow:none!important}.pp-key{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:0;border-top:1px solid var(--line);background:#fff}@media(max-width:991px){.pp-key{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:575px){.pp-key{grid-template-columns:repeat(2,minmax(0,1fr))}}.pp-key__item{padding:14px;display:flex;gap:10px;align-items:center;border-right:1px solid var(--line)}.pp-key__item:nth-child(6){border-right:none}@media(max-width:991px){.pp-key__item{border-right:none;border-bottom:1px solid var(--line)}.pp-key__item:nth-last-child(-n+3){border-bottom:none}}@media(max-width:575px){.pp-key__item:nth-last-child(-n+2){border-bottom:none}}.pp-key__item i{color:var(--brown);font-size:18px}.pp-key__item .k{color:var(--muted);font-size:12px;text-transform:uppercase;letter-spacing:.06em}.pp-key__item .v{margin-left:auto;color:var(--text);font-size:15px}.pp-epcWrap{padding:14px 14px 16px;background:#fff;border-top:1px solid var(--line)}.pp-epc__head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.pp-epc__head .t{display:flex;align-items:center;gap:10px;font-size:13px;text-transform:uppercase;letter-spacing:.06em;color:#2a2a2a}.pp-epc__head .t i{color:var(--brown);font-size:16px}.pp-epc__head .b{color:var(--muted);font-size:13px}.pp-epcArrows{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:8px}.pp-epcArrow{position:relative;height:40px;border-radius:10px;display:flex;align-items:center;padding-left:12px;color:#fff;font-size:15px;font-weight:700;box-shadow:0 6px 14px #0000000f}.pp-epcArrow:after{content:"";position:absolute;right:-16px;top:0;width:0;height:0;border-top:20px solid transparent;border-bottom:20px solid transparent;border-left:16px solid transparent}.pp-epcArrow.is-a:after{border-left-color:#1f9d44}.pp-epcArrow.is-b:after{border-left-color:#57b52b}.pp-epcArrow.is-c:after{border-left-color:#a3c72f}.pp-epcArrow.is-d:after{border-left-color:#f0b100}.pp-epcArrow.is-e:after{border-left-color:#f08a00}.pp-epcArrow.is-f:after{border-left-color:#e34a1a}.pp-epcArrow.is-g:after{border-left-color:#c62828}.pp-epcArrow.is-active{outline:3px solid rgba(90,59,30,.22);transform:translateY(-1px)}.pp-over__it{border:1px solid var(--line);border-radius:16px;padding:14px;background:#fff;box-shadow:0 6px 16px #00000008}.pp-over__it i{color:var(--brown);font-size:18px}.pp-over__it .v{margin-top:4px;font-size:16px}.pp-tag{display:inline-flex;align-items:center;gap:8px;padding:8px 10px;border-radius:999px;border:1px solid var(--line);background:#fff;font-size:13px}.pp-tag i{color:var(--brown);font-size:15px}.pp-content{color:#2b2b2b;line-height:1.85;font-size:15px}.pp-sec{border:1px solid var(--line);border-radius:var(--r);overflow:hidden;background:#fff}.pp-sec__sum{list-style:none;cursor:pointer;padding:14px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);background:linear-gradient(180deg,#fffffff5,#ffffffeb)}.pp-sec__left i{color:var(--brown);font-size:16px}.pp-row{display:flex;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid var(--line)}.pp-row .k{color:var(--muted)}.pp-row .k i{color:var(--brown);font-size:15px;margin-right:8px}.pp-empty{display:flex;gap:12px;padding:14px;border-radius:var(--r);border:1px dashed rgba(0,0,0,.14);background:#fff;color:var(--muted)}.pp-empty i{color:var(--brown);font-size:18px}.pp-empty .t{color:var(--text)}.pp-empty .s{opacity:.9}.pp-agency__logo{width:60px;height:60px;border-radius:16px;object-fit:cover;border:1px solid var(--line);background:#fff}.pp-agency__info .name{font-size:16px}.pp-agency__info .sub{margin-top:4px;font-size:13px;color:var(--muted)}.pp-agency__info .sub i{color:var(--brown);font-size:14px;margin-right:6px}.pp-label{display:block;margin-bottom:6px;font-size:13px;color:var(--muted)}.pp-input{border-radius:12px;border:1px solid var(--line);padding:12px;background:#fff}.pp-input:focus{border-color:#e6a40066;box-shadow:0 0 0 4px #e6a4001a}.pp-note{display:flex;gap:10px;align-items:flex-start;color:var(--muted);font-size:13px}.pp-note i{color:var(--brown);margin-top:2px}.pp-sticky{position:sticky;top:18px}.pp-cta{background:var(--card);border:1px solid var(--line);border-radius:var(--r2);box-shadow:var(--shadow);padding:16px}.pp-cta__top{display:flex;gap:12px;align-items:center}.pp-cta__logo{width:54px;height:54px;border-radius:14px;border:1px solid var(--line);object-fit:cover}.pp-cta__who .n{font-size:15px}.pp-cta__who .s{color:var(--muted);font-size:13px;margin-top:2px}.pp-cta__who i{color:var(--brown);font-size:15px}.pp-cta__btns{margin-top:14px;display:grid;gap:10px}.pp-cta__mini{margin-top:14px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.pp-cta__mini .m{border:1px solid var(--line);border-radius:14px;padding:10px;background:#fff}.pp-cta__mini span{display:block;color:var(--muted);font-size:12px;letter-spacing:.06em;text-transform:uppercase}.pp-cta__mini b{display:block;margin-top:4px;font-weight:500}.pp-mbar{display:none;margin-top:12px;border-radius:var(--r2);overflow:hidden;border:1px solid var(--line);background:#fff}.pp-mbar__btn{display:flex;align-items:center;justify-content:center;gap:10px;padding:12px 14px;text-decoration:none;color:var(--text);border-top:1px solid var(--line)}.pp-mbar__btn:first-child{border-top:none}.pp-mbar__btn i{color:var(--brown);font-size:16px}@media(max-width:991px){.pp-sticky{position:static;top:auto}.pp-mbar{display:block}}.pp i,.pp .fa-solid,.pp .fa-regular,.pp .fa-light,.pp .fa-duotone{color:var(--brown)}.pp .pp-card__title i,.pp .pp-pill i,.pp .pp-sub i,.pp .pp-cta__who i,.pp .pp-note i,.pp .pp-row .k i{font-size:16px}.pp-over{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}@media(max-width:991px){.pp-over{grid-template-columns:repeat(2,minmax(0,1fr))}}.pp-over__it{border:1px solid var(--line);border-radius:18px;padding:14px 14px 13px;background:linear-gradient(180deg,#fffffffa,#fffffff0);box-shadow:0 8px 18px #00000009}.pp-over__it i{font-size:18px}.pp-over__it .k{margin-top:8px;color:var(--muted);font-size:12px;text-transform:uppercase;letter-spacing:.06em}.pp-over__it .v{margin-top:4px;color:var(--text);font-size:16px}.pp-tags{display:flex;flex-wrap:wrap;gap:10px}.pp-tag{display:inline-flex;align-items:center;gap:8px;padding:8px 10px;border-radius:999px;border:1px solid var(--line);background:#fff;font-size:13px;box-shadow:0 6px 14px #00000008}.pp-tag i{font-size:14px}.pp-sections{display:grid;grid-template-columns:1fr;gap:10px}.pp-sec{border:1px solid var(--line);border-radius:18px;overflow:hidden;background:#fff;box-shadow:0 10px 20px #00000008}.pp-sec__sum{list-style:none;cursor:pointer;padding:14px;display:flex;align-items:center;justify-content:space-between;background:linear-gradient(180deg,#fffffffa,#faf9f6eb);border-bottom:1px solid var(--line)}.pp-sec__sum::-webkit-details-marker{display:none}.pp-sec__left{display:flex;align-items:center;gap:10px}.pp-sec__left i{font-size:16px}.pp-sec__sum .chev{color:var(--muted);transition:transform .15s ease}.pp-sec[open] .pp-sec__sum .chev{transform:rotate(180deg)}.pp-table{padding:10px 14px}.pp-row{display:flex;justify-content:space-between;gap:12px;padding:11px 0;border-bottom:1px solid var(--line)}.pp-row:last-child{border-bottom:none}.pp-row .k{color:var(--muted);display:flex;align-items:center;gap:8px}.pp-row .k i{font-size:15px}.pp-row .v{text-align:right;color:var(--text)}.pp-agency{display:flex;gap:14px;align-items:center}.pp-agency__logo{width:62px;height:62px;border-radius:18px;object-fit:cover;border:1px solid var(--line);background:#fff;box-shadow:0 8px 16px #0000000a}.pp-agency__info .name{font-size:16px;color:var(--text)}.pp-agency__info .sub{margin-top:4px;font-size:13px;color:var(--muted);display:flex;align-items:center;gap:8px}.pp-agency__info .muted{opacity:.95}.pp-cta{background:linear-gradient(180deg,#fffffffa,#fbfaf7eb)}.pp-cta__logo{box-shadow:0 10px 18px #0000000a}.pp-cta__mini .m{box-shadow:0 8px 16px #00000008}.pp-cta__mini b{font-size:14px}.pp-btn--primary{background:linear-gradient(135deg,#e6a400e6,#c98700e0)!important;box-shadow:0 12px 24px #e6a40024!important}.pp-btn--primary:hover{box-shadow:0 16px 32px #e6a4002e!important}.pp-mbar{box-shadow:0 12px 22px #0000000a}.pp-mbar__btn{background:#fff}.pp pre{font-size:12px;line-height:1.5}.js-pp-thumbs .owl-stage{display:flex;align-items:stretch}.js-pp-thumbs .owl-item{display:flex}.js-pp-thumbs .pp-thumb{width:100%}.pp-epcArrows{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:0!important;overflow:hidden;border-radius:12px}.pp-epcArrow{position:relative;height:40px;display:flex;align-items:center;padding-left:14px;color:#fff;font-size:15px;font-weight:700;border-radius:0!important;box-shadow:none!important;outline:none!important}@supports (clip-path: polygon(0 0,100% 0,100% 100%,0 100%)){.pp-epcArrow{clip-path:polygon(0 0,calc(100% - 14px) 0,100% 50%,calc(100% - 14px) 100%,0 100%,14px 50%)}.pp-epcArrow:first-child{clip-path:polygon(0 0,calc(100% - 14px) 0,100% 50%,calc(100% - 14px) 100%,0 100%);border-top-left-radius:12px;border-bottom-left-radius:12px}.pp-epcArrow:last-child{clip-path:polygon(0 0,100% 0,100% 100%,0 100%,14px 50%);border-top-right-radius:12px;border-bottom-right-radius:12px}}@supports not (clip-path: polygon(0 0,100% 0,100% 100%,0 100%)){.pp-epcArrow{border-right:1px solid rgba(255,255,255,.25)}.pp-epcArrow:first-child{border-top-left-radius:12px!important;border-bottom-left-radius:12px!important}.pp-epcArrow:last-child{border-right:none;border-top-right-radius:12px!important;border-bottom-right-radius:12px!important}}@supports (clip-path: polygon(0 0,100% 0,100% 100%,0 100%)){.pp-epcArrow+.pp-epcArrow{margin-left:-1px}}.pp-epcArrow.is-active{z-index:2;box-shadow:0 10px 20px #0000001a;outline:3px solid rgba(90,59,30,.22)}.pp-epcArrow .l{position:relative;z-index:2}.pp-epcArrow.is-a{background:#1f9d44}.pp-epcArrow.is-b{background:#57b52b}.pp-epcArrow.is-c{background:#a3c72f}.pp-epcArrow.is-d{background:#f0b100;color:#1b1b1b}.pp-epcArrow.is-e{background:#f08a00}.pp-epcArrow.is-f{background:#e34a1a}.pp-epcArrow.is-g{background:#c62828}.pp-epcArrow{opacity:.45;transition:all .2s ease}.pp-epcArrow.is-active{opacity:1!important;transform:scale(1.05);z-index:3;box-shadow:0 12px 22px #0000002e}.pp-epcArrow.is-active .l{font-size:18px;font-weight:800}.pp-epc-note{margin-top:10px;font-size:13px;color:var(--muted)}.pp-epc-note strong{color:var(--text);margin-bottom:10px}.pp-authbox{display:flex;gap:12px;align-items:center;padding:12px 14px;border-radius:14px;border:1px solid rgba(0,0,0,.08);background:#ffffffb8}.pp-authbox__ico{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:#c58b161f;border:1px solid rgba(197,139,22,.18);color:#a16207fa}.pp-authbox__txt .t{font-weight:800;color:#231a10}.pp-authbox__txt .s{font-weight:650;color:#231a10a6;font-size:.92rem;margin-top:2px}.pp-miniHint{font-size:.92rem;color:#231a109e;font-weight:700;display:flex;align-items:center;gap:8px}:root{--bg:#FBFAF7;--card:#fff;--text:#1F1F1F;--muted:#6B6B6B;--line:#ECECEC;--honey:#E6A400;--honey2:#C98700;--soft:#FFF6DD;--brown:#5A3B1E;--r:16px;--r2:22px;--shadow:0 10px 26px rgba(0,0,0,.06);--shadow2:0 6px 16px rgba(0,0,0,.05)}.hpbar{background:var(--bg);padding:18px 0 12px;border-bottom:1px solid rgba(0,0,0,.04)}.hpbar__card{background:linear-gradient(180deg,#fffffffa,#fbfaf7eb);border:1px solid var(--line);border-radius:var(--r2);box-shadow:var(--shadow);padding:14px}.hpbar__form{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.hp-pill{position:relative;display:flex;align-items:center;gap:10px;padding:10px 12px;border:1px solid var(--line);border-radius:14px;background:#fff;min-height:44px}.hp-pill i{color:var(--brown);font-size:18px}.hp-pill--input{flex:1 1 280px}.hp-pill__input{width:100%;border:none;outline:none;background:transparent}.hp-pill__select{border:none;outline:none;background:transparent;padding-right:22px}.hp-pill--pair{gap:8px}.hp-pill__label{color:var(--muted);font-size:12px;text-transform:uppercase;letter-spacing:.06em}.hp-pill__mini{width:92px;border:1px solid rgba(0,0,0,.06);border-radius:10px;padding:7px 8px;outline:none}.hp-pill__sep{color:var(--muted);opacity:.7}.hp-pill--ghost{background:transparent;border-style:dashed;cursor:pointer}.hp-more-toggle__chev{margin-left:6px;opacity:.8}.hp-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:11px 14px;border-radius:14px;border:1px solid rgba(0,0,0,.08);background:#fff;color:var(--text);text-decoration:none;transition:transform .15s ease,box-shadow .15s ease}.hp-btn i{color:var(--brown);font-size:18px}.hp-btn:hover{transform:translateY(-1px);box-shadow:var(--shadow2)}.hp-btn--soft{background:var(--soft);border-color:#e6a40033}.hp-more{display:none;margin-top:12px}.hp-more.is-open{display:block}.hp-more__inner{border-top:1px solid var(--line);padding-top:12px}.hp-label{color:var(--muted);font-size:13px;margin-bottom:6px;display:block}.hp-input{width:100%;border-radius:12px;border:1px solid var(--line);padding:11px 12px;background:#fff;outline:none}.hp-input:focus{border-color:#e6a40059;box-shadow:0 0 0 4px #e6a4001a}.hp-pair{display:flex;gap:10px;align-items:center}.hp-pair__sep{color:var(--muted);opacity:.7}.hp-check{display:flex;gap:10px;align-items:center;padding:10px;border:1px solid var(--line);border-radius:14px;background:#fff}.hp-check input{display:none}.hp-check__box{width:18px;height:18px;border-radius:6px;border:1px solid rgba(0,0,0,.18);background:#fff;position:relative}.hp-check input:checked+.hp-check__box{border-color:#e6a4008c;background:#e6a40029}.hp-check input:checked+.hp-check__box:after{content:"";position:absolute;inset:3px;border-radius:4px;background:linear-gradient(135deg,#e6a400f2,#c98700f2)}.hp-check__label{font-size:13px}.hp-more__actions{display:flex;align-items:center;gap:12px;justify-content:flex-start;flex-wrap:wrap}.hp-hint{color:var(--muted);font-size:13px;display:flex;align-items:center;gap:8px}.hp-hint i{color:var(--brown);font-size:16px}.hptop{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:12px}@media(max-width:991px){.hptop{flex-direction:column;align-items:stretch}}.hptabs{display:flex;gap:10px;flex-wrap:wrap}.hptab{display:inline-flex;align-items:center;gap:10px;padding:10px 12px;border:1px solid var(--line);border-radius:14px;background:#fff;text-decoration:none;color:var(--text)}.hptab i{color:var(--brown);font-size:18px}.hptab__count{margin-left:4px;color:var(--muted);font-size:12px}.hptab.is-active{border-color:#e6a40040;background:var(--soft)}.hpsort{border:1px solid var(--line);border-radius:14px;background:#fff;padding:10px 12px;outline:none}.hpresults{background:var(--bg);padding:26px 0 70px}.hpres-meta__count{color:var(--muted);margin-bottom:10px}.hpmap{margin-top:14px;border:1px dashed rgba(0,0,0,.14);border-radius:18px;background:#fff}.hpmap__inner{padding:14px;display:flex;gap:12px;align-items:center;color:var(--muted)}.hpmap__inner i{color:var(--brown);font-size:22px}.hps-section{margin-top:18px}.hps-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:10px}.hps-title{display:flex;gap:10px;align-items:center;font-weight:900}.hps-title i{color:var(--brown);font-size:18px}.hps-sub{color:var(--muted);font-size:13px}.hps-list{display:grid;gap:12px}.hps-card{display:grid;grid-template-columns:250px 1fr;gap:12px;text-decoration:none;color:inherit;border-radius:20px;overflow:hidden;border:1px solid var(--line);background:#fff;box-shadow:0 10px 22px #0000000d;transition:transform .15s ease,box-shadow .15s ease;position:relative}.hps-card:hover{transform:translateY(-1px);box-shadow:0 14px 28px #00000012}@media(max-width:575px){.hps-card{grid-template-columns:1fr}}.hps-card__img{position:relative;background:#111;height:180px}.hps-card__img img{width:100%;height:180px;object-fit:cover;display:block}@media(max-width:575px){.hps-card__img,.hps-card__img img{height:240px}}.hps-badges{position:absolute;left:12px;top:12px;display:flex;gap:8px;flex-wrap:wrap}.hps-badge{display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border-radius:999px;font-size:12px;border:1px solid rgba(0,0,0,.1);background:#ffffffeb;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.hps-badge--tier{font-weight:900}.hps-badge--epc{color:#1f1f1f}.hps-card__body{padding:12px 12px 14px}.hps-card__top{display:flex;justify-content:space-between;gap:10px}.hps-card__title{font-weight:900;font-size:16px;line-height:1.35}.hps-card__price{font-weight:900}.hps-card__meta{margin-top:8px;display:flex;align-items:center;gap:10px;color:var(--muted);font-size:13px;flex-wrap:wrap}.hps-promoted{display:inline-flex;align-items:center;gap:8px;color:#7a5a2f}.hps-promoted i{color:var(--brown);font-size:16px}.hps-dot{opacity:.55}.hps-loc{display:inline-flex;align-items:center;gap:8px}.hps-loc i{color:var(--brown)}.hps-card__chips{margin-top:10px;display:flex;flex-wrap:wrap;gap:8px}.hps-card__chips span{display:inline-flex;align-items:center;gap:8px;padding:7px 12px;border-radius:999px;border:1px solid rgba(0,0,0,.06);background:#fff;font-size:13px}.hps-card__chips i{color:var(--brown);font-size:16px}.hps-card--pro{border-color:#e6a40052;background:linear-gradient(180deg,#fffffffa,#fff6dd73)}.hps-card--featured{border-color:#0000001a;background:linear-gradient(180deg,#fffffffa,#fbfaf7f2)}.hps-card--basic{border-color:#00000014}.hpl-section{margin-top:22px}.hpl-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:10px}.hpl-title{display:flex;gap:10px;align-items:center;font-weight:900}.hpl-title i{color:var(--brown);font-size:18px}.hpl-sub{color:var(--muted);font-size:13px}.hpl-list{display:grid;gap:12px}.hpl-card{display:grid;grid-template-columns:230px 1fr;gap:12px;text-decoration:none;color:inherit;background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:0 10px 22px #0000000d;transition:transform .15s ease,box-shadow .15s ease}.hpl-card:hover{transform:translateY(-1px);box-shadow:0 14px 28px #00000012}@media(max-width:575px){.hpl-card{grid-template-columns:1fr}}.hpl-card__img{position:relative;background:#111;height:170px}.hpl-card__img img{width:100%;height:170px;object-fit:cover;display:block}@media(max-width:575px){.hpl-card__img,.hpl-card__img img{height:230px}}.hpl-epc{position:absolute;right:10px;top:10px;padding:7px 10px;border-radius:999px;font-size:12px;font-weight:900;border:1px solid rgba(0,0,0,.12);background:#ffffffeb}.hpl-epc--a{border-color:#21965359}.hpl-epc--b{border-color:#4caf5059}.hpl-epc--c{border-color:#9ccc6559}.hpl-epc--d{border-color:#ffc10759}.hpl-epc--e{border-color:#ff980059}.hpl-epc--f{border-color:#f4433659}.hpl-epc--g{border-color:#c6282859}.hpl-card__body{padding:12px 12px 14px}.hpl-card__top{display:flex;justify-content:space-between;gap:10px}.hpl-card__title{font-weight:900;line-height:1.35;font-size:15px}.hpl-card__price{font-weight:900;font-size:14px}.hpl-card__loc{margin-top:8px;color:var(--muted);font-size:13px;display:flex;gap:8px;align-items:center}.hpl-card__loc i{color:var(--brown)}.hpl-card__chips{margin-top:10px;display:flex;flex-wrap:wrap;gap:8px}.hpl-card__chips span{display:inline-flex;gap:8px;align-items:center;padding:7px 12px;border-radius:999px;border:1px solid rgba(0,0,0,.06);background:#fff;font-size:13px}.hpl-card__chips i{color:var(--brown)}.hpright{position:sticky;top:18px;display:grid;gap:12px}@media(max-width:991px){.hpright{position:static;top:auto}}.hpr-card{background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);padding:14px}.hpr-card__title{display:flex;gap:10px;align-items:center;font-weight:900}.hpr-card__title i{color:var(--brown);font-size:18px}.hpr-mini{display:flex;gap:12px;align-items:center;margin-top:12px;padding:10px;border:1px solid rgba(0,0,0,.06);border-radius:18px;text-decoration:none;color:inherit;background:linear-gradient(180deg,#fffffffa,#fbfaf7eb)}.hpr-mini__logo{width:44px;height:44px;border-radius:14px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(230,164,0,.2);background:var(--soft);color:var(--brown);font-weight:900}.hpr-mini__name{font-weight:900}.hpr-mini__sub{color:var(--muted);font-size:13px;margin-top:2px}.hpr-svc{display:flex;gap:12px;align-items:flex-start;margin-top:12px;padding:10px;border-radius:18px;border:1px solid rgba(0,0,0,.06);text-decoration:none;color:inherit;background:linear-gradient(180deg,#fffffffa,#fbfaf7eb)}.hpr-svc i{color:var(--brown);font-size:20px;margin-top:2px}.hpr-svc__t{font-weight:900}.hpr-svc__s{color:var(--muted);font-size:13px;margin-top:2px}.hpr-note{margin-top:10px;color:var(--muted);font-size:13px;line-height:1.6}.hp-empty{display:flex;gap:12px;align-items:flex-start;padding:14px;border-radius:18px;border:1px dashed rgba(0,0,0,.14);background:#fff;color:var(--muted)}.hp-empty i{color:var(--brown);font-size:22px}.hp-empty .t{color:var(--text);font-weight:900}.agent-profile{--primary: #FFC800;--secondary: #28303F;--text-main: #2D2A26;--text-muted: #6B7280;--bg-light: #F9FAFB;--white: #FFFFFF;--radius-card: 6px;--radius-btn: 10px;--shadow: 0 4px 20px rgba(0,0,0,.08);font-family:Inter,sans-serif;background:var(--bg-light);color:var(--text-main)}.card{background:var(--white);border-radius:var(--radius-card);box-shadow:var(--shadow);padding:16px}.card--sticky{position:sticky;top:16px}@media(max-width:992px){.card--sticky{position:static}}.h2{margin:0;font-size:18px;font-weight:800}.h3{margin:0 0 10px;font-size:16px;font-weight:800}.muted{margin:6px 0 0;color:var(--text-muted);font-size:13px}.text{margin:0;color:#2d2a26db;line-height:1.6}.divider{height:1px;background:#0000000f;margin:14px 0}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:var(--radius-btn);padding:10px 14px;font-weight:800;font-size:13px;border:1px solid transparent;text-decoration:none;cursor:pointer;-webkit-user-select:none;user-select:none;transition:transform .12s ease,box-shadow .12s ease,opacity .12s ease}.btn:hover{transform:translateY(-1px);box-shadow:0 10px 18px #00000014}.btn--primary{background:var(--primary)!important;color:#1b1b1b}.btn--secondary{background:var(--secondary)!important;color:var(--white)!important}.btn--ghost{background:transparent;border-color:#0000001a;color:var(--secondary)}.btn--full{width:100%}.input,.select,.textarea{width:100%;border-radius:8px;border:1px solid rgba(0,0,0,.12);padding:10px 12px;font-weight:600;color:var(--text-main);outline:none;background:var(--white)}.select{padding-right:34px}.textarea{resize:vertical}.input:focus,.select:focus,.textarea:focus{border-color:#ffc800cc;box-shadow:0 0 0 4px #ffc8002e}.label{display:block;font-size:12px;font-weight:800;color:var(--text-muted);margin:0 0 6px}.error{margin-top:6px;font-size:12px;color:#b42318;font-weight:700}.flash{border-radius:12px;padding:10px 12px;margin:10px 0 12px;font-weight:700;font-size:13px}.flash--success{background:#22c55e1f;border:1px solid rgba(34,197,94,.22);color:#166534f2}.agent-profile__hero{position:relative;padding:18px 0 0}.agent-profile__hero-bg{height:334px;border-radius:18px;background:radial-gradient(900px 320px at 18% 50%,#ffc80047,#ffc80000),radial-gradient(700px 260px at 80% 35%,#28303f1f,#28303f00),linear-gradient(180deg,#fffc,#ffffff8c);box-shadow:var(--shadow);margin:0 auto;width:min(1200px,calc(100% - 32px))}.agent-profile__hero-inner{width:min(1200px,calc(100% - 32px));margin:0 auto;position:relative;height:0}.agent-profile__hero-visual{position:absolute;left:0;top:-220px;width:46%;height:220px;border-radius:18px;overflow:hidden;pointer-events:none}.agent-profile__hero-visualGlow{width:100%;height:100%;background:radial-gradient(240px 240px at 30% 35%,#ffc80073,#ffc80000),radial-gradient(220px 220px at 70% 55%,#28303f40,#28303f00);opacity:.9}@media(max-width:992px){.agent-profile__hero-visual{display:none}}.agent-card{position:absolute;left:76%;top:-308px;transform:translate(-50%);width:min(409px,calc(100% - 32px));background:var(--white);border-radius:var(--radius-card);box-shadow:var(--shadow);padding:18px 18px 16px;text-align:center}.agent-card__avatar{width:68px;height:68px;margin:0 auto;border-radius:999px;overflow:hidden;border:4px solid rgba(255,200,0,.25);background:#fff}.agent-card__avatar img{width:100%;height:100%;object-fit:cover}.agent-card__badge{display:inline-flex;align-items:center;gap:8px;padding:6px 10px;border-radius:999px;background:#ffc80033;color:#7a5b00;font-weight:800;font-size:12px;margin:10px 0 8px}.agent-card__badgeDot{width:8px;height:8px;border-radius:999px;background:var(--primary);box-shadow:0 0 0 3px #ffc80038}.agent-card__name{margin:0;font-size:22px;font-weight:900;letter-spacing:-.02em}.agent-card__meta{margin-top:6px}.agent-card__metaRow{color:var(--text-muted);font-weight:600;font-size:13px;line-height:1.4}.agent-card__actions{display:flex;gap:10px;justify-content:center;margin-top:14px}.agent-card__actions .btn{border-radius:50px;min-width:140px}.agent-profile__body{padding:90px 0 28px}.agent-layout{width:min(1200px,calc(100% - 32px));margin:0 auto;display:grid;grid-template-columns:65% 35%;gap:18px}@media(max-width:992px){.agent-layout{grid-template-columns:1fr}}.tabs{display:flex;gap:18px;border-bottom:1px solid rgba(0,0,0,.06);padding:0 0 10px;margin-bottom:14px}.tabs__item{position:relative;font-weight:600;color:var(--text-muted);text-decoration:none;padding:10px 2px}.tabs__item--active{color:var(--text-main)}.tabs__item--active:after{content:"";position:absolute;left:0;bottom:-11px;width:100%;height:3px;background:var(--primary);border-radius:999px}.pane{display:none}.pane--active{display:block}.pane__head{margin-bottom:14px}.pane__title{margin-bottom:12px}.filters{margin-top:12px;background:var(--white);border-radius:var(--radius-card);box-shadow:var(--shadow);padding:12px}.filters__search{margin-bottom:10px}.filters__row{display:grid;grid-template-columns:1fr 1fr auto auto;gap:10px;align-items:center}@media(max-width:640px){.filters__row{grid-template-columns:1fr 1fr}.filters__row .btn{width:100%}}.property-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}@media(max-width:992px){.property-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.property-grid{grid-template-columns:1fr}}.property-card{display:block;background:var(--white);border-radius:var(--radius-card);box-shadow:var(--shadow);overflow:hidden;text-decoration:none;color:inherit;transform:translateY(0);transition:transform .12s ease,box-shadow .12s ease}.property-card:hover{transform:translateY(-2px);box-shadow:0 10px 26px #0000001a}.property-card__media{position:relative;height:140px;background:#0000000a}.property-card__media img{width:100%;height:100%;object-fit:cover}.property-card__fav{position:absolute;top:10px;right:10px;width:34px;height:34px;border-radius:999px;border:1px solid rgba(0,0,0,.08);background:#ffffffeb;font-size:16px;line-height:0;cursor:pointer;color:#28303f8c;transition:transform .12s ease,color .12s ease,background .12s ease}.property-card__fav.is-on{color:#d33;background:#ffc80040}.property-card__fav:hover{transform:scale(1.04)}.property-card__body{padding:12px}.property-card__price{font-weight:900;font-size:16px;letter-spacing:-.01em}.property-card__address{margin-top:6px;color:var(--text-muted);font-weight:600;font-size:13px;min-height:34px}.property-card__facts{margin-top:10px;display:flex;gap:10px;flex-wrap:wrap;color:#2d2a26c7}.fact{display:inline-flex;align-items:center;gap:6px;font-weight:700;font-size:12px}.fact__icon{opacity:.75}.reviews{display:grid;gap:14px}.reviews__summary{display:grid!important;grid-template-columns:170px 1fr;gap:18px;align-items:center}@media(max-width:640px){.reviews__summary{grid-template-columns:1fr}}.reviews__scoreCol{text-align:left}.reviews__scoreBig{font-size:64px;font-weight:900;letter-spacing:-.04em;line-height:1}.reviews__starsBig{margin-top:8px;display:flex;gap:4px}.reviews .star{font-size:18px;color:#00000029}.reviews .star--on{color:var(--primary)}.reviews__count{margin-top:8px;font-weight:700;color:var(--text-muted);font-size:13px}.reviews__barsCol{padding-left:6px}.reviews__barsTitle{font-size:12px;font-weight:800;color:var(--text-muted);margin-bottom:8px}.reviews__barsList{display:grid;gap:8px}.rbar{display:grid;grid-template-columns:70px 1fr 34px;gap:10px;align-items:center}.rbar__label{font-size:12px;font-weight:700;color:var(--text-muted)}.rbar__track{height:8px;background:#0000001a;border-radius:999px;overflow:hidden}.rbar__fill{display:block;height:100%;background:var(--primary);border-radius:999px}.rbar__value{text-align:right;font-size:12px;font-weight:800;color:var(--text-muted)}.reviews__list{display:grid;grid-template-columns:1fr 1fr;gap:14px}@media(max-width:760px){.reviews__list{grid-template-columns:1fr}}.review-card__head{display:flex;gap:10px;align-items:center}.review-card__avatar{width:42px;height:42px;border-radius:999px;background:#ffc80033;display:flex;align-items:center;justify-content:center;font-weight:900;color:#28303fd9}.review-card__name{font-weight:900}.review-card__meta{margin-top:4px;display:flex;gap:10px;align-items:center;color:var(--text-muted);font-size:12px;font-weight:700}.review-card__meta .star{font-size:14px;margin-right:1px}.review-card__text{margin-top:10px;color:#2d2a26db;line-height:1.55}.about-chips{display:grid;grid-template-columns:1fr 1fr;gap:10px}@media(max-width:640px){.about-chips{grid-template-columns:1fr}}.chip{border:1px solid rgba(0,0,0,.06);border-radius:12px;padding:12px;background:#00000003}.chip__k{color:var(--text-muted);font-size:12px;font-weight:800}.chip__v{margin-top:4px;font-weight:900}.agent-profile .about{padding:18px}.agent-profile .about__bio{margin:0;color:#2d2a26db;line-height:1.6;font-weight:600}.agent-profile .about__grid{margin-top:16px;display:grid;grid-template-columns:1fr 1fr;gap:14px}@media(max-width:640px){.agent-profile .about__grid{grid-template-columns:1fr}}.agent-profile .about-item{display:flex;gap:14px;align-items:center;padding:14px;border-radius:16px;background:#00000008;border:1px solid rgba(0,0,0,.04)}.agent-profile .about-item__icon{width:46px;height:46px;border-radius:999px;background:var(--primary);display:flex;align-items:center;justify-content:center;color:#28303fe6;flex:0 0 auto}.agent-profile .about-item__icon svg{width:22px;height:22px}.agent-profile .about-item__k{font-size:12px;font-weight:800;color:var(--text-muted);margin-bottom:4px}.agent-profile .about-item__v{font-size:16px;font-weight:600;color:var(--text-main);letter-spacing:-.01em;overflow-wrap:anywhere}.form{margin-top:10px;display:grid;gap:12px}.form__row{display:grid;gap:6px}.form__grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media(max-width:640px){.form__grid{grid-template-columns:1fr}}.star-pick{display:flex;align-items:center;gap:8px;flex-wrap:wrap;border:1px solid rgba(0,0,0,.12);border-radius:8px;padding:10px 12px}.star-pick__btn{border:0;background:transparent;cursor:pointer;font-size:18px;color:#0000002e;padding:4px 2px;transition:transform .12s ease,color .12s ease}.star-pick__btn:hover{transform:translateY(-1px)}.star-pick__btn.is-on{color:var(--primary)}.star-pick__hint{color:var(--text-muted);font-weight:700;font-size:12px}.hours-list{margin-top:10px;display:grid;gap:8px}.hours-row{display:flex;justify-content:space-between;gap:10px;padding:10px 12px;border-radius:12px;border:1px solid rgba(0,0,0,.06);background:#00000003}.hours-row__day{font-weight:900;display:flex;gap:8px;align-items:center}.hours-row__time{color:var(--text-muted);font-weight:700}.hours-row--today{border-color:#ffc80059;background:#ffc8001f}.hours-row__pill{font-size:11px;font-weight:900;background:var(--primary);color:#1b1b1b;padding:3px 8px;border-radius:999px}.agent-profile .hours{padding:18px}.agent-profile .hours__list{display:grid;gap:10px}.agent-profile .hours-row2{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-radius:14px;background:#fff;border:2px solid rgba(0,0,0,.08)}.agent-profile .hours-row2__day{font-weight:900;font-size:16px;color:var(--text-main)}.agent-profile .hours-row2__right{display:flex;align-items:center;gap:14px}.agent-profile .hours-row2__time{font-weight:800;color:#2d2a26c7}.agent-profile .hours-row2--today{background:var(--primary);border-color:#0000000f}.agent-profile .hours-row2--today .hours-row2__day{color:#1b1b1b}.agent-profile .hours-row2--today .hours-row2__time{color:#1b1b1bd9}.agent-profile .hours-row2__open{display:inline-flex;align-items:center;gap:8px;font-weight:900;color:#1b1b1bb3;white-space:nowrap}.agent-profile .hours-row2__clock{width:28px;height:28px;border-radius:999px;background:#00000014;display:flex;align-items:center;justify-content:center}.agent-profile .hours-row2__clock svg{width:16px;height:16px;color:#0000008c}@media(max-width:520px){.agent-profile .hours-row2{padding:12px 14px}.agent-profile .hours-row2__right{gap:10px}.agent-profile .hours-row2__time{font-size:13px}}.empty{background:var(--white);border-radius:var(--radius-card);box-shadow:var(--shadow);padding:18px;grid-column:1 / -1}.empty__title{font-weight:900}.empty__text{color:var(--text-muted);margin-top:6px;font-weight:600}.pagination-wrap{margin-top:16px}.toast{position:fixed;left:50%;bottom:20px;transform:translate(-50%) translateY(14px);opacity:0;pointer-events:none;background:#28303ff0;color:#fff;padding:10px 12px;border-radius:999px;font-weight:800;font-size:13px;box-shadow:0 18px 50px #0003;transition:opacity .18s ease,transform .18s ease;z-index:9999}.toast--show{opacity:1;transform:translate(-50%) translateY(0)}.honey-sponsored{position:relative;background:#fffdf8;overflow:hidden;padding-top:30px;padding-bottom:30px}.honey-sponsored:before{content:"";position:absolute;inset:0;pointer-events:none;opacity:.16;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='104' viewBox='0 0 120 104'%3E%3Cg fill='none' stroke='%23d7a74a' stroke-width='2' stroke-opacity='0.55'%3E%3Cpath d='M30 2 L90 2 L118 52 L90 102 L30 102 L2 52 Z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:repeat;background-size:140px 120px;background-position:0 0}.honey-sponsored:after{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 20% 15%,rgba(255,190,80,.07),transparent 45%),radial-gradient(circle at 80% 70%,rgba(255,190,80,.05),transparent 50%)}.honey-sponsored .container{position:relative;z-index:1}.honey-sponsored__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin-top:22px}@media(max-width:991px){.honey-sponsored{padding:56px 0}.honey-sponsored__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}}@media(max-width:575px){.honey-sponsored__grid{grid-template-columns:1fr}}.honey-sponsorCard{position:relative;display:block;background:#ffffffe6;border:1px solid rgba(215,167,74,.25);border-radius:18px;padding:18px 18px 16px;text-decoration:none;color:inherit;box-shadow:0 12px 34px #1118271a;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;overflow:hidden}.honey-sponsorCard:hover{transform:translateY(-3px);box-shadow:0 18px 44px #11182724;border-color:#d7a74a73}.honey-sponsorCard__top{display:flex;align-items:center;gap:14px}.honey-sponsorCard__icon{width:48px;height:48px;border-radius:14px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ffbe504d,#ffbe501f);border:1px solid rgba(215,167,74,.35);box-shadow:inset 0 1px #ffffffb3}.honey-sponsorCard__icon i{font-size:22px;color:#8a5a00}.honey-sponsorCard__meta{flex:1;min-width:0}.honey-sponsorCard__name{font-size:15px;font-weight:800;color:#1f2937;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.honey-sponsorCard__sub{margin-top:3px;font-size:13px;color:#1f2937b3;display:flex;gap:8px;align-items:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.honey-sponsorCard__dot{opacity:.6}.honey-sponsorCard__badge{font-size:12px;font-weight:800;padding:6px 10px;border-radius:999px;background:#ffb60638;border:1px solid rgba(255,182,6,.35);color:#7a4c00;white-space:nowrap}.honey-sponsorCard__bottom{display:flex;align-items:center;justify-content:space-between;margin-top:16px}.honey-sponsorCard__rating{display:flex;align-items:baseline;gap:6px;font-weight:800;color:#1f2937}.honey-sponsorCard__rating i{color:#ffb606}.honey-sponsorCard__rating small{font-weight:600;color:#1f29378c}.honey-sponsorCard__cta{font-weight:800;color:#8a5a00;display:flex;align-items:center;gap:8px}.honey-sponsored__footer{margin-top:22px;display:flex;flex-wrap:wrap;align-items:center;gap:16px;justify-content:space-between}.honey-sponsored__note{font-size:13px;color:#1f2937a6;display:flex;align-items:center;gap:6px}.honey-sponsored__proBtn{display:inline-flex;align-items:center;gap:8px;font-weight:800;font-size:14px;color:#8a5a00;text-decoration:none}.honey-sponsored__proBtn i{color:#ffb606}:root{--honey-section-bg: #FEF5DE;--honey-card-bg: #FFFDF7;--honey-text: #2B1B0F;--honey-muted: rgba(43,27,15,.7);--honey-accent: #FFC83D;--honey-accent-2: #FFE9A6;--honey-border: rgba(255,200,61,.45);--honey-shadow: 0 10px 30px rgba(0,0,0,.1);--honey-shadow-hover: 0 18px 46px rgba(0,0,0,.14)}.honey-types{padding:72px 0 92px;background:var(--honey-section-bg)}.honey-types .honey-secHead{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}.honey-types .honey-secKicker{display:flex;align-items:center;gap:10px;font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:var(--honey-muted);font-weight:800}.honey-types .honey-secKicker .dot{width:10px;height:10px;border-radius:999px;background:var(--honey-accent);box-shadow:0 0 0 6px #ffc83d38}.honey-types .honey-secTitle{margin:10px 0 8px;font-size:34px;line-height:1.12;font-weight:900;color:var(--honey-text)}.honey-types .honey-secSub{margin:0;font-size:15px;color:var(--honey-muted);max-width:680px}.honey-types .honey-secAction{display:flex;align-items:center;gap:10px}.honey-types .honey-viewAll{display:inline-flex;align-items:center;gap:10px;padding:10px 14px;border-radius:14px;background:#ffc83d38;border:1px solid rgba(255,200,61,.35);color:var(--honey-text);font-weight:800;text-decoration:none}.honey-types .honey-viewAll:hover{background:#ffc83d52}.honey-typesGrid{display:grid;grid-template-columns:repeat(6,1fr);gap:20px;margin-top:26px}@media(max-width:1200px){.honey-typesGrid{grid-template-columns:repeat(4,1fr)}}@media(max-width:768px){.honey-typesGrid{grid-template-columns:repeat(2,1fr)}}@media(max-width:420px){.honey-typesGrid{grid-template-columns:1fr}}.honey-typeCard{position:relative;height:210px;border-radius:22px;padding:20px;overflow:hidden;background:url("data:image/svg+xml,%3Csvg width='140' height='122' viewBox='0 0 140 122' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23FFC83D' stroke-width='1' opacity='0.12'%3E%3Cpolygon points='35,2 105,2 138,61 105,120 35,120 2,61'/%3E%3C/g%3E%3C/svg%3E") repeat,var(--honey-card-bg);border:1px solid var(--honey-border);box-shadow:var(--honey-shadow);text-decoration:none;color:var(--honey-text);display:flex;flex-direction:column;justify-content:space-between;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.honey-typeCard:hover{transform:translateY(-6px);box-shadow:var(--honey-shadow-hover);border-color:#ffc83d99}.honey-typeCard__top{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.honey-typeCard__icon{width:100%;display:flex;align-items:flex-start;justify-content:flex-start;padding-top:4px}.honey-typeCard__icon i{font-size:78px;line-height:1;color:#5a3a10;opacity:.95}.honey-typeCard__label{font-size:22px;font-weight:900;letter-spacing:.2px;margin-top:6px}.honey-typeCard__hint{font-size:13px;color:var(--honey-muted);margin-top:6px}.honey-typeCard__chev{position:absolute;right:16px;bottom:16px;width:42px;height:42px;border-radius:16px;background:#ffc83d38;display:grid;place-items:center;font-size:18px;border:1px solid rgba(255,200,61,.22);transition:background .18s ease,transform .18s ease}.honey-typeCard:hover .honey-typeCard__chev{background:#ffc83d5c;transform:translate(2px)}.honey-typeCard:focus-visible{outline:3px solid rgba(255,200,61,.55);outline-offset:3px}:root{--honey-bg: #FEF5DE;--honey-card: #FFFDF7;--honey-text: #3B2A1A;--honey-muted: #7A6A58;--honey-accent: #F4B400;--honey-line: rgba(243,212,138,.35);--honey-border: rgba(243,212,138,.45);--honey-shadow: 0 14px 40px rgba(0,0,0,.08);--honey-shadow-hover: 0 24px 60px rgba(0,0,0,.14)}.honey-rentNew{position:relative;padding:92px 0 96px;overflow:hidden}.honey-rentNew:before{content:"";position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='84' height='72' viewBox='0 0 84 72'%3E%3Cg fill='none' stroke='%23F3D48A' stroke-width='1'%3E%3Cpolygon points='42,1 83,18 83,54 42,71 1,54 1,18'/%3E%3C/g%3E%3C/svg%3E");background-size:70px 60px;opacity:.26;pointer-events:none}.honey-rentNew:after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,var(--honey-bg) 0%,rgba(254,245,222,0) 14%),linear-gradient(to top,var(--honey-bg) 0%,rgba(254,245,222,0) 14%);pointer-events:none}.honey-rentNew>.container{position:relative;z-index:1}.honey-rentNew .honey-secHead{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:26px}.honey-rentNew .honey-kicker{display:flex;align-items:center;gap:10px;font-size:13px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--honey-muted)}.honey-rentNew .honey-kicker__dot{width:8px;height:8px;border-radius:999px;background:var(--honey-accent);box-shadow:0 0 0 6px #f4b4002e}.honey-rentNew .honey-title{margin:8px 0 0;font-size:36px;line-height:1.15;font-weight:900;color:var(--honey-text)}.honey-rentNew .honey-link{display:inline-flex;align-items:center;gap:10px;padding:10px 14px;border-radius:999px;border:1px solid rgba(243,212,138,.55);background:#ffffff8c;color:#5c4100;font-weight:800;text-decoration:none;transition:background .18s ease,transform .18s ease}.honey-rentNew .honey-link:hover{background:#ffffffbf;transform:translateY(-1px)}.honey-rentNew__wrap{margin-top:10px}.honey-rentNew .honey-cardP{border-radius:22px;overflow:hidden;background:var(--honey-card);border:1px solid var(--honey-border);box-shadow:var(--honey-shadow);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.honey-rentNew .honey-cardP:hover{transform:translateY(-6px);box-shadow:var(--honey-shadow-hover);border-color:#f3d48abf}.honey-rentNew .honey-cardP__media{position:relative;display:block;height:230px;background-image:var(--bg);background-size:cover;background-position:center}.honey-rentNew .honey-cardP__media:after{content:"";position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72' height='62' viewBox='0 0 72 62'%3E%3Cg fill='none' stroke='%23F3D48A' stroke-width='1'%3E%3Cpolygon points='36,1 71,18 71,44 36,61 1,44 1,18'/%3E%3C/g%3E%3C/svg%3E");background-size:56px 48px;opacity:.2;pointer-events:none}.honey-rentNew .honey-cardP__shade{position:absolute;left:0;right:0;bottom:0;height:92px;background:linear-gradient(180deg,#0000,#00000052);pointer-events:none}.honey-rentNew .honey-cardP__badges{position:absolute;top:14px;left:14px;display:flex;gap:10px;flex-wrap:wrap;z-index:2}.honey-rentNew .honey-badge{display:inline-flex;align-items:center;gap:8px;padding:7px 10px;border-radius:999px;font-weight:900;font-size:12px;letter-spacing:.06em;text-transform:uppercase;border:1px solid rgba(0,0,0,.06);background:#ffffffeb;color:var(--honey-text);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.honey-rentNew .honey-badge--rent{background:#f4b400eb;border-color:#f4b4008c;color:#2b1b0f}.honey-rentNew .honey-badge--new{background:#ffffffeb;border-color:#ffffffa6}.honey-rentNew .honey-like{position:absolute;top:12px;right:12px;width:42px;height:42px;border-radius:14px;border:1px solid rgba(255,255,255,.62);background:#ffffffe6;display:grid;place-items:center;box-shadow:0 10px 24px #0000001f;cursor:pointer;z-index:2}.honey-rentNew .honey-like i{font-size:18px;color:#2b1b0f}.honey-rentNew .honey-cardP__body{padding:16px 16px 18px}.honey-rentNew .honey-cardP__title{font-size:16px;font-weight:950;color:var(--honey-text);line-height:1.25;min-height:40px}.honey-rentNew .honey-cardP__price{margin-top:10px;font-size:18px;font-weight:1000;color:var(--honey-text)}.honey-rentNew .honey-cardP__meta{margin-top:10px;display:flex;flex-direction:column;gap:6px;color:#3b2a1ac7;font-weight:750;font-size:13px}.honey-rentNew .honey-metaRow{display:flex;align-items:center;gap:10px}.honey-rentNew .honey-metaRow i{width:18px;text-align:center;color:#3b2a1ad1}.honey-rentNew .owl-nav{position:absolute;top:-62px;right:0;display:flex;gap:10px}.honey-rentNew .owl-nav button.owl-prev,.honey-rentNew .owl-nav button.owl-next{width:44px;height:44px;border-radius:14px;background:#fff9!important;border:1px solid rgba(243,212,138,.55)!important;color:#2b1b0f!important;display:grid;place-items:center;transition:transform .15s ease,background .15s ease;box-shadow:0 10px 20px #00000014}.honey-rentNew .owl-nav button.owl-prev:hover,.honey-rentNew .owl-nav button.owl-next:hover{transform:translateY(-2px);background:#ffffffc7!important}.honey-rentNew .owl-nav button.owl-prev span,.honey-rentNew .owl-nav button.owl-next span{font-size:26px;line-height:1}.honey-rentNew .owl-dots{margin-top:14px;text-align:center}.honey-rentNew .owl-dots .owl-dot span{width:8px;height:8px;margin:6px 4px;background:#3b2a1a33}.honey-rentNew .owl-dots .owl-dot.active span{background:#f4b400f2}@media(max-width:992px){.honey-rentNew .honey-title{font-size:30px}.honey-rentNew .owl-nav{top:-58px}}@media(max-width:576px){.honey-rentNew{padding:76px 0 86px}.honey-rentNew .honey-secHead{align-items:flex-start;flex-direction:column}.honey-rentNew .owl-nav{position:static;margin-top:12px;justify-content:flex-start}}.bh-honeyTools{padding:90px 0;background:linear-gradient(180deg,#f8f4eb,#f3eee4)}.bh-honeyTools__head{text-align:center;max-width:760px;margin:0 auto 60px}.bh-honeyTools__title{font-size:40px;font-weight:800;color:#2f2a25;margin-bottom:14px}.bh-honeyTools__sub{font-size:17px;color:#6c645a}.bh-honeyGrid{display:flex;justify-content:center;flex-wrap:wrap;gap:28px}.bh-honeyHex{width:250px;height:280px;position:relative;text-decoration:none;color:#fff;clip-path:polygon(25% 6%,75% 6%,100% 50%,75% 94%,25% 94%,0% 50%);display:flex;align-items:center;justify-content:center;transition:all .25s ease}.bh-honeyHex:hover{transform:translateY(-8px);filter:brightness(1.06)}.bh-honeyHex__inner{text-align:center;padding:30px 24px}.bh-honeyHex__icon{width:64px;height:64px;margin:0 auto 16px;display:flex;align-items:center;justify-content:center;border-radius:18px;background:#ffffff2e;border:1px solid rgba(255,255,255,.22);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.bh-honeyHex__icon i{font-size:28px;color:#fff}.bh-honeyHex__title{font-size:22px;font-weight:700;margin-bottom:12px}.bh-honeyHex__text{font-size:15px;line-height:1.5;margin-bottom:18px;color:#fffffff2}.bh-honeyHex__cta{font-size:14px;font-weight:600;display:flex;justify-content:center;gap:6px;align-items:center}.bh-honeyHex--rose{background:linear-gradient(135deg,#c98a73,#b9735b)}.bh-honeyHex--sage{background:linear-gradient(135deg,#7f9f8c,#6f8f7c)}.bh-honeyHex--plum{background:linear-gradient(135deg,#84708a,#725f78)}.bh-honeyHex--honey{background:linear-gradient(135deg,#d4a73c,#c38d1a)}.bh-honeyLogos{margin-top:50px;text-align:center}.bh-honeyLogos__label{font-size:14px;font-weight:600;color:#8a7f70;margin-bottom:24px}.bh-honeyLogos__row{display:flex;justify-content:center;flex-wrap:wrap;gap:36px}.bh-honeyLogo img{height:34px;opacity:.7;transition:.2s}.bh-honeyLogo:hover img{opacity:1}@media(max-width:992px){.bh-honeyHex{width:220px;height:250px}}@media(max-width:768px){.bh-honeyGrid{gap:20px}.bh-honeyHex{width:200px;height:230px}}@media(max-width:768px){.bh-honeyGrid{display:grid;grid-template-columns:1fr 1fr;gap:18px;justify-items:center}.bh-honeyHex{width:100%;max-width:180px;height:210px}.bh-honeyHex__inner{padding:22px 18px}.bh-honeyHex__icon{width:48px;height:48px}.bh-honeyHex__icon i{font-size:22px}.bh-honeyHex__title{font-size:16px;margin-bottom:8px}.bh-honeyHex__text{font-size:13px;line-height:1.4}.bh-honeyHex__cta{font-size:12px}}@media(max-width:768px){.bh-honeyHex:nth-child(3),.bh-honeyHex:nth-child(4){margin-top:-20px}}.bh-agencyStrip{margin-top:60px;text-align:center}.bh-agencyStrip__label{font-size:14px;font-weight:600;color:#8a7f70;margin-bottom:26px}.bh-agencyStrip__logos{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:40px}.bh-agencyLogo{display:flex;align-items:center;justify-content:center}.bh-agencyLogo img{height:34px;max-width:140px;object-fit:contain;opacity:.65;filter:grayscale(1);transition:all .25s ease}.bh-agencyLogo:hover img{opacity:1;filter:grayscale(0)}.bh-agentHoney{margin-top:70px;text-align:center}.bh-agentHoney__label{font-size:14px;font-weight:600;color:#8a7f70;margin-bottom:30px}.bh-agentHoney__grid{display:flex;justify-content:center;flex-wrap:wrap;gap:28px}.bh-agentHex{width:90px;height:100px;clip-path:polygon(25% 6%,75% 6%,100% 50%,75% 94%,25% 94%,0% 50%);overflow:hidden;display:flex;align-items:center;justify-content:center;background:#f3eee4;border:2px solid #e7dcc7;transition:.25s}.bh-agentHex:hover{transform:translateY(-4px);border-color:#c38d1a}.bh-agentHex img{width:100%;height:100%;object-fit:cover}.bh-agentHoney{margin-top:40px;padding-bottom:30px;text-align:center}.bh-agentHoney__label{font-size:14px;font-weight:600;color:#8c7f6e;margin-bottom:28px}.bh-agentHoney__grid{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:30px}.bh-agentHex{position:relative;width:120px;height:135px;clip-path:polygon(25% 6%,75% 6%,100% 50%,75% 94%,25% 94%,0% 50%);display:flex;align-items:center;justify-content:center;transition:all .25s ease}.bh-agentHex__bg{position:absolute;inset:0;background:#f6f1e6;border:2px solid #e6dbc8;clip-path:inherit}.bh-agentHex__inner{position:relative;width:80%;height:80%;display:flex;align-items:center;justify-content:center}.bh-agentHex img{max-width:100%;max-height:100%;object-fit:contain}.bh-agentHex:hover{transform:translateY(-4px)}.bh-agentHex:hover .bh-agentHex__bg{border-color:#c7921a;box-shadow:0 6px 18px #00000014}@media(max-width:768px){.bh-agentHoney__grid{gap:18px}.bh-agentHex{width:90px;height:105px}}.bh-hpex__track{display:flex;gap:16px;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none}.bh-hpex__track{display:flex;gap:16px;will-change:transform;transition:transform .35s ease}.bh-hpexCard{flex:0 0 280px}.bh-hpex__dot{width:9px;height:9px;border:0;border-radius:999px;background:#0000002e;transition:all .2s ease}.bh-hpex__track{display:flex;gap:16px;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;scroll-snap-type:x mandatory;padding-bottom:2px}.bh-hpex__dot{width:9px;height:9px;border:0;border-radius:999px;background:#0000002e;transition:.2s ease}.bh-hpex__dot.is-active{background:#5b3c18}.bh-hpex__navBtn:disabled{opacity:.45;pointer-events:none}.bh-areas{padding:40px 0;background:#fffdf8}.bh-section-title{font-size:26px;font-weight:800;color:#222731;display:flex;align-items:center;gap:10px;margin-bottom:24px}.bh-section-title i{color:#ffc800}.bh-areas__grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.bh-area{position:relative;display:block;height:110px;border-radius:14px;overflow:hidden;text-decoration:none;box-shadow:0 6px 16px #00000014;transition:.25s}.bh-area:hover{transform:translateY(-3px);box-shadow:0 12px 28px #00000024}.bh-area__media{position:absolute;inset:0;background-image:var(--bg);background-size:cover;background-position:center;transition:.4s}.bh-area:hover .bh-area__media{transform:scale(1.05)}.bh-area:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#00000026,#0000008c)}.bh-area__content{position:absolute;bottom:10px;left:12px;right:50px;color:#fff;display:flex;flex-direction:column;gap:2px}.bh-area__title{font-size:14px;font-weight:700}.bh-area__meta{font-size:11px;opacity:.9;display:flex;align-items:center;gap:5px}.bh-area__arrow{position:absolute;right:10px;bottom:10px;width:30px;height:30px;border-radius:50%;background:#ffc800;display:flex;align-items:center;justify-content:center;color:#222731;font-size:12px}@media(max-width:1200px){.bh-areas__grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:768px){.bh-areas__grid{grid-template-columns:repeat(2,1fr);gap:10px}.bh-area{height:95px}}@media(max-width:480px){.bh-area{height:88px}.bh-area__title{font-size:13px}.bh-area__meta{font-size:10px}}.bh-hpex__rightTop{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}.bh-hpex__nav{display:flex;align-items:center;gap:10px;flex-shrink:0}.bh-hpex__navBtn{width:42px;height:42px;border-radius:50%;border:1px solid rgba(24,28,35,.1);background:#fff;color:#2d2a26;display:inline-flex;align-items:center;justify-content:center;font-size:20px;cursor:pointer;transition:.2s ease;box-shadow:0 8px 20px #0000000d}.bh-hpex__navBtn:hover{transform:translateY(-1px);box-shadow:0 12px 24px #00000014}.bh-hpex__trackWrap{overflow:hidden;position:relative}.bh-hpex__track{display:flex;gap:16px;overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none}.bh-hpex__track::-webkit-scrollbar{display:none}.bh-hpexCard{flex:0 0 280px;scroll-snap-align:start}.bh-hpex__dots{display:flex;justify-content:center;gap:8px;margin-top:14px}.bh-hpex__dot{width:9px;height:9px;border:0;border-radius:999px;background:#0000002e;transition:.2s ease;cursor:pointer}.bh-hpex__dot.is-active{background:#5b3c18;width:24px}@media(max-width:991.98px){.bh-hpex__rightTop{flex-wrap:wrap;align-items:flex-start}}@media(max-width:767.98px){.bh-hpexCard{flex:0 0 230px}}.honey-popular .owl-nav,.honey-rentNew .owl-nav{margin-top:20px!important;display:flex!important;justify-content:center;align-items:center;gap:12px}.honey-popular .owl-nav button.owl-prev,.honey-popular .owl-nav button.owl-next,.honey-rentNew .owl-nav button.owl-prev,.honey-rentNew .owl-nav button.owl-next{width:46px;height:46px;margin:0!important;border-radius:50%!important;border:1px solid rgba(24,28,35,.1)!important;background:#fff!important;color:#2d2a26!important;display:inline-flex!important;align-items:center;justify-content:center;box-shadow:0 8px 20px #0000000d;transition:.2s ease}.honey-popular .owl-nav button.owl-prev:hover,.honey-popular .owl-nav button.owl-next:hover,.honey-rentNew .owl-nav button.owl-prev:hover,.honey-rentNew .owl-nav button.owl-next:hover{transform:translateY(-1px);box-shadow:0 12px 24px #00000014}.honey-popular .owl-nav button.owl-prev span,.honey-popular .owl-nav button.owl-next span,.honey-rentNew .owl-nav button.owl-prev span,.honey-rentNew .owl-nav button.owl-next span{display:flex;align-items:center;justify-content:center;font-size:22px;line-height:1}.honey-popular .owl-dots,.honey-rentNew .owl-dots{margin-top:14px!important;display:flex;justify-content:center;align-items:center;gap:8px}.honey-popular .owl-dots .owl-dot span,.honey-rentNew .owl-dots .owl-dot span{width:9px!important;height:9px!important;margin:0!important;border-radius:999px!important;background:#0000002e!important;transition:.2s ease!important}.honey-popular .owl-dots .owl-dot.active span,.honey-rentNew .owl-dots .owl-dot.active span{width:24px!important;background:#5b3c18!important}.bh-typeCatalog__head{margin-bottom:28px}.bh-typeCatalog__kicker{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:999px;background:#fff4da;border:1px solid #f0ddb0;color:#94650d;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.bh-typeCatalog__dot{width:7px;height:7px;border-radius:50%;background:#f2b20f}.bh-typeCatalog__top{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;flex-wrap:wrap;margin-top:14px}.bh-typeCatalog__title{margin:0 0 8px;font-size:34px;line-height:1.1;font-weight:900;letter-spacing:-.03em;color:#1f1f1d}.bh-typeCatalog__sub{margin:0;max-width:720px;color:#7a7367;line-height:1.65}.bh-typeCatalog__link{display:inline-flex;align-items:center;gap:8px;text-decoration:none;font-weight:800;color:#a06a0a}.bh-typeCatalog__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.bh-typeCatalogCard{display:flex;align-items:center;gap:16px;padding:20px;border-radius:22px;background:#fff;border:1px solid #ece3d8;text-decoration:none;transition:.22s ease}.bh-typeCatalogCard:hover{transform:translateY(-4px);box-shadow:0 18px 34px #13182014}.bh-typeCatalogCard__icon{width:56px;height:56px;flex:0 0 56px;border-radius:16px;display:flex;align-items:center;justify-content:center;background:#fbf6ea;border:1px solid #efe2bf;color:#94650d;font-size:24px}.bh-typeCatalogCard__info{min-width:0;flex:1 1 auto}.bh-typeCatalogCard__title{font-size:17px;line-height:1.25;font-weight:900;color:#2d2a26;margin-bottom:4px}.bh-typeCatalogCard__meta{font-size:14px;color:#7a7367}.bh-typeCatalogCard__arrow{width:34px;height:34px;flex:0 0 34px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#f7f3ed;color:#8e7d6f;border:1px solid #ebe2d7}@media(max-width:1100px){.bh-typeCatalog__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.bh-typeCatalog__grid{grid-template-columns:1fr}}.honey-sponsored__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.honey-sponsorCard{position:relative;display:flex;flex-direction:column;gap:16px;min-height:100%;padding:22px;border-radius:24px;background:linear-gradient(180deg,#fffffffa,#fffbf4fa);border:1px solid #e7dece;text-decoration:none;overflow:hidden;transition:.22s ease}.honey-sponsorCard:hover{transform:translateY(-4px);box-shadow:0 20px 42px #1418201a}.honey-sponsorCard__top{display:flex;align-items:flex-start;gap:14px}.honey-sponsorCard__icon{width:56px;height:56px;flex:0 0 56px;border-radius:18px;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#fff4d6,#ffefbf);border:1px solid #f0ddb0;color:#9a6808;font-size:24px}.honey-sponsorCard__meta{min-width:0;flex:1 1 auto}.honey-sponsorCard__name{font-size:20px;line-height:1.2;font-weight:900;color:#2d2a26;margin-bottom:8px}.honey-sponsorCard__sub{display:flex;flex-wrap:wrap;align-items:center;gap:8px;color:#7b7268;font-size:14px}.honey-sponsorCard__badge{margin-left:auto;flex-shrink:0;display:inline-flex;align-items:center;height:32px;padding:0 12px;border-radius:999px;background:#fff4da;border:1px solid #f0ddb0;color:#94650d;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.honey-sponsorCard__bottom{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:14px;border-top:1px solid rgba(24,28,35,.06)}.honey-sponsorCard__rating{display:inline-flex;align-items:center;gap:6px;font-size:18px;font-weight:900;color:#2d2a26}.honey-sponsorCard__rating i{color:#f4b400}.honey-sponsorCard__rating small{font-size:12px;color:#8a8176;font-weight:700}.honey-sponsorCard__cta{display:inline-flex;align-items:center;gap:8px;font-weight:800;color:#a06a0a}.honey-sponsorCard__honey{position:absolute;right:-28px;bottom:-28px;width:140px;height:140px;border-radius:50%;background:radial-gradient(circle,#f4b4001f,#f4b40000 70%);pointer-events:none}@media(max-width:1100px){.honey-sponsored__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.honey-sponsored__grid{grid-template-columns:1fr}}.lang-dropdown.active .lang-list{opacity:1;visibility:visible;transform:translateY(0)}.lang-dropdown.active .lang-arrow{transform:rotate(180deg)}.lang-dropdown{position:relative;display:inline-block;margin-right:15px}.lang-btn{background:transparent;border:1px solid #e0e0e0;border-radius:50px;padding:6px 14px;cursor:pointer;display:flex;align-items:center;gap:6px;font-size:14px;font-weight:600;color:#292929;transition:all .3s ease}.lang-btn:hover,.lang-dropdown.active .lang-btn{border-color:#ffb606;color:#ffb606}.lang-flag{font-size:16px;line-height:1}.lang-arrow{font-size:14px;color:#888;transition:transform .3s ease}.lang-list{position:absolute;top:120%;right:0;background:#fff;min-width:120px;box-shadow:0 5px 25px #0000001a;border-radius:8px;padding:8px 0;list-style:none;z-index:1000;opacity:0;visibility:hidden;transform:translateY(10px);transition:all .3s ease}.lang-item{display:flex;align-items:center;gap:10px;padding:8px 15px;text-decoration:none;color:#555;font-size:14px;font-weight:500;transition:background .2s}.lang-item:hover{background-color:#fff8e1;color:#ffb606}.lang-dropdown:hover .lang-list{opacity:1;visibility:visible;transform:translateY(0)}.lang-dropdown:hover .lang-arrow{transform:rotate(180deg)}@media(max-width:768px){.lang-dropdown{margin-right:0;margin-bottom:10px}.lang-list{left:0;right:auto}}.hplx-section{margin-top:28px}.hplx-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:18px}.hplx-title{display:flex;align-items:center;gap:10px;font-size:22px;font-weight:800;color:#2f2a25;letter-spacing:-.02em}.hplx-title i{color:#b88318;font-size:22px}.hplx-sub{color:#2f2a2594;font-size:14px}.hplx-list{display:grid;gap:18px}.hplx-card{position:relative;border-radius:28px;background:#fbfaf7;border:1px solid rgba(0,0,0,.06);box-shadow:0 18px 40px #0000000f;overflow:hidden;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.hplx-card:hover{transform:translateY(-2px);box-shadow:0 24px 52px #00000017;border-color:#b8831829}.hplx-card__anchor{display:grid;grid-template-columns:320px minmax(0,1fr);gap:22px;padding:18px;color:inherit;text-decoration:none}.hplx-card__media,.hplx-card__body{position:relative;min-width:0}.hplx-card__media{border-radius:24px;overflow:hidden;min-height:220px;background:#e9e4dc}.hplx-card__media img{display:block;width:100%;height:100%;object-fit:cover}.hplx-badge{position:absolute;top:18px;left:18px;display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 18px;border-radius:16px;font-size:14px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#fff;background:linear-gradient(180deg,#efbf58,#dc9f23);box-shadow:0 10px 24px #dc9f2340}.hplx-fav{position:absolute;top:34px;left:274px;z-index:5;width:56px;height:56px;border:none;border-radius:999px;background:#fff;box-shadow:0 12px 24px #0000001f;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .18s ease,background .18s ease}.hplx-fav:hover{transform:scale(1.04)}.hplx-fav i{font-size:26px;line-height:1;color:#9ea3aa;transition:color .18s ease}.hplx-fav.is-active i{color:#f2555b}.hplx-card__body{display:flex;flex-direction:column}.hplx-card__top{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:18px}.hplx-card__main{min-width:0;flex:1 1 auto}.hplx-card__title{margin:0 0 8px;font-size:26px;line-height:1.12;font-weight:800;letter-spacing:-.03em;color:#2c2a27}.hplx-card__loc{display:flex;align-items:center;gap:8px;color:#2f2a258f;font-size:15px;font-weight:500}.hplx-card__loc i{color:#c08a17;font-size:18px;flex:0 0 auto}.hplx-card__pricebox{flex:0 0 auto;text-align:right}.hplx-card__price{font-size:24px;line-height:1;font-weight:900;letter-spacing:-.03em;color:#2c2a27;white-space:nowrap}.hplx-card__price-note{margin-top:8px;font-size:13px;color:#2f2a256b}.hplx-specs{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:18px}.hplx-spec{min-width:180px;height:62px;padding:0 18px;border-radius:18px;background:#f1efeb;display:flex;align-items:center;gap:10px;border:1px solid rgba(0,0,0,.03)}.hplx-spec i{font-size:22px;color:#35363a;flex:0 0 auto}.hplx-spec__value{font-size:16px;font-weight:800;color:#2d2b28}.hplx-spec__label{font-size:15px;color:#2f2a25b3;white-space:nowrap}.hplx-card__bottom{display:flex;flex-wrap:wrap;align-items:center;gap:16px;margin-bottom:18px}.hplx-epc{display:flex;align-items:stretch;min-width:350px;max-width:430px;height:70px;border-radius:22px;overflow:hidden;background:#f0efec;border:1px solid rgba(0,0,0,.04)}.hplx-epc__grade{position:relative;width:86px;flex:0 0 86px;display:flex;align-items:center;justify-content:center;font-size:30px;font-weight:900;letter-spacing:-.04em;color:#fff;clip-path:polygon(0 0,78% 0,100% 50%,78% 100%,0 100%)}.hplx-epc--a .hplx-epc__grade{background:#48b95e}.hplx-epc--b .hplx-epc__grade{background:#78c44c}.hplx-epc--c .hplx-epc__grade{background:#becf3c;color:#2f2a25}.hplx-epc--d .hplx-epc__grade{background:#e8c447;color:#2f2a25}.hplx-epc--e .hplx-epc__grade{background:#e7a248}.hplx-epc--f .hplx-epc__grade{background:#df8039}.hplx-epc--g .hplx-epc__grade{background:#d9564f}.hplx-epc__label{flex:1;min-width:0;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:0 14px 0 10px}.hplx-epc__text{font-size:16px;font-weight:600;color:#4b4e55;white-space:nowrap}.hplx-epc__bars{position:relative;width:92px;height:42px;flex:0 0 92px}.hplx-epc__bars .b{position:absolute;right:0;height:8px;clip-path:polygon(0 0,88% 0,100% 50%,88% 100%,0 100%,8% 50%);border-radius:0 8px 8px 0}.hplx-epc__bars .b1{top:0;width:40px;background:#4caf50}.hplx-epc__bars .b2{top:7px;width:50px;background:#80c843}.hplx-epc__bars .b3{top:14px;width:60px;background:#c4cf2f}.hplx-epc__bars .b4{top:21px;width:70px;background:#f0c430}.hplx-epc__bars .b5{top:28px;width:80px;background:#f59b26}.hplx-epc__bars .b6{top:35px;width:90px;background:#e5543f}.hplx-verified{height:70px;padding:0 22px 0 18px;border-radius:22px;background:#f5ead7;color:#9c6808;display:inline-flex;align-items:center;gap:12px;font-size:16px;font-weight:700;white-space:nowrap}.hplx-verified__icon{width:32px;height:32px;border-radius:999px;display:flex;align-items:center;justify-content:center;background:#d69b17;color:#fff;flex:0 0 auto}.hplx-verified__icon i{font-size:18px;line-height:1}.hplx-card__footer{margin-top:auto;padding-top:16px;border-top:1px solid rgba(0,0,0,.06);display:flex;justify-content:flex-end}.hplx-card__cta{display:inline-flex;align-items:center;gap:10px;color:#d59610;font-size:16px;font-weight:800;transition:transform .18s ease,color .18s ease}.hplx-card:hover .hplx-card__cta{transform:translate(2px);color:#b57e0f}.hplx-card__cta i{font-size:20px;line-height:1}@media(max-width:1199.98px){.hplx-card__anchor{grid-template-columns:280px minmax(0,1fr)}.hplx-card__title{font-size:22px}.hplx-spec{min-width:160px}.hplx-fav{left:238px}}@media(max-width:991.98px){.hplx-card__anchor{grid-template-columns:1fr}.hplx-card__media{min-height:260px}.hplx-card__top{flex-direction:column;gap:12px}.hplx-card__pricebox{text-align:left}.hplx-epc{min-width:unset;width:100%;max-width:none}.hplx-fav{top:30px;right:30px;left:auto}}@media(max-width:575.98px){.hplx-card{border-radius:22px}.hplx-card__anchor{padding:14px;gap:14px}.hplx-card__media{min-height:220px;border-radius:18px}.hplx-badge{top:14px;left:14px;min-height:36px;padding:0 14px;border-radius:14px;font-size:12px}.hplx-fav{width:48px;height:48px;top:28px;right:28px;left:auto}.hplx-fav i{font-size:22px}.hplx-card__title,.hplx-card__price{font-size:20px}.hplx-specs{gap:10px}.hplx-spec{width:100%;min-width:0;height:56px;border-radius:16px;padding:0 14px}.hplx-card__bottom{gap:10px}.hplx-epc,.hplx-verified{width:100%;min-width:0;max-width:none}.hplx-epc{height:64px}.hplx-verified{height:64px;justify-content:flex-start}.hplx-card__footer{justify-content:flex-start}}.tool-item--primary{background:linear-gradient(135deg,#ffc800,#e5a93d);color:#222731!important;font-weight:600;box-shadow:0 10px 25px #e5a93d40}.tool-item--primary .icon-box{background:#ffffff40}.tool-item--primary:hover{transform:translateY(-2px);box-shadow:0 14px 30px #e5a93d59}.pp-sub{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-top:10px;color:#6f6a63;font-size:14px;line-height:1.5}.pp-sub__loc{display:inline-flex;align-items:center;gap:8px;min-width:0}.pp-sub__sep{color:#d1a63f;font-weight:700}.pp-listing-id{display:inline-flex;align-items:center;gap:8px;padding:7px 12px;border-radius:999px;background:linear-gradient(180deg,#fff8e7,#fff3cd);border:1px solid rgba(214,167,58,.28);color:#6b5310;font-weight:800;letter-spacing:.02em;box-shadow:0 6px 18px #d4a4371f}.pp-listing-id i{color:#d4a437}.pp-card--similar{overflow:hidden}.pp-simList{display:flex;flex-direction:column;gap:14px}.pp-simCard{display:block;text-decoration:none;color:inherit;background:#fff;border:1px solid #eee4cf;border-radius:20px;overflow:hidden;transition:.22s ease;box-shadow:0 8px 24px #2227310d}.pp-simCard:hover{transform:translateY(-3px);box-shadow:0 16px 34px #2227311a;border-color:#e2be67}.pp-simCard__media{position:relative;display:block;aspect-ratio:16 / 10;overflow:hidden;background:#f6f1e8}.pp-simCard__media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}.pp-simCard:hover .pp-simCard__media img{transform:scale(1.04)}.pp-simCard__badge{position:absolute;left:12px;top:12px;display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:6px 10px;border-radius:999px;background:#222731e0;color:#fff;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.pp-simCard__body{display:flex;flex-direction:column;gap:10px;padding:14px 14px 15px}.pp-simCard__price{font-size:18px;line-height:1.2;font-weight:900;color:#222731}.pp-simCard__title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:15px;line-height:1.45;font-weight:800;color:#2d2a26}.pp-simCard__loc{display:flex;align-items:flex-start;gap:8px;color:#7b746b;font-size:13px;line-height:1.45}.pp-simCard__loc i{margin-top:2px;color:#d4a437;flex:0 0 auto}.pp-simCard__meta{display:flex;flex-wrap:wrap;gap:8px}.pp-simCard__meta span{display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border-radius:999px;background:#faf6ee;border:1px solid #efe4d0;color:#5f574d;font-size:12px;font-weight:700;line-height:1}.pp-simCard__meta i{color:#c89a2d}@media(max-width:991.98px){.pp-simCard__body{padding:12px}.pp-simCard__price{font-size:16px}.pp-simCard__title{font-size:14px}}.pp .pp-sub.pp-sub--enhanced{display:flex!important;align-items:center!important;flex-wrap:wrap!important;gap:10px!important;margin-top:10px!important;color:#6f6a63!important;font-size:14px!important;line-height:1.5!important}.pp .pp-sub.pp-sub--enhanced .pp-sub__loc{display:inline-flex!important;align-items:center!important;gap:8px!important}.pp .pp-sub.pp-sub--enhanced .pp-sub__loc i{color:#d4a437!important}.pp .pp-sub.pp-sub--enhanced .pp-sub__sep{color:#d4a437!important;font-weight:800!important}.pp .pp-listing-id-badge{display:inline-flex!important;align-items:center!important;gap:8px!important;padding:8px 14px!important;border-radius:999px!important;background:linear-gradient(180deg,#fff8e8,#ffefbf)!important;border:1px solid rgba(212,164,55,.35)!important;color:#5c4508!important;font-size:13px!important;font-weight:900!important;letter-spacing:.03em!important;box-shadow:0 10px 24px #d4a43729!important}.pp .pp-listing-id-badge i{color:#d4a437!important}.pp .pp-similar-wrap{border-radius:24px!important;overflow:hidden!important}.pp .pp-similar-list{display:flex!important;flex-direction:column!important;gap:14px!important}.pp .pp-similar-item{display:flex!important;align-items:stretch!important;gap:12px!important;padding:12px!important;border:1px solid #eee4cf!important;border-radius:18px!important;background:#fffaf2!important;text-decoration:none!important;color:inherit!important;transition:all .22s ease!important;box-shadow:0 8px 24px #2227310d!important}.pp .pp-similar-item:hover{transform:translateY(-2px)!important;border-color:#dfbc63!important;box-shadow:0 18px 34px #2227311a!important}.pp .pp-similar-item__img{flex:0 0 108px!important;width:108px!important;height:96px!important;border-radius:14px!important;overflow:hidden!important;display:block!important;background:#f4ede1!important}.pp .pp-similar-item__img img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}.pp .pp-similar-item__content{min-width:0!important;flex:1 1 auto!important;display:flex!important;flex-direction:column!important;gap:8px!important}.pp .pp-similar-item__price{display:block!important;font-size:18px!important;line-height:1.2!important;font-weight:900!important;color:#222731!important}.pp .pp-similar-item__title{display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;font-size:14px!important;line-height:1.45!important;font-weight:800!important;color:#2d2a26!important}.pp .pp-similar-item__loc{display:flex!important;align-items:flex-start!important;gap:7px!important;color:#7b746b!important;font-size:12px!important;line-height:1.45!important}.pp .pp-similar-item__loc i{color:#d4a437!important;margin-top:2px!important;flex:0 0 auto!important}.pp .pp-similar-item__meta{display:flex!important;flex-wrap:wrap!important;gap:7px!important;margin-top:2px!important}.pp .pp-similar-item__meta span{display:inline-flex!important;align-items:center!important;gap:6px!important;padding:6px 9px!important;border-radius:999px!important;background:#fff!important;border:1px solid #eadfc9!important;color:#655d53!important;font-size:11px!important;font-weight:800!important;line-height:1!important}.pp .pp-similar-item__meta span i{color:#cb9d31!important}@media(max-width:575.98px){.pp .pp-similar-item{padding:10px!important;gap:10px!important}.pp .pp-similar-item__img{flex:0 0 92px!important;width:92px!important;height:84px!important}.pp .pp-similar-item__price{font-size:16px!important}.pp .pp-similar-item__title{font-size:13px!important}}.rb-home-page{--rb-orange:#ff5a1f;--rb-orange-2:#ff6d2b;--rb-orange-soft:#fff2ec;--rb-ink:#07152f;--rb-muted:#43516d;--rb-border:#e3e8ef;--rb-white:#ffffff;--rb-soft:#f7f9fc;--rb-shadow:0 18px 46px rgba(16,33,58,.14);--rb-container:1440px;--brand:var(--rb-orange);--brand-2:var(--rb-orange-2);--brand-soft:var(--rb-orange-soft);--navy:var(--rb-ink);--text:var(--rb-muted);--line:var(--rb-border);--shadow:var(--rb-shadow);--container:var(--rb-container);font-family:Inter,ui-sans-serif,system-ui,sans-serif}.rb-home-page *{box-sizing:border-box}.rb-home-page h1,.rb-home-page h2,.rb-home-page h3{font-family:inherit}.rb-home-page .container{width:min(calc(100% - 48px),var(--rb-container));margin:0 auto}.rb-home-page .hero{position:relative;min-height:640px;overflow:visible;background:#eaf4ff}.rb-home-page .hero-photo{position:absolute;top:0;right:0;width:60%;height:100%;overflow:hidden}.rb-home-page .hero-photo img{width:100%;height:100%;object-fit:cover;object-position:center}.rb-home-page .hero-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#eaf4ff 0%,rgba(234,244,255,.94) 16%,rgba(234,244,255,.6) 32%,rgba(234,244,255,.2) 50%,transparent 68%)}.rb-home-page .hero-decor{position:absolute;inset:0;pointer-events:none;overflow:hidden}.rb-home-page .dot-grid{position:absolute;left:16px;top:34px;width:92px;height:92px;opacity:.48;background:radial-gradient(circle,#bcd8fb 2px,transparent 2.5px) 0 0/18px 18px}.rb-home-page .hero-rings{position:absolute;left:-110px;bottom:38px;width:380px;height:380px;opacity:.5}.rb-home-page .hero-rings span{position:absolute;border:1px solid rgba(255,255,255,.9);border-radius:50%}.rb-home-page .hero-rings span:nth-child(1){inset:0}.rb-home-page .hero-rings span:nth-child(2){inset:55px}.rb-home-page .hero-rings span:nth-child(3){inset:110px}.rb-home-page .hero-rings span:nth-child(4){inset:165px}.rb-home-page .hero-content{min-height:600px;padding-top:88px;position:relative;z-index:2}.rb-home-page .hero-kicker{display:inline-flex;align-items:center;gap:10px;min-height:46px;padding:0 20px;border-radius:999px;color:var(--rb-orange);background:#ffffffe6;box-shadow:0 8px 24px #1018280d;font-size:15px;font-weight:500}.rb-home-page .hero-title{max-width:610px;margin:30px 0 20px;color:var(--rb-ink);font-size:58px;line-height:1.1;letter-spacing:-2px;font-weight:600}.rb-home-page .hero-title span{color:var(--rb-orange)}.rb-home-page .hero-copy{max-width:520px;margin:0;color:var(--rb-muted);font-size:20px;line-height:1.5}.rb-home-page .search-card{position:absolute;left:50%;bottom:-80px;transform:translate(-50%);width:min(calc(100% - 96px),1360px);background:#fffffffc;border:1px solid var(--rb-border);border-radius:18px;box-shadow:var(--rb-shadow);overflow:visible;z-index:10}.rb-home-page .search-tabs{display:flex;border-bottom:1px solid var(--rb-border)}.rb-home-page .search-tab{height:70px;padding:0 26px;border:0;background:#fff;color:var(--rb-ink);display:flex;align-items:center;justify-content:center;gap:10px;font-size:16px;font-weight:600;position:relative;cursor:pointer}.rb-home-page .search-tab i{font-size:18px}.rb-home-page .search-tab.active{color:var(--rb-orange)}.rb-home-page .search-tab.active:after{content:"";position:absolute;left:26px;right:26px;bottom:0;height:3px;border-radius:999px;background:var(--rb-orange)}.rb-home-page .search-body{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:6px 8px;flex-wrap:wrap}.rb-home-page .search-fields{display:grid;grid-template-columns:1.3fr 1fr 1fr .85fr auto;align-items:stretch;flex:1;min-width:0}.rb-home-page .search-field{min-height:88px;display:flex;flex-direction:column;justify-content:center;gap:10px;padding:6px 24px;border:0;border-right:1px solid var(--rb-border);background:transparent;text-align:left;cursor:pointer;transition:background-color .2s ease}.rb-home-page .search-field:hover,.rb-home-page .search-field:focus-visible{background:var(--rb-soft)}.rb-home-page .field-label{color:var(--rb-muted);font-size:13px;font-weight:500}.rb-home-page .field-value{display:flex;align-items:center;gap:12px;color:var(--rb-ink);font-size:16px;font-weight:600;white-space:nowrap;overflow:hidden}.rb-home-page .field-value span{overflow:hidden;text-overflow:ellipsis}.rb-home-page .field-value i:first-child{color:var(--rb-muted);font-size:18px}.rb-home-page .field-value .chevron{margin-left:auto;flex:0 0 auto;color:#98a2b8;font-size:12px}.rb-home-page .search-submit{min-width:170px;height:56px;margin:0 8px;border:0;border-radius:10px;color:#fff;background:linear-gradient(135deg,var(--rb-orange) 0%,var(--rb-orange-2) 100%);box-shadow:0 10px 20px #ff5a1f33;font-size:16px;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.rb-home-page .search-submit:hover{transform:translateY(-1px);box-shadow:0 14px 26px #ff5a1f42}.rb-home-page .more-filters{display:flex;align-items:center;gap:10px;padding:8px 16px;color:var(--rb-ink);font-size:14px;font-weight:600;text-decoration:none;flex:0 0 auto}.rb-home-page .more-filters i{color:var(--rb-orange)}@media(max-width:1200px){.rb-home-page .hero-title{font-size:44px;max-width:100%}.rb-home-page .hero-photo{width:100%;opacity:.35}.rb-home-page .search-card{position:relative;left:auto;bottom:auto;transform:none;width:min(100% - 24px,1360px);margin:32px auto 0}.rb-home-page .search-body{flex-direction:column;align-items:stretch}.rb-home-page .search-fields{grid-template-columns:repeat(2,minmax(0,1fr));width:100%}.rb-home-page .search-field{border-right:0;border-bottom:1px solid var(--rb-border)}.rb-home-page .search-submit{grid-column:1 / -1;margin:12px 8px}.rb-home-page .more-filters{justify-content:center;border-top:1px solid var(--rb-border)}.rb-home-page .hero{padding-bottom:32px}}@media(max-width:768px){.rb-home-page .hero-content{padding-top:36px;min-height:auto}.rb-home-page .hero-title{font-size:34px;letter-spacing:-1px}.rb-home-page .hero-copy{font-size:16px}.rb-home-page .search-tabs{overflow-x:auto}.rb-home-page .search-tab{white-space:nowrap;padding:0 16px;font-size:14px}.rb-home-page .search-fields{grid-template-columns:1fr}}.rb-home-page .rb-filter-modal{width:min(460px,calc(100vw - 32px));max-width:460px;max-height:calc(100vh - 40px);padding:0;border:1px solid rgba(16,24,39,.1);border-radius:18px;background:#fff;color:#101827;box-shadow:0 30px 90px #10182747;overflow:hidden}.rb-home-page .rb-filter-modal[open]{display:block}.rb-home-page .rb-filter-modal::backdrop{background:#10182780}.rb-home-page .rb-filter-modal__header{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 20px;border-bottom:1px solid var(--rb-border)}.rb-home-page .rb-filter-modal__header strong{display:block;font-size:18px;font-weight:700}.rb-home-page .rb-filter-modal__header span{display:block;margin-top:4px;color:var(--rb-muted);font-size:12px}.rb-home-page .rb-filter-modal__close{width:38px;height:38px;display:grid;place-items:center;border:1px solid var(--rb-border);border-radius:50%;background:#fff;color:#101827;font-size:16px;cursor:pointer}.rb-home-page .rb-filter-modal__close:hover{border-color:var(--rb-orange);color:var(--rb-orange)}.rb-home-page .rb-filter-modal__body{max-height:calc(100vh - 120px);padding:14px;overflow-y:auto;overscroll-behavior:contain}.rb-home-page .rb-modal-list{display:grid;gap:6px}.rb-home-page .rb-modal-option{width:100%;min-height:48px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 13px;border:1px solid transparent;border-radius:10px;background:#fff;color:#101827;font-size:14px;font-weight:600;text-align:left;cursor:pointer}.rb-home-page .rb-modal-option:hover{background:var(--rb-orange-soft)}.rb-home-page .rb-modal-option.is-selected{border-color:#ff5a1f4d;background:var(--rb-orange-soft);color:var(--rb-orange-2)}.rb-home-page .rb-modal-option>i:last-child{opacity:0;color:var(--rb-orange)}.rb-home-page .rb-modal-option.is-selected>i:last-child{opacity:1}.rb-home-page .rb-modal-search{display:flex;align-items:center;gap:10px;margin-bottom:12px;padding:11px 12px;border:1px solid var(--rb-border);border-radius:10px}.rb-home-page .rb-modal-search:focus-within{border-color:var(--rb-orange);box-shadow:0 0 0 4px #ff5a1f14}.rb-home-page .rb-modal-search i{color:var(--rb-orange);font-size:16px}.rb-home-page .rb-modal-search input{width:100%;border:0;outline:0;background:transparent;color:#101827;font-size:14px;font-weight:600}.rb-home-page .rb-price-inputs{display:grid;grid-template-columns:1fr 1fr;gap:12px}.rb-home-page .rb-price-inputs label>span{display:block;margin-bottom:7px;color:var(--rb-muted);font-size:11px;font-weight:700;text-transform:uppercase}.rb-home-page .rb-price-inputs label>div{min-height:50px;display:flex;align-items:center;gap:8px;padding:0 13px;border:1px solid var(--rb-border);border-radius:10px}.rb-home-page .rb-price-inputs label>div:focus-within{border-color:var(--rb-orange);box-shadow:0 0 0 4px #ff5a1f14}.rb-home-page .rb-price-inputs input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:#101827;font-size:14px;font-weight:600;appearance:textfield}.rb-home-page .rb-price-inputs input::-webkit-inner-spin-button,.rb-home-page .rb-price-inputs input::-webkit-outer-spin-button{-webkit-appearance:none}.rb-home-page .rb-price-presets{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.rb-home-page .rb-price-presets button{min-height:38px;padding:0 12px;border:1px solid var(--rb-border);border-radius:999px;background:#fff;color:#101827;font-size:13px;font-weight:600;cursor:pointer}.rb-home-page .rb-price-presets button:hover,.rb-home-page .rb-price-presets button.is-selected{border-color:var(--rb-orange);background:var(--rb-orange-soft);color:var(--rb-orange-2)}.rb-home-page .rb-filter-modal__actions{display:flex;justify-content:flex-end;gap:10px;margin-top:20px;padding-top:14px;border-top:1px solid var(--rb-border)}.rb-home-page .rb-modal-clear,.rb-home-page .rb-modal-apply{min-height:44px;padding:0 18px;border-radius:10px;font-size:14px;font-weight:700;cursor:pointer}.rb-home-page .rb-modal-clear{border:1px solid var(--rb-border);background:#fff;color:#101827}.rb-home-page .rb-modal-apply{border:1px solid var(--rb-orange);background:var(--rb-orange);color:#fff}.rb-home-page .rb-modal-option--rich{min-height:66px;padding:9px 11px;border:1px solid transparent;border-radius:12px}.rb-home-page .rb-modal-option--rich+.rb-modal-option--rich{margin-top:5px}.rb-home-page .rb-modal-option__main{min-width:0;display:flex;align-items:center;gap:12px}.rb-home-page .rb-modal-option__icon{width:42px;height:42px;flex:0 0 42px;display:grid;place-items:center;border-radius:12px;background:var(--rb-orange-soft);border:1px solid rgba(255,90,31,.14);color:var(--rb-orange);font-size:18px}.rb-home-page .rb-modal-option__copy{min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:3px}.rb-home-page .rb-modal-option__copy strong{color:#101827;font-size:14px;font-weight:700}.rb-home-page .rb-modal-option__copy small{color:#7a808b;font-size:11px;font-weight:500}.rb-home-page .rb-modal-option__check{flex:0 0 auto;color:var(--rb-orange);font-size:16px;opacity:0}.rb-home-page .rb-modal-option--rich.is-selected{border-color:#ff5a1f59;background:var(--rb-orange-soft)}.rb-home-page .rb-modal-option--rich.is-selected .rb-modal-option__icon{background:var(--rb-orange);border-color:var(--rb-orange);color:#fff}.rb-home-page .rb-modal-option--rich.is-selected .rb-modal-option__check{opacity:1}.rb-home-page .rb-modal-option--rich.is-selected .rb-modal-option__copy strong{color:var(--rb-orange-2)}@media(max-width:768px){.rb-home-page .rb-filter-modal{width:calc(100vw - 24px);max-width:none;margin:auto auto 12px}.rb-home-page .rb-price-inputs{grid-template-columns:1fr}}.rb-home-page .benefits{padding:130px 0 38px}.rb-home-page .benefits-grid{display:grid;grid-template-columns:repeat(4,1fr)}.rb-home-page .benefit{display:grid;grid-template-columns:76px 1fr;align-items:center;gap:18px;padding:0 34px;border-right:1px solid var(--rb-border)}.rb-home-page .benefit:first-child{padding-left:0}.rb-home-page .benefit:last-child{border-right:0}.rb-home-page .benefit-icon{width:72px;height:72px;display:grid;place-items:center;border-radius:50%;color:var(--rb-orange);background:var(--rb-orange-soft);font-size:28px}.rb-home-page .benefit h3{margin:0 0 6px;color:var(--rb-ink);font-size:18px;font-weight:600}.rb-home-page .benefit p{margin:0;color:var(--rb-muted);font-size:14px;line-height:1.55}@media(max-width:1200px){.rb-home-page .benefits{padding:64px 0 38px}}@media(max-width:900px){.rb-home-page .benefits-grid{grid-template-columns:repeat(2,1fr);row-gap:28px}.rb-home-page .benefit:nth-child(2){border-right:0}.rb-home-page .benefit:nth-child(3){padding-left:0}}@media(max-width:600px){.rb-home-page .benefits{padding:44px 0 30px}.rb-home-page .benefits-grid{grid-template-columns:1fr;row-gap:22px}.rb-home-page .benefit{border-right:0!important;padding:0!important}}.rb-home-page .rb-browse{padding:70px 0;background:#fff}.rb-home-page .rb-browse--cities{background:var(--rb-soft);border-top:1px solid var(--rb-border)}.rb-home-page .rb-browse__head{max-width:600px;margin:0 0 32px}.rb-home-page .rb-browse__kicker{display:inline-block;margin-bottom:14px;color:var(--rb-orange);font-size:13px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.rb-home-page .rb-browse__title{margin:0 0 10px;color:var(--rb-ink);font-size:32px;line-height:1.2;font-weight:700;letter-spacing:-.5px}.rb-home-page .rb-browse__subtitle{margin:0;color:var(--rb-muted);font-size:15px;line-height:1.6}.rb-home-page .rb-category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.rb-home-page .rb-category-card{position:relative;display:flex;flex-direction:column;border:1px solid var(--rb-border);border-radius:16px;background:#fff;overflow:hidden;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.rb-home-page .rb-category-card:hover{transform:translateY(-3px);box-shadow:0 16px 34px #10213a1a;border-color:#ff5a1f40}.rb-home-page .rb-category-card__image{height:150px;overflow:hidden;background:var(--rb-soft)}.rb-home-page .rb-category-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.rb-home-page .rb-category-card:hover .rb-category-card__image img{transform:scale(1.05)}.rb-home-page .rb-category-card__icon{position:relative;display:flex;align-items:center;justify-content:center;width:44px;height:44px;margin:18px 0 0 18px;border-radius:12px;background:var(--rb-orange-soft);color:var(--rb-orange);font-size:19px}.rb-home-page .rb-category-card--icon-only .rb-category-card__icon{margin-top:20px}.rb-home-page .rb-category-card__body{position:relative;padding:14px 18px 20px}.rb-home-page .rb-category-card__body h3{margin:0 0 4px;color:var(--rb-ink);font-size:16px;font-weight:700}.rb-home-page .rb-category-card__body p{margin:0;color:var(--rb-muted);font-size:13px;line-height:1.5}.rb-home-page .rb-category-card__arrow{position:absolute;right:18px;bottom:20px;color:var(--rb-orange);font-size:14px;transition:transform .2s ease}.rb-home-page .rb-category-card:hover .rb-category-card__arrow{transform:translate(3px)}@media(max-width:1100px){.rb-home-page .rb-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.rb-home-page .rb-browse{padding:48px 0}.rb-home-page .rb-browse__title{font-size:26px}.rb-home-page .rb-category-grid{display:flex;grid-template-columns:none;gap:14px;margin:0 -24px;padding:4px 24px 10px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.rb-home-page .rb-category-card{flex:0 0 78%;scroll-snap-align:start}}.rb-home-page .rb-featured{position:relative;padding:78px 0 70px;overflow:hidden;background:radial-gradient(circle at 78% 10%,rgba(224,238,255,.66),transparent 28%),linear-gradient(180deg,#f8fbff,#fff)}.rb-home-page .rb-featured--rent{background:radial-gradient(circle at 18% 10%,rgba(255,242,236,.7),transparent 28%),linear-gradient(180deg,#fffaf7,#fff);border-top:1px solid var(--rb-border)}.rb-home-page .rb-featured__head{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:32px;margin-bottom:38px}.rb-home-page .rb-featured__kicker{display:inline-block;position:relative;margin-bottom:22px;color:var(--rb-orange);font-size:14px;font-weight:600;text-transform:uppercase}.rb-home-page .rb-featured__kicker:after{content:"";position:absolute;left:0;bottom:-12px;width:34px;height:2px;border-radius:999px;background:var(--rb-orange)}.rb-home-page .rb-featured__title{max-width:620px;margin:0 0 12px;color:var(--rb-ink);font-size:42px;line-height:1.15;letter-spacing:-1.4px;font-weight:600}.rb-home-page .rb-featured__subtitle{margin:0;color:#52617f;font-size:16px;line-height:1.6}.rb-home-page .rb-featured__view{min-width:210px;height:58px;display:inline-flex;align-items:center;justify-content:center;gap:16px;margin-bottom:10px;border:1px solid var(--rb-orange);border-radius:11px;color:var(--rb-orange);background:#fff;font-size:15px;font-weight:600;text-decoration:none;transition:background-color .2s ease,color .2s ease;flex-shrink:0}.rb-home-page .rb-featured__view:hover{background:var(--rb-orange);color:#fff}.rb-home-page .rb-properties{position:relative}.rb-home-page .rb-property-track{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(280px,1fr);gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:4px}.rb-home-page .rb-property-track::-webkit-scrollbar{display:none}@media(min-width:1101px){.rb-home-page .rb-property-track{grid-auto-flow:row;grid-template-columns:repeat(4,minmax(0,1fr));overflow-x:visible}}.rb-home-page .rb-property-card{scroll-snap-align:start;position:relative;overflow:hidden;border:1px solid #e5ebf2;border-radius:16px;background:#fff;box-shadow:0 13px 34px #1c304d14}.rb-home-page .rb-property-card__image{position:relative;height:230px;overflow:hidden;background:#eaf1f8}.rb-home-page .rb-property-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.rb-home-page .rb-property-card:hover .rb-property-card__image img{transform:scale(1.04)}.rb-home-page .rb-property-badge{position:absolute;left:16px;top:16px;display:inline-flex;align-items:center;gap:7px;height:30px;padding:0 10px;border-radius:7px;color:#fff;background:var(--rb-orange);font-size:11px;font-weight:600}.rb-home-page .rb-property-fav{position:absolute;right:16px;top:16px;width:42px;height:42px;display:grid;place-items:center;border:0;border-radius:50%;color:var(--rb-ink);background:#fff;box-shadow:0 8px 20px #13254024;font-size:18px;cursor:pointer;transition:transform .15s ease,color .15s ease}.rb-home-page .rb-property-fav:hover{transform:scale(1.06)}.rb-home-page .rb-property-fav:disabled{opacity:.6;cursor:progress}.rb-home-page .rb-property-fav.is-active{color:var(--rb-orange)}.rb-home-page .rb-property-status{display:none}.rb-home-page .rb-property-card__body{padding:22px 20px 16px}.rb-home-page .rb-property-location{display:flex;align-items:center;gap:8px;margin-bottom:10px;color:#68758c;font-size:12px}.rb-home-page .rb-property-card h3{margin:0 0 8px;font-size:17px;line-height:1.3;font-weight:600}.rb-home-page .rb-property-card h3 a{color:var(--rb-ink);text-decoration:none}.rb-home-page .rb-property-price{margin-bottom:16px;color:var(--rb-orange);font-size:21px;font-weight:600}.rb-home-page .rb-property-meta{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:14px 0;border-top:1px solid #edf1f5;border-bottom:1px solid #edf1f5}.rb-home-page .rb-property-meta span{display:flex;align-items:center;gap:6px;color:#4f5d76;font-size:11px;white-space:nowrap}.rb-home-page .rb-property-meta span i{color:var(--rb-orange)}.rb-home-page .rb-property-bottom{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:12px;color:#5d6a82;font-size:11px}.rb-home-page .rb-epc{display:inline-flex;align-items:center;min-height:24px;padding:0 8px;border-radius:6px;color:#21423a;background:#edf8f2;font-weight:600}.rb-home-page .rb-featured-arrows{display:none;align-items:center;justify-content:center;gap:16px;margin-top:22px}.rb-home-page .rb-featured-arrow{width:44px;height:44px;display:grid;place-items:center;border:0;border-radius:50%;color:var(--rb-orange);background:#fff;box-shadow:0 10px 28px #1627411f;font-size:16px;cursor:pointer}.rb-home-page .rb-featured-arrow:disabled{opacity:.35;cursor:default;box-shadow:none}.rb-home-page .rb-featured-dots{display:flex;justify-content:center;gap:10px}.rb-home-page .rb-featured-dot{width:9px;height:9px;padding:0;border:0;border-radius:50%;background:#dbe3ee;cursor:pointer}.rb-home-page .rb-featured-dot.active{background:var(--rb-orange)}.rb-home-page .rb-featured__mobile-view{display:none}@media(max-width:1100px){.rb-home-page .rb-featured-arrows{display:flex}.rb-home-page .rb-featured__view{display:none}.rb-home-page .rb-featured__mobile-view{display:inline-flex;align-items:center;justify-content:center;gap:10px;width:100%;margin-top:24px;min-height:52px;border:1px solid var(--rb-orange);border-radius:11px;color:var(--rb-orange);text-decoration:none;font-size:14px;font-weight:600}}@media(max-width:768px){.rb-home-page .rb-featured{padding:56px 0}.rb-home-page .rb-featured__title{font-size:30px}.rb-home-page .rb-featured__head{grid-template-columns:1fr}}.rb-home-page .rb-pros{padding:76px 0;background:#fff}.rb-home-page .rb-pros__head{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:32px;margin-bottom:38px}.rb-home-page .rb-pros__kicker{display:inline-block;margin-bottom:16px;color:var(--rb-orange);font-size:14px;font-weight:600;text-transform:uppercase}.rb-home-page .rb-pros__title{max-width:560px;margin:0 0 12px;color:var(--rb-ink);font-size:36px;line-height:1.2;letter-spacing:-1px;font-weight:600}.rb-home-page .rb-pros__subtitle{margin:0;max-width:520px;color:#52617f;font-size:16px;line-height:1.6}.rb-home-page .rb-pros__view{min-width:190px;height:56px;display:inline-flex;align-items:center;justify-content:center;gap:14px;margin-bottom:6px;border:1px solid var(--rb-orange);border-radius:11px;color:var(--rb-orange);background:#fff;font-size:15px;font-weight:600;text-decoration:none;flex-shrink:0;transition:background-color .2s ease,color .2s ease}.rb-home-page .rb-pros__view:hover{background:var(--rb-orange);color:#fff}.rb-home-page .rb-pros-single{display:flex;justify-content:center;margin-bottom:48px}.rb-home-page .rb-pro-card{display:grid;grid-template-columns:280px 1fr;width:100%;max-width:820px;border:1px solid var(--rb-border);border-radius:20px;background:#fff;overflow:hidden;box-shadow:0 18px 44px #10213a1a}.rb-home-page .rb-pro-card__photo{position:relative;min-height:260px;background:var(--rb-soft)}.rb-home-page .rb-pro-card__photo img{width:100%;height:100%;object-fit:cover}.rb-home-page .rb-pro-card__body{padding:28px 30px;display:flex;flex-direction:column;justify-content:center;gap:16px}.rb-home-page .rb-pro-card__body h3{margin:0;display:flex;align-items:center;gap:10px;color:var(--rb-ink);font-size:22px;font-weight:700}.rb-home-page .rb-pro-card__body h3 i{color:var(--rb-orange);font-size:16px}.rb-home-page .rb-pro-stats{display:flex;gap:28px;flex-wrap:wrap}.rb-home-page .rb-pro-stat{display:flex;align-items:center;gap:12px}.rb-home-page .rb-pro-stat i{color:var(--rb-orange);font-size:18px}.rb-home-page .rb-pro-stat strong{display:block;color:var(--rb-ink);font-size:16px;font-weight:700}.rb-home-page .rb-pro-stat span{color:var(--rb-muted);font-size:12px}.rb-home-page .rb-pro-card__actions{display:flex;gap:12px;flex-wrap:wrap}.rb-home-page .rb-pro-card__button{display:inline-flex;align-items:center;gap:10px;min-height:48px;padding:0 20px;border-radius:10px;border:0;background:var(--rb-orange);color:#fff;font-size:14px;font-weight:600;text-decoration:none;transition:transform .15s ease,box-shadow .15s ease}.rb-home-page .rb-pro-card__button:hover{transform:translateY(-1px);box-shadow:0 12px 24px #ff5a1f3d}.rb-home-page .rb-pro-card__button--outline{border:1px solid var(--rb-border);background:#fff;color:var(--rb-ink)}.rb-home-page .rb-pro-card__website{display:inline-flex;align-items:center;gap:8px;color:var(--rb-muted);font-size:13px;font-weight:600;text-decoration:none}.rb-home-page .rb-pro-card__website:hover{color:var(--rb-orange)}.rb-home-page .rb-pros-trust{border:1px solid var(--rb-border);border-radius:18px;background:var(--rb-soft);padding:28px 32px}.rb-home-page .rb-pros-trust__head{display:flex;align-items:center;gap:18px;margin-bottom:22px}.rb-home-page .rb-pros-trust__icon{width:52px;height:52px;flex:0 0 52px;display:flex;align-items:center;justify-content:center;border-radius:14px;background:var(--rb-orange-soft);color:var(--rb-orange);font-size:22px}.rb-home-page .rb-pros-trust__head h3{margin:0 0 4px;color:var(--rb-ink);font-size:17px;font-weight:700}.rb-home-page .rb-pros-trust__head p{margin:0;color:var(--rb-muted);font-size:13px}.rb-home-page .rb-pros-trust__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.rb-home-page .rb-pros-trust__item{display:flex;align-items:center;gap:12px;padding:14px 16px;border-radius:12px;background:#fff;border:1px solid var(--rb-border);color:var(--rb-ink);font-size:13px}.rb-home-page .rb-pros-trust__item i{color:var(--rb-orange);font-size:18px}@media(max-width:900px){.rb-home-page .rb-pros__head,.rb-home-page .rb-pro-card{grid-template-columns:1fr}.rb-home-page .rb-pro-card__photo{min-height:200px}.rb-home-page .rb-pros-trust__grid{grid-template-columns:1fr}}@media(max-width:600px){.rb-home-page .rb-pros{padding:52px 0}.rb-home-page .rb-pros__title{font-size:26px}}.rb-home-page .rb-services{padding:76px 0;background:var(--rb-soft);border-top:1px solid var(--rb-border)}.rb-home-page .rb-services__top{max-width:640px;margin:0 0 36px}.rb-home-page .rb-services__eyebrow{display:inline-flex;align-items:center;gap:8px;margin-bottom:16px;color:var(--rb-orange);font-size:13px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.rb-home-page .rb-services__title{margin:0 0 12px;color:var(--rb-ink);font-size:32px;line-height:1.25;font-weight:700;letter-spacing:-.5px}.rb-home-page .rb-services__title span{color:var(--rb-orange)}.rb-home-page .rb-services__subtitle{margin:0;color:var(--rb-muted);font-size:15px;line-height:1.6}.rb-home-page .rb-services-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.rb-home-page .rb-service-card{display:flex;flex-direction:column;gap:14px;padding:26px 22px;border:1px solid var(--rb-border);border-radius:16px;background:#fff;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.rb-home-page .rb-service-card:hover{transform:translateY(-3px);box-shadow:0 16px 34px #10213a1a;border-color:#ff5a1f40}.rb-home-page .rb-service-card__icon{display:flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:14px;background:var(--rb-orange-soft);color:var(--rb-orange);font-size:24px}.rb-home-page .rb-service-card h3{margin:0;color:var(--rb-ink);font-size:17px;font-weight:700}.rb-home-page .rb-service-card p{margin:0;color:var(--rb-muted);font-size:13px;line-height:1.5}.rb-home-page .rb-service-card__arrow{display:inline-flex;align-items:center;gap:8px;margin-top:auto;color:var(--rb-orange);font-size:13px;font-weight:600}@media(max-width:1100px){.rb-home-page .rb-services-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.rb-home-page .rb-services{padding:48px 0}.rb-home-page .rb-services__title{font-size:26px}.rb-home-page .rb-services-grid{grid-template-columns:1fr}}.rb-companies{position:relative;padding:58px 0 54px;overflow:hidden;background:radial-gradient(circle at 80% 8%,rgba(231,242,255,.48),transparent 26%),linear-gradient(180deg,#fff,#fbfdff)}.rb-companies__head{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:28px;margin-bottom:26px}.rb-companies__kicker{display:inline-block;position:relative;margin-bottom:18px;color:var(--brand);font-size:13px;font-weight:600;text-transform:uppercase}.rb-companies__kicker:after{content:"";position:absolute;left:0;bottom:-10px;width:34px;height:2px;border-radius:999px;background:var(--brand)}.rb-companies__title{margin:0 0 10px;color:var(--navy);font-size:42px;line-height:1.1;letter-spacing:-1.4px;font-weight:600}.rb-companies__subtitle{margin:0;color:#596781;font-size:15px;line-height:1.5}.rb-companies__view{min-width:210px;height:52px;display:inline-flex;align-items:center;justify-content:center;gap:14px;border:1px solid var(--brand);border-radius:10px;color:var(--brand);background:#fff;font-size:14px;font-weight:600}.rb-companies-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.rb-company-card{overflow:hidden;border:1px solid #e6ebf2;border-radius:15px;background:#fff;box-shadow:0 10px 28px #1b2f4a12}.rb-company-card__cover{position:relative;height:172px;overflow:hidden;background:#edf2f7}.rb-company-card__cover img{width:100%;height:100%;object-fit:cover}.rb-company-verified{position:absolute;top:12px;right:12px;min-height:28px;display:inline-flex;align-items:center;gap:6px;padding:0 10px;border-radius:999px;color:#1f2f49;background:#fffffff2;box-shadow:0 6px 16px #182b461a;font-size:10px;font-weight:600}.rb-company-verified i{color:var(--brand)}.rb-company-logo{position:absolute;left:14px;bottom:-28px;width:84px;height:76px;display:grid;place-items:center;border:1px solid #edf0f4;border-radius:12px;background:#fff;box-shadow:0 8px 20px #172a451f;color:var(--navy);text-align:center;font-size:10px;font-weight:600;line-height:1.15}.rb-company-logo i{display:block;margin-bottom:4px;color:var(--brand);font-size:24px}.rb-company-card__body{padding:34px 16px 14px}.rb-company-card h3{margin:0 0 5px;color:var(--navy);font-size:16px;font-weight:600}.rb-company-category{margin-bottom:8px;color:var(--brand);font-size:11px;font-weight:600}.rb-company-location{display:flex;align-items:center;gap:7px;padding-bottom:12px;border-bottom:1px solid #edf1f5;color:#64718a;font-size:11px}.rb-company-card__footer{display:grid;grid-template-columns:1fr 1fr;gap:0;padding-top:12px}.rb-company-rating,.rb-company-response{display:flex;align-items:center;gap:8px}.rb-company-response{padding-left:14px;border-left:1px solid #e7ebf1}.rb-company-rating i{color:#ff9d00;font-size:16px}.rb-company-response i{color:#66738b;font-size:16px}.rb-company-card__footer strong{color:var(--navy);font-size:12px}.rb-company-card__footer span{color:#718099;font-size:9px}.rb-companies__bottom{display:flex;justify-content:center;margin-top:24px}.rb-companies__bottom a{min-width:190px;height:46px;display:inline-flex;align-items:center;justify-content:center;gap:12px;border:1px solid var(--brand);border-radius:9px;color:var(--brand);background:#fff;font-size:13px;font-weight:600}.rb-companies__mobile-hero{display:none}@media(max-width:1100px){.rb-companies-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.rb-companies{padding:36px 0 24px}.rb-companies__head{display:block;padding:0 20px;margin-bottom:18px}.rb-companies__kicker{display:inline-flex;align-items:center;gap:8px;min-height:34px;padding:0 12px;margin-bottom:14px;border-radius:9px;background:#fff2ec;font-size:10px}.rb-companies__kicker:after{display:none}.rb-companies__kicker:before{content:"";font-family:"Font Awesome 6 Free";font-weight:900}.rb-companies__title{max-width:330px;margin-bottom:10px;font-size:34px;line-height:1.08;letter-spacing:-1.2px}.rb-companies__title span{color:var(--brand)}.rb-companies__subtitle{max-width:330px;font-size:13px;line-height:1.5}.rb-companies__view{display:none}.rb-companies__mobile-hero{display:block;height:210px;margin:0 14px 18px;overflow:hidden;border-radius:28px 8px 28px 28px}.rb-companies__mobile-hero img{width:100%;height:100%;object-fit:cover}.rb-companies-grid{display:grid;grid-template-columns:1fr;gap:10px;padding:0 14px}.rb-company-card{position:relative;min-height:154px;display:grid;grid-template-columns:150px minmax(0,1fr) 132px;align-items:center;overflow:hidden;border-radius:14px}.rb-company-card__cover{height:100%;min-height:154px;background:linear-gradient(145deg,#fff6f0,#fff)}.rb-company-card__cover>img{display:none}.rb-company-logo{position:static;width:100%;height:100%;min-height:154px;border:0;border-radius:0;box-shadow:none;background:linear-gradient(145deg,#fff7f1,#fff);font-size:14px}.rb-company-logo i{font-size:42px}.rb-company-card__body{padding:16px 14px}.rb-company-card h3{font-size:18px;margin-bottom:5px}.rb-company-category{margin-bottom:8px;font-size:11px;text-transform:uppercase;letter-spacing:.05em}.rb-company-location{padding-bottom:7px;border-bottom:0;font-size:12px}.rb-company-card__footer{display:block;padding:14px 14px 14px 0}.rb-company-rating{margin-bottom:14px}.rb-company-response{padding-left:0;border-left:0;margin-bottom:10px}.rb-company-card__footer strong{font-size:13px}.rb-company-card__footer span{font-size:10px}.rb-company-verified{position:static;display:inline-flex;margin-bottom:12px;color:#1f2f49;background:#f7faf8;box-shadow:none;font-size:11px}.rb-company-card__footer:after{content:"";font-family:"Font Awesome 6 Free";font-weight:900;width:38px;height:38px;display:grid;place-items:center;margin-left:auto;border:1px solid var(--brand);border-radius:50%;color:var(--brand);background:#fff;font-size:12px}.rb-companies__bottom{position:sticky;bottom:10px;z-index:5;margin-top:14px;padding:0 18px}.rb-companies__bottom a{width:100%;min-width:0;height:52px;border-radius:10px;background:#fffffff5;box-shadow:0 10px 24px #182b4614;font-size:15px}}@media(max-width:430px){.rb-companies__head{padding:0 14px}.rb-companies__title{font-size:31px}.rb-companies__mobile-hero{height:190px;margin-left:10px;margin-right:10px}.rb-companies-grid{padding:0 10px}.rb-company-card{grid-template-columns:116px minmax(0,1fr) 104px;min-height:140px}.rb-company-card__cover,.rb-company-logo{min-height:140px}.rb-company-logo{font-size:12px}.rb-company-logo i{font-size:34px}.rb-company-card h3{font-size:16px}.rb-company-card__body{padding:14px 10px}.rb-company-card__footer{padding-right:10px}}.site-header,.search-card,.rb-category-card,.rb-property-card,.rb-pro-card,.rb-service-card,.rb-company-card,.rb-featured__view,.rb-pros__view,.rb-companies__view,.rb-featured__mobile-view,.rb-companies__bottom a{background:#fff}.rb-benefits,.rb-browse,.rb-featured,.rb-pros,.rb-services,.rb-companies{background:radial-gradient(circle at 82% 8%,rgba(220,238,255,.92),transparent 27%),linear-gradient(180deg,#FFFFFF 0%,var(--blue-soft-3) 54%,#FFFFFF 100%)}.rb-browse:nth-of-type(2n),.rb-featured:nth-of-type(2n),.rb-pros:nth-of-type(2n),.rb-services:nth-of-type(2n),.rb-companies:nth-of-type(2n){background:linear-gradient(180deg,#FFFFFF 0%,var(--blue-soft-2) 48%,#FFFFFF 100%)}.rb-company-card__cover,.rb-company-logo{background:linear-gradient(145deg,var(--blue-soft-2),#FFFFFF)}.rb-company-card:nth-child(2n) .rb-company-logo{background:linear-gradient(145deg,#FFFFFF,var(--blue-soft))}.rb-services__eyebrow,.rb-companies__kicker,.hero-kicker{background:#fff}.logo-accent,.hero-title span,.rb-services__title span,.rb-companies__title span,.rb-browse__kicker,.rb-featured__kicker,.rb-pros__kicker,.rb-companies__kicker,.rb-company-category,.rb-property-price,.search-tab.active,.rb-pros-tab.active{color:var(--brand)}.search-tab.active:after,.rb-pros-tab.active:after,.rb-browse__kicker:after,.rb-featured__kicker:after,.rb-pros__kicker:after,.rb-companies__kicker:after{background:var(--brand)}.rb-category-card__icon,.rb-category-card__arrow,.rb-mobile-card__icon,.rb-mobile-card__arrow,.rb-carousel-arrow,.rb-property-fav:hover,.rb-featured-arrow,.rb-pro-rating i,.rb-pro-card h3 i,.rb-pros-arrow,.rb-service-card__arrow,.rb-company-verified i,.rb-company-logo i,.rb-company-rating i{color:var(--brand)}.rb-category-card:hover,.rb-property-card:hover,.rb-pro-card:hover,.rb-service-card:hover,.rb-company-card:hover{border-color:#ffb99d}.rb-category-card__icon,.rb-mobile-card__icon,.rb-benefit-icon,.rb-more-item__icon,.rb-company-logo{color:var(--brand)}.rb-category-card,.rb-property-card,.rb-pro-card,.rb-service-card,.rb-company-card{border-color:#dfe8f1;box-shadow:0 10px 28px #26486e12}@media(max-width:760px){.rb-benefits,.rb-browse,.rb-featured,.rb-pros,.rb-services,.rb-companies{background:linear-gradient(180deg,#FFFFFF 0%,var(--blue-soft-2) 48%,#FFFFFF 100%)}.benefit,.rb-mobile-card,.rb-property-card,.rb-pro-card,.rb-service-card,.rb-company-card{background:#fff}.rb-companies__bottom a{background:#fffffffa}}.rb-reviews{position:relative;padding:62px 0 58px;overflow:hidden;background:radial-gradient(circle at 80% 10%,rgba(220,238,255,.7),transparent 27%),linear-gradient(180deg,#fff,#f7fbff)}.rb-reviews__top{display:grid;grid-template-columns:minmax(0,1fr) minmax(500px,.9fr);align-items:center;gap:36px;margin-bottom:28px}.rb-reviews__eyebrow{display:inline-flex;align-items:center;gap:8px;min-height:36px;padding:0 13px;margin-bottom:16px;border-radius:9px;color:var(--brand);background:#fff2ec;font-size:12px;font-weight:600;text-transform:uppercase}.rb-reviews__title{max-width:640px;margin:0 0 14px;color:var(--navy);font-size:46px;line-height:1.08;letter-spacing:-1.6px;font-weight:600}.rb-reviews__title span{color:var(--brand)}.rb-reviews__subtitle{max-width:660px;margin:0;color:#596781;font-size:15px;line-height:1.6}.rb-reviews__hero{height:250px;overflow:hidden;border-radius:34px 10px 34px 34px;background:#eef4f8}.rb-reviews__hero img{width:100%;height:100%;object-fit:cover}.rb-review-tabs{display:grid;grid-template-columns:repeat(4,1fr);margin-bottom:22px;border:1px solid #e4ebf2;border-radius:13px;background:#fff;box-shadow:0 8px 22px #1f36530d;overflow:hidden}.rb-review-tab{min-height:58px;display:flex;align-items:center;justify-content:center;gap:10px;border:0;border-right:1px solid #e8edf3;background:#fff;color:#55637d;font-size:14px;font-weight:500;position:relative}.rb-review-tab:last-child{border-right:0}.rb-review-tab i{font-size:18px}.rb-review-tab.active{color:var(--brand)}.rb-review-tab.active:after{content:"";position:absolute;left:28px;right:28px;bottom:0;height:3px;border-radius:999px;background:var(--brand)}.rb-reviews-wrap{position:relative}.rb-reviews-track{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.rb-review-card{min-height:300px;display:flex;flex-direction:column;padding:24px 22px 20px;border:1px solid #e4eaf1;border-radius:15px;background:#fff;box-shadow:0 10px 28px #1c304d12}.rb-review-card__top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.rb-review-stars{color:var(--brand);letter-spacing:2px;font-size:16px}.rb-review-quote{color:#ffd7c6;font-size:34px;line-height:1}.rb-review-card__text{flex:1;margin:0 0 20px;color:#35435f;font-size:14px;line-height:1.7}.rb-review-author{display:grid;grid-template-columns:48px 1fr;align-items:center;gap:12px}.rb-review-author__avatar{width:48px;height:48px;overflow:hidden;border-radius:50%;background:#edf3f8}.rb-review-author__avatar img{width:100%;height:100%;object-fit:cover}.rb-review-author strong{display:block;margin-bottom:3px;color:var(--navy);font-size:14px}.rb-review-author span{display:block;color:#66758e;font-size:11px}.rb-review-role{margin-top:5px;color:#66758e;font-size:11px}.rb-review-role i{margin-right:5px;color:var(--brand)}.rb-reviews__bottom{display:grid;grid-template-columns:1fr auto;align-items:center;gap:20px;margin-top:24px}.rb-reviews__cta{justify-self:center;min-width:250px;height:52px;display:inline-flex;align-items:center;justify-content:center;gap:14px;border:1px solid var(--brand);border-radius:10px;color:var(--brand);background:#fff;font-size:15px;font-weight:600}.rb-reviews-controls{display:flex;align-items:center;justify-content:flex-end;gap:12px}.rb-reviews-arrow{width:46px;height:46px;display:grid;place-items:center;border:0;border-radius:50%;color:#63718a;background:#fff;box-shadow:0 8px 22px #1c304d14;font-size:15px}.rb-reviews-dots{display:flex;gap:10px}.rb-reviews-dot{width:10px;height:10px;padding:0;border:0;border-radius:50%;background:#dfe6ef}.rb-reviews-dot.active{background:var(--brand)}@media(max-width:760px){.rb-reviews{padding:38px 0 28px}.rb-reviews__top{grid-template-columns:1.02fr .98fr;gap:12px;padding:0 16px;margin-bottom:20px}.rb-reviews__eyebrow{min-height:33px;padding:0 11px;margin-bottom:12px;font-size:10px}.rb-reviews__title{max-width:290px;margin-bottom:10px;font-size:34px;line-height:1.08;letter-spacing:-1.2px}.rb-reviews__subtitle{max-width:300px;font-size:12px;line-height:1.5}.rb-reviews__hero{height:230px;border-radius:30px 8px 30px 30px}.rb-review-tabs{margin:0 16px 22px;border-radius:14px}.rb-review-tab{min-height:76px;padding:0 8px;flex-direction:column;gap:8px;font-size:11px;line-height:1.15;text-align:center}.rb-review-tab i{font-size:24px}.rb-review-tab.active:after{left:10px;right:10px;height:3px}.rb-reviews-wrap{overflow:visible}.rb-reviews-track{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;padding:0 calc((100vw - min(70vw,330px))/2) 10px;overscroll-behavior-x:contain}.rb-reviews-track::-webkit-scrollbar{display:none}.rb-review-card{flex:0 0 min(70vw,330px);min-height:420px;padding:34px 26px 24px;scroll-snap-align:center;border-radius:18px}.rb-review-stars{font-size:21px}.rb-review-quote{font-size:44px;color:#cfe6ff}.rb-review-card__text{margin-bottom:26px;font-size:18px;line-height:1.7}.rb-review-author{grid-template-columns:68px 1fr;gap:16px}.rb-review-author__avatar{width:68px;height:68px}.rb-review-author strong{font-size:18px}.rb-review-author span,.rb-review-role{font-size:13px}.rb-reviews__bottom{grid-template-columns:1fr;gap:18px;margin-top:18px}.rb-reviews-controls{order:-1;justify-content:center;display:grid;grid-template-columns:52px auto 52px;gap:16px}.rb-reviews-arrow{width:50px;height:50px;color:var(--navy)}.rb-reviews__cta{width:calc(100% - 36px);min-width:0;height:58px;margin:0 18px;color:#fff;background:linear-gradient(135deg,var(--brand),var(--brand-2));border:0;box-shadow:0 10px 24px #ff5a1f2e;font-size:17px}}@media(max-width:430px){.rb-reviews__top{padding:0 10px}.rb-reviews__title{font-size:31px}.rb-reviews__hero{height:205px}.rb-review-tabs{margin-left:10px;margin-right:10px}.rb-review-tab{font-size:10px}.rb-reviews-track{padding-left:calc((100vw - min(76vw,310px))/2);padding-right:calc((100vw - min(76vw,310px))/2)}.rb-review-card{flex-basis:min(76vw,310px);min-height:390px}.rb-review-card__text{font-size:16px}}.rb-home-page .rb-pro-cta{padding:80px 0 90px}.rb-home-page .rb-pro-cta__panel{position:relative;padding:56px 48px;border-radius:24px;background:linear-gradient(135deg,var(--rb-ink) 0%,#101d3d 100%);overflow:hidden}.rb-home-page .rb-pro-cta__mark{position:absolute;right:48px;top:50%;transform:translateY(-50%);font-size:180px;color:#ffffff0d;pointer-events:none}.rb-home-page .rb-pro-cta__content{position:relative;max-width:600px}.rb-home-page .rb-pro-cta__eyebrow{display:inline-flex;align-items:center;gap:8px;margin-bottom:18px;padding:8px 16px;border-radius:999px;background:#ffffff1a;color:#fff;font-size:13px;font-weight:600}.rb-home-page .rb-pro-cta__title{margin:0 0 16px;color:#fff;font-size:36px;line-height:1.2;font-weight:700;letter-spacing:-.5px}.rb-home-page .rb-pro-cta__title span{color:var(--rb-orange)}.rb-home-page .rb-pro-cta__copy{margin:0;color:#ffffffb8;font-size:15px;line-height:1.6}.rb-home-page .rb-pro-cta__actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:24px}.rb-home-page .rb-pro-cta__action{display:flex;align-items:center;gap:14px;min-height:76px;padding:0 20px;border:1px solid var(--rb-border);border-radius:14px;background:#fff;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.rb-home-page .rb-pro-cta__action:hover{transform:translateY(-2px);box-shadow:0 16px 34px #10213a1f;border-color:#ff5a1f4d}.rb-home-page .rb-pro-cta__action-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;flex:0 0 44px;border-radius:12px;background:var(--rb-orange-soft);color:var(--rb-orange);font-size:18px}.rb-home-page .rb-pro-cta__action span:not(.rb-pro-cta__action-icon){display:flex;flex-direction:column;color:var(--rb-ink);font-size:14px;font-weight:700;line-height:1.3}.rb-home-page .rb-pro-cta__action span strong{color:var(--rb-muted);font-size:11px;font-weight:500}.rb-home-page .rb-pro-cta__action>i{margin-left:auto;color:var(--rb-orange);font-size:14px}.rb-home-page .rb-pro-cta__features{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px;margin-top:44px}.rb-home-page .rb-pro-cta__feature{text-align:center}.rb-home-page .rb-pro-cta__feature-icon{width:56px;height:56px;margin:0 auto 14px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--rb-orange-soft);color:var(--rb-orange);font-size:22px}.rb-home-page .rb-pro-cta__feature h3{margin:0 0 6px;color:var(--rb-ink);font-size:15px;font-weight:700}.rb-home-page .rb-pro-cta__feature p{margin:0;color:var(--rb-muted);font-size:12px;line-height:1.5}@media(max-width:1100px){.rb-home-page .rb-pro-cta__actions{grid-template-columns:1fr}.rb-home-page .rb-pro-cta__features{grid-template-columns:repeat(2,minmax(0,1fr));text-align:left}.rb-home-page .rb-pro-cta__feature-icon{margin:0 0 12px}}@media(max-width:700px){.rb-home-page .rb-pro-cta{padding:56px 0 64px}.rb-home-page .rb-pro-cta__panel{padding:36px 24px}.rb-home-page .rb-pro-cta__title{font-size:26px}.rb-home-page .rb-pro-cta__mark{display:none}.rb-home-page .rb-pro-cta__features{grid-template-columns:1fr}}@source "../../vendor/laravel/framework/src/Illuminate/Pagination/resources/views/*.blade.php";@source "../../storage/framework/views/*.php";@source "../**/*.blade.php";@source "../**/*.js";@theme{ --font-sans: "Instrument Sans", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
