.iren-menu-overlay {
    position: fixed;
    inset: 0;
    z-index: 120;
    display: grid;
    place-items: center;
    padding: 18px;
    background: rgba(5, 10, 15, 0.78);
    backdrop-filter: blur(8px);
    pointer-events: auto;
}

.iren-menu-overlay.hidden {
    display: none;
}

.iren-menu-overlay > #irenMenuRoot {
    width: min(1180px, 100%);
    min-width: 0;
}

.iren-menu {
    width: min(1180px, 100%);
    height: min(820px, calc(100dvh - 36px));
    min-height: 0;
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    grid-template-rows: auto minmax(0, 1fr);
    overflow: hidden;
    border: 1px solid rgba(126, 213, 235, 0.3);
    border-radius: 8px;
    color: #eaf6f8;
    background: #101a22;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.55);
}

.iren-menu.is-contextual {
    width: min(980px, 100%);
    grid-template-columns: minmax(0, 1fr);
}

.iren-menu.is-contextual .iren-menu__sidebar,
.iren-menu.is-contextual [data-iren-action="home"] {
    display: none;
}

.iren-menu button,
.iren-menu input,
.iren-menu select,
.iren-menu textarea {
    font: inherit;
}

.iren-menu button {
    letter-spacing: 0;
}

.iren-menu__topbar {
    grid-column: 1 / -1;
    min-width: 0;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    min-height: 66px;
    padding: 10px 12px;
    border-bottom: 1px solid rgba(126, 213, 235, 0.18);
    background: #14232c;
}

.iren-menu__tools,
.iren-menu__status {
    display: flex;
    gap: 7px;
    align-items: center;
}

.iren-menu__heading {
    min-width: 0;
}

