.aki-network-box{border:1px solid #dbe5f0;border-radius:16px;padding:16px;background:#f8fbff}.aki-network-label{display:block;font-size:14px;font-weight:800;color:#172033;margin-bottom:10px}.aki-network-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.aki-network-options label{display:flex;gap:10px;align-items:flex-start;padding:13px;border:1px solid #dbe5f0;border-radius:12px;background:#fff;cursor:pointer}.aki-network-options label:has(input:checked){border-color:#ff6b21;box-shadow:0 0 0 3px rgba(255,107,33,.1)}.aki-network-options input{margin-top:3px;accent-color:#ff6b21}.aki-network-options strong,.aki-network-options small{display:block}.aki-network-options strong{color:#172033;font-size:13px}.aki-network-options small{color:#64748b;margin-top:3px;line-height:1.35}.aki-network-fields{margin-top:15px;padding-top:15px;border-top:1px dashed #cbd5e1}.aki-network-grid{margin:0}.aki-network-warning{color:#b45309!important}.aki-slug-input{display:grid;grid-template-columns:auto minmax(120px,1fr) auto;align-items:center;border:1px solid #cbd5e1;border-radius:12px;background:#fff;overflow:hidden}.aki-slug-input:focus-within{border-color:#ff6b21;box-shadow:0 0 0 3px rgba(255,107,33,.1)}.aki-slug-input span{padding:12px 10px;background:#f8fafc;color:#64748b;font-size:13px;white-space:nowrap}.aki-slug-input input{border:0!important;box-shadow:none!important;border-radius:0!important;padding:12px 5px!important;background:#fff!important;min-width:0}.aki-url-status.checking{color:#64748b}.aki-url-status.ok{color:#15803d}.aki-url-status.error{color:#b91c1c}.aki-suggestion{border:0;background:#fff7ed;color:#c2410c;border-radius:8px;padding:5px 8px;margin:4px 4px 0 0;cursor:pointer;font-weight:700}@media(max-width:700px){.aki-network-options{grid-template-columns:1fr}.aki-slug-input{grid-template-columns:auto minmax(90px,1fr)}.aki-slug-input span:last-child{grid-column:1/-1;border-top:1px solid #e2e8f0;text-align:center;padding:8px}}

/* AKI-BRAND-NETWORK-REGISTRATION-V110-SCROLL */
html,
body {
    min-height: 100% !important;
    height: auto !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
}

body {
    position: static !important;
}

.aki-register-page {
    min-height: 100vh !important;
    height: auto !important;
    overflow: visible !important;
    align-items: stretch;
}

.aki-register-main {
    min-height: 100vh !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
}

.aki-register-shell {
    width: 100%;
    padding-bottom: 64px !important;
}

.aki-network-readonly {
    color: #334155 !important;
    background: #f1f5f9 !important;
    cursor: default;
}

.aki-slug-input.is-network-locked {
    border-color: #fdba74;
    background: #fff7ed;
}

.aki-slug-input.is-network-locked input {
    color: #9a3412 !important;
    background: #fff7ed !important;
    cursor: default;
    font-weight: 800;
}

.aki-slug-input.is-network-locked span {
    color: #9a3412;
    background: #ffedd5;
}

.aki-network-link-help {
    display: block;
    margin-top: 7px;
    color: #64748b;
    font-size: 11.5px;
    line-height: 1.45;
}

@media (min-width: 901px) {
    .aki-register-hero {
        position: sticky !important;
        top: 0;
        align-self: flex-start;
        min-height: 100vh !important;
        height: 100vh !important;
    }
}

@media (max-width: 900px) {
    .aki-register-page,
    .aki-register-main {
        min-height: auto !important;
    }

    .aki-register-shell {
        padding-bottom: 42px !important;
    }
}
