/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-iiw2k01nln] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-iiw2k01nln] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Shared/AnyTalkRebrandReveal.razor.rz.scp.css */
.at_rebrand_reveal[b-3f9ts117fq] {
    --at-midnight: #02080c;
    --at-surface: #0d1820;
    --at-border: #263943;
    --at-brand-mint: #31e1d0;
    --at-brand-bright: #75fff1;
    --at-brand-blue: #31a8ff;
    --at-text-primary: #f7fafc;
    --at-text-secondary: #9aa8b2;
    width: min(100%, 540px);
    margin-inline: auto;
    font-family: Inter, "Noto Sans JP", "Segoe UI", system-ui, sans-serif;
}

.at_rebrand_stage[b-3f9ts117fq] {
    position: relative;
    display: grid;
    place-items: center;
    width: 100%;
    aspect-ratio: 1;
    overflow: hidden;
    isolation: isolate;
    border: 1px solid rgba(117, 255, 241, 0.22);
    border-radius: 32px;
    background:
        radial-gradient(circle at 50% 44%, rgba(49, 225, 208, 0.14), transparent 42%),
        linear-gradient(145deg, rgba(21, 35, 45, 0.96), rgba(2, 8, 12, 0.99));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        0 28px 90px rgba(0, 0, 0, 0.52),
        0 0 42px rgba(49, 225, 208, 0.1);
}

