﻿.sidebar{width:250px;height:100vh;background:linear-gradient(145deg, #0e1a2b, #1a2536);color:#fff;display:flex;flex-direction:column;padding:32px 24px;box-shadow:0 25px 50px -12px rgba(0,0,0,0.25),0 0 0 1px rgba(255,255,255,0.05);position:sticky;top:0;overflow-y:auto;flex-shrink:0;border-right:1px solid rgba(255,255,255,0.05)}.sidebar::before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent)}.sidebar-header{margin-bottom:40px}.sidebar-logo{font-size:22px;font-weight:700;letter-spacing:-0.5px;margin-bottom:8px;background:linear-gradient(135deg, #60a5fa, #a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.sidebar-tagline{font-size:13px;color:#64748b;font-weight:500}.create-btn{background:linear-gradient(135deg, #10b981, #059669);color:#fff;border:none;padding:14px 20px;border-radius:12px;font-weight:600;font-size:15px;cursor:pointer;transition:all 0.3s cubic-bezier(0.4, 0, 0.2, 1);margin-bottom:32px;display:flex;align-items:center;gap:10px;box-shadow:0 4px 12px rgba(16,185,129,0.3);text-decoration:none}.create-btn:hover{transform:translateY(-1px);box-shadow:0 8px 20px rgba(16,185,129,0.4);background:linear-gradient(135deg, #059669, #047857)}.create-btn i{font-size:16px;color:#fff}.nav-section{margin-bottom:32px}.nav-section-title{font-size:12px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:0.8px;margin-bottom:16px;padding-left:4px}.nav-list{list-style:none;padding-left:0;margin:0}.nav-item{margin-bottom:4px}.nav-link{color:#cbd5e1;text-decoration:none;font-size:15px;font-weight:500;padding:12px 16px;display:flex;align-items:center;gap:12px;border-radius:10px;transition:all 0.2s cubic-bezier(0.4, 0, 0.2, 1);position:relative}.nav-link::before{content:none !important}.nav-link i{color:#fff;font-size:16px;width:20px;text-align:center;flex-shrink:0}.nav-link:hover{background:rgba(255,255,255,0.1);color:#fff;transform:translateX(4px)}.nav-link.active{background:rgba(96,165,250,0.15);color:#60a5fa;border-left:3px solid #60a5fa;font-weight:600}.nav-link.active i{color:#60a5fa}.nav-link.active::after{content:"";position:absolute;right:12px;width:6px;height:6px;border-radius:50%;background:#60a5fa}.sidebar-footer{margin-top:auto;width:100%;padding-top:24px;border-top:1px solid rgba(255,255,255,0.1)}.user-info{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px;border-radius:10px;background:rgba(255,255,255,0.05);backdrop-filter:blur(10px);text-decoration:none;color:inherit;box-sizing:border-box}.user-details{flex:1;min-width:0;overflow:hidden}.user-details h4{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:14px;font-weight:600;color:#fff;margin:0 0 2px 0}.user-avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg, #3b82f6, #2563eb);display:flex;align-items:center;justify-content:center;font-weight:600;font-size:14px;color:#fff;overflow:hidden}.user-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%;display:block}.user-details h4{font-size:14px;font-weight:600;color:#fff;margin:0 0 2px 0}.user-details p{font-size:12px;color:#64748b;margin:0}.sidebar-footer{position:relative}.user-menu-toggle{margin-left:auto;width:32px;height:32px;border-radius:999px;background:transparent;border:1px solid rgba(255,255,255,0.15);display:inline-flex;align-items:center;justify-content:center;color:#cbd5e1;cursor:pointer;transition:background .2s, color .2s, border-color .2s, transform .2s;flex-shrink:0}.user-menu-toggle:hover{background:rgba(255,255,255,0.08);color:#fff;border-color:rgba(255,255,255,0.25)}.user-menu-toggle[aria-expanded="true"] i{transform:rotate(90deg)}.user-menu{position:absolute;top:725px;left:256px;min-width:320px;max-width:380px;background:#ffffff;border-radius:24px;padding:14px;border:1px solid rgba(2,6,23,0.06);box-shadow:0 24px 48px rgba(2,6,23,0.18),0 1px 0 rgba(2,6,23,0.06);z-index:9999;opacity:0;pointer-events:none;transform:translateY(-50%) scale(0.98);transition:opacity .14s ease, transform .14s ease;isolation:isolate}.user-menu::before{content:"";position:absolute;left:-8px;top:85%;transform:translateY(-50%);width:0;height:0;border-style:solid;border-width:8px 8px 8px 0;border-color:transparent #ffffff transparent transparent;filter:drop-shadow(-1px 0 0 rgba(2,6,23,0.06))}.user-menu.position-left::before{left:auto;right:-8px;border-width:8px 0 8px 8px;border-color:transparent transparent transparent #ffffff;filter:drop-shadow(1px 0 0 rgba(2,6,23,0.06))}.user-menu.is-open{opacity:1;transform:translateY(-50%) scale(1);pointer-events:auto}.user-menu-item{display:flex;align-items:center;gap:12px;padding:14px 12px;border-radius:14px;color:#0f172a;text-decoration:none;font-weight:700;font-size:18px;line-height:1.2;transition:background .12s ease, transform .06s ease}.user-menu-item i{width:28px;text-align:center;font-size:22px;color:#0f172a;opacity:.9;flex-shrink:0}.user-menu-item:hover{background:#f4f6fb;transform:translateY(-1px)}.user-menu-danger,.user-menu-danger i{color:#ef4444}.user-menu-danger:hover{background:#fef2f2}@media (max-width: 768px){.user-menu{min-width:280px;max-width:320px}.user-menu-item{font-size:16px;padding:12px 10px}.user-menu-item i{width:24px;font-size:20px}}.beta-tag{background-color:#f59e0b;color:white;font-size:0.65rem;padding:2px 6px;border-radius:8px;margin-left:8px;font-weight:600;text-transform:uppercase;letter-spacing:0.025em}.beta-tag-subtle{background-color:rgba(249,115,22,0.1);color:#f97316;border:1px solid rgba(249,115,22,0.2);font-size:0.65rem;padding:2px 6px;border-radius:8px;margin-left:8px;font-weight:500;text-transform:uppercase;letter-spacing:0.025em}.auth-wrapper{min-height:100vh;display:grid;place-items:center;padding:48px 16px;background:radial-gradient(1200px 600px at 10% -10%, rgba(79,70,229,0.06), transparent 60%),radial-gradient(900px 500px at 110% 10%, rgba(79,70,229,0.05), transparent 60%),#f5f6fa}.auth-back-link{position:absolute;top:100px;left:100px;font-weight:600;color:#1e293b;font-size:14px;text-decoration:none;transition:color 0.2s ease}@media (max-width: 480px){.auth-back-link{top:45px;left:45px}}.auth-back-link:hover{color:#4f46e5}.auth-card{width:100%;max-width:480px;min-height:660px;background:#fff;border-radius:16px;padding:28px 28px 26px;box-shadow:0 10px 30px rgba(0,0,0,0.06),0 1px 0 rgba(0,0,0,0.03);border:1px solid rgba(15,23,42,0.06)}.auth-tabs{display:inline-flex;background:#f1f5f9;border-radius:999px;padding:4px;gap:4px;margin:0 auto 14px}.auth-tab{text-decoration:none;color:#0f172a;font-weight:600;padding:8px 16px;border-radius:999px;transition:background .2s, color .2s, transform .2s}.auth-tab:hover{transform:translateY(-1px)}.auth-tab.active{background:#4f46e5;color:#fff}.auth-title{text-align:center;font-size:28px;line-height:1.1;margin:6px 0 18px;color:#0f172a;letter-spacing:-.02em}.sso-group{margin-bottom:14px}.btn-sso{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;height:44px;border-radius:10px;background:#f3f4f6;border:1px solid #e5e7eb;color:#0f172a;font-weight:600;text-decoration:none;transition:background .2s, box-shadow .2s, transform .2s}.btn-sso:hover{background:#eef2f7;box-shadow:0 6px 16px rgba(0,0,0,0.06);transform:translateY(-1px)}.sso-logo{display:inline-flex;width:20px;height:20px}.sso-logo img{width:100%;height:100%}.auth-divider{display:grid;place-items:center;grid-template-columns:1fr auto 1fr;gap:12px;color:#64748b;font-weight:600;font-size:12px;margin:14px 0 4px}.auth-divider::before,.auth-divider::after{content:"";height:1px;width:100%;background:linear-gradient(90deg, rgba(2,6,23,0.06), rgba(2,6,23,0.03), rgba(2,6,23,0))}.auth-form{margin-top:10px}.input-group{margin-bottom:14px}.input-group label{display:block;font-size:13px;font-weight:600;color:#0f172a;margin-bottom:8px}.input-with-icon{display:flex;align-items:center;gap:10px;background:#f8fafc;border:1px solid #e5e7eb;border-radius:10px;padding:10px 12px;transition:border-color .2s, box-shadow .2s, background .2s}.input-with-icon:focus-within{background:#fff;border-color:#4f46e5;box-shadow:0 0 0 3px rgba(79,70,229,0.15)}.input-with-icon i{color:#64748b;font-size:14px}.form-control{appearance:none;border:none;outline:none;background:transparent;width:100%;font-size:15px;color:#0f172a}.form-control::placeholder{color:#94a3b8}.form-row-between{margin-top:6px;margin-bottom:10px;display:flex;align-items:center;justify-content:space-between}.remember{display:inline-flex;align-items:center;gap:8px;cursor:pointer;color:#0f172a;font-weight:500;font-size:14px}.remember input[type="checkbox"]{width:16px;height:16px;accent-color:#4f46e5}.link-muted{color:#64748b;text-decoration:none;font-weight:600;font-size:14px}.link-muted:hover{color:#4f46e5}.actions{margin-top:14px}.auth-footer{margin-top:18px;font-size:14px;color:#475569;text-align:center}.link-primary{color:#4f46e5;text-decoration:none;font-weight:700;margin-left:6px}.link-primary:hover{color:#4338ca}@media (max-width: 420px){.auth-card{padding:22px 18px}.btn-sso{height:42px}.btn-primary{height:44px}}.page-title{font-size:28px;font-weight:bold;margin-bottom:24px}.post-form{max-width:700px;margin:0 auto}.form-group{margin-bottom:20px}.form-label{display:block;margin-bottom:8px;font-weight:600;font-size:16px}.form-textarea,.form-input{width:100%;padding:10px;font-size:15px;border:1px solid #ccc;border-radius:4px;box-sizing:border-box}.dropzone{border:2px dashed #ccc;padding:30px;border-radius:6px;text-align:center;color:#666;background:#fafafa}.dropzone:hover{border-color:#999;background:#f0f0f0}.form-actions{margin-top:30px;display:flex;gap:12px}.btn{padding:10px 18px;font-size:15px;border:none;border-radius:4px;cursor:pointer}.btn-secondary{background-color:#e0e0e0;color:#333}.account-selector{display:grid;grid-template-columns:repeat(auto-fit, minmax(160px, 1fr));gap:12px;margin-top:8px}.account-tile{position:relative;cursor:pointer}.account-checkbox{display:none}.account-card{display:flex;align-items:center;border:1px solid #ddd;border-radius:6px;padding:6px 8px;background:#f9f9f9;transition:all 0.2s ease;gap:8px;height:56px}.account-avatar{width:28px;height:28px;border-radius:50%;object-fit:cover;background-color:#f0f0f0;flex-shrink:0;border:1px solid #e0e0e0}.account-info{display:flex;flex-direction:column;line-height:1.2;min-width:0;flex:1}.account-username{font-size:13px;font-weight:500;color:#333}.provider{font-size:11px;color:#888}.account-username,.provider{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.account-checkbox:checked+.account-card{border-color:#4c8bff;background-color:#e8f0ff;box-shadow:0 0 0 2px #4c8bff33}.fa-arrow-up-from-bracket{font-size:20px;margin-bottom:10px}.platform-icons{display:flex;gap:8px;margin-bottom:16px;width:100%}.platform-icon{display:flex;flex-direction:column;align-items:center;flex:1;min-width:0;font-size:12px;cursor:pointer;position:relative;padding:10px 6px;border-radius:6px;transition:all 0.2s ease;background:#f5f5f5;text-align:center}.platform-icon.active{background:#e8f0ff;box-shadow:0 0 0 2px #4c8bff33;color:#4c8bff}.platform-icon i{font-size:18px;margin-bottom:4px;display:block}.platform-name{font-size:11px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;line-height:1.2}.active-indicator{width:6px;height:6px;background:#4caf50;border-radius:50%;position:absolute;top:6px;right:6px;display:none}.platform-icon.active .active-indicator{display:block}@media (max-width: 768px){.platform-icon{font-size:10px;padding:8px 4px}.platform-icon i{font-size:16px}.platform-name{font-size:10px}}.caption-toolbar{display:flex;justify-content:space-between;align-items:center;margin-top:4px}.char-counter{font-size:0.9rem;color:#666}.textarea-wrapper.styled{position:relative}.form-textarea.styled{width:100%;padding:1rem;padding-bottom:2.5rem;border-radius:0.5rem;border:1px solid #ccc;font-size:1rem;resize:vertical}.textarea-wrapper{position:relative}.floating-toolbar{position:absolute;bottom:0.5rem;right:0.75rem;display:flex;align-items:center;gap:0.5rem;pointer-events:auto;background:white;padding:0.2rem 0.4rem;border-radius:1rem;font-size:0.85rem;box-shadow:0 0 2px rgba(0,0,0,0.1);z-index:10}.emoji-button{display:flex;align-items:center;justify-content:center;background-color:#f3f4f6;border:1px solid #ccc;border-radius:50%;width:32px;height:32px;font-size:16px;cursor:pointer;transition:background-color 0.2s ease}.emoji-button:hover{background-color:#e5e7eb}.emoji-button i{font-size:16px}emoji-picker{position:absolute !important;bottom:3rem;right:0;z-index:1000;box-shadow:0 10px 25px rgba(0,0,0,0.2);border-radius:8px;max-width:350px;transform-origin:bottom right;animation:fadeInScale 0.2s ease-out}@keyframes fadeInScale{from{opacity:0;transform:scale(0.9)}to{opacity:1;transform:scale(1)}}@media (max-width: 768px){emoji-picker{right:-1rem;max-width:280px;bottom:2.5rem}}.platform-caption-box{position:relative}.form-textarea.styled{padding-bottom:3rem}.media-preview-list{margin-top:1rem;display:flex;flex-direction:column;gap:10px}.uploaded-preview{max-width:200px;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,0.1)}.account-tile.selected .account-card{outline:2px solid #2563eb;border-radius:10px}.account-selected-check{margin-left:8px;color:#16a34a}.textarea-wrapper.readonly{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:10px}.readonly-text p{margin:0 0 .5rem}.floating-toolbar.readonly{opacity:.6}.toggle-switch{position:relative;display:inline-block;width:50px;height:26px}.toggle-switch input{display:none}.slider{position:absolute;cursor:pointer;background-color:#ccc;border-radius:26px;top:0;left:0;right:0;bottom:0;transition:.3s}.slider:before{position:absolute;content:"";height:20px;width:20px;left:3px;bottom:3px;background-color:white;border-radius:50%;transition:.3s}.toggle-switch input:checked+.slider{background:linear-gradient(135deg, #10b981, #059669)}.toggle-switch input:checked+.slider:before{transform:translateX(24px)}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.4);display:flex;align-items:center;justify-content:center;z-index:1000}.modal-container{background:#fff;width:70%;margin-left:250px;max-width:90%;max-height:90vh;overflow-y:auto;border-radius:8px;box-shadow:0 10px 25px rgba(0,0,0,0.15);padding:14px;position:relative}.modal-header{display:flex;justify-content:space-between;align-items:center}.modal-header h2{margin:0;font-size:20px}.modal-body{margin-top:20px}.form-footer{display:flex;justify-content:space-between;align-items:center;padding-top:20px;border-top:1px solid #eee;margin-top:30px}.footer-info{display:flex;align-items:center;color:#666;font-size:14px;gap:6px}.footer-actions{display:flex;gap:12px}.form-btn{padding:10px 16px;font-size:14px;font-weight:600;border:none;border-radius:10px;cursor:pointer;transition:all 0.2s ease-in-out}.form-btn:focus{outline:none;box-shadow:none}.form-btn.cancel{background:none;color:#333}.form-btn.draft{background:#ffe9c5;color:#a85e00}.form-btn.schedule{background:#000;color:#fff}.form-btn.post-now{background:#78a9ff;color:#fff}:root{--pw-bg: #ffffff;--pw-overlay: rgba(10, 12, 22, .45);--pw-text: #0f1222;--pw-muted: #6b7280;--pw-border: #e6e8ef;--pw-shadow: 0 14px 34px rgba(8, 15, 35, .18);--ig-grad: linear-gradient(135deg,#f58529,#dd2a7b,#8134af,#515bd4);--fb: #1877f2;--radius-lg: 16px;--radius-sm: 12px;--focus-ring: 0 0 0 4px rgba(79,70,229,.25)}.pw-modal{position:fixed;inset:0;display:grid;place-items:center;background:var(--pw-overlay);z-index:999;padding:24px;transition:opacity .18s ease}.pw-modal.is-hidden{display:none}.pw-modal__content{background:var(--pw-bg);width:96vw;max-width:860px;border-radius:var(--radius-lg);box-shadow:var(--pw-shadow);position:relative;padding:26px 26px 18px}.pw-modal__close{position:absolute;top:10px;right:12px;background:transparent;border:0;cursor:pointer;font-size:28px;color:#a0a6b2;line-height:1}.pw-modal__close:hover{color:#2b2f42}.pw-modal__header{text-align:center;margin-bottom:18px}.pw-modal__badge{display:grid;place-items:center;width:68px;height:68px;margin:0 auto 10px;border-radius:999px;background:var(--ig-grad);color:#fff;font-size:30px;box-shadow:0 10px 24px rgba(129,52,175,0.32)}.pw-modal__header h3{font-size:22px;font-weight:800;color:var(--pw-text);letter-spacing:-0.01em;margin:4px 0 6px}.pw-modal__subtitle{color:var(--pw-muted);font-size:15px}.pw-options{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:16px;margin:16px 0 10px;align-items:stretch}@media (max-width: 720px){.pw-options{grid-template-columns:1fr}}.pw-option{border:1px solid var(--pw-border);border-radius:var(--radius-sm);padding:18px;background:#fff;position:relative;overflow:hidden;transition:transform .12s ease, box-shadow .2s ease, border-color .2s ease;display:flex;flex-direction:column}.pw-option::before{content:"";position:absolute;inset:0 0 auto 0;height:4px;background:#eceef6}.pw-option:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(17,24,39,0.08);border-color:#d8dbe6}.pw-option--instagram::before{background:var(--ig-grad)}.pw-option--facebook::before{background:linear-gradient(135deg, #7ab6ff, var(--fb))}.pw-option__title{font-size:16px;font-weight:800;color:var(--pw-text);margin:4px 0 8px;display:flex;align-items:center;gap:8px}.pw-option__title i{font-size:18px}.pw-option__desc{color:var(--pw-muted);font-size:14.5px;margin:0 0 12px}.pw-list{margin:0 0 14px;padding:0;list-style:none;color:#303447}.pw-list li{position:relative;padding-left:24px;font-size:14.5px;line-height:1.45;margin:6px 0}.pw-list li::before{content:"\f00c";font-family:"Font Awesome 6 Free";font-weight:900;position:absolute;left:0;top:0.1rem;font-size:12px;color:#2ecc71}.btn{display:inline-flex;align-items:center;justify-content:center;height:44px;padding:0 18px;border-radius:12px;font-weight:800;font-size:14.5px;letter-spacing:0.01em;text-decoration:none;border:0;cursor:pointer;transition:transform .06s ease, box-shadow .2s ease, background .2s ease, color .2s ease}.btn-instagram{background:#4f46e5;color:#fff;text-align:center;box-shadow:0 6px 16px rgba(79,70,229,0.25)}.btn-instagram:hover{transform:translateY(-1px)}.btn-instagram:focus-visible{outline:none;box-shadow:var(--focus-ring),0 6px 16px rgba(79,70,229,0.25)}.btn--block{width:100%;margin-top:auto}.pw-option form.button_to{display:block;width:100%;margin-top:auto}.pw-option form.button_to .btn{width:100%}.pw-modal__footer{margin-top:6px;text-align:center}.btn-minimal{appearance:none;background:transparent;border:0;color:var(--pw-muted);font-weight:700;cursor:pointer;padding:10px 14px}.btn-minimal:hover{color:var(--pw-text)}.brand__logo{height:30px;width:auto;display:block}.fc{font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif}.fc .fc-toolbar-title{font-size:1.75rem;font-weight:700;color:#111827}.fc .fc-button-primary{background:#f3f4f6;border-color:#d1d5db;color:#374151;font-weight:500;border-radius:8px;padding:8px 16px}.fc .fc-button-primary:not(:disabled):active,.fc .fc-button-primary.fc-button-active:not(:disabled){background:#2563eb;border-color:#2563eb;color:white}.fc .fc-button-primary:hover{background:#e5e7eb;border-color:#d1d5db;color:#374151}.fc .fc-daygrid-day-frame{padding:4px;background-color:transparent;border:1px solid #e5e7eb;transition:background 0.2s ease;height:100%;display:flex;flex-direction:column;min-height:120px}.fc .fc-daygrid-day-top{margin-bottom:8px}.fc .fc-daygrid-day-number{font-weight:600;color:#374151;font-size:14px}.fc .fc-day-today .fc-daygrid-day-frame{background-color:#eff6ff;border-color:#3b82f6}.fc .fc-day-today .fc-daygrid-day-number{color:#2563eb;font-weight:700}.fc .fc-daygrid-day-events{flex-grow:1;max-height:200px;overflow-y:auto;padding-right:4px;margin-top:4px;scrollbar-width:thin;scrollbar-color:#d1d5db transparent}.fc .fc-daygrid-day-events::-webkit-scrollbar{width:4px}.fc .fc-daygrid-day-events::-webkit-scrollbar-track{background:transparent}.fc .fc-daygrid-day-events::-webkit-scrollbar-thumb{background-color:#d1d5db;border-radius:4px}.fc .fc-daygrid-day-events::-webkit-scrollbar-thumb:hover{background-color:#9ca3af}.fc .fc-daygrid-event{background:transparent;border:0;padding:0;margin-bottom:4px}.fc .fc-daygrid-event .fc-event-main{padding:0;width:100%}.pw-event-card{background:#fff;border-radius:12px;border:1px solid #d1d5db;box-shadow:0 1px 2px rgba(0,0,0,0.05);display:flex;flex-direction:column;width:100%;overflow:hidden}.pw-card__band{display:flex;justify-content:space-between;align-items:center;background-color:#f1f5f9;padding:4px 8px;font-size:11px;font-weight:500;border-bottom:1px solid #e2e8f0;border-top-left-radius:12px;border-top-right-radius:12px}.pw-card__band.status-published{background-color:linear-gradient(135deg, #10b981, #059669)}.pw-card__band.status-scheduled{background-color:#60a5fa}.pw-card__band.status-draft{background-color:#fef3c7}.pw-band__left{display:flex;align-items:center}.pw-status-dot{width:10px;height:10px;border-radius:50%;background-color:#6b7280}.pw-band__status{color:#111827;font-size:11px;font-weight:600}.pw-band__time{color:#373c43;font-size:11px}.pw-card__body{display:flex;align-items:center;gap:12px;padding:10px 12px 6px}.pw-thumb-container{width:36px;height:36px;border-radius:8px;overflow:hidden;background:#f3f4f6;display:flex;justify-content:center;align-items:center;position:relative;flex-shrink:0}.pw-thumb-wrapper{width:100%;height:100%;position:relative;display:flex;align-items:center;justify-content:center}.pw-thumb{width:100%;height:100%;object-fit:cover;border-radius:8px}.pw-thumb-placeholder{width:100%;height:100%;display:flex;justify-content:center;align-items:center;background:#f3f4f6;border-radius:8px}.pw-thumb-placeholder i{font-size:16px;color:#9ca3af}.pw-video-fallback i{font-size:16px;color:#9ca3af}.pw-video-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:16px;height:16px;background:rgba(0,0,0,0.7);border-radius:50%;display:flex;align-items:center;justify-content:center;pointer-events:none}.pw-video-overlay i{font-size:8px;color:white;margin-left:1px}.pw-content{min-width:0;flex:1}.pw-title{font-size:12px;font-weight:600;line-height:1.3;color:#111827;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;hyphens:auto}.pw-card__footer{padding:0 12px 10px}.pw-platforms{display:flex;gap:6px;flex-wrap:wrap}.pw-platform-icon{width:18px;height:18px;border-radius:4px;background:#fff;border:1px solid #e5e7eb;display:flex;justify-content:center;align-items:center;font-size:10px;color:#6b7280;box-shadow:0 1px 2px rgba(0,0,0,0.05)}.pw-platform-more{font-size:11px;color:#6b7280}.pw-status-icon{font-size:12px;color:#9ca3af;margin-right:6px}.calendar-toolbar{display:flex;gap:8px;margin-bottom:20px;padding:4px;background:transparent;border-radius:12px;border:1px solid #e2e8f0;justify-content:space-between;align-items:center}.calendar-toolbar .toolbar-tabs{display:flex;gap:8px;flex-wrap:wrap}.calendar-toolbar .toolbar-actions{display:flex;gap:12px;align-items:center}.calendar-toolbar .filter{background:transparent;padding:10px 16px;border-radius:8px;font-weight:600;font-size:14px;color:#64748b;border:none;cursor:pointer;transition:all 0.2s ease;display:flex;align-items:center;gap:6px}.calendar-toolbar .filter:hover{background:#e2e8f0;color:#475569}.calendar-toolbar .filter.active{background:#2563eb;color:#ffffff;box-shadow:0 2px 4px rgba(37,99,235,0.2)}.calendar-toolbar .count{margin-left:6px;padding:2px 6px;border-radius:999px;background:rgba(255,255,255,0.25);font-size:12px;font-weight:700}.calendar-toolbar .filter.active .count{background:rgba(255,255,255,0.35)}.calendar-toolbar .bulk{color:#475569;font-size:14px}.calendar-toolbar .danger{background:#fee2e2;color:#b91c1c;border-radius:8px;padding:8px 12px;border:1px solid #fecaca}.calendar-toolbar .danger:hover{background:#fecaca}.calendar-toolbar .ghost{background:transparent;border:1px solid #e2e8f0;color:#475569;padding:8px 12px;border-radius:8px}.calendar-toolbar .ghost:hover{background:#e2e8f0}@media (max-width: 768px){.fc .fc-daygrid-day-frame{padding:8px;min-height:100px}.pw-card__body{padding:10px;gap:8px}.pw-thumb-container{width:32px;height:32px}.pw-title{font-size:13px}.calendar-toolbar{flex-direction:column;align-items:flex-start}.calendar-toolbar .filter{padding:8px 12px;font-size:13px}}.post-media{position:relative;overflow:hidden;border-radius:12px}.carousel-viewport{overflow:hidden;width:100%}.carousel-track{display:flex;will-change:transform}.carousel-slide{min-width:100%;display:grid;place-items:center;background:#1111}.post-image,.post-video{max-width:100%;max-height:420px;border-radius:8px;display:block}.carousel-nav{position:absolute;top:50%;transform:translateY(-50%);background:rgba(0,0,0,0.55);color:#fff;border:0;width:36px;height:36px;border-radius:999px;display:grid;place-items:center;cursor:pointer}.carousel-nav.prev{left:8px}.carousel-nav.next{right:8px}.carousel-nav:hover{background:rgba(0,0,0,0.7)}.carousel-dots{position:absolute;left:0;right:0;bottom:8px;display:flex;gap:6px;justify-content:center;align-items:center}.carousel-dots .dot{width:8px;height:8px;border-radius:999px;border:0;background:rgba(255,255,255,0.6);cursor:pointer}.carousel-dots .dot.is-active{background:#fff}.dz-image img,.dz-image .dz-video{width:200px;height:200px;object-fit:cover;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,0.1)}.dz-preview{display:inline-block;margin:8px;vertical-align:top}.dz-success-mark,.dz-error-mark{display:none}.pw-feedback{position:fixed;right:20px;bottom:20px;z-index:9999}.pw-feedback__fab{display:inline-flex;align-items:center;gap:0.5rem;padding:0.75rem 1rem;border:1px solid rgba(99,102,241,0.25);border-radius:9999px;background:#fff;color:#1a1a2e;box-shadow:0 10px 20px rgba(17,24,39,0.08);font-weight:700;cursor:pointer;transition:transform 0.15s ease, box-shadow 0.15s ease}.pw-feedback__fab i{color:#6366f1}.pw-feedback__fab:hover{transform:translateY(-1px);box-shadow:0 14px 28px rgba(17,24,39,0.1)}.pw-feedback__panel{position:absolute;right:0;bottom:64px;width:92vw;max-width:420px;background:#fff;border-radius:16px;border:1px solid rgba(99,102,241,0.18);box-shadow:0 24px 48px rgba(17,24,39,0.16);padding:16px;animation:pw-pop 0.16s ease}@keyframes pw-pop{from{transform:translateY(6px);opacity:0}to{transform:translateY(0);opacity:1}}.pw-feedback__header{display:flex;align-items:center;justify-content:space-between;padding:8px 8px 4px}.pw-feedback__header h3{font-size:1.25rem;font-weight:800;margin:0}.pw-feedback__subtitle{color:#6b7280;margin:4px 8px 16px}.pw-feedback__close{background:transparent;border:0;padding:6px;border-radius:10px;cursor:pointer}.pw-feedback__close:hover{background:#f3f4f6}.pw-feedback__step{padding:8px}.pw-feedback__actions{display:flex;gap:0.5rem;justify-content:flex-end;margin-top:12px}.pw-feedback__choices{display:flex;gap:12px}.pw-choice{flex:1 1 0;border-radius:18px;padding:18px 10px;border:2px solid #ede9fe;background:#fafaff;text-align:center;cursor:pointer;transition:transform 0.12s ease, border-color 0.12s ease}.pw-choice:hover{transform:translateY(-1px)}.pw-choice.is-active{border-color:#8b5cf6;background:#ede9fe}.pw-choice__icon{font-size:1.75rem;margin-bottom:6px}.pw-choice__label{font-weight:800}.pw-field{display:block;margin-bottom:12px}.pw-field__label{font-weight:700;display:block;margin-bottom:4px}.pw-field__hint{color:#6b7280;font-weight:500}.pw-field textarea,.pw-field input[type="email"],.pw-field input[type="file"]{width:100%;border-radius:12px;border:1px solid #e5e7eb;padding:10px 12px;font:inherit;background:#fff}.pw-field textarea{resize:vertical}.pw-field__meta{display:flex;justify-content:flex-end;margin-top:6px}.pw-counter{color:#6b7280;font-size:0.875rem}.pw-error{color:#ef4444;margin:6px 2px 0}.pw-done{text-align:center;padding:12px 4px 8px}.pw-done__icon{font-size:2rem;margin-bottom:6px}.btn--primary{background:linear-gradient(135deg, #a78bfa, #8b5cf6);color:#fff}.btn--outline{background:#fff;border-color:#e5e7eb}@media (max-width: 520px){.pw-feedback{right:12px;bottom:12px}.pw-feedback__panel{bottom:56px}}.btn{display:inline-flex;align-items:center;justify-content:center;font-weight:600;letter-spacing:0.2px;border-radius:10px;border:none;cursor:pointer;transition:transform .2s, background .2s, box-shadow .2s;text-decoration:none;user-select:none}.btn-create-post{background:#4f46e5;color:#fff;text-align:center;box-shadow:0 6px 16px rgba(79,70,229,0.25)}.btn-sm{font-size:0.85rem;padding:0.4rem 0.9rem;height:36px;min-width:72px}.btn-md{font-size:0.95rem;padding:0.55rem 1.2rem;height:42px;min-width:90px}.btn-lg{font-size:1rem;padding:0.7rem 1.5rem;height:48px;min-width:110px}.btn-primary{background:#4f46e5;color:#fff;text-align:center;box-shadow:0 6px 16px rgba(79,70,229,0.25)}.btn-primary:hover{background:#4338ca;transform:translateY(-1px);box-shadow:0 10px 20px rgba(79,70,229,0.35)}.btn-primary:active{transform:translateY(0);box-shadow:0 4px 12px rgba(79,70,229,0.2)}.btn-danger{background:#fee2e2;color:#b91c1c;border:1px solid #fecaca;box-shadow:0 6px 16px rgba(185,28,28,0.1)}.btn-danger:hover{background:#fecaca;transform:translateY(-1px);box-shadow:0 10px 20px rgba(185,28,28,0.15)}.btn-danger:active{transform:translateY(0);box-shadow:0 4px 12px rgba(185,28,28,0.1)}.empty-state{display:flex;flex-direction:column;gap:1.5rem;padding:3rem 2rem;max-width:400px;margin:0 auto}.empty-state.is-centered{text-align:center;align-items:center}.empty-state__icon{margin-bottom:0.5rem}.icon-badge{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;background:#fef3c7;border-radius:50%;color:#f59e0b;font-size:1.5rem}.empty-state__title{font-size:1.25rem;font-weight:600;color:#1f2937;margin:0 0 0.5rem 0;line-height:1.3}.empty-state__text{font-size:0.95rem;color:#6b7280;line-height:1.5;margin:0 0 1rem 0;max-width:320px}.empty-state__actions{display:flex;flex-direction:column;gap:0.75rem;width:100%;max-width:280px}.btn-empty{display:inline-flex;align-items:center;justify-content:center;font-weight:600;letter-spacing:0.2px;border-radius:10px;border:none;cursor:pointer;transition:transform .2s, background .2s, box-shadow .2s;text-decoration:none;user-select:none;font-size:0.95rem;padding:0.65rem 1.5rem;height:44px;min-width:140px}.btn-empty--primary{background:#4f46e5;color:#fff;box-shadow:0 6px 16px rgba(79,70,229,0.25)}.btn-empty--primary:hover{background:#4338ca;transform:translateY(-1px);box-shadow:0 10px 20px rgba(79,70,229,0.35)}.btn-empty--primary:active{transform:translateY(0);box-shadow:0 4px 12px rgba(79,70,229,0.2)}.btn-empty--secondary{background:#f9fafb;color:#6b7280;border:1px solid #e5e7eb;box-shadow:0 4px 12px rgba(0,0,0,0.05)}.btn-empty--secondary:hover{background:#f3f4f6;color:#374151;transform:translateY(-1px);box-shadow:0 8px 16px rgba(0,0,0,0.08)}.btn-empty--secondary:active{transform:translateY(0);box-shadow:0 2px 8px rgba(0,0,0,0.04)}@media (min-width: 640px){.empty-state__actions{flex-direction:row;justify-content:center}.btn-empty{flex:0 0 auto}}dialog{position:fixed;top:50%;left:50%;transform:translate(-50%, -50%);border:none;max-width:400px;min-width:250px;box-shadow:0 0 10px rgba(0,0,0,0.2),0 5px 10px rgba(0,0,0,0.19);border-radius:10px;padding:24px;background-color:#fff;z-index:9999;text-align:center}dialog::backdrop{background:rgba(0,0,0,0.5)}dialog p[data-confirm-dialog-target="message"]{font-size:1rem;margin-bottom:1.5rem}.dialog-buttons{display:flex;justify-content:center;gap:1rem}.confirmation-delete-btn,.btn-app{padding:0.6rem 1.2rem;font-weight:600;border-radius:6px;cursor:pointer;border:2px solid transparent;font-size:0.9rem}.confirmation-delete-btn{background-color:white;border-color:var(--brand-color, #4f46e5);color:var(--brand-color, #4f46e5)}.confirmation-delete-btn:hover{background-color:#f3f4f6}.btn-app{background-color:#f3f4f6;color:#333}.btn-app:hover{background-color:#e5e7eb}.edit-profile-modal{max-width:600px;width:100%}.edit-profile-modal .modal-header{padding:24px 32px 20px;background:#fafafa;border-bottom:1px solid #e5e7eb}.edit-profile-modal .modal-title{font-size:20px;font-weight:600;color:#111827;margin:0;line-height:1.4}.edit-profile-modal .modal-body{padding:20px}.edit-profile-modal .form-group{margin-bottom:24px}.edit-profile-modal .form-group:last-child{margin-bottom:0}.edit-profile-modal .form-label{display:block;font-size:14px;font-weight:500;color:#374151;margin-bottom:6px;line-height:1.4}.edit-profile-modal .input{width:100%;padding:10px 14px;border-radius:6px;font-size:13px;line-height:0.5;color:#111827;background-color:white;transition:all 0.2s ease-in-out;box-sizing:border-box}.edit-profile-modal .input::placeholder{color:#9ca3af}.edit-profile-modal .form-hint{display:block;font-size:12px;color:#6b7280;margin-top:4px;line-height:1.4}.edit-profile-modal .flex{display:flex}.edit-profile-modal .gap-4{gap:16px}.edit-profile-modal .w-1\/2{flex:1;min-width:0}.edit-profile-modal .form-actions{padding-top:24px;border-top:1px solid #f3f4f6}.edit-profile-modal .mt-4{margin-top:16px}.edit-profile-modal .justify-end{justify-content:flex-end}.edit-profile-modal .btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;font-size:14px;font-weight:500;border-radius:8px;border:none;cursor:pointer;text-decoration:none;transition:all 0.2s ease-in-out;min-width:100px;line-height:1.4}.edit-profile-modal .btn--primary{background-color:#3b82f6;color:white;box-shadow:0 1px 2px 0 rgba(0,0,0,0.05)}.edit-profile-modal .btn--primary:hover{background-color:#2563eb;transform:translateY(-1px);box-shadow:0 4px 12px rgba(59,130,246,0.4)}.edit-profile-modal .btn--primary:active{transform:translateY(0);box-shadow:0 1px 2px 0 rgba(0,0,0,0.05)}.edit-profile-modal .btn--secondary{background-color:transparent;color:#6b7280;border:1.5px solid #d1d5db}.edit-profile-modal .btn--secondary:hover{background-color:#f9fafb;color:#374151;border-color:#9ca3af;transform:translateY(-1px)}.edit-profile-modal .btn--secondary:active{transform:translateY(0);background-color:#f3f4f6}.edit-profile-modal .error_notification{background-color:#fef2f2;border:1px solid #fecaca;color:#991b1b;padding:12px 16px;border-radius:8px;margin-bottom:20px;font-size:14px;line-height:1.5}.edit-profile-modal .text-sm{font-size:12px}.edit-profile-modal .text-muted{color:#6b7280}.edit-profile-modal .mt-1{margin-top:4px}.edit-profile-modal .field_with_errors .input{border-color:#dc2626;box-shadow:0 0 0 3px rgba(220,38,38,0.1)}.edit-profile-modal .field_with_errors .form-label{color:#dc2626}.edit-profile-modal .form-group p{margin:4px 0 0 0;padding:8px 12px;background-color:#fef3c7;border:1px solid #fcd34d;border-radius:6px;color:#92400e;font-size:12px;line-height:1.4}.edit-profile-modal .btn--primary:disabled{background-color:#9ca3af;cursor:not-allowed;transform:none;box-shadow:none}.edit-profile-modal .btn--primary:disabled:hover{background-color:#9ca3af;transform:none;box-shadow:none}.edit-profile-modal .input:focus-visible,.edit-profile-modal .btn:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.edit-profile-modal .simple_form .form-group{margin-bottom:24px}.edit-profile-modal .simple_form .form-label{display:block;font-size:14px;font-weight:500;color:#374151;margin-bottom:6px}.edit-profile-modal .simple_form .input{width:100%}@media (max-width: 640px){.edit-profile-modal{max-width:95vw;margin:0 auto}.edit-profile-modal .modal-header{padding:20px 24px 16px}.edit-profile-modal .modal-body{padding:24px}.edit-profile-modal .modal-title{font-size:18px}.edit-profile-modal .flex.gap-4{flex-direction:column;gap:0}.edit-profile-modal .w-1\/2{width:100%}.edit-profile-modal .form-actions.flex{flex-direction:column-reverse;gap:12px}.edit-profile-modal .btn{width:100%}}.edit-profile-modal::-webkit-scrollbar{width:6px}.edit-profile-modal::-webkit-scrollbar-track{background:#f1f5f9;border-radius:3px}.edit-profile-modal::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.edit-profile-modal::-webkit-scrollbar-thumb:hover{background:#94a3b8}.disconnect-modal{position:fixed;inset:0;display:grid;place-items:center;background:var(--pw-overlay);z-index:999;padding:24px;transition:opacity 0.18s ease}.disconnect-modal.is-hidden{display:none}.disconnect-modal__content{background:var(--pw-bg);width:96vw;max-width:440px;border-radius:var(--radius-lg);box-shadow:var(--pw-shadow);position:relative;padding:32px 32px 24px}.disconnect-modal__close{position:absolute;top:16px;right:16px;background:transparent;border:0;cursor:pointer;font-size:24px;color:#9ca3af;line-height:1;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all 0.2s ease}.disconnect-modal__close:hover{color:var(--pw-text);background:#f3f4f6}.disconnect-modal__account{display:flex;align-items:center;gap:16px;background:#f8f9fa;padding:20px;border-radius:var(--radius-sm);margin-bottom:24px}.disconnect-modal__avatar{width:48px;height:48px;border-radius:12px;object-fit:cover;flex-shrink:0}.disconnect-modal__avatar-placeholder{width:48px;height:48px;border-radius:12px;background:#e9ecef;display:flex;align-items:center;justify-content:center;flex-shrink:0}.disconnect-modal__provider-icon{font-size:20px;opacity:0.7}.disconnect-modal__info{flex:1;min-width:0}.disconnect-modal__username-wrapper{display:flex;align-items:center;gap:8px;margin-bottom:4px}.disconnect-modal__username{font-size:18px;font-weight:600;color:var(--pw-text);line-height:1.2}.disconnect-modal__account-type{font-size:14px;color:var(--pw-muted)}.disconnect-modal__header{text-align:left;margin-bottom:24px}.disconnect-modal__header h3{font-size:24px;font-weight:600;color:var(--pw-text);letter-spacing:-0.01em;margin:0;line-height:1.2}.disconnect-modal__body{margin-bottom:32px}.disconnect-modal__text{font-size:16px;color:#64748b;margin-bottom:16px;line-height:1.5}.disconnect-modal__text strong{color:var(--pw-text);font-weight:600}.disconnect-modal__warning{font-size:14px;color:#f59e0b;background:#fff3cd;padding:12px 16px;border-radius:var(--radius-sm);border-left:4px solid #f59e0b;line-height:1.5;margin:0}.disconnect-modal__footer{display:flex;justify-content:flex-end;gap:12px;align-items:center}.disconnect-modal__footer .btn{height:44px;padding:0 24px;border-radius:var(--radius-sm);font-weight:500;font-size:14px;min-width:100px;transition:all 0.2s ease}.disconnect-modal__footer .btn-minimal{background:#f8f9fa;color:#6b7280;border:1px solid #e5e7eb}.disconnect-modal__footer .btn-minimal:hover{background:#f3f4f6;color:var(--pw-text);border-color:#d1d5db}.btn-danger{background:#ef4444;color:white;border:none}.btn-danger:hover{background:#dc2626;transform:translateY(-1px)}.btn-danger:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(239,68,68,0.3)}.disconnect-modal__provider-icon.fa-instagram{background:var(--ig-grad);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.disconnect-modal__provider-icon.fa-facebook{color:var(--fb)}.disconnect-modal__provider-icon.fa-x-twitter{color:#000000}.disconnect-modal__provider-icon.fa-youtube{color:#ff0000}.disconnect-modal__provider-icon.fa-tiktok{color:#000000}.disconnect-modal__provider-icon.fa-linkedin{color:#0077b5}.disconnect-modal__provider-icon.fa-threads{color:#000000}.disconnect-modal__provider-icon.fa-pinterest{color:#bd081c}.disconnect-modal__provider-icon.fa-bluesky{color:#0085ff}@media (max-width: 480px){.disconnect-modal__content{padding:24px 20px;margin:16px}.disconnect-modal__footer{flex-direction:column;gap:8px}.disconnect-modal__footer .btn{width:100%}.disconnect-modal__account{padding:16px}.disconnect-modal__header h3{font-size:20px}}.composer{margin:0 auto;padding:2rem}.composer-section{margin-bottom:2rem;padding:1.5rem;background:#fff;border-radius:10px;box-shadow:0 2px 5px rgba(0,0,0,0.05)}.composer-actions{display:flex;justify-content:flex-end;gap:1rem}.captions-preview-wrapper{display:flex;gap:10px;align-items:flex-start;justify-content:space-between}.captions-and-settings{flex:1}.captions-editor{flex:1}.post-preview{display:flex;flex-direction:column;align-items:center}.phone-frame{width:300px;height:600px;border:12px solid #000;border-radius:36px;background:#000;overflow:hidden;position:relative;box-shadow:0 4px 20px rgba(0,0,0,0.4)}.phone-screen{width:100%;height:100%;position:relative;overflow:hidden;cursor:pointer}.media-container{width:100%;height:100%;background:#000}.preview-media{width:100%;height:100%;object-fit:cover}.phone-media-preview{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;border-radius:inherit;overflow:hidden}.phone-media-preview video{object-fit:cover;cursor:pointer;transition:opacity 0.2s ease}.phone-media-preview video:hover{opacity:0.9}.phone-media-preview video::-webkit-media-controls{display:none !important}.phone-media-preview video::-webkit-media-controls-panel{display:none !important}.phone-media-preview video::-webkit-media-controls-play-button{display:none !important}.phone-media-preview video::-webkit-media-controls-start-playback-button{display:none !important}.preview-placeholder{width:100%;height:100%;color:#999;display:flex;flex-direction:column;justify-content:center;align-items:center}.preview-caption{position:absolute;bottom:16px;left:12px;right:12px;color:#fff;font-size:14px;line-height:1.4;text-shadow:0 1px 2px rgba(0,0,0,0.7);z-index:2;pointer-events:none}.media-actions{margin-top:12px;text-align:center}.remove-media-btn{background:#fff;border:1px solid #dc3545;color:#dc3545;padding:8px 16px;border-radius:6px;font-size:14px;cursor:pointer;transition:all 0.2s ease}.remove-media-btn:hover{background:#dc3545;color:white}.remove-media-btn i{margin-right:6px}.phone-screen::after{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:60px;height:60px;background:rgba(255,255,255,0.1);border-radius:50%;opacity:0;transition:opacity 0.3s ease;pointer-events:none;z-index:3}.phone-screen:hover::after{opacity:1}.cover-selector-modal{max-width:900px !important;width:90vw}.cover-selector-modal .modal-body{padding:0 !important}.cover-selector-body{display:flex !important;flex-direction:column !important;align-items:center !important;gap:24px !important;padding:32px 24px !important;min-height:500px;grid-template-columns:none !important;grid-template-rows:none !important}.cover-preview-container{position:relative;width:280px;height:500px;background:#1a1a1a;border-radius:36px;padding:12px;box-shadow:0 0 0 8px #0a0a0a,0 20px 40px rgba(0,0,0,0.5);flex-shrink:0}.cover-preview-container::before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:120px;height:28px;background:#0a0a0a;border-radius:0 0 16px 16px;z-index:10}.cover-preview-large{width:100%;height:100%;object-fit:cover;display:block;border-radius:26px}.preview-timestamp{position:absolute;bottom:12px;right:12px;background:rgba(0,0,0,0.8);color:white;padding:4px 10px;border-radius:4px;font-size:14px;font-weight:600;font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;letter-spacing:1px}.frame-strip-wrapper{position:relative;width:100%;max-width:750px;overflow-x:auto !important;overflow-y:hidden !important;padding:12px;background:#1a1a1a;border-radius:8px;flex-shrink:0;display:block !important}.frame-strip-wrapper::-webkit-scrollbar{height:8px}.frame-strip-wrapper::-webkit-scrollbar-track{background:#2a2a2a;border-radius:4px}.frame-strip-wrapper::-webkit-scrollbar-thumb{background:#555;border-radius:4px}.frame-strip-wrapper::-webkit-scrollbar-thumb:hover{background:#777}.frame-strip{display:inline-flex !important;flex-direction:row !important;flex-wrap:nowrap !important;gap:10px;padding:4px;white-space:nowrap;grid-template-columns:none !important}.frame-thumb-container{position:relative;flex:0 0 auto !important;display:inline-block !important;min-width:70px;width:70px}.frame-thumb{width:70px !important;height:124px !important;object-fit:cover;border-radius:6px;cursor:pointer;transition:transform 0.2s ease, opacity 0.2s ease;border:2px solid transparent;display:block !important;flex:none !important}.frame-thumb:hover{transform:translateY(-4px);opacity:0.85}.frame-thumb.selected{opacity:1}.frame-timestamp{position:absolute;bottom:6px;left:50%;transform:translateX(-50%);background:rgba(0,0,0,0.85);color:white;font-size:10px;padding:3px 6px;border-radius:3px;font-family:monospace;pointer-events:none;white-space:nowrap}.frame-cursor{position:absolute;top:16px;left:16px;width:70px;height:124px;border:3px solid #6366f1;border-radius:6px;pointer-events:none;transition:transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);box-shadow:0 0 0 1px rgba(99,102,241,0.3),0 0 24px rgba(99,102,241,0.6),0 0 36px rgba(99,102,241,0.4);z-index:10;will-change:transform}.empty-state{padding:60px 20px;text-align:center}.empty-text{color:#666;font-size:14px}.modal-footer{display:flex !important;gap:12px;justify-content:flex-end;padding:16px 24px;border-top:1px solid #e5e5e5}.modal-footer button{padding:10px 24px;border-radius:8px;font-weight:600;font-size:14px;cursor:pointer;transition:all 0.2s ease;border:none}.modal-footer button.btn-primary{background:#fe2c55;color:white}.modal-footer button.btn-primary:hover{background:#e02847;transform:translateY(-1px);box-shadow:0 4px 12px rgba(254,44,85,0.3)}.modal-footer button.btn-secondary{background:#f1f1f1;color:#333}.modal-footer button.btn-secondary:hover{background:#e5e5e5}@media (max-width: 768px){.cover-selector-modal{width:95vw}.cover-preview-container{width:220px;height:400px;border-radius:32px;padding:10px}.cover-preview-container::before{width:100px;height:24px}.cover-preview-large{border-radius:22px}.frame-strip-wrapper{max-width:100%}.frame-thumb-container{min-width:60px;width:60px}.frame-thumb{width:60px !important;height:106px !important}.frame-cursor{width:60px;height:106px}}.cover-img{width:320px;height:180px;object-fit:cover}.hidden{display:none}.tiktok-fields{max-width:600px}.creator-info{display:flex;align-items:center;gap:8px;padding:12px 16px;background:#f8f8f8;border-radius:8px;font-weight:500}.creator-info i{font-size:18px}.char-counter{text-align:right;font-size:14px;color:#8a8a8a;margin-top:4px}.checkbox-grid{display:flex;gap:16px;flex-wrap:wrap}.checkbox-item{display:flex;align-items:center;gap:8px;cursor:pointer;user-select:none}.checkbox-item .form-checkbox{width:20px;height:20px;cursor:pointer;accent-color:#00d4ff;border:2px solid #d1d5db;border-radius:4px}.checkbox-item .form-checkbox:checked{background-color:#00d4ff;border-color:#00d4ff}.checkbox-item span{font-size:15px;color:#161823}.disclosure-toggle{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.switch{position:relative;display:inline-block;width:48px;height:28px;margin:0}.switch-input{opacity:0;width:0;height:0}.switch-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#d1d5db;transition:0.3s;border-radius:28px}.switch-slider:before{position:absolute;content:"";height:22px;width:22px;left:3px;bottom:3px;background-color:white;transition:0.3s;border-radius:50%}.switch-input:checked+.switch-slider{background-color:#00d4ff}.switch-input:checked+.switch-slider:before{transform:translateX(20px)}.switch-input:focus+.switch-slider{box-shadow:0 0 1px #00d4ff}.info-banner{display:flex;gap:12px;padding:12px 16px;background:#f0f7ff;border-radius:8px;margin-top:12px;border-left:3px solid #0095f6}.info-banner i{color:#0095f6;font-size:16px;flex-shrink:0;margin-top:2px}.info-banner p{margin:0;font-size:14px;color:#4b5563;line-height:1.5}.disclosure-options{margin-top:12px}.disclosure-options.hidden{display:none}.alert{padding:12px 16px;border-radius:8px;margin-bottom:16px;display:flex;gap:12px;align-items:flex-start}.alert-info{background:#dbeafe;border-left:3px solid #3b82f6}.alert i{color:#3b82f6;font-size:16px;flex-shrink:0;margin-top:2px}.alert p{margin:0;font-size:14px;color:#1e40af;line-height:1.5}.disclosure-option{display:flex;gap:12px;padding:16px;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:12px;cursor:pointer;transition:all 0.2s;align-items:flex-start}.disclosure-option:hover{background:#f9fafb;border-color:#d1d5db}.disclosure-option .form-checkbox{width:20px;height:20px;cursor:pointer;accent-color:#00d4ff;margin-top:2px;flex-shrink:0}.disclosure-option .option-content{flex:1}.disclosure-option strong{display:block;font-size:15px;color:#161823;margin-bottom:4px}.disclosure-option small{display:block;font-size:13px;color:#6b7280;line-height:1.4}.consent-statement{margin-top:16px;padding:12px 16px;background:#f9fafb;border-radius:8px}.consent-statement p{margin:0;font-size:13px;color:#6b7280;line-height:1.5}.consent-statement a{color:#0095f6;text-decoration:none}.consent-statement a:hover{text-decoration:underline}.cover-preview-box{text-align:center}.cover-img{width:100%;max-width:200px;height:auto;border-radius:8px;border:1px solid #e5e7eb;margin-bottom:12px}.cover-actions{margin-top:12px}.btn-sm{padding:8px 16px;font-size:14px}.modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,0.5);backdrop-filter:blur(1px);display:flex;align-items:center;justify-content:center;z-index:999}.post-progress-container{background:#fff;border-radius:16px;padding:2rem;width:100%;max-width:480px;box-shadow:0 10px 25px rgba(0,0,0,0.2);animation:fadeIn 0.4s ease}.post-progress-header{text-align:center;margin-bottom:1.5rem}.post-progress-header h2{font-size:1.6rem;margin:0;color:#222}.post-progress-header .subtitle{color:#777;font-size:0.9rem;margin-top:0.25rem}.platform-progress-list{list-style:none;padding:0;margin:0}.platform-row{display:flex;justify-content:space-between;align-items:center;background:#f8f9fa;border-radius:12px;padding:0.75rem 1rem;margin-bottom:0.6rem;transition:all 0.3s ease}.platform-row .platform-left{display:flex;align-items:center;gap:0.6rem}.provider-icon{font-size:1.2rem;color:#555}.provider-name{font-weight:500;color:#333}.platform-right{display:flex;align-items:center;justify-content:center;min-width:30px}.spinner{width:18px;height:18px;border:3px solid #ccc;border-top-color:#007bff;border-radius:50%;animation:spin 1s linear infinite}.status-icon{font-size:1.2rem;opacity:0;transform:scale(0.8);transition:all 0.3s ease}.status-icon.visible{opacity:1;transform:scale(1)}.hidden{display:none !important}.platform-row.success{background:#e8f5e9}.platform-row.failed{background:#fdecea}.platform-row.processing{background:#fff3cd}.progress-actions{text-align:center;margin-top:1.5rem;opacity:0;transition:opacity 0.4s ease}.progress-actions:not(.hidden){opacity:1}.progress-actions .btn{padding:0.8rem 2rem;font-size:1rem;border-radius:8px}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.connected-accounts-page{max-width:100%;padding:1rem;font-family:'Inter', sans-serif;background:#f7f9fc}.connected-accounts-header{text-align:center;margin-bottom:1.5rem}.connected-accounts-header h2{font-size:1.6rem}.connected-accounts-subtitle{color:#555;font-size:0.95rem}.connected-accounts-grid{display:flex;flex-direction:column;gap:0.6rem;margin:auto;max-width:1200px;padding:0 0.5rem}.connected-account-row{display:flex;align-items:center;justify-content:space-between;gap:0.75rem;padding:0.75rem 1rem;border:1px solid #eee;border-radius:10px;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,0.03);min-height:60px}.platform-left{display:flex;align-items:center;gap:0.75rem;min-width:140px;flex-shrink:0}.connected-account-icon{font-size:1.8rem;color:#666;width:32px;text-align:center}.connected-account-info{display:flex;flex-direction:column;gap:0.15rem}.connected-account-info h3{font-size:1rem;font-weight:600;margin:0}.connected-account-status{font-size:0.8rem;color:#444;display:flex;align-items:center;gap:0.4rem;margin-top:2px}.status-dot{width:8px;height:8px;border-radius:50%;background-color:#ccc;display:inline-block}.status-dot.connected{background-color:#4caf50}.connected-account-pills{display:flex;flex-wrap:wrap;gap:0.5rem;flex-grow:1;min-width:0}.account-pill{display:flex;align-items:center;padding:4px 8px;background:#f4f4f4;border-radius:999px;font-size:0.78rem;gap:8px;white-space:nowrap;max-width:100%}.pill-avatar,.pill-placeholder{width:24px;height:24px;border-radius:50%;background:#ccc;flex-shrink:0;object-fit:cover;display:flex;align-items:center;justify-content:center;font-size:1rem;color:white}.pill-placeholder i{color:#fff}.pill-username{font-weight:500;font-size:0.78rem;display:flex;align-items:center;gap:4px}.pill-badge{font-size:0.7rem;background:#ddd;padding:2px 6px;border-radius:6px}.pill-remove-btn{border:none;background:transparent;color:#999;margin-left:4px;font-size:1rem;cursor:pointer;line-height:1}.pill-remove-btn:hover{color:#e53935}.connect-btn-wrapper{flex-shrink:0;width:140px;text-align:right}.connect-btn{background-color:#3f51b5;color:white;border:none;padding:8px 12px;border-radius:6px;font-size:0.82rem;cursor:pointer;width:100%;text-align:center;transition:background-color 0.3s}.connect-btn:hover{background-color:#303f9f}.connected-account-row:not(:last-child){margin-bottom:0.5rem}@media (max-width: 1024px){.connected-account-row{flex-direction:column;align-items:flex-start}.connect-btn-wrapper{width:100%;text-align:right}}.connect-btn.disabled{opacity:0.6;pointer-events:none;cursor:not-allowed}.connect-limit-msg{font-size:0.8rem;color:#c0392b;margin-top:0.5rem}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-gradient: linear-gradient(135deg, #667eea 0%, #764ba2 100%);--purple-very-light: #fbfaff;--purple-medium: #e6e2ff;--purple-dark: #6366f1;--text-primary: #1a1a2e;--text-secondary: #6b7280;--white: #ffffff;--red: #ef4444;--green: #10b981;--glass-strong: rgba(255, 255, 255, 0.18);--glass-light: rgba(255, 255, 255, 0.10);--shadow-lg: 0 10px 15px rgba(0, 0, 0, 0.08);--shadow-xl: 0 20px 40px rgba(0, 0, 0, 0.08);--radius-full: 9999px;--radius-lg: 1rem;--radius-xl: 1.5rem;--speed: 220ms;--nav-height: 68px}body{font-family:'Inter', sans-serif;background:var(--white);color:var(--text-primary);line-height:1.6;min-height:100vh;margin:0;padding:0}.landing-page-container{width:100%}.landing-hero{padding-top:var(--nav-height)}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.nav{position:fixed;top:0;left:0;right:0;padding:0;z-index:9999;transition:all var(--speed) ease}.nav--glass{background:rgba(255,255,255,0.85);backdrop-filter:blur(16px) saturate(1.2);-webkit-backdrop-filter:blur(16px) saturate(1.2);border-bottom:1px solid rgba(0,0,0,0.05)}.nav__inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;padding:1rem 0;min-height:var(--nav-height);gap:1rem}.brand{display:flex;align-items:center}.brand__link{display:flex;align-items:center;gap:0.6rem;font-weight:800;font-size:1.4rem;letter-spacing:-0.02em;text-decoration:none;color:var(--text-primary);transition:opacity var(--speed) ease}.brand__link:hover{opacity:0.85}.brand__link i{font-size:1.6rem;color:var(--purple-dark)}.brand__logo{height:28px;width:auto}.nav__toggle{display:none;background:none;border:none;font-size:1.5rem;color:var(--text-primary);cursor:pointer;padding:0.5rem;border-radius:0.5rem;transition:background-color var(--speed) ease}.nav__toggle:hover{background:rgba(0,0,0,0.05)}.nav__dropdown{display:flex;align-items:center;gap:2rem}.nav__menu{display:flex;justify-content:center;gap:1.5rem}.nav__actions{display:flex;align-items:center;gap:0.75rem}.nav__link{text-decoration:none;color:var(--text-primary);font-weight:500;padding:0.5rem 1rem;border-radius:var(--radius-lg);transition:all var(--speed) ease}.nav__link:hover{background:var(--purple-medium);color:var(--purple-dark)}.nav__backdrop{display:none;position:fixed;inset:0;background:rgba(0,0,0,0.5);z-index:9998;opacity:0;transition:opacity 0.3s ease;pointer-events:none}.nav__backdrop.is-visible{display:block;opacity:1;pointer-events:auto}.btn{display:inline-flex;align-items:center;justify-content:center;padding:0.625rem 1.25rem;border-radius:var(--radius-full);font-weight:600;font-size:0.875rem;text-decoration:none;border:none;cursor:pointer;transition:all var(--speed) ease;white-space:nowrap}.btn--ghost{background:transparent;color:var(--text-primary)}.btn--ghost:hover{background:var(--purple-medium)}.btn--primary{background:linear-gradient(135deg, #a78bfa 0%, #8b5cf6 100%);color:var(--white);box-shadow:var(--shadow-lg)}.btn--primary:hover{transform:translateY(-1px);box-shadow:var(--shadow-xl)}.btn--outline{background:transparent;border:2px solid var(--purple-medium);color:var(--text-primary)}.btn--outline:hover{background:var(--purple-medium);border-color:var(--purple-dark)}.btn--lg{padding:1rem 1.5rem;font-size:1rem}.btn--lg .fas,.btn--xl .fas{margin-right:10px}.btn--xl{padding:1.25rem 2rem;font-size:1.125rem}@media (max-width: 860px){.nav__inner{justify-content:flex-start;gap:1rem}.brand{order:2;flex:1;display:flex;justify-content:center;margin-right:115px}.nav__toggle{display:block;order:1}.nav__dropdown{position:fixed;top:var(--nav-height);left:0;right:0;background:var(--white);box-shadow:var(--shadow-xl);border-radius:0 0 var(--radius-lg) var(--radius-lg);padding:1.5rem;flex-direction:column;gap:1.5rem;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all 0.3s ease}.nav__dropdown.is-open{transform:translateY(0);opacity:1;visibility:visible}.nav__menu{flex-direction:column;width:100%;gap:0.5rem}.nav__actions{flex-direction:column;width:100%;gap:0.75rem}.nav__link,.nav__actions .btn{width:100%;padding:0.875rem 1rem;text-align:center;justify-content:center}.brand__logo{height:24px}.fas.fa-bars{margin-left:10px}.hero__content{padding:4rem 0 2.5rem !important}.hero__badge{font-size:14px}}@media (max-width: 640px){.nav__inner{padding:0.75rem 0}.nav__dropdown{padding:1.25rem;gap:1.25rem}.nav__link,.nav__actions .btn{padding:1rem;font-size:1rem}.brand__logo{height:22px}}.landing-hero{width:100%;min-height:100vh;background:radial-gradient(1200px 700px at 20% -10%, rgba(139,92,246,0.2), transparent 55%),radial-gradient(900px 600px at 85% 10%, rgba(99,102,241,0.18), transparent 60%),linear-gradient(180deg, #fff 0%, var(--purple-very-light) 100%);display:flex;flex-direction:column;position:relative;overflow:hidden}.hero__content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:1.25rem;padding:4rem 0 2.5rem;z-index:1}.hero__badge{display:inline-flex;align-items:center;gap:0.5rem;padding:0.45rem 0.9rem;border-radius:var(--radius-full);background:var(--glass-light);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border:1px solid var(--glass-strong);font-weight:600;box-shadow:var(--shadow-lg)}.hero__title{font-size:clamp(2.75rem, 6vw, 4.25rem);font-weight:900;letter-spacing:-0.03em;line-height:1.05;max-width:900px}.hero__subtitle{font-size:1.1rem;color:var(--text-secondary);max-width:740px}.pain-points{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin:0.5rem 0}.pain-item{display:flex;align-items:center;gap:0.5rem;padding:0.5rem 1rem;background:rgba(239,68,68,0.1);border:1px solid rgba(239,68,68,0.2);border-radius:var(--radius-full);font-size:0.875rem;color:var(--text-secondary)}.pain-icon{color:var(--red);font-size:0.875rem}.accent-word-pain{color:var(--red);font-weight:900;font-size:1.3em;letter-spacing:-0.01em;white-space:nowrap}.value-props{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin:1rem 0}.value-prop{display:flex;align-items:center;gap:0.5rem;padding:0.5rem 1rem;background:rgba(16,185,129,0.1);border:1px solid rgba(16,185,129,0.2);border-radius:var(--radius-full);font-size:0.875rem;color:var(--text-primary)}.value-prop i{color:var(--green)}.hero__ctas{display:flex;flex-wrap:wrap;gap:0.8rem;justify-content:center;margin:1rem 0}.hero__social-proof{margin-top:1rem}.social-proof__text{margin-bottom:0.9rem}.platform-logos{display:flex;flex-wrap:wrap;gap:1.2rem;justify-content:center}.platform-logo{display:flex;flex-direction:column;align-items:center;color:var(--text-secondary);transition:all var(--speed) ease}.platform-logo:hover{color:var(--text-primary);transform:translateY(-2px)}.hero__visual{max-width:800px;margin-top:2rem}.mockup-lightbox{background:var(--glass-light);backdrop-filter:blur(20px);border:1px solid var(--glass-strong);border-radius:1rem;padding:1.5rem;box-shadow:var(--shadow-xl)}.mockup-lightbox img{width:100%;border-radius:0.5rem}.problem-solution-section{padding:6rem 0;background:#f8fafc}.problem-header{text-align:center;margin-bottom:4rem}.section-title{font-size:2.5rem;font-weight:800;margin-bottom:1rem;color:var(--text-primary)}.section-subtitle{font-size:1.125rem;color:var(--text-secondary);max-width:600px;margin:0 auto}.problems-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));gap:2rem;margin-bottom:4rem}.problem-card{background:var(--white);padding:2rem;border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);text-align:center;transition:transform var(--speed) ease}.problem-card:hover{transform:translateY(-4px)}.problem-icon{width:3.5rem;height:3.5rem;border-radius:50%;background:rgba(239,68,68,0.1);display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.problem-icon i{font-size:1.5rem;color:var(--red)}.problem-card h3{font-size:1.25rem;font-weight:700;margin-bottom:1rem;color:var(--text-primary)}.problem-card p{color:var(--text-secondary);margin-bottom:1.5rem;line-height:1.6}.stat{display:flex;flex-direction:column;gap:0.25rem}.stat-number{font-size:1.75rem;font-weight:800;color:var(--red)}.stat-label{font-size:0.875rem;color:var(--text-secondary);text-transform:uppercase;letter-spacing:0.05em}.solution-transition{text-align:center;padding:2rem}.transition-arrow{width:3rem;height:3rem;border-radius:50%;background:var(--purple-dark);display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.transition-arrow i{color:var(--white);font-size:1.25rem}.solution-transition h3{font-size:1.5rem;font-weight:700;color:var(--text-primary)}.platform-features-section{padding:6rem 0;background:var(--white);overflow:hidden}.focus-header{text-align:center;max-width:760px;margin:0 auto 4rem}.focus-eyebrow{display:inline-block;font-weight:700;color:var(--purple-dark);background:var(--purple-medium);padding:0.25rem 0.6rem;border-radius:999px;font-size:0.8rem}.focus-title{margin-top:0.75rem;font-size:clamp(1.9rem, 3.2vw, 2.6rem);line-height:1.15;letter-spacing:-0.02em;color:var(--text-primary)}.focus-subtitle{color:var(--text-secondary);margin-top:0.6rem;font-size:1.125rem}.focus-row{display:grid;grid-template-columns:1.1fr 1fr;gap:3rem;align-items:center;padding:3rem 0;max-width:1200px;margin:120px auto 180px auto}.focus-row--reverse{grid-template-columns:1fr 1.1fr}.focus-media{background:var(--purple-very-light);border:1px solid var(--purple-medium);border-radius:1rem;padding:0.75rem;box-shadow:var(--shadow-lg)}.demo-gif{display:block;width:100%;height:auto;border-radius:0.75rem}.focus-copy .focus-h3{font-size:1.75rem;font-weight:800;letter-spacing:-0.01em;margin-bottom:1rem;color:var(--text-primary)}.focus-copy .focus-p{color:var(--text-secondary);margin-bottom:1.5rem;line-height:1.6;font-size:1.05rem}.focus-bullets{list-style:none;padding:0;margin:0 0 1.5rem 0;display:grid;gap:0.75rem}.focus-bullets li{display:flex;align-items:center;gap:0.50rem;font-weight:500;color:var(--text-primary)}.focus-bullets i{color:var(--green);flex-shrink:0}.feature-cta{margin-top:1.5rem}.time-saved-badge{display:inline-flex;align-items:center;gap:0.5rem;padding:0.75rem 1rem;background:rgba(16,185,129,0.1);border:1px solid rgba(16,185,129,0.2);border-radius:var(--radius-full);color:var(--green);font-weight:600;font-size:0.875rem;margin-top:1rem}.engagement-boost{margin-top:1.5rem}.boost-stat{display:inline-flex;flex-direction:column;align-items:center;padding:1rem 1.5rem;background:var(--purple-very-light);border-radius:var(--radius-lg);border:2px solid var(--purple-medium)}.boost-number{font-size:1.75rem;font-weight:800;color:var(--purple-dark)}.boost-label{font-size:0.75rem;color:var(--text-secondary);text-transform:uppercase;letter-spacing:0.05em}.analytics-highlight{display:inline-flex;align-items:center;gap:0.5rem;padding:0.75rem 1rem;background:rgba(99,102,241,0.1);border:1px solid rgba(99,102,241,0.2);border-radius:var(--radius-full);color:var(--purple-dark);font-weight:600;font-size:0.875rem;margin-top:1rem}.social-proof-section{padding:6rem 0;background:var(--purple-very-light)}.social-proof-section .section-title{text-align:center;max-width:780px;margin:0 auto 2rem;line-height:1.15;letter-spacing:-0.01em}.testimonials-marquee{--marquee-gap: 1.25rem;--marquee-speed: 38s;position:relative;overflow:hidden;margin:3rem 0}.marquee__track{display:flex;gap:var(--marquee-gap);width:max-content;animation:marquee-scroll var(--marquee-speed) linear infinite;will-change:transform}.marquee__group{display:flex;gap:var(--marquee-gap);flex:0 0 auto}.testimonials-marquee .testimonial-card{position:relative;display:flex;flex-direction:column;gap:0.75rem;flex:0 0 auto;min-width:370px;max-width:370px;padding:1.5rem 1.75rem 1.25rem;border-radius:1rem;border:1px solid rgba(99,102,241,0.16);background:linear-gradient(180deg, #fff 0%, #fbfbff 100%);box-shadow:0 1px 0 rgba(99,102,241,0.1) inset,0 8px 24px rgba(17,24,39,0.06);transition:transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease}.testimonials-marquee .testimonial-card:hover{transform:translateY(-3px);box-shadow:0 1px 0 rgba(99,102,241,0.12) inset,0 16px 40px rgba(17,24,39,0.08);border-color:rgba(99,102,241,0.24)}.testimonial-platform{position:absolute;top:12px;right:14px;font-size:1.15rem;color:#9aa3b2}.testimonial-platform.is-hidden{display:none}.testimonial-author{display:flex;align-items:center;gap:0.85rem;margin:0}.author-avatar{width:40px;height:40px;border-radius:999px;display:grid;place-items:center;background:radial-gradient(120% 120% at 0% 0%, #8e86ff 0%, #6b5cff 60%, #3b46a8 100%);color:#fff;font-weight:700;letter-spacing:.3px;box-shadow:0 6px 18px rgba(17,24,39,0.18)}.avatar-initials{font-size:14px;line-height:1}.author-name{font-weight:800;color:var(--text-primary);line-height:1.1}.author-title{font-size:0.9rem;color:var(--text-secondary)}.testimonial-content{flex:1 1 auto;margin:0}.testimonial-content p{font-size:1.125rem;line-height:1.65;color:var(--text-primary);font-style:normal;margin:0}.testimonial-footer{margin-top:auto;padding-top:0.85rem;border-top:1px solid rgba(99,102,241,0.16);display:flex;align-items:center;justify-content:space-between;gap:0.75rem}.testimonial-date{font-size:0.95rem;color:#6b7280}.stars{font-size:1rem;letter-spacing:0.08em;color:#f59e0b}.testimonials-marquee:hover .marquee__track,.testimonials-marquee:focus-within .marquee__track{animation-play-state:paused}.marquee__fade{position:absolute;top:0;bottom:0;width:120px;pointer-events:none;z-index:1}.marquee__fade--left{left:0;background:linear-gradient(to right, var(--purple-very-light), transparent)}.marquee__fade--right{right:0;background:linear-gradient(to left, var(--purple-very-light), transparent)}@keyframes marquee-scroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}.trust-indicators{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-top:3rem}.trust-item{display:flex;align-items:center;gap:0.5rem;font-size:0.875rem;color:var(--text-secondary);font-weight:500}.trust-item i{color:var(--green)}@media (prefers-reduced-motion: reduce){.marquee__track{animation:none}.testimonials-marquee{overflow-x:auto}}@media (max-width: 640px){.marquee__fade{width:48px}.testimonials-marquee .testimonial-card{min-width:88%}.testimonial-platform{top:10px;right:12px;font-size:1rem}.testimonial-content p{font-size:1.05rem}}.pricing-section{padding:6rem 0;background:linear-gradient(180deg, #fff 0%, var(--purple-very-light) 100%)}.pricing-header{text-align:center;margin-bottom:4rem}.pricing-title{font-size:2.75rem;font-weight:800;margin-bottom:1rem;letter-spacing:-0.02em;color:var(--text-primary)}.pricing-subtitle{font-size:1.125rem;color:var(--text-secondary);max-width:700px;margin:0 auto 2.5rem}.billing-toggle{display:inline-flex;background:var(--purple-medium);padding:0.25rem;border-radius:2rem;position:relative}.toggle-option{padding:0.5rem 1.25rem;border-radius:1.5rem;font-weight:600;cursor:pointer;transition:all var(--speed) ease;position:relative;z-index:1;display:flex;align-items:center;gap:0.5rem}.toggle-option.active{background:var(--white);color:var(--text-primary);box-shadow:var(--shadow-lg)}.toggle-option:not(.active){color:var(--text-secondary)}.discount-badge{background:var(--green);color:white;font-size:0.75rem;padding:0.125rem 0.5rem;border-radius:0.5rem;font-weight:700}.pricing-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:2rem;max-width:1200px;margin:0 auto}.pricing-card{background:var(--white);border-radius:var(--radius-xl);padding:1.5rem;box-shadow:var(--shadow-lg);border:2px solid transparent;transition:all var(--speed) ease;position:relative;display:flex;flex-direction:column;height:100%}.pricing-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-xl)}.pricing-card--featured{border-color:var(--purple-dark);transform:scale(1.05)}.pricing-card--featured:hover{transform:scale(1.05) translateY(-4px)}.popular-badge{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:var(--purple-dark);color:var(--white);padding:0.5rem 1rem;border-radius:var(--radius-full);font-size:0.875rem;font-weight:600;display:flex;align-items:center;gap:0.375rem;box-shadow:var(--shadow-lg)}.card-header{text-align:center;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid var(--purple-medium)}.plan-name{font-size:1.5rem;font-weight:700;margin-bottom:0.5rem;color:var(--text-primary)}.plan-description{color:var(--text-secondary);margin-bottom:1.5rem}.price-container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0.5rem}.price-display{display:flex;align-items:baseline;justify-content:center;gap:0.25rem}.price{font-size:3rem;font-weight:800;color:var(--text-primary)}.price-period{font-size:1.125rem;color:var(--text-secondary)}.billing-info{text-align:center;opacity:0;transition:opacity var(--speed) ease;max-height:0;overflow:hidden}.billing-info.show{opacity:1;max-height:100px}.billing-text{font-size:0.875rem;color:var(--text-secondary);margin-bottom:0.25rem;font-weight:500}.savings-text{font-size:0.875rem;color:var(--green);font-weight:600;margin:0}.roi-highlight{margin-top:0.5rem}.roi-text{font-size:0.75rem;color:var(--green);font-weight:600;text-transform:uppercase;letter-spacing:0.05em}.features-list{list-style:none;margin-bottom:auto;flex-grow:1}.feature-item{display:flex;align-items:flex-start;gap:0.75rem;margin-bottom:0.875rem}.feature-check{color:var(--green);font-size:1rem;margin-top:0.125rem;flex-shrink:0}.feature-item span{color:var(--text-primary);font-weight:500}.cta-button{width:100%;padding:1rem 1.5rem;border-radius:var(--radius-full);font-weight:600;font-size:1rem;border:none;cursor:pointer;transition:all var(--speed) ease;margin-bottom:1rem;margin-top:auto;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.cta-primary{background:linear-gradient(135deg, #a78bfa 0%, #8b5cf6 100%);color:var(--white);box-shadow:var(--shadow-lg)}.cta-primary:hover{transform:translateY(-2px);box-shadow:var(--shadow-xl)}.cta-outline{background:transparent;border:2px solid var(--purple-medium);color:var(--text-primary)}.cta-outline:hover{background:var(--purple-medium);border-color:var(--purple-dark)}.trial-note{text-align:center;font-size:0.875rem;color:var(--text-secondary);display:flex;align-items:center;justify-content:center;gap:0.375rem}.trial-note::before{content:"✓";color:var(--green);font-weight:bold}.pricing-guarantee{text-align:center;margin-top:3rem}.guarantee-badge{display:inline-flex;align-items:center;gap:1rem;padding:1.5rem 2rem;background:var(--white);border:2px solid var(--green);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg)}.guarantee-badge i{font-size:2rem;color:var(--green)}.guarantee-text h4{font-size:1.125rem;font-weight:700;color:var(--text-primary);margin-bottom:0.25rem}.guarantee-text p{font-size:0.875rem;color:var(--text-secondary);margin:0}.faq-section{padding:6rem 0;background:#f9fafb;width:100%;clear:both;display:block}.faq-section .container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.faq-section .section-title{font-size:2.5rem;font-weight:800;text-align:center;margin-bottom:1rem;color:var(--text-primary)}.faq-section .section-subtitle{font-size:1.125rem;text-align:center;color:var(--text-secondary);margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.faq{max-width:800px;margin:0 auto;background:white;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);overflow:hidden}.faq-item{border-bottom:1px solid #e5e7eb}.faq-item:last-child{border-bottom:none}.faq-question{width:100%;padding:1.5rem;font-size:1.125rem;font-weight:600;text-align:left;background:none;border:none;outline:none;display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:all 0.3s ease;color:var(--text-primary)}.faq-question:hover{background:#f9fafb;color:var(--purple-dark)}.faq-answer{max-height:0;overflow:hidden;padding:0 1.5rem;transition:max-height 0.4s ease, padding 0.3s ease;background:#fafbfc}.faq-item.active .faq-answer{max-height:300px;padding:1rem 1.5rem 1.5rem}.faq-answer p{color:var(--text-secondary);line-height:1.6;margin:0}.faq-icon{font-size:1.5rem;transition:transform 0.3s ease;color:var(--purple-dark);font-weight:300}.faq-item.active .faq-icon{transform:rotate(45deg)}.final-cta-section{padding:6rem 0;background:linear-gradient(145deg, #0e1a2b, #1a2536);color:var(--white);text-align:center}.final-cta-content h2{font-size:2.5rem;font-weight:800;margin-bottom:1rem;letter-spacing:-0.02em}.final-cta-content p{font-size:1.125rem;opacity:0.9;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.final-cta-stats{display:flex;justify-content:center;gap:3rem;margin:2rem 0 3rem;flex-wrap:wrap}.cta-stat{text-align:center}.cta-stat .stat-number{font-size:2.5rem;font-weight:800;display:block;color:var(--white)}.cta-stat .stat-label{font-size:0.875rem;opacity:0.8;text-transform:uppercase;letter-spacing:0.05em}.final-cta-buttons{margin-top:2rem}.final-cta-buttons .btn--primary{background:var(--white);color:var(--purple-dark)}.final-cta-buttons .btn--primary:hover{background:#f3f4f6}.cta-subtext{margin-top:1rem;font-size:0.875rem;opacity:0.8}.footer{background:#f8fafc;border-top:1px solid var(--purple-medium);padding:4rem 0 2rem}.footer-content{display:grid;grid-template-columns:1fr 2fr;gap:4rem;align-items:start}.footer-brand{max-width:320px}.footer-brand .brand{display:flex;align-items:center;gap:0.6rem;font-weight:800;font-size:1.25rem;letter-spacing:-0.02em;color:var(--text-primary);margin-bottom:1rem}.footer-brand .brand i{font-size:1.5rem;color:var(--purple-dark)}.footer-description{color:var(--text-secondary);line-height:1.6;margin-bottom:2rem;font-size:0.95rem}.footer-copyright{color:var(--text-secondary);font-size:0.875rem;margin:0}.footer-links{display:grid;grid-template-columns:repeat(5, 1fr);gap:2rem}.footer-column{display:flex;flex-direction:column}.footer-title{font-size:0.875rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem;text-transform:uppercase;letter-spacing:0.05em}.footer-list{list-style:none;padding:0;margin:0}.footer-list li{margin-bottom:0.75rem}.footer-link{color:var(--text-secondary);text-decoration:none;font-size:0.875rem;line-height:1.4;transition:color var(--speed) ease}.footer-link:hover{color:var(--purple-dark)}@media (max-width: 1024px){.focus-row,.focus-row--reverse{grid-template-columns:1fr;gap:2rem}.focus-row--reverse .focus-media{order:-1}.pricing-grid{grid-template-columns:1fr;gap:1.5rem}.pricing-card--featured{transform:none}.pricing-card--featured:hover{transform:translateY(-4px)}.footer-links{grid-template-columns:repeat(3, 1fr);gap:1.5rem}.final-cta-stats{gap:2rem}}@media (max-width: 768px){.hero__title{font-size:2rem}.hero__subtitle{font-size:1rem}.hero__ctas{flex-direction:column}.pain-points,.value-props{flex-direction:column;align-items:center}.platform-features-section{padding:4rem 0}.focus-header{margin-bottom:3rem}.focus-row{padding:1.25rem 0}.focus-copy .focus-h3{font-size:1.5rem}.problems-grid{grid-template-columns:1fr}.testimonials-grid{grid-template-columns:1fr}.pricing-section{padding:4rem 0}.pricing-title{font-size:2rem}.billing-toggle{flex-direction:column;width:100%;max-width:280px}.faq-section{padding:4rem 0}.section-title{font-size:1.8rem}.faq-question{padding:1.25rem;font-size:1rem}.faq-answer{padding:0 1.25rem}.faq-item.active .faq-answer{padding:0.75rem 1.25rem 1.25rem}.final-cta-section{padding:4rem 0}.final-cta-content h2{font-size:2rem}.final-cta-stats{flex-direction:column;gap:1.5rem}.footer{padding:3rem 0 1.5rem}.footer-content{grid-template-columns:1fr;gap:2.5rem}.footer-brand{max-width:none;text-align:center}.footer-links{grid-template-columns:repeat(2, 1fr);gap:2rem}.btn.btn--primary.btn--xl{font-size:0.8rem}.footer-brand .brand{margin-right:0}}@media (max-width: 480px){.pain-item,.value-prop{width:100%;justify-content:center}.trust-indicators{flex-direction:column;align-items:center;gap:1rem}.footer-links{grid-template-columns:1fr;gap:1.5rem}.footer-column{text-align:center}.guarantee-badge{flex-direction:column;text-align:center}}@keyframes float{0%,100%{transform:translateY(0px)}50%{transform:translateY(-10px)}}.hero-bg-decoration{position:absolute;border-radius:50%;background:linear-gradient(135deg, rgba(139,92,246,0.1) 0%, rgba(99,102,241,0.05) 100%);animation:float 6s ease-in-out infinite}.decoration-1{width:200px;height:200px;top:20%;left:10%;animation-delay:0s}.decoration-2{width:150px;height:150px;top:60%;right:15%;animation-delay:2s}.decoration-3{width:100px;height:100px;bottom:30%;left:80%;animation-delay:4s}.accent-word{color:var(--purple-dark);font-weight:900;font-size:1.3em;letter-spacing:-0.01em;white-space:nowrap}@media (max-width: 768px){.testimonials-marquee{--marquee-speed: 60s}.marquee__track{scroll-snap-type:x mandatory;overflow-x:scroll;-webkit-overflow-scrolling:touch}.testimonial-card{scroll-snap-align:start}}@media (max-width: 480px){.testimonials-marquee{overflow-x:auto}.marquee__fade{display:none}.testimonials-marquee .testimonial-card{min-width:20%;padding:1.25rem 1.25rem 1rem}.testimonial-content p{font-size:1rem;line-height:1.5}.author-name{font-size:0.95rem}.author-title{font-size:0.8rem}.testimonial-footer{flex-direction:column;align-items:flex-start;gap:0.25rem}.testimonial-date{font-size:0.85rem}.trust-indicators{flex-direction:column;gap:1rem;margin-top:2rem}.trust-item{justify-content:center}}.desktop-only{display:flex}.mobile-only{display:none}@media (max-width: 860px){.desktop-only{display:none}.mobile-only{display:block}}.posts-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:2rem;margin-bottom:3rem}.post-card{position:relative;border:1px solid #e2e2e2;border-radius:12px;padding:1rem;background:#fff;display:flex;flex-direction:column;max-width:350px;height:100%;justify-content:space-between}.post-content{font-size:1rem;margin-bottom:0.75rem}.post-media{margin:1.5rem 0 0.75rem 0;min-height:120px;display:flex;flex-wrap:wrap;width:100%;gap:0.5rem}.post-image,.post-video{max-width:100%;max-height:180px;border-radius:8px}.empty-media-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;height:180px;width:100%;border:1px dashed #ccc;border-radius:8px;font-size:0.9rem;color:#888}.empty-media-placeholder i{font-size:2rem;margin-bottom:0.5rem}.post-platforms{display:flex;gap:0.5rem;flex-wrap:wrap;margin-bottom:0.5rem}.platform-pill{background:#f5f5f5;border-radius:999px;padding:0.25rem 0.75rem;font-size:1rem;display:flex;align-items:center;gap:0.25rem}.status-pill{position:absolute;top:0.75rem;right:0.75rem;display:inline-block;padding:0.25rem 0.6rem;border-radius:6px;font-size:0.75rem;font-weight:bold;text-transform:capitalize;color:#111827}.status-draft{background-color:#fceabb;color:#7f6000}.status-scheduled{background-color:#bbdefb;color:#0d47a1}.status-published{background-color:#c8e6c9;color:#1b5e20}.empty-state{text-align:center;margin-top:4rem}.empty-state h2{font-size:1.8rem;margin-bottom:0.5rem}.empty-state p{margin-bottom:1rem;color:#666}.post-actions{display:flex;justify-content:flex-end;align-items:center;gap:8px}.btn-sm{font-size:0.875rem;line-height:1;padding:0.45rem 0.7rem;border-radius:6px}.post-actions .post-action-btn{width:auto;margin:0}.post-card .post-actions .btn-primary,.post-card .post-actions .btn-danger{min-width:72px}.post-actions .post-action-btn,.post-actions .btn-primary{width:70px;align-self:flex-end;padding:10px 16px;text-align:center}.post-actions .post-action-btn{margin-left:auto;margin-right:0}.post-meta{display:flex;justify-content:space-between;align-items:center;font-size:0.9rem;margin:0.5rem 0 0.5rem 0;color:#333}.post-date,.post-time{display:flex;align-items:center;gap:0.35rem}.post-date i{color:#4a90e2}.post-time i{color:#27ae60}:root{--color-bg:        #f7f8fc;--color-card:      #ffffff;--color-text:      #0f172a;--color-muted:     #6b7280;--color-border:    #e5e7eb;--color-accent:    #6b5cff;--color-success:   #22c55e;--color-danger:    #ef4444;--shadow-card:     0 10px 24px rgba(2, 6, 23, 0.06);--radius-lg:       16px;--radius-md:       12px;--font-family:     Inter, ui-sans-serif, system-ui, -apple-system,
                     "Segoe UI", Roboto, Helvetica, Arial,
                     "Apple Color Emoji", "Segoe UI Emoji";--font-size-base:  14px;--line-height:     1.45}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.analytics{max-width:1100px;margin:0 auto;padding:24px;font-family:var(--font-family)}.bar{display:flex;align-items:center;gap:16px;margin-bottom:20px}.title-with-help{display:flex;align-items:center;gap:8px;margin:0}.header-tools{margin-left:auto;display:inline-flex;align-items:center;gap:12px}.btn.btn-refresh{padding:6px 10px;font-size:14px;border-radius:6px;border:1px solid #ddd;background:#f8f8f8;cursor:pointer}.btn.btn-refresh:disabled{opacity:.6;cursor:progress}.last-updated abbr{text-decoration:none;border-bottom:1px dotted #aaa;cursor:help}.filters{display:flex;gap:10px}.select{appearance:none;border:1px solid var(--color-border);background:var(--color-card);color:var(--color-text);border-radius:var(--radius-md);padding:10px 12px;box-shadow:0 1px 0 rgba(0,0,0,0.02)}.select.compact{padding:8px 10px}.metrics{display:grid;grid-template-columns:repeat(auto-fit, minmax(220px, 1fr));gap:14px;margin:0 0 20px;padding:0;list-style:none}.metric{display:flex;gap:12px;align-items:flex-start;padding:16px;background:var(--color-card);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card)}.metric .icon{font-size:22px;line-height:1}.metric .label{margin:0 0 4px;color:var(--color-muted)}.metric .value{font-size:22px;font-weight:700}.metric .trend{margin-top:4px;font-size:12px}.metric[data-trend="up"] .trend{color:var(--color-success)}.metric[data-trend="down"] .trend{color:var(--color-danger)}.metric[data-trend="flat"] .trend{color:var(--color-muted)}.grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:16px}@media (max-width: 1080px){.grid{grid-template-columns:1fr 1fr}}@media (max-width: 760px){.grid{grid-template-columns:1fr}}.panel{padding:16px;background:var(--color-card);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card)}.panel-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.muted{color:var(--color-muted);font-size:12px}.link{color:var(--color-accent);font-weight:600;text-decoration:none}.link:hover{text-decoration:underline}.platforms{display:grid;gap:12px;list-style:none;margin:0;padding:0}.platform{padding:12px;border:1px solid var(--color-border);border-radius:var(--radius-md)}.platform .title{display:flex;align-items:center;gap:8px;font-weight:600}.platform .sub{margin-left:8px;color:var(--color-muted);font-weight:500}.platform .rows{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:8px;margin-top:8px}.platform .rows dt{color:var(--color-muted);font-weight:500}.platform .rows dd{margin:0;font-weight:700}.dot{width:10px;height:10px;border-radius:999px;display:inline-block}.is-instagram .dot{background:#e1306c}.is-youtube .dot{background:#ff0000}.is-tiktok .dot{background:#000000}.posts{display:grid;gap:12px;list-style:none;margin:0;padding:0}.post{display:flex;gap:12px;align-items:flex-start;padding:12px;border:1px solid var(--color-border);border-radius:var(--radius-md)}.thumb{width:56px;height:56px;display:grid;place-items:center;border-radius:12px;background:#f1f5f9;font-size:20px}.thumb img{width:42px;height:42px;object-fit:cover;border-radius:8px}.post .title{margin:0 0 2px;font-weight:600}.post .meta{margin:0 0 6px;font-size:12px;color:var(--color-muted)}.post .stats{font-size:13px}.tops{display:grid;gap:12px;list-style:none;margin:0;padding:0}.top{display:grid;grid-template-columns:auto 1fr auto;align-items:center;padding:12px;border:1px solid var(--color-border);border-radius:var(--radius-md)}.rank{width:28px;height:28px;display:grid;place-items:center;border-radius:999px;background:#eef2ff;color:var(--color-accent);font-weight:700}.kpi{text-align:right}.kpi-value{font-weight:700}.kpi-label{display:block;font-size:12px;color:var(--color-muted)}.chip{display:inline-flex;align-items:center;gap:6px;padding:4px 8px;border:1px solid var(--color-border);border-radius:999px;background:#f1f5f9;color:var(--color-text);font-size:12px;font-weight:600}.chip-instagram{background:#fff0f5;border-color:#f9c8d8;color:#bf125d}.chip-youtube{background:#fff1f1;border-color:#fbc9c9;color:#b91c1c}.chip-tiktok{background:#f3f4f6;border-color:#e5e7eb;color:#111827}.select:focus,.link:focus,.post:focus,.top:focus,.platform:focus{outline:3px solid rgba(107,92,255,0.35);outline-offset:2px;border-color:var(--color-accent)}.account-tags{margin:20px 0;padding:16px;background:var(--color-bg);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.tag-group{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.tag-label{font-weight:600;color:var(--color-muted);margin-right:8px}.account-tag{display:flex;align-items:center;gap:6px;padding:6px 12px;background:var(--color-card);border:1px solid var(--color-border);border-radius:20px;font-size:var(--font-size-base);color:var(--color-text);cursor:pointer;transition:all 0.2s ease}.account-tag:hover{background:#f1f5f9;border-color:var(--color-accent)}.account-tag.active{background:var(--color-accent);border-color:var(--color-accent);color:#fff}.account-tag .dot{width:8px;height:8px}.follower-count{font-size:12px;opacity:0.7}.account-tags .filters{margin-left:auto}#analytics-form{display:inline-flex;gap:8px;align-items:center}.main-grid{display:grid;grid-template-columns:2fr 1fr;gap:16px}@media (max-width: 768px){.main-grid{grid-template-columns:1fr}.bar{flex-direction:column;align-items:flex-start;gap:8px}.header-tools{margin-left:0}.account-tags{flex-direction:column;align-items:stretch}.account-tags .filters{margin-left:0}#analytics-form{flex-wrap:wrap}}.help-icon{position:relative;display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;font:700 11px/1 system-ui, -apple-system, Segoe UI, Roboto, sans-serif;border-radius:50%;border:1px solid #999;color:#666;cursor:help;user-select:none}.help-tooltip{position:absolute;top:50%;left:calc(100% + 8px);transform:translateY(-50%);min-width:240px;max-width:320px;padding:.5rem .6rem;background:#111;color:#fff;font-size:12px;line-height:1.3;border-radius:6px;box-shadow:0 6px 20px rgba(0,0,0,0.15);opacity:0;pointer-events:none;transition:opacity .15s ease;z-index:10;white-space:normal}.help-tooltip::before{content:"";position:absolute;top:50%;left:-6px;transform:translateY(-50%);border-width:6px;border-style:solid;border-color:transparent #111 transparent transparent}.help-icon:hover .help-tooltip,.help-icon:focus .help-tooltip,.help-icon:focus-within .help-tooltip{opacity:1}.account-analytics .platform{background:#f6f7fb;border:1px solid var(--color-border);border-radius:16px;padding:14px}.account-analytics .platform .title{display:flex;align-items:center;gap:8px;font-weight:700;margin-bottom:10px}.account-analytics .platform .pill{padding:2px 8px;border-radius:999px;border:1px solid var(--color-border);background:#fff;color:var(--color-muted);font-size:12px;font-weight:600}.account-analytics .platform .rows{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:10px;margin:0}@media (min-width: 1024px){.account-analytics .platform .rows{gap:12px}}.account-analytics .platform .rows .stat{background:#ffffff;border:1px solid var(--color-border);border-radius:14px;padding:14px 16px;box-shadow:0 10px 24px rgba(2,6,23,0.04)}.account-analytics .platform .rows dt{margin:0 0 6px 0;color:var(--color-muted);font-weight:600;font-size:13px}.account-analytics .platform .rows dd{margin:0;font-weight:800;font-size:24px;line-height:1.1}.is-instagram .dot{background:#e1306c}.is-youtube .dot{background:#ff0000}.is-tiktok .dot{background:#000}.account-toolbar{display:flex;align-items:center;gap:16px;margin-bottom:20px}.account-toolbar .tag-group{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.account-toolbar .filters{margin-left:auto;display:flex;align-items:flex-end;gap:8px}@media (max-width: 640px){.account-toolbar{flex-wrap:wrap}.account-toolbar .filters{margin-left:0;width:100%;justify-content:flex-end}}.legal-container{max-width:800px;margin:4rem auto;padding:0 1.5rem;font-family:system-ui, sans-serif;line-height:1.6;color:#333}.legal-container h1{font-size:2.2rem;margin-bottom:0.5rem;color:#111}.legal-container .effective-date{font-size:0.9rem;color:#666;margin-bottom:2rem}.legal-container h2{font-size:1.4rem;margin-top:2rem;margin-bottom:0.5rem;color:#222}.legal-container ul{list-style:disc;padding-left:1.5rem;margin-bottom:1rem}.legal-container li{margin-bottom:0.4rem}.legal-link{color:#3b82f6;text-decoration:underline}.legal-link:hover{color:#1e40af}.legal-back-button{display:inline-block;margin-bottom:2rem;color:#5C5CFF;text-decoration:none;font-weight:500;font-size:1rem;border:2px solid #5C5CFF;padding:6px 14px;border-radius:6px;transition:all 0.2s ease-in-out;background-color:white}.legal-back-button:hover{background-color:#5C5CFF;color:white}.billing-page{padding:2rem;max-width:800px;margin:auto}.billing-description{color:#555;margin-bottom:2rem}.current-plan-card{background:#fff;border-radius:12px;box-shadow:0 4px 8px rgba(0,0,0,0.05);padding:1.5rem;margin-bottom:2rem}.plan-name{font-weight:bold;font-size:1.5rem;margin-top:1rem;color:#5C5CFF}.plan-details{margin-top:1rem;list-style:none;padding-left:0;color:#444}.plan-details li{margin-bottom:0.3rem}.view-plans-button{display:inline-block;margin-top:1rem;background-color:#5C5CFF;color:#fff;padding:0.6rem 1.2rem;border-radius:6px;text-decoration:none}.billing-portal-section{text-align:left;margin-top:2rem}.billing-portal-link{display:inline-block;background:#fff;border:1px solid #ccc;padding:0.6rem 1.2rem;border-radius:8px;text-decoration:none;color:#000}.billing-portal-link:hover{background:#f8f8f8}.billing-portal-caption{font-size:0.9rem;color:#888;margin-top:0.5rem}.user-account-wrap{max-width:720px;margin:0 auto;padding:1rem}.user-account-title{font-size:28px;font-weight:700;margin-bottom:2rem;color:#111827}.user-account-card{max-width:450px;background:white;border:1px solid #e5e7eb;border-radius:12px;padding:24px 32px;margin-bottom:24px;box-shadow:0 1px 3px rgba(0,0,0,0.05)}.card-title{font-size:20px;font-weight:600;color:#111827;margin-bottom:20px}.form-group{margin-bottom:20px}.form-label{display:block;font-weight:500;margin-bottom:6px;color:#374151;font-size:14px}.input{width:100%;padding:12px 14px;font-size:14px;border-radius:8px;border:1.5px solid #d1d5db;transition:border-color 0.2s;box-sizing:border-box}.input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,0.1);outline:none}.form-hint{font-size:12px;color:#6b7280;margin-top:4px;display:block}.btn--block{width:100%}.mt-2{margin-top:0.5rem}.flash{padding:12px 16px;border-radius:8px;font-size:14px;margin-bottom:16px}.flash--success{max-width:450px;background-color:#ecfdf5;color:#047857;border:1px solid #34d399}.flash--error{max-width:450px;background-color:#fef2f2;color:#991b1b;border:1px solid #fecaca}.coming-soon-section{padding:100px 20px;background-color:#f9f9ff;text-align:center}.coming-soon-container{max-width:700px;margin:0 auto}.coming-soon-container h1{font-size:2.5rem;margin-bottom:20px;color:#333}.coming-soon-container p{font-size:1.2rem;color:#666;margin-bottom:40px;line-height:1.6}.coming-soon-button{display:inline-block;padding:12px 24px;background-color:#6b5cff;color:#fff;text-decoration:none;border-radius:6px;font-weight:600;transition:background-color 0.3s ease}.coming-soon-button:hover{background-color:#5548e0}:root{--bg: #0b1020;--muted: #7a8199;--text: #e8ecf8;--ring: #4654ff;--ring-2: #22d3ee;--success: #20c997;--danger: #ef4444;--border: rgba(255,255,255,0.08);--chip: rgba(255,255,255,0.06);--shadow: 0 10px 25px rgba(0,0,0,0.35)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;background:#f8fafc;display:flex;min-height:100vh;margin:0;padding:0}a{text-decoration:none}.main-content{flex:1;padding:30px;background:#f8fafc;overflow-y:auto;min-height:100vh}
