.auth-module__qArkba__shell{background:radial-gradient(ellipse at top left, color-mix(in srgb, var(--brand-100) 70%, transparent), transparent 55%), radial-gradient(ellipse at bottom right, color-mix(in srgb, var(--brand-50) 80%, transparent), transparent 55%), var(--bg);place-items:center;min-height:100vh;padding:32px 24px;display:grid}.auth-module__qArkba__panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);width:100%;max-width:440px;box-shadow:var(--shadow-lg);padding:36px 32px}.auth-module__qArkba__head{align-items:center;gap:14px;margin-bottom:24px;display:flex}.auth-module__qArkba__logoCard{border:1px solid var(--border);width:52px;height:52px;box-shadow:0 1px 2px #0f172a0a, 0 4px 12px -4px color-mix(in srgb, var(--brand-500) 22%, transparent), inset 0 1px 0 #ffffffe6;background:#fff;border-radius:12px;flex-shrink:0;place-items:center;display:grid}.auth-module__qArkba__logo{object-fit:contain;width:32px;height:32px;display:block}.auth-module__qArkba__headText{flex-direction:column;min-width:0;display:flex}.auth-module__qArkba__title{letter-spacing:-.02em;color:var(--text);margin:0;font-size:22px;font-weight:600;line-height:1.2}.auth-module__qArkba__subtitle{color:var(--text-muted);margin:1px 0 0;font-size:13.5px;line-height:1.4}.auth-module__qArkba__fields{flex-direction:column;gap:14px;display:flex}.auth-module__qArkba__foot{border-top:1px solid var(--border);color:var(--text-muted);text-align:center;margin-top:22px;padding-top:18px;font-size:13.5px}.auth-module__qArkba__foot a{color:var(--brand-600);font-weight:600}.auth-module__qArkba__foot a:hover{color:var(--brand-700)}
.ui-module__fNKcQq__btn{border-radius:var(--radius);cursor:pointer;white-space:nowrap;-webkit-user-select:none;user-select:none;border:1px solid #0000;justify-content:center;align-items:center;gap:8px;height:38px;padding:0 16px;font-size:14px;font-weight:500;line-height:1;transition:background .14s,border-color .14s,color .14s,box-shadow .14s,transform 80ms;display:inline-flex}.ui-module__fNKcQq__btn:disabled{opacity:.55;cursor:not-allowed}.ui-module__fNKcQq__btn:active:not(:disabled){transform:translateY(1px)}.ui-module__fNKcQq__btnPrimary{background:var(--brand-400);color:#fff;box-shadow:0 1px 2px #43ab7d40,inset 0 1px #ffffff2e}.ui-module__fNKcQq__btnPrimary:hover:not(:disabled){background:var(--brand-500)}.ui-module__fNKcQq__btnPrimary:active:not(:disabled){background:var(--brand-600)}.ui-module__fNKcQq__btnSecondary{background:var(--surface);color:var(--text);border-color:var(--border-strong);box-shadow:var(--shadow-xs)}.ui-module__fNKcQq__btnSecondary:hover:not(:disabled){background:var(--surface-2);border-color:var(--text-subtle)}.ui-module__fNKcQq__btnGhost{color:var(--text-muted);background:0 0}.ui-module__fNKcQq__btnGhost:hover:not(:disabled){background:var(--surface-2);color:var(--text)}.ui-module__fNKcQq__btnDanger{background:var(--danger);color:#fff;box-shadow:0 1px 2px #dc262640}.ui-module__fNKcQq__btnDanger:hover:not(:disabled){background:#b91c1c}.ui-module__fNKcQq__btnSm{height:32px;padding:0 12px;font-size:13px}.ui-module__fNKcQq__btnLg{height:44px;padding:0 20px;font-size:15px}.ui-module__fNKcQq__btnBlock{width:100%}.ui-module__fNKcQq__field{flex-direction:column;gap:6px;display:flex}.ui-module__fNKcQq__label{color:var(--text);letter-spacing:0;font-size:13px;font-weight:500}.ui-module__fNKcQq__input,.ui-module__fNKcQq__textarea,.ui-module__fNKcQq__select{background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--radius);width:100%;color:var(--text);box-shadow:var(--shadow-xs);padding:9px 12px;font-size:14px;transition:border-color .14s,box-shadow .14s,background .14s}.ui-module__fNKcQq__input::placeholder,.ui-module__fNKcQq__textarea::placeholder{color:var(--text-subtle)}.ui-module__fNKcQq__input:hover,.ui-module__fNKcQq__textarea:hover,.ui-module__fNKcQq__select:hover{border-color:var(--text-subtle)}.ui-module__fNKcQq__input:focus,.ui-module__fNKcQq__textarea:focus,.ui-module__fNKcQq__select:focus{border-color:var(--brand-400);box-shadow:var(--ring);outline:none}.ui-module__fNKcQq__textarea{resize:vertical;min-height:112px;padding:11px 14px;line-height:1.55}.ui-module__fNKcQq__select{appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'><path fill='%235b6472' d='M3 4.5l3 3 3-3'/></svg>");background-position:right 12px center;background-repeat:no-repeat;padding-right:32px}.ui-module__fNKcQq__fieldError{color:var(--danger);margin-top:2px;font-size:12.5px}.ui-module__fNKcQq__passwordWrap{display:block;position:relative}.ui-module__fNKcQq__passwordInput{padding-right:42px}.ui-module__fNKcQq__passwordToggle{color:var(--text-subtle);border-radius:var(--radius-sm);cursor:pointer;background:0 0;border:none;place-items:center;width:30px;height:30px;padding:0;transition:color .12s,background .12s;display:grid;position:absolute;top:50%;right:5px;transform:translateY(-50%)}.ui-module__fNKcQq__passwordToggle:hover{color:var(--text);background:var(--surface-2)}.ui-module__fNKcQq__passwordToggle:focus-visible{box-shadow:var(--ring);color:var(--text);outline:none}.ui-module__fNKcQq__fieldHint{color:#a16207;border-radius:var(--radius-sm);background:#fefce8;border:1px solid #fde047;align-items:flex-start;gap:6px;margin-top:4px;padding:4px 8px;font-size:12.5px;font-weight:500;line-height:1.4;display:flex}.ui-module__fNKcQq__fieldHint:before{content:"";background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23ca8a04' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'><circle cx='12' cy='12' r='10'/><path d='M12 16v-4'/><path d='M12 8h.01'/></svg>");background-position:50%;background-repeat:no-repeat;background-size:14px 14px;flex-shrink:0;width:14px;height:14px;margin-top:1px}.ui-module__fNKcQq__card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.ui-module__fNKcQq__cardHeader{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:16px;padding:18px 22px;display:flex}.ui-module__fNKcQq__cardTitle{color:var(--text);letter-spacing:-.01em;margin:0;font-size:16px;font-weight:600}.ui-module__fNKcQq__cardSubtitle{color:var(--text-muted);margin:3px 0 0;font-size:13px}.ui-module__fNKcQq__cardBody{padding:22px}.ui-module__fNKcQq__tableWrap{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);-webkit-overflow-scrolling:touch;box-shadow:var(--shadow-sm);overflow-x:auto}.ui-module__fNKcQq__table{border-collapse:collapse;width:100%;min-width:640px;font-size:14px}.ui-module__fNKcQq__table thead th{text-align:left;color:var(--text-muted);background:var(--surface-2);border-bottom:1px solid var(--border);text-transform:uppercase;letter-spacing:.06em;padding:12px 18px;font-size:11.5px;font-weight:600}.ui-module__fNKcQq__table tbody td{border-bottom:1px solid var(--border);vertical-align:middle;padding:16px 18px}.ui-module__fNKcQq__table tbody tr:last-child td{border-bottom:none}.ui-module__fNKcQq__table tbody tr{transition:background .1s}.ui-module__fNKcQq__table tbody tr:hover{background:var(--surface-2)}.ui-module__fNKcQq__badge{letter-spacing:.03em;text-transform:uppercase;background:var(--surface-2);color:var(--text-muted);border:1px solid var(--border);border-radius:999px;align-items:center;padding:3px 10px;font-size:11.5px;font-weight:600;line-height:1.4;display:inline-flex}.ui-module__fNKcQq__badgeBrand{background:var(--brand-50);color:var(--brand-700);border-color:var(--brand-100)}.ui-module__fNKcQq__badgeSuccess{color:#047857;background:#ecfdf5;border-color:#a7f3d0}.ui-module__fNKcQq__badgeWarning{color:#b45309;background:#fffbeb;border-color:#fde68a}.ui-module__fNKcQq__badgeDanger{color:#b91c1c;background:#fef2f2;border-color:#fecaca}.ui-module__fNKcQq__badgeInfo{color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe}.ui-module__fNKcQq__badgeNeutral{background:var(--surface-2);color:var(--text-muted);border-color:var(--border)}.ui-module__fNKcQq__empty{text-align:center;color:var(--text-muted);background:var(--surface);border:1px dashed var(--border-strong);border-radius:var(--radius-lg);padding:64px 24px}.ui-module__fNKcQq__emptyTitle{color:var(--text);margin:0 0 6px;font-size:16px;font-weight:600}.ui-module__fNKcQq__iconAction{border:1px solid var(--border-strong);border-radius:var(--radius);background:var(--surface);width:34px;height:34px;color:var(--text-muted);cursor:pointer;place-items:center;padding:0;text-decoration:none;transition:background .12s,color .12s,border-color .12s,box-shadow .12s;display:inline-grid}.ui-module__fNKcQq__iconAction:hover{background:var(--brand-50);color:var(--brand-700);border-color:var(--brand-300);text-decoration:none}.ui-module__fNKcQq__iconActionDanger:hover{color:var(--danger);background:#fef2f2;border-color:#fecaca}.ui-module__fNKcQq__pageHeader{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:24px;padding-bottom:4px;display:flex}.ui-module__fNKcQq__pageTitle{letter-spacing:-.02em;color:var(--text);margin:0;font-size:24px;font-weight:600}.ui-module__fNKcQq__pageSubtitle{color:var(--text-muted);margin:4px 0 0;font-size:14px}@media (max-width:520px){.ui-module__fNKcQq__pageTitle{font-size:20px}.ui-module__fNKcQq__pageHeader{margin-bottom:18px}}.ui-module__fNKcQq__formGrid{grid-template-columns:1fr 1fr;gap:18px;display:grid}.ui-module__fNKcQq__formGrid .ui-module__fNKcQq__full{grid-column:1/-1}.ui-module__fNKcQq__formActions{border-top:1px solid var(--border);justify-content:flex-end;gap:10px;margin-top:24px;padding-top:20px;display:flex}@media (max-width:720px){.ui-module__fNKcQq__formGrid{grid-template-columns:1fr}}@media (max-width:520px){.ui-module__fNKcQq__cardHeader,.ui-module__fNKcQq__cardBody{padding:16px}.ui-module__fNKcQq__formActions{flex-wrap:wrap}.ui-module__fNKcQq__formActions>*{flex:1}}
.blogs-module__F2Pngq__titleCell{color:var(--text);font-size:14px;font-weight:600}.blogs-module__F2Pngq__muted{color:var(--text-muted);font-size:13px}.blogs-module__F2Pngq__slug{color:var(--text-subtle);font-size:12.5px;font-family:var(--font-mono);margin-top:2px}.blogs-module__F2Pngq__tagRow{flex-wrap:wrap;gap:5px;display:flex}.blogs-module__F2Pngq__tag{background:var(--surface-2);color:var(--text-muted);border:1px solid var(--border);border-radius:999px;padding:2px 8px;font-size:11.5px;font-weight:500}.blogs-module__F2Pngq__row{align-items:center;gap:10px;font-size:14px;display:flex}.blogs-module__F2Pngq__actions{justify-content:flex-end;gap:6px;display:flex}.blogs-module__F2Pngq__checkRow{color:var(--text);background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius);align-items:center;gap:10px;padding:12px 14px;font-size:14px;display:flex}.blogs-module__F2Pngq__checkRow input{width:16px;height:16px;accent-color:var(--brand-400)}.blogs-module__F2Pngq__formStack{flex-direction:column;gap:20px;display:flex}.blogs-module__F2Pngq__headerActions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.blogs-module__F2Pngq__cardList{flex-direction:column;gap:14px;display:flex}.blogs-module__F2Pngq__postCard{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-xs);grid-template-columns:132px 1fr auto;gap:20px;padding:18px;transition:border-color .18s,box-shadow .18s,transform .18s;display:grid}.blogs-module__F2Pngq__postCard:hover{border-color:var(--border-strong);box-shadow:var(--shadow-md);transform:translateY(-1px)}.blogs-module__F2Pngq__postThumb{border-radius:var(--radius);background:linear-gradient(135deg, var(--brand-50), var(--brand-100));border:1px solid var(--border);place-items:center;width:132px;height:96px;transition:border-color .16s;display:grid;position:relative;overflow:hidden}.blogs-module__F2Pngq__postThumb:hover{border-color:var(--brand-300)}.blogs-module__F2Pngq__postThumbImg{object-fit:cover;width:100%;height:100%;display:block}.blogs-module__F2Pngq__postThumbPlaceholder{color:var(--brand-500);opacity:.7;place-items:center;display:grid}.blogs-module__F2Pngq__postBody{flex-direction:column;gap:6px;min-width:0;display:flex}.blogs-module__F2Pngq__postHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;display:flex}.blogs-module__F2Pngq__postTitle{letter-spacing:-.015em;color:var(--text);text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:16.5px;font-weight:600;line-height:1.3;text-decoration:none;overflow:hidden}.blogs-module__F2Pngq__postTitle:hover{color:var(--brand-700);text-decoration:none}.blogs-module__F2Pngq__postSlug{font-family:var(--font-mono), monospace;color:var(--text-subtle);white-space:nowrap;text-overflow:ellipsis;font-size:11.5px;overflow:hidden}.blogs-module__F2Pngq__postExcerpt{color:var(--text-muted);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin:4px 0 2px;font-size:13.5px;line-height:1.55;display:-webkit-box;overflow:hidden}.blogs-module__F2Pngq__postMeta{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:8px;margin-top:4px;font-size:12px;display:flex}.blogs-module__F2Pngq__postDot{background:var(--text-subtle);border-radius:50%;width:3px;height:3px}.blogs-module__F2Pngq__postAuthor{color:var(--text);align-items:center;gap:6px;font-weight:500;display:inline-flex}.blogs-module__F2Pngq__postAvatar{background:linear-gradient(135deg, var(--brand-100), var(--brand-200));width:20px;height:20px;color:var(--brand-700);border:1px solid var(--brand-100);border-radius:50%;place-items:center;font-size:10px;font-weight:600;display:grid}.blogs-module__F2Pngq__postTags{flex-wrap:wrap;gap:6px;margin-top:6px;display:flex}.blogs-module__F2Pngq__postTag{background:var(--brand-50);color:var(--brand-700);border:1px solid var(--brand-100);border-radius:999px;padding:2px 8px;font-size:11px;font-weight:500}.blogs-module__F2Pngq__postTagMore{background:var(--surface-2);color:var(--text-muted);border:1px solid var(--border);border-radius:999px;padding:2px 8px;font-size:11px;font-weight:500}.blogs-module__F2Pngq__postActions{flex-shrink:0;justify-content:flex-end;align-items:flex-start;display:flex}@media (max-width:720px){.blogs-module__F2Pngq__postCard{grid-template-columns:80px 1fr;gap:12px;padding:14px}.blogs-module__F2Pngq__postThumb{width:80px;height:60px}.blogs-module__F2Pngq__postActions{border-top:1px dashed var(--border);grid-column:1/-1;justify-content:flex-start;margin-top:2px;padding-top:6px}.blogs-module__F2Pngq__postTitle{white-space:normal}}
.image-picker-module__GV37zq__wrap{flex-direction:column;gap:6px;display:flex}.image-picker-module__GV37zq__row{align-items:stretch;gap:10px;display:flex}.image-picker-module__GV37zq__thumb{border:1.5px dashed var(--border-strong);border-radius:var(--radius);background:var(--surface-2);cursor:pointer;outline:none;flex-shrink:0;place-items:center;width:72px;height:72px;transition:border-color .14s,background .14s,box-shadow .14s;display:grid;position:relative;overflow:hidden}.image-picker-module__GV37zq__thumb:hover{border-color:var(--brand-300);background:color-mix(in srgb, var(--brand-50) 65%, var(--surface-2))}.image-picker-module__GV37zq__thumb:focus-visible{box-shadow:var(--ring)}.image-picker-module__GV37zq__thumbOver{border-color:var(--brand-400);background:var(--brand-50);box-shadow:0 0 0 3px color-mix(in srgb, var(--brand-400) 22%, transparent)}.image-picker-module__GV37zq__thumbFilled{border-style:solid;border-color:var(--border-strong);background:var(--surface)}.image-picker-module__GV37zq__thumbImg{object-fit:cover;width:100%;height:100%;display:block}.image-picker-module__GV37zq__thumbIcon{color:var(--text-subtle);place-items:center;display:grid}.image-picker-module__GV37zq__body{flex-direction:column;flex:1;justify-content:center;gap:4px;min-width:0;display:flex}.image-picker-module__GV37zq__inputRow{align-items:stretch;gap:6px;display:flex}.image-picker-module__GV37zq__inputRow>:first-child{flex:1;min-width:0}.image-picker-module__GV37zq__hint{color:var(--text-subtle);font-size:11.5px;line-height:1.3}.image-picker-module__GV37zq__hint b{color:var(--text-muted);font-weight:600}.image-picker-module__GV37zq__iconBtn{border:1px solid var(--border-strong);border-radius:var(--radius);background:var(--surface);width:38px;height:38px;color:var(--text-muted);cursor:pointer;flex-shrink:0;place-items:center;padding:0;transition:background .12s,color .12s,border-color .12s;display:grid}.image-picker-module__GV37zq__iconBtn:hover{background:var(--surface-2);color:var(--brand-700);border-color:var(--brand-300)}.image-picker-module__GV37zq__iconBtnDanger:hover{color:var(--danger);border-color:#fecaca}.image-picker-module__GV37zq__chip{background:var(--brand-50);color:var(--brand-700);border:1px solid var(--brand-100);border-radius:999px;align-self:flex-start;align-items:center;gap:6px;max-width:100%;margin-top:2px;padding:3px 8px 3px 10px;font-size:12px;display:inline-flex}.image-picker-module__GV37zq__chipName{white-space:nowrap;text-overflow:ellipsis;max-width:240px;overflow:hidden}.image-picker-module__GV37zq__chipClose{color:var(--brand-700);cursor:pointer;background:0 0;border:0;place-items:center;padding:0;display:grid}.image-picker-module__GV37zq__chipClose:hover{color:var(--brand-800)}.image-picker-module__GV37zq__fileInput{opacity:0;width:0;height:0;position:absolute;left:-9999px}.image-picker-module__GV37zq__lightbox{z-index:800;-webkit-backdrop-filter:blur(8px);cursor:zoom-out;background:#0f172ac7;place-items:center;padding:24px;animation:.2s cubic-bezier(.34,1.16,.64,1) image-picker-module__GV37zq__lightbox-in;display:grid;position:fixed;inset:0}@keyframes image-picker-module__GV37zq__lightbox-in{0%{opacity:0;transform:scale(.985)}to{opacity:1;transform:scale(1)}}.image-picker-module__GV37zq__lightboxImg{object-fit:contain;border-radius:var(--radius-lg);cursor:default;width:auto;max-width:min(96vw,1280px);height:auto;max-height:88vh;animation:.28s cubic-bezier(.34,1.16,.64,1) both image-picker-module__GV37zq__lightbox-img-in;box-shadow:0 24px 80px #00000073}@keyframes image-picker-module__GV37zq__lightbox-img-in{0%{opacity:0;transform:scale(.94)}to{opacity:1;transform:scale(1)}}.image-picker-module__GV37zq__lightboxClose{width:40px;height:40px;color:var(--text);cursor:pointer;background:#ffffffeb;border:0;border-radius:50%;place-items:center;transition:background .12s,transform .12s;display:grid;position:fixed;top:18px;right:18px;box-shadow:0 6px 16px #00000040}.image-picker-module__GV37zq__lightboxClose:hover{background:#fff;transform:scale(1.05)}@media (prefers-reduced-motion:reduce){.image-picker-module__GV37zq__lightbox,.image-picker-module__GV37zq__lightboxImg{animation:none}}
.blog-ai-panel-module__61dy2q__backdrop{z-index:80;opacity:0;pointer-events:none;background:#0f172a6b;transition:opacity .22s;position:fixed;inset:0}.blog-ai-panel-module__61dy2q__backdrop.blog-ai-panel-module__61dy2q__open{opacity:1;pointer-events:auto}.blog-ai-panel-module__61dy2q__panel{background:var(--surface);border-left:1px solid var(--border);z-index:90;flex-direction:column;width:min(560px,100vw);font-size:14px;transition:transform .26s cubic-bezier(.22,.61,.36,1);display:flex;position:fixed;top:0;bottom:0;right:0;transform:translate(100%);box-shadow:-16px 0 48px #0f172a24}.blog-ai-panel-module__61dy2q__panel.blog-ai-panel-module__61dy2q__open{transform:translate(0)}.blog-ai-panel-module__61dy2q__header{border-bottom:1px solid var(--border);background:var(--surface);justify-content:space-between;align-items:center;gap:12px;padding:16px 20px;display:flex}.blog-ai-panel-module__61dy2q__headerLeft{flex-direction:column;gap:2px;min-width:0;display:flex}.blog-ai-panel-module__61dy2q__title{letter-spacing:-.01em;color:var(--text);font-size:15.5px;font-weight:600}.blog-ai-panel-module__61dy2q__subtitle{color:var(--text-muted);font-size:12.5px}.blog-ai-panel-module__61dy2q__closeBtn{appearance:none;border:1px solid var(--border);cursor:pointer;width:32px;height:32px;color:var(--text-muted);background:0 0;border-radius:999px;place-items:center;transition:background .14s,color .14s,border-color .14s;display:grid}.blog-ai-panel-module__61dy2q__closeBtn:hover{background:var(--surface-2);color:var(--text);border-color:var(--border-strong)}.blog-ai-panel-module__61dy2q__body{flex-direction:column;flex:1;gap:18px;padding:20px;display:flex;overflow-y:auto}.blog-ai-panel-module__61dy2q__footer{border-top:1px solid var(--border);background:var(--surface);justify-content:space-between;align-items:center;gap:12px;padding:14px 20px;display:flex}.blog-ai-panel-module__61dy2q__footerRight{gap:8px;display:flex}.blog-ai-panel-module__61dy2q__stepsWrap{flex-direction:column;gap:8px;display:flex}.blog-ai-panel-module__61dy2q__steps{color:var(--text-muted);align-items:center;gap:6px;font-size:11.5px;display:flex}.blog-ai-panel-module__61dy2q__stepDot{background:var(--border);border-radius:50%;width:6px;height:6px;transition:background .2s,transform .2s}.blog-ai-panel-module__61dy2q__stepDotActive{background:var(--brand-500);transform:scale(1.25)}.blog-ai-panel-module__61dy2q__stepDotDone{background:var(--brand-300)}.blog-ai-panel-module__61dy2q__progressTrack{background:var(--surface-2);border-radius:999px;height:4px;position:relative;overflow:hidden}.blog-ai-panel-module__61dy2q__progressFill{background:linear-gradient(90deg, var(--brand-400), var(--brand-500));border-radius:999px;transition:width .42s cubic-bezier(.22,.61,.36,1);position:absolute;inset:0 auto 0 0}.blog-ai-panel-module__61dy2q__progressBusy{background:linear-gradient(90deg, var(--brand-300), var(--brand-500))}.blog-ai-panel-module__61dy2q__progressShimmer{pointer-events:none;background:linear-gradient(90deg,#0000 0%,#ffffff8c 50%,#0000 100%) 0 0/200% 100%;border-radius:999px;animation:1.4s linear infinite blog-ai-panel-module__61dy2q__progressShimmer;position:absolute;inset:0}@keyframes blog-ai-panel-module__61dy2q__progressShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.blog-ai-panel-module__61dy2q__usageCard{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-2);flex-direction:column;gap:8px;margin-top:4px;padding:12px 14px;display:flex}.blog-ai-panel-module__61dy2q__usageHead{color:var(--text);letter-spacing:.01em;text-transform:uppercase;align-items:center;gap:8px;font-size:12px;font-weight:600;display:inline-flex}.blog-ai-panel-module__61dy2q__usageHeadDot{background:var(--brand-500);border-radius:50%;width:6px;height:6px;box-shadow:0 0 0 3px #5dc09538}.blog-ai-panel-module__61dy2q__usageRow{border-top:1px dashed var(--border);flex-direction:column;gap:3px;padding:8px 0;display:flex}.blog-ai-panel-module__61dy2q__usageRow:first-of-type{border-top:none;padding-top:4px}.blog-ai-panel-module__61dy2q__usageLabel{color:var(--text-muted);font-size:12px}.blog-ai-panel-module__61dy2q__usageStats{color:var(--text-muted);flex-wrap:wrap;gap:10px;font-size:12px;display:flex}.blog-ai-panel-module__61dy2q__usageStats strong{color:var(--text);font-variant-numeric:tabular-nums;font-weight:600}.blog-ai-panel-module__61dy2q__usageTotal strong{color:var(--brand-700)}.blog-ai-panel-module__61dy2q__usageFoot{color:var(--text-subtle);border-top:1px dashed var(--border);padding-top:8px;font-size:11px;line-height:1.5}.blog-ai-panel-module__61dy2q__card{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);padding:14px}.blog-ai-panel-module__61dy2q__cardTitle{color:var(--text);margin:0 0 6px;font-size:14px;font-weight:600}.blog-ai-panel-module__61dy2q__cardMuted{color:var(--text-muted);font-size:13px;line-height:1.5}.blog-ai-panel-module__61dy2q__modeGrid{grid-template-columns:1fr;gap:10px;display:grid}.blog-ai-panel-module__61dy2q__modeBtn{text-align:left;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);cursor:pointer;font:inherit;color:var(--text);flex-direction:column;gap:4px;padding:14px 16px;transition:border-color .14s,background .14s,transform .14s;display:flex}.blog-ai-panel-module__61dy2q__modeBtn:hover{border-color:var(--brand-300);background:var(--brand-50)}.blog-ai-panel-module__61dy2q__modeBtnTitle{font-size:14px;font-weight:600}.blog-ai-panel-module__61dy2q__modeBtnHint{color:var(--text-muted);font-size:12.5px}.blog-ai-panel-module__61dy2q__seedRow{align-items:flex-end;gap:8px;display:flex}.blog-ai-panel-module__61dy2q__seedRow>:first-child{flex:1}.blog-ai-panel-module__61dy2q__topicList{flex-direction:column;gap:10px;display:flex}.blog-ai-panel-module__61dy2q__topicBtn{text-align:left;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);cursor:pointer;width:100%;font:inherit;color:var(--text);padding:12px 14px;transition:border-color .14s,background .14s;display:block}.blog-ai-panel-module__61dy2q__topicBtn:hover{border-color:var(--brand-300);background:var(--brand-50)}.blog-ai-panel-module__61dy2q__topicTitle{margin-bottom:4px;font-size:13.5px;font-weight:600}.blog-ai-panel-module__61dy2q__topicAngle{color:var(--text-muted);font-size:12.5px;line-height:1.4}.blog-ai-panel-module__61dy2q__topicKws{flex-wrap:wrap;gap:4px;margin-top:8px;display:flex}.blog-ai-panel-module__61dy2q__topicKw{background:var(--surface-2);color:var(--text-muted);border-radius:999px;padding:2px 6px;font-size:10.5px}.blog-ai-panel-module__61dy2q__draftMeta{grid-template-columns:1fr;gap:6px;display:grid}.blog-ai-panel-module__61dy2q__draftMetaItem{color:var(--text-muted);font-size:12px}.blog-ai-panel-module__61dy2q__draftMetaItem strong{color:var(--text);margin-right:6px;font-weight:600}.blog-ai-panel-module__61dy2q__draftBody{max-height:280px;font-family:var(--font-mono);color:var(--text-muted);background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius);white-space:pre-wrap;padding:12px;font-size:12px;line-height:1.55;overflow-y:auto}.blog-ai-panel-module__61dy2q__imagePreview{aspect-ratio:1200/630;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius);place-items:center;width:100%;display:grid;overflow:hidden}.blog-ai-panel-module__61dy2q__imagePreview img{object-fit:cover;width:100%;height:100%;display:block}.blog-ai-panel-module__61dy2q__streamCard{flex-direction:column;gap:12px;display:flex}.blog-ai-panel-module__61dy2q__streamStatusBar{background:linear-gradient(135deg, var(--brand-50), var(--brand-100));border:1px solid var(--brand-200);color:var(--brand-700);border-radius:999px;align-items:center;gap:10px;width:fit-content;padding:8px 14px;font-size:12.5px;font-weight:600;display:inline-flex}.blog-ai-panel-module__61dy2q__streamStatusPulse{background:var(--brand-500);border-radius:50%;width:8px;height:8px;position:relative;box-shadow:0 0 0 4px #5dc0952e}.blog-ai-panel-module__61dy2q__streamStatusPulse:after{content:"";border:2px solid var(--brand-400);opacity:0;border-radius:50%;animation:1.4s ease-out infinite blog-ai-panel-module__61dy2q__streamPulse;position:absolute;inset:-3px}@keyframes blog-ai-panel-module__61dy2q__streamPulse{0%{opacity:.6;transform:scale(.6)}to{opacity:0;transform:scale(1.8)}}.blog-ai-panel-module__61dy2q__streamTitle{color:var(--text);letter-spacing:-.01em;border-left:3px solid var(--brand-400);min-height:18px;padding-left:10px;font-size:14px;font-weight:600}.blog-ai-panel-module__61dy2q__streamPaper{background:repeating-linear-gradient(transparent 0, transparent 23px, #00000006 23px, #00000006 24px), var(--surface);border:1px solid var(--border);border-radius:var(--radius);font-family:var(--font-mono);color:var(--text);white-space:pre-wrap;word-break:break-word;scroll-behavior:smooth;max-height:360px;padding:18px 18px 22px;font-size:12.5px;line-height:24px;position:relative;overflow-y:auto}.blog-ai-panel-module__61dy2q__streamPaper::-webkit-scrollbar{width:6px}.blog-ai-panel-module__61dy2q__streamPaper::-webkit-scrollbar-thumb{background:var(--border);border-radius:999px}.blog-ai-panel-module__61dy2q__streamCursor{vertical-align:-2px;background:var(--brand-500);width:7px;height:14px;margin-left:2px;animation:1s steps(2,end) infinite blog-ai-panel-module__61dy2q__streamBlink;display:inline-block}@keyframes blog-ai-panel-module__61dy2q__streamBlink{50%{opacity:0}}.blog-ai-panel-module__61dy2q__streamMeta{color:var(--text-muted);flex-wrap:wrap;gap:12px;font-size:11.5px;display:flex}.blog-ai-panel-module__61dy2q__streamMeta strong{color:var(--text);font-weight:600}.blog-ai-panel-module__61dy2q__streamCancelRow{justify-content:flex-end;display:flex}.blog-ai-panel-module__61dy2q__loadRow{border:1px dashed var(--border);border-radius:var(--radius);color:var(--text-muted);align-items:center;gap:10px;padding:14px;font-size:13px;display:flex}.blog-ai-panel-module__61dy2q__spinner{border:2px solid var(--brand-200);border-top-color:var(--brand-500);border-radius:50%;flex-shrink:0;width:14px;height:14px;animation:.7s linear infinite blog-ai-panel-module__61dy2q__spin}@keyframes blog-ai-panel-module__61dy2q__spin{to{transform:rotate(360deg)}}.blog-ai-panel-module__61dy2q__error{border:1px solid var(--danger-border,#f8b4b4);background:var(--danger-bg,#fef2f2);color:var(--danger-text,#991b1b);border-radius:var(--radius);flex-direction:column;gap:10px;padding:12px 14px;font-size:13px;line-height:1.5;display:flex}.blog-ai-panel-module__61dy2q__errorMessage{word-break:break-word}.blog-ai-panel-module__61dy2q__errorActions{justify-content:flex-end;gap:8px;display:flex}.blog-ai-panel-module__61dy2q__providerStack{flex-direction:column;gap:10px;display:flex}.blog-ai-panel-module__61dy2q__providerOption{border:1.5px solid var(--border);border-radius:var(--radius);background:var(--surface);color:var(--text);cursor:pointer;font:inherit;text-align:left;align-items:flex-start;gap:12px;width:100%;padding:12px 14px;transition:border-color .16s,background .16s,box-shadow .16s,transform .16s;display:flex;position:relative}.blog-ai-panel-module__61dy2q__providerOption:hover:not(:disabled){border-color:var(--brand-300);background:var(--brand-50)}.blog-ai-panel-module__61dy2q__providerOption:disabled{opacity:.55;cursor:not-allowed}.blog-ai-panel-module__61dy2q__providerOption:focus-visible{outline:none;box-shadow:0 0 0 3px #5dc09552}.blog-ai-panel-module__61dy2q__providerOptionActive{border-color:var(--brand-500);background:linear-gradient(180deg, var(--brand-50), var(--surface));box-shadow:0 1px 2px #0f172a0a,0 0 0 3px #5dc09529}.blog-ai-panel-module__61dy2q__providerOptionActive:hover:not(:disabled){background:linear-gradient(180deg, var(--brand-50), var(--surface))}.blog-ai-panel-module__61dy2q__providerOptionInfo{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.blog-ai-panel-module__61dy2q__providerOptionName{color:var(--text);letter-spacing:-.005em;font-size:13.5px;font-weight:600}.blog-ai-panel-module__61dy2q__providerOptionModel{color:var(--text-muted);font-variant:tabular-nums;font-size:11.5px}.blog-ai-panel-module__61dy2q__providerOptionDesc{color:var(--text-muted);margin-top:3px;font-size:12px;line-height:1.4}.blog-ai-panel-module__61dy2q__providerOptionCheck{background:var(--brand-500);color:#fff;opacity:0;border-radius:50%;flex-shrink:0;place-items:center;width:22px;height:22px;margin-top:4px;transition:opacity .16s,transform .16s;display:grid;transform:scale(.6)}.blog-ai-panel-module__61dy2q__providerOptionActive .blog-ai-panel-module__61dy2q__providerOptionCheck{opacity:1;transform:scale(1)}.blog-ai-panel-module__61dy2q__providerBadge{color:var(--text-muted);align-items:center;gap:6px;margin-top:8px;font-size:11.5px;display:inline-flex}.blog-ai-panel-module__61dy2q__providerBadge:before{content:"";background:var(--brand-500);border-radius:50%;width:6px;height:6px}.blog-ai-panel-module__61dy2q__aiTrigger{border:1px solid var(--brand-300);background:linear-gradient(135deg, var(--brand-50), var(--brand-100));color:var(--brand-700);cursor:pointer;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:9px 14px;font-size:13px;font-weight:600;transition:transform .14s,box-shadow .14s,border-color .14s;display:inline-flex}.blog-ai-panel-module__61dy2q__aiTrigger:hover{border-color:var(--brand-400);transform:translateY(-1px);box-shadow:0 6px 18px #5dc0952e}.blog-ai-panel-module__61dy2q__aiTrigger svg{color:var(--brand-600,var(--brand-700));flex-shrink:0}.blog-ai-panel-module__61dy2q__aiTriggerLabel{white-space:nowrap}@media (max-width:640px){.blog-ai-panel-module__61dy2q__aiTrigger{border-radius:50%;gap:0;width:36px;height:36px;padding:0}.blog-ai-panel-module__61dy2q__aiTriggerLabel{display:none}}
.blog-editor-module__r33oHG__editor{border:1px solid var(--border-strong);border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow-xs);flex-direction:column;display:flex;overflow:hidden}.blog-editor-module__r33oHG__toolbar{border-bottom:1px solid var(--border);background:var(--surface-2);flex-wrap:wrap;align-items:center;gap:4px;padding:8px 10px;display:flex}.blog-editor-module__r33oHG__tbGroup{align-items:center;gap:2px;display:flex}.blog-editor-module__r33oHG__tbDivider{background:var(--border-strong);width:1px;height:18px;margin:0 4px}.blog-editor-module__r33oHG__tbBtn{width:30px;height:30px;color:var(--text-muted);border-radius:var(--radius-sm);cursor:pointer;background:0 0;border:1px solid #0000;place-items:center;padding:0;font-size:13px;font-weight:600;transition:background .1s,color .1s,border-color .1s;display:grid}.blog-editor-module__r33oHG__tbBtn:hover{background:var(--surface);color:var(--text);border-color:var(--border)}.blog-editor-module__r33oHG__tbSpacer{flex:1}.blog-editor-module__r33oHG__tbModeSwitch{background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--radius);padding:2px;display:inline-flex}.blog-editor-module__r33oHG__tbMode{color:var(--text-muted);cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:0;padding:4px 10px;font-size:12px;font-weight:600;transition:background .12s,color .12s}.blog-editor-module__r33oHG__tbMode:hover{color:var(--text)}.blog-editor-module__r33oHG__tbModeActive{background:var(--brand-50);color:var(--brand-700)}.blog-editor-module__r33oHG__body{display:grid;position:relative}.blog-editor-module__r33oHG__textarea{width:100%;min-height:360px;font-family:var(--font-mono), ui-monospace, SFMono-Regular, Menlo, monospace;resize:vertical;color:var(--text);background:var(--surface);tab-size:2;border:0;outline:none;padding:18px 20px;font-size:13.5px;line-height:1.65}.blog-editor-module__r33oHG__textarea::placeholder{color:var(--text-subtle)}.blog-editor-module__r33oHG__textarea:focus{box-shadow:inset 0 0 0 2px color-mix(in srgb, var(--brand-200) 50%, transparent);background:#fff}.blog-editor-module__r33oHG__preview{min-height:360px;color:var(--text);background:#fff;width:100%;max-width:720px;margin:0 auto;padding:24px 28px;font-size:15px;line-height:1.7}.blog-editor-module__r33oHG__preview>:first-child{margin-top:0}.blog-editor-module__r33oHG__preview h1,.blog-editor-module__r33oHG__preview h2,.blog-editor-module__r33oHG__preview h3{letter-spacing:-.02em;color:var(--text);margin:1.6em 0 .6em;font-weight:600}.blog-editor-module__r33oHG__preview h1{font-size:28px}.blog-editor-module__r33oHG__preview h2{font-size:22px}.blog-editor-module__r33oHG__preview h3{font-size:18px}.blog-editor-module__r33oHG__preview p{margin:0 0 1em}.blog-editor-module__r33oHG__preview a{color:var(--brand-600);text-decoration:underline;-webkit-text-decoration-color:color-mix(in srgb, var(--brand-400) 40%, transparent);text-decoration-color:color-mix(in srgb, var(--brand-400) 40%, transparent);text-underline-offset:2px}.blog-editor-module__r33oHG__preview a:hover{color:var(--brand-700)}.blog-editor-module__r33oHG__preview strong{color:var(--text);font-weight:600}.blog-editor-module__r33oHG__preview em{font-style:italic}.blog-editor-module__r33oHG__preview ul,.blog-editor-module__r33oHG__preview ol{margin:0 0 1em;padding-left:1.5em}.blog-editor-module__r33oHG__preview li{margin:.2em 0}.blog-editor-module__r33oHG__preview blockquote{border-left:3px solid var(--brand-400);background:var(--brand-50);border-radius:0 var(--radius) var(--radius) 0;color:var(--text-muted);margin:1em 0;padding:12px 18px;font-style:italic}.blog-editor-module__r33oHG__preview code:not(pre code){font-family:var(--font-mono), ui-monospace, monospace;background:var(--surface-2);border:1px solid var(--border);border-radius:4px;padding:1px 6px;font-size:.9em}.blog-editor-module__r33oHG__preview pre{color:#e2e8f0;border-radius:var(--radius);background:#0f172a;margin:1em 0;padding:16px 18px;font-size:13px;line-height:1.6;overflow-x:auto}.blog-editor-module__r33oHG__preview pre code{font-family:var(--font-mono), monospace;background:0 0;border:0;padding:0}.blog-editor-module__r33oHG__preview img{border-radius:var(--radius);border:1px solid var(--border);max-width:100%;height:auto;margin:1em 0}.blog-editor-module__r33oHG__preview hr{border:0;border-top:1px solid var(--border);margin:2em 0}.blog-editor-module__r33oHG__preview table{border-collapse:collapse;width:100%;margin:1em 0;font-size:14px}.blog-editor-module__r33oHG__preview th,.blog-editor-module__r33oHG__preview td{border:1px solid var(--border);text-align:left;padding:8px 12px}.blog-editor-module__r33oHG__preview th{background:var(--surface-2);font-weight:600}.blog-editor-module__r33oHG__previewEmpty{color:var(--text-subtle);text-align:center;padding:80px 20px;font-style:italic}.blog-editor-module__r33oHG__statusBar{border-top:1px solid var(--border);background:var(--surface-2);color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:14px;padding:8px 14px;font-size:11.5px;display:flex}.blog-editor-module__r33oHG__statBadge{background:var(--surface);border:1px solid var(--border);color:var(--text-muted);border-radius:999px;align-items:center;gap:5px;padding:2px 8px;font-weight:500;display:inline-flex}.blog-editor-module__r33oHG__statBadge strong{color:var(--text);font-weight:600}.blog-editor-module__r33oHG__statHint{color:var(--text-subtle);margin-left:auto;font-size:11px}.blog-editor-module__r33oHG__statHint kbd{border:1px solid var(--border-strong);background:var(--surface);font-family:var(--font-mono), monospace;color:var(--text-muted);border-radius:3px;padding:1px 5px;font-size:10.5px;display:inline-block}
.rates-table-module__JeNQqW__stack{flex-direction:column;gap:20px;display:flex}.rates-table-module__JeNQqW__modelCell{flex-direction:column;gap:2px;min-width:0;display:flex}.rates-table-module__JeNQqW__modelName{color:var(--text);font-size:13px;font-weight:600}.rates-table-module__JeNQqW__modelKey{font-family:var(--font-mono,monospace);color:var(--text-muted);background:var(--surface-2);border-radius:4px;width:fit-content;padding:1px 5px;font-size:11px}.rates-table-module__JeNQqW__numCell{text-align:right;min-width:130px}.rates-table-module__JeNQqW__numCell input{text-align:right;font-variant-numeric:tabular-nums}.rates-table-module__JeNQqW__dateCell{text-align:right;color:var(--text-muted);white-space:nowrap;font-size:11.5px}.rates-table-module__JeNQqW__actionCell{text-align:right}.rates-table-module__JeNQqW__sourceBadge{text-transform:uppercase;letter-spacing:.04em;border-radius:999px;padding:2px 8px;font-size:10.5px;font-weight:600;display:inline-block}.rates-table-module__JeNQqW__sourceSeed{background:var(--surface-2);color:var(--text-muted);border:1px solid var(--border)}.rates-table-module__JeNQqW__sourceManual{background:var(--brand-50);color:var(--brand-700);border:1px solid var(--brand-100)}.rates-table-module__JeNQqW__sourceAi{color:#6d28d9;background:linear-gradient(135deg,#6366f11f,#a855f71f);border:1px solid #a855f74d}.rates-table-module__JeNQqW__footnote{color:var(--text-muted);background:var(--surface-2);border:1px dashed var(--border);border-radius:var(--radius);margin:4px 4px 0;padding:12px 14px;font-size:12px;line-height:1.6}
.usage-dashboard-module__WnPAXW__stack{flex-direction:column;gap:20px;display:flex}.usage-dashboard-module__WnPAXW__statGrid{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}@media (max-width:860px){.usage-dashboard-module__WnPAXW__statGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.usage-dashboard-module__WnPAXW__statGrid{grid-template-columns:1fr}}.usage-dashboard-module__WnPAXW__statCard{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-xs);flex-direction:column;gap:6px;padding:16px 18px;transition:border-color .16s,box-shadow .16s;display:flex}.usage-dashboard-module__WnPAXW__statCard:hover{border-color:var(--border-strong);box-shadow:var(--shadow-md)}.usage-dashboard-module__WnPAXW__statLabel{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);font-size:11.5px;font-weight:600}.usage-dashboard-module__WnPAXW__statValue{letter-spacing:-.02em;color:var(--text);font-variant-numeric:tabular-nums;font-size:22px;font-weight:700}.usage-dashboard-module__WnPAXW__statHint{color:var(--text-subtle);font-size:11.5px;line-height:1.4}.usage-dashboard-module__WnPAXW__providerCode{font-family:var(--font-mono,monospace);background:var(--surface-2);border:1px solid var(--border);color:var(--text);border-radius:6px;padding:2px 6px;font-size:12px}.usage-dashboard-module__WnPAXW__providerCodeSm{font-family:var(--font-mono,monospace);background:var(--surface-2);border:1px solid var(--border);color:var(--text-muted);border-radius:6px;padding:2px 6px;font-size:11px}.usage-dashboard-module__WnPAXW__kindBadge{background:var(--brand-50);color:var(--brand-700);border:1px solid var(--brand-100);border-radius:999px;padding:2px 8px;font-size:11px;font-weight:600;display:inline-block}.usage-dashboard-module__WnPAXW__okBadge,.usage-dashboard-module__WnPAXW__errorBadge{text-transform:uppercase;letter-spacing:.04em;border-radius:999px;padding:2px 8px;font-size:10.5px;font-weight:600;display:inline-block}.usage-dashboard-module__WnPAXW__okBadge{background:var(--brand-50);color:var(--brand-700);border:1px solid var(--brand-100)}.usage-dashboard-module__WnPAXW__errorBadge{background:var(--danger-bg,#fef2f2);color:var(--danger-text,#991b1b);border:1px solid var(--danger-border,#f8b4b4);cursor:help}.usage-dashboard-module__WnPAXW__userCell{flex-direction:column;gap:2px;min-width:0;display:flex}.usage-dashboard-module__WnPAXW__userName{color:var(--text);font-size:13px;font-weight:600}.usage-dashboard-module__WnPAXW__userEmail{color:var(--text-muted);font-size:11.5px}.usage-dashboard-module__WnPAXW__timestamp{font-variant-numeric:tabular-nums;color:var(--text-muted);font-size:12.5px}.usage-dashboard-module__WnPAXW__muted{color:var(--text-subtle);font-style:italic}.usage-dashboard-module__WnPAXW__footnote{color:var(--text-muted);margin:4px 4px 0;font-size:12px;line-height:1.6}.usage-dashboard-module__WnPAXW__footnote code{font-family:var(--font-mono,monospace);background:var(--surface-2);border-radius:4px;padding:1px 5px;font-size:11.5px}
.automations-module__7otNyG__cardList{flex-direction:column;gap:14px;display:flex}.automations-module__7otNyG__card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-xs);grid-template-columns:1fr auto;gap:18px;padding:18px;transition:border-color .18s,box-shadow .18s,transform .18s;display:grid}.automations-module__7otNyG__card:hover{border-color:var(--border-strong);box-shadow:var(--shadow-md);transform:translateY(-1px)}.automations-module__7otNyG__body{flex-direction:column;gap:6px;min-width:0;display:flex}.automations-module__7otNyG__header{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.automations-module__7otNyG__title{letter-spacing:-.015em;color:var(--text);text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:16.5px;font-weight:600;line-height:1.3;text-decoration:none;overflow:hidden}.automations-module__7otNyG__title:hover{color:var(--brand-700)}.automations-module__7otNyG__pausedBadge,.automations-module__7otNyG__activeBadge{letter-spacing:.02em;border-radius:999px;padding:2px 8px;font-size:11px;font-weight:600}.automations-module__7otNyG__activeBadge{background:color-mix(in oklab, var(--success,#16a34a) 14%, transparent);color:var(--success,#16a34a);border:1px solid color-mix(in oklab, var(--success,#16a34a) 28%, transparent)}.automations-module__7otNyG__pausedBadge{background:var(--surface-2);color:var(--text-muted);border:1px solid var(--border)}.automations-module__7otNyG__lastStatus{background:var(--surface-2);color:var(--text-muted);border:1px solid var(--border);border-radius:999px;padding:2px 8px;font-size:11px;font-weight:500}.automations-module__7otNyG__lastStatusSuccess{background:color-mix(in oklab, var(--success,#16a34a) 12%, transparent);color:var(--success,#16a34a);border-color:color-mix(in oklab, var(--success,#16a34a) 28%, transparent)}.automations-module__7otNyG__lastStatusFailure{background:color-mix(in oklab, var(--danger,#dc2626) 12%, transparent);color:var(--danger,#dc2626);border-color:color-mix(in oklab, var(--danger,#dc2626) 28%, transparent)}.automations-module__7otNyG__lastStatusSkipped{background:color-mix(in oklab, var(--warning,#d97706) 12%, transparent);color:var(--warning,#d97706);border-color:color-mix(in oklab, var(--warning,#d97706) 28%, transparent)}.automations-module__7otNyG__description{color:var(--text-muted);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin:4px 0 2px;font-size:13.5px;line-height:1.55;display:-webkit-box;overflow:hidden}.automations-module__7otNyG__meta{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:8px;margin-top:4px;font-size:12px;display:flex}.automations-module__7otNyG__dot{background:var(--text-subtle);border-radius:50%;width:3px;height:3px}.automations-module__7otNyG__platforms{flex-wrap:wrap;gap:6px;margin-top:6px;display:flex}.automations-module__7otNyG__platformChip{background:var(--brand-50);color:var(--brand-700);border:1px solid var(--brand-100);text-transform:capitalize;border-radius:999px;padding:2px 8px;font-size:11px;font-weight:500}.automations-module__7otNyG__side{flex-direction:column;justify-content:space-between;align-items:flex-end;gap:10px;min-width:180px;display:flex}.automations-module__7otNyG__sideStat{text-align:right;color:var(--text-muted);font-size:12px}.automations-module__7otNyG__sideStatValue{color:var(--text);letter-spacing:-.01em;font-size:14.5px;font-weight:600;display:block}.automations-module__7otNyG__actions{justify-content:flex-end;gap:6px;margin-top:6px;display:flex}.automations-module__7otNyG__formStack{flex-direction:column;gap:20px;display:flex}.automations-module__7otNyG__headerActions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.automations-module__7otNyG__platformGrid{flex-wrap:wrap;gap:8px;display:flex}.automations-module__7otNyG__platformPill{background:var(--surface-2);border:1px solid var(--border);color:var(--text);cursor:pointer;border-radius:999px;align-items:center;gap:8px;padding:8px 14px;font-size:13.5px;font-weight:500;transition:border-color .14s,background .14s;display:inline-flex}.automations-module__7otNyG__platformPill:hover{border-color:var(--border-strong)}.automations-module__7otNyG__platformPill input{width:15px;height:15px;accent-color:var(--brand-400)}.automations-module__7otNyG__radioStack,.automations-module__7otNyG__checkStack{flex-direction:column;gap:8px;display:flex}.automations-module__7otNyG__radioRow,.automations-module__7otNyG__checkRow{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);cursor:pointer;align-items:flex-start;gap:10px;padding:10px 12px;font-size:14px;transition:border-color .14s,background .14s;display:flex}.automations-module__7otNyG__radioRow:hover,.automations-module__7otNyG__checkRow:hover{border-color:var(--border-strong)}.automations-module__7otNyG__radioRow input,.automations-module__7otNyG__checkRow input{width:16px;height:16px;accent-color:var(--brand-400);flex-shrink:0;margin-top:2px}.automations-module__7otNyG__radioLabel{color:var(--text);font-size:14px;font-weight:600;display:block}.automations-module__7otNyG__radioHint{color:var(--text-muted);margin-top:1px;font-size:12.5px;line-height:1.4;display:block}.automations-module__7otNyG__runList{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.automations-module__7otNyG__runItem{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius);padding:12px 14px}.automations-module__7otNyG__runHead{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:8px;font-size:12.5px;display:flex}.automations-module__7otNyG__runTime{color:var(--text);font-weight:500}.automations-module__7otNyG__runMeta{font-variant-numeric:tabular-nums}.automations-module__7otNyG__runDot{background:var(--text-subtle);border-radius:50%;width:3px;height:3px}.automations-module__7otNyG__runTopic{color:var(--text);margin-top:6px;font-size:13.5px}.automations-module__7otNyG__runTopic strong{color:var(--text-muted);margin-right:4px;font-weight:600}.automations-module__7otNyG__runError{background:color-mix(in oklab, var(--danger,#dc2626) 8%, transparent);border:1px solid color-mix(in oklab, var(--danger,#dc2626) 24%, transparent);color:var(--danger,#dc2626);border-radius:var(--radius-sm,6px);margin-top:6px;padding:6px 10px;font-size:12.5px}.automations-module__7otNyG__socialList{flex-direction:column;gap:4px;margin:8px 0 0;padding:0;list-style:none;display:flex}.automations-module__7otNyG__socialItem{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:8px;font-size:12.5px;display:flex}.automations-module__7otNyG__socialStatus{text-transform:capitalize;color:var(--text);font-weight:500}.automations-module__7otNyG__socialLink{color:var(--brand-700);text-decoration:none}.automations-module__7otNyG__socialLink:hover{text-decoration:underline}.automations-module__7otNyG__socialError{color:var(--danger,#dc2626);font-size:12px}@media (max-width:720px){.automations-module__7otNyG__card{grid-template-columns:1fr}.automations-module__7otNyG__side{border-top:1px dashed var(--border);align-items:flex-start;min-width:0;padding-top:10px}.automations-module__7otNyG__title{white-space:normal}}
.save-status-button-module__2Px1Lq__wrap{isolation:isolate;align-items:stretch;display:inline-flex;position:relative}.save-status-button-module__2Px1Lq__primary,.save-status-button-module__2Px1Lq__chevron{appearance:none;font:inherit;cursor:pointer;border:1px solid var(--brand-600);background:linear-gradient(180deg, var(--brand-500), var(--brand-600));color:#fff;font-size:13px;font-weight:600;transition:background .14s,border-color .14s,box-shadow .14s,transform .14s}.save-status-button-module__2Px1Lq__primary:hover:not(:disabled),.save-status-button-module__2Px1Lq__chevron:hover:not(:disabled){background:linear-gradient(180deg, var(--brand-400), var(--brand-500))}.save-status-button-module__2Px1Lq__primary:active:not(:disabled),.save-status-button-module__2Px1Lq__chevron:active:not(:disabled){transform:translateY(1px)}.save-status-button-module__2Px1Lq__primary:focus-visible,.save-status-button-module__2Px1Lq__chevron:focus-visible{z-index:1;outline:none;box-shadow:0 0 0 3px #5dc09566}.save-status-button-module__2Px1Lq__primary:disabled,.save-status-button-module__2Px1Lq__chevron:disabled{opacity:.6;cursor:not-allowed}.save-status-button-module__2Px1Lq__primary{border-radius:var(--radius) 0 0 var(--radius);white-space:nowrap;text-align:center;border-right:1px solid #fff3;min-width:130px;padding:8px 14px}.save-status-button-module__2Px1Lq__chevron{border-radius:0 var(--radius) var(--radius) 0;border-left:0;place-items:center;padding:0 10px;display:grid}.save-status-button-module__2Px1Lq__chevronIcon{transition:transform .16s}.save-status-button-module__2Px1Lq__chevronOpen .save-status-button-module__2Px1Lq__chevronIcon{transform:rotate(180deg)}.save-status-button-module__2Px1Lq__menu{z-index:50;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:2px;min-width:220px;padding:6px;animation:.14s save-status-button-module__2Px1Lq__menuIn;display:flex;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 4px 12px #0f172a14,0 12px 36px #0f172a1a}@keyframes save-status-button-module__2Px1Lq__menuIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.save-status-button-module__2Px1Lq__menuItem{appearance:none;cursor:pointer;font:inherit;color:var(--text);text-align:left;background:0 0;border:0;border-radius:6px;align-items:center;gap:10px;padding:9px 12px;font-size:13px;transition:background .12s,color .12s;display:flex}.save-status-button-module__2Px1Lq__menuItem:hover{background:var(--surface-2)}.save-status-button-module__2Px1Lq__menuItem:focus-visible{background:var(--brand-50);outline:none}.save-status-button-module__2Px1Lq__menuItemActive{background:var(--brand-50);color:var(--brand-700);font-weight:600}.save-status-button-module__2Px1Lq__menuItemDot{border:2px solid var(--border);background:0 0;border-radius:50%;flex-shrink:0;width:8px;height:8px}.save-status-button-module__2Px1Lq__menuItemActive .save-status-button-module__2Px1Lq__menuItemDot{border-color:var(--brand-500);background:var(--brand-500);box-shadow:inset 0 0 0 2px #fff}.save-status-button-module__2Px1Lq__menuItemLabel{flex-direction:column;gap:2px;line-height:1.3;display:flex}.save-status-button-module__2Px1Lq__menuItemTitle{font-size:13px;font-weight:600}.save-status-button-module__2Px1Lq__menuItemHint{color:var(--text-muted);font-size:11.5px;font-weight:400}.save-status-button-module__2Px1Lq__menuItemActive .save-status-button-module__2Px1Lq__menuItemHint{color:var(--brand-600)}
.clients-module__NPWqCW__headerActions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.clients-module__NPWqCW__nameCell{color:var(--text);font-size:14px;font-weight:600}.clients-module__NPWqCW__muted{color:var(--text-muted);font-size:13px}.clients-module__NPWqCW__sub{color:var(--text-subtle);margin-top:2px;font-size:12.5px}.clients-module__NPWqCW__logo{background:var(--surface-2);border:1px solid var(--border);width:36px;height:36px;color:var(--text-muted);border-radius:9px;flex-shrink:0;place-items:center;font-size:14px;font-weight:600;display:grid;overflow:hidden}.clients-module__NPWqCW__logo img{object-fit:cover;width:100%;height:100%}.clients-module__NPWqCW__rowWithLogo{align-items:center;gap:12px;display:flex}.clients-module__NPWqCW__actions{justify-content:flex-end;gap:6px;display:flex}.clients-module__NPWqCW__checkRow{color:var(--text);background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius);align-items:center;gap:10px;padding:12px 14px;font-size:14px;display:flex}.clients-module__NPWqCW__checkRow input{width:16px;height:16px;accent-color:var(--brand-400)}.clients-module__NPWqCW__formStack{flex-direction:column;gap:20px;display:flex}.clients-module__NPWqCW__cardList{flex-direction:column;gap:14px;display:flex}.clients-module__NPWqCW__itemCard{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-xs);grid-template-columns:84px 1fr auto;gap:20px;padding:18px;transition:border-color .18s,box-shadow .18s,transform .18s;display:grid}.clients-module__NPWqCW__itemCard:hover{border-color:var(--border-strong);box-shadow:var(--shadow-md);transform:translateY(-1px)}.clients-module__NPWqCW__itemThumb{border-radius:var(--radius);background:linear-gradient(135deg, var(--brand-50), var(--brand-100));border:1px solid var(--brand-100);place-items:center;width:84px;height:84px;text-decoration:none;transition:border-color .16s;display:grid;overflow:hidden}.clients-module__NPWqCW__itemThumb:hover{border-color:var(--brand-300)}.clients-module__NPWqCW__itemThumbImg{object-fit:contain;background:#fff;width:100%;height:100%;display:block}.clients-module__NPWqCW__itemThumbInitials{color:var(--brand-700);letter-spacing:-.02em;font-size:22px;font-weight:700}.clients-module__NPWqCW__itemBody{flex-direction:column;gap:4px;min-width:0;display:flex}.clients-module__NPWqCW__itemHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;display:flex}.clients-module__NPWqCW__itemTitle{letter-spacing:-.015em;color:var(--text);text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:16.5px;font-weight:600;line-height:1.3;text-decoration:none;overflow:hidden}.clients-module__NPWqCW__itemTitle:hover{color:var(--brand-700);text-decoration:none}.clients-module__NPWqCW__itemBadges{flex-shrink:0;gap:6px;display:flex}.clients-module__NPWqCW__itemSubline{color:var(--text-muted);align-items:center;gap:8px;font-size:13px;display:flex}.clients-module__NPWqCW__itemExcerpt{color:var(--text-muted);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin:4px 0 2px;font-size:13px;line-height:1.55;display:-webkit-box;overflow:hidden}.clients-module__NPWqCW__itemMeta{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:12px;margin-top:6px;font-size:12px;display:flex}.clients-module__NPWqCW__itemDot{background:var(--text-subtle);border-radius:50%;width:3px;height:3px}.clients-module__NPWqCW__itemMetaEnd{color:var(--text-subtle);margin-left:auto}.clients-module__NPWqCW__contactItem{color:var(--text-muted);align-items:center;gap:5px;font-weight:500;text-decoration:none;display:inline-flex}.clients-module__NPWqCW__contactItem:hover{color:var(--brand-700);text-decoration:none}.clients-module__NPWqCW__itemActions{flex-shrink:0;justify-content:flex-end;align-items:flex-start;display:flex}@media (max-width:720px){.clients-module__NPWqCW__itemCard{grid-template-columns:64px 1fr;gap:12px;padding:14px}.clients-module__NPWqCW__itemThumb{width:64px;height:64px}.clients-module__NPWqCW__itemThumbInitials{font-size:18px}.clients-module__NPWqCW__itemActions{border-top:1px dashed var(--border);grid-column:1/-1;justify-content:flex-start;margin-top:2px;padding-top:6px}.clients-module__NPWqCW__itemTitle{white-space:normal}.clients-module__NPWqCW__itemMetaEnd{width:100%;margin-left:0}}
.projects-module___Dw5Qa__headerActions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.projects-module___Dw5Qa__titleCell{color:var(--text);font-size:14px;font-weight:600}.projects-module___Dw5Qa__muted{color:var(--text-muted);font-size:13px}.projects-module___Dw5Qa__slug{color:var(--text-subtle);font-size:12.5px;font-family:var(--font-mono);margin-top:2px}.projects-module___Dw5Qa__stack{flex-wrap:wrap;gap:5px;display:flex}.projects-module___Dw5Qa__chip{background:var(--surface-2);color:var(--text-muted);border-radius:var(--radius-xs);border:1px solid var(--border);padding:2px 8px;font-size:11.5px;font-weight:500}.projects-module___Dw5Qa__actions{justify-content:flex-end;gap:6px;display:flex}.projects-module___Dw5Qa__checkRow{color:var(--text);background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius);align-items:center;gap:10px;padding:12px 14px;font-size:14px;display:flex}.projects-module___Dw5Qa__checkRow input{width:16px;height:16px;accent-color:var(--brand-400)}.projects-module___Dw5Qa__formStack{flex-direction:column;gap:20px;display:flex}.projects-module___Dw5Qa__builderList{flex-direction:column;gap:10px;display:flex}.projects-module___Dw5Qa__builderRow{grid-template-columns:1fr 1fr auto;align-items:start;gap:10px;display:grid}.projects-module___Dw5Qa__builderRowGallery{grid-template-columns:2fr 1fr 1fr auto;align-items:start;gap:10px;display:grid}@media (max-width:720px){.projects-module___Dw5Qa__builderRow,.projects-module___Dw5Qa__builderRowGallery{grid-template-columns:1fr}}.projects-module___Dw5Qa__builderRemove{border:1px solid var(--border-strong);border-radius:var(--radius);background:var(--surface);width:38px;height:38px;color:var(--text-muted);cursor:pointer;align-self:start;place-items:center;margin-top:0;padding:0;transition:background .12s,color .12s,border-color .12s;display:grid}.projects-module___Dw5Qa__builderRemove:hover{color:var(--danger);background:#fef2f2;border-color:#fecaca}.projects-module___Dw5Qa__builderAdd{align-self:flex-start}.projects-module___Dw5Qa__builderEmpty{color:var(--text-subtle);padding:8px 0;font-size:12.5px;font-style:italic}.projects-module___Dw5Qa__cardList{flex-direction:column;gap:14px;display:flex}.projects-module___Dw5Qa__itemCard{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-xs);grid-template-columns:132px 1fr auto;gap:20px;padding:18px;transition:border-color .18s,box-shadow .18s,transform .18s;display:grid}.projects-module___Dw5Qa__itemCard:hover{border-color:var(--border-strong);box-shadow:var(--shadow-md);transform:translateY(-1px)}.projects-module___Dw5Qa__itemThumb{border-radius:var(--radius);background:linear-gradient(135deg, var(--brand-50), var(--brand-100));border:1px solid var(--border);place-items:center;width:132px;height:96px;text-decoration:none;transition:border-color .16s;display:grid;overflow:hidden}.projects-module___Dw5Qa__itemThumb:hover{border-color:var(--brand-300)}.projects-module___Dw5Qa__itemThumbImg{object-fit:cover;width:100%;height:100%;display:block}.projects-module___Dw5Qa__itemThumbIcon{color:var(--brand-500);opacity:.7;place-items:center;display:grid}.projects-module___Dw5Qa__itemBody{flex-direction:column;gap:5px;min-width:0;display:flex}.projects-module___Dw5Qa__itemHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;display:flex}.projects-module___Dw5Qa__itemTitle{letter-spacing:-.015em;color:var(--text);text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:16.5px;font-weight:600;line-height:1.3;text-decoration:none;overflow:hidden}.projects-module___Dw5Qa__itemTitle:hover{color:var(--brand-700);text-decoration:none}.projects-module___Dw5Qa__itemBadges{flex-wrap:wrap;flex-shrink:0;gap:6px;display:flex}.projects-module___Dw5Qa__itemSlug{font-family:var(--font-mono), monospace;color:var(--text-subtle);white-space:nowrap;text-overflow:ellipsis;font-size:11.5px;overflow:hidden}.projects-module___Dw5Qa__itemExcerpt{color:var(--text-muted);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin:4px 0 2px;font-size:13.5px;line-height:1.55;display:-webkit-box;overflow:hidden}.projects-module___Dw5Qa__itemMeta{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:8px;margin-top:4px;font-size:12px;display:flex}.projects-module___Dw5Qa__itemDot{background:var(--text-subtle);border-radius:50%;width:3px;height:3px}.projects-module___Dw5Qa__metaPiece{color:var(--text);align-items:center;gap:5px;font-weight:500;display:inline-flex}.projects-module___Dw5Qa__itemTags{flex-wrap:wrap;gap:6px;margin-top:6px;display:flex}.projects-module___Dw5Qa__chipMore{background:var(--surface-2);color:var(--text-muted);border:1px solid var(--border);border-radius:4px;padding:2px 8px;font-size:11px;font-weight:500}.projects-module___Dw5Qa__itemActions{flex-shrink:0;justify-content:flex-end;align-items:flex-start;display:flex}@media (max-width:720px){.projects-module___Dw5Qa__itemCard{grid-template-columns:80px 1fr;gap:12px;padding:14px}.projects-module___Dw5Qa__itemThumb{width:80px;height:60px}.projects-module___Dw5Qa__itemActions{border-top:1px dashed var(--border);grid-column:1/-1;justify-content:flex-start;margin-top:2px;padding-top:6px}.projects-module___Dw5Qa__itemTitle{white-space:normal}}
.users-module__Al3OXG__nameCell{color:var(--text);font-size:14px;font-weight:600}.users-module__Al3OXG__muted{color:var(--text-muted);font-size:13px}.users-module__Al3OXG__sub{color:var(--text-subtle);margin-top:2px;font-size:12.5px}.users-module__Al3OXG__row{align-items:center;gap:12px;display:flex}.users-module__Al3OXG__avatar{background:linear-gradient(135deg, var(--brand-100), var(--brand-200));width:34px;height:34px;color:var(--brand-700);border:1px solid var(--brand-100);border-radius:50%;flex-shrink:0;place-items:center;font-size:12.5px;font-weight:600;display:grid;overflow:hidden}.users-module__Al3OXG__avatar img{object-fit:cover;width:100%;height:100%}.users-module__Al3OXG__nameStack{min-width:0}.users-module__Al3OXG__youTag{background:var(--brand-50);color:var(--brand-700);border:1px solid var(--brand-100);text-transform:uppercase;letter-spacing:.04em;vertical-align:middle;border-radius:999px;margin-left:6px;padding:1px 6px;font-size:10.5px;font-weight:600;display:inline-block}.users-module__Al3OXG__actions{justify-content:flex-end;gap:6px;display:flex}.users-module__Al3OXG__checkRow{color:var(--text);background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius);align-items:center;gap:10px;padding:12px 14px;font-size:14px;display:flex}.users-module__Al3OXG__checkRow input{width:16px;height:16px;accent-color:var(--brand-400)}.users-module__Al3OXG__checkRow input:disabled{opacity:.6;cursor:not-allowed}.users-module__Al3OXG__lockedHint{color:var(--text-subtle);margin-left:auto;font-size:12px;font-style:italic}
.shell-module__61Mdda__app{background:var(--bg);grid-template-columns:260px 1fr;min-height:100vh;display:grid}.shell-module__61Mdda__sidebarSlot{display:contents}.shell-module__61Mdda__sidebar{background:var(--surface);border-right:1px solid var(--border);flex-direction:column;height:100vh;display:flex;position:sticky;top:0}.shell-module__61Mdda__brand{border-bottom:1px solid var(--border);align-items:center;padding:22px 22px 20px;display:flex}.shell-module__61Mdda__brandLogo{object-fit:contain;object-position:left center;width:auto;max-width:100%;height:32px;display:block}.shell-module__61Mdda__nav{flex-direction:column;flex:1;gap:2px;padding:16px 12px 12px;display:flex;overflow-y:auto}.shell-module__61Mdda__navGroup{text-transform:uppercase;letter-spacing:.1em;color:var(--text-subtle);padding:4px 12px 6px;font-size:10.5px;font-weight:700}.shell-module__61Mdda__navDivider{background:var(--border);height:1px;margin:14px 8px 6px}.shell-module__61Mdda__navItem{border-radius:var(--radius);color:var(--text-muted);align-items:center;gap:10px;padding:8px 12px;font-size:13.5px;font-weight:500;transition:background .14s,color .14s,box-shadow .14s;display:flex;position:relative}.shell-module__61Mdda__navItem:hover{background:var(--surface-2);color:var(--text);text-decoration:none}.shell-module__61Mdda__navItem:active{background:var(--surface-3)}.shell-module__61Mdda__navIcon{width:20px;height:20px;color:var(--text-subtle);flex-shrink:0;place-items:center;transition:color .14s;display:grid}.shell-module__61Mdda__navItem:hover .shell-module__61Mdda__navIcon{color:var(--text-muted)}.shell-module__61Mdda__navLabel{white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;overflow:hidden}.shell-module__61Mdda__navItemActive{background:var(--brand-50);color:var(--brand-700);box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--brand-200) 60%, transparent);font-weight:600}.shell-module__61Mdda__navItemActive:before{content:"";background:var(--brand-400);border-radius:0 3px 3px 0;width:3px;position:absolute;top:6px;bottom:6px;left:-12px}.shell-module__61Mdda__navItemActive:hover{background:var(--brand-100);color:var(--brand-700)}.shell-module__61Mdda__navItemActive .shell-module__61Mdda__navIcon{color:var(--brand-500)}.shell-module__61Mdda__navItemActive:hover .shell-module__61Mdda__navIcon{color:var(--brand-600)}.shell-module__61Mdda__sideFoot{border-top:1px solid var(--border);background:var(--surface);align-items:center;gap:12px;padding:12px 14px;display:flex}.shell-module__61Mdda__avatar{background:linear-gradient(135deg, var(--brand-100), var(--brand-200));width:36px;height:36px;color:var(--brand-700);border:1px solid var(--brand-100);border-radius:50%;flex-shrink:0;place-items:center;font-size:13px;font-weight:600;display:grid;box-shadow:0 1px 2px #0f172a0f}.shell-module__61Mdda__userBlock{flex:1;min-width:0}.shell-module__61Mdda__userName{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;line-height:1.2;overflow:hidden}.shell-module__61Mdda__userRole{color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;margin-top:3px;font-size:11px;font-weight:600}.shell-module__61Mdda__signOutBtn{color:var(--text-subtle);cursor:pointer;border-radius:var(--radius);background:0 0;border:1px solid #0000;flex-shrink:0;place-items:center;width:32px;height:32px;transition:background .12s,color .12s,border-color .12s;display:grid}.shell-module__61Mdda__signOutBtn:hover{background:var(--surface-2);color:var(--danger);border-color:var(--border)}.shell-module__61Mdda__main{flex-direction:column;min-width:0;display:flex}.shell-module__61Mdda__topbar{background:color-mix(in srgb, var(--surface) 92%, transparent);-webkit-backdrop-filter:blur(8px);border-bottom:1px solid var(--border);z-index:10;justify-content:space-between;align-items:center;height:64px;padding:0 28px;display:flex;position:sticky;top:0}.shell-module__61Mdda__topbarLeft{align-items:center;gap:12px;min-width:0;display:flex}.shell-module__61Mdda__menuBtn{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);width:36px;height:36px;color:var(--text-muted);cursor:pointer;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:background .12s,color .12s;display:none}.shell-module__61Mdda__menuBtn:hover{background:var(--surface-2);color:var(--text)}.shell-module__61Mdda__crumb{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:14px;overflow:hidden}.shell-module__61Mdda__crumb strong{color:var(--text);font-weight:600}.shell-module__61Mdda__backdrop{z-index:90;-webkit-backdrop-filter:blur(2px);cursor:pointer;background:#0f172a73;border:0;padding:0;animation:.18s ease-out shell-module__61Mdda__shell-backdrop-in;display:none;position:fixed;inset:0}@keyframes shell-module__61Mdda__shell-backdrop-in{0%{opacity:0}to{opacity:1}}.shell-module__61Mdda__content{width:100%;max-width:1280px;margin:0 auto;padding:32px}.shell-module__61Mdda__pending{background:radial-gradient(ellipse at top, color-mix(in srgb, var(--brand-50) 80%, transparent), transparent 60%), var(--bg);place-items:center;min-height:100vh;padding:96px 16px;display:grid}.shell-module__61Mdda__pendingCard{text-align:center;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);max-width:460px;box-shadow:var(--shadow-lg);padding:36px 32px}.shell-module__61Mdda__pendingLogo{object-fit:contain;width:auto;max-width:180px;height:36px;margin:0 auto 20px;display:block}.shell-module__61Mdda__pendingIcon{background:var(--brand-50);width:56px;height:56px;color:var(--brand-600);border:1px solid var(--brand-100);border-radius:50%;place-items:center;margin:0 auto 16px;font-size:24px;display:grid}.shell-module__61Mdda__pendingTitle{letter-spacing:-.01em;color:var(--text);margin:0;font-size:18px;font-weight:600}.shell-module__61Mdda__pendingBody{color:var(--text-muted);margin:10px 0 20px;font-size:14px;line-height:1.55}.shell-module__61Mdda__statGrid{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:28px;display:grid}@media (max-width:1024px){.shell-module__61Mdda__statGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.shell-module__61Mdda__statGrid{grid-template-columns:1fr}}.shell-module__61Mdda__stat{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:18px 20px;transition:border-color .14s,box-shadow .14s,transform .14s}.shell-module__61Mdda__stat:hover{border-color:var(--border-strong);box-shadow:var(--shadow-md)}.shell-module__61Mdda__statLabel{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);font-size:12px;font-weight:600}.shell-module__61Mdda__statValue{letter-spacing:-.02em;color:var(--text);margin-top:8px;font-size:28px;font-weight:600;line-height:1.1}.shell-module__61Mdda__statFoot{color:var(--text-subtle);margin-top:6px;font-size:12.5px}@media (max-width:860px){.shell-module__61Mdda__app{grid-template-columns:1fr}.shell-module__61Mdda__sidebarSlot{z-index:100;width:280px;max-width:86vw;height:100dvh;transition:transform .28s cubic-bezier(.34,1.16,.64,1);display:block;position:fixed;top:0;left:0;transform:translate(-100%);box-shadow:0 16px 48px -8px #0f172a52}.shell-module__61Mdda__sidebarSlotOpen{transform:translate(0)}.shell-module__61Mdda__sidebar{height:100dvh;position:relative;top:auto}.shell-module__61Mdda__backdrop{display:block}.shell-module__61Mdda__menuBtn{display:inline-flex}.shell-module__61Mdda__content{padding:20px 16px}.shell-module__61Mdda__topbar{height:56px;padding:0 16px}.shell-module__61Mdda__pendingCard{padding:28px 22px}}@media (max-width:480px){.shell-module__61Mdda__content{padding:16px 12px}.shell-module__61Mdda__statValue{font-size:24px}.shell-module__61Mdda__pending{padding:48px 12px}}@media (prefers-reduced-motion:reduce){.shell-module__61Mdda__sidebarSlot{transition-duration:.01ms}.shell-module__61Mdda__backdrop{animation:none}}
