.preview-studio-root{font-family:-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Fira Sans,Ubuntu,Oxygen,Oxygen Sans,Cantarell,Droid Sans,helvetica,arial,sans-serif;--editor-bg: #0f172a;--editor-card-bg: #1e293b;--editor-card-border: #334155;--editor-text-primary: #f8fafc;--editor-text-secondary: #94a3b8;--editor-accent: #38bdf8;--editor-accent-hover: #0ea5e9;--editor-danger: #f87171;--editor-input-bg: #0f172a;--editor-input-border: #475569;--editor-input-focus: #38bdf8;--editor-scrollbar: #475569;--li-blue: #0a66c2;--li-blue-hover: #004182;--li-text-blue: #0a66c2;--li-red: #d11124;--li-green: #01754f;--li-light-bg: #f4f2ee;--li-light-card-bg: #ffffff;--li-light-text-primary: rgba(0, 0, 0, .9);--li-light-text-secondary: rgba(0, 0, 0, .6);--li-light-text-meta: rgba(0, 0, 0, .45);--li-light-border: rgba(0, 0, 0, .08);--li-light-hover: rgba(0, 0, 0, .04);--li-light-btn-hover: rgba(0, 0, 0, .08);--li-light-accent-bg: #f8f9fa;--li-light-active-icon: #0a66c2;--li-light-link: #0a66c2;--li-light-comment-bg: #f2f2f2;--li-dark-bg: #090d16;--li-dark-card-bg: #1d2226;--li-dark-text-primary: rgba(255, 255, 255, .9);--li-dark-text-secondary: rgba(255, 255, 255, .6);--li-dark-text-meta: rgba(255, 255, 255, .45);--li-dark-border: rgba(255, 255, 255, .08);--li-dark-hover: rgba(255, 255, 255, .04);--li-dark-btn-hover: rgba(255, 255, 255, .1);--li-dark-accent-bg: #293138;--li-dark-active-icon: #70b5f9;--li-dark-link: #70b5f9;--li-dark-comment-bg: #262e35;--preview-bg: var(--li-light-bg);--preview-card-bg: var(--li-light-card-bg);--preview-text-primary: var(--li-light-text-primary);--preview-text-secondary: var(--li-light-text-secondary);--preview-text-meta: var(--li-light-text-meta);--preview-border: var(--li-light-border);--preview-hover: var(--li-light-hover);--preview-btn-hover: var(--li-light-btn-hover);--preview-accent-bg: var(--li-light-accent-bg);--preview-active-icon: var(--li-light-active-icon);--preview-link: var(--li-light-link);--preview-comment-bg: var(--li-light-comment-bg);display:flex;background-color:var(--editor-bg);border:1px solid var(--editor-card-border);border-radius:16px;height:800px;overflow:hidden;box-shadow:0 20px 50px #0006;margin-top:1rem;width:100%}.preview-studio-root.fullscreen-active{height:100%!important;margin-top:0!important;border-radius:0!important;border:none!important;box-shadow:none!important}.preview-studio-root.theme-dark-active{--preview-bg: var(--li-dark-bg);--preview-card-bg: var(--li-dark-card-bg);--preview-text-primary: var(--li-dark-text-primary);--preview-text-secondary: var(--li-dark-text-secondary);--preview-text-meta: var(--li-dark-text-meta);--preview-border: var(--li-dark-border);--preview-hover: var(--li-dark-hover);--preview-btn-hover: var(--li-dark-btn-hover);--preview-accent-bg: var(--li-dark-accent-bg);--preview-active-icon: var(--li-dark-active-icon);--preview-link: var(--li-dark-link);--preview-comment-bg: var(--li-dark-comment-bg)}.preview-studio-root .editor-sidebar{width:420px;background-color:var(--editor-bg);border-right:1px solid var(--editor-card-border);display:flex;flex-direction:column;flex-shrink:0;height:100%;transition:width .35s cubic-bezier(.4,0,.2,1),opacity .3s ease,border-right .35s ease;opacity:1}.preview-studio-root.editor-collapsed .editor-sidebar{width:0!important;opacity:0!important;pointer-events:none;border-right-width:0!important}.preview-studio-root .editor-header{padding:16px 20px;border-bottom:1px solid var(--editor-card-border);display:flex;justify-content:space-between;align-items:center;background-color:#0f172a99;flex-shrink:0}.preview-studio-root .brand{display:flex;align-items:center;gap:10px}.preview-studio-root .brand-logo{width:26px;height:26px;color:#38bdf8}.preview-studio-root .brand-text h2{font-size:1rem;font-weight:700;line-height:1.1;color:var(--editor-text-primary)}.preview-studio-root .brand-text span{font-size:.7rem;color:var(--editor-text-secondary)}.preview-studio-root .editor-sections{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:16px}.preview-studio-root .editor-sections::-webkit-scrollbar,.preview-studio-root .media-items-list::-webkit-scrollbar,.preview-studio-root .feed-main-col::-webkit-scrollbar{width:6px}.preview-studio-root .editor-sections::-webkit-scrollbar-track,.preview-studio-root .media-items-list::-webkit-scrollbar-track,.preview-studio-root .feed-main-col::-webkit-scrollbar-track{background:transparent}.preview-studio-root .editor-sections::-webkit-scrollbar-thumb,.preview-studio-root .media-items-list::-webkit-scrollbar-thumb,.preview-studio-root .feed-main-col::-webkit-scrollbar-thumb{background:var(--editor-scrollbar);border-radius:4px}.preview-studio-root .preview-viewport{flex:1;display:flex;flex-direction:column;background-color:#0b0f19;position:relative;height:100%}.preview-studio-root .editor-card{background-color:var(--editor-card-bg);border:1px solid var(--editor-card-border);border-radius:12px;padding:14px;transition:all .2s ease}.preview-studio-root .editor-card h3{font-size:.8rem;font-weight:600;color:var(--editor-accent);margin-bottom:12px;text-transform:uppercase;letter-spacing:.05em}.preview-studio-root .card-header-flex{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.preview-studio-root .card-header-flex h3{margin-bottom:0}.preview-studio-root .char-count{font-size:.7rem;color:var(--editor-text-secondary)}.preview-studio-root .form-group{margin-bottom:10px;display:flex;flex-direction:column;gap:6px}.preview-studio-root .form-group.row{display:flex;flex-direction:row;gap:12px;align-items:flex-start}.preview-studio-root .form-group-inline{display:flex;flex-direction:column;gap:6px;width:100%}.preview-studio-root .form-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:10px}.preview-studio-root .editor-card label{font-size:.78rem;font-weight:500;color:var(--editor-text-secondary)}.preview-studio-root .editor-card input[type=text],.preview-studio-root .editor-card input[type=number],.preview-studio-root .editor-card input[type=url],.preview-studio-root .editor-card select,.preview-studio-root .editor-card textarea{background-color:var(--editor-input-bg);border:1px solid var(--editor-input-border);border-radius:6px;padding:8px 10px;color:var(--editor-text-primary);font-family:inherit;font-size:.82rem;width:100%;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.preview-studio-root .editor-card input:focus,.preview-studio-root .editor-card select:focus,.preview-studio-root .editor-card textarea:focus{border-color:var(--editor-input-focus);box-shadow:0 0 0 2px #38bdf833}.preview-studio-root .avatar-upload-container{flex-shrink:0}.preview-studio-root .avatar-label{display:block;width:56px;height:56px;border-radius:50%;position:relative;overflow:hidden;cursor:pointer;border:2px dashed var(--editor-input-border);background-color:var(--editor-input-bg)}.preview-studio-root .avatar-label img{width:100%;height:100%;object-fit:cover}.preview-studio-root .avatar-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0f172ab3;display:flex;align-items:center;justify-content:center;font-size:.65rem;color:#fff;opacity:0;transition:opacity .2s ease}.preview-studio-root .avatar-label:hover .avatar-overlay{opacity:1}.preview-studio-root .small-avatar-upload .avatar-label{width:44px;height:44px}.preview-studio-root .profile-text-inputs{flex:1;display:flex;flex-direction:column;gap:6px}.preview-studio-root .secondary-btn{background-color:transparent;border:1px solid var(--editor-card-border);color:var(--editor-text-primary);padding:6px 12px;border-radius:6px;font-weight:500;font-size:.8rem;cursor:pointer;transition:all .2s ease}.preview-studio-root .secondary-btn:hover{background-color:#ffffff0d;border-color:var(--editor-text-secondary)}.preview-studio-root .small-btn{padding:4px 8px;font-size:.72rem}.preview-studio-root .text-btn{background:none;border:none;font-weight:500;cursor:pointer;transition:color .2s ease;color:var(--editor-text-secondary)}.preview-studio-root .danger-text{color:var(--editor-danger)}.preview-studio-root .danger-text:hover{color:#fca5a5}.preview-studio-root .media-tabs{display:flex;border-bottom:1px solid var(--editor-card-border);margin-bottom:12px}.preview-studio-root .media-tab{flex:1;background:none;border:none;padding:8px;font-family:inherit;font-size:.78rem;font-weight:600;color:var(--editor-text-secondary);cursor:pointer;display:flex;align-items:center;justify-content:center;gap:4px;border-bottom:2px solid transparent;transition:all .2s ease}.preview-studio-root .media-tab:hover{color:var(--editor-text-primary)}.preview-studio-root .media-tab.active{color:var(--editor-accent);border-bottom-color:var(--editor-accent)}.preview-studio-root .media-panel{display:none}.preview-studio-root .media-panel.active{display:block}.preview-studio-root .drag-drop-zone{border:2px dashed var(--editor-input-border);border-radius:8px;padding:16px;text-align:center;background-color:#0f172a4d;cursor:pointer;transition:all .2s ease}.preview-studio-root .drag-drop-zone:hover,.preview-studio-root .drag-drop-zone.dragover{border-color:var(--editor-accent);background-color:#38bdf80d}.preview-studio-root .drag-drop-zone svg{color:var(--editor-text-secondary);margin-bottom:6px;transition:color .2s ease}.preview-studio-root .drag-drop-zone:hover svg{color:var(--editor-accent)}.preview-studio-root .drag-drop-zone p{font-size:.75rem;color:var(--editor-text-secondary)}.preview-studio-root .drag-drop-zone span{color:var(--editor-accent);font-weight:600}.preview-studio-root .image-list-container,.preview-studio-root .carousel-list-container{margin-top:12px}.preview-studio-root .image-list-header{display:flex;justify-content:space-between;align-items:center;font-size:.75rem;color:var(--editor-text-secondary);margin-bottom:6px}.preview-studio-root .media-items-list{list-style:none;max-height:140px;overflow-y:auto;border:1px solid var(--editor-card-border);border-radius:6px;background-color:var(--editor-input-bg)}.preview-studio-root .empty-list-msg{padding:10px;text-align:center;font-size:.75rem;color:var(--editor-text-secondary);font-style:italic}.preview-studio-root .media-list-item{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:6px 8px;border-bottom:1px solid var(--editor-card-border)}.preview-studio-root .media-list-item:last-child{border-bottom:none}.preview-studio-root .media-list-item img{width:28px;height:28px;object-fit:cover;border-radius:4px;flex-shrink:0}.preview-studio-root .media-item-name{flex:1;font-size:.72rem;color:var(--editor-text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.preview-studio-root .media-item-controls{display:flex;gap:4px;flex-shrink:0}.preview-studio-root .media-item-controls button{background:none;border:none;cursor:pointer;color:var(--editor-text-secondary);padding:2px 4px;font-size:.65rem;border-radius:3px;transition:background-color .15s ease}.preview-studio-root .media-item-controls button:hover:not(:disabled){background-color:#ffffff14;color:var(--editor-text-primary)}.preview-studio-root .video-info-box{margin-top:12px;padding:10px;border-radius:6px;background-color:var(--editor-input-bg);border:1px solid var(--editor-card-border);display:flex;justify-content:space-between;align-items:center}.preview-studio-root .video-info-details{display:flex;align-items:center;gap:6px;overflow:hidden}.preview-studio-root .video-icon{color:var(--editor-accent);flex-shrink:0}.preview-studio-root .video-filename{font-size:.72rem;color:var(--editor-text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.preview-studio-root .reaction-selector{display:flex;gap:10px;margin-top:6px;flex-wrap:wrap}.preview-studio-root .reaction-checkbox-label{cursor:pointer;position:relative;display:block}.preview-studio-root .reaction-checkbox-label input{position:absolute;opacity:0;width:0;height:0}.preview-studio-root .reaction-emoji{display:block;width:22px;height:22px;background-size:contain;background-repeat:no-repeat;filter:grayscale(80%);opacity:.5;transition:all .2s ease}.preview-studio-root .reaction-checkbox-label:hover .reaction-emoji{filter:grayscale(0%);opacity:1;transform:scale(1.15)}.preview-studio-root .reaction-checkbox-label input:checked+.reaction-emoji{filter:grayscale(0%);opacity:1;transform:scale(1.1);box-shadow:0 0 0 2px var(--editor-accent);border-radius:50%}.preview-studio-root .react-like{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><circle cx="10" cy="10" r="10" fill="%230a66c2"/><path d="M12.5 10.5h1.8c.4 0 .7-.3.7-.7s-.3-.7-.7-.7h-1.8c.2-.5.3-1.1.3-1.6 0-1.4-1.1-2.5-2.5-2.5-.3 0-.5.2-.5.5v1.8L8.6 9.1c-.2.2-.4.5-.4.9v3.5c0 .6.4 1 1 1h3c.4 0 .7-.3.8-.7l.9-2.5c.1-.3 0-.6-.2-.8-.1 0-.3 0-.4 0z" fill="white"/></svg>')}.preview-studio-root .react-celebrate{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><circle cx="10" cy="10" r="10" fill="%2344aa11"/><path d="M7 11V8.5c0-.8.7-1.5 1.5-1.5h3c.8 0 1.5.7 1.5 1.5V11m-6 3l1.5-3.5L9 8m5 6l-1.5-3.5L11 8" stroke="white" stroke-width="1.2" fill="none" stroke-linecap="round"/></svg>')}.preview-studio-root .react-support{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><circle cx="10" cy="10" r="10" fill="%239634d9"/><path d="M6 11c0-2.2 1.8-4 4-4s4 1.8 4 4-1.8 4-4 4-4-1.8-4-4zm4-2.5c-.8 0-1.5.7-1.5 1.5S9.2 11.5 10 11.5s1.5-.7 1.5-1.5S10.8 8.5 10 8.5z" fill="white"/></svg>')}.preview-studio-root .react-love{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><circle cx="10" cy="10" r="10" fill="%23ff1133"/><path d="M10 14.5l-.8-.8c-3-2.7-5-4.5-5-6.7 0-1.8 1.4-3.2 3.2-3.2 1 0 2 .5 2.6 1.2.6-.7 1.6-1.2 2.6-1.2 1.8 0 3.2 1.4 3.2 3.2 0 2.2-2 4-5 6.7l-.8.8z" fill="white"/></svg>')}.preview-studio-root .react-insightful{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><circle cx="10" cy="10" r="10" fill="%23f9b233"/><path d="M10 5.5c-2.2 0-4 1.8-4 4 0 1.3.6 2.5 1.6 3.2l.4.8c.2.4.6.6 1 .6h2c.4 0 .8-.2 1-.6l.4-.8c1-.7 1.6-1.9 1.6-3.2 0-2.2-1.8-4-4-4zm-1.5 10h3v1h-3v-1z" fill="white"/></svg>')}.preview-studio-root .react-curious{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><circle cx="10" cy="10" r="10" fill="%23854d0e"/><path d="M10 5.5c-1.7 0-3 1.3-3 3 0 .6.5 1 1 1s1-.4 1-1c0-.6.4-1 1-1s1 .4 1 1c0 1-1.5 1.5-1.5 3v.5c0 .6.4 1 1 1s1-.4 1-1c0-.4.5-.6 1-1 1-.8 1.5-2 1.5-3 0-1.7-1.3-3-3-3zm0 9.5c.6 0 1-.4 1-1s-.4-1-1-1-1 .4-1 1 .4 1 1 1z" fill="white"/></svg>')}.preview-studio-root .preview-toolbar{padding:10px 20px;background-color:#0f172a;border-bottom:1px solid var(--editor-card-border);display:flex;justify-content:space-between;align-items:center;z-index:5;flex-shrink:0}.preview-studio-root .toolbar-group{display:flex;align-items:center;gap:8px}.preview-studio-root .toolbar-label{font-size:.75rem;color:var(--editor-text-secondary);font-weight:500}.preview-studio-root .toggle-group{display:flex;background-color:var(--editor-input-bg);border:1px solid var(--editor-card-border);border-radius:6px;padding:2px}.preview-studio-root .toggle-btn{background:none;border:none;color:var(--editor-text-secondary);padding:4px 10px;font-size:.75rem;font-weight:600;border-radius:4px;cursor:pointer;display:flex;align-items:center;gap:4px;transition:all .2s ease;border:1px solid transparent}.preview-studio-root .toggle-btn:hover{color:var(--editor-text-primary)}.preview-studio-root .toggle-btn.active{background-color:var(--editor-card-bg);color:var(--editor-accent);box-shadow:0 2px 6px #0003}.preview-studio-root .preview-canvas{flex:1;overflow-y:auto;display:flex;align-items:flex-start;justify-content:center;padding:30px 15px;background-color:var(--preview-bg);transition:background-color .2s ease;position:relative;height:100%}.preview-studio-root .desktop-feed-wrapper{display:grid;grid-template-columns:225px 555px 290px;gap:24px;max-width:1128px;width:100%;align-items:start}.preview-studio-root .mock-card{background-color:var(--preview-card-bg);border:1px solid var(--preview-border);border-radius:8px;padding:10px;overflow:hidden}.preview-studio-root .mock-sidebar-left,.preview-studio-root .mock-sidebar-right{display:flex;flex-direction:column;gap:12px;position:sticky;top:24px}.preview-studio-root .card-profile{padding:0 0 12px;position:relative}.preview-studio-root .profile-bg{height:48px;background:linear-gradient(135deg,#a0b2c6,#cbd5e1)}.preview-studio-root .profile-avatar-placeholder{width:60px;height:60px;border-radius:50%;background-color:#cbd5e1;border:2px solid var(--preview-card-bg);margin:-30px auto 0;position:relative}.preview-studio-root .profile-info-placeholder{text-align:center;padding:10px 10px 0}.preview-studio-root .profile-info-placeholder .line{height:6px;background-color:var(--preview-border);border-radius:3px;margin:4px auto}.preview-studio-root .profile-info-placeholder .line.title{width:70%;height:8px}.preview-studio-root .profile-info-placeholder .line.subtitle{width:90%}.preview-studio-root .profile-stats-placeholder{border-top:1px solid var(--preview-border);margin-top:12px;padding:10px 10px 0;display:flex;flex-direction:column;gap:6px}.preview-studio-root .profile-stats-placeholder .stat-line{height:6px;width:80%;background-color:var(--preview-border);border-radius:3px}.preview-studio-root .card-news{padding:12px}.preview-studio-root .news-header{font-size:.78rem;font-weight:600;color:var(--preview-text-primary);margin-bottom:8px}.preview-studio-root .news-item{margin-bottom:8px}.preview-studio-root .news-item .line{height:6px;width:90%;background-color:var(--preview-border);border-radius:3px;margin-bottom:4px}.preview-studio-root .news-item .sub-line{height:5px;width:60%;background-color:var(--preview-border);border-radius:2px}.preview-studio-root .feed-main-col{width:100%;display:flex;flex-direction:column;gap:8px}.preview-studio-root .mobile-phone-frame{width:360px;height:700px;background-color:#000;border-radius:36px;border:10px solid #22252a;box-shadow:0 20px 50px #00000080;position:relative;display:flex;flex-direction:column;overflow:hidden}.preview-studio-root .phone-speaker{width:50px;height:4px;background-color:#333;border-radius:2px;position:absolute;top:8px;left:50%;transform:translate(-50%);z-index:100}.preview-studio-root .phone-screen{flex:1;display:flex;flex-direction:column;position:relative;background-color:var(--preview-bg);overflow:hidden;height:100%}.preview-studio-root .phone-status-bar{height:40px;padding:12px 20px 0;display:flex;justify-content:space-between;align-items:center;font-size:.68rem;font-weight:600;color:var(--preview-text-primary);background-color:var(--preview-card-bg);border-bottom:1px solid var(--preview-border);z-index:50;flex-shrink:0}.preview-studio-root .phone-status-bar .icons{display:flex;gap:4px;align-items:center}.preview-studio-root .mobile-app-header{height:44px;background-color:var(--preview-card-bg);border-bottom:1px solid var(--preview-border);display:flex;align-items:center;padding:0 10px;gap:10px;z-index:50;flex-shrink:0}.preview-studio-root .header-avatar-placeholder{width:26px;height:26px;border-radius:50%;background-color:#cbd5e1}.preview-studio-root .search-bar-placeholder{flex:1;height:28px;background-color:var(--preview-accent-bg);border-radius:4px;font-size:.7rem;color:var(--preview-text-secondary);display:flex;align-items:center;padding-left:8px;gap:6px}.preview-studio-root .header-msg-icon{color:var(--preview-text-secondary)}.preview-studio-root .mobile-app-content{flex:1;overflow-y:auto;padding:8px 0}.preview-studio-root .mobile-app-content::-webkit-scrollbar{display:none}.preview-studio-root .mobile-app-nav{height:48px;background-color:var(--preview-card-bg);border-top:1px solid var(--preview-border);display:flex;align-items:center;justify-content:space-around;z-index:50;padding-bottom:6px;flex-shrink:0}.preview-studio-root .nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--preview-text-secondary);cursor:pointer}.preview-studio-root .nav-item span{font-size:.5rem;margin-top:2px;font-weight:500}.preview-studio-root .nav-item.active{color:var(--preview-text-primary)}.preview-studio-root .phone-home-indicator{width:100px;height:3px;background-color:var(--preview-text-secondary);border-radius:2px;position:absolute;bottom:4px;left:50%;transform:translate(-50%);z-index:100}.preview-studio-root .linkedin-post-card{background-color:var(--preview-card-bg);border:1px solid var(--preview-border);border-radius:8px;display:flex;flex-direction:column;text-align:left;transition:border-color .2s ease,box-shadow .2s ease;overflow:hidden;width:100%;cursor:pointer;position:relative}.preview-studio-root .linkedin-post-card.active-editing{border:2px solid var(--editor-input-focus);box-shadow:0 0 0 3px #38bdf826}.preview-studio-root .active-editing-banner{background-color:var(--editor-input-focus);color:#0f172a;font-size:.65rem;font-weight:700;text-transform:uppercase;padding:3px 8px;letter-spacing:.05em;display:inline-block;align-self:flex-start;border-bottom-right-radius:4px;pointer-events:none;z-index:10;line-height:1.2}.preview-studio-root .mobile-app-content .linkedin-post-card{border-radius:0;border-left:none;border-right:none}.preview-studio-root .post-header{display:flex;padding:10px 14px 6px;gap:8px;position:relative}.preview-studio-root .post-avatar{width:44px;height:44px;border-radius:50%;object-fit:cover;flex-shrink:0;border:1px solid var(--preview-border)}.preview-studio-root .post-user-info{display:flex;flex-direction:column;flex:1;min-width:0}.preview-studio-root .post-user-name-row{display:flex;align-items:center;gap:4px}.preview-studio-root .post-user-name{font-size:14px;font-weight:600;color:var(--preview-text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.preview-studio-root .degree-marker{font-size:12px;color:var(--preview-text-secondary);font-weight:400}.preview-studio-root .post-user-headline{font-size:12px;color:var(--preview-text-secondary);line-height:1.33;margin-top:1px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.preview-studio-root .post-meta-row{display:flex;align-items:center;gap:4px;margin-top:2px}.preview-studio-root .post-time-stamp,.preview-studio-root .meta-dot{font-size:12px;color:var(--preview-text-meta)}.preview-studio-root .post-visibility-icon{color:var(--preview-text-meta)}.preview-studio-root .post-options-btn{color:var(--preview-text-secondary);border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;margin-top:-4px;margin-right:-6px;transition:background-color .2s ease}.preview-studio-root .post-options-btn:hover{background-color:var(--preview-hover)}.preview-studio-root .post-body{padding:0 14px 6px}.preview-studio-root .post-text-container{font-size:14px;line-height:1.42857;color:var(--preview-text-primary);word-break:break-word;white-space:pre-line}.preview-studio-root .post-see-more-btn{background:none;border:none;color:var(--preview-text-secondary);font-weight:600;font-size:14px;cursor:pointer;padding:0 4px;font-family:inherit;display:inline-block;line-height:inherit}.preview-studio-root .post-see-more-btn:hover{color:var(--preview-link);text-decoration:underline}.preview-studio-root .post-media-container{width:100%;border-top:1px solid var(--preview-border);border-bottom:1px solid var(--preview-border);background-color:#000;position:relative;display:flex;justify-content:center;align-items:center;overflow:hidden}.preview-studio-root .image-grid{display:grid;width:100%;background-color:var(--preview-border);gap:2px}.preview-studio-root .grid-img-wrapper{position:relative;overflow:hidden;width:100%;height:100%}.preview-studio-root .grid-img-wrapper img{width:100%;height:100%;object-fit:cover;display:block}.preview-studio-root .grid-1{display:block;width:100%}.preview-studio-root .grid-1 .grid-img-wrapper{height:auto!important}.preview-studio-root .grid-1 .grid-img-wrapper img{width:100%!important;height:auto!important;max-height:none!important;object-fit:contain!important;display:block}.preview-studio-root .grid-2{grid-template-columns:1fr 1fr;height:300px}.preview-studio-root .grid-3{grid-template-columns:2fr 1fr;grid-template-rows:1fr 1fr;height:320px}.preview-studio-root .grid-3 .grid-img-wrapper:nth-child(1){grid-row:1 / span 2;grid-column:1}.preview-studio-root .grid-4{grid-template-columns:2fr 1fr;grid-template-rows:1fr 1fr 1fr;height:340px}.preview-studio-root .grid-4 .grid-img-wrapper:nth-child(1){grid-row:1 / span 3;grid-column:1}.preview-studio-root .grid-5{grid-template-columns:1fr 1fr;grid-template-rows:180px 120px;height:302px;gap:2px}.preview-studio-root .grid-5.special-5-layout{grid-template-columns:repeat(6,1fr);grid-template-rows:180px 120px}.preview-studio-root .grid-5.special-5-layout .grid-img-wrapper:nth-child(1){grid-column:span 3;grid-row:1}.preview-studio-root .grid-5.special-5-layout .grid-img-wrapper:nth-child(2){grid-column:span 3;grid-row:1}.preview-studio-root .grid-5.special-5-layout .grid-img-wrapper:nth-child(3){grid-column:span 2;grid-row:2}.preview-studio-root .grid-5.special-5-layout .grid-img-wrapper:nth-child(4){grid-column:span 2;grid-row:2}.preview-studio-root .grid-5.special-5-layout .grid-img-wrapper:nth-child(5){grid-column:span 2;grid-row:2}.preview-studio-root .more-images-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000000a6;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.4rem;font-weight:600;-webkit-user-select:none;user-select:none}.preview-studio-root .video-player-container{width:100%;position:relative;background-color:#000;display:flex;align-items:center;justify-content:center}.preview-studio-root .video-player-container video{width:100%;max-height:400px;display:block}.preview-studio-root .video-mock-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0003;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s ease;z-index:2}.preview-studio-root .video-player-container:hover .video-mock-overlay{background-color:#00000059}.preview-studio-root .video-play-btn{width:56px;height:56px;border-radius:50%;background-color:#000000b3;border:2px solid rgba(255,255,255,.85);color:#fff;display:flex;align-items:center;justify-content:center;transition:transform .2s ease,background-color .2s ease}.preview-studio-root .video-mock-overlay:hover .video-play-btn{transform:scale(1.1);background-color:#0a66c2e6;border-color:#fff}.preview-studio-root .video-duration-badge{position:absolute;bottom:10px;right:10px;background-color:#000000bf;color:#fff;padding:2px 5px;border-radius:4px;font-size:.68rem;font-weight:600;pointer-events:none}.preview-studio-root .carousel-document-container{width:100%;background-color:#f3f3f3;display:flex;flex-direction:column}.preview-studio-root.theme-dark-active .carousel-document-container{background-color:#12161a}.preview-studio-root .carousel-doc-header{height:40px;padding:0 12px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--preview-border);background-color:var(--preview-card-bg);z-index:3}.preview-studio-root .carousel-doc-title-info{display:flex;flex-direction:column;min-width:0}.preview-studio-root .carousel-doc-title{font-size:.78rem;font-weight:600;color:var(--preview-text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.preview-studio-root .carousel-doc-meta{font-size:.68rem;color:var(--preview-text-meta)}.preview-studio-root .carousel-doc-actions{display:flex;align-items:center;gap:10px;color:var(--preview-text-secondary)}.preview-studio-root .carousel-doc-page-counter{font-size:.75rem;font-weight:500}.preview-studio-root .carousel-doc-fullscreen{cursor:pointer;display:flex;align-items:center}.preview-studio-root .carousel-slider-view{position:relative;width:100%;height:320px;overflow:hidden;background-color:#f3f3f3}.preview-studio-root.theme-dark-active .carousel-slider-view{background-color:#12161a}.preview-studio-root .carousel-slides-track{display:flex;height:100%;transition:transform .3s cubic-bezier(.4,0,.2,1)}.preview-studio-root .carousel-slide-item{min-width:100%;height:100%;display:flex;justify-content:center;align-items:center}.preview-studio-root .carousel-slide-item img{max-width:100%;max-height:100%;object-fit:contain}.preview-studio-root .carousel-nav-arrow{position:absolute;top:50%;transform:translateY(-50%);width:32px;height:32px;border-radius:50%;background-color:#0009;border:none;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transition:opacity .2s ease,background-color .2s ease;z-index:10}.preview-studio-root .carousel-slider-view:hover .carousel-nav-arrow{opacity:1}.preview-studio-root .carousel-nav-arrow:hover{background-color:#000000d9}.preview-studio-root .carousel-arrow-prev{left:10px}.preview-studio-root .carousel-arrow-next{right:10px}.preview-studio-root .carousel-doc-footer{height:36px;padding:0 12px;display:flex;align-items:center;background-color:var(--preview-card-bg);border-top:1px solid var(--preview-border)}.preview-studio-root .carousel-progressbar-container{flex:1;height:4px;background-color:var(--preview-border);border-radius:2px;overflow:hidden;position:relative}.preview-studio-root .carousel-progressbar-fill{position:absolute;left:0;top:0;height:100%;background-color:var(--preview-active-icon);width:0%;transition:width .3s cubic-bezier(.4,0,.2,1)}.preview-studio-root .post-engagement-stats{display:flex;justify-content:space-between;padding:6px 14px;border-bottom:1px solid var(--preview-border);font-size:.7rem;color:var(--preview-text-secondary)}.preview-studio-root .post-reactions-display{display:flex;align-items:center;gap:4px}.preview-studio-root .post-reactions-icons{display:flex;align-items:center}.preview-studio-root .post-reactions-icons .reaction-icon-badge{width:14px;height:14px;border-radius:50%;border:1px solid var(--preview-card-bg);margin-left:-3px;background-size:contain;background-repeat:no-repeat;flex-shrink:0}.preview-studio-root .post-reactions-icons .reaction-icon-badge:first-child{margin-left:0}.preview-studio-root .post-reactions-count-label{font-weight:500;color:var(--preview-text-secondary)}.preview-studio-root .post-comments-reposts-display{display:flex;align-items:center}.preview-studio-root .stat-dot-separator{margin:0 3px}.preview-studio-root .post-comments-count-label,.preview-studio-root .post-reposts-count-label{cursor:pointer}.preview-studio-root .post-comments-count-label:hover,.preview-studio-root .post-reposts-count-label:hover{color:var(--preview-link);text-decoration:underline}.preview-studio-root .post-actions-bar{display:flex;justify-content:space-around;padding:2px 10px;border-bottom:1px solid var(--preview-border)}.preview-studio-root .action-btn{flex:1;background:none;border:none;padding:10px 4px;border-radius:4px;color:var(--preview-text-secondary);font-family:inherit;font-size:14px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;transition:background-color .15s ease}.preview-studio-root .action-btn:hover{background-color:var(--preview-hover)}.preview-studio-root .action-btn.active{color:var(--preview-active-icon)}.preview-studio-root .action-icon{width:16px;height:16px}.preview-studio-root .post-comments-section{padding:10px 14px;background-color:var(--preview-card-bg);display:flex;flex-direction:column;gap:10px}.preview-studio-root .comment-item{display:flex;gap:6px;align-items:flex-start}.preview-studio-root .commenter-avatar{width:28px;height:28px;border-radius:50%;object-fit:cover;border:1px solid var(--preview-border);flex-shrink:0}.preview-studio-root .comment-bubble{background-color:var(--preview-comment-bg);border-radius:8px;padding:6px 10px;flex:1}.preview-studio-root .comment-bubble-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:3px}.preview-studio-root .commenter-info{display:flex;flex-direction:column;min-width:0}.preview-studio-root .commenter-name{font-size:13px;font-weight:600;color:var(--preview-text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.preview-studio-root .commenter-headline{font-size:11px;color:var(--preview-text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:160px}.preview-studio-root .comment-time{font-size:11px;color:var(--preview-text-meta)}.preview-studio-root .comment-text-content{font-size:13px;line-height:1.4;color:var(--preview-text-primary);word-break:break-word;white-space:pre-line}:root{--bg-primary: #0b0f19;--bg-secondary: #111827;--bg-card: rgba(22, 28, 45, .6);--border-color: rgba(255, 255, 255, .08);--border-glow: rgba(99, 102, 241, .15);--primary: #6366f1;--primary-hover: #4f46e5;--primary-gradient: linear-gradient(135deg, #6366f1 0%, #a855f7 100%);--success: #10b981;--warning: #f59e0b;--danger: #ef4444;--text-primary: #f3f4f6;--text-secondary: #9ca3af;--text-muted: #6b7280;--font-sans: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-mono: "Fira Code", monospace;--shadow-lg: 0 10px 25px -5px rgba(0, 0, 0, .3), 0 8px 10px -6px rgba(0, 0, 0, .3);--shadow-glow: 0 0 20px rgba(99, 102, 241, .25);--radius-lg: 16px;--radius-md: 10px;--radius-sm: 6px}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-primary);background-image:radial-gradient(at 0% 0%,rgba(99,102,241,.1) 0px,transparent 50%),radial-gradient(at 100% 100%,rgba(168,85,247,.08) 0px,transparent 50%),linear-gradient(to bottom,var(--bg-primary),var(--bg-secondary));background-attachment:fixed;color:var(--text-primary);font-family:var(--font-sans);min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--primary)}.app-container{max-width:1400px;margin:0 auto;padding:2.5rem 1.5rem}header{margin-bottom:2.5rem;text-align:center;position:relative}.logo-section{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:.5rem}.logo-section svg{width:2.5rem;height:2.5rem;fill:url(#logo-grad)}h1{font-size:2.25rem;font-weight:800;letter-spacing:-.025em;background:var(--primary-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:inline-block}header p{color:var(--text-secondary);font-size:1.1rem;margin-top:.5rem;font-weight:400}.glass-card{background:var(--bg-card);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid var(--border-color);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding:1.75rem;transition:border-color .3s ease,box-shadow .3s ease,transform .3s ease;position:relative;overflow:hidden}.glass-card:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.07),transparent)}.glass-card:hover{border-color:var(--border-glow);box-shadow:0 15px 30px -5px #0006,var(--border-glow)}.dashboard-grid{display:grid;grid-template-columns:1fr;gap:1.75rem;margin-bottom:2rem}@media(min-width:1024px){.dashboard-grid{grid-template-columns:380px 1fr}}.sidebar-column{display:flex;flex-direction:column;gap:1.75rem}.main-column{display:flex;flex-direction:column;gap:1.75rem;min-width:0}.form-group{margin-bottom:1.25rem;display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.875rem;font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em}.input-container{position:relative;display:flex}input[type=text],input[type=number],select,textarea{width:100%;padding:.85rem 1rem;background:#0000004d;border:1px solid var(--border-color);border-radius:var(--radius-md);color:var(--text-primary);font-family:var(--font-sans);font-size:.95rem;transition:all .25s ease}input[type=text]:focus,input[type=number]:focus,select:focus,textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #6366f126;background:#00000080}.status-pill{display:inline-flex;align-items:center;gap:.5rem;padding:.35rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;letter-spacing:.025em;text-transform:uppercase}.status-pill.success{background-color:#10b98126;color:var(--success);border:1px solid rgba(16,185,129,.2)}.status-pill.warning{background-color:#f59e0b26;color:var(--warning);border:1px solid rgba(245,158,11,.2)}.status-indicator-dot{width:6px;height:6px;border-radius:50%;background-color:currentColor;box-shadow:0 0 8px currentColor}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.85rem 1.5rem;font-family:var(--font-sans);font-size:.95rem;font-weight:600;border-radius:var(--radius-md);cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);border:none;width:100%}.btn-primary{background:var(--primary-gradient);color:#fff;box-shadow:0 4px 12px #6366f14d}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #6366f166,var(--border-glow)}.btn-primary:active:not(:disabled){transform:translateY(0)}.btn-secondary{background:#ffffff14;color:var(--text-primary);border:1px solid rgba(255,255,255,.05)}.btn-secondary:hover:not(:disabled){background:#ffffff26;border-color:#ffffff1a}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none!important;box-shadow:none!important}.terminal-window{background-color:#070a13;border:1px solid rgba(255,255,255,.06);border-radius:var(--radius-md);overflow:hidden;box-shadow:inset 0 2px 8px #000c}.terminal-header{background-color:#ffffff08;padding:.6rem 1rem;border-bottom:1px solid rgba(255,255,255,.05);display:flex;justify-content:space-between;align-items:center}.terminal-dots{display:flex;gap:.4rem}.terminal-dot{width:10px;height:10px;border-radius:50%}.terminal-dot.red{background-color:var(--danger)}.terminal-dot.yellow{background-color:var(--warning)}.terminal-dot.green{background-color:var(--success)}.terminal-title{font-family:var(--font-mono);font-size:.75rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.terminal-body{padding:1.25rem;height:250px;overflow-y:auto;font-family:var(--font-mono);font-size:.85rem;line-height:1.5;color:#38bdf8;display:flex;flex-direction:column;gap:.4rem}.terminal-log-line{word-break:break-all;white-space:pre-wrap}.terminal-log-line.system{color:var(--text-muted)}.terminal-log-line.success{color:var(--success)}.terminal-log-line.error{color:var(--danger)}.posts-grid-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem;flex-wrap:wrap;gap:1rem}.posts-count-indicator{font-size:.9rem;color:var(--text-secondary)}.posts-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.posts-grid{grid-template-columns:repeat(auto-fill,minmax(400px,1fr))}}.post-card{background:#ffffff05;border:1px solid rgba(255,255,255,.05);border-radius:var(--radius-md);padding:1.25rem;display:flex;flex-direction:column;gap:.75rem;transition:all .2s ease;height:fit-content}.post-card:hover{background:#ffffff0a;border-color:#6366f140;transform:translateY(-2px)}.post-author-section{display:flex;justify-content:space-between;align-items:flex-start}.post-author-name{font-weight:700;font-size:1rem;color:var(--text-primary);text-decoration:none}.post-author-name:hover{color:var(--primary);text-decoration:underline}.post-time{font-size:.75rem;color:var(--text-muted)}.post-text{font-size:.9rem;color:var(--text-secondary);line-height:1.5;white-space:pre-wrap;word-break:break-word}.post-text-collapsed{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.read-more-toggle{background:none;border:none;color:var(--primary);font-family:var(--font-sans);font-size:.8rem;font-weight:600;cursor:pointer;align-self:flex-start;margin-top:-.25rem}.read-more-toggle:hover{text-decoration:underline}.post-media-container{border-radius:var(--radius-sm);overflow:hidden;border:1px solid rgba(255,255,255,.05);background-color:#0003;margin-top:.25rem}.post-media-img{width:100%;max-height:300px;object-fit:cover;display:block}.post-link-preview{background:#00000026;border-left:3px solid var(--primary);padding:.75rem 1rem;border-radius:0 var(--radius-sm) var(--radius-sm) 0;display:flex;flex-direction:column;gap:.25rem;text-decoration:none}.post-link-title{font-size:.85rem;font-weight:600;color:var(--text-primary);line-height:1.3}.post-link-url{font-size:.75rem;color:var(--text-muted);word-break:break-all}.post-metrics{display:flex;gap:1.25rem;border-top:1px solid rgba(255,255,255,.04);padding-top:.75rem;margin-top:.5rem;color:var(--text-muted);font-size:.8rem}.metric-item{display:flex;align-items:center;gap:.35rem}.metric-item svg{width:1rem;height:1rem;fill:currentColor}.post-source-link{margin-left:auto;color:var(--text-muted);display:flex;align-items:center}.post-source-link:hover{color:var(--primary)}.datasets-list{display:flex;flex-direction:column;gap:.75rem;max-height:250px;overflow-y:auto}.dataset-item{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;border-radius:var(--radius-md);background:#ffffff05;border:1px solid rgba(255,255,255,.04);font-size:.85rem;transition:all .2s ease}.dataset-item:hover{background:#ffffff0a;border-color:#ffffff1a}.dataset-info{display:flex;flex-direction:column;gap:.15rem}.dataset-name{font-weight:600;color:var(--text-primary);word-break:break-all}.dataset-meta{font-size:.75rem;color:var(--text-muted)}.dataset-actions{display:flex;gap:.5rem}.action-btn-sm{background:none;border:none;color:var(--text-secondary);cursor:pointer;padding:.25rem;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center}.action-btn-sm:hover{background:#ffffff14;color:var(--primary)}.empty-state{text-align:center;padding:4rem 2rem;color:var(--text-muted);display:flex;flex-direction:column;align-items:center;gap:.75rem}.empty-state svg{width:3rem;height:3rem;stroke:currentColor;opacity:.4}.export-panel{display:flex;gap:.75rem}@keyframes pulse-slow{0%,to{opacity:1}50%{opacity:.4}}.loading-pulse{animation:pulse-slow 1.5s infinite ease-in-out}
