*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}body{color:#333;background-color:#0000;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}#root{flex-direction:column;min-height:100vh;display:flex}a{color:#409cff;text-decoration:none}a:hover{text-decoration:underline}button{cursor:pointer;background:0 0;border:0;outline:none;font-family:inherit}input,textarea{font-family:inherit;font-size:inherit;border:none;outline:none}textarea{resize:vertical;min-height:80px}.btn{text-align:center;color:#fff;background:linear-gradient(135deg,#409cff 0%,#6c5ce7 100%);border:none;border-radius:8px;width:100%;padding:16px;font-size:16px;font-weight:600;transition:all .2s;display:block}.btn:hover:not(:disabled){text-decoration:none;transform:translateY(-1px);box-shadow:0 4px 16px #0000001f}.btn:disabled{opacity:.5;cursor:not-allowed}.btn.danger{color:#e74c3c;background:0 0;border:1px solid #e74c3c;font-size:14px;font-weight:400}.btn.danger:hover{box-shadow:none;background:#e74c3c14}.input-wrapper label{margin:0 0 6px;font-size:14px;font-weight:500;display:block}.input-wrapper label:last-child{margin:0}.input-wrapper .input-field,.input-wrapper .email-input{margin:0 0 6px}.input-wrapper .input-field:last-child,.input-wrapper .email-input:last-child{margin:0}.input-wrapper .input-info{color:#999;margin:0 0 6px;font-size:12px}.input-field{border:1px solid #e0e0e0;border-radius:8px;outline:none;width:100%;padding:12px 16px;font-size:15px;transition:all .2s}.input-field:focus{border-color:#409cff;box-shadow:0 0 0 3px #409cff26}.page{width:100%;max-width:720px;margin:0 auto;padding:40px 20px 8px}@media (width<=480px){.page{padding:40px 12px 8px}}.page__header{text-align:center;margin:32px}.page__header h1{color:#fff;-webkit-background-clip:text;background-clip:text;margin-bottom:8px;font-size:32px;font-weight:700}@media (width<=480px){.page__header h1{font-size:26px}}.page__header p{color:#999;font-size:15px}.page__content{background:#fff;border-radius:16px;flex-direction:column;margin:0 0 32px;padding:32px 32px 0;display:flex;box-shadow:0 4px 16px #0000001f}@media (width<=480px){.page__content{border-radius:12px;padding:20px 16px 0}}.page__content p,.page__content h2,.page__content blockquote,.page__content table,.page__content .file-drop-zone,.page__content .file-list-empty,.page__content .input-wrapper,.page__content .error,.page__content .warning,.page__content .file-list,.page__content .copy-link,.page__content .spinner{margin:0 0 32px}@media (width<=480px){.page__content p,.page__content h2,.page__content blockquote,.page__content table,.page__content .file-drop-zone,.page__content .file-list-empty,.page__content .input-wrapper,.page__content .error,.page__content .warning,.page__content .file-list,.page__content .copy-link,.page__content .spinner{margin:0 0 20px}}.page__content .file-success,.page__content .file-progress,.page__content .file-downloads{margin:0 0 16px}@media (width<=480px){.page__content .file-success,.page__content .file-progress,.page__content .file-downloads{margin:0 0 4px}}.page__content h2{font-size:18px;font-weight:600}.page__content h3{margin:0 0 8px;font-size:15px;font-weight:600}.page__content h4{color:#999;margin:0 0 4px;font-size:13px;font-weight:400}.page__content .meta{color:#666;font-size:14px}.page__content .meta+.meta{margin-top:-16px!important}@media (width<=480px){.page__content .meta+.meta{margin-top:-4px!important}}.page__content .meta strong{color:#333}.page__footer{color:#fff;margin:0 0 32px}.page__footer p{flex-direction:row;justify-content:center;align-items:center;display:flex}.page__footer p img{filter:brightness(0)saturate()invert()sepia()saturate(0%)hue-rotate(171deg)brightness(104%)contrast(103%);width:auto;height:32px;margin:0 0 0 10px}.file-list{margin:0;padding:0;list-style:none}.file-list li+li{margin-top:8px}.file-list-total{color:#999;text-align:right;font-size:13px}.file-list-empty{color:#999;text-align:center;font-size:14px}blockquote{color:#666;background:#f5f5f5;border-left:4px solid #409cff;border-radius:0 8px 8px 0;margin:16px 0;padding:16px;font-style:italic}table{border-collapse:collapse;width:100%;font-size:14px}table th{text-align:left;color:#666;border-bottom:1px solid #e0e0e0;padding:10px 12px;font-weight:500}table td{border-bottom:1px solid #e0e0e0;padding:10px 12px}table tr:last-child td{border-bottom:none}.warning{color:#856404;background:#fff3cd;border-radius:8px;margin:0 0 16px;padding:20px 20px 8px;font-size:14px}.warning p,.warning ul{margin:0 0 12px;font-size:14px}.warning ul{padding:0 0 0 20px}.images{z-index:-1;position:fixed;inset:0}.images>div{opacity:0;background-position:bottom;background-size:cover;transition:opacity 1.5s ease-in-out;position:absolute;inset:0}.images>div.active{opacity:1}.images:after{content:"";background:#00000059;width:100%;height:100%;display:block;position:absolute;top:0;left:0}.file-progress__header,.file-progress__footer{color:#666;justify-content:space-between;margin:0 0 16px;font-size:14px;display:flex}.file-progress__content{margin:0 0 16px}.file-success{text-align:center}.file-success h2{color:#333;margin:0 0 16px;font-size:18px;font-weight:600}@media (width<=480px){.file-success h2{font-size:15px}}.file-success h2+p{margin-top:-8px}.file-success p{color:#999;font-size:14px;margin:0 0 16px!important}.file-success p i{color:#333;font-size:64px}.upload-status-banner{border-left:4px solid;border-radius:8px;margin-bottom:24px;padding:16px}.upload-status-banner.allowed{background-color:#f0f9ff;border-color:#10b981}.upload-status-banner.allowed h3{color:#047857;margin:0 0 8px;font-size:16px;font-weight:600}.upload-status-banner.allowed p{color:#065f46;margin:0;font-size:14px}.upload-status-banner.restricted{background-color:#fef3c7;border-color:#f59e0b}.upload-status-banner.restricted h3{color:#92400e;margin:0 0 8px;font-size:16px;font-weight:600}.upload-status-banner.restricted p{color:#78350f;margin:0 0 8px;font-size:14px}.upload-status-banner.restricted p.info-text{margin:8px 0 0;font-size:13px;font-style:italic}.upload-status-banner .status-content{max-width:600px;margin:0 auto}.login-action{max-width:600px;margin:0 auto 24px}.copy-link{word-break:break-all;background:#f5f5f5;border-radius:8px;align-items:center;gap:8px;padding:12px 16px;display:flex}@media (width<=480px){.copy-link{flex-direction:column}}.copy-link input{color:#333;background:0 0;border:none;outline:none;flex:1;font-size:14px}@media (width<=480px){.copy-link input{text-align:center;width:100%}}.copy-link .btn{width:auto;padding:8px 16px;font-size:13px;font-weight:500}@media (width<=480px){.copy-link .btn{text-align:center;width:100%;padding:10px}}.file-drop-zone{text-align:center;cursor:pointer;background:#fff;border:2px dashed #e0e0e0;border-radius:16px;padding:48px 24px 32px;transition:all .2s}@media (width<=480px){.file-drop-zone{padding:32px 16px 0}}.file-drop-zone:hover,.file-drop-zone--active{background:#409cff0a;border-color:#409cff}.file-drop-zone--active{border-style:solid}.file-drop-zone h2{color:#333;margin:0 0 16px;font-size:18px;font-weight:600}@media (width<=480px){.file-drop-zone h2{font-size:15px}}.file-drop-zone h2+p{margin-top:-8px}.file-drop-zone p{color:#999;font-size:14px;margin:0 0 16px!important}.email-input{cursor:text;border:1px solid #e0e0e0;border-radius:8px;flex-wrap:wrap;gap:6px;min-height:48px;padding:8px;transition:all .2s;display:flex}.email-input:focus-within{border-color:#409cff;box-shadow:0 0 0 3px #409cff26}.email-input .tag{color:#409cff;background:#409cff1a;border-radius:4px;align-items:center;padding:4px 8px;font-size:14px;display:inline-flex}.email-input .tag button{color:#409cff;background:0 0;border:none;margin-left:6px;padding:0;font-size:14px;line-height:1}.email-input .tag button:hover{color:#e74c3c}.email-input input{flex:1;min-width:200px;padding:4px;font-size:15px}.progress-bar{background:#e0e0e0;border-radius:6px;width:100%;height:12px;overflow:hidden}.progress-bar>div{background:linear-gradient(135deg,#409cff 0%,#6c5ce7 100%);border-radius:4px;height:100%;transition:width .3s}.error{text-align:center;background:#e74c3c0f;border-radius:8px;padding:20px 20px 8px}.error p{color:#e74c3c;margin:0 0 12px;font-size:14px}.file-info{background:#fff;border-radius:8px;justify-content:space-between;align-items:center;padding:12px 16px 0;display:flex;box-shadow:0 2px 8px #00000014}.file-info__content{flex-direction:column;flex:1;min-width:0;display:flex}.file-info__content h3{font-size:inherit;line-height:inherit;font-weight:inherit;white-space:nowrap;text-overflow:ellipsis;margin:0 0 12px;overflow:hidden}.file-info__content h3+p{margin-top:-10px!important}.file-info__content p{color:#999;font-size:13px;margin:0 0 12px!important}.file-info__action button{color:#999;border-radius:4px;margin:0 0 12px;padding:4px 8px;font-size:18px;transition:all .2s}.file-info__action button:hover{color:#e74c3c;background:#e74c3c14}.spinner{flex-direction:column;justify-content:center;align-items:center;padding:48px 24px 32px;display:flex}.spinner p{color:#999;margin:0 0 16px!important}.spinner p .ring{border:3px solid #e0e0e0;border-top-color:#409cff;border-radius:50%;width:40px;height:40px;animation:.8s linear infinite spinner-rotate;display:block}@keyframes spinner-rotate{to{transform:rotate(360deg)}}.file-download{background:#f5f5f5;border-radius:8px;justify-content:space-between;align-items:center;padding:12px 16px 0;display:flex}.file-download__content{flex-direction:column;flex:1;min-width:0;display:flex}.file-download__content h3{font-size:inherit;line-height:inherit;font-weight:inherit;white-space:nowrap;text-overflow:ellipsis;margin:0 0 12px;overflow:hidden}.file-download__content h3+p{margin-top:-10px!important}.file-download__content p{color:#999;font-size:13px;margin:0 0 12px!important}.file-download__action a{width:auto;margin:0 0 12px;padding:8px 16px;font-size:13px;font-weight:500}.file-download__action a.disabled{opacity:.4;pointer-events:none}.file-downloads{text-align:center}.file-downloads h2{background:linear-gradient(135deg,#409cff 0%,#6c5ce7 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0 0 16px;font-size:48px;font-weight:700}.file-downloads h2+p{margin-top:-8px}.file-downloads p{color:#999;font-size:14px;margin:0 0 16px!important}.file-downloads p i{color:#333;font-size:64px}
