:root{--bg-root: #f8f1e8;--bg-surface: #fff8ef;--bg-card: #ffffff;--bg-input: #f2e6d6;--text-primary: #241c17;--text-secondary: #4a3e35;--text-muted: #766a60;--gold: #d4a45e;--gold-light: #ffe0a3;--gold-dark: #8E632D;--orange: #e68a3d;--accent: var(--gold);--accent-2: #f6d6a5;--accent-3: #ddb680;--border: rgba(212, 164, 94, .32);--border-hover: rgba(212, 164, 94, .65);--border-active: var(--gold);--glass-bg: rgba(255, 255, 255, .78);--glass-border: rgba(255, 255, 255, .82);--glass-shadow: 0 10px 40px rgba(44, 38, 33, .06);--shadow-sm: 0 4px 15px rgba(0, 0, 0, .05);--shadow-md: 0 8px 25px rgba(0, 0, 0, .08);--shadow-lg: 0 15px 40px rgba(0, 0, 0, .12);--shadow-xl: 0 20px 50px rgba(0, 0, 0, .16);--success: #3fa36b;--error: #d85b5b;--emerald: #2fae76;--radius-sm: 12px;--radius-md: 18px;--radius-lg: 24px;--radius-xl: 32px;--radius-2xl: 40px;--font-ar: "Cairo", sans-serif;--font-en: "Outfit", sans-serif;--font-display: "Playfair Display", serif;--transition: .4s cubic-bezier(.16, 1, .3, 1);--nav-height: 90px}[data-theme=dark]{--bg-root: #15100d;--bg-surface: #211712;--bg-card: #2a1e17;--bg-input: #33241b;--text-primary: #fff4e6;--text-secondary: #d8c7b6;--text-muted: #a99683;--gold: #e2a84b;--gold-light: #ffd68a;--gold-dark: #c47a2e;--orange: #ff8a3d;--accent: var(--gold);--accent-2: #f0b85e;--accent-3: #b97436;--glass-bg: rgba(44, 28, 18, .78);--glass-border: rgba(255, 255, 255, .08);--glass-shadow: 0 10px 40px rgba(0, 0, 0, .35);--border: rgba(226, 168, 75, .22);--border-hover: rgba(226, 168, 75, .45);--border-active: var(--gold)}@keyframes spin{to{transform:rotate(360deg)}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-size:16px;overflow-x:hidden;width:100%}body{font-family:var(--font-en);background-color:var(--bg-root);color:var(--text-primary);line-height:1.6;overflow-x:hidden;transition:background-color var(--transition),color var(--transition);min-height:100vh;min-height:100dvh;width:100%;max-width:100%}body[dir=rtl]{font-family:var(--font-ar);overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:700;line-height:1.2;color:var(--text-primary);margin-bottom:1rem}body[dir=rtl] h1,body[dir=rtl] h2,body[dir=rtl] h3,body[dir=rtl] h4,body[dir=rtl] h5,body[dir=rtl] h6{font-family:var(--font-ar)}a{text-decoration:none;color:var(--accent);transition:all var(--transition)}.container{width:100%;max-width:1300px;margin:0 auto;padding:0 2rem}.section{padding:6rem 0;position:relative}.page-wrapper{padding-top:calc(var(--nav-height) + 32px);min-height:100vh}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.portfolio-gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem;align-items:stretch;max-width:1180px;margin-inline:auto}.portfolio-gallery-card{min-height:420px;padding:1.2rem}.portfolio-gallery-title{font-size:clamp(1.25rem,2vw,1.65rem)}.portfolio-gallery-desc{font-size:.92rem}.portfolio-gallery-btn{padding-inline:1.55rem;font-size:.95rem}@media(max-width:1100px){.portfolio-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.portfolio-gallery-card{min-height:360px}}@media(max-width:768px){.portfolio-gallery-grid{grid-template-columns:1fr;gap:1rem}.portfolio-gallery-card{min-height:340px;padding:1.1rem}.portfolio-gallery-title{font-size:1.35rem}.portfolio-gallery-desc{font-size:.9rem;margin-bottom:1.2rem}.portfolio-gallery-btn{width:100%;justify-content:center}}@media(max-width:992px){.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.section{padding:4rem 0}}.glass-panel{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:var(--radius-lg);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:var(--glass-shadow);padding:2rem}.glass-panel-elevated{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:var(--radius-xl);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);box-shadow:var(--shadow-lg);transition:all .5s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.glass-panel-elevated:after{content:"";position:absolute;top:0;left:-100%;width:60%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.25),transparent);animation:aboutShimmer 5s ease-in-out infinite;pointer-events:none}@keyframes aboutShimmer{0%,to{left:-100%}50%{left:150%}}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,340px),1fr));gap:2rem;align-items:stretch}.testimonial-card{background:var(--bg-card);border:1px solid var(--glass-border);border-radius:var(--radius-lg);backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px);box-shadow:var(--glass-shadow);display:flex;flex-direction:column;gap:1rem;transition:all .5s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.testimonial-card:after{content:"";position:absolute;top:0;left:-100%;width:55%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.22),transparent);animation:testimonialShimmer 6s ease-in-out infinite;pointer-events:none}@keyframes testimonialShimmer{0%,to{left:-100%}50%{left:160%}}.testimonial-card:hover{transform:translateY(-5px);box-shadow:0 18px 44px #2c26211a,0 0 36px #d4a45e1f;border-color:var(--border-hover);background:var(--bg-card)}[data-theme=dark] .testimonial-card:after{background:linear-gradient(90deg,transparent,rgba(255,255,255,.06),transparent)}.testimonial-stars{display:flex;gap:.2rem;color:var(--gold);font-size:1.1rem}.testimonial-text{color:var(--text-secondary);line-height:1.75;font-size:1rem;flex:1;font-style:italic}.testimonial-author{display:flex;align-items:center;gap:.9rem;margin-top:.25rem;padding-top:.9rem;border-top:1px solid rgba(194,168,141,.15)}.testimonial-avatar{width:40px;height:40px;border-radius:50%;background:#c2a88d26;color:var(--gold-dark);display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1rem;flex:0 0 auto;border:1px solid rgba(194,168,141,.3)}.testimonial-name{font-weight:700;color:var(--text-primary);font-size:.95rem}.testimonial-role{color:var(--text-muted);font-size:.85rem}@media(max-width:768px){.homepage-ratings-section{min-height:auto!important;padding-block:clamp(3rem,8vw,5rem)!important}.testimonials-grid{grid-template-columns:1fr!important;gap:1.25rem!important}}@media(max-width:480px){.homepage-ratings-section{padding-block:3rem!important}}.glass-panel-elevated:hover{transform:translateY(-6px) scale(1.01);box-shadow:0 20px 50px #2c26211a,0 0 40px #d4a45e1f;border-color:var(--border-hover)}.btn{display:inline-flex;align-items:center;gap:.75rem;padding:.875rem 1.75rem;border-radius:99px;font-weight:700;font-size:1rem;cursor:pointer;transition:all .3s cubic-bezier(.16,1,.3,1);border:none;font-family:inherit;position:relative;overflow:hidden;isolation:isolate}.btn:after{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:inherit;opacity:0;background:radial-gradient(circle,rgba(255,255,255,.7) 0%,transparent 70%);transition:none;pointer-events:none;z-index:2;transform:translate(-50%,-50%)}.btn:active:after{animation:ripple .6s ease-out forwards}@keyframes ripple{0%{width:0;height:0;opacity:.7}to{width:300px;height:300px;opacity:0;transform:translate(-50%,-50%)}}.btn-sm{padding:.6rem 1.25rem;font-size:.9rem}.btn-lg{padding:1.1rem 2.2rem;font-size:1.1rem}.btn-gold{background:linear-gradient(135deg,var(--gold),var(--gold-light),var(--gold));background-size:200% 100%;color:#fff;box-shadow:0 4px 15px #c2a88d4d,0 0 #c2a88d00;animation:shimmer 3s ease-in-out infinite,floatSoft 3s ease-in-out infinite}@keyframes shimmer{0%,to{transform:translate(-100%)}50%{transform:translate(100%)}}.btn-gold:before{content:"";position:absolute;inset:-3px;border-radius:inherit;background:linear-gradient(135deg,var(--gold-light),transparent,var(--gold-light));background-size:200% 100%;opacity:0;filter:blur(10px);transition:opacity .4s;z-index:-2;pointer-events:none}.btn-gold:after{background:radial-gradient(circle at center,rgba(255,255,255,.45) 0%,transparent 60%)}.btn-gold:hover{background:linear-gradient(135deg,var(--gold-dark),var(--gold),var(--gold-dark));background-size:200% 100%;animation:shimmer .6s ease-in-out infinite,pulseGlow 1.6s ease-in-out infinite;transform:translateY(-3px) scale(1.04);box-shadow:0 14px 34px #c2a88d80,0 0 50px #d4a45e4d,inset 0 1px #ffffff4d}.btn-gold:hover:before{opacity:.7;animation:shimmer 1.5s ease-in-out infinite}.btn-gold:active{transform:scale(.97);transition:transform .1s}.btn-outline-gold{background:transparent;color:var(--gold-dark);border:2px solid var(--gold);position:relative}.btn-outline-gold:before{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(135deg,var(--gold),var(--gold-light),var(--gold));background-size:200% 100%;opacity:0;transition:opacity .4s;z-index:-1;animation:shimmer 3s linear infinite}.btn-outline-gold:hover{background:var(--gold);color:#fff;transform:translateY(-3px) scale(1.03);border-color:var(--gold-dark);box-shadow:0 10px 28px #c2a88d73,0 0 35px #d4a45e33}.btn-outline-gold:hover:before{opacity:1}.btn-ghost{background:transparent;color:var(--text-primary);position:relative}.btn-ghost:after{background:radial-gradient(circle at var(--ripple-x, 50%) var(--ripple-y, 50%),rgba(194,168,141,.25) 0%,transparent 55%)}.btn-ghost:hover{background:#c2a88d1f;color:var(--gold-dark);transform:translateY(-2px);box-shadow:0 6px 20px #c2a88d33;text-shadow:0 0 12px rgba(194,168,141,.3)}.sticky-nav-tabs{background:#faf9f6d9;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid rgba(194,168,141,.15);position:fixed;top:calc(var(--nav-height) + 32px);left:0;right:0;z-index:9999;transition:box-shadow .4s}.sticky-nav-tabs:before{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,var(--gold),var(--gold-light),var(--gold),transparent);background-size:300% 100%;animation:borderFlow 3s linear infinite;opacity:.6}.sticky-nav-tabs:hover{box-shadow:0 4px 28px #c2a88d26}.sticky-nav-tabs .btn{transition:all .3s cubic-bezier(.16,1,.3,1)}.portal-tabs{display:flex;gap:.5rem;overflow-x:auto;padding:.5rem 0 .25rem;scrollbar-width:none;position:relative;background:#faf9f680;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:var(--radius-md);border:1px solid rgba(194,168,141,.2);transition:box-shadow .4s}.portal-tabs:after{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(135deg,#c2a88d14,#ffe0a30d);pointer-events:none;z-index:0}.portal-tabs:hover{box-shadow:0 0 30px #c2a88d26}.portal-tabs .btn{flex:0 0 auto;min-height:40px;padding:.55rem .85rem;font-size:.8rem;white-space:nowrap;transition:all .3s cubic-bezier(.16,1,.3,1)}.mobile-nav-strip{background:#faf9f6b3;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(194,168,141,.2);box-shadow:0 4px 20px #0000000d}.mobile-nav-strip .btn-ghost{transition:all .3s cubic-bezier(.16,1,.3,1)}.mobile-nav-strip .btn-ghost:hover{transform:translateY(-4px);box-shadow:0 8px 22px #c2a88d33}.mobile-nav-strip .btn-gold{animation:floatSoft 2.5s ease-in-out infinite}.mobile-nav-item .nav-badge{animation:pulseGlow 2s ease-in-out infinite}.form-group{margin-bottom:1.5rem}.form-label{display:block;margin-bottom:.5rem;font-weight:600;color:var(--text-secondary);font-size:.95rem}.form-input,.form-textarea,.form-select{width:100%;padding:1rem 1.25rem;background:var(--bg-input);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-primary);font-family:inherit;font-size:1rem;transition:all .3s ease}.form-input:focus,.form-textarea:focus,.form-select:focus{outline:none;border-color:var(--gold);background:var(--bg-card);box-shadow:0 0 0 4px #c2a88d26}.form-textarea{resize:vertical;min-height:120px}.text-gradient-static{background:linear-gradient(135deg,var(--gold-dark),var(--gold-light));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-eyebrow{display:inline-block;font-size:.85rem;font-weight:800;color:#7f6648;text-transform:uppercase;letter-spacing:.15em;margin-bottom:1rem;padding:.5rem 1rem;background:#c2a88d26;border-radius:99px}.section-title{font-size:clamp(2.5rem,5vw,4.5rem);letter-spacing:-.03em;margin-bottom:1.5rem}.section-sub{font-size:clamp(1rem,2vw,1.25rem);color:var(--text-secondary);max-width:700px;line-height:1.8;margin:0 auto 3rem}.badge{display:inline-flex;align-items:center;padding:.35rem .85rem;border-radius:99px;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.badge-proposal{background:#c2a88d26;color:var(--gold-dark);border:1px solid rgba(194,168,141,.3)}.badge-active{background:#d28f5a26;color:var(--orange);border:1px solid rgba(210,143,90,.3)}.badge-confirmed{background:#6b8e6b26;color:var(--emerald);border:1px solid rgba(107,142,107,.3)}.badge-cancelled{background:#c96a6a26;color:var(--error);border:1px solid rgba(201,106,106,.3)}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes gallerySectionSlide{0%{transform:translate3d(0,-.75rem,0)}50%{transform:translate3d(24px,-.75rem,0)}to{transform:translate3d(-24px,-.75rem,0)}}@keyframes galleryTileFloat{0%{transform:translateZ(0) scale(1)}to{transform:translate3d(10px,-8px,0) scale(1.015)}}@keyframes galleryImagePan{0%{background-position:45% 50%}to{background-position:65% 55%}}@keyframes pulseGlow{0%,to{box-shadow:0 0 #c2a88d00}50%{box-shadow:0 0 20px 4px #c2a88d73}}@keyframes floatSoft{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes ripple{0%{transform:scale(0);opacity:.5}to{transform:scale(4);opacity:0}}@keyframes sparkle{0%,to{opacity:0;transform:scale(0) rotate(0)}50%{opacity:1;transform:scale(1) rotate(180deg)}}@keyframes borderFlow{0%{background-position:0% center}to{background-position:200% center}}.about-card:hover{transform:translateY(-6px) scale(1.02);box-shadow:0 16px 40px #2c262126,0 0 32px #d4a45e33;border-color:var(--border-hover);background:var(--bg-card)}.about-card{background:var(--glass-bg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);transition:all .5s cubic-bezier(.16,1,.3,1)}.about-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transition:left .6s ease;pointer-events:none}.about-card:hover:before{left:100%}.about-elevated{background:var(--glass-bg);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.about-elevated:hover{transform:translateY(-8px) scale(1.01);box-shadow:0 24px 56px #2c26212e,0 0 48px #d4a45e40;background:var(--bg-card)}.hover-lift{transition:all .4s cubic-bezier(.16,1,.3,1)}.hover-lift:hover{transform:translate(8px) scale(1.02);background:#c2a88d1f!important;border-color:#c2a88d59!important;box-shadow:0 8px 24px #c2a88d33}.animate-fade-up{animation:fadeInUp .8s cubic-bezier(.16,1,.3,1) forwards}.animate-fade-down{animation:fadeInDown .8s cubic-bezier(.16,1,.3,1) forwards}.hero-decor{position:relative;width:100%;border-radius:var(--radius-2xl);overflow:hidden;box-shadow:var(--shadow-xl)}.hero-decor-img{width:100%;height:100%;object-fit:cover;transition:transform 10s ease}.hero-decor:hover .hero-decor-img{transform:scale(1.05)}.hero-decor-overlay{position:absolute;inset:0;background:linear-gradient(to top,#fdfbf7e6,#fdfbf733)}[data-theme=dark] .hero-decor-overlay{background:linear-gradient(to top,#1e1a17f2,#1e1a1766)}.topbar-2027{background:color-mix(in srgb,var(--bg-surface) 88%,transparent);color:var(--text-primary);font-size:.7rem;padding:.3rem 0;border-bottom:1px solid rgba(194,168,141,.2);position:fixed;top:var(--nav-height);left:0;right:0;height:32px;z-index:1100;display:flex;align-items:center}.main-nav{position:fixed;top:0;left:0;right:0;height:var(--nav-height);background:#faf9f6d9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(194,168,141,.15);display:flex;align-items:center;justify-content:space-between;padding:0 2rem;z-index:1000;transition:all .3s ease}.main-nav.scrolled{background:#fdfbf7f2;box-shadow:var(--shadow-md);border-bottom-color:#c2a88d4d}.nav-brand{display:flex;align-items:center;gap:.75rem;cursor:pointer;font-family:var(--font-display)}.brand-icon-wrap{width:40px;height:40px;border-radius:50%;background:var(--gold);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.2rem;box-shadow:0 4px 10px #c2a88d4d}.brand-text-main{font-size:1.25rem;font-weight:800;color:var(--text-primary)}.brand-text-accent{color:var(--gold-dark)}.nav-links{display:flex;align-items:center;gap:2rem;list-style:none}.nav-link{display:flex;align-items:center;gap:.5rem;color:var(--text-secondary);font-weight:600;font-size:.95rem;background:none;border:none;cursor:pointer;padding:.5rem 0;position:relative;transition:color var(--transition),transform var(--transition)}.nav-link:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:linear-gradient(90deg,var(--gold-dark),var(--gold-light),var(--gold-dark));background-size:200% 100%;transition:width var(--transition);animation:borderFlow 2s linear infinite paused;border-radius:2px;box-shadow:0 0 6px #c2a88d66}.nav-link:hover{color:var(--gold-dark);transform:translateY(-1px)}.nav-link:hover:after{width:100%;animation-play-state:running}.nav-link.active{color:var(--gold-dark);text-shadow:0 0 14px rgba(194,168,141,.5)}.nav-link.active:after{width:100%;animation-play-state:running}.nav-actions{display:flex;align-items:center;gap:.75rem}.mobile-nav-strip{display:none;background:#faf9f6b3;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(194,168,141,.2);box-shadow:0 4px 20px #0000000d}.nav-badge{position:absolute;top:-4px;right:-4px;background:var(--orange);color:#fff;font-size:.65rem;font-weight:900;padding:.15rem .35rem;border-radius:99px;border:1.5px solid var(--bg-root)}body{width:100%;overflow-x:hidden;position:relative}*,*:before,*:after{max-width:100%;box-sizing:border-box}.floating-search-btn{position:fixed;z-index:10001;width:46px;height:46px;border-radius:50%;background:var(--gold);color:#fff;border:none;font-size:1.3rem;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 15px #0000004d;transition:transform var(--transition),background var(--transition);bottom:1.5rem;inset-inline-end:1.5rem}.floating-search-btn:hover{background:var(--gold-dark);transform:translateY(-2px)}.floating-phone-btn{position:fixed;z-index:10000;width:46px;height:46px;border-radius:50%;background:#1f2937;color:#fff;border:none;font-size:1.1rem;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 15px #0000004d;transition:transform var(--transition),background var(--transition);bottom:1.55rem;inset-inline-end:4.2rem}.floating-phone-btn:hover{background:#111827;transform:translateY(-2px)}.whatsapp-fab-wrap{position:fixed;bottom:1.5rem;z-index:9999;inset-inline-end:7rem}.whatsapp-float-btn{width:54px;height:54px;border-radius:50%;background:#25d366;color:#fff;border:none;font-size:1.7rem;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 15px #00000040;transition:transform .3s ease}.whatsapp-float-btn:hover{transform:scale(1.08)}@media(max-width:768px){.floating-phone-btn{width:42px!important;height:42px!important;bottom:4.6rem!important;inset-inline-end:1rem!important;inset-inline-start:auto!important;font-size:1.05rem!important}.floating-search-btn{width:40px!important;height:40px!important;bottom:1.4rem!important;inset-inline-end:1rem!important;inset-inline-start:auto!important;font-size:1.05rem!important}.whatsapp-fab-wrap{position:fixed!important;bottom:7.8rem!important;inset-inline-end:1rem!important;inset-inline-start:auto!important;z-index:9999!important}}.search-overlay{position:fixed;inset:0;z-index:10000;background:#0a080673;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:center;padding:2rem}.search-close-btn{position:absolute;insetinlinestart:2rem;top:2rem;width:44px;height:44px;border-radius:50%;background:#ffffffe6;color:#3e362e;border:none;font-size:1.2rem;cursor:pointer;box-shadow:var(--shadow-lg)}[data-theme=dark] .search-close-btn{background:#1e1a17e6;color:var(--text-primary)}.search-container{width:min(640px,100%);background:#fffffff5;color:#3e362e;border:1px solid rgba(194,168,141,.25);border-radius:var(--radius-2xl);padding:2rem;box-shadow:var(--shadow-xl)}[data-theme=dark] .search-container{background:#1e1a17f5;color:var(--text-primary);border-color:#ffffff14}.search-title{font-family:var(--font-display);font-size:clamp(1.6rem,4vw,2.4rem);margin-bottom:1.2rem;color:var(--text-primary)}.search-input-wrapper{position:relative;display:flex;align-items:center}.search-input-icon{position:absolute;insetinlinestart:1rem;color:var(--gold-dark);font-size:1.1rem}.search-input{width:100%;border:1px solid var(--border);border-radius:999px;background:var(--bg-input);color:var(--text-primary);padding:1rem 1.25rem;padding-inline-start:3rem;outline:none;font-size:1rem}.search-input:focus{border-color:var(--gold);box-shadow:0 0 0 4px #c2a88d26}.search-results{margin-top:1rem;display:grid;gap:.75rem;max-height:360px;overflow-y:auto;padding-inline-end:.25rem}.search-result-item{display:flex;align-items:center;gap:.85rem;padding:.9rem 1rem;border-radius:18px;background:#c2a88d14;border:1px solid rgba(194,168,141,.15);cursor:pointer;transition:transform var(--transition),background var(--transition)}.search-result-item:hover{transform:translateY(-2px);background:#c2a88d29}.search-result-icon{width:36px;height:36px;border-radius:12px;background:#c2a88d26;color:var(--gold-dark);display:flex;align-items:center;justify-content:center;flex:0 0 auto}.search-result-text{flex:1;font-weight:700}.search-result-arrow{color:var(--gold-dark)}.search-no-results{margin-top:1rem;padding:1rem;text-align:center;color:var(--text-secondary);background:#c96a6a14;border:1px solid rgba(201,106,106,.15);border-radius:18px}.search-suggestions{margin-top:1.25rem;display:flex;flex-wrap:wrap;gap:.6rem}.search-suggestion-badge{display:inline-flex;align-items:center;border-radius:999px;background:#c2a88d1f;color:var(--gold-dark);border:1px solid rgba(194,168,141,.25);padding:.45rem .8rem;font-size:.85rem;font-weight:700;cursor:pointer;transition:background var(--transition)}.search-suggestion-badge:hover{background:#c2a88d38}.hero-stats-overlay .stat-box{min-width:0}@media(max-width:768px){.mobile-nav-strip{display:flex!important;position:fixed!important;left:0!important;right:0!important;top:12px!important;z-index:999!important;gap:.4rem;overflow-x:auto;overflow-y:hidden;padding:.4rem .5rem;scroll-snap-type:x proximity;scrollbar-width:none;-ms-overflow-style:none;align-self:center;background:#faf9f6eb;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-top:1px solid rgba(194,168,141,.25);box-shadow:0 -4px 24px #00000014}#section-about .section-header{text-align:center!important;margin-bottom:1.5rem!important}#section-about .section-title{font-size:1.3rem!important}#section-about .section-sub{font-size:.85rem!important}#section-about>.container>div:first-child>div:first-child{grid-template-columns:1fr!important;text-align:center!important;justify-items:center!important}#section-about>.container>div:first-child{justify-items:center!important}#section-about .about-card,#section-about .about-elevated{text-align:center!important;max-width:400px!important;width:100%!important}}@media(min-width:1024px){#section-about .about-elevated{max-width:none!important}.about-section-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;align-items:stretch}}@media(max-width:1023px)and (min-width:769px){.about-section-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:768px){.about-section-grid{grid-template-columns:1fr!important}}@media(max-width:768px){:root{--nav-height: 68px;--fs-xs: .72rem;--fs-sm: .82rem;--fs-base: .95rem;--fs-md: 1.05rem;--fs-lg: 1.3rem;--fs-xl: 1.7rem}.app-container{padding-top:0!important;width:100%;min-width:0;overflow-x:hidden;box-sizing:border-box}.container{padding:0 1rem!important}.section{padding:3.5rem 0!important}.topbar-2027{height:auto!important;min-height:18px!important;padding:.1rem 0!important;align-items:center!important}.topbar-2027 .container{flex-direction:row!important;align-items:center!important;gap:.3rem!important;text-align:center!important}.topbar-2027 .container>div:first-child{justify-content:center!important}.topbar-2027 .container>div:last-child{gap:.25rem!important}.main-nav{position:fixed!important;top:0!important;left:0!important;right:0!important;height:auto!important;min-height:48px!important;padding:.4rem .75rem!important;gap:.35rem!important;z-index:1200!important}.main-nav.scrolled{top:0!important}.nav-brand{max-width:100%;align-self:center;margin-top:0;gap:.45rem!important}.brand-icon-wrap{width:30px!important;height:30px!important;font-size:.9rem!important}.brand-text-main{font-size:.82rem!important;line-height:1.1!important}.brand-text-accent{font-size:.72rem!important}.nav-links,.nav-actions{display:none!important}.mobile-nav-strip{display:flex!important;position:fixed!important;left:0!important;right:0!important;top:12px!important;z-index:999!important;gap:.4rem;overflow-x:auto;overflow-y:hidden;padding:.3rem;scroll-snap-type:x proximity;scrollbar-width:none;-ms-overflow-style:none;align-self:center}.mobile-nav-strip::-webkit-scrollbar{display:none}.mobile-nav-strip .mobile-nav-item{flex:0 0 auto;min-height:34px!important;padding:.45rem .65rem!important;border-radius:999px!important;white-space:nowrap;font-size:.72rem!important;line-height:1;font-weight:800!important;scroll-snap-align:start;box-shadow:none!important}.mobile-nav-strip .btn-ghost{background:#ffffffad!important;color:var(--text-secondary)!important;border-color:#c2a88d2e!important}[data-theme=dark] .mobile-nav-strip .btn-ghost{background:#2c1c12b8!important;border-color:#ffffff14!important}.mobile-nav-strip .btn-gold{color:#fff!important;border-color:var(--gold)!important}.mobile-nav-strip .btn-icon.sm{width:32px!important;padding:0 .55rem!important}.mobile-nav-icon{font-size:.82rem}.mobile-nav-strip .nav-badge{top:-3px;right:-3px;font-size:.55rem;padding:.1rem .24rem}#nav-mobile-menu-btn{display:flex!important;width:32px!important;height:32px!important;padding:0!important}.nav-actions{gap:.3rem!important}.nav-actions .btn-sm{padding:.42rem .65rem!important;font-size:.72rem!important}.nav-actions .btn-icon.sm{width:32px!important;height:32px!important;padding:0!important}#nav-portal-btn{padding:.42rem .55rem!important}.page-wrapper{padding-top:calc(var(--nav-height) + 26px)!important}.hero-bg{display:none!important}.hero{background:var(--bg-primary)!important}.hero-visual{order:1!important}.sticky-nav-tabs .container{padding:0 .4rem!important}.sticky-nav-tabs .btn{padding:.38rem .75rem!important;font-size:.74rem!important;border-radius:999px!important;gap:.3rem}.magic-tab{font-size:.74rem!important;padding:.32rem .72rem!important;letter-spacing:0;border-radius:10px!important;gap:.25rem!important}#admin-tabs-scroll{scrollbar-width:none;-ms-overflow-style:none}#admin-tabs-scroll::-webkit-scrollbar{display:none}.admin-portal{padding:0 0 1rem!important}.admin-portal .glass-panel{padding:.65rem!important;border-radius:12px!important;margin-bottom:.75rem!important}.admin-portal label{font-size:.78rem!important;margin-bottom:.25rem!important}.admin-portal h3{font-size:.92rem!important;margin:0 0 .5rem!important}.admin-portal .form-group{margin-bottom:.6rem!important}.admin-portal .form-label{font-size:.78rem!important;margin-bottom:.25rem!important}.admin-portal .form-input,.admin-portal .form-select,.admin-portal .form-textarea{font-size:.82rem!important;padding:.45rem .5rem!important;border-radius:8px!important;min-height:36px!important}.admin-portal .image-preview{max-width:50px!important;max-height:35px!important}@media(max-width:480px){.admin-portal .metrics-grid{grid-template-columns:1fr 1fr!important;gap:.4rem!important}.admin-portal table.custom-table{font-size:.72rem!important;min-width:560px!important}.admin-portal table.custom-table th,.admin-portal table.custom-table td{padding:.35rem .25rem!important}.admin-portal .btn{font-size:.7rem!important;padding:.28rem .5rem!important}.admin-portal .section-title{font-size:1.05rem!important}.admin-portal .metric-card{padding:.5rem .4rem!important}.admin-portal .glass-panel{padding:.5rem!important}.admin-portal input,.admin-portal select,.admin-portal textarea{font-size:.78rem!important;padding:.4rem .45rem!important}.admin-portal h3{font-size:.85rem!important}#admin-tabs-scroll button{font-size:.72rem!important;padding:.22rem .45rem!important}.admin-portal .metric-value{font-size:.85rem!important}}.admin-portal .metric-card{padding:.6rem .5rem!important;border-radius:10px!important}.admin-portal .metric-card h4{font-size:.68rem!important;margin:0!important}.admin-portal .metric-card .metric-value,.admin-portal .metric-icon{font-size:.95rem!important}.admin-portal .glass-panel{padding:.65rem!important;border-radius:12px!important;margin-bottom:.75rem}.admin-portal .section-title{font-size:1.15rem!important}.admin-portal .section-sub{font-size:.75rem!important}.admin-portal .btn{font-size:.72rem!important;padding:.32rem .55rem!important;border-radius:8px!important;min-height:32px!important}.admin-portal .btn-sm{font-size:.68rem!important;padding:.22rem .4rem!important;min-height:28px!important}.admin-portal table.custom-table{font-size:.76rem!important;border-radius:8px!important;min-width:680px!important}.admin-portal table.custom-table th,.admin-portal table.custom-table td{padding:.45rem .35rem!important}.admin-portal .badge{font-size:.66rem!important;padding:.15rem .4rem!important;border-radius:999px!important}.admin-portal input,.admin-portal select,.admin-portal textarea{font-size:.82rem!important;padding:.45rem .5rem!important;border-radius:8px!important;min-height:36px!important}.admin-portal label{font-size:.78rem!important;margin-bottom:.25rem}.admin-portal h3{font-size:.92rem!important;margin:0 0 .5rem}.admin-portal .metrics-grid{grid-template-columns:repeat(2,1fr)!important;gap:.5rem!important}.admin-portal .grid-2{grid-template-columns:1fr!important;gap:.6rem!important}#admin-tabs-scroll{padding:2px 0!important}#admin-tabs-scroll button{font-size:.76rem!important;padding:.26rem .5rem!important;gap:.15rem!important;border-radius:999px!important;min-height:30px!important}.admin-portal .table-container{overflow-x:auto!important;-webkit-overflow-scrolling:touch!important;margin:0 -.65rem!important;padding:0 .65rem!important}.admin-portal .form-group{margin-bottom:.6rem}.admin-portal .metric-value,.admin-portal .metric-icon{font-size:.9rem}}@media(max-width:480px){.admin-portal .metrics-grid{grid-template-columns:1fr 1fr!important;gap:.4rem!important}.admin-portal table.custom-table{font-size:.72rem!important;min-width:600px!important}.admin-portal table.custom-table th,.admin-portal table.custom-table td{padding:.35rem .25rem!important}.admin-portal .btn{font-size:.7rem!important;padding:.28rem .5rem!important}.admin-portal .section-title{font-size:1.05rem!important}.admin-portal .metric-card{padding:.5rem .4rem!important}.admin-portal .glass-panel{padding:.5rem!important}.admin-portal input,.admin-portal select,.admin-portal textarea{font-size:.78rem!important;padding:.4rem .45rem!important}.admin-portal h3{font-size:.85rem!important}#admin-tabs-scroll button{font-size:.72rem!important;padding:.22rem .45rem!important}}.magic-tab--active{box-shadow:0 0 10px #c2a88d66,0 3px 8px #c2a88d38!important}.portal-tabs{gap:.35rem!important;padding:.35rem!important}.portal-tabs .magic-tab{min-height:30px!important;padding:.32rem .6rem!important;font-size:.72rem!important}.hero{min-height:auto!important}.hero-content>div{gap:1.6rem!important}.hero-visual{order:0!important}@media(min-width:769px){.hero-visual{order:1!important}.hero-bg{display:none!important}}.hero-visual-main{min-height:360px!important}.hero-title{font-size:clamp(1.5rem,8vw,2.3rem)!important;line-height:1.08!important}.hero-description{font-size:var(--fs-sm)!important;max-width:100%!important;line-height:1.6!important}.hero-ctas{width:100%!important;display:flex!important;flex-direction:column!important;gap:.65rem!important;margin-bottom:2.5rem!important}.hero-ctas .btn{width:100%!important;justify-content:center!important;font-size:.88rem!important;padding:.72rem 1rem!important;border-radius:999px!important}.hero-stats-overlay{left:50%!important;bottom:.7rem!important;width:calc(100% - 1rem)!important;transform:translate(-50%)!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:.4rem!important}.stat-box{padding:.6rem .35rem!important;border-radius:12px!important}.stat-value{font-size:.95rem!important;font-weight:900!important}.stat-label{font-size:.68rem!important}.section-title{font-size:clamp(1.3rem,7vw,1.9rem)!important;letter-spacing:-.03em!important;margin-bottom:.75rem!important}.section-sub{font-size:var(--fs-sm)!important;max-width:100%!important;margin:0 auto 1.5rem!important}.section-header{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:.85rem!important}.section-header .btn{width:100%!important;justify-content:center!important;padding:.75rem .9rem!important;font-size:.88rem!important;border-radius:999px!important}.grid-2,.grid-3,.grid-4,.projects-grid,.catalog-grid,.blog-grid,.services-grid,.testimonials-grid{grid-template-columns:1fr!important;gap:1rem!important}.project-card{min-height:auto!important}.project-card-img{height:140px!important}.glass-panel{padding:1rem!important;border-radius:18px!important}.glass-panel-elevated{padding:.95rem!important;border-radius:18px!important}.form-input,.form-textarea,.form-select{padding:.78rem .85rem!important;font-size:.9rem!important;border-radius:12px!important}.btn{padding:.78rem 1.2rem!important;font-size:.9rem!important;border-radius:999px!important}.btn-sm{padding:.5rem .9rem!important;font-size:.78rem!important}.btn-lg,.btn-xl{width:100%!important;padding:.85rem 1rem!important;justify-content:center!important;font-size:.95rem!important}#section-contact>.container{display:grid!important;grid-template-columns:1fr!important;gap:1.2rem!important}.hide-mobile{display:none!important}@media(max-width:768px){.sticky-nav-tabs .container{padding:0 1rem!important}.sticky-nav-tabs .btn{padding:.45rem .85rem!important;font-size:.78rem!important;border-radius:999px!important}.hero{min-height:auto!important}.hero-content>div{gap:2rem!important}.hero-visual{order:1!important}.hero-visual-main{min-height:420px!important}.hero-title{font-size:clamp(2.2rem,12vw,3.4rem)!important}.hero-description{font-size:1rem!important;max-width:100%!important}.hero-ctas{width:100%!important;display:flex!important;flex-direction:column!important;gap:.8rem!important}.hero-ctas .btn{width:100%!important;justify-content:center!important}.hero-stats-overlay{left:50%!important;bottom:1rem!important;width:calc(100% - 2rem)!important;transform:translate(-50%)!important;grid-template-columns:repeat(2,minmax(0,1fr))!important}.section-title{font-size:clamp(2rem,9vw,3rem)!important;margin-bottom:1rem!important}.section-sub{font-size:.95rem!important;max-width:100%!important;margin:0 auto 2rem!important}.section-header{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:1rem!important}.section-header .btn{width:100%!important;justify-content:center!important}.grid-2,.grid-3,.grid-4,.projects-grid,.catalog-grid,.blog-grid,.services-grid,.testimonials-grid{grid-template-columns:1fr!important;gap:1.25rem!important}.project-card{min-height:auto!important}.project-card-img{height:160px!important}.glass-panel{padding:1.25rem!important;border-radius:24px!important}.form-input,.form-textarea,.form-select{padding:.9rem 1rem!important;font-size:.95rem!important}.btn-lg,.btn-xl{width:100%!important;padding:1rem 1.2rem!important;justify-content:center!important}#section-contact>.container{display:grid!important;grid-template-columns:1fr!important;gap:1.5rem!important}.hide-mobile{display:none!important}}@media(max-width:480px){:root{--nav-height: 64px}html{font-size:14px}body{font-size:var(--fs-sm);line-height:1.5}.container{padding:0 .7rem!important}.section{padding:2.25rem 0!important}.section-title{font-size:clamp(1.15rem,7.5vw,1.6rem)!important;margin-bottom:.6rem!important}.section-sub{font-size:.78rem!important;margin:0 auto 1.25rem!important}.section-eyebrow{font-size:.7rem!important}.topbar-2027{height:auto!important;min-height:18px!important}.main-nav{top:0!important;height:auto!important;padding:0 .7rem!important}.main-nav.scrolled{top:0!important}.brand-icon-wrap{width:26px!important;height:26px!important;font-size:.8rem!important}.brand-text-main{font-size:.78rem!important}.brand-text-accent{font-size:.7rem!important}.mobile-nav-strip .mobile-nav-item{min-height:32px!important;padding:.45rem .6rem!important;font-size:.68rem!important}.mobile-nav-strip .btn-icon.sm{width:30px!important;padding:0 .5rem!important}.mobile-nav-icon{font-size:.78rem!important}.mobile-nav-strip .nav-badge{font-size:.55rem;padding:.1rem .22rem}#nav-mobile-menu-btn{width:30px!important;height:30px!important}.sticky-nav-tabs{position:fixed!important;inset:auto 0 0!important;z-index:9999!important;border-bottom:none!important;border-top:1px solid rgba(194,168,141,.15)}.sticky-nav-tabs:before{display:none!important}.sticky-nav-tabs .btn,.magic-tab{font-size:.7rem!important;padding:.3rem .62rem!important}.page-wrapper{padding-bottom:56px!important}.portal-tabs .magic-tab{min-height:28px!important;padding:.28rem .52rem!important;font-size:.68rem!important}.hero-title{font-size:clamp(1.3rem,8vw,1.8rem)!important;line-height:1.05!important}.hero-description{font-size:.78rem!important}.hero-ctas .btn{padding:.65rem .85rem!important;font-size:.82rem!important}.hero-stats-overlay{bottom:.55rem!important;width:calc(100% - .8rem)!important;gap:.3rem!important}.stat-box{padding:.55rem .3rem!important;border-radius:10px!important}.stat-value{font-size:.88rem!important}.stat-label{font-size:.65rem!important}.project-card-img{height:120px!important}.glass-panel,.glass-panel-elevated{padding:.85rem!important;border-radius:15px!important}.form-input,.form-textarea,.form-select{padding:.72rem .8rem!important;font-size:.85rem!important}.btn{padding:.72rem 1rem!important;font-size:.88rem!important}.btn-sm{padding:.45rem .75rem!important;font-size:.72rem!important}.btn-lg,.btn-xl{padding:.75rem .9rem!important;font-size:.88rem!important}.section-header .btn{padding:.7rem .85rem!important;font-size:.82rem!important}.homepage-contact-grid{gap:1rem!important}.homepage-rating-form .btn,.homepage-contact-form .btn{width:100%!important}.footer-2027 .footer-brand-icon{width:32px!important;height:32px!important;font-size:.8rem!important;border-radius:10px!important}.footer-2027 .footer-brand-text>div:first-child{font-size:.78rem!important}.footer-2027 .footer-brand-text>div:last-child{font-size:.6rem!important}}@media(max-width:360px){:root{--nav-height: 52px}.main-nav{top:0!important;height:auto!important}.main-nav.scrolled{top:0!important}.topbar-2027{height:auto!important;min-height:18px!important}.btn{font-size:.82rem!important;padding:.65rem .85rem!important}.magic-tab{font-size:.68rem!important;padding:.26rem .52rem!important}.hero-visual-main{min-height:280px!important}.project-card-img{height:110px!important}}@media(max-width:768px){.footer-2027 h4{font-size:.72rem!important;margin-bottom:1rem!important}.footer-2027 .container>div{gap:1.5rem!important}.footer-2027 .container>div>div{font-size:.72rem!important}.footer-2027 a{font-size:.72rem!important}.footer-2027 p{font-size:.7rem!important;line-height:1.4!important}.footer-2027>div:last-child{flex-direction:column!important;align-items:flex-start!important;gap:.5rem!important;font-size:.7rem!important}.footer-2027>div:last-child>div:first-child{font-size:.7rem!important}.footer-2027>div:last-child>div:last-child{align-items:flex-start!important;gap:.5rem!important;font-size:.68rem!important}.footer-main-grid{grid-template-columns:1fr!important;gap:2rem!important;margin-bottom:2.5rem!important}.footer-brand-text>div:first-child{font-size:1rem!important}.footer-brand-text>div:last-child{font-size:.7rem!important}.footer-brand-col p{font-size:.75rem!important;line-height:1.5!important;margin-bottom:.75rem!important}.footer-bottom-bar{flex-direction:row!important;align-items:center!important;justify-content:space-between!important;gap:1rem!important;flex-wrap:wrap!important}.footer-bottom-bar>div{flex-direction:row!important;align-items:center!important;gap:.75rem!important}.footer-areas{display:grid!important;grid-template-columns:1fr 1fr!important;grid-template-rows:auto!important;grid-template-areas:"brand brand" "quick services" "contact contact";gap:2rem!important}.footer-main-grid.footer-areas .footer-area-brand{grid-area:brand}.footer-main-grid.footer-areas .footer-area-quick{grid-area:quick}.footer-main-grid.footer-areas .footer-area-services{grid-area:services}.footer-main-grid.footer-areas .footer-contact-col{grid-area:contact}.footer-main-grid.footer-areas .footer-area-quick,.footer-main-grid.footer-areas .footer-area-services{min-width:0}}@media(min-width:769px){.footer-bottom-bar{justify-content:center!important;gap:2rem!important}}@media(max-width:480px){.main-nav{position:fixed!important;top:0!important;left:0!important;right:0!important;height:auto!important;min-height:48px!important;padding:0 .7rem!important;gap:.4rem!important;z-index:1200!important}.main-nav.scrolled{top:0!important}.nav-brand{max-width:100%;align-self:center;margin-top:0;gap:.45rem!important}.brand-icon-wrap{width:30px!important;height:30px!important;font-size:.9rem!important}.brand-text-main{font-size:.82rem!important;line-height:1.1!important}.brand-text-accent{font-size:.72rem!important}.nav-links,.nav-actions{display:none!important}.mobile-nav-strip{display:flex!important;position:fixed!important;left:0!important;right:0!important;top:12px!important;z-index:999!important;gap:.4rem;overflow-x:auto;overflow-y:hidden;padding:.3rem;scroll-snap-type:x proximity;scrollbar-width:none;-ms-overflow-style:none;align-self:center}.mobile-nav-strip::-webkit-scrollbar{display:none}.mobile-nav-strip .mobile-nav-item{flex:0 0 auto;min-height:34px!important;padding:.45rem .65rem!important;border-radius:999px!important;white-space:nowrap;font-size:.72rem!important;line-height:1;font-weight:800!important;scroll-snap-align:start;box-shadow:none!important}.mobile-nav-strip .btn-ghost{background:#ffffffad!important;color:var(--text-secondary)!important;border-color:#c2a88d2e!important}[data-theme=dark] .mobile-nav-strip .btn-ghost{background:#2c1c12b8!important;border-color:#ffffff14!important}.mobile-nav-strip .btn-gold{color:#fff!important;border-color:var(--gold)!important}.mobile-nav-strip .btn-icon.sm{width:32px!important;padding:0 .55rem!important}.mobile-nav-icon{font-size:.82rem}.mobile-nav-strip .nav-badge{top:-3px;right:-3px;font-size:.55rem;padding:.1rem .24rem}#nav-mobile-menu-btn{display:flex!important;width:32px!important;height:32px!important;padding:0!important}.nav-actions{gap:.3rem!important}.nav-actions .btn-sm{padding:.42rem .65rem!important;font-size:.72rem!important}.nav-actions .btn-icon.sm{width:32px!important;height:32px!important;padding:0!important}#nav-portal-btn{padding:.42rem .55rem!important}.page-wrapper{padding-top:calc(var(--nav-height) + 26px)!important}.topbar-2027{height:auto!important;min-height:28px!important}.brand-text-main{font-size:.85rem!important}.brand-text-accent{font-size:.8rem!important}#nav-portal-btn{display:none!important}.hero-visual-main{min-height:420px!important}.hero-stats-overlay{bottom:.5rem!important}.stat-box{padding:.7rem .35rem!important}.stat-value{font-size:.95rem!important}.stat-label{font-size:.68rem!important}.project-card-img{height:140px!important}.floating-search-btn{width:38px!important;height:38px!important;bottom:.85rem!important;insetinlineend:1rem!important;font-size:1.1rem!important}.mobile-call-btn{width:40px!important;height:40px!important;bottom:1.4rem!important;insetinlinestart:1rem!important;font-size:1rem!important}.search-results{max-height:45vh!important}.hide-mobile{display:none!important}}@media(max-width:480px){:root{--nav-height: 56px}.topbar-2027{height:auto!important;min-height:28px!important}.topbar-2027 .container>div:first-child>span:last-child{max-width:44vw!important}.topbar-2027 .container>div:last-child>a,.topbar-2027 .container>div:last-child>button{font-size:.55rem!important}.main-nav{top:0!important;height:auto!important;padding-inline:.65rem!important}.main-nav.scrolled{top:0!important}.nav-brand{max-width:100%!important;padding-block:.15rem;gap:.3rem!important}.brand-icon-wrap{width:26px!important;height:26px!important;font-size:.85rem!important}.brand-text-main{font-size:.7rem!important;line-height:1!important}.brand-text-accent{font-size:.68rem!important}.nav-links,.nav-actions{display:none!important}.mobile-nav-strip{display:flex!important;position:relative!important;left:auto!important;right:auto!important;top:auto!important;z-index:999!important;gap:.25rem;overflow-x:auto;overflow-y:hidden;padding:.1rem .4rem;scroll-snap-type:x proximity;scrollbar-width:none;-ms-overflow-style:none;background:transparent;align-self:center;background:#faf9f6eb;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-top:1px solid rgba(194,168,141,.25);box-shadow:0 -4px 24px #00000014}.mobile-nav-strip::-webkit-scrollbar{display:none}.mobile-nav-strip .mobile-nav-item{flex:0 0 auto;min-height:28px;padding:.25rem .5rem!important;border-radius:999px!important;white-space:nowrap;font-size:.65rem!important;line-height:1;font-weight:700!important;scroll-snap-align:start;box-shadow:none!important}.mobile-nav-strip .btn-ghost{background:#ffffffad!important;color:var(--text-secondary)!important;border-color:#c2a88d2e!important}[data-theme=dark] .mobile-nav-strip .btn-ghost{background:#2c1c12b8!important;border-color:#ffffff14!important}.mobile-nav-strip .btn-gold{color:#fff!important;border-color:var(--gold)!important}.mobile-nav-strip .btn-icon.sm{width:28px!important;height:28px!important;padding:0 .35rem!important}.mobile-nav-icon{font-size:.75rem}.mobile-nav-strip .nav-badge{top:-3px;right:-3px;font-size:.54rem;padding:.1rem .22rem}.sticky-nav-tabs{position:fixed!important;inset:auto 0 0!important;z-index:9999!important;border-bottom:none!important;border-top:1px solid rgba(194,168,141,.15)}.sticky-nav-tabs:before{display:none!important}.page-wrapper{padding-bottom:56px!important}.hero-visual-main{min-height:440px!important}.hero-stats-overlay{bottom:.5rem!important}.stat-box{padding:.7rem .35rem!important}.stat-value{font-size:.95rem!important}.stat-label{font-size:.68rem!important}.project-card-img,.service-card-image-wrapper,.catalog-card-image,.blog-card-image,.store-card-image,.gallery-card-image,.catalog-card>div:first-child,.blog-card>div:first-child,.store-card>div:first-child,.gallery-card>div:first-child{height:190px!important}.blog-hero-card-image,.blog-hero-card>div:first-child{height:260px!important}.glass-panel,.glass-panel-elevated,.project-card,.service-card,.catalog-card,.blog-card,.store-card,.gallery-card,.portfolio-gallery-card{border-radius:20px!important}.floating-search-btn{width:50px!important;height:50px!important;bottom:1rem!important;insetinlinestart:1rem!important}.mobile-call-btn{width:48px!important;height:48px!important;bottom:1rem!important;insetinlineend:1rem!important}}@media(max-width:768px){.homepage-ratings-section{min-height:auto!important;padding-block:clamp(3rem,8vw,5rem)!important}.homepage-ratings-section .section-header{gap:.75rem!important;margin-bottom:1.5rem!important}.homepage-ratings-section .section-title{font-size:clamp(1.85rem,8vw,2.6rem)!important;margin-bottom:0!important}.homepage-ratings-section .section-sub{font-size:clamp(.88rem,3.4vw,1rem)!important;margin-top:.75rem!important}.homepage-rating-form{padding:clamp(1rem,4vw,1.5rem)!important;border-radius:24px!important;box-shadow:0 18px 50px #c2a88d24!important}.homepage-rating-form h3{font-size:clamp(1.25rem,5vw,1.6rem)!important;margin-bottom:.75rem!important}.homepage-rating-form .form-textarea{min-height:110px!important}.homepage-rating-form .btn{min-height:44px!important;font-size:.9rem!important}.homepage-contact-section{padding-block:clamp(3rem,8vw,5rem)!important}.homepage-contact-section .section-title{font-size:clamp(1.85rem,8vw,2.7rem)!important}.homepage-contact-section .section-sub{font-size:clamp(.9rem,3.4vw,1rem)!important;line-height:1.75!important}.homepage-contact-grid{grid-template-columns:1fr!important;gap:clamp(1.5rem,5vw,2rem)!important}.homepage-contact-form{padding:clamp(1rem,4vw,1.5rem)!important;border-radius:24px!important;box-shadow:0 20px 60px #c2a88d29!important}.homepage-contact-form .form-label{font-size:.85rem!important;margin-bottom:.45rem!important}.homepage-contact-form .form-input,.homepage-contact-form .form-select,.homepage-contact-form .form-textarea{min-height:46px!important;padding:.82rem .95rem!important;border-radius:16px!important;font-size:16px!important}.homepage-contact-form .form-textarea{min-height:112px!important}.homepage-contact-form .btn{min-height:48px!important;font-size:.95rem!important}.homepage-map-shell{height:clamp(340px,62vw,460px)!important;border-radius:0 0 28px 28px!important;overflow:hidden!important}.homepage-map-shell .map-widget{min-height:0!important;height:100%!important;border-radius:0!important}.homepage-map-shell .map-content{height:100%!important}.homepage-map-shell .marker-pulse>div{padding:5px 8px!important;font-size:.62rem!important}.homepage-map-shell .marker-pulse>div svg{font-size:.7rem!important}.homepage-map-shell .map-footer{padding:8px 10px!important;gap:8px!important;flex-wrap:wrap!important;font-size:.68rem!important}.homepage-map-shell .map-widget .glass-panel{width:calc(100% - 24px)!important;max-width:none!important;left:12px!important;right:12px!important;bottom:44px!important;padding:.9rem!important}.homepage-map-shell .map-widget h4{font-size:1rem!important}.homepage-map-shell .map-widget p{font-size:.75rem!important}.homepage-map-shell .map-widget .btn{min-height:40px!important;font-size:.8rem!important}}@media(max-width:480px){.homepage-ratings-section,.homepage-contact-section{padding-block:3rem!important}.homepage-rating-form,.homepage-contact-form{border-radius:20px!important}.homepage-map-shell{height:clamp(315px,72vw,390px)!important;border-radius:0 0 20px 20px!important}.homepage-map-shell .marker-pulse>div{padding:4px 7px!important;font-size:.58rem!important}.homepage-map-shell .map-footer{font-size:.62rem!important;gap:6px!important}.homepage-map-shell .map-widget .glass-panel{left:10px!important;right:10px!important;width:calc(100% - 20px)!important;bottom:40px!important;padding:.75rem!important}}@media(max-width:768px){.topbar-2027{height:auto!important;min-height:18px!important;padding-block:.1rem!important;overflow:visible!important}.topbar-2027 .container{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:center!important;justify-content:flex-start!important;gap:.3rem!important;overflow-x:auto!important;overflow-y:hidden!important;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;padding-inline:1rem!important}.topbar-2027 .container::-webkit-scrollbar{display:none}.topbar-inner{min-width:0}.topbar-ticker{flex:0 0 auto!important;max-width:none!important;min-width:220px;justify-content:flex-start!important}.topbar-ticker-text{max-width:none!important;white-space:nowrap!important}.topbar-actions{flex:0 0 auto!important;min-width:0;gap:.55rem!important}.topbar-phone,.topbar-email,.topbar-share-btn,.topbar-socials a{flex:0 0 auto}.topbar-phone{font-size:.66rem!important}.topbar-phone-text{max-width:92px!important}.topbar-email{display:inline-flex!important;font-size:.66rem!important}.topbar-email-text{max-width:160px!important}.topbar-divider{display:inline-flex!important}.topbar-share-btn{font-size:.8rem!important}.topbar-socials{gap:.45rem!important}.topbar-socials a{font-size:.8rem!important}}@media(max-width:480px){.topbar-2027{height:auto!important;min-height:18px!important;padding-block:.1rem!important}.topbar-2027 .container{gap:.3rem!important;padding-inline:.5rem!important}.topbar-ticker{min-width:120px;flex-shrink:1;overflow:hidden}.topbar-ticker-text{max-width:none!important;white-space:nowrap!important;overflow:hidden;text-overflow:ellipsis}.topbar-ticker-text{font-size:.62rem!important}.topbar-actions{gap:.38rem!important}.topbar-phone{font-size:.62rem!important}.topbar-phone-text{max-width:82px!important}.topbar-email{font-size:.62rem!important}.topbar-email-text{max-width:145px!important}.topbar-share-btn{font-size:.76rem!important}.topbar-socials{gap:.35rem!important}.topbar-socials a{font-size:.76rem!important}}.auth-page{min-height:calc(100vh - var(--nav-height));padding-block:clamp(2.5rem,7vw,4.5rem)}.auth-container{display:grid;gap:clamp(1.5rem,4vw,3rem);align-items:center}.auth-info-panel,.auth-visual-panel,.auth-form-panel{min-width:0;border-radius:var(--radius-2xl)}.auth-form-panel{padding:clamp(1.25rem,4vw,2.5rem)}.auth-form-panel h2{font-size:clamp(1.65rem,6vw,2.4rem);line-height:1.08}.auth-form-panel .form-input,.auth-form-panel .form-select,.auth-form-panel .form-textarea{min-height:48px;padding:.85rem 1rem;border-radius:16px;font-size:16px}.auth-form-panel .form-input,.auth-form-panel .form-select{padding-inline-start:2.75rem}.auth-form-panel .btn{min-height:46px}.auth-info-panel h2,.auth-visual-panel h2{font-size:clamp(1.7rem,6vw,3rem);line-height:1.12}.auth-info-panel p,.auth-visual-panel p{font-size:clamp(.9rem,2.8vw,1.05rem)}.auth-feature-grid{display:grid;gap:1rem}.topbar-inner{display:flex;align-items:center;justify-content:space-between;gap:clamp(.5rem,2vw,1rem);width:100%;min-width:0}.topbar-ticker{display:flex;align-items:center;gap:.5rem;min-width:0;flex:1 1 auto;overflow:hidden}.topbar-ticker-text{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.topbar-actions{display:flex;align-items:center;gap:.75rem;flex:0 0 auto;min-width:0}.topbar-phone,.topbar-email,.topbar-share-btn,.topbar-socials a{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;min-width:28px;min-height:28px;padding:4px;color:#fff9;text-decoration:none;transition:color var(--transition),transform var(--transition),filter var(--transition)}.topbar-phone{font-size:.72rem;font-weight:700}.topbar-phone-text{max-width:112px;overflow:hidden;text-overflow:ellipsis;direction:ltr;font-family:var(--font-en)}.topbar-email{font-size:.72rem;font-weight:700}.topbar-email-text{max-width:170px;overflow:hidden;text-overflow:ellipsis;font-family:var(--font-en);font-size:.68rem}.topbar-divider{width:1px;height:16px;background:#ffffff1f;flex-shrink:0}.topbar-share-btn{padding:4px;min-height:28px;min-width:28px;color:#ffffff80;font-size:.82rem;background:transparent;border:0;cursor:pointer}.topbar-socials{display:flex;align-items:center;gap:.65rem}.topbar-socials a{font-size:.82rem;line-height:1;padding:4px;min-height:28px;min-width:28px}@media(max-width:900px){.auth-container{grid-template-columns:1fr!important}.client-auth-container .client-auth-form-panel{order:1!important}.client-auth-container .client-auth-info-panel{order:2!important;min-height:340px!important}.admin-auth-container .admin-auth-form-panel,.admin-signup-container .admin-signup-form-panel{order:1!important}.admin-auth-container .admin-auth-visual-panel,.admin-signup-container .admin-signup-visual-panel{order:2!important;min-height:340px!important}.auth-info-panel,.auth-visual-panel,.auth-form-panel{border-radius:24px!important}.auth-info-panel>div,.auth-visual-panel>div{padding:clamp(1.25rem,5vw,2rem)!important}.auth-feature-grid{grid-template-columns:1fr 1fr!important;gap:.75rem!important}.auth-form-panel .grid-2{grid-template-columns:1fr!important}.topbar-2027{height:auto!important;min-height:18px!important}.topbar-ticker{flex:1 1 42%;justify-content:center}.topbar-ticker-text{max-width:48vw;font-size:.66rem}.topbar-actions{gap:.35rem}.topbar-phone{gap:.25rem;font-size:.64rem}.topbar-phone-text{max-width:72px}.topbar-email-text{max-width:100px}.topbar-share-btn{font-size:.78rem}.topbar-socials{gap:.4rem}.topbar-socials a{font-size:.78rem}.topbar-fav-btn{white-space:nowrap;font-size:.66rem!important;gap:.2rem!important}}@media(max-width:560px){.auth-page{padding-block:2rem!important}.auth-container{gap:1rem!important}.auth-info-panel,.auth-visual-panel,.auth-form-panel{border-radius:20px!important}.client-auth-container .client-auth-info-panel,.admin-auth-container .admin-auth-visual-panel,.admin-signup-container .admin-signup-visual-panel{min-height:300px!important}.auth-feature-grid{grid-template-columns:1fr!important}.auth-form-panel h2,.auth-info-panel h2,.auth-visual-panel h2{font-size:clamp(1.45rem,8vw,2rem)!important}.topbar-2027{height:22px!important;min-height:18px!important;padding-block:.3rem!important}.topbar-inner{gap:.45rem}.topbar-ticker{max-width:48%;flex:1 1 auto}.topbar-ticker-text{max-width:44vw}.topbar-actions{gap:.25rem}.topbar-email,.topbar-divider{display:none!important}.topbar-phone{font-size:.6rem}.topbar-phone-text{max-width:62px}.topbar-share-btn{font-size:.75rem}.topbar-socials{gap:.3rem}.topbar-socials a{font-size:.75rem}.topbar-fav-btn{font-size:.62rem!important;gap:.2rem!important}}@keyframes slideUpAndFadeIn{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.animate-slide-up{animation:slideUpAndFadeIn .8s cubic-bezier(.16,1,.3,1) forwards}@media(max-width:768px){.floating-phone-btn{width:42px!important;height:42px!important;bottom:4.6rem!important;insetinlineend:1rem!important;insetinlinestart:auto!important;font-size:1.05rem!important}.floating-search-btn{width:40px!important;height:40px!important;bottom:1.4rem!important;insetinlineend:1rem!important;font-size:1.05rem!important}.whatsapp-fab-wrap{position:fixed!important;bottom:7.8rem!important;insetinlineend:1rem!important;insetinlinestart:auto!important;z-index:9999!important}.whatsapp-float-btn{width:44px!important;height:44px!important;font-size:1.25rem!important}.search-close-btn{width:36px!important;height:36px!important;font-size:1rem!important}.search-input-icon{font-size:.95rem!important}}@media(max-width:768px){.mobile-grid-2{grid-template-columns:repeat(2,1fr)!important;gap:.75rem!important}.mobile-grid-2>*:last-child:nth-child(odd){grid-column:span 2}.section-title-center-mobile{text-align:center!important;align-items:center!important;width:100%}}@media(max-width:768px){.app-container{padding-top:0!important;width:100%;min-width:0}.topbar-2027{height:auto!important;min-height:18px!important;padding:.1rem .75rem!important;overflow:visible!important}.page-wrapper{padding-top:calc(var(--nav-height) + 26px)!important}.nav-brand{display:none!important}.main-nav{top:0!important;height:auto!important;min-height:48px!important;padding:.35rem .75rem!important;gap:.3rem!important}.main-nav.scrolled{top:0!important}.nav-brand{align-self:center!important;margin-top:0!important}.brand-icon-wrap{width:26px!important;height:26px!important;font-size:.8rem!important}.brand-text-main{font-size:.78rem!important;line-height:1.1!important}.brand-text-accent{font-size:.7rem!important}.nav-links,.nav-actions{display:none!important}.mobile-nav-strip{display:flex!important;position:relative!important;left:auto!important;right:auto!important;top:auto!important;z-index:999!important;gap:.35rem!important;padding:.2rem .4rem!important;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;background:transparent}.mobile-nav-strip::-webkit-scrollbar{display:none}.mobile-nav-strip .mobile-nav-item{min-height:30px!important;padding:.4rem .6rem!important;font-size:.68rem!important;border-radius:999px!important}.mobile-nav-strip .btn-icon.sm{width:30px!important;padding:0 .45rem!important}.mobile-nav-icon{font-size:.78rem!important}#nav-mobile-menu-btn{width:30px!important;height:30px!important}.admin-portal .metric-card{padding:.6rem .5rem!important;border-radius:10px!important}.admin-portal .metric-card h4{font-size:.7rem!important}.admin-portal .metric-card .metric-value{font-size:.95rem!important}.admin-portal .metric-icon{font-size:1rem!important}.admin-portal .glass-panel{padding:.6rem!important;border-radius:12px!important}.admin-portal .section-title{font-size:1.2rem!important}.admin-portal .section-sub{font-size:.78rem!important}.admin-portal .btn{font-size:.72rem!important;padding:.35rem .6rem!important;border-radius:8px!important}.admin-portal .btn-sm{font-size:.68rem!important;padding:.22rem .45rem!important}.admin-portal table.custom-table{font-size:.76rem!important;border-radius:8px!important}.admin-portal table.custom-table th,.admin-portal table.custom-table td{padding:.45rem .35rem!important}.admin-portal .badge{font-size:.68rem!important;padding:.18rem .45rem!important}.admin-portal input,.admin-portal select,.admin-portal textarea{font-size:.82rem!important;padding:.45rem .55rem!important;border-radius:8px!important}.admin-portal label{font-size:.78rem!important}.admin-portal h3{font-size:.95rem!important}.admin-portal .metrics-grid{grid-template-columns:repeat(2,1fr)!important;gap:.5rem!important}#admin-tabs-scroll{padding:2px 0!important}#admin-tabs-scroll button{font-size:.76rem!important;padding:.28rem .55rem!important;gap:.2rem!important;border-radius:999px!important}.table-container{overflow-x:auto!important;-webkit-overflow-scrolling:touch!important}@media(max-width:480px){.admin-portal .metrics-grid{grid-template-columns:1fr 1fr!important;gap:.4rem!important}.admin-portal table.custom-table{font-size:.72rem!important}.admin-portal table.custom-table th,.admin-portal table.custom-table td{padding:.35rem .25rem!important}.admin-portal .btn{font-size:.7rem!important;padding:.32rem .55rem!important}.admin-portal .section-title{font-size:1.05rem!important}.admin-portal .metric-card{padding:.5rem .4rem!important}.admin-portal .glass-panel{padding:.5rem!important}}}@media(max-width:768px){.app-container{transition:padding .3s ease}.mobile-topbars-visible .app-container,.mobile-topbars-hidden .app-container,.mobile-bottombar-visible .app-container,.mobile-bottombar-hidden .app-container{padding-top:0!important}.topbar-2027{position:fixed!important;top:var(--nav-height)!important;left:0!important;right:0!important;z-index:1199!important;min-height:18px!important;transition:transform .3s ease}.topbar-mobile-hidden{transform:translateY(calc(-100% - var(--nav-height)))}.main-nav{position:fixed!important;inset:0 0 auto!important;z-index:1200!important;transition:transform .3s ease}.navbar-mobile-hidden{transform:translateY(-100%)}.sticky-nav-tabs{position:fixed!important;inset:auto 0 0!important;z-index:9999!important;border-bottom:none!important;border-top:1px solid rgba(194,168,141,.15)}.sticky-nav-tabs:before{display:none!important}.mobile-bottombar-hidden .sticky-nav-tabs{transform:none!important}.page-wrapper{padding-bottom:56px!important}.mobile-nav-strip{transition:transform .3s ease}}@media(min-width:1024px){.home-grid-3,.testimonials-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.projects-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;max-width:1200px!important;margin-inline:auto!important}}@media(max-width:1023px)and (min-width:769px){.home-grid-3,.testimonials-grid,.projects-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:768px){.home-grid-3,.testimonials-grid,.projects-grid{grid-template-columns:1fr!important}}.projects-grid-3{grid-template-columns:repeat(3,minmax(250px,1fr))!important;max-width:1140px!important;margin-inline:auto!important}@media(max-width:1023px){.projects-grid-3{grid-template-columns:repeat(2,minmax(240px,1fr))!important;max-width:820px!important}}@media(max-width:767px){.projects-grid-3{grid-template-columns:1fr!important;max-width:100%!important}}@media(max-width:768px){.mobile-nav-dropdown{bottom:100%!important;top:auto!important;border-bottom:none!important;border-top:1px solid rgba(194,168,141,.2)!important}}.rich-editor-content h3{font-size:1.2rem;font-weight:700;margin:.75rem 0 .5rem}.rich-editor-content h4{font-size:1.05rem;font-weight:600;margin:.5rem 0 .25rem}.rich-editor-content p{margin:.25rem 0}.rich-editor-content blockquote{border-left:3px solid var(--gold, #c2a88d);margin:.5rem 0;padding:.25rem 1rem;color:var(--text-secondary);font-style:italic;background:#c2a88d0d;border-radius:0 4px 4px 0}.rich-editor-content ul,.rich-editor-content ol{padding-left:1.5rem;margin:.25rem 0}.rich-editor-content li{margin:.15rem 0}.rich-editor-content img{max-width:100%;height:auto;border-radius:6px;margin:.5rem 0}.rich-editor-content a{color:var(--gold, #c2a88d);text-decoration:underline}.rich-editor-content[dir=rtl] blockquote{border-left:none;border-right:3px solid var(--gold, #c2a88d);border-radius:4px 0 0 4px}.footer-2027{min-height:380px}.topbar-actions{min-height:38px}.footer-2027 .footer-brand-col>div:last-child{min-height:2.75rem}img:not([style*=absolute]):not([width]):not([height]){aspect-ratio:16/9}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