.at_rebrand_grid[b-3f9ts117fq] {
    position: absolute;
    inset: 0;
    z-index: -2;
    opacity: 0.45;
    background-image:
        linear-gradient(rgba(117, 255, 241, 0.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(117, 255, 241, 0.055) 1px, transparent 1px);
    background-size: 36px 36px;
    -webkit-mask-image: radial-gradient(circle, #000 20%, transparent 76%);
    mask-image: radial-gradient(circle, #000 20%, transparent 76%);
}

.at_rebrand_orbit[b-3f9ts117fq] {
    position: absolute;
    z-index: -1;
    border: 1px solid rgba(49, 225, 208, 0.2);
    border-radius: 50%;
}

.at_rebrand_orbit[b-3f9ts117fq]::before,
.at_rebrand_orbit[b-3f9ts117fq]::after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--at-brand-bright);
    box-shadow: 0 0 14px var(--at-brand-mint);
}

.at_rebrand_orbit[b-3f9ts117fq]::before { top: 7%; left: 20%; }
.at_rebrand_orbit[b-3f9ts117fq]::after { right: 4%; bottom: 28%; }
.at_rebrand_orbit_outer[b-3f9ts117fq] { width: 82%; aspect-ratio: 1; border-style: dashed; }
.at_rebrand_orbit_inner[b-3f9ts117fq] { width: 64%; aspect-ratio: 1; opacity: 0.7; transform: rotate(24deg); }

.at_rebrand_logo[b-3f9ts117fq] {
    position: absolute;
    inset: 11% 13% 14%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform-origin: 50% 48%;
}

.at_rebrand_logo img[b-3f9ts117fq] {
    display: block;
    width: min(82%, 350px);
    height: auto;
}

.at_rebrand_logo_legacy[b-3f9ts117fq] { opacity: 0; }
.at_rebrand_logo_new[b-3f9ts117fq] { opacity: 1; }

@media (scripting: enabled) and (prefers-reduced-motion: no-preference) {
    .at_rebrand_stage:not(.is-morphing):not(.is-settled) .at_rebrand_logo_legacy[b-3f9ts117fq] { opacity: 1; }
    .at_rebrand_stage:not(.is-morphing):not(.is-settled) .at_rebrand_logo_new[b-3f9ts117fq] { opacity: 0; }
}

.at_rebrand_logo_new img[b-3f9ts117fq] {
    filter: drop-shadow(0 0 22px rgba(49, 225, 208, 0.18));
}

.at_rebrand_wordmark[b-3f9ts117fq] {
    margin-top: -0.2rem;
    color: var(--at-text-primary);
    font-size: clamp(2rem, 6vw, 3.1rem);
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.045em;
}

.at_rebrand_scanline[b-3f9ts117fq] {
    position: absolute;
    inset-inline: 7%;
    top: 0;
    height: 2px;
    opacity: 0;
    background: linear-gradient(90deg, transparent, var(--at-brand-bright), transparent);
    box-shadow: 0 0 24px 5px rgba(49, 225, 208, 0.38);
}

.at_rebrand_particles[b-3f9ts117fq] {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.at_rebrand_particles span[b-3f9ts117fq] {
    --angle: calc(var(--particle) * 25.714deg);
    position: absolute;
    top: 48%;
    left: 50%;
    width: 4px;
    height: 4px;
    opacity: 0;
    border-radius: 1px;
    background: var(--at-brand-bright);
    box-shadow: 0 0 8px var(--at-brand-mint);
    transform: rotate(var(--angle)) translateX(50px) scale(0.2);
}

.at_rebrand_status[b-3f9ts117fq] {
    position: absolute;
    right: 6%;
    bottom: 5%;
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    min-height: 1.5rem;
    color: var(--at-brand-bright);
    font-size: clamp(0.62rem, 1.5vw, 0.78rem);
    font-weight: 650;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.at_rebrand_status i[b-3f9ts117fq] {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #42df91;
    box-shadow: 0 0 10px rgba(66, 223, 145, 0.75);
}

.at_rebrand_replay[b-3f9ts117fq] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    min-height: 44px;
    margin-top: 1rem;
    padding: 0.68rem 1rem;
    border: 1px solid rgba(49, 225, 208, 0.3);
    border-radius: 999px;
    color: var(--at-text-secondary);
    background: rgba(13, 24, 32, 0.8);
    font-size: 0.84rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
}

.at_rebrand_replay:hover[b-3f9ts117fq] {
    color: var(--at-brand-bright);
    border-color: var(--at-brand-mint);
    background: rgba(21, 35, 45, 0.96);
}

.at_rebrand_replay:focus-visible[b-3f9ts117fq] {
    outline: 3px solid rgba(49, 225, 208, 0.32);
    outline-offset: 3px;
}

.at_rebrand_stage.is-morphing .at_rebrand_logo_legacy[b-3f9ts117fq] {
    animation: at-legacy-morph-b-3f9ts117fq 2.5s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.at_rebrand_stage.is-morphing .at_rebrand_logo_new[b-3f9ts117fq] {
    animation: at-new-morph-b-3f9ts117fq 2.5s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.at_rebrand_stage.is-morphing .at_rebrand_scanline[b-3f9ts117fq] {
    animation: at-scanline-b-3f9ts117fq 2.5s ease-in-out both;
}

.at_rebrand_stage.is-morphing .at_rebrand_orbit_outer[b-3f9ts117fq] { animation: at-orbit-b-3f9ts117fq 8s linear infinite; }
.at_rebrand_stage.is-morphing .at_rebrand_orbit_inner[b-3f9ts117fq] { animation: at-orbit-reverse-b-3f9ts117fq 6s linear infinite; }

.at_rebrand_stage.is-morphing .at_rebrand_particles span[b-3f9ts117fq] {
    animation: at-particle-b-3f9ts117fq 1.05s ease-out both;
    animation-delay: calc(0.92s + (var(--particle) * 32ms));
}

.at_rebrand_stage.is-morphing .at_rebrand_status i[b-3f9ts117fq] {
    animation: at-status-pulse-b-3f9ts117fq 1.35s ease-in-out infinite;
}

.at_rebrand_stage.is-settled .at_rebrand_logo_legacy[b-3f9ts117fq] { opacity: 0; }
.at_rebrand_stage.is-settled .at_rebrand_logo_new[b-3f9ts117fq] { opacity: 1; transform: none; }

.at_rebrand_reveal_compact[b-3f9ts117fq] {
    width: min(100%, 620px);
    margin-block: 1.5rem 2.5rem;
}

.at_rebrand_reveal_compact .at_rebrand_stage[b-3f9ts117fq] {
    aspect-ratio: 16 / 10;
}

.at_rebrand_reveal_compact .at_rebrand_logo[b-3f9ts117fq] {
    inset: 7% 22% 10%;
}

.at_rebrand_reveal_compact .at_rebrand_logo img[b-3f9ts117fq] {
    width: min(64%, 260px);
}

.at_rebrand_reveal_compact .at_rebrand_wordmark[b-3f9ts117fq] {
    font-size: clamp(1.7rem, 5vw, 2.6rem);
}

@keyframes at-legacy-morph-b-3f9ts117fq {
    0%, 18% { opacity: 1; filter: none; transform: scale(1) rotate(0); clip-path: inset(0); }
    30% { opacity: 1; filter: saturate(0.8) contrast(1.08); transform: scale(0.98) rotate(-1.5deg); }
    45% { opacity: 0.72; filter: blur(1px) saturate(0.35); transform: scale(0.9) rotate(-5deg); clip-path: inset(14% 6% 13% 5% round 24%); }
    58%, 100% { opacity: 0; filter: blur(10px); transform: scale(0.72) rotate(-10deg); clip-path: inset(48% 5% 48% 5% round 50%); }
}

@keyframes at-new-morph-b-3f9ts117fq {
    0%, 36% { opacity: 0; filter: blur(12px); transform: scale(0.68) rotate(7deg); clip-path: circle(5% at 50% 49%); }
    55% { opacity: 0.68; filter: blur(2px); transform: scale(0.92) rotate(1deg); clip-path: circle(43% at 50% 49%); }
    72%, 100% { opacity: 1; filter: none; transform: scale(1) rotate(0); clip-path: circle(75% at 50% 49%); }
}

@keyframes at-scanline-b-3f9ts117fq {
    0%, 12% { opacity: 0; transform: translateY(-20px); }
    24%, 64% { opacity: 0.9; }
    70%, 100% { opacity: 0; transform: translateY(510px); }
}

@keyframes at-particle-b-3f9ts117fq {
    0% { opacity: 0; transform: rotate(var(--angle)) translateX(38px) scale(0.2); }
    28% { opacity: 1; }
    100% { opacity: 0; transform: rotate(var(--angle)) translateX(240px) scale(1); }
}

@keyframes at-orbit-b-3f9ts117fq { to { transform: rotate(360deg); } }
@keyframes at-orbit-reverse-b-3f9ts117fq { from { transform: rotate(24deg); } to { transform: rotate(-336deg); } }
@keyframes at-status-pulse-b-3f9ts117fq { 50% { opacity: 0.42; box-shadow: 0 0 18px rgba(66, 223, 145, 0.95); } }

@media (max-width: 560px) {
    .at_rebrand_stage[b-3f9ts117fq] { border-radius: 24px; }
    .at_rebrand_logo[b-3f9ts117fq] { inset: 10% 10% 14%; }
    .at_rebrand_logo img[b-3f9ts117fq] { width: min(76%, 270px); }
    .at_rebrand_status[b-3f9ts117fq] { right: 5%; bottom: 4%; max-width: 72%; text-align: right; }
}

@media (prefers-reduced-motion: reduce) {
    .at_rebrand_reveal *[b-3f9ts117fq],
    .at_rebrand_reveal *[b-3f9ts117fq]::before,
    .at_rebrand_reveal *[b-3f9ts117fq]::after {
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.001ms !important;
    }

    .at_rebrand_logo_legacy[b-3f9ts117fq],
    .at_rebrand_scanline[b-3f9ts117fq],
    .at_rebrand_particles[b-3f9ts117fq] { display: none; }
    .at_rebrand_logo_new[b-3f9ts117fq] { opacity: 1; transform: none; clip-path: none; filter: none; }
    .at_rebrand_replay[b-3f9ts117fq] { display: none; }
}
