.cc-container{background:#f5f5f7;height:100vh;display:flex;position:relative;overflow:hidden}.cc-sidebar{background:#fff;border-right:1px solid #e5e5e5;flex-direction:column;width:280px;display:flex;overflow:hidden}.cc-sidebar-header{border-bottom:1px solid #e5e5e5;padding:20px}.cc-sidebar-header h2{color:#1d1d1f;align-items:center;gap:10px;margin:0;font-size:18px;font-weight:600;display:flex}.cc-sidebar-header h2 svg{width:20px;height:20px}.cc-quick-access{border-bottom:1px solid #e5e5e5;padding:15px 10px}.cc-section-title{color:#86868b;text-transform:uppercase;letter-spacing:.5px;margin-bottom:5px;padding:5px 10px;font-size:11px;font-weight:600}.cc-menu-item{cursor:pointer;color:#1d1d1f;-webkit-user-select:none;user-select:none;border-radius:6px;align-items:center;gap:10px;padding:8px 12px;transition:all .2s;display:flex}.cc-menu-item svg{flex-shrink:0;width:18px;height:18px}.cc-menu-item span{font-size:13px;font-weight:400}.cc-menu-item:hover{background:#f5f5f7}.cc-menu-item.active{color:#fff;background:#007aff}.cc-folder-tree{flex:1;padding:15px 10px;overflow-y:auto}.cc-tree{margin:0;padding:0}.cc-tree-item{margin-bottom:2px;position:relative}.cc-tree-folder{cursor:pointer;color:#1d1d1f;-webkit-user-select:none;user-select:none;border-radius:6px;align-items:center;gap:6px;padding:6px 8px;transition:all .2s;display:flex}.cc-tree-folder svg{flex-shrink:0;width:16px;height:16px}.folder-toggle{cursor:pointer;color:#86868b;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;transition:all .2s;display:flex}.folder-toggle svg{transition:transform .3s;transform:rotate(0)}.folder-toggle.expanded svg{transform:rotate(90deg)}.folder-toggle:hover{color:#1d1d1f}.folder-toggle-spacer{flex-shrink:0;width:16px;height:16px}.cc-tree-folder .folder-icon{align-items:center;display:flex}.cc-tree-folder .folder-name{white-space:nowrap;text-overflow:ellipsis;flex:1;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;overflow:hidden}.cc-tree-folder .folder-count{color:#86868b;background:#f5f5f7;border-radius:10px;padding:2px 6px;font-size:11px}.cc-tree-folder.protected .folder-icon svg{color:#007aff}.cc-tree-folder:hover{background:#f5f5f7}.cc-tree-folder.active{color:#fff;background:#007aff}.cc-tree-folder.active .folder-toggle{color:#fff}.cc-tree-folder.active .folder-icon{color:#fff!important}.cc-tree-folder.active .folder-icon svg{stroke:#fff;color:#fff!important}.cc-tree-folder.active .folder-count{color:#fff;background:#fff3}.cc-tree-children{opacity:1;max-height:5000px;margin-left:20px;padding-left:0;transition:max-height .3s,opacity .2s;overflow:hidden}.cc-tree-item.collapsed>.cc-tree-children{opacity:0;max-height:0}.cc-sidebar-footer{border-top:1px solid #e5e5e5;padding:15px}.cc-sidebar-footer .btn{justify-content:center;align-items:center;gap:8px;font-size:14px;display:flex}.cc-main{flex-direction:column;flex:1;display:flex;overflow:hidden}.cc-toolbar{background:#fff;border-bottom:1px solid #e5e5e5;align-items:center;gap:20px;padding:12px 20px;display:flex}.cc-toolbar-left{flex:none}.cc-toolbar-center{flex:1;justify-content:center;display:flex}.cc-toolbar-right{flex:none;align-items:center;gap:10px;display:flex}.cc-new-resource-dropdown{position:relative}.btn-new-resource{color:#fff;cursor:pointer;background:linear-gradient(135deg,#007aff 0%,#0051d5 100%);border:none;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex;box-shadow:0 2px 8px #007aff4d}.btn-new-resource:hover{transform:translateY(-2px);box-shadow:0 4px 16px #007aff66}.btn-new-resource:active{transform:translateY(0)}.btn-new-resource svg{width:20px;height:20px}.new-resource-menu{opacity:0;visibility:hidden;z-index:1000;background:#fff;border:1px solid #e5e5e7;border-radius:12px;min-width:180px;transition:all .2s;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;transform:translateY(-10px);box-shadow:0 8px 24px #0000001f}.new-resource-menu.show{opacity:1;visibility:visible;transform:translateY(0)}.new-resource-item{cursor:pointer;color:#1d1d1f;align-items:center;gap:12px;padding:12px 16px;font-size:14px;font-weight:500;transition:all .15s;display:flex}.new-resource-item:hover{background:#f5f5f7}.new-resource-item:active{background:#e5e5e7}.new-resource-item svg{color:#007aff;width:18px;height:18px}.new-resource-item:not(:last-child){border-bottom:1px solid #f5f5f7}.cc-breadcrumb{align-items:center;gap:8px;font-size:13px;display:flex}.cc-breadcrumb-item{cursor:pointer;color:#1d1d1f;border-radius:4px;align-items:center;gap:6px;padding:4px 8px;transition:all .2s;display:flex}.cc-breadcrumb-item svg{width:16px;height:16px}.cc-breadcrumb-item:hover{background:#f5f5f7}.cc-breadcrumb-separator{color:#86868b}.cc-search{width:100%;max-width:400px;position:relative}.cc-search svg{color:#86868b;pointer-events:none;width:16px;height:16px;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.cc-search input{background:#f5f5f7;border:1px solid #d2d2d7;border-radius:8px;width:100%;padding:8px 12px 8px 36px;font-size:14px;transition:all .2s}.cc-search input:focus{background:#fff;border-color:#007aff;outline:none;box-shadow:0 0 0 3px #007aff1a}.cc-view-toggle{background:#f5f5f7;border-radius:8px;gap:4px;padding:4px;display:flex}.cc-view-btn{cursor:pointer;color:#86868b;background:0 0;border:none;border-radius:6px;padding:6px 10px;transition:all .2s}.cc-view-btn svg{width:18px;height:18px}.cc-view-btn:hover{color:#1d1d1f}.cc-view-btn.active{color:#007aff;background:#fff;box-shadow:0 1px 3px #0000001a}.cc-content{flex:1;padding:20px;overflow-y:auto}.cc-content-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:16px;display:grid}.cc-content-list{flex-direction:column;gap:8px;display:flex}.cc-folder-item{cursor:pointer;-webkit-user-select:none;user-select:none;background:#fff;border:1px solid #e5e5e5;border-radius:12px;flex-direction:column;align-items:center;padding:16px;transition:all .2s;display:flex;position:relative}.cc-folder-item:hover{border-color:#d2d2d7;transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.cc-folder-item.protected:before{content:"🔒";font-size:12px;position:absolute;top:8px;right:8px}.cc-folder-icon{border-radius:12px;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:8px;font-size:32px;display:flex}.cc-folder-icon svg{width:40px;height:40px}.cc-folder-name{color:#1d1d1f;text-align:center;word-break:break-word;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:500;line-height:1.4}.cc-folder-meta{color:#86868b;margin-top:4px;font-size:11px}.cc-file-item{cursor:pointer;-webkit-user-select:none;user-select:none;background:#fff;border:1px solid #e5e5e5;border-radius:12px;flex-direction:column;padding:16px;transition:all .2s;display:flex;position:relative}.cc-file-item:hover{border-color:#d2d2d7;transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.cc-file-icon{aspect-ratio:1;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:8px;justify-content:center;align-items:center;width:100%;margin-bottom:12px;font-size:32px;display:flex}.cc-file-icon.type-idea{background:linear-gradient(135deg,#f093fb 0%,#f5576c 100%)}.cc-file-icon.type-hook{background:linear-gradient(135deg,#4facfe 0%,#00f2fe 100%)}.cc-file-icon.type-script{background:linear-gradient(135deg,#43e97b 0%,#38f9d7 100%)}.cc-file-icon.type-image{background:linear-gradient(135deg,#fa709a 0%,#fee140 100%)}.cc-file-icon.type-video{background:linear-gradient(135deg,#30cfd0 0%,#330867 100%)}.cc-file-icon.type-document{background:linear-gradient(135deg,#a8edea 0%,#fed6e3 100%)}.cc-file-icon.type-link{background:linear-gradient(135deg,#ff9a9e 0%,#fecfef 100%)}.cc-file-icon svg{color:#fff;width:32px;height:32px}.cc-video-preview{aspect-ratio:1;background:#000;border-radius:8px;width:100%;margin-bottom:12px;position:relative;overflow:hidden}.cc-video-preview iframe{object-fit:cover;pointer-events:none;width:100%;height:100%}.cc-video-overlay{opacity:0;pointer-events:none;background:#0000004d;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .2s;display:flex;position:absolute;top:0;left:0}.cc-file-item:hover .cc-video-overlay{opacity:1}.cc-video-overlay svg{color:#fff;filter:drop-shadow(0 2px 8px #0000004d);width:48px;height:48px}.cc-file-item.video-item{padding:0;overflow:hidden}.cc-file-item.video-item .cc-video-preview{border-radius:12px 12px 0 0;margin-bottom:0}.cc-file-item.video-item .cc-file-name,.cc-file-item.video-item .cc-file-type,.cc-file-item.video-item .cc-file-tags{padding:0 16px}.cc-file-item.video-item .cc-file-name{margin-top:12px}.cc-file-item.video-item .cc-file-tags{padding-bottom:12px}.cc-file-item.video-item .cc-file-favorite{z-index:10}.cc-file-name{color:#1d1d1f;text-overflow:ellipsis;white-space:nowrap;margin-bottom:4px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:500;overflow:hidden}.cc-file-type{color:#86868b;margin-bottom:8px;font-size:11px}.cc-file-tags{flex-wrap:wrap;gap:4px;display:flex}.cc-file-tag{color:#86868b;background:#f5f5f7;border-radius:4px;padding:2px 6px;font-size:10px}.cc-file-favorite{cursor:pointer;color:#86868b;background:0 0;border:none;padding:4px;transition:all .2s;position:absolute;top:8px;right:8px}.cc-file-favorite:hover{color:#f59e0b;transform:scale(1.1)}.cc-file-favorite.active{color:#f59e0b}.cc-file-favorite svg{width:16px;height:16px}.cc-content-list .cc-folder-item,.cc-content-list .cc-file-item{flex-direction:row;align-items:center;gap:12px;padding:12px 16px}.cc-content-list .cc-folder-icon,.cc-content-list .cc-file-icon{width:40px;height:40px;margin:0;font-size:20px}.cc-content-list .cc-folder-icon svg,.cc-content-list .cc-file-icon svg{width:24px;height:24px}.cc-content-list .cc-folder-name,.cc-content-list .cc-file-name{text-align:left;flex:1}.cc-content-list .cc-file-tags{margin-left:auto}.cc-empty-state{text-align:center;color:#86868b;flex-direction:column;grid-column:1/-1;justify-content:center;align-items:center;padding:60px 20px;display:flex}.cc-empty-state svg{opacity:.3;width:80px;height:80px;margin-bottom:20px}.cc-empty-state h3{color:#1d1d1f;margin-bottom:8px;font-size:20px;font-weight:600}.cc-empty-state p{max-width:400px;font-size:14px}.modal{z-index:10000;background-color:#00000080;width:100%;height:100%;animation:.2s fadeIn;display:none;position:fixed;top:0;left:0}.modal.show{justify-content:center;align-items:center;display:flex}.modal-dialog{background:#fff;border-radius:12px;width:90%;max-width:500px;max-height:90vh;animation:.3s slideUp;overflow:hidden;box-shadow:0 20px 60px #0000004d}.modal-dialog.modal-lg{max-width:800px}.modal-dialog.modal-view-file{width:min(96vw,1180px);max-width:1180px;box-shadow:none;background:0 0;border-radius:0;overflow:visible}#modalViewFile .modal-content{border-radius:14px;overflow:hidden;box-shadow:0 20px 60px #0000004d}#modalViewFile .document-content{background:0 0;border:0;border-radius:0;margin:0 0 20px;padding:0}#modalViewFile #viewFileContent{padding:24px}.modal-content{flex-direction:column;max-height:90vh;display:flex}.modal-header{border-bottom:1px solid #e5e5e5;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.modal-header h5,.modal-title{color:#1d1d1f;align-items:center;gap:10px;margin:0;font-size:20px;font-weight:600;display:flex}.modal-header h5 svg,.modal-title svg{width:24px;height:24px}.modal-header .close{color:#86868b;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:28px;line-height:1;transition:all .2s;display:flex}.modal-header .close:hover{color:#1d1d1f;background:#f5f5f7}.modal-header-actions{align-items:center;gap:8px;display:flex}.btn-icon{cursor:pointer;color:#86868b;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;transition:all .2s;display:flex}.btn-icon svg{width:18px;height:18px}.btn-icon:hover{color:#1d1d1f;background:#f5f5f7}.btn-icon-danger{color:#86868b}.btn-icon-danger:hover{color:#dc3545;background:#fee}.modal-body{flex:1;padding:24px;overflow-y:auto}.modal-footer{border-top:1px solid #e5e5e5;justify-content:flex-end;gap:12px;padding:16px 24px;display:flex}.modal-overlay{z-index:1;background:#00000080;width:100%;height:100%;position:fixed;top:0;left:0}.modal-container{z-index:2;background:#fff;border-radius:16px;flex-direction:column;max-height:90vh;margin:20px;display:flex;position:relative;box-shadow:0 20px 60px #0000004d}.modal-container .modal-header{background:#fff;border-bottom:1px solid #e5e5e5;border-radius:16px 16px 0 0;padding:20px 24px}.modal-container .modal-body{background:#fff;flex:1;overflow-y:auto}.modal-container .modal-footer{background:#fff;border-top:1px solid #e5e5e5;border-radius:0 0 16px 16px;padding:16px 24px}.modal-container.modal-lg{width:95%;max-width:800px}.modal-document{z-index:2;background:#fff;border-radius:16px;flex-direction:column;width:95%;max-width:1200px;max-height:90vh;display:flex;position:relative;box-shadow:0 20px 60px #0000004d}.modal-document .modal-header{background:#fff;border-bottom:1px solid #e5e5e5;border-radius:16px 16px 0 0;padding:16px 24px}.document-title-input{color:#1d1d1f;border:none;outline:none;flex:1;padding:8px 0;font-size:24px;font-weight:600}.document-title-input::placeholder{color:#86868b}.modal-body-editor{background:#fff;flex-direction:column;flex:1;display:flex;overflow:hidden;padding:0!important}#documentEditor{background:#fff;flex-direction:column;flex:1;display:flex;overflow:hidden}#documentEditor .ql-toolbar{background:#f5f5f7;border:none;border-bottom:1px solid #e5e5e5;padding:12px 24px}#documentEditor .ql-container{background:#fff;border:none;flex:1;font-size:15px;line-height:1.7;overflow-y:auto}#documentEditor .ql-editor{background:#fff;min-height:400px;padding:24px}#documentEditor .ql-editor.ql-blank:before{color:#86868b;font-style:normal;left:24px}.ql-snow .ql-stroke{stroke:#1d1d1f}.ql-snow .ql-fill{fill:#1d1d1f}.ql-snow .ql-picker-label{color:#1d1d1f}.ql-toolbar button:hover,.ql-toolbar button:focus,.ql-toolbar button.ql-active{color:#2997ff!important}.ql-toolbar button:hover .ql-stroke,.ql-toolbar button.ql-active .ql-stroke{stroke:#2997ff!important}.ql-toolbar button:hover .ql-fill,.ql-toolbar button.ql-active .ql-fill{fill:#2997ff!important}.form-group{margin-bottom:20px}.form-group label{color:#1d1d1f;margin-bottom:8px;font-size:14px;font-weight:500;display:block}.form-control{border:1px solid #d2d2d7;border-radius:8px;width:100%;padding:10px 12px;font-family:inherit;font-size:14px;transition:all .2s}.form-control:focus{border-color:#007aff;outline:none;box-shadow:0 0 0 3px #007aff1a}.form-control:disabled{cursor:not-allowed;background:#f5f5f7}textarea.form-control{resize:vertical;min-height:100px}select.form-control{cursor:pointer}input[type=color].form-control,.cc-color-input{cursor:pointer;background:#fff;height:44px;padding:4px}input[type=color].form-control::-webkit-color-swatch-wrapper{padding:0}.cc-color-input::-webkit-color-swatch-wrapper{padding:0}input[type=color].form-control::-webkit-color-swatch{border:none;border-radius:6px}.cc-color-input::-webkit-color-swatch{border:none;border-radius:6px}input[type=color].form-control::-moz-color-swatch{border:none;border-radius:6px}.cc-color-input::-moz-color-swatch{border:none;border-radius:6px}.form-text{color:#86868b;margin-top:4px;font-size:12px;display:block}.row{gap:16px;margin:0 -8px;display:flex}.col-md-6{flex:1;padding:0 8px}.col-md-4{flex:0 0 33.333%;padding:0 8px}.col-md-8{flex:0 0 66.666%;padding:0 8px}.btn{cursor:pointer;border:none;border-radius:8px;align-items:center;gap:8px;padding:10px 20px;font-size:14px;font-weight:500;transition:all .2s;display:inline-flex}.btn svg{width:18px;height:18px}.btn-primary{color:#fff;background:#007aff}.btn-primary:hover{background:#0056b3}.btn-success{color:#fff;background:#10b981}.btn-success:hover{background:#059669}.btn-danger{color:#fff;background:#ef4444}.btn-danger:hover{background:#dc2626}.btn-secondary{color:#1d1d1f;background:#f5f5f7}.btn-info{color:#fff;background:#3b82f6;align-items:center;gap:6px;display:inline-flex}.btn-info:hover{background:#2563eb}.btn-secondary:hover{background:#e5e5e5}.btn-block{justify-content:center;width:100%}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}#viewFileContent{padding:20px 0}.file-view-header{border-bottom:1px solid #e5e5e5;align-items:start;gap:20px;margin-bottom:20px;padding-bottom:20px;display:flex}.file-view-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:80px;height:80px;font-size:40px;display:flex}.file-view-info{flex:1}.file-view-info h3{color:#1d1d1f;margin-bottom:8px;font-size:24px;font-weight:600}.file-view-meta{color:#86868b;flex-wrap:wrap;gap:16px;margin-bottom:12px;font-size:13px;display:flex}.file-view-meta-item{align-items:center;gap:6px;display:flex}.file-view-meta-item svg{width:14px;height:14px}.file-view-content{margin-bottom:20px}.file-view-content h4{color:#1d1d1f;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;font-size:14px;font-weight:600}.file-view-content p{color:#1d1d1f;white-space:pre-wrap;font-size:14px;line-height:1.6}.file-view-url{margin-bottom:20px}.file-view-url a{color:#007aff;align-items:center;gap:6px;font-size:14px;text-decoration:none;display:inline-flex}.file-view-url a:hover{text-decoration:underline}.file-view-url svg{width:14px;height:14px}.cc-context-menu{z-index:9999;background:#fff;border:1px solid #e5e5e5;border-radius:8px;min-width:180px;padding:6px;position:fixed;box-shadow:0 8px 24px #00000026}.cc-context-item{cursor:pointer;color:#1d1d1f;border-radius:6px;align-items:center;gap:10px;padding:8px 12px;font-size:13px;transition:all .2s;display:flex}.cc-context-item svg{width:16px;height:16px}.cc-context-item:hover{background:#f5f5f7}.cc-context-item.danger{color:#ef4444}.cc-context-separator{background:#e5e5e5;height:1px;margin:6px 0}@media (max-width:768px){.cc-sidebar{z-index:1000;height:calc(100vh - 60px);transition:left .3s;position:fixed;top:60px;left:-280px}.cc-sidebar.mobile-open{left:0}.cc-content-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:12px}.cc-toolbar{flex-wrap:wrap;gap:10px}.cc-toolbar-center{flex:100%;order:3}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.cc-folder-item,.cc-file-item{animation:.3s fadeIn}.cc-folder-tree::-webkit-scrollbar{width:8px}.cc-content::-webkit-scrollbar{width:8px}.cc-folder-tree::-webkit-scrollbar-track{background:0 0}.cc-content::-webkit-scrollbar-track{background:0 0}.cc-folder-tree::-webkit-scrollbar-thumb{background:#d2d2d7;border-radius:4px}.cc-content::-webkit-scrollbar-thumb{background:#d2d2d7;border-radius:4px}.cc-folder-tree::-webkit-scrollbar-thumb:hover{background:#a1a1a6}.cc-content::-webkit-scrollbar-thumb:hover{background:#a1a1a6}.video-link-container{text-align:center;background:#fff;border:2px solid #e5e5e5;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;margin-bottom:24px;padding:48px 32px;display:flex}.video-link-icon{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:50%;justify-content:center;align-items:center;width:96px;height:96px;margin-bottom:24px;display:flex}.video-link-icon svg{color:#fff;width:48px;height:48px}.video-platform-badge{color:#fff;text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:4px;padding:2px 6px;font-size:9px;font-weight:600;position:absolute;bottom:4px;right:4px}.script-badge{color:#fff;text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(135deg,#ff9500 0%,#ff6500 100%);border-radius:4px;padding:2px 6px;font-size:9px;font-weight:600;position:absolute;bottom:4px;right:4px}.type-script{color:#fff;background:linear-gradient(135deg,#ff9500 0%,#ff6500 100%)}.script-item .cc-file-icon{background:linear-gradient(135deg,#ff9500 0%,#ff6500 100%)}.document-content{background:#fff;border:1px solid #e5e5e5;border-radius:12px;margin-bottom:24px;padding:24px}.document-text{color:#1d1d1f;word-wrap:break-word;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.75}.document-text.ql-editor{white-space:normal;min-height:0;padding:0}.document-text.ql-editor p,.document-text.ql-editor li,.document-text.ql-editor blockquote{color:#1d1d1f;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.document-text.ql-editor h1,.document-text.ql-editor h2,.document-text.ql-editor h3,.document-text.ql-editor h4,.document-text.ql-editor h5,.document-text.ql-editor h6{color:#111;letter-spacing:-.02em;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.document-text.ql-editor h1{font-size:2rem}.document-text.ql-editor h2{font-size:1.65rem}.document-text.ql-editor h3{font-size:1.35rem}.document-text.ql-editor .ql-size-small{font-size:.875rem}.document-text.ql-editor .ql-size-large{font-size:1.25rem}.document-text.ql-editor .ql-size-huge{font-size:1.75rem}.document-text.ql-editor blockquote{color:#4b5563;border-left:3px solid #d1d5db;margin:1.2rem 0;padding-left:1rem;font-style:italic}.document-text.ql-editor pre.ql-syntax{color:#f8fafc;background:#111827;border-radius:10px;padding:16px 18px;overflow-x:auto}.document-text.ql-editor a{color:#2563eb;text-decoration:underline}.document-text.ql-editor img{border-radius:10px;max-width:100%;height:auto}.toast{opacity:0;z-index:3000;background:#fff;border-radius:12px;align-items:center;gap:12px;min-width:300px;max-width:500px;padding:16px 20px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;bottom:32px;right:32px;transform:translateY(100px);box-shadow:0 10px 40px #0003}.toast.show{opacity:1;transform:translateY(0)}.toast-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.toast-icon.success{color:#48bb78;background:#48bb7833}.toast-icon.error{color:#f56565;background:#f5656533}.toast-icon.info{color:#3b82f6;background:#3b82f633}.toast-icon.warning{color:#f59e0b;background:#fbbf2433}.toast-icon svg{width:16px;height:16px}.toast span{color:#1d1d1f;font-size:14px;font-weight:500}.confirm-modal{z-index:30000;justify-content:center;align-items:center;width:100%;height:100%;display:none;position:fixed;top:0;left:0}.confirm-modal.show{display:flex}.confirm-modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0006;width:100%;height:100%;animation:.2s cubic-bezier(.4,0,.2,1) fadeIn;position:absolute;top:0;left:0}.confirm-modal-content{z-index:30001;background:#fff;border-radius:16px;width:90%;max-width:420px;animation:.3s cubic-bezier(.4,0,.2,1) confirmSlideUp;position:relative;overflow:hidden;box-shadow:0 20px 60px #0000004d}@keyframes confirmSlideUp{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.confirm-modal-icon{border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin:32px auto 20px;animation:.6s cubic-bezier(.4,0,.2,1) iconPulse;display:flex}@keyframes iconPulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.confirm-modal-icon.warning{color:#f59e0b;background:#fbbf2426}.confirm-modal-icon.danger{color:#f56565;background:#f5656526}.confirm-modal-icon.success{color:#48bb78;background:#48bb7826}.confirm-modal-icon svg{width:28px;height:28px}.confirm-modal-body{text-align:center;padding:0 32px 32px}.confirm-modal-title{color:#1d1d1f;letter-spacing:-.5px;margin-bottom:12px;font-size:20px;font-weight:700}.confirm-modal-message{color:#86868b;margin-bottom:24px;font-size:15px;line-height:1.6}.confirm-modal-actions{gap:12px;display:flex}.confirm-modal-actions button{cursor:pointer;border:none;border-radius:10px;flex:1;padding:12px 20px;font-family:inherit;font-size:15px;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1)}.btn-confirm-cancel{color:#1d1d1f;background:#f5f5f7;border:1.5px solid #e5e5e5}.btn-confirm-cancel:hover{background:#e8e8ed;border-color:#d2d2d7;transform:translateY(-1px)}.btn-confirm-action{color:#fff;background:#2997ff}.btn-confirm-action:hover{background:#147ce5;transform:translateY(-1px);box-shadow:0 4px 12px #2997ff4d}.btn-confirm-action.danger{background:#f56565}.btn-confirm-action.danger:hover{background:#e53e3e;box-shadow:0 4px 12px #f565654d}.btn-confirm-action.warning{background:#f59e0b}.btn-confirm-action.warning:hover{background:#d97706;box-shadow:0 4px 12px #f59e0b4d}.btn-confirm-action.success{background:#48bb78}.btn-confirm-action.success:hover{background:#38a169;box-shadow:0 4px 12px #48bb784d}.modal-video-player{width:min(1040px,94vw);margin:0;max-width:1040px!important}.modal-video-player .modal-content{background:#fff;border:1px solid #e6e8ed;border-radius:20px;flex-direction:column;min-height:min(82vh,760px);display:flex;overflow:hidden;box-shadow:0 28px 70px #0a122047,0 3px 12px #0a122024}.modal-video-player .modal-header{background:#fff;border-bottom:1px solid #ebedf2;padding:18px 22px}.modal-video-player .modal-title{color:#0f172a;letter-spacing:-.02em;align-items:center;gap:12px;min-width:0;font-size:18px;font-weight:700;display:flex}.modal-video-player .modal-title span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.modal-video-player .modal-title svg{color:#64748b;width:19px;height:19px}.modal-video-player .close{cursor:pointer;color:#475569;background:#f2f4f8;border:1px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;padding:0;font-size:22px;line-height:1;transition:all .18s;display:flex}.modal-video-player .close:hover{color:#0f172a;background:#e8edf5;transform:translateY(-1px)}.modal-body-video{background:#fff;flex:1;grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);min-height:0;display:grid;padding:0!important}.video-player-stage{background:linear-gradient(#f6f9ff 0%,#edf3fc 100%);justify-content:center;align-items:stretch;min-height:0;padding:18px;display:flex}.video-player-container{aspect-ratio:16/9;background:#020617;border:1px solid #94a3b84d;border-radius:14px;width:100%;height:100%;min-height:420px;position:relative;overflow:hidden;box-shadow:0 18px 40px #0f172a2e}.modal-video-player.platform-pinterest .video-player-container,.video-player-container.platform-pinterest{aspect-ratio:4/5;max-height:min(70vh,620px)}.video-player-container iframe{border:none;width:100%;height:100%}.video-player-info{background:#fcfdff;border-left:1px solid #ebedf2;flex-direction:column;gap:16px;padding:20px 22px;display:flex}.video-description{margin:0;padding:0}.video-description h6{letter-spacing:.1em;text-transform:uppercase;color:#64748b;margin:0 0 8px;font-size:11px;font-weight:700}.video-description p{color:#334155;white-space:pre-wrap;overflow-wrap:anywhere;margin:0;font-size:14px;line-height:1.55}.video-description-modal{background:#f5f5f7;border:1px solid #e5e5e7;border-radius:12px;margin-bottom:20px;padding:20px 24px}.video-description-modal p{color:#1d1d1f;white-space:pre-wrap;margin:0;font-size:14px;line-height:1.6}.video-player-meta{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:10px;margin-top:auto;display:flex}.video-player-meta.meta-compact{justify-content:space-between;margin-top:0}.video-platform-tag{color:#334155;text-transform:uppercase;letter-spacing:.08em;background:#eef2f7;border:1px solid #dbe3ec;border-radius:999px;align-items:center;padding:7px 12px;font-size:10px;font-weight:700;display:inline-flex}.video-platform-tag.tiktok{color:#fff;background:linear-gradient(140deg,#0f0f10 0%,#ee1d52 100%);border:none}.video-platform-tag.instagram{color:#fff;background:linear-gradient(135deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);border:none}.video-platform-tag.pinterest{color:#fff;background:#e60023;border:none}.video-player-info .btn-sm{color:#0f172a;background:#fff;border:1px solid #d3dce8;border-radius:10px;align-items:center;gap:6px;padding:9px 14px;font-size:13px;font-weight:600;transition:all .18s;display:inline-flex;box-shadow:0 1px 2px #0f172a0f}.video-player-info .btn-sm:hover{background:#f8fbff;border-color:#b8c6da}.video-player-info .btn-sm svg{width:14px;height:14px}.modal-body-video.video-body-compact{grid-template-rows:1fr auto;grid-template-columns:1fr}.modal-body-video.video-body-compact .video-player-info{background:#fff;border-top:1px solid #ebedf2;border-left:none;padding:14px 18px}@media (max-width:980px){.modal-video-player{width:min(94vw,760px)}.modal-video-player .modal-content{min-height:min(90vh,820px)}.modal-body-video{grid-template-rows:auto auto;grid-template-columns:1fr}.video-player-info{border-top:1px solid #ebedf2;border-left:none}.video-player-container{min-height:320px}.modal-video-player.platform-pinterest .video-player-container,.video-player-container.platform-pinterest{min-height:360px;max-height:min(62vh,560px)}}@media (max-width:640px){.modal-video-player{width:96vw}.modal-video-player .modal-header{padding:14px}.modal-video-player .modal-title{font-size:16px}.modal-video-player .close{width:30px;height:30px;font-size:20px}.video-player-stage{padding:12px}.video-player-container{min-height:260px}.video-player-info{padding:12px 14px}.video-player-meta{width:100%}.video-player-info .btn-sm{justify-content:center;width:100%}}.btn-sm{color:#1d1d1f;background:#f5f5f7;border:1px solid #e5e5e7;border-radius:8px;align-items:center;gap:6px;padding:8px 14px;font-size:13px;font-weight:500;transition:all .2s;display:inline-flex}.btn-sm:hover{background:#e5e5e7;border-color:#d1d1d6}.btn-sm svg{width:14px;height:14px}.video-embed-container{background:#000;border-radius:12px;width:100%;margin-bottom:20px;padding-bottom:177.78%;position:relative;overflow:hidden;box-shadow:0 4px 12px #0000001a}.video-embed-container iframe{border:none;width:100%;height:100%;position:absolute;top:0;left:0}.video-url-info{background:#f5f5f7;border:1px solid #e5e5e7;border-radius:10px;justify-content:space-between;align-items:center;gap:12px;margin-bottom:24px;padding:16px 20px;display:flex}.modal-script{background:#fff;border-radius:24px;width:95vw;overflow:hidden;box-shadow:0 24px 64px #0000001f;max-width:1000px!important}.script-modal-header{z-index:10;background:#fff;border-bottom:1px solid #e5e5e5;justify-content:space-between;align-items:center;padding:20px 24px;display:flex;position:sticky;top:0}.script-modal-title-section{align-items:center;gap:10px;display:flex}.script-modal-icon{justify-content:center;align-items:center;display:flex}.script-modal-icon svg{color:#1d1d1f;width:24px;height:24px}.script-modal-title{color:#1d1d1f;letter-spacing:-.2px;margin:0;font-size:20px;font-weight:600}.script-modal-close{color:#86868b;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.script-modal-close:hover{color:#1d1d1f;background:#f5f5f7}.script-modal-close svg{width:20px;height:20px}.modal-body-script{background:#fff;max-height:75vh;overflow-y:auto;padding:24px!important}.modal-body-script::-webkit-scrollbar{width:8px}.modal-body-script::-webkit-scrollbar-track{background:0 0}.modal-body-script::-webkit-scrollbar-thumb{background:#d1d1d6;border-radius:10px}.modal-body-script::-webkit-scrollbar-thumb:hover{background:#a1a1a6}.modal-body-script .form-group{margin-bottom:20px}.modal-body-script label{color:#1d1d1f;margin-bottom:8px;font-size:13px;font-weight:600;display:block}.modal-body-script .form-control{background:#fff;border:1px solid #d0d0d0;border-radius:8px;padding:10px 14px;font-size:14px;font-weight:400;transition:all .2s}.modal-body-script .form-control:focus{background:#fff;border-color:#1d1d1f;outline:none;box-shadow:0 0 0 3px #1d1d1f1a}.modal-body-script select.form-control{cursor:pointer}.modal-body-script textarea.form-control{resize:vertical;min-height:80px}.modal-body-script .form-text{color:#86868b;margin-top:6px;font-size:12px;font-weight:400}.script-header{background:#f5f5f7;border:1px solid #e5e5e5;border-radius:12px;margin-bottom:20px;padding:20px}.script-header .form-control-lg{letter-spacing:-.2px;background:#fff;border:1px solid #d0d0d0;border-radius:8px;padding:12px 16px;font-size:18px;font-weight:600;transition:all .2s}.script-header .form-control-lg:focus{background:#fff;border-color:#1d1d1f;box-shadow:0 0 0 3px #1d1d1f1a}.script-section{background:#f5f5f7;border:1px solid #e5e5e5;border-radius:12px;margin-bottom:16px;padding:20px;transition:all .2s}.script-section:hover{border-color:#d0d0d0}.script-section:last-child{margin-bottom:0}.script-section-header{border-bottom:1px solid #e5e5e5;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:12px;display:flex}.script-section-header h6{color:#1d1d1f;letter-spacing:-.2px;align-items:center;gap:8px;margin:0;font-size:15px;font-weight:600;display:flex}.script-section-header h6 svg{color:#86868b;width:18px;height:18px}.scenes-container{flex-direction:column;gap:12px;display:flex}.script-scenes-section{background:#f5f5f7;border:1px solid #e5e5e5;border-radius:12px;margin-bottom:16px;padding:16px}.script-scenes-header{margin-bottom:12px}.script-scenes-total{background:#fff;border:1px solid #d0d0d0;border-radius:999px;align-items:center;gap:8px;padding:6px 12px;display:inline-flex}.script-scenes-total-label{color:#86868b;font-size:12px;font-weight:500}.script-scenes-total-value{color:#1d1d1f;font-size:13px;font-weight:700}.script-scenes-total-separator{color:#b0b0b0;font-size:12px}.script-scenes-total-count{color:#515154;font-size:12px;font-weight:600}.scene-item{background:#fff;border:1px solid #d0d0d0;border-radius:12px;padding:0;transition:all .2s;position:relative;overflow:hidden}.scene-item:hover{border-color:#86868b;box-shadow:0 2px 8px #00000014}.scene-item .col-md-12{width:100%!important;padding-left:16px!important;padding-right:16px!important}.scene-item .col-md-4,.scene-item .col-md-5,.scene-item .col-md-2{padding-left:8px!important;padding-right:8px!important}.scene-item-header{background:#f5f5f7;border-bottom:1px solid #e5e5e5;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.scene-header-left{align-items:center;gap:10px;display:inline-flex}.scene-number{color:#fff;background:#1d1d1f;border-radius:8px;justify-content:center;align-items:center;min-width:32px;height:32px;padding:0 12px;font-size:14px;font-weight:600;display:inline-flex}.scene-title{color:#1d1d1f;font-size:14px;font-weight:600}.scene-actions{gap:8px;display:flex}.btn-scene-action{color:#1d1d1f;cursor:pointer;background:#fff;border:1px solid #d0d0d0;border-radius:6px;align-items:center;gap:4px;padding:6px 12px;font-size:12px;font-weight:500;transition:all .2s;display:inline-flex}.btn-scene-action:hover{background:#f5f5f7;border-color:#86868b}.btn-scene-action.danger{color:#dc3545;border-color:#dc3545}.btn-scene-action.danger:hover{background:#fee;border-color:#dc3545}.btn-scene-action svg{width:14px;height:14px}.scene-item .row{width:100%;margin-bottom:0;padding:16px 20px;margin-left:0!important;margin-right:0!important}.scene-main-row{border-bottom:1px solid #f0f0f0}.scene-details-row{background:#fcfcfc}.scene-item .row:not(:last-child){border-bottom:none}.scene-item .row:last-child{margin-bottom:0}.scene-item .form-group{width:100%;margin-bottom:16px}.scene-item label{color:#1d1d1f;margin-bottom:8px;font-size:13px;font-weight:600;display:block}.scene-item .scene-description{color:#1d1d1f;resize:vertical;background:#fff;border:1px solid #d0d0d0;border-radius:8px;min-height:70px;padding:10px 14px;font-size:14px;font-weight:400;transition:all .2s;box-sizing:border-box!important;width:100%!important;min-width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important;display:block!important}.scene-item .scene-description:focus{background:#fff;border-color:#1d1d1f;outline:none;box-shadow:0 0 0 3px #1d1d1f1a}.scene-item input,.scene-item select{background:#fff;border:1px solid #d0d0d0;border-radius:8px;width:100%;padding:10px 14px;font-size:14px;font-weight:400;transition:all .2s}.scene-item input:focus,.scene-item select:focus{background:#fff;border-color:#1d1d1f;outline:none;box-shadow:0 0 0 3px #1d1d1f1a}.scene-item .scene-notes{resize:vertical;background:#fff;border:1px solid #d0d0d0;border-radius:8px;min-height:70px;padding:10px 14px;font-size:14px;transition:all .2s;box-sizing:border-box!important;width:100%!important;min-width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important;display:block!important}.scene-item .scene-notes:focus{background:#fff;border-color:#1d1d1f;outline:none;box-shadow:0 0 0 3px #1d1d1f1a}.scene-item .scene-notes::placeholder{color:#86868b;font-style:italic}.scene-duration-group .scene-duration{text-align:center;min-width:0;font-weight:600}.scenes-add-button-container{justify-content:center;margin-top:12px;padding:12px 0;display:flex}.btn-add-scene{color:#fff;cursor:pointer;background:#1d1d1f;border:none;border-radius:8px;align-items:center;gap:8px;padding:10px 20px;font-size:14px;font-weight:600;transition:all .2s;display:inline-flex}.btn-add-scene:hover{background:#000;box-shadow:0 2px 8px #00000026}.btn-add-scene:active{transform:scale(.98)}.btn-add-scene svg{width:20px;height:20px}.modal-script .modal-footer{z-index:10;background:#fff;border-top:1px solid #e5e5e5;justify-content:flex-end;gap:12px;padding:16px 24px;display:flex;position:sticky;bottom:0}.modal-script .modal-footer .btn{border-radius:8px;align-items:center;gap:8px;padding:10px 20px;font-size:14px;font-weight:600;transition:all .2s;display:inline-flex}.modal-script .modal-footer .btn-secondary{color:#1d1d1f;background:#f5f5f7;border:1px solid #e5e5e5}.modal-script .modal-footer .btn-secondary:hover{background:#e5e5e5;border-color:#d0d0d0}.modal-script .modal-footer .btn-primary{color:#fff;background:#1d1d1f;border:none}.modal-script .modal-footer .btn-primary:hover{background:#000;box-shadow:0 2px 8px #00000026}.modal-script .modal-footer .btn svg{width:16px;height:16px}@media (max-width:768px){.script-scenes-header{flex-direction:column;align-items:flex-start;gap:10px}.script-scenes-total{justify-content:center;width:100%}.scene-item-header{flex-direction:column;align-items:flex-start;gap:10px}.scene-actions{flex-wrap:wrap;justify-content:flex-start;width:100%}}.modal-view-file.modal-view-script{width:92vw!important;max-width:980px!important;max-height:90vh!important;box-shadow:none!important;background:0 0!important;border-radius:12px!important;margin:auto!important}.modal-view-file.modal-view-script .modal-content{border-radius:12px;max-height:90vh;background:#fff!important;border:none!important}.modal-view-file.modal-view-script .modal-header{border-bottom:1px solid #e7e9ee;background:0 0!important}.modal-view-file.modal-view-script .modal-body{background:0 0!important;padding:0!important}.modal-view-file.modal-view-script #viewFileContent{border-radius:0;min-height:100%;background:0 0!important;margin:0!important;padding:0 0 12px!important}.script-view-hero{color:#1d1d1f;box-shadow:none;background:0 0;border-bottom:1px solid #e7e9ee;border-radius:0;margin-bottom:0;padding:18px 24px}.script-view-hero-top{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:12px;display:flex}.script-view-hero-kicker{letter-spacing:.12em;text-transform:uppercase;color:#6a7284;font-size:11px;font-weight:600}.script-view-title{color:#1d1d1f;letter-spacing:-.3px;margin:0 0 14px;font-size:24px;font-weight:700;line-height:1.25}.script-view-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.script-view-stat{background:0 0;border:1px solid #e1e4ea;border-radius:10px;min-width:0;padding:10px 12px}.script-view-stat-label{color:#6a7284;text-transform:uppercase;letter-spacing:.08em;margin-bottom:5px;font-size:11px;display:block}.script-view-stat-value{color:#1d1d1f;white-space:nowrap;text-overflow:ellipsis;font-size:15px;font-weight:700;display:block;overflow:hidden}.script-view-section{background:0 0;border:none;border-bottom:1px solid #e7e9ee;border-radius:0;margin:0;padding:18px 24px}.script-view-section h4{color:#1d1d1f;letter-spacing:-.2px;align-items:center;gap:9px;margin-bottom:14px;font-size:16px;font-weight:700;display:flex}.script-view-section h4 svg{color:#86868b;width:18px;height:18px}.script-view-section p{color:#1d1d1f;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.6}.script-scenes-grid{gap:12px;display:grid}.script-scene-card{background:0 0;border:1px solid #e3e7ef;border-radius:12px;padding:14px;transition:all .2s,transform .2s}.script-scene-card:hover{border-color:#c9d2e2;transform:translateY(-1px);box-shadow:0 4px 14px #19233714}.script-scene-card-header{align-items:center;gap:12px;margin-bottom:10px;display:flex}.script-scene-card-number{color:#fff;background:#111318;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:13px;font-weight:700;display:flex}.script-scene-card-heading{justify-content:space-between;align-items:center;gap:10px;width:100%;display:flex}.script-scene-card-heading h5{color:#16181d;letter-spacing:-.1px;margin:0;font-size:15px;font-weight:700}.script-scene-duration{color:#303542;background:#fff;border:1px solid #ccd3df;border-radius:999px;align-items:center;padding:4px 10px;font-size:12px;font-weight:700;display:inline-flex}.script-scene-block{margin-bottom:10px}.script-scene-block p{color:#212633;margin:0}.script-scene-block-label{color:#6a7284;text-transform:uppercase;letter-spacing:.08em;margin-bottom:5px;font-size:11px;font-weight:700;display:inline-block}.script-scene-chip-row{flex-wrap:wrap;gap:8px;margin-bottom:10px;display:flex}.script-scene-chip{color:#273042;background:#fff;border:1px solid #d9deea;border-radius:999px;align-items:center;gap:6px;padding:5px 10px;font-size:12px;font-weight:600;display:inline-flex}.script-scene-chip svg{color:#5e6a7f;width:13px;height:13px}.script-scene-notes{border-top:1px dashed #d8deea;padding-top:9px}.script-scene-notes p{color:#2e3442;margin:0}.script-type-badge{text-transform:none;letter-spacing:0;border-radius:999px;align-items:center;padding:5px 11px;font-size:12px;font-weight:700;display:inline-flex}.script-type-badge.reel,.script-type-badge.video,.script-type-badge.foto,.script-type-badge.stories,.script-type-badge.carrusel,.script-type-badge.custom{color:#fff;background:#1d1d1f;border:none}.script-references-list{flex-direction:column;gap:9px;display:flex}.script-reference-link{color:#1a1f2b;background:0 0;border:1px solid #e1e6ee;border-radius:10px;align-items:center;gap:10px;padding:12px 13px;font-size:13px;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.script-reference-link:hover{background:0 0;border-color:#c8d2e2;transform:translate(3px);box-shadow:0 4px 12px #19233714}.script-reference-link-disabled{opacity:.8;cursor:default}.script-reference-link svg{color:#586174;flex-shrink:0;width:16px;height:16px}.script-reference-link span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.script-tech-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.script-tech-card{background:0 0;border:1px solid #dfe4ed;border-radius:10px;padding:12px}.script-tech-card-header{color:#2b3447;text-transform:uppercase;letter-spacing:.06em;align-items:center;gap:7px;margin-bottom:8px;font-size:12px;font-weight:700;display:inline-flex}.script-tech-card-header svg{color:#637089;width:14px;height:14px}.script-tech-card p{color:#2a2f3c;margin:0;font-size:13px;line-height:1.5}.script-view-notes-panel{background:0 0;border-left:3px solid #2d3442;border-radius:8px;padding:10px 12px}.script-view-notes-panel p{margin:0}.script-view-empty{text-align:center;color:#6a7385;background:#fbfcfe;border:1px dashed #d7dce7;border-radius:12px;padding:28px 16px}.script-view-empty svg{width:26px;height:26px;margin-bottom:8px}.script-view-empty h4{color:#252b38;margin:0 0 6px;font-size:15px}.script-view-empty p{margin:0;font-size:13px}@media (max-width:860px){.modal-view-file.modal-view-script{width:96vw!important;max-width:96vw!important;max-height:90vh!important;margin:auto!important}.script-view-hero{padding:18px}.script-view-section{padding:16px 18px}.script-view-stats,.script-tech-grid{grid-template-columns:1fr}}.scenes-empty{text-align:center;color:#86868b;padding:40px 20px}.scenes-empty svg{opacity:.5;width:48px;height:48px;margin-bottom:12px}.scenes-empty p{margin:0;font-size:14px}.cc-loading-indicator{color:#86868b;grid-column:1/-1;justify-content:center;align-items:center;gap:12px;padding:30px;font-size:14px;display:flex}.cc-loading-indicator .spinner{border:2px solid #e5e5e5;border-top-color:#007aff;border-radius:50%;width:20px;height:20px;animation:.6s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.spinner-small{border:2px solid #e5e5e5;border-top-color:#007aff;border-radius:50%;width:14px;height:14px;margin:0 auto;animation:.6s linear infinite spin}.tree-loading{justify-content:center;align-items:center;padding:8px;display:flex}.tree-error{color:#ff3b30;text-align:center;padding:8px 12px;font-size:12px}#contentGrid{scroll-behavior:smooth}.cc-file-item,.cc-folder-item{will-change:transform}.cc-file-item{animation:.3s ease-out fadeInUp}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.cc-content-grid:after{content:"";grid-column:1/-1;height:1px}.cc-folder-item[draggable=true],.cc-file-item[draggable=true]{cursor:default}.cc-folder-item[draggable=true]:active,.cc-file-item[draggable=true]:active{cursor:grabbing!important;cursor:-webkit-grabbing!important}.cc-folder-item.drag-over,.cc-tree-folder.drag-over{transition:all .2s;transform:scale(1.02);background:#007aff1a!important;border-color:#007aff!important;box-shadow:0 0 0 2px #007aff4d!important}.cc-tree-folder.drag-over{border-radius:8px;background:#007aff26!important}
.analytics-page{background:var(--primary-color);min-height:100vh}.analytics-main{padding:32px 40px}.analytics-kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;margin-bottom:24px;display:grid}.analytics-kpi-card{border:1px solid var(--border-color);border-radius:16px;padding:22px}.analytics-kpi-label{letter-spacing:.6px;text-transform:uppercase;color:var(--text-secondary);margin:0 0 10px;font-size:12px;font-weight:600}.analytics-kpi-value{letter-spacing:-1px;margin:0;font-size:36px;line-height:1}.analytics-kpi-value span{color:var(--text-secondary);font-size:18px;font-weight:500}.analytics-kpi-meta{color:var(--text-secondary);margin:10px 0 0;font-size:14px}.analytics-panels-grid{grid-template-columns:minmax(0,1.5fr) minmax(0,1fr);gap:20px;display:grid}.analytics-panel{border:1px solid var(--border-color);border-radius:16px;padding:24px}.analytics-panel-header{margin-bottom:18px}.analytics-panel-header h3{margin:0 0 6px;font-size:20px}.analytics-panel-header p{color:var(--text-secondary);margin:0;font-size:14px}.analytics-chart{grid-template-columns:repeat(6,minmax(0,1fr));align-items:end;gap:12px;min-height:180px;display:grid}.analytics-chart-col{flex-direction:column;align-items:center;gap:8px;display:flex}.analytics-chart-bars{justify-content:center;align-items:end;gap:6px;width:100%;min-height:150px;display:flex}.analytics-chart-bars span{border-radius:8px 8px 2px 2px;width:38%;min-height:6px;transition:opacity .2s;display:block}.analytics-chart-bars .bar-tasks{background:#111}.analytics-chart-bars .bar-assets{background:#7a7a7a}.analytics-chart-bars span:hover{opacity:.8}.analytics-chart-label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;font-size:12px}.analytics-module-list{flex-direction:column;gap:16px;display:flex}.analytics-module-item{gap:8px;display:grid}.analytics-module-meta{justify-content:space-between;align-items:baseline;gap:10px;display:flex}.analytics-module-meta strong{font-size:14px}.analytics-module-meta span{color:var(--text-secondary);font-size:13px}.analytics-module-track{background:#f0f0f0;border-radius:999px;height:8px;overflow:hidden}.analytics-module-track span{background:linear-gradient(90deg,#000 0%,#4a4a4a 100%);height:100%;display:block}.analytics-module-item small{color:var(--text-secondary);font-size:12px}@media (max-width:1280px){.analytics-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.analytics-panels-grid{grid-template-columns:1fr}}@media (max-width:768px){.analytics-main{padding:24px}.analytics-kpi-grid{grid-template-columns:1fr;gap:14px}.analytics-panel{padding:18px}.analytics-chart{gap:6px}.analytics-chart-label{font-size:10px}.analytics-kpi-value{font-size:30px}}
.public-gallery-page{background:#fafafa;justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.public-gallery-page *{box-sizing:border-box}.public-gallery-page button,.public-gallery-page input{font:inherit}.public-gallery-page .container{width:100%;max-width:1400px}.public-gallery-page .logo-link{width:fit-content;margin:0 auto 32px;display:block}.public-gallery-page .password-container{text-align:center;background:#fff;border-radius:24px;max-width:480px;margin:0 auto;padding:60px 50px;box-shadow:0 8px 32px #00000014}.public-gallery-page .public-gallery-status-container{flex-direction:column;justify-content:center;align-items:center;gap:20px;min-height:320px;display:flex}.public-gallery-page .euphoria-logo{border-radius:16px;width:300px;height:auto;margin:0 auto;padding:20px;display:block}.public-gallery-page .company-logo{object-fit:contain;border-radius:20px;width:100px;height:100px;margin:0 auto 24px;display:block}.public-gallery-page .company-logo-placeholder,.public-gallery-page .logo-placeholder{background:#f3f3f3;border:2px solid #e5e5e5;justify-content:center;align-items:center;display:flex}.public-gallery-page .company-logo-placeholder{border-radius:20px;width:100px;height:100px;margin:0 auto 24px}.public-gallery-page .company-logo-placeholder svg{stroke:#86868b;width:44px;height:44px}.public-gallery-page h1{color:#1d1d1f;letter-spacing:-.5px;margin:0 0 8px;font-size:32px;font-weight:700}.public-gallery-page .company-name{color:#86868b;margin:0 0 12px;font-size:17px;font-weight:400}.public-gallery-page .description{color:#6e6e73;margin:0 0 32px;font-size:15px;line-height:1.5}.public-gallery-page .password-form{margin-top:40px}.public-gallery-page .form-label{color:#1d1d1f;margin-bottom:20px;font-size:15px;font-weight:600;display:block}.public-gallery-page .digit-inputs{justify-content:center;gap:12px;margin-bottom:32px;display:flex}.public-gallery-page .digit-input{text-align:center;color:#1d1d1f;background:#fff;border:2px solid #d2d2d7;border-radius:12px;width:56px;height:64px;font-size:32px;font-weight:600;transition:all .2s}.public-gallery-page .digit-input:focus{border-color:#000;outline:none;box-shadow:0 0 0 4px #0000000d}.public-gallery-page .digit-input.is-filled{background:#f5f5f7;border-color:#000}.public-gallery-page .digit-input.is-error{border-color:#ff3b30;animation:.4s public-gallery-shake}.public-gallery-page .btn{color:#fff;cursor:pointer;letter-spacing:-.2px;background:#000;border:none;border-radius:12px;width:100%;padding:16px;font-size:17px;font-weight:600;transition:all .2s}.public-gallery-page .btn:hover{background:#1d1d1f}.public-gallery-page .btn:active{transform:scale(.98)}.public-gallery-page .btn:disabled{opacity:.4;cursor:not-allowed}.public-gallery-page .error-box{color:#ff3b30;background:#fff4f4;border:1px solid #ffe5e5;border-radius:12px;margin-bottom:24px;padding:16px 20px;font-size:15px;font-weight:500}.public-gallery-page .divider{background:#e5e5e5;height:1px;margin:32px 0}.public-gallery-page .gallery-container{background:#fff;border-radius:24px;padding:48px;box-shadow:0 8px 32px #00000014}.public-gallery-page .gallery-header{justify-content:space-between;align-items:center;gap:20px;margin-bottom:32px;display:flex}.public-gallery-page .gallery-info{align-items:center;gap:20px;display:flex}.public-gallery-page .gallery-info img{object-fit:contain;border-radius:16px;width:72px;height:72px}.public-gallery-page .logo-placeholder{border-radius:16px;width:72px;height:72px}.public-gallery-page .logo-placeholder svg{stroke:#86868b;width:32px;height:32px}.public-gallery-page .gallery-title h1{margin-bottom:4px;font-size:28px}.public-gallery-page .gallery-title .company{color:#86868b;margin:0;font-size:15px}.public-gallery-page .file-count{color:#fff;letter-spacing:-.2px;background:#000;border-radius:20px;padding:10px 20px;font-size:15px;font-weight:600}.public-gallery-page .gallery-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;display:grid}.public-gallery-page .gallery-item{aspect-ratio:1;background:#f5f5f7;border:1px solid #e5e5e5;border-radius:16px;transition:all .2s;position:relative;overflow:hidden}.public-gallery-page .gallery-item:hover{transform:scale(1.02);box-shadow:0 8px 24px #0000001f}.public-gallery-page .gallery-item.is-selected{opacity:.8;transform:scale(.95)}.public-gallery-page .gallery-click-surface{cursor:pointer;background:0 0;border:none;width:100%;height:100%;padding:0;display:block;position:relative}.public-gallery-page .gallery-item img,.public-gallery-page .gallery-item video{object-fit:cover;width:100%;height:100%}.public-gallery-page .gallery-item .gallery-media{object-fit:cover}.public-gallery-page .play-icon{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 4px 12px #00000026}.public-gallery-page .play-icon svg{fill:#1d1d1f;width:20px;height:20px;margin-left:3px}.public-gallery-page .empty-gallery{text-align:center;color:#86868b;padding:80px 20px}.public-gallery-page .empty-gallery svg{stroke:#d2d2d7;width:72px;height:72px;margin-bottom:20px}.public-gallery-page .empty-gallery h3{color:#1d1d1f;letter-spacing:-.3px;margin:0 0 8px;font-size:22px;font-weight:600}.public-gallery-page .empty-gallery p{color:#86868b;margin:0;font-size:15px}.public-gallery-page .download-toolbar{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:1000;opacity:0;background:#000000f2;border-radius:16px;align-items:center;gap:16px;padding:16px 24px;display:none;position:fixed;bottom:32px;left:50%;transform:translate(-50%)translateY(20px);box-shadow:0 12px 48px #0000004d}.public-gallery-page .download-toolbar.is-active{animation:.3s ease-out forwards public-gallery-slide-up;display:flex}.public-gallery-page .download-toolbar-info{color:#fff;font-size:15px;font-weight:500}.public-gallery-page .download-btn{color:#000;cursor:pointer;background:#fff;border:none;border-radius:10px;align-items:center;gap:8px;padding:10px 20px;font-size:14px;font-weight:600;transition:all .2s;display:flex}.public-gallery-page .download-btn:hover{background:#e5e5e5;transform:scale(1.05)}.public-gallery-page .download-btn svg{width:18px;height:18px}.public-gallery-page .download-btn-secondary{color:#fff;background:0 0;border:1.5px solid #ffffff4d}.public-gallery-page .download-btn-secondary:hover{background:#ffffff1a;border-color:#ffffff80}.public-gallery-page .gallery-item-checkbox{cursor:pointer;z-index:10;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:2px solid #0000001a;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;padding:0;transition:all .2s;display:flex;position:absolute;top:12px;left:12px}.public-gallery-page .gallery-item-checkbox:hover{background:#fff;border-color:#000;transform:scale(1.1)}.public-gallery-page .gallery-item-checkbox.is-checked{background:#000;border-color:#000}.public-gallery-page .gallery-item-checkbox svg{stroke:#fff;width:16px;height:16px;display:none}.public-gallery-page .gallery-item-checkbox.is-checked svg{display:block}.public-gallery-page .lightbox{z-index:9999;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#000000f5;justify-content:center;align-items:center;display:none;position:fixed;inset:0}.public-gallery-page .lightbox.is-active{display:flex}.public-gallery-page .lightbox-content{max-width:90%;max-height:90%;position:relative}.public-gallery-page .lightbox-content img,.public-gallery-page .lightbox-content video{border-radius:12px;max-width:100%;max-height:90vh;box-shadow:0 20px 60px #00000080}.public-gallery-page .lightbox-content .lightbox-media{border-radius:12px;width:auto;max-width:100%;height:auto;max-height:90vh;box-shadow:0 20px 60px #00000080}.public-gallery-page .lightbox-toolbar{z-index:10000;align-items:center;gap:12px;display:flex;position:absolute;top:24px;right:24px}.public-gallery-page .lightbox-download,.public-gallery-page .lightbox-close,.public-gallery-page .lightbox-nav{cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;padding:0;transition:all .2s;display:flex}.public-gallery-page .lightbox-download svg,.public-gallery-page .lightbox-close svg{stroke:#1d1d1f;width:20px;height:20px}.public-gallery-page .lightbox-download:hover,.public-gallery-page .lightbox-close:hover,.public-gallery-page .lightbox-nav:hover{background:#fff;transform:scale(1.1)}.public-gallery-page .lightbox-nav{z-index:10000;position:absolute;top:50%;transform:translateY(-50%)}.public-gallery-page .lightbox-nav svg{stroke:#1d1d1f;stroke-width:2.5px;width:18px;height:18px}.public-gallery-page .lightbox-prev{left:24px}.public-gallery-page .lightbox-next{right:24px}.public-gallery-page .download-progress-modal,.public-gallery-page .confirm-modal{justify-content:center;align-items:center;display:none;position:fixed;inset:0}.public-gallery-page .download-progress-modal{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10000;background:#000000d9}.public-gallery-page .download-progress-modal.is-active,.public-gallery-page .confirm-modal.is-active{display:flex}.public-gallery-page .download-progress-content{text-align:center;background:#fff;border-radius:24px;flex-direction:column;justify-content:center;width:400px;min-height:380px;padding:48px 40px;display:flex;box-shadow:0 20px 60px #0000004d}.public-gallery-page .progress-circle-container{width:160px;height:160px;margin:0 auto 32px;position:relative}.public-gallery-page .progress-circle{transform:rotate(-90deg)}.public-gallery-page .progress-circle-bg{fill:none;stroke:#e5e5e5;stroke-width:8px}.public-gallery-page .progress-circle-fill{fill:none;stroke:#000;stroke-width:8px;stroke-linecap:round;transition:stroke-dashoffset .3s}.public-gallery-page .progress-text{color:#000;font-size:36px;font-weight:700;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.public-gallery-page .progress-label{color:#1d1d1f;justify-content:center;align-items:center;min-height:27px;margin-bottom:8px;font-size:18px;font-weight:600;display:flex}.public-gallery-page .progress-sublabel{color:#86868b;justify-content:center;align-items:center;min-height:21px;font-size:14px;display:flex}.public-gallery-page .confirm-modal{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:9999;background:#00000080}.public-gallery-page .confirm-modal-content{background:#fff;border-radius:20px;width:90%;max-width:400px;padding:32px;box-shadow:0 12px 40px #0003}.public-gallery-page .confirm-modal-icon{background:#f3f3f3;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 20px;display:flex}.public-gallery-page .confirm-modal-icon svg{stroke:#1d1d1f;width:28px;height:28px}.public-gallery-page .confirm-modal h3{color:#1d1d1f;text-align:center;letter-spacing:-.3px;margin:0 0 8px;font-size:22px;font-weight:700}.public-gallery-page .confirm-modal p{color:#86868b;text-align:center;white-space:pre-line;margin:0 0 28px;font-size:15px;line-height:1.5}.public-gallery-page .confirm-modal-buttons{flex-wrap:wrap;gap:12px;display:flex}.public-gallery-page .confirm-modal-btn{cursor:pointer;border:none;border-radius:12px;flex:1;padding:14px 24px;font-size:15px;font-weight:600;transition:all .2s}.public-gallery-page .confirm-modal-btn-cancel{color:#1d1d1f;background:#f3f3f3}.public-gallery-page .confirm-modal-btn-cancel:hover{background:#e5e5e5}.public-gallery-page .confirm-modal-btn-confirm{color:#fff;background:#000}.public-gallery-page .confirm-modal-btn-confirm:hover{background:#2d2d2d}.public-gallery-page .loading-more{grid-column:1/-1;justify-content:center;align-items:center;gap:16px;padding:40px 20px;display:flex}.public-gallery-page .loading-spinner{border:3px solid #e5e5e5;border-top-color:#000;border-radius:50%;width:32px;height:32px;animation:.8s linear infinite public-gallery-spin}.public-gallery-page .loading-more-text{color:#86868b;letter-spacing:-.2px;font-size:15px;font-weight:500}.public-gallery-page .load-more-trigger{grid-column:1/-1;height:20px;min-height:20px}@keyframes public-gallery-shake{0%,to{transform:translate(0)}25%{transform:translate(-10px)}75%{transform:translate(10px)}}@keyframes public-gallery-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes public-gallery-slide-up{0%{opacity:0;transform:translate(-50%)translateY(20px)}to{opacity:1;transform:translate(-50%)translateY(0)}}@media (max-width:768px){.public-gallery-page .password-container{padding:40px 30px}.public-gallery-page .digit-inputs{gap:8px}.public-gallery-page .digit-input{width:48px;height:56px;font-size:28px}.public-gallery-page .gallery-container{padding:32px 24px}.public-gallery-page .gallery-header{text-align:center;flex-direction:column;gap:20px}.public-gallery-page .gallery-info{flex-direction:column}.public-gallery-page .gallery-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px}.public-gallery-page .download-toolbar{flex-wrap:wrap;max-width:calc(100% - 32px);padding:12px 16px;bottom:16px}.public-gallery-page .download-btn{padding:8px 16px;font-size:13px}.public-gallery-page .lightbox-toolbar{top:16px;right:16px}.public-gallery-page .lightbox-nav{width:40px;height:40px}.public-gallery-page .lightbox-prev{left:16px}.public-gallery-page .lightbox-next{right:16px}}
.publications-shell{--calendar-row-min:108px;flex-direction:column;gap:16px;display:flex}.publications-share-layout .main-content{width:min(1500px,100vw - 32px);margin-left:auto;margin-right:auto;padding-top:16px}.publications-share-layout .content-area{width:100%}.publications-share-logo-strip{background:0 0;border:none;justify-content:center;align-items:center;width:min(540px,100vw - 32px);margin:20px auto 0;padding:6px 0 0;display:flex}.publications-share-logo-strip .publications-share-logo{width:min(320px,100%);height:auto}.publications-share-loader{z-index:220;opacity:1;visibility:visible;background:#fff;flex-direction:column;justify-content:center;align-items:center;gap:14px;transition:opacity .32s,visibility 0s linear .32s;display:flex;position:fixed;inset:0}.publications-share-loader.is-fading{opacity:0;visibility:hidden;pointer-events:none}.publications-share-loader-logo{width:min(360px,72vw);height:auto}.publications-share-loader-spinner{border:3px solid #d4d4d8;border-top-color:#111;border-radius:999px;width:36px;height:36px;animation:.9s linear infinite publications-share-spin}.publications-share-loader p{color:#52525b;margin:0;font-size:13px;font-weight:600}@keyframes publications-share-spin{to{transform:rotate(360deg)}}.publications-shell.public-share-mode{gap:12px}.publications-shell.public-share-mode.public-share-content-hidden{opacity:0;pointer-events:none}.publications-shell.public-share-mode.public-share-content-ready{opacity:1;transition:opacity .2s .32s}.publications-shell.public-share-mode .publications-header{display:none}.publications-shell.public-share-mode .publications-calendar-section.full-page{min-height:calc(100vh - 160px)}.publications-header h1{letter-spacing:-.8px;font-size:32px;line-height:1.15}.publications-header p{color:var(--text-secondary);max-width:850px;margin-top:8px}.publications-private-tabs{border-radius:999px;align-items:center;gap:8px;width:fit-content;padding:6px;display:inline-flex}.publications-private-tabs button{color:#4b5563;cursor:pointer;background:0 0;border:none;border-radius:999px;align-items:center;gap:8px;height:36px;padding:0 14px;font-size:13px;font-weight:700;display:inline-flex}.publications-private-tabs button.active{color:#fff;background:#111}.private-tab-badge{color:#fff;background:#dc2626;border-radius:999px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 6px;font-size:11px;font-weight:700;display:inline-flex}.publications-controls{border-radius:14px;justify-content:space-between;align-items:end;gap:16px;padding:16px;display:flex}.weekly-target-summary-card{border:1px solid var(--border-color);background:linear-gradient(145deg,#fff,#f7fafc);border-radius:12px;flex-direction:column;gap:8px;min-width:250px;padding:12px;display:flex}.weekly-target-column{flex-direction:column;gap:8px;min-width:250px;display:flex}.weekly-target-actions-row{justify-content:flex-end;display:flex}.giveaway-open-btn{color:#fff;cursor:pointer;background:#0f172a;border:1px solid #0f172a;border-radius:10px;height:38px;padding:0 14px;font-size:12px;font-weight:800;transition:transform .2s,box-shadow .2s;box-shadow:0 10px 24px #0f172a38}.giveaway-open-btn:hover{transform:translateY(-1px);box-shadow:0 16px 34px #0f172a4d}.weekly-target-summary-card p{letter-spacing:-.1px;color:var(--text-secondary);font-size:12px;font-weight:600}.weekly-target-summary-card strong{letter-spacing:-.1px;font-size:15px;line-height:1;display:inline-flex}.weekly-target-network-list{align-items:center;gap:14px;display:flex}.weekly-target-network-item{border:1px solid var(--border-color);background:#fff;border-radius:999px;align-items:center;gap:8px;padding:6px 8px;display:inline-flex}.weekly-target-open-btn,.weekly-target-save-btn{color:#fff;cursor:pointer;background:#111;border:1px solid #111;border-radius:10px;height:38px;padding:0 12px;font-size:12px;font-weight:700;transition:opacity .2s}.weekly-target-open-btn:hover,.weekly-target-save-btn:hover{opacity:.88}.weekly-target-save-btn:disabled{opacity:.5;cursor:not-allowed}.publications-brand-picker{flex-direction:column;gap:8px;min-width:300px;display:flex}.publications-brand-picker label{color:var(--text-secondary);letter-spacing:.04em;text-transform:uppercase;font-size:13px;font-weight:600}.publications-brand-picker select{border:1px solid var(--border-color);height:44px;color:var(--text-primary);background:#fff;border-radius:10px;padding:0 12px;font-size:14px}.publications-share-link-box{background:#f8fafc;border:1px dashed #d7dbe3;border-radius:10px;flex-direction:column;gap:8px;margin-top:10px;padding:10px;display:flex}.publications-share-link-box p{color:var(--text-secondary);letter-spacing:.02em;margin:0;font-size:12px;font-weight:600}.publications-share-link-row{align-items:center;gap:8px;display:flex}.publications-share-link-row .month-nav-btn{justify-content:center;align-items:center;min-width:70px;height:36px;padding:0 10px;font-size:12px;text-decoration:none;display:inline-flex}.publications-month-nav{align-items:center;gap:10px;display:flex}.publications-month-nav.in-calendar{width:auto}.publications-month-nav strong{text-align:center;text-transform:capitalize;min-width:180px}.month-nav-btn{border:1px solid var(--border-color);cursor:pointer;background:#fff;border-radius:10px;height:40px;padding:0 12px;font-size:13px;font-weight:600;transition:all .2s}.month-nav-btn:hover{border-color:#111;transform:translateY(-1px)}.month-nav-btn.icon-only{justify-content:center;align-items:center;width:38px;min-width:38px;height:38px;padding:0;font-size:22px;display:inline-flex}.month-nav-btn.icon-only span{line-height:1;transform:translateY(-1px)}.publications-alert{border-radius:10px;padding:12px 14px;font-size:14px}.publications-alert-error{color:#9f1239;background:#fff1f1;border:1px solid #ffc9c9}.publications-alert-success{color:#166534;background:#ecfdf3;border:1px solid #bbf7d0}.publications-change-requests-section{background:radial-gradient(circle at 0 0,#1e40af14,#0000 46%),radial-gradient(circle at 100% 0,#0f172a0f,#0000 44%),linear-gradient(#fff 0%,#f8fafc 100%);border:none;flex-direction:column;gap:16px;display:flex}.publications-change-requests-section.dashboard-card{box-shadow:none;border:none;outline:none}.change-requests-head{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:flex-start;gap:16px;padding:2px 0 12px;display:flex}.change-requests-head-copy{min-width:0}.change-requests-kicker{color:#334155;text-transform:uppercase;letter-spacing:.06em;background:#fff;border:1px solid #cbd5e1;border-radius:999px;align-items:center;min-height:24px;margin-bottom:8px;padding:0 10px;font-size:11px;font-weight:700;display:inline-flex}.change-requests-head h2{letter-spacing:-.6px;font-size:25px;line-height:1.1}.change-requests-head p{color:#475569;max-width:700px;margin-top:7px;font-size:14px;line-height:1.45}.change-requests-summary{background:#fff;border:1px solid #dbe3ec;border-radius:16px;grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:9px;min-width:320px;padding:9px;display:grid}.change-requests-stat{background:linear-gradient(#fff 0%,#f8fafc 100%);border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;justify-content:center;gap:4px;min-height:72px;padding:10px;display:flex;box-shadow:inset 0 1px #ffffff8c}.change-requests-stat.pending{background:linear-gradient(#fffbf5 0%,#fff7ed 100%);border-color:#fed7aa}.change-requests-stat.completed{background:linear-gradient(#f7fff9 0%,#ecfdf3 100%);border-color:#bbf7d0}.change-requests-stat.total{background:linear-gradient(#f8fbff 0%,#eff6ff 100%);border-color:#dbeafe}.change-requests-stat-label{color:#64748b;text-transform:uppercase;letter-spacing:.05em;font-size:11px;font-weight:700}.change-requests-stat-value{color:#0f172a;letter-spacing:-.5px;font-size:24px;line-height:1}.change-requests-filters{background:#fff;border:1px solid #dbe3ec;border-radius:12px;grid-template-columns:repeat(3,minmax(0,1fr));align-items:center;gap:0;width:fit-content;padding:4px;display:inline-grid;box-shadow:0 6px 16px #0f172a0f}.change-requests-filters button{color:#475569;cursor:pointer;background:0 0;border:none;border-radius:8px;min-width:116px;height:36px;padding:0 10px;font-size:12px;font-weight:700;transition:all .2s}.change-requests-filters button.active{color:#fff;background:#111;box-shadow:0 6px 14px #0f172a38}.change-request-cards{grid-template-columns:repeat(auto-fit,minmax(380px,1fr));gap:16px;display:grid}.change-request-card{background:linear-gradient(#fff 0%,#f8fafc 100%);border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;gap:12px;padding:16px;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex;position:relative;box-shadow:0 12px 24px #0f172a14}.change-request-card:before{content:"";background:#94a3b8;border-radius:0 3px 3px 0;width:3px;position:absolute;top:12px;bottom:12px;left:0}.change-request-card.pending:before{background:#ea580c}.change-request-card.completed:before{background:#16a34a}.change-request-card:hover{border-color:#cbd5e1;transform:translateY(-3px);box-shadow:0 22px 44px #0f172a24}.change-request-card-top{justify-content:space-between;align-items:center;gap:10px;display:flex}.change-request-card-top strong{font-size:17px;line-height:1.25}.change-request-card-brand{flex-direction:column;gap:3px;min-width:0;display:flex}.change-request-card-brand span{color:#475569;font-size:12px;font-weight:700}.change-request-card-meta-row{flex-wrap:wrap;gap:8px;display:flex}.change-request-meta-pill{color:#334155;background:#fff;border:1px solid #dbe3ec;border-radius:999px;padding:5px 10px;font-size:11px;font-weight:600}.change-request-status{border-radius:999px;padding:4px 9px;font-size:11px;font-weight:700}.change-request-status.pending{color:#9a3412;background:#ffedd5}.change-request-status.completed{color:#166534;background:#dcfce7}.change-request-meta,.change-request-requester{color:var(--text-secondary);font-size:12px}.change-request-text{color:#0f172a;white-space:pre-wrap;overflow-wrap:anywhere;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:10px 11px;font-size:14px;line-height:1.55;box-shadow:inset 0 1px #ffffffa6}.change-request-card-foot{color:#64748b;justify-content:space-between;align-items:center;gap:10px;margin-top:auto;font-size:12px;display:flex}.change-request-created-at,.change-request-completed-at{font-weight:600}.change-request-card-actions{align-items:center;gap:8px;display:inline-flex}.change-request-open-btn{color:#0f172a;cursor:pointer;background:#f8fafc;border:1px solid #cbd5e1;border-radius:10px;height:34px;padding:0 12px;font-size:12px;font-weight:700;transition:all .2s}.change-request-open-btn:hover{background:#fff;border-color:#0f172a;transform:translateY(-1px)}.change-request-complete-btn{color:#fff;cursor:pointer;background:linear-gradient(#111827 0%,#0f172a 100%);border:1px solid #0f172a;border-radius:10px;height:34px;padding:0 12px;font-size:12px;font-weight:700;box-shadow:0 8px 18px #0f172a3d}.change-request-complete-btn:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.change-request-confirm-backdrop{z-index:126;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.change-request-confirm-overlay{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);cursor:pointer;background:#0206178f;border:none;position:absolute;inset:0}.change-request-confirm-modal{z-index:1;background:#fff;border:1px solid #d4d4d8;border-radius:18px;flex-direction:column;gap:12px;width:min(560px,100%);max-height:calc(100vh - 64px);padding:18px;display:flex;position:relative;overflow:auto;box-shadow:0 30px 90px #0f172a52}.change-request-confirm-head p{color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin:0;font-size:11px;font-weight:700}.change-request-confirm-head h3{letter-spacing:-.4px;margin-top:4px;font-size:22px}.change-request-confirm-body{flex-direction:column;gap:10px;display:flex}.change-request-confirm-body>p{color:#334155;margin:0;font-size:13px;line-height:1.55}.change-request-confirm-summary{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;gap:6px;padding:10px;display:grid}.change-request-confirm-summary span{color:#0f172a;font-size:12px}.change-request-confirm-summary p{color:#1f2937;white-space:pre-wrap;overflow-wrap:anywhere;margin-top:2px;font-size:13px;line-height:1.5}.change-request-confirm-actions{justify-content:flex-end;align-items:center;gap:8px;display:flex}.change-request-confirm-actions .change-request-complete-btn{min-width:148px}.change-request-detail-backdrop{z-index:130;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.change-request-detail-overlay{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);cursor:pointer;background:#020617a6;border:none;position:absolute;inset:0}.change-request-detail-modal{z-index:1;background:#fff;border:1px solid #d4d4d8;border-radius:18px;flex-direction:column;gap:12px;width:min(720px,100%);max-height:calc(100vh - 56px);padding:18px;display:flex;position:relative;overflow:auto;box-shadow:0 30px 90px #0f172a52}.change-request-detail-head{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.change-request-detail-head p{color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin:0;font-size:11px;font-weight:700}.change-request-detail-head h3{letter-spacing:-.4px;margin-top:4px;font-size:22px}.change-request-detail-meta-grid{flex-wrap:wrap;gap:8px;display:flex}.change-request-detail-chip{color:#4b5563;background:#f9fafb;border:1px solid #e5e7eb;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:600}.change-request-detail-copy-block{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:12px}.change-request-detail-copy-block h4{text-transform:uppercase;letter-spacing:.04em;color:#6b7280;margin:0;font-size:12px}.change-request-detail-copy-block p{color:#111827;white-space:pre-wrap;overflow-wrap:anywhere;margin-top:8px;font-size:14px;line-height:1.55}.change-request-detail-completed-at{color:#166534;font-size:12px;font-weight:600}.change-request-detail-actions{justify-content:flex-end;align-items:center;gap:8px;display:flex}.publications-calendar-section,.publications-preview-section{border-radius:14px;padding:16px}.publications-calendar-section.full-page{flex-direction:column;gap:12px;min-height:calc(100vh - 250px);display:flex}.calendar-section-head h2{letter-spacing:-.4px;font-size:20px}.calendar-section-head{grid-template-columns:minmax(0,1fr) auto auto;align-items:flex-end;column-gap:14px;display:grid}.calendar-section-head p{color:var(--text-secondary);margin-top:4px;font-size:13px}.calendar-section-copy{min-width:0}.calendar-brand-badge{justify-self:center;align-items:center;gap:12px;display:none}.calendar-brand-avatar{background:#fff;border:1px solid #d4d4d8;border-radius:999px;justify-content:center;align-items:center;width:56px;height:56px;padding:0;display:inline-flex;overflow:hidden}.calendar-brand-avatar-image,.calendar-brand-avatar-fallback{border-radius:999px;width:100%;height:100%}.calendar-brand-avatar-image{object-fit:cover;background:#fff}.calendar-brand-avatar-fallback{color:#27272a;background:#fff;justify-content:center;align-items:center;font-size:17px;font-weight:700;display:inline-flex}.calendar-brand-name{letter-spacing:-.1px;color:var(--text-primary);font-size:18px;font-weight:700}.calendar-section-toolbar{flex-direction:column;align-items:flex-end;gap:8px;display:flex}.calendar-view-switch{border:1px solid var(--border-color);background:#fff;border-radius:999px;padding:2px;display:inline-flex}.calendar-view-switch button{color:#4b5563;letter-spacing:.02em;cursor:pointer;background:0 0;border:none;border-radius:999px;min-width:82px;height:32px;font-size:12px;font-weight:700}.calendar-view-switch button.active{color:#fff;background:#111}.publications-weekdays{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;grid-template-columns:repeat(7,minmax(0,1fr));gap:8px;margin-bottom:8px;font-size:12px;font-weight:700;display:grid}.publications-weekdays span{text-align:center}.publications-calendar-grid{flex:1;grid-template-columns:repeat(7,minmax(0,1fr));gap:8px;display:grid}.calendar-day-cell{border:1px solid var(--border-color);cursor:pointer;text-align:left;background:#fff;border-radius:12px;flex-direction:column;align-items:flex-start;gap:8px;min-height:128px;padding:8px;transition:all .2s;display:flex}.calendar-day-cell:hover{border-color:#c9c9c9;transform:translateY(-1px)}.calendar-day-cell.selected{border-color:#111;box-shadow:0 8px 20px #00000014}.calendar-day-cell.outside-month{opacity:.45}.calendar-day-head{justify-content:space-between;align-items:center;gap:8px;width:100%;display:flex}.day-number{font-size:14px;font-weight:700}.day-total{color:var(--text-secondary);font-size:11px}.day-event-list{flex-direction:column;gap:4px;width:100%;margin-top:auto;display:flex}.publications-calendar-grid.week-view .day-event-list{margin-top:0}.day-event{border:1px solid #0000;border-radius:8px;justify-content:space-between;align-items:center;gap:6px;min-height:26px;padding:3px 6px;display:flex}.publications-shell.public-share-mode .calendar-brand-badge{align-self:start;margin-top:-4px;display:inline-flex}.publications-shell.public-share-mode .calendar-section-head{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:start}.publications-shell.public-share-mode .calendar-section-toolbar{justify-self:end;align-items:flex-end}.day-event-main{align-items:center;gap:6px;min-width:0;display:inline-flex}.day-event-time{letter-spacing:.03em;font-size:10px;font-weight:700}.day-event-type{white-space:nowrap;text-overflow:ellipsis;max-width:72px;font-size:11px;font-weight:600;overflow:hidden}.day-event.pending{color:#9a3412;background:#fff7ed;border-color:#fdba74}.day-event.draft{color:#27272a;background:#fafafa;border-color:#d4d4d8}.day-event.published{color:#166534;background:#f0fdf4;border-color:#86efac}.day-event.error{color:#be123c;background:#fff1f2;border-color:#fda4af}.day-event.publishing,.day-event.unknown{color:#1d4ed8;background:#eff6ff;border-color:#93c5fd}.day-event-more{color:var(--text-secondary);letter-spacing:.03em;text-transform:uppercase;font-size:10px;font-weight:700}.day-type-chips,.day-type-chip,.day-type-more{display:none}.network-badges{flex-wrap:wrap;align-items:center;gap:4px;display:inline-flex}.day-empty{color:var(--text-secondary);margin-top:auto;font-size:12px}.publications-calendar-grid.week-view .day-empty{margin-top:0}.network-badge{border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;width:22px;height:22px;display:inline-flex}.network-badge.compact{width:20px;height:20px}.network-badge.instagram{color:#be185d;background:#fdf2f8;border-color:#fbcfe8}.network-badge.facebook{color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe}.network-badge.google-business{background:#fff;border-color:#dadce0}.social-icon{width:12px;height:12px;display:block}.network-empty{color:var(--text-secondary);font-size:11px}.publications-day-list{border-top:1px solid #ececec;margin-top:16px;padding-top:14px}.publications-day-list.in-modal{border-top:none;height:100%;margin-top:0;padding-top:0}.day-list-header{justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px;display:flex}.day-list-header h3{letter-spacing:-.3px;font-size:16px}.day-list-header span{color:var(--text-secondary);font-size:12px}.loading-pill{background:#f5f5f5;border-radius:999px;justify-content:center;align-items:center;min-height:24px;padding:0 10px;display:inline-flex}.empty-day-state{color:var(--text-secondary);text-align:center;border:1px dashed #d4d4d8;border-radius:12px;padding:20px}.day-post-cards{gap:10px;display:grid}.day-post-card{border:1px solid var(--border-color);text-align:left;cursor:pointer;background:#fff;border-radius:12px;padding:12px;transition:all .2s}.day-post-card:hover{transform:translateY(-1px)}.day-post-card.active{border-color:#111;box-shadow:0 10px 24px #00000014}.post-card-top,.post-card-foot{justify-content:space-between;align-items:center;gap:8px;display:flex}.post-card-top{margin-bottom:8px}.post-card-foot{color:var(--text-secondary);margin-top:10px;font-size:12px}.post-status{letter-spacing:.02em;border-radius:999px;padding:3px 8px;font-size:11px;font-weight:700}.post-status.draft{color:#3f3f46;background:#f4f4f5}.post-status.pending{color:#9a3412;background:#ffedd5}.post-status.published{color:#166534;background:#dcfce7}.post-status.publishing{color:#1d4ed8;background:#dbeafe}.post-status.error{color:#be123c;background:#ffe4e6}.post-status.unknown{color:#525252;background:#f5f5f5}.publications-shell.public-share-mode .day-event.pending{color:#1e3a8a;background:#edf3ff;border-color:#b6cbff}.publications-shell.public-share-mode .post-status.pending{color:#1e3a8a;background:#eaf2ff}.post-time{color:var(--text-secondary);font-size:12px}.day-post-card strong{margin-bottom:6px;font-size:14px;display:block}.day-post-card p{color:var(--text-secondary);font-size:13px;line-height:1.45}.preview-topbar{border-bottom:1px solid #ececec;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px;padding-bottom:12px;display:flex}.preview-topbar>div:first-child{flex:320px;min-width:0}.preview-topbar h3{letter-spacing:-.3px;font-size:18px}.preview-topbar p{color:var(--text-secondary);margin-top:4px;font-size:13px}.preview-topbar .preview-disclaimer{color:#1f2937;background:#f0fdfa;border-left:3px solid #0f766e;border-radius:8px;max-width:560px;margin-top:8px;padding:8px 10px;font-size:13px;font-weight:500;line-height:1.5}.preview-network-switch{border:1px solid var(--border-color);background:#fff;border-radius:10px;flex:none;width:fit-content;max-width:100%;display:inline-flex;overflow:hidden}.preview-network-switch button{cursor:pointer;color:#5b5b5b;background:#fff;border:none;min-width:118px;max-width:168px;height:36px;padding:0 12px;font-size:13px;font-weight:600}.preview-network-switch button.active{color:#111827;background:#f8fafc}.preview-network-switch button:disabled{opacity:.4;cursor:not-allowed}.preview-network-switch.single-network button{cursor:default;min-width:0;max-width:none}.switch-network-label{align-items:center;gap:6px;min-width:0;max-width:100%;display:inline-flex}.switch-network-label>span:last-child{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.switch-icon-frame{border-radius:999px;justify-content:center;align-items:center;width:20px;height:20px;display:inline-flex}.switch-icon-frame.instagram{color:#be185d;background:#fdf2f8}.switch-icon-frame.facebook{color:#1d4ed8;background:#eff6ff}.switch-icon-frame.google-business{background:#fff;border:1px solid #dadce0}.switch-icon{width:14px;height:14px;display:block}.preview-empty{text-align:center;color:var(--text-secondary);border:1px dashed #d4d4d8;border-radius:12px;padding:26px}.phone-shell-scroll-wrap{scrollbar-width:none;-ms-overflow-style:none;width:100%;padding-bottom:4px;overflow-x:auto}.phone-shell-scroll-wrap::-webkit-scrollbar{width:0;height:0}.phone-shell{background:linear-gradient(160deg,#121212,#2c2c2c);border-radius:34px;width:360px;min-width:360px;max-width:360px;margin:0 auto;padding:10px;position:relative;overflow:hidden;box-shadow:0 20px 60px #0000004d}.phone-notch{z-index:5;pointer-events:none;background:#000;border:1px solid #0d0d0d;border-radius:0 0 16px 16px;width:134px;height:30px;position:absolute;top:0;left:50%;transform:translate(-50%);box-shadow:0 1px 2px #0000008c}.phone-notch:before{content:"";background:#141414;border-radius:999px;width:56px;height:5px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.phone-notch:after{content:"";background:radial-gradient(circle at 35% 35%,#345aa9,#0a0a0a 74%);border-radius:999px;width:8px;height:8px;position:absolute;top:50%;right:22px;transform:translateY(-50%)}.phone-screen{-webkit-mask-image:radial-gradient(#fff,#000);mask-image:radial-gradient(#fff,#000);background:#fff;border-radius:26px;flex-direction:column;height:640px;min-height:640px;max-height:640px;margin-top:0;display:flex;position:relative;overflow:hidden;-webkit-mask-image:-webkit-radial-gradient(#fff,#000)}.phone-screen *{box-sizing:border-box}.phone-screen.story-mode{background:#050505;border-radius:26px}.phone-screen.instagram{background:#fff}.phone-screen.facebook{background:#f0f2f5}.phone-screen.google-business{background:#f8fafc}.phone-statusbar{z-index:3;border-top-left-radius:26px;border-top-right-radius:26px;justify-content:space-between;padding:8px 14px;font-size:11px;font-weight:700;display:flex;position:sticky;top:0}.phone-screen.instagram .phone-statusbar{background:#fff}.phone-screen.facebook .phone-statusbar{background:#f0f2f5}.instagram-preview,.facebook-preview,.google-business-preview{overscroll-behavior:contain;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:#6b72808c transparent;flex-direction:column;flex:1;gap:10px;min-height:0;padding:10px 10px 16px;display:flex;overflow-y:auto}.instagram-preview.is-carousel-preview,.facebook-preview.is-carousel-preview{scrollbar-gutter:auto;padding-left:0;padding-right:0}.instagram-preview.is-carousel-preview .ig-top,.instagram-preview.is-carousel-preview .ig-actions,.instagram-preview.is-carousel-preview .ig-like-line,.instagram-preview.is-carousel-preview .ig-caption,.facebook-preview.is-carousel-preview .fb-top,.facebook-preview.is-carousel-preview .fb-reactions,.facebook-preview.is-carousel-preview .fb-actions-row,.facebook-preview.is-carousel-preview .expandable-text-block{margin-left:10px;margin-right:10px}.instagram-preview::-webkit-scrollbar{width:8px}.facebook-preview::-webkit-scrollbar{width:8px}.instagram-preview::-webkit-scrollbar-track{background:0 0}.facebook-preview::-webkit-scrollbar-track{background:0 0}.instagram-preview::-webkit-scrollbar-thumb{background:#6b72808c;border-radius:999px}.facebook-preview::-webkit-scrollbar-thumb{background:#6b72808c;border-radius:999px}.google-business-preview{gap:0;padding:0}.google-business-media{touch-action:pan-y;background:#f8fafc;flex:1;min-height:100%;position:relative;overflow:hidden}.google-business-media .media-node-stack{position:absolute;inset:0}.google-business-media .media-node-bg{display:none}.google-business-media .media-node-fg,.google-business-media video{width:100%;height:100%;max-height:none;display:block;object-fit:contain!important}.google-business-media .media-placeholder{color:#64748b;background:#f8fafc;height:100%;min-height:100%}.ig-top,.fb-top{align-items:center;gap:8px;min-width:0;display:flex}.ig-meta,.fb-meta{flex:1;min-width:0}.ig-avatar,.fb-avatar{background:linear-gradient(145deg,#f4f4f5,#e4e4e7);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex;overflow:hidden}.preview-avatar-image{object-fit:cover;width:100%;height:100%;display:block}.preview-avatar-fallback{color:#111827;font-size:13px;font-weight:700}.ig-top strong,.fb-top strong{white-space:nowrap;text-overflow:ellipsis;font-size:13px;display:block;overflow:hidden}.ig-top span,.fb-top span{color:#6b7280;white-space:nowrap;text-overflow:ellipsis;font-size:11px;display:block;overflow:hidden}.ig-menu-btn,.fb-menu-btn{cursor:pointer;color:#4b5563;background:0 0;border:none;border-radius:999px;justify-content:center;align-items:center;width:28px;height:28px;margin-left:auto;font-size:18px;display:inline-flex}.ig-menu-btn:hover,.fb-menu-btn:hover{background:#f3f4f6}.ig-media,.fb-media{aspect-ratio:4/5;cursor:ew-resize;touch-action:pan-y;background:#111;border-radius:14px;width:100%;min-height:0;position:relative;overflow:hidden}.ig-media.story{aspect-ratio:auto;min-height:480px}.ig-media.portrait{min-height:520px;max-height:none;aspect-ratio:9/16!important}.ig-media.portrait img,.ig-media.portrait video{width:100%;height:100%;max-height:none;object-fit:cover!important}.ig-media.portrait .media-placeholder{height:100%;min-height:100%}.ig-media.is-carousel,.fb-media.is-carousel{border-radius:0;width:100%;margin-left:0;margin-right:0;aspect-ratio:auto!important;height:520px!important;min-height:520px!important;max-height:520px!important}.ig-media.is-carousel video,.fb-media.is-carousel video{object-fit:cover!important}.ig-media.is-carousel .media-placeholder,.fb-media.is-carousel .media-placeholder{height:100%;min-height:100%}@media (max-width:480px){.ig-media.portrait{min-height:480px}}.fb-media.reel,.fb-media.feed{min-height:520px;max-height:none;aspect-ratio:9/16!important}.fb-media.reel img,.fb-media.reel video,.fb-media.feed img,.fb-media.feed video{width:100%;height:100%;max-height:none;object-fit:cover!important}.fb-media.reel .media-placeholder,.fb-media.feed .media-placeholder{height:100%;min-height:100%}.ig-media img,.fb-media img,.ig-media video,.fb-media video{object-fit:cover;width:100%;height:100%;max-height:none;display:block}.media-node-stack{position:absolute;inset:0;overflow:hidden}.media-node-bg{filter:blur(18px)saturate(1.2);opacity:1;transform:scale(1.2);object-fit:cover!important}.ig-media .media-node-fg,.fb-media .media-node-fg,.ig-media.is-carousel .media-node-fg,.fb-media.is-carousel .media-node-fg{object-fit:contain!important}.media-node-image{object-fit:cover}.media-placeholder{color:#f4f4f5;text-transform:uppercase;letter-spacing:.1em;background:radial-gradient(circle at 100% 0,#404040,#111);justify-content:center;align-items:center;min-height:280px;font-size:13px;display:flex}.media-nav{color:#fff;cursor:pointer;z-index:2;background:#00000080;border:none;border-radius:999px;width:32px;height:32px;font-size:22px;line-height:1;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 6px 20px #00000038}.media-nav.prev{left:8px}.media-nav.next{right:8px}.media-index{color:#fff;background:#00000080;border-radius:999px;padding:3px 8px;font-size:11px;font-weight:700;position:absolute;top:10px;right:10px}.ig-actions{color:#111827;align-items:center;gap:10px;font-size:18px;display:flex}.ig-action-icon{width:20px;height:20px;display:block}.ig-actions .bookmark{margin-left:auto}.ig-like-line{color:#111827;font-size:12px;font-weight:600}.ig-caption strong{font-size:13px}.ig-caption-text,.fb-text{color:#1f2937;white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word;margin-top:0;font-size:13px;line-height:1.5}.expandable-text-block{flex-direction:column;gap:4px;margin-top:4px;display:flex}.expand-text-btn{color:#2563eb;cursor:pointer;background:0 0;border:none;width:fit-content;padding:0;font-size:12px;font-weight:700}.expand-text-btn:hover{text-decoration:underline}.story-preview{background:#050505;border-radius:0;flex:1;height:100%;min-height:100%;margin:0;display:flex;position:relative;overflow:hidden}.story-preview .expandable-text-block{margin-top:0}.story-media{touch-action:pan-y;background:#111;position:absolute;inset:0}.story-audio-toggle-layer{z-index:3;cursor:pointer;background:0 0;border:none;position:absolute;inset:0}.story-media img,.story-media video{object-fit:cover;width:100%;height:100%;max-height:none;display:block}.story-media .media-placeholder{height:100%;min-height:100%}.story-nav{color:#fff;cursor:pointer;z-index:4;background:#00000061;border:none;border-radius:999px;width:34px;height:34px;font-size:24px;line-height:1;position:absolute;top:50%;transform:translateY(-50%)}.story-nav.prev{left:8px}.story-nav.next{right:8px}.story-overlay-top{z-index:2;background:linear-gradient(#0000009e,#0000);flex-direction:column;gap:8px;width:100%;padding:8px 10px 0;display:flex;position:relative}.story-system-bar{color:#fff;letter-spacing:.02em;justify-content:space-between;align-items:center;padding:0 2px;font-size:11px;font-weight:700;display:flex}.story-progress{grid-template-columns:repeat(auto-fit,minmax(22px,1fr));gap:4px;display:grid}.story-progress-bar{background:#ffffff47;border-radius:999px;height:3px}.story-progress-bar.done,.story-progress-bar.active{background:#fffffff0}.story-header{justify-content:space-between;align-items:center;gap:8px;display:flex}.story-author{align-items:center;gap:8px;min-width:0;display:flex}.story-avatar{border:1px solid #ffffffb8;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;display:inline-flex;overflow:hidden}.story-author-meta{min-width:0}.story-author-meta strong,.story-author-meta span{white-space:nowrap;text-overflow:ellipsis;display:block;overflow:hidden}.story-author-meta strong{color:#fff;font-size:12px}.story-author-meta span{color:#ffffffdb;font-size:11px}.story-overlay-bottom{z-index:2;background:linear-gradient(#0000,#000000c7);flex-direction:column;gap:6px;padding:12px;display:flex;position:absolute;bottom:0;left:0;right:0}.story-copy{color:#f8fafc;overflow-wrap:anywhere;word-break:break-word;margin:0;font-size:12px;line-height:1.45}.story-overlay-bottom .expand-text-btn{color:#dbeafe;font-size:11px}.story-audio-pill{color:#fff;letter-spacing:.02em;background:#0f172a99;border:1px solid #ffffff42;border-radius:999px;flex-shrink:0;padding:3px 8px;font-size:10px;font-weight:700}@media (max-width:480px){.phone-shell{width:min(360px,100vw - 40px);min-width:min(360px,100vw - 40px);max-width:min(360px,100vw - 40px)}.fb-media.reel,.fb-media.feed{min-height:480px}}.fb-carousel-dots{justify-content:center;gap:6px;display:flex;position:absolute;bottom:8px;left:0;right:0}.fb-carousel-dots button{cursor:pointer;background:#ffffffa6;border:none;border-radius:999px;width:8px;height:8px}.fb-carousel-dots button.active{background:#fff}.fb-reactions{color:#6b7280;border-top:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding-top:8px;font-size:11px;display:flex}.fb-actions-row{border-top:1px solid #e5e7eb;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;padding-top:8px;display:grid}.fb-actions-row button{color:#4b5563;cursor:pointer;background:0 0;border:none;border-radius:8px;height:30px;font-size:12px;font-weight:600}.fb-actions-row button:hover{background:#f3f4f6}.publications-modal-backdrop{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:120;background:#00000094;justify-content:center;align-items:center;padding:18px;display:flex;position:fixed;inset:0}.publications-modal-overlay{cursor:pointer;z-index:0;background:0 0;border:none;position:absolute;inset:0}.publications-modal{z-index:2;background:#fff;border:1px solid #d4d4d8;border-radius:18px;flex-direction:column;width:min(1280px,100%);max-height:calc(100vh - 32px);margin:0;padding:0;display:flex;position:relative;overflow:hidden;box-shadow:0 24px 80px #00000052}.publications-modal-header{border-bottom:1px solid #ececec;justify-content:space-between;align-items:flex-start;gap:14px;padding:16px 18px;display:flex}.publications-modal-header-main{flex:1;min-width:0}.publications-modal-header-actions{flex-shrink:0;align-items:flex-start;gap:8px;display:inline-flex}.publications-modal-header-icon-row{align-items:center;gap:8px;display:inline-flex}.publications-modal-request-btn{color:#fff;cursor:pointer;background:#111;border:1px solid #111;border-radius:10px;order:-1;height:34px;padding:0 12px;font-size:12px;font-weight:700;transition:opacity .2s}.publications-modal-request-btn:hover{opacity:.88}.publications-modal-header-back,.publications-modal-close-icon{color:#111;cursor:pointer;background:#fff;border:1px solid #d4d4d8;border-radius:10px;justify-content:center;align-items:center;width:34px;height:34px;margin-top:0;padding:0;transition:color .2s,transform .2s,border-color .2s,background-color .2s;display:inline-flex;position:relative;top:0;box-shadow:0 6px 14px #0f172a14}.publications-modal-header-back:hover,.publications-modal-close-icon:hover{color:#09090b;background:#fafafa;border-color:#a1a1aa;transform:translateY(-1px)}.publications-modal-header-back:active,.publications-modal-close-icon:active{transform:translateY(0)}.publications-modal-header-back svg,.publications-modal-close-icon svg{stroke:currentColor;stroke-width:2.2px;stroke-linecap:round;stroke-linejoin:round;fill:none;width:17px;height:17px}.publications-modal-header p{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:12px;font-weight:700}.publications-modal-header h2{letter-spacing:-.45px;text-transform:capitalize;margin-top:4px;font-size:21px}.modal-close-btn{border:1px solid var(--border-color);cursor:pointer;background:#fff;border-radius:10px;height:40px;padding:0 14px;font-size:13px;font-weight:700}.publications-modal-content{grid-template-columns:minmax(300px,.9fr) minmax(420px,1.1fr);gap:12px;padding:14px;display:grid;overflow:auto}.publications-modal-mobile-step{min-height:0}.publications-mobile-preview-step{flex-direction:column;gap:10px;min-height:0;display:flex}.publications-preview-section.in-modal{border:1px solid #ececec;border-radius:14px;padding:12px}.share-change-request-modal-backdrop{z-index:5;justify-content:center;align-items:center;padding:16px;display:flex;position:absolute;inset:0}.share-change-request-modal-overlay{cursor:pointer;background:#0000006b;border:none;position:absolute;inset:0}.share-change-request-modal{z-index:1;background:#fff;border:1px solid #d4d4d8;border-radius:14px;flex-direction:column;gap:10px;width:min(520px,100%);max-height:calc(100vh - 140px);padding:14px;display:flex;position:relative;overflow:auto;box-shadow:0 24px 80px #00000059}.share-change-request-head h3{letter-spacing:-.2px;font-size:16px}.share-change-request-head p{color:var(--text-secondary);margin-top:4px;font-size:12px}.share-change-request-grid{grid-template-columns:1fr;gap:8px;display:grid}.share-change-request-grid label{text-transform:uppercase;letter-spacing:.04em;color:#4b5563;font-size:12px;font-weight:700}.share-change-request-grid input,.share-change-request-grid textarea{border:1px solid var(--border-color);color:#111;background:#fff;border-radius:10px;width:100%;padding:10px 12px;font-family:inherit;font-size:14px}.share-change-request-grid textarea{resize:vertical;min-height:92px}.share-change-request-notice{background:#fffbeb;border:1px solid #f59e0b;border-radius:10px;gap:4px;padding:10px 12px;display:grid}.share-change-request-notice strong{text-transform:uppercase;letter-spacing:.04em;color:#92400e;font-size:12px}.share-change-request-notice p{color:#78350f;margin:0;font-size:13px;line-height:1.5}.share-change-request-actions{justify-content:flex-end;gap:8px;display:flex}.share-change-request-success-backdrop{z-index:6;justify-content:center;align-items:center;padding:16px;display:flex;position:absolute;inset:0}.share-change-request-success-overlay{cursor:pointer;background:#0000006b;border:none;position:absolute;inset:0}.share-change-request-success-modal{z-index:1;background:#fff;border:1px solid #d4d4d8;border-radius:14px;flex-direction:column;gap:12px;width:min(460px,100%);max-height:calc(100vh - 160px);padding:18px 16px;display:flex;position:relative;overflow:auto;box-shadow:0 24px 80px #00000059}.share-change-request-success-head h3{letter-spacing:-.24px;font-size:18px}.share-change-request-success-head p{color:var(--text-secondary);margin-top:4px;font-size:13px}.share-change-request-success-message{color:#166534;background:#f0fdf4;border:1px solid #86efac;border-radius:12px;margin:0;padding:12px;font-size:14px;font-weight:600;line-height:1.55}.share-change-request-success-actions{justify-content:flex-end;display:flex}.weekly-target-modal-backdrop{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:125;background:#00000094;justify-content:center;align-items:center;padding:18px;display:flex;position:fixed;inset:0}.weekly-target-modal-overlay{cursor:pointer;background:0 0;border:none;position:absolute;inset:0}.weekly-target-modal{z-index:1;background:#fff;border:1px solid #d4d4d8;border-radius:16px;width:min(560px,100%);margin:0;padding:0;position:relative;overflow:hidden;box-shadow:0 20px 72px #00000047}.weekly-target-modal-header{border-bottom:1px solid #ececec;justify-content:space-between;align-items:flex-end;gap:12px;padding:14px 16px;display:flex}.weekly-target-modal-header p{text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary);font-size:11px;font-weight:700}.weekly-target-modal-header h3{letter-spacing:-.35px;margin-top:4px;font-size:20px}.weekly-target-modal-body{flex-direction:column;gap:10px;padding:16px;display:flex}.weekly-target-modal-body p{color:var(--text-secondary);font-size:13px;line-height:1.5}.weekly-target-modal-body label{text-transform:uppercase;letter-spacing:.04em;color:#4b5563;font-size:12px;font-weight:700}.weekly-target-modal-body input{border:1px solid var(--border-color);border-radius:10px;height:44px;padding:0 12px;font-size:16px;font-weight:600}.weekly-target-modal-body select{border:1px solid var(--border-color);background:#fff;border-radius:10px;height:44px;padding:0 12px;font-size:14px;font-weight:600}.weekly-target-error{color:#be123c;background:#fff1f2;border:1px solid #fecdd3;border-radius:10px;padding:10px;font-size:13px}.weekly-target-modal-actions{border-top:1px solid #ececec;justify-content:flex-end;gap:8px;padding:12px 16px;display:flex}.giveaway-modal-backdrop{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:126;background:#020617b3;justify-content:center;align-items:center;padding:18px;display:flex;position:fixed;inset:0}.giveaway-modal-overlay{cursor:pointer;background:0 0;border:none;position:absolute;inset:0}.giveaway-modal-overlay:disabled{cursor:default}.giveaway-modal{z-index:1;background:#fff;border:1px solid #94a3b861;border-radius:18px;width:min(1240px,100%);max-height:min(92vh,940px);margin:0;padding:0;position:relative;overflow:hidden;box-shadow:0 28px 90px #0000005c}.giveaway-modal-header{background:radial-gradient(circle at 92% 0,#22c55e1f,#0000 34%),linear-gradient(#fff 0%,#f8fafc 100%);border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:flex-end;gap:12px;padding:16px 18px;display:flex}.giveaway-modal-header p{color:#64748b;letter-spacing:.06em;text-transform:uppercase;margin:0;font-size:11px;font-weight:800}.giveaway-modal-header h3{letter-spacing:-.4px;margin-top:4px;font-size:22px}.giveaway-modal-body{grid-template-columns:minmax(0,1fr) minmax(520px,1fr);gap:0;max-height:calc(92vh - 132px);display:grid;overflow:auto}.giveaway-config-panel{flex-direction:column;gap:12px;padding:18px;display:flex}.giveaway-config-panel>label,.giveaway-textarea-field span{color:#475569;letter-spacing:.04em;text-transform:uppercase;font-size:12px;font-weight:800}.giveaway-config-panel input[type=url],.giveaway-config-panel select{color:#111827;background:#fff;border:1px solid #dbe3ec;border-radius:10px;width:100%;height:44px;padding:0 12px;font-size:14px;font-weight:600}.giveaway-config-panel select{appearance:none;background-image:linear-gradient(45deg,#0000 50%,#64748b 50%),linear-gradient(135deg,#64748b 50%,#0000 50%);background-position:calc(100% - 18px),calc(100% - 12px);background-repeat:no-repeat;background-size:6px 6px,6px 6px;padding-right:34px}.giveaway-grid-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.giveaway-textarea-field{flex-direction:column;gap:8px;min-width:0;display:flex}.giveaway-textarea-field textarea{resize:vertical;color:#0f172a;background:#f8fafc;border:1px solid #dbe3ec;border-radius:12px;width:100%;min-height:168px;padding:12px;font-size:13px;line-height:1.45}.giveaway-config-panel input:focus,.giveaway-textarea-field textarea:focus{background:#fff;border-color:#111827;outline:3px solid #0f172a14}.giveaway-options{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.giveaway-toggle{color:#0f172a;background:#fff;border:1px solid #dbe3ec;border-radius:999px;align-items:center;gap:8px;min-height:40px;padding:0 12px;font-size:13px;font-weight:800;display:inline-flex}.giveaway-toggle input{accent-color:#111827;width:16px;height:16px}.giveaway-segmented{background:#fff;border:1px solid #dbe3ec;border-radius:12px;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;padding:4px;display:inline-grid}.giveaway-segmented button{color:#475569;cursor:pointer;background:0 0;border:none;border-radius:8px;min-width:126px;height:34px;font-size:12px;font-weight:800}.giveaway-segmented button.active{color:#fff;background:#111827;box-shadow:0 8px 20px #0f172a2e}.giveaway-mode-hint{color:#334155;margin-top:-2px;font-size:12px;font-weight:700}.giveaway-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.giveaway-stats span,.giveaway-stat-card{color:#64748b;text-transform:uppercase;letter-spacing:.04em;background:linear-gradient(#fff 0%,#f8fafc 100%);border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;justify-content:center;gap:5px;min-height:70px;padding:12px;font-size:12px;font-weight:800;display:flex}.giveaway-stat-card{cursor:pointer;text-align:left}.giveaway-stat-card:disabled{cursor:not-allowed;opacity:.62}.giveaway-stat-card.is-clickable:not(:disabled):hover{border-color:#111827;box-shadow:0 12px 26px #0f172a1f}.giveaway-stats strong,.giveaway-stat-card strong{color:#0f172a;letter-spacing:-.5px;font-size:26px;line-height:1}.giveaway-participants-detail-backdrop{z-index:5;background:#0f172a61;justify-content:center;align-items:center;padding:18px;display:flex;position:absolute;inset:0}.giveaway-participants-detail-overlay{cursor:pointer;background:0 0;border:none;position:absolute;inset:0}.giveaway-participants-detail{z-index:1;background:#fff;border:1px solid #dbe3ec;border-radius:16px;flex-direction:column;width:min(560px,100%);max-height:min(72vh,640px);display:flex;position:relative;overflow:hidden;box-shadow:0 24px 80px #0206174d}.giveaway-participants-detail header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:flex-end;gap:12px;padding:14px 16px;display:flex}.giveaway-participants-detail header p{color:#64748b;letter-spacing:.08em;text-transform:uppercase;font-size:11px;font-weight:900}.giveaway-participants-detail header h4{color:#0f172a;letter-spacing:-.35px;margin-top:4px;font-size:20px}.giveaway-participants-detail-meta{color:#334155;letter-spacing:-.1px;text-transform:none;margin-top:4px;font-size:13px;font-weight:600}.giveaway-participants-list{flex-direction:column;gap:8px;padding:10px;display:flex;overflow:auto}.giveaway-participant-row{background:#fff;border:1px solid #e2e8f0;border-radius:12px;align-items:center;gap:10px;padding:10px;display:flex}.giveaway-participant-avatar{color:#0f172a;background:#f1f5f9;border-radius:999px;flex:none;justify-content:center;align-items:center;width:42px;height:42px;font-size:15px;font-weight:900;display:inline-flex;overflow:hidden}.giveaway-participant-avatar img{object-fit:cover;width:100%;height:100%}.giveaway-participant-row div{flex-direction:column;gap:3px;min-width:0;display:flex}.giveaway-participant-row strong{color:#0f172a;text-overflow:ellipsis;font-size:14px;overflow:hidden}.giveaway-participant-row div>span{color:#64748b;font-size:12px;font-weight:800}.giveaway-fetch-state{color:#64748b;background:#f8fafc;border:1px solid #dbe3ec;border-radius:14px;flex-direction:column;justify-content:center;gap:5px;min-height:74px;padding:12px;display:flex}.giveaway-fetch-state strong{color:#0f172a;font-size:14px}.giveaway-fetch-state span{font-size:12px;font-weight:700}.giveaway-fetch-state.is-loading{background:#f0f9ff;border-color:#bae6fd}.giveaway-anonymous-warning{color:#92400e;background:#fffbeb;border:1px solid #fde68a;border-radius:12px;padding:10px 12px;font-size:12px;font-weight:800;line-height:1.35}.giveaway-fetch-spinner{border:2px solid #bae6fd;border-top-color:#0f172a;border-radius:999px;width:20px;height:20px;animation:.8s linear infinite publications-share-spin}.giveaway-wheel-panel{color:#0f172a;background:radial-gradient(circle at 10% 15%,#94a3b83d,#0000 38%),radial-gradient(circle at 88% 86%,#bae6fd57,#0000 40%),linear-gradient(#f8fafc 0%,#eef2f7 100%);border-left:1px solid #e2e8f0;justify-content:center;align-items:center;padding:28px;display:flex}.giveaway-recording-stage{aspect-ratio:3/4;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:radial-gradient(circle at 12% 10%,#bfdbfe80,#0000 28%),radial-gradient(circle at 88% 94%,#d1fae575,#0000 36%),linear-gradient(165deg,#fffffff0 0%,#f8fafcdb 100%);border:1px solid #94a3b873;border-radius:28px;grid-template-rows:auto auto minmax(0,1fr) auto;gap:18px;width:min(100%,560px);padding:22px;display:grid;position:relative;overflow:hidden;box-shadow:0 28px 70px #0f172a29,inset 0 1px #ffffffe6}.giveaway-stage-confetti-canvas{pointer-events:none;z-index:6;width:100%;height:100%;position:absolute;inset:0}.giveaway-confetti{z-index:9;pointer-events:none;position:absolute;inset:-8% -4% 0;overflow:hidden}.giveaway-confetti>span{top:-12%;left:var(--confetti-x);background:hsl(var(--confetti-hue), 88%, 62%);opacity:0;width:10px;height:18px;transform:rotate(var(--confetti-rotate));animation:giveaway-confetti-fall var(--confetti-duration) cubic-bezier(.18, .7, .26, 1) var(--confetti-delay) forwards;border-radius:2px;position:absolute}.giveaway-account-strip{align-items:center;gap:12px;min-width:0;display:flex}.giveaway-account-avatar{color:#0f172a;background:#fff;border:2px solid #ffffffdb;border-radius:999px;flex:none;justify-content:center;align-items:center;width:58px;height:58px;display:inline-flex;overflow:hidden;box-shadow:0 14px 30px #0206175c}.giveaway-account-avatar img{object-fit:cover;width:100%;height:100%}.giveaway-account-avatar span{color:#0f172a;font-size:24px;font-weight:900}.giveaway-account-strip div{min-width:0}.giveaway-account-strip div>span,.giveaway-stage-title span{color:#64748b;letter-spacing:.1em;text-transform:uppercase;font-size:11px;font-weight:900;display:block}.giveaway-account-strip strong{color:#0f172a;text-overflow:ellipsis;white-space:nowrap;margin-top:4px;font-size:20px;line-height:1.05;display:block;overflow:hidden}.giveaway-stage-title{text-align:center}.giveaway-stage-title strong{color:#020617;letter-spacing:-.6px;margin-top:6px;font-size:30px;line-height:1;display:block}.giveaway-wheel-frame{--giveaway-selected-row-height:74px;--giveaway-row-gap:8px;--giveaway-reel-width:min(360px, 90%);background:linear-gradient(#ffffffdb 0%,#f1f5f9cc 100%);border:1px solid #94a3b859;border-radius:22px;justify-content:center;align-items:center;height:100%;min-height:0;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 1px #fffffff0,0 18px 44px #0f172a29}.giveaway-reel{width:var(--giveaway-reel-width);z-index:3;height:min(100%,352px);position:relative;overflow:hidden}.giveaway-reel-static,.giveaway-reel-track{align-items:stretch;gap:var(--giveaway-row-gap);flex-direction:column;display:flex}.giveaway-reel-static{transform:translateY(calc(-1 * ((var(--giveaway-selected-row-height) * 3.5) + (var(--giveaway-row-gap) * 3))));position:absolute;top:50%;left:0;right:0}.giveaway-reel-row{height:var(--giveaway-selected-row-height);color:#475569;letter-spacing:-.02em;white-space:nowrap;text-overflow:ellipsis;text-align:center;background:#ffffffb3;border:1px solid #0000;border-radius:16px;justify-content:center;align-items:center;min-width:0;padding:0 16px;font-size:22px;font-weight:700;transition:transform .16s,color .16s,background .16s;display:flex;overflow:hidden}.giveaway-reel-row.active{height:var(--giveaway-selected-row-height);color:#0f172a;box-shadow:none;background:#fff;border-color:#34c759f2;font-size:clamp(33px,3.2vw,44px);font-weight:760}.giveaway-reel-static .giveaway-reel-row.distance-1{height:var(--giveaway-selected-row-height);opacity:.72;font-size:24px;transform:scale(.84)}.giveaway-reel-static .giveaway-reel-row.distance-2{height:var(--giveaway-selected-row-height);opacity:.5;font-size:18px;transform:scale(.68)}.giveaway-reel-static .giveaway-reel-row.distance-3{height:var(--giveaway-selected-row-height);opacity:.34;font-size:14px;transform:scale(.52)}.giveaway-reel-row-spinning{transition:transform 50ms linear,opacity 50ms linear,font-size 50ms linear}.giveaway-reel-name{white-space:nowrap;text-overflow:ellipsis;text-align:center;flex:auto;width:100%;min-width:0;max-width:100%;line-height:1;display:block;overflow:hidden}.giveaway-wheel-panel.has-winner .giveaway-reel-row.active{animation:.72s cubic-bezier(.2,.9,.2,1) both giveaway-winner-pop}.giveaway-winner-card{text-align:center;background:#ffffffd1;border:1px solid #94a3b847;border-radius:16px;padding:16px;position:relative}.giveaway-winner-card span{color:#64748b;letter-spacing:.1em;text-transform:uppercase;font-size:11px;font-weight:900}.giveaway-winner-card strong{color:#020617;font-size:var(--giveaway-winner-font-size,clamp(25px, 3.4vw, 38px));letter-spacing:-.8px;text-overflow:ellipsis;white-space:nowrap;overflow-wrap:normal;word-break:normal;width:100%;min-width:0;max-width:100%;min-height:1em;margin-top:6px;line-height:1;display:block;overflow:hidden}.giveaway-winner-card p{color:#0f766e;margin-top:8px;font-size:13px;font-weight:800}.giveaway-winner-name-confetti{pointer-events:none;z-index:8;position:absolute;inset:-20px -8px -24px;overflow:hidden}.giveaway-winner-name-confetti>span{left:var(--winner-confetti-x);color:#0f172a;letter-spacing:-.01em;opacity:0;text-shadow:0 3px 8px #0f172a2e;transform:translate3d(0, 0, 0) rotate(var(--winner-confetti-rotate));animation:giveaway-winner-name-confetti-burst var(--winner-confetti-duration) cubic-bezier(.2, .82, .2, 1) var(--winner-confetti-delay) forwards;font-size:13px;font-weight:900;position:absolute;top:44%}.giveaway-modal-actions{background:#fff;border-top:1px solid #e5e7eb;justify-content:flex-end;gap:8px;padding:12px 18px;display:flex}@keyframes giveaway-reel-roll{0%{transform:translateY(0)}to{transform:translateY(-50%)}}@keyframes giveaway-winner-pop{0%{transform:scale(.92)}52%{transform:scale(1.08)}to{transform:scale(1)}}@keyframes giveaway-confetti-fall{0%{opacity:0;transform:translate3d(0, -14px, 0) rotate(var(--confetti-rotate))}12%{opacity:1}to{opacity:0;transform:translate3d(0, 122%, 0) rotate(calc(var(--confetti-rotate) + 300deg))}}@keyframes giveaway-winner-name-confetti-burst{0%{opacity:0;transform:translate3d(0, 0, 0) scale(.4) rotate(var(--winner-confetti-rotate))}12%{opacity:1}to{opacity:0;transform:translate3d(0, -120px, 0) scale(1.08) rotate(calc(var(--winner-confetti-rotate) + 230deg))}}@media (max-width:1200px){.publications-controls{flex-direction:column;align-items:stretch}.publications-brand-picker{min-width:0}.publications-month-nav{justify-content:space-between;width:100%}.calendar-section-head{flex-direction:column;align-items:stretch;gap:10px;display:flex}.publications-shell.public-share-mode .calendar-brand-badge{align-self:center}.calendar-section-toolbar{align-items:stretch}.publications-month-nav.in-calendar{width:100%}.weekly-target-column,.weekly-target-summary-card{width:100%;min-width:0}.giveaway-modal-body{grid-template-columns:minmax(0,1fr)}.giveaway-wheel-panel{border-top:1px solid #e2e8f0;border-left:none;min-height:0}.publications-modal-content{grid-template-columns:minmax(0,1fr)}.change-requests-head{flex-direction:column;align-items:stretch}}@media (max-width:768px){.publications-shell.public-share-mode .calendar-section-head{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"copy badge""desc desc""toolbar toolbar";align-items:start;gap:10px;display:grid}.publications-shell.public-share-mode .calendar-section-copy{display:contents}.publications-shell.public-share-mode .calendar-section-copy h2{grid-area:copy;margin:0}.publications-shell.public-share-mode .calendar-section-copy p{grid-area:desc;max-width:none;margin-top:0}.publications-shell.public-share-mode .calendar-brand-badge{grid-area:badge;place-self:start end;gap:8px;margin-top:0}.publications-shell.public-share-mode .calendar-section-toolbar{grid-area:toolbar;grid-template-columns:auto minmax(0,1fr);align-items:center;column-gap:8px;display:grid}.calendar-brand-avatar{width:50px;height:50px}.calendar-brand-name{font-size:17px}.publications-share-logo-strip{justify-content:center;width:calc(100% - 24px);margin:12px auto 0}.publications-share-layout .main-content{width:calc(100vw - 24px);padding-left:0;padding-right:0}.publications-shell{--calendar-row-min:78px;gap:12px}.publications-header h1{font-size:28px}.publications-controls,.publications-calendar-section,.publications-preview-section{padding:12px}.publications-private-tabs{border-radius:14px;grid-template-columns:repeat(2,minmax(0,1fr));width:100%;display:grid}.publications-private-tabs button{justify-content:center}.publications-share-link-row{flex-wrap:wrap}.weekly-target-summary-card{padding:10px}.weekly-target-network-list{justify-content:space-between;width:100%}.weekly-target-open-btn{width:100%}.weekly-target-actions-row{justify-content:flex-end}.publications-month-nav{flex-wrap:nowrap;align-items:center;gap:8px}.publications-month-nav.in-calendar{justify-content:flex-end;width:100%}.publications-month-nav strong{text-align:right;order:0;min-width:0;margin-bottom:0}.calendar-section-toolbar{grid-template-columns:auto minmax(0,1fr);align-items:center;column-gap:8px;width:100%;display:grid}.publications-calendar-section.full-page{min-height:auto;overflow-x:hidden}.publications-weekdays,.publications-calendar-grid{width:100%;min-width:0}.calendar-day-cell{gap:6px;min-height:68px;padding:6px}.day-event{min-height:22px;padding:2px 4px}.day-event-main{width:100%}.day-event .network-badges{display:none}.day-event-more{letter-spacing:0;text-transform:none;color:#64748b;justify-content:center;align-items:center;width:100%;min-height:16px;font-size:0;display:inline-flex}.day-event-more:before{content:"...";letter-spacing:.12em;font-size:14px;font-weight:800;line-height:1}.preview-topbar{flex-direction:column;align-items:stretch}.preview-network-switch{grid-auto-columns:minmax(0,1fr);grid-auto-flow:column;width:100%;min-width:0;display:grid}.preview-network-switch.single-network{width:fit-content;max-width:100%;display:inline-flex}.preview-network-switch button{width:100%;min-width:0}.calendar-view-switch{place-self:center start;padding:1px}.calendar-view-switch button{min-width:50px;height:24px;padding:0 6px;font-size:10px}.day-event-time{font-size:9px}.day-event-type{max-width:100%;font-size:10px}.calendar-day-cell .day-empty{display:none}.publications-modal-backdrop{align-items:flex-end;padding:0}.publications-modal-overlay{display:none}.publications-modal{border-bottom:none;border-left:none;border-right:none;border-radius:16px 16px 0 0;width:100%;height:min(92vh,100dvh);max-height:92vh}.publications-modal-content{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;flex-direction:column;gap:10px;min-height:0;padding:10px;display:flex;overflow:hidden auto}.publications-modal-request-btn{height:32px;padding:0 10px;font-size:11px}.publications-modal-header-actions{flex-direction:column;align-items:flex-end;gap:6px;display:flex}.publications-modal-header-icon-row{gap:6px}.publications-modal-header-actions .publications-modal-request-btn{order:0;width:100%}.share-change-request-modal-backdrop{align-items:flex-end;padding:10px}.share-change-request-modal{border-radius:14px;width:100%;max-height:min(78vh,78dvh);padding:12px}.share-change-request-actions{flex-direction:column;justify-content:stretch}.share-change-request-actions .weekly-target-save-btn,.share-change-request-actions .month-nav-btn{width:100%}.share-change-request-success-backdrop{align-items:flex-end;padding:10px}.share-change-request-success-modal{border-radius:14px;width:100%;max-height:min(72vh,72dvh);padding:14px}.share-change-request-success-actions{justify-content:stretch}.share-change-request-success-actions .weekly-target-save-btn{width:100%}.publications-modal-mobile-step{flex-direction:column;min-height:0;display:flex}.publications-modal-mobile-step>.publications-day-list,.publications-mobile-preview-step>.publications-preview-section{margin-top:0}.publications-mobile-preview-step>.publications-preview-section{flex:1}.publications-modal-content>.publications-preview-section{z-index:1;flex:none;order:2;position:relative}.publications-modal-content>.publications-day-list{z-index:2;pointer-events:auto;flex:none;order:1;max-height:none;position:relative;overflow:visible}.day-post-card{touch-action:manipulation}.publications-modal-header{flex-direction:row;align-items:flex-start}.publications-modal-header-main{min-width:0}.publications-modal-header h2{font-size:18px}.modal-close-btn{width:100%}.publications-modal-close-icon{align-self:flex-start;top:0}.weekly-target-modal-backdrop{align-items:flex-end;padding:0}.weekly-target-modal{border-bottom:none;border-left:none;border-right:none;border-radius:16px 16px 0 0;width:100%}.weekly-target-modal-header{flex-direction:column;align-items:flex-start}.weekly-target-modal-actions{flex-direction:column}.giveaway-modal-backdrop{align-items:flex-end;padding:0}.giveaway-modal{border-bottom:none;border-left:none;border-right:none;border-radius:16px 16px 0 0;width:100%;max-height:94vh}.giveaway-modal-header{flex-direction:column;align-items:flex-start}.giveaway-modal-body{max-height:calc(94vh - 160px)}.giveaway-grid-fields{grid-template-columns:minmax(0,1fr)}.giveaway-options,.giveaway-modal-actions{flex-direction:column;align-items:stretch}.giveaway-segmented{width:100%}.giveaway-segmented button{min-width:0}.giveaway-stats{grid-template-columns:minmax(0,1fr)}.giveaway-wheel-panel{min-height:0;padding:16px}.giveaway-recording-stage{gap:13px;width:min(100%,360px);padding:16px}.giveaway-account-avatar{width:48px;height:48px}.giveaway-account-strip strong{font-size:17px}.giveaway-stage-title strong{font-size:24px}.giveaway-wheel-frame{min-height:0}.giveaway-modal-actions .month-nav-btn,.giveaway-modal-actions .weekly-target-save-btn{width:100%}.change-requests-summary{border-radius:12px;grid-template-columns:1fr;min-width:0}.change-requests-filters{grid-template-columns:repeat(3,minmax(0,1fr));width:100%;display:grid}.change-requests-filters button{width:100%;min-width:0}.change-request-cards{grid-template-columns:minmax(0,1fr)}.change-request-card-foot{flex-direction:column;align-items:flex-start}.change-request-created-at,.change-request-completed-at{width:100%}.change-request-card-actions{grid-template-columns:repeat(2,minmax(0,1fr));width:100%;display:grid}.change-request-open-btn,.change-request-complete-btn{width:100%}.change-request-detail-backdrop{align-items:flex-end;padding:0}.change-request-detail-modal{border-bottom:none;border-left:none;border-right:none;border-radius:16px 16px 0 0;width:100%;max-height:88vh}.change-request-detail-head{flex-direction:column;align-items:flex-start}.change-request-detail-actions{flex-direction:column}.change-request-detail-actions .month-nav-btn,.change-request-detail-actions .change-request-complete-btn{width:100%}.change-request-confirm-backdrop{align-items:flex-end;padding:0}.change-request-confirm-modal{border-bottom:none;border-left:none;border-right:none;border-radius:16px 16px 0 0;width:100%;max-height:88vh}.change-request-confirm-actions{flex-direction:column}.change-request-confirm-actions .month-nav-btn,.change-request-confirm-actions .change-request-complete-btn,.weekly-target-save-btn,.weekly-target-modal-actions .month-nav-btn{width:100%}}@media (max-width:480px){.publications-shell.public-share-mode .calendar-brand-badge{gap:6px}.publications-shell.public-share-mode .calendar-brand-name{white-space:nowrap;text-overflow:ellipsis;max-width:34vw;font-size:14px;overflow:hidden}.publications-shell{--calendar-row-min:70px}.publications-header h1{font-size:24px}.calendar-section-head h2{font-size:18px}.calendar-view-switch button{padding:0 5px}.month-nav-btn{height:34px;padding:0 8px;font-size:11px}.month-nav-btn.icon-only{width:34px;min-width:34px;height:34px;font-size:20px}.publications-weekdays,.publications-calendar-grid{width:100%;min-width:0}.publications-weekdays{gap:4px;font-size:10px}.publications-calendar-grid{gap:4px}.calendar-day-cell{border-radius:10px;gap:4px;min-height:62px;padding:4px}.day-number{font-size:12px}.day-event{border-radius:6px;min-height:18px;padding:2px 3px}.day-event-time{font-size:8px}.day-event-type,.day-empty{font-size:9px}.day-event-more{letter-spacing:0;text-transform:none;font-size:0}.day-event-more:before{content:"...";letter-spacing:.1em;font-size:11px;font-weight:800;line-height:1}.publications-modal-content{padding:8px;padding-bottom:max(8px, env(safe-area-inset-bottom));gap:8px}.publications-modal-header{padding:12px}.publications-modal-header h2{font-size:18px}}
:root{--background:#fff;--foreground:#171717}body{background:var(--background);color:var(--foreground)}.app-layout{min-height:100vh;display:flex}.content-area{flex:1;min-width:0}.main-content{padding:24px}.btn-logout{cursor:pointer;width:36px;height:36px;color:var(--text-secondary);transition:color var(--transition-speed) var(--transition-smooth);background:0 0;border:none;border-radius:10px;justify-content:center;align-items:center;padding:0;display:inline-flex}.btn-logout svg{width:20px;height:20px}.btn-logout:hover{color:#dc2626}.dashboard-card{background:#fff;border:1px solid #e5e5e5;border-radius:12px}.toast,#toast,.toast.show,.notification,.notification.show{visibility:hidden!important;opacity:0!important;pointer-events:none!important;display:none!important}