.iren-menu__eyebrow {
    display: block;
    margin-bottom: 2px;
    color: #6ed3e8;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.iren-menu__title {
    margin: 0;
    overflow: hidden;
    color: #ffffff;
    font-size: 20px;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.iren-icon-button {
    width: 38px;
    height: 38px;
    display: inline-grid;
    place-items: center;
    flex: 0 0 auto;
    padding: 0;
    border: 1px solid rgba(126, 213, 235, 0.22);
    border-radius: 8px;
    color: #eaf6f8;
    background: #1c303a;
    cursor: pointer;
    font-size: 20px;
    font-weight: 800;
}

.iren-icon-button:hover,
.iren-nav-button:hover,
.iren-button:hover {
    filter: brightness(1.12);
}

.iren-status-pill {
    max-width: 170px;
    overflow: hidden;
    padding: 7px 9px;
    border: 1px solid rgba(126, 213, 235, 0.18);
    border-radius: 8px;
    color: #9fb5bd;
    background: rgba(255, 255, 255, 0.04);
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.iren-cart-status {
    appearance: none;
    cursor: pointer;
}

.iren-cart-status:hover,
.iren-cart-status:focus-visible {
    color: #ffffff;
    border-color: rgba(103, 214, 233, 0.65);
    background: rgba(103, 214, 233, 0.14);
    outline: none;
}

.iren-status-pill strong {
    color: #ffffff;
}

.iren-menu__sidebar {
    min-height: 0;
    overflow: auto;
    padding: 10px;
    border-right: 1px solid rgba(126, 213, 235, 0.16);
    background: #0d171e;
}

.iren-menu__nav {
    display: grid;
    gap: 5px;
}

.iren-nav-button {
    width: 100%;
    min-height: 40px;
    display: flex;
    justify-content: space-between;
    gap: 8px;
    align-items: center;
    padding: 8px 10px;
    border: 1px solid transparent;
    border-radius: 7px;
    color: #9fb5bd;
    background: transparent;
    cursor: pointer;
    text-align: left;
    font-size: 13px;
    font-weight: 750;
}

.iren-nav-button.is-active {
    color: #07161c;
    border-color: rgba(99, 219, 236, 0.45);
    background: #67d6e9;
}

.iren-nav-button__badge {
    min-width: 22px;
    padding: 3px 6px;
    border-radius: 7px;
    color: #182027;
    background: #ffd166;
    font-size: 10px;
    text-align: center;
}

.iren-menu__content {
    min-width: 0;
    min-height: 0;
    overflow: auto;
    padding: 18px;
    background: #132029;
}

.iren-menu__content h2,
.iren-menu__content h3,
.iren-menu__content p {
    letter-spacing: 0;
}

.iren-page-head {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    align-items: flex-start;
    margin-bottom: 16px;
}

.iren-page-head h2 {
    margin: 0;
    color: #ffffff;
    font-size: 22px;
}

.iren-page-head p {
    max-width: 700px;
    margin: 5px 0 0;
    color: #9fb5bd;
    font-size: 13px;
    line-height: 1.45;
}

.iren-dashboard-grid,
.iren-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.iren-dashboard-button,
.iren-card {
    min-width: 0;
    border: 1px solid rgba(126, 213, 235, 0.17);
    border-radius: 8px;
    color: #eaf6f8;
    background: #192934;
}

.iren-dashboard-button {
    min-height: 100px;
    display: grid;
    align-content: center;
    gap: 5px;
    padding: 14px;
    cursor: pointer;
    text-align: left;
}

.iren-dashboard-button strong {
    color: #ffffff;
    font-size: 15px;
}

.iren-dashboard-button span {
    color: #9fb5bd;
    font-size: 12px;
    line-height: 1.4;
}

.iren-dashboard-button.is-account {
    border-color: rgba(255, 209, 102, 0.35);
}

.iren-card {
    overflow: hidden;
}

.iren-card__image {
    width: 100%;
    aspect-ratio: 16 / 9;
    display: block;
    object-fit: cover;
    background: #233742;
}

.iren-card__body {
    display: grid;
    gap: 9px;
    padding: 12px;
}

.iren-card__title {
    margin: 0;
    overflow-wrap: anywhere;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.3;
}

.iren-card__meta,
.iren-muted {
    color: #9fb5bd;
    font-size: 12px;
    line-height: 1.45;
}

.iren-price {
    color: #ffd166;
    font-weight: 850;
}

.iren-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    align-items: center;
}

.iren-inline-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 7px;
}

.iren-link-button {
    display: inline;
    padding: 0;
    border: 0;
    color: #ffffff;
    background: transparent;
    cursor: pointer;
    font: inherit;
    font-weight: 850;
    text-align: left;
}

.iren-link-button:hover {
    color: #67d6e9;
}

.iren-button {
    min-height: 36px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 8px 11px;
    border: 1px solid transparent;
    border-radius: 7px;
    color: #07161c;
    background: #67d6e9;
    cursor: pointer;
    font-size: 12px;
    font-weight: 800;
}

.iren-button.secondary {
    color: #eaf6f8;
    border-color: rgba(126, 213, 235, 0.22);
    background: #203541;
}

.iren-button.warning {
    color: #241a05;
    background: #ffd166;
}

.iren-button.danger {
    color: #ffffff;
    background: #c84855;
}

.iren-button:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.iren-toolbar {
    display: grid;
    grid-template-columns: minmax(160px, 240px) minmax(0, 1fr) auto;
    gap: 10px;
    align-items: end;
    margin-bottom: 14px;
    padding: 12px;
    border: 1px solid rgba(126, 213, 235, 0.16);
    border-radius: 8px;
    background: #192934;
}

.iren-project-filters {
    grid-template-columns: minmax(180px, 1.5fr) repeat(4, minmax(130px, 1fr)) auto;
}

.iren-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 14px;
}

.iren-inline-button {
    padding: 0;
    border: 0;
    color: #67d6e9;
    background: transparent;
    cursor: pointer;
    font-weight: 750;
}

.iren-project-status {
    max-width: 320px;
    margin: 12px 0;
}

