.login-page{min-height:100vh;display:grid;place-items:center;padding:2rem;background:radial-gradient(circle at top left,rgba(37,99,235,.16),transparent 30%),radial-gradient(circle at bottom right,rgba(14,165,233,.12),transparent 34%),linear-gradient(135deg,#eef5ff,#fff 48%,#f8fafc)}.login-shell{width:min(100%,960px);min-height:560px;display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,420px);overflow:hidden;border:1px solid rgba(148,163,184,.26);border-radius:8px;background:#ffffffd1;box-shadow:0 28px 80px #0f172a24}.login-brand-panel{position:relative;display:flex;flex-direction:column;justify-content:flex-end;gap:1.5rem;padding:2rem;color:#fff;background:linear-gradient(160deg,#0f172a1f,#0f172ad6),linear-gradient(135deg,#2563eb,#0f172a 82%)}.login-brand-panel__mark{width:66px;height:66px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;background:#fffffff0;box-shadow:0 18px 45px #0f172a42}.login-brand-panel__mark img{width:42px;height:42px;object-fit:contain}.login-brand-panel__mark span{color:#1d4ed8;font-size:1.6rem;font-weight:900}.login-brand-panel__copy{display:grid;gap:.45rem}.login-brand-panel__copy p,.login-card__header p{margin:0}.login-brand-panel__copy p{color:#bfdbfe;font-size:.82rem;font-weight:800;text-transform:uppercase}.login-brand-panel__copy h1{margin:0;color:#fff;font-size:2.15rem!important;line-height:1.05}.login-card{display:flex;flex-direction:column;justify-content:center;gap:1.6rem;padding:2.25rem;background:#fffffff0}.login-card__header{display:grid;gap:1rem}.login-card__logo{width:auto;height:52px;max-width:min(260px,100%);object-fit:contain}.login-card__fallback-logo{color:#0f172a;font-size:1.6rem;font-weight:900;line-height:1.1}.login-card__header p{max-width:28rem;color:#475569}.login-form{display:grid;gap:1rem}.login-form__field{display:grid;gap:.45rem}.login-form__field span{color:#1e293b;font-size:.92rem;font-weight:750}.login-form__field input{width:100%;min-height:48px;padding:.75rem .9rem;color:#0f172a;border:1px solid rgba(148,163,184,.46);border-radius:8px;background:#fff;outline:none;transition:border-color .18s ease,box-shadow .18s ease}.login-form__field input:focus{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1f}.login-form__error{padding:.8rem .9rem;color:#b91c1c;border:1px solid rgba(248,113,113,.32);border-radius:8px;background:#fef2f2;font-size:.92rem;font-weight:650}.login-form__submit{min-height:50px;color:#fff;border:0;border-radius:8px;background:linear-gradient(135deg,#2563eb,#0ea5e9);box-shadow:0 16px 34px #2563eb3d;cursor:pointer;font-weight:800;transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease}.login-form__submit:hover,.login-form__submit:focus-visible{transform:translateY(-1px);box-shadow:0 18px 38px #2563eb52}.login-form__submit:disabled{cursor:not-allowed;opacity:.66;transform:none}.login-card__back-link{width:fit-content;color:#2563eb;font-weight:750}.login-card__back-link:hover,.login-card__back-link:focus-visible{color:#1d4ed8}@media (max-width: 760px){.login-page{padding:1rem;place-items:stretch}.login-shell{min-height:0;grid-template-columns:1fr}.login-brand-panel{min-height:220px;padding:1.5rem}.login-brand-panel__mark{width:56px;height:56px}.login-brand-panel__mark img{width:36px;height:36px}.login-card{padding:1.5rem}}.admin-sidebar{position:fixed;inset:0 auto 0 0;z-index:9999;width:var(--admin-sidebar-width, 248px);min-width:var(--admin-sidebar-width, 248px);display:flex;flex-direction:column;gap:1rem;padding:1rem .75rem;color:#f8fafc;background:linear-gradient(180deg,#f8fafc12,#f8fafc00),#171717;border-right:1px solid rgba(255,255,255,.1);box-shadow:18px 0 50px #0f172a38;transition:width .22s ease,min-width .22s ease,transform .22s ease}body.admin-sidebar-active{padding-left:var(--admin-sidebar-width, 248px);transition:padding-left .22s ease}.admin-sidebar__top,.admin-sidebar__utility{display:grid;gap:.75rem}.admin-sidebar__top{grid-template-columns:minmax(0,1fr) 38px;align-items:center}.admin-sidebar__brand,.admin-sidebar__link,.admin-sidebar__logout,.admin-sidebar__account{min-width:0;display:flex;align-items:center;gap:.75rem}.admin-sidebar__brand{min-height:42px;color:#fff;font-weight:800}.admin-sidebar__brand-mark,.admin-sidebar__avatar{width:36px;height:36px;flex:0 0 36px;display:inline-flex;align-items:center;justify-content:center;border-radius:12px}.admin-sidebar__brand-mark{color:#111827;background:linear-gradient(135deg,#eff6ff,#2563eb);box-shadow:0 10px 28px #2563eb47}.admin-sidebar__brand-text,.admin-sidebar__link span,.admin-sidebar__logout span,.admin-sidebar__account-copy{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-sidebar__toggle,.admin-sidebar__logout{border:0;cursor:pointer}.admin-sidebar__toggle{width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;color:#e5e7eb;border-radius:12px;background:#ffffff14;transition:background .18s ease,color .18s ease,transform .18s ease}.admin-sidebar__toggle:hover,.admin-sidebar__toggle:focus-visible{color:#fff;background:#2563eb3d}.admin-sidebar__toggle svg{width:20px;height:20px;transform:rotate(180deg);transition:transform .2s ease}.admin-sidebar__toggle path{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.2}.admin-sidebar__nav{display:grid;gap:.45rem}.admin-sidebar__link,.admin-sidebar__logout{min-height:44px;padding:.5rem .65rem;color:#d1d5db;border-radius:8px;font-weight:700;text-align:left;background:transparent;transition:background .18s ease,color .18s ease,transform .18s ease}.admin-sidebar__link:hover,.admin-sidebar__link:focus-visible,.admin-sidebar__logout:hover,.admin-sidebar__logout:focus-visible{color:#fff;background:#ffffff14;transform:translate(2px)}.admin-sidebar__link--active{color:#fff;background:linear-gradient(135deg,#2563ebf0,#0ea5e9c2);box-shadow:0 12px 30px #2563eb42}.admin-sidebar__link--quiet{color:#aeb6c3;font-weight:650}.admin-sidebar__icon{width:22px;height:22px;flex:0 0 22px}.admin-sidebar__utility{margin-top:auto;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1)}.admin-sidebar__account{min-height:42px;padding:.25rem .65rem;color:#9ca3af;font-size:.8rem}.admin-sidebar__avatar{color:#bfdbfe;background:#2563eb33;font-weight:800}.admin-sidebar__logout{width:100%;color:#93c5fd}.admin-sidebar--collapsed .admin-sidebar__top{grid-template-columns:1fr}.admin-sidebar--collapsed .admin-sidebar__brand,.admin-sidebar--collapsed .admin-sidebar__link,.admin-sidebar--collapsed .admin-sidebar__logout,.admin-sidebar--collapsed .admin-sidebar__account{justify-content:center;padding-inline:0}.admin-sidebar--collapsed .admin-sidebar__brand-text,.admin-sidebar--collapsed .admin-sidebar__link span,.admin-sidebar--collapsed .admin-sidebar__logout span,.admin-sidebar--collapsed .admin-sidebar__account-copy{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.admin-sidebar--collapsed .admin-sidebar__toggle{margin-inline:auto}.admin-sidebar--collapsed .admin-sidebar__toggle svg{transform:rotate(0)}.admin-sidebar--collapsed .admin-sidebar__utility{align-items:center}@media (max-width: 760px){body.admin-sidebar-active{padding-top:74px;padding-left:0}.admin-sidebar,.admin-sidebar--collapsed{inset:0 0 auto;width:100%;min-width:0;height:74px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.5rem;padding:.65rem .75rem;border-right:0;border-bottom:1px solid rgba(255,255,255,.12);box-shadow:0 14px 36px #0f172a33}.admin-sidebar__top,.admin-sidebar--collapsed .admin-sidebar__top{display:flex;align-items:center;gap:.5rem}.admin-sidebar__brand{min-height:40px}.admin-sidebar__brand-mark{width:34px;height:34px;flex-basis:34px}.admin-sidebar__brand-text,.admin-sidebar__account,.admin-sidebar__toggle{display:none}.admin-sidebar__nav{display:flex;gap:.35rem;overflow-x:auto;scrollbar-width:none}.admin-sidebar__nav::-webkit-scrollbar{display:none}.admin-sidebar__link,.admin-sidebar--collapsed .admin-sidebar__link{min-width:44px;min-height:44px;justify-content:center;padding:.55rem}.admin-sidebar__link span,.admin-sidebar--collapsed .admin-sidebar__link span,.admin-sidebar__logout span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.admin-sidebar__utility{display:flex;align-items:center;margin:0;padding:0;border:0}.admin-sidebar__utility .admin-sidebar__link--quiet{display:none}.admin-sidebar__logout{width:44px;height:44px;justify-content:center;padding:0}}.cms-page-blocks{padding:1.5rem 0 3.5rem}.cms-inline-editor-bar{position:sticky;top:52px;z-index:80;padding:.9rem 0 0}.cms-inline-editor-bar__inner{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1rem;align-items:center;padding:1rem 1.15rem;border:1px solid rgba(148,163,184,.2);border-radius:22px;background:#fffffff0;box-shadow:0 14px 30px #0f172a14;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.cms-inline-editor-bar--active .cms-inline-editor-bar__inner{border-color:#60a5fa4d}.cms-inline-editor-bar__copy{display:grid;gap:.35rem}.cms-inline-editor-bar__kicker,.cms-inline-editor-panel__kicker{font-size:.78rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--primary-dark)}.cms-inline-editor-bar__copy strong{color:var(--text)}.cms-inline-editor-bar__copy p,.cms-inline-editor-panel__header p{margin:0;color:var(--muted)}.cms-inline-editor-bar__actions{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;justify-content:flex-end}.cms-inline-editor-bar__status{display:inline-flex;align-items:center;min-height:32px;padding:0 .8rem;border-radius:999px;font-size:.88rem;font-weight:700}.cms-inline-editor-bar__status--dirty{color:#92400e;background:#fef3c7f5}.cms-inline-editor-bar__status--clean{color:#166534;background:#dcfce7f5}.cms-inline-editor-bar__feedback{display:grid;gap:.75rem;margin-top:.75rem}.cms-inline-editor-bar__notice{padding:.95rem 1rem;border-radius:18px;color:#166534;background:#f0fdf4f5;border:1px solid rgba(134,239,172,.6)}.cms-page-blocks--editing{padding-bottom:6rem}.cms-page-blocks__item{position:relative}.cms-page-blocks__item--editable{cursor:pointer}.cms-page-blocks__item-toolbar{position:sticky;top:116px;z-index:3;display:flex;justify-content:space-between;gap:.75rem;align-items:center;width:min(100% - 2rem,1180px);margin:0 auto -.6rem;padding:0 .8rem}.cms-page-blocks__item-badge{display:inline-flex;align-items:center;min-height:30px;padding:0 .8rem;border-radius:999px;color:var(--primary-dark);background:#eff6fff5;border:1px solid rgba(147,197,253,.72);font-size:.82rem;font-weight:700;box-shadow:0 10px 24px #0f172a0f}.cms-page-blocks__item-button{min-height:38px;box-shadow:0 10px 24px #0f172a14}.cms-page-blocks__item-content{position:relative}.cms-page-blocks__item--editable .cms-page-blocks__item-content{pointer-events:none}.cms-page-blocks__item--editable:after{content:"";position:absolute;top:.65rem;right:.65rem;bottom:.65rem;left:.65rem;border-radius:28px;border:2px solid rgba(148,163,184,.18);transition:border-color .18s ease,box-shadow .18s ease,background .18s ease;pointer-events:none}.cms-page-blocks__item--editable:hover:after{border-color:#60a5fa61;background:#eff6ff1f}.cms-page-blocks__item--selected:after{border-color:#3b82f6d1;box-shadow:inset 0 0 0 1px #93c5fd73;background:#eff6ff29}.cms-inline-editor-panel{position:fixed;top:112px;right:1rem;bottom:1rem;z-index:90;width:min(430px,calc(100vw - 2rem))}.cms-inline-editor-panel__inner{display:grid;grid-template-rows:auto minmax(0,1fr);height:100%;border:1px solid rgba(148,163,184,.2);border-radius:24px;background:#fffffff5;box-shadow:0 24px 44px #0f172a2e;overflow:hidden;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.cms-inline-editor-panel__header{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1rem;align-items:start;padding:1.15rem 1.15rem 1rem;border-bottom:1px solid rgba(226,232,240,.92);background:linear-gradient(180deg,#f8fafcfa,#fffffffa)}.cms-inline-editor-panel__header h2{margin:.35rem 0 .45rem;font-size:1.25rem;color:var(--text)}.cms-inline-editor-panel__body{overflow-y:auto;padding:1rem;background:#f8fafcb8}.cms-inline-editor-panel__close{min-height:40px;white-space:nowrap}.cms-inline-editor-panel__empty{display:grid;place-items:center;padding:1.5rem;color:var(--muted)}.cms-block{padding:clamp(.9rem,1.8vw,1.35rem) 0}.cms-block h1,.cms-block h2,.cms-block h3{margin:0;line-height:var(--leading-title);letter-spacing:var(--tracking-title)}.cms-block p{margin:0;color:var(--muted);line-height:var(--leading-body)}.cms-block a:not([class*=button]):not([class*=link]){color:var(--primary);text-decoration:underline;text-underline-offset:.15em;font-weight:500;transition:color .15s ease}.cms-block a:not([class*=button]):not([class*=link]):hover{color:var(--primary-dark)}.cms-block__panel{overflow:hidden;border:1px solid var(--border);border-radius:var(--radius-xl);background:#ffffffeb;box-shadow:var(--shadow)}.cms-block--bg-muted .cms-block__panel{background:linear-gradient(180deg,#f8fafcf5,#f1f5f9f5)}.cms-block--bg-accent .cms-block__panel{color:#eff6ff;border-color:#2563eb42;background:linear-gradient(135deg,#0f172a,#1d4ed8,#60a5fa)}.cms-block--bg-dark .cms-block__panel{color:#e2e8f0;border-color:#0f172a29;background:linear-gradient(160deg,#020617,#0f172a 45%,#1e293b)}.cms-block--bg-gradient .cms-block__panel{background:radial-gradient(circle at top right,rgba(96,165,250,.32),transparent 28%),linear-gradient(180deg,#fffffffa,#eff6fff0)}.cms-block--bg-accent p,.cms-block--bg-dark p,.cms-block--bg-accent .cms-block__eyebrow,.cms-block--bg-dark .cms-block__eyebrow{color:inherit}.cms-block .button{display:inline-flex;align-items:center;justify-content:center}.cms-block--bg-accent .button--primary,.cms-block--bg-dark .button--primary{color:#0f172a;background:#fff;box-shadow:none}.cms-block--bg-accent .button--secondary,.cms-block--bg-dark .button--secondary{color:#fff;border-color:#ffffff59;background:#ffffff14}.cms-block__eyebrow{margin-bottom:.75rem;font-size:.8rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--primary-dark)}.cms-block__lead{font-size:var(--type-body-lg)}.cms-block__button-row{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.35rem}.cms-block__section-head{max-width:760px;margin-bottom:1.5rem}.cms-block__section-head h2{font-size:var(--type-section-title)}.cms-block__section-head p{margin-top:.75rem;font-size:var(--type-body-lg)}.cms-block-media{overflow:hidden;min-height:260px;border-radius:var(--radius-lg);background:#e2e8f0b8}.cms-block-media img{width:100%;height:100%;object-fit:cover}.cms-block-media--placeholder{display:grid;place-items:center;padding:1rem;color:var(--muted);font-weight:700;text-align:center;background:linear-gradient(135deg,#ffffffe0,#e2e8f0f5)}.cms-hero__grid,.cms-two-column__grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(300px,.95fr);gap:clamp(1.4rem,2.4vw,2.4rem);align-items:center;padding:clamp(1.5rem,3vw,2.5rem)}.cms-hero__grid--image-left .cms-hero__media,.cms-two-column__grid--image-left .cms-two-column__media{order:-1}.cms-hero__copy,.cms-two-column__copy{display:grid;gap:1rem}.cms-hero__copy h1{font-size:var(--type-display)}.cms-two-column__copy h2,.cms-cta__copy h2{font-size:var(--type-section-title)}.cms-hero__media{min-height:360px}.cms-two-column__media{min-height:320px}.cms-card-grid__items,.cms-testimonials__grid{display:grid;gap:1rem}.cms-card-grid__items--cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.cms-card-grid__items--cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.cms-card-grid__items--cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.cms-card-grid__card,.cms-testimonials__card,.cms-feature-list__item{display:grid;gap:1rem;height:100%;padding:1.25rem;border:1px solid rgba(148,163,184,.18);border-radius:var(--radius-lg);background:#ffffffe6;box-shadow:0 16px 40px #0f172a0f}.cms-card-grid__media{min-height:190px}.cms-card-grid__content{display:grid;gap:.7rem}.cms-card-grid__content h3,.cms-feature-list__item h3,.cms-testimonials__person h3{font-size:var(--type-card-title)}.cms-card-grid__link{font-weight:700;color:var(--primary-dark)}.cms-feature-list__items{display:grid;gap:1rem}.cms-feature-list__items--list{grid-template-columns:1fr}.cms-feature-list__items--grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.cms-feature-list__items--grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.cms-feature-list__item{grid-template-columns:auto minmax(0,1fr);align-items:start}.cms-feature-list__icon{width:68px;min-height:68px;border-radius:18px}.cms-cta__panel{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1rem;align-items:center;padding:clamp(1.5rem,3vw,2.25rem)}.cms-cta__copy{display:grid;gap:.85rem}.cms-testimonials__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cms-testimonials__quote{font-size:1.02rem}.cms-testimonials__person{display:grid;grid-template-columns:64px minmax(0,1fr);gap:.85rem;align-items:center}.cms-testimonials__avatar{width:64px;min-height:64px;border-radius:50%}.cms-stats__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:0;padding:1rem}.cms-stats__item{display:grid;gap:.35rem;padding:1rem;border-radius:18px}.cms-stats__item strong{font-size:clamp(1.9rem,3vw,2.6rem);line-height:1}.cms-stats__item span{font-weight:700}.cms-stats__item p{font-size:.95rem}.cms-image-overlay__frame{position:relative;overflow:hidden;min-height:430px;border:1px solid rgba(148,163,184,.18);border-radius:var(--radius-xl);background:#0f172a;box-shadow:var(--shadow)}.cms-image-overlay__image,.cms-image-overlay__placeholder,.cms-image-overlay__scrim,.cms-image-overlay__content{position:absolute;top:0;right:0;bottom:0;left:0}.cms-image-overlay__image{width:100%;height:100%;object-fit:cover}.cms-image-overlay__placeholder{display:grid;place-items:center;color:#ffffffd1;font-size:1.05rem;font-weight:700;background:linear-gradient(135deg,#1e293bf5,#334155e0)}.cms-image-overlay__frame--light .cms-image-overlay__scrim{background:linear-gradient(180deg,#ffffff1a,#ffffff85)}.cms-image-overlay__frame--dark .cms-image-overlay__scrim{background:linear-gradient(180deg,#0f172a14,#0f172ab8)}.cms-image-overlay__frame--gradient .cms-image-overlay__scrim{background:linear-gradient(135deg,#2563eb38,#0f172ab3),linear-gradient(180deg,#ffffff0f,#0f172aad)}.cms-image-overlay__content{z-index:1;display:flex;max-width:520px;padding:clamp(1.4rem,3vw,2.2rem);color:#fff;flex-direction:column;gap:.9rem}.cms-image-overlay__content p{color:#ffffffe0}.cms-image-overlay__frame--center .cms-image-overlay__content{top:0;right:0;bottom:0;left:0;max-width:none;align-items:center;justify-content:center;text-align:center}.cms-image-overlay__frame--left .cms-image-overlay__content{align-items:flex-start;justify-content:center}.cms-image-overlay__frame--right .cms-image-overlay__content{right:0;left:auto;align-items:flex-start;justify-content:center;text-align:left}.cms-image-overlay__frame--bottom-left .cms-image-overlay__content{top:auto;bottom:0;align-items:flex-start;justify-content:flex-end}@media (max-width: 980px){.cms-inline-editor-bar__inner{grid-template-columns:1fr}.cms-inline-editor-bar__actions{justify-content:flex-start}.cms-inline-editor-panel{top:auto;right:.75rem;bottom:.75rem;left:.75rem;width:auto;height:min(70vh,760px)}.cms-inline-editor-panel__header{grid-template-columns:1fr}.cms-page-blocks__item-toolbar{top:108px;width:calc(100% - 1.5rem)}.cms-hero__grid,.cms-two-column__grid,.cms-cta__panel,.cms-testimonials__grid,.cms-card-grid__items--cols-4,.cms-card-grid__items--cols-3,.cms-feature-list__items--grid-3{grid-template-columns:1fr}.cms-hero__grid--image-left .cms-hero__media,.cms-two-column__grid--image-left .cms-two-column__media,.cms-hero__media,.cms-two-column__media{order:initial}.cms-card-grid__items--cols-2,.cms-feature-list__items--grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.cms-image-overlay__frame{min-height:380px}}@media (max-width: 720px){.cms-inline-editor-bar{top:48px}.cms-inline-editor-bar__actions{flex-direction:column;align-items:stretch}.cms-inline-editor-bar__actions .button{width:100%}.cms-page-blocks__item-toolbar{position:relative;top:0;width:calc(100% - 1rem);margin-bottom:0;padding:0 .5rem;flex-direction:column;align-items:stretch}.cms-page-blocks__item--editable:after{top:.4rem;right:.4rem;bottom:.4rem;left:.4rem;border-radius:22px}.cms-page-blocks{padding-top:1rem}.cms-card-grid__items--cols-2,.cms-card-grid__items--cols-3,.cms-card-grid__items--cols-4,.cms-feature-list__items--grid-2,.cms-feature-list__items--grid-3,.cms-testimonials__grid,.cms-feature-list__item,.cms-testimonials__person{grid-template-columns:1fr}.cms-feature-list__icon,.cms-testimonials__avatar{width:72px}.cms-image-overlay__frame{min-height:320px}}/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor ul,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"•"}.ql-editor ul[data-checked=true],.ql-editor ul[data-checked=false]{pointer-events:none}.ql-editor ul[data-checked=true]>li *,.ql-editor ul[data-checked=false]>li *{pointer-events:all}.ql-editor ul[data-checked=true]>li:before,.ql-editor ul[data-checked=false]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"☑"}.ql-editor ul[data-checked=false]>li:before{content:"☐"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;counter-increment:list-0}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media (pointer: coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{white-space:pre-wrap;margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label:before,.ql-snow .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label:before,.ql-snow .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label:before,.ql-snow .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:#0003 0 2px 8px}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0px}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0px;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}.cms-public-page{text-align:left}.cms-public-page__content{color:var(--text);font-size:var(--type-body-lg);line-height:var(--leading-body)}.cms-public-page__content>:first-child{margin-top:0}.cms-public-page__content>:last-child{margin-bottom:0}.cms-public-page__content a{color:var(--primary);text-decoration:underline;text-underline-offset:.15em;font-weight:500;transition:color .15s ease}.cms-public-page__content a:hover{color:var(--primary-dark)}.cms-pages{margin-top:3rem;margin-bottom:3rem}.cms-pages__header{margin-bottom:1.5rem}.cms-pages__header h1,.cms-pages__panel-header h2,.cms-pages__list-heading h3{margin:0}.cms-pages__header p,.cms-pages__panel-header p,.cms-pages__list-copy p,.cms-pages__empty{color:var(--muted)}.cms-pages__header p,.cms-pages__panel-header p,.cms-pages__empty{margin:.4rem 0 0}.cms-pages__notice{margin-bottom:1rem;padding:1rem 1.1rem;border-radius:var(--radius-xl);color:#166534;background:#f0fdf4f5}.cms-pages__grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:1.5rem}.cms-pages__panel{background:#ffffffeb;border:1px solid var(--border);border-radius:var(--radius-xl);padding:1.5rem;box-shadow:var(--shadow)}.cms-pages__panel-header{margin-bottom:1rem}.cms-pages__editing-state{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1rem;align-items:center;margin-bottom:1rem;padding:1rem;border-radius:20px;border:1px solid rgba(148,163,184,.18);background:#f8fafceb}.cms-pages__editing-copy{display:grid;gap:.35rem}.cms-pages__editing-kicker{font-size:.8rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--primary-dark)}.cms-pages__editing-copy strong{color:var(--text)}.cms-pages__editing-copy p,.cms-pages__editing-note{margin:0;color:var(--muted)}.cms-pages__editing-dirty,.cms-pages__editing-clean{display:inline-flex;align-items:center;width:fit-content;min-height:28px;padding:0 .75rem;border-radius:999px;font-size:.88rem;font-weight:700}.cms-pages__editing-dirty{color:#92400e;background:#fef3c7f5}.cms-pages__editing-clean{color:#166534;background:#dcfce7f5}.cms-pages__editing-actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:flex-end}.cms-users__summary{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1rem;align-items:center;margin-bottom:.85rem;padding:.95rem 1rem;border-radius:18px;border:1px solid rgba(148,163,184,.16);background:#f8fafcd1}.cms-users__summary-copy{display:grid;gap:.35rem}.cms-users__summary-kicker{font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--primary-dark)}.cms-users__summary-heading{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem}.cms-users__summary-heading strong{color:var(--text)}.cms-users__summary-copy p,.cms-users__summary-note{margin:0;color:var(--muted)}.cms-users__summary-actions{display:flex;justify-content:flex-end}.cms-users__summary-note{margin-bottom:1rem}.cms-users__field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.cms-pages__save-hint{margin:0 0 1rem;color:#92400e;font-weight:600}.cms-pages__form{display:grid;gap:1rem}.cms-pages__field{display:grid;gap:.45rem}.cms-pages__field label,.cms-pages__checkbox{font-weight:600;color:var(--text)}.cms-pages__field input,.cms-pages__field textarea,.cms-pages__field select{width:100%;padding:.85rem .95rem;border-radius:14px;border:1px solid rgba(148,163,184,.26);background:#fffffff2;color:var(--text);font:inherit;box-sizing:border-box}.cms-pages__field textarea{min-height:220px;resize:vertical}.cms-pages__field textarea.cms-pages__textarea--compact{min-height:110px}.cms-pages__field input:focus,.cms-pages__field textarea:focus,.cms-pages__field select:focus{border-color:#2563eb6b;box-shadow:0 0 0 4px #2563eb1a;outline:none}.cms-pages__seo-fieldset{display:grid;gap:1rem;margin:0;padding:1rem;border:1px solid rgba(148,163,184,.24);border-radius:14px;background:#f8fafcb3}.cms-pages__seo-fieldset legend{padding:0 .35rem;color:var(--text);font-weight:700}.cms-pages__seo-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.cms-pages__toggles{display:flex;flex-wrap:wrap;gap:1rem}.cms-pages__checkbox{display:inline-flex;align-items:center;gap:.55rem}.cms-pages__checkbox input{width:18px;height:18px}.cms-pages__form-actions,.cms-pages__actions{display:flex;flex-wrap:wrap;gap:.75rem}.cms-pages__list{display:grid;gap:1rem}.cms-pages__list-item{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1rem;align-items:start;padding:1rem;border-radius:18px;border:1px solid rgba(148,163,184,.18);background:#f8fafcf2}.cms-pages__list-heading{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem}.cms-pages__list-copy p{margin:.3rem 0 0}.cms-pages__meta{display:flex;flex-wrap:wrap;gap:.85rem;margin-top:.65rem;font-size:.95rem;color:var(--muted)}.cms-pages__status{display:inline-flex;align-items:center;height:28px;padding:0 .75rem;border-radius:999px;background:#dcfce7e6;color:#166534;font-size:.9rem;font-weight:700}.cms-pages__status--draft{background:#fef2f2f5;color:#991b1b}.cms-pages__actions .button{height:40px}.cms-pages__delete{color:#991b1b}.cms-settings__grid{grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr)}.cms-settings__asset-actions{display:flex;flex-wrap:wrap;gap:.75rem}.cms-settings__visibility-toggles{flex-direction:column;align-items:flex-start}.cms-settings__typography-fieldset{gap:1rem}.cms-settings__typography-fieldset .cms-pages__field-hint{margin:0}.cms-settings__heading-size-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem}.cms-settings__heading-size-field{display:grid;gap:.4rem}.cms-settings__heading-size-field label{font-weight:700;color:var(--text)}.cms-settings__heading-input{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;overflow:hidden;border:1px solid rgba(148,163,184,.26);border-radius:14px;background:#fffffff2}.cms-settings__heading-input:focus-within{border-color:#2563eb6b;box-shadow:0 0 0 4px #2563eb1a}.cms-settings__heading-input input{width:100%;padding:.85rem .95rem;border:0;border-radius:0;background:transparent;color:var(--text);font:inherit;box-shadow:none}.cms-settings__heading-input input:focus{box-shadow:none}.cms-settings__heading-input span{padding-right:.9rem;color:var(--muted);font-weight:700}.cms-settings__file-input{display:none}.cms-settings__preview{display:grid;gap:1rem}.cms-settings__preview-brand,.cms-settings__preview-card{padding:1rem;border-radius:18px;border:1px solid rgba(148,163,184,.18);background:#f8fafcf2}.cms-settings__preview-brand{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.9rem;align-items:center}.cms-settings__preview-brand p,.cms-settings__preview-card p{margin:.35rem 0 0;color:var(--muted)}.cms-settings__preview-code{margin:.5rem 0 0;padding:.85rem .95rem;border-radius:14px;background:#0f172a0d;color:var(--text);font:.92rem/1.5 SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;white-space:pre-wrap;word-break:break-word}.cms-settings__preview-favicon{display:grid;place-items:center;width:52px;height:52px;border-radius:16px;overflow:hidden;background:#fffffffa;border:1px solid rgba(148,163,184,.18)}.cms-settings__preview-favicon img{width:100%;height:100%;object-fit:cover}.cms-settings__preview-logo{display:grid;place-items:center;min-height:180px;padding:1.25rem;border-radius:20px;border:1px solid rgba(148,163,184,.18);background:radial-gradient(circle at top left,rgba(59,130,246,.08),transparent 50%),#ffffffeb}.cms-settings__preview-logo img{max-width:100%;max-height:120px;object-fit:contain}.cms-settings__preview-logo-empty{color:var(--muted)}.cms-settings__preview-label{display:inline-flex;font-size:.8rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--primary-dark)}.cms-settings__heading-preview{display:grid;gap:.45rem;margin-top:.75rem}.cms-settings__heading-preview :where(h1,h2,h3,h4,h5,h6){margin:0;line-height:var(--leading-title);letter-spacing:var(--tracking-title)}@media (max-width: 960px){.cms-pages__seo-grid{grid-template-columns:minmax(0,1fr)}.cms-settings__heading-size-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cms-settings__grid{grid-template-columns:minmax(0,1fr)}}@media (max-width: 520px){.cms-settings__heading-size-grid{grid-template-columns:minmax(0,1fr)}}.cms-pages__field-hint{margin:0;color:var(--muted);font-size:.95rem}.cms-block-editor{display:grid;gap:1rem;padding:1rem;border:1px dashed rgba(148,163,184,.34);border-radius:var(--radius-lg);background:#f8fafcc7}.cms-block-editor__toolbar{display:grid;grid-template-columns:1;gap:1rem;align-items:end}.cms-block-editor__toolbar-copy strong{display:block;margin-bottom:.35rem}.cms-block-editor__toolbar-copy p,.cms-block-editor__empty p,.cms-block-editor__item-description,.cms-block-editor__item-meta{margin:0;color:var(--muted)}.cms-block-editor__toolbar-actions{display:flex;flex-wrap:wrap;gap:.75rem;align-items:end}.cms-block-editor__picker{display:grid;gap:.45rem;min-width:230px}.cms-block-editor__picker-label{font-weight:600;color:var(--text)}.cms-block-editor__picker select{width:100%;height:46px;padding:0 .95rem;border-radius:14px;border:1px solid rgba(148,163,184,.26);background:#fffffff2;color:var(--text);font:inherit}.cms-block-editor__picker select:focus{border-color:#2563eb6b;box-shadow:0 0 0 4px #2563eb1a;outline:none}.cms-block-editor__empty{padding:1rem;border-radius:18px;border:1px dashed rgba(148,163,184,.36);background:#ffffffbd}.cms-block-editor__list{display:grid;gap:.9rem}.cms-block-editor__item{display:grid;gap:.9rem;padding:1rem;border-radius:20px;border:1px solid rgba(148,163,184,.18);background:#fffffff5}.cms-block-editor__item--expanded{border-color:#94a3b847;box-shadow:0 14px 30px #0f172a0d}.cms-block-editor__item-top{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1rem;align-items:start}.cms-block-editor__item-copy{display:grid;gap:.35rem}.cms-block-editor__item-badge{display:inline-flex;align-items:center;min-height:28px;padding:0 .75rem;border-radius:999px;color:var(--primary-dark);background:#dbeafeeb;font-size:.88rem;font-weight:700}.cms-block-editor__item-copy h3{margin:.25rem 0 0}.cms-block-editor__item-actions{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:flex-end}.cms-block-editor__item-actions .button{height:40px;padding:0 .85rem}.cms-block-editor__toggle{min-width:96px}.cms-block-editor__remove{color:#991b1b}.cms-block-editor__item-description{display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.cms-block-editor__item-body{display:grid;gap:1rem;padding:1rem;border-radius:18px;border:1px solid rgba(203,213,225,.72);background:#f1f5f9d1}.cms-block-editor__fields{display:grid;gap:1rem}.cms-block-editor__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.cms-block-editor__field{display:grid;gap:.45rem}.cms-block-editor__field--full{width:100%}.cms-block-editor__field span,.cms-block-editor__section h4{font-weight:600;color:var(--text)}.cms-block-editor__field input,.cms-block-editor__field textarea,.cms-block-editor__field select{width:100%;padding:.85rem .95rem;border-radius:14px;border:1px solid rgba(148,163,184,.26);background:#fffffff2;color:var(--text);font:inherit}.cms-block-editor__field textarea{min-height:110px;resize:vertical}.cms-block-editor__field input:focus,.cms-block-editor__field textarea:focus,.cms-block-editor__field select:focus{border-color:#2563eb6b;box-shadow:0 0 0 4px #2563eb1a;outline:none}.cms-block-editor__section{display:grid;gap:.8rem;padding:1rem;border-radius:18px;border:1px solid rgba(148,163,184,.16);background:#f8fafcb8}.cms-block-editor__section-header{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.85rem;align-items:start}.cms-block-editor__section h4{margin:0}.cms-block-editor__section p,.cms-block-editor__array-item-header p{margin:.3rem 0 0;color:var(--muted)}.cms-block-editor__section .button{height:40px}.cms-block-editor__array{display:grid;gap:.85rem}.cms-block-editor__array-item{display:grid;gap:.85rem;padding:1rem;border-radius:18px;border:1px solid rgba(148,163,184,.18);background:#fffffff5}.cms-block-editor__array-item-header{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.85rem;align-items:start}.cms-block-editor__array-item-header strong{color:var(--text)}@media (max-width: 980px){.cms-block-editor__toolbar,.cms-block-editor__item-top,.cms-block-editor__section-header,.cms-block-editor__array-item-header,.cms-block-editor__grid{grid-template-columns:1fr}.cms-block-editor__item-actions{justify-content:flex-start}}@media (max-width: 720px){.cms-block-editor__toolbar-actions,.cms-block-editor__item-actions{flex-direction:column;align-items:stretch}.cms-block-editor__picker{min-width:0}.cms-block-editor__toolbar-actions .button,.cms-block-editor__item-actions .button{width:100%}}.cms-wysiwyg-field span{display:block;margin-bottom:.45rem}.cms-wysiwyg-wrapper{background:#fffffff2;border-radius:14px;border:1px solid rgba(148,163,184,.26);overflow:hidden}.cms-wysiwyg-wrapper:focus-within{border-color:#2563eb6b;box-shadow:0 0 0 4px #2563eb1a}.cms-wysiwyg-wrapper .ql-toolbar.ql-snow{border:none;border-bottom:1px solid rgba(148,163,184,.26);background:#f8fafcb8;border-radius:14px 14px 0 0;padding:.5rem}.cms-wysiwyg-wrapper .ql-container.ql-snow{border:none;border-radius:0 0 14px 14px;font-family:inherit;font-size:inherit}.cms-wysiwyg-wrapper .ql-editor{min-height:140px;max-height:400px;padding:1rem}.cms-wysiwyg-wrapper .ql-snow .ql-tooltip{left:10px!important;right:auto!important;transform:none!important;z-index:10}:root{--bg: #f8fafc;--surface: rgba(255, 255, 255, .82);--surface-strong: #ffffff;--text: #0f172a;--muted: #475569;--border: rgba(148, 163, 184, .28);--primary: #2563eb;--primary-dark: #1d4ed8;--shadow: 0 24px 70px rgba(15, 23, 42, .08);--radius-xl: 28px;--radius-lg: 20px;--radius-md: 14px;--container: 1400px;--heading-h1-size: 36px;--heading-h2-size: 30px;--heading-h3-size: 24px;--heading-h4-size: 20px;--heading-h5-size: 18px;--heading-h6-size: 16px;--type-display: var(--heading-h1-size);--type-hero: var(--heading-h1-size);--type-page-title: var(--heading-h1-size);--type-section-title: var(--heading-h2-size);--type-panel-title: var(--heading-h3-size);--type-card-title: var(--heading-h4-size);--type-body-lg: clamp(1rem, 1.25vw, 1.1rem);--leading-title: 1.08;--leading-body: 1.65;--tracking-title: 0}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--text);line-height:1.5;background:radial-gradient(circle at top left,rgba(37,99,235,.08),transparent 25%),linear-gradient(180deg,#ffffff 0%,#eff6ff 35%,var(--bg) 100%);text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6{text-wrap:balance}h1{font-size:var(--heading-h1-size)!important}h2{font-size:var(--heading-h2-size)!important}h3{font-size:var(--heading-h3-size)!important}h4{font-size:var(--heading-h4-size)!important}h5{font-size:var(--heading-h5-size)!important}h6{font-size:var(--heading-h6-size)!important}p,li{text-wrap:pretty}img{max-width:100%;display:block}button,input{font:inherit}.container{width:min(calc(100% - 2rem),var(--container));margin:1rem auto}.app-shell{min-height:100vh;display:flex;flex-direction:column}main{flex:1}.site-header{position:sticky;top:0;z-index:40;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffc7;border-bottom:1px solid rgba(148,163,184,.14)}.nav-shell{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 0}.nav-shell--logo-left{justify-content:flex-start}.nav-shell--logo-left .nav-links--single{flex:1}.nav-shell--logo-left .nav-auth{margin-left:auto}.nav-shell--center-logo-menu,.nav-shell--split-center-logo{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr)}.nav-cluster{display:flex;align-items:center;min-width:0;gap:1rem}.nav-cluster--left{justify-content:flex-start}.nav-cluster--right{justify-content:flex-end}.brand{display:inline-flex;align-items:center;line-height:0}.brand-logo{display:block;width:auto;height:42px;max-width:min(220px,42vw);object-fit:contain;flex-shrink:0}.nav-links{display:flex;align-items:center;gap:1.25rem}.nav-links--desktop{min-width:0}.nav-links--split-left,.nav-links--split-right{gap:1rem}.nav-links--split-right{justify-content:flex-end}.nav-links--mobile{position:absolute;top:calc(100% + .5rem);left:0;right:0;display:none;flex-direction:column;align-items:stretch;gap:.3rem;padding:.8rem;border:1px solid rgba(148,163,184,.25);border-radius:14px;background:#fff;box-shadow:0 20px 55px #0f172a2e;z-index:60}.nav-links--mobile.nav-links--open{display:flex}.nav-links--mobile .nav-link{padding:.65rem .75rem;border-radius:10px}.nav-links--mobile .nav-link:hover,.nav-links--mobile .nav-link.active{background:#2563eb14}.nav-links--mobile .nav-auth{margin-top:.35rem;flex-direction:column;width:100%}.nav-links--mobile .btn-signin,.nav-links--mobile .btn-signup{width:100%;justify-content:center}.nav-toggle{display:none;width:42px;height:42px;border:1px solid rgba(148,163,184,.35);border-radius:12px;background:#fff;color:var(--text);cursor:pointer;align-items:center;justify-content:center;flex-direction:column;gap:.28rem}.nav-toggle__line{width:18px;height:2px;border-radius:999px;background:currentColor}.nav-shell--center-logo-menu .nav-toggle--desktop{display:inline-flex}.nav-link{color:var(--muted);font-weight:500;white-space:nowrap}.nav-link:hover,.nav-link.active{color:var(--text)}.nav-auth{display:inline-flex;align-items:center;gap:.5rem}.btn-auth__icon{width:15px;height:15px;flex-shrink:0}.btn-signin{display:inline-flex;align-items:center;gap:.4rem;padding:.48rem 1rem;border:1.5px solid var(--primary);border-radius:999px;cursor:pointer;font-size:.88rem;font-weight:600;color:var(--primary);background:transparent;text-decoration:none;transition:background .2s,color .2s,transform .15s}.btn-signin:hover{background:#2563eb14;color:var(--primary-dark);transform:translateY(-1px)}.btn-signin:active{transform:translateY(0)}.btn-signup{display:inline-flex;align-items:center;gap:.4rem;padding:.48rem 1rem;border:none;border-radius:999px;cursor:pointer;font-size:.88rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#2563eb,#7c3aed);box-shadow:0 2px 12px #2563eb59;text-decoration:none;transition:background .25s,box-shadow .25s,transform .15s}.btn-signup:hover{background:linear-gradient(135deg,#1d4ed8,#6d28d9);box-shadow:0 4px 18px #2563eb73;transform:translateY(-1px)}.btn-signup:active{transform:translateY(0)}.hero-section{padding:4.5rem 0 2.5rem}.hero-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(360px,.95fr);gap:1.5rem;align-items:stretch}.hero-copy{padding-right:1rem}.hero-suggestions{margin-top:1.65rem;padding:1.2rem 1.25rem;border:1px solid rgba(148,163,184,.18);border-radius:22px;background:linear-gradient(180deg,#ffffffeb,#f8fafce6);box-shadow:0 18px 42px #0f172a0f}.hero-suggestions__title{margin:0 0 .85rem;color:#475569;font-size:.98rem;font-weight:600}.hero-suggestions__list{display:flex;flex-direction:column;gap:.75rem}.hero-suggestions__item{padding:0;border:0;background:transparent;display:inline-flex;align-items:flex-start;gap:.7rem;width:fit-content;text-align:left;color:#2563eb;font:inherit;font-size:1rem;line-height:1.5;text-decoration:underline;text-underline-offset:.18em;cursor:pointer}.hero-suggestions__item:hover{color:#1d4ed8}.hero-suggestions__icon{color:#3b82f6;font-size:1rem;line-height:1.5}.eyebrow{display:inline-flex;padding:.45rem .8rem;border-radius:999px;background:#2563eb17;color:var(--primary-dark);font-size:.9rem;font-weight:700;margin-bottom:1rem}.hero-section h1{font-size:var(--type-hero);line-height:var(--leading-title);letter-spacing:var(--tracking-title);margin:0 0 1rem}.hero-section p{margin:0;color:var(--muted);font-size:var(--type-body-lg);line-height:var(--leading-body)}.hero-stat-card,.filters-panel,.profile-card,.ai-result-card,.empty-state,.alert,.skeleton-card{border:1px solid var(--border);background:var(--surface);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:var(--shadow)}.hero-stat-card{border-radius:var(--radius-xl);padding:0;display:flex;flex-direction:column;justify-content:stretch;overflow:hidden}.hero-ai-chat{display:grid;grid-template-rows:auto minmax(0,1fr) auto;min-height:100%;background:radial-gradient(circle at top right,rgba(37,99,235,.18),transparent 32%),linear-gradient(180deg,#fffffffa,#f1f5f9eb)}.hero-ai-chat__header,.hero-ai-chat__composer{padding:1.35rem 1.35rem 1.15rem}.hero-ai-chat__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;border-bottom:1px solid rgba(148,163,184,.16)}.hero-ai-chat__identity{display:flex;gap:.85rem}.hero-ai-chat__avatar{width:44px;height:44px;overflow:hidden;flex-shrink:0;border-radius:999px;border:2px solid rgba(37,99,235,.16);box-shadow:0 10px 24px #2563eb24}.hero-ai-chat__avatar img{width:100%;height:100%;object-fit:cover}.hero-ai-chat__eyebrow{display:inline-flex;margin-bottom:.45rem;font-size:.8rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--primary-dark)}.hero-ai-chat__header h2{margin:0;font-size:16px;letter-spacing:var(--tracking-title)}.hero-ai-chat__status{flex-shrink:0;padding:.5rem .75rem;border-radius:999px;background:#2563eb14;color:var(--primary-dark);font-size:.8rem;font-weight:700}.hero-ai-chat__conversation{display:flex;flex-direction:column;gap:.9rem;padding:1.25rem 1.35rem;min-height:300px;max-height:360px;overflow:auto;scroll-behavior:smooth}.hero-ai-chat__message{max-width:92%;display:flex;flex-direction:column;gap:.35rem;padding:.9rem 1rem;border-radius:20px;box-shadow:0 16px 34px #0f172a14}.hero-ai-chat__message--assistant{align-self:flex-start;background:#fffffff5;border:1px solid rgba(148,163,184,.16)}.hero-ai-chat__message--loading{min-width:220px}.hero-ai-chat__message--user{align-self:flex-end;background:linear-gradient(135deg,#2563eb,#60a5fa)}.hero-ai-chat__message-label{font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.hero-ai-chat__message--assistant .hero-ai-chat__message-label{color:#475569}.hero-ai-chat__message--user .hero-ai-chat__message-label{color:#fffc}.hero-ai-chat__message-content{display:flex;flex-direction:column;gap:.65rem}.hero-ai-chat__message-content p,.hero-ai-chat__message-content ol,.hero-ai-chat__message-content ul{margin:0;font-size:.95rem;line-height:1.65}.hero-ai-chat__message-content ol,.hero-ai-chat__message-content ul{padding-left:1.25rem}.hero-ai-chat__message-content li+li{margin-top:.4rem}.hero-ai-chat__message-content strong{color:var(--text);font-weight:800}.hero-ai-chat__message-content a{color:var(--primary-dark);font-weight:700;text-decoration:underline;text-underline-offset:.18em}.hero-ai-chat__message--user .hero-ai-chat__message-content p,.hero-ai-chat__message--user .hero-ai-chat__message-content ol,.hero-ai-chat__message--user .hero-ai-chat__message-content ul{color:#fffc}.hero-ai-chat__message--user .hero-ai-chat__message-content strong,.hero-ai-chat__message--user .hero-ai-chat__message-content a{color:#fff}.hero-ai-chat__loader{display:inline-flex;align-items:center;gap:.7rem;color:#334155;font-size:.95rem;line-height:1.5}.hero-ai-chat__loader-spinner{width:18px;height:18px;flex-shrink:0;border:2px solid rgba(37,99,235,.18);border-top-color:var(--primary);border-radius:999px;animation:hero-ai-spin .8s linear infinite}.hero-ai-chat__composer{border-top:1px solid rgba(148,163,184,.16);background:#ffffffb8}.hero-ai-chat__label{display:block;margin-bottom:.65rem;font-size:.84rem;font-weight:700;color:#334155}.hero-ai-chat__composer-row{position:relative}.hero-ai-chat__input{width:100%;min-height:112px;resize:none;border:1px solid rgba(148,163,184,.28);border-radius:20px;background:#fffffff0;padding:.95rem 4.9rem 1rem 1rem;color:var(--text);font:inherit;line-height:1.55;outline:none;box-shadow:inset 0 1px 2px #0f172a0d}.hero-ai-chat__input::placeholder{color:#94a3b8}.hero-ai-chat__input:focus{border-color:#2563eb80;box-shadow:0 0 0 4px #2563eb1a}.hero-ai-chat__send{position:absolute;right:.85rem;bottom:.85rem;width:56px;height:56px;border:0;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:#fff;background:linear-gradient(135deg,#2563eb,#60a5fa);box-shadow:0 16px 28px #2563eb4d;cursor:pointer}.hero-ai-chat__send:disabled{opacity:.55;cursor:not-allowed;box-shadow:none}.hero-ai-chat__send svg{width:20px;height:20px;fill:currentColor}@keyframes hero-ai-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hero-ai-chat__hint{margin:.7rem 0 0;font-size:.83rem;color:#64748b}.hero-mobile-prompts,.home-mobile-audit{display:none}.content-section{padding-bottom:4rem}.filters-panel{border-radius:var(--radius-xl);padding:1.5rem;margin-bottom:1.8rem}.filters-form{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1rem;align-items:end}.field-group{display:flex;flex-direction:column;gap:.45rem}.field-group--wide{grid-column:span 2}.field-group label{font-size:.92rem;color:var(--muted);font-weight:600}.field-group input{height:48px;border-radius:14px;border:1px solid rgba(148,163,184,.28);background:#ffffffe6;padding:0 .95rem;color:var(--text);outline:none}.field-group input:focus{border-color:#2563eb6b;box-shadow:0 0 0 4px #2563eb1a}.filters-actions{display:flex;gap:.75rem;align-items:center;justify-content:flex-end}.button{height:46px;padding:0 1rem;border-radius:14px;border:1px solid transparent;font-weight:700;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.button:hover{transform:translateY(-1px)}.button--primary{background:linear-gradient(135deg,var(--primary),#60a5fa);color:#fff;box-shadow:0 14px 26px #2563eb38}.button--secondary{background:#fff;border-color:#2563eb3d;color:var(--primary-dark);display:inline-flex;align-items:center;justify-content:center}.button--ghost{background:transparent;border-color:#94a3b842;color:var(--text);padding-top:10px}.results-bar{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem}.results-bar h2{margin:0;font-size:var(--type-panel-title);letter-spacing:var(--tracking-title)}.results-bar p{margin:.3rem 0 0;color:var(--muted);white-space:pre-line}.profile-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.ai-result-card{border-radius:var(--radius-xl);padding:1.15rem;display:flex;flex-direction:column;gap:1rem}.ai-result-card__header{display:flex;align-items:flex-start;gap:.9rem}.ai-result-card__avatar-wrap{flex-shrink:0}.ai-result-card__image,.ai-result-card__placeholder{width:78px;height:78px;border-radius:22px;object-fit:cover}.ai-result-card__placeholder{display:grid;place-items:center;background:linear-gradient(135deg,#1d4ed8,#60a5fa);color:#fff;font-size:1.5rem;font-weight:800}.ai-result-card__identity{min-width:0}.ai-result-card__eyebrow-row{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;margin-bottom:.45rem}.ai-result-card__identity h3{margin:0;font-size:var(--type-card-title);line-height:1.18;letter-spacing:var(--tracking-title)}.ai-result-card__category,.ai-result-card__address,.ai-result-card__website{margin:0;color:var(--muted)}.ai-result-card__category{margin-top:.25rem;font-weight:600}.ai-result-card__body{display:flex;flex-direction:column;gap:.8rem}.ai-result-card__tags{display:flex;flex-wrap:wrap;gap:.45rem}.ai-result-card__rating{padding:.25rem .55rem;border-radius:999px;background:#0f172a0f;color:#334155;font-size:.78rem;font-weight:700}.ai-result-card__actions{margin-top:auto}.ai-result-card__button{width:100%}.ai-result-card__button--disabled{pointer-events:none;opacity:.7}.profile-card{border-radius:var(--radius-xl);overflow:hidden;display:flex;flex-direction:column;min-height:100%}.profile-card__media{display:flex;align-items:flex-start;justify-content:flex-start;gap:.8rem;min-height:140px;border-radius:var(--radius-xl) var(--radius-xl) 0 0;padding:1rem 1rem .35rem;background:radial-gradient(circle at top,rgba(96,165,250,.2),transparent 50%),linear-gradient(180deg,#0f172a0a,#fff0)}.profile-card__avatar-wrap{flex-shrink:0;display:flex;flex-direction:column;align-items:center;gap:.5rem}.profile-card__image,.profile-card__placeholder{width:125px;height:125px;display:block;object-fit:contain;overflow:hidden;border-radius:24px;padding:.75rem;border:1px solid rgba(148,163,184,.16);background:linear-gradient(180deg,#fffffffa,#f1f5f9f0);box-shadow:0 18px 44px #0f172a29}.profile-card__placeholder{display:grid;place-items:center;color:#fff;font-size:2.25rem;font-weight:800;background:linear-gradient(135deg,#1d4ed8,#60a5fa)}.profile-card__content{display:flex;flex-direction:column;gap:.8rem;min-width:0;padding:.85rem 1rem 1rem;height:100%}.profile-card__top,.profile-card__middle{display:flex;flex-direction:column;gap:.8rem}.profile-card__top{flex:1;min-width:0}.profile-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.profile-card__header-copy{min-width:0}.profile-card__header h3{margin:0;font-size:18px;font-weight:575;line-height:1.16;letter-spacing:var(--tracking-title)}.profile-card__verification-badge{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:.55rem .75rem;border-radius:18px;flex-shrink:0;width:92px;background:linear-gradient(135deg,#2563eb24,#60a5fa3d);color:var(--primary-dark);border:1px solid rgba(37,99,235,.16);box-shadow:0 10px 22px #2563eb1f;font-size:.76rem;font-weight:800;line-height:1.1;text-align:center;white-space:normal}.profile-card__subtitle{margin:.35rem 0 0;color:var(--muted);font-weight:600}.profile-card__summary{margin:-.1rem 0 0;color:#334155;line-height:1.5;font-size:.95rem}.profile-card__trust-score{display:flex;flex-direction:column;gap:.45rem;padding:1rem 1.05rem}.profile-card__trust-score-label{color:#64748b;font-size:.72rem;font-weight:800;letter-spacing:.22em;text-transform:uppercase}.profile-card__trust-score-value{color:#0f172a;font-size:clamp(1.45rem,2.4vw,1.85rem);line-height:1;letter-spacing:var(--tracking-title)}.profile-card__details{display:flex;flex-direction:column}.profile-card__group{display:flex;flex-direction:column;gap:.45rem}.profile-card__group-label{font-size:.74rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#64748b}.profile-card__location{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:flex-start;gap:.65rem;width:100%;padding:.7rem .8rem;border-radius:14px;background:linear-gradient(180deg,#fffffffa,#f8fafceb);border:1px solid rgba(148,163,184,.18)}.profile-card__location-icon{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;flex-shrink:0;color:var(--primary-dark);background:#2563eb1a}.profile-card__location-icon svg{width:15px;height:15px;fill:currentColor}.profile-card__location-copy{min-width:0}.profile-card__location-primary,.profile-card__location-secondary{margin:0}.profile-card__location-primary{font-weight:500}.profile-card__location-secondary{margin-top:.15rem;color:var(--muted);font-size:.85rem}.profile-card__tags,.profile-card__services{display:flex;flex-wrap:wrap;gap:.45rem}.profile-card__service-chip{display:inline-flex;align-items:center;min-height:28px;padding:.25rem .65rem;border-radius:999px;background:#2563eb14;color:var(--primary-dark);border:1px solid rgba(37,99,235,.14);font-weight:700;font-size:.8rem}.badge{display:inline-flex;align-items:center;min-height:28px;padding:.2rem .6rem;border-radius:999px;background:#eef2ff;color:#334155;font-size:.8rem;border:1px solid rgba(148,163,184,.18)}.badge--featured{background:#2563eb14;color:var(--primary-dark)}.profile-card__meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem;margin:0}.profile-card__meta div{padding:.65rem;background:#f8fafce6;border:1px solid rgba(148,163,184,.18);border-radius:12px}.profile-card__meta dt{color:var(--muted);font-size:.75rem;margin-bottom:.25rem}.profile-card__meta dd{margin:0;font-weight:700;font-size:.9rem}.profile-card__actions{display:flex;margin-top:auto}.profile-card__button{width:100%}.chef-card__rating{display:inline-flex;align-items:center;flex-wrap:wrap;gap:.45rem;color:#334155}.chef-card__stars{display:inline-flex;align-items:center;gap:.1rem}.chef-card__star-button{border:0;padding:0;margin:0;background:transparent;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.chef-card__rating--interactive .chef-card__star-button:hover .chef-card__star,.chef-card__rating--interactive .chef-card__star-button:focus-visible .chef-card__star{transform:translateY(-1px) scale(1.06)}.chef-card__star{width:17px;height:17px;transition:transform .18s ease}.chef-card__star--filled{fill:#f59e0b}.chef-card__star--empty{fill:#94a3b8}.chef-card__reviews{display:inline-flex;align-items:center;gap:.25rem;font-size:.86rem}.chef-card__reviews strong{color:#0f172a}.profile-card .badge--featured{align-self:flex-start;background:#ffffffeb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 10px 24px #0f172a1f}.pagination{margin-top:1.8rem;display:flex;align-items:center;justify-content:center;gap:.85rem;flex-wrap:wrap}.pagination__button,.pagination__page{min-width:44px;height:44px;padding:0 .95rem;border:1px solid rgba(148,163,184,.26);border-radius:14px;background:#ffffffeb;cursor:pointer}.pagination__button:disabled,.pagination__page:disabled{opacity:.45;cursor:not-allowed}.pagination__pages{display:flex;gap:.55rem;flex-wrap:wrap}.pagination__page.is-active{background:linear-gradient(135deg,var(--primary),#60a5fa);color:#fff;border-color:transparent}.alert,.empty-state,.skeleton-card,.simple-page{border-radius:var(--radius-xl)}.alert{padding:1rem 1.1rem;margin-bottom:1.2rem}.alert--error{color:#991b1b;background:#fef2f2f2}.empty-state,.simple-page{padding:2rem;text-align:center}.skeleton-card{min-height:275px;background:linear-gradient(90deg,#ffffffbf 25%,#e2e8f0a6,#ffffffbf 75%),#fff;background-size:200% 100%;animation:shimmer 1.4s infinite linear}.site-footer{margin-top:4rem;padding:2.5rem 0 1rem;border-top:1px solid rgba(148,163,184,.16);background:#ffffffd1}.footer-content{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:2rem}.footer-content h3,.footer-content h4,.footer-bottom{margin:0 0 .75rem}.footer-content p,.footer-content li,.footer-bottom{color:var(--muted)}.footer-content ul{list-style:none;padding:0;margin:0;display:grid;gap:.5rem}.footer-bottom{padding-top:1.25rem;margin-top:1.5rem;border-top:1px solid rgba(148,163,184,.16);text-align:center;padding:25px 0 0;margin-left:auto;margin-right:auto}.simple-page{margin-top:3rem;background:#ffffffe6;border:1px solid var(--border)}.simple-page h1{margin:0 0 .75rem;font-size:var(--type-page-title);line-height:var(--leading-title);letter-spacing:var(--tracking-title)}.simple-page p{margin:0;color:var(--muted);font-size:var(--type-body-lg);line-height:var(--leading-body)}.concierge-page{position:relative;overflow:hidden;padding:clamp(2.5rem,7vw,6rem) 0}.concierge-page--coming-soon{min-height:calc(100vh - 88px);display:grid;align-items:center;background:radial-gradient(circle at 10% 10%,rgba(37,99,235,.12),transparent 24rem),radial-gradient(circle at 92% 18%,rgba(20,184,166,.16),transparent 22rem),linear-gradient(135deg,#fffffff5,#f0f9ffd6 52%,#f5f3ffbd)}.concierge-coming-soon__grid{display:grid;gap:clamp(1.25rem,4vw,3rem);align-items:center}.concierge-coming-soon__copy{max-width:46rem}.concierge-coming-soon__copy h1{margin:0;color:#0b1220;font-size:clamp(3.25rem,10vw,8.5rem)!important;line-height:.9;letter-spacing:0}.concierge-coming-soon__copy p{margin:1.25rem 0 0;max-width:42rem;color:#334155;font-size:clamp(1.05rem,1.7vw,1.25rem);line-height:1.7}.concierge-coming-soon__actions{display:flex;flex-wrap:wrap;gap:.85rem;margin-top:1.65rem}.concierge-page__button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;text-align:center}.concierge-launch-card{position:relative;overflow:hidden;min-height:440px;border:1px solid rgba(148,163,184,.24);border-radius:28px;padding:clamp(1.1rem,2.5vw,1.5rem);background:linear-gradient(145deg,#0f172af0,#0f172ac7),radial-gradient(circle at 30% 25%,rgba(59,130,246,.45),transparent 16rem);box-shadow:0 32px 80px #0f172a38;color:#fff}.concierge-launch-card__halo{position:absolute;top:12%;right:12%;bottom:12%;left:12%;border-radius:999px;background:radial-gradient(circle,rgba(45,212,191,.38),transparent 35%),radial-gradient(circle,rgba(96,165,250,.28),transparent 58%);filter:blur(16px);opacity:.9}.concierge-launch-card__header{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:1rem}.concierge-launch-card__status{display:inline-flex;min-height:34px;align-items:center;padding:.35rem .8rem;border:1px solid rgba(226,232,240,.2);border-radius:999px;background:#ffffff14;color:#ffffffdb;font-size:.82rem;font-weight:800;text-transform:uppercase}.concierge-launch-card__pulse{width:14px;height:14px;border-radius:999px;background:#2dd4bf;box-shadow:0 0 #2dd4bf7a;animation:concierge-pulse 2.2s ease-out infinite}.concierge-orbit{position:relative;z-index:1;width:min(78vw,330px);aspect-ratio:1;margin:1rem auto 0}.concierge-orbit__ring,.concierge-orbit__core,.concierge-orbit__node{position:absolute;border-radius:999px}.concierge-orbit__ring{top:0;right:0;bottom:0;left:0;border:1px solid rgba(226,232,240,.2)}.concierge-orbit__ring--outer{animation:concierge-spin 18s linear infinite}.concierge-orbit__ring--inner{top:18%;right:18%;bottom:18%;left:18%;border-style:dashed;animation:concierge-spin 13s linear infinite reverse}.concierge-orbit__core{top:34%;right:34%;bottom:34%;left:34%;display:grid;place-items:center;background:radial-gradient(circle at 35% 28%,#fffffff2,#7dd3fcad 34%,#2563ebdb);box-shadow:inset 0 1px 18px #ffffff94,0 0 52px #3b82f685}.concierge-orbit__node{width:18px;height:18px;background:#fff;box-shadow:0 0 24px #ffffffbd}.concierge-orbit__node--one{top:8%;left:48%}.concierge-orbit__node--two{right:13%;bottom:24%;background:#2dd4bf}.concierge-orbit__node--three{left:13%;bottom:28%;background:#93c5fd}.concierge-launch-card__list{position:relative;z-index:2;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem;margin-top:1rem}.concierge-launch-card__list span{min-height:48px;display:inline-flex;align-items:center;padding:.75rem .85rem;border:1px solid rgba(226,232,240,.16);border-radius:14px;background:#ffffff14;color:#ffffffd6;font-size:.92rem;line-height:1.3}@keyframes concierge-pulse{0%{box-shadow:0 0 #2dd4bf7a}70%{box-shadow:0 0 0 16px #2dd4bf00}to{box-shadow:0 0 #2dd4bf00}}@keyframes concierge-spin{to{transform:rotate(360deg)}}@media (min-width: 900px){.concierge-coming-soon__grid{grid-template-columns:minmax(0,1.05fr) minmax(340px,.72fr)}}@media (max-width: 640px){.concierge-page{padding:2rem 0 3rem}.concierge-coming-soon__actions{flex-direction:column}.concierge-page__button{width:100%}.concierge-launch-card{min-height:390px}.concierge-launch-card__list{grid-template-columns:1fr}}@media (prefers-reduced-motion: reduce){.concierge-launch-card__pulse,.concierge-orbit__ring{animation:none}}.blogs-page,.blog-detail-page{position:relative;overflow:hidden;padding:clamp(1.25rem,2.8vw,2.5rem) 0 2rem}.blogs-page:before,.blog-detail-page:before{content:"";position:absolute;inset:0 auto auto 0;width:min(42vw,520px);height:min(42vw,520px);background:radial-gradient(circle,rgba(59,130,246,.12),transparent 70%);pointer-events:none}.blogs-page__hero{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(280px,.82fr);gap:1.5rem;align-items:stretch;margin-bottom:1.75rem}.blogs-page__hero-copy,.blogs-page__hero-card,.blog-card,.blog-detail__hero,.blog-detail__summary,.blog-detail__article,.blog-detail__sidebar-card{border:1px solid var(--border);box-shadow:var(--shadow)}.blogs-page__hero-copy,.blogs-page__hero-card{position:relative;z-index:1;border-radius:calc(var(--radius-xl) + 2px);background:radial-gradient(circle at top right,rgba(196,181,253,.3),transparent 28%),#ffffffe6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.blogs-page__hero-copy{padding:clamp(1.5rem,3vw,2.35rem)}.blogs-page__eyebrow{display:inline-block;margin-bottom:.85rem;color:#6d28d9;font-size:.78rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase}.blogs-page__hero-copy h1{margin:0;font-size:var(--type-page-title);line-height:1.02;letter-spacing:var(--tracking-title)}.blogs-page__hero-copy p{margin:1rem 0 0;max-width:60ch;color:var(--muted);font-size:var(--type-body-lg);line-height:1.72}.blogs-page__hero-card{padding:1.25rem;display:grid;gap:.9rem}.blogs-page__hero-card div{padding:1rem 1.05rem;border-radius:var(--radius-lg);background:#ffffffd6;border:1px solid rgba(167,139,250,.18)}.blogs-page__hero-card strong{display:block;margin-bottom:.3rem;font-size:1.55rem;letter-spacing:-.04em}.blogs-page__hero-card span{color:var(--muted);line-height:1.55}.blogs-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}.blogs-card-skeleton{min-height:410px}.blogs-empty-state{background:#ffffffe6;border:1px solid var(--border)}.blog-card{display:flex;flex-direction:column;border-radius:calc(var(--radius-xl) + 2px);overflow:hidden;background:#ffffffeb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.blog-card__media{aspect-ratio:16 / 10;background:linear-gradient(135deg,#2563eb1f,#7c3aed2e)}.blog-card__media img,.blog-card__placeholder{width:100%;height:100%;object-fit:cover}.blog-card__placeholder{display:grid;place-items:center;color:#1e293b;font-size:2rem;font-weight:800;letter-spacing:-.04em;background:radial-gradient(circle at top,rgba(147,197,253,.4),transparent 42%),linear-gradient(135deg,#ffffffdb,#e0e7ffc7)}.blog-card__body{display:flex;flex:1;flex-direction:column;gap:1rem;padding:1.2rem 1.2rem 1.3rem}.blog-card__meta{display:flex;flex-wrap:wrap;gap:.55rem}.blog-card__meta span{display:inline-flex;align-items:center;min-height:32px;padding:.32rem .72rem;border-radius:999px;background:#3b82f614;border:1px solid rgba(59,130,246,.14);color:#1d4ed8;font-size:.82rem;font-weight:700}.blog-card__title h2{margin:0;font-size:var(--type-card-title);line-height:1.28}.blog-card__excerpt,.blog-card__location{margin:0;color:var(--muted);line-height:1.72}.blog-card__footer{margin-top:auto;display:flex;align-items:flex-end;justify-content:space-between;gap:1rem}.blog-card__provider-label{display:block;margin-bottom:.4rem;color:#64748b;font-size:.76rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.blog-card__provider-link,.blog-card__cta,.blog-detail__provider-copy a{color:#1d4ed8;font-weight:700}.blog-card__cta{flex-shrink:0}.blog-detail-page__shell{position:relative;z-index:1;display:grid;gap:1.4rem}.blog-detail-page__breadcrumbs{display:flex;flex-wrap:wrap;gap:.45rem;color:var(--muted);font-size:.95rem}.blog-detail-page__breadcrumbs a{color:#1d4ed8;font-weight:600}.blog-detail-page__loading{display:grid;gap:1.25rem}.blog-detail{display:grid;gap:1.5rem}.blog-detail__hero{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(280px,.72fr);gap:1.5rem;padding:clamp(1.4rem,2.8vw,2.3rem);border-radius:calc(var(--radius-xl) + 4px);background:radial-gradient(circle at top right,rgba(196,181,253,.3),transparent 26%),#ffffffeb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.blog-detail__hero-copy h1{margin:0;max-width:16ch;font-size:var(--type-page-title);line-height:1.04;letter-spacing:var(--tracking-title)}.blog-detail__hero-copy>p{margin:1rem 0 0;max-width:62ch;color:var(--muted);font-size:var(--type-body-lg);line-height:1.75}.blog-detail__meta{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:1rem}.blog-detail__meta span{display:inline-flex;align-items:center;min-height:34px;padding:.35rem .78rem;border-radius:999px;background:#7c3aed14;border:1px solid rgba(124,58,237,.16);color:#6d28d9;font-size:.84rem;font-weight:700}.blog-detail__provider-card{display:flex;align-items:center;gap:1rem;align-self:start;padding:1rem;border-radius:24px;border:1px solid rgba(148,163,184,.18);background:#ffffffe0}.blog-detail__provider-media{width:92px;height:92px;flex-shrink:0}.blog-detail__provider-media img,.blog-detail__provider-placeholder{width:100%;height:100%;border-radius:24px}.blog-detail__provider-placeholder{display:grid;place-items:center;color:#1e293b;font-size:1.7rem;font-weight:800;letter-spacing:-.04em;background:radial-gradient(circle at top,rgba(147,197,253,.45),transparent 42%),linear-gradient(135deg,#ffffffe0,#e0e7ffcc)}.blog-detail__provider-copy span,.blog-detail__section-label{display:inline-block;margin-bottom:.55rem;color:#64748b;font-size:.76rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.blog-detail__provider-copy strong{display:block;font-size:1.15rem;line-height:1.25}.blog-detail__provider-copy p{margin:.45rem 0 0;color:var(--muted)}.blog-detail__provider-copy a{display:inline-flex;margin-top:.9rem}.blog-detail__content-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(280px,.78fr);gap:1.5rem;align-items:start}.blog-detail__main{display:grid;gap:1.25rem}.blog-detail__summary,.blog-detail__article,.blog-detail__sidebar-card{padding:1.3rem 1.35rem;border-radius:calc(var(--radius-lg) + 4px);background:#ffffffeb}.blog-detail__summary{background:radial-gradient(circle at top right,rgba(191,219,254,.28),transparent 30%),#fffffff2}.blog-detail__summary p,.blog-detail__article p,.blog-detail__sidebar-card p{margin:0;color:#334155;line-height:1.78}.blog-detail__summary p+p,.blog-detail__article p+p,.blog-detail__sidebar-card p+p{margin-top:.9rem}.blog-detail__sidebar{display:grid;gap:1rem}.blog-detail__category-list{display:flex;flex-wrap:wrap;gap:.55rem}.blog-detail__category-pill{display:inline-flex;align-items:center;min-height:34px;padding:.35rem .8rem;border-radius:999px;background:#3b82f614;border:1px solid rgba(59,130,246,.12);color:#1d4ed8;font-size:.84rem;font-weight:700}@media (max-width: 980px){.blogs-page__hero,.blog-detail__hero,.blog-detail__content-grid{grid-template-columns:1fr}.blogs-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 640px){.blogs-grid{grid-template-columns:1fr}.blogs-page__hero-copy,.blogs-page__hero-card,.blog-detail__hero,.blog-detail__summary,.blog-detail__article,.blog-detail__sidebar-card{padding:1.2rem}.blog-card__footer,.blog-detail__provider-card{flex-direction:column;align-items:flex-start}}.landing-page{--landing-card-radius: 28px;position:relative;overflow:hidden;padding:clamp(1rem,2.4vw,2.25rem) 0 1rem;color:var(--text)}.landing-page:before,.landing-page:after{content:"";position:absolute;border-radius:999px;filter:blur(80px);pointer-events:none}.landing-page:before{top:6rem;left:-6rem;width:20rem;height:20rem;background:#60a5fa1f}.landing-page:after{right:-10rem;bottom:18rem;width:24rem;height:24rem;background:#2563eb17}.landing-hero{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) minmax(380px,.88fr);gap:clamp(2.5rem,7vw,6.5rem);align-items:center;min-height:calc(100svh - clamp(5.5rem,8vw,7.5rem));padding-block:clamp(.5rem,1.4vw,1.25rem) clamp(1.25rem,3vw,2.5rem)}.landing-hero__copy{max-width:680px}.landing-kicker{display:block;margin-bottom:.7rem;color:#64748b;font-size:clamp(1rem,1.5vw,1.25rem);font-weight:600}.landing-eyebrow{display:inline-block;color:#64748b;font-size:clamp(.82rem,1vw,.95rem);font-weight:800;letter-spacing:.28em;text-transform:uppercase}.landing-pill{display:inline-flex;width:fit-content;margin-bottom:clamp(1.1rem,2.2vw,1.8rem);padding:.62rem 1.35rem;border:1px solid rgba(148,163,184,.24);border-radius:999px;background:#ffffffeb;box-shadow:0 12px 22px #0f172a1a;color:#334155;font-weight:700}.landing-hero h1,.landing-section h2,.landing-info-card h2{margin:0;color:#0f172a;letter-spacing:var(--tracking-title)}.landing-hero h1{font-size:var(--type-display);line-height:1}.landing-hero__copy>p{max-width:33rem;margin:1.35rem 0 0;color:#42526e;font-size:var(--type-body-lg);line-height:var(--leading-body)}.landing-search{display:flex;align-items:center;gap:.8rem;max-width:35rem;margin-top:1.6rem;padding:.7rem;border:1px solid rgba(148,163,184,.24);border-radius:28px;background:#ffffffeb;box-shadow:0 18px 38px #0f172a1a}.landing-search input{min-width:0;flex:1;height:54px;border:1px solid rgba(148,163,184,.24);border-radius:22px;background:#fffffff5;color:var(--text);outline:none;padding:0 1.3rem;font-size:1rem}.landing-search input::placeholder{color:#93b4ee}.landing-search input:focus{border-color:#2563eb6b;box-shadow:0 0 0 4px #2563eb1a}.landing-search button{min-height:54px;border:0;border-radius:20px;background:linear-gradient(135deg,var(--primary),#60a5fa);color:#fff;cursor:pointer;font-weight:800;padding:0 1.4rem;box-shadow:0 16px 30px #2563eb33}.landing-michael-card,.landing-stat-card,.landing-audit-card,.landing-standard-note,.landing-feed__list p,.landing-info-card,.landing-report-card{border:1px solid rgba(148,163,184,.24);background:#ffffffeb;box-shadow:0 18px 42px #0f172a17}.landing-michael-card{width:min(100%,520px);justify-self:end;padding:clamp(1.8rem,3.2vw,3rem);border-radius:calc(var(--landing-card-radius) + 12px)}.landing-michael-card__header{display:grid;grid-template-columns:44px minmax(0,1fr);align-items:center;gap:1.1rem}.landing-michael-card__avatar{display:grid;width:44px;height:44px;place-items:center;border-radius:50%;background:#2563eb0f;color:#0f172a52;font-size:1.35rem;font-weight:900}.landing-michael-card h2{margin:0;color:#0f172a;font-size:var(--type-panel-title);letter-spacing:var(--tracking-title)}.landing-michael-card__header p{margin:.25rem 0 0;color:#64748b;font-size:1.1rem}.landing-michael-card blockquote{margin:clamp(1.8rem,3.6vw,3rem) 0;color:#42526e;font-size:var(--type-body-lg);line-height:var(--leading-body)}.landing-michael-card__actions{display:flex;justify-content:flex-end;gap:1rem}.landing-michael-card__actions a,.landing-text-link,.landing-card-link,.landing-info-card a{color:#0f172a;font-weight:800;text-decoration:underline;text-decoration-color:#2563eb42;text-decoration-thickness:2px;text-underline-offset:.26em}.landing-michael-card__actions a{display:inline-flex;min-height:50px;align-items:center;justify-content:center;padding:0 1.25rem;border:1px solid rgba(148,163,184,.3);border-radius:18px;text-align:center;text-decoration:none}.landing-stats{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,minmax(230px,270px));justify-content:center;gap:clamp(1.25rem,3vw,2rem);padding:3rem 0 6.5rem;border-top:1px solid rgba(148,163,184,.22)}.landing-stat-card{display:grid;grid-template-columns:58px minmax(0,1fr);align-items:center;gap:1rem;min-height:132px;padding:1.45rem;border-radius:28px}.landing-stat-card__icon{display:grid;width:58px;height:58px;place-items:center;border-radius:20px;background:linear-gradient(135deg,#2563eb1f,#60a5fa33),#fff;color:var(--primary);box-shadow:inset 0 0 0 1px #2563eb24}.landing-stat-card__icon svg{width:30px;height:30px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.landing-stat-card strong,.landing-stat-card__label{color:#334155;line-height:1.3}.landing-stat-card strong{display:block;font-size:clamp(1.45rem,2vw,1.85rem);font-weight:900}.landing-stat-card__label{display:block;margin-top:.2rem;font-size:clamp(1rem,1.35vw,1.16rem)}.landing-section,.landing-trust-grid{position:relative;z-index:1;padding-top:clamp(4rem,7vw,6rem);border-top:1px solid rgba(148,163,184,.22);padding-bottom:clamp(2rem,7vw,6rem)}.landing-section__header{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:2rem;margin-bottom:clamp(2.2rem,4vw,4rem)}.landing-section__header p,.landing-feed__copy p,.landing-reports>p,.landing-info-card p,.landing-report-card p,.landing-verdict p,.landing-audit-note,.landing-standard-note{color:#42526e;font-size:var(--type-body-lg);line-height:var(--leading-body)}.landing-section h2{margin-top:1.25rem;font-size:var(--type-section-title);line-height:var(--leading-title)}.landing-section__header p{max-width:58rem;margin:1.4rem 0 0}.landing-text-link{flex:0 0 auto;max-width:11rem;font-size:1rem;line-height:1.25}.landing-profile-grid,.landing-report-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(1.5rem,3vw,2.25rem);align-items:stretch}.landing-audit-card{display:grid;grid-template-rows:minmax(118px,auto) 104px minmax(126px,1fr) minmax(130px,auto) auto;gap:1.35rem;min-height:640px;padding:clamp(1.5rem,2.3vw,2.25rem);border-radius:calc(var(--landing-card-radius) + 2px)}.landing-audit-card__top{display:grid;grid-template-columns:minmax(0,1fr) max-content;gap:1rem;align-items:start}.landing-audit-card h3,.landing-report-card h3{margin:0;color:#0f172a;font-size:var(--type-card-title);line-height:1.22;letter-spacing:var(--tracking-title)}.landing-audit-card__top p{margin:.6rem 0 0;color:#64748b;font-size:.98rem;line-height:1.45}.landing-audit-card__top>span{max-width:6.4rem;padding:.35rem .5rem;border:1px solid rgba(37,99,235,.2);border-radius:999px;background:#2563eb14;color:var(--primary);font-size:.78rem;font-weight:900;line-height:1.25;text-align:center}.landing-score{display:grid;grid-template-columns:minmax(0,1fr) 68px;align-items:center;gap:1rem}.landing-score__label{display:block;color:#64748b;font-weight:900;letter-spacing:.28em;line-height:1.25;text-transform:uppercase}.landing-score strong{display:block;margin-top:.55rem;color:#0f172a;font-size:clamp(1.85rem,2.8vw,2.35rem);line-height:1;letter-spacing:var(--tracking-title)}.landing-shield{position:relative;display:grid;width:58px;height:58px;place-items:center;justify-self:end;border:4px solid #0f172a;border-radius:50%;color:#0f172a;background:#ffffffd6}.landing-shield:before{content:"Shield";font-size:.95rem;font-weight:900}.landing-verdict h4{margin:0 0 .9rem;color:#64748b;font-size:1rem}.landing-verdict p,.landing-audit-note{margin:0}.landing-verdict{align-self:start}.landing-audit-note{display:flex;align-items:center;padding:1.35rem;border:1px solid rgba(148,163,184,.24);border-radius:20px;background:#f8fafcb8}.landing-card-link{justify-self:center;color:#0f172a9e;text-decoration:none}.landing-standard-note{margin:3rem 0 0;padding:2rem 2.4rem;border-radius:28px}.landing-feed{display:grid;grid-template-columns:minmax(0,.95fr) minmax(320px,.85fr);gap:clamp(2rem,8vw,7rem);align-items:start}.landing-feed__copy h2{max-width:15ch;color:#0f172a}.landing-feed__copy p{max-width:34rem;margin:1.6rem 0 0}.landing-feed__list{display:grid;gap:1rem}.landing-feed__list p{margin:0;padding:1.35rem 1.7rem;border-radius:22px;color:#64748b}.landing-trust-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(1.5rem,4vw,3rem)}.landing-info-card,.landing-report-card{border-radius:calc(var(--landing-card-radius) + 2px);padding:clamp(1.8rem,3.2vw,3.2rem)}.landing-info-card h2{max-width:15ch;margin-top:1.5rem;font-size:var(--type-section-title);line-height:var(--leading-title)}.landing-info-card p{max-width:32rem;margin:2rem 0 0}.landing-info-card a{display:inline-flex;margin-top:2rem;color:#0f172a9e;text-decoration:none}.landing-reports{padding-bottom:clamp(3rem,7vw,6rem)}.landing-reports>h2{max-width:24ch}.landing-reports>p{max-width:72rem;margin:1.6rem 0 clamp(2.2rem,4vw,4rem)}.landing-report-card{min-height:260px}.landing-report-card p{margin:2rem 0 0}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width: 1100px){.filters-form,.hero-grid,.footer-content,.landing-hero,.landing-feed,.landing-trust-grid{grid-template-columns:1fr}.hero-copy{padding-right:0}.hero-suggestions{margin-top:1.25rem}.hero-ai-chat__conversation{max-height:320px}.profile-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.field-group--wide{grid-column:span 1}.filters-actions,.profile-card__actions{justify-content:flex-start}.landing-hero h1,.landing-hero__copy>p,.landing-feed__copy h2,.landing-feed__copy p{max-width:none}.landing-michael-card{max-width:680px;justify-self:start}.landing-profile-grid,.landing-report-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 820px){.nav-shell{position:relative;align-items:center}.nav-shell--center-logo-menu,.nav-shell--split-center-logo{display:flex;justify-content:space-between}.nav-shell--center-logo-menu .brand,.nav-shell--split-center-logo .brand{order:1}.nav-shell--center-logo-menu .nav-cluster--left,.nav-shell--split-center-logo .nav-cluster--left{order:2;margin-left:auto}.nav-shell--center-logo-menu .nav-cluster--right,.nav-shell--split-center-logo .nav-cluster--right,.nav-shell--center-logo-menu .nav-links--desktop,.nav-shell--split-center-logo .nav-links--desktop{display:none}.nav-shell--center-logo-menu .nav-links--mobile,.nav-shell--split-center-logo .nav-links--mobile{order:3}.nav-toggle{display:inline-flex}.brand-logo{height:38px;max-width:min(200px,52vw)}.nav-links{position:absolute;top:calc(100% + .5rem);left:0;right:0;display:none;flex-direction:column;align-items:stretch;gap:.3rem;padding:.8rem;border:1px solid rgba(148,163,184,.25);border-radius:14px;background:#fff;box-shadow:0 20px 55px #0f172a2e;z-index:60}.nav-links--open{display:flex}.nav-link{padding:.65rem .75rem;border-radius:10px}.nav-link:hover,.nav-link.active{background:#2563eb14}.nav-auth{margin-top:.35rem;margin-left:0;flex-direction:column;width:100%}.btn-signin,.btn-signup{width:100%;justify-content:center}.landing-page{padding-top:1.5rem}.landing-hero{min-height:0}.landing-section__header,.landing-audit-card__top{grid-template-columns:1fr}.landing-section__header{display:grid;align-items:start}.landing-text-link{max-width:none}.landing-profile-grid,.landing-report-grid{grid-template-columns:1fr}.landing-audit-card{grid-template-rows:auto;min-height:auto}.landing-score{margin-top:0}}@media (max-width: 640px){body{background:#fff}.container{width:min(calc(100% - 2rem),var(--container));margin:0 auto}.site-header{position:sticky;background:#fffffff5;border-bottom-color:#94a3b833;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.nav-shell{min-height:72px;padding:.72rem 0}.profile-grid{grid-template-columns:1fr}.brand-logo{height:32px;max-width:min(185px,58vw)}.nav-toggle{width:48px;height:48px;border-color:#94a3b857;border-radius:16px;background:#ffffffeb;box-shadow:0 10px 24px #0f172a14;gap:.36rem}.nav-toggle__line{width:22px;height:2.5px;background:#0f172a}.hero-section{padding:1.8rem 0 1.35rem}.hero-grid{display:block}.hero-copy{display:none}.hero-stat-card{border-radius:28px;border-color:#e2e8f0e6;background:linear-gradient(145deg,#fffffff5,#f5f8ffeb);box-shadow:0 20px 58px #0f172a1a}.hero-ai-chat{display:flex;flex-direction:column;min-height:0;padding:1.6rem 1.15rem 1.25rem;background:radial-gradient(circle at 82% 4%,rgba(99,102,241,.16),transparent 32%),radial-gradient(circle at 12% 7%,rgba(99,102,241,.1),transparent 28%),linear-gradient(180deg,#ffffffe0,#f8fafcad)}.hero-ai-chat__header,.hero-ai-chat__composer,.hero-ai-chat__conversation{padding-left:0;padding-right:0}.hero-ai-chat__header{display:grid;grid-template-columns:1fr;position:relative;gap:0;padding-top:0;padding-bottom:1.35rem;border-bottom:0}.hero-ai-chat__identity{display:grid;grid-template-columns:46px minmax(0,1fr);column-gap:.85rem;align-items:center}.hero-ai-chat__avatar{width:46px;height:46px;grid-row:1}.hero-ai-chat__identity>div{display:contents}.hero-ai-chat__eyebrow{grid-column:2;grid-row:1;margin:0;color:#2563eb;font-size:1rem;letter-spacing:0}.hero-ai-chat__header h2{grid-column:1 / -1;grid-row:2;margin-top:1.35rem;color:#0f172a;font-size:clamp(2.35rem,12vw,3.05rem)!important;line-height:1.12;font-weight:800}.hero-ai-chat__status{position:absolute;top:.34rem;left:10.4rem;padding:.36rem .8rem;border-radius:999px;background:#6366f11f;color:#4f46e5;font-size:0;line-height:1}.hero-ai-chat__status:before{content:"AI Advisor";font-size:.9rem;font-weight:700}.hero-ai-chat__conversation{display:none}.hero-ai-chat__composer{order:2;padding-top:0;padding-bottom:0;border-top:0;background:transparent}.hero-ai-chat__label,.hero-ai-chat__hint{display:none}.hero-ai-chat__composer:before{content:"Ask Michael anything about care facilities. I'll analyze data and help you find the best place for your loved one.";display:block;margin:0 0 1.5rem;color:#475569;font-size:1.12rem;line-height:1.55}.hero-ai-chat__input{min-height:112px;border-color:#cbd5e1eb;border-radius:18px;background:#fffffffa;padding:.95rem 5rem 1rem 1.05rem;font-size:1.05rem;line-height:1.45;box-shadow:0 10px 28px #0f172a0a,inset 0 1px 2px #0f172a0a}.hero-ai-chat__input::placeholder{color:#64748b}.hero-ai-chat__input:placeholder-shown{text-overflow:ellipsis}.hero-ai-chat__input:focus{border-color:#6366f16b;box-shadow:0 0 0 4px #6366f11a}.hero-ai-chat__composer-row{position:relative}.hero-ai-chat__send{right:.82rem;bottom:.82rem;width:50px;height:50px;background:linear-gradient(135deg,#4f46e5,#818cf8);box-shadow:0 16px 30px #4f46e547}.hero-ai-chat__message{max-width:100%}.hero-mobile-prompts{order:3;display:block;margin-top:1.55rem}.hero-mobile-prompts__title{margin:0 0 .9rem;color:#334155;font-size:1rem;font-weight:800}.hero-mobile-prompts__list{display:grid;gap:.55rem}.hero-mobile-prompts__item{width:100%;min-height:56px;display:grid;grid-template-columns:24px minmax(0,1fr) 20px;align-items:center;gap:.75rem;padding:.7rem 1rem;border:1px solid rgba(226,232,240,.9);border-radius:18px;background:#fffffff0;color:#1e293b;box-shadow:0 12px 26px #0f172a0f;text-align:left;cursor:pointer}.hero-mobile-prompts__icon{display:inline-flex;color:#6366f1}.hero-mobile-prompts__icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.hero-mobile-prompts__item span:nth-child(2){min-width:0;font-size:1rem;line-height:1.25;overflow-wrap:anywhere}.hero-mobile-prompts__chevron{color:#475569;font-size:2rem;line-height:1;justify-self:end}.home-mobile-audit{display:grid;grid-template-columns:58px minmax(0,1fr);gap:1.1rem;margin-top:0;margin-bottom:1.5rem;padding:1.65rem 1.35rem;border:1px solid rgba(226,232,240,.95);border-radius:28px;background:#fffffff5;box-shadow:0 22px 58px #0f172a14}.home-mobile-audit__icon{width:58px;height:58px;display:grid;place-items:center;border-radius:999px;color:#fff;background:linear-gradient(135deg,#2563eb,#6366f1);box-shadow:0 18px 34px #2563eb42}.home-mobile-audit__icon svg{width:32px;height:32px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.home-mobile-audit__copy h2{margin:.35rem 0 .85rem;color:#0f172a;font-size:1.38rem!important;line-height:1.18;font-weight:800}.home-mobile-audit__copy p{margin:0;color:#475569;font-size:1.02rem;line-height:1.55}.home-mobile-audit__copy a{display:inline-flex;align-items:center;gap:.35rem;margin-top:1.15rem;color:#6366f1;font-size:1rem;font-weight:600}.landing-hero h1{font-size:clamp(2.45rem,12vw,3.4rem)}.landing-section h2,.landing-info-card h2{font-size:clamp(1.85rem,8vw,2.35rem)}.landing-search,.landing-michael-card__actions{flex-direction:column}.landing-stats{grid-template-columns:1fr;max-width:none}.landing-search input,.landing-search button,.landing-michael-card__actions a,.landing-stat-card{width:100%}.landing-michael-card,.landing-info-card,.landing-report-card,.landing-standard-note{border-radius:24px}.landing-score{grid-template-columns:minmax(0,1fr) 58px}.profile-card__media{min-height:150px;padding:1rem 1rem 0;flex-direction:column;align-items:flex-start}.profile-card__image,.profile-card__placeholder{width:132px;height:132px}.profile-card__content{padding:.95rem 1rem 1rem}.profile-card__meta{grid-template-columns:1fr}.profile-card__header{flex-direction:column}.profile-card__verification-badge{align-self:flex-start}}.detail-section{padding:3rem 0 4rem}.detail-breadcrumbs{display:flex;align-items:center;gap:.65rem;color:var(--muted);margin-bottom:1.25rem;font-size:.95rem}.detail-breadcrumbs a:hover{color:var(--primary-dark)}.profile-detail{display:grid;gap:1.5rem}.profile-detail--side{grid-template-columns:40% 1fr;align-items:start}.profile-detail--side>header{position:sticky;top:calc(var(--navbar-h, 72px) + 1rem)}@media (max-width: 980px){.profile-detail--side{grid-template-columns:1fr}.profile-detail--side>header{position:static}}.profile-detail__hero,.detail-panel,.profile-detail__summary-card,.detail-skeleton__hero,.detail-skeleton__content{border:1px solid var(--border);background:var(--surface);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:var(--shadow)}.profile-detail__hero{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(280px,.9fr);grid-template-rows:auto auto auto;gap:1.5rem;border-radius:var(--radius-xl);padding:1.5rem}.profile-detail__identity{grid-column:1;grid-row:1}.profile-detail__about-panel{grid-column:1;grid-row:2;margin-top:0}.profile-detail__summary-card{grid-column:2;grid-row:1 / span 3}.profile-detail__hero--side{display:flex;flex-direction:column;gap:1.25rem}.profile-detail__hero--side .profile-detail__identity{order:1}.profile-detail__hero--side .profile-detail__about-panel{order:2}.profile-detail__hero--side .profile-detail__reviews-panel{order:3}.profile-detail__hero--side .profile-detail__summary-card{order:4}.profile-detail__identity{display:grid;grid-template-columns:168px minmax(0,1fr);gap:1.5rem;align-items:center}.profile-detail__identity-main{min-width:0;display:flex;flex-direction:column;justify-content:center}.profile-detail__media{width:168px;display:flex;justify-content:center;justify-self:start;align-self:start}.profile-detail__media-actions{width:min(100%,320px);display:grid;gap:.85rem;margin-top:1.15rem}.profile-detail__action-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}.profile-detail__location-card{width:min(100%,360px);display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.8rem;padding:.95rem 1rem;margin-top:.9rem;border-radius:20px;border:1px solid rgba(148,163,184,.18);background:radial-gradient(circle at top right,rgba(59,130,246,.12),transparent 34%),linear-gradient(180deg,#fffffffa,#f8fafcf0);box-shadow:0 16px 30px #0f172a0f}.profile-detail__location-icon{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;color:var(--primary-dark);background:#2563eb1a;flex-shrink:0}.profile-detail__location-icon svg{width:18px;height:18px;fill:currentColor}.profile-detail__location-copy{min-width:0;display:grid;gap:.18rem}.profile-detail__location-primary,.profile-detail__location-secondary{margin:0}.profile-detail__location-primary{color:#0f172a;font-size:.98rem;font-weight:500;line-height:1.3}.profile-detail__location-secondary{color:#64748b;font-size:.9rem;line-height:1.45}.profile-detail__media img,.profile-detail__placeholder{width:168px;height:168px;border-radius:24px}.profile-detail__media img{display:block;object-fit:contain;overflow:hidden;padding:.75rem;border:1px solid rgba(148,163,184,.18);background:linear-gradient(180deg,#fffffff5,#f1f5f9eb);box-shadow:0 14px 24px #0f172a14}.profile-detail__placeholder{display:grid;place-items:center;font-size:2.2rem;font-weight:800;color:#fff;background:linear-gradient(135deg,var(--primary),#60a5fa)}.profile-detail__hire-button,.profile-detail__claim-button,.profile-detail__review-button{width:100%;min-width:0;display:inline-flex;align-items:center;justify-content:center;gap:.55rem;padding-inline:1.15rem;white-space:nowrap}.profile-detail__hire-button,.profile-detail__claim-button{min-height:46px;box-shadow:0 14px 24px #2563eb33}.profile-detail__review-button{min-height:46px;border-color:#c4b5fdf2;background:linear-gradient(180deg,#fffffffa,#faf5fff2);color:#4f46e5;box-shadow:0 10px 22px #7c3aed14}.profile-detail__hire-icon{width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center}.profile-detail__hire-icon svg{width:18px;height:18px;fill:currentColor}.profile-detail__claim-icon{width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center}.profile-detail__claim-icon svg{width:18px;height:18px;fill:currentColor}.profile-detail__review-icon{width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center}.profile-detail__review-icon svg{width:18px;height:18px;fill:currentColor}.profile-detail__eyebrow-row{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.profile-detail h1{font-size:24px;font-weight:575;line-height:var(--leading-title);letter-spacing:var(--tracking-title);margin:.45rem 0 .7rem}.profile-detail__headline{margin:0;color:var(--muted);font-size:var(--type-body-lg);line-height:var(--leading-body)}.profile-detail__rating{margin-top:.5rem}.profile-detail__rating.chef-card__rating--interactive{align-items:center;gap:.65rem}.profile-detail__rating .chef-card__star{width:18px;height:18px}.profile-detail__rating .chef-card__reviews{font-size:.92rem}.chef-card__reviews--empty{color:var(--muted)}.profile-detail__chips{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:1rem;margin-bottom:1rem;grid-column:2}.profile-detail__hero--side .profile-detail__chips{grid-column:1 / -1;margin-top:.5rem}.profile-detail__summary-card{border-radius:var(--radius-lg);padding:1.35rem}.profile-detail__summary-card h2,.detail-panel h2{margin:0 0 1rem;font-size:var(--type-card-title);line-height:1.2;letter-spacing:var(--tracking-title)}.profile-detail__summary-card dl,.detail-list{display:grid;gap:.95rem}.profile-detail__summary-card dt,.detail-list span{display:block;color:var(--muted);font-size:.92rem;margin-bottom:.2rem}.profile-detail__summary-card dd,.detail-list strong{margin:0;font-weight:700}.profile-detail__about-panel{border-radius:var(--radius-lg)}.profile-detail__reviews-panel{grid-column:1;grid-row:3;display:flex;flex-direction:column;gap:1rem}.profile-detail__opinion-panel{position:relative;overflow:hidden;display:flex;flex-direction:column;gap:1rem;background:radial-gradient(circle at top right,rgba(196,181,253,.34),transparent 34%),linear-gradient(180deg,#fffffffa,#f8fafcf2)}.profile-detail__opinion-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-wrap:wrap}.profile-detail__opinion-meta{display:flex;align-items:center;justify-content:flex-end;gap:.55rem;flex-wrap:wrap}.profile-detail__opinion-identity{display:flex;align-items:center;gap:.9rem;min-width:0}.profile-detail__opinion-avatar{width:52px;height:52px;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:3px;background:linear-gradient(135deg,#4f46e533,#38bdf82e);box-shadow:0 12px 26px #4f46e51f}.profile-detail__opinion-avatar img{width:100%;height:100%;display:block;object-fit:cover;border-radius:inherit}.profile-detail__opinion-eyebrow{display:inline-block;margin-bottom:.2rem;color:#4f46e5;font-size:.78rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.profile-detail__opinion-header h2{margin:0;font-size:1.45rem}.profile-detail__opinion-badge{display:inline-flex;align-items:center;min-height:36px;padding:.5rem .9rem;border-radius:999px;background:#8b5cf61f;border:1px solid rgba(139,92,246,.18);color:#4338ca;font-size:.82rem;font-weight:700;white-space:nowrap}.profile-detail__opinion-bubble{max-width:100%;padding:1rem 1.15rem;border-radius:24px;border:1px solid rgba(226,232,240,.95);background:#fffffff0;box-shadow:0 16px 32px #0f172a0f}.profile-detail__opinion-label{display:inline-block;margin-bottom:.55rem;color:#475569;font-size:.76rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.profile-detail__opinion-title{margin:0 0 .85rem;color:#0f172a;font-size:1.08rem;line-height:1.45}.profile-detail__opinion-bubble p{margin:0;color:#334155}.profile-detail__opinion-bubble p+p{margin-top:.85rem}.profile-detail__opinion-loader{display:inline-flex;align-items:center;gap:.45rem;margin-top:.85rem}.profile-detail__opinion-loader-dot{width:10px;height:10px;border-radius:999px;background:linear-gradient(135deg,#4f46e5,#60a5fa);animation:profile-detail-opinion-pulse 1.1s ease-in-out infinite}.profile-detail__opinion-loader-dot:nth-child(2){animation-delay:.16s}.profile-detail__opinion-loader-dot:nth-child(3){animation-delay:.32s}.profile-detail__reviews-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-wrap:wrap}.profile-detail__reviews-header p{margin:0;max-width:58ch;color:var(--muted);line-height:1.7}.profile-detail__reviews-count{display:inline-flex;align-items:center;min-height:34px;padding:.35rem .8rem;border-radius:999px;background:#2563eb14;border:1px solid rgba(37,99,235,.15);color:var(--primary-dark);font-size:.82rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.profile-detail__review-selector{display:flex;flex-wrap:wrap;gap:.7rem}.profile-detail__review-pill{display:inline-flex;flex-direction:column;align-items:flex-start;gap:.28rem;min-height:58px;padding:.55rem .9rem;border:1px solid rgba(148,163,184,.22);border-radius:999px;background:#ffffffe0;color:#334155;font:inherit;font-size:.92rem;font-weight:700;box-shadow:0 10px 24px #0f172a0f;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease}.profile-detail__review-pill:hover,.profile-detail__review-pill:focus-visible{transform:translateY(-1px);border-color:#2563eb47;box-shadow:0 14px 28px #2563eb1f}.profile-detail__review-pill.is-active{background:linear-gradient(135deg,#2563eb24,#60a5fa2e);border-color:#2563eb4d;color:#0f172a}.profile-detail__review-pill-main{display:inline-flex;align-items:center;gap:.6rem;width:100%}.profile-detail__review-pill-icon,.profile-detail__review-pill-check{width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.profile-detail__review-pill-icon svg,.profile-detail__review-pill-check svg{width:18px;height:18px;fill:currentColor}.profile-detail__review-pill-icon{color:var(--primary-dark)}.profile-detail__review-pill-check{margin-left:auto;color:#10b981}.profile-detail__review-pill-name{white-space:nowrap}.profile-detail__review-pill-date{width:100%;text-align:center;color:#64748b;font-size:.68rem;font-weight:600;line-height:1.2}.profile-detail__review-pill.is-active .profile-detail__review-pill-date{color:#0f172ac7}.profile-detail__review-comment-card{display:flex;flex-direction:column;padding:1.2rem 1.25rem;border:1px solid rgba(148,163,184,.18);border-radius:22px;background:radial-gradient(circle at top right,rgba(37,99,235,.08),transparent 32%),linear-gradient(180deg,#fffffffa,#f8fafcf0);box-shadow:0 18px 42px #0f172a14;animation:profile-detail-review-reveal .28s ease}.profile-detail__review-comment-top{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-bottom:.9rem}.profile-detail__review-comment-author{display:flex;flex-direction:column;gap:.15rem}.profile-detail__review-comment-name{font-weight:800;letter-spacing:var(--tracking-title)}.profile-detail__review-comment-date,.profile-detail__review-footnote{color:#64748b;font-size:.88rem}.profile-detail__review-stars{display:inline-flex;align-items:center;gap:.18rem}.profile-detail__review-star{width:18px;height:18px;fill:#cbd5e1;transition:transform .18s ease,fill .18s ease}.profile-detail__review-star.is-active{fill:#f59e0b}.profile-detail__review-comment-card h3{margin:0 0 .7rem;font-size:var(--type-card-title);line-height:1.2;letter-spacing:var(--tracking-title)}.profile-detail__review-comment-card p{margin:0;color:#334155;font-size:.96rem;line-height:var(--leading-body)}.profile-detail__review-footnote{margin:0}.profile-detail__review-footer{display:flex;flex-direction:column;gap:.9rem;margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(148,163,184,.18)}.profile-detail__reviews-actions{display:flex;align-items:center;justify-content:flex-start;gap:.9rem;flex-wrap:wrap}.profile-detail__reviews-load-more{min-width:176px;align-self:flex-start;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease}.profile-detail__reviews-load-more:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 14px 28px #2563eb1f}.profile-detail__reviews-load-more:disabled{opacity:.65;cursor:wait}.profile-detail__reviews-remaining{color:#64748b;font-size:.9rem;line-height:1.6}@media (max-width: 640px){.profile-detail__reviews-actions{flex-direction:column;align-items:stretch}.profile-detail__reviews-load-more{width:100%;min-width:0}.profile-card__image,.profile-card__placeholder{width:100%;height:100%;object-fit:cover}}.profile-detail__reviews-empty{display:flex;align-items:flex-start;gap:1rem;padding:1.1rem 1.15rem;border:1px dashed rgba(148,163,184,.3);border-radius:20px;background:#f8fafcd1}.profile-detail__reviews-empty-icon{width:44px;height:44px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--primary-dark);background:#2563eb1a}.profile-detail__reviews-empty-icon svg{width:22px;height:22px;fill:currentColor}.profile-detail__reviews-empty h3{margin:0 0 .35rem;font-size:var(--type-card-title);line-height:1.2}.profile-detail__reviews-empty p{margin:0}.profile-detail__content-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem}.detail-panel{border-radius:var(--radius-xl);padding:1.5rem}.detail-panel p{color:var(--muted);line-height:var(--leading-body)}.profile-detail__ai-frame-wrap{border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;background:#fff}.profile-detail__ai-frame{display:block;width:100%;min-height:75dvh;border:0}.detail-help-text code{background:#0f172a0f;border-radius:8px;padding:.15rem .4rem}.detail-skeleton{display:grid;gap:1rem}.detail-skeleton--side{grid-template-columns:40% 1fr;align-items:start}.detail-skeleton__hero{height:320px;border-radius:var(--radius-xl)}.detail-skeleton--side .detail-skeleton__hero{height:520px}.detail-skeleton__content{height:220px;border-radius:var(--radius-xl)}.detail-skeleton--side .detail-skeleton__content{height:520px}@media (max-width: 980px){.detail-skeleton--side{grid-template-columns:1fr}.detail-skeleton--side .detail-skeleton__hero,.detail-skeleton--side .detail-skeleton__content{height:220px}}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:grid;place-items:center;padding:1.5rem;background:#0f172a6b;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.modal-dialog{width:min(100%,820px);max-height:calc(100vh - 3rem);overflow:auto;border-radius:18px;background:#fff;box-shadow:0 30px 80px #0f172a47}.hire-modal__header,.hire-modal__footer{padding:1.1rem 1.25rem}.hire-modal__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;border-bottom:1px solid rgba(148,163,184,.22)}.hire-modal__header h2{margin:0;flex:1;text-align:center;font-size:var(--type-card-title);line-height:1.2;letter-spacing:var(--tracking-title)}.hire-modal__close{width:40px;height:40px;border:0;background:transparent;border-radius:999px;color:#7c8594;cursor:pointer}.hire-modal__close svg{width:22px;height:22px;fill:currentColor}.hire-modal__form{padding:1.35rem 1.25rem 0}.hire-modal__row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.hire-modal__field{display:flex;flex-direction:column;gap:.55rem;margin-bottom:1rem}.hire-modal__field label{color:#334155;font-size:.95rem}.hire-modal__hint{margin:-.15rem 0 0;color:#64748b;font-size:.82rem;line-height:1.45}.hire-modal__field input,.hire-modal__field textarea{width:100%;border:1px solid rgba(203,213,225,.95);border-radius:8px;padding:.9rem .85rem;background:#fff;color:var(--text);font:inherit;font-size:.95rem;line-height:1.5;box-shadow:inset 0 1px 2px #0f172a0d;outline:none}.hire-modal__field input::placeholder,.hire-modal__field textarea::placeholder{color:#94a3b8;font:inherit;font-size:.95rem;line-height:1.5;opacity:1}.hire-modal__field input:focus,.hire-modal__field textarea:focus{border-color:#3b82f6e6;box-shadow:0 0 0 2px #3b82f61a}.hire-modal__field textarea{resize:vertical;min-height:132px}.hire-modal__footer{border-top:1px solid rgba(148,163,184,.22);display:flex;justify-content:center;padding-bottom:1.5rem}.hire-modal__submit,.hire-modal__cancel{min-width:96px}.hire-modal__error,.hire-modal__success{margin:.25rem 0 .5rem;font-size:.92rem}.hire-modal__error{color:#b91c1c}.hire-modal__success{color:#047857}.claim-modal{width:min(100%,860px)}@keyframes profile-detail-review-reveal{0%{opacity:0;transform:translateY(6px) scale(.99)}to{opacity:1;transform:translateY(0) scale(1)}}.claim-modal__form{padding-top:1.15rem}.claim-modal__intro{margin:0 0 1.1rem;color:#313945;line-height:var(--leading-body);font-size:var(--type-body-lg)}.claim-modal__account-lines{margin-bottom:.95rem}.claim-modal__account-line{margin:0 0 .95rem;font-size:1rem;color:#252c37}.claim-modal__account-line strong{font-size:1rem;color:#252c37}.claim-modal__account-value--email{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1rem;word-break:break-all}.claim-modal__footer{justify-content:center;gap:.65rem;border-top:0;padding-top:0}.claim-modal__cancel{background:#facc15;border-color:#eab308;color:#111827;min-width:96px}.claim-modal__cancel:hover{background:#eab308}.claim-modal__note{margin:1.25rem -1.25rem 0;padding:1rem 1.25rem 0;border-top:1px solid rgba(148,163,184,.22);text-align:center;color:#374151;line-height:1.45}.review-modal{width:min(100%,760px)}.review-modal__header{border-bottom:1px solid rgba(148,163,184,.22);background:radial-gradient(circle at top right,rgba(59,130,246,.15),transparent 44%),#fff}.review-modal__form{padding-top:1rem}.review-modal__subtitle{margin:0 0 .9rem;color:#475569;line-height:1.55}.review-modal__stars{display:inline-flex;gap:.35rem;margin:0 0 1.15rem;padding:.35rem .45rem;border-radius:999px;background:linear-gradient(180deg,#f8fafcf2,#f1f5f9cc);border:1px solid rgba(148,163,184,.22)}.review-modal__star-button{border:0;width:36px;height:36px;border-radius:999px;background:transparent;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:transform .18s ease,background .18s ease}.review-modal__star-button:hover,.review-modal__star-button:focus-visible{transform:translateY(-1px);background:#0f172a0f}.review-modal__star{width:24px;height:24px}.review-modal__star--active{fill:#f59e0b}.review-modal__star--idle{fill:#94a3b8}.review-modal__footer{justify-content:center;gap:.65rem}@media (max-width: 980px){.cms-pages__grid,.cms-pages__list-item,.cms-pages__editing-state,.cms-users__summary,.cms-users__field-grid,.profile-detail__hero,.profile-detail__hero--side,.profile-detail__content-grid{grid-template-columns:1fr}.profile-detail__identity{grid-column:1;grid-row:1}.profile-detail__about-panel{grid-column:1;grid-row:2}.profile-detail__reviews-panel{grid-column:1;grid-row:3}.profile-detail__summary-card{grid-column:1;grid-row:4}}@media (max-width: 720px){.cms-pages__editing-actions .button,.cms-users__summary-actions .button{width:100%}.profile-detail__identity{grid-template-columns:120px minmax(0,1fr);gap:1rem;align-items:flex-start}.profile-detail__media{width:120px}.profile-detail__media img,.profile-detail__placeholder{width:120px;height:120px;border-radius:20px}.profile-detail__media-actions{gap:.7rem;margin-top:1rem;width:100%}.profile-detail__opinion-header h2{font-size:1.25rem}.profile-detail__opinion-meta{width:100%}.profile-detail__opinion-badge{width:100%;justify-content:center;white-space:normal;text-align:center}.profile-detail__hire-button,.profile-detail__claim-button,.profile-detail__review-button{padding-inline:1rem}.profile-detail__hero--side .profile-detail__identity{grid-template-columns:120px minmax(0,1fr)}.hire-modal__row{grid-template-columns:1fr}.claim-modal__account-line,.claim-modal__account-line strong{font-size:.98rem}}@media (max-width: 520px){.profile-detail__identity,.profile-detail__hero--side .profile-detail__identity{grid-template-columns:1fr;gap:1rem}.profile-detail__media{width:120px;justify-self:center}.profile-detail__media-actions{width:100%}.profile-detail__action-row{grid-template-columns:1fr}.profile-detail__hire-button,.profile-detail__claim-button,.profile-detail__review-button{width:100%;min-width:0}}@keyframes profile-detail-opinion-pulse{0%,80%,to{transform:scale(.72);opacity:.45}40%{transform:scale(1);opacity:1}}.app-shell h1{font-size:var(--heading-h1-size)!important}.app-shell h2{font-size:var(--heading-h2-size)!important}.app-shell h3{font-size:var(--heading-h3-size)!important}.app-shell h4{font-size:var(--heading-h4-size)!important}.app-shell h5{font-size:var(--heading-h5-size)!important}.app-shell h6{font-size:var(--heading-h6-size)!important}
