@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700&display=swap";.auth-animated-page{--auth-accent: #7c3aed;--auth-bg: #faf5ff;--auth-text: #1e293b;--auth-text-welcome: #1e293b;--auth-on-primary: #1e293b;--auth-field-line: color-mix(in srgb, var(--auth-text) 38%, #cbd5e1);--auth-form-pad-x-login: 40px;--auth-form-pad-x-register: 48px;--auth-form-pad-top: 2.75rem;--auth-form-pad-bottom: 2.25rem;color:var(--auth-text);font-family:Poppins,sans-serif;display:flex;justify-content:center;align-items:center;min-height:calc(100vh - var(--header-content-offset) - 4rem);width:100%;max-width:100%;margin:0 auto;padding:1.25rem 0 2rem;background:var(--auth-bg);border-radius:0;box-sizing:border-box}.auth-animated-page *,.auth-animated-page *:before,.auth-animated-page *:after{box-sizing:border-box}.auth-anim-container{position:relative;width:min(750px,calc(100vw - 2rem));min-height:620px;height:620px;border:2px solid var(--auth-accent);box-shadow:0 0 25px var(--auth-accent);overflow:hidden;isolation:isolate;transition:height .4s ease,min-height .4s ease}.auth-anim-container.active{min-height:780px;height:780px}.auth-anim-container .curved-shape,.auth-anim-container .curved-shape2{z-index:0;pointer-events:none}.auth-anim-container .info-content{z-index:1}.auth-anim-container .form-box{z-index:2;position:absolute;top:0;width:50%;height:100%;display:flex;justify-content:flex-start;flex-direction:column;overflow-x:hidden;overflow-y:visible;-webkit-overflow-scrolling:touch}.form-box.Login{left:0;justify-content:center;padding:1.85rem var(--auth-form-pad-x-login) 1.85rem}.form-box.Login .animation{transform:translate(0);transition:transform .7s ease,opacity .7s ease,filter .7s ease;opacity:1;transition-delay:calc(.1s * var(--S, 0))}.auth-anim-container.active .form-box.Login .animation{transform:translate(-120%);opacity:0;transition-delay:calc(.1s * var(--D, 0))}.form-box.Register{right:0;justify-content:flex-start;padding:1.65rem var(--auth-form-pad-x-register) 1.35rem}.form-box.Register h2{font-size:1.5rem;margin-bottom:.65rem}.form-box.Register .input-box{margin-top:11px;min-height:44px}.form-box.Register .auth-anim-input-box--compact{margin-top:9px}.form-box.Register .auth-anim-role-block{margin-top:2px}.form-box.Register .auth-anim-role-block .auth-anim-role-label{margin-bottom:5px}.form-box.Register .auth-anim-role-block .register-role--modern{gap:.35rem}.auth-animated-page .form-box.Register .input-box.auth-anim-float input{height:42px}.form-box.Register .regi-link{margin:.65rem 0 .35rem}.form-box.Register .auth-anim-error{margin-top:6px}.form-box.Register .animation{transform:translate(120%);transition:transform .7s ease,opacity .7s ease,filter .7s ease;opacity:0;filter:blur(10px);transition-delay:calc(.1s * var(--S, 0))}.auth-anim-container.active .form-box.Register .animation{transform:translate(0);opacity:1;filter:blur(0px);transition-delay:calc(.1s * var(--li, 0))}.form-box h2{font-size:28px;text-align:center;color:var(--auth-text);margin:0 0 1.25rem;flex-shrink:0}.form-box .input-box{position:relative;width:100%;min-height:50px;margin-top:20px;flex-shrink:0}.auth-anim-input-box--compact{margin-top:14px}.auth-animated-page .input-box.auth-anim-float input{width:100%;height:48px;background:transparent;border:none;outline:none;font-size:16px;color:var(--auth-text);font-weight:600;border-bottom:2px solid var(--auth-field-line);padding-right:28px;transition:.5s}.auth-animated-page .input-box.auth-anim-float input:focus,.auth-animated-page .input-box.auth-anim-float input:not(:placeholder-shown){border-bottom:2px solid var(--auth-accent)}.auth-animated-page .input-box.auth-anim-float label{position:absolute;top:50%;left:0;transform:translateY(-50%);font-size:16px;color:var(--auth-text);transition:.5s;pointer-events:none;margin-bottom:0;font-weight:600}.auth-animated-page .input-box.auth-anim-float input:focus~label,.auth-animated-page .input-box.auth-anim-float input:not(:placeholder-shown)~label{top:-5px;font-size:13px;color:var(--auth-accent)}.auth-anim-input-icon{position:absolute;top:50%;right:0;font-size:18px;transform:translateY(-50%);color:color-mix(in srgb,var(--auth-text) 65%,#94a3b8);display:flex;align-items:center;justify-content:center;pointer-events:none}.auth-animated-page .input-box.auth-anim-float input:focus~.auth-anim-input-icon,.auth-animated-page .input-box.auth-anim-float input:not(:placeholder-shown)~.auth-anim-input-icon{color:var(--auth-accent)}.auth-animated-page .btn.auth-anim-submit{position:relative;display:block;width:100%;min-height:45px;height:45px;padding:0 1rem;background:transparent;border-radius:40px;cursor:pointer;font-size:16px;font-weight:600;color:var(--auth-on-primary);border:2px solid var(--auth-accent);overflow:hidden;z-index:1;box-shadow:none;transform:none}.auth-animated-page .btn.auth-anim-submit:before{content:"";position:absolute;height:300%;width:100%;background:linear-gradient(var(--auth-bg),var(--auth-accent),var(--auth-bg),var(--auth-accent));top:-100%;left:0;z-index:-1;transition:.5s}.auth-animated-page .btn.auth-anim-submit:hover:before{top:0}.regi-link{font-size:14px;text-align:center;margin:16px 0 8px;color:var(--auth-text)}.regi-link a{text-decoration:none;color:var(--auth-accent);font-weight:600}.regi-link a:hover{text-decoration:underline}.info-content{position:absolute;top:0;height:100%;width:50%;display:flex;justify-content:center;flex-direction:column;gap:.75rem}.info-content.Login{right:0;text-align:right;padding:2rem 40px 2rem 150px}.info-content.Login .animation{transform:translate(0);transition:transform .7s ease,opacity .7s ease,filter .7s ease;transition-delay:calc(.1s * var(--S, 0));opacity:1;filter:blur(0px)}.auth-anim-container.active .info-content.Login .animation{transform:translate(120%);opacity:0;filter:blur(10px);transition-delay:calc(.1s * var(--D, 0))}.info-content.Register{left:0;text-align:left;padding:2rem 150px 2rem 38px;pointer-events:none}.info-content.Register .animation{transform:translate(-120%);transition:transform .7s ease,opacity .7s ease,filter .7s ease;opacity:0;filter:blur(10px);transition-delay:calc(.1s * var(--S, 0))}.auth-anim-container.active .info-content.Register .animation{transform:translate(0);opacity:1;filter:blur(0);transition-delay:calc(.1s * var(--li, 0))}.info-content h2{text-transform:uppercase;font-size:32px;line-height:1.3;color:var(--auth-text-welcome);margin:0}.info-content p{font-size:15px;line-height:1.55;color:var(--auth-text-welcome);margin:0;max-width:26rem}.info-content.Login p{margin-left:auto}.info-content.Register p{margin-right:auto}.auth-anim-container .curved-shape{position:absolute;right:0;top:-5px;height:600px;width:850px;background:linear-gradient(45deg,var(--auth-bg),var(--auth-accent));transform:rotate(10deg) skewY(40deg);transform-origin:bottom right;transition:1.5s ease;transition-delay:1.6s}.auth-anim-container.active .curved-shape{transform:rotate(0) skewY(0);transition-delay:.5s}.auth-anim-container .curved-shape2{position:absolute;left:250px;top:100%;height:700px;width:850px;background:var(--auth-bg);border-top:3px solid var(--auth-accent);transform:rotate(0) skewY(0);transform-origin:bottom left;transition:1.5s ease;transition-delay:.5s}.auth-anim-container.active .curved-shape2{transform:rotate(-11deg) skewY(-41deg);transition-delay:1.2s}.auth-anim-error{font-size:13px;color:#fca5a5;margin-top:10px;text-align:center}.auth-google-anim-slot{width:100%}.auth-google-block{margin-top:.85rem;width:100%}.auth-google-divider{display:flex;align-items:center;gap:.65rem;margin:.35rem 0 .65rem;font-size:.8rem;color:color-mix(in srgb,var(--auth-text) 55%,#94a3b8);text-transform:uppercase;letter-spacing:.06em}.auth-google-divider:before,.auth-google-divider:after{content:"";flex:1;height:1px;background:color-mix(in srgb,var(--auth-accent) 35%,transparent)}.auth-google-btn-wrap{display:flex;justify-content:center;width:100%}.auth-google-btn-wrap iframe{width:100%!important;max-width:100%}.auth-anim-field-error{margin-top:.35rem;font-size:.8rem;color:#b91c1c;line-height:1.35}.auth-animated-page .input-box.auth-anim-float input[aria-invalid=true]{border-bottom-color:#ef4444}.auth-anim-role-block{margin-top:8px;min-height:auto}.auth-anim-role-block .auth-anim-role-label{font-size:13px;color:var(--auth-text);margin-bottom:8px;display:block;font-weight:600}.auth-animated-page .auth-anim-role-block label.register-role-option{position:relative;top:auto;left:auto;transform:none;display:flex;align-items:center;gap:.5rem;pointer-events:auto;margin-bottom:0;cursor:pointer;font-weight:500;color:var(--auth-text)}.auth-animated-page .auth-anim-role-block .register-role--modern{display:grid;grid-template-columns:1fr;gap:.5rem;margin-bottom:0;width:100%}.auth-animated-page .auth-anim-role-block .register-role-option{border:1px solid rgba(228,96,51,.45);border-radius:12px;padding:.5rem .75rem;background:#0003}.auth-animated-page .auth-anim-role-block .register-role-option span{color:var(--auth-text);font-size:14px;line-height:1.35}.auth-animated-page .form-box.Register .auth-anim-role-block .register-role-option{padding:.4rem .65rem}.auth-animated-page .form-box.Register .auth-anim-role-block .register-role-option span{font-size:13px;line-height:1.3}.auth-animated-page .auth-anim-role-block .register-role-option input[type=radio]{accent-color:var(--auth-accent);flex-shrink:0}.auth-anim-admin-hint{margin-top:.85rem;font-size:13px;color:var(--auth-text);opacity:.92}.auth-recaptcha-notice{margin:.75rem 0 0;font-size:11px;line-height:1.45;color:var(--auth-text);opacity:.78;text-align:center;max-width:280px;margin-left:auto;margin-right:auto}.auth-recaptcha-notice a{color:var(--auth-accent);text-decoration:underline}.auth-recaptcha-notice a:hover{text-decoration:none}.auth-recaptcha-notice code{font-size:10px;word-break:break-word}.auth-recaptcha-notice--dev{opacity:.88;max-width:320px}@media (max-width: 720px) and (min-width: 641px){.auth-anim-container{height:auto;min-height:620px}.auth-anim-container.active{min-height:780px}.form-box.Login{padding:2.25rem 1.25rem 2rem}.form-box.Register{padding:1.5rem 1.25rem 1.35rem}.info-content.Login{padding:2.5rem 1rem 3rem 2rem}.info-content.Register{padding:2.5rem 2rem 3rem 1rem}.info-content h2{font-size:22px}}@media (max-width: 640px){.auth-animated-page{align-items:flex-start;justify-content:flex-start;min-height:calc(100dvh - var(--header-mobile-offset, 120px) - 1.5rem);padding:1rem 0 2.25rem}.auth-anim-container{width:100%;max-width:100%;min-height:0;height:auto;display:flex;flex-direction:column;border-width:1px;box-shadow:0 8px 28px #7c3aed2e;overflow:visible;background:linear-gradient(165deg,var(--auth-bg) 0%,color-mix(in srgb,var(--auth-accent) 22%,var(--auth-bg)) 55%,var(--auth-bg) 100%)}.auth-anim-container .curved-shape,.auth-anim-container .curved-shape2{display:none}.auth-anim-container .animation{transform:none!important;opacity:1!important;filter:none!important;transition-delay:0s!important}.auth-anim-container:not(.active) .form-box.Register,.auth-anim-container:not(.active) .info-content.Register{display:none!important}.auth-anim-container:not(.active) .info-content.Login,.auth-anim-container:not(.active) .form-box.Login{position:relative!important;left:auto!important;right:auto!important;top:auto!important;width:100%!important;height:auto!important;max-height:none!important;overflow:visible!important}.auth-anim-container:not(.active) .info-content.Login{order:1;text-align:center;padding:1.75rem 1.25rem 1rem!important}.auth-anim-container:not(.active) .form-box.Login{order:2;padding:1rem 1.25rem 2rem!important}.auth-anim-container.active .form-box.Login,.auth-anim-container.active .info-content.Login{display:none!important}.auth-anim-container.active .info-content.Register,.auth-anim-container.active .form-box.Register{position:relative!important;left:auto!important;right:auto!important;top:auto!important;width:100%!important;height:auto!important;max-height:none!important;overflow:visible!important}.auth-anim-container.active .info-content.Register{order:1;text-align:center;padding:1.75rem 1.25rem 1rem!important;pointer-events:auto}.auth-anim-container.active .form-box.Register{order:2;padding:1rem 1.25rem 2rem!important}.info-content h2{font-size:1.35rem;line-height:1.25;margin:0 0 .5rem}.info-content p{font-size:.95rem;line-height:1.5;margin:0 auto;max-width:22rem}.form-box h2{font-size:1.35rem;margin-bottom:.5rem}.form-box .input-box{margin-top:16px}.regi-link{margin:1.25rem 0 0;padding:.75rem 0 0;border-top:1px solid color-mix(in srgb,var(--auth-accent) 35%,transparent)}.auth-anim-admin-hint{margin-top:.75rem}}.admin-auth-page{--auth-accent: #0f172a;--auth-bg: linear-gradient(165deg, #f8fafc 0%, #e2e8f0 100%);background:var(--auth-bg)}.admin-auth-inner{width:min(440px,calc(100vw - 2rem));padding:1.75rem 1.5rem 1.5rem;background:#fff;border-radius:16px;border:1px solid #cbd5e1;box-shadow:0 12px 40px #0f172a14}.admin-auth-brand{display:flex;align-items:flex-start;gap:.85rem;margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid #e2e8f0}.admin-auth-brand__icon{flex-shrink:0;width:2.25rem;height:2.25rem;color:#0f172a}.admin-auth-brand__title{margin:0;font-size:1.35rem;font-weight:700;color:#0f172a;letter-spacing:-.02em}.admin-auth-brand__sub{margin:.25rem 0 0;font-size:.88rem;color:#64748b}.admin-auth-page form.admin-auth-form{display:flex;flex-direction:column;width:100%}.admin-auth-field{margin-bottom:1rem}.admin-auth-label{display:flex;align-items:center;gap:.4rem;margin:0 0 .4rem;font-size:.88rem;font-weight:600;color:#334155}.admin-auth-label__icon{flex-shrink:0;width:1.1rem;height:1.1rem;color:#64748b}.admin-auth-page form.admin-auth-form .admin-auth-input{display:block;width:100%!important;max-width:none!important;margin:0!important;padding:.65rem .85rem!important;font-size:1rem!important;line-height:1.4!important;font-family:inherit!important;border:1px solid #cbd5e1!important;border-radius:10px!important;background:#fff!important;color:#0f172a!important;box-sizing:border-box;transition:border-color .15s ease,box-shadow .15s ease}.admin-auth-page form.admin-auth-form .admin-auth-input:focus{outline:none!important;border-color:#0f172a!important;box-shadow:0 0 0 3px #0f172a1f!important}.admin-auth-error{margin:0 0 1rem;padding:.6rem .75rem;border-radius:10px;background:#fef2f2;border:1px solid #fecaca;color:#991b1b;font-size:.9rem;line-height:1.45}.admin-auth-page .admin-auth-submit{width:100%;margin-top:.35rem;justify-content:center;background:#0f172a!important;border-color:#0f172a!important;color:#fff!important;box-shadow:0 4px 14px #0f172a33}.admin-auth-page .admin-auth-submit:hover:not(:disabled){filter:brightness(1.06)}.admin-auth-page .admin-auth-submit:disabled{opacity:.65;cursor:not-allowed}.admin-auth-footer{margin:1.25rem 0 0;padding-top:1rem;border-top:1px solid #e2e8f0;font-size:.9rem;text-align:center}.admin-auth-footer a{color:#475569}:root{--bloom-pink-50: #fdf2f8;--bloom-pink-100: #fce7f3;--bloom-pink-200: #fbcfe8;--bloom-peach-50: #fff8f5;--bloom-peach-100: #ffedd5;--bloom-peach-200: #fed7aa;--bloom-lavender-50: #faf5ff;--bloom-lavender-100: #ede9fe;--bloom-lavender-200: #ddd6fe;--bloom-lavender-400: #a78bfa;--bloom-lavender-600: #7c3aed;--bloom-lavender-800: #5b21b6;--bloom-lavender-900: #4c1d95;--bloom-mint: #2dd4bf;--bloom-mint-hover: #14b8a6;--bloom-mint-soft: rgba(45, 212, 191, .15);--bloom-text: #4b5563;--bloom-heading: #5b21b6;--font-heading: "Playfair Display", Georgia, serif;--font-body: "Lato", system-ui, sans-serif;--header-height: 36px;--header-content-offset: 148px;--header-mobile-bar: 88px;--header-mobile-offset: calc( max(.625rem, env(safe-area-inset-top, 0px)) + var(--header-mobile-bar) + .625rem + 1px + .5rem );--shadow-soft: 0 4px 20px rgba(124, 58, 237, .08);--shadow-glow: 0 4px 24px rgba(45, 212, 191, .25);--card-radius: 16px;--card-padding: 1.5rem;--card-border: 1px solid var(--bloom-lavender-100);--card-shadow: var(--shadow-soft);--card-shadow-hover: 0 8px 30px rgba(124, 58, 237, .12);--card-padding-compact: 1rem;--btn-radius: 12px;--btn-min-h: 2.75rem;--btn-pad-x: 1rem;--btn-font-weight: 600;--btn-focus-ring: 0 0 0 3px rgba(124, 58, 237, .35);--btn-primary-bg: var(--bloom-lavender-600);--btn-primary-bg-hover: var(--bloom-lavender-800);--btn-primary-shadow: 0 8px 20px rgba(124, 58, 237, .22);--btn-secondary-bg: #6b7280;--btn-secondary-bg-hover: #4b5563;--btn-ghost-bg: var(--bloom-lavender-50);--btn-ghost-bg-hover: var(--bloom-lavender-100);--btn-ghost-border: var(--bloom-lavender-200);--btn-ghost-color: var(--bloom-heading)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;font-family:var(--font-body);font-weight:var(--btn-font-weight);font-size:1rem;line-height:1.2;border-radius:var(--btn-radius);min-height:var(--btn-min-h);padding:.5rem var(--btn-pad-x);cursor:pointer;border:1px solid transparent;text-decoration:none;transition:background .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease,transform .2s ease}.btn:focus-visible{outline:none;box-shadow:var(--btn-focus-ring)}.btn:disabled{opacity:.55;cursor:not-allowed;transform:none}.btn--primary{background:var(--btn-primary-bg);color:#fff;border-color:var(--btn-primary-bg);box-shadow:var(--btn-primary-shadow)}.btn--primary:hover:not(:disabled){background:var(--btn-primary-bg-hover);border-color:var(--btn-primary-bg-hover);color:#fff;transform:translateY(-1px);box-shadow:0 12px 24px #7c3aed47}.btn--primary:focus-visible{box-shadow:var(--btn-focus-ring),var(--btn-primary-shadow)}.btn--secondary{background:var(--btn-secondary-bg);color:#fff;border-color:var(--btn-secondary-bg)}.btn--secondary:hover:not(:disabled){background:var(--btn-secondary-bg-hover);border-color:var(--btn-secondary-bg-hover);transform:none;box-shadow:none}.btn--secondary:focus-visible{box-shadow:var(--btn-focus-ring)}.btn--ghost{background:var(--btn-ghost-bg);color:var(--btn-ghost-color);border-color:var(--btn-ghost-border);box-shadow:none}.btn--ghost:hover:not(:disabled){background:var(--btn-ghost-bg-hover);border-color:var(--bloom-lavender-400);transform:none}.btn--ghost:focus-visible{box-shadow:var(--btn-focus-ring)}.btn--sm{min-height:2.35rem;padding:.35rem .65rem;font-size:.9rem;border-radius:10px}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{font-family:var(--font-body);margin:0;padding:1rem;background:var(--bloom-lavender-50);color:var(--bloom-text);min-height:100vh}a{color:var(--bloom-lavender-600);text-decoration:none;transition:color .2s ease}a:hover{color:var(--bloom-lavender-800);text-decoration:underline}.container{max-width:800px;margin:0 auto;width:100%}.site-header{position:fixed;top:0;left:0;right:0;z-index:100;background:#fff;border-bottom:1px solid var(--bloom-lavender-200);box-shadow:var(--shadow-soft);overflow:visible}.site-header--wire{border-bottom:1px solid #e5e7eb;box-shadow:none}.header-inner{display:flex;align-items:center;gap:1rem;min-height:var(--header-height);padding:0 1rem}.header-inner--wire{max-width:1200px;margin:0 auto;width:100%;box-sizing:border-box;padding-left:max(1rem,env(safe-area-inset-left,0px));padding-right:max(1rem,env(safe-area-inset-right,0px))}.header-inner nav.site-nav--desktop{margin-bottom:0;padding:0;border-bottom:none;flex:1;min-width:0}.site-logo{display:flex;align-items:center;flex-shrink:0;text-decoration:none}.site-logo:hover{text-decoration:none}.site-logo-img{display:block;max-height:136px;min-width:120px;width:auto;object-fit:contain;object-position:left center}.site-nav--desktop{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.35rem .85rem;row-gap:.35rem}.site-nav--wire{gap:.35rem 1.1rem}.site-nav--desktop>a,.site-nav--desktop>.nav-account-wrap{flex-shrink:0}.site-header--wire .site-nav__link{color:#0f172a;font-weight:500;font-size:.95rem;text-decoration:none}.site-header--wire .site-nav__link:hover{color:#020617;text-decoration:underline}.nav-account-wrap{position:relative;align-self:center}.nav-account-pill{display:inline-flex;align-items:center;gap:.5rem;padding:.35rem .65rem .35rem .4rem;border-radius:9999px;border:none;background:var(--bloom-lavender-800);color:#fff;font-family:var(--font-body);font-weight:600;font-size:.9rem;cursor:pointer;box-shadow:0 8px 20px #5b21b647;transition:background .15s ease,box-shadow .15s ease,transform .12s ease}.nav-account-pill:hover{background:var(--bloom-lavender-900);box-shadow:0 12px 24px #4c1d9552}.nav-account-pill:focus-visible{outline:none;box-shadow:var(--btn-focus-ring),0 8px 20px #5b21b647}.nav-account-pill__avatar{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:9999px;background:#fff;color:var(--bloom-lavender-800);flex-shrink:0}.nav-account-pill__avatar svg{display:block}.nav-account-pill__label{padding-right:.1rem}.nav-account-pill__caret{display:inline-flex;align-items:center;justify-content:center;color:#fff;opacity:.95;line-height:0}.nav-account-pill__caret svg{display:block}.nav-account-dropdown{position:absolute;top:calc(100% + .35rem);right:0;min-width:220px;padding:.35rem 0;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 10px 40px #0f172a1f;z-index:200}.nav-account-dropdown a,.nav-account-dropdown button.nav-account-dropdown__logout{display:block;width:100%;text-align:left;padding:.55rem 1rem;margin:0;border:none;background:none;font:inherit;font-size:.95rem;color:var(--bloom-text);text-decoration:none;cursor:pointer;border-radius:0}.nav-account-dropdown a:hover,.nav-account-dropdown button.nav-account-dropdown__logout:hover{background:#f3f4f6;color:#0f172a;text-decoration:none}.nav-account-dropdown__logout{border-top:1px solid #e5e7eb;margin-top:.25rem;padding-top:.65rem!important;color:#b91c1c!important}.nav-account-dropdown button.nav-account-dropdown__logout:only-child{border-top:none;margin-top:0;padding-top:.55rem!important}.nav-header-logout{width:auto;margin:0}.account-page__dl{display:grid;grid-template-columns:auto 1fr;gap:.5rem 1.25rem;margin:1rem 0 0}.account-page__dl dt{margin:0;font-weight:600;color:var(--bloom-heading)}.account-page__dl dd{margin:0}.layout-wrap{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1;padding-top:var(--header-content-offset)}.main-content.main-content--auth{display:flex;justify-content:center;align-items:flex-start;max-width:none;width:100%;padding-left:0;padding-right:0}@media (min-width: 500px){.mobile-nav-toggle,.mobile-nav-backdrop,.mobile-nav-drawer{display:none!important}}@media (max-width: 499px){html{scrollbar-gutter:stable;scroll-padding-top:calc(var(--header-mobile-offset) + 1.5rem)}.site-nav--desktop{display:none!important}.site-header{padding-left:max(1.125rem,env(safe-area-inset-left,0px));padding-right:max(1.25rem,calc(env(safe-area-inset-right,0px) + .35rem));padding-top:max(.625rem,env(safe-area-inset-top,0px));padding-bottom:.625rem;box-sizing:border-box}.header-inner{min-height:var(--header-mobile-bar);padding:0;gap:.75rem;align-items:center}.header-inner--wire{max-width:none;padding-left:0;padding-right:0}.site-logo{line-height:0;flex:1;min-width:0;min-height:var(--header-mobile-bar);align-items:center}.site-logo-img{max-height:min(80px,26vmin);width:auto;max-width:100%;height:auto;min-width:auto;display:block;object-fit:contain;object-position:left center}.main-content{padding-top:calc(var(--header-mobile-offset) + 1.5rem)}.mobile-nav-toggle{margin-left:auto;display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;padding:0;border:none;border-radius:12px;background:var(--bloom-lavender-50);color:var(--bloom-heading);cursor:pointer;flex-shrink:0;transition:background .2s ease,color .2s ease}.mobile-nav-toggle:hover{background:var(--bloom-lavender-100)}.mobile-nav-toggle:focus-visible{outline:none;box-shadow:var(--btn-focus-ring)}.mobile-nav-toggle__icon{display:block}.mobile-nav-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:110;background:#5b21b659;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .25s ease,visibility .25s ease}.mobile-nav-backdrop.is-open{opacity:1;visibility:visible;pointer-events:auto}.mobile-nav-drawer{position:fixed;top:0;right:0;bottom:0;z-index:120;width:min(20rem,calc(100vw - 1.5rem));max-width:100%;background:#fff;box-shadow:-8px 0 32px #7c3aed26;display:flex;flex-direction:column;transform:translate(100%);visibility:hidden;transition:transform .28s cubic-bezier(.32,.72,0,1),visibility .28s;padding-top:env(safe-area-inset-top,0px);padding-bottom:env(safe-area-inset-bottom,0px)}.mobile-nav-drawer.is-open{transform:translate(0);visibility:visible}.mobile-nav-drawer__header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:1rem 1rem .75rem;border-bottom:1px solid var(--bloom-lavender-100);flex-shrink:0}.mobile-nav-drawer__title{margin:0;font-family:var(--font-heading);font-size:1.25rem;font-weight:600;color:var(--bloom-heading)}.mobile-nav-close{min-height:2.25rem;padding:.25rem .5rem}.mobile-nav-drawer__nav{flex:1;overflow-y:auto;overscroll-behavior:contain;padding:.75rem 1rem 1.25rem;margin:0;border:none;display:block}.mobile-nav-section{margin-bottom:1.25rem}.mobile-nav-section:last-of-type{margin-bottom:0}.mobile-nav-label{margin:0 0 .5rem;font-size:.7rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--bloom-lavender-400)}.mobile-nav-drawer__nav a:not(.btn){display:flex;align-items:center;padding:.65rem .75rem;margin:0 -.25rem;border-radius:10px;font-size:1rem;font-weight:500;color:var(--bloom-text);text-decoration:none;transition:background .15s ease,color .15s ease}.mobile-nav-drawer__nav a:not(.btn):hover{background:var(--bloom-lavender-50);color:var(--bloom-lavender-800);text-decoration:none}.mobile-nav-section--cta{display:flex;flex-direction:column;gap:.65rem;margin-top:.5rem}.mobile-nav-section--cta .btn{width:100%;justify-content:center}.mobile-nav-user{margin-top:1.25rem;padding:1rem;border-radius:var(--card-radius);background:var(--bloom-lavender-50);border:1px solid var(--bloom-lavender-100)}.mobile-nav-user-email{margin:0 0 .25rem;font-size:.9rem;font-weight:600;color:var(--bloom-heading);word-break:break-all}.mobile-nav-user-role{margin:0 0 .75rem;font-size:.8rem;color:var(--bloom-text);text-transform:capitalize}.mobile-nav-logout{width:100%}}.site-footer{margin-top:auto;padding:2.5rem 1rem 1.5rem;background:var(--bloom-lavender-100);border-top:1px solid var(--bloom-lavender-200)}.footer-inner{max-width:960px;margin:0 auto}.footer-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:2rem;margin-bottom:1.5rem}.footer-column-title{margin:0 0 .75rem;font-family:var(--font-heading);font-size:1rem;font-weight:600;color:var(--bloom-heading)}.footer-links{list-style:none;margin:0;padding:0}.footer-links li{margin-bottom:.35rem}.footer-links a{color:var(--bloom-text);text-decoration:none;font-size:.95rem}.footer-links a:hover{color:var(--bloom-lavender-600);text-decoration:underline}#footer-contact{scroll-margin-top:calc(var(--header-content-offset, 120px) + .5rem)}.footer-contact-block{margin-bottom:1.35rem;padding-bottom:1.15rem;border-bottom:1px solid var(--bloom-lavender-200)}.footer-contact-block__title{margin:0 0 .65rem;font-family:var(--font-heading);font-size:1.05rem;font-weight:600;color:var(--bloom-heading)}.footer-contact-strip{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem 1.25rem;margin:1rem 0 0;padding-top:1rem;border-top:1px solid var(--bloom-lavender-200);font-size:.92rem;color:var(--bloom-text)}.footer-contact-strip--top{margin-top:0;padding-top:0;border-top:none}.footer-contact-strip__label{font-weight:600;color:var(--bloom-heading)}.footer-contact-strip__link{color:var(--bloom-lavender-700);text-decoration:none}.footer-contact-strip__link:hover{text-decoration:underline}.booking-cal-links{display:inline-flex;flex-wrap:wrap;align-items:center;font-size:.88rem}.booking-cal-links__link{white-space:nowrap}.booking-cal-links--empty{font-size:.9rem}.footer-copyright{margin:0;padding-top:1rem;border-top:1px solid var(--bloom-lavender-200);font-size:.9rem;color:var(--bloom-text);opacity:.9}.card{background:#fff;border-radius:var(--card-radius);padding:var(--card-padding);margin-bottom:1rem;box-shadow:var(--card-shadow);border:var(--card-border);transition:box-shadow .25s ease,transform .25s ease}.card:hover{box-shadow:var(--card-shadow-hover)}.ui-card-narrow{max-width:560px;margin-left:auto;margin-right:auto}.ui-muted{color:#6b7280}.ui-stack-xs>*+*{margin-top:.35rem}.ui-stack-sm>*+*{margin-top:.65rem}.ui-stack-md>*+*{margin-top:1rem}.ui-section-gap{margin-bottom:1.25rem}.ui-panel{border:var(--card-border);border-radius:var(--card-radius);background:#fff;padding:var(--card-padding-compact);box-shadow:var(--card-shadow)}.ui-filter-bar{display:flex;flex-wrap:wrap;gap:.75rem;align-items:flex-end;margin-bottom:1.25rem}.ui-field{display:flex;flex-direction:column;gap:.25rem}.ui-input-sm{min-width:150px}.ui-input-md{min-width:210px}.ui-actions-inline{display:inline-flex;align-items:center;gap:.5rem}.ui-form-grid input,.ui-form-grid select,.ui-form-grid button,.ui-filter-bar input,.ui-filter-bar select,.ui-filter-bar button{max-width:none}.skip-link{position:absolute;left:-9999px;top:0;z-index:1200;background:#111827;color:#fff;padding:.5rem .75rem;border-radius:0 0 8px 8px}.skip-link:focus{left:1rem}.ui-state{border:1px solid #e5e7eb;border-radius:var(--card-radius);padding:1rem;display:grid;gap:.5rem;justify-items:start;background:#fff}.ui-state--error{border-color:#fecaca;background:#fff7f7}.ui-state--empty{border-style:dashed}.ui-state p{margin:0}.ui-spinner{width:1.1rem;height:1.1rem;border:2px solid #e5e7eb;border-top-color:var(--bloom-lavender-700);border-radius:999px;animation:ui-spin .8s linear infinite}@keyframes ui-spin{to{transform:rotate(360deg)}}.toast-stack{position:fixed;right:1rem;bottom:1rem;display:grid;gap:.5rem;z-index:1200}.toast{min-width:220px;max-width:360px;border-radius:10px;padding:.6rem .8rem;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:.75rem;box-shadow:0 10px 24px #0000002e}.toast--success{background:#166534}.toast--error{background:#b91c1c}.toast--info{background:var(--bloom-lavender-800)}.toast__close{width:auto;margin:0;padding:0;background:transparent;border:0;color:inherit;font-size:1.1rem;line-height:1;cursor:pointer}.catalog-toolbar{display:flex;align-items:center;justify-content:space-between;gap:.75rem 1rem;flex-wrap:wrap;margin-bottom:1rem}.catalog-toolbar__left{display:inline-flex;align-items:center;gap:.6rem;flex-wrap:wrap}.catalog-toolbar__right{display:inline-flex;align-items:center;gap:.5rem}.catalog-results-count{font-weight:700;color:var(--bloom-heading);font-size:.95rem}.catalog-sort-select{min-width:180px;margin:0}.catalog-list{margin-top:.25rem}.catalog-empty{border:1px dashed var(--bloom-lavender-200);border-radius:12px;background:#fff;padding:1rem 1.1rem}.catalog-empty p{margin:.35rem 0 0}.services-grid{list-style:none;padding:0;margin:.25rem 0 0;display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:.9rem}.service-preview-card{display:flex;flex-direction:column;gap:.55rem;margin-bottom:0;padding:var(--card-padding-compact);overflow:hidden;height:100%;min-height:0}.service-preview-card__thumb{width:100%;height:180px;object-fit:cover;border-radius:12px;display:block;transition:transform .25s ease}.services-grid .catalog-card{margin-bottom:0;border-radius:var(--card-radius)}.services-grid .catalog-card__thumb,.services-grid .service-preview-card__thumb{width:100%;min-width:100%;max-width:100%;height:190px;object-fit:cover}.services-grid .catalog-card__body{display:flex;flex-direction:column;flex:1 1 auto;min-height:0;padding:.1rem .2rem .25rem}.service-preview-card__title{font-size:1.08rem;line-height:1.35}.service-preview-card__meta-line{margin:0;min-height:2.4em;font-size:.92rem;color:#4b5563;line-height:1.35}.service-preview-card__meta-line a{color:var(--bloom-lavender-700);text-decoration:none;font-weight:600}.service-preview-card__meta-sep{margin-left:.28rem}.service-preview-card__desc{margin:0;min-height:2.8em;line-height:1.4;flex:1 1 auto;min-width:0}.expandable-desc{display:flex;flex-direction:column;align-items:flex-start;gap:.25rem;width:100%;min-width:0}.expandable-desc .expandable-desc__text{margin:0;width:100%;min-width:0;line-height:1.4}.expandable-desc__text--one-line{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}.expandable-desc__text--full{white-space:pre-line}.expand-first-sentence__toggle{display:inline-block;padding:0;margin:0;border:none;background:none;color:var(--bloom-lavender-600);font:inherit;font-weight:600;cursor:pointer;text-decoration:underline;white-space:nowrap;flex-shrink:0}.expand-first-sentence__toggle:hover{color:var(--bloom-lavender-800)}.expand-first-sentence__toggle:focus-visible{outline:none;border-radius:4px;box-shadow:var(--btn-focus-ring)}.services-grid .catalog-meta{flex-shrink:0}.service-preview-card__actions{flex-shrink:0;justify-content:flex-start;padding-top:.2rem}.services-grid .service-preview-card__actions .catalog-cta--primary{width:100%;max-width:none;justify-content:center}.services-grid .service-preview-card:hover .service-preview-card__thumb{transform:scale(1.03)}.companies-grid{list-style:none;padding:0;margin:.25rem 0 0;display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1rem}.companies-grid .catalog-card{margin-bottom:0;border-radius:var(--card-radius)}.company-preview-card{display:flex;flex-direction:column;gap:.7rem;height:100%;padding:var(--card-padding-compact)}.companies-grid .company-preview-card{align-items:stretch}.company-preview-card__image-link{text-decoration:none;display:block}.company-preview-card__thumb{width:100%;height:220px;object-fit:cover;border-radius:12px;display:block}.companies-grid .company-preview-card__thumb{width:100%;min-width:100%;max-width:100%;height:220px;object-fit:cover}.company-preview-card .catalog-card__body{display:flex;flex-direction:column;gap:.5rem;padding:.1rem .2rem .2rem}.company-preview-card__title-row{display:flex;gap:.65rem;align-items:center;justify-content:flex-start}.company-preview-card__title{color:var(--bloom-heading);text-decoration:none;line-height:1.35;font-size:1.03rem}.company-preview-card__title:hover{text-decoration:underline}.company-preview-card__rating{margin-left:auto;white-space:nowrap;color:#111827;font-weight:600;font-size:.96rem}.company-preview-card__rating>span:first-child{color:#eab308}.company-preview-card__address{margin:0;font-size:.92rem;color:#6b7280;line-height:1.45;min-height:2.6em}.company-preview-card__maps-address{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem .5rem;font-size:1rem;font-weight:600;color:var(--bloom-lavender-800);text-decoration:none;padding:.35rem .5rem;margin:-.35rem -.5rem;border-radius:10px;border:2px solid var(--bloom-lavender-200);background:linear-gradient(135deg,#faf5ff,#f3e8ff 55%,#ede9fe);box-shadow:0 4px 14px #7c3aed14;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.company-preview-card__maps-address:hover{border-color:var(--bloom-lavender-400);box-shadow:0 6px 18px #7c3aed24;transform:translateY(-1px)}.company-preview-card__maps-address-pin{flex-shrink:0;font-size:1.05rem;line-height:1}.company-preview-card__maps-address-text{flex:1 1 12rem;min-width:0;color:#1e1b4b}.company-preview-card__maps-address-hint{flex-shrink:0;font-size:.78rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase;color:var(--bloom-lavender-700);padding:.2rem .45rem;border-radius:6px;background:#ffffffbf;border:1px solid var(--bloom-lavender-200)}.company-preview-card__desc{margin:0;color:#374151;font-size:.93rem;line-height:1.45;min-height:2.8em;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.company-preview-card>div{flex:initial}.catalog-card{border:var(--card-border);border-radius:var(--card-radius);padding:var(--card-padding-compact);margin-bottom:.7rem;background:#fff;box-shadow:var(--card-shadow);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.catalog-card:hover{transform:translateY(-1px);box-shadow:var(--card-shadow-hover);border-color:var(--bloom-lavender-200)}.catalog-card__thumb{width:96px;height:96px;border-radius:10px;border:1px solid var(--bloom-lavender-100);background-size:cover;background-position:center;background-color:#f8f6ff}.catalog-card__thumb--placeholder{display:block}.catalog-card__body{flex:1;min-width:0}.catalog-card__title-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.favorite-btn{width:auto;min-width:0;margin:0;padding:.1rem .35rem;border:1px solid var(--bloom-lavender-200);border-radius:999px;background:#fff;color:#7c3aed;font-size:1rem;line-height:1.2}.catalog-card__actions{display:inline-flex;align-items:center;justify-content:flex-end;min-width:112px}.catalog-cta{display:inline-flex;align-items:center;justify-content:center;min-width:96px;min-height:2.5rem;padding:.45rem .85rem;border-radius:var(--btn-radius);border:1px solid var(--btn-ghost-border);background:var(--btn-ghost-bg);color:var(--btn-ghost-color);font-family:var(--font-body);font-weight:var(--btn-font-weight);font-size:.95rem;text-decoration:none;cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease,transform .2s ease}.catalog-cta:hover{text-decoration:none;border-color:var(--bloom-lavender-400);background:var(--btn-ghost-bg-hover);color:var(--bloom-heading)}.catalog-cta:focus-visible{outline:none;box-shadow:var(--btn-focus-ring)}a.catalog-cta.catalog-cta--primary,button.catalog-cta.catalog-cta--primary{background:var(--btn-primary-bg);border-color:var(--btn-primary-bg);color:#fff;box-shadow:var(--btn-primary-shadow)}a.catalog-cta.catalog-cta--primary:hover,button.catalog-cta.catalog-cta--primary:hover{background:var(--btn-primary-bg-hover);border-color:var(--btn-primary-bg-hover);color:#fff;transform:translateY(-1px);box-shadow:0 12px 24px #7c3aed47}.catalog-meta{display:flex;flex-wrap:wrap;gap:.35rem}.catalog-chip{display:inline-flex;align-items:center;padding:.2rem .52rem;border-radius:999px;border:1px solid var(--bloom-lavender-200);background:#fff;color:var(--bloom-heading);font-size:.76rem}.catalog-chip--soft{color:#6b7280;background:#faf8ff}.company-profile__hero{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:.75rem}.company-profile__hero-main h1{margin-bottom:.45rem}.company-profile__meta{display:flex;flex-wrap:wrap;gap:.45rem;align-items:center}.company-rating{display:inline-flex;align-items:center;padding:.28rem .58rem;border-radius:999px;border:1px solid #fde68a;background:#fffbeb;color:#92400e;font-size:.84rem}.company-chip{display:inline-flex;align-items:center;padding:.25rem .56rem;border-radius:999px;border:1px solid var(--bloom-lavender-200);background:#fff;color:var(--bloom-heading);font-size:.78rem}.company-chip--soft{color:#6b7280;background:#faf8ff}.company-profile__maps-cta{display:flex;flex-direction:column;align-items:flex-start;gap:.35rem;width:100%;max-width:32rem;margin:.65rem 0 0;padding:.75rem 1rem;border-radius:14px;border:2px solid var(--bloom-lavender-300);background:linear-gradient(145deg,#faf5ff,#f3e8ff 40%,#eef2ff);box-shadow:0 8px 26px #4f46e51f;text-decoration:none;color:inherit;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.company-profile__maps-cta:hover{border-color:var(--bloom-lavender-500);box-shadow:0 10px 30px #4f46e52e;transform:translateY(-1px)}.company-profile__maps-cta-kicker{font-size:.72rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--bloom-lavender-700)}.company-profile__maps-cta-line{font-size:1.05rem;font-weight:600;line-height:1.35;color:#1e1b4b;display:inline-flex;align-items:flex-start;gap:.4rem}.company-profile__maps-cta-pin{flex-shrink:0;line-height:1.35}.company-profile__hero-actions{flex-shrink:0}.company-profile__book-btn{min-width:120px}.company-profile__action-row{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;justify-content:flex-end}.company-profile__ghost-btn{display:inline-flex;align-items:center;justify-content:center;min-height:2.75rem;padding:.5rem 1rem;font-size:.94rem;font-weight:600;font-family:inherit;border-radius:12px;border:1px solid var(--bloom-lavender-200);background:#fff;color:var(--bloom-heading);cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease}.company-profile__ghost-btn:hover:not(:disabled){border-color:var(--bloom-lavender-400);background:var(--bloom-lavender-50)}.company-profile__ghost-btn:disabled{opacity:.65;cursor:not-allowed}.company-profile__ghost-btn--active{border-color:var(--bloom-mint);background:var(--bloom-mint-soft);color:var(--bloom-lavender-800)}.company-profile__action-tip{margin:.45rem 0 0;font-size:.82rem;color:#6b7280;text-align:right}.company-portfolio h2{margin:0 0 .65rem;font-family:var(--font-heading);font-size:1.35rem;font-weight:600;color:var(--bloom-heading)}.company-portfolio-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(148px,1fr));gap:.65rem;margin-top:1rem}.company-portfolio-grid__cell{position:relative;aspect-ratio:1;padding:0;margin:0;border-radius:12px;overflow:hidden;cursor:zoom-in;background:var(--bloom-lavender-50);border:1px solid var(--bloom-lavender-100);transition:box-shadow .25s ease,transform .25s ease}.company-portfolio-grid__cell:hover{box-shadow:0 8px 24px #7c3aed1f;transform:translateY(-2px)}.company-portfolio-grid__cell img{width:100%;height:100%;object-fit:cover;display:block}.company-profile__gift-cta{margin:.75rem 0 1.25rem}.company-profile__gift-btn{width:100%;max-width:420px}.gift-card-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:130;background:#0f172a73;display:flex;align-items:center;justify-content:center;padding:1rem}.gift-card-modal--success{background:linear-gradient(145deg,#7c3aed24,#2dd4bf1f,#fdf2f859),#0f172a61;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}@keyframes gift-card-success-enter{0%{opacity:0;transform:scale(.94) translateY(12px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes gift-card-success-icon{0%{opacity:0;transform:scale(.6)}55%{transform:scale(1.06)}to{opacity:1;transform:scale(1)}}.gift-card-modal__content{width:min(520px,100%);max-height:85vh;overflow:auto;background:#fff;border-radius:14px;border:1px solid var(--bloom-lavender-100);padding:1rem 1.1rem;box-shadow:var(--shadow-soft)}.gift-card-modal__content--success{position:relative;width:min(440px,100%);padding:2rem 1.75rem 1.5rem;border-radius:20px;border:1px solid rgba(167,139,250,.28);background:linear-gradient(165deg,var(--bloom-peach-50) 0%,#fff 42%,var(--bloom-lavender-50) 100%);box-shadow:0 8px 40px #7c3aed24,0 2px 12px #2dd4bf14;animation:gift-card-success-enter .5s cubic-bezier(.22,1,.36,1) forwards}.gift-card-modal__success-dismiss{position:absolute;top:.85rem;right:.85rem;width:2.25rem;height:2.25rem;margin:0;padding:0;display:flex;align-items:center;justify-content:center;border:none;border-radius:10px;background:#ffffffa6;color:var(--bloom-heading);cursor:pointer;transition:background .2s ease,color .2s ease}.gift-card-modal__success-dismiss:hover{background:var(--bloom-lavender-100);color:var(--bloom-lavender-800)}.gift-card-modal__success-dismiss:focus-visible{outline:none;box-shadow:var(--btn-focus-ring)}.gift-card-modal__success-hero{text-align:center;padding:0 .5rem 1rem}.gift-card-modal__success-icon-wrap{position:relative;width:4.5rem;height:4.5rem;margin:0 auto 1rem;animation:gift-card-success-icon .65s cubic-bezier(.34,1.3,.64,1) .08s both}.gift-card-modal__success-icon-ring{position:absolute;top:-6px;right:-6px;bottom:-6px;left:-6px;border-radius:50%;background:radial-gradient(circle,rgba(45,212,191,.35) 0%,transparent 70%);opacity:.9}.gift-card-modal__success-icon{position:relative;display:block;width:100%;height:100%;filter:drop-shadow(0 6px 14px rgba(124,58,237,.22))}.gift-card-modal__success-kicker{margin:0 0 .35rem;font-family:var(--font-body);font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--bloom-lavender-600)}.gift-card-modal__success-title{margin:0 0 .5rem;font-family:var(--font-heading);font-size:clamp(1.45rem,4vw,1.75rem);font-weight:600;color:var(--bloom-heading);line-height:1.2}.gift-card-modal__success-sub{font-family:var(--font-body);font-size:.95rem;line-height:1.45;color:var(--bloom-text);max-width:22rem;margin:0 auto}.gift-card-modal__success-panel{margin-bottom:1.25rem;padding:1rem 1.15rem;border-radius:14px;background:#ffffffb8;border:1px solid rgba(237,233,254,.95);box-shadow:inset 0 1px #ffffffe6}.gift-card-modal__success-cta{min-width:11rem;border-radius:var(--btn-radius)}.gift-card-modal__head{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-bottom:.75rem}.gift-card-modal__head h3{margin:0;font-family:var(--font-heading);font-size:1.2rem;color:var(--bloom-heading)}.gift-card-modal__close{flex-shrink:0;width:auto;margin:0}.gift-card-modal__body{white-space:pre-wrap;word-break:break-word;font-size:.95rem;line-height:1.55;color:#374151;padding:.65rem 0;border-top:1px solid var(--bloom-lavender-100);border-bottom:1px solid var(--bloom-lavender-100);margin-bottom:.75rem}.gift-card-modal__stripe-amount{margin:0 0 .85rem;padding:.65rem .85rem;border-radius:12px;background:linear-gradient(135deg,#f5f3ff,#eef2ff);border:2px solid var(--bloom-lavender-200);font-size:.96rem;color:#1e1b4b}.gift-card-modal__stripe-off{margin:0 0 .85rem;font-size:.88rem;line-height:1.45;padding:.5rem .65rem;border-radius:8px;background:#fffbeb;border:1px solid #fde68a;color:#92400e}.gift-card-modal__code{font-size:.8rem;padding:.05rem .25rem;border-radius:4px;background:#ffffffd9}.gift-card-modal__stripe-btn{min-height:2.75rem;box-shadow:0 8px 24px #7c3aed33}.gift-card-modal__manual-paid{min-height:2.5rem}.gift-card-modal__feedback{margin:0 0 .75rem;font-size:.9rem}.gift-card-modal__feedback--ok{color:#047857}.gift-card-modal__feedback--err{color:#b91c1c}.gift-card-modal__actions{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:flex-end}.gift-card-modal__actions.gift-card-modal__actions--success{justify-content:center;width:100%}.gift-card-modal__actions .secondary{width:auto;margin:0}.gift-card-modal__success-text{margin:0;font-family:var(--font-body);font-size:.94rem;line-height:1.65;color:#4b5563}.gift-requests-table{width:100%;border-collapse:collapse;font-size:.9rem}.gift-requests-table th,.gift-requests-table td{text-align:left;padding:.5rem .65rem;border-bottom:1px solid var(--bloom-lavender-100);vertical-align:top}.gift-requests-table th{font-weight:600;color:var(--bloom-heading);background:var(--bloom-lavender-50)}.gift-requests-table__contact{display:flex;flex-direction:column;gap:.2rem}.gift-requests-table__badge{display:inline-block;padding:.2rem .5rem;border-radius:999px;font-size:.78rem;background:#fef3c7;color:#92400e}.gift-requests-table__badge--ok{background:#d1fae5;color:#065f46}.gift-requests-table__badge--rejected{background:#fee2e2;color:#991b1b}.gift-requests-table__actions{display:flex;flex-wrap:wrap;gap:.45rem;align-items:center}.notifications-page__head{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:.75rem 1rem;margin-bottom:1rem}.notifications-page__title{margin:0 0 .35rem;font-family:var(--font-heading);font-size:1.5rem;color:var(--bloom-heading)}.notifications-page__sub{margin:0;max-width:40rem;line-height:1.5}.notifications-page__hint{margin:0 0 1rem;padding:.65rem .85rem;border-radius:12px;background:var(--bloom-lavender-50);border:1px solid var(--bloom-lavender-100);font-size:.92rem}.notifications-empty{text-align:center;padding:2rem 1rem;border-radius:var(--card-radius);border:1px dashed var(--bloom-lavender-200);background:#fff}.notifications-empty__title{margin:0 0 .5rem;font-family:var(--font-heading);font-size:1.15rem;color:var(--bloom-heading)}.notifications-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.65rem}.notifications-card{margin:0;border-radius:14px;border:1px solid var(--bloom-lavender-100);background:#fff;overflow:hidden;transition:box-shadow .2s ease,border-color .2s ease}.notifications-card--unread{border-color:#7c3aed59;box-shadow:0 2px 14px #7c3aed14}.notifications-card--booking{border-left:4px solid var(--bloom-lavender-400)}.notifications-card--gift{border-left:4px solid var(--bloom-mint)}.notifications-card--system{border-left:4px solid #94a3b8}.notifications-card--negative{border-left:4px solid #dc2626}.notifications-card--negative.notifications-card--unread{border-color:#dc262661;box-shadow:0 2px 14px #dc26261f}.notifications-card__badge--negative{display:inline-block;padding:.22rem .55rem;border-radius:999px;background:#fee2e2;color:#991b1b!important;border:1px solid rgba(185,28,28,.25)}.notifications-card--negative .notifications-card__main:hover:not(:disabled){background:#fef2f2}.notifications-card__main{display:block;width:100%;margin:0;padding:.85rem 1rem 1rem;text-align:left;font:inherit;color:inherit;background:transparent;border:none;cursor:pointer;position:relative;border-radius:0}.notifications-card__main:hover:not(:disabled){background:var(--bloom-lavender-50)}.notifications-card__main:disabled{opacity:.7;cursor:wait}.notifications-card__top{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.35rem .75rem;margin-bottom:.45rem}.notifications-card__badge{font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--bloom-lavender-600)}.notifications-card--gift .notifications-card__badge{color:#0f766e}.notifications-card__time{font-size:.82rem;color:#6b7280}.notifications-card__title{margin:0 0 .4rem;font-family:var(--font-heading);font-size:1.05rem;font-weight:600;color:var(--bloom-heading);padding-right:1.25rem}.notifications-card__body{margin:0;font-size:.94rem;line-height:1.55;color:var(--bloom-text);white-space:pre-wrap;word-break:break-word}.notifications-card__unread-dot{position:absolute;top:.85rem;right:.85rem;width:.5rem;height:.5rem;border-radius:50%;background:var(--bloom-lavender-600);box-shadow:0 0 0 3px #7c3aed33}.company-profile__description{margin:.5rem 0 1rem;color:#4b5563;line-height:1.6}.company-gallery{display:grid;grid-template-columns:2.2fr 1fr;gap:.65rem;margin-bottom:1rem;align-items:stretch}.company-gallery img{width:100%;height:100%;object-fit:cover;border-radius:12px;border:1px solid var(--bloom-lavender-100);display:block}.company-gallery__image-btn{padding:0;margin:0;border:0;background:transparent;width:100%;height:100%;cursor:zoom-in}.company-gallery__main{height:340px;min-height:340px;max-height:340px;overflow:hidden}.company-gallery__thumbs{display:grid;grid-template-rows:repeat(2,minmax(0,1fr));gap:.5rem;height:340px;min-height:340px;max-height:340px}.company-gallery__thumb-item{position:relative;height:100%}.company-gallery__see-all{position:absolute;right:.6rem;bottom:.6rem;width:auto;height:auto;border-radius:999px;border:1px solid rgba(0,0,0,.12);background:#ffffffeb;color:#111827;font-size:.78rem;font-weight:600;padding:.42rem .72rem;margin:0;line-height:1;cursor:pointer;z-index:2}.company-gallery-modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a73;z-index:120;display:flex;align-items:center;justify-content:center;padding:1rem}.company-gallery-modal__content{width:min(920px,100%);max-height:88vh;overflow:auto;background:#fff;border-radius:14px;border:1px solid var(--bloom-lavender-100);padding:.9rem}.company-gallery-modal__head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.8rem}.company-gallery-modal__head h3{margin:0}.company-gallery-modal__grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.6rem;margin-top:.7rem}.company-gallery-modal__grid img{width:100%;height:84px;object-fit:cover;border-radius:10px;border:1px solid var(--bloom-lavender-100);display:block}.company-gallery-lightbox{display:grid;grid-template-columns:44px 1fr 44px;gap:.5rem;align-items:center}.company-gallery-lightbox__image{width:100%;height:420px;object-fit:contain;border-radius:12px;border:1px solid var(--bloom-lavender-100);background:#f8f7fc}.company-gallery-lightbox__nav{width:44px;height:44px;border-radius:999px;border:1px solid var(--bloom-lavender-200);background:#fff;color:var(--bloom-heading);font-size:1.4rem;line-height:1;margin:0;padding:0}.company-gallery-modal__thumb-btn{border:0;margin:0;padding:0;background:transparent;cursor:pointer}.company-gallery-modal__thumb-btn.is-active img{border-color:var(--bloom-lavender-500)}.company-profile__info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin-bottom:1rem}.company-info-card h3{margin:0 0 .45rem;font-size:1rem;color:var(--bloom-heading)}.company-info-list{margin:0;padding-left:1.05rem;color:#4b5563;font-size:.9rem;line-height:1.5}.company-profile__section+.company-profile__section{margin-top:1.5rem}.company-team-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem 1.1rem}.company-team-card{border:0;background:transparent;padding:0;display:flex;flex-direction:column;align-items:center;gap:.45rem;text-align:center}.company-team-card__hit{border:0;background:transparent;margin:0;padding:0;cursor:pointer;text-align:inherit}.company-team-card__avatar{width:112px;height:112px;border-radius:999px;object-fit:cover;border:1px solid var(--bloom-lavender-200);flex:0 0 112px}.company-team-card__avatar--placeholder{background:#f3f4f6}.company-team-card__body{min-width:0}.company-team-card__name{display:block;font-size:1.04rem;line-height:1.35;color:var(--bloom-heading)}.company-team-card__title{margin:.15rem 0 0;color:#4b5563;font-size:.9rem}.company-team-modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a80;z-index:140;display:flex;align-items:center;justify-content:center;padding:1rem}.company-team-modal__content{position:relative;width:min(420px,100%);background:#fff;border-radius:16px;border:1px solid var(--bloom-lavender-100);padding:1.2rem 1.1rem 1rem;text-align:center}.company-team-modal__close{position:absolute;top:.55rem;right:.55rem;width:34px;height:34px;border-radius:999px;border:1px solid var(--bloom-lavender-200);background:#fff;color:#111827;font-size:1.25rem;line-height:1;margin:0;padding:0}.company-team-modal__avatar-wrap{margin-top:.2rem}.company-team-modal__avatar{width:120px;height:120px;border-radius:999px;object-fit:cover;border:1px solid var(--bloom-lavender-200)}.company-team-modal__avatar--placeholder{background:#f3f4f6;display:inline-block}.company-team-modal__name{margin:.85rem 0 0;font-size:1.3rem}.company-team-modal__title{margin:.35rem 0 .9rem;color:#4b5563}.company-team-modal__book-btn{width:100%;max-width:none;padding:.72rem 1rem;border-radius:var(--btn-radius)}.company-reviews{list-style:none;margin:0;padding:0;display:grid;gap:.65rem}.company-review-card{border:var(--card-border);border-radius:var(--card-radius);padding:var(--card-padding-compact);background:#fff;box-shadow:var(--card-shadow)}.company-review-card__head{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.company-review-card__stars{margin-top:.3rem;color:#f59e0b;font-size:.95rem}.company-review-card__text{margin:.45rem 0 0;color:#374151;line-height:1.5}.company-sticky-book-cta{position:fixed;right:1rem;bottom:1rem;z-index:55;display:block}.company-sticky-book-cta__btn{width:46px;height:46px;border-radius:999px;display:flex;align-items:center;justify-content:center;background:var(--bloom-lavender-600);color:#fff;border:1px solid var(--bloom-lavender-600);box-shadow:0 10px 24px #5b21b64d;text-decoration:none}.company-sticky-book-cta__btn svg{width:20px;height:20px;fill:currentColor}.company-sticky-book-cta__btn:hover{background:var(--bloom-lavender-800);border-color:var(--bloom-lavender-800);color:#fff}.company-sticky-book-cta__btn:focus-visible{outline:none;box-shadow:var(--btn-focus-ring),0 10px 24px #5b21b659}h1,h2{margin-top:0;font-family:var(--font-heading);color:var(--bloom-heading);font-weight:600}h1{font-size:1.75rem}form label{display:block;margin-bottom:.25rem;font-weight:500;color:var(--bloom-heading)}form input,form select,form button{width:100%;max-width:320px;padding:.5rem .75rem;margin-bottom:1rem;font-size:1rem;font-family:var(--font-body);border-radius:10px;border:1px solid var(--bloom-lavender-200);transition:border-color .2s ease,box-shadow .2s ease}form input:focus,form select:focus{outline:none;border-color:var(--bloom-mint);box-shadow:0 0 0 3px var(--bloom-mint-soft)}form button{cursor:pointer;background:var(--btn-primary-bg);color:#fff;border:1px solid var(--btn-primary-bg);font-weight:var(--btn-font-weight);min-height:var(--btn-min-h);border-radius:var(--btn-radius);box-shadow:var(--btn-primary-shadow);transition:background .2s ease,border-color .2s ease,box-shadow .2s ease,transform .2s ease}form button:hover:not(:disabled){background:var(--btn-primary-bg-hover);border-color:var(--btn-primary-bg-hover);box-shadow:0 12px 24px #7c3aed47;transform:translateY(-1px)}form button:focus-visible{outline:none;box-shadow:var(--btn-focus-ring),var(--btn-primary-shadow)}form button.secondary,form button.btn--secondary,button.secondary:not(.acf-add-row):not(.acf-remove-row){background:var(--btn-secondary-bg);color:#fff;border-color:var(--btn-secondary-bg);box-shadow:none;transform:none}form button.secondary:hover:not(:disabled),form button.btn--secondary:hover:not(:disabled),button.secondary:not(.acf-add-row):not(.acf-remove-row):hover{background:var(--btn-secondary-bg-hover);border-color:var(--btn-secondary-bg-hover);transform:none;box-shadow:none}form button.secondary:focus-visible,form button.btn--secondary:focus-visible,button.secondary:not(.acf-add-row):not(.acf-remove-row):focus-visible{box-shadow:var(--btn-focus-ring)}nav{margin-bottom:1.5rem;padding:.75rem 0;border-bottom:1px solid var(--bloom-lavender-200);display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}nav a{margin-right:0;padding:.4rem .5rem;min-height:2.25rem;display:inline-flex;align-items:center}.error{color:#dc2626;margin-bottom:1rem}.success{color:#059669;margin-bottom:1rem}.input-time-24,.hours-table-24h .input-time-24{width:5.25rem;min-width:5.25rem;font-variant-numeric:tabular-nums;font-family:ui-monospace,monospace;text-align:center}.hours-row-closed .checkbox-label{font-weight:600}table{width:100%;border-collapse:collapse}th,td{padding:.5rem;text-align:left;border-bottom:1px solid var(--bloom-lavender-100)}th{font-weight:600;color:var(--bloom-heading);font-family:var(--font-body)}.badge{display:inline-block;padding:.2rem .5rem;border-radius:6px;font-size:.875rem}.badge.pending{background:var(--bloom-peach-100);color:var(--bloom-lavender-800)}.badge.confirmed{background:#d1fae5;color:#065f46}.badge.cancelled{background:#fee2e2;color:#991b1b}.badge.completed{background:#e0e7ff;color:#3730a3}.booking-status-badge{display:inline-flex;align-items:center;gap:.35rem;padding:.28rem .65rem;border-radius:999px;font-size:.8rem;font-weight:600;letter-spacing:.02em;border:1px solid rgba(0,0,0,.06);white-space:nowrap}.booking-status-badge__icon{font-size:1.05rem;line-height:1;display:inline-flex;align-items:center;justify-content:center}.booking-status-badge__text{text-transform:capitalize}.booking-status-badge--pending{background:var(--bloom-peach-100);color:var(--bloom-lavender-800);animation:booking-status-pulse 2.2s ease-in-out infinite}.booking-status-badge--confirmed{background:#d1fae5;color:#065f46;border-color:#a7f3d0}.booking-status-badge--cancelled{background:#fee2e2;color:#991b1b;border-color:#fecaca}.booking-status-badge--completed{background:#e0e7ff;color:#3730a3;border-color:#c7d2fe}@keyframes booking-status-pulse{0%,to{box-shadow:0 0 #7c3aed26}50%{box-shadow:0 0 0 4px #7c3aed14}}@media (prefers-reduced-motion: reduce){.booking-status-badge--pending,.bookings-sync-bar__btn.is-refreshing .bookings-sync-bar__icon{animation:none}}.bookings-sync-bar{display:flex;flex-wrap:wrap;align-items:center;gap:.65rem 1rem;margin-bottom:1rem;padding:.65rem .85rem;background:var(--bloom-cream-50, #faf8ff);border-radius:10px;border:1px solid var(--bloom-lavender-100)}.bookings-sync-bar__btn{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .75rem;font-size:.88rem;border-radius:8px;cursor:pointer;border:1px solid var(--bloom-lavender-200);background:#fff;color:var(--bloom-heading);font-family:inherit}.bookings-sync-bar__btn:hover:not(:disabled){border-color:var(--bloom-lavender-400);background:var(--bloom-peach-50)}.bookings-sync-bar__btn:disabled{opacity:.65;cursor:not-allowed}.bookings-sync-bar__icon{font-size:1.1rem;line-height:1;display:inline-block;transition:transform .35s ease}.bookings-sync-bar__btn:not(:disabled):hover .bookings-sync-bar__icon{transform:rotate(45deg)}.bookings-sync-bar__btn.is-refreshing .bookings-sync-bar__icon{animation:bookings-spin .8s linear infinite}@keyframes bookings-spin{to{transform:rotate(360deg)}}@keyframes home-rise{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@keyframes home-fade-in{0%{opacity:0}to{opacity:1}}@keyframes home-banner-reveal{0%{opacity:0;transform:scale(1.06)}to{opacity:1;transform:scale(1)}}@keyframes home-banner-pan{0%{background-position:45% 40%}to{background-position:55% 60%}}@keyframes home-hero-aurora{0%{opacity:.55;transform:translate(-4%,-2%) scale(1)}to{opacity:.85;transform:translate(3%,2%) scale(1.05)}}@keyframes home-icon-pop{0%{transform:scale(1)}45%{transform:scale(1.18)}to{transform:scale(1)}}@keyframes home-stat-value-in{0%{opacity:0;transform:scale(.88) translateY(8px)}to{opacity:1;transform:scale(1) translateY(0)}}.home-hero--enter .search-title{animation:home-rise .75s cubic-bezier(.22,1,.36,1) both}.home-hero--enter .search-form>.search-row:nth-of-type(1){animation:home-rise .6s cubic-bezier(.22,1,.36,1) .08s both}.home-hero--enter .search-form>.search-row:nth-of-type(2){animation:home-rise .6s cubic-bezier(.22,1,.36,1) .14s both}.home-hero--enter .search-form>.search-row:nth-of-type(3){animation:home-rise .6s cubic-bezier(.22,1,.36,1) .2s both}.home-hero--enter .search-btn{animation:home-fade-in .55s ease .26s both}.home-hero--enter .home-search-helper{animation:home-fade-in .55s ease .38s both}.home-banner--enter{animation:home-banner-reveal 1.05s cubic-bezier(.22,1,.36,1) .12s both,home-banner-pan 26s ease-in-out 1.15s infinite alternate}.home-reveal{--home-reveal-dur: .7s;--home-reveal-ease: cubic-bezier(.22, 1, .36, 1);opacity:0;transform:translateY(36px);filter:blur(0);transition:opacity var(--home-reveal-dur) var(--home-reveal-ease),transform var(--home-reveal-dur) var(--home-reveal-ease);will-change:opacity,transform}.home-reveal.is-visible{opacity:1;transform:translateY(0);will-change:auto}.home-trust-strip.home-reveal.is-visible .home-trust-item:nth-child(1){animation:home-rise .55s var(--home-reveal-ease) .06s both}.home-trust-strip.home-reveal.is-visible .home-trust-item:nth-child(2){animation:home-rise .55s var(--home-reveal-ease) .14s both}.home-trust-strip.home-reveal.is-visible .home-trust-item:nth-child(3){animation:home-rise .55s var(--home-reveal-ease) .22s both}.home-quick-cats.home-reveal.is-visible .home-quick-chip:nth-child(1){animation:home-rise .45s var(--home-reveal-ease) .05s both}.home-quick-cats.home-reveal.is-visible .home-quick-chip:nth-child(2){animation:home-rise .45s var(--home-reveal-ease) .1s both}.home-quick-cats.home-reveal.is-visible .home-quick-chip:nth-child(3){animation:home-rise .45s var(--home-reveal-ease) .15s both}.home-quick-cats.home-reveal.is-visible .home-quick-chip:nth-child(4){animation:home-rise .45s var(--home-reveal-ease) .2s both}.home-quick-cats.home-reveal.is-visible .home-quick-chip:nth-child(5){animation:home-rise .45s var(--home-reveal-ease) .25s both}.home-quick-cats.home-reveal.is-visible .home-quick-chip:nth-child(6){animation:home-rise .45s var(--home-reveal-ease) .3s both}.home-quick-cats.home-reveal.is-visible .home-quick-chip:nth-child(7){animation:home-rise .45s var(--home-reveal-ease) .35s both}.home-quick-cats.home-reveal.is-visible .home-quick-chip:nth-child(8){animation:home-rise .45s var(--home-reveal-ease) .4s both}.home-categories.home-reveal.is-visible .home-categories-head{animation:home-rise .55s var(--home-reveal-ease) .04s both}.home-categories.home-reveal.is-visible .home-category-card:nth-child(1){animation:home-rise .55s var(--home-reveal-ease) .1s both}.home-categories.home-reveal.is-visible .home-category-card:nth-child(2){animation:home-rise .55s var(--home-reveal-ease) .16s both}.home-categories.home-reveal.is-visible .home-category-card:nth-child(3){animation:home-rise .55s var(--home-reveal-ease) .22s both}.home-categories.home-reveal.is-visible .home-category-card:nth-child(4){animation:home-rise .55s var(--home-reveal-ease) .28s both}.home-categories.home-reveal.is-visible .home-category-card:nth-child(5){animation:home-rise .55s var(--home-reveal-ease) .34s both}.home-categories.home-reveal.is-visible .home-category-card:nth-child(6){animation:home-rise .55s var(--home-reveal-ease) .4s both}.home-categories.home-reveal.is-visible .home-category-card:nth-child(7){animation:home-rise .55s var(--home-reveal-ease) .46s both}.home-categories.home-reveal.is-visible .home-category-card:nth-child(8){animation:home-rise .55s var(--home-reveal-ease) .52s both}.home-business-info.home-reveal.is-visible .home-business-title{animation:home-rise .6s var(--home-reveal-ease) .05s both}.home-business-info.home-reveal.is-visible .home-business-subtitle{animation:home-fade-in .65s ease .12s both}.home-business-info.home-reveal.is-visible .home-business-item:nth-child(1){animation:home-rise .55s var(--home-reveal-ease) .18s both}.home-business-info.home-reveal.is-visible .home-business-item:nth-child(2){animation:home-rise .55s var(--home-reveal-ease) .26s both}.home-business-info.home-reveal.is-visible .home-business-item:nth-child(3){animation:home-rise .55s var(--home-reveal-ease) .34s both}.home-stats.home-reveal.is-visible .home-stats-head>div:first-child{animation:home-rise .6s var(--home-reveal-ease) .05s both}.home-stats.home-reveal.is-visible .home-stat-card:nth-child(1){animation:home-rise .55s var(--home-reveal-ease) .12s both}.home-stats.home-reveal.is-visible .home-stat-card:nth-child(2){animation:home-rise .55s var(--home-reveal-ease) .2s both}.home-stats.home-reveal.is-visible .home-stat-card:nth-child(3){animation:home-rise .55s var(--home-reveal-ease) .28s both}.home-stats.home-reveal.is-visible .home-stat-card:nth-child(4){animation:home-rise .55s var(--home-reveal-ease) .36s both}.home-stats.home-reveal.is-visible .home-stat-card:nth-child(1) .home-stat-value{animation:home-stat-value-in .55s cubic-bezier(.22,1,.36,1) .18s both}.home-stats.home-reveal.is-visible .home-stat-card:nth-child(2) .home-stat-value{animation:home-stat-value-in .55s cubic-bezier(.22,1,.36,1) .26s both}.home-stats.home-reveal.is-visible .home-stat-card:nth-child(3) .home-stat-value{animation:home-stat-value-in .55s cubic-bezier(.22,1,.36,1) .34s both}.home-stats.home-reveal.is-visible .home-stat-card:nth-child(4) .home-stat-value{animation:home-stat-value-in .55s cubic-bezier(.22,1,.36,1) .42s both}.home-reveal--faq.home-reveal.is-visible .home-faq-title{animation:home-rise .55s var(--home-reveal-ease) .04s both}.home-reveal--faq.home-reveal.is-visible .home-faq-item:nth-child(1){animation:home-rise .5s var(--home-reveal-ease) .1s both}.home-reveal--faq.home-reveal.is-visible .home-faq-item:nth-child(2){animation:home-rise .5s var(--home-reveal-ease) .16s both}.home-reveal--faq.home-reveal.is-visible .home-faq-item:nth-child(3){animation:home-rise .5s var(--home-reveal-ease) .22s both}.home-reveal--faq.home-reveal.is-visible .home-faq-item:nth-child(4){animation:home-rise .5s var(--home-reveal-ease) .28s both}.home-reveal--faq.home-reveal.is-visible .home-faq-item:nth-child(5){animation:home-rise .5s var(--home-reveal-ease) .34s both}.home-reveal--faq.home-reveal.is-visible .home-faq-item:nth-child(6){animation:home-rise .5s var(--home-reveal-ease) .4s both}.home-reveal--faq.home-reveal.is-visible .home-faq-item:nth-child(7){animation:home-rise .5s var(--home-reveal-ease) .46s both}.home-reveal--faq.home-reveal.is-visible .home-faq-item:nth-child(8){animation:home-rise .5s var(--home-reveal-ease) .52s both}.home-trust-item{transition:transform .35s cubic-bezier(.22,1,.36,1),box-shadow .35s ease,border-color .25s ease}.home-trust-item:hover{transform:translateY(-5px);box-shadow:0 12px 32px #7c3aed24;border-color:var(--bloom-lavender-200)}.home-quick-chip{transition:transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s ease,background .25s ease,border-color .25s ease}.home-quick-chip:hover{transform:translateY(-3px) scale(1.03);box-shadow:0 8px 20px #7c3aed1f}.home-reveal--faq .home-faq-item:hover:not(.is-open){transform:translate(5px)}@media (prefers-reduced-motion: reduce){.home-hero--enter .search-title,.home-hero--enter .search-form>.search-row,.home-hero--enter .search-btn,.home-hero--enter .home-search-helper,.home-banner--enter{animation:none!important}.home-banner--enter{transform:none!important}.home-hero:before{animation:none!important;transform:none!important}.home-reveal,.home-reveal.is-visible{opacity:1!important;transform:none!important;transition:none!important}.home-trust-strip.home-reveal.is-visible .home-trust-item,.home-quick-cats.home-reveal.is-visible .home-quick-chip,.home-categories.home-reveal.is-visible .home-categories-head,.home-categories.home-reveal.is-visible .home-category-card,.home-business-info.home-reveal.is-visible .home-business-title,.home-business-info.home-reveal.is-visible .home-business-subtitle,.home-business-info.home-reveal.is-visible .home-business-item,.home-stats.home-reveal.is-visible .home-stats-head>div:first-child,.home-stats.home-reveal.is-visible .home-stat-card,.home-stats.home-reveal.is-visible .home-stat-value,.home-reveal--faq.home-reveal.is-visible .home-faq-title,.home-reveal--faq.home-reveal.is-visible .home-faq-item{animation:none!important}.home-categories-title:after,.home-stats-title:after,.home-business-title:after,.home-faq-title:after,.home-quick-cats h3:after{transition:none!important;transform:scaleX(1)!important}.home-skeleton-card,.home-skeleton-line{animation:none!important;background:#f5f3ff!important;background-size:auto!important}.search-row:focus-within .search-icon-wrap svg{animation:none!important}.search-row,.search-icon-wrap svg{transition:none!important}.home-categories-btn,.home-stats-btn,.home-categories-btn svg,.home-stats-btn svg{transition:none!important}.home-categories-btn:hover,.home-stats-btn:hover,.home-categories-nav .home-categories-btn:hover svg,.home-stats-nav .home-stats-btn:hover svg{transform:none!important}.home-category-card .home-category-image{transition:none!important}.home-category-card:hover .home-category-image{transform:none!important}.home-trust-item,.home-quick-chip,.home-category-card,.home-stat-card,.home-business-item{transition:none!important}.home-trust-item:hover,.home-quick-chip:hover,.home-category-card:hover,.home-stat-card:hover,.home-business-item:hover,.search-row:hover,.home-reveal--faq .home-faq-item:hover{transform:none!important}.search-btn{transition:background .2s ease,box-shadow .2s ease!important}.search-btn:hover{transform:none!important}}.home-hero{position:relative;isolation:isolate;display:flex;gap:0;align-items:stretch;flex-wrap:wrap;margin:2rem 0;border-radius:16px;overflow:hidden;box-shadow:var(--shadow-soft);transition:box-shadow .3s ease}.home-hero:before{content:"";position:absolute;top:-30%;right:-20%;bottom:-30%;left:-20%;background:radial-gradient(ellipse 55% 45% at 15% 35%,rgba(167,139,250,.2),transparent 55%),radial-gradient(ellipse 50% 40% at 85% 65%,rgba(45,212,191,.12),transparent 50%);animation:home-hero-aurora 16s ease-in-out infinite alternate;pointer-events:none;z-index:0}.home-hero>*{position:relative;z-index:1}.home-hero:hover{box-shadow:0 8px 32px #7c3aed1f}.search-card{flex:1 1 380px;min-width:280px;padding:2rem;background:#fff;display:flex;flex-direction:column;justify-content:center}.home-banner{flex:1 1 400px;min-height:360px;background-image:url(/banner.jpg);background-size:cover;background-position:center;background-color:var(--bloom-pink-100);display:flex;flex-direction:column;justify-content:center;padding:2rem 3rem;position:relative;overflow:hidden}.home-banner-text{margin:0;font-family:var(--font-heading);font-size:1.75rem;font-weight:700;color:var(--bloom-heading);line-height:1.3}.search-title{margin-bottom:1.5rem;text-align:center;font-family:var(--font-heading);font-weight:600;color:var(--bloom-heading)}.search-form{display:flex;flex-direction:column;gap:1rem}.search-row{display:flex;align-items:stretch;width:100%;border:1px solid var(--bloom-lavender-200);border-radius:12px;background:var(--bloom-lavender-50);overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease,transform .35s cubic-bezier(.22,1,.36,1)}.search-row:hover:not(:focus-within){transform:translate(5px);border-color:var(--bloom-lavender-400)}.search-row:focus-within{border-color:var(--bloom-mint);box-shadow:0 0 0 3px var(--bloom-mint-soft);background:#fff}.search-icon-wrap{width:3.25rem;min-width:3.25rem;display:flex;align-items:center;justify-content:center;color:var(--bloom-lavender-400);flex-shrink:0}.search-icon-wrap svg{width:20px;height:20px;transition:transform .35s cubic-bezier(.22,1,.36,1),color .25s ease}.search-row:focus-within .search-icon-wrap{color:var(--bloom-lavender-600)}.search-row:focus-within .search-icon-wrap svg{animation:home-icon-pop .55s cubic-bezier(.22,1,.36,1)}.search-form .search-input{flex:1;min-width:0;min-height:2.75rem;padding:.875rem 1rem;margin:0;border:none;border-radius:0;background:transparent;font-size:1rem;font-family:var(--font-body)}.search-form input[type=date]{position:relative}.search-form .search-input:focus{outline:none;box-shadow:none}.search-form .search-input::placeholder{color:#9ca3af}.search-btn{width:100%;max-width:none;padding:1rem 1.5rem;font-size:1.0625rem;font-weight:600;font-family:var(--font-body);background:#ef4444;color:#fff;border:none;border-radius:12px;cursor:pointer;margin-top:.25rem;transition:background .2s ease,box-shadow .2s ease,transform .2s ease}.search-btn:hover{background:#dc2626;box-shadow:0 4px 24px #dc26264d;transform:translateY(-2px)}.search-btn:focus-visible{outline:none;box-shadow:0 0 0 3px #dc262673,0 4px 24px #dc262640}.home-search-helper{margin:.1rem 0 0;text-align:center;color:#6b7280;font-size:.88rem}.search-form input[type=date]::-webkit-calendar-picker-indicator{opacity:0;position:absolute;right:0;width:100%;height:100%;cursor:pointer}.home-categories-title,.home-stats-title,.home-business-title,.home-quick-cats h3{display:inline-block;max-width:100%}.home-faq-title{display:block;width:100%}.home-categories-title:after,.home-stats-title:after,.home-business-title:after,.home-faq-title:after,.home-quick-cats h3:after{content:"";display:block;height:3px;margin-top:.45rem;border-radius:2px;background:linear-gradient(90deg,var(--bloom-lavender-600),var(--bloom-mint));transform:scaleX(0);transform-origin:left center;transition:transform .8s cubic-bezier(.22,1,.36,1)}.home-faq-title:after{transform-origin:center}.home-categories.home-reveal.is-visible .home-categories-title:after,.home-stats.home-reveal.is-visible .home-stats-title:after,.home-business-info.home-reveal.is-visible .home-business-title:after,.home-reveal--faq.home-reveal.is-visible .home-faq-title:after,.home-quick-cats.home-reveal.is-visible h3:after{transform:scaleX(1)}.home-trust-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;margin:.5rem 0 1.25rem}.home-trust-item{background:#fff;border:1px solid var(--bloom-lavender-100);border-radius:12px;padding:.75rem .9rem;box-shadow:var(--shadow-soft)}.home-trust-item strong{display:block;color:var(--bloom-heading);font-size:1rem}.home-trust-item span{color:#6b7280;font-size:.88rem}.home-quick-cats{margin:0 0 1.25rem}.home-quick-cats h3{margin:0 0 .6rem;color:var(--bloom-heading);font-size:1rem}.home-quick-cats-list{display:flex;flex-wrap:wrap;gap:.45rem}.home-quick-chip{display:inline-flex;align-items:center;padding:.35rem .7rem;border-radius:999px;border:1px solid var(--bloom-lavender-200);background:#fff;color:var(--bloom-heading);font-size:.86rem;text-decoration:none}.home-quick-chip:hover{background:var(--bloom-lavender-100);text-decoration:none}.home-categories-skeleton{display:flex;gap:1rem;overflow:hidden}.home-skeleton-card{width:200px;height:190px;border-radius:14px;border:1px solid var(--bloom-lavender-100);background:linear-gradient(90deg,#f5f3ff 25%,#ede9fe 37%,#f5f3ff 63%);background-size:400% 100%;animation:home-skeleton-shimmer 1.2s ease infinite}.home-skeleton-card--wide{width:240px;height:160px}.home-skeleton-line{height:56px;border-radius:10px;border:1px solid var(--bloom-lavender-100);background:linear-gradient(90deg,#f5f3ff 25%,#ede9fe 37%,#f5f3ff 63%);background-size:400% 100%;animation:home-skeleton-shimmer 1.2s ease infinite}@keyframes home-skeleton-shimmer{0%{background-position:100% 0}to{background-position:0 0}}.home-categories{margin:2.5rem 0}.home-categories-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;gap:1rem}.home-categories-title{margin:0;font-size:1.35rem;font-family:var(--font-heading);font-weight:600;color:var(--bloom-heading)}.home-categories-nav{display:flex;gap:.35rem}.home-categories-btn{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;padding:0;border:1px solid var(--bloom-lavender-200);border-radius:50%;background:#fff;color:var(--bloom-lavender-600);cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease,transform .2s ease}.home-categories-btn:hover{background:var(--bloom-lavender-100);color:var(--bloom-lavender-800);border-color:var(--bloom-lavender-400);transform:scale(1.05)}.home-categories-btn svg{transition:transform .35s cubic-bezier(.22,1,.36,1)}.home-categories-nav .home-categories-btn:first-child:hover svg{transform:translate(-4px)}.home-categories-nav .home-categories-btn:last-child:hover svg{transform:translate(4px)}.home-categories-slider{overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;margin:0 -.5rem;padding:0 .5rem}.home-categories-slider::-webkit-scrollbar{display:none}.home-categories-track{display:flex;gap:1rem;padding-bottom:.25rem;width:max-content}.home-category-card{flex:0 0 200px;width:200px;scroll-snap-align:start;display:block;background:#fff;border-radius:16px;overflow:hidden;box-shadow:var(--shadow-soft);border:1px solid var(--bloom-lavender-100);text-decoration:none;color:inherit;transition:transform .4s cubic-bezier(.22,1,.36,1),box-shadow .4s ease,border-color .3s ease}.home-category-card:hover{transform:translateY(-6px) scale(1.02);box-shadow:0 12px 28px #7c3aed26;color:var(--bloom-heading);text-decoration:none}.home-category-image{aspect-ratio:1;background-color:var(--bloom-pink-100);background-size:cover;background-position:center;transition:transform .3s ease}.home-category-card:hover .home-category-image{transform:scale(1.05)}.home-category-name{display:block;padding:.75rem 1rem;font-weight:600;font-family:var(--font-body);color:var(--bloom-heading);text-align:center}.home-business-info{margin:3rem -1rem 0;padding:3rem 1rem;background:var(--bloom-lavender-50)}.home-business-inner{max-width:960px;margin:0 auto}.home-business-title{margin:0 0 .75rem;font-family:var(--font-heading);font-weight:600;font-size:1.75rem;color:var(--bloom-heading);text-align:left}.home-business-subtitle{margin:0 0 2rem;max-width:640px;color:var(--bloom-text);line-height:1.6}.home-business-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2.5rem}.home-business-item{transition:transform .4s cubic-bezier(.22,1,.36,1)}.home-business-item:hover{transform:translateY(-5px)}.home-business-item h3{margin:0 0 .5rem;font-family:var(--font-heading);font-size:1.1rem;color:var(--bloom-heading)}.home-business-item p{margin:0;color:var(--bloom-text);line-height:1.6;font-size:.95rem}.home-stats{padding:3rem 0 0}.home-stats-inner{max-width:960px;margin:0 auto 3rem}.home-stats-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem;margin-bottom:1.75rem}.home-stats-title{margin:0 0 .75rem;font-family:var(--font-heading);font-weight:600;font-size:1.75rem;color:var(--bloom-heading)}.home-stats-subtitle{margin:0;max-width:640px;color:var(--bloom-text);line-height:1.6}.home-stats-nav{display:flex;gap:.35rem}.home-stats-btn{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;padding:0;border:1px solid var(--bloom-lavender-200);border-radius:50%;background:#fff;color:var(--bloom-lavender-600);cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease,transform .2s ease}.home-stats-btn:hover{background:var(--bloom-lavender-100);color:var(--bloom-lavender-800);border-color:var(--bloom-lavender-400);transform:scale(1.05)}.home-stats-btn svg{transition:transform .35s cubic-bezier(.22,1,.36,1)}.home-stats-nav .home-stats-btn:first-child:hover svg{transform:translate(-4px)}.home-stats-nav .home-stats-btn:last-child:hover svg{transform:translate(4px)}.home-stats-slider{overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.home-stats-slider::-webkit-scrollbar{display:none}.home-stats-track{display:flex;gap:1.5rem;padding-bottom:.25rem;width:max-content}.home-stat-card{background:#fff;border-radius:18px;padding:1.25rem;box-shadow:var(--shadow-soft);border:1px solid var(--bloom-lavender-100);min-width:210px;max-width:230px;transition:transform .4s cubic-bezier(.22,1,.36,1),box-shadow .4s ease,border-color .3s ease}.home-stat-card:hover{transform:translateY(-6px);box-shadow:0 14px 36px #7c3aed24;border-color:var(--bloom-lavender-200)}.home-stat-value{font-family:var(--font-heading);font-size:1.5rem;font-weight:700;color:var(--bloom-lavender-600);margin-bottom:.25rem}.home-stat-label{font-weight:600;color:var(--bloom-heading);margin-bottom:.5rem}.home-stat-text{margin:0;color:var(--bloom-text);font-size:.95rem;line-height:1.6}.home-faq{max-width:720px;margin:3rem auto 4rem;padding:0 1rem}.home-faq-title{margin:0 0 1.5rem;font-family:var(--font-heading);font-weight:600;font-size:1.75rem;color:var(--bloom-heading);text-align:center}.home-faq-list{display:flex;flex-direction:column;gap:.75rem}.home-faq-item{background:var(--bloom-lavender-50);border:1px solid var(--bloom-lavender-200);border-radius:12px;overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease,transform .35s cubic-bezier(.22,1,.36,1)}.home-faq-item.is-open{border-color:var(--bloom-mint);box-shadow:0 0 0 2px var(--bloom-mint-soft)}.home-faq-question{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1rem 1.25rem;text-align:left;font-family:inherit;font-weight:600;font-size:1rem;color:var(--bloom-heading);background:transparent;border:none;cursor:pointer;gap:1rem;transition:background .2s ease}.home-faq-question:hover{background:#fff9}.home-faq-question-text{flex:1;line-height:1.4}.home-faq-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;font-size:1.25rem;font-weight:400;line-height:1;color:var(--bloom-lavender-600);border-radius:50%;background:#fff;border:1px solid var(--bloom-lavender-200);transition:color .25s ease,background .25s ease,border-color .25s ease}.home-faq-item.is-open .home-faq-icon{color:var(--bloom-mint);background:var(--bloom-mint-soft);border-color:var(--bloom-mint)}.home-faq-answer{border-top:1px solid var(--bloom-lavender-200)}.home-faq-answer[hidden]{display:none}.home-faq-answer-inner{padding:1rem 1.25rem 1.25rem;font-size:.95rem;color:var(--bloom-text);line-height:1.6;white-space:pre-wrap}@media (max-width: 480px){body{padding:.5rem}.container{padding-left:.5rem;padding-right:.5rem}.card{padding:1rem}.home-hero{margin:1rem 0}.home-categories{margin:1.5rem 0}.home-category-card{flex:0 0 170px;width:170px}.home-business-info{margin:2rem -.5rem 0;padding:2.25rem .75rem}.home-business-grid{grid-template-columns:1fr;gap:1.5rem}.search-card,.home-banner{padding:1.25rem}.home-banner{min-height:220px}.home-banner-text,.search-title{font-size:1.25rem}h1{font-size:1.35rem}h2{font-size:1.15rem}form input,form select,form button{max-width:none}nav{gap:.35rem;padding:.5rem 0}nav a{font-size:.9rem}.home-trust-strip{grid-template-columns:1fr}.home-skeleton-card{width:160px;height:165px}.home-skeleton-card--wide{width:190px;height:145px}.catalog-card__actions{min-width:0;width:100%;justify-content:flex-start}.catalog-cta{width:auto}.catalog-sort-select{min-width:140px}.companies-grid{grid-template-columns:1fr;gap:.8rem}.services-grid{grid-template-columns:1fr;gap:.75rem}.company-preview-card__thumb{height:190px}.service-preview-card__thumb{height:170px}.service-preview-card__meta-line,.service-preview-card__desc{min-height:0}.company-profile__hero{flex-direction:column;gap:.6rem}.company-profile__hero-actions{width:100%}.company-profile__action-row{justify-content:flex-start}.company-profile__action-tip{text-align:left}.company-portfolio-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.5rem}.company-profile__info-grid,.company-gallery{grid-template-columns:1fr}.company-gallery__main{height:220px;min-height:220px;max-height:220px}.company-gallery__thumbs{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:1fr;height:74px;min-height:74px;max-height:74px}.company-gallery__see-all{right:.3rem;bottom:.3rem;font-size:.7rem;padding:.35rem .55rem}.company-gallery-modal__grid{grid-template-columns:repeat(4,minmax(0,1fr))}.company-gallery-lightbox{grid-template-columns:34px 1fr 34px;gap:.35rem}.company-gallery-lightbox__image{height:260px}.company-gallery-lightbox__nav{width:34px;height:34px;font-size:1.15rem}.company-team-list{grid-template-columns:1fr}.company-sticky-book-cta{right:.75rem;bottom:.75rem;z-index:40}.company-sticky-book-cta__btn{width:42px;height:42px;box-shadow:0 8px 20px #5b21b647}.company-profile{margin-bottom:5rem}}.table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:0 -.5rem}.table-wrap table{min-width:520px}.services-list{list-style:none;padding:0;margin:0}.services-list li{padding:.75rem 0;border-bottom:1px solid #e5e7eb;display:flex;flex-direction:column;gap:.5rem;align-items:flex-start}.services-list li:last-child{border-bottom:none}.services-list .service-link{white-space:nowrap;align-self:flex-end}.service-owner{font-weight:400;color:var(--bloom-text);opacity:.85;font-size:.9em}.services-grid .service-owner{font-size:.92rem;opacity:1}.service-item-with-photo{display:flex;align-items:flex-start;gap:1rem}.service-item-with-photo .service-thumb{flex-shrink:0;width:80px;height:80px;object-fit:cover;border-radius:10px;border:1px solid var(--bloom-lavender-200)}.service-item-with-photo>div{flex:1;min-width:0}@media (min-width: 520px){.service-item-with-photo .service-thumb{width:100px;height:100px}}.register-role{margin-bottom:1rem}.register-role-option{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;cursor:pointer}.register-role-option input{margin:0;width:16px;height:16px;min-width:16px;min-height:16px;accent-color:var(--bloom-lavender-600)}.register-role-option input[type=radio]{width:16px;height:16px;min-width:16px;min-height:16px;max-width:16px;max-height:16px;padding:0;margin:0;border:0;border-radius:50%;box-shadow:none;background:transparent;flex:0 0 16px}.auth-card{max-width:460px;margin-left:auto;margin-right:auto;border-radius:var(--card-radius);box-shadow:var(--card-shadow-hover);border:var(--card-border)}.auth-head{margin-bottom:1rem}.auth-head h1{margin-bottom:.35rem}.auth-head p{margin:0}.auth-error{border:1px solid #fecaca;background:#fef2f2;border-radius:10px;padding:.6rem .75rem}.auth-form label{margin-bottom:.35rem;font-weight:600}.auth-form input,.auth-form select,.auth-form button{max-width:none;width:100%}.auth-form input,.auth-form select{margin-bottom:.95rem;min-height:2.8rem;border-radius:12px;border-color:#ddd6fe;background:#fff}.auth-form input::placeholder{color:#9ca3af}.auth-form button{margin-top:.2rem;border-radius:var(--btn-radius);min-height:2.95rem;font-size:.98rem;box-shadow:var(--btn-primary-shadow)}.auth-form button:focus-visible{outline:none;box-shadow:var(--btn-focus-ring),var(--btn-primary-shadow)}.register-role--modern{display:grid;gap:.5rem;margin-bottom:.9rem}.register-role--modern .register-role-option{border:1px solid #ddd6fe;border-radius:12px;padding:.6rem .75rem;margin-bottom:0;background:#faf8ff}.auth-foot{margin:.85rem 0 0;color:#6b7280}.booking-modern{max-width:680px}.booking-modern__head p{margin:.2rem 0 .9rem}.booking-modern__msg{border-radius:10px;padding:.6rem .75rem}.booking-modern__form{gap:.75rem}.booking-modern__panel{border:var(--card-border);border-radius:var(--card-radius);background:#fff;padding:var(--card-padding-compact);box-shadow:var(--card-shadow)}.booking-modern__row{display:grid;grid-template-columns:1fr 1fr;gap:.7rem}.booking-modern__slots p{margin:.45rem 0 0;font-size:.92rem}.booking-modern__submit{border-radius:var(--btn-radius);min-height:2.9rem}.booking-modern__submit:focus-visible{outline:none;box-shadow:var(--btn-focus-ring),var(--btn-primary-shadow)}@media (max-width: 640px){.booking-modern__row{grid-template-columns:1fr;gap:0}}.staff-avatar-preview{width:84px;height:84px;object-fit:cover;border-radius:10px;border:1px solid var(--bloom-lavender-200);display:block;margin-bottom:.5rem}.staff-avatar-inline{width:44px;height:44px;object-fit:cover;border-radius:999px;border:1px solid var(--bloom-lavender-200);display:inline-block;vertical-align:middle;margin-right:.5rem}.my-services-form{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--bloom-lavender-200)}.my-services-form--anchor{scroll-margin-top:var(--header-content-offset, 120px)}.my-services-form label{display:block;margin-top:.5rem}.my-services-form .checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer}.my-services-form .form-actions{margin-top:1rem;display:flex;gap:.5rem}.my-services-list .service-actions{display:flex;gap:.35rem;align-self:flex-end}.my-services-list .badge.inactive{background:#fef3c7;color:#92400e}.badge{display:inline-block;padding:.2rem .5rem;border-radius:6px;font-size:.8rem;margin-left:.5rem}@media (min-width: 520px){.services-list li{flex-direction:row;justify-content:space-between;align-items:flex-start}.services-list .service-link{align-self:center}}@media (max-width: 600px){.table-wrap{margin:0}.table-wrap table{min-width:100%}.table-mobile-cards thead{display:none}.table-mobile-cards tbody tr{display:block;padding:1rem;margin-bottom:.75rem;background:var(--bloom-lavender-50);border-radius:8px;border:1px solid var(--bloom-lavender-100)}.table-mobile-cards tbody td{display:flex;justify-content:space-between;align-items:flex-start;padding:.35rem 0;border:none}.table-mobile-cards tbody td:before{content:attr(data-label);font-weight:600;color:var(--bloom-heading);margin-right:.5rem;flex-shrink:0}.table-mobile-cards tbody td:last-child{justify-content:flex-end;flex-wrap:wrap;gap:.35rem}.table-mobile-cards tbody td:last-child:before{display:none}}body.admin-body{padding:0;background:#020617}.admin-shell{display:grid;grid-template-columns:260px minmax(0,1fr);gap:0;min-height:100vh;margin-top:0;border-radius:0;overflow:hidden;background:#020617;box-shadow:none}.admin-sidebar{background:#020617;color:#e5e7eb;padding:1.5rem 1.25rem;display:flex;flex-direction:column;gap:1.5rem}.admin-sidebar-header{display:flex;flex-direction:column;gap:.25rem}.admin-sidebar-title{font-family:var(--font-heading);font-size:1.1rem;font-weight:600}.admin-sidebar-user{font-size:.85rem;color:#9ca3af}.admin-menu{display:flex;flex-direction:column;gap:.25rem}.admin-menu-item{text-align:left;border:none;background:transparent;color:#e5e7eb;padding:.55rem .75rem;border-radius:999px;cursor:pointer;font-size:.95rem;display:flex;align-items:center;justify-content:space-between;transition:background .2s ease,color .2s ease,transform .1s ease}.admin-menu-item:hover{background:#94a3b82e;transform:translate(2px)}.admin-menu-item.active{background:#f97316;color:#fff}.admin-main{background:#020617;padding:1.75rem 2rem;color:#e5e7eb}.admin-header-row{display:flex;flex-direction:column;gap:.35rem;margin-bottom:1.5rem}.admin-page-title{margin:0;font-family:var(--font-heading);font-size:1.6rem;color:#f9fafb}.admin-page-subtitle{margin:0;color:#9ca3af;font-size:.95rem}.admin-table-wrap{background:#020617}.admin-table-wrap table{background:#020617;color:#e5e7eb}.admin-table-wrap th{background:#020617}.admin-cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem}.admin-card{background:#020617;border-radius:14px;border:1px solid rgba(148,163,184,.35);padding:1.1rem 1rem;box-shadow:0 18px 40px #0f172a99}.admin-card h3{margin:0 0 .4rem;font-family:var(--font-heading);font-size:1.05rem;color:#f9fafb}.admin-card-muted{margin:0 0 .4rem;font-size:.9rem;color:#9ca3af}.admin-card-meta{margin:0;font-size:.9rem;color:#e5e7eb}.admin-content-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem;margin-bottom:1rem}.admin-content-block{background:#020617;border-radius:14px;border:1px solid rgba(148,163,184,.35);padding:1rem;box-shadow:0 18px 40px #0f172a99}.admin-content-block h2{margin:0 0 .25rem;font-family:var(--font-heading);font-size:1rem;color:#f9fafb}.admin-code-input{width:100%;background:#020617;border-radius:8px;border:1px solid rgba(148,163,184,.6);padding:.5rem .6rem;color:#e5e7eb;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.8rem;resize:vertical;min-height:180px}.admin-code-input:focus{outline:none;border-color:var(--bloom-mint);box-shadow:0 0 0 2px var(--bloom-mint-soft)}.acf-section{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(148,163,184,.25)}.acf-section:last-of-type{border-bottom:none}.acf-section-title{margin:0 0 1rem;font-family:var(--font-heading);font-size:1.1rem;color:#e5e7eb}.acf-field{margin-bottom:1rem}.acf-label{display:block;margin-bottom:.35rem;font-size:.9rem;font-weight:500;color:#94a3b8}.acf-label-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:.35rem}.acf-label-row .acf-label{margin-bottom:0}.acf-input,.acf-textarea{width:100%;max-width:560px;background:#0f172a99;border:1px solid rgba(148,163,184,.4);border-radius:8px;padding:.5rem .75rem;color:#e5e7eb;font-size:.95rem}.acf-input:focus,.acf-textarea:focus{outline:none;border-color:var(--bloom-mint);box-shadow:0 0 0 2px var(--bloom-mint-soft)}.acf-textarea{resize:vertical;min-height:60px}.acf-input-sm{max-width:200px}.acf-input-wide{max-width:320px;flex:1 1 200px}.acf-textarea-sm{max-width:100%;min-height:50px}.acf-image-row{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;max-width:560px}.acf-image-row .acf-input{flex:1 1 200px;max-width:none}.acf-file-label{flex-shrink:0;padding:.4rem .75rem;font-size:.9rem;background:#94a3b833;color:#e2e8f0;border:1px solid rgba(148,163,184,.4);border-radius:6px;cursor:pointer}.acf-file-label:hover:not(:has(.acf-file-input:disabled)){background:#94a3b84d}.acf-file-label .acf-file-input{display:none}.acf-file-label:has(.acf-file-input:disabled){opacity:.7;cursor:wait}.acf-row-category .acf-image-row-inline{flex:1 1 100%;min-width:200px}.acf-row-category .acf-image-row-inline .acf-input{flex:1 1 140px}.acf-row-faq{flex-direction:column;align-items:stretch}.acf-row-faq .acf-input,.acf-row-faq .acf-textarea{max-width:none}.acf-footer-column{margin-bottom:1rem;padding:1rem;background:#0f172a4d;border-radius:8px;border:1px solid rgba(148,163,184,.2)}.acf-footer-col-head{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.75rem}.acf-footer-col-head .acf-input-sm{flex:1;max-width:200px}.acf-footer-col-head div{display:flex;gap:.35rem;align-items:center}.acf-row-footer-link .acf-input-wide{flex:1 1 180px}.acf-row{display:flex;flex-wrap:wrap;align-items:flex-start;gap:.5rem;margin-bottom:.75rem;padding:.75rem;background:#0f172a66;border-radius:8px;border:1px solid rgba(148,163,184,.2)}.acf-row .acf-input,.acf-row .acf-textarea{flex:1 1 140px;max-width:none}.acf-add-row{padding:.25rem .6rem;font-size:.85rem;background:var(--bloom-mint);color:#020617;border:none;border-radius:6px;cursor:pointer}.acf-add-row:hover{filter:brightness(1.1)}.acf-remove-row{flex-shrink:0;width:2rem;height:2rem;padding:0;background:#ef444433;color:#fca5a5;border:1px solid rgba(239,68,68,.4);border-radius:6px;cursor:pointer;font-size:1.1rem;line-height:1}.acf-remove-row:hover{background:#ef444459}.acf-save-btn{margin-top:.5rem;padding:.6rem 1.25rem;background:var(--bloom-mint);color:#020617;border:none;border-radius:8px;font-weight:600;cursor:pointer}.acf-save-btn:disabled{opacity:.7;cursor:not-allowed}.acf-save-btn:hover:not(:disabled){filter:brightness(1.1)}@media (max-width: 768px){.admin-shell{grid-template-columns:1fr;border-radius:14px}.admin-sidebar{flex-direction:row;align-items:center;justify-content:space-between}.admin-menu{flex-direction:row;gap:.5rem}.admin-menu-item{font-size:.85rem;padding-inline:.75rem}.admin-main{padding:1.25rem 1rem 1.5rem}}.nav-user-block{margin-left:auto}@media (max-width: 640px){.nav-user-block{width:100%;margin-left:0;margin-top:.5rem;padding-top:.5rem;border-top:1px solid var(--bloom-lavender-200);display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}}@media (max-width: 640px){.card[style*=max-width],.card[style*=maxWidth]{max-width:100%!important}.auth-card{max-width:100%;border-radius:14px;padding:1rem}.auth-head h1{font-size:1.45rem}.auth-form input,.auth-form select{min-height:2.6rem}.auth-form button{min-height:2.75rem}.register-role--modern .register-role-option{padding:.55rem .65rem}.register-role-option input{width:14px;height:14px;min-width:14px;min-height:14px}.register-role-option input[type=radio]{width:14px;height:14px;min-width:14px;min-height:14px;max-width:14px;max-height:14px;flex-basis:14px}}@media (min-width: 641px){body{padding:1rem}}@media (min-width: 1024px){body{font-size:1.02rem}.container{max-width:1040px}.card{padding:1.75rem}h1{font-size:2rem}h2{font-size:1.6rem}.search-title{font-size:2rem}.home-hero{margin:3rem 0}.home-banner-text{font-size:2.25rem}.home-categories-title{font-size:1.6rem}.home-category-card{flex:0 0 220px;width:220px}.home-business-title,.home-stats-title{font-size:2rem}.home-stat-card{min-width:230px;max-width:260px}}
