#upload-drop { position: relative; border: 2px dashed #88b8ce; border-radius: 16px; padding: 36px 28px 24px; background: #f7fbfd; margin-bottom: 24px; text-align: center; transition: background .2s, border-color .2s; }
#upload-drop.is-dragging { background: #e4f2ff; border-color: #005c8d; }
#upload-drop .upload-symbol { display: grid; place-items: center; width: 46px; height: 46px; margin: 0 auto 14px; border-radius: 50%; background: #e4f1f7; color: #005c8d; font: 28px/1 sans-serif; }
#upload-drop .upload-title { margin: 0 0 10px; font-size: 25px; line-height: 1.3; font-weight: 600; letter-spacing: -.3px; color: #173c4e; }
#upload-drop .upload-intro { margin: 0 0 20px; line-height: 1.7; color: #53636b; }
#upload-files { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
#upload-drop .upload-select { display: inline-block; margin: 0 0 20px; padding: 12px 24px; border-radius: 7px; background: #005c8d; color: #fff; font-size: 16px; line-height: 1.5; font-weight: 600; cursor: pointer; box-shadow: 0 3px 8px #005c8d18; }
#upload-drop .upload-select:hover { background: #004b73; }
#upload-files:focus-visible + .upload-select { outline: 3px solid #4a90e2; outline-offset: 4px; }
#upload-files:disabled + .upload-select { opacity: .5; cursor: wait; }
#upload-help { margin: 0; color: #58666d; font-size: 14px; line-height: 1.8; }
#upload-help > span { display: block; margin: 0 0 12px; }
#upload-help kbd { display: inline-block; padding: 0 5px; border: 1px solid #d4dfe5; border-radius: 4px; background: #fff; font: inherit; font-size: .9em; }
#upload-list { padding: 0; list-style: none; }
#upload-list li { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 8px 0; border-bottom: 1px solid #ddd; }
#upload-list span, #upload-status { overflow-wrap: anywhere; }
#upload-list button { flex-shrink: 0; margin: 0; }
#upload-progress { width: 100%; height: 20px; }
#upload-limits { margin-top: 22px; padding-top: 18px; border-top: 1px solid #dae7ed; font-size: 13px; line-height: 1.9; color: #566b76; }
#upload-limits > span { display: block; }
#upload-status { margin: 18px 0; }
#upload-submit:disabled { opacity: .5; cursor: default; }
@media(max-width: 480px) { #upload-drop { padding: 16px; } #upload-list li { align-items: flex-start; flex-direction: column; } }
