.site-pdf {
    max-width: 560px;
    margin: 0 auto;
    padding: 24px 0 48px;
}

.site-pdf .page__title {
    margin: 0 0 32px;
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: -0.02em;
    text-align: center;
    color: #111;
}

.site-pdf .dropzone {
    position: relative;
    border: 1.5px dashed #ccc;
    border-radius: 8px;
    background: #fff;
    cursor: pointer;
    transition: border-color 0.15s, background 0.15s;
}

.site-pdf .dropzone:hover,
.site-pdf .dropzone--active {
    border-color: #888;
    background: #f5f5f5;
}

.site-pdf .dropzone--busy {
    pointer-events: none;
    opacity: 0.7;
}

.site-pdf .dropzone__input {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.site-pdf .dropzone__content {
    padding: 40px 24px;
    text-align: center;
}

.site-pdf .dropzone__icon {
    width: 32px;
    height: 32px;
    margin: 0 auto 12px;
    color: #999;
}

.site-pdf .dropzone__text {
    margin: 0 0 4px;
    color: #333;
}

.site-pdf .dropzone__hint {
    margin: 0;
    font-size: 0.8125rem;
    color: #999;
}

.site-pdf .status {
    margin-top: 20px;
    padding: 12px 16px;
    border-radius: 6px;
    font-size: 0.875rem;
    background: #f0f0f0;
    color: #555;
}

.site-pdf .status--error {
    background: #fef2f2;
    color: #991b1b;
}

.site-pdf .status.is-ok {
    background: rgba(15, 107, 87, 0.08);
    color: #0f6b57;
}

.site-pdf .status.is-loading::after {
    content: "";
    display: inline-block;
    width: 0.45em;
    animation: pod-dots 1.2s steps(4, end) infinite;
}

.site-pdf .result {
    margin-top: 24px;
}

.site-pdf .result__section {
    margin-bottom: 20px;
}

.site-pdf .result__heading {
    margin: 0 0 8px;
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #999;
}

.site-pdf .result__qr-list {
    margin: 0;
    padding: 0;
    list-style: none;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    overflow: hidden;
}

.site-pdf .result__qr-item {
    padding: 12px 16px;
    border-bottom: 1px solid #f0f0f0;
}

.site-pdf .result__qr-item:last-child {
    border-bottom: none;
}

.site-pdf .result__qr-file {
    margin: 0 0 4px;
    font-size: 0.75rem;
    color: #999;
    word-break: break-all;
}

.site-pdf .result__qr-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.site-pdf .result__qr-data {
    flex: 1;
    min-width: 0;
    font-family: ui-monospace, "Cascadia Code", "Consolas", monospace;
    font-size: 0.8125rem;
    line-height: 1.45;
    word-break: break-all;
    color: #222;
}

.site-pdf .result__qr-item--error .result__qr-data {
    color: #991b1b;
    font-family: inherit;
}

.site-pdf .result__copy {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    margin-top: -4px;
    padding: 0;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    background: #fafafa;
    color: #666;
    cursor: pointer;
    transition: background 0.15s, color 0.15s, border-color 0.15s;
}

.site-pdf .result__copy:hover {
    background: #f0f0f0;
    color: #222;
    border-color: #ccc;
}

.site-pdf .result__copy--done {
    color: #15803d;
    border-color: #bbf7d0;
    background: #f0fdf4;
}

.site-pdf .result__map-link {
    display: inline-flex;
    margin-top: 10px;
    padding: 8px 12px;
    border-radius: 8px;
    background: #0f6b57;
    color: #fff !important;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 600;
}

.site-pdf .result__map-link:hover {
    background: #0c5747;
    color: #fff !important;
}

.site-pdf .result__hint {
    margin: 8px 0 0;
    font-size: 0.8125rem;
    color: #666;
    line-height: 1.4;
}

.site-pdf .result__list {
    margin: 0;
    padding: 0;
    list-style: none;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    overflow: hidden;
}

.site-pdf .result__item {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 12px 16px;
    border-bottom: 1px solid #f0f0f0;
}

.site-pdf .result__item:last-child {
    border-bottom: none;
}

.site-pdf .result__label {
    font-size: 0.75rem;
    color: #999;
}

.site-pdf .result__value {
    color: #111;
    word-break: break-all;
}

.site-pdf .result__value a {
    color: #2563eb;
    text-decoration: none;
}

.site-pdf .result__value a:hover {
    text-decoration: underline;
}