.iren-project-meta {
    margin-top: 14px;
}

.iren-project-reply {
    max-width: none;
    margin: 0 0 10px 24px;
}

.iren-panel > summary {
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 800;
}

.iren-segmented {
    display: inline-flex;
    padding: 3px;
    border: 1px solid rgba(126, 213, 235, 0.2);
    border-radius: 7px;
    background: #0e1920;
}

.iren-segmented button {
    min-height: 32px;
    padding: 6px 10px;
    border: 0;
    border-radius: 5px;
    color: #9fb5bd;
    background: transparent;
    cursor: pointer;
    font-size: 12px;
    font-weight: 800;
}

.iren-segmented button.is-active {
    color: #07161c;
    background: #67d6e9;
}

.iren-kanban {
    display: grid;
    grid-auto-columns: minmax(240px, 1fr);
    grid-auto-flow: column;
    gap: 10px;
    overflow-x: auto;
    padding: 2px 0 10px;
}

.iren-kanban__column {
    min-width: 0;
    padding: 10px;
    border: 1px solid rgba(126, 213, 235, 0.16);
    border-radius: 8px;
    background: #14242d;
}

.iren-kanban__column > header {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    align-items: center;
    margin-bottom: 10px;
}

.iren-kanban__column h3,
.iren-kanban__task h4 {
    margin: 0;
    color: #ffffff;
    font-size: 13px;
    overflow-wrap: anywhere;
}

.iren-kanban__column > header span {
    color: #9fb5bd;
    font-size: 11px;
}

.iren-kanban__tasks {
    display: grid;
    gap: 8px;
}

.iren-kanban__task {
    display: grid;
    gap: 8px;
    padding: 10px;
    border: 1px solid rgba(126, 213, 235, 0.14);
    border-radius: 7px;
    background: #192934;
}

.iren-field {
    min-width: 0;
    display: grid;
    gap: 5px;
}

.iren-field label,
.iren-field__label {
    color: #9fb5bd;
    font-size: 11px;
    font-weight: 750;
}

.iren-input,
.iren-select,
.iren-textarea {
    width: 100%;
    min-width: 0;
    min-height: 40px;
    padding: 8px 10px;
    border: 1px solid rgba(126, 213, 235, 0.24);
    border-radius: 7px;
    outline: none;
    color: #eaf6f8;
    background: #0e1920;
}

.iren-input:focus,
.iren-select:focus,
.iren-textarea:focus {
    border-color: #67d6e9;
    box-shadow: 0 0 0 3px rgba(103, 214, 233, 0.12);
}

.iren-select option {
    color: #eaf6f8;
    background: #0e1920;
}

.iren-textarea {
    min-height: 110px;
    resize: vertical;
}

.iren-form {
    max-width: 820px;
    display: grid;
    gap: 12px;
}

.iren-form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.iren-checkbox {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    color: #b7c8cd;
    font-size: 12px;
    line-height: 1.45;
}

.iren-panel {
    padding: 14px;
    border: 1px solid rgba(126, 213, 235, 0.17);
    border-radius: 8px;
    background: #192934;
}

.iren-panel + .iren-panel {
    margin-top: 10px;
}

.iren-panel h2,
.iren-panel h3 {
    margin-top: 0;
    color: #ffffff;
}

.iren-rewards-privacy {
    min-width: 190px;
}

.iren-progress {
    height: 8px;
    margin: 0 0 14px;
    overflow: hidden;
    border-radius: 4px;
    background: #0e1920;
}

.iren-progress i {
    height: 100%;
    display: block;
    border-radius: inherit;
    background: #65d88a;
}

.iren-card.is-locked {
    opacity: 0.72;
}

.iren-reward-placeholder {
    width: 100%;
    aspect-ratio: 16 / 9;
    display: grid;
    place-items: center;
    color: #7e929b;
    background: #0e1920;
    font-size: 46px;
    font-weight: 300;
}

