:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;font-family:system-ui,sans-serif}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}*{box-sizing:border-box}body{margin:0}.app-layout{flex-direction:column;min-height:100vh;display:flex}.app-header{border-bottom:1px solid #e2e2e2;align-items:center;gap:2rem;padding:1rem 1.5rem;display:flex}.app-title{font-size:1.1rem;font-weight:700}.app-nav{gap:1.25rem;display:flex}.app-nav-link{color:inherit;opacity:.7;text-decoration:none}.app-nav-link.active{opacity:1;font-weight:600}.app-logout{margin-left:auto}.app-content{flex:1;padding:1.5rem}.login-page{justify-content:center;align-items:center;min-height:100vh;display:flex}.login-form{border:1px solid #e2e2e2;border-radius:8px;flex-direction:column;gap:.75rem;width:100%;max-width:320px;padding:2rem;display:flex}.login-form label{flex-direction:column;gap:.25rem;font-size:.9rem;display:flex}.login-error{color:#c0392b;margin:0;font-size:.9rem}.avatar-form{border:1px solid #e2e2e2;border-radius:8px;flex-direction:column;gap:.75rem;max-width:640px;margin-bottom:1.5rem;padding:1.5rem;display:flex}.avatar-form h2{margin:0;font-size:1rem}.avatar-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}.avatar-form label,.avatar-form-bio{flex-direction:column;gap:.25rem;font-size:.9rem;display:flex}.avatar-form-actions{gap:.5rem;display:flex}.form-error{color:#c0392b;margin:0;font-size:.9rem}.avatar-table{border-collapse:collapse;width:100%}.avatar-table th,.avatar-table td{text-align:left;border-bottom:1px solid #e2e2e2;padding:.5rem .75rem}.avatar-table-actions{gap:.5rem;display:flex}.avatar-detail{flex-direction:column;gap:1.5rem;max-width:720px;display:flex}.avatar-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin:0;display:grid}.avatar-detail-grid dt{opacity:.7;font-size:.8rem}.avatar-detail-grid dd{margin:0;font-weight:500}.avatar-detail-bio p{white-space:pre-wrap}.avatar-detail-generate{flex-direction:column;align-items:flex-start;gap:.5rem;display:flex}.avatars-page-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.avatars-generate-all{flex-direction:column;align-items:flex-end;gap:.5rem;display:flex}.avatar-generate-summary{margin:0;font-size:.9rem}.avatar-post-list{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.avatar-post-item{border:1px solid #e2e2e2;border-radius:8px;padding:.75rem 1rem}.avatar-post-header{opacity:.7;justify-content:space-between;margin-bottom:.5rem;font-size:.85rem;display:flex}.avatar-post-content{white-space:pre-wrap;margin:0 0 .5rem}.avatar-post-metrics{opacity:.8;gap:1rem;font-size:.85rem;display:flex}.product-form{border:1px solid #e2e2e2;border-radius:8px;flex-direction:column;gap:.75rem;max-width:640px;margin-bottom:1.5rem;padding:1.5rem;display:flex}.product-form h2{margin:0;font-size:1rem}.product-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}.product-form label,.product-form-angles{flex-direction:column;gap:.25rem;font-size:.9rem;display:flex}.product-form-avatars{border:1px solid #e2e2e2;border-radius:6px;flex-direction:column;gap:.4rem;padding:.75rem;font-size:.9rem;display:flex}.product-form-avatar-option{flex-direction:row;align-items:center;gap:.5rem;display:flex}.product-form-actions{gap:.5rem;display:flex}.product-table{border-collapse:collapse;width:100%}.product-table th,.product-table td{text-align:left;border-bottom:1px solid #e2e2e2;padding:.5rem .75rem}.product-table-actions{gap:.5rem;display:flex}.calendar-page-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;display:flex}.calendar-nav{gap:.5rem;display:flex}.calendar-range{opacity:.75;margin-top:-.5rem}.calendar-grid{border:1px solid #e2e2e2;border-radius:6px;grid-template-columns:minmax(120px,160px) repeat(7,minmax(140px,1fr));display:grid;overflow:hidden}.calendar-cell{border-bottom:1px solid #e2e2e2;border-right:1px solid #e2e2e2;min-height:3rem;padding:.5rem}.calendar-header-cell{background:#7f7f7f14;font-weight:600}.calendar-avatar-cell{flex-direction:column;justify-content:center;font-weight:600;display:flex}.calendar-avatar-status{opacity:.7;font-size:.85rem;font-weight:400}.calendar-day-cell{flex-direction:column;gap:.4rem;display:flex}.calendar-slot-empty{opacity:.55;text-align:center;border:1px dashed #c8c8c8;border-radius:4px;padding:.3rem .4rem;font-size:.8rem}.calendar-post{background:#7f7f7f14;border-left:3px solid #888;border-radius:4px;padding:.35rem .5rem;font-size:.8rem}.calendar-post-lifestyle{border-left-color:#4f8ef7}.calendar-post-product{border-left-color:#e0a72f}.calendar-post-engagement{border-left-color:#4caf7d}.calendar-post-type{margin-right:.4rem;font-weight:600}.calendar-post-status{opacity:.7}.calendar-post-content{-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:.25rem 0 0;display:-webkit-box;overflow:hidden}.calendar-post-edit{width:100%;font:inherit;resize:vertical;margin-top:.25rem;font-size:.8rem}.calendar-post-actions{flex-wrap:wrap;gap:.3rem;margin-top:.35rem;display:flex}.calendar-post-actions button{padding:.15rem .4rem;font-size:.75rem}.today-post-list{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.today-post{background:#7f7f7f14;border-left:4px solid #888;border-radius:6px;padding:.75rem 1rem}.today-post-lifestyle{border-left-color:#4f8ef7}.today-post-product{border-left-color:#e0a72f}.today-post-engagement{border-left-color:#4caf7d}.today-post-header{flex-wrap:wrap;align-items:center;gap:.6rem;font-size:.85rem;display:flex}.today-post-time{font-weight:600}.today-post-type,.today-post-status{opacity:.7}.today-post-content{white-space:pre-wrap;margin:.5rem 0 0}.today-post-hashtags{opacity:.7;margin:.35rem 0 0;font-size:.85rem}.today-post-actions{gap:.5rem;margin-top:.6rem;display:flex}.dashboard-week-range{opacity:.75;margin-top:-.5rem}.dashboard-avatar-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem;display:grid}.dashboard-avatar-card{color:inherit;border:1px solid #e2e2e2;border-radius:8px;flex-direction:column;gap:.5rem;padding:1rem;text-decoration:none;display:flex}.dashboard-avatar-card-header{flex-direction:column;display:flex}.dashboard-avatar-name{font-weight:600}.dashboard-avatar-handle{opacity:.7;font-size:.85rem}.dashboard-cadence{font-size:.95rem;font-weight:600}.dashboard-cadence-ok{color:#2e7d4f}.dashboard-cadence-behind{color:#c0392b}.dashboard-avatar-total{opacity:.7;font-size:.85rem}.dashboard-global-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;margin-bottom:.5rem;display:grid}.dashboard-global-card{border:1px solid #e2e2e2;border-radius:8px;padding:1rem}.dashboard-global-card h2{margin-top:0;font-size:.95rem}.dashboard-weekly-chart{align-items:flex-end;gap:.5rem;height:140px;display:flex}.dashboard-weekly-bar-col{flex-direction:column;flex:1;align-items:center;gap:.25rem;height:100%;display:flex}.dashboard-weekly-bar-value{opacity:.75;font-size:.75rem}.dashboard-weekly-bar-track{background:#b7d3f6;border-radius:4px;flex:1;align-items:flex-end;width:100%;max-width:24px;display:flex}.dashboard-weekly-bar-fill{background:#2a78d6;border-radius:4px;width:100%;min-height:2px}.dashboard-weekly-bar-label{opacity:.7;font-size:.7rem}.dashboard-meter-list{flex-direction:column;gap:.6rem;margin:0;padding:0;list-style:none;display:flex}.dashboard-meter-row{grid-template-columns:minmax(0,1fr) 2fr auto;align-items:center;gap:.6rem;display:grid}.dashboard-meter-label{text-overflow:ellipsis;white-space:nowrap;font-size:.85rem;overflow:hidden}.dashboard-meter-track{background:#b7d3f6;border-radius:4px;height:10px}.dashboard-meter-fill{background:#2a78d6;border-radius:4px;min-width:2px;height:100%}.dashboard-meter-value{text-align:right;font-size:.85rem;font-weight:600}.avatar-dashboard{flex-direction:column;gap:1.5rem;max-width:720px;display:flex}.dashboard-stats-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem;display:grid}.dashboard-stat-card{border:1px solid #e2e2e2;border-radius:8px;flex-direction:column;gap:.35rem;padding:.75rem 1rem;display:flex}.dashboard-stat-label{opacity:.7;font-size:.8rem}.dashboard-stat-value{font-size:1.3rem;font-weight:700}.dashboard-post-list{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.dashboard-post-item{border:1px solid #e2e2e2;border-radius:8px;padding:.75rem 1rem}.dashboard-post-header{opacity:.7;justify-content:space-between;margin-bottom:.5rem;font-size:.85rem;display:flex}.dashboard-post-content{white-space:pre-wrap;margin:0 0 .5rem}.dashboard-metrics-form{flex-wrap:wrap;align-items:flex-end;gap:.75rem;display:flex}.dashboard-metrics-form label{flex-direction:column;gap:.25rem;font-size:.85rem;display:flex}.dashboard-metrics-form input{width:6rem}
