.fu-widget{--fu-accent: var(--color-primary, #2a4b8d);--fu-accent-contrast: #ffffff;--fu-border: rgba(0, 0, 0, .15);--fu-border-dashed: rgba(0, 0, 0, .25);--fu-bg: rgba(0, 0, 0, .02);--fu-bg-hover: rgba(42, 75, 141, .06);--fu-text-muted: rgba(0, 0, 0, .55);--fu-error: #c0392b;--fu-success: #1e8e4e;--fu-radius: 6px;font-family:inherit;color:inherit;margin:16px 0}.fu-noscript{font-size:.9em;color:var(--fu-error, #c0392b)}.fu-field{border:1px solid var(--fu-border);border-radius:var(--fu-radius);padding:16px;margin-bottom:16px;background:#fff}.fu-field:last-child{margin-bottom:0}.fu-label{font-weight:700;font-size:1em;margin-bottom:4px}.fu-description{font-size:.9em;color:var(--fu-text-muted);margin-bottom:8px}.fu-help{font-size:.85em;color:var(--fu-text-muted);margin:6px 0 8px}.fu-dropzone{position:relative;border:2px dashed var(--fu-border-dashed);border-radius:var(--fu-radius);background:var(--fu-bg);padding:24px 16px;text-align:center;cursor:pointer;transition:border-color .15s ease,background-color .15s ease;-webkit-tap-highlight-color:transparent}.fu-dropzone:hover,.fu-dropzone:focus-visible,.fu-dropzone.fu-dragover{border-color:var(--fu-accent);background:var(--fu-bg-hover);outline:none}.fu-dropzone.fu-dragover{border-style:solid}.fu-drop-icon{font-size:1.6em;line-height:1;color:var(--fu-accent);margin-bottom:8px}.fu-drop-text{font-size:.95em;font-weight:600}.fu-drop-hint{font-size:.8em;color:var(--fu-text-muted);margin-top:6px}.fu-input{position:absolute;width:1px;height:1px;opacity:0;overflow:hidden;clip:rect(0 0 0 0)}.fu-field-error{color:var(--fu-error);font-size:.85em;margin-top:8px;min-height:0}.fu-field-error:empty{display:none}.fu-file-list{display:grid;grid-template-columns:1fr;gap:10px;margin-top:12px}.fu-file-list:empty{display:none}.fu-file-card{display:flex;align-items:center;gap:12px;border:1px solid var(--fu-border);border-radius:var(--fu-radius);padding:10px 12px;background:#fff}.fu-file-card.fu-done{border-color:var(--fu-success)}.fu-file-card.fu-error{border-color:var(--fu-error)}.fu-thumb{flex:0 0 56px;width:56px;height:56px;border-radius:4px;background:var(--fu-bg);border:1px solid var(--fu-border);display:flex;align-items:center;justify-content:center;overflow:hidden}.fu-thumb-img{width:100%;height:100%;object-fit:cover;display:block}.fu-thumb-ext{font-size:.65em;font-weight:700;letter-spacing:.05em;color:var(--fu-text-muted)}.fu-file-meta{flex:1 1 auto;min-width:0}.fu-file-name{font-size:.9em;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fu-file-size{font-size:.8em;color:var(--fu-text-muted)}.fu-file-error{color:var(--fu-error);font-size:.8em;margin-top:2px}.fu-file-error:empty{display:none}.fu-progress{height:4px;border-radius:2px;background:#00000014;margin-top:6px;overflow:hidden}.fu-progress-bar{height:100%;width:0%;background:var(--fu-accent);border-radius:2px;transition:width .2s ease}.fu-file-card.fu-done .fu-progress-bar{background:var(--fu-success)}.fu-file-card.fu-error .fu-progress{display:none}.fu-remove{flex:0 0 auto;appearance:none;-webkit-appearance:none;border:none;background:transparent;color:var(--fu-text-muted);font-size:1.4em;line-height:1;width:32px;height:32px;border-radius:50%;cursor:pointer;padding:0}.fu-remove:hover:not(:disabled){color:var(--fu-error);background:#c0392b14}.fu-remove:disabled{opacity:.4;cursor:default}.fu-btn{appearance:none;-webkit-appearance:none;font-family:inherit;font-size:.85em;font-weight:600;border:1px solid var(--fu-border, rgba(0, 0, 0, .15));border-radius:4px;background:#fff;color:inherit;padding:8px 14px;cursor:pointer;transition:background-color .15s ease,border-color .15s ease}.fu-btn:hover:not(:disabled){border-color:var(--fu-accent, #2a4b8d)}.fu-btn:disabled{opacity:.5;cursor:default}.fu-btn.fu-active,.fu-btn-primary{background:var(--fu-accent, #2a4b8d);border-color:var(--fu-accent, #2a4b8d);color:var(--fu-accent-contrast, #fff)}.fu-btn-primary:hover:not(:disabled){filter:brightness(1.1)}.fu-btn-ghost{background:transparent}.fu-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100000;background:#000000a6;display:flex;align-items:center;justify-content:center;padding:16px;--fu-accent: #2a4b8d;--fu-accent-contrast: #fff;--fu-border: rgba(0, 0, 0, .15);--fu-text-muted: rgba(0, 0, 0, .55)}.fu-modal{background:#fff;border-radius:8px;width:100%;max-width:640px;max-height:92vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 12px 40px #00000059;color:#222}.fu-modal-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid var(--fu-border)}.fu-modal-title{font-weight:700}.fu-modal-close{appearance:none;-webkit-appearance:none;border:none;background:transparent;font-size:1.5em;line-height:1;cursor:pointer;color:var(--fu-text-muted);width:36px;height:36px;border-radius:50%;padding:0}.fu-modal-close:hover{background:#0000000f}.fu-crop-stage{flex:1 1 auto;min-height:240px;max-height:55vh;background:#111;overflow:hidden}.fu-crop-img{display:block;max-width:100%;max-height:55vh}.fu-crop-controls{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px;padding:12px 16px;border-top:1px solid var(--fu-border)}.fu-crop-ratios,.fu-crop-rotate{display:flex;flex-wrap:wrap;gap:6px}.fu-modal-footer{display:flex;justify-content:flex-end;gap:8px;padding:12px 16px;border-top:1px solid var(--fu-border);background:#00000005}.fu-crop-circle .cropper-view-box,.fu-crop-circle .cropper-face{border-radius:50%}@media(min-width:720px){.fu-file-list{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}}@media(max-width:480px){.fu-field{padding:12px}.fu-dropzone{padding:20px 12px}.fu-modal-footer{flex-wrap:wrap}.fu-modal-footer .fu-btn{flex:1 1 auto}}
/*# sourceMappingURL=/cdn/shop/t/20/assets/foundry-upload.css.map */
