/* BILOHASH ecosystem customer cabinet */
.cb-hero-intro {
    display: grid;
    gap: .75rem;
    margin: 1.5rem 0 2rem;
    max-width: 36rem;
}
.cb-hero-intro li {
    display: flex;
    align-items: flex-start;
    gap: .75rem;
    color: #94a3b8;
    font-size: .95rem;
    line-height: 1.5;
}
.cb-hero-intro i {
    color: #22d3ee;
    margin-top: .2rem;
    flex-shrink: 0;
}
.cb-steps {
    display: grid;
    gap: 1rem;
    margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
    .cb-steps { grid-template-columns: repeat(3, 1fr); }
}
.cb-step {
    position: relative;
    border: 1px solid #1e293b;
    border-radius: 1rem;
    padding: 1.25rem 1.25rem 1.25rem 3.5rem;
    background: #0f172a;
}
.cb-step-num {
    position: absolute;
    left: 1rem;
    top: 1.15rem;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #22d3ee, #14b8a6);
    color: #0f172a;
    font-weight: 700;
    font-size: .8rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cb-step h3 {
    font-weight: 600;
    color: #f1f5f9;
    margin: 0 0 .35rem;
    font-size: .95rem;
}
.cb-step p {
    margin: 0;
    font-size: .85rem;
    color: #94a3b8;
    line-height: 1.5;
}
.cb-layout {
    display: grid;
    gap: 1.5rem;
}
@media (min-width: 1024px) {
    .cb-layout--guest { grid-template-columns: 1fr 1fr; align-items: start; }
}
.cb-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #1e293b;
}
.cb-tab {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    padding: .55rem 1rem;
    border-radius: .75rem;
    border: 1px solid #334155;
    background: #0f172a;
    color: #94a3b8;
    font-size: .88rem;
    font-weight: 500;
    text-decoration: none;
    transition: border-color .15s, color .15s, background .15s;
}
.cb-tab:hover { color: #e2e8f0; border-color: #475569; }
.cb-tab.is-active {
    border-color: rgba(34, 211, 238, .55);
    background: rgba(34, 211, 238, .08);
    color: #67e8f9;
}
.cb-panel { display: none; }
.cb-panel.is-active { display: block; }
.cb-login-card {
    border: 1px solid rgba(34, 211, 238, .35);
    background: linear-gradient(160deg, rgba(34, 211, 238, .06), rgba(15, 23, 42, .9));
}
.cb-welcome {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.25rem;
    margin-bottom: 1.5rem;
    border-radius: 1rem;
    background: rgba(34, 211, 238, .06);
    border: 1px solid rgba(34, 211, 238, .2);
}
.cb-welcome-email {
    font-weight: 600;
    color: #22d3ee;
}
.cb-orders { display: grid; gap: .75rem; }
.cb-order {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 1rem;
    align-items: center;
    padding: 1rem 1.15rem;
    border-radius: 1rem;
    border: 1px solid #1e293b;
    background: #0f172a;
}
@media (max-width: 640px) {
    .cb-order { grid-template-columns: auto 1fr; }
    .cb-order-status { grid-column: 1 / -1; }
}
.cb-order-icon {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: .75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(34, 211, 238, .1);
    color: #22d3ee;
    font-size: 1rem;
}
.cb-order-meta {
    font-size: .78rem;
    color: #64748b;
    margin-bottom: .2rem;
}
.cb-order-title {
    font-weight: 600;
    color: #f1f5f9;
    font-size: .92rem;
}
.cb-order-domain {
    font-size: .82rem;
    color: #94a3b8;
    margin-top: .15rem;
}
.cb-order-domain code {
    color: #67e8f9;
    font-size: .82rem;
}
.cb-faq details {
    border: 1px solid #1e293b;
    border-radius: .85rem;
    margin-bottom: .5rem;
    background: #0f172a;
}
.cb-faq summary {
    padding: .9rem 1.1rem;
    cursor: pointer;
    font-weight: 500;
    color: #e2e8f0;
    list-style: none;
}
.cb-faq summary::-webkit-details-marker { display: none; }
.cb-faq details[open] summary { border-bottom: 1px solid #1e293b; }
.cb-faq details p {
    margin: 0;
    padding: .85rem 1.1rem 1rem;
    font-size: .88rem;
    color: #94a3b8;
    line-height: 1.55;
}
.cb-guest-hosting {
    background: linear-gradient(160deg, rgba(34, 211, 238, .05), rgba(15, 23, 42, .95));
    scroll-margin-top: 5rem;
}
.cb-hosting-submit {
    margin-top: .25rem;
}
.eco-user-greeting {
    padding: .35rem .85rem;
    border-radius: 999px;
    background: rgba(34, 211, 238, .08);
    border: 1px solid rgba(34, 211, 238, .22);
    white-space: nowrap;
}
.cb-welcome-name {
    font-size: 1.35rem;
    font-weight: 600;
    color: #f1f5f9;
    line-height: 1.3;
}
.cb-links-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1.25rem;
    font-size: .88rem;
}
.cb-order-product {
    font-size: .82rem;
    color: #67e8f9;
    margin-top: .2rem;
}
.cb-queue-card {
    scroll-margin-top: 5rem;
}
.cb-queue-products {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}
.cb-queue-group-label {
    display: flex;
    align-items: center;
    gap: .4rem;
    font-size: .72rem;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #64748b;
    margin: 0 0 .5rem;
}
.cb-queue-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(11.5rem, 1fr));
    gap: .55rem;
}
.cb-queue-product {
    display: flex;
    align-items: flex-start;
    gap: .55rem;
    padding: .65rem .75rem;
    border-radius: .75rem;
    border: 1px solid #1e293b;
    background: rgba(15, 23, 42, .65);
    cursor: pointer;
    transition: border-color .15s, background .15s;
}
.cb-queue-product:hover:not(.is-taken) {
    border-color: rgba(34, 211, 238, .35);
    background: rgba(34, 211, 238, .04);
}
.cb-queue-product input[type="checkbox"] {
    margin-top: .15rem;
    flex-shrink: 0;
    accent-color: #22d3ee;
}
.cb-queue-product-body {
    display: flex;
    flex-direction: column;
    gap: .15rem;
    min-width: 0;
}
.cb-queue-product-body strong {
    font-size: .84rem;
    font-weight: 600;
    color: #e2e8f0;
    line-height: 1.3;
}
.cb-queue-product-body em {
    font-size: .72rem;
    font-style: normal;
    color: #64748b;
}
.cb-queue-product.is-taken {
    opacity: .55;
    cursor: not-allowed;
    border-style: dashed;
}
.cb-queue-product:has(input:checked):not(.is-taken) {
    border-color: rgba(34, 211, 238, .5);
    background: rgba(34, 211, 238, .08);
}
@media (max-width: 480px) {
    .cb-queue-grid {
        grid-template-columns: 1fr;
    }
}

