@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Outfit:wght@400;500;600;700&display=swap";
:root{--bg-color:#08090d;--panel-bg:#141823a6;--panel-border:#ffffff0f;--text-primary:#f3f4f6;--text-secondary:#9ca3af;--placeholder-color:#ffffff80;--primary-color:#7c3aed;--primary-glow:#7c3aed80;--secondary-color:#06b6d4;--accent-color:#06b6d4;--success-color:#10b981;--success-text:#064e3b;--warning-color:#f59e0b;--warning-text:#92400e;--error-color:#ef4444;--focus-ring:0 0 0 3px #7c3aed59}*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;min-height:100vh;color:var(--text-primary);background:radial-gradient(circle at 100% 0,#6366f114,#0000 50%),radial-gradient(circle at 0 100%,#06b6d414,#0000 50%),#07080d;margin:0;padding:0;font-family:Inter,sans-serif;overflow-x:hidden}body{flex-direction:column;justify-content:flex-start;align-items:center;padding:1.5rem 1rem;display:flex}:is(html:has(.landing),body:has(.landing)){background:#fbfbff!important}body:has(.landing){padding:0!important}body:has(.landing) .landing{margin:0}body:has(.landing) .background-decor{display:none}.background-decor{z-index:-1;pointer-events:none;background:radial-gradient(circle,#7c3aed26 0%,#06b6d414 50%,#08090d00 100%);width:600px;height:600px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.app-container{z-index:10;width:100%;max-width:1200px}.app-header{text-align:center;margin-bottom:2.5rem}h1{letter-spacing:-.025em;margin-bottom:.5rem;font-family:Outfit,sans-serif;font-size:2.5rem;font-weight:700}.glow-text{background:linear-gradient(135deg,#a78bfa 0%,#22d3ee 100%);-webkit-text-fill-color:transparent;filter:drop-shadow(0 0 30px #a78bfa4d);-webkit-background-clip:text}.subtitle{color:var(--text-secondary);font-size:1rem}.main-content{flex-direction:column;gap:1.5rem;display:flex}.card{background:var(--panel-bg);border:1px solid var(--panel-border);-webkit-backdrop-filter:blur(12px);border-radius:16px;padding:2rem;transition:transform .3s,box-shadow .3s;box-shadow:0 8px 32px #0000005e}.card:hover{transform:translateY(-2px);box-shadow:0 12px 40px #7c3aed26}h2{align-items:center;gap:.75rem;margin-bottom:1.5rem;font-family:Outfit,sans-serif;font-size:1.35rem;font-weight:600;display:flex}.step-badge{background:linear-gradient(135deg, var(--primary-color) 0%, var(--accent-color) 100%);color:#fff;width:28px;height:28px;box-shadow:0 0 15px var(--primary-glow);border-radius:50%;justify-content:center;align-items:center;font-size:.85rem;font-weight:700;display:flex}.form-group{margin-bottom:1.5rem}.form-label{color:var(--text-primary);margin-bottom:.5rem;font-size:.9rem;font-weight:500;display:block}.input-hint{color:var(--text-secondary);margin-top:.5rem;font-size:.75rem;display:block}.select-wrapper{position:relative}.custom-select{border:1px solid var(--panel-border);width:100%;color:var(--text-primary);cursor:pointer;appearance:none;background:#0a0c12cc;border-radius:10px;outline:none;padding:.85rem 1.25rem;font-size:1rem;transition:border-color .2s,box-shadow .2s}.custom-select:focus{border-color:var(--primary-color);box-shadow:0 0 10px var(--primary-glow)}.select-wrapper:after{content:"▼";color:var(--text-secondary);pointer-events:none;font-size:.7rem;position:absolute;top:50%;right:1.25rem;transform:translateY(-50%)}textarea{border:1px solid var(--panel-border);width:100%;color:var(--text-primary);resize:vertical;background:#0a0c12cc;border-radius:10px;outline:none;padding:1rem;font-family:inherit;font-size:.95rem;transition:border-color .2s,box-shadow .2s}textarea:focus{border-color:var(--primary-color);box-shadow:0 0 10px var(--primary-glow)}input::placeholder,textarea::placeholder{color:var(--placeholder-color)}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{box-shadow:var(--focus-ring);outline:none}.drop-zone{border:2px dashed var(--panel-border);text-align:center;cursor:pointer;background:#0a0c1266;border-radius:10px;padding:2.5rem;transition:border-color .3s,background-color .3s;position:relative}.drop-zone:hover,.drop-zone.dragover{border-color:var(--accent-color);background:#06b6d40d}.drop-zone-text{color:var(--text-secondary);font-size:.9rem}.drop-zone-input{opacity:0;cursor:pointer;width:100%;height:100%;position:absolute;top:0;left:0}.preview-container{flex-direction:column;align-items:center;gap:.75rem;display:flex}.preview-container img{border:1px solid var(--panel-border);object-fit:contain;background:#111;border-radius:8px;max-width:100px;max-height:100px}.filename{color:var(--accent-color);font-size:.8rem;font-weight:500}.btn{cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:.75rem;width:100%;padding:.95rem 1.75rem;font-family:inherit;font-size:.95rem;font-weight:600;transition:transform .2s,box-shadow .2s,background-color .2s;display:inline-flex}.btn-primary{background:linear-gradient(135deg, var(--primary-color) 0%, #6d28d9 100%);color:#fff;box-shadow:0 4px 15px #7c3aed4d}.btn-primary:hover{background:linear-gradient(135deg,#8b5cf6 0%,#7c3aed 100%);transform:translateY(-1px);box-shadow:0 6px 20px #7c3aed73}.btn-secondary{border:1px solid var(--panel-border);color:var(--text-primary);background:#ffffff14}.btn-secondary:hover{background:#ffffff26;transform:translateY(-1px)}.btn:active{transform:translateY(1px)}.status-tracker{flex-direction:column;gap:1.5rem;display:flex}.tracker-item{align-items:flex-start;gap:1.25rem;padding:.75rem 0;display:flex;position:relative}.tracker-item:not(:last-child):after{content:"";background:var(--panel-border);width:2px;position:absolute;top:30px;bottom:-20px;left:12px}.tracker-icon{border:2px solid var(--text-secondary);background:var(--bg-color);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;transition:background-color .3s,border-color .3s;display:flex}.tracker-info h3{margin-bottom:.25rem;font-size:1rem;font-weight:600}.tracker-info p{color:var(--text-secondary);font-size:.85rem}.tracker-item.pending .tracker-icon{border-color:var(--warning-color);background-color:#f59e0b1a;animation:1.5s infinite pulse;box-shadow:0 0 10px #f59e0b33}.tracker-item.completed .tracker-icon{border-color:var(--success-color);background-color:var(--success-color)}.tracker-item.completed .tracker-icon:after{content:"✓";color:#fff;font-size:.75rem;font-weight:700}.tracker-item.completed:after{background:var(--success-color)!important}.automation-wizard{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:2rem}.wizard-header{margin-bottom:1.5rem}.wizard-header h2{color:#111827;align-items:center;gap:.75rem;margin:0 0 .5rem;font-size:1.35rem;display:flex}.wizard-step-indicator{color:#fff;background:linear-gradient(135deg,#7c3aed 0%,#2563eb 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.9rem;font-weight:700;display:flex}.wizard-subtitle{color:#6b7280;margin:0;font-size:.9rem}.wizard-steps-nav{justify-content:center;align-items:center;gap:.5rem;margin-bottom:2rem;padding:0 1rem;display:flex}.wizard-step{color:#9ca3af;flex-direction:column;align-items:center;gap:.35rem;transition:color .2s;display:flex}.wizard-step.active{color:#7c3aed}.wizard-step.completed{color:#059669}.wizard-step-number{background:#fff;border:2px solid;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.85rem;font-weight:700;display:flex}.wizard-step.active .wizard-step-number{color:#fff;background:#7c3aed;border-color:#7c3aed}.wizard-step.completed .wizard-step-number{color:#fff;background:#059669;border-color:#059669}.wizard-step.completed .wizard-step-number:after{content:"✓";font-size:.75rem}.wizard-step-label{font-size:.75rem;font-weight:600}.wizard-step-line{background:#e5e7eb;flex:1;max-width:80px;height:2px;margin:0 .5rem 1.25rem}.wizard-form .form-label{color:#374151;font-weight:600}.wizard-form textarea{color:#1f2937;resize:vertical;background:#fff;border:1px solid #d1d5db;border-radius:10px;width:100%;padding:.85rem;font-size:.9rem;transition:border-color .2s,box-shadow .2s}.wizard-form textarea:focus{border-color:#7c3aed;box-shadow:0 0 0 3px #7c3aed1a}.wizard-btn-main{color:#fff;cursor:pointer;background:linear-gradient(135deg,#7c3aed 0%,#2563eb 100%);border:none;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:1rem;padding:.85rem 1.5rem;font-size:.95rem;font-weight:700;transition:transform .2s,box-shadow .2s;display:inline-flex}.wizard-btn-main:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 8px 20px #7c3aed40}.wizard-btn-main:disabled{opacity:.7;cursor:not-allowed}.wizard-confirm{text-align:center}.wizard-confirm h3{color:#111827;margin-bottom:1rem}.wizard-context-box{text-align:left;color:#374151;background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;max-height:220px;margin-bottom:1.5rem;padding:1.25rem;font-size:.9rem;line-height:1.6;overflow-y:auto}.wizard-logo-preview{flex-direction:column;align-items:center;gap:.5rem;margin-bottom:1.5rem;display:flex}.wizard-logo-preview img{object-fit:contain;background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;width:80px;height:80px}.wizard-label{color:#6b7280;font-size:.8rem;font-weight:500}.wizard-actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.wizard-actions .btn{cursor:pointer;border-radius:10px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;display:inline-flex}.wizard-actions .btn-secondary{color:#374151;background:#f3f4f6;border:1px solid #e5e7eb}.wizard-actions .btn-primary{color:#fff;background:linear-gradient(135deg,#7c3aed 0%,#2563eb 100%);border:none}.wizard-generation{text-align:center}.wizard-progress-wrap{margin-bottom:1.5rem}.wizard-progress-bar{background:#e5e7eb;border-radius:999px;width:100%;height:10px;margin-bottom:.5rem;overflow:hidden}.wizard-progress-fill{background:linear-gradient(90deg,#7c3aed 0%,#2563eb 100%);border-radius:999px;height:100%;transition:width .6s}.wizard-progress-meta{color:#6b7280;justify-content:space-between;font-size:.8rem;font-weight:600;display:flex}.wizard-tracker{text-align:left;margin-bottom:1.5rem}.wizard-skeleton{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;max-width:480px;margin:0 auto 1.5rem;padding:1.5rem}.wizard-skeleton .skeleton{background:#e5e7eb;border-radius:6px;animation:1.5s infinite pulse}.wizard-skeleton .skeleton-text{height:12px;margin-bottom:.5rem}.wizard-skeleton .skeleton-image{border-radius:10px}.wizard-wait-message{color:#6b7280;margin-bottom:1rem;font-size:.85rem}.wizard-extend-notice{color:#1e40af;background:#eff6ff;border:1px solid #bfdbfe;border-radius:10px;margin-top:1rem;padding:.75rem 1rem;font-size:.85rem}.wizard-success{text-align:center;padding:1rem 0}.wizard-success-icon{color:#059669;background:#d1fae5;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1rem;font-size:2rem;display:flex}.wizard-success h3{color:#111827;margin-bottom:.5rem}.wizard-success p{color:#6b7280;margin-bottom:1.5rem;font-size:.9rem}.wizard-extend-box{background:#eff6ff;border:1px solid #bfdbfe;border-radius:12px;margin-top:1rem;padding:1.5rem}.wizard-extend-box p{color:#1e40af;margin-bottom:1rem}.wizard-empty{text-align:center;color:#6b7280;padding:2rem 0}@media (max-width:768px){.automation-wizard{padding:1.5rem 1rem}.wizard-steps-nav{gap:.25rem}.wizard-step-line{max-width:40px}.wizard-actions{flex-direction:column}.wizard-actions .btn{justify-content:center;width:100%}}.chat-link-container{text-align:center;margin-top:2rem;animation:.5s forwards fadeIn}.hidden{display:none!important}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.08);box-shadow:0 0 15px #f59e0b66}to{transform:scale(1)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.plan-section{margin-top:1.5rem}.plan-header{border-bottom:1px solid var(--panel-border);margin-bottom:1.5rem;padding-bottom:.75rem}.plan-info-text{color:var(--text-secondary);margin-top:-.75rem;margin-bottom:1.5rem;font-size:.85rem}.posts-grid{grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:1.25rem;margin-top:1.5rem;display:grid}.post-card{border:1px solid var(--panel-border);background:#0a0c1273;border-radius:12px;flex-direction:column;min-height:260px;padding:1.25rem;transition:transform .2s,border-color .2s,box-shadow .2s;display:flex;position:relative}.post-card:hover{border-color:#a78bfa66;transform:translateY(-2px);box-shadow:0 4px 20px #7c3aed1a}.post-day-badge{background:linear-gradient(135deg, var(--primary-color) 0%, var(--accent-color) 100%);color:#fff;border-radius:20px;padding:.15rem .5rem;font-size:.7rem;font-weight:700;position:absolute;top:1.25rem;right:1.25rem;box-shadow:0 0 10px #7c3aed33}.post-title{color:#fff;margin-bottom:.75rem;padding-right:3rem;font-family:Outfit,sans-serif;font-size:.95rem;font-weight:600;line-height:1.3}.post-caption{color:var(--text-secondary);white-space:pre-wrap;flex-grow:1;max-height:90px;margin-bottom:1rem;padding-right:.25rem;font-size:.8rem;line-height:1.45;overflow-y:auto}.post-caption::-webkit-scrollbar{width:4px}.post-caption::-webkit-scrollbar-thumb{background:#ffffff14;border-radius:4px}.post-tags{flex-wrap:wrap;gap:.3rem;margin-bottom:1rem;display:flex}.post-tag{color:var(--accent-color);background:#06b6d40f;border:1px solid #06b6d41a;border-radius:4px;padding:.15rem .35rem;font-size:.65rem}.post-copy-btn{color:#d8b4fe;cursor:pointer;background:#7c3aed14;border:1px dashed #7c3aed40;border-radius:6px;justify-content:center;align-items:center;gap:.35rem;padding:.45rem;font-family:inherit;font-size:.75rem;font-weight:500;transition:all .2s;display:flex}.post-copy-btn:hover{background:var(--primary-color);color:#fff;border-style:solid;border-color:var(--primary-color)}.post-copy-btn.copied{background:var(--success-color);color:var(--success-text);border-style:solid;border-color:var(--success-color)}.post-image-container{aspect-ratio:4/5;border:1px solid var(--panel-border);background:#0003;border-radius:8px;justify-content:center;align-items:center;width:100%;margin-bottom:.85rem;display:flex;overflow:hidden}.post-image{object-fit:contain;width:100%;height:100%;transition:transform .3s}.post-card:hover .post-image{transform:scale(1.03)}.post-actions{flex-direction:column;gap:.5rem;margin-top:auto;display:flex}.post-generate-btn{color:#c7d2fe;cursor:pointer;background:#06b6d414;border:1px dashed #06b6d440;border-radius:6px;justify-content:center;align-items:center;gap:.35rem;padding:.45rem;font-family:inherit;font-size:.75rem;font-weight:500;transition:all .2s;display:flex}.post-generate-btn:hover{background:var(--accent-color);color:#fff;border-style:solid;border-color:var(--accent-color)}.post-generate-btn:disabled{opacity:.6;cursor:not-allowed}.post-generate-btn .spinner{border-width:1.5px;width:12px;height:12px}.post-action-row{gap:.5rem;width:100%;display:flex}.post-edit-caption-btn{color:#fde68a;cursor:pointer;background:#f59e0b14;border:1px dashed #f59e0b40;border-radius:6px;justify-content:center;align-items:center;gap:.35rem;padding:.45rem;font-family:inherit;font-size:.75rem;font-weight:500;transition:all .2s;display:flex}.post-edit-caption-btn:hover{background:var(--warning-color);color:#fff;border-style:solid;border-color:var(--warning-color)}.post-link-image-btn{color:#a7f3d0;cursor:pointer;background:#10b98114;border:1px dashed #10b98140;border-radius:6px;justify-content:center;align-items:center;gap:.35rem;padding:.45rem;font-family:inherit;font-size:.75rem;font-weight:500;transition:all .2s;display:flex}.post-link-image-btn:hover{background:var(--success-color);color:var(--success-text);border-style:solid;border-color:var(--success-color)}.modal{z-index:1000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:#0009;justify-content:center;align-items:center;width:100%;height:100%;animation:.2s ease-out fadeIn;display:flex;position:fixed;top:0;left:0;overflow:auto}.modal-content{background:var(--panel-bg);border:1px solid var(--panel-border);-webkit-backdrop-filter:blur(12px);border-radius:16px;width:90%;max-width:500px;padding:2rem;position:relative;box-shadow:0 10px 40px #00000080}.close-modal{color:var(--text-secondary);float:right;cursor:pointer;font-size:28px;font-weight:700;transition:color .2s;position:absolute;top:1rem;right:1.5rem}.close-modal:hover{color:var(--text-primary)}.modal-tabs{border-bottom:1px solid var(--panel-border);gap:.5rem;margin-bottom:1.5rem;padding-bottom:.5rem;display:flex}.tab-btn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;padding:.5rem 1rem;font-size:.9rem;font-weight:500;transition:all .2s}.tab-btn.active{color:var(--accent-color);border-bottom-color:var(--accent-color)}.tab-btn:hover{color:var(--text-primary)}.tab-content{padding:.5rem 0}.tab-description{color:var(--text-secondary);margin-bottom:1.25rem;font-size:.85rem;line-height:1.4}.custom-file-input{border:1px solid var(--panel-border);width:100%;color:var(--text-primary);background:#0a0c12cc;border-radius:8px;padding:.75rem}.custom-input{border:1px solid var(--panel-border);width:100%;color:var(--text-primary);background:#0a0c12cc;border-radius:8px;outline:none;padding:.85rem;font-size:.9rem}.custom-input:focus{border-color:var(--primary-color);box-shadow:0 0 8px var(--primary-glow)}.btn-accent{color:#fff;background:linear-gradient(135deg,#0e7490 0%,#0891b2 100%);box-shadow:0 4px 15px #06b6d44d}.btn-accent:hover{background:linear-gradient(135deg,#155e75 0%,#0e7490 100%)}.select-user-row{align-items:center;gap:1rem;width:100%;display:flex}.login-container{justify-content:center;align-items:center;width:100%;min-height:75vh;display:flex}.login-card{-webkit-backdrop-filter:blur(16px)saturate(180%);backdrop-filter:blur(16px)saturate(180%);text-align:center;background:#12141d99;border:1px solid #ffffff14;border-radius:16px;width:100%;max-width:420px;padding:2.5rem;box-shadow:0 10px 30px #00000080}.login-card h2{color:var(--text-primary);letter-spacing:-.025em;background:linear-gradient(135deg,#fff 0%,#ffffffb3 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:.5rem;font-size:1.8rem;font-weight:700}.login-card p{color:var(--text-secondary);margin-bottom:2rem;font-size:.9rem}.login-card .form-group{text-align:left;margin-bottom:1.5rem}.login-card .form-group label{color:var(--text-secondary);margin-bottom:.5rem;font-size:.85rem;font-weight:500;display:block}.login-card .form-group input{width:100%;color:var(--text-primary);background:#0a0c12cc;border:1px solid #ffffff14;border-radius:8px;outline:none;padding:.85rem;font-size:.9rem;transition:all .2s}.login-card .form-group input:focus{border-color:var(--primary-color);box-shadow:0 0 8px #6366f140}.portal-header{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--panel-border);background:#12141d80;border-radius:12px;justify-content:space-between;align-items:center;width:100%;margin-bottom:2rem;padding:1.5rem 2rem;display:flex}.portal-header h1{color:var(--text-primary);background:linear-gradient(135deg,#fff 0%,#a5b4fc 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:.25rem;font-size:1.5rem;font-weight:700}.portal-header p{color:var(--text-secondary);margin:0;font-size:.85rem}.logout-btn{transition:all .2s;color:#f87171!important;background:#ef44441a!important;border:1px solid #ef44444d!important}.logout-btn:hover{background:#ef444433!important;border-color:#ef444480!important;box-shadow:0 0 10px #ef444426!important}@media (max-width:1024px){.posts-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem}}@media (max-width:768px){body{padding:1rem .75rem}.portal-header:not(.portal-layout .portal-header){text-align:center;flex-direction:column;align-items:center;gap:1.25rem;padding:1.5rem}.portal-header:not(.portal-layout .portal-header) .header-info{margin-bottom:.5rem}.portal-header:not(.portal-layout .portal-header) .logout-btn{width:100%!important}.select-user-row{flex-direction:column;align-items:stretch;gap:1rem}.select-user-row button{width:100%!important}.card{padding:1.5rem}.posts-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.modal-content{width:95%;margin:10% auto;padding:1.5rem}}@media (max-width:480px){.login-card{padding:1.5rem}.card{padding:1.25rem 1rem}.posts-grid{grid-template-columns:1fr}h1{font-size:2rem}.post-card{min-height:auto}}.login-screen-wrapper{z-index:99999;background:#08070e;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0;overflow:hidden}@media (max-width:480px){.login-screen-wrapper{align-items:flex-start!important;padding:1.5rem 0 2rem!important;overflow-y:auto!important}.login-screen-wrapper.is-loading{justify-content:center!important;align-items:center!important;padding:0!important;overflow:hidden!important}}.login-bg-collage{opacity:.18;pointer-events:none;filter:blur(.5px);-webkit-user-select:none;user-select:none;grid-template-columns:repeat(6,1fr);gap:1.25rem;width:120%;height:120%;padding:1rem;display:grid;position:fixed;top:-10%;left:-10%}.collage-column{flex-direction:column;gap:1.25rem;display:flex}.collage-column:nth-child(2n){transform:translateY(-80px)}.mock-post-card{background:#100f18;border:1px solid #ffffff0a;border-radius:12px;flex-direction:column;width:100%;padding:.75rem;display:flex}.mock-post-header{align-items:center;gap:.5rem;margin-bottom:.6rem;display:flex}.mock-avatar{background:linear-gradient(135deg,#7c3aed 0%,#06b6d4 100%);border-radius:50%;width:24px;height:24px}.mock-username{background:#ffffff1f;border-radius:4px;width:70px;height:8px}.mock-post-media{aspect-ratio:1.1;color:#ffffff14;background:linear-gradient(135deg,#1d182b 0%,#0c0814 100%);border-radius:8px;justify-content:center;align-items:center;font-size:1.5rem;display:flex}.mock-post-media:after{content:"▶";opacity:.25;font-size:1.2rem}.mock-post-footer{flex-direction:column;gap:.35rem;margin-top:.6rem;display:flex}.mock-actions{color:#ffffff26;gap:.5rem;font-size:.75rem;display:flex}.mock-likes{background:#ffffff1f;border-radius:3px;width:45px;height:6px}.mock-caption{background:#ffffff14;border-radius:3px;width:85%;height:6px}.login-card-portal{z-index:100000;-webkit-backdrop-filter:blur(20px)saturate(180%);text-align:center;background:#161327c7;border:1px solid #ffffff12;border-radius:24px;width:100%;max-width:430px;padding:3.5rem 2.5rem;box-shadow:0 25px 50px #000000d9}.login-card-portal h2{color:#fff;letter-spacing:-.02em;background:0 0;-webkit-background-clip:unset;-webkit-text-fill-color:unset;width:auto;margin-bottom:2rem;font-family:Outfit,sans-serif;font-size:2.2rem;font-style:italic;font-weight:700;display:inline-block}.login-tabs-container{border-bottom:1px solid #ffffff14;margin-bottom:2.2rem;display:flex}.login-tab-btn{color:#ffffff80;cursor:pointer;background:0 0;border:none;outline:none;flex:1;padding:.75rem;font-size:1.05rem;font-weight:600;transition:all .3s;position:relative}.login-tab-btn.active{color:#fff}.login-tab-btn:after{content:"";background:0 0;width:100%;height:2px;transition:all .3s;position:absolute;bottom:-1px;left:0}.login-tab-btn.active:after{background:#fff}.login-form-input{color:#fff;border:1px solid #ffffff12;border-radius:8px;outline:none;width:100%;height:48px;padding:0 1.1rem;font-size:.95rem;transition:all .2s;background:#0a0814d9!important}.login-form-input::placeholder,.login-tab-btn{color:#ffffff8c}.login-tab-btn:hover{color:#ffffffd9}.login-form-input:focus{border-color:#7c3aedbf;box-shadow:0 0 10px #7c3aed40}.login-btn-submit{color:#fff;cursor:pointer;background:#7c3aed;border:none;border-radius:8px;width:100%;height:48px;margin-top:1rem;font-size:1rem;font-weight:600;transition:all .2s;box-shadow:0 4px 15px #7c3aed4d}.login-btn-submit:hover:not(:disabled){background:#6d28d9;box-shadow:0 6px 20px #7c3aed73}.login-btn-submit:active:not(:disabled){transform:translateY(1px)}.login-btn-submit:disabled{opacity:.6;cursor:not-allowed}@media (max-width:480px){.login-bg-collage{grid-template-columns:repeat(3,1fr)!important;width:120vw!important;height:120vh!important}.login-card-portal{border-radius:16px!important;width:100%!important;max-width:calc(100% - 2rem)!important;margin:0 1rem!important;padding:1.5rem 1.25rem!important}.login-logo-wrapper{margin-bottom:.85rem!important}.login-card-portal h2{margin-bottom:1rem!important;font-size:1.45rem!important}.login-tabs-container{margin-bottom:1.25rem!important}.login-form-input{height:44px!important;padding:0 .85rem!important;font-size:16px!important}.login-btn-submit{height:44px!important;font-size:.95rem!important}.login-logo{height:55px!important}}.login-logo-wrapper{justify-content:center;margin-bottom:1.5rem;display:flex}.login-logo{object-fit:contain;filter:drop-shadow(0 0 20px #7c3aed40);width:auto;height:90px}.portal-logo-wrapper{align-items:center;gap:1rem;display:flex}.portal-logo{object-fit:contain;filter:drop-shadow(0 0 10px #7c3aed26);width:auto;height:48px}.skeleton{background:linear-gradient(90deg,#ffffff08 25%,#ffffff14 50%,#ffffff08 75%) 0 0/200% 100%;animation:1.6s linear infinite shimmer}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton-text{border-radius:4px;width:100%;height:12px;margin-bottom:.75rem}.skeleton-text.short{width:60%}.skeleton-text.medium{width:80%}.skeleton-title{border-radius:6px;width:40%;height:24px;margin-bottom:1.5rem}.skeleton-card{background:var(--panel-bg);border:1px solid var(--panel-border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:16px;min-height:200px;padding:2rem}.skeleton-select{border-radius:10px;width:100%;height:48px}.skeleton-image{aspect-ratio:4/5;border-radius:8px;width:100%;margin-bottom:.85rem}.skeleton-post-card{border:1px solid var(--panel-border);background:#232329;border-radius:8px;flex-direction:column;min-height:260px;padding:1.25rem;display:flex}.portal-header-right{align-items:center;gap:1.5rem;display:flex}.profile-badge{border-right:1px solid var(--panel-border);align-items:center;gap:.75rem;padding-right:1.5rem;display:flex}.avatar-initials{color:#fff;background:#0e7490;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:.9rem;font-weight:700;display:flex}.profile-text{flex-direction:column;display:flex}.profile-email{color:var(--text-primary);font-size:.85rem;font-weight:600}.profile-role{color:var(--text-secondary);font-size:.75rem}.logout-icon{margin-right:.35rem}.admin-collapsible{transition:all .25s ease-out}.admin-header-row:hover h2{color:var(--primary-color)}.brands-tabs-section{margin-bottom:1.5rem}.brands-tabs-container{border-bottom:1px solid var(--panel-border);justify-content:space-between;align-items:center;width:100%;padding-bottom:.75rem;display:flex}.brands-tabs-left{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.brand-tab{color:var(--text-secondary);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;padding:.5rem 1rem;font-size:.95rem;font-weight:600;transition:all .2s}.brand-tab:hover{color:var(--text-primary);background:#ffffff0a}.brand-tab.active{color:var(--primary-color);background:#7c3aed14;border:1px solid #7c3aed33}.brand-tab-new{color:#a78bfa;cursor:pointer;background:#6600cc14;border:1px dashed #6600cc4d;border-radius:6px;align-items:center;gap:.35rem;padding:.5rem 1rem;font-size:.95rem;font-weight:600;transition:all .2s;display:flex}.brand-tab-new:hover{color:#fff;background:#0e7490;border-style:solid;border-color:#0e7490}.brands-status-pill{color:var(--primary-color);white-space:nowrap;background:#7c3aed1a;border:1px solid #7c3aed33;border-radius:20px;align-items:center;gap:.35rem;padding:.35rem .75rem;font-size:.8rem;font-weight:600;display:inline-flex}.post-status-badge{text-transform:uppercase;border-radius:4px;padding:.15rem .5rem;font-size:.65rem;font-weight:700}.post-status-badge.status-ready{background:var(--primary-color);color:#fff}.post-status-badge.status-draft{background:var(--panel-border);color:var(--text-secondary)}.post-action-grid{grid-template-columns:1fr 1fr;gap:.5rem;margin-top:auto;display:grid}.post-action-grid .btn{justify-content:center;align-items:center;gap:.35rem;width:100%;height:36px;display:inline-flex;padding:.5rem .75rem!important;font-size:.8rem!important;font-weight:500!important}body.logged-in{font-family:Inter,sans-serif;background:#f8f9fa!important;min-height:100vh!important;padding:0!important;display:block!important;overflow:hidden!important}body.logged-in .background-decor{display:none!important}body.logged-in .app-container{z-index:10;width:100%!important;max-width:100%!important;height:100vh!important;margin:0!important;padding:0!important;display:flex!important}.portal-layout{--bg-color:#f8f9fa;--panel-bg:#fff;--panel-border:#e5e7eb;--text-primary:#111827;--text-secondary:#6b7280;--placeholder-color:#9ca3af;--primary-color:#7c3aed;--primary-glow:#7c3aed1a;--secondary-color:#06b6d4;--accent-color:#2563eb;--success-color:#10b981;--success-text:#064e3b;--warning-color:#f59e0b;--warning-text:#92400e;--error-color:#ef4444;background-color:var(--bg-color);width:100%;height:100vh;color:var(--text-primary);display:flex}.portal-sidebar-wrapper{display:none}@media (min-width:769px){.portal-sidebar-wrapper{flex-shrink:0;width:72px;height:100vh;display:block;position:relative}}.portal-sidebar{border-right:1px solid var(--panel-border);background:#fff;flex-direction:column;flex-shrink:0;justify-content:flex-start;width:260px;height:100vh;padding:0;display:flex}@media (min-width:769px){.portal-sidebar{z-index:1000;background:#0b1329;width:72px;transition:width .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1);position:fixed;top:0;bottom:0;left:0;overflow:hidden}.portal-sidebar:hover{width:260px;box-shadow:4px 0 25px #00000026}}.sidebar-logo{align-items:center;gap:.75rem;margin-bottom:2rem;padding:.5rem;display:flex}@media (min-width:769px){.sidebar-logo{box-sizing:border-box;background:#0b1329;flex-shrink:0;gap:.75rem;height:70px;margin-bottom:0;padding:0 1rem}.sidebar-logo-box{background:#070b15;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.sidebar-logo-text{color:#fff;white-space:nowrap;opacity:0;font-family:Outfit,sans-serif;font-size:1.15rem;font-weight:700;transition:opacity .25s}.portal-sidebar:hover .sidebar-logo-text{opacity:1}}.sidebar-body{background:#fff;flex-direction:column;flex-grow:1;display:flex}@media (min-width:769px){.sidebar-body{box-sizing:border-box;background:#fff;border-top-left-radius:20px;flex-shrink:0;width:260px;height:calc(100vh - 70px);padding:1.5rem 1rem;overflow:hidden}.sidebar-brand-selector,.menu-group,.menu-item span,.sidebar-footer-card{opacity:0;pointer-events:none;transition:opacity .2s cubic-bezier(.4,0,.2,1)}.portal-sidebar:hover .sidebar-brand-selector,.portal-sidebar:hover .menu-group,.portal-sidebar:hover .menu-item span,.portal-sidebar:hover .sidebar-footer-card{opacity:1;pointer-events:auto}}.sidebar-menu{flex-direction:column;flex-grow:1;gap:.25rem;padding-right:.25rem;display:flex;overflow-y:auto}.sidebar-menu::-webkit-scrollbar{width:4px}.sidebar-menu::-webkit-scrollbar-thumb{background:#0000000d;border-radius:4px}.menu-group{color:#9ca3af;letter-spacing:.05em;text-transform:uppercase;padding:1rem .5rem .5rem;font-size:.7rem;font-weight:700}.menu-item{color:#4b5563;cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:8px;align-items:center;gap:.75rem;padding:.65rem .75rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.menu-item:hover{color:#111827;background:#f3f4f6}.menu-item.active{color:#fff;background:#7c3aed}.menu-item svg{flex-shrink:0;width:18px;height:18px}.sidebar-footer-card{background:#eff6ff;border:1px solid #dbeafe;border-radius:12px;margin-top:auto;padding:1rem}.card-hint-header{align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.hint-icon{font-size:1.1rem}.hint-title{color:#1d4ed8;font-family:Outfit,sans-serif;font-size:.85rem;font-weight:600}.hint-text{color:#1e40af;font-size:.78rem;line-height:1.4}.portal-main-area{background-color:#f9fafb;flex-direction:column;flex-grow:1;height:100vh;display:flex;overflow:hidden}.portal-layout .portal-header{border-bottom:1px solid var(--panel-border);background:#fff;border-radius:0;justify-content:space-between;align-items:center;width:100%;height:70px;margin-bottom:0;padding:1rem 2rem;display:flex}.portal-layout .portal-header-title{color:var(--text-primary);margin-right:auto;padding-left:1rem;font-size:1.25rem;font-weight:700}.portal-layout .portal-header-right{align-items:center;gap:1.5rem;display:flex}.portal-layout .profile-badge{border-right:1px solid var(--panel-border);cursor:pointer;align-items:center;gap:.75rem;padding-right:1.5rem;display:flex}.portal-layout .avatar-initials{color:#ea580c;background:#fff7ed;border:1px solid #ffedd5;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:.85rem;font-weight:700;display:flex}.portal-layout .profile-text{text-align:left;flex-direction:column;display:flex}.portal-layout .profile-email{color:#111827;font-size:.85rem;font-weight:600}.portal-layout .profile-role{color:#6b7280;font-size:.75rem}.portal-layout .dropdown-caret{color:#9ca3af;width:16px;height:16px}.portal-layout .logout-btn{color:#ef4444!important;cursor:pointer!important;width:auto!important;height:38px!important;box-shadow:none!important;background:#fff!important;border:1px solid #fee2e2!important;border-radius:8px!important;align-items:center!important;gap:.5rem!important;padding:.5rem 1rem!important;font-size:.85rem!important;font-weight:600!important;transition:all .2s!important;display:flex!important}.portal-layout .logout-btn:hover{box-shadow:none!important;background:#fef2f2!important;border-color:#fca5a5!important;transform:none!important}.portal-content-scroll{flex-direction:column;flex-grow:1;gap:1.5rem;padding:2rem;display:flex;overflow-y:auto}.portal-layout .card{border:1px solid var(--panel-border);-webkit-backdrop-filter:none;background:#fff;border-radius:16px;padding:1.5rem;transition:none;box-shadow:0 1px 3px #0000000d}.portal-layout .card:hover{transform:none;box-shadow:0 1px 3px #0000000d}.admin-title-col h2{color:#111827;margin-bottom:.15rem;font-family:Outfit,sans-serif;font-size:1.15rem;font-weight:600}.admin-subtitle{color:#6b7280;margin:0;font-size:.8rem}.admin-actions-cards{grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:1.5rem;display:grid}.admin-action-card{cursor:pointer;background:#fff;border:1px solid #f3f4f6;border-radius:12px;align-items:center;gap:1rem;padding:1.25rem 1rem;transition:all .2s;display:flex;position:relative;box-shadow:0 1px 2px #00000005}.admin-action-card:hover{background-color:#fafafa;border-color:#e5e7eb;transform:translateY(-1px);box-shadow:0 4px 12px #0000000d}.action-card-icon-wrapper{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.action-card-icon-wrapper.user-wrapper{color:#4f46e5;background:#eef2ff}.action-card-icon-wrapper.brand-wrapper{color:#10b981;background:#ecfdf5}.action-card-icon-wrapper.link-wrapper{color:#0284c7;background:#f0f9ff}.action-card-icon-wrapper svg{width:20px;height:20px}.action-card-text{text-align:left;flex-direction:column;flex-grow:1;gap:.15rem;display:flex}.action-card-text h3{color:#111827;margin:0;font-size:.9rem;font-weight:600}.action-card-text p{color:#6b7280;margin:0;font-size:.75rem}.action-card-arrow{color:#9ca3af;width:16px;height:16px;transition:transform .2s}.admin-action-card:hover .action-card-arrow{color:#4b5563;transform:translate(2px)}.portal-layout .brands-tabs-section{margin-bottom:0}.portal-layout .brands-tabs-container{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding-bottom:1rem;display:flex}.portal-layout .brands-tabs-left{align-items:center;gap:.5rem;display:flex}.portal-layout .brand-tab-new{color:#6b7280;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:.5rem 1rem;font-size:.85rem;font-weight:500;transition:all .2s}.portal-layout .brand-tab-new:hover{background:#f9fafb;border-color:#d1d5db}.portal-layout .brand-tab{color:#4b5563;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:.5rem 1.25rem;font-size:.85rem;font-weight:500;transition:all .2s}.portal-layout .brand-tab:hover{color:#111827;background:#f9fafb}.portal-layout .brand-tab.active{color:#7c3aed;background:#f5f3ff;border:1px solid #c084fc;font-weight:600}.brands-progress-container{background:#fff;border:1px solid #e5e7eb;border-radius:8px;align-items:center;gap:1rem;height:38px;padding:.5rem 1rem;display:flex}.brands-status-text{color:#4b5563;align-items:center;gap:.35rem;font-size:.8rem;font-weight:600;display:flex}.brands-status-text .calendar-icon{color:#ef4444;width:14px;height:14px}.progress-bar-bg{background:#e5e7eb;border-radius:10px;width:100px;height:6px;overflow:hidden}.progress-bar-fill{background:#7c3aed;border-radius:10px;height:100%;transition:width .4s}.portal-layout .plan-section{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:1.5rem}.portal-layout .plan-header{border-bottom:1px solid #f3f4f6;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.portal-layout .plan-header-icon-box{border:1px solid #ddd6fe;color:#7c3aed!important;background:#f5f3ff!important}.portal-layout .plan-header-title-row h2{color:#111827;font-family:Outfit,sans-serif;font-size:1.15rem;font-weight:600}.portal-layout .plan-info-text{color:#6b7280;font-size:.8rem;margin-top:.15rem!important}.plan-header-right-controls{gap:.5rem;display:flex}.view-btn{color:#4b5563;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:8px;align-items:center;gap:.35rem;padding:.5rem 1rem;font-size:.8rem;font-weight:500;transition:all .2s;display:flex}.view-btn:hover{color:#111827;background:#f9fafb}.view-btn.active{color:#7c3aed;background:#f5f3ff;border-color:#c084fc;font-weight:600}.view-btn svg{width:14px;height:14px}.posts-scroll-wrapper{align-items:center;width:100%;display:flex;position:relative}.portal-layout .posts-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;width:100%;padding:.5rem .25rem 1rem;display:grid}.portal-layout .posts-grid::-webkit-scrollbar{height:6px}.portal-layout .posts-grid::-webkit-scrollbar-thumb{background:#00000014;border-radius:4px}.scroll-chevron-btn{cursor:pointer;z-index:10;color:#4b5563;background:#fff;border:1px solid #e5e7eb;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex;position:absolute;right:-20px;box-shadow:0 4px 10px #00000014}.scroll-chevron-btn:hover{color:#111827;background:#f9fafb;transform:scale(1.05);box-shadow:0 6px 15px #0000001f}.scroll-chevron-btn svg{width:18px;height:18px}.portal-layout .post-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex-direction:column;width:100%;min-height:auto;padding:1rem;display:flex}.portal-layout .post-card:hover{border-color:#c084fc;transform:translateY(-2px);box-shadow:0 8px 24px #7c3aed0f}.portal-layout .post-card-header{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.portal-layout .post-status-badge{text-transform:uppercase;border-radius:6px;padding:.2rem .5rem;font-size:.65rem;font-weight:700}.portal-layout .post-status-badge.status-ready{color:#059669;background:#ecfdf5;border:1px solid #a7f3d0}.portal-layout .post-status-badge.status-draft{color:#374151;background:#f3f4f6;border:1px solid #e5e7eb}.portal-layout .post-day-badge{color:#2563eb;box-shadow:none;background:#eff6ff;border:1px solid #bfdbfe;border-radius:6px;padding:.2rem .5rem;font-size:.68rem;font-weight:700;position:static}.portal-layout .post-image-container{aspect-ratio:4/3;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:8px;width:100%;margin-bottom:.75rem;overflow:hidden}.portal-layout .post-title{color:#111827;margin-bottom:.5rem;padding-right:0;font-family:Outfit,sans-serif;font-size:.88rem;font-weight:600;line-height:1.35}.portal-layout .post-caption{color:#4b5563;max-height:70px;margin-bottom:.75rem;font-size:.78rem;line-height:1.45}.portal-layout .post-caption::-webkit-scrollbar-thumb{background:#00000014}.portal-layout .post-tags{flex-wrap:wrap;gap:.25rem;margin-bottom:1rem;display:flex}.portal-layout .post-tag{color:#3b82f6;background:#eff6ff;border:1px solid #dbeafe;border-radius:4px;padding:.15rem .35rem;font-size:.65rem}.portal-layout .post-card-footer{align-items:center;gap:.4rem;margin-top:auto;display:flex}.portal-layout .post-footer-btn{color:#4b5563;cursor:pointer;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:6px;flex-grow:1;justify-content:center;align-items:center;gap:.35rem;padding:.45rem .5rem;font-family:inherit;font-size:.75rem;font-weight:600;transition:all .2s;display:flex}.portal-layout .post-footer-btn:hover{color:#111827;background:#e5e7eb}.portal-layout .post-footer-btn svg{width:12px;height:12px}.portal-layout .post-footer-btn-more{color:#4b5563;cursor:pointer;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;transition:all .2s;display:flex}.portal-layout .post-footer-btn-more:hover{color:#111827;background:#e5e7eb}.portal-layout .post-footer-btn-more svg{width:14px;height:14px}.portal-layout .modal-content{background:#fff;border:1px solid #e5e7eb;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.portal-layout .modal-content h2{color:#111827}.portal-layout .custom-input,.portal-layout .custom-select,.portal-layout .custom-file-input,.portal-layout textarea,.portal-layout input:not(.login-form-input){color:#111827;background:#fff;border:1px solid #d1d5db}.portal-layout .custom-input::placeholder,.portal-layout .custom-select::placeholder,.portal-layout textarea::placeholder,.portal-layout input:not(.login-form-input)::placeholder{color:var(--placeholder-color)}.portal-layout .custom-input:focus,.portal-layout .custom-select:focus,.portal-layout textarea:focus,.portal-layout input:not(.login-form-input):focus{box-shadow:var(--focus-ring);border-color:#7c3aed}.portal-layout .drop-zone{background:#fafafa;border-color:#d1d5db}.portal-layout .drop-zone:hover{background:#f5f3ff;border-color:#7c3aed}.portal-layout .inline-caption-edit{color:#111827!important;background:#fff!important;border:1px solid #d1d5db!important}@media (max-width:1024px){.admin-actions-cards{grid-template-columns:1fr;gap:.75rem}}.mobile-menu-btn{color:#374151;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;display:none}.portal-bottom-nav{display:none}@media (max-width:768px){.portal-sidebar-wrapper{display:contents}.portal-layout{padding-bottom:calc(65px + env(safe-area-inset-bottom))!important}.portal-bottom-nav{-webkit-backdrop-filter:blur(12px);z-index:9999;height:60px;padding-bottom:env(safe-area-inset-bottom);box-sizing:border-box;background:#ffffffeb;border-top:1px solid #e5e7eb;justify-content:space-around;align-items:center;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 12px #00000008}.bottom-nav-item{color:#6b7280;cursor:pointer;box-sizing:border-box;background:0 0;border:none;flex-direction:column;flex-grow:1;flex-basis:0;justify-content:center;align-items:center;height:100%;padding:4px 0;font-family:inherit;text-decoration:none;transition:color .2s,transform .2s;display:flex}.bottom-nav-item:active{transform:scale(.95)}.bottom-nav-item svg{width:22px;height:22px;margin-bottom:2px;transition:stroke .2s}.bottom-nav-item span{letter-spacing:.02em;font-size:.68rem;font-weight:600}.bottom-nav-item.active{color:#7c3aed}.mobile-menu-btn{display:flex}.portal-sidebar{z-index:10001;width:285px;height:100vh;transition:transform .3s cubic-bezier(.4,0,.2,1);position:fixed;top:0;left:0;transform:translate(-100%);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;background:#0b1329!important}.portal-sidebar.open{transform:translate(0)}.sidebar-logo{box-sizing:border-box!important;background:#0b1329!important;justify-content:flex-start!important;width:100%!important;height:70px!important;margin:0!important;padding:0 1.25rem!important;position:relative!important}.sidebar-logo-text{color:#fff!important;opacity:1!important}.mobile-close-btn{cursor:pointer;background:0 0;border:none;padding:.25rem .5rem;font-size:1.75rem;line-height:1;position:absolute;top:50%;transform:translateY(-50%);color:#fff!important;display:flex!important;right:1.25rem!important}.sidebar-body{background:#fff!important;border-top-left-radius:20px!important;flex-direction:column!important;flex-grow:1!important;padding:1.5rem 1rem!important;display:flex!important}.sidebar-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10000;background-color:#0006;animation:.2s ease-out fadeIn;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}body.logged-in{height:auto!important;overflow:auto!important}body.logged-in .app-container{height:auto!important}.portal-layout{height:auto!important;min-height:100vh!important}.portal-main-area{flex-direction:column;width:100%;display:flex;height:auto!important;min-height:100vh!important;overflow:visible!important}.portal-layout .portal-header{border-bottom:1px solid var(--panel-border)!important;background:#fff!important;flex-flow:row!important;justify-content:space-between!important;align-items:center!important;gap:.5rem!important;height:60px!important;padding:0 1rem!important;display:flex!important}.portal-layout .portal-header-title{order:unset!important;text-align:left!important;white-space:nowrap!important;text-overflow:ellipsis!important;flex-grow:1!important;width:auto!important;margin-top:0!important;padding-left:.5rem!important;font-size:1.1rem!important;overflow:hidden!important}.portal-layout .portal-header-right{align-items:center!important;gap:.75rem!important;display:flex!important}.portal-layout .profile-badge{border-right:none!important;align-items:center!important;gap:.5rem!important;padding-right:0!important;display:flex!important}.portal-layout .profile-text{display:none!important}.portal-layout .logout-btn{width:auto!important;padding:.4rem .75rem!important;font-size:.8rem!important}.portal-content-scroll{gap:1rem;padding:1rem;height:auto!important;overflow-y:visible!important}.brands-tabs-container{flex-direction:column;align-items:stretch;gap:1rem}.brands-tabs-left{flex-wrap:wrap}.brand-tab-new{justify-content:center;width:100%!important}.brand-tab{text-align:center;flex-grow:1}.portal-layout .plan-header{flex-direction:column!important;align-items:flex-start!important;gap:.85rem!important;margin-bottom:1rem!important;padding-bottom:.85rem!important}.plan-header-right-controls{justify-content:flex-start!important;width:100%!important;padding-bottom:2px!important;overflow-x:auto!important}.view-btn{white-space:nowrap!important;flex-shrink:0!important;padding:.45rem .7rem!important;font-size:.78rem!important}.portal-layout .posts-grid{grid-template-columns:1fr!important;gap:1rem!important;padding:.25rem 0!important}.filters-panel{flex-direction:column!important;gap:.75rem!important;padding:.85rem!important}.portal-layout .card{border-radius:12px!important;padding:1.25rem 1rem!important}.portal-layout .plan-section{overflow:hidden!important}.portal-layout .brands-tabs-container{flex-direction:column!important;gap:.75rem!important}.portal-layout .brands-tabs-left{flex-wrap:nowrap!important;width:100%!important;padding-bottom:4px!important;overflow-x:auto!important}.portal-layout .brand-tab{white-space:nowrap!important;flex-grow:0!important;flex-shrink:0!important}.portal-layout .brand-tab-new{flex-shrink:0!important;width:auto!important}.brands-progress-container{justify-content:space-between!important;width:100%!important}.portal-layout .plan-header-title-row h2{font-size:1rem!important}.portal-layout .plan-info-text{font-size:.75rem!important}}.portal-layout .skeleton{background:linear-gradient(90deg,#f3f4f6 25%,#e5e7eb 50%,#f3f4f6 75%) 0 0/200% 100%!important;animation:1.6s linear infinite shimmer!important}.portal-layout .skeleton-post-card{background:#fff!important;border:1px solid #e5e7eb!important;border-radius:12px!important;flex-direction:column!important;min-height:auto!important;padding:1rem!important;display:flex!important}.portal-table{border-collapse:collapse;width:100%;margin-top:1rem}.portal-table th{color:#4b5563;text-transform:uppercase;letter-spacing:.05em;background:#f9fafb;border-bottom:2px solid #e5e7eb;padding:.75rem 1rem;font-size:.8rem;font-weight:600}.portal-table td{color:#1f2937;vertical-align:middle;border-bottom:1px solid #f3f4f6;padding:1rem;font-size:.9rem}.portal-table tr:hover{background:#f9fafb}.posts-list-view table th{text-transform:uppercase;letter-spacing:.05em;color:#6b7280;background:#f9fafb;border-bottom:2px solid #e5e7eb;font-size:.8rem}.posts-list-view table td{color:#374151;border-bottom:1px solid #f3f4f6}.posts-list-view table tr:hover{background:#fafafa}.filters-bar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.filters-left{flex-wrap:wrap;gap:.5rem;display:flex}.search-input-wrapper{min-width:250px;position:relative}.search-input-wrapper svg{color:#9ca3af;width:16px;height:16px;position:absolute;top:50%;left:.75rem;transform:translateY(-50%)}.search-input-wrapper input{width:100%;padding-left:2.25rem}.calendar-container{color:#1f2937;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem}.calendar-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.25rem;display:flex}.calendar-filters{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.calendar-filter-group{flex-direction:row;align-items:center;gap:.4rem;display:flex}.calendar-filter-group label{color:#4b5563;font-size:.78rem;font-weight:600}.calendar-filter-group select{color:#374151;background:#fff;border:1px solid #e5e7eb;border-radius:6px;min-width:110px;height:32px;padding:.35rem .6rem;font-size:.8rem}.calendar-filters button{border-radius:6px;justify-content:center;align-items:center;height:32px;padding:.35rem .75rem;font-size:.8rem;display:inline-flex}.calendar-legend{flex-wrap:wrap;gap:.75rem;display:flex}.cal-legend-item{color:#6b7280;align-items:center;gap:.35rem;font-size:.78rem;display:flex}.cal-legend-dot{border-radius:50%;width:8px;height:8px}.cal-legend-dot.ready{background:#10b981}.cal-legend-dot.draft{background:#9ca3af}.cal-legend-dot.scheduled{background:#2563eb}.cal-legend-dot.published{background:#7c3aed}.cal-legend-dot.generating{background:#f59e0b}.cal-legend-dot.empty{background:#e5e7eb;border:1px solid #d1d5db}.calendar-header-days{text-align:center;color:#6b7280;border-bottom:1px solid #e5e7eb;grid-template-columns:repeat(7,1fr);margin-bottom:.75rem;padding-bottom:.75rem;font-size:.85rem;font-weight:600;display:grid}.calendar-grid{grid-template-columns:repeat(7,1fr);gap:.75rem;display:grid}.calendar-day-card{cursor:pointer;background:#fff;border:2px solid #e5e7eb;border-radius:10px;flex-direction:column;justify-content:space-between;min-height:100px;padding:.5rem;transition:all .2s;display:flex;position:relative}.calendar-day-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000000f}.calendar-day-card.status-empty{cursor:default;background:#f9fafb;border-color:#e5e7eb}.calendar-day-card.status-empty:hover{box-shadow:none;transform:none}.calendar-day-card.status-draft{background:#fff;border-color:#9ca3af}.calendar-day-card.status-draft:hover{border-color:#6b7280}.calendar-day-card.status-ready{background:#f0fdf4;border-color:#10b981}.calendar-day-card.status-ready:hover{border-color:#059669}.calendar-day-card.status-scheduled{background:#eff6ff;border-color:#2563eb}.calendar-day-card.status-scheduled:hover{border-color:#1d4ed8}.calendar-day-card.status-published{background:#f5f3ff;border-color:#7c3aed}.calendar-day-card.status-published:hover{border-color:#6d28d9}.calendar-day-card.status-generating{background:#fffbeb;border-color:#f59e0b}.calendar-day-card.status-generating:hover{border-color:#d97706}.calendar-day-number{color:#9ca3af;margin-bottom:.25rem;font-size:.85rem;font-weight:700}.calendar-day-card.status-empty .calendar-day-number{color:#d1d5db}.calendar-status-icon{border-radius:50%;flex-shrink:0;width:8px;height:8px}.calendar-status-icon.status-empty{background:#e5e7eb}.calendar-status-icon.status-draft{background:#9ca3af}.calendar-status-icon.status-ready{background:#10b981}.calendar-status-icon.status-scheduled{background:#2563eb}.calendar-status-icon.status-published{background:#7c3aed}.calendar-status-icon.status-generating{background:#f59e0b}.calendar-post-title{text-overflow:ellipsis;-webkit-line-clamp:2;color:#1f2937;-webkit-box-orient:vertical;margin-top:.25rem;font-size:.75rem;font-weight:600;display:-webkit-box;overflow:hidden}.calendar-empty-slot{color:#9ca3af;margin-top:auto;font-size:.7rem;font-style:italic}.calendar-preview-image{border:1px solid #0000000d;border-radius:4px;height:35px;margin-top:.25rem;overflow:hidden}.calendar-preview-image img{object-fit:cover;width:100%;height:100%}.cal-modal-overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:9999;background:#0a0c1473;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.cal-modal{background:#fff;border-radius:14px;width:100%;max-width:440px;max-height:90vh;padding:1.5rem;animation:.18s modalSlideIn;position:relative;overflow-y:auto;box-shadow:0 8px 32px #0000001f}.cal-modal-close{color:#9ca3af;cursor:pointer;background:0 0;border:none;font-size:1.25rem;position:absolute;top:1rem;right:1rem}.cal-modal-header{align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.cal-modal-day{color:#6b7280;font-size:.85rem;font-weight:700}.cal-modal-status{border-radius:20px;padding:.2rem .5rem;font-size:.7rem;font-weight:600}.cal-modal-title{color:#111827;margin:0 0 1rem;font-size:1.05rem;font-weight:700}.cal-modal-image{cursor:zoom-in;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:10px;justify-content:center;align-items:center;max-height:380px;margin-bottom:1rem;display:flex;overflow:hidden}.cal-modal-image img{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:380px}.cal-modal-generating{color:#92400e;background:#fffbeb;border:1px solid #fde68a;border-radius:8px;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.75rem;font-size:.85rem;font-weight:600;display:flex}.cal-modal-spinner{border:2px solid #fde68a;border-top-color:#f59e0b;border-radius:50%;width:14px;height:14px;animation:.8s linear infinite spin}.cal-modal-caption{margin-bottom:1rem}.cal-modal-caption p{color:#4b5563;white-space:pre-wrap;margin:0 0 .5rem;font-size:.88rem;line-height:1.6}.cal-btn-link{color:#7c3aed;cursor:pointer;background:0 0;border:none;padding:0;font-size:.8rem;font-weight:600}.cal-modal-edit{flex-direction:column;gap:.5rem;margin-bottom:1rem;display:flex}.cal-modal-edit label{color:#6b7280;font-size:.75rem;font-weight:600}.cal-modal-edit input,.cal-modal-edit textarea{color:#1f2937;border:1px solid #e5e7eb;border-radius:8px;padding:.6rem .75rem;font-family:inherit;font-size:.85rem}.cal-modal-edit input:focus,.cal-modal-edit textarea:focus{border-color:#7c3aed;outline:none;box-shadow:0 0 0 3px #7c3aed14}.cal-modal-edit-actions{justify-content:flex-end;gap:.5rem;margin-top:.5rem;display:flex}.cal-modal-actions{flex-wrap:wrap;gap:.5rem;display:flex}.cal-btn{cursor:pointer;text-align:center;border:1px solid #0000;border-radius:8px;flex:1;min-width:120px;padding:.55rem .75rem;font-size:.82rem;font-weight:600;transition:all .15s}.cal-btn-primary{color:#fff;background:#7c3aed;border-color:#7c3aed}.cal-btn-primary:hover:not(:disabled){background:#6d28d9}.cal-btn-secondary{color:#374151;background:#f3f4f6;border-color:#e5e7eb}.cal-btn-secondary:hover:not(:disabled){background:#e5e7eb}.cal-btn-ghost{color:#6b7280;background:#fff;border-color:#e5e7eb}.cal-btn-ghost:hover:not(:disabled){background:#f9fafb}.cal-btn:disabled{opacity:.55;cursor:not-allowed}@media (max-width:768px){.calendar-container{padding:.75rem!important}.calendar-toolbar{flex-direction:column;align-items:stretch;gap:.75rem}.calendar-filters{flex-flow:wrap;align-items:center;gap:.5rem}.calendar-filter-group{flex-direction:row;align-items:center;gap:.35rem}.calendar-filter-group select,.calendar-filters button{width:auto}.calendar-legend{justify-content:flex-start}.calendar-header-days{margin-bottom:.5rem!important;padding-bottom:.5rem!important;font-size:.7rem!important}.calendar-grid{gap:4px!important}.calendar-day-card{flex-direction:column!important;justify-content:center!important;align-items:center!important;min-height:55px!important;padding:.3rem!important;display:flex!important}.calendar-day-number{margin-bottom:0!important;font-size:.8rem!important}.calendar-post-title,.calendar-empty-slot,.calendar-preview-image{display:none!important}.calendar-status-icon{width:6px!important;height:6px!important;margin-top:4px!important}.cal-modal{max-height:95vh;padding:1.25rem}.cal-modal-actions{flex-direction:column}.cal-btn{width:100%;min-width:0}}.categories-layout{grid-template-columns:1fr 1.5fr;gap:1.5rem;display:grid}@media (max-width:768px){.categories-layout{grid-template-columns:1fr}}.category-tag-badge{border-radius:9999px;align-items:center;gap:.35rem;padding:.35rem .75rem;font-size:.85rem;font-weight:600;display:inline-flex}.category-item-row{color:#1f2937;background:#fff;border:1px solid #e5e7eb;border-radius:8px;justify-content:space-between;align-items:center;margin-bottom:.5rem;padding:.75rem;display:flex}.templates-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;display:grid}.template-card{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex-direction:column;transition:all .2s;display:flex;position:relative;overflow:hidden}.template-card:hover{border-color:var(--primary-color);transform:translateY(-4px);box-shadow:0 10px 20px #7c3aed14}.template-card.active{border-color:var(--primary-color);box-shadow:0 0 0 2px var(--primary-color)}.template-preview-box{color:#fff;text-align:center;flex-direction:column;justify-content:center;align-items:center;height:160px;padding:1.5rem;display:flex;position:relative}.template-badge-selected{background:var(--primary-color);color:#fff;text-transform:uppercase;border-radius:9999px;padding:.25rem .5rem;font-size:.7rem;font-weight:700;position:absolute;top:.75rem;right:.75rem}.template-card-info{color:#1f2937;flex-direction:column;flex-grow:1;padding:1rem;display:flex}.template-card-info h3{margin:0 0 .5rem;font-size:1rem;font-weight:600}.template-card-info p{color:#6b7280;margin:0 0 1rem;font-size:.8rem;line-height:1.4}.template-colors{gap:.25rem;margin-top:auto;display:flex}.template-color-dot{border:1px solid #00000014;border-radius:50%;width:14px;height:14px}.performance-metrics-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.25rem;margin-bottom:2rem;display:grid}.performance-metric-card{color:#1f2937;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.25rem}.performance-metric-title{text-transform:uppercase;letter-spacing:.05em;color:#6b7280;margin-bottom:.5rem;font-size:.8rem;font-weight:600}.performance-metric-value{color:#111827;margin-bottom:.25rem;font-size:1.75rem;font-weight:700}.performance-metric-trend{align-items:center;gap:.25rem;font-size:.75rem;display:flex}.performance-metric-trend.up{color:#10b981}.performance-metric-trend.down{color:#ef4444}.chart-wrapper{color:#1f2937;background:#fff;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:2rem;padding:1.5rem}.chart-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.chart-title{margin:0;font-size:1.1rem;font-weight:600}.chart-container-svg{width:100%;height:220px}.timeline-container{color:#1f2937;padding-left:1.5rem;position:relative}.timeline-container:before{content:"";background:#e5e7eb;width:2px;position:absolute;top:.5rem;bottom:.5rem;left:3px}.timeline-item{margin-bottom:1.75rem;position:relative}.timeline-item:last-child{margin-bottom:0}.timeline-badge-dot{background:#d1d5db;border:2px solid #fff;border-radius:50%;width:10px;height:10px;position:absolute;top:.25rem;left:-1.75rem}.timeline-item.active .timeline-badge-dot{background:var(--primary-color);box-shadow:0 0 0 3px #7c3aed26}.timeline-item.success .timeline-badge-dot{background:#10b981;box-shadow:0 0 0 3px #10b98126}.timeline-item-content{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:.75rem 1rem}.timeline-time{color:#9ca3af;margin-bottom:.25rem;font-size:.75rem;font-weight:500}.timeline-title{margin-bottom:.25rem;font-size:.9rem;font-weight:600}.timeline-desc{color:#6b7280;font-size:.8rem}.generating-image-placeholder{background:linear-gradient(135deg,#1e1b4b 0%,#312e81 50%,#4c1d95 100%);border-radius:8px;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.generating-image-placeholder:before{content:"";background:linear-gradient(45deg,#0000 0%,#ffffff14 25%,#0000 50%,#ffffff0d 75%,#0000 100%) 0 0/400% 400%;animation:3s ease-in-out infinite generatingShimmer;position:absolute;inset:0}.generating-shapes{z-index:1;width:60%;max-width:80px;height:60%;max-height:80px;position:relative}.generating-shape{opacity:.7;border-radius:50%;animation:2s ease-in-out infinite generatingPulse;position:absolute}.generating-shape:first-child{background:#a855f7;width:50%;height:50%;animation-delay:0s;top:0;left:25%}.generating-shape:nth-child(2){background:#06b6d4;width:37.5%;height:37.5%;animation-delay:.4s;bottom:0;left:0}.generating-shape:nth-child(3){background:#ec4899;width:43.75%;height:43.75%;animation-delay:.8s;bottom:12.5%;right:0}.generating-image-placeholder span{color:#ffffffe6;z-index:1;margin-top:.75rem;font-size:.85rem;font-weight:500;animation:2s ease-in-out infinite generatingTextPulse}.generating-image-placeholder.compact{border-radius:6px}.generating-image-placeholder.compact .generating-shapes{width:70%;max-width:none;height:70%;max-height:none}.generating-image-placeholder.compact span{display:none}@keyframes generatingShimmer{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@keyframes generatingPulse{0%,to{opacity:.5;transform:scale(.8)}50%{opacity:1;transform:scale(1.2)}}@keyframes generatingTextPulse{0%,to{opacity:.6}50%{opacity:1}}.legal-page{color:#e5e7eb;background:#08070e;width:100%;min-height:100vh;padding:0;font-family:Inter,Outfit,sans-serif;overflow-x:hidden}.legal-header{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:100;background:#ffffff0a;border-bottom:1px solid #ffffff14;flex-wrap:wrap;align-items:center;gap:.75rem;max-width:100%;padding:1.25rem 2rem;display:flex;position:sticky;top:0}.legal-header a{flex-shrink:0}.legal-main{max-width:860px;margin:0 auto;padding:3rem 2rem 5rem}.legal-card{background:#ffffff0a;border:1px solid #ffffff14;border-radius:16px;padding:3rem}.legal-title{color:#fff;margin-bottom:.5rem;font-size:2rem;font-weight:700}.legal-meta{color:#9ca3af;margin-bottom:2.5rem;font-size:.85rem}.legal-footer{text-align:center;margin-top:2rem}.legal-footer a{font-size:.9rem;text-decoration:none}.legal-footer a:first-child{color:#a78bfa;margin-right:2rem}.legal-footer a:last-child{color:#6b7280}html:has(.legal-page){overflow-x:hidden}body:has(.legal-page){width:100vw;max-width:100vw;margin:0;padding:0;display:block;overflow-x:hidden}body:has(.legal-page)>.app-container{width:100%;max-width:100%;margin:0;padding:0}.legal-card,.legal-title,.legal-section-title,.legal-text,.legal-list-item,.legal-alert p,.legal-table th,.legal-table td{word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.legal-table-wrap{max-width:100%;overflow-x:auto}.legal-alert{border-radius:10px;align-items:flex-start;gap:.75rem;margin-bottom:2.5rem;padding:1rem 1.25rem;display:flex}.legal-alert.privacy{background:#7c3aed1f;border:1px solid #7c3aed59}.legal-alert.terms{background:#3b82f61a;border:1px solid #3b82f64d}.legal-alert-icon{flex-shrink:0;font-size:1.2rem}.legal-alert p{margin:0;font-size:.9rem;line-height:1.6}.legal-alert.privacy p{color:#c4b5fd}.legal-alert.terms p{color:#93c5fd}.legal-section{margin-bottom:2.5rem}.legal-section-title{color:#fff;border-bottom:1px solid #ffffff14;margin-bottom:.85rem;padding-bottom:.5rem;font-size:1.15rem;font-weight:600}.legal-text{color:#d1d5db;font-size:.93rem;line-height:1.8}.legal-text+.legal-list,.legal-text+.legal-table-wrap{margin-top:1rem}.legal-list{margin:0;padding-left:1.25rem}.legal-list-item{color:#d1d5db;margin-bottom:.35rem;font-size:.93rem;line-height:1.8}.legal-table-wrap{overflow-x:auto}.legal-table{border-collapse:collapse;width:100%;font-size:.85rem}.legal-table thead tr{background:#ffffff0f}.legal-table th,.legal-table td{text-align:left;vertical-align:top;padding:.65rem .85rem}.legal-table th{color:#9ca3af;border-bottom:1px solid #ffffff1a;font-weight:600}.legal-table td{color:#9ca3af;border-bottom:1px solid #ffffff0f}.legal-table td:first-child{color:#e5e7eb}.social-connection-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1rem;padding:.85rem 1rem;display:flex}.social-connection-card.connected{background:#f0fdf4;border-color:#bbf7d0}.social-connection-icon{color:#6b7280;background:#f3f4f6;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.social-connection-card.connected .social-connection-icon{color:#059669;background:#d1fae5}.social-connection-icon svg{width:18px;height:18px}.social-connection-text{color:#111827;margin:0;font-size:.9rem;font-weight:600}.social-connection-subtext{color:#6b7280;margin:.1rem 0 0;font-size:.75rem}.social-action-btn{border-radius:8px!important;width:auto!important;height:36px!important;margin-top:0!important;padding:0 1rem!important;font-size:.82rem!important}.social-warning-box{background:#fffbeb;border:1px solid #fde68a;border-radius:12px;align-items:flex-start;gap:.75rem;margin-bottom:2rem;padding:1rem 1.25rem;display:flex}.social-warning-box p{color:var(--warning-text);margin:0;font-size:.87rem;line-height:1.6}.social-posts-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem;margin-bottom:2rem;display:grid}.social-post-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex-direction:column;display:flex;overflow:hidden}.social-post-image-wrap{aspect-ratio:1;background:#f3f4f6;position:relative;overflow:hidden}.social-post-image-wrap img{object-fit:cover;width:100%;height:100%}.social-post-day-badge{color:#fff;background:#0009;border-radius:6px;padding:.2rem .5rem;font-size:.75rem;font-weight:700;position:absolute;top:8px;left:8px}.social-post-status{color:#fff;text-align:center;border-radius:6px;padding:.25rem .5rem;font-size:.72rem;font-weight:600;position:absolute;bottom:8px;left:8px;right:8px}.social-post-status.published{background:#10b981e6}.social-post-status.failed{background:#ef4444e6}.social-post-status.pending{background:#3b82f6e6}.social-post-content{flex-direction:column;gap:.5rem;padding:.75rem;display:flex}.social-post-caption{color:#4b5563;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.8rem;line-height:1.4;display:-webkit-box;overflow:hidden}.social-post-actions{gap:.5rem;display:flex}.social-post-actions button{cursor:pointer;border:1px solid #0000;border-radius:7px;flex:1;padding:.4rem 0;font-size:.78rem;font-weight:600;transition:all .2s}.social-btn-schedule{color:#7c3aed;background:#f5f3ff;border-color:#ddd6fe}.social-btn-schedule:hover{background:#ede9fe}.social-btn-publish{color:#059669;background:#ecfdf5;border-color:#a7f3d0}.social-btn-publish:hover{background:#d1fae5}.social-btn-mark{color:#2563eb;cursor:pointer;background:#eff6ff;border:1px solid #bfdbfe;border-radius:7px;width:100%;margin-top:.5rem;padding:.4rem 0;font-size:.78rem;font-weight:600;transition:all .2s}.social-btn-mark:hover{background:#dbeafe}.social-schedule-list{flex-direction:column;gap:.75rem;display:flex}.social-schedule-item{background:#fff;border:1px solid #e5e7eb;border-radius:10px;flex-wrap:wrap;align-items:center;gap:1rem;padding:.85rem 1rem;display:flex}.social-schedule-thumb{object-fit:cover;border-radius:6px;flex-shrink:0;width:48px;height:48px}.social-schedule-info{flex:1;min-width:140px}.social-schedule-info p{margin:0}.social-schedule-title{color:#111827;font-size:.88rem;font-weight:600}.social-schedule-meta{color:#6b7280;font-size:.78rem}.social-schedule-error{color:#dc2626;margin:.2rem 0 0;font-size:.75rem}.social-status-badge{border-radius:20px;padding:.2rem .65rem;font-size:.75rem;font-weight:600}.social-btn-cancel{color:#dc2626;cursor:pointer;background:#fef2f2;border:1px solid #fecaca;border-radius:7px;padding:.3rem .65rem;font-size:.78rem}.social-btn-cancel:hover{background:#fee2e2}.social-publisher-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;flex-direction:column;flex-grow:1;padding:2rem;display:flex}.sp-header{margin-bottom:1.5rem}.sp-badge{color:#7c3aed;background:#7c3aed1a;border-radius:30px;padding:.35rem .75rem;font-size:.8rem;font-weight:600;display:inline-block}.sp-title{color:#111827;margin:.75rem 0 .25rem;font-size:1.75rem;font-weight:800}.sp-subtitle{color:#6b7280;margin:0;font-size:.9rem}.sp-connection-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;padding:.75rem 1.25rem;display:flex}.sp-connection-card.connected{background:#f0fdf4;border-color:#bbf7d0}.sp-connection-collapsed-bar{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:12px;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;padding:.75rem 1.25rem;transition:all .2s;display:flex}.sp-connection-collapsed-bar:hover{background:#dcfce7;border-color:#86efac}.sp-connection-collapsed-left{align-items:center;gap:.5rem;display:flex}.sp-connection-status-dot{font-size:.8rem}.sp-connection-collapsed-text{color:#166534;font-size:.88rem}.sp-connection-left{align-items:center;gap:1rem;display:flex}.sp-connection-icon{color:#6b7280;background:#e5e7eb;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.1rem;display:flex}.sp-connection-card.connected .sp-connection-icon{color:#fff;background:#22c55e}.sp-connection-text{color:#111827;margin:0;font-size:.92rem;font-weight:700}.sp-meta-info{color:#6b7280;flex-wrap:wrap;gap:.75rem;margin-top:.15rem;font-size:.8rem;display:flex}.sp-meta-warning{color:#b45309}.sp-connection-actions{flex-wrap:wrap;gap:.5rem;display:flex}.sp-connection-actions .btn{cursor:pointer;border-radius:8px;justify-content:center;align-items:center;height:36px;padding:.45rem 1rem;font-size:.82rem;font-weight:600;display:inline-flex;width:auto!important}.sp-warning-box{color:#92400e;background:#fffbeb;border:1px solid #fde68a;border-radius:12px;gap:.75rem;margin-bottom:1.5rem;padding:1rem 1.25rem;font-size:.85rem;display:flex}.sp-warning-box span{flex-shrink:0;font-size:1.1rem}.sp-warning-box p{margin:0}.sp-tabs{border-bottom:1px solid #e5e7eb;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.sp-tab{color:#6b7280;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.9rem;font-weight:600;transition:all .2s;display:flex}.sp-tab.active{color:#7c3aed;border-bottom-color:#7c3aed}.sp-tab-count{color:#374151;text-align:center;background:#e5e7eb;border-radius:20px;min-width:20px;padding:.1rem .5rem;font-size:.75rem}.sp-tab.active .sp-tab-count{color:#fff;background:#7c3aed}.sp-filters{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;flex-wrap:wrap;align-items:flex-end;gap:.75rem;margin-bottom:1.5rem;padding:1rem;display:flex}.sp-filter-group{flex-direction:column;gap:.25rem;min-width:140px;display:flex}.sp-filter-group label{color:#4b5563;font-size:.75rem;font-weight:600}.sp-filter-group select{color:#374151;background:#fff;border:1px solid #d1d5db;border-radius:8px;padding:.5rem .75rem;font-size:.85rem}.sp-filters .btn{cursor:pointer;border-radius:8px;width:auto;padding:.55rem 1rem;font-size:.85rem;font-weight:600}.sp-post-list{flex-direction:column;gap:1rem;display:flex}.sp-post-item{background:#fff;border:1px solid #e5e7eb;border-radius:12px;align-items:flex-start;gap:1rem;padding:1rem;transition:box-shadow .2s;display:flex}.sp-post-item:hover{box-shadow:0 4px 12px #0000000d}.sp-post-thumb{border-radius:10px;flex-shrink:0;width:80px;height:80px;overflow:hidden}.sp-post-thumb img{object-fit:cover;width:100%;height:100%}.sp-post-body{flex:1;min-width:0}.sp-post-header{flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:.5rem;display:flex}.sp-post-day{color:#111827;font-size:.9rem;font-weight:700}.sp-status-badge{border-radius:20px;align-items:center;gap:.35rem;padding:.25rem .65rem;font-size:.75rem;font-weight:600;display:inline-flex}.sp-status-icon{font-size:.7rem}.sp-post-caption{color:#374151;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 .5rem;font-size:.85rem;line-height:1.5;display:-webkit-box;overflow:hidden}.sp-post-tags{flex-wrap:wrap;gap:.35rem;margin-bottom:.75rem;display:flex}.sp-post-tag{color:#6b7280;background:#f3f4f6;border-radius:20px;padding:.15rem .5rem;font-size:.7rem}.sp-action-row{flex-wrap:wrap;gap:.5rem;display:flex}.sp-action-btn{cursor:pointer;border:1px solid #0000;border-radius:8px;align-items:center;gap:.35rem;padding:.5rem .75rem;font-size:.78rem;font-weight:600;transition:all .2s;display:inline-flex}.sp-action-btn:disabled{opacity:.6;cursor:not-allowed}.sp-action-schedule{color:#7c3aed;background:#f5f3ff;border-color:#ddd6fe}.sp-action-schedule:hover:not(:disabled){background:#ede9fe}.sp-action-publish{color:#059669;background:#ecfdf5;border-color:#a7f3d0}.sp-action-publish:hover:not(:disabled){background:#d1fae5}.sp-action-mark{color:#2563eb;background:#eff6ff;border-color:#bfdbfe}.sp-action-mark:hover:not(:disabled){background:#dbeafe}.sp-action-unmark{color:#6b7280;background:#f3f4f6;border-color:#e5e7eb}.sp-action-unmark:hover:not(:disabled){background:#e5e7eb}.sp-empty-state{text-align:center;color:#6b7280;padding:3rem}.sp-empty-state svg{opacity:.4;width:48px;height:48px;margin:0 auto 1rem;display:block}.sp-empty-state p{margin:0}@media (max-width:768px){.social-publisher-card{padding:1.5rem 1rem}.sp-connection-card,.sp-connection-collapsed-bar{flex-direction:column;align-items:flex-start;gap:.5rem}.sp-connection-actions{flex-direction:column;gap:.5rem;width:100%;display:flex}.sp-connection-actions .btn{height:38px;width:100%!important}.sp-tabs{gap:.5rem;padding-bottom:0;border-bottom:none!important;flex-wrap:wrap!important;display:flex!important}.sp-tab{white-space:nowrap;font-size:.82rem;background:#f9fafb!important;border:1px solid #e5e7eb!important;border-radius:30px!important;flex:none!important;padding:.45rem .85rem!important}.sp-tab.active{color:#fff!important;background:#7c3aed!important;border-color:#7c3aed!important}.sp-tab.active .sp-tab-count{color:#7c3aed!important;background:#fff!important}.sp-filters{flex-direction:column;align-items:stretch}.sp-filter-group,.sp-filters .btn{width:100%}.sp-post-item{flex-direction:column}.sp-post-thumb{width:100%;height:180px}.sp-action-row{flex-direction:column}.sp-action-btn{justify-content:center;width:100%}}@media (max-width:640px){.legal-header{flex-wrap:wrap;gap:.5rem;padding:1rem}.legal-header a[href=\/]{margin-left:auto;font-size:.8rem}.legal-header span:nth-of-type(3){color:#fff9;order:3;width:100%;margin:0;font-size:.8rem}.legal-header span:nth-of-type(2){order:1}.legal-main{padding:1.25rem 1rem 3rem}.legal-card{border-radius:12px;padding:1.5rem}.legal-title{font-size:1.5rem}.legal-meta{margin-bottom:1.75rem}.legal-section-title{font-size:1rem}.legal-text,.legal-list-item,.legal-alert p{font-size:.9rem}.legal-table{font-size:.75rem}.legal-table th,.legal-table td{padding:.5rem}.legal-alert{gap:.6rem;margin-bottom:1.75rem;padding:.85rem 1rem}.legal-alert-icon{font-size:1rem}.legal-list{padding-left:1rem}.legal-footer{flex-direction:column;gap:.75rem;display:flex}.legal-footer a:first-child{margin-right:0}.social-connection-card{flex-direction:column;align-items:flex-start;padding:1.25rem}.social-posts-grid{grid-template-columns:1fr}.social-schedule-item{align-items:flex-start}.social-connection-card{gap:.5rem;padding:.75rem}.social-connection-icon{width:32px;height:32px}.social-connection-icon svg{width:16px;height:16px}}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-8px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.platform-alert-overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:9999999;background:#0a0c1473;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.platform-alert-modal{background:#fff;border-radius:14px;width:100%;max-width:380px;animation:.18s modalSlideIn;overflow:hidden;box-shadow:0 8px 32px #0000001f,0 1px 4px #0000000f}.platform-alert-bar{width:100%;height:3px}.platform-alert-bar--success{background:#10b981}.platform-alert-bar--error{background:#ef4444}.platform-alert-bar--warning{background:#f59e0b}.platform-alert-bar--info{background:#6366f1}.platform-alert-title{letter-spacing:.08em;text-transform:uppercase;color:#9ca3af;margin:1.25rem 1.5rem .25rem;padding:0;font-size:.7rem;font-weight:700}.platform-alert-message{color:#1f2937;word-break:break-word;margin:0 1.5rem 1.25rem;padding:0;font-size:.92rem;line-height:1.55}.platform-alert-close{color:#374151;cursor:pointer;background:#f3f4f6;border:none;border-radius:8px;width:calc(100% - 3rem);margin:0 1.5rem 1.25rem;padding:.55rem 0;font-size:.85rem;font-weight:600;transition:background .15s;display:block}.platform-alert-close:hover{background:#e5e7eb}.platform-confirm-modal{background:#fff;border-radius:14px;width:100%;max-width:400px;padding:1.75rem 1.5rem 1.5rem;animation:.18s modalSlideIn;box-shadow:0 8px 32px #0000001f,0 1px 4px #0000000f}.platform-confirm-title{letter-spacing:.08em;text-transform:uppercase;color:#9ca3af;margin:0 0 .4rem;padding:0;font-size:.7rem;font-weight:700}.platform-confirm-message{color:#1f2937;margin:0 0 1.5rem;padding:0;font-size:.93rem;line-height:1.55}.platform-confirm-actions{gap:.65rem;display:flex}.platform-confirm-cancel{color:#6b7280;cursor:pointer;background:#f3f4f6;border:none;border-radius:9px;flex:1;padding:.6rem 0;font-size:.88rem;font-weight:600;transition:background .15s}.platform-confirm-cancel:hover{background:#e5e7eb}.platform-confirm-ok{color:#fff;cursor:pointer;background:#1f2937;border:none;border-radius:9px;flex:1;padding:.6rem 0;font-size:.88rem;font-weight:600;transition:background .15s}.platform-confirm-ok:hover:not(:disabled){background:#111827}.platform-confirm-ok:disabled{opacity:.45;cursor:not-allowed}.platform-regen-input{box-sizing:border-box;color:#1f2937;resize:vertical;border:1px solid #e5e7eb;border-radius:9px;width:100%;margin-bottom:1.25rem;padding:.65rem .85rem;font-family:inherit;font-size:.88rem;line-height:1.5;transition:border-color .15s}.platform-regen-input:focus{border-color:#6366f1;outline:none;box-shadow:0 0 0 3px #6366f114}.image-loading-spinner{border:2.5px solid #f3f4f6;border-top-color:#7c3aed;border-radius:50%;flex-shrink:0;width:20px;height:20px;animation:.8s linear infinite img-spin}@keyframes img-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.landing{--ink:#10112a;--muted:#66677b;--violet:#7658f6;--lime:#c7f25d;color:var(--ink);background:#fbfbff;width:100vw;min-height:100vh;margin:-1.5rem 0;font-family:Inter,sans-serif;position:relative;left:50%;overflow:hidden;transform:translate(-50%)}.landing *{box-sizing:border-box}.landing button,.landing a{font:inherit}.landing button{cursor:pointer}.landing-noise{opacity:.35;pointer-events:none;background-image:radial-gradient(#12112d1f .6px,#0000 .6px);background-size:5px 5px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000,#0000 20%);mask-image:linear-gradient(#000,#0000 20%)}.landing-nav{z-index:2;justify-content:space-between;align-items:center;max-width:1180px;height:88px;margin:auto;padding:0 38px;display:flex;position:relative}.landing-brand{color:var(--ink);letter-spacing:-1.5px;align-items:center;gap:9px;font-family:Outfit,sans-serif;font-size:25px;font-weight:700;text-decoration:none;display:flex}.landing-brand-mark{color:#fff;background:var(--ink);letter-spacing:-2px;border-radius:9px 9px 9px 2px;place-items:center;width:29px;height:29px;font-size:18px;display:grid}.landing-brand-dot{color:var(--violet)}.landing-brand-logo{width:auto;height:34px;display:block}.landing-nav-links{align-items:center;gap:30px;margin-left:80px;display:flex}.landing-nav-links a,.landing-login{color:#646476;background:0 0;border:0;font-size:13px;text-decoration:none;transition:color .2s}.landing-nav-links a:hover,.landing-login:hover{color:var(--violet)}.landing-nav-actions{align-items:center;gap:21px;display:flex}.landing-button{background:var(--violet);color:#fff;border:0;border-radius:9px;justify-content:center;align-items:center;gap:18px;min-height:48px;padding:0 21px;font-size:13px;font-weight:700;transition:transform .2s,box-shadow .2s,background .2s;display:inline-flex;box-shadow:0 12px 24px #7658f638}.landing-button:hover{background:#6748ef;transform:translateY(-2px);box-shadow:0 16px 30px #7658f659}.landing-button-small{gap:10px;min-height:39px;padding:0 15px;font-size:12px}.landing-button-large{min-height:56px;padding:0 24px;font-size:14px}.landing-arrow{font-size:19px;font-weight:400;line-height:0}.landing-hero{grid-template-columns:48% 52%;align-items:center;max-width:1180px;min-height:602px;margin:auto;padding:83px 38px 86px;display:grid;position:relative}.landing-hero-copy{z-index:1;max-width:555px;position:relative}.landing-eyebrow,.landing-kicker{color:#77788a;letter-spacing:1.45px;font-size:10px;font-weight:700}.landing-eyebrow{align-items:center;gap:8px;margin-bottom:18px;display:inline-flex}.landing-eyebrow span{background:var(--lime);border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 5px #c7f25d33}.landing h1,.landing h2{letter-spacing:-3.4px;margin:0;font-family:Outfit,sans-serif;font-weight:600;line-height:1.02;display:block}.landing h1{max-width:530px;font-size:68px}.landing h1 em,.landing h2 em{color:var(--violet);font-style:normal}.landing-hero-copy>p{color:var(--muted);max-width:460px;margin:23px 0 29px;font-size:16px;line-height:1.7}.landing-hero-actions{align-items:center;gap:25px;display:flex}.landing-text-link{color:var(--ink);align-items:center;gap:8px;font-size:12px;font-weight:700;text-decoration:none;display:flex}.landing-play{width:25px;height:25px;color:var(--violet);border:1px solid #d7d5e2;border-radius:50%;place-items:center;padding-left:1px;font-size:8px;display:grid}.landing-trust-row{color:#838394;align-items:center;gap:12px;margin-top:45px;font-size:10px;line-height:1.55;display:flex}.landing-trust-row strong{color:#4d4e61}.landing-avatars{display:flex}.landing-avatars i{color:#fff;background:#f29b7b;border:2px solid #fbfbff;border-radius:50%;place-items:center;width:25px;height:25px;margin-left:-6px;font-size:7px;font-style:normal;font-weight:700;display:grid}.landing-avatars i:first-child{background:#8e78d7;margin:0}.landing-avatars i:nth-child(2){background:#3dbaad}.landing-avatars i:nth-child(3){background:#e5b552}.landing-avatars i:last-child{background:#22233c}.landing-dashboard-wrap{z-index:1;height:411px;position:relative}.landing-orb{filter:blur(2px);border-radius:50%;position:absolute}.landing-orb-one{background:radial-gradient(circle,#c5aeff6e,#d3dcff29 43%,#0000 70%);width:480px;height:480px;top:20px;right:30px}.landing-orb-two{background:#c9f46652;width:190px;height:190px;top:34px;right:-28px}.landing-dashboard{background:#fff;border-radius:13px;height:326px;display:flex;position:absolute;top:41px;left:23px;right:0;overflow:hidden;transform:perspective(1100px)rotateY(-4deg)rotateX(2deg);box-shadow:0 30px 60px #3627752b,0 0 0 1px #4e448014}.landing-dashboard-sidebar{background:#17172c;flex-direction:column;flex:none;align-items:center;gap:15px;width:46px;padding-top:15px;display:flex}.landing-dashboard-logo{color:#fff;background:var(--violet);border-radius:6px;place-items:center;width:23px;height:23px;margin-bottom:13px;font-family:Outfit;font-size:14px;font-weight:700;display:grid}.landing-dashboard-sidebar span{opacity:.65;background:#54556a;border-radius:3px;width:13px;height:13px}.landing-dashboard-sidebar span.active{opacity:1;background:#a98fff}.landing-dashboard-main{flex:1;min-width:0;padding:25px}.landing-dashboard-top{justify-content:space-between;align-items:center;display:flex}.landing-dashboard-top small,.landing-dashboard-top b{display:block}.landing-dashboard-top small{color:#9898a7;margin-bottom:3px;font-size:8px}.landing-dashboard-top b{color:#26263d;font-size:14px}.landing-dashboard-button{color:#fff;background:#7658f6;border-radius:5px;padding:8px 9px;font-size:8px}.landing-dashboard-metrics{grid-template-columns:repeat(3,1fr);gap:9px;margin:20px 0;display:grid}.landing-metric{border:1px solid #eeedf5;border-radius:7px;padding:10px;position:relative}.landing-metric small,.landing-metric b,.landing-metric em{display:block}.landing-metric small{color:#9796a5;font-size:7px}.landing-metric b{color:#2b2b41;margin-top:3px;font-size:16px}.landing-metric em{color:#1ead76;font-size:7px;font-style:normal;position:absolute;bottom:9px;right:8px}.landing-dashboard-body{grid-template-columns:1.35fr .7fr;gap:10px;display:grid}.landing-calendar,.landing-mini-post{border:1px solid #eeedf5;border-radius:7px;padding:11px}.landing-card-title{color:#90909e;justify-content:space-between;font-size:7px;display:flex}.landing-card-title b{color:#4b4b60}.landing-calendar-grid{grid-template-columns:repeat(7,1fr);gap:4px;margin-top:10px;display:grid}.landing-calendar-grid span{color:#9d9dac;border-radius:3px;height:19px;padding:3px;font-size:6px}.landing-calendar-grid .has-post{color:#fff;background:#a795ff}.landing-calendar-grid .p1{background:#e0a6dd}.landing-calendar-grid .p2{background:#a5d9c4}.landing-post-image{color:#fff;background:#bdb1fc;border-radius:4px;height:70px;padding:10px;font-size:9px;font-weight:700;line-height:1.05}.landing-post-image em{color:#4b3179;font-style:normal}.landing-mini-post b,.landing-mini-post small{display:block}.landing-mini-post b{color:#4d4d61;margin-top:7px;font-size:8px}.landing-mini-post small{color:#9998a6;margin-top:3px;font-size:6px}.landing-float-card{z-index:3;background:#fffffff2;border-radius:9px;align-items:center;gap:8px;display:flex;position:absolute;box-shadow:0 16px 35px #2d225924}.landing-float-card b,.landing-float-card small{display:block}.landing-float-card-top{width:173px;padding:10px;top:4px;left:-20px}.landing-float-card-top b{color:#36364b;font-size:9px}.landing-float-card-top small{color:#9291a2;margin-top:2px;font-size:7px}.landing-spark,.landing-purple-icon{color:#7658f6;background:#eee9ff;border-radius:6px;place-items:center;width:27px;height:27px;font-size:14px;display:grid}.landing-check{color:#31af7b;margin-left:auto;font-size:15px}.landing-float-card-bottom{width:226px;padding:10px 12px;bottom:0;right:-20px}.landing-float-card-bottom small{color:#9696a5;font-size:7px}.landing-float-card-bottom b{color:#3d3e51;margin-top:2px;font-size:10px}.landing-float-card-bottom svg{width:65px;margin-left:auto}.landing-float-card-bottom path{fill:none;stroke:#70c98d;stroke-width:2px}.landing-logos{color:#9695a3;letter-spacing:2.5px;background:#f0eff6;justify-content:center;align-items:center;gap:25px;height:78px;font-size:10px;font-weight:700;display:flex}.landing-logos i{background:#c9c8d2;border-radius:50%;width:4px;height:4px}.landing-section{max-width:1104px;margin:auto;padding-left:0;padding-right:0}.landing-problem{padding-top:117px;padding-bottom:122px}.landing-section-heading{justify-content:space-between;align-items:end;display:flex}.landing h2{font-size:48px}.landing-features{border-top:1px solid #e9e8ef;border-left:1px solid #e9e8ef;grid-template-columns:repeat(3,1fr);margin-top:59px;display:grid}.landing-feature{border-bottom:1px solid #e9e8ef;border-right:1px solid #e9e8ef;min-height:215px;padding:26px 25px;transition:background .2s;position:relative}.landing-feature:hover{background:#f5f2ff}.landing-feature-icon{color:var(--violet);height:30px;font-size:22px}.landing-feature-number{color:#afafbc;font-size:10px;position:absolute;top:28px;right:24px}.landing-feature h3{margin:23px 0 8px;font-size:14px}.landing-feature p{color:#777789;max-width:220px;margin:0;font-size:12px;line-height:1.65}.landing-feature-line{background:var(--violet);width:20px;height:2px;position:absolute;bottom:0;left:25px}.landing-workflow{color:#fff;background:#1c1b36;grid-template-columns:43% 57%;max-width:none;padding:112px max(50% - 552px,38px);display:grid}.landing-workflow .landing-kicker,.landing-final-cta .landing-kicker{color:#aaa8bd}.landing-workflow h2{margin-top:18px}.landing-workflow h2 em{color:var(--lime)}.landing-workflow-copy>p{color:#aeacbd;max-width:354px;margin:22px 0 26px;font-size:14px;line-height:1.7}.landing-workflow .landing-button{background:var(--lime);color:#282642;box-shadow:none}.landing-steps{border-top:1px solid #ffffff29}.landing-step{border-bottom:1px solid #ffffff29;grid-template-columns:77px 1fr;gap:12px;padding:25px 0;display:grid}.landing-step>span{color:var(--lime);font-size:11px;font-weight:700}.landing-step h3{margin:0 0 8px;font-size:15px}.landing-step p{color:#a9a7b9;max-width:370px;margin:0;font-size:12px;line-height:1.6}.landing-results{grid-template-columns:46% 54%;padding-top:124px;padding-bottom:130px;display:grid}.landing-results-list{border-top:1px solid #e3e1e9}.landing-result{border-bottom:1px solid #e3e1e9;grid-template-columns:153px 1fr;align-items:center;min-height:86px;display:grid;position:relative}.landing-result b{letter-spacing:-1.3px;font-family:Outfit;font-size:32px}.landing-result span{color:#778;font-size:12px}.landing-result i{color:var(--violet);font-size:20px;font-style:normal;position:absolute;right:0}.landing-pricing{background:#f0eff7;grid-template-columns:47% 53%;align-items:center;max-width:none;padding:112px max(50% - 552px,38px);display:grid}.landing-pricing-heading p{color:#778;margin:20px 0;font-size:14px;line-height:1.6}.landing-price-card{background:#fff;border-radius:14px;justify-self:end;width:100%;max-width:430px;padding:28px 31px;box-shadow:0 20px 45px #3f346917}.landing-price-top{justify-content:space-between;align-items:center;display:flex}.landing-price-top span{color:var(--violet);text-transform:uppercase;letter-spacing:1px;font-size:10px;font-weight:700}.landing-price-top b{color:#8b8a99;font-size:10px}.landing-price{align-items:end;gap:4px;margin:20px 0;display:flex}.landing-price small{color:#92919e;margin-bottom:8px;font-size:10px}.landing-price strong{letter-spacing:-1.5px;font-family:Outfit;font-size:39px;line-height:1}.landing-price strong span{font-size:20px}.landing-price em{color:#92919e;margin-bottom:6px;font-size:11px;font-style:normal}.landing-price-card ul{border-top:1px solid #eae9ef;margin:0;padding:17px 0 5px;list-style:none}.landing-price-card li{color:#656577;margin:11px 0;font-size:11px}.landing-price-card li:before{content:"✓";color:var(--violet);margin-right:9px;font-weight:700}.landing-button-wide{width:100%;margin-top:14px}.landing-guarantee{text-align:center;color:#9c9baa;margin-top:12px;font-size:9px;display:block}.landing-faq{grid-template-columns:43% 57%;padding-top:117px;padding-bottom:121px;display:grid}.landing-faq-list{border-top:1px solid #e5e4eb}.landing-faq-item{border-bottom:1px solid #e5e4eb}.landing-faq-item button{text-align:left;color:#343448;background:0 0;border:0;justify-content:space-between;align-items:center;width:100%;padding:19px 0;font-size:13px;font-weight:700;display:flex}.landing-faq-item button i{color:var(--violet);font-size:20px;font-style:normal;font-weight:400;transition:transform .2s}.landing-faq-item p{color:#777789;max-height:0;margin:0;font-size:12px;line-height:1.65;transition:max-height .3s,padding .3s;overflow:hidden}.landing-faq-item.is-open p{max-height:100px;padding:0 35px 18px 0}.landing-faq-item.is-open button i{transform:rotate(45deg)}.landing-final-cta{color:#fff;text-align:center;background:#7658f6;padding:105px 20px;position:relative;overflow:hidden}.landing-final-cta>:not(.landing-final-shape){z-index:1;position:relative}.landing-final-cta h2{margin:15px 0 19px;font-size:51px}.landing-final-cta h2 em{color:var(--lime)}.landing-final-cta p{color:#ddd7ff;max-width:465px;margin:0 auto 26px;font-size:14px;line-height:1.65}.landing-button-light{color:#38304e;background:var(--lime);box-shadow:none}.landing-final-shape{background:radial-gradient(at 0 30%,#ffffff26,#0000 36%),radial-gradient(at 100% 100%,#c6f25d3d,#0000 38%);position:absolute;inset:-80px 0}.landing-footer{justify-content:space-between;align-items:center;max-width:1104px;min-height:105px;margin:auto;display:flex}.landing-footer p,.landing-footer>span{color:#8c8b99;font-size:10px}.landing-footer .landing-brand{font-size:21px}.landing-brand-text{letter-spacing:-.02em;font-style:italic}.landing-footer .landing-brand-mark{width:25px;height:25px;font-size:15px}@media (max-width:800px){.landing-nav{height:72px;padding:0 22px}.landing-nav-links,.landing-login{display:none}.landing-nav-actions{margin-left:auto}.landing-hero{text-align:center;min-height:0;padding:61px 24px 71px;display:block}.landing-hero-copy{margin:auto}.landing-eyebrow{margin-bottom:14px}.landing h1{letter-spacing:-2.6px;font-size:47px}.landing-hero-copy>p{margin:19px auto 24px;font-size:14px}.landing-hero-actions{justify-content:center}.landing-trust-row{text-align:left;justify-content:center;margin-top:31px}.landing-dashboard-wrap{width:min(100%,500px);height:310px;margin:37px auto 0}.landing-dashboard{height:250px;top:31px;left:12px}.landing-dashboard-main{padding:16px}.landing-dashboard-metrics{margin:12px 0}.landing-dashboard-body{grid-template-columns:1fr .65fr}.landing-float-card-top{left:-8px}.landing-float-card-bottom{right:-8px}.landing-logos{letter-spacing:1.1px;gap:10px;height:auto;padding:21px;font-size:8px}.landing-section{padding-left:24px;padding-right:24px}.landing-problem{padding-top:75px;padding-bottom:75px}.landing h2{letter-spacing:-2.5px;font-size:38px}.landing-features{grid-template-columns:1fr 1fr;margin-top:38px}.landing-feature{min-height:195px;padding:20px 17px}.landing-feature-number{top:22px;right:16px}.landing-feature h3{margin-top:17px;font-size:13px}.landing-feature p{font-size:11px}.landing-workflow{padding:73px 24px;display:block}.landing-workflow-copy>p{font-size:13px}.landing-steps{margin-top:45px}.landing-results{padding-top:75px;padding-bottom:78px;display:block}.landing-results-intro{margin-bottom:35px}.landing-result{grid-template-columns:130px 1fr}.landing-pricing{padding:75px 24px;display:block}.landing-price-card{justify-self:auto;margin-top:36px}.landing-faq{padding-top:75px;padding-bottom:75px;display:block}.landing-faq-list{margin-top:35px}.landing-final-cta{padding:77px 24px}.landing-final-cta h2{font-size:40px}.landing-footer{grid-template-columns:1fr;gap:18px;min-height:0;padding:26px 24px;display:grid}.landing-footer>span{line-height:1.5}}@media (max-width:460px){.landing-brand{font-size:22px}.landing-button-small{padding:0 12px;font-size:11px}.landing h1{font-size:41px}.landing-hero-actions{flex-direction:column;gap:18px}.landing-dashboard-wrap{transform-origin:top;margin-bottom:-25px;transform:scale(.9)}.landing-dashboard-sidebar{width:36px}.landing-dashboard-main{padding:13px}.landing-dashboard-metrics{gap:5px}.landing-metric{padding:7px}.landing-dashboard-body{grid-template-columns:1fr}.landing-mini-post{display:none}.landing-features{grid-template-columns:1fr}.landing-feature{min-height:165px}.landing-logos i{display:none}.landing-logos{justify-content:space-around}.landing-result b{font-size:28px}.landing-price-card{padding:24px 20px}.landing-price-top b{display:none}}@media (min-width:801px){.landing-section{max-width:1240px}.landing-workflow,.landing-pricing{padding:112px max(50% - 620px,38px)}}
