@charset "UTF-8";.fm-main{position:relative;border-left:1px solid rgb(146,146,146);min-height:100vh;overflow:hidden}.fm-main-content{display:flex}.fm-main-content-file-browser{width:100%;background-color:#fff!important}.fm-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;gap:12px;background:#fff;overflow:hidden}.fm-spinner{width:32px;height:32px;border-radius:9999px;border:3px solid rgb(229,231,235);border-top-color:#ff8c00;animation:fm-spin .8s linear infinite}@keyframes fm-spin{to{transform:rotate(360deg)}}.fm-loading-title{font-size:16px;font-weight:600;color:#111827}.fm-loading-subtitle{font-size:13px;color:#6b7280}.fm-button{border-radius:0;text-align:center;font-size:14px;font-weight:700;cursor:pointer;transition:opacity .3s}.fm-button-primary{background-color:#ed8131;color:#fff}.fm-button-primary:hover{opacity:.8}.fm-button-secondary{background-color:#fff;color:#374151;border:1px solid rgb(209,213,219)}.fm-button-secondary:hover{background-color:#e0e0e0}.fm-button-danger{background-color:#dc2626;color:#fff;border:1px solid #dc2626}.fm-button-danger:hover{opacity:.8}.fm-button-small{font-size:10px;padding:2px 3px}.fm-button-medium{width:100%;height:40px;display:flex;align-items:center;justify-content:center}.fm-button-disabled{background-color:#9ca3af;border:1px solid rgb(156,163,175)}.fm-button-disabled:hover{opacity:1;cursor:not-allowed}.fm-button-icon{display:flex;gap:16px;align-items:center}.fm-modal-container{position:absolute;top:0;width:100%;height:100vh;background:#000c;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:1300;display:flex;justify-content:center;align-items:center}.fm-modal-container-no-bg{background:none;-webkit-backdrop-filter:none;backdrop-filter:none}.fm-modal-window{width:450px;padding:24px;background-color:#fff;box-shadow:#0000001a 0 4px 12px;display:flex;flex-direction:column;gap:24px;justify-content:center;max-height:calc(100vh - 48px)}.fm-modal-window-header{display:flex;width:100%;justify-content:start;align-items:center;gap:8px;font-size:18px;color:#ed8131;font-weight:700}.fm-modal-window-scrollable{overflow-y:auto;overflow-x:hidden}.fm-modal-window-scrollable::-webkit-scrollbar{width:6px}.fm-modal-window-body{display:flex;flex-direction:column;gap:24px;font-size:14px;width:100%;border:1px solid rgb(229,231,235);padding:24px;background-color:#f9fafb}.fm-modal-window-input-container{width:100%;display:flex;flex-direction:column;gap:4px;color:#374151}.fm-modal-window-input-container label{font-weight:700}.fm-modal-window-input-container input{padding:8px 12px;font-size:14px;font-family:iAWriterQuattroV;border:1px solid rgb(209,213,219);line-height:21px;outline:none}.fm-modal-window-input-container input::placeholder{color:#aaa}.fm-modal-window-input-container input:focus{border:1px solid rgb(237,129,49)!important}.fm-modal-window-footer{display:flex;width:100%;justify-content:right;align-items:center;gap:12px}.fm-get-info-modal-footer-one-button{width:33%}.fm-input-label{display:flex;align-items:center;gap:4px;font-size:14px;margin-bottom:4px;color:#374151;font-weight:700}.fm-red-font{color:#dc2626}.fm-emphasized-text{font-weight:700}.fm-value-snippet{position:relative;padding:4px;background-color:#fff;font-size:12px;border:1px solid rgb(229,231,235);border-radius:4px;right:-2px}.fm-swarm-orange-font{color:#ed8131}.fm-main-font-color{color:#374151}.fm-line-height-fit{line-height:1}.fm-alert-icon-inline{position:relative;top:2px;margin-right:4px}.fm-radio-group{display:flex;flex-direction:column;gap:16px}.MuiRadio-root.fm-radio-button,.MuiRadio-root.Mui-checked.fm-radio-button{padding:0;color:#ed8131}.MuiRadio-root.fm-radio-button svg,.MuiRadio-root.Mui-checked.fm-radio-button svg{width:18px;height:18px}.MuiFormControlLabel-root.fm-form-control-label{display:flex;align-items:start;gap:8px}.fm-radio-label{display:flex;flex-direction:column;gap:8px}.fm-radio-label-header{font-size:15px;font-weight:700}.fm-modal-white-section{display:flex;flex-direction:column;gap:8px;padding:12px;font-size:14px;background-color:#fff;border:1px solid rgb(229,231,235)}.fm-space-between{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.fm-current-tag{padding:3px 6px;background-color:#dcfce7;color:#166534;font-size:12px;font-weight:700}.fm-soft-text{color:#6b7280;font-size:14px}.fm-modal-estimated-cost-container{display:flex;gap:12px;align-items:center}.fm-modal-info-warning{display:flex;align-items:flex-start;gap:6px;font-size:13px;line-height:1.5;color:#7c5a0b;background:#fff8e1;border:1px solid #f5deb3;border-radius:6px;padding:8px 10px;margin-top:6px;margin-bottom:8px;font-family:iAWriterQuattroV,sans-serif;box-shadow:0 1px 2px #0000000d}.fm-modal-info-warning-text-header{font-weight:700;font-size:14px}.flex-column{display:flex;flex-direction:column}.flex-row{display:flex;gap:12px}.fm-modal-container .fm-modal-window{width:min(560px,92vw)}.fm-modal-container .fm-modal-window-header{font-weight:600}.fm-modal-container .fm-modal-window-body .fm-modal-white-section{word-break:break-word;padding:12px 14px;border-radius:8px}.fm-modal-container .fm-modal-window-footer{display:flex;justify-content:flex-end;gap:8px}@media(max-width:480px){.fm-modal-container .fm-modal-window{width:94vw}.fm-modal-container .fm-modal-window-body .fm-modal-white-section{max-height:56vh}}.fm-modal-no-background{background:transparent}.fm-spinner-message{display:flex;justify-content:space-between;margin-bottom:12px}.fm-progress-bar{width:20%;height:6px;background:#fff;border-radius:3px;overflow:hidden;position:relative}.fm-progress-bar-fill{width:"20px";height:6px;border-radius:3px}.fm-tooltip-wrapper{position:relative;display:inline-flex;align-items:center;margin-left:4px;overflow:visible!important}.fm-tooltip-wrapper.no-margin{margin-left:0}.fm-tooltip-text{display:inline-block;margin-right:4px;line-height:1.2}.fm-tooltip-trigger{background:transparent;border:none;padding:0;cursor:default;display:flex;align-items:center;color:#6b7280}.fm-tooltip-wrapper:hover .fm-tooltip-trigger svg{color:#374151}.fm-tooltip-container{visibility:hidden;opacity:0;width:max-content;max-width:360px;background:#fff;color:#222;text-align:left;border-radius:6px;padding:8px 12px;position:fixed;z-index:9999;box-shadow:0 4px 12px #0000001f;font-size:12px;line-height:1.4;font-weight:400;pointer-events:none;transition:opacity .16s ease-in-out,visibility .16s ease-in-out;border:1px solid rgb(209,213,219)}.fm-tooltip-container.bottom{transform:translateY(-60%)!important}.fm-tooltip-wrapper:hover .fm-tooltip-container{visibility:visible;opacity:1;pointer-events:auto}.fm-inline-label-with-tooltip{display:flex;align-items:center;gap:4px}.fm-flex-column{display:flex;flex-direction:column}.fm-custom-dropdown{position:relative;width:100%;font-size:14px;-webkit-user-select:none;user-select:none}.fm-custom-dropdown .fm-custom-dropdown-selected{padding:8px 12px;border:1px solid rgb(209,213,219);border-radius:0;background:#fff;color:#374151;cursor:pointer;position:relative;transition:border-color .2s;outline:none;display:flex;align-items:center;min-height:40px}.fm-custom-dropdown .fm-custom-dropdown-selected .placeholder{color:#aaa}.fm-custom-dropdown .fm-custom-dropdown-selected .arrow{position:absolute;right:12px;top:50%;transform:translateY(-50%) rotate(0);width:16px;height:16px;pointer-events:none;display:inline-block;transition:transform .2s}.fm-custom-dropdown .fm-custom-dropdown-selected.open .arrow{transform:translateY(-50%) rotate(180deg)}.fm-custom-dropdown .fm-custom-dropdown-selected:focus,.fm-custom-dropdown .fm-custom-dropdown-selected.open{border-color:#ed8131}.fm-custom-dropdown .fm-custom-dropdown-list{position:absolute;left:0;right:0;top:calc(100% + 4px);background:#fff;border:1px solid rgb(209,213,219);border-radius:0;box-shadow:0 2px 8px #0000001a;z-index:20;margin:0;padding:4px 0;list-style:none;max-height:220px;overflow-y:scroll;animation:fadeIn .15s;scrollbar-gutter:stable}.fm-custom-dropdown .fm-custom-dropdown-list::-webkit-scrollbar{width:8px}.fm-custom-dropdown .fm-custom-dropdown-list::-webkit-scrollbar-track{background:#f1f1f1}.fm-custom-dropdown .fm-custom-dropdown-list::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.fm-custom-dropdown .fm-custom-dropdown-list::-webkit-scrollbar-thumb:hover{background:#555}.fm-custom-dropdown .fm-custom-dropdown-list li{padding:10px 16px;cursor:pointer;color:#374151;transition:background .15s}.fm-custom-dropdown .fm-custom-dropdown-list li:hover,.fm-custom-dropdown .fm-custom-dropdown-list li.selected{background:#f5f5f5}@keyframes fadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.fm-upgrade-drive-modal-container{overflow-y:hidden}.fm-upgrade-drive-modal{width:600px;max-height:calc(100vh - 48px);display:flex;flex-direction:column}.fm-upgrade-drive-modal-wallet{display:flex;flex-direction:column;gap:8px}.fm-upgrade-drive-modal-wallet-header{display:flex;align-items:center;gap:8px}.fm-upgrade-drive-modal-wallet-info{display:flex;justify-content:space-between;align-items:center}.fm-upgrade-drive-modal-info{display:flex;align-items:center;gap:8px;margin-top:8px;padding-top:8px;border-top:1px solid rgb(229,231,235)}.fm-upgrade-drive-modal-info-link{display:flex;align-items:center;gap:8px;width:max-content;text-decoration:none}.fm-upgrade-drive-modal-input-row{display:flex;justify-content:space-between;gap:24px}.fm-upgrade-drive-modal-estimated-cost{display:flex;flex-direction:column;gap:8px;padding:12px;font-size:14px;background-color:#fff;border:1px solid rgb(229,231,235)}.fm-upgrade-drive-modal-wallet-info-container{display:flex;flex-direction:column;gap:8px}.fm-upgrade-timeout-modal .fm-modal-white-section p{margin-bottom:12px;line-height:1.5}.fm-upgrade-timeout-modal .fm-modal-white-section ul{margin-left:20px;margin-top:8px}.fm-upgrade-timeout-modal .fm-modal-white-section ul li{margin-bottom:8px;line-height:1.5}.fm-admin-status-bar-container{position:relative;display:flex;align-items:center;justify-content:space-between;background:#212121;height:60px;padding:10px 16px}.fm-admin-status-bar-left{display:flex;align-items:center;gap:16px;color:#e5e7eb}.fm-admin-status-bar-upgrade-button{padding:6px;background-color:#ededed;border-radius:0;text-align:center;font-weight:700;cursor:pointer;transition:opacity .2s ease}.fm-admin-status-bar-upgrade-button:hover{opacity:.9}.fm-admin-status-bar-upgrade-button[aria-disabled=true]{pointer-events:none;opacity:.6}.fm-admin-status-bar-loader{position:absolute;inset:0;pointer-events:none;background:linear-gradient(90deg,transparent,rgba(0,0,0,.04),transparent);animation:fmShimmer 1.2s infinite;border-radius:6px}@keyframes fmShimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.fm-admin-status-bar-progress-pill-container{position:absolute;height:60px;width:100%;display:flex;align-items:center;bottom:0;right:0}.fm-admin-status-progress-pill{position:absolute;right:16px;display:flex;align-items:center;gap:6px;padding:6px 12px;font-size:13px;font-weight:500;background:#fff;color:#000;border:1px solid rgba(255,255,255,.15);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);box-shadow:0 0 8px #00000040;cursor:pointer;transition:all .2s ease-in-out;z-index:999}.fm-admin-status-progress-pill:hover{background:#ddd}.fm-admin-status-progress-pill:after{content:"›";font-size:14px;opacity:.7;transition:transform .2s ease}.fm-admin-status-progress-pill:hover:after{transform:translate(2px);opacity:1}.fm-admin-status-bar-container.is-loading .fm-admin-status-progress-pill{filter:none}.fm-error-modal-container{position:absolute;inset:0;width:100%;height:100%;z-index:1500;background:#fff9;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center}.fm-error-modal-message{display:flex;justify-content:center}.fm-error-modal-button-container{width:100%;display:flex;justify-content:right}.fm-upload-conflict-modal .fm-modal-window-body{display:flex;flex-direction:column;gap:12px}.fm-conflict-row{display:flex;flex-direction:column;gap:4px;margin-bottom:8px}.fm-conflict-option{display:flex;flex-direction:column;gap:8px}.fm-conflict-option-title{font-weight:600}.fm-conflict-option-sub{color:#6b7280;font-size:13px}.fm-conflict-rename-row{display:grid;grid-template-columns:80px 1fr;gap:8px;align-items:center}.fm-conflict-sep{height:1px;background:#e5e7eb;margin:8px 0}.fm-input{padding:8px 10px;border:1px solid #e5e7eb;border-radius:8px;outline:none}.fm-input:focus{border-color:#cbd5e1}.fm-callout{display:flex;align-items:flex-start;gap:8px;padding:8px 12px;border-radius:8px;font-size:13px;line-height:1.4}.fm-callout__icon{margin-top:2px}.fm-callout--warning{background:#fff7e6;border:1px solid #ffe3b3;border-left:4px solid #ff9900;color:#5f4b00}.fm-modal-body-destroy{display:flex;flex-direction:column;justify-content:space-between;gap:8px}.fm-file-progress-window{position:absolute;border:1px solid rgb(209,213,219);width:275px;bottom:45px;background-color:#fff;z-index:1200;max-height:calc(100vh - 275px);min-height:170px;overflow:hidden;display:flex;flex-direction:column}.fm-file-progress-window-header{display:flex;justify-content:space-between;align-items:center;padding:12px;border-bottom:1px solid rgb(209,213,219)}.fm-file-progress-window-header-actions{display:inline-flex;gap:6px}.fm-file-progress-window-header-btn{width:22px;height:22px;display:inline-grid;place-items:center;padding:0;margin:0;background:#f0f0f0;color:#4b5563;border:none;border-radius:4px;cursor:pointer}.fm-file-progress-window-header-btn:hover{background:#e5e7eb}.fm-file-progress-window-header-btn:active{background:#d1d5db}.fm-file-progress-window-header-btn:disabled{cursor:default;opacity:.6;filter:grayscale(.3)}.fm-file-progress-window-file-item{display:flex;align-items:flex-start;gap:8px;padding:12px;border-bottom:1px solid rgb(243,244,246)}.fm-file-progress-window-file-type-icon{margin-top:4px}.fm-file-progress-window-file-datas{display:flex;flex-direction:column;gap:8px;width:100%}.fm-file-progress-window-file-item-header{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:8px;min-width:0}.fm-file-progress-window-name{min-width:0}.fm-file-progress-window-name-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fm-drive-line{margin-top:2px}.fm-file-progress-window-percent{white-space:nowrap}.fm-file-progress-window-file-item-footer{display:grid;grid-template-columns:auto 1fr auto;align-items:center;column-gap:8px;font-size:11px}.fm-file-progress-window-size{white-space:nowrap}.fm-file-progress-window-center{justify-self:center;white-space:nowrap}.fm-file-progress-window-status{justify-self:end;white-space:nowrap}.fm-file-progress-window-row-close{width:20px;height:20px;display:inline-grid;place-items:center;padding:0;margin:0;background:#f0f0f0;color:#4b5563;border:none;border-radius:4px;cursor:pointer}.fm-file-progress-window-row-close:hover{background:#e5e7eb}.fm-file-progress-window-row-close:active{background:#d1d5db}.fm-file-progress-window-row-close:disabled{cursor:default;opacity:.6;filter:grayscale(.3)}.fm-drive-chip{display:inline-block;margin-left:0;padding:2px 6px;border-radius:999px;font-size:11px;line-height:1;background:#0000000f;color:#333;vertical-align:middle}.fm-eta{font-size:12px;opacity:.8}.fm-file-subtext{line-height:1.2}.fm-file-progress-window-list{overflow-y:auto;overscroll-behavior:contain}.fm-file-progress-notification{display:flex;align-items:center;gap:8px;cursor:pointer;text-decoration:underline}.fm-expiring-notification-modal-body{display:flex;flex-direction:column;gap:12px}.fm-expiring-notification-modal-section-left{display:flex;gap:16px}.fm-expiring-notification-modal-section-right{display:flex;flex-direction:column;align-items:end}.fm-expiring-notification-modal-section-left-header{font-size:15px}.fm-expiring-notification-modal-section-right-header{display:flex;align-items:center;gap:8px}.fm-expiring-notification-modal-section-right-button{margin-top:20px;width:100px}.fm-expiring-notification-modal-footer-one-button{width:33%}.fm-notification-bar{display:flex;align-items:center;gap:8px}.fm-notification-bar:hover{cursor:pointer;opacity:.8;text-decoration:underline}.fm-context-menu{background:#fff;border:1px solid #ccc;border-radius:4px;padding:0}.fm-delete-file-modal{width:510px}.fm-delete-file-modal-list{margin:0 0 12px;padding:0;list-style:none;max-height:240px;overflow:auto}.fm-delete-file-modal-list-item{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.fm-modal-window.fm-get-info-modal{display:flex;flex-direction:column;max-height:clamp(320px,100vh - 96px,90vh)}.fm-modal-window.fm-get-info-modal .fm-modal-window-header,.fm-modal-window.fm-get-info-modal .fm-modal-window-footer{flex:0 0 auto}.fm-modal-window.fm-get-info-modal .fm-modal-window-body,.fm-get-info-body{flex:1 1 auto;min-height:0;overflow:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;padding-right:14px;padding-left:14px}.fm-modal-window.fm-get-info-modal .fm-modal-window-body::-webkit-scrollbar,.fm-get-info-body::-webkit-scrollbar{width:10px}.fm-modal-window.fm-get-info-modal .fm-modal-window-body::-webkit-scrollbar-thumb,.fm-get-info-body::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:6px}.fm-modal-window.fm-get-info-modal .fm-modal-window-body::-webkit-scrollbar-track,.fm-get-info-body::-webkit-scrollbar-track{background:#f3f4f6}.fm-get-info-modal-group{display:flex;flex-direction:column;gap:16px}.fm-get-info-modal-group-title{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:700}.fm-get-info-modal-group-properties{display:flex;flex-direction:column;gap:8px}.fm-get-info-modal-property-row{display:flex;justify-content:space-between;gap:8px;align-items:center}.fm-get-info-modal-property-label{color:#555;flex:0 0 auto}.fm-get-info-modal-property-value{display:inline-flex;align-items:center;gap:6px;overflow-wrap:anywhere;word-break:break-word;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;color:#111827;text-align:right}.fm-copyable-value{border:none;background:transparent;cursor:pointer;padding:4px 8px;transition:background-color .2s;position:relative}.fm-copyable-value:hover{background:#ed81311a;border-radius:4px}.fm-copyable-value svg{flex-shrink:0;color:#ed8131}.fm-copied-indicator{position:absolute;left:-70px;background:#ed8131;color:#fff;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:600;white-space:nowrap;animation:fadeInOut 2s ease-in-out}@keyframes fadeInOut{0%{opacity:0;transform:translate(-10px)}10%{opacity:1;transform:translate(0)}90%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-10px)}}.fm-rename-modal{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;background:#0a0a0a8c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.fm-rename-modal .fm-modal-window .fm-modal-window-header{display:flex;align-items:center;gap:8px}.fm-rename-modal .fm-modal-window .fm-modal-window-header svg{opacity:.9}.fm-rename-modal .fm-modal-window .fm-modal-window-body .fm-modal-white-section{display:flex;flex-direction:column;gap:10px}.fm-rename-modal .fm-modal-window .fm-input{width:100%;padding:10px 12px;border:1px solid var(--fm-border-color, rgba(255, 255, 255, .08));background:var(--fm-input-bg, rgba(255, 255, 255, .04));color:var(--fm-text-color, #fff);border-radius:8px;outline:none;transition:border-color .12s ease,background-color .12s ease}.fm-rename-modal .fm-modal-window .fm-input:focus{border-color:var(--fm-accent, #6aa7ff);background:var(--fm-input-bg-focus, rgba(255, 255, 255, .06))}.fm-rename-modal .fm-modal-window .fm-input::placeholder{color:var(--fm-placeholder, rgba(255, 255, 255, .5))}.fm-rename-modal .fm-modal-window .fm-rename-input{background:#ffffff14;border:1px solid rgba(255,255,255,.16);color:#fff}.fm-rename-modal .fm-modal-window .fm-rename-input:focus{border-color:var(--fm-accent, #6aa7ff);background:#ffffff1f}.fm-rename-modal .fm-modal-window .fm-rename-input::placeholder{color:#fff9}.fm-rename-modal .fm-modal-window .fm-soft-text{line-height:1.3}.fm-rename-modal .fm-modal-window .fm-error-text{color:var(--fm-error, #ff6b6b);font-size:12px;line-height:1.25}.fm-rename-modal .fm-modal-window .fm-modal-window-footer{display:flex;justify-content:space-between;align-items:center}.fm-rename-modal .fm-modal-window .fm-modal-window-footer .fm-button+.fm-button{margin-left:8px}.fm-rename-modal .fm-modal-white-section input#fm-rename-input.fm-input{background:#fff!important;border:1px solid #e5e7eb!important;color:#111!important;-webkit-text-fill-color:#111!important;caret-color:#111!important}.fm-rename-modal .fm-modal-white-section input#fm-rename-input.fm-input::placeholder{color:#00000080!important}.fm-version-history-list{display:flex;flex-direction:column;gap:10px}.vh-row{display:grid;grid-template-columns:minmax(0,1fr) max-content;align-items:center;gap:12px;padding:10px 12px;border-radius:10px;width:100%;box-sizing:border-box;overflow:hidden}.vh-left{min-width:0;display:flex;flex-direction:column;gap:6px}.vh-meta{display:flex;align-items:center;gap:10px;min-width:0;color:#4b5563;font-size:13px;flex-wrap:wrap}.vh-meta-item{display:inline-flex;align-items:center;gap:6px}.vh-dot{opacity:.4}.vh-chip{display:inline-flex;align-items:center;height:22px;padding:0 8px;border-radius:999px;font-size:12px;font-weight:600;background:#eef2ff;color:#3730a3;border:1px solid #c7d2fe}.vh-tag{display:inline-flex;align-items:center;height:22px;padding:0 8px;border-radius:999px;font-size:12px;background:#f3f4f6;color:#111827;border:1px solid #e5e7eb}.vh-tag--current{background:#dcfce7;border-color:#bbf7d0;color:#065f46;height:18px;font-size:11px;padding:0 8px;border-radius:999px;align-self:flex-start;flex:0 0 auto;width:fit-content;margin-top:6px}.vh-row:has(.vh-tag--current) .vh-meta-item,.vh-row:has(.vh-tag--current) .vh-dot{order:2}.vh-rename{font-size:12.5px;color:#6b7280;max-width:100%;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.vh-actions{display:inline-flex;flex-direction:column;align-items:stretch;gap:8px;white-space:nowrap;flex-shrink:0;justify-self:end;max-width:100%}.vh-actions .fm-button{width:clamp(180px,28ch,180px);min-width:0;box-sizing:border-box}@media(max-width:720px){.vh-row{grid-template-columns:1fr;gap:8px}.vh-actions{justify-self:start}}.vh-tag--trashed{background:#ffeaea;color:#b30000}.vh-tag--recovered{background:#eaffea;color:#0b7a0b}.vh-tag--restored{background:#e8f0ff;color:#1b4fd6}.vh-lifecycle-note{margin-top:6px;font-size:12px;opacity:.8}.vh-soft{opacity:.6}.vh-row:has(.vh-tag--current) .vh-meta{flex-wrap:wrap}.vh-row:has(.vh-tag--current) .vh-chip{order:1}.vh-row:has(.vh-tag--current) .vh-tag--lifecycle,.vh-row:has(.vh-tag--current) .vh-meta-item,.vh-row:has(.vh-tag--current) .vh-dot{order:2}.vh-row:has(.vh-tag--current) .vh-meta:after{content:"";order:2;flex-basis:100%}.vh-row:has(.vh-tag--current) .vh-tag--current{order:3}.vh-toggle{appearance:none;border:0;background:transparent;padding:4px;margin-right:2px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.vh-toggle-icon{width:10px;height:10px;display:inline-block;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(-45deg);transition:transform .15s ease-in-out;opacity:.75}.vh-toggle.is-open .vh-toggle-icon{transform:rotate(45deg)}.vh-row.is-collapsed{padding:8px 12px}.vh-row.is-collapsed .vh-meta{gap:8px}.vh-row:hover .vh-toggle-icon{opacity:1}.vh-title{display:inline-block;max-width:min(48vw,520px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:bottom}.vh-title-sub{opacity:.8}.vh-name{font-weight:600}.vh-footer{display:flex;align-items:center;gap:12px}.vh-footer-left{margin-right:auto}.vh-footer-left .fm-button{width:auto;min-width:120px}.vh-footer-right{margin-left:auto;display:flex;align-items:center;gap:8px;white-space:nowrap}.vh-footer-right .fm-button{min-width:120px;height:var(--fm-button-height, 40px)}.vh-page{opacity:.7;margin-right:6px}@media(max-width:640px){.vh-footer{flex-wrap:wrap}.vh-footer-right{width:100%;justify-content:space-between;margin-left:0}.vh-footer-right .fm-button{flex:1;min-width:0}.vh-page{order:-1;flex:1;text-align:left}}.fm-file-item-content{position:relative;display:grid;padding:12px}.fm-file-item-content input{margin:0;width:16px;height:16px}.fm-file-item-content:hover{background-color:#d1d1d1}.fm-file-browser-content[data-search-mode=false] .fm-file-item-content{grid-template-columns:32px 2fr 1fr 1fr}.fm-file-browser-content[data-search-mode=true] .fm-file-item-content{grid-template-columns:32px 2fr 1.1fr 1fr 1fr}.fm-file-item-content-item{display:flex;align-items:center;justify-content:start;gap:6px}.fm-file-item-content-item input{accent-color:var(--fm-accent, rgb(237, 129, 49))}.fm-file-item-content-item.fm-checkbox{display:flex;align-items:center;justify-content:center}.fm-file-item-name,.fm-file-item-content-item.fm-name{font-weight:400;gap:8px}.fm-file-item-name svg,.fm-file-item-content-item.fm-name svg{width:20px;height:20px;color:var(--fm-accent, #ed8131)}.fm-file-item-content-item.fm-drive{gap:8px;min-width:160px;max-width:240px;flex:0 0 180px;opacity:.9}.fm-drive-name{opacity:.9}.fm-pill{display:inline-flex;align-items:center;padding:2px 8px;border-radius:999px;font-size:11px;line-height:1;border:1px solid transparent;white-space:nowrap}.fm-pill--active{background:#e0f2fe;color:#075985;border-color:#bae6fd}.fm-pill--trash{background:#fee2e2;color:#b91c1c;border-color:#fecaca}.fm-file-browser-content[data-search-mode=true] .fm-file-item-content:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--fm-accent, #2563eb);border-radius:2px}.fm-file-item-context-menu{position:absolute;z-index:1000}.fm-file-item-context-menu[data-drop=up]{transform-origin:bottom left}.fm-file-item-context-menu[data-drop=up] .caret{transform:rotate(180deg);bottom:-6px;top:auto}.fm-file-browser-container{display:flex;flex-direction:column;width:100%;height:calc(100vh - 120px);background-color:#fff;position:relative}.fm-file-browser-content{position:relative;overflow:auto;display:flex;flex-direction:column;flex:1 1 auto}.fm-file-browser-content-header{display:grid;padding:12px;align-items:center;justify-content:space-between;border-bottom:1px solid rgb(226,232,240)}.fm-file-browser-content[data-search-mode=false] .fm-file-browser-content-header{grid-template-columns:32px 2fr 1fr 1fr}.fm-file-browser-content[data-search-mode=true] .fm-file-browser-content-header{grid-template-columns:32px 2fr 1.1fr 1fr 1fr}.fm-file-browser-content-header-item{display:flex;align-items:center;justify-content:start;gap:8px;font-weight:700}.fm-file-browser-content-header-item input{margin:0;width:16px;height:16px;accent-color:rgb(237,129,49)}.fm-file-browser-content-header-item.fm-checkbox{display:flex;align-items:center;justify-content:center}.fm-file-browser-content-header-item-icon{width:16px;height:16px;color:#ed8131}.fm-file-browser-content-body{flex:1 1 auto;position:relative}.fm-file-browser-footer{display:flex;align-items:center;justify-content:flex-start;max-height:45px;padding:12px;border-top:1px solid #929292;background-color:#ededed}.fm-file-browser-footer>*{flex:0 0 auto}.fm-file-browser-footer>:nth-child(1){margin-right:8px}.fm-file-browser-footer>:nth-child(3){margin-left:auto}.fm-file-browser-footer{column-gap:12px}.fm-file-browser-context-menu{position:absolute;z-index:1000}.fm-file-browser-context-menu[data-drop=up]{transform-origin:bottom left}.fm-file-browser-context-menu[data-drop=up] .caret{transform:rotate(180deg);bottom:-6px;top:auto}.fm-context-item{margin:4px;padding:8px}.fm-context-item:hover{background-color:#d1d1d1;cursor:pointer}.fm-context-item.red{color:#dc2626}.fm-context-item[aria-disabled=true]{opacity:.5;cursor:not-allowed}.fm-context-item-border{border-bottom:1px solid #d1d1d1}.fm-upload-download-indicator{text-decoration:underline}.fm-drag-overlay{position:absolute;inset:0;width:100%;height:100%;z-index:1500;background:#fff9;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;pointer-events:auto}.fm-drag-text{font-size:1.25rem;font-weight:600;padding:.75rem 1rem;background:#ffffffd9;border-radius:8px;border:1px solid rgba(0,0,0,.06)}.fm-drop-hint{padding:24px;color:#6b7280}.fm-context-item{display:flex;align-items:center;justify-content:space-between;gap:8px}.fm-info{font-weight:600;width:16px;height:16px;border-radius:50%;display:inline-grid;place-items:center;font-size:11px;line-height:1;border:1px solid currentColor;opacity:.6;cursor:help}.fm-info--inline{position:relative}.fm-info--inline:after{content:attr(data-tip);position:absolute;left:calc(100% + 8px);top:50%;transform:translateY(-50%);max-width:280px;white-space:normal;padding:8px 10px;border-radius:6px;background:#111827fa;color:#fff;font-size:12px;line-height:1.25;letter-spacing:.1px;box-shadow:0 6px 18px #0000002e;pointer-events:none;opacity:0;visibility:hidden;transition:opacity .08s ease,visibility .08s ease;z-index:2000}.fm-info--inline:before{content:"";position:absolute;left:calc(100% + 2px);top:50%;transform:translateY(-50%);border:6px solid transparent;border-right-color:#111827fa;opacity:0;visibility:hidden;transition:opacity .08s ease,visibility .08s ease;z-index:2001}.fm-info--inline:hover:after,.fm-info--inline:focus-visible:after,.fm-info--inline:hover:before,.fm-info--inline:focus-visible:before{opacity:1;visibility:visible}.fm-file-browser-context-menu{overflow:visible}.fm-refresh-overlay{position:absolute;inset:0;background:#ffffffb3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2000;display:flex;align-items:center;justify-content:center}.fm-refresh-content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:#374151;font-size:14px;font-weight:500}.fm-refresh-text{animation:fadeIn .3s ease-in-out}.fm-file-browser-content-header-item{background:none;border:0;padding:0;font:inherit;text-align:left;cursor:pointer}.fm-header-cell{display:inline-flex;align-items:center;gap:6px}.fm-header-button{background:none;border:0;padding:0;margin:0;font:inherit;color:inherit;display:inline-flex;align-items:center;gap:8px;cursor:pointer}.fm-header-button[data-dir=asc] .fm-file-browser-content-header-item-icon{transform:rotate(180deg)}.fm-file-browser-content-header-item-icon.is-inactive{opacity:.4}.fm-sort-clear{display:inline-grid;place-items:center;width:16px;height:16px;border-radius:9999px;border:1px solid currentColor;font-size:12px;line-height:1;padding:0;margin:0;background:transparent;cursor:pointer;opacity:.8}.fm-sort-clear:hover,.fm-sort-clear:focus-visible{opacity:1;outline:none;box-shadow:0 0 0 2px #ed813133}@keyframes fadeIn{0%{opacity:0;transform:translateY(2px)}to{opacity:1;transform:translateY(0)}}.fm-file-browser-top-bar{display:flex;align-items:center;justify-content:space-between;width:100%;background-color:#ed8131;padding:12px;gap:8px;color:#fff;font-weight:700}.fm-file-browser-container[data-search-mode=true] .fm-file-browser-top-bar{background-color:#2563eb}.fm-file-browser-top-bar__title{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.fm-topbar-kebab{appearance:none;border:0;background:transparent;color:#fff;line-height:1;font-size:12px;font-weight:700;border-radius:4px;display:inline-grid;place-items:center;cursor:pointer;transition:background-color .12s ease,opacity .12s ease}.fm-topbar-kebab:hover,.fm-topbar-kebab:focus-visible{background:#ffffff1f;outline:none}.fm-topbar-kebab:active{background:#ffffff2e}.fm-topbar-kebab:disabled{opacity:.5;cursor:not-allowed;background:transparent}.fm-header-container{display:flex;align-items:center;gap:16px;height:60px;padding:10px 16px;background:#212121;border-bottom:1px solid rgba(255,255,255,.04)}.fm-header-left{display:flex;align-items:center;gap:12px}.fm-header-logo{width:40px;height:40px;border-radius:6px;background:#ed8131;color:#e5e7eb;display:grid;place-items:center;font-weight:700}.fm-header-logo svg{width:18px;height:18px}.fm-header-title{color:#e5e7eb;font-weight:600;letter-spacing:.2px}.fm-header-search{flex:1 1 auto;max-width:900px;display:flex;align-items:center;gap:8px;background:#3e3e3e;border:1px solid #9da3ae;color:#c7ccd4;height:36px;padding:0 10px;border-radius:8px}.fm-header-search:focus-within{border-color:#ed8131;box-shadow:0 0 0 2px #ed813140}.fm-header-search .fm-header-search-icon{flex:0 0 auto}.fm-header-search input{flex:1 1 auto;background:transparent;border:none;outline:none;height:100%;color:#e5e7eb;font-size:14px}.fm-header-search input::placeholder{color:#c7ccd4}.fm-header-search .fm-header-search-clear{appearance:none;border:none;background:transparent;color:#c7ccd4;font-size:18px;line-height:1;padding:0 2px;cursor:pointer}.fm-header-search .fm-header-search-clear:hover{color:#e5e7eb}.fm-header-actions{margin-left:auto;position:relative}.fm-filter-btn{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:8px;border:1px solid #9da3ae;background:#262626;color:#e5e7eb;font-size:13px;cursor:pointer}.fm-filter-btn:hover{background:#373737}.fm-filter-btn:focus-visible{outline:2px solid rgba(237,129,49,.4);outline-offset:2px}.fm-filter-btn[aria-expanded=true]{border-color:#ed8131;box-shadow:0 0 0 2px #ed813140}.fm-filter-menu{position:absolute;right:0;top:calc(100% + 6px);min-width:260px;background:#262626;border:1px solid #9da3ae;border-radius:10px;box-shadow:0 10px 24px #00000040;padding:10px;z-index:2000;color:#e5e7eb}.fm-filter-group+.fm-filter-group{margin-top:10px}.fm-filter-group-title{font-size:12px;color:#c7ccd4;margin-bottom:6px;text-transform:uppercase;letter-spacing:.04em}.fm-filter-row{display:flex;align-items:center;gap:8px;padding:6px 4px;border-radius:6px;cursor:default;color:#e5e7eb}.fm-filter-row input[type=checkbox],.fm-filter-row input[type=radio]{width:14px;height:14px;margin:0;accent-color:#ed8131}.fm-filter-row:hover{background:#ffffff0d}.fm-filter-sep{height:1px;background:#ffffff14;margin:8px 0}.fm-header-filters,.fm-header-filters-label,.fm-header-chip-group,.fm-chip{display:none}.fm-slider{display:flex;justify-content:center}.fm-slider .MuiSlider-markLabel{margin-top:14px}.fm-slider .MuiSlider-mark{background-color:#ed8131;height:4px}.fm-slider .MuiSlider-markLabel{top:14px;font-size:12px;margin-left:3px}.fm-slider .MuiSlider-markLabel[data-index="4"]{left:98%!important}.fm-slider .MuiSlider-thumb:focus,.fm-slider .MuiSlider-thumb.Mui-focusVisible{box-shadow:none!important;outline:none!important}.fm-initialization-modal-container{position:absolute;top:0;left:0;width:100%;height:100vh;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;z-index:1300;display:flex;justify-content:center;align-items:center;pointer-events:none}.fm-initialization-modal-container .fm-modal-window{pointer-events:auto;box-shadow:0 10px 40px #0000004d}.fm-initilization-progress-content{display:flex;justify-content:space-between;align-items:center}.fm-private-key-label{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.fm-generate-btn{font-size:.75rem;padding:4px 8px;background:#f3f4f6;border:1px solid #d1d5db;border-radius:4px;cursor:pointer;transition:background .2s}.fm-generate-btn:hover{background:#e5e7eb}.fm-private-key-input-row{position:relative;display:flex;align-items:center}.fm-private-key-input{padding-right:37px!important;font-family:monospace;font-size:.9em;padding-right:40px;width:100%}.fm-confirm-key-label{display:block;margin-bottom:6px}.fm-confirm-key-input{font-family:monospace;font-size:.9em;width:100%}.fm-confirm-key-hint{margin-top:6px}.fm-input.has-error{border-color:#ef4444}.fm-input-hint-error{color:#ef4444;font-size:12px;margin-top:6px;min-height:24px;display:block}.fm-input-hint{color:#6b7280;font-size:12px;margin-top:6px}.fm-copy-btn{position:absolute;right:27px;margin-left:6px;border:none;background:transparent;cursor:pointer;padding:4px;line-height:0;border-radius:4px;transition:background .2s}.fm-copy-btn:hover{background:#f5f5f5}.fm-initialization-modal-container{position:absolute;top:0;left:0;width:100%;height:100vh;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;z-index:1300;display:flex;justify-content:center;align-items:center;padding:24px;box-sizing:border-box;overflow-x:hidden;overflow-y:auto;pointer-events:none}.fm-initialization-modal-container .fm-modal-window{width:600px;max-height:calc(100vh - 48px);display:flex;flex-direction:column;overflow:visible;pointer-events:auto;box-shadow:0 10px 40px #0000004d}.fm-initialization-modal-container .fm-modal-window-header,.fm-initialization-modal-container .fm-modal-window-footer{flex-shrink:0}.fm-main:has(.fm-initialization-modal-container){border-left:none}.fm-create-drive-modal-container{position:absolute;top:0;width:100%;height:100vh;background:#000c;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:1300;display:flex;justify-content:center;align-items:center}.fm-create-drive-modal{width:450px;padding:24px;background-color:#fff;box-shadow:#0000001a 0 4px 12px;display:flex;flex-direction:column;gap:24px;justify-content:center;align-items:center}.fm-create-drive-modal-header{display:flex;width:100%;justify-content:start;font-size:18px;color:#ed8131;font-weight:700}.fm-create-drive-modal-body{display:flex;flex-direction:column;gap:24px;width:100%;border:1px solid rgb(229,231,235);padding:24px;background-color:#f9fafb}.fm-create-drive-modal-input-container{width:100%;display:flex;flex-direction:column;gap:4px;color:#374151}.fm-create-drive-modal-input-container input{padding:8px 12px;font-size:14px;font-family:iAWriterQuattroV;border:1px solid rgb(209,213,219);line-height:21px;outline:none}.fm-create-drive-modal-input-container input::placeholder{color:#aaa}.fm-create-drive-modal-input-container input:focus{border:1px solid rgb(237,129,49)!important}.fm-create-drive-modal-footer{display:flex;width:100%;justify-content:center;align-items:center;gap:12px}.fm-modal-info-note{font-size:.85rem;color:#666;margin-top:4px;line-height:1.4}.fm-error-text{color:var(--fm-error, #dc2626);font-size:12px;line-height:1.25}.fm-drive-item-info{display:flex;gap:4px;flex-direction:column;color:#1f2937;font-weight:500;transition:background-color .3s;flex:1;min-width:0}.fm-drive-item-info .fm-drive-item-icon{display:flex;align-items:center;color:#ed8131;font-weight:700}.fm-drive-item-header{display:flex;font-weight:700;gap:8px;align-items:center}.fm-drive-item-content{display:flex;flex-direction:column;gap:4px;font-size:11px;min-width:0}.fm-drive-item-container{display:flex;position:relative;justify-content:space-between;padding:16px 16px 16px 40px}.fm-drive-item-container:hover{background-color:#d1d1d1;cursor:pointer}.fm-drive-item-container.fm-drive-item-container-selected{background-color:#d1d1d1}.fm-drive-item-capacity{display:flex;align-items:center;gap:4px;position:relative}.fm-drive-item-capacity>span{display:flex;align-items:center;gap:8px}.fm-drive-item-capacity .fm-tooltip-wrapper{flex-shrink:0;margin-left:0;position:relative;z-index:10;filter:none!important;opacity:1!important;pointer-events:auto!important}.fm-drive-item-capacity.fm-drive-item-capacity-updating>span{filter:blur(2px);opacity:.6;pointer-events:none}.fm-drive-item-capacity.fm-drive-item-capacity-updating .fm-tooltip-wrapper{filter:none;opacity:1;pointer-events:auto}.fm-drive-item-capacity.fm-drive-item-capacity-updating{transition:all .3s ease}.fm-drive-item-actions{display:flex;flex-direction:column;justify-content:space-between;align-items:end;margin-bottom:2px}.fm-pointer{cursor:pointer}.fm-drive-item-context-menu{position:fixed;z-index:1000}.fm-disabled{opacity:.5;pointer-events:none}.fm-sidebar{min-width:370px;box-sizing:border-box;height:calc(100vh - 120px);background-color:#ededed;border-right:1px solid rgb(146,146,146);display:flex;flex-direction:column;justify-content:space-between}.fm-sidebar-content{overflow:auto}.fm-sidebar-item{padding:12px;display:flex;align-items:center;gap:8px;color:#1f2937;font-weight:700;transition:background-color .3s}.fm-sidebar-item .fm-sidebar-item-icon{display:flex;align-items:center;color:#ed8131;font-weight:700}.fm-sidebar-item:hover{background-color:#d1d1d1;cursor:pointer}.fm-sidebar-item.fm-trash-item{padding:8px 8px 8px 36px}.fm-sidebar-item-description{padding:8px 12px;text-align:center;color:#4b5563;font-size:14px;font-style:italic}.fm-sidebar-drive-creation{padding:12px;border-top:1px solid rgb(146,146,146)}.fm-drive-items-container{opacity:0;max-height:0;overflow:hidden;transition:opacity .3s,max-height .3s cubic-bezier(.4,0,.2,1);will-change:opacity,max-height}.fm-drive-items-container.fm-drive-items-container-open{opacity:1;max-height:1000px}.fm-trash-item{color:#1f2937;font-weight:500}.fm-drive-item-creating{position:relative}.fm-drive-item-creating .fm-drive-item-info,.fm-drive-item-creating .fm-drive-item-actions{filter:blur(2px);pointer-events:none;-webkit-user-select:none;user-select:none}.fm-drive-item-creating-overlay{position:absolute;inset:0;z-index:10;display:flex;align-items:center;justify-content:center;gap:10px;background:#ffffff8c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);font-weight:600;color:#111827;border-radius:0}.fm-mini-spinner{width:14px;height:14px;border-radius:50%;border:2px solid rgba(0,0,0,.2);border-top-color:#000000b3;animation:fmSpin .8s linear infinite}.fm-drive-item-container.fm-expired{background:#dc262614;border:1px solid rgba(220,38,38,.2)}.fm-drive-item-container.fm-expired .fm-drive-item-capacity{color:#dc2626}@keyframes fmSpin{to{transform:rotate(360deg)}}@font-face{font-family:iAWriterQuattroV;font-style:normal;font-weight:300;font-display:swap;src:url(/assets/iAWriterQuattroV-VfCMbvHY.ttf) format("truetype")}@font-face{font-family:iAWriterMonoV;font-style:normal;font-weight:300;font-display:swap;src:url(/assets/iAWriterMonoV-DJnL3kXJ.ttf) format("truetype")}.App{font-family:iAWriterQuattroV,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a,button{font-family:iAWriterMonoV!important;color:#d70}.MuiContainer-maxWidthLg>.fm{padding:0!important}body{height:100vh;min-height:100vh;margin:0;font-family:iAWriterQuattroV,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{height:100%;min-height:100%;overflow-y:auto!important}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.sentry-error-embed *{font-family:Work Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif!important;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
