body {
    background: #f1f1f1;
}

.ee-body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: optimizeQuality;
    text-rendering: optimizeLegibility;
    display: flex;
    color: #121116;
    font-size: 0.875rem;
    line-height: 1.5;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
}

.ee-fieldsContainer-description {
    font-size: 1.2em;
    font-weight: 300;
}

.ee-Header {
    display: flex;
    flex-direction: column;
    flex: 0 0 225px;
}

.ee-body * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ee-Header-logo {
    padding: 32px 0 24px;
    text-align: center;
}

.ee-Header-logo-mobile {
    display: none;
}

.ee-Header-footer {
    margin-top: auto;
    padding: 48px 20px 0;
    font-size: 0.6875rem;
    line-height: 4.36364;
    color: #666;
    opacity: 0.6;
    font-weight: bold;
}

.ee-Content.isNotFull {
    max-width: 960px;
}

.ee-Content {
    position: relative;
    background: #fff;
    padding: 32px 24px;
    flex: 1 1 auto;
    max-width: calc(960px + 270px);
}

.ee-Page {
    margin-bottom: 32px;
}

.ee-Page[hidden] {
    display: none;
}

.ee-menuItem-description {
    margin-top: 2px;
    font-size: 0.75rem;
    line-height: 1.4;
    color: #666;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
}

.ee-Sidebar {
    position: relative;
    display: none;
    flex: 0 0 290px;
    padding: 24px 16px;
}

.ee-Sidebar-notice {
    padding: 8px 16px;
    margin-bottom: 16px;
    background: #fff;
    border: 1px solid #e8ebee;
    border-left: 2px solid #1eadbf;
    border-radius: 0 3px 3px 0;
    color: #666;
}

.ee-Sidebar-title {
    margin-bottom: 32px;
}

.ee-optionHeader .ee-title2 {
    line-height: 24px;
    color: #de586d;
    padding-right: 40px;
}

.ee-title2 {
    font-size: 1.5em;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: -0.02em;
}

.ee-infoAction--help {
    text-transform: uppercase;
    color: #02707f;
    font-weight: bold;
    font-size: 0.75rem;
    line-height: 2;
    letter-spacing: 0;
}

.ee-optionHeader .ee-infoAction {
    margin-right: 8px;
}

.ee-infoAction {
    position: relative;
    height: 24px;
    font-size: 0.8125rem;
    line-height: 1.84615;
    vertical-align: middle;
    letter-spacing: -0.03em;
    font-weight: 500;
    color: #666;
    white-space: nowrap;
    text-decoration: none;
    transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
}

.ee-optionHeader {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-top: 48px;
    padding-bottom: 9px;
    border-bottom: 1px solid #e0e4e9;
}

.ee-fieldsContainer {
    margin-top: 8px;
}

.ee-fieldsContainer-fieldset {
    margin-top: 16px;
    background: #f9fafb;
    padding: 16px;
    border: 1px solid #e8ebee;
    border-radius: 2px;
}

.ee-field.ee-isParent {
    padding-bottom: 0;
}

.ee-checkbox {
    position: relative;
    padding-left: 32px;
}

.ee-checkbox [type='checkbox']:checked {
    position: absolute;
    left: -9999px;
}

input[type='checkbox']:checked::before {
    content: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%231e8cbe%27%2F%3E%3C%2Fsvg%3E);
    margin: -0.1875rem 0 0 -0.25rem;
    height: 1.3125rem;
    width: 1.3125rem;
}

input[type='checkbox']:checked::before,
input[type='radio']:checked::before {
    float: left;
    display: inline-block;
    vertical-align: middle;
    width: 1rem;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ee-field {
    padding: 16px 0;
    transition: opacity 150ms ease-out;
    -webkit-transition: opacity 150ms ease-out;
}

.ee-checkbox label {
    user-select: none;
}

.ee-field label {
    font-weight: 500;
}

.ee-checkbox [type='checkbox']:not(:checked),
.ee-checkbox [type='checkbox']:checked {
    position: absolute;
    left: -9999px;
}
.ee-checkbox [type='checkbox']:not(:checked) + label:before,
.ee-checkbox [type='checkbox']:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 14px;
    height: 14px;
    border: 2px solid #444;
    border-radius: 3px;
    transition: all 150ms ease-out;
    -webkit-transition: all 150ms ease-out;
}