.iren-shop-tabs {
    margin-bottom: 12px;
}

.iren-shop-tab-content {
    min-width: 0;
}

.iren-shop-schedule {
    display: grid;
    gap: 8px;
}

.iren-shop-day {
    display: grid;
    grid-template-columns: minmax(130px, 1fr) minmax(108px, 150px) auto minmax(108px, 150px);
    gap: 8px;
    align-items: center;
    padding: 8px;
    border: 1px solid rgba(126, 213, 235, 0.14);
    border-radius: 7px;
    background: #14242d;
}

.iren-shop-item-summary {
    min-width: 0;
    display: flex;
    gap: 10px;
    align-items: center;
}

.iren-shop-thumb {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    border-radius: 6px;
    object-fit: cover;
    background: #0e1920;
}

.iren-shop-item-form {
    max-width: 920px;
}

.iren-shop-filters {
    display: grid;
    gap: 10px;
    margin-top: 12px;
}

.iren-shop-filter {
    min-width: 0;
    margin: 0;
    padding: 10px;
    border: 1px solid rgba(126, 213, 235, 0.14);
    border-radius: 7px;
}

.iren-shop-filter legend {
    padding: 0 5px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
}

.iren-shop-filter-option {
    position: relative;
    display: inline-flex;
    cursor: pointer;
}

.iren-shop-filter-option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.iren-shop-filter-option span {
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    padding: 5px 9px;
    border: 1px solid rgba(126, 213, 235, 0.2);
    border-radius: 6px;
    color: #b7c8cd;
    background: #0e1920;
    font-size: 11px;
    font-weight: 750;
}

.iren-shop-filter-option input:checked + span {
    border-color: #67d6e9;
    color: #07161c;
    background: #67d6e9;
}

.iren-shop-photos {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(112px, 1fr));
    gap: 8px;
    margin-top: 10px;
}

.iren-shop-photo {
    position: relative;
    min-width: 0;
    aspect-ratio: 1;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(126, 213, 235, 0.18);
    border-radius: 7px;
    background: #0e1920;
}

.iren-shop-photo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.iren-shop-photo .iren-icon-button {
    position: absolute;
    top: 5px;
    right: 5px;
}

.iren-section-heading {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
}

.iren-section-heading h3 {
    margin: 0;
}

.iren-shop-edit-list {
    display: grid;
    gap: 8px;
}

.iren-shop-edit-row {
    display: grid;
    grid-template-columns: minmax(160px, 1fr) minmax(100px, 150px) minmax(100px, 150px) 38px;
    gap: 8px;
    align-items: center;
}

.iren-shop-edit-row--option {
    grid-template-columns: minmax(160px, 1fr) minmax(100px, 150px) 38px;
}

.iren-list {
    display: grid;
    gap: 8px;
}

.iren-list-row {
    min-width: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    padding: 11px 12px;
    border: 1px solid rgba(126, 213, 235, 0.15);
    border-radius: 7px;
    background: #192934;
}

.iren-list-row h3 {
    margin: 0 0 4px;
    overflow-wrap: anywhere;
    color: #ffffff;
    font-size: 14px;
}

.iren-list-row.is-unread {
    border-color: rgba(255, 209, 102, 0.34);
    background: #1d2d36;
}

.iren-list-row.is-clickable {
    cursor: pointer;
}

.iren-list-row.is-clickable:hover {
    border-color: rgba(103, 214, 233, 0.45);
    background: #203541;
}

.iren-list-row.is-subcomment,
.iren-subcomments {
    margin-top: 8px;
}

.iren-list-row.is-subcomment {
    background: #14242d;
}

.iren-notify-filter {
    margin-bottom: 12px;
}

.iren-notify-actions {
    margin-top: 9px;
}

.iren-tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 10px 0;
}

