:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#fff7f8;--surface:#ffffffe6;--surface-strong:#fff;--surface-soft:#fff1f4;--line:#f2c8d2;--line-strong:#e7a6b6;--text:#33131f;--muted:#7c5966;--accent:#d91a65;--accent-deep:#b31554;--accent-soft:#ffe1ec;--success:#157347;--warning:#b66b00;--active:#7a2cff;--shadow:0 22px 60px #97134d1f}*{box-sizing:border-box}html{scroll-behavior:smooth}body{min-height:100vh;color:var(--text);background:radial-gradient(circle at 0 0,#ffc1d6bf,#0000 34%),linear-gradient(#fff4f7 0%,#fff8fb 42%,#fffdfd 100%);margin:0;font-family:Avenir Next,Hiragino Sans,Yu Gothic UI,Yu Gothic,sans-serif}a{color:inherit;text-decoration:none}.auth-shell{place-items:center;min-height:100vh;padding:24px;display:grid}.auth-card{width:min(100%,520px);box-shadow:var(--shadow);background:#ffffffeb;border:1px solid #e7a6b66b;border-radius:30px;padding:28px}.auth-brand,.auth-copy{margin-bottom:18px}.auth-brand{align-items:center;gap:14px;display:flex}.auth-copy h2{margin:0 0 8px;font-size:1.8rem}.auth-copy p{color:var(--muted);margin:0;line-height:1.7}.auth-note{color:var(--accent-deep);margin-top:10px;font-size:.92rem;font-weight:600}.auth-tabs{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:18px;display:grid}.auth-tab{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:999px;padding:11px 16px;font-weight:700}.auth-tab.active{background:var(--accent-soft);color:var(--accent-deep);border-color:#0000}.auth-tab:disabled{cursor:not-allowed;opacity:.55}button,input,select,textarea{font:inherit}input,select,textarea{border:1px solid var(--line);width:100%;color:var(--text);background:#fffffff0;border-radius:16px;padding:13px 14px}textarea{resize:vertical}input:focus,select:focus,textarea:focus{border-color:var(--line-strong);outline:2px solid #d91a652e}.auto-app-shell{grid-template-columns:280px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(#ffffffdb,#fff5f8f5);border-right:1px solid #d91a6514;flex-direction:column;gap:28px;min-height:100vh;padding:28px 22px;display:flex;position:sticky;top:0}.sidebar-brand{align-items:center;gap:14px;display:flex}.brand-badge{background:linear-gradient(145deg, var(--accent) 0%, #ff5d8f 100%);color:#fff;letter-spacing:.08em;border-radius:16px;place-items:center;width:54px;height:54px;font-weight:800;display:grid;box-shadow:0 16px 28px #d91a6538}.brand-kicker,.eyebrow,.panel-label{color:var(--accent);letter-spacing:.14em;text-transform:uppercase;margin:0 0 6px;font-size:.76rem;font-weight:700}.sidebar-brand h1,.hero-card h2,.panel h3,.account-card h4{margin:0}.sidebar-nav{gap:6px;display:grid}.nav-item{width:100%;color:var(--muted);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:14px;justify-content:space-between;align-items:center;padding:12px 14px;font-weight:600;transition:background-color .16s,color .16s,transform .16s;display:flex}.nav-count{min-width:28px;height:28px;color:var(--accent-deep);background:#d91a651a;border-radius:999px;justify-content:center;align-items:center;font-size:.82rem;display:inline-flex}.nav-item:hover,.nav-item.active{background:var(--accent-soft);color:var(--accent-deep);transform:translate(2px)}.sidebar-panel,.hero-card,.panel,.setting-card,.stat-card,.account-card{background:var(--surface);box-shadow:var(--shadow);border:1px solid #e7a6b66b}.sidebar-panel{background:linear-gradient(160deg,#fffffff2,#fff0f5eb);border-radius:22px;gap:6px;margin-top:auto;padding:18px;display:grid}.sidebar-panel strong{font-size:1.1rem}.sidebar-panel span{color:var(--muted);font-size:.95rem}.main-column{gap:22px;padding:28px;display:grid}.workspace-header{justify-content:space-between;align-items:flex-end;gap:18px;display:flex}.workspace-title{font-size:clamp(1.9rem,3vw,2.6rem);line-height:1.06}.workspace-actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.hero-card{background:linear-gradient(135deg,#fffffff5,#ffecf2eb),linear-gradient(135deg,#d91a6514,#0000 60%);border-radius:30px;gap:24px;padding:30px;display:grid}.hero-card h2{max-width:12ch;font-size:clamp(2rem,4vw,3.4rem);line-height:1.04}.hero-copy{max-width:70ch;color:var(--muted);line-height:1.7}.hero-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.stat-card{background:#fffc;border-radius:22px;gap:8px;padding:18px;display:grid}.stat-card span,.setting-card span,.queue-head span,.queue-row span,.account-card dt,.text-link{color:var(--muted)}.stat-card strong{font-size:1.9rem}.grid-two{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;display:grid}.panel{border-radius:28px;padding:24px}.panel-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;display:flex}.text-link{font-weight:700}.stack-form{gap:14px;display:grid}.field{gap:8px;display:grid}.field span{font-size:.92rem;font-weight:700}.checkbox-row{color:var(--text);align-items:center;gap:10px;font-weight:600;display:flex}.checkbox-row input{width:18px;height:18px;padding:0}.primary-button,.ghost-button{cursor:pointer;border:0;border-radius:999px;padding:12px 18px;font-weight:700}.primary-button{background:linear-gradient(135deg, var(--accent) 0%, #ff5d8f 100%);color:#fff}.ghost-button{background:var(--accent-soft);color:var(--accent-deep)}.ghost-button.warning{color:var(--warning);background:#b66b001f}.full-width{width:100%}.button-row{flex-wrap:wrap;gap:10px;display:flex}.alert{border:1px solid var(--line);border-radius:18px;margin:0;padding:14px 16px}.alert.success{color:var(--success);background:#15734714;border-color:#1573472e}.alert.error{color:#b02a37;background:#b02a3714;border-color:#b02a372e}.log-list,.mini-list{gap:12px;display:grid}.mini-list-item{border:1px solid var(--line);background:#ffffffc7;border-radius:18px;justify-content:space-between;align-items:flex-start;gap:14px;padding:16px 18px;display:flex}.mini-list-item strong{margin-bottom:6px;display:block}.mini-list-item p{color:var(--muted);margin:0;line-height:1.5}.log-item{border:1px solid var(--line);background:var(--surface-strong);border-radius:18px;padding:16px 18px}.log-item strong{margin-bottom:6px;display:block}.log-item p{color:var(--muted);margin:0;line-height:1.6}.tone-success{background:#1573470f;border-color:#15734733}.tone-warning{background:#b66b000f;border-color:#b66b0033}.tone-active{background:#7a2cff0f;border-color:#7a2cff33}.settings-grid,.account-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.setting-card,.account-card{border-radius:22px;padding:18px}.setting-card strong{font-size:1.2rem}.setting-card p,.account-card p{color:var(--muted);margin:8px 0 0;line-height:1.6}.queue-table{gap:10px;display:grid}.queue-head,.queue-row{grid-template-columns:1.6fr 1.2fr 1fr .8fr;align-items:center;gap:12px;display:grid}.queue-head{padding:0 6px 10px;font-size:.92rem}.queue-row{border:1px solid var(--line);background:#fffc;border-radius:18px;padding:16px 18px}.queue-row strong{font-size:1rem}.queue-row-expanded{align-items:start}.queue-meta,.queue-copy,.queue-error{color:var(--muted);margin:6px 0 0;line-height:1.5}.queue-copy{max-width:44ch}.queue-error{color:#b02a37}.queue-actions{justify-items:start;gap:8px;display:grid}.status-pill{text-transform:capitalize;border-radius:999px;justify-content:center;align-items:center;width:fit-content;padding:7px 12px;font-size:.82rem;font-weight:800;display:inline-flex}.status-posting,.status-running,.status-active{color:var(--active);background:#7a2cff1f}.status-queued,.status-draft_ready{color:var(--accent-deep);background:#d91a651a}.status-healthy,.status-success{color:var(--success);background:#1573471f}.status-reauth_required,.status-warning{color:var(--warning);background:#b66b0024}.account-topline{justify-content:space-between;align-items:center;gap:12px;display:flex}.account-card dl{gap:10px;margin:16px 0 0;display:grid}.account-card dl div{border-top:1px solid #e7a6b65c;justify-content:space-between;gap:12px;padding-top:10px;display:flex}.account-card dd{text-align:right;margin:0;font-weight:600}.check-list{color:var(--muted);margin:0;padding-left:20px;line-height:1.9}.subtle{color:var(--muted);margin-top:8px;font-size:.84rem;display:inline-block}.empty-card{border:1px dashed var(--line-strong);color:var(--muted);background:#ffffffb8;border-radius:18px;padding:18px}@media (max-width:1100px){.auto-app-shell,.grid-two,.hero-stats,.settings-grid,.account-grid{grid-template-columns:1fr}.sidebar{min-height:auto;position:static}.workspace-header,.mini-list-item{flex-direction:column;align-items:stretch}.workspace-actions{justify-content:flex-start}.queue-head,.queue-row{grid-template-columns:1fr}}@media (max-width:760px){.main-column,.sidebar{padding:18px}.hero-card,.panel{border-radius:22px;padding:18px}.hero-card h2{max-width:none;font-size:2rem}}