.ee-field--checkbox .ee-field-description {
    margin-left: 32px;
}

.ee-textarea textarea {
    padding: 8px;
    width: 100%;
    height: 100px;
    font-family: Monaco;
    color: #121116;
    background: #fff;
    border: 2px solid #c2cad4;
    border-radius: 3px;
    font-size: 0.8125rem;
    line-height: 1.23077;
    transition: border 200ms ease-out;
    -webkit-transition: border 200ms ease-out;
}

.ee-text input[type='text'],
.ee-text input[type='number'] {
    margin-top: 8px;
    padding: 0 8px;
    width: 100%;
    height: 32px;
    color: #121116;
    background: #fff;
    border: 2px solid #c2cad4;
    border-radius: 3px;
    font-family: Monaco;
    font-size: 0.75rem;
    line-height: 1.33333;
    transition: border 200ms ease-out;
    -webkit-transition: border 200ms ease-out;
}

.ee-field-description-label {
    font-size: 1.1em;
    line-height: 1.42857;
    font-weight: 500;
    color: #666;
}

.ee-field-description {
    margin-top: 4px;
    color: #666;
    font-size: 0.8125rem;
    line-height: 1.53846;
}

.ee-textarea {
    margin-top: 8px;
}

.ee-Content form > input:last-child {
    margin-top: 24px;
    color: #fff !important;
}

input[type='submit'] {
    cursor: pointer;
    border: none;
}

.ee-button {
    position: relative;
    display: inline-block;
    width: auto;
    padding: 8px 24px;
    text-align: center;
    background: #de586d;
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: -0.08px;
    font-weight: bold;
    border-radius: 4px;
    color: #fff !important;
    white-space: nowrap;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    font-size: 0.8125rem;
    line-height: 1.53846;
}

.ee-menuItem:hover,
.ee-menuItem.isActive {
    color: #121116;
    background: #fff;
    border-left: 2px solid #de586d;
}

.ee-icon-refresh:before,
#ee-nav-preload:before {
    content: '\e914';
}

.ee-menuItem:hover:before,
.ee-menuItem.isActive:before {
    color: #de586d;
    opacity: 1;
}

.ee-menuItem:before {
    position: absolute;
    top: calc(50% - 12px);
    right: 18px;
    text-align: center;
    font-size: 1.4375rem;
    line-height: 1;
    color: #121116;
    opacity: 0.4;
    transition: all 150ms ease-out;
    -webkit-transition: all 150ms ease-out;
}

.ee-menuItem:hover .ee-menuItem-title,
.ee-menuItem.isActive .ee-menuItem-title {
    color: #de586d;
}

.ee-menuItem-title {
    font-size: 0.8125rem;
    line-height: 1.46154;
    font-weight: bold;
    letter-spacing: -0.08px;
    text-transform: uppercase;
    color: #121116;
}

.ee-menuItem {
    position: relative;
    display: block;
    padding: 16px 44px 18px 20px;
    text-decoration: none;
    color: #121116;
    border-top: 1px solid #e0e4e9;
    border-left: 2px solid transparent;
    overflow: hidden;
    transition: all 100ms ease-out;
    -webkit-transition: all 100ms ease-out;
}

.ee-sectionHeader {
    position: relative;
    border-bottom: 1px solid #e0e4e9;
    padding-bottom: 24px;
}
.ee-sectionHeader:before {
    content: '';
    position: absolute;
    display: block;
    width: 48px;
    height: 2px;
    bottom: -1px;
    left: 0;
    background: #de586d;
}

