/* 今年の恵方 専用スタイル */

.pt-ehou-answer {
    margin: 1.5rem 0;
    padding: 1rem 1.5rem;
    text-align: center;
    border-radius: 1rem;
    background: linear-gradient(160deg, #fff3d6 0%, #ffe4b8 100%);
    border: 1px solid #f0c96a;
}

.pt-ehou-answer--sub {
    background: linear-gradient(160deg, #eef6ff 0%, var(--pt-green-bg) 100%);
    border-color: var(--pt-green-border);
}

.pt-ehou-answer__lead {
    margin: 0;
    font-size: 1rem;
    color: #6b4a00;
}

.pt-ehou-answer--sub .pt-ehou-answer__lead {
    color: #145c3d;
}

.pt-ehou-answer__direction {
    margin: 0.25rem 0;
    font-size: 2.75rem;
    font-weight: 900;
    color: #a15c00;
    letter-spacing: 0.05em;
}

.pt-ehou-answer--sub .pt-ehou-answer__direction {
    color: var(--pt-green-dark);
}

.pt-ehou-answer__note {
    margin: 0;
    font-size: 0.85rem;
    color: #7a6a4a;
}

/* コンパス */
.pt-ehou-compass {
    display: flex;
    justify-content: center;
    margin: 0.75rem 0;
}

.pt-ehou-compass__ring {
    position: relative;
    width: 11rem;
    height: 11rem;
    border-radius: 50%;
    background: radial-gradient(circle at 50% 42%, #fffdf7 0%, #fff3d6 65%, #ffe4b8 100%);
    border: 3px solid #f0c96a;
    box-shadow: inset 0 0 0 1px rgba(161, 92, 0, 0.08), 0 0.3rem 0.9rem rgba(161, 92, 0, 0.14);
}

.pt-ehou-compass--sub .pt-ehou-compass__ring {
    background: radial-gradient(circle at 50% 42%, #f7fbff 0%, #eef6ff 65%, var(--pt-green-bg) 100%);
    border-color: var(--pt-green-border);
    box-shadow: inset 0 0 0 1px rgba(20, 92, 61, 0.08), 0 0.3rem 0.9rem rgba(20, 92, 61, 0.12);
}

.pt-ehou-compass__label {
    position: absolute;
    font-weight: 800;
    font-size: 0.85rem;
    color: #a15c00;
    line-height: 1;
}

.pt-ehou-compass--sub .pt-ehou-compass__label {
    color: var(--pt-green-dark);
}

.pt-ehou-compass__label--n {
    top: 0.5rem;
    left: 50%;
    transform: translateX(-50%);
}

.pt-ehou-compass__label--e {
    right: 0.55rem;
    top: 50%;
    transform: translateY(-50%);
}

.pt-ehou-compass__label--s {
    bottom: 0.5rem;
    left: 50%;
    transform: translateX(-50%);
}

.pt-ehou-compass__label--w {
    left: 0.55rem;
    top: 50%;
    transform: translateY(-50%);
}

.pt-ehou-compass__needle {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    transform: rotate(0deg);
    transform-origin: 50% 50%;
    transition: transform 1.1s cubic-bezier(0.25, 1.6, 0.4, 1);
}

.pt-ehou-compass__needle line,
.pt-ehou-compass__needle polygon {
    stroke: #a15c00;
    fill: #a15c00;
}

.pt-ehou-compass__needle line {
    stroke-width: 3.5;
    stroke-linecap: round;
}

.pt-ehou-compass--sub .pt-ehou-compass__needle line,
.pt-ehou-compass--sub .pt-ehou-compass__needle polygon,
.pt-ehou-compass--sub .pt-ehou-compass__hub {
    stroke: var(--pt-green-dark);
    fill: var(--pt-green-dark);
}

.pt-ehou-compass__hub {
    fill: #a15c00;
}

.pt-ehou-compass__center-label {
    position: absolute;
    left: 50%;
    bottom: 1.6rem;
    transform: translateX(-50%);
    padding: 0.1rem 0.5rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.75);
    color: #a15c00;
    font-size: 0.7rem;
    font-weight: 700;
    white-space: nowrap;
}

.pt-ehou-compass--sub .pt-ehou-compass__center-label {
    color: var(--pt-green-dark);
}

.pt-ehou-form {
    max-width: 24rem;
}

.pt-result-table-wrap {
    overflow-x: auto;
}