/* Form controls — do not rely on Tailwind utilities (not in home.css purge) */
.cb-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.cb-label {
    display: block;
    font-size: .875rem;
    color: #94a3b8;
    margin-bottom: .25rem;
}
.cb-input,
.cb-form select.cb-input,
.cb-form textarea.cb-input {
    width: 100%;
    box-sizing: border-box;
    border-radius: .75rem;
    background: #0f172a;
    border: 1px solid #334155;
    padding: .65rem 1rem;
    color: #f1f5f9;
    font: inherit;
    line-height: 1.45;
    transition: border-color .15s, box-shadow .15s;
}
.cb-input:focus,
.cb-form select.cb-input:focus,
.cb-form textarea.cb-input:focus {
    outline: none;
    border-color: #22d3ee;
    box-shadow: 0 0 0 2px rgba(34, 211, 238, .2);
}
.cb-input::placeholder { color: #64748b; }
.cb-input[readonly] {
    opacity: .85;
    cursor: default;
}
.cb-check {
    display: flex;
    align-items: flex-start;
    gap: .75rem;
    font-size: .875rem;
    color: #94a3b8;
    cursor: pointer;
    line-height: 1.5;
}
.cb-check input[type="checkbox"] {
    margin-top: .2rem;
    flex-shrink: 0;
    accent-color: #22d3ee;
    border-radius: .25rem;
}
.cb-btn-primary {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    border: none;
    border-radius: .75rem;
    background: linear-gradient(135deg, #06b6d4, #14b8a6);
    color: #0f172a;
    font-weight: 700;
    font-size: .95rem;
    padding: .85rem 1rem;
    cursor: pointer;
    transition: opacity .15s, box-shadow .15s, transform .15s;
}
.cb-btn-primary:hover {
    opacity: .92;
    box-shadow: 0 0 24px rgba(34, 211, 238, .28);
}
.cb-btn-primary:active { transform: translateY(1px); }
.cb-btn-primary--electric {
    position: relative;
    overflow: hidden;
    box-shadow:
        0 0 0 1px rgba(103, 232, 249, .25),
        0 0 20px rgba(34, 211, 238, .2);
    animation: cb-btn-glow 3.5s ease-in-out infinite;
}
.cb-btn-primary--electric::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        105deg,
        transparent 40%,
        rgba(255, 255, 255, .28) 50%,
        transparent 60%
    );
    transform: translateX(-130%);
    animation: cb-lightning-sweep 4.5s ease-in-out infinite;
    pointer-events: none;
}
.cb-btn-bolt {
    filter: drop-shadow(0 0 4px rgba(15, 23, 42, .5));
    animation: cb-bolt-flicker 3s ease-in-out infinite;
}
.cb-btn-primary--electric:hover {
    box-shadow:
        0 0 0 1px rgba(103, 232, 249, .45),
        0 0 28px rgba(34, 211, 238, .35);
}
@keyframes cb-btn-glow {
    0%, 100% { box-shadow: 0 0 0 1px rgba(103, 232, 249, .25), 0 0 20px rgba(34, 211, 238, .2); }
    50% { box-shadow: 0 0 0 1px rgba(103, 232, 249, .4), 0 0 26px rgba(34, 211, 238, .32); }
}
@keyframes cb-lightning-sweep {
    0%, 72%, 100% { transform: translateX(-130%); }
    78%, 88% { transform: translateX(130%); }
}
@keyframes cb-bolt-flicker {
    0%, 90%, 100% { opacity: 1; }
    92%, 96% { opacity: .55; }
}
@media (prefers-reduced-motion: reduce) {
    .cb-btn-primary--electric,
    .cb-btn-primary--electric::after,
    .cb-btn-bolt {
        animation: none !important;
    }
}
.cb-btn-logout {
    font-size: .82rem;
    color: #94a3b8;
    background: #0f172a;
    border: 1px solid #334155;
    border-radius: .5rem;
    padding: .4rem .75rem;
    cursor: pointer;
    transition: color .15s, border-color .15s, background .15s;
}
.cb-btn-logout:hover {
    color: #e2e8f0;
    border-color: #475569;
    background: #1e293b;
}
.cb-fieldset {
    border: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: .5rem;
}
.cb-fieldset legend.cb-label { margin-bottom: .35rem; }
.cb-demo-login-wrap {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px dashed #334155;
}
.cb-demo-login-hint {
    margin: 0 0 .65rem;
    font-size: .82rem;
    color: #64748b;
    line-height: 1.45;
}
.cb-btn-demo {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    border: 1px solid rgba(251, 191, 36, .45);
    border-radius: .75rem;
    background: rgba(251, 191, 36, .1);
    color: #fcd34d;
    font-weight: 600;
    font-size: .92rem;
    padding: .75rem 1rem;
    cursor: pointer;
    transition: background .15s, border-color .15s;
}
.cb-btn-demo:hover {
    background: rgba(251, 191, 36, .16);
    border-color: rgba(251, 191, 36, .65);
}
.cb-demo-banner {
    display: flex;
    align-items: flex-start;
    gap: .75rem;
    padding: .85rem 1rem;
    margin-bottom: 1rem;
    border-radius: .85rem;
    background: rgba(251, 191, 36, .1);
    border: 1px solid rgba(251, 191, 36, .35);
    color: #fde68a;
    font-size: .88rem;
    line-height: 1.5;
}
.cb-demo-banner i { margin-top: .15rem; flex-shrink: 0; }
.cb-demo-queue-note {
    margin-top: 1rem;
    padding: .85rem 1rem;
    border-radius: .75rem;
    border: 1px dashed #475569;
    background: rgba(15, 23, 42, .65);
    color: #94a3b8;
    font-size: .84rem;
    line-height: 1.45;
}

