:root{color-scheme:light;--bg: #f5f7fb;--bg-card: #ffffff;--border-subtle: #e5e7eb;--accent: #7c3aed;--accent-2: #22d3ee;--accent-soft: rgba(124, 58, 237, .15);--text-main: #0f172a;--text-muted: #475569;--danger: #dc2626;--success: #16a34a}*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,SF Pro Text,sans-serif;background:linear-gradient(180deg,#f8fafc,#eef2ff 45%,#f5f7fb);color:var(--text-main);min-height:100vh}.app{max-width:1120px;margin:0 auto;padding:24px 16px 40px}.app-header{text-align:left;margin-bottom:24px}.app-header h1{font-size:1.8rem;margin-bottom:4px}.app-header p{color:var(--text-muted);max-width:640px}.app-main{display:flex;flex-direction:column;gap:16px}.card{background:linear-gradient(180deg,#fff,#f7f9fc);border-radius:16px;border:1px solid #cbd5e1;padding:16px 16px 20px;box-shadow:0 10px 30px #0f172a1f}.card h2{margin:0 0 4px;font-size:1.1rem}.card h3{margin:8px 0;font-size:1rem}.card p{margin:0 0 12px;color:var(--text-muted);font-size:.9rem}input[type=file]{margin-top:8px;border:1px solid #dc2626;background:#fff5f5;color:#b91c1c;border-radius:10px;padding:6px 8px}input[type=file]::-webkit-file-upload-button{border:1px solid #dc2626;background:#ef4444;color:#f8fafc;border-radius:8px;padding:6px 10px;cursor:pointer}input[type=file]::file-selector-button{border:1px solid #dc2626;background:#ef4444;color:#f8fafc;border-radius:8px;padding:6px 10px;cursor:pointer}.draft-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:16px;margin:16px 0}.ai-image-panel{padding:.75rem .75rem .85rem;border-radius:.9rem;background:linear-gradient(135deg,#eef2ff,#ecfeff);border:1px solid #c7d2fe;margin-bottom:.75rem;display:flex;flex-direction:column;gap:.5rem}.ai-image-row{display:flex;flex-wrap:wrap;gap:.5rem;align-items:flex-end}@media (max-width: 720px){.ai-image-row{flex-direction:column;align-items:stretch}}.section-divider{margin:.9rem 0;border:0;border-top:1px dashed #d1d5db}h3{margin-top:0;font-size:1rem;color:#111827}@media (min-width: 900px){.draft-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.draft-card{display:flex;gap:10px;background:#fff;border-radius:14px;border:1px solid #060607;padding:12px;box-shadow:0 8px 22px #0f172a14}.draft-image{width:110px;height:110px;object-fit:cover;border-radius:10px;flex-shrink:0}.draft-body{flex:1;display:flex;flex-direction:column;gap:6px}.draft-row{display:flex;justify-content:space-between;align-items:center}.draft-title{font-size:.9rem;font-weight:600}.draft-status{font-size:.75rem;color:var(--text-muted)}.draft-preview{border:1px solid #e2e8f0;border-radius:10px;background:#f8fafc;padding:8px 10px;display:flex;flex-direction:column;gap:6px}.draft-preview-meta{display:flex;flex-wrap:wrap;gap:6px;font-size:.75rem;color:var(--text-muted)}.draft-preview-body{font-size:.85rem;color:var(--text-main)}.draft-preview-tags{margin:4px 0 0;font-size:.8rem;color:#0f172a}.pill{border-radius:999px;background:#e0f2fe;color:#0ea5e9;padding:2px 8px;border:1px solid #bae6fd}.post-preview{margin-top:8px;padding:8px 10px;border-radius:12px;background:#f9fafb;border:1px solid #e5e7eb;font-size:.8rem}.post-preview-header{display:flex;align-items:center;gap:8px;margin-bottom:6px}.post-preview-avatar,.avatar-circle{width:24px;height:24px;border-radius:999px;background:linear-gradient(135deg,#6366f1,#22d3ee);flex-shrink:0;display:grid;place-items:center;color:#f8fafc;font-weight:700;font-size:.75rem}.post-preview-name{font-size:.8rem;font-weight:600}.post-preview-sub{font-size:.7rem;color:var(--text-muted)}.post-preview-image{width:100%;max-height:180px;object-fit:cover;border-radius:10px;margin-bottom:6px}.post-preview-caption{font-size:.8rem;white-space:pre-wrap}.post-preview{margin-top:8px;padding:8px 10px;border-radius:10px;border:1px dashed #cbd5f5;background:#eef2ff;font-size:.8rem}.post-preview-header{display:flex;align-items:center;gap:8px;margin-bottom:4px}.avatar-circle{width:26px;height:26px;border-radius:999px;background:#1d4ed8;color:#eff6ff;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:600}.post-preview-name{font-weight:600}.post-preview-sub{color:var(--text-muted)}.post-preview-body p{margin:0 0 2px}.post-preview-image-wrapper{position:relative;overflow:hidden}.brandpng-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-size:contain;background-repeat:no-repeat;background-position:center;pointer-events:none}.banner-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:space-between;pointer-events:none}.banner-logo{position:absolute;top:10px;right:10px;z-index:2}.banner-logo-circle{width:34px;height:34px;border-radius:999px;background:#000000b3;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.95rem;box-shadow:0 4px 12px #0000004d}.banner-top{padding:10px 12px;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.35)}.banner-headline{font-weight:800;text-transform:uppercase;font-size:1rem;line-height:1.2}.banner-subline{margin-top:4px;font-size:.85rem;line-height:1.3;opacity:.95}.banner-bottom{padding:8px 12px;display:flex;justify-content:space-between;gap:10px;font-size:.8rem;line-height:1.2}.banner-brand{font-weight:700}.banner-cta{text-align:right;opacity:.9}.banner-style-promo{justify-content:flex-end;align-items:stretch;background:linear-gradient(to bottom,#0000,#0000 55%,#0000008c 80%,#000c)}.promo-bar{background:#d60000;padding:10px 12px;display:grid;grid-template-columns:auto 1fr auto;gap:10px 14px;align-items:center;color:#fff;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px}.promo-logo-circle{width:36px;height:36px;border-radius:10px;background:#ff2a2a;display:flex;align-items:center;justify-content:center;font-weight:800;color:#fff;border:2px solid rgba(0,0,0,.3);box-shadow:0 4px 10px #0003}.promo-text{line-height:1.2}.promo-title{font-weight:800;text-transform:uppercase;font-size:.95rem}.promo-subtitle{font-size:.8rem;opacity:.95;margin-top:2px}.promo-contact{text-align:right;font-size:.8rem;line-height:1.25}.promo-contact-line strong{font-weight:800}@media (max-width: 480px){.banner-style-promo .promo-bar{grid-template-columns:1fr;text-align:left}.promo-contact{text-align:left}}@media (max-width: 640px){.draft-card{flex-direction:column;align-items:stretch}.draft-image{width:100%;max-height:220px}.draft-body{width:100%}.draft-row{flex-wrap:wrap;gap:6px}}.banner-style-bold .banner-top{background:linear-gradient(90deg,#dc2626eb,#ef4444e6)}.banner-style-bold .banner-bottom{background:#111827d1;color:#f8fafc}.banner-style-clean .banner-top{background:linear-gradient(180deg,#0f172a59,#0f172a0d);color:#0f172a;text-shadow:none}.banner-style-clean .banner-subline{color:#475569;opacity:1}.banner-style-clean .banner-bottom{background:#ffffffeb;color:#0f172a}.banner-style-accent .banner-top{background:linear-gradient(180deg,#0d948899,#0d94880d);color:#ecfeff}.banner-style-accent .banner-subline{color:#c7f7f2;opacity:1}.banner-style-accent .banner-bottom{background:#0d9488e6;color:#e0f2f1}.banner-style-gentle .banner-top{background:linear-gradient(180deg,#0f172a8c,#0f172a00);color:#f8fafc}.banner-style-gentle .banner-bottom{background:linear-gradient(0deg,#0009,#0000000d);color:#e5e7eb}.banner-style-darkglass .banner-top{background:#0f172a94;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);color:#f8fafc}.banner-style-darkglass .banner-bottom{background:#0000008c;color:#e5e7eb}.banner-style-split .banner-top{background:#f8fafce6;color:#0f172a;text-shadow:none}.banner-style-split .banner-headline{color:#0f172a}.banner-style-split .banner-subline{color:#334155;opacity:1}.banner-style-split .banner-bottom{background:#0f172ae0;color:#e2e8f0}.plan-panel{margin-bottom:12px;padding:10px 10px 12px;border-radius:12px;border:1px dashed #cbd5f5;background:linear-gradient(135deg,#eef2ff,#ecfeff)}.plan-grid{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:4px}.plan-services{margin:6px 0}.plan-service-checkboxes{display:flex;flex-wrap:wrap;gap:8px 14px;font-size:.8rem}.token-health{margin:10px 0 8px}.token-health ul{list-style:none;padding:0;margin:4px 0 0;display:flex;flex-direction:column;gap:4px}.token-pill{display:flex;justify-content:space-between;align-items:center;border-radius:999px;padding:4px 10px;font-size:.8rem;border:1px solid #e5e7eb}.token-ok{background:#ecfdf5;border-color:#bbf7d0}.token-warning{background:#fffbeb;border-color:#facc15}.token-error{background:#fef2f2;border-color:#fecaca}.token-unknown{background:#f9fafb}.help-tip{display:inline-block;margin-left:6px;position:relative;cursor:pointer}.help-tip>summary{list-style:none;font-size:.75rem;width:18px;height:18px;border-radius:999px;border:1px solid #cbd5f5;display:inline-flex;align-items:center;justify-content:center;background:#eef2ff;color:#4f46e5;font-weight:600;padding:0}.help-tip[open]>summary{background:#e0f2fe}.help-tip .help-text{position:absolute;z-index:10;top:140%;left:0;min-width:220px;max-width:260px;background:#0f172a;color:#e5e7eb;padding:8px 10px;border-radius:8px;font-size:.75rem;box-shadow:0 10px 25px #0f172a59}.token-health{margin:12px 0}.token-health ul{list-style:none;padding:0;margin:6px 0 0;display:flex;flex-direction:column;gap:6px}.token-pill{display:flex;gap:10px;align-items:center;padding:8px 10px;border-radius:12px;border:1px solid #e2e8f0;background:#f8fafc;font-size:.85rem}.token-status-label{color:var(--text-muted)}.token-ok{border-color:#bbf7d0;background:#f0fdf4}.token-warning{border-color:#fde68a;background:#fffbeb}.token-error{border-color:#fecdd3;background:#fff1f2}.token-unknown{border-color:#e5e7eb;background:#f8fafc}.field{display:flex;flex-direction:column;gap:4px}.field span{font-size:.8rem;color:var(--text-muted)}textarea{resize:vertical;min-height:60px}textarea,input[type=datetime-local],input[type=text],input[type=password]{border-radius:8px;border:1px solid #d0d7e2;padding:6px 8px;background:#fff;color:var(--text-main);font-size:.9rem}textarea:focus,input[type=datetime-local]:focus,input[type=text]:focus{outline:1px solid var(--accent);box-shadow:0 0 0 1px var(--accent-soft)}.platform-toggle{display:flex;gap:12px;font-size:.8rem}.platform-toggle label{display:flex;align-items:center;gap:4px}.draft-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:4px}button{border-radius:10px;border:1px solid var(--border-subtle);padding:8px 14px;font-size:.85rem;background:#fff;color:var(--text-main);cursor:pointer;box-shadow:0 6px 12px #0f172a1f;transition:background .15s ease,transform .05s ease,border-color .15s ease,box-shadow .15s ease}button:hover{background:#7c3aed14;border-color:#7c3aed73;transform:translateY(-1px);box-shadow:0 8px 16px #0f172a29}button:disabled{opacity:.6;cursor:default;transform:none;box-shadow:0 0 #0000000d}button.primary{background:var(--accent);border-color:var(--accent);color:#f8fafc;font-weight:700;padding-inline:16px;margin-top:4px}button.primary:hover{background:#6d28d9}button.secondary{background:#0ea5e9;border-color:#0284c7;color:#f8fafc;font-weight:600}button.secondary:hover{background:#0284c7;border-color:#0369a1}button.danger{background:#ef4444;border-color:#dc2626;color:#f8fafc;font-weight:700}button.danger:hover{background:#dc2626}.scheduled-list{display:flex;flex-direction:column;gap:14px;margin-top:14px}.scheduled-row-outer{background:#f9fafb;border:1px solid #d8dce5;border-radius:14px;padding:16px;display:flex;flex-direction:column;gap:8px;box-shadow:0 8px 22px #0f172a14}.scheduled-row{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;padding:0}.scheduled-main{flex:1}.scheduled-title{font-size:.9rem;font-weight:500}.scheduled-meta{font-size:.8rem;color:var(--text-muted);display:flex;gap:10px}.badge{padding:3px 9px;border-radius:999px;font-size:.75rem;text-transform:capitalize;border:1px solid var(--border-subtle)}.badge.scheduled{background:#38bdf829;border-color:#38bdf8cc}.badge.published{background:#22c55e33;border-color:#22c55ed9}.badge.failed{background:#ef444433;border-color:#ef4444d9}.log-panel{background:#0f172acc;border:1px solid var(--border-subtle);border-radius:10px;padding:8px 10px;font-size:.8rem;color:var(--text-muted);white-space:pre-wrap}.action-row{display:flex;gap:8px;align-items:center}.scheduled-actions{display:flex;flex-direction:column;gap:.3rem;align-items:flex-end}button.danger{background:#fee2e2;border:1px solid #fecaca;color:#b91c1c}button.danger:hover{background:#fecaca}.scheduled-log pre{white-space:pre-wrap;font-size:.75rem;background:#f8fafc;padding:.5rem;border-radius:.5rem;border:1px solid #e2e8f0}.profile-pill{font-size:.7rem;padding:.2rem .5rem;border-radius:999px;font-weight:600;margin-left:.5rem}.profile-calgary{background:#fee2e2;color:#b91c1c}.profile-epf{background:#dbeafe;color:#1d4ed8}.profile-wallpaper{background:#dcfce7;color:#15803d}.profile-default{background:#e5e7eb;color:#111827}.muted{color:var(--text-muted);font-size:.85rem}.error-text{color:var(--danger);font-size:.8rem;margin:-4px 0 0}.profile-status-list{margin-top:.75rem;padding:.5rem .75rem;border-radius:.75rem;background:#f9fafb;border:1px solid #e5e7eb}.profile-status-row{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem;padding:.5rem 0;border-top:1px dashed #e5e7eb}.profile-status-row:first-of-type{border-top:none}.profile-status-main{flex:1}.profile-status-title{display:flex;gap:.4rem;align-items:baseline}.profile-status-key{font-size:.75rem;color:var(--text-muted)}.profile-status-detail{margin-top:.25rem;font-size:.8rem;color:var(--text-muted)}.profile-status-actions{display:flex;align-items:center}