.iren-tag,
.iren-badge {
    display: inline-flex;
    align-items: center;
    min-height: 25px;
    padding: 4px 7px;
    border: 1px solid rgba(126, 213, 235, 0.22);
    border-radius: 7px;
    color: #b9d2d8;
    background: rgba(103, 214, 233, 0.07);
    font-size: 10px;
    font-weight: 750;
}

button.iren-tag {
    cursor: pointer;
    font-family: inherit;
}

button.iren-tag.is-active {
    border-color: #67d6e9;
    color: #07161c;
    background: #67d6e9;
}

.iren-comment-actions {
    margin-top: 8px;
}

.iren-comment-reply {
    margin-top: 10px;
    padding: 10px;
    border-left: 2px solid #67d6e9;
}

.iren-work-cover {
    width: 100%;
    max-height: 520px;
    display: block;
    margin: 14px 0;
    border-radius: 7px;
    object-fit: contain;
    background: #0e1920;
}

.iren-auth-shell {
    width: min(100%, 720px);
    display: grid;
    gap: 12px;
    margin: 0 auto;
}

.iren-auth-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.iren-auth-steps li {
    min-width: 0;
    min-height: 44px;
    display: flex;
    gap: 8px;
    align-items: center;
    padding: 8px 10px;
    border: 1px solid rgba(126, 213, 235, 0.14);
    border-radius: 7px;
    color: #7f969f;
    background: #14242d;
    font-size: 11px;
}

.iren-auth-steps li span {
    width: 23px;
    height: 23px;
    flex: 0 0 23px;
    display: grid;
    place-items: center;
    border: 1px solid currentColor;
    border-radius: 50%;
    font-weight: 850;
}

.iren-auth-steps li b {
    min-width: 0;
    overflow-wrap: anywhere;
}

.iren-auth-steps li.is-active {
    border-color: rgba(103, 214, 233, 0.5);
    color: #eaf6f8;
    background: #1b313c;
}

.iren-auth-steps li.is-complete {
    border-color: rgba(101, 216, 138, 0.35);
    color: #bdf5d4;
}

.iren-auth-steps li.is-complete span {
    color: #10221a;
    border-color: #65d88a;
    background: #65d88a;
}

.iren-auth-consent,
.iren-auth-section {
    display: grid;
    gap: 12px;
    padding: 14px;
    border: 1px solid rgba(126, 213, 235, 0.17);
    border-radius: 8px;
    background: #192934;
}

.iren-auth-consent a,
.iren-auth-instructions a {
    color: #67d6e9;
}

.iren-auth-section h3 {
    margin: 0;
    color: #ffffff;
    font-size: 16px;
}