.cb-cta {
    margin-bottom: 1.75rem;
}
.cb-cta__title {
    font-size: 1rem;
    font-weight: 600;
    color: #e2e8f0;
    margin: 0 0 .85rem;
}
.cb-cta-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr;
}
@media (min-width: 768px) {
    .cb-cta-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
.cb-cta-card {
    display: flex;
    flex-direction: column;
    gap: .65rem;
    padding: 1.25rem 1.25rem 1.35rem;
    border-radius: 1rem;
    border: 1px solid #1e293b;
    background: linear-gradient(160deg, rgba(15, 23, 42, .95), rgba(15, 23, 42, .7));
}
.cb-cta-card--pay { border-color: rgba(34, 211, 238, .35); }
.cb-cta-card--renew { border-color: rgba(16, 185, 129, .35); }
.cb-cta-card--support { border-color: rgba(148, 163, 184, .35); }
.cb-cta-card__icon {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: .75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.05rem;
}
.cb-cta-card--pay .cb-cta-card__icon { background: rgba(34, 211, 238, .15); color: #22d3ee; }
.cb-cta-card--renew .cb-cta-card__icon { background: rgba(16, 185, 129, .15); color: #6ee7b7; }
.cb-cta-card--support .cb-cta-card__icon { background: rgba(148, 163, 184, .15); color: #cbd5e1; }
.cb-cta-card__heading {
    font-size: 1rem;
    font-weight: 600;
    color: #f8fafc;
    margin: 0;
    line-height: 1.3;
}
.cb-cta-card__desc {
    font-size: .84rem;
    color: #94a3b8;
    line-height: 1.5;
    margin: 0;
    flex: 1;
}
.cb-cta-card__btn {
    margin-top: .35rem;
    width: 100%;
    justify-content: center;
    font-size: .88rem;
}

.cb-set-password {
    margin-top: 1.25rem;
    padding-top: 1rem;
    border-top: 1px solid #1e293b;
}
.cb-set-password summary {
    cursor: pointer;
    font-size: .88rem;
    font-weight: 600;
    color: #94a3b8;
    list-style: none;
}
.cb-set-password summary::-webkit-details-marker { display: none; }
.cb-set-password summary:hover { color: #22d3ee; }
.cb-set-password-hint {
    font-size: .82rem;
    color: #64748b;
    line-height: 1.5;
    margin: 0 0 .85rem;
}
.cb-form--set-password {
    margin-top: .85rem;
}