:root{color-scheme:light;--embr-primary-50:#faf6f4;--embr-primary-100:#f5eee9;--embr-primary-200:#ebd7cc;--embr-primary-300:#d9baa8;--embr-primary-400:#c4977d;--embr-primary-500:#b88566;--embr-primary-600:#a67452;--embr-primary-700:#886043;--embr-primary-800:#6d4a37;--embr-primary-900:#523729;--embr-secondary-50:#f0f7f6;--embr-secondary-100:#dceee8;--embr-secondary-200:#b8d9d3;--embr-secondary-300:#8dbfb0;--embr-secondary-400:#6ba898;--embr-secondary-500:#5a9684;--embr-secondary-600:#497e6f;--embr-secondary-700:#3a6659;--embr-secondary-800:#2d5246;--embr-secondary-900:#213c35;--embr-accent-50:#f5f7fa;--embr-accent-100:#e8ecf2;--embr-accent-200:#cbd5e3;--embr-accent-300:#a1b3c8;--embr-accent-400:#6a7f9e;--embr-accent-500:#4a5f7f;--embr-accent-600:#374563;--embr-accent-700:#2c3847;--embr-accent-800:#232d39;--embr-accent-900:#1a202c;--embr-neutral-50:#fefdfb;--embr-neutral-100:#faf8f5;--embr-neutral-200:#f3ebe5;--embr-neutral-300:#e8ddd2;--embr-neutral-400:#d4ccc0;--embr-neutral-500:#c0b8ac;--embr-neutral-600:#a89d91;--embr-neutral-700:#8f8478;--embr-neutral-800:#76695e;--embr-neutral-900:#5d5248;--embr-success:var(--embr-secondary-400);--embr-warning:#e8c570;--embr-error:#9b6b5a;--embr-info:var(--embr-accent-500);--embr-font-size-xs:0.75rem;--embr-font-size-sm:0.875rem;--embr-font-size-md:0.9375rem;--embr-font-size-base:1rem;--embr-font-size-lg:1.125rem;--embr-font-size-xl:1.25rem;--embr-space-xs:0.25rem;--embr-space-sm:0.5rem;--embr-space-md:1rem;--embr-space-lg:1.5rem;--embr-space-xl:2rem;--embr-space-2xl:2.5rem;--embr-space-3xl:3rem;--embr-bg:var(--embr-neutral-50);--embr-bg-mid:#f2eee2;--embr-bg-deep:#e9e3d3;--embr-surface:var(--embr-neutral-100);--embr-text:var(--embr-accent-900);--embr-muted-text:var(--embr-accent-600);--embr-border:var(--embr-neutral-200);--embr-focus:var(--embr-secondary-400);--embr-accent:var(--embr-primary-600);--embr-accent-contrast:#fff;--embr-warm-1:var(--embr-primary-400);--embr-warm-2:var(--embr-primary-300);--embr-sun:#e8c570;--embr-sea-glass:var(--embr-secondary-300);--embr-radius-sm:8px;--embr-radius-md:12px;--embr-radius-lg:16px;--embr-radius-xl:24px;--embr-shadow:0 16px 40px rgba(41,50,65,.08);--embr-shadow-strong:0 0 24px rgba(0,0,0,.12);--embr-ring-accent:0 0 0 5px color-mix(in srgb,var(--embr-accent) 22%,transparent)}*{box-sizing:border-box}#__next,body,html{min-height:100%}body{background:radial-gradient(circle at top right,color-mix(in srgb,var(--embr-sun) 30%,transparent),transparent 35%),linear-gradient(165deg,var(--embr-bg),var(--embr-bg-mid) 60%,var(--embr-bg-deep));color:var(--embr-text);font-family:Avenir Next,Segoe UI,sans-serif}a{text-decoration:none}button,input,select,textarea{font:inherit}:focus-visible{outline:3px solid var(--embr-focus);outline-offset:2px}.embr-page{min-height:100vh}.embr-container{width:min(1100px,calc(100% - 2rem));margin:0 auto}.embr-shell{--embr-sidebar-width:240px;display:grid;grid-template-columns:var(--embr-sidebar-width) 1fr;min-height:100vh}.embr-brand{display:inline-flex;align-items:center;gap:.65rem;font-size:var(--embr-font-size-xl);font-weight:700;letter-spacing:.04em}.embr-brand-dot{width:1.05rem;height:1.05rem;border-radius:999px;background:var(--embr-accent);box-shadow:var(--embr-ring-accent)}.embr-sidebar{position:sticky;top:0;align-self:start;height:100vh;width:var(--embr-sidebar-width);display:flex;flex-direction:column;background:color-mix(in srgb,var(--embr-bg) 88%,#fff);border-right:1px solid var(--embr-border);padding:1rem .75rem .75rem;z-index:30}.embr-sidebar-brand{padding:.25rem .6rem 1.1rem}.embr-sidebar-nav{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:var(--embr-space-md)}.embr-sidebar-section{display:flex;flex-direction:column;gap:.1rem}.embr-sidebar-section-label{font-size:var(--embr-font-size-xs);font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--embr-muted-text);padding:0 .6rem .35rem;opacity:.75}.embr-sidebar-link{display:block;padding:.5rem .7rem;border-radius:var(--embr-radius-md);color:var(--embr-muted-text);font-weight:550;font-size:var(--embr-font-size-md);text-decoration:none;transition:background-color .12s ease,color .12s ease}.embr-sidebar-link:hover{background:color-mix(in srgb,var(--embr-accent) 12%,#fff);color:var(--embr-text)}.embr-sidebar-link[data-active=true]{background:color-mix(in srgb,var(--embr-accent) 22%,#fff);color:var(--embr-text);font-weight:650}.embr-sidebar-divider{border:none;border-top:1px solid var(--embr-border);margin:.4rem .3rem;opacity:.5}.embr-sidebar-footer{position:relative;margin-top:.5rem;padding-top:.5rem;border-top:1px solid var(--embr-border)}.embr-sidebar-user{display:flex;align-items:center;gap:.6rem;width:100%;background:transparent;border:1px solid transparent;padding:.5rem .6rem;border-radius:var(--embr-radius-md);cursor:pointer;text-align:left;transition:background-color .12s ease,border-color .12s ease}.embr-sidebar-user:focus-visible,.embr-sidebar-user:hover{background:color-mix(in srgb,var(--embr-accent) 14%,#fff);border-color:var(--embr-border);outline:none}.embr-sidebar-user[data-open=true]{background:color-mix(in srgb,var(--embr-accent) 18%,#fff);border-color:var(--embr-border)}.embr-sidebar-user-caret{margin-left:auto;display:inline-flex;align-items:center;justify-content:center;color:var(--embr-muted-text);transition:transform .16s ease;flex-shrink:0}.embr-sidebar-user[data-open=true] .embr-sidebar-user-caret{transform:rotate(180deg);color:var(--embr-text)}.embr-sidebar-user-meta{display:flex;flex-direction:column;min-width:0;overflow:hidden}.embr-sidebar-user-meta .embr-user-name{font-size:var(--embr-font-size-sm);font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.embr-sidebar-user-meta .embr-user-handle{font-size:var(--embr-font-size-xs)}.embr-user-dropdown.embr-sidebar-dropdown{position:absolute;top:auto;bottom:calc(100% + .5rem);left:0;right:0;margin-top:0;min-width:0}.embr-sidebar-backdrop,.embr-topbar{display:none}.embr-content{padding:1.5rem 0 2rem;min-width:0}.ui-card{background:color-mix(in srgb,var(--embr-bg) 88%,#fff);border:1px solid var(--embr-border);border-radius:var(--embr-radius-lg);box-shadow:var(--embr-shadow)}.ui-card[data-padding=none]{padding:0}.ui-card[data-padding=sm]{padding:1rem}.ui-card[data-padding=md]{padding:1.25rem}.ui-card[data-padding=lg]{padding:1.6rem}.ui-button{border:none;border-radius:var(--embr-radius-sm);min-height:var(--embr-space-2xl);padding:var(--embr-space-sm) var(--embr-space-md);font-weight:650;cursor:pointer;transition:transform .12s ease,opacity .12s ease,background-color .12s ease}.ui-button:disabled{opacity:.55;cursor:not-allowed}.ui-button:not(:disabled):active{transform:translateY(1px)}.ui-button[data-variant=primary]{background:var(--embr-accent);color:var(--embr-accent-contrast)}.ui-button[data-variant=primary]:not(:disabled):hover{background:var(--embr-primary-700)}.ui-button[data-variant=secondary]{background:color-mix(in srgb,var(--embr-accent-900) 9%,#fff);color:var(--embr-text)}.ui-button[data-variant=secondary]:not(:disabled):hover{background:color-mix(in srgb,var(--embr-accent-900) 15%,#fff)}.ui-button[data-variant=ghost]{background:transparent;color:var(--embr-text);border:1px solid var(--embr-border)}.ui-button[data-variant=ghost]:not(:disabled):hover{background:color-mix(in srgb,var(--embr-accent-900) 5%,#fff)}.ui-button[data-size=sm]{padding:var(--embr-space-sm) .75rem;font-size:var(--embr-font-size-sm);min-height:0}.ui-button-full{width:100%}.ui-button-loading{position:relative;cursor:wait}.ui-button-spinner{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center}.ui-button[data-variant=primary] .ui-button-spinner{color:var(--embr-accent-contrast)}.ui-button[data-variant=ghost] .ui-button-spinner,.ui-button[data-variant=secondary] .ui-button-spinner{color:var(--embr-text)}.ui-button-content-hidden{visibility:hidden}.ui-field{width:100%;border-radius:var(--embr-radius-sm);border:1px solid var(--embr-border);background:color-mix(in srgb,var(--embr-bg) 84%,#fff);color:var(--embr-text);min-height:2.7rem;padding:.55rem .75rem}.ui-field::-moz-placeholder{color:color-mix(in srgb,var(--embr-muted-text) 75%,#fff)}.ui-field::placeholder{color:color-mix(in srgb,var(--embr-muted-text) 75%,#fff)}.ui-textarea{resize:vertical;min-height:7rem}.ui-label{font-size:var(--embr-font-size-md);font-weight:600;margin-bottom:.35rem;display:inline-block}.ui-help-text{color:var(--embr-muted-text)}.ui-error-text,.ui-help-text{margin-top:.4rem;font-size:var(--embr-font-size-sm)}.ui-error-text{color:var(--embr-error)}.ui-avatar{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;overflow:hidden;color:var(--embr-text);background:color-mix(in srgb,var(--embr-accent) 35%,#fff);font-weight:700}.ui-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.ui-modal-overlay{position:fixed;inset:0;background:rgba(41,50,65,.5);display:grid;place-items:center;z-index:40;padding:1rem}.ui-modal{width:min(560px,100%);max-height:calc(100vh - 2rem);overflow:auto;background:color-mix(in srgb,var(--embr-bg) 92%,#fff);border-radius:var(--embr-radius-lg);border:1px solid var(--embr-border);box-shadow:var(--embr-shadow);padding:1.2rem}.ui-toast-stack{position:fixed;right:1rem;bottom:1rem;z-index:45;display:grid;gap:.5rem}.ui-toast{min-width:260px;max-width:380px;padding:.85rem 1rem;border-radius:var(--embr-radius-md);border:1px solid var(--embr-border);background:color-mix(in srgb,var(--embr-bg) 90%,#fff);box-shadow:var(--embr-shadow)}.ui-toast[data-kind=error]{border-color:color-mix(in srgb,var(--embr-error) 40%,#fff)}.ui-toast[data-kind=success]{border-color:color-mix(in srgb,var(--embr-success) 40%,#fff)}.ui-toast[data-kind=warning]{border-color:color-mix(in srgb,var(--embr-warning) 40%,#fff)}.ui-toast[data-kind=info]{border-color:color-mix(in srgb,var(--embr-info) 40%,#fff)}.ui-page-state{text-align:center;padding:2.25rem 1rem;color:var(--embr-muted-text)}.ui-page-state h2,.ui-page-state h3{color:var(--embr-text);margin:0 0 .5rem}.ui-page-title{margin:0;font-size:clamp(1.5rem,2vw,2rem)}.ui-page-subtitle{margin:.35rem 0 0;color:var(--embr-muted-text)}.embr-menu-toggle{display:none;flex-direction:column;gap:.35rem;background:transparent;border:none;cursor:pointer;padding:.25rem;width:2rem;height:2rem}.embr-menu-toggle span{display:block;width:100%;height:2px;background:var(--embr-text);border-radius:1px;transition:all .2s ease}.embr-user-menu{position:relative}.embr-user-button{background:transparent;border:none;cursor:pointer;padding:0;display:flex;align-items:center;border-radius:999px;transition:opacity .12s ease}.embr-user-button:hover{opacity:.8}.embr-user-dropdown{position:absolute;top:100%;right:0;margin-top:.5rem;min-width:200px;background:color-mix(in srgb,var(--embr-bg) 92%,#fff);border:1px solid var(--embr-border);border-radius:var(--embr-radius-md);box-shadow:var(--embr-shadow);z-index:50;overflow:hidden}.embr-dropdown-item{padding:.7rem 1rem;color:var(--embr-text);display:flex;align-items:center;gap:.5rem}.embr-dropdown-link{cursor:pointer;transition:background-color .12s ease;text-decoration:none}.embr-dropdown-link:hover{background:color-mix(in srgb,var(--embr-accent) 12%,#fff)}.embr-dropdown-button{width:100%;background:transparent;border:none;padding:.7rem 1rem;text-align:left;cursor:pointer;transition:background-color .12s ease}.embr-dropdown-button:hover{background:color-mix(in srgb,var(--embr-error) 12%,#fff)}.embr-dropdown-danger{color:var(--embr-error)}.embr-dropdown-divider{margin:.4rem 0;border:none;border-top:1px solid var(--embr-border);opacity:.5}.embr-user-name{font-weight:600;color:var(--embr-text)}.embr-user-handle{font-size:var(--embr-font-size-sm);color:var(--embr-muted-text)}.embr-breadcrumbs{background:color-mix(in srgb,var(--embr-accent) 6%,#fff);border-bottom:1px solid var(--embr-border);padding:.6rem 0}.embr-breadcrumb-nav{flex-wrap:wrap;font-size:var(--embr-font-size-md)}.embr-breadcrumb-item,.embr-breadcrumb-nav{display:flex;align-items:center;gap:.4rem}.embr-breadcrumb-link{color:var(--embr-accent);text-decoration:none;transition:opacity .12s ease}.embr-breadcrumb-link:hover{opacity:.8;text-decoration:underline}.embr-breadcrumb-current{color:var(--embr-text);font-weight:500}.embr-breadcrumb-separator{color:var(--embr-muted-text);opacity:.6}.embr-brand-text{display:inline}.embr-auth-shell{display:grid;grid-template-rows:auto 1fr;min-height:100vh}.embr-auth-header{position:sticky;top:0;z-index:20;background:color-mix(in srgb,var(--embr-bg) 85%,#fff);border-bottom:1px solid var(--embr-border);backdrop-filter:blur(8px)}.embr-auth-header-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:60px}.embr-brand-text-auth{display:inline;font-size:var(--embr-font-size-xl);font-weight:700;letter-spacing:.04em}.embr-auth-content{min-height:0}.embr-auth-back-link{display:inline-flex;align-items:center;gap:.35rem;color:var(--embr-muted-text);font-size:var(--embr-font-size-md);font-weight:600;border-radius:999px;padding:.35rem .75rem;transition:background-color .12s ease,color .12s ease;text-decoration:none}.embr-auth-back-link:hover{background:color-mix(in srgb,var(--embr-accent) 14%,#fff);color:var(--embr-text)}.embr-auth-back-arrow{font-size:1rem;line-height:1}@media (max-width:900px){.embr-shell{grid-template-columns:1fr;grid-template-rows:auto 1fr}.embr-topbar{display:flex;align-items:center;gap:.75rem;padding:.6rem 1rem;position:sticky;top:0;z-index:20;background:color-mix(in srgb,var(--embr-bg) 88%,#fff);border-bottom:1px solid var(--embr-border);backdrop-filter:blur(8px)}.embr-menu-toggle{display:flex}.embr-sidebar-brand{display:none}.embr-sidebar{position:fixed;top:0;left:0;height:100vh;width:min(280px,80vw);transform:translateX(-100%);transition:transform .22s ease;box-shadow:var(--embr-shadow-strong)}.embr-sidebar[data-open=true]{transform:translateX(0)}.embr-sidebar-backdrop{display:block;position:fixed;inset:0;background:rgba(41,50,65,.45);border:none;z-index:25;cursor:pointer}}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*/*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb}:after,:before{--tw-content:""}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:Avenir Next,Segoe UI,sans-serif;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}p{margin-bottom:1em}.pointer-events-none{pointer-events:none}.\!visible{visibility:visible!important}.visible{visibility:visible}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{inset:0}.inset-y-0{top:0;bottom:0}.-bottom-1{bottom:-.25rem}.-left-1{left:-.25rem}.-right-1{right:-.25rem}.-top-1{top:-.25rem}.bottom-2{bottom:.5rem}.bottom-3{bottom:.75rem}.bottom-4{bottom:1rem}.bottom-full{bottom:100%}.left-0{left:0}.left-1\/2{left:50%}.left-2{left:.5rem}.left-3{left:.75rem}.left-4{left:1rem}.right-2{right:.5rem}.right-3{right:.75rem}.right-4{right:1rem}.top-1\/2{top:50%}.top-2{top:.5rem}.top-3{top:.75rem}.top-4{top:1rem}.top-full{top:100%}.z-50{z-index:50}.mx-auto{margin-left:auto;margin-right:auto}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-1{margin-left:.25rem}.ml-12{margin-left:3rem}.ml-14{margin-left:3.5rem}.ml-2{margin-left:.5rem}.ml-4{margin-left:1rem}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.line-clamp-1{-webkit-line-clamp:1}.line-clamp-1,.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.line-clamp-2{-webkit-line-clamp:2}.line-clamp-3{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.hidden{display:none}.aspect-square{aspect-ratio:1/1}.aspect-video{aspect-ratio:16/9}.h-1{height:.25rem}.h-10{height:2.5rem}.h-12{height:3rem}.h-16{height:4rem}.h-2{height:.5rem}.h-20{height:5rem}.h-24{height:6rem}.h-3{height:.75rem}.h-32{height:8rem}.h-4{height:1rem}.h-48{height:12rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-64{height:16rem}.h-8{height:2rem}.h-96{height:24rem}.h-full{height:100%}.max-h-96{max-height:24rem}.max-h-\[600px\]{max-height:600px}.max-h-\[90vh\]{max-height:90vh}.min-h-\[200px\]{min-height:200px}.min-h-\[600px\]{min-height:600px}.min-h-screen{min-height:100vh}.w-1\/2{width:50%}.w-1\/3{width:33.333333%}.w-1\/4{width:25%}.w-10{width:2.5rem}.w-12{width:3rem}.w-16{width:4rem}.w-2{width:.5rem}.w-24{width:6rem}.w-3{width:.75rem}.w-3\/4{width:75%}.w-32{width:8rem}.w-4{width:1rem}.w-48{width:12rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-8{width:2rem}.w-96{width:24rem}.w-full{width:100%}.min-w-0{min-width:0}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-6xl{max-width:72rem}.max-w-7xl{max-width:80rem}.max-w-full{max-width:100%}.max-w-lg{max-width:32rem}.max-w-md{max-width:28rem}.max-w-sm{max-width:24rem}.flex-1{flex:1 1 0%}.flex-shrink-0,.shrink-0{flex-shrink:0}.grow{flex-grow:1}.-translate-x-1\/2{--tw-translate-x:-50%}.-translate-x-1\/2,.-translate-y-1\/2{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y:-50%}.scale-0{--tw-scale-x:0;--tw-scale-y:0}.scale-0,.scale-105{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-105{--tw-scale-x:1.05;--tw-scale-y:1.05}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes bounce{0%,to{transform:translateY(-25%);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:none;animation-timing-function:cubic-bezier(0,0,.2,1)}}.animate-bounce{animation:bounce 1s infinite}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes spin{to{transform:rotate(1turn)}}.animate-spin{animation:spin 1s linear infinite}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.resize-none{resize:none}.resize{resize:both}.list-inside{list-style-position:inside}.list-disc{list-style-type:disc}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-center{align-items:center}.items-baseline{align-items:baseline}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-px{gap:1px}.-space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-.5rem * var(--tw-space-x-reverse));margin-left:calc(-.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.75rem * var(--tw-space-x-reverse));margin-left:calc(.75rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.divide-gray-200>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(229 231 235/var(--tw-divide-opacity,1))}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.truncate{overflow:hidden;text-overflow:ellipsis}.truncate,.whitespace-nowrap{white-space:nowrap}.whitespace-pre-wrap{white-space:pre-wrap}.break-words{overflow-wrap:break-word}.break-all{word-break:break-all}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:var(--embr-radius-lg)}.rounded-xl{border-radius:var(--embr-radius-xl)}.border{border-width:1px}.border-2{border-width:2px}.border-4{border-width:4px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-dashed{border-style:dashed}.border-\[\#E8998D\]{--tw-border-opacity:1;border-color:rgb(232 153 141/var(--tw-border-opacity,1))}.border-amber-200{--tw-border-opacity:1;border-color:rgb(253 230 138/var(--tw-border-opacity,1))}.border-blue-500{--tw-border-opacity:1;border-color:rgb(59 130 246/var(--tw-border-opacity,1))}.border-embr-accent-300{--tw-border-opacity:1;border-color:rgb(161 179 200/var(--tw-border-opacity,1))}.border-embr-accent-900{--tw-border-opacity:1;border-color:rgb(26 32 44/var(--tw-border-opacity,1))}.border-embr-neutral-200{--tw-border-opacity:1;border-color:rgb(243 235 229/var(--tw-border-opacity,1))}.border-embr-neutral-300{--tw-border-opacity:1;border-color:rgb(232 221 210/var(--tw-border-opacity,1))}.border-embr-primary-200{--tw-border-opacity:1;border-color:rgb(235 215 204/var(--tw-border-opacity,1))}.border-embr-primary-300{--tw-border-opacity:1;border-color:rgb(217 186 168/var(--tw-border-opacity,1))}.border-embr-primary-400{--tw-border-opacity:1;border-color:rgb(196 151 125/var(--tw-border-opacity,1))}.border-embr-secondary-300{--tw-border-opacity:1;border-color:rgb(141 191 176/var(--tw-border-opacity,1))}.border-gray-100{--tw-border-opacity:1;border-color:rgb(243 244 246/var(--tw-border-opacity,1))}.border-gray-200{--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity,1))}.border-gray-300{--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity,1))}.border-gray-600{--tw-border-opacity:1;border-color:rgb(75 85 99/var(--tw-border-opacity,1))}.border-gray-700{--tw-border-opacity:1;border-color:rgb(55 65 81/var(--tw-border-opacity,1))}.border-neutral-200{--tw-border-opacity:1;border-color:rgb(243 235 229/var(--tw-border-opacity,1))}.border-purple-700{--tw-border-opacity:1;border-color:rgb(126 34 206/var(--tw-border-opacity,1))}.border-red-200{--tw-border-opacity:1;border-color:rgb(254 202 202/var(--tw-border-opacity,1))}.border-red-300{--tw-border-opacity:1;border-color:rgb(252 165 165/var(--tw-border-opacity,1))}.border-red-500\/20{border-color:rgba(239,68,68,.2)}.border-red-700{--tw-border-opacity:1;border-color:rgb(185 28 28/var(--tw-border-opacity,1))}.border-slate-700{--tw-border-opacity:1;border-color:rgb(51 65 85/var(--tw-border-opacity,1))}.border-transparent{border-color:transparent}.border-white{--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity,1))}.border-t-\[\#E8998D\]{--tw-border-opacity:1;border-top-color:rgb(232 153 141/var(--tw-border-opacity,1))}.border-t-blue-500{--tw-border-opacity:1;border-top-color:rgb(59 130 246/var(--tw-border-opacity,1))}.border-t-embr-primary-400{--tw-border-opacity:1;border-top-color:rgb(196 151 125/var(--tw-border-opacity,1))}.border-t-purple-600{--tw-border-opacity:1;border-top-color:rgb(147 51 234/var(--tw-border-opacity,1))}.border-t-red-600{--tw-border-opacity:1;border-top-color:rgb(220 38 38/var(--tw-border-opacity,1))}.border-t-transparent{border-top-color:transparent}.bg-\[\#E8998D\]{--tw-bg-opacity:1;background-color:rgb(232 153 141/var(--tw-bg-opacity,1))}.bg-\[\#E8998D\]\/10{background-color:hsla(8,66%,73%,.1)}.bg-\[\#F4F1F1\]{--tw-bg-opacity:1;background-color:rgb(244 241 241/var(--tw-bg-opacity,1))}.bg-amber-50{--tw-bg-opacity:1;background-color:rgb(255 251 235/var(--tw-bg-opacity,1))}.bg-amber-600{--tw-bg-opacity:1;background-color:rgb(217 119 6/var(--tw-bg-opacity,1))}.bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity,1))}.bg-black\/50{background-color:rgba(0,0,0,.5)}.bg-black\/60{background-color:rgba(0,0,0,.6)}.bg-black\/80{background-color:rgba(0,0,0,.8)}.bg-blue-100{--tw-bg-opacity:1;background-color:rgb(219 234 254/var(--tw-bg-opacity,1))}.bg-blue-50{--tw-bg-opacity:1;background-color:rgb(239 246 255/var(--tw-bg-opacity,1))}.bg-blue-500{--tw-bg-opacity:1;background-color:rgb(59 130 246/var(--tw-bg-opacity,1))}.bg-blue-500\/10{background-color:rgba(59,130,246,.1)}.bg-blue-600{--tw-bg-opacity:1;background-color:rgb(37 99 235/var(--tw-bg-opacity,1))}.bg-embr-accent-100{--tw-bg-opacity:1;background-color:rgb(232 236 242/var(--tw-bg-opacity,1))}.bg-embr-accent-800{--tw-bg-opacity:1;background-color:rgb(35 45 57/var(--tw-bg-opacity,1))}.bg-embr-accent-900\/30{background-color:rgba(26,32,44,.3)}.bg-embr-accent-900\/70{background-color:rgba(26,32,44,.7)}.bg-embr-neutral-100{--tw-bg-opacity:1;background-color:rgb(250 248 245/var(--tw-bg-opacity,1))}.bg-embr-neutral-200{--tw-bg-opacity:1;background-color:rgb(243 235 229/var(--tw-bg-opacity,1))}.bg-embr-neutral-300{--tw-bg-opacity:1;background-color:rgb(232 221 210/var(--tw-bg-opacity,1))}.bg-embr-neutral-400{--tw-bg-opacity:1;background-color:rgb(212 204 192/var(--tw-bg-opacity,1))}.bg-embr-primary-100{--tw-bg-opacity:1;background-color:rgb(245 238 233/var(--tw-bg-opacity,1))}.bg-embr-primary-100\/30{background-color:hsla(25,37%,94%,.3)}.bg-embr-primary-100\/40{background-color:hsla(25,37%,94%,.4)}.bg-embr-primary-400{--tw-bg-opacity:1;background-color:rgb(196 151 125/var(--tw-bg-opacity,1))}.bg-embr-secondary-100{--tw-bg-opacity:1;background-color:rgb(220 238 232/var(--tw-bg-opacity,1))}.bg-embr-secondary-400{--tw-bg-opacity:1;background-color:rgb(107 168 152/var(--tw-bg-opacity,1))}.bg-gray-100{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity,1))}.bg-gray-200{--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity,1))}.bg-gray-50{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity,1))}.bg-gray-700{--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity,1))}.bg-gray-800{--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity,1))}.bg-gray-800\/50{background-color:rgba(31,41,55,.5)}.bg-gray-900{--tw-bg-opacity:1;background-color:rgb(17 24 39/var(--tw-bg-opacity,1))}.bg-green-100{--tw-bg-opacity:1;background-color:rgb(220 252 231/var(--tw-bg-opacity,1))}.bg-green-500{--tw-bg-opacity:1;background-color:rgb(34 197 94/var(--tw-bg-opacity,1))}.bg-green-600{--tw-bg-opacity:1;background-color:rgb(22 163 74/var(--tw-bg-opacity,1))}.bg-primary-400{--tw-bg-opacity:1;background-color:rgb(196 151 125/var(--tw-bg-opacity,1))}.bg-primary-400\/10{background-color:hsla(22,38%,63%,.1)}.bg-primary-600{--tw-bg-opacity:1;background-color:rgb(166 116 82/var(--tw-bg-opacity,1))}.bg-purple-100{--tw-bg-opacity:1;background-color:rgb(243 232 255/var(--tw-bg-opacity,1))}.bg-purple-600{--tw-bg-opacity:1;background-color:rgb(147 51 234/var(--tw-bg-opacity,1))}.bg-red-100{--tw-bg-opacity:1;background-color:rgb(254 226 226/var(--tw-bg-opacity,1))}.bg-red-50{--tw-bg-opacity:1;background-color:rgb(254 242 242/var(--tw-bg-opacity,1))}.bg-red-500{--tw-bg-opacity:1;background-color:rgb(239 68 68/var(--tw-bg-opacity,1))}.bg-red-500\/10{background-color:rgba(239,68,68,.1)}.bg-red-600{--tw-bg-opacity:1;background-color:rgb(220 38 38/var(--tw-bg-opacity,1))}.bg-red-900\/20{background-color:rgba(127,29,29,.2)}.bg-slate-700{--tw-bg-opacity:1;background-color:rgb(51 65 85/var(--tw-bg-opacity,1))}.bg-slate-800{--tw-bg-opacity:1;background-color:rgb(30 41 59/var(--tw-bg-opacity,1))}.bg-slate-900{--tw-bg-opacity:1;background-color:rgb(15 23 42/var(--tw-bg-opacity,1))}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.bg-yellow-100{--tw-bg-opacity:1;background-color:rgb(254 249 195/var(--tw-bg-opacity,1))}.bg-opacity-50{--tw-bg-opacity:0.5}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.from-\[\#E8998D\]{--tw-gradient-from:#e8998d var(--tw-gradient-from-position);--tw-gradient-to:hsla(8,66%,73%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-amber-500{--tw-gradient-from:#f59e0b var(--tw-gradient-from-position);--tw-gradient-to:rgba(245,158,11,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-embr-neutral-50{--tw-gradient-from:#fefdfb var(--tw-gradient-from-position);--tw-gradient-to:hsla(40,60%,99%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-embr-primary-400{--tw-gradient-from:#c4977d var(--tw-gradient-from-position);--tw-gradient-to:hsla(22,38%,63%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-embr-secondary-400{--tw-gradient-from:#6ba898 var(--tw-gradient-from-position);--tw-gradient-to:rgba(107,168,152,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-green-500{--tw-gradient-from:#22c55e var(--tw-gradient-from-position);--tw-gradient-to:rgba(34,197,94,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-purple-500{--tw-gradient-from:#a855f7 var(--tw-gradient-from-position);--tw-gradient-to:rgba(168,85,247,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-purple-900{--tw-gradient-from:#581c87 var(--tw-gradient-from-position);--tw-gradient-to:rgba(88,28,135,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.via-embr-primary-300{--tw-gradient-to:hsla(22,39%,75%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#d9baa8 var(--tw-gradient-via-position),var(--tw-gradient-to)}.to-\[\#C9ADA7\]{--tw-gradient-to:#c9ada7 var(--tw-gradient-to-position)}.to-embr-neutral-100{--tw-gradient-to:#faf8f5 var(--tw-gradient-to-position)}.to-embr-primary-200{--tw-gradient-to:#ebd7cc var(--tw-gradient-to-position)}.to-embr-primary-300{--tw-gradient-to:#d9baa8 var(--tw-gradient-to-position)}.to-embr-primary-500{--tw-gradient-to:#b88566 var(--tw-gradient-to-position)}.to-embr-secondary-500{--tw-gradient-to:#5a9684 var(--tw-gradient-to-position)}.to-emerald-600{--tw-gradient-to:#059669 var(--tw-gradient-to-position)}.to-orange-600{--tw-gradient-to:#ea580c var(--tw-gradient-to-position)}.to-pink-500{--tw-gradient-to:#ec4899 var(--tw-gradient-to-position)}.to-pink-900{--tw-gradient-to:#831843 var(--tw-gradient-to-position)}.bg-clip-text{-webkit-background-clip:text;background-clip:text}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.p-0\.5{padding:.125rem}.p-1{padding:.25rem}.p-12{padding:3rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-20{padding-top:5rem;padding-bottom:5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pb-2{padding-bottom:.5rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pb-6{padding-bottom:1.5rem}.pl-10{padding-left:2.5rem}.pl-12{padding-left:3rem}.pl-8{padding-left:2rem}.pr-4{padding-right:1rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-6{padding-top:1.5rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.text-6xl{font-size:3.75rem;line-height:1}.text-base{font-size:var(--embr-font-size-base)}.text-lg{font-size:var(--embr-font-size-lg)}.text-sm{font-size:var(--embr-font-size-sm)}.text-xl{font-size:var(--embr-font-size-xl)}.text-xs{font-size:var(--embr-font-size-xs)}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.capitalize{text-transform:capitalize}.italic{font-style:italic}.leading-none{line-height:1}.tracking-tight{letter-spacing:-.025em}.text-\[\#9A8C98\]{--tw-text-opacity:1;color:rgb(154 140 152/var(--tw-text-opacity,1))}.text-\[\#C9ADA7\]{--tw-text-opacity:1;color:rgb(201 173 167/var(--tw-text-opacity,1))}.text-\[\#E8998D\]{--tw-text-opacity:1;color:rgb(232 153 141/var(--tw-text-opacity,1))}.text-amber-600{--tw-text-opacity:1;color:rgb(217 119 6/var(--tw-text-opacity,1))}.text-amber-800{--tw-text-opacity:1;color:rgb(146 64 14/var(--tw-text-opacity,1))}.text-blue-400{--tw-text-opacity:1;color:rgb(96 165 250/var(--tw-text-opacity,1))}.text-blue-500{--tw-text-opacity:1;color:rgb(59 130 246/var(--tw-text-opacity,1))}.text-blue-800{--tw-text-opacity:1;color:rgb(30 64 175/var(--tw-text-opacity,1))}.text-blue-900{--tw-text-opacity:1;color:rgb(30 58 138/var(--tw-text-opacity,1))}.text-embr-accent-100{--tw-text-opacity:1;color:rgb(232 236 242/var(--tw-text-opacity,1))}.text-embr-accent-400{--tw-text-opacity:1;color:rgb(106 127 158/var(--tw-text-opacity,1))}.text-embr-accent-500{--tw-text-opacity:1;color:rgb(74 95 127/var(--tw-text-opacity,1))}.text-embr-accent-600{--tw-text-opacity:1;color:rgb(55 69 99/var(--tw-text-opacity,1))}.text-embr-accent-700{--tw-text-opacity:1;color:rgb(44 56 71/var(--tw-text-opacity,1))}.text-embr-accent-800{--tw-text-opacity:1;color:rgb(35 45 57/var(--tw-text-opacity,1))}.text-embr-accent-900{--tw-text-opacity:1;color:rgb(26 32 44/var(--tw-text-opacity,1))}.text-embr-neutral-50{--tw-text-opacity:1;color:rgb(254 253 251/var(--tw-text-opacity,1))}.text-embr-neutral-600{--tw-text-opacity:1;color:rgb(168 157 145/var(--tw-text-opacity,1))}.text-embr-primary-400{--tw-text-opacity:1;color:rgb(196 151 125/var(--tw-text-opacity,1))}.text-embr-primary-500{--tw-text-opacity:1;color:rgb(184 133 102/var(--tw-text-opacity,1))}.text-embr-primary-600{--tw-text-opacity:1;color:rgb(166 116 82/var(--tw-text-opacity,1))}.text-embr-primary-700{--tw-text-opacity:1;color:rgb(136 96 67/var(--tw-text-opacity,1))}.text-embr-primary-800{--tw-text-opacity:1;color:rgb(109 74 55/var(--tw-text-opacity,1))}.text-embr-secondary-500{--tw-text-opacity:1;color:rgb(90 150 132/var(--tw-text-opacity,1))}.text-embr-secondary-600{--tw-text-opacity:1;color:rgb(73 126 111/var(--tw-text-opacity,1))}.text-embr-secondary-700{--tw-text-opacity:1;color:rgb(58 102 89/var(--tw-text-opacity,1))}.text-embr-secondary-800{--tw-text-opacity:1;color:rgb(45 82 70/var(--tw-text-opacity,1))}.text-gray-300{--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity,1))}.text-gray-400{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity,1))}.text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity,1))}.text-gray-600{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity,1))}.text-gray-700{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity,1))}.text-gray-800{--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity,1))}.text-gray-900{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity,1))}.text-green-400{--tw-text-opacity:1;color:rgb(74 222 128/var(--tw-text-opacity,1))}.text-green-500{--tw-text-opacity:1;color:rgb(34 197 94/var(--tw-text-opacity,1))}.text-green-600{--tw-text-opacity:1;color:rgb(22 163 74/var(--tw-text-opacity,1))}.text-green-800{--tw-text-opacity:1;color:rgb(22 101 52/var(--tw-text-opacity,1))}.text-neutral-500{--tw-text-opacity:1;color:rgb(192 184 172/var(--tw-text-opacity,1))}.text-orange-400{--tw-text-opacity:1;color:rgb(251 146 60/var(--tw-text-opacity,1))}.text-primary-400{--tw-text-opacity:1;color:rgb(196 151 125/var(--tw-text-opacity,1))}.text-purple-200{--tw-text-opacity:1;color:rgb(233 213 255/var(--tw-text-opacity,1))}.text-purple-300{--tw-text-opacity:1;color:rgb(216 180 254/var(--tw-text-opacity,1))}.text-purple-400{--tw-text-opacity:1;color:rgb(192 132 252/var(--tw-text-opacity,1))}.text-purple-800{--tw-text-opacity:1;color:rgb(107 33 168/var(--tw-text-opacity,1))}.text-purple-900{--tw-text-opacity:1;color:rgb(88 28 135/var(--tw-text-opacity,1))}.text-red-100{--tw-text-opacity:1;color:rgb(254 226 226/var(--tw-text-opacity,1))}.text-red-400{--tw-text-opacity:1;color:rgb(248 113 113/var(--tw-text-opacity,1))}.text-red-500{--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity,1))}.text-red-600{--tw-text-opacity:1;color:rgb(220 38 38/var(--tw-text-opacity,1))}.text-red-700{--tw-text-opacity:1;color:rgb(185 28 28/var(--tw-text-opacity,1))}.text-red-800{--tw-text-opacity:1;color:rgb(153 27 27/var(--tw-text-opacity,1))}.text-slate-200{--tw-text-opacity:1;color:rgb(226 232 240/var(--tw-text-opacity,1))}.text-slate-400{--tw-text-opacity:1;color:rgb(148 163 184/var(--tw-text-opacity,1))}.text-transparent{color:transparent}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.text-white\/60{color:hsla(0,0%,100%,.6)}.text-white\/80{color:hsla(0,0%,100%,.8)}.text-yellow-800{--tw-text-opacity:1;color:rgb(133 77 14/var(--tw-text-opacity,1))}.underline{text-decoration-line:underline}.line-through{text-decoration-line:line-through}.placeholder-embr-accent-400::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(106 127 158/var(--tw-placeholder-opacity,1))}.placeholder-embr-accent-400::placeholder{--tw-placeholder-opacity:1;color:rgb(106 127 158/var(--tw-placeholder-opacity,1))}.placeholder-gray-400::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(156 163 175/var(--tw-placeholder-opacity,1))}.placeholder-gray-400::placeholder{--tw-placeholder-opacity:1;color:rgb(156 163 175/var(--tw-placeholder-opacity,1))}.opacity-0{opacity:0}.opacity-25{opacity:.25}.opacity-50{opacity:.5}.opacity-75{opacity:.75}.opacity-90{opacity:.9}.shadow{--tw-shadow:var(--embr-shadow-sm);--tw-shadow-colored:var(--embr-shadow-sm)}.shadow,.shadow-lg{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow:var(--embr-shadow-lg);--tw-shadow-colored:var(--embr-shadow-lg)}.shadow-md{--tw-shadow:var(--embr-shadow-md);--tw-shadow-colored:var(--embr-shadow-md)}.shadow-md,.shadow-sm{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow:var(--embr-shadow-sm);--tw-shadow-colored:var(--embr-shadow-sm)}.outline{outline-style:solid}.blur{--tw-blur:blur(8px)}.blur,.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-shadow{transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.last\:border-0:last-child{border-width:0}.last\:border-b-0:last-child{border-bottom-width:0}.hover\:scale-110:hover{--tw-scale-x:1.1;--tw-scale-y:1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:border-blue-500:hover{--tw-border-opacity:1;border-color:rgb(59 130 246/var(--tw-border-opacity,1))}.hover\:border-embr-primary-300:hover{--tw-border-opacity:1;border-color:rgb(217 186 168/var(--tw-border-opacity,1))}.hover\:border-gray-300:hover{--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity,1))}.hover\:border-purple-500:hover{--tw-border-opacity:1;border-color:rgb(168 85 247/var(--tw-border-opacity,1))}.hover\:bg-\[\#E8998D\]:hover{--tw-bg-opacity:1;background-color:rgb(232 153 141/var(--tw-bg-opacity,1))}.hover\:bg-\[\#F4F1F1\]:hover{--tw-bg-opacity:1;background-color:rgb(244 241 241/var(--tw-bg-opacity,1))}.hover\:bg-\[\#d6887c\]:hover{--tw-bg-opacity:1;background-color:rgb(214 136 124/var(--tw-bg-opacity,1))}.hover\:bg-\[\#d88578\]:hover{--tw-bg-opacity:1;background-color:rgb(216 133 120/var(--tw-bg-opacity,1))}.hover\:bg-\[\#d88a7e\]:hover{--tw-bg-opacity:1;background-color:rgb(216 138 126/var(--tw-bg-opacity,1))}.hover\:bg-amber-700:hover{--tw-bg-opacity:1;background-color:rgb(180 83 9/var(--tw-bg-opacity,1))}.hover\:bg-blue-700:hover{--tw-bg-opacity:1;background-color:rgb(29 78 216/var(--tw-bg-opacity,1))}.hover\:bg-embr-neutral-200:hover{--tw-bg-opacity:1;background-color:rgb(243 235 229/var(--tw-bg-opacity,1))}.hover\:bg-embr-neutral-300:hover{--tw-bg-opacity:1;background-color:rgb(232 221 210/var(--tw-bg-opacity,1))}.hover\:bg-embr-neutral-400:hover{--tw-bg-opacity:1;background-color:rgb(212 204 192/var(--tw-bg-opacity,1))}.hover\:bg-embr-primary-200:hover{--tw-bg-opacity:1;background-color:rgb(235 215 204/var(--tw-bg-opacity,1))}.hover\:bg-embr-primary-500:hover{--tw-bg-opacity:1;background-color:rgb(184 133 102/var(--tw-bg-opacity,1))}.hover\:bg-embr-secondary-500:hover{--tw-bg-opacity:1;background-color:rgb(90 150 132/var(--tw-bg-opacity,1))}.hover\:bg-gray-100:hover{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity,1))}.hover\:bg-gray-200:hover{--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity,1))}.hover\:bg-gray-300:hover{--tw-bg-opacity:1;background-color:rgb(209 213 219/var(--tw-bg-opacity,1))}.hover\:bg-gray-50:hover{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity,1))}.hover\:bg-green-700:hover{--tw-bg-opacity:1;background-color:rgb(21 128 61/var(--tw-bg-opacity,1))}.hover\:bg-primary-500:hover{--tw-bg-opacity:1;background-color:rgb(184 133 102/var(--tw-bg-opacity,1))}.hover\:bg-primary-700:hover{--tw-bg-opacity:1;background-color:rgb(136 96 67/var(--tw-bg-opacity,1))}.hover\:bg-purple-700:hover{--tw-bg-opacity:1;background-color:rgb(126 34 206/var(--tw-bg-opacity,1))}.hover\:bg-red-100:hover{--tw-bg-opacity:1;background-color:rgb(254 226 226/var(--tw-bg-opacity,1))}.hover\:bg-red-50:hover{--tw-bg-opacity:1;background-color:rgb(254 242 242/var(--tw-bg-opacity,1))}.hover\:bg-red-700:hover{--tw-bg-opacity:1;background-color:rgb(185 28 28/var(--tw-bg-opacity,1))}.hover\:bg-slate-100:hover{--tw-bg-opacity:1;background-color:rgb(241 245 249/var(--tw-bg-opacity,1))}.hover\:from-embr-primary-500:hover{--tw-gradient-from:#b88566 var(--tw-gradient-from-position);--tw-gradient-to:hsla(23,37%,56%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.hover\:to-embr-primary-600:hover{--tw-gradient-to:#a67452 var(--tw-gradient-to-position)}.hover\:text-\[\#E8998D\]:hover{--tw-text-opacity:1;color:rgb(232 153 141/var(--tw-text-opacity,1))}.hover\:text-\[\#d88578\]:hover{--tw-text-opacity:1;color:rgb(216 133 120/var(--tw-text-opacity,1))}.hover\:text-\[\#d88a7e\]:hover{--tw-text-opacity:1;color:rgb(216 138 126/var(--tw-text-opacity,1))}.hover\:text-amber-600:hover{--tw-text-opacity:1;color:rgb(217 119 6/var(--tw-text-opacity,1))}.hover\:text-blue-300:hover{--tw-text-opacity:1;color:rgb(147 197 253/var(--tw-text-opacity,1))}.hover\:text-embr-accent-700:hover{--tw-text-opacity:1;color:rgb(44 56 71/var(--tw-text-opacity,1))}.hover\:text-embr-primary-400:hover{--tw-text-opacity:1;color:rgb(196 151 125/var(--tw-text-opacity,1))}.hover\:text-gray-600:hover{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity,1))}.hover\:text-gray-700:hover{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity,1))}.hover\:text-gray-900:hover{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity,1))}.hover\:text-primary-400:hover{--tw-text-opacity:1;color:rgb(196 151 125/var(--tw-text-opacity,1))}.hover\:text-red-500:hover{--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity,1))}.hover\:text-red-600:hover{--tw-text-opacity:1;color:rgb(220 38 38/var(--tw-text-opacity,1))}.hover\:text-red-700:hover{--tw-text-opacity:1;color:rgb(185 28 28/var(--tw-text-opacity,1))}.hover\:text-white:hover{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.hover\:underline:hover{text-decoration-line:underline}.hover\:opacity-80:hover{opacity:.8}.hover\:shadow-lg:hover{--tw-shadow:var(--embr-shadow-lg);--tw-shadow-colored:var(--embr-shadow-lg)}.hover\:shadow-lg:hover,.hover\:shadow-md:hover{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.hover\:shadow-md:hover{--tw-shadow:var(--embr-shadow-md);--tw-shadow-colored:var(--embr-shadow-md)}.focus\:border-\[\#E8998D\]:focus{--tw-border-opacity:1;border-color:rgb(232 153 141/var(--tw-border-opacity,1))}.focus\:border-embr-primary-400:focus,.focus\:border-primary-400:focus{--tw-border-opacity:1;border-color:rgb(196 151 125/var(--tw-border-opacity,1))}.focus\:border-transparent:focus{border-color:transparent}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-2:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus\:ring-\[\#E8998D\]:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(232 153 141/var(--tw-ring-opacity,1))}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:bg-gray-300:disabled{--tw-bg-opacity:1;background-color:rgb(209 213 219/var(--tw-bg-opacity,1))}.disabled\:opacity-30:disabled{opacity:.3}.disabled\:opacity-50:disabled{opacity:.5}.group:hover .group-hover\:scale-100{--tw-scale-x:1;--tw-scale-y:1}.group:hover .group-hover\:scale-100,.group:hover .group-hover\:scale-110{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:scale-110{--tw-scale-x:1.1;--tw-scale-y:1.1}.group:hover .group-hover\:bg-embr-accent-900\/15{background-color:rgba(26,32,44,.15)}.group:hover .group-hover\:text-\[\#E8998D\]{--tw-text-opacity:1;color:rgb(232 153 141/var(--tw-text-opacity,1))}.group:hover .group-hover\:opacity-100{opacity:1}@media (min-width:640px){.sm\:inline{display:inline}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width:768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:items-start{align-items:flex-start}.md\:justify-between{justify-content:space-between}.md\:text-right{text-align:right}}@media (min-width:1024px){.lg\:col-span-2{grid-column:span 2/span 2}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:px-8{padding-left:2rem;padding-right:2rem}}