:root{--alawaly-ink: #2d231b;--alawaly-ink-soft: #8c6149;--alawaly-cream: #f4efe6;--alawaly-sand: #ffd3a8;--alawaly-clay: #e69d74;--alawaly-surface: #faf7f1;--alawaly-line: #e8e0d0;--alawaly-white: #ffffff;--alawaly-neutral: #eeeeee;--alawaly-success: #3e7b5b;--alawaly-error: #b23b3b;--alawaly-warning: #c98a2d;--alawaly-info: #3e6b8c;--alawaly-font-latin: "Rubik", "Manrope", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--alawaly-font-arabic: "Noto Kufi Arabic", "IBM Plex Sans Arabic", "Segoe UI", sans-serif;--alawaly-font-size-xs: .75rem;--alawaly-font-size-sm: .875rem;--alawaly-font-size-base: 1rem;--alawaly-font-size-md: 1.125rem;--alawaly-font-size-lg: 1.5rem;--alawaly-font-size-xl: 2rem;--alawaly-font-size-xxl: 3rem;--alawaly-space-1: .25rem;--alawaly-space-2: .5rem;--alawaly-space-3: .75rem;--alawaly-space-4: 1rem;--alawaly-space-5: 1.5rem;--alawaly-space-6: 2rem;--alawaly-space-8: 3rem;--alawaly-space-10: 4rem;--alawaly-radius-sm: .375rem;--alawaly-radius-md: .75rem;--alawaly-radius-lg: 1rem;--alawaly-radius-pill: 9999px;--alawaly-shadow-sm: 0 1px 2px rgba(45, 35, 27, .08);--alawaly-shadow-md: 0 4px 12px rgba(45, 35, 27, .12);--alawaly-shadow-lg: 0 12px 32px rgba(45, 35, 27, .18);--alawaly-z-base: 0;--alawaly-z-sticky: 100;--alawaly-z-overlay: 1000;--alawaly-z-modal: 2000;--alawaly-z-toast: 3000}[dir=rtl]{font-family:var(--alawaly-font-arabic)}*,*:before,*:after{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{font-family:var(--alawaly-font-latin);font-size:var(--alawaly-font-size-base);line-height:1.5;color:var(--alawaly-ink);background:var(--alawaly-cream);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}h1,h2,h3,h4{margin:0;font-weight:700;line-height:1.2}p{margin:0}button{font:inherit;cursor:pointer}img{max-width:100%;display:block}a{color:inherit}.app{position:fixed;top:0;right:0;bottom:0;left:0;background:#0b0d12;overflow:hidden}.stage-wrap{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;background:#0b0d12}.stage{position:absolute;overflow:hidden;background:#0b0d12}.stage-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.hot{position:absolute;cursor:pointer;border-radius:8px;z-index:5}.hot:hover{background:#ffffff24;outline:1.5px dashed rgba(255,255,255,.7)}.hot__tip{position:absolute;left:50%;bottom:calc(100% + 6px);transform:translate(-50%);background:#0a0c12eb;color:#fff;font-size:12px;padding:3px 8px;border-radius:6px;white-space:nowrap;pointer-events:none;opacity:0;transition:opacity .15s;z-index:20}.hot:hover .hot__tip{opacity:1}.icon-btn{position:absolute;display:flex;align-items:center;justify-content:center;border:none;border-radius:50%;background:#16181e9e;color:#fff;cursor:pointer;padding:0;-webkit-tap-highlight-color:transparent}.icon-btn:hover{background:#16181ed9}.icon-btn:disabled{opacity:.45;cursor:default}.loading{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;display:grid;place-items:center}.loading__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.loading__inner{position:relative;display:flex;flex-direction:column;align-items:center;gap:var(--alawaly-space-8);padding:var(--alawaly-space-6);text-align:center}.loading__logo{width:min(288px,52vw);height:auto}.loading__cta{border:none;border-radius:var(--alawaly-radius-pill);background:#965e3f;color:#fff;font-family:var(--alawaly-font-latin);font-weight:400;font-size:22px;line-height:1;padding:20px 52px;cursor:pointer;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:inset 0 0 0 1px #ffffff47;transition:transform .15s ease,background .15s ease}.loading__cta:hover{transform:translateY(-2px);background:#a8714f}.loading__tagline{position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%);width:min(720px,88vw);color:#ffffff7a;font-family:var(--alawaly-font-latin);font-weight:400;font-size:16px;line-height:1.5;text-align:center;pointer-events:none;margin:0}.lead{position:fixed;top:0;right:0;bottom:0;left:0;height:100dvh;overflow:hidden;display:grid;place-items:center}.lead:not(.lead--modal){place-items:start center}.lead:not(.lead--modal) .lead__panel{transform-origin:top center}.lead__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.lead--modal{position:fixed;z-index:90}.lead__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0b0d1299;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.lead__panel{position:relative;z-index:2;box-sizing:border-box;width:480px;max-width:92vw;padding:40px 36px;background:#2d231b7a;border:1px solid rgba(255,255,255,.24);border-radius:32px;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);font-family:var(--alawaly-font-latin)}.lead__close{position:absolute;top:40px;right:36px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;padding:0;border:none;background:transparent;color:#fff;cursor:pointer}[dir=rtl] .lead__close{right:auto;left:36px}.lead__title{margin:0 0 48px;color:#fff;font-size:24px;font-weight:500;line-height:32px}.lead__field{display:flex;flex-direction:column;gap:18px;margin-bottom:30px}.lead__field--last{margin-bottom:48px}.lead__label{color:#fff;font-size:16px;font-weight:400;line-height:.69}.lead__input{box-sizing:border-box;width:100%;height:57px;border:1px solid rgba(255,255,255,.24);border-radius:10px;background:#ffffff0a;color:#fff;padding:0 16px;font-size:18px;font-weight:400;outline:none}.lead__input::placeholder{color:#ffffff8f}.lead__input:focus{border-color:#ffffff80}.lead__select{position:relative;box-sizing:border-box;width:100%;height:57px;border:1px solid rgba(255,255,255,.24);border-radius:10px;background:#ffffff0a;overflow:hidden}.lead__select select{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:100%;height:100%;border:none;background:transparent;color:#fff;padding:0 40px 0 16px;font-size:18px;font-weight:400;outline:none;cursor:pointer}.lead__select select option{background:#25211d;color:#fff}.lead__select svg{position:absolute;right:14px;top:50%;transform:translateY(-50%);color:#fff9;pointer-events:none}.lead__phone{display:flex;align-items:center;box-sizing:border-box;height:57px;border:1px solid rgba(255,255,255,.24);border-radius:10px;background:#ffffff0a;overflow:hidden}.lead__phone-prefix{padding-inline-start:16px;color:#ffffff8f;font-size:18px;font-weight:400;white-space:nowrap}.lead__phone-sep{width:1px;height:20px;background:#ffffff47;margin:0 12px;flex:none}.lead__input--phone{flex:1;min-width:0;height:auto;align-self:stretch;border:none;background:transparent;padding-inline-start:0}.lead__confirm{box-sizing:border-box;width:100%;height:53px;border:none;border-radius:80px;background:#965e3f;box-shadow:inset 0 0 0 1px #ffffff47;color:#fff;font-size:18px;font-weight:500;cursor:pointer;transition:background .15s ease}.lead__confirm:hover{background:#a8714f}.ri20{position:relative;z-index:2;box-sizing:border-box;width:660px;max-width:calc(100vw - 48px);max-height:calc(100dvh - 48px);overflow-y:auto;padding:40px 32px 32px;background:#1e1b18d1;border:1px solid #3a3530;border-radius:32px;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);font-family:var(--alawaly-font-latin)}.ri20__head{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:28px}.ri20__title{margin:0;color:#fff;font-size:24px;font-weight:500;line-height:1.1}.ri20__close{flex:none;display:flex;align-items:center;justify-content:center;width:36px;height:36px;margin:-6px -8px 0 0;padding:0;border:none;background:transparent;color:#fff;cursor:pointer}.ri20__unit{position:relative;box-sizing:border-box;display:flex;gap:24px;align-items:flex-start;margin-bottom:32px;padding:24px;background:#282420;border:1px solid rgba(255,255,255,.07);border-radius:24px}.ri20__unit-info{flex:1;min-width:0}.ri20__unit-name{margin:0;color:#fff;font-size:18px;font-weight:500;line-height:1.2}.ri20__unit-sub{margin:4px 0 18px;color:#fff9;font-size:12px;font-weight:400;line-height:1.2}.ri20__unit-x{position:absolute;top:20px;right:20px;display:flex;align-items:center;justify-content:center;width:22px;height:22px;padding:0;border:none;background:transparent;color:#ffffffd9;cursor:pointer}.ri20__rows{margin:0;display:flex;flex-direction:column;gap:12px}.ri20__row{display:flex;align-items:baseline;justify-content:space-between;gap:16px}.ri20__row dt{color:#fff9;font-size:14px;font-weight:400}.ri20__row dd{margin:0;color:#fff;font-size:14px;font-weight:500}.ri20__row dd.price{color:#c98a63}.ri20__plan{position:relative;flex:none;width:300px;height:172px;border-radius:16px;overflow:hidden;background:#e8dcc8}.ri20__plan img{width:100%;height:100%;object-fit:cover;display:block}.ri20__plan-expand{position:absolute;right:10px;bottom:10px;display:flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:none;border-radius:50%;background:#2d231bb8;color:#fff;cursor:pointer}.ri20__fields{display:grid;grid-template-columns:1fr 1fr;gap:20px 24px}.ri20__field{display:flex;flex-direction:column;gap:8px;min-width:0}.ri20__label{color:#fff9;font-size:13px;font-weight:400;line-height:1.2}.ri20__input{box-sizing:border-box;width:100%;height:54px;border:1px solid rgba(255,255,255,.24);border-radius:10px;background:#25211d;color:#fff;padding:0 16px;font-size:16px;font-weight:400;outline:none}.ri20__input::placeholder{color:#ffffff8f}.ri20__input:focus{border-color:#ffffff80}.ri20__phone{display:flex;align-items:center;box-sizing:border-box;height:54px;border:1px solid rgba(255,255,255,.24);border-radius:10px;background:#25211d;overflow:hidden}.ri20__phone-prefix{padding-inline-start:16px;color:#ffffff8f;font-size:16px;font-weight:400;white-space:nowrap}.ri20__phone-sep{width:1px;height:20px;background:#ffffff47;margin:0 12px;flex:none}.ri20__input--phone{flex:1;min-width:0;height:auto;align-self:stretch;border:none;background:transparent;padding-inline-start:0}.ri20__select{position:relative;box-sizing:border-box;height:54px;border:1px solid rgba(255,255,255,.24);border-radius:10px;background:#25211d;overflow:hidden}.ri20__select select{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:100%;height:100%;border:none;background:transparent;color:#fff;padding:0 40px 0 16px;font-size:16px;font-weight:400;outline:none;cursor:pointer}.ri20__select select option{background:#25211d;color:#fff}.ri20__select svg{position:absolute;right:14px;top:50%;transform:translateY(-50%);color:#fff9;pointer-events:none}.ri20__confirm{box-sizing:border-box;width:100%;height:53px;margin-top:32px;border:none;border-radius:80px;background:#a0684f;color:#fff;font-size:18px;font-weight:500;cursor:pointer;transition:background .15s ease}.ri20__confirm:hover{background:#b07a5e}.ri20-plan{position:fixed;top:0;right:0;bottom:0;left:0;z-index:95;display:grid;place-items:center;padding:24px}.ri20-plan__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0b0d12b8;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.ri20-plan__frame{position:relative;z-index:2;box-sizing:border-box;display:flex;flex-direction:column;width:min(680px,100%);max-height:calc(100dvh - 48px);padding:18px 16px 20px;background:#2d231ba3;border:1px solid rgba(255,255,255,.24);border-radius:24px;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}.ri20-plan__head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.ri20-plan__title{margin:0;color:#fff;font-family:Rubik,sans-serif;font-size:17px;font-weight:500;line-height:1.2;letter-spacing:.01em}.ri20-plan__frame img{display:block;flex:1;min-height:0;width:100%;height:auto;object-fit:contain;border-radius:12px}.ri20-plan__close{flex:none;display:flex;align-items:center;justify-content:center;width:36px;height:36px;margin:-6px -8px 0 0;padding:0;border:none;background:transparent;color:#fff;cursor:pointer}@media(orientation:landscape)and (max-height:600px){.ri20{margin:auto}}.ksa-logo{position:fixed;left:calc(32px * var(--chrome-scale, var(--stage-scale, 1)));top:calc(32px * var(--chrome-scale, var(--stage-scale, 1)));width:calc(143px * var(--chrome-scale, var(--stage-scale, 1)));height:calc(55px * var(--chrome-scale, var(--stage-scale, 1)));-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.ksa-pill{position:absolute;padding:0 calc(36px * var(--stage-scale, 1)) 0 calc(16px * var(--stage-scale, 1));border:none;border-radius:calc(20px * var(--stage-scale, 1));background:#eee;cursor:pointer;font-family:var(--alawaly-font-latin);transition:background .15s ease,transform .15s ease}.ksa-pill:hover{background:#fff;transform:translateY(-1px)}.ksa-pill__text{display:block;line-height:calc(40px * var(--stage-scale, 1));overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#8c6149;font-size:calc(14px * var(--stage-scale, 1));font-weight:500}.ksa-pill__chev{position:absolute;top:50%;right:calc(8px * var(--stage-scale, 1));transform:translateY(-50%);width:calc(16px * var(--stage-scale, 1));height:calc(16px * var(--stage-scale, 1));display:flex;align-items:center;justify-content:center;border-radius:50%;background:#965e3f;color:#fff}.ksa-pill__chev svg{width:calc(10px * var(--stage-scale, 1));height:calc(10px * var(--stage-scale, 1))}.lang-toggle{width:fit-content;min-width:calc(148px * var(--chrome-scale, var(--stage-scale, 1)));height:calc(48px * var(--chrome-scale, var(--stage-scale, 1)));display:flex;align-items:center;justify-content:space-between;gap:calc(4px * var(--chrome-scale, var(--stage-scale, 1)));border:1px solid rgba(255,255,255,.3);border-radius:calc(122px * var(--chrome-scale, var(--stage-scale, 1)));background:#2d231b8f;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);padding:calc(4px * var(--chrome-scale, var(--stage-scale, 1)));box-sizing:border-box}[dir=rtl] .lang-toggle{flex-direction:row-reverse}.lang-toggle--fixed{position:fixed;right:calc(32px * var(--chrome-scale, var(--stage-scale, 1)));top:calc(32px * var(--chrome-scale, var(--stage-scale, 1)))}.lang-toggle__opt{position:static;display:flex;align-items:center;justify-content:center;border:none;background:transparent;color:#fff;font-size:calc(12px * var(--chrome-scale, var(--stage-scale, 1)));cursor:pointer;padding:0 calc(14px * var(--chrome-scale, var(--stage-scale, 1)));height:calc(40px * var(--chrome-scale, var(--stage-scale, 1)));border-radius:calc(40px * var(--chrome-scale, var(--stage-scale, 1)));white-space:nowrap;transition:background .15s ease,color .15s ease}.lang-toggle__opt--en{font-family:var(--alawaly-font-latin)}.lang-toggle__opt--ar{font-family:Noto Sans Arabic,sans-serif;font-weight:600}.lang-toggle__opt.active{background:#965e3f;color:#fff;font-weight:500}.ksa-ai{position:fixed;right:calc(32px * var(--chrome-scale, var(--stage-scale, 1)));bottom:calc(24px * var(--chrome-scale, var(--stage-scale, 1)));width:calc(56px * var(--chrome-scale, var(--stage-scale, 1)));height:calc(56px * var(--chrome-scale, var(--stage-scale, 1)));display:flex;align-items:center;justify-content:center;border:none;border-radius:50%;background:#e69d74;cursor:pointer;overflow:hidden;padding:0;transition:transform .15s ease}.ksa-ai--attention:after,.orbit__avatar--attention:after{content:"";position:absolute;top:-3px;right:-3px;bottom:-3px;left:-3px;border-radius:50%;border:2px solid #e69d74;animation:ai-bubble-pulse 1.6s ease-out infinite;pointer-events:none}@keyframes ai-bubble-pulse{0%{transform:scale(.92);opacity:.9}70%{transform:scale(1.28);opacity:0}to{opacity:0}}.ksa-ai__img{width:100%;height:100%;object-fit:cover;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.ksa-ai:hover{transform:scale(1.06)}.p-crumb{position:fixed;left:calc(32px * var(--chrome-scale, var(--stage-scale, 1)));top:calc(32px * var(--chrome-scale, var(--stage-scale, 1)));width:calc(380px * var(--chrome-scale, var(--stage-scale, 1)));height:calc(56px * var(--chrome-scale, var(--stage-scale, 1)));border:1px solid rgba(255,255,255,.24);border-radius:calc(102px * var(--chrome-scale, var(--stage-scale, 1)));background:#2d231ba3;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);box-sizing:border-box;z-index:8}.p-crumb__logo{position:absolute;left:calc(16px * var(--chrome-scale, var(--stage-scale, 1)));top:calc(17px * var(--chrome-scale, var(--stage-scale, 1)));width:calc(86px * var(--chrome-scale, var(--stage-scale, 1)));height:calc(22px * var(--chrome-scale, var(--stage-scale, 1)));object-fit:contain;object-position:left center;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.p-crumb__step{position:absolute;left:calc(127px * var(--chrome-scale, var(--stage-scale, 1)));top:calc(18px * var(--chrome-scale, var(--stage-scale, 1)));font-family:Rubik,sans-serif;font-weight:300;font-size:calc(16px * var(--chrome-scale, var(--stage-scale, 1)));line-height:calc(20px * var(--chrome-scale, var(--stage-scale, 1)));letter-spacing:calc(.32px * var(--chrome-scale, var(--stage-scale, 1)));color:#fff;white-space:nowrap;background:none;border:none;padding:0;cursor:pointer}.p-crumb__sep{position:absolute;left:calc(239px * var(--chrome-scale, var(--stage-scale, 1)));top:calc(18px * var(--chrome-scale, var(--stage-scale, 1)));font-family:Rubik,sans-serif;font-weight:300;font-size:calc(16px * var(--chrome-scale, var(--stage-scale, 1)));line-height:calc(20px * var(--chrome-scale, var(--stage-scale, 1)));letter-spacing:calc(.32px * var(--chrome-scale, var(--stage-scale, 1)));color:#fff}.p-crumb__cap{position:absolute;left:calc(263px * var(--chrome-scale, var(--stage-scale, 1)));top:calc(10px * var(--chrome-scale, var(--stage-scale, 1)));width:calc(101px * var(--chrome-scale, var(--stage-scale, 1)));height:calc(36px * var(--chrome-scale, var(--stage-scale, 1)));display:flex;align-items:center;background:#965e3f;border-radius:calc(18px * var(--chrome-scale, var(--stage-scale, 1)))}.p-crumb__cap-text{position:absolute;left:calc(18px * var(--chrome-scale, var(--stage-scale, 1)));color:#fff;font-family:Rubik,sans-serif;font-weight:300;font-size:calc(16px * var(--chrome-scale, var(--stage-scale, 1)));letter-spacing:calc(.32px * var(--chrome-scale, var(--stage-scale, 1)));white-space:nowrap}.p-crumb__cap-chev{position:absolute;left:calc(74px * var(--chrome-scale, var(--stage-scale, 1)));top:calc(10px * var(--chrome-scale, var(--stage-scale, 1)));width:calc(16px * var(--chrome-scale, var(--stage-scale, 1)));height:calc(16px * var(--chrome-scale, var(--stage-scale, 1)));color:#fff}.p-pin{position:absolute;display:flex;align-items:center;background:#eee;border:1px solid #2d231b;border-radius:calc(24px * var(--stage-scale, 1));cursor:pointer;padding:0;z-index:6;transition:background .15s ease,transform .15s ease}.p-pin:hover{background:#fff;transform:translateY(-1px)}.p-pin__text{padding-left:calc(14px * var(--stage-scale, 1));color:#8c6149;font-size:calc(14px * var(--stage-scale, 1));font-weight:500;letter-spacing:calc(.28px * var(--stage-scale, 1));white-space:nowrap}.p-pin__chev{flex:none;margin-left:auto;margin-right:calc(7px * var(--stage-scale, 1));width:calc(16px * var(--stage-scale, 1));height:calc(16px * var(--stage-scale, 1));display:flex;align-items:center;justify-content:center;border-radius:50%;background:#8c6149;color:#fff}.p-pin__chev svg{width:calc(10px * var(--stage-scale, 1));height:calc(10px * var(--stage-scale, 1))}.p-lines{position:absolute;z-index:5;overflow:visible;pointer-events:none}.p-lines path{stroke:#eee;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.p-lines path.p-lines__white{stroke:#fff}.p-filters-btn{position:fixed;left:calc(32px * var(--chrome-scale, var(--stage-scale, 1)));bottom:calc(24px * var(--chrome-scale, var(--stage-scale, 1)));width:calc(111px * var(--chrome-scale, var(--stage-scale, 1)));height:calc(56px * var(--chrome-scale, var(--stage-scale, 1)));display:flex;align-items:center;justify-content:center;gap:calc(8px * var(--chrome-scale, var(--stage-scale, 1)));border:1px solid rgba(255,255,255,.24);border-radius:calc(34px * var(--chrome-scale, var(--stage-scale, 1)));background:#2d231ba3;color:#fff;font-size:calc(14px * var(--chrome-scale, var(--stage-scale, 1)));font-family:var(--alawaly-font-latin);cursor:pointer;padding:0;z-index:10}.p-filters-btn svg{width:calc(20px * var(--chrome-scale, var(--stage-scale, 1)));height:calc(20px * var(--chrome-scale, var(--stage-scale, 1)))}.p-filters-btn:hover{background:#2d231bd9}.filters-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;background:#00000059}.filters-card{position:absolute;left:calc(32px * var(--stage-scale, 1));bottom:calc(104px * var(--stage-scale, 1));width:calc(366px * var(--stage-scale, 1));height:calc(410px * var(--stage-scale, 1));border-radius:calc(32px * var(--stage-scale, 1));background:#2d231ba3;border:1px solid rgba(255,255,255,.24);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);box-sizing:border-box}.filters-card__title{position:absolute;left:calc(34px * var(--stage-scale, 1));top:calc(32px * var(--stage-scale, 1));margin:0;color:#fff;font-size:calc(24px * var(--stage-scale, 1));font-weight:500}.filters-card__sub{position:absolute;left:calc(32px * var(--stage-scale, 1));top:calc(64px * var(--stage-scale, 1));margin:0;color:#c8c8c8;font-size:calc(16px * var(--stage-scale, 1));font-weight:400;white-space:nowrap}.filters-container{position:absolute;left:calc(32px * var(--stage-scale, 1));top:calc(98px * var(--stage-scale, 1));width:calc(302px * var(--stage-scale, 1));height:calc(280px * var(--stage-scale, 1));border-radius:calc(20px * var(--stage-scale, 1));background:#392c23;box-sizing:border-box}.filters-row{position:absolute;left:calc(16px * var(--stage-scale, 1));width:calc(271px * var(--stage-scale, 1));height:calc(20px * var(--stage-scale, 1));display:flex;align-items:center;gap:calc(16px * var(--stage-scale, 1));border:none;background:none;cursor:pointer;padding:0}.filters-row__box{flex:none;width:calc(20px * var(--stage-scale, 1));height:calc(20px * var(--stage-scale, 1));display:flex;align-items:center;justify-content:center;background:#2d231b;border-radius:calc(6px * var(--stage-scale, 1));color:#fff}.filters-row__box.on{background:#965e3f}.filters-row__label{color:#b8b3af;font-size:calc(16px * var(--stage-scale, 1));font-weight:400}.filters-close{position:absolute;left:calc(32px * var(--stage-scale, 1));bottom:calc(24px * var(--stage-scale, 1));width:calc(56px * var(--stage-scale, 1));height:calc(56px * var(--stage-scale, 1));display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.24);border-radius:50%;background:#2d231ba3;color:#ce8c69;cursor:pointer;z-index:45}.filters-close:hover{background:#2d231bd9}.filters-close svg{width:calc(24px * var(--stage-scale, 1));height:calc(24px * var(--stage-scale, 1))}.ai-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100}.ai-panel{position:fixed;top:calc(269px * var(--ai-scale, 1));right:calc(42px * var(--ai-scale, 1));width:420px;height:779px;transform:scale(var(--ai-scale, 1));transform-origin:top right;display:flex;flex-direction:column;border-radius:16px;background:#2d231ba3;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);font-family:var(--alawaly-font-latin)}.ai-avatar{position:absolute;left:6px;top:-61px;width:126px;height:142px;pointer-events:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.ai-close{position:absolute;right:28px;top:28px;z-index:2;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:none;border-radius:50%;background:#22222252;cursor:pointer;padding:0;transition:background .15s ease}.ai-close:hover{background:#22222280}.ai-header{flex:none;position:relative;height:81px;padding:36px 100px 0;text-align:center;color:#fff;font-size:24px;font-weight:500;line-height:28.44px;pointer-events:none}.ai-header:after{content:"";position:absolute;left:24px;right:24px;bottom:0;height:1px;background:#ffffff1f}.ai-list{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:21px;padding:20px 24px 11px;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.25) transparent}.ai-bubble{position:relative;max-width:263px;width:fit-content;border-radius:20px;padding:9px 13px;font-size:15px;font-weight:400;line-height:18px}.ai-bubble--ai{align-self:flex-start;background:#e2e2e3;color:#000}.ai-bubble--user{align-self:flex-end;background:#8c6149;color:#fff}.ai-bubble__tail{position:absolute;bottom:-5px;width:18px;height:14px;display:block;pointer-events:none}.ai-bubble__tail svg{display:block}.ai-bubble__tail--ai{left:6px}.ai-bubble__tail--user{right:6px;transform:scaleX(-1)}.ai-bubble__tail--ai svg path{fill:#e2e2e3}.ai-bubble__tail--user svg path{fill:#8c6149}.ai-bubble--typing{width:46px;max-width:46px;padding:13px 16px;font-size:18px;line-height:.6;letter-spacing:2px}.ai-input{flex:none;display:flex;align-items:center;gap:10px;margin:0 24px 24px;padding:0 6px 0 20px;height:52px;border-radius:99px;background:#ffffff29;box-shadow:inset 0 0 6.6px #ffffff1f}.ai-input__field{flex:1;min-width:0;border:none;background:transparent;color:#fff;font-family:var(--alawaly-font-latin);font-size:16px;font-weight:500;letter-spacing:-.16px;outline:none}.ai-input__field::placeholder{color:#ffffff52}.ai-input__mic{flex:none;display:flex;align-items:center;justify-content:center;border:none;background:transparent;color:#fff;cursor:pointer;padding:0}.ai-input__send{flex:none;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:none;border-radius:50%;background:#8c6149;color:#fff;cursor:pointer;padding:0;transition:background .15s ease}.ai-input__send:hover{background:#a8714f}.orbit{position:absolute;top:0;right:0;bottom:0;left:0;background:#0b0d12;overflow:hidden;touch-action:none;cursor:grab}.orbit.dragging{cursor:grabbing}.orbit__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;pointer-events:none}.orbit__stage{position:absolute;overflow:hidden}.orbit__svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none}.orbit-hot{position:absolute;transform:translate(-50%,-50%);width:calc(24px * var(--stage-scale, 1));height:calc(24px * var(--stage-scale, 1));border-radius:50%;background:#a8714f;border:calc(2.5px * var(--stage-scale, 1)) solid #fff;box-shadow:0 0 0 calc(5px * var(--stage-scale, 1)) #a8714f59,0 calc(3px * var(--stage-scale, 1)) calc(12px * var(--stage-scale, 1)) #00000073;cursor:pointer;padding:0;transition:transform .15s ease}.orbit-hot:after{content:"";position:absolute;left:50%;top:50%;width:calc(6px * var(--stage-scale, 1));height:calc(6px * var(--stage-scale, 1));transform:translate(-50%,-50%);border-radius:50%;background:#fff}.orbit-hot:hover,.orbit-hot.on{transform:translate(-50%,-50%) scale(1.18)}.orbit-card{position:absolute;left:calc(40px * var(--stage-scale, 1));top:calc(121px * var(--stage-scale, 1));width:calc(452px * var(--stage-scale, 1));height:calc(368px * var(--stage-scale, 1));z-index:6;display:flex;flex-direction:column;box-sizing:border-box;border-radius:calc(32px * var(--stage-scale, 1));background:#2d231ba3;border:calc(1px * var(--stage-scale, 1)) solid rgba(255,255,255,.24);box-shadow:0 calc(24px * var(--stage-scale, 1)) calc(70px * var(--stage-scale, 1)) #00000073;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);padding:calc(31px * var(--stage-scale, 1)) calc(26px * var(--stage-scale, 1)) calc(22px * var(--stage-scale, 1))}.orbit-card__head{display:flex;align-items:flex-start;justify-content:space-between;gap:calc(16px * var(--stage-scale, 1))}.orbit-card__title h3{margin:0;font-family:Rubik,sans-serif;font-size:calc(24px * var(--stage-scale, 1));font-weight:500;letter-spacing:-.24px;line-height:1;color:#fff}.orbit-card__title p{margin:calc(5px * var(--stage-scale, 1)) 0 0;font-family:Rubik,sans-serif;font-size:calc(14px * var(--stage-scale, 1));font-weight:400;letter-spacing:-.14px;line-height:1;color:#ccc}.orbit-card__close{position:absolute;right:calc(17px * var(--stage-scale, 1));top:calc(27px * var(--stage-scale, 1));display:flex;align-items:center;justify-content:center;width:calc(40px * var(--stage-scale, 1));height:calc(40px * var(--stage-scale, 1));border:none;background:transparent;color:#fff;cursor:pointer;transition:opacity .15s ease}[dir=rtl] .orbit-card__close{right:auto;left:calc(17px * var(--stage-scale, 1))}.orbit-card__close:hover{opacity:.7}.orbit-card__details{margin:calc(44px * var(--stage-scale, 1)) 0 0;padding:0;display:flex;flex-direction:column;gap:calc(13px * var(--stage-scale, 1))}.orbit-card__details>div{display:flex;align-items:baseline;justify-content:space-between;gap:calc(16px * var(--stage-scale, 1))}.orbit-card__details dt,.orbit-card__details dd{margin:0;font-family:Rubik,sans-serif;font-size:calc(16px * var(--stage-scale, 1));font-weight:400;letter-spacing:-.16px;line-height:1}.orbit-card__details dt{color:#ffffffa3}.orbit-card__details dd{color:#fff}.orbit-card__actions{position:absolute;left:calc(22px * var(--stage-scale, 1));right:calc(20px * var(--stage-scale, 1));bottom:calc(22px * var(--stage-scale, 1));display:flex;gap:calc(8px * var(--stage-scale, 1))}.orbit-card__actions button{flex:1;height:calc(54px * var(--stage-scale, 1));border-radius:calc(27px * var(--stage-scale, 1));font-family:Rubik,sans-serif;font-size:calc(18px * var(--stage-scale, 1));font-weight:500;background:transparent;border:calc(1px * var(--stage-scale, 1)) solid rgba(255,255,255,.5);color:#fff;cursor:pointer;transition:background .15s ease,border-color .15s ease}.orbit-card__actions button:hover{background:#965e3f;border-color:#965e3f}.orbit__crumb{position:absolute;display:flex;align-items:center;gap:calc(14px * var(--stage-scale, 1));padding:0 calc(16px * var(--stage-scale, 1));box-sizing:border-box;border:1px solid rgba(255,255,255,.24);border-radius:calc(28px * var(--stage-scale, 1));background:#2d231ba3;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);width:max-content;pointer-events:none;z-index:2}.orbit__crumb-logo{flex:none;width:calc(86px * var(--stage-scale, 1));height:calc(22px * var(--stage-scale, 1));object-fit:contain;object-position:left center;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.orbit__crumb-step{font-family:Rubik,sans-serif;font-weight:300;font-size:calc(16px * var(--stage-scale, 1));line-height:calc(20px * var(--stage-scale, 1));letter-spacing:calc(.32px * var(--stage-scale, 1));color:#fff;white-space:nowrap;background:none;border:none;padding:0;text-align:left;cursor:pointer}.orbit__crumb-sep{font-family:Rubik,sans-serif;font-weight:300;font-size:calc(16px * var(--stage-scale, 1));line-height:calc(20px * var(--stage-scale, 1));letter-spacing:calc(.32px * var(--stage-scale, 1));color:#fff}.orbit__crumb-city{display:flex;align-items:center;gap:calc(8px * var(--stage-scale, 1));background:none;border:none;padding:0;cursor:pointer}.orbit__crumb-city-text{color:#fff;font-family:Rubik,sans-serif;font-weight:300;font-size:calc(16px * var(--stage-scale, 1));letter-spacing:calc(.32px * var(--stage-scale, 1));white-space:nowrap}.orbit__crumb-proj{display:flex;align-items:center;gap:calc(8px * var(--stage-scale, 1));height:calc(36px * var(--stage-scale, 1));padding:0 calc(12px * var(--stage-scale, 1));box-sizing:border-box;background:#965e3f;border:none;border-radius:calc(22px * var(--stage-scale, 1));cursor:pointer;transition:background .15s ease}.orbit__crumb-proj:hover{background:#a8714f}.orbit__crumb-proj.open .orbit__crumb-chev{transform:rotate(180deg)}.orbit__crumb-proj-text{color:#fff;font-family:Rubik,sans-serif;font-weight:300;font-size:calc(16px * var(--stage-scale, 1));letter-spacing:calc(.32px * var(--stage-scale, 1));white-space:nowrap}.orbit__crumb-chev{color:#fff;flex:none;width:calc(16px * var(--stage-scale, 1));height:calc(16px * var(--stage-scale, 1))}.orbit__crumb button{pointer-events:auto}.proj-picker{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50}.proj-picker__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000004d}.proj-picker__panel{position:absolute;left:calc(32px * var(--stage-scale, 1));top:calc((32px + 56px + 12px) * var(--stage-scale, 1));width:calc(380px * var(--stage-scale, 1));box-sizing:border-box;border:1px solid rgba(255,255,255,.15);border-radius:calc(20px * var(--stage-scale, 1));background:#2d231bb8;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);box-shadow:0 18px 48px #0006;overflow:hidden;font-family:var(--alawaly-font-latin)}.proj-picker__head{display:flex;align-items:center;justify-content:space-between;padding:calc(18px * var(--stage-scale, 1)) calc(20px * var(--stage-scale, 1)) calc(14px * var(--stage-scale, 1));border-bottom:1px solid rgba(255,255,255,.1)}.proj-picker__title{color:#fff;font-size:calc(18px * var(--stage-scale, 1));font-weight:500}.proj-picker__close{display:flex;align-items:center;justify-content:center;width:calc(32px * var(--stage-scale, 1));height:calc(32px * var(--stage-scale, 1));border:none;border-radius:50%;background:#ffffff1a;color:#fff;cursor:pointer;padding:0;transition:background .15s ease}.proj-picker__close:hover{background:#fff3}.proj-picker__list{padding:calc(8px * var(--stage-scale, 1))}.proj-picker__row{display:flex;align-items:center;justify-content:space-between;gap:calc(12px * var(--stage-scale, 1));width:100%;box-sizing:border-box;padding:calc(12px * var(--stage-scale, 1)) calc(14px * var(--stage-scale, 1));border:none;border-radius:calc(12px * var(--stage-scale, 1));background:transparent;color:#fff;cursor:pointer;text-align:left;transition:background .15s ease}.proj-picker__row+.proj-picker__row{border-top:1px solid rgba(255,255,255,.06)}.proj-picker__row:hover{background:#ffffff14}.proj-picker__row.current{background:#965e3f47}.proj-picker__row-text{display:flex;flex-direction:column;gap:calc(2px * var(--stage-scale, 1));min-width:0}.proj-picker__row-name{font-size:calc(16px * var(--stage-scale, 1));font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.proj-picker__row-sub{font-size:calc(12px * var(--stage-scale, 1));color:#b8b3af}.proj-picker__check{flex:none;color:#e69d74}.proj-picker__chev{flex:none;color:#ffffff80}.orbit__theme{position:relative;width:102px;height:48px;border:none;border-radius:24px;background:#2d231b8f;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);box-sizing:border-box;cursor:pointer;padding:0;-webkit-tap-highlight-color:transparent;z-index:3}.top-toggles{position:fixed;right:calc(32px * var(--stage-scale, 1));top:calc(32px * var(--stage-scale, 1));z-index:3;display:flex;align-items:center;gap:8px;transform:scale(var(--stage-scale, 1));transform-origin:top right}.top-toggles .lang-toggle,.top-toggles .orbit__theme{--stage-scale: 1}.orbit__theme-thumb{position:absolute;top:4px;left:58px;width:40px;height:40px;border-radius:50%;background:#965e3f;z-index:1}.orbit__theme.night .orbit__theme-thumb{left:4px}.orbit__theme-icon{position:absolute;z-index:2;display:flex;align-items:center;justify-content:center;color:#b1b3b8;pointer-events:none}.orbit__theme-icon svg{width:100%;height:100%}.orbit__theme-icon--moon{top:14.5px;left:19.5px;width:19px;height:19px}.orbit__theme.night .orbit__theme-icon--moon{left:14.5px;color:#fff}.orbit__theme-icon--sun{top:12px;left:66px;width:24px;height:24px}.orbit__theme:not(.night) .orbit__theme-icon--sun{color:#fff}.orbit__night{position:absolute;top:0;right:0;bottom:0;left:0;background:#060c2847;pointer-events:none;z-index:1}.orbit--night .orbit__img{filter:brightness(.5) saturate(.85) hue-rotate(200deg)}.orbit__avatar{position:absolute;display:flex;align-items:center;justify-content:center;border:none;border-radius:50%;background:#e69d74;cursor:pointer;overflow:hidden;padding:0;transition:transform .15s ease;z-index:3}.orbit__avatar img{width:100%;height:100%;object-fit:cover;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.orbit__avatar:hover{transform:scale(1.06)}.orbit__rot{background:#2d231ba3;border:none;border-radius:50%;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}.orbit__rot:hover{background:#2d231bd9}.orbit__bar{position:absolute;left:50%;transform:translate(-50%);bottom:calc(32px * var(--stage-scale, 1));width:calc(558px * var(--stage-scale, 1));height:calc(56px * var(--stage-scale, 1));pointer-events:none;z-index:3}.orbit__bar button,.orbit__bar .proj-tabs{pointer-events:auto}.proj-tabs{position:absolute;display:flex;align-items:center;gap:calc(12px * var(--stage-scale, 1));background:#2d231ba3;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid rgba(255,255,255,.24);border-radius:calc(28px * var(--stage-scale, 1));box-sizing:border-box}.proj-tab{position:absolute;display:flex;align-items:center;justify-content:center;gap:7px;border:none;border-radius:16px;background:transparent;color:#fff;font-size:calc(13px * var(--stage-scale, 1));cursor:pointer}.proj-tab:hover{background:#ffffff24}.proj-tab.active{background:#965e3f;color:#fff}.proj-screen{cursor:default}.proj-panel{position:absolute;box-sizing:border-box;display:flex;flex-direction:column;border:1px solid rgba(255,255,255,.24);border-radius:calc(16px * var(--stage-scale, 1));background:#2d231ba3;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);box-shadow:0 18px 48px #0006;font-family:var(--alawaly-font-latin);z-index:4;overflow:hidden}.proj-panel__head{display:flex;align-items:center;gap:calc(12px * var(--stage-scale, 1));padding:calc(16px * var(--stage-scale, 1)) calc(20px * var(--stage-scale, 1));border-bottom:1px solid rgba(255,255,255,.08);flex:none}.proj-panel__titles{display:flex;flex-direction:column;gap:calc(2px * var(--stage-scale, 1));min-width:0;flex:1}.proj-panel__title{color:#fff;font-size:calc(18px * var(--stage-scale, 1));font-weight:600;min-width:0}.proj-panel__head>.proj-panel__title{flex:1}.proj-panel--listing .proj-panel__title,.proj-panel--filters .proj-panel__title{font-size:calc(24px * var(--stage-scale, 1));font-weight:500}.proj-panel--gallery .proj-panel__title{font-size:calc(28px * var(--stage-scale, 1));font-weight:400}.proj-panel--listing,.proj-panel--filters{border-radius:calc(32px * var(--stage-scale, 1))}.proj-panel--filters{padding:calc(32px * var(--stage-scale, 1))}.proj-panel--filters .proj-panel__head{height:calc(40px * var(--stage-scale, 1));box-sizing:border-box;padding:0;border-bottom:none;align-items:flex-start}.proj-panel--filters .proj-panel__close{margin-top:calc(4px * var(--stage-scale, 1))}.proj-panel--filters .proj-panel__sub{color:#fffc;font-size:calc(16px * var(--stage-scale, 1));font-weight:400}.proj-panel--gallery{border-radius:calc(40px * var(--stage-scale, 1));-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}.proj-panel--gallery .proj-panel__head{height:calc(96px * var(--stage-scale, 1));box-sizing:border-box;padding:0 calc(40px * var(--stage-scale, 1));border-bottom:none;align-items:center}.proj-panel__sub{color:#ffffff9e;font-size:calc(16px * var(--stage-scale, 1));flex:1;min-width:0}.proj-panel__close{display:flex;align-items:center;justify-content:center;width:calc(32px * var(--stage-scale, 1));height:calc(32px * var(--stage-scale, 1));border:none;border-radius:50%;background:#ffffff1a;color:#fff;cursor:pointer;padding:0;flex:none;transition:background .15s ease}.proj-panel__close:hover{background:#ffffff38}.listing{flex:1;display:flex;flex-direction:column;gap:calc(8px * var(--stage-scale, 1));padding:calc(6px * var(--stage-scale, 1)) calc(20px * var(--stage-scale, 1)) calc(12px * var(--stage-scale, 1));min-height:0}.listing__body{flex:1;overflow-y:auto;min-height:0;display:flex;flex-direction:column;gap:calc(6px * var(--stage-scale, 1));scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.25) transparent}.listing__body::-webkit-scrollbar{width:calc(6px * var(--stage-scale, 1))}.listing__body::-webkit-scrollbar-thumb{background:#ffffff40;border-radius:999px}.listing__row{display:grid;grid-template-columns:repeat(7,1fr);align-items:center;gap:calc(8px * var(--stage-scale, 1));width:100%;box-sizing:border-box;height:calc(50px * var(--stage-scale, 1));padding:0 calc(12px * var(--stage-scale, 1));border:none;background:#3d3431;border-radius:calc(10px * var(--stage-scale, 1));color:#ffffffd9;font-size:calc(13.5px * var(--stage-scale, 1));text-align:left;font-family:var(--alawaly-font-latin)}.listing__row--head{background:transparent;height:calc(32px * var(--stage-scale, 1));color:#ffffff8c;font-size:calc(12px * var(--stage-scale, 1))}button.listing__row{cursor:pointer;transition:background .15s ease}button.listing__row:hover{background:#4a403c}.listing__name{color:#fff;font-weight:500}.listing__price{color:#fff}.listing__empty{padding:calc(24px * var(--stage-scale, 1)) 0;text-align:center;color:#ffffff80;font-size:calc(14px * var(--stage-scale, 1))}.f-sliders{display:grid;grid-template-columns:repeat(3,1fr);gap:calc(32px * var(--stage-scale, 1));height:calc(153px * var(--stage-scale, 1));box-sizing:border-box;padding:calc(24px * var(--stage-scale, 1)) calc(16px * var(--stage-scale, 1)) calc(16px * var(--stage-scale, 1));border-radius:calc(24px * var(--stage-scale, 1));background:#392d22;margin-top:calc(24px * var(--stage-scale, 1))}.f-col{display:flex;flex-direction:column;justify-content:space-between;min-width:0}.f-col__head{display:flex;align-items:center;gap:calc(4px * var(--stage-scale, 1))}.f-col__label{color:#fff;font-size:calc(16px * var(--stage-scale, 1));font-weight:600;font-family:var(--alawaly-font-latin)}.f-col__badge{display:inline-flex;align-items:center;justify-content:center;padding:calc(3px * var(--stage-scale, 1)) calc(6px * var(--stage-scale, 1));border-radius:999px;background:#453c37;color:#fff;font-size:calc(8px * var(--stage-scale, 1));font-weight:600;line-height:1;font-family:var(--alawaly-font-latin)}.f-col__vals{display:flex;align-items:center;gap:calc(8px * var(--stage-scale, 1))}.f-col__val{flex:1;display:flex;align-items:center;justify-content:center;height:calc(40px * var(--stage-scale, 1));border-radius:calc(16px * var(--stage-scale, 1));background:#2d231b;color:#fff;font-size:calc(16px * var(--stage-scale, 1));font-family:var(--alawaly-font-latin);min-width:0;white-space:nowrap}.f-col__dash{width:calc(8px * var(--stage-scale, 1));height:calc(2px * var(--stage-scale, 1));flex:none;border-radius:999px;background:#fff}.f-bottom{display:grid;grid-template-columns:1fr 1fr;gap:calc(4px * var(--stage-scale, 1));height:calc(107px * var(--stage-scale, 1));margin-top:calc(4px * var(--stage-scale, 1))}.f-card{display:flex;flex-direction:column;justify-content:space-between;padding:calc(24px * var(--stage-scale, 1)) calc(16px * var(--stage-scale, 1)) calc(16px * var(--stage-scale, 1));border-radius:calc(24px * var(--stage-scale, 1));background:#392d22}.f-card__head{display:flex;align-items:center;gap:calc(4px * var(--stage-scale, 1))}.f-card__label{color:#fff;font-size:calc(16px * var(--stage-scale, 1));font-weight:600;font-family:var(--alawaly-font-latin)}.range{position:relative;height:calc(22px * var(--stage-scale, 1));flex:none}.range__track{position:absolute;left:0;right:0;top:50%;height:calc(2px * var(--stage-scale, 1));transform:translateY(-50%);border-radius:999px;background:#bd9f7f}.range__input{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;pointer-events:none}.range__input::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:calc(8px * var(--stage-scale, 1));height:calc(8px * var(--stage-scale, 1));border-radius:50%;background:#fff;border:none;pointer-events:auto;cursor:pointer}.range__input::-moz-range-thumb{width:calc(8px * var(--stage-scale, 1));height:calc(8px * var(--stage-scale, 1));border-radius:50%;background:#fff;border:none;pointer-events:auto;cursor:pointer}.range__input--hi{z-index:2}.range__input--lo{z-index:1}.range__input--lo:hover,.range__input--lo:focus{z-index:3}.f-chips{display:flex;flex-wrap:wrap;gap:calc(4px * var(--stage-scale, 1))}.f-chip{display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.28);background:transparent;color:#fffc;border-radius:calc(16px * var(--stage-scale, 1));padding:calc(6px * var(--stage-scale, 1)) calc(16px * var(--stage-scale, 1));font-size:calc(16px * var(--stage-scale, 1));font-family:var(--alawaly-font-latin);cursor:pointer;transition:all .15s ease}.f-chip--num{width:calc(42px * var(--stage-scale, 1));height:calc(40px * var(--stage-scale, 1));padding:0}.f-chip.on{background:#2d231b;border-color:#2d231b;color:#fff}.f-checks{display:flex;flex-wrap:wrap;gap:calc(24px * var(--stage-scale, 1))}.f-check{display:flex;align-items:center;gap:calc(7px * var(--stage-scale, 1));border:none;background:transparent;color:#fff;font-size:calc(16px * var(--stage-scale, 1));font-family:var(--alawaly-font-latin);cursor:pointer;padding:0;transition:color .15s ease}.f-check__box{display:flex;align-items:center;justify-content:center;width:calc(20px * var(--stage-scale, 1));height:calc(20px * var(--stage-scale, 1));border-radius:calc(6px * var(--stage-scale, 1));border:1px solid rgba(255,255,255,.35);background:transparent;transition:all .15s ease;box-sizing:border-box}.f-check.on .f-check__box{background:#2d231b;border-color:#2d231b}.g-body{flex:1;display:flex;gap:calc(24px * var(--stage-scale, 1));padding:0 calc(40px * var(--stage-scale, 1)) calc(40px * var(--stage-scale, 1));min-height:0}.g-thumbs{display:flex;flex-direction:column;gap:calc(16px * var(--stage-scale, 1));width:calc(146px * var(--stage-scale, 1));flex:none;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.25) transparent}.g-thumbs::-webkit-scrollbar{width:calc(6px * var(--stage-scale, 1))}.g-thumbs::-webkit-scrollbar-thumb{background:#ffffff40;border-radius:999px}.g-thumb{border:2px solid transparent;border-radius:calc(16px * var(--stage-scale, 1));padding:0;background:#ffffff0f;cursor:pointer;overflow:hidden;aspect-ratio:1 / 1;transition:border-color .15s ease}.g-thumb img{width:100%;height:100%;object-fit:cover;display:block}.g-thumb.on{border-color:#fff}.g-main{position:relative;flex:1;min-width:0;min-height:0;align-self:stretch;border-radius:calc(24px * var(--stage-scale, 1));overflow:hidden;background:#000}.g-main img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.g-full{position:absolute;right:calc(24px * var(--stage-scale, 1));bottom:calc(24px * var(--stage-scale, 1));width:calc(56px * var(--stage-scale, 1));height:calc(56px * var(--stage-scale, 1));display:flex;align-items:center;justify-content:center;border:none;border-radius:50%;background:#2d231bb8;color:#fff;cursor:pointer}.g-fullscreen{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;background:#08080af0;display:flex;align-items:center;justify-content:center;cursor:default}.g-fullscreen img{max-width:96vw;max-height:94vh;object-fit:contain;display:block;border-radius:calc(8px * var(--stage-scale, 1))}.g-fullscreen__close{position:absolute;top:calc(24px * var(--stage-scale, 1));right:calc(24px * var(--stage-scale, 1));width:calc(40px * var(--stage-scale, 1));height:calc(40px * var(--stage-scale, 1));display:flex;align-items:center;justify-content:center;border:none;border-radius:50%;background:#ffffff24;color:#fff;cursor:pointer}.tour{position:absolute;top:0;right:0;bottom:0;left:0;background:#0b0d12;overflow:hidden}.tour__stage{position:absolute;top:0;right:0;bottom:0;left:0;cursor:grab;touch-action:none}.tour__stage canvas{width:100%;height:100%;display:block}.tour__hint{position:absolute;bottom:calc(20px * var(--stage-scale, 1));left:50%;transform:translate(-50%);background:#0a0c12cc;color:#fff;font-size:12px;padding:6px 14px;border-radius:20px;pointer-events:none;z-index:6}.tour-panel{position:absolute;z-index:5;box-sizing:border-box;display:flex;flex-direction:column;padding:calc(40px * var(--stage-scale, 1)) calc(32px * var(--stage-scale, 1)) calc(32px * var(--stage-scale, 1));border-radius:calc(32px * var(--stage-scale, 1));background:#2d231ba3;border:1px solid rgba(255,255,255,.24);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);box-shadow:0 calc(24px * var(--stage-scale, 1)) calc(70px * var(--stage-scale, 1)) #00000073;color:#fff;font-family:var(--alawaly-font-latin)}.tour-panel__head{display:flex;align-items:flex-start;justify-content:space-between;height:calc(39px * var(--stage-scale, 1));flex:none}.tour-panel__titles{display:flex;flex-direction:column;gap:calc(12px * var(--stage-scale, 1));min-width:0}.tour-panel__title{margin:0;font-size:calc(24px * var(--stage-scale, 1));font-weight:500;color:#fff;line-height:calc(17px * var(--stage-scale, 1))}.tour-panel__sub{font-size:calc(14px * var(--stage-scale, 1));font-weight:400;color:#fffc;line-height:calc(10px * var(--stage-scale, 1))}.tour-panel__close{display:flex;align-items:center;justify-content:center;width:calc(32px * var(--stage-scale, 1));height:calc(32px * var(--stage-scale, 1));flex:none;border:none;background:transparent;color:#fff;cursor:pointer;padding:0}.tour-panel__details{display:flex;flex-direction:column;gap:calc(18px * var(--stage-scale, 1));margin-top:calc(40px * var(--stage-scale, 1));flex:none}.tour-panel__row{display:flex;align-items:baseline;justify-content:space-between;font-size:calc(16px * var(--stage-scale, 1));font-weight:400;color:#fff;line-height:calc(11px * var(--stage-scale, 1))}.tour-panel__rooms-label{margin-top:calc(40px * var(--stage-scale, 1));font-size:calc(16px * var(--stage-scale, 1));font-weight:600;color:#fff;line-height:calc(11px * var(--stage-scale, 1));flex:none}.tour-drop{position:relative;margin-top:calc(16px * var(--stage-scale, 1));flex:none}.tour-drop__btn{display:flex;align-items:center;justify-content:space-between;width:100%;height:calc(48px * var(--stage-scale, 1));box-sizing:border-box;padding:0 calc(17px * var(--stage-scale, 1));border-radius:calc(16px * var(--stage-scale, 1));background:#2d231ba3;border:1px solid rgba(255,255,255,.24);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);color:#fff;font-size:calc(16px * var(--stage-scale, 1));font-weight:400;font-family:var(--alawaly-font-latin);cursor:pointer}.tour-drop__value{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tour-drop__chev{flex:none;transition:transform .15s ease}.tour-drop__btn.open .tour-drop__chev{transform:rotate(180deg)}.tour-drop__list{position:absolute;top:calc(56px * var(--stage-scale, 1));left:0;right:0;z-index:7;overflow:hidden;border-radius:calc(16px * var(--stage-scale, 1));background:#2d231bf7;border:1px solid rgba(255,255,255,.24);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);box-shadow:0 calc(18px * var(--stage-scale, 1)) calc(48px * var(--stage-scale, 1)) #0006;font-family:var(--alawaly-font-latin)}.tour-drop__item{display:flex;align-items:center;justify-content:space-between;width:100%;box-sizing:border-box;padding:calc(12px * var(--stage-scale, 1)) calc(17px * var(--stage-scale, 1));border:none;background:transparent;color:#fffc;font-size:calc(16px * var(--stage-scale, 1));font-family:var(--alawaly-font-latin);cursor:pointer;transition:background .15s ease,color .15s ease}.tour-drop__item:hover{background:#ffffff14;color:#fff}.tour-drop__item.current{color:#fff}.tour-drop__item svg{color:#965e3f}.tour-panel__register{position:absolute;left:calc(32px * var(--stage-scale, 1));right:calc(32px * var(--stage-scale, 1));bottom:calc(32px * var(--stage-scale, 1));height:calc(53px * var(--stage-scale, 1));border:calc(1px * var(--stage-scale, 1)) solid rgba(255,255,255,.5);border-radius:999px;background:transparent;color:#fff;font-size:calc(18px * var(--stage-scale, 1));font-weight:500;line-height:calc(13px * var(--stage-scale, 1));font-family:var(--alawaly-font-latin);cursor:pointer;transition:background .15s ease,border-color .15s ease}.tour-panel__register:hover{background:#965e3f;border-color:#965e3f}.tour-hot{position:absolute;z-index:5;border:none;border-radius:50%;background:transparent;padding:0;cursor:pointer;overflow:visible}.tour-hot__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;border-radius:50%;border:calc(1px * var(--stage-scale, 1)) solid rgba(255,255,255,.4);box-sizing:border-box}.tour-hot__pin{position:absolute;left:50%;top:50%;width:calc(34px * var(--stage-scale, 1));height:calc(34px * var(--stage-scale, 1));transform:translate(-50%,-50%);border-radius:50%;background:#2d231b8f;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:calc(1px * var(--stage-scale, 1)) solid rgba(255,255,255,.24)}.tour-hot__pin:after{content:"";position:absolute;left:50%;top:50%;width:calc(11px * var(--stage-scale, 1));height:calc(11px * var(--stage-scale, 1));transform:translate(-50%,-50%);border-radius:50%;background:#e69d74}.tour-hot__glow{position:absolute;left:50%;top:50%;border-radius:50%;border:calc(1px * var(--stage-scale, 1)) solid rgba(255,255,255,.24);animation:tour-glow 2.4s ease-out infinite}.tour-hot__glow--2{animation-delay:.8s}.tour-hot__glow--3{animation-delay:1.6s}@keyframes tour-glow{0%{width:calc(34px * var(--stage-scale, 1));height:calc(34px * var(--stage-scale, 1));margin:calc(-17px * var(--stage-scale, 1));opacity:.9}70%{opacity:0}to{width:calc(120px * var(--stage-scale, 1));height:calc(120px * var(--stage-scale, 1));margin:calc(-60px * var(--stage-scale, 1));opacity:0}}.toast{position:fixed;bottom:26px;left:50%;transform:translate(-50%);z-index:80;background:#0a0c12eb;color:#fff;padding:10px 18px;border-radius:24px;font-size:13px;max-width:88vw;text-align:center;pointer-events:none}.rotate-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;background:#0b0d12;color:#fff;text-align:center;padding:32px;font-family:var(--alawaly-font-latin)}.rotate-overlay__phone{position:relative;width:120px;height:120px;animation:rotate-hint 2s ease-in-out infinite}.rotate-overlay__phone>svg:first-child{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto}.rotate-overlay__arrow{position:absolute;right:2px;bottom:4px}@keyframes rotate-hint{0%,15%{transform:rotate(0)}55%,to{transform:rotate(90deg)}}.rotate-overlay__title{margin:0;font-size:22px;font-weight:500}.rotate-overlay__sub{margin:0;font-size:14px;color:#fff9;max-width:320px;line-height:1.5}@media(max-width:600px){.loading__tagline{bottom:var(--alawaly-space-4);font-size:12px}}@media(orientation:landscape)and (max-height:600px){.lead__backdrop,.lead__bg{position:fixed}.orbit__bar,.p-filters-btn,.filters-close,.filters-card,.ksa-ai,.orbit__avatar{bottom:max(calc(24px * var(--stage-scale, 1)),calc(env(safe-area-inset-bottom,0px) + 12px))}.toast{bottom:max(26px,calc(env(safe-area-inset-bottom,0px) + 18px))}.lang-toggle--fixed,.p-crumb{top:max(calc(32px * var(--stage-scale, 1)),calc(env(safe-area-inset-top,0px) + 12px))}.loading__inner{height:100%;justify-content:flex-start;padding-top:22vh}.loading__cta{position:absolute;left:50%;translate:-50% 0;bottom:30%;font-size:16px;padding:13px 34px}@media(max-height:340px){.loading__inner{padding-top:16vh}}.ksa-logo,.p-crumb,.orbit__crumb{transform:scale(1.44);transform-origin:top left}.top-toggles{transform:scale(calc(var(--stage-scale, 1) * 1.44))}[dir=rtl] .top-toggles{flex-direction:row-reverse}.lang-toggle{width:calc(178px * var(--chrome-scale, var(--stage-scale, 1)));min-width:0}.lang-toggle--fixed{transform:scale(1.44);transform-origin:top right}.lang-toggle__opt{font-size:calc(12px * var(--chrome-scale, var(--stage-scale, 1)) * 1.4)}.orbit__bar{transform:translate(-50%) scale(1.4);transform-origin:center}.orbit__rot svg{--rot-icon-scale: .7;transform:scale(var(--rot-icon-scale, 1))}.proj-tabs .proj-tab svg{transform:scale(.857)}.proj-tab{font-size:calc(13px * var(--stage-scale, 1) * 1.1)}.orbit__avatar,.ksa-ai{transform:scale(1.5);transform-origin:bottom right}.ksa-pill,.p-pin{transform:scale(1.3);transform-origin:center}.ksa-pill:hover,.p-pin:hover{transform:scale(1.3) translateY(-1px)}.p-filters-btn{transform:scale(1.25);transform-origin:bottom left}.p-filters-btn svg{width:calc(16px * var(--chrome-scale, var(--stage-scale, 1)));height:calc(16px * var(--chrome-scale, var(--stage-scale, 1)))}.filters-card{transform:scale(1.15);transform-origin:bottom left}.ai-panel{top:calc(120px * var(--ai-scale, 1))}.tour-hot{display:none}.tour-panel__close svg{width:9px;height:9px}.ri20__close,.ri20-plan__close{width:28px;height:28px;margin:-4px -6px 0 0}.ri20__close svg{width:14px;height:14px}.ri20-plan__close svg{width:13px;height:13px}.ri20-plan{padding:16px}}
