/* Premium Unlock PDF page styling matching tasarim_kodlari/unlock-pdf.html */

#tool-workspace {
    max-width: 1500px;
    margin: 0 auto;
    padding: 10px 0 54px;
    width: 100%;
}

.main-layout {
    display: grid;
    grid-template-columns: 1.75fr 0.82fr;
    gap: 30px;
    align-items: start;
    width: 100%;
}

.card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.06);
}

.dropzone {
    border: 2px dashed #a78bfa;
    border-radius: 16px;
    background: linear-gradient(180deg, #ffffff, #faf7ff);
    min-height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 18px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.dropzone:hover {
    border-color: #FF8A3D;
    background: linear-gradient(180deg, #ffffff, #f5f0ff);
}

.drop-icon {
    width: 58px;
    height: 58px;
    border-radius: 14px;
    background: linear-gradient(135deg, #FF5A3C, #FF8A3D);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin: 0 auto 15px;
}

.dropzone h3 {
    font-size: 18px;
    margin-bottom: 8px;
    font-weight: 700;
}

.dropzone .or {
    color: #64748b;
    font-size: 14px;
    margin-bottom: 12px;
}

.dropzone p {
    margin-top: 14px;
    color: #64748b;
    font-size: 14px;
}

.file-card {
    overflow: hidden;
}

.file-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 28px;
    border-bottom: 1px solid #e5e7eb;
}

.file-main {
    display: flex;
    align-items: center;
    gap: 15px;
}

.pdf-icon {
    width: 44px;
    height: 52px;
    border-radius: 8px;
    background: #ef4444;
    color: white;
    font-size: 12px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-shrink: 0;
}

.pdf-icon::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-top: 12px solid #fecaca;
    border-left: 12px solid transparent;
    border-radius: 0 8px 0 0;
}

.file-title {
    font-weight: 800;
    margin-bottom: 6px;
    word-break: break-all;
}

.file-meta {
    color: #64748b;
    font-size: 14px;
}

.protected {
    color: #ef4444;
    font-weight: 800;
}

.not-protected {
    color: #16a34a;
    font-weight: 800;
}

.remove-btn {
    border: none;
    background: transparent;
    font-size: 30px;
    color: #64748b;
    cursor: pointer;
    line-height: 1;
    transition: color 0.2s;
}

.remove-btn:hover {
    color: #ef4444;
}

.file-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 24px 28px;
    border-bottom: 1px solid #e5e7eb;
}

.stat {
    border-right: 1px solid #e5e7eb;
    padding-left: 22px;
}

.stat:first-child {
    padding-left: 0;
}

.stat:last-child {
    border-right: none;
}

.stat-label {
    color: #334155;
    font-weight: 700;
    margin-bottom: 9px;
    font-size: 14px;
}

.stat-value {
    font-size: 20px;
    font-weight: 900;
}

.warning-note {
    margin: 22px 28px;
    padding: 18px;
    border-radius: 13px;
    background: #faf5ff;
    border: 1px solid #ddd6fe;
    display: flex;
    align-items: center;
    gap: 16px;
    transition: all 0.2s ease;
}

.warning-note.unlocked-theme {
    background: #f0fdf4;
    border-color: #bbf7d0;
}

.warning-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #ede9fe;
    color: #FF8A3D;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    flex-shrink: 0;
}

.warning-note.unlocked-theme .warning-icon {
    background: #dcfce7;
    color: #16a34a;
}

.warning-note h4 {
    margin-bottom: 6px;
    font-weight: 700;
}

.warning-note p {
    color: #475569;
    font-size: 15px;
    line-height: 1.5;
}

.settings-card {
    padding: 28px;
}

.settings-card h2 {
    font-size: 22px;
    margin-bottom: 28px;
    font-weight: 800;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: 800;
    color: #0f172a;
}

.password-box {
    width: 100%;
    height: 52px;
    border: 1px solid #dbe1ea;
    border-radius: 10px;
    padding: 0 14px;
    display: grid;
    grid-template-columns: 1fr 34px;
    gap: 10px;
    align-items: center;
    background: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
}

.password-box input {
    border: none;
    outline: none;
    font-size: 17px;
    color: #0f172a;
    width: 100%;
}

.eye {
    color: #64748b;
    font-size: 19px;
    text-align: center;
    line-height: 1;
}

.info-box {
    border: 1px solid #ddd6fe;
    background: #faf5ff;
    border-radius: 11px;
    padding: 18px;
    display: grid;
    grid-template-columns: 28px 1fr;
    gap: 14px;
    color: #475569;
    line-height: 1.6;
    margin-bottom: 28px;
    font-size: 14px;
}

.info-icon {
    color: #FF5A3C;
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
}

.side-divider {
    height: 1px;
    background: #e5e7eb;
    margin: 28px 0;
}

.removed-title {
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 22px;
}

.remove-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
}

.remove-item {
    display: grid;
    grid-template-columns: 28px 30px 1fr;
    gap: 13px;
    align-items: start;
}

.check-icon {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #16a34a;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 900;
    margin-top: 2px;
}

.remove-icon {
    color: #64748b;
    font-size: 21px;
    margin-top: 2px;
}

.remove-name {
    font-weight: 900;
    margin-bottom: 5px;
    font-size: 15px;
}

.remove-desc {
    color: #64748b;
    font-size: 14px;
    line-height: 1.4;
}

.unlock-btn {
    width: 100%;
    height: 62px;
    font-size: 18px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

.btn-primary {
    border: none;
    background: linear-gradient(135deg, #FF5A3C, #FF8A3D) !important;
    color: #ffffff !important;
    border-radius: 10px;
    padding: 13px 22px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 12px 28px rgba(255, 90, 60, 0.25);
    transition: opacity 0.2s, transform 0.2s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.btn-primary:hover:not(:disabled) {
    opacity: 0.95;
    transform: translateY(-1px);
}

.btn-primary:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    box-shadow: none;
}

.safe-note {
    margin-top: 18px;
    text-align: center;
    color: #64748b;
    font-size: 14px;
    line-height: 1.5;
}

.safe-note strong {
    color: #16a34a;
}

.features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    margin-top: 38px;
    overflow: hidden;
    width: 100%;
}

.feature {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    padding: 28px 34px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.feature:first-child {
    border-radius: 18px 0 0 18px;
}

.feature:last-child {
    border-radius: 0 18px 18px 0;
}

.feature-icon {
    width: 58px;
    height: 58px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    flex-shrink: 0;
}

.green {
    background: #dcfce7;
    color: #16a34a;
}

.purple {
    background: #f3e8ff;
    color: #FF8A3D;
}

.blue {
    background: #dbeafe;
    color: #2563eb;
}

.feature h3 {
    font-size: 18px;
    margin-bottom: 7px;
    font-weight: 700;
}

.feature p {
    color: #64748b;
    font-size: 14px;
    line-height: 1.5;
}

.disabled-opacity {
    opacity: 0.5;
    pointer-events: none;
}

.fade-in {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

@media (max-width: 1200px) {
    .main-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 900px) {
    .features {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .feature,
    .feature:first-child,
    .feature:last-child {
        border-radius: 18px;
    }
}

@media (max-width: 640px) {
    .file-stats {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .stat {
        border-right: none;
        border-bottom: 1px solid #e5e7eb;
        padding-left: 0;
        padding-bottom: 14px;
    }

    .stat:last-child {
        border-bottom: none;
    }

    .file-info {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
    }
    
    .remove-btn {
        align-self: flex-end;
    }
}
