*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;width:100%}#root{min-height:100vh;display:flex;flex-direction:column}.dropzone{border:2px dashed #ccc;border-radius:8px;padding:40px;text-align:center;cursor:pointer;transition:all .3s ease;background-color:#fafafa}.dropzone:hover{border-color:#1976d2;background-color:#f0f7ff}.dropzone.active{border-color:#1976d2;background-color:#e3f2fd}.file-list{list-style:none;padding:0}.file-item{padding:12px;margin:8px 0;background:#fff;border-radius:4px;box-shadow:0 1px 3px #0000001a;display:flex;justify-content:space-between;align-items:center}.status-badge{padding:4px 8px;border-radius:4px;font-size:.875rem;font-weight:500}.status-uploaded{background-color:#e8f5e9;color:#2e7d32}.status-processing{background-color:#fff3e0;color:#f57c00}.status-encrypted{background-color:#e3f2fd;color:#1565c0}.status-failed{background-color:#ffebee;color:#c62828}
