/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-54ny8rx8mb] {
    display: flex;
    flex-direction: column;
}

main[b-54ny8rx8mb] {
    flex: 1;
}

.top-navigation[b-54ny8rx8mb] {
    position: sticky;
    top: 0;
    z-index: 1000;
}

.content[b-54ny8rx8mb] {
    max-width: 1100px;
    margin: 0 auto;
    width: 100%;
}
/* /Pages/Home.razor.rz.scp.css */
.topic-section h1[b-j15krfty2i] {
    font-family: 'Inter', 'Noto Sans JP', sans-serif;
    letter-spacing: -0.02em;
    color: #ffffff;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
}

.topic-section p[b-j15krfty2i] {
    font-weight: 400;
    line-height: 1.8;
    color: #a0a0a0;
}

.agenda-btn[b-j15krfty2i] {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #e0e0e0;
    border-radius: 2rem;
    padding: 0.6rem 1.5rem;
    transition: all 0.3s ease;
    font-size: 0.9rem;
}

.agenda-btn:hover[b-j15krfty2i] {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.3);
    color: #ffffff;
}

.agenda-btn.active[b-j15krfty2i] {
    background: #ffffff;
    color: #000000;
    font-weight: 600;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.3);
}

.input-container[b-j15krfty2i] {
    background: #1a1a1a;
    border-radius: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1.5rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.input-container:focus-within[b-j15krfty2i] {
    border-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
}

.textarea-wrapper[b-j15krfty2i] {
    position: relative;
    display: flex;
    align-items: flex-end;
    gap: 1rem;
}

.textarea-wrapper textarea[b-j15krfty2i] {
    background: transparent;
    border: none;
    color: #ffffff;
    font-size: 1.1rem;
    padding: 0;
    resize: none;
    line-height: 1.6;
}

.textarea-wrapper textarea:focus[b-j15krfty2i] {
    background: transparent;
    box-shadow: none;
}

.send-btn[b-j15krfty2i] {
    background: #ffffff;
    color: #000000;
    border: none;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    cursor: pointer;
    flex-shrink: 0;
}

.send-btn:hover:not(:disabled)[b-j15krfty2i] {
    transform: scale(1.05);
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
}

.send-btn:active:not(:disabled)[b-j15krfty2i] {
    transform: scale(0.95);
}

.send-btn:disabled[b-j15krfty2i] {
    background: rgba(255, 255, 255, 0.2);
    color: rgba(0, 0, 0, 0.3);
    cursor: not-allowed;
}

.message-bubble[b-j15krfty2i] {
    padding: 1.5rem;
    border-radius: 1rem;
    max-width: 90%;
    animation: slideUp-b-j15krfty2i 0.4s ease-out forwards;
}

@keyframes slideUp-b-j15krfty2i {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.message-bubble.user[b-j15krfty2i] {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    align-self: flex-end;
}

.message-bubble.assistant[b-j15krfty2i] {
    background: transparent;
    border-left: 2px solid #ffffff;
    align-self: flex-start;
}

.role-label[b-j15krfty2i] {
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    margin-bottom: 0.5rem;
    color: #666;
}

.btn-measure[b-j15krfty2i] {
    background: linear-gradient(135deg, #222, #111);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 4rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 0 0 rgba(255, 255, 255, 0);
}

.btn-measure:hover:not(:disabled)[b-j15krfty2i] {
    background: #fff;
    color: #000;
    transform: scale(1.1);
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.4);
}

.btn-measure:disabled[b-j15krfty2i] {
    opacity: 0.3;
    cursor: not-allowed;
}
/* /Pages/Result.razor.rz.scp.css */
.spectrum-container[b-bfg6ycwibd] {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
}

.spectrum-label[b-bfg6ycwibd] {
    font-size: 0.85rem;
    font-weight: 600;
    color: #4b3f35;
    min-width: 64px;
    flex-shrink: 0;
}

.spectrum-label.left[b-bfg6ycwibd] {
    text-align: right;
}

.spectrum-label.right[b-bfg6ycwibd] {
    text-align: left;
}

.spectrum-track[b-bfg6ycwibd] {
    position: relative;
    height: 4px;
    flex-grow: 1;
    background-color: #e9ecef;
    border-radius: 2px;
}

.spectrum-marker[b-bfg6ycwibd] {
    position: absolute;
    top: 50%;
    width: 14px;
    height: 14px;
    background-color: #241b14;
    border: 2px solid #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: left 0.3s ease-out;
}

/* Image Cards (16:9 design) */
.image-card[b-bfg6ycwibd] {
    aspect-ratio: 16 / 9;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    position: relative;
    overflow: hidden;
    border: 1px solid #dee2e6;
    border-radius: 1rem;
}

.image-card-title[b-bfg6ycwibd] {
    position: absolute;
    top: 1rem;
    left: 1.25rem;
    font-size: 0.75rem;
    font-weight: bold;
    color: #adb5bd;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.animal-emoji[b-bfg6ycwibd] {
    font-size: 5rem;
    margin-bottom: 0.5rem;
}

.animal-name[b-bfg6ycwibd] {
    font-size: 1.5rem;
    font-weight: 800;
    color: #241b14;
}

.persona-title[b-bfg6ycwibd] {
    font-size: 2rem;
    font-weight: 900;
    background: linear-gradient(135deg, #241b14 0%, #6c757d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}

.summary-text[b-bfg6ycwibd] {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.6;
    text-align: center;
    color: #241b14;
    max-width: 90%;
}

.article-key-section[b-bfg6ycwibd] {
    background-color: #f8f9fa;
    border-radius: 0.75rem;
    padding: 1rem;
}

.article-key-value[b-bfg6ycwibd] {
    font-family: monospace;
    font-size: 0.9rem;
    word-break: break-all;
}

.login-note[b-bfg6ycwibd] {
    font-size: 0.85rem;
    color: #6c757d;
}

.btn-share-x[b-bfg6ycwibd] {
    background-color: #000;
    color: #fff;
    font-weight: bold;
    border-radius: 2rem;
    padding: 0.5rem 1.5rem;
}

.btn-share-x:hover[b-bfg6ycwibd] {
    background-color: #333;
    color: #fff;
}