.ee-title1 {
    font-size: 1.625rem;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.01em;
}
.ee-sectionHeader .ee-title1 {
    line-height: 48px;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* What's New tab */
.ee-whats-coming {
    margin-top: 24px;
    margin-bottom: 40px;
    padding: 24px;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border: 1px dashed #cbd5e1;
    border-radius: 12px;
}

.ee-whats-coming__heading {
    margin: 0 0 8px;
    font-size: 1.25rem;
    font-weight: 600;
    color: #121116;
}

.ee-whats-new-by-category {
    margin-top: 20px;
}

.ee-whats-new-category {
    margin-bottom: 28px;
}

.ee-whats-new-category:last-child {
    margin-bottom: 0;
}

.ee-whats-new-category__title {
    margin: 0 0 6px;
    font-size: 1.0625rem;
    font-weight: 600;
    color: #de586d;
    letter-spacing: -0.02em;
}

.ee-whats-new-category__description {
    margin: 0 0 14px;
    font-size: 0.875rem;
    line-height: 1.45;
    color: #666;
    max-width: 52rem;
}

.ee-whats-new-card__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.ee-whats-new-card__period {
    font-size: 0.75rem;
    font-weight: 500;
    color: #64748b;
    letter-spacing: 0.01em;
}

.ee-whats-new-card--coming {
    background: #fff;
    border-style: dashed;
}

.ee-whats-new-card__badge--coming {
    background: #0f766e;
    color: #ccfbf1;
}

.ee-whats-new-shipped__heading {
    margin: 0 0 16px;
    font-size: 1.125rem;
    font-weight: 600;
    color: #444;
}

.ee-whats-new-entry__summary {
    margin: 0 0 20px;
    font-size: 1rem;
    font-weight: 300;
    color: #444;
}

.ee-whats-new-entry__cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 16px;
}

.ee-whats-new-card {
    padding: 20px;
    background: #f9fafb;
    border: 1px solid #e8ebee;
    border-radius: 8px;
}

.ee-whats-new-card__badge {
    display: inline-block;
    margin-bottom: 0;
    padding: 2px 10px;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.6;
    border-radius: 999px;
    letter-spacing: 0.02em;
    background: #e2e8f0;
    color: #334155;
}

.ee-whats-new-card__badge--beta {
    background: #78350f;
    color: #fcd34d;
}

.ee-whats-new-card__badge--pro {
    background: #1e3a5f;
    color: #93c5fd;
}

.ee-whats-new-card__title {
    margin: 0 0 8px;
    font-size: 1rem;
    font-weight: 600;
    color: #121116;
}

.ee-whats-new-card__description {
    margin: 0 0 12px;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #555;
}

.ee-whats-new-card__link {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #02707f;
    text-decoration: none;
}

.ee-whats-new-card__link:hover,
.ee-whats-new-card__link:focus {
    color: #de586d;
    text-decoration: underline;
}

/* What's New modal */
body.ee-whats-new-modal-open {
    overflow: hidden;
}

.ee-whats-new-modal[hidden] {
    display: none;
}

.ee-whats-new-modal {
    position: fixed;
    inset: 0;
    z-index: 100100;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.ee-whats-new-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.55);
}

.ee-whats-new-modal__dialog {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 520px;
    max-height: calc(100vh - 48px);
    overflow: auto;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.25);
}

.ee-whats-new-modal__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 24px 0;
}

.ee-whats-new-modal__title {
    margin: 0;
    font-size: 1.375rem;
    font-weight: 600;
    color: #121116;
}

.ee-whats-new-modal__close {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    padding: 0;
    border: 0;
    border-radius: 6px;
    background: transparent;
    color: #666;
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
}

.ee-whats-new-modal__close:hover,
.ee-whats-new-modal__close:focus {
    background: #f1f5f9;
    color: #121116;
}

.ee-whats-new-modal__body {
    padding: 16px 24px 8px;
}

.ee-whats-new-modal__item {
    padding: 16px 0;
    border-bottom: 1px solid #e8ebee;
}

.ee-whats-new-modal__item:last-child {
    border-bottom: 0;
}

.ee-whats-new-modal__item-title {
    margin: 8px 0 6px;
    font-size: 1rem;
    font-weight: 600;
    color: #121116;
}

.ee-whats-new-modal__item-description {
    margin: 0 0 10px;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #555;
}

.ee-whats-new-modal__item-link {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #02707f;
    text-decoration: none;
}

.ee-whats-new-modal__item-link:hover,
.ee-whats-new-modal__item-link:focus {
    color: #de586d;
}

.ee-whats-new-modal__footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    padding: 16px 24px 24px;
    border-top: 1px solid #e8ebee;
}

.ee-whats-new-modal__btn-primary {
    margin: 0;
}

.ee-whats-new-modal__btn-dismiss {
    padding: 8px 12px;
    border: 0;
    background: transparent;
    color: #666;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    text-decoration: underline;
}

.ee-whats-new-modal__btn-dismiss:hover,
.ee-whats-new-modal__btn-dismiss:focus {
    color: #121116;
}