.iren-auth-methods {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.iren-auth-method {
    min-width: 0;
    min-height: 72px;
    display: grid;
    gap: 5px;
    align-content: center;
    padding: 11px 12px;
    border: 1px solid rgba(126, 213, 235, 0.2);
    border-radius: 7px;
    color: #eaf6f8;
    background: #0e1920;
    text-align: left;
    cursor: pointer;
    font-family: inherit;
}

.iren-auth-method:hover,
.iren-auth-method:focus-visible {
    border-color: #67d6e9;
    background: #172b35;
}

.iren-auth-method strong {
    overflow-wrap: anywhere;
    font-size: 13px;
}

.iren-auth-method span {
    overflow-wrap: anywhere;
    color: #9fb5bd;
    font-size: 10px;
    line-height: 1.35;
}

.iren-auth-back {
    justify-self: start;
}

.iren-auth-instructions {
    padding: 10px 12px;
    border-left: 3px solid #f4c95d;
    border-radius: 4px;
    color: #c6d5d9;
    background: #14242d;
    font-size: 12px;
    line-height: 1.5;
}

.iren-auth-instructions p {
    margin: 0;
}

.iren-auth-instructions p + p {
    margin-top: 6px;
}

.iren-badge.success {
    color: #bdf5d4;
    border-color: rgba(77, 209, 137, 0.3);
    background: rgba(77, 209, 137, 0.1);
}

.iren-badge.warning {
    color: #ffe5a4;
    border-color: rgba(255, 209, 102, 0.3);
    background: rgba(255, 209, 102, 0.1);
}

.iren-alert,
.iren-empty,
.iren-loading {
    min-height: 120px;
    display: grid;
    place-items: center;
    padding: 20px;
    border: 1px dashed rgba(126, 213, 235, 0.22);
    border-radius: 8px;
    color: #9fb5bd;
    background: rgba(10, 18, 24, 0.42);
    text-align: center;
}

.iren-alert {
    min-height: auto;
    display: block;
    margin-bottom: 12px;
    color: #ffe5a4;
    border-style: solid;
    border-color: rgba(255, 209, 102, 0.3);
    background: rgba(255, 209, 102, 0.08);
    text-align: left;
}

.iren-alert.error {
    color: #ffc0c6;
    border-color: rgba(200, 72, 85, 0.4);
    background: rgba(200, 72, 85, 0.1);
}

.iren-alert.success {
    color: #bdf5d4;
    border-color: rgba(77, 209, 137, 0.35);
    background: rgba(77, 209, 137, 0.1);
}

.iren-content-block {
    color: #c3d3d8;
    font-size: 13px;
    line-height: 1.6;
}

.iren-content-block img {
    max-width: 100%;
    border-radius: 7px;
}

.iren-content-block figure {
    margin: 12px 0;
}

.iren-content-block figcaption,
.iren-content-block cite {
    display: block;
    margin-top: 6px;
    color: #9fb5bd;
    font-size: 12px;
}

.iren-content-block h2,
.iren-content-block h3 {
    margin: 14px 0 6px;
}

.iren-content-block blockquote {
    margin: 12px 0;
    padding: 10px 12px;
    border-left: 3px solid #67d6e9;
    color: #eaf6f8;
    background: rgba(103, 214, 233, 0.08);
}

.iren-content-block pre {
    max-width: 100%;
    overflow: auto;
    padding: 12px;
    border-radius: 8px;
    color: #eaf6f8;
    background: #0e1920;
}

.iren-content-block hr {
    border: 0;
    border-top: 1px solid rgba(126, 213, 235, 0.24);
    margin: 16px 0;
}

.iren-content-block table {
    width: 100%;
    border-collapse: collapse;
}

.iren-content-block td {
    padding: 8px;
    border: 1px solid rgba(126, 213, 235, 0.18);
}

.iren-table-scroll {
    overflow: auto;
}

.iren-check-list {
    display: grid;
    gap: 6px;
    padding-left: 0;
    list-style: none;
}

.iren-check-list li {
    display: flex;
    gap: 8px;
}

.iren-inline-link {
    color: #67d6e9;
}

.iren-cart-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
    gap: 12px;
    align-items: start;
}

.iren-summary {
    position: sticky;
    top: 0;
}

.iren-summary-row {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 8px 0;
    border-bottom: 1px solid rgba(126, 213, 235, 0.12);
    color: #b7c8cd;
    font-size: 12px;
}

.iren-summary-row.total {
    color: #ffffff;
    font-size: 15px;
    font-weight: 850;
}

.iren-profile-head {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    margin-bottom: 14px;
}

.iren-avatar {
    width: 72px;
    height: 72px;
    display: block;
    object-fit: cover;
    border: 1px solid rgba(126, 213, 235, 0.2);
    border-radius: 8px;
    background: #233742;
}

.iren-avatar--fallback {
    display: grid;
    place-items: center;
    color: #07161c;
    background: #67d6e9;
    font-size: 28px;
    font-weight: 850;
}

.iren-thumb-row {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(72px, 1fr));
    gap: 8px;
    margin: 10px 0;
}

.iren-thumb-row img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    border: 1px solid rgba(126, 213, 235, 0.18);
    border-radius: 8px;
    background: #233742;
}

