:root{color-scheme:dark;--sigilo-bg: #0b0b0b;--sigilo-surface: #141414;--sigilo-surface-2: #1a1a1a;--sigilo-border: #262626;--sigilo-text: #ffffff;--sigilo-text-muted: #9a9a9a;--sigilo-text-soft: #6d6d6d;--sigilo-orange: #ff8a00;--sigilo-red: #e52e71;--sigilo-gradient: linear-gradient(135deg, #ff8a00, #e52e71);--radius-sm: 10px;--radius-md: 14px;--radius-lg: 18px;--shadow-md: 0 10px 24px rgba(0, 0, 0, .32);--safe-top: env(safe-area-inset-top, 0px);--safe-bottom: env(safe-area-inset-bottom, 0px);--safe-left: env(safe-area-inset-left, 0px);--safe-right: env(safe-area-inset-right, 0px);--shell-width: 920px;--bottom-nav-max-width: 560px;--bottom-nav-side-gap: 12px;--bottom-nav-bottom-gap: 12px}*,*:before,*:after{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}html{scrollbar-gutter:stable}body{font-family:Inter,Segoe UI,-apple-system,BlinkMacSystemFont,sans-serif;color:var(--sigilo-text);background:#000;line-height:1.5;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:transparent}img,video{max-width:100%;display:block}button,input,textarea,select{font:inherit;color:inherit}input,textarea{font-size:16px}button{border:0;cursor:pointer;background:none}a{color:inherit;text-decoration:none}:focus-visible{outline:2px solid var(--sigilo-orange);outline-offset:2px}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.app-layout{min-height:100dvh;display:flex;flex-direction:column}.app-main{flex:1;min-height:0;padding-bottom:calc(90px + var(--safe-bottom))}.app-main.no-topbar{padding-top:0}.app-main.no-nav{padding-bottom:max(16px,var(--safe-bottom))}.app-loading{min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:24px}.app-loading-logo{margin:0;display:inline-block;font-family:Inter,system-ui,sans-serif;font-size:48px;font-weight:800;letter-spacing:-.5px;line-height:1.15;padding-bottom:.08em;background:linear-gradient(135deg,#ff8a00,#e52e71);-webkit-text-fill-color:transparent;background-clip:text;-webkit-background-clip:text;user-select:none;-webkit-user-select:none;animation:logoPulse 1.4s ease-in-out infinite}.header{position:sticky;top:0;z-index:80;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0b0b0be6;border-bottom:1px solid var(--sigilo-border);padding:calc(8px + var(--safe-top)) max(14px,calc(14px + var(--safe-left))) 8px max(14px,calc(14px + var(--safe-right)))}.header-container{width:min(var(--shell-width),100%);margin:0 auto;display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center}.header-logo,.header-user{display:flex;align-items:center}.logo-button{display:inline-flex;align-items:center;gap:8px;padding:6px 8px;border-radius:var(--radius-sm)}.logo-button:hover{background:#ffffff0d}.logo-text{font-size:17px;font-weight:700;letter-spacing:-.01em}.sigilo-wordmark{display:inline-block;font-family:Inter,system-ui,sans-serif!important;color:#666!important;margin:0!important;padding:0!important;box-sizing:border-box;position:relative;top:-6px;font-size:48px!important;font-weight:800!important;letter-spacing:-.5px!important;background:linear-gradient(135deg,#ff8a00,#e52e71)!important;-webkit-text-fill-color:transparent!important;background-clip:text!important;-webkit-background-clip:text!important;user-select:none!important;-webkit-user-select:none!important;animation:none;transform:none;opacity:1}@keyframes logoPulse{0%,to{transform:scale(.980358);opacity:.410727}50%{transform:scale(1);opacity:1}}.header-nav{justify-self:center;display:inline-flex;align-items:center;gap:6px;border:1px solid var(--sigilo-border);background:#ffffff05;border-radius:999px;padding:4px}.nav-link{width:36px;height:36px;border-radius:999px;display:grid;place-items:center;color:var(--sigilo-text-muted);position:relative}.nav-link:hover{color:var(--sigilo-text);background:#ffffff14}.notification-badge{position:absolute;top:-2px;right:-4px;min-width:16px;height:16px;border-radius:999px;padding:0 4px;display:inline-flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;color:#000;background:var(--sigilo-orange)}.user-menu-container{position:relative}.user-button{width:38px;height:38px;border-radius:999px;overflow:hidden;border:1px solid var(--sigilo-border);padding:0}.user-avatar{width:100%;height:100%;object-fit:cover}.user-dropdown{position:absolute;top:calc(100% + 8px);right:0;width:min(220px,80vw);background:#101010;border:1px solid var(--sigilo-border);border-radius:var(--radius-md);box-shadow:var(--shadow-md);overflow:hidden}.dropdown-header{padding:12px 14px}.dropdown-header .username{margin:0;font-size:14px;font-weight:600}.dropdown-header .email{margin:2px 0 0;font-size:12px;color:var(--sigilo-text-muted)}.dropdown-divider{margin:0;border:0;border-top:1px solid var(--sigilo-border)}.dropdown-item{width:100%;display:flex;align-items:center;gap:8px;padding:10px 14px;color:var(--sigilo-text-muted);text-align:left}.dropdown-item:hover{color:var(--sigilo-text);background:#ffffff0a}.dropdown-item.logout{color:#f07b8c}.bottom-nav{position:fixed;left:50%;right:auto;transform:translate(-50%);width:min(var(--bottom-nav-max-width),calc(100vw - (2 * var(--bottom-nav-side-gap)) - var(--safe-left) - var(--safe-right)));width:min(var(--bottom-nav-max-width),calc(100dvw - (2 * var(--bottom-nav-side-gap)) - var(--safe-left) - var(--safe-right)));bottom:calc(var(--bottom-nav-bottom-gap) + var(--safe-bottom));z-index:90;height:56px;border-radius:16px;border:1px solid var(--sigilo-border);background:#0c0c0ced;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:grid;grid-template-columns:repeat(5,minmax(0,1fr));align-items:center;box-shadow:0 20px 30px #0000006b}.bottom-nav-item{position:relative;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:var(--sigilo-text-muted);border-radius:16px;min-width:0}.bottom-nav-item.active{color:var(--sigilo-orange)}.bottom-nav-item .icon-stroke{width:24px;height:24px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.bottom-nav-item.add{width:46px;height:46px;margin:0 auto;border-radius:999px;color:#fff;overflow:visible}.bottom-nav-add-shell{position:relative;width:40px;height:40px;border-radius:999px;display:grid;place-items:center;background:var(--sigilo-gradient);box-shadow:0 6px 12px #e6002347}.bottom-nav-item.add.is-uploading .bottom-nav-add-shell{box-shadow:0 8px 16px #ff8a0057}.bottom-nav-item.add .icon-stroke{width:20px;height:20px;stroke-width:2.2;position:relative;z-index:2}.bottom-nav-add-progress{position:absolute;inset:-2px;width:44px;height:44px;transform:rotate(-90deg);pointer-events:none}.bottom-nav-add-progress-track,.bottom-nav-add-progress-fill{fill:none;stroke-linecap:round;stroke-width:3}.bottom-nav-add-progress-track{stroke:#ffffff3d}.bottom-nav-add-progress-fill{stroke:#fff;transition:stroke-dashoffset .2s ease}.bottom-nav-item.add .bottom-nav-label{display:none}.bottom-nav-label{font-size:10px;font-weight:600;letter-spacing:.02em;max-width:100%;white-space:nowrap}.bottom-nav-badge{position:absolute;top:6px;left:50%;min-width:16px;height:16px;border-radius:999px;padding:0 4px;display:inline-flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;color:#000;background:var(--sigilo-orange);transform:translate(8px)}.empty{min-height:100dvh;display:grid;place-items:center;color:var(--sigilo-text-muted)}.app-alert{margin:12px 0;padding:10px 12px;border-radius:12px;border:1px solid rgba(255,255,255,.12);font-size:13px;line-height:1.45;font-weight:500}.app-alert--info{color:#dbe7ff;background:#30549c2e;border-color:#5e93ff52}.app-alert--success{color:#d9ffe9;background:#17633a33;border-color:#4cc48357}.app-alert--error{color:#ffd8dd;background:#8e213833;border-color:#e6537459}.app-topup-toast{position:fixed;left:max(14px,calc(var(--safe-left, 0px) + 14px));right:max(14px,calc(var(--safe-right, 0px) + 14px));bottom:calc(var(--bottom-nav-height, 84px) + var(--bottom-nav-bottom-gap, 12px) + var(--safe-bottom, 0px) + 12px);z-index:4100;display:grid;grid-template-columns:1fr auto auto;gap:10px;align-items:center;padding:11px 12px;border-radius:14px;border:1px solid rgba(255,138,0,.38);background:#080809f2;box-shadow:0 16px 34px #0000006b;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}.app-topup-toast--no-nav{bottom:calc(var(--safe-bottom, 0px) + 16px)}.app-topup-toast__body{min-width:0;font-size:13px;line-height:1.45;color:#f2f2f2}.app-topup-toast__cta{border:1px solid rgba(255,138,0,.5);border-radius:999px;background:#ff8a0024;color:#ff9f21;font-weight:700;font-size:12px;letter-spacing:.02em;padding:7px 12px;cursor:pointer;transition:background-color .15s ease,color .15s ease,border-color .15s ease}.app-topup-toast__cta:hover{background:#ff8a0033;border-color:#ff8a00a8;color:#ffb03f}.app-topup-toast__dismiss{width:28px;height:28px;border-radius:50%;border:1px solid rgba(255,255,255,.18);background:#ffffff0a;color:#ffffffb3;font-size:14px;line-height:1;cursor:pointer}@media(max-width:520px){.app-topup-toast{grid-template-columns:1fr auto;row-gap:8px}.app-topup-toast__body{grid-column:1 / -1}}:root{--sigilo-chip-height: 34px;--sigilo-chip-radius: 999px;--sigilo-chip-padding-x: 11px;--sigilo-chip-gap: 6px;--sigilo-chip-icon-size: 16px;--sigilo-chip-icon-stroke: 1.9}.sigilo-action-chip{min-height:var(--sigilo-chip-height);border-radius:var(--sigilo-chip-radius);padding:0 var(--sigilo-chip-padding-x);display:inline-flex;align-items:center;justify-content:center;gap:var(--sigilo-chip-gap)}.sigilo-action-chip--icon-only{padding-inline:10px}.sigilo-action-chip__icon{width:var(--sigilo-chip-icon-size);height:var(--sigilo-chip-icon-size);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.sigilo-action-chip__icon svg{width:100%;height:100%}.sigilo-action-chip__icon .icon-stroke{stroke:currentColor;fill:none;stroke-width:var(--sigilo-chip-icon-stroke);stroke-linecap:round;stroke-linejoin:round}.sigilo-action-chip__label{line-height:1}.sigilo-action-chip__count{color:#fff;font-size:11px;line-height:1}.money-trust-line{margin:8px 0 0;font-size:12px;line-height:1.45;color:var(--sigilo-text-soft)}.action-safety-modal__overlay{position:fixed;inset:0;z-index:3000;display:grid;place-items:center;background:#000000ad;padding:calc(16px + var(--safe-top)) max(16px,calc(16px + var(--safe-right))) calc(16px + var(--safe-bottom)) max(16px,calc(16px + var(--safe-left)))}.action-safety-modal{width:min(400px,100%);border-radius:16px;border:1px solid var(--sigilo-border);background:#101010;box-shadow:var(--shadow-md);padding:18px}.action-safety-modal h3{margin:0;font-size:19px;letter-spacing:-.01em}.action-safety-modal p{margin:8px 0 0;color:var(--sigilo-text-muted);font-size:13px;line-height:1.5}.action-safety-modal__impact{margin-top:10px;color:#ffb3bd}.action-safety-modal__actions{margin-top:14px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.action-safety-modal__btn{min-height:40px;border-radius:12px;border:1px solid var(--sigilo-border);font-size:13px;font-weight:700}.action-safety-modal__btn--cancel{background:#111;color:var(--sigilo-text-muted)}.action-safety-modal__btn--primary{border-color:#ff8a0073;background:#ff8a0024;color:var(--sigilo-orange)}.action-safety-modal__btn--danger{border-color:#f05c7a7a;background:#f05c7a29;color:#ff8ea1}.action-safety-modal__btn:disabled{opacity:.58;cursor:not-allowed}.media-limit-toast{position:fixed;left:50%;bottom:24px;transform:translate(-50%);z-index:3000;background:linear-gradient(90deg,#ff8a00,#e52e71);color:#fff;font-size:16px;font-weight:600;padding:14px 28px;border-radius:16px;box-shadow:0 6px 32px #0000002e;animation:fadeIn .18s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;gap:10px;pointer-events:none}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}#createModal{position:fixed;inset:0;z-index:2000;display:flex;align-items:flex-end;justify-content:center;overflow-y:auto;overscroll-behavior:contain;background:#000c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn .2s ease;touch-action:pan-y}.create-modal{width:min(100%,412px);max-height:min(85vh,778px);display:flex;flex-direction:column;overflow:hidden;background:#141414;border:1px solid rgb(34,34,34);border-radius:24px 24px 0 0}.create-modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 16px 12px;border-bottom:1px solid rgb(34,34,34)}.create-modal-header-actions{display:inline-flex;align-items:center;gap:8px}.create-modal-header h2{margin:0;color:#fff;font-size:18px;font-weight:600;line-height:1.2}#createModalClose{display:flex;align-items:center;justify-content:center;gap:6px;padding:7px 14px;border:0;border-radius:8px;background:#222;color:#888;font-size:13px;font-weight:600;line-height:1;cursor:pointer;transition:all .15s ease}#createModalDiscard{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:0 12px;border:1px solid rgb(58,58,58);border-radius:8px;background:#141414;color:#b6b6b6;font-size:12px;font-weight:600;cursor:pointer;transition:all .15s ease}#createModalDiscard:hover{border-color:#f07a93;color:#ffa8b8}#createModalDiscard:disabled{opacity:.45;cursor:not-allowed}#createModalClose:hover{background:#2c2c2c;color:#b2b2b2}#createModalClose:disabled{opacity:.55;cursor:not-allowed}#createModalClose svg{display:block;width:14px;height:14px;fill:currentColor}#createForm{display:flex;flex:1;flex-direction:column;gap:12px;overflow-y:auto;padding:14px 16px calc(16px + var(--safe-bottom, 0px))}#createPostContent{width:100%;min-height:104px;resize:none;border:1px solid rgb(34,34,34);border-radius:12px;background:#0b0b0b;color:#fff;padding:12px;font:inherit;font-size:16px}#createPostContent::placeholder{color:#888}#createPostContent:focus{outline:none;border-color:#444}.create-media-section,.create-visibility-section{display:flex;flex-direction:column;gap:6px}.create-media-label{margin:0;color:#aaa;font-size:13px;font-weight:500;line-height:1.25}.create-upload-trigger{width:88px;height:88px;display:grid;place-items:center;border:2px dashed rgb(130,130,130);border-radius:12px;background:#0b0b0b;color:#e8e8e8;font-size:38px;line-height:1;cursor:pointer}.create-upload-trigger:hover{border-color:#d2d2d2;color:#fff}.create-upload-trigger input{display:none}.create-media-previews{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.create-media-preview{position:relative;overflow:hidden;border:1px solid rgb(34,34,34);border-radius:12px;background:#0b0b0b;aspect-ratio:1 / 1}.create-media-preview img,.create-media-preview video{width:100%;height:100%;object-fit:cover}.create-media-remove{position:absolute;top:6px;right:6px;width:22px;height:22px;border:0;border-radius:999px;background:#000000b8;color:#fff;font-size:12px;font-weight:700;line-height:1;cursor:pointer}.visibility-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.visibility-option{padding:10px;border:1px solid rgb(34,34,34);border-radius:12px;background:#0b0b0b;color:#888;font-size:14px;font-weight:500;text-align:center;cursor:pointer;transition:all .15s ease}.visibility-option.selected{color:#ff8a00;border-color:#ff8a00;background-image:linear-gradient(135deg,#ff8a001a,#e600231a)}.processing-progress-section{display:flex;flex-direction:column;gap:8px;padding:10px;border:1px solid rgb(34,34,34);border-radius:12px;background:#0b0b0b}.processing-progress-header{display:flex;align-items:center;justify-content:space-between;color:#e0e0e0;font-size:12px;font-weight:600}.processing-progress-meta{color:#888;font-size:11px}.processing-progress-bar{width:100%;height:5px;overflow:hidden;border-radius:999px;background:#222}.processing-progress-fill{display:block;width:0%;height:100%;background-image:linear-gradient(90deg,#ff8a00,#e60023);transition:width .18s linear}.processing-progress-list{display:grid;gap:6px;max-height:156px;overflow-y:auto}.processing-progress-item{display:grid;align-items:center;grid-template-columns:auto minmax(0,1fr) auto;gap:8px;min-height:24px;padding:4px 0}.processing-state{width:8px;height:8px;border-radius:999px;background:#424242}.processing-state--queued{background:#424242}.processing-state--processing{background:#ff8a00;box-shadow:0 0 10px #ff8a0080;animation:processingPulse 1.1s ease-in-out infinite}.processing-state--done{background:#4caf50}.processing-state--failed{background:#e52e71}.processing-name{overflow:hidden;color:#c4c4c4;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.processing-stage{max-width:44vw;overflow:hidden;color:#7a7a7a;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.processing-stage--processing{color:#ffcea2}.processing-stage--done{color:#8cd68f}.processing-stage--failed{color:#ff89a8}#uploadProgressSection{display:none;flex-direction:column;gap:6px;padding:10px;border:1px solid rgb(34,34,34);border-radius:12px;background:#0b0b0b}#uploadProgressSection.is-visible{display:flex}.upload-progress-header{display:flex;align-items:center;justify-content:space-between;gap:8px}#uploadProgressStatus{color:#888;font-size:12px}#uploadCurrentFile{max-width:58%;overflow:hidden;color:#666;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.upload-progress-bar{width:100%;height:4px;overflow:hidden;border-radius:2px;background:#222}#uploadProgressFill{display:block;width:0%;height:100%;background-image:linear-gradient(90deg,#ff8a00,#e60023);transition:width .3s ease}@keyframes processingPulse{0%,to{opacity:.5;transform:scale(.96)}50%{opacity:1;transform:scale(1.08)}}.create-post-error{margin:0;color:#ff7690;font-size:12px}.create-post-draft-status{margin:0;color:#9c9c9c;font-size:12px}#createSubmitBtn{margin-top:6px;width:100%;padding:13px 14px;border:0;border-radius:12px;background-image:linear-gradient(135deg,#ff8a00,#e60023);color:#fff;font-size:15px;font-weight:600;text-align:center;cursor:pointer;transition:opacity .15s ease}#createSubmitBtn:disabled{opacity:.55;cursor:not-allowed}@media(min-width:840px){#createModal{align-items:center;padding:20px}.create-modal{border-radius:24px}}.create-menu-modal{position:fixed;inset:0;z-index:190;background:#0000009e;display:flex;align-items:flex-end;padding-bottom:var(--safe-bottom)}.create-menu-modal__sheet{width:100%;border-top:1px solid var(--sigilo-border);border-radius:20px 20px 0 0;background:#101010;padding:14px max(14px,calc(14px + var(--safe-left))) calc(14px + var(--safe-bottom)) max(14px,calc(14px + var(--safe-right)));display:grid;gap:10px}.create-menu-modal__title{font-size:13px;letter-spacing:.06em;text-transform:uppercase;color:var(--sigilo-text-muted)}.create-menu-modal__option{min-height:48px;border-radius:12px;border:1px solid var(--sigilo-border);background:#0e0e0e;color:#f2f2f2;display:flex;align-items:center;gap:10px;padding:0 12px;text-align:left}.create-menu-modal__icon{width:30px;height:30px;border-radius:999px;border:1px solid rgba(255,255,255,.16);display:grid;place-items:center;color:#d8d8d8}.create-menu-modal__icon svg{width:18px;height:18px;stroke:currentColor;stroke-width:1.8;fill:none;stroke-linecap:round;stroke-linejoin:round}.create-menu-modal__label{font-size:14px;font-weight:650}.create-menu-modal__cancel{min-height:44px;border-radius:12px;border:1px solid var(--sigilo-border);color:var(--sigilo-text-muted);font-size:13px;font-weight:650}@media(min-width:860px){.create-menu-modal{align-items:center;justify-content:center;padding:18px}.create-menu-modal__sheet{width:min(420px,100%);border-radius:20px;border:1px solid var(--sigilo-border);padding-bottom:14px}}.create-story-modal{position:fixed;inset:0;z-index:200;background:#000000a8;display:flex;align-items:flex-end;padding-bottom:var(--safe-bottom)}.create-story-modal__sheet{width:100%;border-top:1px solid var(--sigilo-border);border-radius:20px 20px 0 0;background:#0f0f0f;padding:14px max(14px,calc(14px + var(--safe-left))) calc(16px + var(--safe-bottom)) max(14px,calc(14px + var(--safe-right)));display:grid;gap:12px}.create-story-modal__header{display:flex;align-items:center;justify-content:space-between;gap:10px}.create-story-modal__header-actions{display:inline-flex;align-items:center;gap:8px}.create-story-modal__header h2{margin:0;font-size:18px}.create-story-modal__header button{min-height:34px;border-radius:999px;border:1px solid var(--sigilo-border);color:var(--sigilo-text-muted);padding:0 12px;font-size:12px;font-weight:700}.create-story-modal__discard-btn{border-color:#3a3a3a;color:#c4c4c4}.create-story-modal__discard-btn:hover{border-color:#f07a93a6;color:#ffb0c0}.create-story-modal__body{display:grid;gap:10px}.create-story-modal__media-picker{min-height:42px;border-radius:12px;border:1px solid var(--sigilo-border);background:#111;color:#efefef;font-size:13px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;padding:0 14px;cursor:pointer}.create-story-modal input[type=file]{display:none}.create-story-modal__processing{display:grid;gap:7px;padding:10px;border:1px solid var(--sigilo-border);border-radius:12px;background:#0a0a0a}.create-story-modal__processing-header{display:flex;align-items:center;justify-content:space-between;color:#f0f0f0;font-size:12px;font-weight:600}.create-story-modal__processing-meta{color:var(--sigilo-text-muted);font-size:11px}.create-story-modal__processing-bar{width:100%;height:5px;overflow:hidden;border-radius:999px;background:#1e1e1e}.create-story-modal__processing-fill{display:block;width:0;height:100%;background:var(--sigilo-gradient);transition:width .18s linear}.create-story-modal__processing-file{display:flex;align-items:center;justify-content:space-between;gap:8px}.create-story-modal__processing-name{overflow:hidden;color:var(--sigilo-text);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.create-story-modal__processing-stage{flex-shrink:0;color:var(--sigilo-text-muted);font-size:11px}.create-story-modal__preview{border:1px solid var(--sigilo-border);border-radius:14px;overflow:hidden;background:#050505}.create-story-modal__preview img,.create-story-modal__preview video{width:100%;max-height:52dvh;object-fit:cover;display:block}.create-story-modal__duration p{margin:0 0 8px;color:var(--sigilo-text-muted);font-size:12px}.create-story-modal__duration-options{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.create-story-modal__duration-options button{min-height:36px;border-radius:10px;border:1px solid var(--sigilo-border);color:var(--sigilo-text-muted);font-size:12px;font-weight:700}.create-story-modal__duration-options button.is-active{background:var(--sigilo-gradient);color:#fff;border-color:transparent}.create-story-modal__error{margin:0;color:#ff9ab2;font-size:12px}.create-story-modal__draft-status{margin:0;color:#a6a6a6;font-size:12px}.create-story-modal__publish{min-height:46px;border-radius:12px;background:var(--sigilo-gradient);color:#fff;font-size:15px;font-weight:700}.create-story-modal__publish:disabled{opacity:.56;cursor:not-allowed}@media(min-width:860px){.create-story-modal{align-items:center;justify-content:center;padding:18px}.create-story-modal__sheet{width:min(540px,100%);border-radius:20px;border:1px solid var(--sigilo-border);padding-bottom:16px}.create-story-modal__preview img,.create-story-modal__preview video{max-height:62dvh}}.upload-center{position:fixed;right:calc(12px + var(--safe-right));bottom:calc(82px + var(--safe-bottom));z-index:2400;width:min(360px,calc(100vw - 24px - var(--safe-left) - var(--safe-right)));display:grid;gap:8px}.upload-center.is-nav-hidden{bottom:calc(14px + var(--safe-bottom))}.upload-center__trigger{display:inline-flex;align-items:center;gap:8px;justify-self:end;min-height:36px;max-width:100%;padding:0 12px;border:1px solid rgb(34,34,34);border-radius:999px;background:#080808f2;color:#dedede;font-size:12px;font-weight:600;line-height:1;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.upload-center__dot{width:8px;height:8px;border-radius:999px;background:#606060}.upload-center__dot.is-active{background:#ff8a00;box-shadow:0 0 12px #ff8a008c;animation:uploadCenterPulse 1.15s ease-in-out infinite}.upload-center__trigger-copy{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.upload-center__panel{border:1px solid rgb(34,34,34);border-radius:14px;background:#0a0a0af5;box-shadow:0 10px 26px #0000006b;overflow:hidden}.upload-center__panel-header{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;border-bottom:1px solid rgb(26,26,26)}.upload-center__panel-header strong{color:#ececec;font-size:12px;letter-spacing:.02em}.upload-center__clear{border:0;background:transparent;color:#9a9a9a;font-size:11px;font-weight:600}.upload-center__clear:disabled{opacity:.45}.upload-center__list{display:grid;gap:8px;max-height:min(44vh,320px);overflow-y:auto;padding:10px}.upload-center__item{display:grid;gap:6px;padding:8px;border:1px solid rgb(24,24,24);border-radius:10px;background:#090909}.upload-center__item-head{display:flex;align-items:center;justify-content:space-between;gap:8px}.upload-center__item-title{color:#f2f2f2;font-size:12px;font-weight:600}.upload-center__badge{display:inline-flex;align-items:center;justify-content:center;min-height:20px;padding:0 8px;border-radius:999px;font-size:10px;font-weight:700;letter-spacing:.02em}.upload-center__badge.status-queued{background:#6060603d;color:#aaa}.upload-center__badge.status-running{background:#ff8a0033;color:#ffc384}.upload-center__badge.status-success{background:#4caf5033;color:#8de590}.upload-center__badge.status-error{background:#e52e7133;color:#ff97ba}.upload-center__progress{width:100%;height:4px;border-radius:999px;background:#202020;overflow:hidden}.upload-center__progress-fill{display:block;width:0;height:100%;background-image:linear-gradient(90deg,#ff8a00,#e60023);transition:width .2s ease}.upload-center__message{margin:0;color:#9e9e9e;font-size:11px}.upload-center__file{margin:0;color:#7a7a7a;font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.upload-center__dismiss{justify-self:start;border:0;background:transparent;color:#b5b5b5;font-size:11px;font-weight:600;padding:0}@keyframes uploadCenterPulse{0%,to{opacity:.5;transform:scale(.95)}50%{opacity:1;transform:scale(1.08)}}
