@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@500;600;700&family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap");:root{color-scheme:dark;--bg:#030304;--panel:rgba(255,255,255,0.04);--panel-soft:rgba(255,255,255,0.03);--panel-strong:rgba(255,255,255,0.07);--line:rgba(255,255,255,0.1);--line-soft:rgba(255,255,255,0.06);--text:#f5f7fb;--muted:rgba(245,247,251,0.62);--muted-soft:rgba(245,247,251,0.38);--font-body:"Plus Jakarta Sans","Segoe UI",sans-serif;--font-heading:"Outfit","Plus Jakarta Sans",sans-serif}*{box-sizing:border-box}body,html{margin:0;min-height:100%}body{background:var(--bg);color:var(--text);font-family:var(--font-body)}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading)}button,input,textarea{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:rgba(255,255,255,.14);border-radius:999px}::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.22)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(1turn)}}.uploadShell{position:relative;min-height:100vh;overflow:hidden;background:#000}.uploadVideo{width:100%;height:100%;object-fit:cover;filter:grayscale(1) blur(18px) brightness(.12) saturate(0);transform:scale(1.08)}.uploadOverlay,.uploadVideo{position:fixed;inset:0;pointer-events:none}.uploadOverlay{background:linear-gradient(180deg,rgba(0,0,0,.48),rgba(0,0,0,.84))}.uploadContent{position:relative;z-index:1;min-height:100vh;padding:32px 18px 44px}.uploadLayout{width:min(1100px,100%);margin:0 auto;display:flex;flex-direction:column;gap:16px}.uploadHero{padding:6px 2px}.uploadHeroEyebrow{display:inline-block;margin-bottom:10px;color:rgba(245,247,251,.62);font-size:.68rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.uploadHero h1{margin:0;font-size:clamp(2rem,4vw,3.15rem);line-height:.96;letter-spacing:-.05em}.uploadHero p{max-width:720px;margin:10px 0 0;color:var(--muted);font-size:.86rem;line-height:1.65}.uploadNotice{margin:0;padding:14px 16px;border-radius:16px;border:1px solid var(--line);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);font-size:.8rem}.uploadNoticeError{background:rgba(127,29,29,.22);color:#fecaca}.uploadNoticeSuccess{background:rgba(20,83,45,.22);color:#bbf7d0}.uploadCard{position:relative;overflow:hidden;border:1px solid var(--line);border-radius:32px;background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.024));-webkit-backdrop-filter:blur(28px);backdrop-filter:blur(28px);box-shadow:0 28px 70px rgba(0,0,0,.42)}.uploadCardAccent{position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.28),transparent)}.uploadLoadingCard{padding:28px}.uploadLoadingState{display:flex;align-items:center;gap:16px}.uploadLoadingState strong{display:block;font-size:.95rem}.uploadLoadingState p{margin:6px 0 0;color:var(--muted);font-size:.8rem}.uploadLoadingSpinner{width:20px;height:20px;border-radius:999px;border:2px solid rgba(255,255,255,.24);border-top-color:rgba(255,255,255,.92);animation:spin .7s linear infinite}.uploadCardHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:28px 28px 18px}.uploadCardHeaderCopy h2{margin:0;font-size:1.45rem;letter-spacing:-.04em}.uploadCardHeaderCopy p{max-width:520px;margin:8px 0 0;color:var(--muted);font-size:.8rem;line-height:1.6}.uploadMetaGrid{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}.uploadMetaChip{display:flex;align-items:center;gap:10px;min-width:160px;padding:12px 14px;border:1px solid var(--line-soft);border-radius:18px;background:var(--panel-soft)}.uploadMetaChipAuthor{min-width:210px}.uploadAuthorAvatar,.uploadMetaChipIcon{width:42px;height:42px;border-radius:999px;display:grid;place-items:center;overflow:hidden;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.04);color:#fff}.uploadAuthorAvatar img{width:100%;height:100%;object-fit:cover}.uploadMetaChipBody{display:flex;flex-direction:column;gap:4px}.uploadMetaChipBody small{color:var(--muted-soft);font-size:.64rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.uploadMetaChipBody strong{font-size:.82rem;font-weight:600}.uploadSteps{position:relative;display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:0 28px 28px}.uploadStepTrack{position:absolute;top:20px;left:60px;right:60px;height:1px;background:rgba(255,255,255,.1)}.uploadStepItem{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:10px;flex:1 1}.uploadStepCircle{width:40px;height:40px;border-radius:999px;display:grid;place-items:center;border:2px solid rgba(255,255,255,.1);background:rgba(12,12,14,.94);color:rgba(255,255,255,.34);transition:.24s ease}.uploadStepCircleActive{border-color:#fff;background:#fff;color:#000;box-shadow:0 0 28px rgba(255,255,255,.22)}.uploadStepCircleCompleted{border-color:rgba(255,255,255,.44);background:rgba(255,255,255,.09);color:#fff}.uploadStepIcon{width:19px;height:19px}.uploadStepLabel{color:rgba(255,255,255,.42);font-size:.77rem;font-weight:600}.uploadStepLabelActive{color:#fff}.uploadForm{padding:0 28px 28px}.uploadStageAnimated{animation:fadeInUp .32s cubic-bezier(.16,1,.3,1)}.uploadDetailsLayout,.uploadReviewLayout,.uploadStageGrid{display:grid;grid-gap:18px;gap:18px}.uploadDetailsLayout,.uploadStageGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.uploadReviewLayout{grid-template-columns:minmax(0,1.2fr) minmax(300px,.72fr)}.uploadDropzoneBlock,.uploadPanel{padding:18px;border-radius:24px;border:1px solid var(--line-soft);background:var(--panel)}.uploadBlockHead{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:16px}.uploadBlockHead h3{margin:0;font-size:.98rem}.uploadBlockHead p{margin:7px 0 0;color:var(--muted);font-size:.77rem;line-height:1.6}.uploadBadgeNeutral{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:0 11px;border-radius:999px;border:1px solid var(--line-soft);background:rgba(255,255,255,.04);color:rgba(255,255,255,.7);font-size:.68rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.uploadDropzone{position:relative;min-height:220px;border-radius:24px;border:1px dashed rgba(255,255,255,.14);background:rgba(255,255,255,.02);overflow:hidden;transition:.22s ease}.uploadDropzone:hover{border-color:rgba(255,255,255,.24);background:rgba(255,255,255,.035)}.uploadDropzoneActive{border-color:rgba(59,130,246,.9);background:rgba(59,130,246,.14);box-shadow:0 0 34px rgba(59,130,246,.18)}.uploadDropzoneError{border-color:rgba(248,113,113,.45)}.uploadDropzonePreview{border-color:rgba(255,255,255,.22)}.uploadDropzoneInput{display:none}.uploadDropzonePlaceholder,.uploadSelectedFileCard{min-height:220px;display:flex;align-items:center;justify-content:center;gap:16px;padding:22px}.uploadDropzonePlaceholder{flex-direction:column;text-align:center}.uploadDropzoneIconShell{width:58px;height:58px;border-radius:20px;display:grid;place-items:center;background:rgba(255,255,255,.06);color:rgba(255,255,255,.78)}.uploadDropzoneMainIcon{width:28px;height:28px}.uploadDropzonePlaceholderText strong,.uploadSelectedFileText strong{display:block;font-size:.96rem;font-weight:600}.uploadDropzonePlaceholderText span,.uploadSelectedFileText span{display:block;margin-top:5px;color:var(--muted);font-size:.78rem}.uploadSelectedFileText{min-width:0}.uploadSelectedFileText strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.uploadIconButton,.uploadTextButton{border:0;transition:.18s ease}.uploadTextButton{min-height:34px;padding:0 14px;border-radius:999px;background:rgba(248,113,113,.14);color:#fca5a5;font-size:.75rem;font-weight:600}.uploadIconButton:hover,.uploadTextButton:hover{background:rgba(248,113,113,.22)}.uploadDropzonePreviewImage{width:100%;height:100%;object-fit:cover}.uploadDropzonePreviewOverlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.2);opacity:0;transition:opacity .18s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.uploadDropzone:hover .uploadDropzonePreviewOverlay{opacity:1}.uploadIconButton{width:42px;height:42px;border-radius:999px;background:rgba(248,113,113,.8);color:#fff}.uploadFactRow,.uploadInlineRow{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:14px;margin-top:14px;border-top:1px solid var(--line-soft)}.uploadFactRow span,.uploadInlineRow span{color:var(--muted);font-size:.75rem}.uploadFactRow strong,.uploadInlineRow strong{font-size:.78rem;font-weight:600;text-align:right}.uploadFieldError{margin:10px 0 0;color:#fca5a5;font-size:.76rem}.uploadFactsList,.uploadFieldGrid{display:grid;grid-gap:14px;gap:14px}.uploadField{display:grid;grid-gap:8px;gap:8px}.uploadField span{font-size:.78rem;font-weight:600}.uploadField input,.uploadField textarea{width:100%;border:1px solid rgba(255,255,255,.1);border-radius:16px;background:rgba(255,255,255,.03);color:#fff;padding:14px 15px;outline:none;resize:vertical;transition:.18s ease}.uploadField input::placeholder,.uploadField textarea::placeholder{color:rgba(255,255,255,.28)}.uploadField input:focus,.uploadField textarea:focus{border-color:rgba(255,255,255,.22);background:rgba(255,255,255,.045)}.uploadSummaryPanel{align-self:start}.uploadReviewHint{margin:16px 0 0;color:var(--muted);font-size:.76rem;line-height:1.6}.uploadPreviewCard{overflow:hidden;border:1px solid rgba(255,255,255,.08);border-radius:22px;background:rgba(255,255,255,.02)}.uploadPreviewMedia{position:relative;height:220px;background:linear-gradient(135deg,rgba(18,18,22,.95),rgba(34,34,40,.95))}.uploadPreviewAvatar img,.uploadPreviewMedia img{width:100%;height:100%;object-fit:cover}.uploadPreviewMediaFallback{width:100%;height:100%;display:grid;place-items:center;color:rgba(255,255,255,.24)}.uploadPreviewFallbackIcon{width:48px;height:48px}.uploadPreviewFlag{position:absolute;top:14px;left:14px;display:inline-flex;align-items:center;gap:8px;min-height:28px;padding:0 12px;border-radius:999px;background:rgba(8,8,12,.72);border:1px solid rgba(255,255,255,.08);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);font-size:.7rem;font-weight:700}.uploadPreviewFlagDot{width:8px;height:8px;border-radius:999px;background:#22c55e}.uploadPreviewBody{padding:18px}.uploadPreviewActions,.uploadPreviewMetaRow{display:flex;align-items:center;justify-content:space-between;gap:12px}.uploadPreviewAuthor{display:flex;align-items:center;gap:10px;color:rgba(255,255,255,.86);font-size:.77rem;font-weight:600}.uploadPreviewAvatar{width:36px;height:36px;border-radius:999px;overflow:hidden;display:grid;place-items:center;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1)}.uploadPreviewDateBadge{min-height:26px;padding:0 10px;border-radius:999px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);color:rgba(255,255,255,.7);display:inline-flex;align-items:center;font-size:.68rem;font-weight:600}.uploadPreviewBody h3{margin:16px 0 10px;font-size:1.18rem;letter-spacing:-.03em}.uploadPreviewBody p{margin:0;color:var(--muted);font-size:.8rem;line-height:1.65}.uploadPreviewTimestamp{margin-top:12px!important;color:rgba(255,255,255,.42)!important;font-size:.72rem!important}.uploadPreviewActions{margin-top:16px}.uploadPreviewPrimaryAction,.uploadPreviewSecondaryAction{border:0;border-radius:14px;color:#fff}.uploadPreviewPrimaryAction{flex:1 1;min-height:40px;background:rgba(255,255,255,.08);font-size:.78rem;font-weight:700}.uploadPreviewSecondaryAction{width:40px;height:40px;background:rgba(255,255,255,.05)}.uploadPreviewPrimaryAction:disabled,.uploadPreviewSecondaryAction:disabled{opacity:.82;cursor:default}.uploadFooter{margin-top:22px;padding-top:20px;border-top:1px solid var(--line-soft);display:flex;align-items:center;justify-content:space-between;gap:14px}.uploadButton{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:0 18px;border-radius:14px;border:0;font-size:.82rem;font-weight:700;transition:.18s ease}.uploadButton:disabled{opacity:.52;cursor:default}.uploadButtonSecondary{background:rgba(255,255,255,.05);color:rgba(255,255,255,.72)}.uploadButtonPrimary{background:#fff;color:#000;box-shadow:0 0 28px rgba(255,255,255,.14)}.uploadButtonSubmit{background:#3b82f6;color:#fff;box-shadow:0 0 28px rgba(59,130,246,.28)}.uploadButton:not(:disabled):hover{transform:translateY(-1px)}.uploadButtonHidden{opacity:0;pointer-events:none}.uploadMiniIcon{width:16px;height:16px}.uploadSpinnerIcon{animation:spin .7s linear infinite}.uploadSuccessCard{padding:28px}.uploadSuccessState{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:12px;min-height:260px}.uploadSuccessIcon{width:72px;height:72px;border-radius:999px;display:grid;place-items:center;background:rgba(34,197,94,.16);border:1px solid rgba(34,197,94,.3);color:#4ade80}.uploadSuccessIconSvg{width:34px;height:34px}.uploadSuccessState h2{margin:0;font-size:1.6rem}.uploadSuccessState p{max-width:460px;margin:0;color:var(--muted);font-size:.84rem;line-height:1.7}.uploadEmptyState{min-height:calc(100vh - 76px);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;padding:40px 24px;text-align:center}.uploadEmptyIcon{width:76px;height:76px;border-radius:999px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.1);background:radial-gradient(circle at top,rgba(255,255,255,.14),rgba(255,255,255,.03))}.uploadEmptyIconSvg{width:32px;height:32px}.uploadEmptyState h1{margin:0;font-size:clamp(1.8rem,4vw,2.6rem);letter-spacing:-.05em}.uploadEmptyState p{max-width:560px;margin:0;color:var(--muted);font-size:.84rem;line-height:1.7}@media (max-width:980px){.uploadCardHeader,.uploadDetailsLayout,.uploadReviewLayout,.uploadStageGrid{grid-template-columns:1fr}.uploadCardHeader{display:grid}.uploadMetaGrid{justify-content:flex-start}}@media (max-width:720px){.uploadContent{padding-inline:14px}.uploadCardHeader,.uploadForm,.uploadLoadingCard,.uploadSteps,.uploadSuccessCard{padding-left:16px;padding-right:16px}.uploadStepTrack{left:38px;right:38px}.uploadMetaChip,.uploadMetaChipAuthor{width:100%}.uploadFooter{flex-direction:column;align-items:stretch}.uploadButton{width:100%}.uploadFactRow,.uploadInlineRow,.uploadPreviewActions,.uploadPreviewMetaRow{flex-direction:column;align-items:flex-start}}