.ptk-page {
    background: #f7f7f4;
    color: #1f2933;
    min-height: 70vh;
    padding: 112px 18px 64px;
}
.ptk-admin-page {
    color: #1f2933;
    padding: 0 0 40px;
}
.ptk-panel,
.ptk-wide,
.ptk-admin {
    background: #fff;
    border: 1px solid #e5e2dc;
    border-radius: 8px;
    margin: 0 auto;
    max-width: 720px;
    padding: 28px;
}
.ptk-wide,
.ptk-admin {
    max-width: 1120px;
}
.ptk-eyebrow {
    color: #c56a1d;
    font-size: 13px;
    font-weight: 700;
    margin: 0 0 8px;
}
.ptk-page h1 {
    font-size: 28px;
    margin: 0 0 18px;
}
.ptk-page h2 {
    font-size: 18px;
    margin: 28px 0 12px;
}
.ptk-note,
.ptk-footnote {
    color: #667085;
    line-height: 1.6;
}
.ptk-alert {
    background: #fff4ed;
    border: 1px solid #fed7aa;
    border-radius: 8px;
    color: #9a3412;
    margin: 12px 0;
    padding: 12px;
}
.ptk-form {
    display: grid;
    gap: 14px;
}
.ptk-form label,
.ptk-radio-group {
    display: grid;
    gap: 7px;
    font-weight: 700;
}
.ptk-form input,
.ptk-form select,
.ptk-form textarea,
.ptk-filter select {
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    font: inherit;
    padding: 12px;
    width: 100%;
}
.ptk-form button,
.ptk-btn,
.pyeongtaek-btn,
.ptk-filter button {
    background: #e67e22;
    border: 0;
    border-radius: 8px;
    color: #fff;
    display: inline-block;
    font-weight: 800;
    padding: 12px 16px;
    text-decoration: none;
}
.ptk-btn-dark,
.pyeongtaek-btn-secondary {
    background: #1f2933;
}
.ptk-btn-outline {
    background: transparent;
    border: 2px solid #e67e22;
    color: #e67e22;
    display: block;
    text-align: center;
    width: 100%;
}
.ptk-btn-outline:hover {
    background: #fff4ed;
}
.ptk-register-cta {
    display: grid;
    gap: 10px;
    margin-top: 20px;
}
.ptk-footnote {
    margin: 0;
}
.ptk-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 14px 0 24px;
}
.ptk-grid,
.ptk-admin-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
.ptk-card {
    border: 1px solid #e5e2dc;
    border-radius: 8px;
    padding: 14px;
}
.ptk-card span {
    color: #667085;
    display: block;
    margin-top: 4px;
}
.ptk-card-link {
    color: #c56a1d;
    display: inline-block;
    font-weight: 800;
    margin-top: 12px;
    text-decoration: none;
}
.ptk-help {
    color: #667085;
    font-size: 13px;
    font-weight: 500;
}
.ptk-table-wrap {
    overflow-x: auto;
}
.ptk-table {
    border-collapse: collapse;
    min-width: 760px;
    width: 100%;
}
.ptk-table th,
.ptk-table td {
    border-bottom: 1px solid #ece8e2;
    padding: 10px;
    text-align: left;
}
.ptk-radio-group {
    border: 1px solid #e5e2dc;
    border-radius: 8px;
    padding: 14px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 20px;
}
.ptk-radio-group legend {
    width: 100%;
    font-weight: 700;
    margin-bottom: 2px;
}
.ptk-radio-group label {
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    cursor: pointer;
}
.ptk-radio-group input[type="radio"] {
    flex-shrink: 0;
    margin: 0;
    width: auto;
}
.ptk-check {
    align-items: center;
    display: flex !important;
    gap: 8px;
}
.ptk-check input,
.ptk-radio-group input {
    width: auto;
}
.ptk-result {
    font-size: 20px;
    font-weight: 800;
}
.ptk-state-card {
    background: #fffaf5;
    border: 1px solid #fed7aa;
    border-radius: 8px;
    display: grid;
    gap: 14px;
    padding: 20px;
}
.ptk-state-card-muted {
    background: #f8fafc;
    border-color: #d0d5dd;
}
.ptk-badge {
    align-self: start;
    background: #e67e22;
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    padding: 6px 10px;
}
.ptk-badge-muted {
    background: #667085;
}
.ptk-summary {
    display: grid;
    gap: 8px;
    margin: 0;
}
.ptk-summary div {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    border-bottom: 1px solid #f0e7db;
    padding-bottom: 8px;
}
.ptk-summary dt {
    color: #667085;
    font-weight: 700;
}
.ptk-summary dd {
    margin: 0;
    text-align: right;
}
.pyeongtaek-inline-cta {
    background: #fff8f1;
    border: 1px solid #fed7aa;
    border-radius: 8px;
    margin: 20px 0;
    padding: 18px;
}
.pyeongtaek-inline-cta p {
    color: #667085;
}
.pyeongtaek-inline-cta div {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
@media (max-width: 640px) {
    .ptk-page {
        padding: 88px 12px 40px;
    }
    .ptk-panel,
    .ptk-wide,
    .ptk-admin {
        padding: 20px;
    }
}
