{
  "version": 3,
  "sources": [],
  "sections": [
    {"offset": {"line": 1, "column": 0}, "map": {"version":3,"sources":["turbopack:///[project]/app/dashboard/pdf-scan/pdf-scan.module.css"],"sourcesContent":[".container {\n    padding: 2rem;\n    max-width: 1000px;\n    margin: 0 auto;\n}\n\n.header {\n    margin-bottom: 2rem;\n}\n\n.title {\n    font-size: 2.5rem;\n    font-weight: 700;\n    margin-bottom: 0.5rem;\n    background: linear-gradient(135deg, #fff 0%, #a5a5a5 100%);\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n}\n\n.subtitle {\n    color: #888;\n}\n\n.glassCard {\n    background: rgba(255, 255, 255, 0.03);\n    border: 1px solid rgba(255, 255, 255, 0.1);\n    border-radius: 16px;\n    padding: 2rem;\n    display: flex;\n    flex-direction: column;\n    gap: 1.5rem;\n}\n\n.actions {\n    display: flex;\n    justify-content: flex-end;\n}\n\n.scanBtn {\n    background: linear-gradient(135deg, #fff 0%, #e0e0e0 100%);\n    color: #000;\n    border: none;\n    padding: 0.75rem 2rem;\n    border-radius: 8px;\n    font-weight: 600;\n    font-size: 1rem;\n    cursor: pointer;\n    display: flex;\n    align-items: center;\n    gap: 0.5rem;\n    transition: transform 0.1s, opacity 0.2s;\n}\n\n.scanBtn:disabled {\n    opacity: 0.5;\n    cursor: not-allowed;\n}\n\n.scanBtn:hover:not(:disabled) {\n    transform: translateY(-1px);\n}\n\n.jobsSection {\n    margin-top: 3rem;\n}\n\n.jobsSection h2 {\n    font-size: 1.25rem;\n    margin-bottom: 1rem;\n    color: #ccc;\n}\n\n.jobList {\n    display: flex;\n    flex-direction: column;\n    gap: 0.75rem;\n}\n\n.jobCard {\n    background: rgba(0, 0, 0, 0.4);\n    border: 1px solid rgba(255, 255, 255, 0.1);\n    border-radius: 10px;\n    padding: 1rem 1.5rem;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n}\n\n.jobInfo {\n    display: flex;\n    flex-direction: column;\n}\n\n.filename {\n    font-weight: 500;\n    color: #eee;\n}\n\n.date {\n    font-size: 0.8rem;\n    color: #666;\n}\n\n.jobStatus {\n    display: flex;\n    align-items: center;\n    gap: 0.5rem;\n    font-size: 0.9rem;\n    font-weight: 500;\n}\n\n.tagQueued {\n    color: #facc15;\n    display: flex;\n    align-items: center;\n    gap: 0.4rem;\n}\n\n.tagProcessing {\n    color: #3b82f6;\n    display: flex;\n    align-items: center;\n    gap: 0.4rem;\n}\n\n.progressContainer {\n    display: flex;\n    flex-direction: column;\n    gap: 0.25rem;\n    width: 250px;\n}\n\n.progressLabel {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    font-size: 0.85rem;\n}\n\n.percentage {\n    color: #3b82f6;\n    font-weight: 600;\n}\n\n.progressBar {\n    height: 6px;\n    background: rgba(255, 255, 255, 0.1);\n    border-radius: 3px;\n    overflow: hidden;\n    width: 100%;\n}\n\n.progressFill {\n    height: 100%;\n    background: linear-gradient(90deg, #3b82f6, #60a5fa);\n    box-shadow: 0 0 10px rgba(59, 130, 246, 0.5);\n    transition: width 0.3s ease;\n}\n\n.tagCompleted {\n    color: #4ade80;\n    display: flex;\n    align-items: center;\n    gap: 0.4rem;\n}\n\n.tagFailed {\n    color: #f87171;\n    display: flex;\n    align-items: center;\n    gap: 0.4rem;\n}\n\n.spin {\n    animation: spin 1s linear infinite;\n}\n\n@keyframes spin {\n    from {\n        transform: rotate(0deg);\n    }\n\n    to {\n        transform: rotate(360deg);\n    }\n}\n\n.viewBtn {\n    background: rgba(255, 255, 255, 0.1);\n    color: #fff;\n    border: 1px solid rgba(255, 255, 255, 0.2);\n    padding: 0.5rem 1rem;\n    border-radius: 6px;\n    font-size: 0.85rem;\n    cursor: pointer;\n    display: flex;\n    align-items: center;\n    gap: 0.4rem;\n    transition: background 0.2s;\n}\n\n.viewBtn:hover {\n    background: rgba(255, 255, 255, 0.15);\n}\n\n.empty {\n    color: #666;\n    font-style: italic;\n    text-align: center;\n    padding: 2rem;\n}\n\n/* Mobile Responsive */\n@media (max-width: 768px) {\n    .container {\n        padding: 1rem;\n    }\n\n    .title {\n        font-size: 1.75rem;\n    }\n\n    .glassCard {\n        padding: 1.5rem;\n    }\n\n    .jobCard {\n        flex-direction: column;\n        align-items: flex-start;\n        gap: 1rem;\n        padding: 1rem;\n    }\n\n    .jobStatus {\n        width: 100%;\n        justify-content: space-between;\n    }\n\n    .scanBtn {\n        width: 100%;\n        justify-content: center;\n    }\n}\n\n@media (max-width: 480px) {\n    .container {\n        padding: 0.75rem;\n    }\n\n    .title {\n        font-size: 1.5rem;\n    }\n\n    .glassCard {\n        padding: 1rem;\n    }\n\n    .filename {\n        font-size: 0.9rem;\n    }\n}"],"names":[],"mappings":"AAAA;;;;;;AAMA;;;;AAIA;;;;;;;;;AASA;;;;AAIA;;;;;;;;;;AAUA;;;;;AAKA;;;;;;;;;;;;;;;AAeA;;;;;AAKA;;;;AAIA;;;;AAIA;;;;;;AAMA;;;;;;AAMA;;;;;;;;;;AAUA;;;;;AAKA;;;;;AAKA;;;;;AAKA;;;;;;;;AAQA;;;;;;;AAOA;;;;;;;AAOA;;;;;;;AAOA;;;;;;;AAOA;;;;;AAKA;;;;;;;;AAQA;;;;;;;AAOA;;;;;;;AAOA;;;;;;;AAOA;;;;AAIA;;;;;;;;;;AAUA;;;;;;;;;;;;;;AAcA;;;;AAIA;;;;;;;AAQA;EACI;;;;EAIA;;;;EAIA;;;;EAIA;;;;;;;EAOA;;;;;EAKA;;;;;;AAMJ;EACI;;;;EAIA;;;;EAIA;;;;EAIA"}}]
}