.iren-option-row {
    padding: 8px 10px;
    border: 1px solid rgba(126, 213, 235, 0.14);
    border-radius: 8px;
    background: rgba(103, 214, 233, 0.06);
}

.iren-specialist-dialog {
    margin-bottom: 12px;
}

.iren-specialist-dialog .iren-profile-head {
    margin-bottom: 8px;
}

.iren-specialist-dialog h3,
.iren-specialist-dialog p {
    margin: 0;
}

.iren-specialist-dialog > p {
    color: #d5e5e9;
    line-height: 1.5;
}

.iren-service-fields {
    display: grid;
    gap: 10px;
}

.iren-service-field {
    min-width: 0;
    display: grid;
    gap: 9px;
    padding: 12px;
    border: 1px solid rgba(126, 213, 235, 0.16);
    border-radius: 8px;
    background: #14242d;
}

.iren-service-field > label {
    color: #ffffff;
    font-size: 13px;
    font-weight: 750;
    line-height: 1.4;
}

.iren-service-file,
.iren-location-field,
.iren-location-results {
    display: grid;
    gap: 9px;
}

.iren-service-file input[type="file"] {
    height: auto;
    padding: 9px;
}

.iren-service-file-preview {
    display: block;
    max-width: 100%;
    max-height: 260px;
    object-fit: contain;
    border-radius: 8px;
}

.iren-location-map {
    width: 100%;
    height: 280px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border: 1px solid rgba(126, 213, 235, 0.2);
    border-radius: 8px;
    color: #9fb5bd;
    background: #0e1920;
}

.iren-location-controls {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 7px;
}

.iren-location-row {
    min-width: 0;
    display: grid;
    grid-template-columns: 26px minmax(0, 1fr) auto;
    gap: 8px;
    align-items: center;
    padding: 8px;
    border: 1px solid rgba(126, 213, 235, 0.14);
    border-radius: 7px;
    color: #dcebed;
    background: rgba(103, 214, 233, 0.06);
    font-size: 12px;
}

.iren-location-index {
    width: 24px;
    height: 24px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #07161c;
    background: #67d6e9;
    font-size: 11px;
    font-weight: 850;
}

