@import url(https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Syne:wght@500;600;700&display=swap);:root{--bg:#f3f6fb;--surface:#fff;--surface-soft:#f8fafc;--text:#122033;--muted:#5d6b7d;--line:#dbe3ee;--brand:#3b82f6;--brand-strong:#2563eb;--warn:#f39c12;--danger:#dc3545;--ok:#198754;--shadow:0 12px 28px #12203314}.ui-button{align-items:center;border:1px solid #0000;border-radius:.65rem;cursor:pointer;display:inline-flex;font-weight:600;gap:.45rem;justify-content:center;transition:all .2s ease}.ui-button:disabled{cursor:not-allowed;opacity:.55}.ui-button-md{font-size:.92rem;padding:.62rem .95rem}.ui-button-sm{font-size:.83rem;padding:.45rem .75rem}.ui-button-lg{font-size:.98rem;padding:.78rem 1.1rem}.ui-button-icon{height:2.1rem;padding:0;width:2.1rem}.ui-button-default{background:linear-gradient(135deg,#60a5fa,#3b82f6);border-color:#60a5fa;color:#fff}.ui-button-default:hover:not(:disabled){background:linear-gradient(135deg,#3b82f6,#2563eb)}.ui-button-secondary{background:#f59e0b;color:#fff}.ui-button-secondary:hover:not(:disabled){filter:brightness(.94)}.ui-button-destructive{background:#dc3545;background:var(--danger);color:#fff}.ui-button-destructive:hover:not(:disabled){filter:brightness(.94)}.ui-button-outline{background:#fff;border-color:#dbe3ee;border-color:var(--line);color:#122033;color:var(--text)}.ui-button-outline:hover:not(:disabled){background:#f5f8fc}.ui-button-ghost{background:#0000;color:#122033;color:var(--text)}.ui-button-ghost:hover:not(:disabled){background:#f3f6fb}.ui-card{background:#fff;background:var(--surface);border:1px solid #dbe3ee;border:1px solid var(--line);border-radius:.95rem;box-shadow:0 12px 28px #12203314;box-shadow:var(--shadow)}.ui-card-content,.ui-card-footer,.ui-card-header{padding:1rem}.ui-card-title{margin:0}.ui-card-description{color:#5d6b7d;color:var(--muted);margin:.3rem 0 0}.ui-input,.ui-textarea{background:#fff;border:1px solid #c9d7ea;border-radius:.65rem;color:#122033;color:var(--text);font-family:Plus Jakarta Sans,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:.95rem;padding:.65rem .72rem;width:100%}.ui-textarea{min-height:84px;resize:vertical}.ui-input:focus,.ui-textarea:focus{border-color:#8ab8f8;outline:2px solid #b8d4ff}.ui-badge{align-items:center;border:1px solid #0000;border-radius:999px;display:inline-flex;font-size:.78rem;font-weight:600;gap:.35rem;padding:.28rem .58rem}.ui-badge-default{background:#0d6efd;color:#fff}.ui-badge-secondary{background:#eef4fb;border-color:#d9e5f4;color:#3f546f}.ui-badge-outline{background:#fff;border-color:#d9e5f4;color:#465f7f}.ui-alert{align-items:center;border-radius:.75rem;display:flex;gap:.55rem;padding:.76rem .86rem}.ui-alert-default{background:#eff6ff;border:1px solid #c5dcff;color:#1d4f91}.ui-alert-destructive{background:#fff1f3;border:1px solid #f4c8d0;color:#7f1d28}.ui-alert-description,.ui-alert-title{font-size:.9rem;margin:0}.ui-dialog-overlay{align-items:center;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#070f1a73;display:flex;inset:0;justify-content:center;padding:1rem;position:fixed;z-index:100}.ui-dialog-content{background:#fff;background:var(--surface);border:1px solid #dbe3ee;border:1px solid var(--line);border-radius:16px;box-shadow:0 24px 38px #070f1a3d;max-height:90vh;overflow:auto;padding:1rem;width:min(760px,100%)}.ui-dialog-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.6rem}.ui-dialog-title{margin:0}.ui-dialog-footer{display:flex;gap:.65rem;justify-content:flex-end}*{box-sizing:border-box}body{background:radial-gradient(circle at 10% 10%,#e5efff 0,#f3f6fb 35%,#eef3f8 100%);color:#122033;color:var(--text);font-family:Plus Jakarta Sans,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin:0}h1,h2,h3,h4{font-family:Syne,Plus Jakarta Sans,sans-serif;letter-spacing:.2px}.app-shell{min-height:100vh}.app-header{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffe0;border-bottom:1px solid #dbe3ee;border-bottom:1px solid var(--line);gap:1rem;justify-content:space-between;padding:1rem 2rem;position:-webkit-sticky;position:sticky;top:0;z-index:20}.app-brand,.app-header{align-items:center;display:flex}.app-brand{gap:.7rem}.app-brand i{color:#3b82f6;color:var(--brand);font-size:1.35rem}.app-brand-logo{display:block;height:40px;object-fit:contain;width:40px}.app-brand h1{font-size:2rem;font-weight:800;letter-spacing:.3px;line-height:1;margin:0}.ai-assist-row,.form-actions,.header-actions,.toolbar-actions{align-items:center;display:flex;gap:.65rem}.detail-page,.home-page{margin:1.4rem auto 2.2rem;width:min(1160px,calc(100% - 2rem))}.hero-simple{margin:0 auto;max-width:980px;padding:1.6rem 1rem .4rem;text-align:center}.hero-kicker{color:#64748b;font-size:.88rem;font-weight:700;letter-spacing:1px;margin:0 0 .75rem;text-transform:uppercase}.hero-simple h2{color:#0f172a;font-size:clamp(2rem,4.6vw,4rem);line-height:1.14;margin:0}.hero-copy{color:#334155;font-size:clamp(1rem,1.5vw,1.2rem);margin:1rem auto 0;max-width:50ch}.hero-actions{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:1.4rem}.hero-actions-centered{justify-content:center}.hero-feature-grid{grid-gap:.85rem;display:grid;gap:.85rem;grid-template-columns:repeat(3,minmax(0,1fr));margin:2rem auto 0;width:min(1160px,100%)}.hero-feature-card{background:#fff;border:1px solid #e5e7eb;box-shadow:0 8px 20px #0f172a14}.hero-feature-card .ui-card-content{align-items:center;display:flex;flex-direction:column;gap:.45rem;padding:1rem .85rem;text-align:center}.hero-feature-card h4{color:#0f172a;font-size:1.05rem;margin:0}.hero-feature-card p{color:#334155;font-size:.95rem;line-height:1.45;margin:0}.hero-feature-icon{align-items:center;border-radius:999px;display:inline-flex;font-size:1.15rem;height:52px;justify-content:center;width:52px}.hero-feature-icon-ai{background:#efe7ff;color:#7c3aed}.hero-feature-icon-edit{background:#ffedd5;color:#ea580c}.hero-feature-icon-manage{background:#dbeafe;color:#2563eb}.section-header{align-items:center;display:flex;justify-content:space-between;margin:1.2rem 0 .8rem}.section-header h3{font-size:1.15rem;margin:0}.section-header p{color:#5d6b7d;color:var(--muted);font-size:.9rem;margin:0}.alert-error{align-items:center;background:#fff1f3;border:1px solid #f4c8d0;border-radius:12px;color:#7f1d28;display:flex;gap:.55rem;margin-top:1rem;padding:.76rem .86rem}.blog-grid{grid-gap:.9rem;display:grid;gap:.9rem;grid-template-columns:repeat(3,minmax(0,1fr))}.blog-card{background:linear-gradient(180deg,#fff,#f9fbff);border:1px solid #d8e3f0;border-radius:18px;box-shadow:0 8px 18px #0f172a12;cursor:pointer;overflow:hidden;position:relative;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.blog-card:before{background:linear-gradient(90deg,#60a5fa,#22d3ee);content:"";height:4px;inset:0 0 auto 0;opacity:.85;position:absolute}.blog-card .ui-card-content{display:flex;flex-direction:column;height:100%;min-height:230px;padding:1rem 1rem .95rem}.blog-card:hover{border-color:#b9d4f4;box-shadow:0 16px 30px #2563eb29;transform:translateY(-4px)}.blog-card h4{color:#0f172a;font-size:1.1rem;line-height:1.32;margin:0}.blog-card p{-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#475569;display:-webkit-box;flex:1 1;font-size:.94rem;line-height:1.5;margin:.65rem 0 0;overflow:hidden}.blog-card-footer{align-items:center;color:#4f647e;display:flex;flex-wrap:wrap;font-size:.78rem;gap:.55rem;justify-content:space-between;margin-top:.9rem}.blog-card-footer span{align-items:center;display:inline-flex;gap:.36rem}.empty-state{background:#fff;background:var(--surface);border:1px dashed #bdd0ea;border-radius:14px;box-shadow:0 12px 28px #12203314;box-shadow:var(--shadow);margin-top:.8rem;padding:2rem 1rem;text-align:center}.empty-state i{color:#5a7cac;font-size:2.2rem}.empty-state h4{margin:.8rem 0 .35rem}.empty-state p{color:#5d6b7d;color:var(--muted);margin:0 auto 1rem;max-width:52ch}.detail-shell{background:#fff;background:var(--surface);border:1px solid #dbe3ee;border:1px solid var(--line);border-radius:16px;box-shadow:0 12px 28px #12203314;box-shadow:var(--shadow);padding:1.2rem}.detail-toolbar{display:flex;flex-wrap:wrap;gap:.8rem;justify-content:space-between}.detail-title{font-size:clamp(1.4rem,2.8vw,2rem);line-height:1.25;margin:1rem 0 .65rem}.detail-meta{display:flex;flex-wrap:wrap;gap:.6rem;margin-bottom:1rem}.detail-meta span{align-items:center;background:#f8fafc;background:var(--surface-soft);border:1px solid #dbe3ee;border:1px solid var(--line);border-radius:999px;color:#3f546f;display:inline-flex;font-size:.85rem;gap:.4rem;padding:.35rem .65rem}.detail-meta .ui-badge{font-size:.8rem}.detail-description{background:#f1f6fd;border-left:4px solid #3b82f6;border-left:4px solid var(--brand);border-radius:10px;color:#324962;margin:0 0 1rem;padding:.8rem .85rem}.blog-content-rendered{color:#223247;font-size:1.03rem;line-height:1.7}.blog-content-rendered h1,.blog-content-rendered h2,.blog-content-rendered h3{color:#16273e;line-height:1.3;margin-bottom:.65rem;margin-top:1.4rem}.blog-content-rendered h1{border-bottom:2px solid #d5e2f3;padding-bottom:.45rem}.blog-content-rendered h2{border-bottom:1px solid #e2eaf5;padding-bottom:.25rem}.blog-content-rendered p{margin:.75rem 0}.blog-content-rendered ol,.blog-content-rendered ul{margin:.75rem 0 1rem;padding-left:1.3rem}.blog-content-rendered li{margin:.35rem 0}.blog-content-rendered blockquote{background:#f8fbff;border-left:3px solid #93c5fd;border-radius:8px;color:#334155;margin:1rem 0;padding:.65rem .9rem}.blog-content-rendered :not(pre)>code{background:#eef3fa;border:1px solid #dce7f5;border-radius:6px;padding:.1rem .3rem}.blog-content-rendered pre{background:#15263f;border-radius:12px;color:#f2f7ff;margin:.9rem 0 1.1rem;overflow-x:auto;padding:.95rem}.blog-content-rendered pre code{background:#0000;border:none;color:inherit;display:block;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:.92rem;line-height:1.5;padding:0;white-space:pre}.blog-content-rendered a{color:#3b82f6;color:var(--brand);text-decoration:none}.blog-content-rendered a:hover{text-decoration:underline}.icon-close-btn{border-radius:999px;height:34px;width:34px}.form-label{color:#3f5268;display:block;font-size:.88rem;font-weight:700;margin:.7rem 0 .35rem}.ai-assist-row{flex-wrap:wrap;justify-content:space-between;margin:.6rem 0 .2rem}.ai-assist-row small{color:#5d6b7d;color:var(--muted)}.form-actions{justify-content:flex-end;margin-top:1rem}.app-loading{display:grid;min-height:100vh;place-items:center}.app-loading-card{align-items:center;background:#fff;background:var(--surface);border:1px solid #dbe3ee;border:1px solid var(--line);border-radius:14px;box-shadow:0 12px 28px #12203314;box-shadow:var(--shadow);color:#3c536f;display:flex;gap:.6rem;padding:1.2rem 1.4rem}[data-sonner-toaster] [data-sonner-toast]{border-radius:12px;font-family:Plus Jakarta Sans,Segoe UI,Tahoma,Geneva,Verdana,sans-serif}@media (max-width:980px){.hero-actions{width:100%}.hero-feature-grid{grid-template-columns:1fr}.blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:700px){.app-header{flex-wrap:wrap;padding:.85rem 1rem}.detail-page,.home-page{margin-top:1rem;width:calc(100% - 1rem)}.hero-feature-grid{margin-top:1.2rem}.blog-grid{grid-template-columns:1fr}.blog-card p{min-height:0}}
/*# sourceMappingURL=main.1b2920d9.css.map*/