.dash-unauthenticated{display:flex;align-items:center;justify-content:center;min-height:60vh}.dash-unauth-card{text-align:center;max-width:360px;padding:48px 32px;border:1px solid var(--color-border);background:var(--color-bg-warm)}.dash-unauth-icon{margin-bottom:20px}.dash-unauth-card h2{font-family:var(--font-display);font-size:20px;font-weight:700;color:var(--color-text);margin-bottom:8px}.dash-unauth-card p{font-size:14px;color:var(--color-text-muted);margin-bottom:24px}.dash-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;flex:1}.dash-loading p{font-size:13px;color:var(--color-text-muted)}.dash-spinner{width:22px;height:22px;border:2px solid var(--color-border);border-top-color:#172554;border-radius:50%;animation:dash-spin .7s linear infinite}@keyframes dash-spin{to{transform:rotate(360deg)}}.dash-error{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 14px;background:#fef2f2;border:1px solid #fecaca;color:#dc2626;font-size:13px;margin-bottom:28px}.dash-error-dismiss{background:none;border:none;padding:4px;color:#dc2626;opacity:.6;cursor:pointer;flex-shrink:0;transition:opacity .15s}.dash-error-dismiss:hover{opacity:1}.dash-empty{padding:28px 24px;border:1px dashed var(--color-border);text-align:center;font-size:13px;color:var(--color-text-muted)}.dash-section,.sf-feed,.dash-error,.dash-empty,.dash-loading{width:100%;max-width:var(--dash-body-max, 720px);margin-left:auto;margin-right:auto}.dash-section{margin-bottom:44px}.dash-section-header{margin-bottom:16px}.dash-section-header h2{font-family:var(--font-display);font-size:18px;font-weight:700;color:var(--color-text);letter-spacing:-.02em;margin-bottom:3px}.dash-section-header p{font-size:13px;color:var(--color-text-muted)}.dash-scheduled-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.dash-scheduled-header h2{font-family:var(--font-display);font-size:18px;font-weight:700;color:var(--color-text);letter-spacing:-.02em}.dash-scheduled-see-all{font-size:12px;font-weight:600;color:var(--color-text-muted);text-decoration:none;transition:color .15s}.dash-scheduled-see-all:hover{color:var(--color-text)}.dash-see-all-row{display:flex;justify-content:center;padding-top:8px}.dash-btn{display:inline-flex;align-items:center;gap:5px;font-family:var(--font-sans);font-size:13px;font-weight:600;line-height:1;padding:8px 14px;border-radius:var(--radius-btn);border:1px solid #cbd5e1;background:#fff;color:#1e293b;cursor:pointer;transition:color .12s,border-color .12s,background .12s;white-space:nowrap;text-decoration:none}.dash-btn:disabled{opacity:.4;cursor:not-allowed}.dash-btn:hover:not(:disabled){color:#0f172a;border-color:#94a3b8;background:#f8fafc}.dash-btn-primary{background:#172554;color:#fff;border-color:#172554}.dash-btn-primary:hover:not(:disabled){background:#1e3a6e;border-color:#1e3a6e;color:#fff}.dash-btn-outline{background:#fff;color:#1e293b;border-color:#cbd5e1}.dash-btn-ghost{background:transparent;color:var(--color-text-muted);border-color:transparent}.dash-btn-ghost:hover:not(:disabled){background:var(--color-bg-warm);color:var(--color-text);border-color:transparent}.dash-btn-danger{background:transparent;color:#dc2626;border-color:#fecaca}.dash-btn-danger:hover:not(:disabled){background:#fef2f2;border-color:#fca5a5}.dash-btn-remove{background:#dc2626;color:#fff;border-color:#dc2626}.dash-btn-remove:hover:not(:disabled){background:#b91c1c;border-color:#b91c1c;color:#fff}.dash-btn-sm{font-size:12px;padding:5px 10px;font-weight:500}.dash-btn-full{width:100%;justify-content:center}.dash-dialog{border:1px solid var(--color-border);border-radius:0;padding:0;width:calc(100% - 32px);max-width:400px;margin:auto;background:#fff}.dash-dialog-wide{max-width:560px}.dash-dialog::backdrop{background:#0f172a59}.dash-dialog-inner{padding:24px 24px 20px;display:flex;flex-direction:column}.dash-dialog-inner-centered{align-items:center;text-align:center}.dash-dialog-icon{width:40px;height:40px;background:#fee2e2;color:#dc2626;display:flex;align-items:center;justify-content:center;margin-bottom:14px;flex-shrink:0}.dash-dialog-icon-ok{background:#dcfce7;color:#16a34a}.dash-dialog-icon-upload{background:#dbeafe;color:#2563eb}.dash-dialog-icon-describe{background:#ede9fe;color:#7c3aed}.upload-progress-bar{width:100%;height:6px;background:var(--color-border, #e5e7eb);overflow:hidden}.upload-progress-fill{height:100%;background:#2563eb;transition:width .3s ease}.upload-progress-file{font-size:12px;color:var(--color-text-muted);margin:8px 0 0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dash-dialog-title{font-family:var(--font-display);font-size:16px;font-weight:700;color:var(--color-text);margin:0 0 6px;letter-spacing:-.01em}.dash-dialog-body{font-size:13px;color:var(--color-text-muted);line-height:1.6;margin:0 0 20px}.dash-dialog-body strong{color:var(--color-text);font-weight:600}.dash-dialog-actions{display:flex;gap:8px;justify-content:flex-end}.dash-dot-menu-trigger{background:none;border:none;padding:4px;color:var(--color-text-muted);cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:3px;transition:background .12s,color .12s}.dash-dot-menu-trigger:hover{background:var(--color-bg-warm);color:var(--color-text)}.dash-dot-menu-dropdown{position:absolute;top:calc(100% + 4px);right:0;background:#fff;border:1px solid var(--color-border);border-radius:0;min-width:120px;z-index:200;padding-block:4px}.dash-card-with-menu{position:relative}.dash-card-menu-anchor{position:absolute;top:8px;right:8px;z-index:10}.dash-pp-empty{padding:28px 24px;border:1px dashed var(--color-border);text-align:center;font-size:13px;color:var(--color-text-muted)}.dash-pp-list{display:grid;grid-template-columns:1fr 1fr;gap:8px}.dash-pp-card{display:flex;gap:14px;padding:12px 14px;background:#fff;border:1px solid var(--color-border);transition:background .12s}.dash-pp-card:hover{background:var(--color-bg-warm)}.dash-pp-thumb{position:relative;width:52px;min-height:52px;align-self:stretch;flex-shrink:0;overflow:hidden;background:var(--color-bg-warm)}.dash-pp-thumb img{width:100%;height:100%;object-fit:cover}.dash-pp-count{position:absolute;bottom:2px;right:2px;background:#0000008c;color:#fff;font-size:9px;font-weight:600;padding:1px 4px}.dash-pp-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px;justify-content:center}.dash-pp-platform{display:flex;align-items:center;justify-content:space-between;gap:6px;margin-bottom:2px}.dash-pp-platform-left{display:flex;align-items:center;gap:5px;color:var(--color-text-muted)}.dash-pp-platform-name{font-size:11px;font-weight:600;color:var(--color-text-muted)}.dash-pp-badge{display:inline-block;padding:1px 6px;border-radius:4px;font-size:10px;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.dash-pp-badge-done{background:#dcfce7;color:#15803d}.dash-pp-badge-pending{display:none}.dash-pp-badge-processing{background:#fef3c7;color:#b45309}.dash-pp-badge-failed{background:#fee2e2;color:#b91c1c}.dash-pp-badge-draft{background:#f1f5f9;color:#475569}.dash-tooltip-wrap{position:relative}.dash-tooltip-wrap .dash-tooltip{display:none;position:absolute;top:calc(100% + 6px);right:0;background:#fff;color:var(--color-text);font-size:11px;font-weight:500;font-family:var(--font-mono);letter-spacing:0;text-transform:none;line-height:1.4;padding:8px 12px;border-radius:6px;border:1px solid var(--color-border);box-shadow:0 4px 16px #0f172a1a;max-width:280px;white-space:normal;word-break:break-word;pointer-events:none;z-index:200}.dash-tooltip-wrap:hover .dash-tooltip{display:block}.dash-pp-topic{font-size:11px;color:var(--color-text-muted);background:var(--color-bg-warm);border:1px solid var(--color-border);padding:1px 6px;border-radius:4px}.dash-pp-account{font-size:11px;font-weight:500;color:var(--color-text-muted)}.dash-pp-title{font-size:13px;font-weight:600;color:var(--color-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0}.dash-pp-error{font-size:11px;color:#dc2626;margin:0}.dash-pp-footer{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.dash-pp-date{font-size:11px;color:var(--color-text-muted)}.dash-pp-link{font-size:11px;font-weight:600;color:var(--color-primary);text-decoration:none}.dash-pp-link:hover{text-decoration:underline}.dash-pp-list-tight{margin-top:10px}.sf-day-header{font-size:13px;font-weight:700;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:10px;padding-bottom:8px;border-bottom:1px solid var(--color-border)}.dash-accounts-section-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--color-text-muted);margin-bottom:10px}.dash-badge{display:inline-block;padding:1px 5px;border-radius:4px;font-size:10px;font-weight:600;letter-spacing:.02em;align-self:flex-start;white-space:nowrap}.dash-badge-active{background:#dcfce7;color:#16a34a}.dash-badge-expired{background:#fef3c7;color:#d97706}.dash-badge-inactive{background:#f1f5f9;color:#64748b}.dash-badge-trial{background:#dbeafe;color:#2563eb}.dash-badge-friends{background:#f3e8ff;color:#7c3aed}.dash-menu-item{display:block;width:100%;padding:9px 16px;font-family:var(--font-sans);font-size:13px;font-weight:500;color:var(--color-text);text-decoration:none;background:none;border:none;text-align:left;cursor:pointer;transition:background .12s;white-space:nowrap}.dash-menu-item:hover{background:var(--color-bg-warm);color:var(--color-text)}.dash-menu-item-danger{color:#dc2626}.dash-menu-item-danger:hover{background:#fef2f2}.dash-header-action-menu{position:relative}.dash-header-action-dropdown{position:absolute;top:calc(100% + 6px);right:0;background:#fff;border:1px solid var(--color-border);border-radius:0;min-width:180px;z-index:200;padding-block:4px}.dash-header-action-item{display:flex;align-items:center;gap:8px}.dash-header-action-item:disabled{opacity:.45;cursor:not-allowed}.dash-header-action-check{margin-left:auto;font-size:10px;color:var(--color-text-muted)}.sf-page-header,.sf-header,.dash-sticky-header{display:flex;align-items:center;gap:12px;justify-content:flex-start;padding:0 24px;margin:0 -24px 20px;height:var(--dash-chrome-row-height);position:sticky;top:0;z-index:50;background:var(--color-bg);border-bottom:1px solid var(--grid-line)}.sf-header-main{flex:1 1 auto;min-width:0;display:flex;align-items:center}@media(max-width:640px){.sf-page-header,.sf-header,.dash-sticky-header{min-height:auto;padding:10px 16px;margin-left:-16px;margin-right:-16px;margin-bottom:16px;align-items:flex-start;flex-wrap:wrap;row-gap:8px}.sf-header-main{width:100%;flex-basis:100%}.dash-header-action-menu{width:auto;max-width:100%}.dash-header-action-menu>.dash-btn{width:auto;max-width:100%;justify-content:center}.dash-header-action-dropdown{left:0;right:auto;min-width:min(220px,calc(100vw - 32px));max-width:calc(100vw - 32px);max-height:min(320px,55dvh);overflow-y:auto}}.sf-header-actions{display:flex;align-items:center;gap:8px;flex-shrink:0;margin-left:auto}.sf-rubber-band{position:absolute;border:1px solid rgba(23,37,84,.35);background:#1725540f;pointer-events:none;z-index:10}.sf-header-left{display:flex;align-items:center;gap:10px;min-width:0}.sf-back{display:flex;align-items:center;justify-content:center;color:var(--color-text-muted);text-decoration:none;transition:color .15s;flex-shrink:0;background:none;border:none;padding:0;cursor:pointer}.sf-back:hover{color:var(--color-text)}.sf-title{font-family:var(--font-display);font-size:1.1rem;font-weight:700;color:var(--color-text);letter-spacing:-.02em;margin:0;min-width:0;flex:1 1 auto;text-align:left;line-height:1.15;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dash-templates-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.dash-template-card{border:1px solid var(--color-border);background:#fff;padding:16px;display:flex;flex-direction:column;gap:8px;transition:background .15s}.dash-template-card:hover{background:var(--color-bg-warm)}.dash-template-name{font-size:14px;font-weight:600;color:var(--color-text)}.dash-template-preview{font-size:13px;color:var(--color-text-muted);line-height:1.4;margin:0}.dash-template-meta{display:flex;gap:10px;font-size:11px;color:var(--color-text-muted);margin-top:auto}.dash-template-overlay{position:fixed;inset:0;z-index:120;background:#0000006b;backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:16px}.dash-template-overlay-shell{background:#fff;border:1px solid var(--color-border);width:640px;max-width:100%;max-height:85vh;display:flex;flex-direction:column;overflow:hidden}.dash-template-overlay-header{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 16px;border-bottom:1px solid var(--color-border);flex-shrink:0}.dash-template-overlay-body{flex:1;overflow-y:auto;padding:20px 24px}.dash-template-overlay-content{font-family:var(--font-mono);font-size:.8rem;line-height:1.7;color:var(--color-text);white-space:pre-wrap;word-break:break-word;margin:0}@media(max-width:560px){.dash-templates-grid{grid-template-columns:1fr}}.sf-root{position:relative}.sf-feed{display:flex;flex-direction:column;gap:0}.sf-day-group{margin-bottom:28px}.sf-sentinel{display:flex;justify-content:center;padding:16px 0;min-height:40px}.sf-card-selected{border-color:var(--color-primary)!important;background:#f8faff!important}.sf-checkbox{flex-shrink:0;width:18px;height:18px;border-radius:50%;border:2px solid var(--color-border);background:#fff;display:flex;align-items:center;justify-content:center;align-self:center;transition:border-color .15s,background .15s;cursor:pointer}.sf-checkbox:hover{border-color:#94a3b8}.sf-checkbox-checked{border-color:#172554;background:#172554;color:#fff}:root{--sidebar-width: 220px;--dash-chrome-row-height: 54px;--bottom-bar-height: 60px}.sidebar{position:sticky;top:0;height:100dvh;width:var(--sidebar-width);flex-shrink:0;display:flex;flex-direction:column;justify-content:space-between;background:#fff;border-right:1px solid var(--grid-line);z-index:100}.sidebar-top,.sidebar-bottom{display:flex;flex-direction:column}.sidebar-header{display:flex;align-items:center;padding:12px 16px;border-bottom:1px solid var(--grid-line);height:var(--dash-chrome-row-height)}.sidebar-logo{display:flex;align-items:center;gap:10px;text-decoration:none}.sidebar-logo-icon{display:flex;align-items:center;justify-content:center;width:30px;height:30px;min-width:30px;background:linear-gradient(135deg,#1e3a6e,#172554);color:#fff;border-radius:2px;font-family:Georgia,Times New Roman,serif;font-style:italic;font-size:21px;font-weight:400;line-height:1;padding-bottom:7px;padding-left:1px}.sidebar-logo-text{font-family:var(--font-display);font-size:17px;font-weight:700;color:var(--color-text);white-space:nowrap}.sidebar-nav{display:flex;flex-direction:column;gap:2px;padding:10px}.sidebar-item{display:flex;align-items:center;gap:10px;padding:8px 10px;font-family:var(--font-sans);font-size:13px;font-weight:500;color:var(--color-text-muted);text-decoration:none;border:none;background:none;cursor:pointer;transition:background .12s,color .12s;border-left:2px solid transparent;white-space:nowrap;width:100%;text-align:left}.sidebar-item:hover{background:var(--color-bg-warm);color:var(--color-text)}.sidebar-item-active{background:var(--color-bg-warm);color:var(--color-primary);border-left-color:var(--color-primary);font-weight:600}.sidebar-item-icon{display:flex;align-items:center;justify-content:center;width:20px;height:20px;flex-shrink:0}.sidebar-item-label{overflow:hidden;text-overflow:ellipsis}.sidebar-account-wrapper{position:relative;border-top:1px solid var(--grid-line);padding:8px 10px}.sidebar-account-trigger{border-left:2px solid transparent}.sidebar-account-trigger:hover{background:var(--color-bg-warm);color:var(--color-text)}.sidebar-account-dropdown{position:absolute;bottom:calc(100% + 6px);left:10px;background:#fff;border:1px solid var(--color-border);border-radius:0;min-width:160px;z-index:200;padding-block:4px}.bottom-bar{display:none}@media(max-width:640px){.sidebar{display:none}.bottom-bar{position:fixed;bottom:0;left:0;right:0;height:calc(var(--bottom-bar-height) + env(safe-area-inset-bottom,0px));display:flex;align-items:center;justify-content:stretch;background:#ffffffeb;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-top:1px solid var(--grid-line);z-index:100;padding:6px 8px calc(6px + env(safe-area-inset-bottom,0px));gap:4px}.bottom-bar-item{display:flex;flex-direction:column;align-items:center;gap:2px;justify-content:center;min-width:0;flex:1 1 0;padding:6px 8px;text-decoration:none;color:var(--color-text-muted);transition:color .12s,background .12s;border-radius:6px}.bottom-bar-item:hover{background:#1725540a}.bottom-bar-item-active{color:var(--color-primary);background:#1725540f}.bottom-bar-icon{display:flex;align-items:center;justify-content:center}.bottom-bar-label{font-size:10px;font-weight:600;line-height:1;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bottom-bar-menu-wrapper{position:relative;flex:1 1 0;min-width:0;display:flex}.bottom-bar-item-button{width:100%;border:none;background:transparent}.bottom-bar-menu{position:absolute;right:0;bottom:calc(100% + 10px);width:min(220px,calc(100vw - 16px));background:#fff;border:1px solid var(--color-border);border-radius:0;padding-block:4px;z-index:150}}@media(max-width:900px){.dash-pp-list{grid-template-columns:1fr}}@media(max-width:640px){.dash-section{margin-bottom:34px}.sf-title{white-space:normal;overflow:visible;text-overflow:clip}.sf-header-actions{width:100%;margin-left:0;justify-content:flex-start;align-items:stretch;flex-wrap:wrap;gap:6px}.dash-pp-card{gap:10px;padding:10px 12px}.dash-card-menu-anchor{top:6px;right:6px}.dash-dialog{width:calc(100% - 20px);max-width:none}.dash-dialog-inner{padding:20px 16px 16px}.dash-dialog-actions{width:100%;flex-direction:column-reverse;align-items:stretch}.dash-dialog-actions .dash-btn{width:auto;max-width:100%;justify-content:center}.dash-template-overlay{padding:0;align-items:stretch}.dash-template-overlay-shell{width:100%;max-width:none;max-height:none;height:100dvh;border:none}.dash-template-overlay-header{padding:12px 14px}.dash-template-overlay-body{padding:16px}.dash-template-overlay-content{font-size:.76rem;line-height:1.55}}.dash-page[data-astro-cid-jhtdqg3k]{min-height:100dvh;display:flex;flex-direction:row;background:var(--color-bg)}.dash-content[data-astro-cid-jhtdqg3k]{flex:1;min-width:0;display:flex;flex-direction:column;min-height:100dvh}.dash-main[data-astro-cid-jhtdqg3k]{flex:1;display:flex;flex-direction:column;width:100%;padding:0 24px 80px}@media(max-width:640px){.dash-main[data-astro-cid-jhtdqg3k]{padding:0 16px calc(var(--bottom-bar-height) + env(safe-area-inset-bottom,0px) + 24px)}}