.iren-datetime-field {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.iren-datetime-field .iren-muted {
    grid-column: 1 / -1;
}

.iren-service-price {
    padding: 11px 12px;
    border: 1px solid rgba(255, 209, 102, 0.28);
    border-radius: 8px;
    color: #ffd166;
    background: rgba(255, 209, 102, 0.08);
}

.iren-editor-shell {
    min-height: 250px;
    padding: 10px 14px;
    border: 1px solid rgba(126, 213, 235, 0.24);
    border-radius: 8px;
    color: #eaf6f8;
    background: #0e1920;
}

.iren-editor-shell .codex-editor,
.iren-editor-shell .ce-paragraph,
.iren-editor-shell .cdx-block {
    color: #eaf6f8;
}

.iren-editor-shell .ce-block__content,
.iren-editor-shell .ce-toolbar__content {
    max-width: 100%;
}

.iren-editor-shell .ce-toolbar__plus,
.iren-editor-shell .ce-toolbar__settings-btn {
    color: #eaf6f8;
    background: #203541;
}

.iren-editor-shell .ce-inline-toolbar,
.iren-editor-shell .ce-conversion-toolbar,
.iren-editor-shell .ce-settings,
.iren-editor-shell .ce-popover {
    color: #17242c;
}

.iren-kpis {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 14px;
}

.iren-kpi {
    padding: 11px;
    border: 1px solid rgba(126, 213, 235, 0.15);
    border-radius: 8px;
    background: #192934;
}

.iren-kpi strong {
    display: block;
    overflow-wrap: anywhere;
    color: #ffffff;
    font-size: 17px;
}

.iren-kpi span {
    color: #9fb5bd;
    font-size: 10px;
}

.iren-toast {
    position: absolute;
    left: 50%;
    bottom: 18px;
    z-index: 3;
    max-width: min(540px, calc(100% - 30px));
    padding: 10px 12px;
    border: 1px solid rgba(126, 213, 235, 0.2);
    border-radius: 7px;
    color: #ffffff;
    background: #203541;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, 12px);
    transition: opacity 0.16s ease, transform 0.16s ease;
}

.iren-toast.is-visible {
    opacity: 1;
    transform: translate(-50%, 0);
}

@media (max-width: 900px) {
    .iren-menu {
        grid-template-columns: 168px minmax(0, 1fr);
    }

    .iren-dashboard-grid,
    .iren-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .iren-cart-layout {
        grid-template-columns: 1fr;
    }

    .iren-summary {
        position: static;
    }

    .iren-project-filters {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .iren-menu-overlay {
        padding: 0;
    }

    .iren-menu {
        width: 100%;
        height: 100dvh;
        grid-template-columns: 1fr;
        grid-template-rows: auto auto minmax(0, 1fr);
        border: 0;
        border-radius: 0;
    }

    .iren-menu.is-contextual {
        width: 100%;
        grid-template-rows: auto minmax(0, 1fr);
    }

    .iren-menu__topbar {
        grid-column: 1;
        min-height: 58px;
        padding: max(7px, env(safe-area-inset-top)) 8px 7px;
    }

    .iren-menu__title {
        font-size: 16px;
    }

    .iren-menu__status .iren-status-pill:not(.iren-cart-status) {
        display: none;
    }

    .iren-status-pill {
        max-width: 92px;
        padding: 6px;
    }

    .iren-cart-status {
        min-width: 86px;
        display: inline-flex;
        justify-content: center;
        gap: 3px;
    }

    .iren-menu__sidebar {
        display: block;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 7px 8px;
        border-right: 0;
        border-bottom: 1px solid rgba(126, 213, 235, 0.16);
    }

    .iren-menu__nav {
        display: flex;
        width: max-content;
    }

    .iren-nav-button {
        width: auto;
        min-height: 34px;
        white-space: nowrap;
    }

    .iren-menu__content {
        padding: 12px;
        padding-bottom: max(16px, env(safe-area-inset-bottom));
    }

    .iren-dashboard-grid,
    .iren-card-grid,
    .iren-form-row,
    .iren-kpis {
        grid-template-columns: 1fr;
    }

    .iren-toolbar {
        grid-template-columns: 1fr;
    }

    .iren-project-reply {
        margin-left: 0;
    }

    .iren-pagination {
        justify-content: space-between;
    }

    .iren-kanban {
        grid-auto-columns: minmax(220px, 84vw);
    }

    .iren-datetime-field {
        grid-template-columns: 1fr;
    }

    .iren-editor-shell {
        min-height: 220px;
        padding: 8px;
    }

    .iren-page-head {
        display: grid;
    }

    .iren-list-row {
        grid-template-columns: 1fr;
    }

    .iren-shop-tabs {
        width: 100%;
    }

    .iren-shop-tabs button {
        flex: 1 1 0;
        min-width: 0;
        padding-inline: 5px;
    }

    .iren-shop-day {
        grid-template-columns: 1fr 1fr;
    }

    .iren-shop-day .iren-checkbox {
        grid-column: 1 / -1;
    }

    .iren-shop-day > .iren-muted {
        display: none;
    }

    .iren-shop-edit-row,
    .iren-shop-edit-row--option {
        grid-template-columns: 1fr;
        padding: 9px;
        border: 1px solid rgba(126, 213, 235, 0.14);
        border-radius: 7px;
    }

    .iren-shop-edit-row .iren-icon-button {
        justify-self: end;
    }

    .iren-auth-methods {
        grid-template-columns: 1fr;
    }

    .iren-auth-steps li {
        display: grid;
        justify-items: center;
        padding: 7px 4px;
        text-align: center;
        font-size: 9px;
    }
}
