@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,500;0,600;0,700;1,500&family=Work+Sans:wght@400;500;600;700&display=swap";.ds-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:var(--font-weight-semibold);border-radius:var(--radius-md);cursor:pointer;transition:background var(--duration-fast) var(--ease-standard),color var(--duration-fast) var(--ease-standard),border-color var(--duration-fast) var(--ease-standard)}.ds-button:disabled{opacity:.5;cursor:not-allowed}.ds-button:focus-visible{outline:none;box-shadow:var(--shadow-focus-ring)}.ds-button--sm{padding:8px 14px;font:var(--text-body-sm);font-weight:var(--font-weight-semibold)}.ds-button--md{padding:12px 20px;font:var(--text-body-md);font-weight:var(--font-weight-semibold)}.ds-button--lg{padding:16px 28px;font:var(--text-body-lg);font-weight:var(--font-weight-semibold)}.ds-button--primary{background:var(--action-primary);color:var(--action-primary-text);border:1px solid var(--action-primary)}.ds-button--primary:hover:not(:disabled){background:var(--action-primary-hover);border-color:var(--action-primary-hover)}.ds-button--primary:active:not(:disabled){background:var(--action-primary-active);border-color:var(--action-primary-active)}.ds-button--secondary{background:var(--action-secondary-bg);color:var(--action-secondary-text);border:1px solid var(--action-secondary-border)}.ds-button--secondary:hover:not(:disabled){background:var(--action-secondary-hover)}.ds-button--ghost{background:transparent;color:var(--action-secondary-text);border:1px solid transparent}.ds-button--ghost:hover:not(:disabled){background:var(--surface-sunken)}.ds-button--ghost.ds-button--danger{color:var(--action-primary)}.ds-button--ghost.ds-button--danger:hover:not(:disabled){background:var(--color-terracotta-100)}.ds-badge{display:inline-flex;align-items:center;align-self:flex-start;justify-self:flex-start;padding:3px 10px;border-radius:var(--radius-pill);font:var(--text-body-xs);font-weight:var(--font-weight-semibold)}.ds-badge--neutral{background:var(--surface-sunken);color:var(--text-secondary)}.ds-badge--accent{background:var(--color-terracotta-100);color:var(--color-terracotta-600)}.ds-badge--success{background:var(--feedback-success-bg);color:var(--feedback-success-text)}.ds-badge--error{background:var(--feedback-error-bg);color:var(--feedback-error-text)}.ds-badge--info{background:var(--feedback-info-bg);color:var(--feedback-info-text)}.ds-field{display:flex;flex-direction:column;gap:6px;font:var(--text-body-sm)}.ds-field-label{color:var(--text-secondary);font-weight:var(--font-weight-semibold)}.ds-input,.ds-textarea{font:var(--text-body-md);padding:10px 14px;border-radius:var(--radius-sm);border:1px solid var(--border-strong);background:var(--surface-card);color:var(--text-primary);outline:none;width:100%;font-family:inherit;transition:box-shadow var(--duration-fast) var(--ease-standard),border-color var(--duration-fast) var(--ease-standard)}.ds-input:focus,.ds-textarea:focus{box-shadow:var(--shadow-focus-ring)}.ds-input.is-error,.ds-textarea.is-error{border-color:var(--feedback-error-text)}.ds-textarea{resize:vertical}.ds-field-error{color:var(--feedback-error-text);font:var(--text-body-xs)}:root{--terracotta-rgb: 154, 59, 59}.editor-loading,.editor-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:320px;gap:12px;color:var(--text-primary);font-family:Work Sans,sans-serif}.books-page:has(.editor-container){min-height:calc(100vh - 65px);height:calc(100vh - 65px);padding:12px 16px;align-items:stretch}.books-card:has(.editor-container){width:100%;max-width:none;height:100%;padding:12px;grid-template-rows:auto 1fr}.editor-container{display:flex;flex-direction:column;gap:0;height:100%;min-height:0;overflow:hidden;font-family:Work Sans,-apple-system,Segoe UI,sans-serif}.editor-header{display:flex;align-items:center;justify-content:space-between;padding:10px 0 14px;border-bottom:1px solid var(--border-default);flex-shrink:0;gap:12px}.editor-title{display:flex;align-items:center;gap:8px;min-width:0}.editor-title h1{font-family:Work Sans,sans-serif;font-weight:700;font-size:1.05rem;color:var(--text-primary);margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.editor-dirty-badge{color:var(--action-primary);font-size:20px;line-height:1;flex-shrink:0}.editor-controls{display:flex;align-items:center;gap:10px;flex-shrink:0}.editor-controls button{border:1px solid var(--border-strong);border-radius:var(--radius-md);background:var(--surface-card);color:var(--text-secondary);padding:8px 14px;font-family:Work Sans,sans-serif;font-size:13px;font-weight:700;cursor:pointer;transition:background var(--ease-standard) .15s,border-color var(--ease-standard) .15s;white-space:nowrap}.editor-controls button:hover:not(:disabled){background:var(--surface-sunken);border-color:var(--border-strong)}.editor-controls button:disabled{opacity:.4;cursor:not-allowed}.editor-icon-btn{width:38px;height:38px;padding:0!important;display:inline-flex;align-items:center;justify-content:center;font-size:16px!important}.editor-save-btn{min-width:112px;height:40px;background:var(--action-primary)!important;color:#fffaf8!important;border-color:transparent!important}.editor-save-btn:hover:not(:disabled){background:var(--action-primary-hover)!important}.editor-save-btn:active:not(:disabled){background:var(--action-primary-active)!important}.editor-close-btn{background:transparent!important;border-color:rgba(var(--terracotta-rgb) / .25)!important;color:var(--action-primary)!important}.editor-close-btn:hover:not(:disabled){background:var(--color-terracotta-100)!important;border-color:rgba(var(--terracotta-rgb) / .4)!important}.editor-main{display:flex;gap:0;flex:1;min-width:0;min-height:0;overflow:hidden}.editor-stage-col{flex:1;min-width:0;min-height:0;display:flex;flex-direction:column;gap:10px;padding:16px 12px 0 0;overflow:hidden}.sidebar-warning{margin:0;align-self:flex-start;font-size:12px;font-weight:600;color:var(--action-primary-hover);background:var(--color-terracotta-100);border:none;border-radius:var(--radius-pill);padding:5px 14px}.sidebar-success{margin:0;align-self:flex-start;font-size:12px;font-weight:600;color:var(--feedback-success-text);background:var(--feedback-success-bg);border:none;border-radius:var(--radius-pill);padding:5px 14px}.spread-stage{flex:1;width:100%;min-width:0;display:flex;gap:0;align-items:center;justify-content:center;min-height:0;padding:0 6px}.spread-book{flex:1 1 0;min-width:0;min-height:0;display:flex;align-items:stretch;aspect-ratio:var(--page-ratio, 1.4189);background:#fff;box-shadow:var(--shadow-lg)}.spread-book-left{border:1px solid var(--border-default);border-right:none;border-radius:4px 0 0 4px}.spread-book-right{border:1px solid var(--border-default);border-left:none;border-radius:0 4px 4px 0}.spread-book-solo{border:1px solid var(--border-default);border-radius:4px}.spread-gutter{width:10px;min-height:0;background:linear-gradient(to right,rgba(var(--shadow-color) / .22),rgba(var(--shadow-color) / .06) 40%,rgba(var(--shadow-color) / .06) 60%,rgba(var(--shadow-color) / .22))}.spread-page{flex:1;min-width:0;min-height:0;display:flex}.spread-blank{width:100%;min-height:0;border:none;border-radius:0;background:#fff;color:var(--text-muted);display:flex;align-items:center;justify-content:center;font-size:13px;font-family:Work Sans,sans-serif;cursor:pointer}.spread-blank.is-active{border-color:var(--action-primary)}.canvas-wrap{flex:1;width:100%;height:100%;display:flex;align-items:center;justify-content:center;outline:none;position:relative;overflow:hidden}.canvas-wrap canvas{background:#fff;box-shadow:none;border-radius:0;touch-action:none;max-width:100%;max-height:100%}.canvas-overlay{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);pointer-events:none;z-index:4}.canvas-zoom-control{position:absolute;transform:translate(-50%);display:inline-flex;align-items:center;gap:8px;padding:7px 10px;border-radius:var(--radius-pill);background:#fffffffa;border:1px solid var(--border-default);box-shadow:var(--shadow-md);pointer-events:auto}.canvas-global-warning{position:absolute;right:10px;top:10px;display:inline-flex;align-items:center;gap:8px;max-width:320px;padding:7px 10px;border-radius:var(--radius-sm);border:1px solid rgba(var(--terracotta-rgb) / .38);background:#fff5f0fa;box-shadow:var(--shadow-sm);pointer-events:auto}.canvas-global-warning-icon{width:16px;height:16px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:var(--action-primary);background:rgba(var(--terracotta-rgb) / .18);border:1px solid rgba(var(--terracotta-rgb) / .35)}.canvas-global-warning-text{font-size:11px;line-height:1.25;font-family:Work Sans,sans-serif;color:var(--action-primary-active)}.canvas-zoom-end{font-size:11px;font-family:Work Sans,sans-serif;color:var(--text-muted);min-width:34px;text-align:center}.canvas-zoom-control input[type=range]{width:170px;accent-color:var(--action-primary)}.canvas-zoom-range-wrap{position:relative;width:170px;height:22px;display:flex;align-items:center}.canvas-zoom-range-wrap input[type=range]{width:100%}.canvas-zoom-dot{position:absolute;top:50%;width:8px;height:8px;border-radius:50%;background:var(--action-primary);border:1px solid #fff;box-shadow:0 0 0 1px rgba(var(--shadow-color) / .22);transform:translate(-50%,-50%);pointer-events:none}.canvas-zoom-step{width:22px;height:22px;border-radius:50%;border:1px solid var(--border-strong);background:var(--surface-card);font-size:14px;line-height:1;color:var(--text-primary);transition:background var(--ease-standard) .15s}.canvas-zoom-step:hover{background:var(--surface-sunken)}.canvas-dpi-pill{font-size:11px;font-weight:700;font-family:Work Sans,sans-serif;border-radius:var(--radius-pill);padding:3px 8px;border:1px solid transparent}.canvas-dpi-pill.is-ok{color:var(--feedback-success-text);background:var(--feedback-success-bg);border-color:#64795d52}.canvas-dpi-pill.is-warn{color:var(--action-primary);background:var(--color-terracotta-100);border-color:rgba(var(--terracotta-rgb) / .32)}.cover-overlay-input{position:absolute;left:50%;transform:translate(-50%);border:1px solid transparent;border-radius:6px;padding:4px 8px;text-align:center;background:transparent;color:var(--text-primary);z-index:3;resize:none;overflow:hidden;line-height:1.18;font-family:Work Sans,sans-serif}.cover-overlay-input:focus{outline:none;border-color:var(--action-primary);background:#ffffffe6}.cover-overlay-title{font-family:Playfair Display,serif;font-size:28px;font-weight:600}.cover-overlay-subtitle{font-family:Playfair Display,serif;font-size:14px;font-weight:400}.cover-overlay-divider{position:absolute;left:50%;transform:translate(-50%);border-top:1px solid rgba(var(--shadow-color) / .42);z-index:2}.editor-rotate-gate{display:none}@media (max-width: 860px) and (orientation: portrait){.editor-rotate-gate{display:flex;position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:40px;text-align:center;background:var(--surface-canvas)}.editor-rotate-gate-icon{font-size:44px;line-height:1;animation:editor-rotate-hint 1.8s ease-in-out infinite}.editor-rotate-gate h2{font-family:Playfair Display,serif;font-size:1.3rem;color:var(--text-primary);margin:0}.editor-rotate-gate p{font-family:Work Sans,sans-serif;font-size:14px;color:var(--text-secondary);margin:0;max-width:30ch}}@keyframes editor-rotate-hint{0%,to{transform:rotate(0)}50%{transform:rotate(90deg)}}.page-strip{display:flex;gap:10px;padding:12px 4px;border-top:1px solid var(--border-default);overflow-x:auto;flex-shrink:0}.page-thumb{display:flex;flex-direction:column;align-items:center;gap:4px;padding:4px;border-radius:var(--radius-sm);border:2px solid transparent;background:transparent;cursor:pointer;transition:border-color var(--ease-standard) .15s,background var(--ease-standard) .15s}.page-thumb:hover{background:var(--surface-sunken)}.page-thumb-spread{padding:4px 6px}.page-thumb.is-active{border-color:var(--action-primary)}.thumb-canvas{width:88px;height:60px;background:var(--surface-canvas);border:1px solid var(--border-default);position:relative;overflow:hidden}.thumb-canvas-cover{width:92px}.thumb-spread{display:flex;gap:2px}.thumb-canvas-spread{width:54px}.thumb-canvas-left,.thumb-canvas-right{background:#fff}.thumb-slot{position:absolute;background-size:cover;background-position:center;background-color:var(--surface-accent);border:1px solid rgba(var(--shadow-color) / .1)}.thumb-label{font-size:11px;font-family:Work Sans,sans-serif;color:var(--text-muted)}.tray{width:320px;flex-shrink:0;border-left:1px solid var(--border-default);background:var(--surface-card);display:flex;flex-direction:column;min-height:0;min-width:0}.tray-header{padding:16px;border-bottom:1px solid var(--border-default)}.tray-header-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.tray-header h3{font-family:Work Sans,sans-serif;font-weight:700;font-size:16px;color:var(--text-primary);margin:0}.tray-hint{font-size:13px;font-family:Work Sans,sans-serif;color:var(--text-muted);margin:6px 0 0}.tray-date{font-size:12px;font-family:Work Sans,sans-serif;color:var(--text-primary);margin:8px 0 0;font-weight:700}.tray-grid{padding:12px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:102px;gap:10px;overflow-y:auto;align-content:start}.tray-item{position:relative;border-radius:var(--radius-md);overflow:hidden;border:2px solid transparent;cursor:grab;box-shadow:var(--shadow-sm);transition:box-shadow var(--ease-standard) .15s}.tray-item:hover{box-shadow:var(--shadow-md)}.tray-item img{width:100%;height:100%;object-fit:contain;display:block;background:var(--surface-sunken);pointer-events:none}.tray-item.is-used{opacity:.55}.tray-item-date{position:absolute;left:4px;right:4px;bottom:4px;font-size:10px;font-family:Work Sans,sans-serif;line-height:1.1;color:#fff;background:rgba(var(--shadow-color) / .78);border-radius:4px;padding:2px 4px;text-align:center}.tray-item.is-pending{border-color:var(--action-primary);box-shadow:0 0 0 3px rgba(var(--terracotta-rgb) / .2)}.tray-item .badge{position:absolute;top:4px;left:4px;background:rgba(var(--shadow-color) / .75);color:#fff;font-size:10px;font-family:Work Sans,sans-serif;padding:2px 6px;border-radius:4px}.tray-mobile-handle{display:none}@media (max-width: 860px){.books-card:has(.editor-container) .phase-nav{display:none}.editor-container{grid-row:2}.editor-container{flex-direction:row}.editor-header{flex-direction:column;align-items:center;justify-content:flex-start;width:44px;height:100%;flex-shrink:0;gap:8px;padding:8px 0;border-bottom:none;border-right:1px solid var(--border-default);overflow-y:auto}.editor-title{display:none}.editor-controls{flex-direction:column;gap:8px}.editor-icon-btn{width:34px;height:34px}.editor-save-btn{width:34px;height:34px;min-width:0;padding:0!important;font-size:15px}.editor-stage-col{flex-direction:row;flex:1;min-width:0;min-height:0;gap:6px;padding:8px}.sidebar-warning,.sidebar-success{display:none}.spread-book-solo{flex:0 0 auto;height:100%;width:auto;max-width:100%}.page-strip{flex-direction:column;width:58px;height:100%;flex-shrink:0;overflow-x:hidden;overflow-y:auto;padding:4px;gap:8px;border-top:none;border-left:1px solid var(--border-default)}.thumb-canvas{width:50px;height:34px}.thumb-canvas-cover{width:52px}.thumb-canvas-spread{width:32px}.thumb-label{font-size:9px}.tray{display:grid;grid-template-columns:40px 1fr;grid-template-rows:auto 1fr;grid-template-areas:"handle header" "handle grid";position:fixed;top:0;right:0;bottom:0;left:auto;width:min(80vw,300px);height:100%;border-left:1px solid var(--border-default);border-top:none;border-radius:16px 0 0 16px;box-shadow:-8px 0 24px #3e363233;transform:translate(calc(100% - 40px));transition:transform .25s ease;z-index:25}.tray.is-open{transform:translate(0)}.tray-mobile-handle{grid-area:handle;display:flex;writing-mode:vertical-rl;align-items:center;justify-content:flex-end;gap:10px;width:40px;height:100%;padding:16px 0;border:none;border-right:1px solid var(--border-default);border-radius:16px 0 0 16px;background:var(--surface-card);color:var(--text-primary);font-family:Work Sans,sans-serif;font-weight:700;font-size:13px;cursor:pointer}.tray-mobile-handle-chevron{font-size:12px;color:var(--text-muted)}.tray-header{grid-area:header;padding:14px 14px 10px}.tray-grid{grid-area:grid;min-height:0;grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:96px}.books-page:has(.editor-container){height:100dvh;padding:8px}.books-card:has(.editor-container){padding:8px;border-radius:14px}}.uppy-Root{box-sizing:border-box;color:#333;font-family:-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Segoe UI Symbol,Segoe UI Emoji,Apple Color Emoji,Roboto,Helvetica,Arial,sans-serif;line-height:1;position:relative;text-align:left;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.uppy-Root[dir=rtl],[dir=rtl] .uppy-Root{text-align:right}.uppy-Root *,.uppy-Root :after,.uppy-Root :before{box-sizing:inherit}.uppy-Root [hidden]{display:none}.uppy-u-reset{all:initial;-webkit-appearance:none;-moz-appearance:none;appearance:none;box-sizing:border-box;font-family:-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Segoe UI Symbol,Segoe UI Emoji,Apple Color Emoji,Roboto,Helvetica,Arial,sans-serif;line-height:1}[dir=rtl] .uppy-u-reset{text-align:right}.uppy-c-textInput{background-color:#fff;border:1px solid #ddd;border-radius:4px;font-family:inherit;font-size:14px;line-height:1.5;padding:6px 8px}.uppy-size--md .uppy-c-textInput{padding:8px 10px}.uppy-c-textInput:focus{border-color:#1269cf99;box-shadow:0 0 0 3px #1269cf26;outline:none}[data-uppy-theme=dark] .uppy-c-textInput{background-color:#333;border-color:#333;color:#eaeaea}[data-uppy-theme=dark] .uppy-c-textInput:focus{border-color:#525252;box-shadow:none}.uppy-c-icon{display:inline-block;max-height:100%;max-width:100%;overflow:hidden;fill:currentColor}.uppy-c-btn{align-items:center;color:inherit;display:inline-flex;font-family:inherit;font-size:inherit;font-weight:500;justify-content:center;line-height:1;transition-duration:.3s;transition-property:background-color,color;-webkit-user-select:none;user-select:none;white-space:nowrap}.uppy-c-btn,[dir=rtl] .uppy-c-btn{text-align:center}.uppy-c-btn:not(:disabled):not(.disabled){cursor:pointer}.uppy-c-btn::-moz-focus-inner{border:0}.uppy-c-btn-primary{background-color:#1269cf;border-radius:4px;color:#fff;font-size:14px;padding:10px 18px}.uppy-c-btn-primary:not(:disabled):hover{background-color:#0e51a0}.uppy-c-btn-primary:focus{box-shadow:0 0 0 3px #1269cf66;outline:none}.uppy-size--md .uppy-c-btn-primary{padding:13px 22px}[data-uppy-theme=dark] .uppy-c-btn-primary{color:#eaeaea}[data-uppy-theme=dark] .uppy-c-btn-primary:focus{outline:none}[data-uppy-theme=dark] .uppy-c-btn-primary::-moz-focus-inner{border:0}[data-uppy-theme=dark] .uppy-c-btn-primary:focus{box-shadow:0 0 0 2px #aae1ffd9}.uppy-c-btn-primary.uppy-c-btn--disabled{background-color:#8eb2db}.uppy-c-btn-link{background-color:initial;border-radius:4px;color:#525252;font-size:14px;line-height:1;padding:10px 15px}.uppy-c-btn-link:hover{color:#333}.uppy-c-btn-link:focus{box-shadow:0 0 0 3px #1269cf40;outline:none}.uppy-size--md .uppy-c-btn-link{padding:13px 18px}[data-uppy-theme=dark] .uppy-c-btn-link{color:#eaeaea}[data-uppy-theme=dark] .uppy-c-btn-link:focus{outline:none}[data-uppy-theme=dark] .uppy-c-btn-link::-moz-focus-inner{border:0}[data-uppy-theme=dark] .uppy-c-btn-link:focus{box-shadow:0 0 0 2px #aae1ffd9}[data-uppy-theme=dark] .uppy-c-btn-link:hover{color:#939393}.uppy-Informer{bottom:60px;left:0;position:absolute;right:0;text-align:center;z-index:1005}.uppy-Informer span>div{margin-bottom:6px}.uppy-Informer-animated{opacity:0;transform:translateY(350%);transition:all .3s ease-in;z-index:-1000}.uppy-Informer p{background-color:#757575;border-radius:18px;color:#fff;display:inline-block;font-size:12px;font-weight:400;line-height:1.4;margin:0;max-width:90%;padding:6px 15px}.uppy-size--md .uppy-Informer p{font-size:14px;line-height:1.3;max-width:500px;padding:10px 20px}[data-uppy-theme=dark] .uppy-Informer p{background-color:#333}.uppy-Informer p span{background-color:#fff;border-radius:50%;color:#525252;display:inline-block;font-size:10px;height:13px;inset-inline-start:3px;line-height:12px;margin-inline-start:-1px;position:relative;top:-1px;vertical-align:middle;width:13px}.uppy-Informer p span:hover{cursor:help}.uppy-Informer p span:after{line-height:1.3;word-wrap:break-word}.uppy-Root [aria-label][role~=tooltip]{position:relative}.uppy-Root [aria-label][role~=tooltip]:after,.uppy-Root [aria-label][role~=tooltip]:before{-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box;opacity:0;pointer-events:none;position:absolute;transform:translateZ(0);transform-origin:top;transition:all var(--microtip-transition-duration,.18s) var(--microtip-transition-easing,ease-in-out) var(--microtip-transition-delay,0s);will-change:transform;z-index:10}.uppy-Root [aria-label][role~=tooltip]:before{background-size:100% auto!important;content:""}.uppy-Root [aria-label][role~=tooltip]:after{background:#111111e6;border-radius:4px;box-sizing:initial;color:#fff;content:attr(aria-label);font-size:var(--microtip-font-size,13px);font-weight:var(--microtip-font-weight,normal);padding:.5em 1em;text-transform:var(--microtip-text-transform,none);white-space:nowrap}.uppy-Root [aria-label][role~=tooltip]:focus:after,.uppy-Root [aria-label][role~=tooltip]:focus:before,.uppy-Root [aria-label][role~=tooltip]:hover:after,.uppy-Root [aria-label][role~=tooltip]:hover:before{opacity:1;pointer-events:auto}.uppy-Root [role~=tooltip][data-microtip-position|=top]:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='12'%3E%3Cpath fill='rgba(17, 17, 17, 0.9)' d='M2.658 0h32.004c-6 0-11.627 12.002-16.002 12.002S8.594 0 2.658 0'/%3E%3C/svg%3E") no-repeat;bottom:100%;height:6px;left:50%;margin-bottom:5px;transform:translate3d(-50%,0,0);width:18px}.uppy-Root [role~=tooltip][data-microtip-position|=top]:after{bottom:100%;left:50%;margin-bottom:11px;transform:translate3d(-50%,0,0)}.uppy-Root [role~=tooltip][data-microtip-position=top]:hover:after,.uppy-Root [role~=tooltip][data-microtip-position|=top]:hover:before{transform:translate3d(-50%,-5px,0)}.uppy-Root [role~=tooltip][data-microtip-position=top-left]:after{bottom:100%;transform:translate3d(calc(-100% + 16px),0,0)}.uppy-Root [role~=tooltip][data-microtip-position=top-left]:hover:after{transform:translate3d(calc(-100% + 16px),-5px,0)}.uppy-Root [role~=tooltip][data-microtip-position=top-right]:after{bottom:100%;transform:translate3d(-16px,0,0)}.uppy-Root [role~=tooltip][data-microtip-position=top-right]:hover:after{transform:translate3d(-16px,-5px,0)}.uppy-Root [role~=tooltip][data-microtip-position|=bottom]:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='12'%3E%3Cpath fill='rgba(17, 17, 17, 0.9)' d='M33.342 12H1.338c6 0 11.627-12.002 16.002-12.002S27.406 12 33.342 12'/%3E%3C/svg%3E") no-repeat;bottom:auto;height:6px;left:50%;margin-bottom:0;margin-top:5px;top:100%;transform:translate3d(-50%,-10px,0);width:18px}.uppy-Root [role~=tooltip][data-microtip-position|=bottom]:after{left:50%;margin-top:11px;top:100%;transform:translate3d(-50%,-10px,0)}.uppy-Root [role~=tooltip][data-microtip-position=bottom]:hover:after,.uppy-Root [role~=tooltip][data-microtip-position|=bottom]:hover:before{transform:translate3d(-50%,0,0)}.uppy-Root [role~=tooltip][data-microtip-position=bottom-left]:after{top:100%;transform:translate3d(calc(-100% + 16px),-10px,0)}.uppy-Root [role~=tooltip][data-microtip-position=bottom-left]:hover:after{transform:translate3d(calc(-100% + 16px),0,0)}.uppy-Root [role~=tooltip][data-microtip-position=bottom-right]:after{top:100%;transform:translate3d(-16px,-10px,0)}.uppy-Root [role~=tooltip][data-microtip-position=bottom-right]:hover:after{transform:translate3d(-16px,0,0)}.uppy-Root [role~=tooltip][data-microtip-position=left]:after,.uppy-Root [role~=tooltip][data-microtip-position=left]:before{bottom:auto;left:auto;right:100%;top:50%;transform:translate3d(10px,-50%,0)}.uppy-Root [role~=tooltip][data-microtip-position=left]:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='36'%3E%3Cpath fill='rgba(17, 17, 17, 0.9)' d='M0 33.342V1.338c0 6 12.002 11.627 12.002 16.002S0 27.406 0 33.342'/%3E%3C/svg%3E") no-repeat;height:18px;margin-bottom:0;margin-right:5px;width:6px}.uppy-Root [role~=tooltip][data-microtip-position=left]:after{margin-right:11px}.uppy-Root [role~=tooltip][data-microtip-position=left]:hover:after,.uppy-Root [role~=tooltip][data-microtip-position=left]:hover:before{transform:translate3d(0,-50%,0)}.uppy-Root [role~=tooltip][data-microtip-position=right]:after,.uppy-Root [role~=tooltip][data-microtip-position=right]:before{bottom:auto;left:100%;top:50%;transform:translate3d(-10px,-50%,0)}.uppy-Root [role~=tooltip][data-microtip-position=right]:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='36'%3E%3Cpath fill='rgba(17, 17, 17, 0.9)' d='M12 2.658v32.004c0-6-12.002-11.627-12.002-16.002S12 8.594 12 2.658'/%3E%3C/svg%3E") no-repeat;height:18px;margin-bottom:0;margin-left:5px;width:6px}.uppy-Root [role~=tooltip][data-microtip-position=right]:after{margin-left:11px}.uppy-Root [role~=tooltip][data-microtip-position=right]:hover:after,.uppy-Root [role~=tooltip][data-microtip-position=right]:hover:before{transform:translate3d(0,-50%,0)}.uppy-Root [role~=tooltip][data-microtip-size=small]:after{white-space:normal;width:80px}.uppy-Root [role~=tooltip][data-microtip-size=medium]:after{white-space:normal;width:150px}.uppy-Root [role~=tooltip][data-microtip-size=large]:after{white-space:normal;width:260px}.uppy-StatusBar{background-color:#fff;color:#fff;display:flex;font-size:12px;font-weight:400;height:46px;line-height:40px;position:relative;transition:height .2s;z-index:1001}[data-uppy-theme=dark] .uppy-StatusBar{background-color:#1f1f1f}.uppy-StatusBar:before{background-color:#eaeaea;bottom:0;content:"";height:2px;left:0;position:absolute;right:0;top:0;width:100%}[data-uppy-theme=dark] .uppy-StatusBar:before{background-color:#757575}.uppy-StatusBar[aria-hidden=true]{height:0;overflow-y:hidden}.uppy-StatusBar.is-complete .uppy-StatusBar-progress{background-color:#1bb240}.uppy-StatusBar.is-error .uppy-StatusBar-progress{background-color:#e32437}.uppy-StatusBar.is-complete .uppy-StatusBar-statusIndicator{color:#1bb240}.uppy-StatusBar.is-error .uppy-StatusBar-statusIndicator{color:#e32437}.uppy-StatusBar:not([aria-hidden=true]).is-waiting{background-color:#fff;border-top:1px solid #eaeaea;height:65px}[data-uppy-theme=dark] .uppy-StatusBar:not([aria-hidden=true]).is-waiting{background-color:#1f1f1f;border-top:1px solid #333}.uppy-StatusBar-progress{background-color:#1269cf;height:2px;position:absolute;transition:background-color,width .3s ease-out;z-index:1001}.uppy-StatusBar-progress.is-indeterminate{animation:uppy-StatusBar-ProgressStripes 1s linear infinite;background-image:linear-gradient(45deg,#0000004d 25%,#0000 0,#0000 50%,#0000004d 0,#0000004d 75%,#0000 0,#0000);background-size:64px 64px}@keyframes uppy-StatusBar-ProgressStripes{0%{background-position:0 0}to{background-position:64px 0}}.uppy-StatusBar.is-postprocessing .uppy-StatusBar-progress,.uppy-StatusBar.is-preprocessing .uppy-StatusBar-progress{background-color:#f6a623}.uppy-StatusBar.is-waiting .uppy-StatusBar-progress{display:none}.uppy-StatusBar-content{align-items:center;color:#333;display:flex;height:100%;padding-inline-start:10px;position:relative;text-overflow:ellipsis;white-space:nowrap;z-index:1002}.uppy-size--md .uppy-StatusBar-content{padding-inline-start:15px}[data-uppy-theme=dark] .uppy-StatusBar-content{color:#eaeaea}.uppy-StatusBar-status{display:flex;flex-direction:column;font-weight:400;justify-content:center;line-height:1.4;padding-inline-end:.3em}.uppy-StatusBar-statusPrimary{display:flex;font-weight:500;line-height:1}.uppy-StatusBar-statusPrimary button.uppy-StatusBar-details{margin-left:5px}[data-uppy-theme=dark] .uppy-StatusBar-statusPrimary{color:#eaeaea}.uppy-StatusBar-statusSecondary{color:#757575;display:inline-block;font-size:11px;line-height:1.2;margin-top:1px;white-space:nowrap}[data-uppy-theme=dark] .uppy-StatusBar-statusSecondary{color:#bbb}.uppy-StatusBar-statusSecondaryHint{display:inline-block;line-height:1;margin-inline-end:5px;vertical-align:middle}.uppy-size--md .uppy-StatusBar-statusSecondaryHint{margin-inline-end:8px}.uppy-StatusBar-statusIndicator{color:#525252;margin-inline-end:7px;position:relative;top:1px}.uppy-StatusBar-statusIndicator svg{vertical-align:text-bottom}.uppy-StatusBar-actions{align-items:center;bottom:0;display:flex;inset-inline-end:10px;position:absolute;top:0;z-index:1004}.uppy-StatusBar.is-waiting .uppy-StatusBar-actions{background-color:#fafafa;height:100%;padding:0 15px;position:static;width:100%}[data-uppy-theme=dark] .uppy-StatusBar.is-waiting .uppy-StatusBar-actions{background-color:#1f1f1f}.uppy-StatusBar:not([aria-hidden=true]).is-waiting.has-ghosts{flex-direction:column;height:90px}.uppy-size--md .uppy-StatusBar:not([aria-hidden=true]).is-waiting.has-ghosts{flex-direction:row;height:65px}.uppy-StatusBar:not([aria-hidden=true]).is-waiting.has-ghosts .uppy-StatusBar-actions{flex-direction:column;justify-content:center}.uppy-size--md .uppy-StatusBar:not([aria-hidden=true]).is-waiting.has-ghosts .uppy-StatusBar-actions{flex-direction:row;justify-content:normal}.uppy-StatusBar-actionCircleBtn{cursor:pointer;line-height:1;margin:3px;opacity:.9}.uppy-StatusBar-actionCircleBtn:focus{outline:none}.uppy-StatusBar-actionCircleBtn::-moz-focus-inner{border:0}.uppy-StatusBar-actionCircleBtn:focus{box-shadow:0 0 0 3px #1269cf80}[data-uppy-theme=dark] .uppy-StatusBar-actionCircleBtn:focus{outline:none}[data-uppy-theme=dark] .uppy-StatusBar-actionCircleBtn::-moz-focus-inner{border:0}[data-uppy-theme=dark] .uppy-StatusBar-actionCircleBtn:focus{box-shadow:0 0 0 2px #aae1ffd9}.uppy-StatusBar-actionCircleBtn:hover{opacity:1}.uppy-StatusBar-actionCircleBtn:focus{border-radius:50%}.uppy-StatusBar-actionCircleBtn svg{vertical-align:bottom}.uppy-StatusBar-actionBtn{color:#1269cf;display:inline-block;font-size:10px;line-height:inherit;vertical-align:middle}.uppy-size--md .uppy-StatusBar-actionBtn{font-size:11px}.uppy-StatusBar-actionBtn--disabled{opacity:.4}[data-uppy-theme=dark] .uppy-StatusBar-actionBtn--disabled{opacity:.7}.uppy-StatusBar-actionBtn--retry{background-color:#ff4b23;border-radius:8px;color:#fff;height:16px;line-height:1;margin-inline-end:6px;padding:1px 6px 3px 18px;position:relative}.uppy-StatusBar-actionBtn--retry:focus{outline:none}.uppy-StatusBar-actionBtn--retry::-moz-focus-inner{border:0}.uppy-StatusBar-actionBtn--retry:focus{box-shadow:0 0 0 3px #1269cf80}[data-uppy-theme=dark] .uppy-StatusBar-actionBtn--retry:focus{outline:none}[data-uppy-theme=dark] .uppy-StatusBar-actionBtn--retry::-moz-focus-inner{border:0}[data-uppy-theme=dark] .uppy-StatusBar-actionBtn--retry:focus{box-shadow:0 0 0 2px #aae1ffd9}.uppy-StatusBar-actionBtn--retry:hover{background-color:#f92d00}.uppy-StatusBar-actionBtn--retry svg{inset-inline-start:6px;position:absolute;top:3px}.uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload{background-color:#1bb240;color:#fff;font-size:14px;line-height:1;padding:15px 10px;width:100%}.uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload:hover{background-color:#189c38}[data-uppy-theme=dark] .uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload{background-color:#1c8b37}[data-uppy-theme=dark] .uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload:hover{background-color:#18762f}.uppy-size--md .uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload{padding:13px 22px;width:auto}.uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload.uppy-StatusBar-actionBtn--disabled:hover{background-color:#1bb240;cursor:not-allowed}[data-uppy-theme=dark] .uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload.uppy-StatusBar-actionBtn--disabled:hover{background-color:#1c8b37}.uppy-StatusBar:not(.is-waiting) .uppy-StatusBar-actionBtn--upload{background-color:initial;color:#1269cf}.uppy-StatusBar-actionBtn--uploadNewlyAdded{border-radius:3px;padding-inline-end:3px;padding-bottom:1px;padding-inline-start:3px}.uppy-StatusBar-actionBtn--uploadNewlyAdded:focus{outline:none}.uppy-StatusBar-actionBtn--uploadNewlyAdded::-moz-focus-inner{border:0}.uppy-StatusBar-actionBtn--uploadNewlyAdded:focus{box-shadow:0 0 0 3px #1269cf80}[data-uppy-theme=dark] .uppy-StatusBar-actionBtn--uploadNewlyAdded:focus{outline:none}[data-uppy-theme=dark] .uppy-StatusBar-actionBtn--uploadNewlyAdded::-moz-focus-inner{border:0}[data-uppy-theme=dark] .uppy-StatusBar-actionBtn--uploadNewlyAdded:focus{box-shadow:0 0 0 2px #aae1ffd9}.uppy-StatusBar.is-postprocessing .uppy-StatusBar-actionBtn--uploadNewlyAdded,.uppy-StatusBar.is-preprocessing .uppy-StatusBar-actionBtn--uploadNewlyAdded{display:none}.uppy-StatusBar-actionBtn--done{border-radius:3px;line-height:1;padding:7px 8px}.uppy-StatusBar-actionBtn--done:focus{outline:none}.uppy-StatusBar-actionBtn--done::-moz-focus-inner{border:0}.uppy-StatusBar-actionBtn--done:hover{color:#0e51a0}.uppy-StatusBar-actionBtn--done:focus{background-color:#dfe6f1}[data-uppy-theme=dark] .uppy-StatusBar-actionBtn--done:focus{background-color:#333}[data-uppy-theme=dark] .uppy-StatusBar-actionBtn--done{color:#02baf2}.uppy-size--md .uppy-StatusBar-actionBtn--done{font-size:14px}.uppy-StatusBar-serviceMsg{color:#000;font-size:11px;line-height:1.1;padding-left:10px}.uppy-size--md .uppy-StatusBar-serviceMsg{font-size:14px;padding-left:15px}[data-uppy-theme=dark] .uppy-StatusBar-serviceMsg{color:#eaeaea}.uppy-StatusBar-serviceMsg-ghostsIcon{left:6px;opacity:.5;position:relative;top:2px;vertical-align:text-bottom;width:10px}.uppy-size--md .uppy-StatusBar-serviceMsg-ghostsIcon{left:10px;top:1px;width:15px}.uppy-StatusBar-details{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#939393;border-radius:50%;color:#fff;cursor:help;display:inline-block;font-size:10px;font-weight:600;height:13px;inset-inline-start:2px;line-height:12px;position:relative;text-align:center;top:0;vertical-align:middle;width:13px}.uppy-StatusBar-details:after{line-height:1.3;word-wrap:break-word}.uppy-StatusBar-spinner{animation-duration:1s;animation-iteration-count:infinite;animation-name:uppy-StatusBar-spinnerAnimation;animation-timing-function:linear;fill:#1269cf;margin-inline-end:10px}.uppy-StatusBar.is-postprocessing .uppy-StatusBar-spinner,.uppy-StatusBar.is-preprocessing .uppy-StatusBar-spinner{fill:#f6a623}@keyframes uppy-StatusBar-spinnerAnimation{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.uppy-ProviderBrowser-viewType--grid ul.uppy-ProviderBrowser-list,.uppy-ProviderBrowser-viewType--unsplash ul.uppy-ProviderBrowser-list{align-items:flex-start;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;padding:6px}.uppy-ProviderBrowser-viewType--grid ul.uppy-ProviderBrowser-list:after,.uppy-ProviderBrowser-viewType--unsplash ul.uppy-ProviderBrowser-list:after{content:"";flex:auto}.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem,.uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem{margin:0;position:relative;width:50%}.uppy-size--md .uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem,.uppy-size--md .uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem{width:33.3333%}.uppy-size--lg .uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem,.uppy-size--lg .uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem{width:25%}.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem:before,.uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem:before{content:"";display:block;padding-top:100%}.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--selected img,.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--selected svg,.uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem--selected img,.uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem--selected svg{opacity:.85}.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--disabled,.uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem--disabled{opacity:.5}.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--noPreview .uppy-ProviderBrowserItem-inner,.uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem--noPreview .uppy-ProviderBrowserItem-inner{background-color:#93939333}[data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--noPreview .uppy-ProviderBrowserItem-inner,[data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem--noPreview .uppy-ProviderBrowserItem-inner{background-color:#eaeaea33}.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--noPreview svg,.uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem--noPreview svg{height:30%;width:30%;fill:#000000b3}[data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--noPreview svg,[data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem--noPreview svg{fill:#fffc}.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-inner,.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-inner{border-radius:4px;bottom:7px;height:calc(100% - 14px);left:7px;overflow:hidden;position:absolute;right:7px;text-align:center;top:7px;width:calc(100% - 14px)}@media (hover:none){.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-inner .uppy-ProviderBrowserItem-author,.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-inner .uppy-ProviderBrowserItem-author{display:block}}[data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-inner,[data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-inner{box-shadow:0 0 0 3px #aae1ffb3}.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-inner img,.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-inner img{border-radius:4px;height:100%;object-fit:cover;width:100%}.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-author,.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-author{background:#0000004d;bottom:0;color:#fff;display:none;font-size:12px;font-weight:500;left:0;margin:0;padding:5px;position:absolute;text-decoration:none;width:100%}.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-author:hover,.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-author:hover{background:#0006;text-decoration:underline}.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox,.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox{background-color:#1269cf;border-radius:50%;height:26px;opacity:0;position:absolute;right:16px;top:16px;width:26px;z-index:1002}.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox:after,.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox:after{height:7px;inset-inline-start:7px;top:8px;width:12px}.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem--is-checked .uppy-ProviderBrowserItem-checkbox,.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem--is-checked .uppy-ProviderBrowserItem-checkbox{opacity:1}.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox--grid:focus+label .uppy-ProviderBrowserItem-author,.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox--grid:hover+label .uppy-ProviderBrowserItem-author,.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox--grid:focus+label .uppy-ProviderBrowserItem-author,.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox--grid:hover+label .uppy-ProviderBrowserItem-author{display:block}.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox--grid:focus+label,.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox--grid:focus+label{box-shadow:0 0 0 3px #1269cf80}.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox--grid:focus+label:focus,.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox--grid:focus+label:focus{outline:none}.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox--grid:focus+label::-moz-focus-inner,.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox--grid:focus+label::-moz-focus-inner{border:0}.uppy-ProviderBrowser-viewType--list{background-color:#fff}[data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--list{background-color:#1f1f1f}.uppy-ProviderBrowser-viewType--list li.uppy-ProviderBrowserItem{align-items:center;display:flex;margin:0;padding:7px 15px}[data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--list li.uppy-ProviderBrowserItem{color:#eaeaea}.uppy-ProviderBrowser-viewType--list li.uppy-ProviderBrowserItem--disabled{opacity:.6}.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox{background-color:#fff;border:1px solid #cfcfcf;border-radius:3px;height:17px;margin-inline-end:15px;width:17px}.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox:focus{border:1px solid #1269cf;box-shadow:0 0 0 3px #1269cf40;outline:none}.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox:after{height:5px;inset-inline-start:3px;opacity:0;top:4px;width:9px}[data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox:focus{border-color:#02baf2b3;box-shadow:0 0 0 3px #02baf233}.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem--is-checked .uppy-ProviderBrowserItem-checkbox,.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem--is-partial .uppy-ProviderBrowserItem-checkbox{background-color:#1269cf;border-color:#1269cf}.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem--is-checked .uppy-ProviderBrowserItem-checkbox:after,.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem--is-partial .uppy-ProviderBrowserItem-checkbox:after{opacity:1}.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner{align-items:center;color:inherit;display:flex;font-family:-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Segoe UI Symbol,Segoe UI Emoji,Apple Color Emoji,Roboto,Helvetica,Arial,sans-serif;overflow:hidden;padding:2px;text-overflow:ellipsis;white-space:nowrap}.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner:focus{outline:none;text-decoration:underline}.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner img,.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner svg{margin-inline-end:8px}.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner span{line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem--disabled .uppy-ProviderBrowserItem-inner{cursor:default}.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-iconWrap{margin-inline-end:7px;width:20px}.uppy-ProviderBrowserItem-checkbox{cursor:pointer;flex-shrink:0;position:relative}.uppy-ProviderBrowserItem-checkbox:disabled,.uppy-ProviderBrowserItem-checkbox:disabled:after{cursor:default}[data-uppy-theme=dark] .uppy-ProviderBrowserItem-checkbox{background-color:#1f1f1f;border-color:#939393}[data-uppy-theme=dark] .uppy-ProviderBrowserItem--is-checked .uppy-ProviderBrowserItem-checkbox{background-color:#333}.uppy-ProviderBrowserItem--is-checked .uppy-ProviderBrowserItem-checkbox:after{border-bottom:2px solid #eaeaea;border-left:2px solid #eaeaea;content:"";cursor:pointer;position:absolute;transform:rotate(-45deg)}.uppy-ProviderBrowserItem--is-partial .uppy-ProviderBrowserItem-checkbox:after{background-color:#eaeaea!important;content:""!important;height:2px!important;left:20%!important;position:absolute!important;right:20%!important;top:50%!important;transform:translateY(-50%)!important}.uppy-SearchProvider{align-items:center;display:flex;flex:1;flex-direction:column;height:100%;justify-content:center;width:100%}[data-uppy-theme=dark] .uppy-SearchProvider{background-color:#1f1f1f}.uppy-SearchProvider-input{margin-bottom:15px;max-width:650px;width:90%}.uppy-size--md .uppy-SearchProvider-input{margin-bottom:20px}.uppy-SearchProvider-input::-webkit-search-cancel-button{display:none}.uppy-SearchProvider-searchButton{padding:13px 25px}.uppy-size--md .uppy-SearchProvider-searchButton{padding:13px 30px}.uppy-DashboardContent-panelBody{align-items:center;display:flex;flex:1;justify-content:center}[data-uppy-theme=dark] .uppy-DashboardContent-panelBody{background-color:#1f1f1f}.uppy-Provider-auth,.uppy-Provider-empty,.uppy-Provider-error,.uppy-Provider-loading{align-items:center;color:#939393;display:flex;flex:1;flex-flow:column wrap;justify-content:center}.uppy-Provider-empty{color:#939393}.uppy-Provider-authIcon svg{height:75px;width:100px}.uppy-Provider-authTitle{color:#757575;font-size:17px;font-weight:400;line-height:1.4;margin-bottom:30px;max-width:500px;padding:0 15px;text-align:center}.uppy-size--md .uppy-Provider-authTitle{font-size:20px}[data-uppy-theme=dark] .uppy-Provider-authTitle{color:#cfcfcf}.uppy-Provider-btn-google{align-items:center;background:#4285f4;display:flex;padding:8px 12px!important}.uppy-Provider-btn-google:hover{background-color:#1266f1}.uppy-Provider-btn-google:focus{box-shadow:0 0 0 3px #4285f466;outline:none}.uppy-Provider-btn-google svg{margin-right:8px}.uppy-Provider-breadcrumbs{color:#525252;flex:1;font-size:12px;margin-bottom:10px;text-align:start}.uppy-size--md .uppy-Provider-breadcrumbs{margin-bottom:0}[data-uppy-theme=dark] .uppy-Provider-breadcrumbs{color:#eaeaea}.uppy-Provider-breadcrumbsIcon{color:#525252;display:inline-block;line-height:1;margin-inline-end:4px;vertical-align:middle}.uppy-Provider-breadcrumbsIcon svg{height:13px;width:13px;fill:#525252}.uppy-Provider-breadcrumbs button{border-radius:3px;display:inline-block;line-height:inherit;padding:4px}.uppy-Provider-breadcrumbs button:focus{outline:none}.uppy-Provider-breadcrumbs button::-moz-focus-inner{border:0}.uppy-Provider-breadcrumbs button:hover{color:#0e51a0}.uppy-Provider-breadcrumbs button:focus{background-color:#dfe6f1}[data-uppy-theme=dark] .uppy-Provider-breadcrumbs button:focus{background-color:#333}.uppy-Provider-breadcrumbs button:not(:last-of-type){text-decoration:underline}.uppy-Provider-breadcrumbs button:last-of-type{color:#333;cursor:normal;font-weight:500;pointer-events:none}.uppy-Provider-breadcrumbs button:hover{cursor:pointer}[data-uppy-theme=dark] .uppy-Provider-breadcrumbs button{color:#eaeaea}.uppy-ProviderBrowser{display:flex;flex:1;flex-direction:column;font-size:14px;font-weight:400;height:100%}.uppy-ProviderBrowser-user{color:#333;font-weight:500;margin:0 8px 0 0}[data-uppy-theme=dark] .uppy-ProviderBrowser-user{color:#eaeaea}.uppy-ProviderBrowser-user:after{color:#939393;content:"·";font-weight:400;inset-inline-start:4px;position:relative}.uppy-ProviderBrowser-header{border-bottom:1px solid #eaeaea;position:relative;z-index:1001}[data-uppy-theme=dark] .uppy-ProviderBrowser-header{border-bottom:1px solid #333}.uppy-ProviderBrowser-headerBar{background-color:#fafafa;color:#757575;font-size:12px;line-height:1.4;padding:7px 15px;z-index:1001}.uppy-size--md .uppy-ProviderBrowser-headerBar{align-items:center;display:flex}[data-uppy-theme=dark] .uppy-ProviderBrowser-headerBar{background-color:#1f1f1f}.uppy-ProviderBrowser-headerBar--simple{display:block;justify-content:center;text-align:center}.uppy-ProviderBrowser-headerBar--simple .uppy-Provider-breadcrumbsWrap{display:inline-block;flex:none;vertical-align:middle}.uppy-ProviderBrowser-searchFilter{align-items:center;display:flex;height:30px;margin-bottom:15px;margin-top:15px;padding-left:8px;padding-right:8px;position:relative;width:100%}.uppy-ProviderBrowser-searchFilterInput{background-color:#eaeaea;border:0;border-radius:4px;color:#333;font-family:-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Segoe UI Symbol,Segoe UI Emoji,Apple Color Emoji,Roboto,Helvetica,Arial,sans-serif;font-size:13px;height:30px;line-height:1.4;outline:0;padding-inline-end:30px;padding-inline-start:30px;width:100%;z-index:1001}.uppy-ProviderBrowser-searchFilterInput::-webkit-search-cancel-button{display:none}[data-uppy-theme=dark] .uppy-ProviderBrowser-searchFilterInput{background-color:#1f1f1f;color:#eaeaea}.uppy-ProviderBrowser-searchFilterInput:focus{background-color:#cfcfcf;border:0}[data-uppy-theme=dark] .uppy-ProviderBrowser-searchFilterInput:focus{background-color:#333}.uppy-ProviderBrowser-searchFilterIcon{color:#757575;height:12px;inset-inline-start:16px;position:absolute;width:12px;z-index:1002}.uppy-ProviderBrowser-searchFilterInput::placeholder{color:#939393;opacity:1}.uppy-ProviderBrowser-searchFilterReset{border-radius:3px;color:#939393;cursor:pointer;height:22px;inset-inline-end:16px;padding:6px;position:absolute;width:22px;z-index:1002}.uppy-ProviderBrowser-searchFilterReset:focus{outline:none}.uppy-ProviderBrowser-searchFilterReset::-moz-focus-inner{border:0}.uppy-ProviderBrowser-searchFilterReset:focus{box-shadow:0 0 0 3px #1269cf80}.uppy-ProviderBrowser-searchFilterReset:hover{color:#757575}.uppy-ProviderBrowser-searchFilterReset svg{vertical-align:text-top}.uppy-ProviderBrowser-userLogout{border-radius:3px;color:#1269cf;cursor:pointer;line-height:inherit;padding:4px}.uppy-ProviderBrowser-userLogout:focus{outline:none}.uppy-ProviderBrowser-userLogout::-moz-focus-inner{border:0}.uppy-ProviderBrowser-userLogout:hover{color:#0e51a0}.uppy-ProviderBrowser-userLogout:focus{background-color:#dfe6f1}[data-uppy-theme=dark] .uppy-ProviderBrowser-userLogout:focus{background-color:#333}.uppy-ProviderBrowser-userLogout:hover{text-decoration:underline}[data-uppy-theme=dark] .uppy-ProviderBrowser-userLogout{color:#eaeaea}.uppy-ProviderBrowser-body{flex:1;position:relative}.uppy-ProviderBrowser-list{background-color:#fff;border-spacing:0;bottom:0;display:block;flex:1;height:100%;left:0;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;right:0;top:0;width:100%;-webkit-overflow-scrolling:touch}[data-uppy-theme=dark] .uppy-ProviderBrowser-list{background-color:#1f1f1f}.uppy-ProviderBrowser-list:focus{outline:none}.uppy-ProviderBrowserItem-inner{cursor:pointer;font-size:13px;font-weight:500}.uppy-ProviderBrowser-footer{align-items:center;background-color:#fff;border-top:1px solid #eaeaea;display:flex;justify-content:space-between;padding:15px}.uppy-ProviderBrowser-footer button{margin-inline-end:8px}[data-uppy-theme=dark] .uppy-ProviderBrowser-footer{background-color:#1f1f1f;border-top:1px solid #333}.uppy-ProviderBrowser-footer-buttons{flex-shrink:0}.uppy-ProviderBrowser-footer-error{color:#e32437;line-height:18px}@media (max-width:426px){.uppy-ProviderBrowser-footer{align-items:stretch;flex-direction:column-reverse}.uppy-ProviderBrowser-footer-error{padding-bottom:10px}}.picker-dialog-bg{z-index:20000!important}.picker-dialog{z-index:20001!important}.uppy-Dashboard-Item-previewInnerWrap{align-items:center;border-radius:3px;box-shadow:0 0 2px #0006;display:flex;flex-direction:column;height:100%;justify-content:center;overflow:hidden;position:relative;width:100%}.uppy-size--md .uppy-Dashboard-Item-previewInnerWrap{box-shadow:0 1px 2px #00000026}.uppy-Dashboard--singleFile .uppy-Dashboard-Item-previewInnerWrap{box-shadow:none}.uppy-Dashboard-Item-previewInnerWrap:after{background-color:#000000a6;bottom:0;content:"";display:none;left:0;position:absolute;right:0;top:0;z-index:1001}.uppy-Dashboard-Item-previewLink{bottom:0;left:0;position:absolute;right:0;top:0;z-index:1002}.uppy-Dashboard-Item-previewLink:focus{box-shadow:inset 0 0 0 3px #579df0}[data-uppy-theme=dark] .uppy-Dashboard-Item-previewLink:focus{box-shadow:inset 0 0 0 3px #016c8d}.uppy-Dashboard-Item-preview img.uppy-Dashboard-Item-previewImg{border-radius:3px;height:100%;object-fit:cover;transform:translateZ(0);width:100%}.uppy-Dashboard--singleFile .uppy-Dashboard-Item-preview img.uppy-Dashboard-Item-previewImg{height:auto;max-height:100%;max-width:100%;object-fit:contain;padding:10px;width:auto}.uppy-Dashboard-Item-progress{color:#fff;left:50%;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%);transition:all .35 ease;width:120px;z-index:1002}.uppy-Dashboard-Item-progressIndicator{color:#fff;display:inline-block;height:38px;opacity:.9;width:38px}.uppy-size--md .uppy-Dashboard-Item-progressIndicator{height:55px;width:55px}button.uppy-Dashboard-Item-progressIndicator{cursor:pointer}button.uppy-Dashboard-Item-progressIndicator:focus{outline:none}button.uppy-Dashboard-Item-progressIndicator::-moz-focus-inner{border:0}button.uppy-Dashboard-Item-progressIndicator:focus .uppy-Dashboard-Item-progressIcon--bg,button.uppy-Dashboard-Item-progressIndicator:focus .uppy-Dashboard-Item-progressIcon--retry{fill:#579df0}.uppy-Dashboard-Item-progressIcon--circle{height:100%;width:100%}.uppy-Dashboard-Item-progressIcon--bg{stroke:#fff6}.uppy-Dashboard-Item-progressIcon--progress{transition:stroke-dashoffset .5s ease-out;stroke:#fff}.uppy-Dashboard-Item-progressIcon--play{transition:all .2s;fill:#fff;stroke:#fff}.uppy-Dashboard-Item-progressIcon--cancel{transition:all .2s;fill:#fff}.uppy-Dashboard-Item-progressIcon--pause{transition:all .2s;fill:#fff;stroke:#fff}.uppy-Dashboard-Item-progressIcon--check{transition:all .2s;fill:#fff}.uppy-Dashboard-Item-progressIcon--retry{fill:#fff}.uppy-Dashboard-Item.is-complete .uppy-Dashboard-Item-progress{inset-inline-end:-8px;inset-inline-start:auto;top:-9px;transform:none;width:auto}.uppy-Dashboard-Item.is-error .uppy-Dashboard-Item-progressIndicator{height:18px;width:18px}.uppy-size--md .uppy-Dashboard-Item.is-error .uppy-Dashboard-Item-progressIndicator{height:28px;width:28px}.uppy-Dashboard-Item.is-complete .uppy-Dashboard-Item-progressIndicator{height:18px;opacity:1;width:18px}.uppy-size--md .uppy-Dashboard-Item.is-complete .uppy-Dashboard-Item-progressIndicator{height:22px;width:22px}.uppy-Dashboard-Item.is-processing .uppy-Dashboard-Item-progress{opacity:0}.uppy-Dashboard-Item-fileInfo{padding-inline-end:5px}.uppy-Dashboard--singleFile .uppy-Dashboard-Item-fileInfo{padding-inline-end:10px}.uppy-size--md.uppy-Dashboard--singleFile .uppy-Dashboard-Item-fileInfo{padding-inline-end:15px}.uppy-Dashboard-Item-name{font-size:12px;font-weight:500;line-height:1.3;margin-bottom:5px;word-wrap:anywhere;word-break:break-all}[data-uppy-theme=dark] .uppy-Dashboard-Item-name{color:#eaeaea}.uppy-size--md.uppy-Dashboard--singleFile .uppy-Dashboard-Item-name{font-size:14px;line-height:1.4}.uppy-Dashboard-Item-fileName{align-items:baseline;display:flex}.uppy-Dashboard-Item-fileName button{margin-left:5px}.uppy-Dashboard-Item-author{color:#757575;display:inline-block;font-size:11px;font-weight:400;line-height:1;margin-bottom:5px;vertical-align:bottom}.uppy-Dashboard-Item-author a{color:#757575}.uppy-Dashboard-Item-status{color:#757575;font-size:11px;font-weight:400;line-height:1}[data-uppy-theme=dark] .uppy-Dashboard-Item-status{color:#bbb}.uppy-Dashboard-Item-statusSize{display:inline-block;margin-bottom:5px;text-transform:uppercase;vertical-align:bottom}.uppy-Dashboard-Item-reSelect{color:#1269cf;font-family:inherit;font-size:inherit;font-weight:600}.uppy-Dashboard-Item-errorMessage{background-color:#fdeff1;color:#a51523;font-size:11px;font-weight:500;line-height:1.3;padding:5px 6px}.uppy-Dashboard-Item-errorMessageBtn{color:#a51523;cursor:pointer;font-size:11px;font-weight:500;text-decoration:underline}.uppy-Dashboard-Item-preview .uppy-Dashboard-Item-errorMessage{display:none}.uppy-size--md .uppy-Dashboard-Item-preview .uppy-Dashboard-Item-errorMessage{border-bottom-left-radius:3px;border-bottom-right-radius:3px;border-top:1px solid #f7c2c8;bottom:0;display:block;left:0;line-height:1.4;padding:6px 8px;position:absolute;right:0}.uppy-Dashboard-Item-fileInfo .uppy-Dashboard-Item-errorMessage{border:1px solid #f7c2c8;border-radius:3px;display:inline-block;position:static}.uppy-size--md .uppy-Dashboard-Item-fileInfo .uppy-Dashboard-Item-errorMessage{display:none}.uppy-Dashboard-Item-action{color:#939393;cursor:pointer}.uppy-Dashboard-Item-action:focus{outline:none}.uppy-Dashboard-Item-action::-moz-focus-inner{border:0}.uppy-Dashboard-Item-action:focus{box-shadow:0 0 0 3px #1269cf80}.uppy-Dashboard-Item-action:hover{color:#1f1f1f;opacity:1}[data-uppy-theme=dark] .uppy-Dashboard-Item-action{color:#cfcfcf}[data-uppy-theme=dark] .uppy-Dashboard-Item-action:focus{outline:none}[data-uppy-theme=dark] .uppy-Dashboard-Item-action::-moz-focus-inner{border:0}[data-uppy-theme=dark] .uppy-Dashboard-Item-action:focus{box-shadow:0 0 0 2px #aae1ffd9}[data-uppy-theme=dark] .uppy-Dashboard-Item-action:hover{color:#eaeaea}.uppy-Dashboard-Item-action--remove{color:#1f1f1f;opacity:.95}.uppy-Dashboard-Item-action--remove:hover{color:#000;opacity:1}.uppy-size--md .uppy-Dashboard-Item-action--remove{height:18px;inset-inline-end:-8px;padding:0;position:absolute;top:-8px;width:18px;z-index:1002}.uppy-size--md .uppy-Dashboard-Item-action--remove:focus{border-radius:50%}.uppy-Dashboard--singleFile.uppy-size--height-md .uppy-Dashboard-Item-action--remove{inset-inline-end:8px;position:absolute;top:8px}[data-uppy-theme=dark] .uppy-Dashboard-Item-action--remove{color:#525252}[data-uppy-theme=dark] .uppy-Dashboard-Item-action--remove:hover{color:#333}.uppy-Dashboard:not(.uppy-size--md):not(.uppy-Dashboard--singleFile.uppy-size--height-md) .uppy-Dashboard-Item-actionWrapper{align-items:center;display:flex}.uppy-Dashboard:not(.uppy-size--md):not(.uppy-Dashboard--singleFile.uppy-size--height-md) .uppy-Dashboard-Item-action{height:22px;margin-left:3px;padding:3px;width:22px}.uppy-Dashboard:not(.uppy-size--md):not(.uppy-Dashboard--singleFile.uppy-size--height-md) .uppy-Dashboard-Item-action:focus{border-radius:3px}.uppy-size--md .uppy-Dashboard-Item-action--copyLink,.uppy-size--md .uppy-Dashboard-Item-action--edit{height:16px;padding:0;width:16px}.uppy-size--md .uppy-Dashboard-Item-action--copyLink:focus,.uppy-size--md .uppy-Dashboard-Item-action--edit:focus{border-radius:3px}.uppy-Dashboard-Item{align-items:center;border-bottom:1px solid #eaeaea;display:flex;padding:10px}.uppy-Dashboard:not(.uppy-Dashboard--singleFile) .uppy-Dashboard-Item{padding-inline-end:0}[data-uppy-theme=dark] .uppy-Dashboard-Item{border-bottom:1px solid #333}.uppy-size--md .uppy-Dashboard-Item{border-bottom:0;display:block;float:inline-start;height:215px;margin:5px 15px;padding:0;position:relative;width:calc(33.333% - 30px)}.uppy-size--lg .uppy-Dashboard-Item{height:190px;margin:5px 15px;padding:0;width:calc(25% - 30px)}.uppy-size--xl .uppy-Dashboard-Item{height:210px;padding:0;width:calc(20% - 30px)}.uppy-Dashboard--singleFile .uppy-Dashboard-Item{border-bottom:0;display:flex;flex-direction:column;height:100%;max-width:400px;padding:15px;position:relative;width:100%}.uppy-Dashboard-Item.is-ghost .uppy-Dashboard-Item-previewInnerWrap{opacity:.2}.uppy-Dashboard-Item.is-ghost .uppy-Dashboard-Item-name{opacity:.7}.uppy-Dashboard-Item.is-ghost .uppy-Dashboard-Item-preview:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='39' viewBox='0 0 35 39'%3E%3Cpath fill='%2523000' d='M1.708 38.66c1.709 0 3.417-3.417 6.834-3.417s5.125 3.417 8.61 3.417c3.348 0 5.056-3.417 8.473-3.417 4.305 0 5.125 3.417 6.833 3.417.889 0 1.709-.889 1.709-1.709v-19.68C34.167-5.757 0-5.757 0 17.271v19.68c0 .82.888 1.709 1.708 1.709m8.542-17.084a3.383 3.383 0 0 1-3.417-3.416 3.383 3.383 0 0 1 3.417-3.417 3.383 3.383 0 0 1 3.417 3.417 3.383 3.383 0 0 1-3.417 3.416m13.667 0A3.383 3.383 0 0 1 20.5 18.16a3.383 3.383 0 0 1 3.417-3.417 3.383 3.383 0 0 1 3.416 3.417 3.383 3.383 0 0 1-3.416 3.416'/%3E%3C/svg%3E");background-position:50% 10px;background-repeat:no-repeat;background-size:25px;bottom:0;content:"";left:0;opacity:.5;position:absolute;right:0;top:0;z-index:1005}.uppy-size--md .uppy-Dashboard-Item.is-ghost .uppy-Dashboard-Item-preview:before{background-position:50% 50%;background-size:40px}.uppy-Dashboard--singleFile .uppy-Dashboard-Item.is-ghost .uppy-Dashboard-Item-preview:before{background-position:50% 50%;background-size:30%}.uppy-Dashboard-Item-preview{flex-grow:0;flex-shrink:0;height:50px;position:relative;width:50px}.uppy-size--md .uppy-Dashboard-Item-preview{height:140px;width:100%}.uppy-size--lg .uppy-Dashboard-Item-preview{height:120px}.uppy-size--xl .uppy-Dashboard-Item-preview{height:140px}.uppy-Dashboard--singleFile .uppy-Dashboard-Item-preview{flex-grow:1;max-height:75%;width:100%}.uppy-Dashboard--singleFile.uppy-size--md .uppy-Dashboard-Item-preview{max-height:100%}.uppy-Dashboard-Item-fileInfoAndButtons{align-items:center;display:flex;flex-grow:1;justify-content:space-between;padding-inline-end:8px;padding-inline-start:12px}.uppy-Dashboard--singleFile .uppy-Dashboard-Item-fileInfoAndButtons,.uppy-size--md .uppy-Dashboard-Item-fileInfoAndButtons{align-items:flex-start;padding:9px 0 0}.uppy-Dashboard--singleFile .uppy-Dashboard-Item-fileInfoAndButtons{flex-grow:0;width:100%}.uppy-Dashboard-Item-fileInfo{flex-grow:1;flex-shrink:1}.uppy-Dashboard-Item-actionWrapper{flex-grow:0;flex-shrink:0}.uppy-Dashboard-Item.is-error .uppy-Dashboard-Item-previewInnerWrap:after,.uppy-Dashboard-Item.is-inprogress .uppy-Dashboard-Item-previewInnerWrap:after{display:block}.uppy-Dashboard-Item-errorDetails{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#939393;border:none;border-radius:50%;color:#fff;cursor:help;flex-shrink:0;font-size:10px;font-weight:600;height:13px;inset-inline-start:2px;line-height:12px;position:relative;text-align:center;top:0;width:13px}.uppy-Dashboard-Item-errorDetails:after{line-height:1.3;word-wrap:break-word}.uppy-Dashboard-FileCard{background-color:#fff;border-radius:5px;bottom:0;box-shadow:0 0 10px 4px #0000001a;display:flex;flex-direction:column;height:100%;left:0;position:absolute;right:0;top:0;width:100%;z-index:1005}.uppy-Dashboard-FileCard .uppy-DashboardContent-bar{border-top-left-radius:5px;border-top-right-radius:5px}.uppy-Dashboard-FileCard .uppy-Dashboard-FileCard-actions{border-bottom-left-radius:5px;border-bottom-right-radius:5px}.uppy-Dashboard-FileCard-inner{display:flex;flex-direction:column;flex-grow:1;flex-shrink:1;height:100%;min-height:0}.uppy-Dashboard-FileCard-preview{align-items:center;border-bottom:1px solid #eaeaea;display:flex;flex-grow:0;flex-shrink:1;height:60%;justify-content:center;min-height:0;position:relative}[data-uppy-theme=dark] .uppy-Dashboard-FileCard-preview{background-color:#333;border-bottom:0}.uppy-Dashboard-FileCard-preview img.uppy-Dashboard-Item-previewImg{border-radius:3px;box-shadow:0 3px 20px #00000026;flex:0 0 auto;max-height:90%;max-width:90%;object-fit:cover}.uppy-Dashboard-FileCard-edit{background-color:#00000080;border-radius:50px;color:#fff;font-size:13px;inset-inline-end:10px;padding:7px 15px;position:absolute;top:10px}.uppy-Dashboard-FileCard-edit:focus{outline:none}.uppy-Dashboard-FileCard-edit::-moz-focus-inner{border:0}.uppy-Dashboard-FileCard-edit:focus{box-shadow:0 0 0 3px #1269cf80}.uppy-Dashboard-FileCard-edit:hover{background-color:#000c}.uppy-Dashboard-FileCard-info{flex-grow:0;flex-shrink:0;height:40%;overflow-y:auto;padding:30px 20px 20px;-webkit-overflow-scrolling:touch}[data-uppy-theme=dark] .uppy-Dashboard-FileCard-info{background-color:#1f1f1f}.uppy-Dashboard-FileCard-fieldset{border:0;font-size:0;margin:auto auto 12px;max-width:640px;padding:0}.uppy-Dashboard-FileCard-label{color:#525252;display:inline-block;font-size:12px;vertical-align:middle;width:22%}.uppy-size--md .uppy-Dashboard-FileCard-label{font-size:14px}[data-uppy-theme=dark] .uppy-Dashboard-FileCard-label{color:#eaeaea}.uppy-Dashboard-FileCard-input{display:inline-block;vertical-align:middle;width:78%}.uppy-Dashboard-FileCard-actions{align-items:center;background-color:#fafafa;border-top:1px solid #eaeaea;display:flex;flex-grow:0;flex-shrink:0;height:55px;padding:0 15px}.uppy-size--md .uppy-Dashboard-FileCard-actions{height:65px}[data-uppy-theme=dark] .uppy-Dashboard-FileCard-actions{background-color:#1f1f1f;border-top:1px solid #333}.uppy-Dashboard-FileCard-actionsBtn{margin-inline-end:10px}.uppy-transition-slideDownUp-enter{opacity:.01;transform:translate3d(0,-105%,0);transition:transform .25s ease-in-out,opacity .25s ease-in-out}.uppy-transition-slideDownUp-enter.uppy-transition-slideDownUp-enter-active{opacity:1;transform:translateZ(0)}.uppy-transition-slideDownUp-leave{opacity:1;transform:translateZ(0);transition:transform .25s ease-in-out,opacity .25s ease-in-out}.uppy-transition-slideDownUp-leave.uppy-transition-slideDownUp-leave-active{opacity:.01;transform:translate3d(0,-105%,0)}@keyframes uppy-Dashboard-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes uppy-Dashboard-fadeOut{0%{opacity:1}to{opacity:0}}@keyframes uppy-Dashboard-slideDownAndFadeIn{0%{opacity:0;transform:translate3d(-50%,-70%,0)}to{opacity:1;transform:translate3d(-50%,-50%,0)}}@keyframes uppy-Dashboard-slideDownAndFadeIn--small{0%{opacity:0;transform:translate3d(0,-20%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes uppy-Dashboard-slideUpFadeOut{0%{opacity:1;transform:translate3d(-50%,-50%,0)}to{opacity:0;transform:translate3d(-50%,-70%,0)}}@keyframes uppy-Dashboard-slideUpFadeOut--small{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(0,-20%,0)}}.uppy-Dashboard--modal{z-index:1001}.uppy-Dashboard--modal[aria-hidden=true]{display:none}.uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose>.uppy-Dashboard-inner{animation:uppy-Dashboard-slideDownAndFadeIn--small .3s cubic-bezier(0,0,.2,1)}@media only screen and (min-width:820px){.uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose>.uppy-Dashboard-inner{animation:uppy-Dashboard-slideDownAndFadeIn .3s cubic-bezier(0,0,.2,1)}}.uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose>.uppy-Dashboard-overlay{animation:uppy-Dashboard-fadeIn .3s cubic-bezier(0,0,.2,1)}.uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose.uppy-Dashboard--isClosing>.uppy-Dashboard-inner{animation:uppy-Dashboard-slideUpFadeOut--small .3s cubic-bezier(0,0,.2,1)}@media only screen and (min-width:820px){.uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose.uppy-Dashboard--isClosing>.uppy-Dashboard-inner{animation:uppy-Dashboard-slideUpFadeOut .3s cubic-bezier(0,0,.2,1)}}.uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose.uppy-Dashboard--isClosing>.uppy-Dashboard-overlay{animation:uppy-Dashboard-fadeOut .3s cubic-bezier(0,0,.2,1)}.uppy-Dashboard-isFixed{height:100vh;overflow:hidden}.uppy-Dashboard--modal .uppy-Dashboard-overlay{background-color:#00000080;bottom:0;left:0;position:fixed;right:0;top:0;z-index:1001}.uppy-Dashboard-inner{background-color:#f4f4f4;border:1px solid #eaeaea;border-radius:5px;max-height:100%;max-width:100%;outline:none;position:relative}.uppy-size--md .uppy-Dashboard-inner{min-height:auto}@media only screen and (min-width:820px){.uppy-Dashboard-inner{height:500px;width:650px}}.uppy-Dashboard--modal .uppy-Dashboard-inner{z-index:1002}[data-uppy-theme=dark] .uppy-Dashboard-inner{background-color:#1f1f1f}.uppy-Dashboard--isDisabled .uppy-Dashboard-inner{cursor:not-allowed}.uppy-Dashboard-innerWrap{border-radius:5px;display:flex;flex-direction:column;height:100%;opacity:0;overflow:hidden;position:relative}.uppy-Dashboard--isInnerWrapVisible .uppy-Dashboard-innerWrap{opacity:1}.uppy-Dashboard--isDisabled .uppy-Dashboard-innerWrap{cursor:not-allowed;filter:grayscale(100%);opacity:.6;-webkit-user-select:none;user-select:none}.uppy-Dashboard--isDisabled .uppy-ProviderIconBg{fill:#9f9f9f}.uppy-Dashboard--isDisabled [aria-disabled],.uppy-Dashboard--isDisabled [disabled]{cursor:not-allowed;pointer-events:none}.uppy-Dashboard--modal .uppy-Dashboard-inner{border:none;bottom:15px;left:15px;position:fixed;right:15px;top:35px}@media only screen and (min-width:820px){.uppy-Dashboard--modal .uppy-Dashboard-inner{box-shadow:0 5px 15px 4px #00000026;left:50%;right:auto;top:50%;transform:translate(-50%,-50%)}}.uppy-Dashboard-close{color:#ffffffe6;cursor:pointer;display:block;font-size:27px;inset-inline-end:-2px;position:absolute;top:-33px;z-index:1005}.uppy-Dashboard-close:focus{outline:none}.uppy-Dashboard-close::-moz-focus-inner{border:0}.uppy-Dashboard-close:focus{color:#6eabf2}@media only screen and (min-width:820px){.uppy-Dashboard-close{font-size:35px;inset-inline-end:-35px;top:-10px}}.uppy-Dashboard-serviceMsg{background-color:#fffbf7;border-bottom:1px solid #edd4b9;border-top:1px solid #edd4b9;font-size:12px;font-weight:500;line-height:1.3;padding:12px 0;position:relative;top:-1px;z-index:1004}.uppy-size--md .uppy-Dashboard-serviceMsg{font-size:14px;line-height:1.4}[data-uppy-theme=dark] .uppy-Dashboard-serviceMsg{background-color:#1f1f1f;border-bottom:1px solid #333;border-top:1px solid #333;color:#eaeaea}.uppy-Dashboard-serviceMsg-title{display:block;line-height:1;margin-bottom:4px;padding-left:42px}.uppy-Dashboard-serviceMsg-text{padding:0 15px}.uppy-Dashboard-serviceMsg-actionBtn{color:#1269cf;font-size:inherit;font-weight:inherit;vertical-align:initial}[data-uppy-theme=dark] .uppy-Dashboard-serviceMsg-actionBtn{color:#02baf2e6}.uppy-Dashboard-serviceMsg-icon{left:15px;position:absolute;top:10px}.uppy-Dashboard-AddFiles{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;position:relative;text-align:center}[data-uppy-drag-drop-supported=true] .uppy-Dashboard-AddFiles{border:1px dashed #dfdfdf;border-radius:3px;height:calc(100% - 14px);margin:7px}.uppy-Dashboard-AddFilesPanel .uppy-Dashboard-AddFiles{border:none;height:calc(100% - 54px)}.uppy-Dashboard--modal .uppy-Dashboard-AddFiles{border-color:#cfcfcf}[data-uppy-theme=dark] .uppy-Dashboard-AddFiles{border-color:#757575}.uppy-Dashboard-AddFiles-info{display:none;margin-top:auto;padding-bottom:15px;padding-top:15px}.uppy-size--height-md .uppy-Dashboard-AddFiles-info{display:block}.uppy-size--md .uppy-Dashboard-AddFiles-info{bottom:25px;left:0;padding-bottom:0;padding-top:30px;position:absolute;right:0}[data-uppy-num-acquirers="0"] .uppy-Dashboard-AddFiles-info{margin-top:0}.uppy-Dashboard-browse{color:#1269cf;cursor:pointer}.uppy-Dashboard-browse:focus{outline:none}.uppy-Dashboard-browse::-moz-focus-inner{border:0}.uppy-Dashboard-browse:focus,.uppy-Dashboard-browse:hover{border-bottom:1px solid #1269cf}[data-uppy-theme=dark] .uppy-Dashboard-browse{color:#02baf2e6}[data-uppy-theme=dark] .uppy-Dashboard-browse:focus,[data-uppy-theme=dark] .uppy-Dashboard-browse:hover{border-bottom:1px solid #02baf2}.uppy-Dashboard-browseBtn{display:block;font-size:14px;font-weight:500;margin-bottom:5px;margin-top:8px;width:100%}.uppy-size--md .uppy-Dashboard-browseBtn{font-size:15px;margin:15px auto;padding:13px 44px;width:auto}.uppy-Dashboard-AddFiles-list{display:flex;flex:1;flex-direction:column;margin-top:2px;overflow-y:auto;padding:2px 0;width:100%;-webkit-overflow-scrolling:touch}.uppy-size--md .uppy-Dashboard-AddFiles-list{flex:none;flex-direction:row;flex-wrap:wrap;justify-content:center;margin-top:15px;max-width:600px;overflow-y:visible;padding-top:0}.uppy-DashboardTab{border-bottom:1px solid #eaeaea;text-align:center;width:100%}[data-uppy-theme=dark] .uppy-DashboardTab{border-bottom:1px solid #333}.uppy-size--md .uppy-DashboardTab{border-bottom:none;display:inline-block;margin-bottom:10px;width:auto}.uppy-DashboardTab-btn{align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:initial;color:#525252;cursor:pointer;flex-direction:row;height:100%;justify-content:left;padding:12px 15px;width:100%}.uppy-DashboardTab-btn:focus{outline:none}.uppy-size--md .uppy-DashboardTab-btn{border-radius:5px;flex-direction:column;margin-inline-end:1px;padding:10px 3px;width:86px}[data-uppy-theme=dark] .uppy-DashboardTab-btn{color:#eaeaea}.uppy-DashboardTab-btn::-moz-focus-inner{border:0}.uppy-DashboardTab-btn:hover{background-color:#e9ecef}[data-uppy-theme=dark] .uppy-DashboardTab-btn:hover{background-color:#333}.uppy-DashboardTab-btn:active,.uppy-DashboardTab-btn:focus{background-color:#dfe6f1}[data-uppy-theme=dark] .uppy-DashboardTab-btn:active,[data-uppy-theme=dark] .uppy-DashboardTab-btn:focus{background-color:#525252}.uppy-DashboardTab-btn svg{display:inline-block;max-height:100%;max-width:100%;overflow:hidden;transition:transform .15s ease-in-out;vertical-align:text-top}.uppy-DashboardTab-inner{align-items:center;background-color:#fff;border-radius:8px;box-shadow:0 1px 1px #0000001a,0 1px 2px #0000001a,0 2px 3px #00000005;display:flex;height:32px;justify-content:center;margin-inline-end:10px;width:32px}.uppy-size--md .uppy-DashboardTab-inner{margin-inline-end:0}[data-uppy-theme=dark] .uppy-DashboardTab-inner{background-color:#323232;box-shadow:0 1px 1px #0003,0 1px 2px #0003,0 2px 3px #00000014}.uppy-DashboardTab-name{font-size:14px;font-weight:400}.uppy-size--md .uppy-DashboardTab-name{font-size:12px;line-height:15px;margin-bottom:0;margin-top:8px}.uppy-DashboardTab-iconMyDevice{color:#1269cf}[data-uppy-theme=dark] .uppy-DashboardTab-iconMyDevice{color:#02baf2}.uppy-DashboardTab-iconBox{color:#0061d5}[data-uppy-theme=dark] .uppy-DashboardTab-iconBox{color:#eaeaea}.uppy-DashboardTab-iconDropbox{color:#0061fe}[data-uppy-theme=dark] .uppy-DashboardTab-iconDropbox{color:#eaeaea}.uppy-DashboardTab-iconUnsplash{color:#111}[data-uppy-theme=dark] .uppy-DashboardTab-iconUnsplash{color:#eaeaea}.uppy-DashboardTab-iconWebdav{color:#111}[data-uppy-theme=dark] .uppy-DashboardTab-iconWebdav{color:#eaeaea}.uppy-DashboardTab-iconScreenRec{color:#2c3e50}[data-uppy-theme=dark] .uppy-DashboardTab-iconScreenRec{color:#eaeaea}.uppy-DashboardTab-iconAudio{color:#8030a3}[data-uppy-theme=dark] .uppy-DashboardTab-iconAudio{color:#bf6ee3}.uppy-Dashboard-input{height:.1px;opacity:0;overflow:hidden;position:absolute;width:.1px;z-index:-1}.uppy-DashboardContent-bar{align-items:center;background-color:#fafafa;border-bottom:1px solid #eaeaea;display:flex;flex-shrink:0;height:40px;justify-content:space-between;padding:0 10px;position:relative;width:100%;z-index:1004}.uppy-size--md .uppy-DashboardContent-bar{height:50px;padding:0 15px}[data-uppy-theme=dark] .uppy-DashboardContent-bar{background-color:#1f1f1f;border-bottom:1px solid #333}.uppy-DashboardContent-title{font-size:12px;font-weight:500;left:0;line-height:40px;margin:auto;max-width:170px;overflow-x:hidden;position:absolute;right:0;text-align:center;text-overflow:ellipsis;top:0;white-space:nowrap;width:100%}.uppy-size--md .uppy-DashboardContent-title{font-size:14px;line-height:50px;max-width:300px}[data-uppy-theme=dark] .uppy-DashboardContent-title{color:#eaeaea}.uppy-DashboardContent-back,.uppy-DashboardContent-save{-webkit-appearance:none;background:none;border:0;border-radius:3px;color:inherit;color:#1269cf;cursor:pointer;font-family:inherit;font-size:inherit;font-size:12px;font-weight:400;line-height:1;margin:0;margin-inline-start:-6px;padding:7px 6px}.uppy-DashboardContent-back:focus,.uppy-DashboardContent-save:focus{outline:none}.uppy-DashboardContent-back::-moz-focus-inner,.uppy-DashboardContent-save::-moz-focus-inner{border:0}.uppy-DashboardContent-back:hover,.uppy-DashboardContent-save:hover{color:#0e51a0}.uppy-DashboardContent-back:focus,.uppy-DashboardContent-save:focus{background-color:#dfe6f1}[data-uppy-theme=dark] .uppy-DashboardContent-back:focus,[data-uppy-theme=dark] .uppy-DashboardContent-save:focus{background-color:#333}.uppy-size--md .uppy-DashboardContent-back,.uppy-size--md .uppy-DashboardContent-save{font-size:14px}[data-uppy-theme=dark] .uppy-DashboardContent-back,[data-uppy-theme=dark] .uppy-DashboardContent-save{color:#02baf2}.uppy-DashboardContent-addMore{-webkit-appearance:none;background:none;border:0;border-radius:3px;color:inherit;color:#1269cf;cursor:pointer;font-family:inherit;font-size:inherit;font-weight:500;height:29px;line-height:1;margin:0;margin-inline-end:-5px;padding:7px 8px;width:29px}.uppy-DashboardContent-addMore:focus{outline:none}.uppy-DashboardContent-addMore::-moz-focus-inner{border:0}.uppy-DashboardContent-addMore:hover{color:#0e51a0}.uppy-DashboardContent-addMore:focus{background-color:#dfe6f1}[data-uppy-theme=dark] .uppy-DashboardContent-addMore:focus{background-color:#333}.uppy-size--md .uppy-DashboardContent-addMore{font-size:14px;height:auto;margin-inline-end:-8px;width:auto}[data-uppy-theme=dark] .uppy-DashboardContent-addMore{color:#02baf2}.uppy-DashboardContent-addMore svg{margin-inline-end:4px;vertical-align:initial}.uppy-size--md .uppy-DashboardContent-addMore svg{height:11px;width:11px}.uppy-DashboardContent-addMoreCaption{display:none}.uppy-size--md .uppy-DashboardContent-addMoreCaption{display:inline}.uppy-DashboardContent-panel{background-color:#f5f5f5;flex:1}.uppy-Dashboard-AddFilesPanel,.uppy-DashboardContent-panel{border-radius:5px;bottom:0;display:flex;flex-direction:column;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:1005}.uppy-Dashboard-AddFilesPanel{background:#fafafa;background:linear-gradient(0deg,#fafafa 35%,#fafafad9);box-shadow:0 0 10px 5px #00000026}[data-uppy-theme=dark] .uppy-Dashboard-AddFilesPanel{background-color:#333;background-image:linear-gradient(0deg,#1f1f1f 35%,#1f1f1fd9)}.uppy-Dashboard--isAddFilesPanelVisible .uppy-Dashboard-files{filter:blur(2px)}.uppy-Dashboard-progress{bottom:0;height:12%;left:0;position:absolute;width:100%}.uppy-Dashboard-progressBarContainer.is-active{height:100%;left:0;position:absolute;top:0;width:100%;z-index:1004}.uppy-Dashboard-filesContainer{flex:1;margin:0;overflow-y:hidden;position:relative}.uppy-Dashboard-filesContainer:after{clear:both;content:"";display:table}.uppy-Dashboard-files{flex:1;margin:0;overflow-y:auto;padding:0 0 10px;-webkit-overflow-scrolling:touch}.uppy-size--md .uppy-Dashboard-files{padding-top:10px}.uppy-Dashboard--singleFile .uppy-Dashboard-filesInner{align-items:center;display:flex;height:100%;justify-content:center}.uppy-Dashboard-dropFilesHereHint{align-items:center;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48'%3E%3Cpath fill='%231269CF' d='M24 1v1C11.85 2 2 11.85 2 24s9.85 22 22 22 22-9.85 22-22S36.15 2 24 2zm0 0V0c13.254 0 24 10.746 24 24S37.254 48 24 48 0 37.254 0 24 10.746 0 24 0zm7.707 19.293a.999.999 0 1 1-1.414 1.414L25 16.414V34a1 1 0 1 1-2 0V16.414l-5.293 5.293a.999.999 0 1 1-1.414-1.414l7-7a1 1 0 0 1 1.414 0z'/%3E%3C/svg%3E");background-position:50% 50%;background-repeat:no-repeat;border:1px dashed #1269cf;border-radius:3px;bottom:7px;color:#757575;display:flex;font-size:16px;justify-content:center;left:7px;padding-top:90px;position:absolute;right:7px;text-align:center;top:7px;visibility:hidden;z-index:2000}[data-uppy-theme=dark] .uppy-Dashboard-dropFilesHereHint{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48'%3E%3Cpath fill='%2302BAF2' d='M24 1v1C11.85 2 2 11.85 2 24s9.85 22 22 22 22-9.85 22-22S36.15 2 24 2zm0 0V0c13.254 0 24 10.746 24 24S37.254 48 24 48 0 37.254 0 24 10.746 0 24 0zm7.707 19.293a.999.999 0 1 1-1.414 1.414L25 16.414V34a1 1 0 1 1-2 0V16.414l-5.293 5.293a.999.999 0 1 1-1.414-1.414l7-7a1 1 0 0 1 1.414 0z'/%3E%3C/svg%3E");border-color:#02baf2;color:#bbb}.uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-Dashboard-dropFilesHereHint{pointer-events:none;visibility:visible}.uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-Dashboard-files,.uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-Dashboard-progressindicators,.uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-Dashboard-serviceMsg,.uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-DashboardContent-bar{opacity:.15}.uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-Dashboard-AddFiles{opacity:.03}.uppy-Dashboard-AddFiles-title{color:#000;font-size:17px;font-weight:500;line-height:1.35;margin-bottom:5px;margin-top:15px;padding:0 15px;text-align:inline-start;width:100%}.uppy-size--md .uppy-Dashboard-AddFiles-title{font-size:21px;font-weight:400;margin-top:5px;max-width:480px;padding:0 35px;text-align:center}[data-uppy-num-acquirers="0"] .uppy-Dashboard-AddFiles-title{text-align:center}[data-uppy-theme=dark] .uppy-Dashboard-AddFiles-title{color:#eaeaea}.uppy-Dashboard-AddFiles-title button{font-weight:500}.uppy-size--md .uppy-Dashboard-AddFiles-title button{font-weight:400}.uppy-Dashboard-note{color:#757575;font-size:14px;line-height:1.25;margin:auto;max-width:350px;padding:0 15px;text-align:center}.uppy-size--md .uppy-Dashboard-note{line-height:1.35;max-width:600px}[data-uppy-theme=dark] .uppy-Dashboard-note{color:#cfcfcf}a.uppy-Dashboard-poweredBy{color:#939393;display:inline-block;font-size:11px;margin-top:8px;text-align:center;text-decoration:none}.uppy-Dashboard-poweredByIcon{margin-left:1px;margin-right:1px;opacity:.9;position:relative;top:1px;vertical-align:text-top;fill:none;stroke:#939393}.uppy-Dashboard-Item-previewIcon{height:25px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:25px;z-index:100}.uppy-size--md .uppy-Dashboard-Item-previewIcon{height:38px;width:38px}.uppy-Dashboard-Item-previewIcon svg{height:100%;width:100%}.uppy-Dashboard--singleFile .uppy-Dashboard-Item-previewIcon{height:100%;max-height:60%;max-width:60%;width:100%}.uppy-Dashboard-Item-previewIconWrap{height:76px;max-height:75%;position:relative}.uppy-Dashboard--singleFile .uppy-Dashboard-Item-previewIconWrap{height:100%;width:100%}.uppy-Dashboard-Item-previewIconBg{filter:drop-shadow(rgba(0,0,0,.1) 0 1px 1px);height:100%;width:100%}.uppy-Dashboard-upload{height:50px;position:relative;width:50px}.uppy-size--md .uppy-Dashboard-upload{height:60px;width:60px}.uppy-Dashboard-upload .uppy-c-icon{position:relative;top:1px;width:50%}.uppy-Dashboard-uploadCount{background-color:#1bb240;border-radius:50%;color:#fff;font-size:8px;height:16px;inset-inline-end:-12px;line-height:16px;position:absolute;top:-12px;width:16px}.uppy-size--md .uppy-Dashboard-uploadCount{font-size:9px;height:18px;line-height:18px;width:18px}:root{--color-linen-50: #FDFBF8;--color-linen-100: #F9F5F0;--color-linen-200: #F2EAE0;--color-linen-300: #E9DED2;--color-almond-300: #E6DACE;--color-gold-400: #F2CC8F;--color-gold-500: #E0B368;--color-terracotta-500: #9A3B3B;--color-terracotta-600: #82302F;--color-terracotta-700: #6B2726;--color-terracotta-100: #F3DEDA;--color-espresso-900: #3E3632;--color-espresso-700: #5C534E;--color-espresso-500: #8A7F78;--color-espresso-300: #C9BEB5;--color-espresso-200: #DDD4CC;--color-sage-500: #64795D;--color-sage-100: #E1E8DC;--color-rust-600: #8C3A2E;--color-rust-100: #F3DCD5;--color-clay-blue-500: #5C7686;--color-clay-blue-100: #E2E8EA;--surface-canvas: var(--color-linen-100);--surface-card: var(--color-linen-50);--surface-sunken: var(--color-linen-200);--surface-accent: var(--color-almond-300);--surface-accent-strong: var(--color-gold-400);--surface-inverse: var(--color-espresso-900);--text-primary: var(--color-espresso-900);--text-secondary: var(--color-espresso-700);--text-muted: var(--color-espresso-500);--text-inverse: var(--color-linen-50);--text-link: var(--color-terracotta-500);--border-default: var(--color-espresso-200);--border-strong: var(--color-espresso-300);--border-focus: var(--color-terracotta-500);--action-primary: var(--color-terracotta-500);--action-primary-hover: var(--color-terracotta-600);--action-primary-active: var(--color-terracotta-700);--action-primary-text: var(--color-linen-50);--action-secondary-bg: var(--color-linen-50);--action-secondary-border: var(--color-espresso-300);--action-secondary-text: var(--color-espresso-900);--action-secondary-hover: var(--color-linen-200);--feedback-success-bg: var(--color-sage-100);--feedback-success-text: var(--color-sage-500);--feedback-error-bg: var(--color-rust-100);--feedback-error-text: var(--color-rust-600);--feedback-info-bg: var(--color-clay-blue-100);--feedback-info-text: var(--color-clay-blue-500);--shadow-color: 24 20 16}:root{--font-display: "Playfair Display", "Iowan Old Style", Georgia, serif;--font-body: "Work Sans", -apple-system, "Segoe UI", sans-serif;--text-display-2xl: 700 4rem/1.05 var(--font-display);--text-display-xl: 700 3rem/1.1 var(--font-display);--text-display-lg: 600 2.25rem/1.15 var(--font-display);--text-display-md: 600 1.75rem/1.25 var(--font-display);--text-body-lg: 400 1.125rem/1.6 var(--font-body);--text-body-md: 400 1rem/1.6 var(--font-body);--text-body-sm: 400 .875rem/1.5 var(--font-body);--text-body-xs: 500 .75rem/1.4 var(--font-body);--text-label: 600 .8125rem/1.2 var(--font-body);--letter-spacing-label: .03em;--font-weight-regular: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700}:root{--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-8: 32px;--space-10: 40px;--space-12: 48px;--space-16: 64px;--space-20: 80px;--space-24: 96px;--space-32: 128px;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 18px;--radius-xl: 28px;--radius-pill: 999px;--shadow-sm: 0 1px 2px rgba(var(--shadow-color) / .08);--shadow-md: 0 4px 12px rgba(var(--shadow-color) / .1);--shadow-lg: 0 12px 32px rgba(var(--shadow-color) / .14);--shadow-focus-ring: 0 0 0 3px rgba(154, 59, 59, .25);--ease-standard: cubic-bezier(.4, 0, .2, 1);--duration-fast: .12s;--duration-base: .2s;--duration-slow: .36s}@keyframes ds-fade-in-opacity{0%{opacity:0}to{opacity:1}}@keyframes ds-fade-in-rise{0%{transform:translateY(8px)}to{transform:translateY(0)}}.ds-fade-in{animation:ds-fade-in-opacity var(--duration-slow) var(--ease-standard) forwards,ds-fade-in-rise var(--duration-slow) var(--ease-standard)}.ds-fade-in-stagger>*{animation:ds-fade-in-opacity var(--duration-slow) var(--ease-standard) forwards,ds-fade-in-rise var(--duration-slow) var(--ease-standard)}.ds-fade-in-stagger>*:nth-child(1){animation-delay:0ms}.ds-fade-in-stagger>*:nth-child(2){animation-delay:40ms}.ds-fade-in-stagger>*:nth-child(3){animation-delay:80ms}.ds-fade-in-stagger>*:nth-child(4){animation-delay:.12s}.ds-fade-in-stagger>*:nth-child(5){animation-delay:.16s}.ds-fade-in-stagger>*:nth-child(6){animation-delay:.2s}:root{--warm-linen: var(--surface-canvas);--espresso: var(--text-primary);--terracotta: var(--action-primary);--toasted-almond: var(--surface-accent);--soft-gold: var(--surface-accent-strong);--surface: var(--surface-card);--surface-strong: var(--surface-card);--line-soft: var(--border-default);--shadow-soft: var(--shadow-lg)}*{box-sizing:border-box}body{margin:0;font:var(--text-body-md);color:var(--text-primary);background:var(--surface-canvas);min-height:100vh}h1,h2,h3{font-family:var(--font-display);margin:0}.chat-page,.upload-page{min-height:calc(100vh - 65px);display:flex;align-items:center;justify-content:center;padding:28px 20px}.books-page{min-height:calc(100vh - 65px);display:flex;align-items:flex-start;justify-content:center;padding:32px 20px}.books-card{width:min(1080px,100%);border-radius:var(--radius-xl);background:var(--surface-card);border:1px solid var(--border-default);box-shadow:var(--shadow-lg);padding:28px;display:grid;gap:18px}.books-header{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:28px}.books-header>div:first-child{display:grid;gap:14px 0}.books-header h1{margin:14px 0 6px}.books-header p{margin:0;color:var(--text-secondary)}.books-actions{display:flex;gap:10px;flex-wrap:wrap}.books-grid{display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}.book-item{border:1px solid var(--border-default);border-radius:var(--radius-lg);background:var(--surface-canvas);overflow:hidden;display:flex;flex-direction:column;gap:10px}.book-item p{margin:0;color:var(--text-secondary);line-height:1.5;padding:0 18px}.book-item-head{display:flex;gap:8px;justify-content:space-between;align-items:center;padding:18px 18px 0}.book-item>div:last-child{padding:0 18px 18px;margin-top:auto}.book-item-thumb{width:100%;aspect-ratio:4 / 3;background:var(--surface-sunken);display:flex;align-items:center;justify-content:center}.book-item-thumb img{width:100%;height:100%;object-fit:cover;display:block}.book-item-thumb-placeholder{font-size:2rem;opacity:.4}.books-empty{border:1px dashed var(--border-strong);border-radius:var(--radius-lg);padding:20px;background:var(--surface-canvas)}.phase-nav{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:4px}.phase-tab{border:none;background:none;color:var(--text-secondary);min-height:auto;border-radius:0;padding:0;display:inline-flex;align-items:center;gap:8px;font:var(--text-body-sm);font-weight:700;cursor:pointer;transition:color var(--duration-fast) var(--ease-standard)}.phase-tab:disabled{opacity:.45;cursor:not-allowed}.phase-tab.is-active{background:none;color:var(--text-primary)}.phase-divider{width:22px;height:1px;background:var(--border-strong);flex-shrink:0}.phase-dot{width:24px;height:24px;border-radius:var(--radius-pill);display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;border:none;background:var(--surface-sunken);color:var(--text-secondary);flex-shrink:0;transition:background var(--duration-fast) var(--ease-standard),color var(--duration-fast) var(--ease-standard)}.phase-dot.is-reached{background:var(--surface-sunken);color:var(--text-primary)}.phase-tab.is-active .phase-dot{background:var(--action-primary);color:var(--action-primary-text)}.readonly-box{border:1px solid var(--border-default);border-radius:var(--radius-lg);padding:20px;background:var(--surface-canvas);display:grid;gap:12px}.readonly-box p{margin:0;line-height:1.6}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#3e363273;display:flex;align-items:center;justify-content:center;padding:20px;z-index:40;animation:ds-fade-in var(--duration-base) var(--ease-standard)}.modal-card{width:min(520px,100%);border-radius:var(--radius-xl);border:1px solid var(--border-default);background:var(--surface-card);padding:32px;display:grid;gap:12px;box-shadow:var(--shadow-lg);animation:ds-fade-in var(--duration-base) var(--ease-standard)}.modal-card p{margin:0;line-height:1.6}.modal-actions{display:flex;justify-content:flex-end;gap:10px}.auth-page{min-height:calc(100vh - 65px);display:flex;align-items:center;justify-content:center;padding:28px 20px}.chat-card,.upload-card{width:min(1040px,100%);border-radius:var(--radius-xl);background:var(--surface-card);border:1px solid var(--border-default);box-shadow:var(--shadow-lg);padding:32px;display:flex;flex-direction:column;gap:18px;position:relative;overflow:hidden}.chat-card{width:min(780px,100%)}.upload-card.upload-card-enhanced{width:min(1200px,100%);gap:20px;padding:32px}.upload-hero,.chat-hero{display:grid;gap:10px}.chat-hero p{margin:0;color:var(--text-secondary)}.upload-hero h1{font-size:clamp(1.75rem,3vw,2.25rem);line-height:1.15}.upload-hero p{margin:0;max-width:70ch;color:var(--text-secondary);line-height:1.6}.upload-meta-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:2px}.upload-meta-pill{display:inline-flex;align-items:center;min-height:32px;border-radius:var(--radius-pill);padding:0 14px;border:1px solid var(--border-default);background:var(--surface-canvas);font:var(--text-body-sm);font-weight:600}.upload-dz{border:2px dashed var(--border-strong);background:var(--surface-canvas);border-radius:var(--radius-xl);padding:44px 32px;text-align:center;transition:background var(--duration-base) var(--ease-standard),border-color var(--duration-base) var(--ease-standard)}.upload-dz.is-dragover{border-color:var(--action-primary);background:var(--color-terracotta-100)}.upload-dz-icon{width:52px;height:52px;margin:0 auto 16px;border-radius:var(--radius-pill);background:var(--color-terracotta-100);color:var(--color-terracotta-600);display:flex;align-items:center;justify-content:center}.upload-dz-title{font:var(--text-body-lg);font-weight:700;color:var(--text-primary);margin-bottom:6px}.upload-dz-hint{font:var(--text-body-sm);color:var(--text-muted);margin-bottom:20px}.upload-dz-browse{cursor:pointer}.upload-dz-browse input{display:none}.upload-dz-divider{display:flex;align-items:center;gap:14px;margin:28px auto 4px;max-width:380px}.upload-dz-divider span{flex:1;height:1px;background:#3e363229}.upload-dz-divider em{font-style:normal;font-size:12px;color:#3e36328c;white-space:nowrap}.upload-dz-cloud-row{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}.upload-dz-cloud-btn{display:flex;align-items:center;gap:8px;padding:10px 16px;border-radius:var(--radius-pill);border:1px solid var(--border-strong);background:var(--surface-card);color:var(--text-primary);font:var(--text-body-sm);font-weight:600;cursor:pointer;transition:background var(--duration-fast) var(--ease-standard)}.upload-dz-cloud-btn:hover{background:var(--surface-canvas)}.upload-dz-error{margin-top:16px}.upload-files-header{display:flex;align-items:center;justify-content:space-between;margin-top:8px}.upload-files-header h2{font:var(--text-display-md);font-size:1.15rem;color:var(--text-primary)}.upload-files-done{display:inline-flex;align-items:center;gap:6px;font:var(--text-body-sm);font-weight:600;color:var(--feedback-success-text);background:var(--feedback-success-bg);padding:5px 12px;border-radius:var(--radius-pill)}.upload-files-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:14px;margin-top:14px}.upload-file-card{position:relative;background:var(--surface-canvas);border:1px solid var(--border-default);border-radius:var(--radius-lg);overflow:hidden}.upload-file-thumb{aspect-ratio:1 / 1;background-color:var(--surface-sunken);background-size:cover;background-position:center}.upload-file-remove{position:absolute;top:6px;right:6px;width:22px;height:22px;border-radius:var(--radius-pill);border:none;background:#3e36328c;color:var(--text-inverse);font-size:12px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}.upload-file-info{padding:8px 10px}.upload-file-name{font:var(--text-body-xs);font-weight:600;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.upload-file-progress-track{height:4px;border-radius:var(--radius-pill);background:var(--surface-sunken);margin-top:6px;overflow:hidden}.upload-file-progress-fill{height:100%;background:var(--color-terracotta-500);transition:width var(--duration-base) var(--ease-standard)}.upload-file-progress-fill.is-done{background:var(--color-sage-500)}.upload-start-btn{align-self:center;margin:8px auto 0}.upload-overall-progress{margin-top:8px}.upload-overall-progress-label{display:flex;align-items:center;justify-content:space-between;font:var(--text-body-sm);font-weight:700;color:var(--text-primary);margin-bottom:6px}.upload-overall-progress-track{height:10px;border-radius:var(--radius-pill);background:var(--surface-sunken);overflow:hidden}.upload-overall-progress-fill{height:100%;background:var(--color-terracotta-500);transition:width var(--duration-base) var(--ease-standard)}.upload-page{align-items:flex-start;padding-top:34px;padding-bottom:34px}.upload-page-direct{background:var(--surface-canvas)}.upload-card-direct{border:2px dashed var(--action-primary)!important;background:var(--surface-card)}.upload-card-direct .upload-hero h1{font-size:clamp(2rem,3.6vw,2.75rem)}.auth-card{width:min(760px,100%);border-radius:var(--radius-xl);background:var(--surface-card);border:1px solid var(--border-default);box-shadow:var(--shadow-lg);padding:44px;display:grid;grid-template-columns:1.1fr 1fr;gap:40px}.auth-copy{display:flex;flex-direction:column;gap:14px;justify-content:center}.eyebrow{display:inline-flex;align-self:flex-start;padding:3px 10px;border-radius:var(--radius-pill);background:var(--color-terracotta-100);color:var(--color-terracotta-600);font:var(--text-body-xs);font-weight:600;letter-spacing:.03em;text-transform:uppercase}.auth-copy h1{font-size:clamp(2rem,4vw,2.25rem)}.auth-copy p{margin:0;max-width:32ch;line-height:1.6;color:var(--text-secondary)}.auth-form{display:flex;flex-direction:column;gap:16px}.auth-actions{display:grid;gap:10px;margin-top:4px}.auth-actions .ds-button{width:100%}.auth-actions button,.secondary-button,.ghost-button{border:none;border-radius:18px;min-height:52px;font:inherit;font-weight:700;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,opacity .16s ease}.secondary-button{background:linear-gradient(180deg,#4a403b,var(--espresso));color:#fffaf8;box-shadow:0 16px 24px #3e363229}.ghost-button{background:#e6dacebf;color:var(--espresso)}.secondary-button:hover:not(:disabled),.ghost-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 20px 28px #3e36322e}.secondary-button:disabled,.ghost-button:disabled{opacity:.55;cursor:not-allowed}.book-delete-button{background:#9a3b3b1f;color:var(--terracotta)}.auth-loading{min-height:280px;grid-template-columns:1fr;align-items:center}.message-list{min-height:220px;max-height:52vh;overflow:auto;display:flex;flex-direction:column;gap:12px;padding:10px 4px 8px}.bubble-row{display:flex;flex-direction:column;max-width:min(80%,680px)}.bubble-row-user{align-self:flex-end;align-items:flex-end}.bubble-row-assistant{align-self:flex-start;align-items:flex-start}.bubble{border-radius:var(--radius-lg);padding:12px 16px 13px;font:var(--text-body-md);animation:bubble-in var(--duration-base) var(--ease-standard)}.bubble p{margin:0;line-height:1.55;white-space:pre-wrap}.bubble-role{display:block;font:var(--text-body-xs);color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;margin:0 4px 4px}.bubble-assistant{background:var(--surface-sunken);color:var(--text-primary);border-radius:18px 18px 18px 4px}.bubble-user{background:var(--color-terracotta-500);color:var(--text-inverse);border-radius:18px 18px 4px}.bubble-typing{padding-bottom:16px}.typing-dots{display:inline-flex;align-items:center;gap:6px;min-height:18px}.typing-dots span{width:7px;height:7px;border-radius:var(--radius-pill);background:var(--text-primary);opacity:.55;animation:typing-pulse 1.15s infinite var(--ease-standard)}.typing-dots span:nth-child(2){animation-delay:.15s}.typing-dots span:nth-child(3){animation-delay:.3s}.message-input{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:end}.message-input .ds-textarea,.message-input .ds-button{min-height:46px}.final-options-card{border:1px solid var(--border-default);border-radius:var(--radius-lg);padding:22px;background:var(--surface-canvas);box-shadow:var(--shadow-sm);display:grid;gap:16px;animation:bubble-in var(--duration-base) var(--ease-standard)}.final-options-header h3{margin:0}.final-options-header p{margin:6px 0 0;color:var(--text-secondary)}.format-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.format-option{border:1px solid var(--border-strong);border-radius:var(--radius-md);background:var(--surface-card);min-height:88px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:4px;padding:14px;cursor:pointer;transition:border-color var(--duration-fast) var(--ease-standard),box-shadow var(--duration-fast) var(--ease-standard)}.format-option:hover{border-color:var(--border-focus)}.format-option.is-active{border-color:#9a3b3bb3;box-shadow:0 0 0 2px #9a3b3b24;background:linear-gradient(180deg,#fffffff2,#f6e6e0eb)}.format-size{font:var(--text-display-md);font-size:22px;line-height:1}.format-label{font:var(--text-body-xs);letter-spacing:.06em;text-transform:uppercase;opacity:.72}.page-options{display:flex;flex-wrap:wrap;gap:10px}.page-option{border:1px solid var(--border-strong);border-radius:var(--radius-pill);background:var(--surface-card);color:var(--text-primary);padding:10px 16px;font:var(--text-body-md);font-weight:700;cursor:pointer;transition:border-color var(--duration-fast) var(--ease-standard),box-shadow var(--duration-fast) var(--ease-standard)}.page-option:hover{border-color:var(--border-focus)}.page-option.is-active{border-color:#9a3b3bb3;box-shadow:0 0 0 2px #9a3b3b24;background:linear-gradient(180deg,#fffffff2,#f6e6e0eb);color:var(--text-primary)}.final-options-confirm{width:100%}.error-line{margin:0;color:var(--feedback-error-text);font-weight:700;background:var(--feedback-error-bg);border:1px solid rgba(140,58,46,.2);border-radius:var(--radius-sm);padding:10px 12px}.upload-card .uppy-Dashboard{border:1px solid rgba(62,54,50,.14)!important;border-radius:18px!important;background:#ffffffc7!important;overflow:hidden}.upload-card .uppy-Dashboard-inner{border:none!important;background:#fff9!important}.upload-card .uppy-DashboardTab-btn{border-radius:14px}.upload-card .uppy-Dashboard-browse{color:var(--terracotta)!important;font-weight:700}.upload-card .uppy-Dashboard-AddFiles-title{font-family:Playfair Display,serif;color:var(--espresso);font-size:clamp(1.35rem,2.4vw,2rem);letter-spacing:.01em}.upload-card .uppy-Dashboard-note{color:#3e3632c7!important}.upload-card .uppy-Dashboard-AddFiles{background:radial-gradient(circle at 90% 10%,rgba(242,204,143,.24),transparent 34%),linear-gradient(180deg,#ffffff9e,#faf2ea9e)}.upload-card .uppy-DashboardContent-bar{background:#fffbf6f2!important;border-top:1px solid rgba(62,54,50,.1)!important}.upload-card .uppy-c-btn-primary{background:linear-gradient(180deg,#4a403b,var(--espresso));border-radius:14px;border:none;box-shadow:0 12px 20px #3e363233}.upload-card .uppy-c-btn-primary:hover{filter:brightness(1.04)}.upload-card .uppy-ProviderBrowser-header{background:linear-gradient(180deg,#9a3b3bf0,#7c2b2bf0)!important}.upload-card .uppy-ProviderBrowser-user,.upload-card .uppy-ProviderBrowser-user button,.upload-card .uppy-ProviderBrowser-user span,.upload-card .uppy-ProviderBrowser-user a{color:#fffaf8}.upload-card .uppy-StatusBar{background:#fffbf6e6!important}.upload-card .uppy-Dashboard-Item-preview img{border-radius:10px}.upload-card .uppy-Dashboard-Item{border-radius:12px;border:1px solid rgba(62,54,50,.12);transition:box-shadow .15s ease,transform .15s ease}.upload-card .uppy-Dashboard-Item:hover{box-shadow:0 10px 20px #3e36321f;transform:translateY(-2px)}.upload-card .uppy-Dashboard-Item-progressIcon--progress{color:var(--terracotta)!important}.upload-card .uppy-Dashboard-Item.is-complete .uppy-Dashboard-Item-progressIndicator,.upload-card .uppy-StatusBar-progress{background-color:var(--terracotta)!important}.upload-card .uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-Dashboard-AddFiles{border-color:var(--terracotta)!important;background:#f2cc8f38!important}.upload-card .uppy-ProviderBrowser-headerBar{background:linear-gradient(180deg,#f9f5f0f5,#f2eae0f5)!important;color:var(--espresso)!important;border-bottom:1px solid rgba(62,54,50,.1)}.upload-card .uppy-Provider-breadcrumbs,.upload-card .uppy-Provider-breadcrumbsIcon{color:var(--espresso)!important}.upload-card .uppy-ProviderBrowser-searchFilterInput{background:#ffffffbf!important;border-radius:999px!important;color:var(--espresso)!important;border:1px solid rgba(62,54,50,.14)!important}.upload-card .uppy-ProviderBrowser-searchFilterInput:focus{background:#fffffff2!important;box-shadow:0 0 0 3px #f2cc8f80}.upload-card .uppy-ProviderBrowser-searchFilterInput::placeholder{color:#3e363273}.upload-card .uppy-ProviderBrowser-searchFilterIcon,.upload-card .uppy-ProviderBrowser-searchFilterReset{color:#3e36328c!important}.upload-card .uppy-ProviderBrowser-list{background:#fffcf8b3!important}.upload-card .uppy-ProviderBrowserItem-inner{border-radius:10px;transition:background-color .15s ease}.upload-card .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner:hover{background-color:#9a3b3b14}.upload-card .uppy-ProviderBrowserItem-checkbox{border-color:#3e36324d!important}.upload-card .uppy-ProviderBrowserItem--is-checked .uppy-ProviderBrowserItem-checkbox{background-color:var(--terracotta)!important;border-color:var(--terracotta)!important}.upload-card .uppy-ProviderBrowser-footer{background:#fffbf6f2!important;border-top:1px solid rgba(62,54,50,.1)!important}.upload-card .uppy-ProviderBrowser-userLogout{color:var(--terracotta)!important}.upload-card .uppy-Provider-empty,.upload-card .uppy-Provider-auth,.upload-card .uppy-Provider-loading{color:#3e36328c!important}.upload-card .uppy-Provider-authTitle{color:var(--espresso)!important}.upload-card [class*=uppy-]{font-family:Work Sans,-apple-system,Segoe UI,sans-serif!important}.upload-card .uppy-Dashboard-Item-name,.upload-card .uppy-Dashboard-Item-status,.upload-card .uppy-Dashboard-Item-statusSize{color:var(--espresso)!important}.upload-card .uppy-Dashboard-Item-reSelect,.upload-card .uppy-Dashboard-serviceMsg-actionBtn,.upload-card .uppy-DashboardContent-save,.upload-card .uppy-DashboardContent-addMore,.upload-card .uppy-StatusBar-actionBtn{color:var(--terracotta)!important}.upload-card .uppy-Dashboard-browse:hover{border-bottom-color:var(--terracotta)!important}.upload-card .uppy-StatusBar-spinner,.upload-card .uppy-DashboardTab-iconMyDevice{fill:var(--terracotta)!important;color:var(--terracotta)!important}.upload-card .uppy-Dashboard-Item-progressIcon--retry{fill:var(--terracotta)!important}.upload-card .uppy-Dashboard-dropFilesHereHint{border-color:var(--terracotta)!important;background-image:none!important;color:var(--terracotta)!important}.upload-card .uppy-StatusBar-actionCircleBtn:focus,.upload-card .uppy-StatusBar-actionBtn--retry:focus,.upload-card .uppy-StatusBar-actionBtn--uploadNewlyAdded:focus,.upload-card .uppy-ProviderBrowser-searchFilterReset:focus,.upload-card .uppy-Dashboard-Item-action:focus,.upload-card .uppy-Dashboard-FileCard-edit:focus{box-shadow:0 0 0 3px #9a3b3b80!important}@keyframes bubble-in{0%{opacity:0;transform:translateY(8px) scale(.99)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes typing-pulse{0%,80%,to{transform:translateY(0);opacity:.35}40%{transform:translateY(-3px);opacity:.95}}.nav-bar{position:sticky;top:0;z-index:30;background:#fdfbf8eb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border-default);box-shadow:0 1px #3e363208,0 8px 24px #3e36320a}.nav-bar-inner{width:min(1180px,100%);margin:0 auto;padding:12px 32px;display:flex;align-items:center;gap:32px}.nav-brand{display:inline-flex;align-items:center;text-decoration:none;flex-shrink:0}.nav-brand-logo{height:38px;width:auto;display:block;object-fit:contain}.nav-links{display:flex;align-items:center;gap:4px;flex:1}.nav-link{color:var(--text-secondary);text-decoration:none;font:var(--text-body-sm);font-weight:600;padding:9px 16px;border-radius:var(--radius-pill);background:transparent;transition:background var(--duration-fast) var(--ease-standard),color var(--duration-fast) var(--ease-standard)}.nav-link.is-active{color:var(--text-primary);background:var(--surface-sunken)}.nav-link:hover{color:var(--text-primary)}.nav-auth{display:flex;align-items:center;gap:12px;flex-shrink:0}.nav-auth-email{font:var(--text-body-sm);color:var(--text-secondary);max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.start-page{display:flex;flex-direction:column}.start-accent{color:var(--color-terracotta-500)}.mk-band{width:100%}.mk-band--sunken{background:var(--surface-sunken)}.mk-band--accent{background:var(--surface-accent)}.mk-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:48px;align-items:center;max-width:1180px;width:100%;margin:0 auto;padding:0 32px 96px}.mk-hero{grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);gap:64px;padding-top:72px}.mk-problem{grid-template-columns:minmax(0,.9fr) minmax(0,1fr);gap:56px;max-width:1080px}.mk-chat{gap:64px}.mk-founder{grid-template-columns:minmax(0,.85fr) minmax(0,1fr);gap:64px;padding-bottom:112px}.mk-about-intro{grid-template-columns:minmax(0,.85fr) minmax(0,1fr);gap:64px;padding-top:72px}.mk-row--mirror{grid-template-columns:minmax(0,1fr) minmax(0,.85fr)}.mk-band-inner{padding:88px 32px}.start-row-copy{display:grid;gap:16px;justify-items:start;text-align:left}.start-row-copy h1,.start-row-copy h2{font-size:clamp(1.9rem,3.4vw,2.6rem);line-height:1.2}.start-row-copy p{margin:0;max-width:56ch;line-height:1.7;color:var(--text-secondary)}.start-hero-ctas{display:flex;gap:14px;flex-wrap:wrap;margin-top:6px}.mk-hero-collage{display:grid;grid-template-columns:1.3fr 1fr;gap:18px;align-items:stretch;min-width:0}.mk-hero-collage-main{width:100%;min-width:0;aspect-ratio:4 / 5;border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);overflow:hidden;background:var(--surface-accent)}.mk-hero-collage-main img{width:100%;height:100%;object-fit:cover;display:block}.mk-hero-collage-stack{display:flex;flex-direction:column;gap:14px;min-width:0}.mk-hero-collage-tile{width:100%;min-width:0;flex:1;border-radius:var(--radius-xl);box-shadow:var(--shadow-md);overflow:hidden;background:var(--surface-accent)}.mk-hero-collage-tile img{width:100%;height:100%;object-fit:cover;display:block}.mk-image{width:100%;min-width:0;border-radius:var(--radius-xl);box-shadow:var(--shadow-md);overflow:hidden;background:var(--surface-accent)}.mk-image img{width:100%;height:100%;object-fit:cover;display:block}.mk-image--45{aspect-ratio:4 / 5}.mk-image--34{aspect-ratio:3 / 4}.mk-center{max-width:920px;width:100%;margin:0 auto;padding:96px 32px;text-align:center;display:grid;gap:16px;justify-items:center}.mk-center h2{font-size:clamp(1.7rem,3.2vw,2.3rem)}.mk-center p{margin:0;max-width:64ch;line-height:1.8;color:var(--text-secondary)}.mk-center--narrow{max-width:680px;padding:40px 32px 96px}.start-chat-mock{width:100%;max-width:460px;border-radius:var(--radius-xl);background:var(--surface-card);border:1px solid var(--border-default);box-shadow:var(--shadow-md);padding:24px;display:flex;flex-direction:column;gap:16px}.start-chat-mock-head{font:var(--text-body-sm);font-weight:700;color:var(--text-secondary)}.start-chat-mock-body{display:flex;flex-direction:column;gap:10px}.start-chat-bubble{align-self:flex-start;max-width:85%;padding:12px 16px;font:var(--text-body-md);line-height:1.5}.start-chat-bubble--assistant{background:var(--surface-sunken);color:var(--text-primary);border-radius:16px 16px 16px 4px}.start-chat-bubble--choice{align-self:flex-end;background:var(--color-terracotta-500);color:var(--text-inverse);border-radius:16px 16px 4px}.start-chat-mock-input{border-radius:var(--radius-pill);border:1px solid var(--border-default);padding:10px 10px 10px 16px;display:flex;align-items:center;justify-content:space-between;background:var(--surface-canvas);color:var(--text-muted);font:var(--text-body-sm)}.start-chat-mock-send{width:32px;height:32px;border-radius:var(--radius-pill);background:var(--color-terracotta-500);color:var(--text-inverse);display:inline-flex;align-items:center;justify-content:center;font-size:14px}.start-process{width:min(1180px,100%);margin:0 auto;display:grid;gap:24px;text-align:center}.start-process h2{font-size:clamp(1.7rem,3.2vw,2.3rem)}.start-process-grid{display:grid;gap:28px;grid-template-columns:repeat(3,minmax(0,1fr));text-align:left}.start-process-card{background:var(--surface-card);border:1px solid var(--border-default);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:32px}.start-process-icon{width:48px;height:48px;border-radius:var(--radius-md);background:var(--color-terracotta-100);color:var(--color-terracotta-600);display:flex;align-items:center;justify-content:center;margin-bottom:20px}.start-process-icon svg{width:22px;height:22px}.start-process-card h3{font:var(--text-display-md);line-height:1.25;margin:0 0 20px}.start-process-card p{margin:0;font:var(--text-body-md);line-height:1.6;color:var(--text-secondary)}.start-process-cta{justify-self:center}.start-footer{display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap;padding:40px 32px;background:var(--surface-inverse);font:var(--text-body-sm);color:var(--text-inverse);opacity:.9}.start-footer a{color:var(--text-inverse);font-weight:600;text-decoration:none}.mk-pillars{padding:88px 32px}.about-signature{font:var(--text-display-md);color:var(--text-primary);margin:8px 0 0!important}.about-signature-role{font:var(--text-body-sm)!important;color:var(--text-muted)!important;text-transform:uppercase;letter-spacing:.03em;margin:2px 0 0!important}.about-newsletter{max-width:620px;margin:0 auto;text-align:center;display:grid;gap:12px;justify-items:center}.about-newsletter-form{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin-top:8px;width:100%}.about-newsletter-form .ds-field{width:min(320px,100%)}.about-newsletter-success{font:var(--text-body-md);font-weight:700;color:var(--feedback-success-text);background:var(--feedback-success-bg);display:inline-flex;padding:12px 20px;border-radius:var(--radius-pill);margin:0}@media (max-width: 720px){.nav-bar-inner{flex-wrap:wrap;padding:10px 16px;gap:10px}.nav-brand-logo{height:30px}.nav-auth-email{display:none}.nav-links{order:3;flex:1 1 100%;width:100%;justify-content:center;gap:2px;padding-top:8px;border-top:1px solid var(--border-default);overflow-x:auto}.nav-link{padding:8px 12px;white-space:nowrap}.mk-row{grid-template-columns:1fr;gap:28px;padding-bottom:56px}.mk-hero{padding-top:40px}.mk-founder{padding-bottom:64px}.mk-problem>*:first-child,.mk-founder>*:first-child,.mk-about-intro>*:first-child{order:2}.mk-problem>*:last-child,.mk-founder>*:last-child,.mk-about-intro>*:last-child{order:1}.mk-image{max-height:42vh}.mk-band-inner,.mk-center{padding:56px 24px}.mk-center--narrow{padding:32px 24px 56px}.start-row-copy{justify-items:center;text-align:center}.start-row-copy p{max-width:60ch}.mk-hero-collage{grid-template-columns:1fr 1fr}.start-process-grid{grid-template-columns:1fr}.chat-page{align-items:flex-start;min-height:100dvh;padding:16px 12px 32px}.chat-card,.upload-card{padding:18px;border-radius:22px}.message-list{max-height:none;overflow:visible}.bubble{max-width:92%}.message-input{grid-template-columns:1fr}.message-input .ds-button{height:50px}.format-grid{grid-template-columns:1fr}.upload-card.upload-card-enhanced{padding:18px;gap:16px}.upload-dz{padding:32px 20px}.upload-meta-row{gap:8px}.upload-meta-pill{width:100%;justify-content:center;text-align:center}.books-card{padding:18px;border-radius:22px}.phase-tab{width:100%;justify-content:center}.phase-divider{display:none}.modal-actions{flex-direction:column}.auth-page{padding:16px}.auth-card{grid-template-columns:1fr;gap:24px;padding:24px;border-radius:22px}.auth-copy{text-align:center;align-items:center;justify-content:start}.auth-copy p{max-width:40ch}}
