.ask-toria-page {
    position: relative;
    padding: 48px 0 80px;
    background: #fbfaf9;
}

.ask-toria-container {
    position: relative;
    z-index: 2;
    max-width: 1140px;
}

.ask-toria-label {
    display: block;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #2b2b2b;
    margin-bottom: 10px;
}

.ask-toria-input-row {
    display: flex;
    gap: 12px;
    align-items: stretch;
}

.ask-toria-input {
    flex: 1;
    min-height: 56px;
    border: 1px solid #e4d9ce;
    background: #eeece8;
    border-radius: 12px;
    padding: 14px 18px;
    font-size: 16px;
    color: #2b2b2b;
}

.ask-toria-input:focus {
    outline: none;
    border-color: #ceb4a1;
    background: #fff;
}

.ask-toria-submit {
    border: 0;
    border-radius: 12px;
    background: #2b2b2b;
    color: #fff;
    padding: 0 22px;
    font-weight: 600;
    white-space: nowrap;
}

.ask-toria-submit:hover {
    background: #443c36;
}

.ask-toria-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 18px 0 28px;
}

.ask-toria-chip {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #e4d9ce;
    color: #4a433e;
    font-size: 13px;
    text-decoration: none;
    cursor: pointer;
    font-family: inherit;
    line-height: 1.2;
}

.ask-toria-chip:hover,
.ask-toria-chip.is-active {
    background: #f0e4d5;
    color: #2b2b2b;
    text-decoration: none;
}

.ask-toria-summary {
    font-family: "Playfair Display", serif;
    font-size: 22px;
    color: #2b2b2b;
    margin-bottom: 8px;
}

.ask-toria-note,
.ask-toria-results-meta {
    font-size: 14px;
    color: #666;
    margin-bottom: 18px;
}

.ask-toria-reason {
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.45;
    color: #5c534c;
}

.ask-toria-empty {
    text-align: center;
    padding: 48px 16px;
    color: #666;
}

.ask-toria-empty h3 {
    font-family: "Playfair Display", serif;
    color: #2b2b2b;
    margin-bottom: 8px;
}

.ask-toria-home {
    padding: 56px 0;
    background: #f0e4d5;
}

.ask-toria-home-card {
    background: #fff;
    border-radius: 20px;
    padding: 28px;
    box-shadow: 0 12px 30px rgba(43, 43, 43, 0.06);
}

.ask-toria-home h2 {
    font-family: "Playfair Display", serif;
    margin-bottom: 8px;
}

@media (max-width: 767px) {
    .ask-toria-input-row {
        flex-direction: column;
    }

    .ask-toria-submit {
        height: 52px;
    }
}
