@keyframes uploader-in{0%{opacity:0;transform:translateY(8px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes row-in{0%{opacity:0;border-top-width:0;border-bottom-width:0;max-height:0;margin-bottom:0;padding-top:0;padding-bottom:0;transform:translateY(6px)scale(.98)}to{opacity:1;border-top-width:1px;border-bottom-width:1px;max-height:220px;margin-bottom:10px;padding-top:10px;padding-bottom:10px;transform:translateY(0)scale(1)}}@keyframes row-out{0%{opacity:1;border-top-width:1px;border-bottom-width:1px;max-height:220px;margin-bottom:10px;padding-top:10px;padding-bottom:10px;transform:translateY(0)scale(1)}to{opacity:0;border-top-width:0;border-bottom-width:0;max-height:0;margin-bottom:0;padding-top:0;padding-bottom:0;transform:translateY(-4px)scale(.98)}}@keyframes pulse-bg{0%,to{background-color:#ffffff8c}50%{background-color:#ffffffbf}}@keyframes indeterminate-slide{0%{transform:translate(-100%)}to{transform:translate(300%)}}@keyframes toast-in{0%{opacity:0;transform:translateY(20px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes shimmer{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}.uploader{color:#f5eee0;background:#1e1c198c;border:1px solid #f5eee02e;border-radius:18px;width:100%;max-width:480px;padding:24px 20px;animation:.32s cubic-bezier(.2,.7,.2,1) both uploader-in;box-shadow:0 20px 60px #0f142359,0 2px 6px #0f142326}@supports ((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))){.uploader{-webkit-backdrop-filter:blur(14px)saturate(1.1);background:#1e1c1959}}.uploader__title{letter-spacing:-.01em;color:#f5eee0;text-shadow:0 1px 3px #00000073;margin:0 0 4px;font-size:20px;font-weight:600;line-height:1.25}.uploader__subtitle{color:#f5eee0;text-shadow:0 1px 3px #00000073;margin:0 0 18px;font-size:13px;font-weight:500;line-height:1.4}.uploader__picker{color:#1e283cd9;text-align:center;cursor:pointer;-webkit-user-select:none;user-select:none;background:#ffffff59;border:1.5px dashed #1e283c66;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:6px;width:100%;min-height:112px;padding:18px;font-size:14px;transition:background .18s,border-color .18s,transform .12s;display:flex;position:relative}.uploader__picker:hover,.uploader__picker:focus-within{background:#fff9;border-color:#1e283cb3}.uploader__picker:active:not([data-disabled=true]){transform:scale(.99)}.uploader__picker[data-disabled=true]{opacity:.6;cursor:not-allowed}.uploader__picker-icon{color:#1e283cd9;background:#1e283c1f;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:20px;font-weight:300;line-height:1;transition:transform .22s cubic-bezier(.2,.7,.2,1),background .18s;display:inline-flex}.uploader__picker:hover .uploader__picker-icon,.uploader__picker:focus-within .uploader__picker-icon{background:#1e283c33;transform:rotate(90deg)}.uploader__picker input[type=file]{clip:rect(0, 0, 0, 0);opacity:0;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.uploader__list{flex-direction:column;margin-top:16px;margin-bottom:-10px;display:flex}.file-row{will-change:max-height, opacity, transform;background:#ffffff8c;border:1px solid #ffffffa6;border-radius:12px;gap:12px;margin-bottom:10px;padding:10px;transition:background .2s,border-color .2s,box-shadow .2s;animation:.32s cubic-bezier(.2,.7,.2,1) both row-in;display:flex;overflow:hidden}.file-row--exiting{pointer-events:none;animation:.28s cubic-bezier(.4,0,.2,1) both row-out}.file-row[data-status=uploading],.file-row[data-status=reading],.file-row[data-status=finalizing]{border-color:#4a90ff8c;box-shadow:0 0 0 3px #4a90ff1a}.file-row[data-status=success]{background:#e8faf0cc;border-color:#29c46f8c}.file-row[data-status=error]{background:#fdeaead9;border-color:#d840408c}.file-row__preview{color:#1e283cb3;letter-spacing:.02em;background:linear-gradient(100deg,#1e283c14 0%,#1e283c29 40%,#1e283c14 80%) 0 0/200px 100% no-repeat;border-radius:8px;flex:none;justify-content:center;align-items:center;width:56px;height:56px;font-size:11px;font-weight:600;animation:1.6s linear infinite shimmer;display:flex;position:relative;overflow:hidden}.file-row__preview img,.file-row__preview video{object-fit:cover;background:#000;width:100%;height:100%;animation:none}:is(.file-row__preview:has(img),.file-row__preview:has(video)){background:#000;animation:none}.file-row__play{color:#fff;text-shadow:0 1px 3px #0009;pointer-events:none;background:#00000040;justify-content:center;align-items:center;font-size:16px;display:flex;position:absolute;inset:0}.file-row__ext{z-index:1;position:relative}.file-row__body{flex-direction:column;flex:1;justify-content:center;min-width:0;display:flex}.file-row__head{justify-content:space-between;align-items:flex-start;gap:8px;display:flex}.file-row__info{flex:1;min-width:0}.file-row__name{text-overflow:ellipsis;white-space:nowrap;color:#1a1a1a;font-size:14px;font-weight:500;overflow:hidden}.file-row__meta{color:#1e1e1e99;margin-top:2px;font-size:12px;line-height:1.35}.file-row__status{font-weight:500;transition:color .2s}.file-row__status[data-status=success]{color:#1a9b52}.file-row__status[data-status=error]{color:#c63535}.file-row__status[data-status=finalizing],.file-row__status[data-status=uploading],.file-row__status[data-status=reading]{color:#2f6fe8}.file-row__remove{color:#1e1e1e8c;background:0 0;border:none;border-radius:6px;padding:4px 8px;font-size:22px;line-height:1;transition:background .14s,color .14s,transform .12s}.file-row__remove:hover{color:#1a1a1a;background:#1e1e1e14}.file-row__remove:active{transform:scale(.9)}.progress{background:#1e283c1f;border-radius:999px;height:6px;margin-top:10px;position:relative;overflow:hidden}.progress__bar{background:linear-gradient(90deg,#4a90ff,#2f6fe8);border-radius:999px;height:100%;transition:width .26s cubic-bezier(.2,.7,.2,1),background .22s;position:relative}.progress__bar[data-status=success]{background:linear-gradient(90deg,#29c46f,#1a9b52)}.progress__bar[data-status=error]{background:linear-gradient(90deg,#ff6b6b,#d84040)}.progress__bar[data-status=finalizing]{background:linear-gradient(90deg,#4a90ff,#29c46f)}.progress--indeterminate:after{content:"";background:linear-gradient(90deg,#0000 0%,#ffffffb3 50%,#0000 100%);width:30%;height:100%;animation:1.4s linear infinite indeterminate-slide;position:absolute;top:0;left:0}.uploader__actions{flex-wrap:wrap;gap:8px;margin-top:18px;display:flex}.btn{cursor:pointer;-webkit-user-select:none;user-select:none;border:1px solid #0000;border-radius:10px;flex:auto;min-height:44px;padding:10px 16px;font-size:15px;font-weight:500;transition:transform .1s cubic-bezier(.2,.7,.2,1),background .18s,border-color .18s,opacity .18s,box-shadow .18s}.btn:active:not(:disabled){transform:scale(.97)}.btn:disabled{cursor:not-allowed;opacity:.5}.btn--primary{color:#fff;background:#1a1a1a;box-shadow:0 4px 14px #0003}.btn--primary:hover:not(:disabled){background:#333;box-shadow:0 6px 18px #00000047}.btn--ghost{color:#1a1a1a;background:#ffffff80;border-color:#1e1e1e26;flex:0 auto}.btn--ghost:hover:not(:disabled){background:#fffc}.uploader__summary{color:#f5eee0;text-align:right;text-shadow:0 1px 3px #00000073;margin:12px 0 0;font-size:12px;font-weight:500;transition:opacity .2s}.toasts{left:50%;bottom:max(16px, env(safe-area-inset-bottom));z-index:9999;pointer-events:none;flex-direction:column;gap:8px;width:min(92vw,440px);display:flex;position:fixed;transform:translate(-50%)}.toast{pointer-events:auto;color:#fff;-webkit-backdrop-filter:blur(12px)saturate(1.1);background:#232832f2;border-left:4px solid #fff6;border-radius:12px;align-items:flex-start;gap:12px;padding:12px 14px;animation:.26s cubic-bezier(.2,.7,.2,1) both toast-in;display:flex;box-shadow:0 10px 30px #00000047,0 2px 6px #0000002e}.toast--success{border-left-color:#29c46f}.toast--error{border-left-color:#ff6b6b}.toast--warning{border-left-color:#ffb648}.toast--info{border-left-color:#4a90ff}.toast__body{flex:1;min-width:0}.toast__title{font-size:14px;font-weight:600;line-height:1.3}.toast__message{color:#ffffffd9;white-space:pre-line;overflow-wrap:anywhere;margin-top:2px;font-size:13px;line-height:1.4}.toast__title+.toast__message{margin-top:4px}.toast__close{color:#ffffffbf;border-radius:6px;flex:none;justify-content:center;align-items:center;width:28px;height:28px;margin:-4px -4px 0 0;font-size:20px;line-height:1;transition:background .14s,color .14s,transform .12s;display:inline-flex}.toast__close:hover{color:#fff;background:#ffffff1f}.toast__close:active{transform:scale(.9)}@media (width<=420px){.uploader{border-radius:14px;margin-inline:12px;padding:20px 16px}.uploader__title{font-size:18px}.btn{font-size:14px}.file-row__preview{width:48px;height:48px}}#root{min-height:100dvh;padding:24px 16px;padding-top:max(24px, env(safe-area-inset-top));padding-bottom:max(24px, env(safe-area-inset-bottom));padding-left:max(16px, env(safe-area-inset-left));padding-right:max(16px, env(safe-area-inset-right));flex-direction:column;justify-content:center;align-items:center;display:flex}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light only;color:#1a1a1a;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;touch-action:manipulation;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:16px;font-weight:400;line-height:1.5}*,:before,:after{box-sizing:border-box;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}html{touch-action:manipulation;height:100dvh;overflow:hidden}body{-webkit-overflow-scrolling:touch;overscroll-behavior:none;color:#1a1a1a;touch-action:pan-y;background-color:#2a2f3a;height:100dvh;min-height:100%;margin:0;padding:0;font-family:inherit;font-size:16px;line-height:1.5;position:relative;overflow:hidden auto}body:before{content:"";z-index:-2;filter:saturate(.55)brightness(.85);background-image:url(/assets/112-C-fF4uRX.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;position:fixed;inset:0}body:after{content:"";z-index:-1;background:linear-gradient(#14182226 0%,#14182280 100%);position:fixed;inset:0}img,video,svg{max-width:100%;display:block}input,button,textarea,select{font:inherit;color:inherit;appearance:none;border-radius:0;margin:0}input[type=file],input,select,textarea{font-size:16px}button{cursor:pointer;color:inherit;touch-action:manipulation;-webkit-user-select:none;user-select:none;background:0 0;border:none;padding:0}:focus{outline:none}:focus-visible{outline-offset:2px;outline:2px solid #4a90ffe6}button,input[type=submit],input[type=button]{appearance:none}::selection{color:inherit;background:#4a90ff59}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}
