:root{--font-sans:"Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-mono:"JetBrains Mono", monospace;--color-bg-off-white:#fafafa;--color-bg-secondary:#f7f7f7;--color-bg-neutral:#f3f4f6;--color-white:#fff;--color-text-heading:#1a1a1a;--color-text-body:#475569;--color-text-muted:#64748b;--color-blue:#2563eb;--color-blue-dark:#1d4ed8;--color-blue-light:#3b82f6;--color-blue-subtle:#eff6ff;--color-green:#16a34a;--color-green-dark:#15803d;--color-purple:#8b5cf6;--color-purple-dark:#7c3aed;--color-red:#dc2626;--color-red-dark:#b91c1c;--color-warning:#ea580c;--color-warning-light:#fff7ed;--color-warning-dark:#9a3412;--color-success:#16a34a;--color-error:#dc2626;--color-info:#2563eb;--color-star:#fbbf24;--color-star-light:#fef08a;--color-border-light:#e2e8f0;--color-border-subtle:#f1f5f9;--color-shadow:#0000000d;--color-shadow-hover:#00000017;--color-slate:#64748b;--color-slate-light:#f8fafc;--color-slate-dark:#334155;--bg-main:#f8fafc;--bg-secondary:#f1f5f9;--bg-card:#fff;--bg-card-hover:#f8fafc;--bg-input:#fff;--border-main:#e2e8f0;--border-subtle:#f1f5f9;--border-focus:#2563eb;--text-main:#0f172a;--text-muted:#64748b;--text-subtle:#94a3b8;--sidebar-bg:#fff;--sidebar-border:#e2e8f0;--sidebar-active-bg:#eff6ff;--sidebar-active-text:#2563eb;--sidebar-hover-bg:#f8fafc;--radius-sm:6px;--radius-md:10px;--radius-lg:14px;--radius-xl:20px;--radius-full:9999px;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #00000012, 0 2px 4px -2px #0000000a;--shadow-lg:0 10px 15px -3px #00000014, 0 4px 6px -4px #0000000a;--shadow-xl:0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000000d;--shadow-card:0 1px 3px 0 #0000000d, 0 1px 2px -1px #00000008}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{font-family:var(--font-sans);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:15px;line-height:1.5}body{background-color:var(--bg-main);color:var(--text-main);font-feature-settings:"cv02", "cv03", "cv04", "cv11";min-height:100vh;overflow-x:hidden}h1,h2,h3,h4,h5,h6{color:var(--text-main);font-weight:700;line-height:1.25}p{color:var(--text-muted);line-height:1.6}a{color:var(--color-blue);text-decoration:none;transition:color .15s}a:hover{color:var(--color-blue-dark)}code,pre{font-family:var(--font-mono)}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 1.5rem}.max-width-5xl{max-width:1024px;margin:0 auto}.flex{display:flex}.inline-flex{display:inline-flex}.flex-col{flex-direction:column}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-end{justify-content:flex-end}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.grow{flex:1}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}@media (width<=1024px){.lg-grid-cols-1{grid-template-columns:1fr!important}}@media (width<=768px){.md-grid-cols-1{grid-template-columns:1fr!important}}.card{background:var(--bg-card);border:1px solid var(--border-main);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);color:var(--text-main);padding:1.25rem 1.5rem;transition:transform .2s,border-color .2s,box-shadow .2s}.card:hover{box-shadow:var(--shadow-md);border-color:#cbd5e1}.card-interactive:hover{border-color:var(--color-blue);box-shadow:var(--shadow-lg);transform:translateY(-2px)}.btn{border-radius:var(--radius-md);cursor:pointer;white-space:nowrap;border:1px solid #0000;justify-content:center;align-items:center;gap:.5rem;padding:.6875rem 1.25rem;font-family:inherit;font-size:.9375rem;font-weight:600;line-height:1;text-decoration:none;transition:all .15s ease-in-out;display:inline-flex}.btn:focus-visible{outline:2px solid var(--color-blue);outline-offset:2px}.btn:disabled{opacity:.55;cursor:not-allowed;transform:none!important}.btn-primary{background:var(--color-blue);color:#fff;border-color:var(--color-blue);box-shadow:0 2px 4px #2563eb33}.btn-primary:hover:not(:disabled){background:var(--color-blue-dark);border-color:var(--color-blue-dark);transform:translateY(-1px);box-shadow:0 4px 10px #2563eb4d}.btn-outline{color:#1e293b;background:#fff;border-color:#d1d5db;box-shadow:0 1px 2px #0000000d}.btn-outline:hover:not(:disabled){color:#0f172a;background:#f8fafc;border-color:#94a3b8}.btn-ghost{color:#475569;background:0 0;border-color:#0000}.btn-ghost:hover:not(:disabled){color:#0f172a;background:#f1f5f9}.btn-google{color:#1e293b;background:#fff;border:1px solid #d1d5db;font-weight:600;box-shadow:0 1px 2px #0000000d}.btn-google:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af;box-shadow:0 3px 6px #00000014}.btn-danger{color:#b91c1c;background:#fee2e2;border-color:#fecaca}.btn-danger:hover:not(:disabled){background:var(--color-red);color:#fff;border-color:var(--color-red)}.btn-sm{border-radius:var(--radius-sm);padding:.4375rem .75rem;font-size:.8125rem}.btn-lg{border-radius:var(--radius-md);padding:.875rem 1.75rem;font-size:1.0625rem}.btn-block{width:100%}input,textarea,select{color:#0f172a;border-radius:var(--radius-md);background:#fff;border:1px solid #d1d5db;width:100%;padding:.625rem .875rem;font-family:inherit;font-size:.9375rem;transition:border-color .15s,box-shadow .15s}input:focus,textarea:focus,select:focus{border-color:var(--border-focus);outline:none;box-shadow:0 0 0 3px #2563eb26}label{color:#1e293b;margin-bottom:.375rem;font-size:.875rem;font-weight:600;display:block}.alert{border-radius:var(--radius-md);align-items:flex-start;gap:.75rem;margin-bottom:1rem;padding:.875rem 1.25rem;font-size:.875rem;line-height:1.5;display:flex}.alert-warning{color:#9a3412;background:#fff7ed;border-left:4px solid #ea580c}.alert-danger{color:#991b1b;background:#fef2f2;border-left:4px solid #dc2626}.alert-success{color:#166534;background:#f0fdf4;border-left:4px solid #16a34a}.alert-info{color:#1e40af;background:#eff6ff;border-left:4px solid #2563eb}.badge{border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.03em;align-items:center;gap:.35rem;padding:.2rem .625rem;font-size:.75rem;font-weight:600;line-height:1;display:inline-flex}.badge-pro{color:#b45309;background:#fef3c7;border:1px solid #fde68a}.badge-free{color:#475569;background:#f1f5f9;border:1px solid #e2e8f0}.badge-status-PUBLISHED{color:#15803d;background:#dcfce7;border:1px solid #bbf7d0}.badge-status-PUBLISHING,.badge-status-QUEUED{color:#1d4ed8;background:#dbeafe;border:1px solid #bfdbfe}.badge-status-RETRYING{color:#c2410c;background:#ffedd5;border:1px solid #fed7aa}.badge-status-FAILED_PERMANENT,.badge-status-FAILED{color:#b91c1c;background:#fee2e2;border:1px solid #fecaca}.badge-status-CANCELLED{color:#64748b;background:#f1f5f9;border:1px solid #e2e8f0}.badge-status-SCHEDULED{color:#6b21a8;background:#f3e8ff;border:1px solid #e9d5ff}.badge-status-DRAFT{color:#64748b;background:#f8fafc;border:1px solid #e2e8f0}.dialog-overlay{-webkit-backdrop-filter:blur(4px);z-index:100;background:#0f172a73;justify-content:center;align-items:center;padding:1.5rem;animation:.2s ease-out fade-in;display:flex;position:fixed;inset:0}.dialog-box{border-radius:var(--radius-xl);color:#0f172a;background:#fff;border:1px solid #e2e8f0;width:100%;max-width:480px;max-height:90vh;padding:2rem;animation:.25s cubic-bezier(.16,1,.3,1) zoom-in;position:relative;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000000d}.dialog-header{text-align:center;margin-bottom:1.5rem}.dialog-title{color:#0f172a;margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.dialog-description{color:#64748b;font-size:.9375rem}.dialog-close{color:#94a3b8;cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;padding:.25rem;transition:color .15s;position:absolute;top:1.25rem;right:1.25rem}.dialog-close:hover{color:#0f172a}.auth-divider{text-align:center;align-items:center;margin:1.25rem 0;display:flex}.auth-divider span{color:#94a3b8;text-transform:lowercase;padding:0 .75rem;font-size:.8125rem;font-weight:500}.promo-top-bar{color:#fff;z-index:60;background:linear-gradient(90deg,#2563eb,#1d4ed8);justify-content:center;align-items:center;height:36px;font-size:.8125rem;font-weight:500;display:flex;position:fixed;top:0;left:0;right:0;box-shadow:0 1px 3px #00000014}.landing-nav{z-index:50;-webkit-backdrop-filter:blur(12px);background:#fffffff2;border-bottom:1px solid #e2e8f0;transition:top .3s;position:fixed;left:0;right:0}.nav-container{justify-content:space-between;align-items:center;max-width:1280px;height:68px;margin:0 auto;padding:0 1.5rem;display:flex}.nav-links{align-items:center;gap:1.75rem;display:flex}.nav-link{color:#475569;font-size:.9375rem;font-weight:500;transition:color .15s}.nav-link:hover{color:#0f172a}.hero-section{text-align:center;background:linear-gradient(#f8fafc 0%,#fff 100%);padding:5rem 1.5rem 3rem;position:relative;overflow:hidden}.hero-pill{border-radius:var(--radius-full);color:#1d4ed8;background:#eff6ff;border:1px solid #bfdbfe;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.375rem 1rem;font-size:.875rem;font-weight:600;display:inline-flex}.hero-title{letter-spacing:-.025em;color:#0f172a;max-width:860px;margin:0 auto 1.25rem;font-size:clamp(2.25rem,5vw,3.75rem);font-weight:800;line-height:1.15}.hero-desc{color:#475569;max-width:680px;margin:0 auto 2.25rem;font-size:clamp(1.0625rem,2vw,1.25rem);font-weight:400}.hero-demo-card{border-radius:var(--radius-xl);background:#fff;border:1px solid #e2e8f0;max-width:880px;margin:3rem auto 0;position:relative;overflow:hidden;box-shadow:0 20px 40px -15px #0000001a}.shell{background:var(--bg-main);min-height:100vh;display:flex}.sidebar{z-index:40;background:#fff;border-right:1px solid #e2e8f0;flex-direction:column;width:256px;display:flex;position:fixed;top:0;bottom:0;left:0}.sidebar-header{border-bottom:1px solid #f1f5f9;align-items:center;gap:.75rem;padding:1.25rem 1.25rem 1rem;display:flex}.sidebar-brand{letter-spacing:-.02em;color:#0f172a;font-size:1.25rem;font-weight:700}.sidebar-nav{flex-direction:column;flex:1;gap:.25rem;padding:.75rem;display:flex;overflow-y:auto}.sidebar-link{border-radius:var(--radius-md);color:#475569;align-items:center;gap:.75rem;padding:.625rem .875rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .15s;display:flex}.sidebar-link:hover{color:#0f172a;background:#f8fafc;transform:translate(2px)}.sidebar-link.active{color:#2563eb;background:#eff6ff;font-weight:600}.sidebar-footer{background:#fafafa;border-top:1px solid #e2e8f0;padding:1rem .875rem}.user-profile-card{border-radius:var(--radius-md);background:#fff;border:1px solid #e2e8f0;align-items:center;gap:.75rem;margin-bottom:.5rem;padding:.625rem;display:flex}.user-avatar{border-radius:var(--radius-full);color:#fff;background:#2563eb;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:.875rem;font-weight:700;display:flex;box-shadow:0 1px 3px #0000001a}.content{flex:1;max-width:calc(100vw - 256px);min-height:100vh;margin-left:256px;padding:2rem 2.5rem 4rem}@media (width<=900px){.sidebar{transition:transform .3s;transform:translate(-100%)}.sidebar.open{transform:translate(0)}.content{max-width:100vw;margin-left:0;padding:1.5rem 1rem 3rem}}.progress-bar-wrap{border-radius:var(--radius-full);background:#e2e8f0;width:100%;height:8px;margin:.5rem 0;overflow:hidden}.progress-bar-fill{border-radius:var(--radius-full);background:linear-gradient(90deg,#2563eb,#60a5fa);height:100%;transition:width .5s ease-out}.auth-divider{text-align:center;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;align-items:center;margin:1.25rem 0;font-size:.8125rem;display:flex}.auth-divider:before,.auth-divider:after{content:"";border-bottom:1px solid #e2e8f0;flex:1}.auth-divider span{padding:0 .75rem}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes zoom-in{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes slide-in-from-top{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes slide-up-from-bottom{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}.spinner{border:2px solid #0000001a;border-top-color:currentColor;border-radius:50%;width:20px;height:20px;animation:.6s linear infinite spin;display:inline-block}.animate-fade-in{animation:.4s ease-out forwards fade-in}.animate-slide-up{animation:.4s ease-out forwards slide-up-from-bottom}.composer{flex-direction:column;gap:1.5rem;max-width:800px;display:flex}.pick-grid{grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:.75rem;margin-top:.75rem;display:grid}.pick-card{border-radius:var(--radius-md);text-align:left;cursor:pointer;color:#0f172a;background:#fff;border:1px solid #e2e8f0;flex-direction:column;gap:.5rem;padding:.5rem;transition:all .15s;display:flex}.pick-card:hover{background:#f8fafc;border-color:#94a3b8}.pick-card.selected{border-color:var(--color-blue);background:#eff6ff;box-shadow:0 0 0 2px #2563eb40}.pick-card img{object-fit:cover;border-radius:var(--radius-sm);width:100%;height:80px}.dest-list{flex-direction:column;gap:.5rem;margin-top:.75rem;display:flex}.dest-row{border-radius:var(--radius-md);cursor:pointer;color:#0f172a;background:#f8fafc;border:1px solid #e2e8f0;align-items:center;gap:.75rem;margin-bottom:0;padding:.75rem 1rem;transition:all .15s;display:flex}.dest-row:hover{background:#f1f5f9;border-color:#cbd5e1}.dest-row input[type=checkbox]{cursor:pointer;width:auto;margin:0}.radio-row{border-radius:var(--radius-md);cursor:pointer;color:#0f172a;background:#f8fafc;border:1px solid #e2e8f0;align-items:center;gap:.75rem;margin-bottom:.5rem;padding:.75rem 1rem;display:flex}.radio-row input[type=radio]{width:auto;margin:0}.post-list{flex-direction:column;gap:1rem;display:flex}.post-row{background:#fff;align-items:center;gap:1.25rem;padding:1.25rem;display:flex}.post-thumb{border-radius:var(--radius-md);background:#f1f5f9;flex-shrink:0;justify-content:center;align-items:center;width:72px;height:72px;display:flex;overflow:hidden}.post-thumb img{object-fit:cover;width:100%;height:100%}.post-card{flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.post-card-head{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding-bottom:.75rem;display:flex}.dest-status-row{border-radius:var(--radius-sm);color:#0f172a;background:#f8fafc;border:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:.625rem .875rem;font-size:.875rem;display:flex}.dest-status-row .platform{text-transform:capitalize;font-weight:600}.page-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.filter-row{flex-wrap:wrap;gap:.5rem;display:flex}.chip{color:#475569;border-radius:var(--radius-full);cursor:pointer;background:#fff;border:1px solid #cbd5e1;padding:.35rem .85rem;font-size:.8125rem;font-weight:600;transition:all .15s}.chip:hover{color:#0f172a;background:#f8fafc;border-color:#94a3b8}.chip.active{background:var(--color-blue);color:#fff;border-color:var(--color-blue);box-shadow:0 2px 4px #2563eb40}.media-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.25rem;margin-top:1.5rem;display:grid}.asset-card{background:#fff;flex-direction:column;justify-content:space-between;padding:.875rem;display:flex;overflow:hidden}.asset-card img{object-fit:cover;border-radius:var(--radius-md);width:100%;height:140px;margin-bottom:.75rem}.thumb-placeholder{border-radius:var(--radius-md);justify-content:center;align-items:center;width:100%;height:140px;margin-bottom:.75rem;display:flex}.asset-meta{flex-direction:column;gap:.25rem;margin-bottom:.75rem;display:flex}.composer-page-container{flex-direction:column;gap:1.5rem;display:flex}.composer-top-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.composer-split-layout{grid-template-columns:1.25fr 1fr;align-items:start;gap:1.5rem;display:grid}@media (width<=1100px){.composer-split-layout{grid-template-columns:1fr}}.composer-editor-pane{flex-direction:column;gap:1.25rem;display:flex}.composer-preview-pane{flex-direction:column;gap:1rem;display:flex;position:sticky;top:1.5rem}.step-badge{background:var(--color-blue);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:.75rem;font-weight:800;display:inline-flex}.empty-picker-box{text-align:center;border-radius:var(--radius-md);background:#f8fafc;border:1px dashed #cbd5e1;padding:2rem}.composer-tabs-bar{border-bottom:1px solid #e2e8f0;gap:.35rem;padding-bottom:.25rem;display:flex;overflow-x:auto}.composer-tab{border-radius:var(--radius-md) var(--radius-md) 0 0;color:#64748b;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #0000;align-items:center;gap:.4rem;padding:.4rem .75rem;font-size:.8125rem;font-weight:600;transition:all .15s;display:inline-flex;position:relative}.composer-tab:hover{color:#0f172a;background:#f8fafc}.composer-tab.active{color:var(--color-blue);border-color:#e2e8f0 #e2e8f0 #fff;border-bottom:2px solid var(--color-blue);background:#fff;box-shadow:0 -2px 6px #00000005}.override-dot{background:#e11d48;border-radius:50%;width:6px;height:6px}.network-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px;display:inline-block}.network-dot.instagram{background:#e1306c}.network-dot.youtube{background:red}.network-dot.tiktok{background:#00b4d8}.network-dot.linkedin{background:#0a66c2}.network-dot.threads{background:#1e293b}.network-dot.facebook{background:#1877f2}.network-dot.pinterest{background:#e60023}.network-dot.mockdev{background:#10b981}.char-counter-container{justify-content:space-between;align-items:center;margin-top:.4rem;padding:.25rem .2rem;display:flex}.char-progress-track{background:#e2e8f0;border-radius:999px;width:90px;height:6px;overflow:hidden}.char-progress-bar{background:#2563eb;border-radius:999px;height:100%;transition:width .2s,background-color .2s}.char-progress-bar.warn{background:#f59e0b}.char-progress-bar.over{background:#dc2626}.dest-chips-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.65rem;display:grid}.dest-select-card{border-radius:var(--radius-md);cursor:pointer;background:#fff;border:1px solid #e2e8f0;align-items:center;gap:.65rem;padding:.75rem .85rem;transition:all .15s;display:flex}.dest-select-card:hover{background:#f8fafc;border-color:#cbd5e1}.dest-select-card.selected{background:#eff6ff;border-color:#93c5fd}.smart-preset-box{border-radius:var(--radius-md);background:#f8fafc;border:1px solid #e2e8f0;margin-top:.5rem;padding:.85rem}.preset-chip{border-radius:var(--radius-full);color:#334155;cursor:pointer;background:#fff;border:1px solid #cbd5e1;padding:.25rem .65rem;font-size:.75rem;font-weight:600;transition:all .15s}.preset-chip:hover{color:#2563eb;background:#eff6ff;border-color:#2563eb}.preview-pane-card{border-radius:var(--radius-lg);background:#fff;border:1px solid #e2e8f0;overflow:hidden;box-shadow:0 4px 12px #0000000d}.preview-pane-header{background:#f8fafc;border-bottom:1px solid #e2e8f0;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;padding:.875rem 1.25rem;display:flex}.preview-platform-switcher{align-items:center;gap:.35rem;display:flex;overflow-x:auto}.platform-switch-chip{border-radius:var(--radius-full);color:#475569;cursor:pointer;text-transform:capitalize;background:#fff;border:1px solid #cbd5e1;align-items:center;gap:.35rem;padding:.25rem .55rem;font-size:.75rem;font-weight:600;transition:all .15s;display:inline-flex}.platform-switch-chip:hover{color:#0f172a;background:#f1f5f9}.platform-switch-chip.active{color:#fff;background:#2563eb;border-color:#2563eb}.platform-switch-chip.active .network-dot{background:#fff}.preview-mode-toggle{background:#fff;border-bottom:1px solid #e2e8f0;display:flex}.mode-btn{text-align:center;color:#64748b;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;flex:1;padding:.5rem;font-size:.75rem;font-weight:600}.mode-btn.active{color:#2563eb;border-bottom-color:#2563eb}.preview-device-stage{background:#f1f5f9;justify-content:center;min-height:480px;padding:1.5rem;display:flex}.mockup-instagram{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;width:100%;max-width:360px;display:flex;overflow:hidden;box-shadow:0 4px 16px #00000014}.ig-header{align-items:center;gap:.65rem;padding:.75rem 1rem;display:flex}.ig-avatar-ring{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);border-radius:50%;flex-shrink:0;width:34px;height:34px;padding:2px}.ig-avatar-inner{color:#0f172a;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;font-size:.8125rem;font-weight:800;display:flex}.ig-user-info{flex-direction:column;flex:1;min-width:0;display:flex}.ig-username{color:#0f172a;font-size:.8125rem;font-weight:700}.ig-audio-tag{color:#64748b;align-items:center;font-size:.6875rem;display:flex}.ig-media-frame{background:#0f172a;width:100%;height:260px;position:relative;overflow:hidden}.ig-media-img{object-fit:cover;width:100%;height:100%}.media-placeholder-box{color:#94a3b8;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;width:100%;height:100%;font-size:.8125rem;display:flex}.media-duration-badge{color:#fff;background:#000000bf;border-radius:4px;padding:.15rem .4rem;font-size:.65rem;font-weight:700;position:absolute;bottom:8px;right:8px}.ig-actions-row{justify-content:space-between;align-items:center;padding:.65rem 1rem .25rem;display:flex}.ig-actions-left{align-items:center;gap:1rem;display:flex}.mock-icon{cursor:pointer;color:#0f172a;transition:transform .1s}.mock-icon:hover{transform:scale(1.1)}.ig-likes-count{color:#0f172a;padding:.25rem 1rem;font-size:.75rem}.ig-caption-wrap{color:#0f172a;padding:.25rem 1rem .5rem;font-size:.8125rem;line-height:1.4}.ig-caption-user{margin-right:.35rem;font-weight:700}.ig-more-btn{color:#64748b;cursor:pointer;background:0 0;border:none;margin-left:.25rem;font-size:.75rem;font-weight:600}.ig-timestamp{color:#94a3b8;text-transform:uppercase;padding:0 1rem .75rem;font-size:.6875rem}.mockup-youtube{background:#fff;border:1px solid #e2e8f0;border-radius:12px;width:100%;max-width:360px;overflow:hidden;box-shadow:0 4px 16px #00000014}.yt-player-box{background:#000;width:100%;height:200px;position:relative}.yt-thumb-img{object-fit:cover;width:100%;height:100%}.yt-details{padding:.875rem 1rem}.yt-title{color:#0f172a;margin-bottom:.25rem;font-size:.9375rem;font-weight:700;line-height:1.35}.yt-views-date{color:#64748b;margin-bottom:.75rem;font-size:.6875rem}.yt-channel-row{border-top:1px solid #f1f5f9;border-bottom:1px solid #f1f5f9;align-items:center;gap:.65rem;padding:.5rem 0;display:flex}.yt-avatar{color:#fff;background:red;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:.75rem;font-weight:700;display:flex}.yt-channel-name{color:#0f172a;flex:1;font-size:.8125rem;font-weight:700}.yt-subscribe-btn{color:#fff;border-radius:var(--radius-full);cursor:pointer;background:#0f172a;border:none;padding:.3rem .75rem;font-size:.75rem;font-weight:600}.yt-action-pills{gap:.5rem;margin:.75rem 0;display:flex}.yt-pill{border-radius:var(--radius-full);color:#0f172a;background:#f1f5f9;align-items:center;gap:.35rem;padding:.3rem .65rem;font-size:.75rem;font-weight:600;display:inline-flex}.yt-desc-card{color:#475569;background:#f8fafc;border-radius:8px;padding:.65rem .75rem;font-size:.75rem}.mockup-tiktok{background:#000;border-radius:16px;width:100%;max-width:320px;height:480px;position:relative;overflow:hidden;box-shadow:0 4px 20px #0003}.tt-frame{width:100%;height:100%;position:relative}.tt-media-img{object-fit:cover;width:100%;height:100%}.tt-sidebar{z-index:5;flex-direction:column;align-items:center;gap:1rem;display:flex;position:absolute;bottom:60px;right:10px}.tt-avatar-box{width:38px;height:38px;margin-bottom:.25rem;position:relative}.tt-avatar{color:#fff;background:#00b4d8;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;font-size:.8125rem;font-weight:800;display:flex}.tt-avatar-plus{color:#fff;background:#fe2c55;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:11px;font-weight:800;display:flex;position:absolute;bottom:-4px;left:50%;transform:translate(-50%)}.tt-action-item{color:#fff;flex-direction:column;align-items:center;gap:.15rem;font-size:.65rem;font-weight:600;display:flex}.tt-disc-spinning{background:#1f2937;border:4px solid #111827;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;animation:3s linear infinite spin;display:flex}.tt-bottom-overlay{color:#fff;z-index:5;position:absolute;bottom:16px;left:12px;right:60px}.tt-creator-name{margin-bottom:.25rem;font-size:.875rem;font-weight:800}.tt-caption{text-shadow:0 1px 2px #000c;margin-bottom:.5rem;font-size:.75rem;line-height:1.35}.tt-sound-track{color:#e5e7eb;align-items:center;gap:.35rem;font-size:.6875rem;display:flex}.mockup-linkedin{background:#fff;border:1px solid #e2e8f0;border-radius:10px;width:100%;max-width:380px;overflow:hidden;box-shadow:0 2px 8px #0000000f}.li-header{align-items:flex-start;gap:.65rem;padding:.875rem 1rem .5rem;display:flex}.li-avatar{color:#fff;background:#0a66c2;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:.875rem;font-weight:800;display:flex}.li-meta{flex-direction:column;flex:1;display:flex}.li-name-row{align-items:center;gap:.25rem;display:flex}.li-name{color:#0f172a;font-size:.875rem;font-weight:700}.li-degree{color:#64748b;font-size:.75rem}.li-headline{color:#64748b;font-size:.6875rem}.li-time{color:#94a3b8;margin-top:.1rem;font-size:.6875rem}.li-body{color:#0f172a;padding:.25rem 1rem .75rem;font-size:.8125rem;line-height:1.45}.li-more-btn{color:#64748b;cursor:pointer;background:0 0;border:none;font-size:.75rem;font-weight:600}.li-media-box{background:#0f172a;width:100%;height:200px;position:relative}.li-media-img{object-fit:cover;width:100%;height:100%}.li-stats-row{color:#64748b;border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:.5rem 1rem;font-size:.7rem;display:flex}.li-reactions-icons{align-items:center;display:flex}.li-rxn-icon{margin-right:-4px;font-size:.75rem}.li-stats-count{margin-left:.5rem}.li-actions-bar{justify-content:space-around;padding:.35rem .5rem;display:flex}.li-action-btn{color:#475569;cursor:pointer;border-radius:4px;align-items:center;gap:.35rem;padding:.4rem .6rem;font-size:.75rem;font-weight:600;display:flex}.li-action-btn:hover{background:#f1f5f9}.mockup-threads{background:#fff;border:1px solid #e2e8f0;border-radius:12px;width:100%;max-width:360px;padding:1rem;box-shadow:0 2px 8px #0000000f}.th-row{gap:.75rem;display:flex}.th-left-col{flex-direction:column;align-items:center;width:34px;display:flex}.th-avatar{color:#fff;background:#1e293b;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:.8125rem;font-weight:800;display:flex}.th-thread-line{background:#e2e8f0;flex:1;width:2px;margin-top:.5rem}.th-right-col{flex:1}.th-header{align-items:center;gap:.4rem;margin-bottom:.25rem;display:flex}.th-username{color:#0f172a;font-size:.8125rem;font-weight:700}.th-time{color:#94a3b8;font-size:.6875rem}.th-caption{color:#0f172a;margin-bottom:.5rem;font-size:.8125rem;line-height:1.4}.th-media-card{border-radius:8px;width:100%;height:180px;margin-bottom:.75rem;overflow:hidden}.th-media-img{object-fit:cover;width:100%;height:100%}.th-actions{color:#0f172a;gap:1rem;display:flex}.mockup-first-comment{background:#fff;border:1px solid #e2e8f0;border-radius:10px;width:100%;max-width:360px;padding:1rem;box-shadow:0 2px 8px #0000000f}.comment-bubble{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;gap:.65rem;padding:.75rem;display:flex}.comment-avatar{color:#fff;background:#2563eb;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.75rem;font-weight:800;display:flex}.ai-modal{border-radius:var(--radius-lg);background:#fff;padding:1.5rem;box-shadow:0 20px 25px -5px #0000001a}.ai-tab-pill{border-radius:var(--radius-full);color:#475569;cursor:pointer;background:#f1f5f9;border:1px solid #0000;align-items:center;gap:.35rem;padding:.35rem .75rem;font-size:.75rem;font-weight:600;transition:all .15s;display:inline-flex}.ai-tab-pill.active{color:#fff;background:#2563eb}.hashtag-picker-box{border-radius:var(--radius-md);background:#f8fafc;border:1px solid #e2e8f0;padding:.75rem}.hashtag-picker-head{justify-content:space-between;align-items:center;margin-bottom:.65rem;display:flex}.hashtag-categories{gap:.35rem;margin-bottom:.65rem;display:flex;overflow-x:auto}.hashtag-cat-chip{border-radius:var(--radius-full);color:#475569;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #cbd5e1;padding:.2rem .55rem;font-size:.7rem;font-weight:600}.hashtag-cat-chip.active{color:#2563eb;background:#eff6ff;border-color:#2563eb}.hashtag-tags-grid{flex-wrap:wrap;gap:.35rem;display:flex}.hashtag-pill{color:#0f172a;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:4px;align-items:center;gap:.25rem;padding:.2rem .5rem;font-size:.75rem;transition:all .15s;display:inline-flex}.hashtag-pill:hover{background:#eff6ff;border-color:#93c5fd}.hashtag-pill.added{background:#dcfce7;border-color:#86efac}.calendar-top-bar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.calendar-view-toggle{border-radius:var(--radius-md);background:#f1f5f9;border:1px solid #e2e8f0;padding:.2rem;display:flex}.view-toggle-btn{border-radius:var(--radius-sm);color:#64748b;cursor:pointer;background:0 0;border:none;align-items:center;gap:.35rem;padding:.35rem .75rem;font-size:.8125rem;font-weight:600;transition:all .15s;display:inline-flex}.view-toggle-btn.active{color:#0f172a;background:#fff;box-shadow:0 1px 3px #00000014}.calendar-nav-row{justify-content:space-between;align-items:center;display:flex}.calendar{border-radius:var(--radius-lg);background:#e2e8f0;border:1px solid #e2e8f0;grid-template-columns:repeat(7,1fr);gap:1px;display:grid;overflow:hidden;box-shadow:0 1px 3px #0000000d}.calendar-dow{text-align:center;color:#64748b;text-transform:uppercase;letter-spacing:.05em;background:#f8fafc;padding:.75rem .5rem;font-size:.8125rem;font-weight:700}.calendar-cell{cursor:pointer;background:#fff;flex-direction:column;gap:.35rem;min-height:110px;padding:.5rem;transition:background .15s;display:flex}.calendar-cell:hover{background:#f8fafc}.calendar-cell.dim{opacity:.45;background:#fafafa}.calendar-cell.today{background:#eff6ff}.calendar-cell-top{justify-content:space-between;align-items:center;display:flex}.cell-number{color:#475569;font-size:.8125rem;font-weight:600}.today-pill{background:#2563eb;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.75rem;font-weight:800;display:inline-flex;color:#fff!important}.best-slot-indicator{background:#fef3c7;border-radius:3px;align-items:center;padding:.1rem .3rem;display:inline-flex}.cell-posts-container{flex-direction:column;flex:1;gap:.25rem;display:flex}.mini-post-card{color:#0f172a;background:#f1f5f9;border-left:2px solid #2563eb;border-radius:4px;align-items:center;gap:.3rem;padding:.2rem .35rem;font-size:.7rem;display:flex}.mini-post-thumb{object-fit:cover;border-radius:2px;width:16px;height:16px}.mini-post-time{color:#2563eb;white-space:nowrap;font-size:.65rem;font-weight:700}.mini-post-caption{flex:1;font-size:.6875rem}.more-posts-badge{color:#64748b;padding:.1rem .25rem;font-size:.65rem;font-weight:700}.calendar-week-grid{border-radius:var(--radius-lg);background:#e2e8f0;border:1px solid #e2e8f0;grid-template-columns:repeat(7,1fr);gap:1px;display:grid;overflow:hidden;box-shadow:0 1px 3px #0000000d}.week-column{background:#fff;flex-direction:column;min-height:420px;display:flex}.week-column.today{background:#faf5ff}.week-col-header{background:#f8fafc;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:.75rem .5rem;display:flex}.week-day-name{color:#64748b;text-transform:uppercase;font-size:.75rem;font-weight:700}.week-day-number{color:#0f172a;font-size:1.1rem;font-weight:800}.week-col-body{cursor:pointer;flex-direction:column;flex:1;padding:.5rem;display:flex}.week-cards-stack{flex-direction:column;gap:.5rem;display:flex}.week-post-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;flex-direction:column;gap:.35rem;padding:.5rem;display:flex}.week-card-top{justify-content:space-between;align-items:center;font-size:.65rem;display:flex}.week-time-pill{color:#2563eb;align-items:center;font-weight:700;display:inline-flex}.week-dest-count{color:#64748b}.week-thumb-wrap{border-radius:4px;width:100%;height:60px;overflow:hidden}.week-thumb-img{object-fit:cover;width:100%;height:100%}.week-caption-snippet{color:#0f172a;font-size:.75rem;font-weight:500}.week-empty-slot{color:#cbd5e1;justify-content:center;align-items:center;height:100%;min-height:120px;font-size:.75rem;display:flex}.media-upload-dropzone{border-radius:var(--radius-lg);text-align:center;cursor:pointer;background:#fff;border:2px dashed #cbd5e1;padding:2.5rem 1.5rem;transition:all .2s;position:relative;overflow:hidden}.media-upload-dropzone:hover,.media-upload-dropzone.drag-over{background:#eff6ff;border-color:#2563eb}.upload-dropzone-inner{flex-direction:column;align-items:center;gap:.75rem;display:flex}.upload-icon-circle{background:#eff6ff;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.format-tags{gap:.35rem;display:flex}.format-badge{color:#475569;background:#f1f5f9;border-radius:4px;padding:.15rem .4rem;font-size:.65rem;font-weight:700}.upload-progress-bar-container{background:#e2e8f0;height:4px;position:absolute;bottom:0;left:0;right:0}.upload-progress-fill{background:#2563eb;height:100%;transition:width .2s}.media-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.media-search-input{border-radius:var(--radius-md);background:#fff;border:1px solid #cbd5e1;align-items:center;gap:.5rem;width:260px;padding:.4rem .75rem;display:flex}.media-search-input input{border:none;padding:0;font-size:.875rem}.media-filter-pills{gap:.35rem;display:flex}.filter-pill{border-radius:var(--radius-full);color:#475569;cursor:pointer;background:#fff;border:1px solid #cbd5e1;padding:.35rem .75rem;font-size:.8125rem;font-weight:600;transition:all .15s}.filter-pill.active{color:#fff;background:#2563eb;border-color:#2563eb}.asset-thumb-container{border-radius:var(--radius-md);cursor:pointer;background:#0f172a;width:100%;height:140px;position:relative;overflow:hidden}.asset-thumb-container img{object-fit:cover;width:100%;height:100%;transition:transform .2s}.asset-card:hover .asset-thumb-container img{transform:scale(1.03)}.asset-hover-overlay{opacity:0;background:#0006;justify-content:center;align-items:center;transition:opacity .15s;display:flex;position:absolute;inset:0}.asset-thumb-container:hover .asset-hover-overlay{opacity:1}.play-circle{color:#0f172a;background:#ffffffe6;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.asset-duration-tag{color:#fff;background:#000c;border-radius:3px;padding:.15rem .35rem;font-size:.65rem;font-weight:700;position:absolute;bottom:8px;right:8px}.asset-aspect-tag{color:#fff;background:#000000b3;border-radius:3px;padding:.15rem .35rem;font-size:.65rem;font-weight:700;position:absolute;top:8px;left:8px}.asset-info-section{padding:.75rem 0 .5rem}.asset-card-actions{gap:.4rem;margin-top:.25rem;display:flex}.spec-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;flex-direction:column;gap:.2rem;padding:.65rem;display:flex}.spec-label{color:#64748b;text-transform:uppercase;font-size:.6875rem}.spec-value{color:#0f172a;font-size:.8125rem;font-weight:700}.heatmap-container{flex-direction:column;gap:.35rem;display:flex;overflow-x:auto}.heatmap-header-row,.heatmap-row{grid-template-columns:45px repeat(6,1fr);align-items:center;gap:.35rem;display:grid}.heatmap-day-label{color:#64748b;font-size:.75rem;font-weight:700}.heatmap-time-header{color:#94a3b8;text-align:center;font-size:.6875rem;font-weight:600}.heatmap-cell{cursor:pointer;border-radius:4px;height:28px;transition:transform .15s,box-shadow .15s}.heatmap-cell:hover{transform:scale(1.08);box-shadow:0 2px 6px #00000026}.heatmap-cell.intensity-0{background:#f1f5f9}.heatmap-cell.intensity-1{background:#bfdbfe}.heatmap-cell.intensity-2{background:#3b82f6}.heatmap-cell.intensity-3{background:#1d4ed8}
