:root{--background:#fdfdfd;--foreground:#121212;--primary:#ec6a29;--primary-hover:#d1581f;--surface:#fff;--border:#0000000f;--input-bg:#f5f5f5;--radius:12px}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed;--primary:#ec6a29;--primary-hover:#fa7b3d;--surface:#1a1a1a;--border:#ffffff14;--input-bg:#222}}html,body{max-width:100vw;min-height:100vh;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:var(--font-inter), Arial, Helvetica, sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;flex-direction:column;display:flex}*{box-sizing:border-box;-ms-overflow-style:none;scrollbar-width:none;margin:0;padding:0}::-webkit-scrollbar{display:none}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}}.btn-primary{background-color:var(--primary);color:#fff;border-radius:var(--radius);cursor:pointer;border:none;justify-content:center;align-items:center;padding:12px 24px;font-size:1rem;font-weight:600;transition:all .2s;display:inline-flex}.btn-primary:hover{background-color:var(--primary-hover);transform:translateY(-2px);box-shadow:0 4px 12px #ec6a294d}.btn-primary:active{transform:translateY(0)}.glass-panel{-webkit-backdrop-filter:blur(16px);border-radius:var(--radius);background:#ffffffb3;border:1px solid #fff3;box-shadow:0 8px 32px #0000000d}@media (prefers-color-scheme:dark){.glass-panel{background:#1a1a1ab3;border:1px solid #ffffff0d;box-shadow:0 8px 32px #0003}}.cg-skeleton-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;flex-direction:column;padding:24px;display:flex}.cg-skeleton-line{background:#f0f0f0;border-radius:4px;animation:1.5s ease-in-out infinite cg-pulse}@keyframes cg-pulse{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}.cg-w-full{width:100%}.cg-w-200{width:200px}.cg-w-150{width:150px}.cg-w-100{width:100px}.cg-w-80{width:80px}.cg-w-60{width:60px}.cg-w-48{width:48px}.cg-w-40{width:40px}.cg-w-32{width:32px}.cg-h-200{height:200px}.cg-h-140{height:140px}.cg-h-48{height:48px}.cg-h-40{height:40px}.cg-h-32{height:32px}.cg-h-24{height:24px}.cg-h-20{height:20px}.cg-h-16{height:16px}.cg-h-12{height:12px}.cg-h-8{height:8px}.cg-mt-16{margin-top:16px}.cg-mt-8{margin-top:8px}.cg-mb-16{margin-bottom:16px}.cg-mb-8{margin-bottom:8px}.cg-mb-4{margin-bottom:4px}.cg-round{border-radius:50%}.cg-radius-4{border-radius:4px}.cg-radius-8{border-radius:8px}.cg-radius-12{border-radius:12px}.cg-flex-between{justify-content:space-between;align-items:flex-start;display:flex}.cg-flex-col{flex-direction:column;display:flex}.cg-gap-16{gap:16px}.cg-gap-8{gap:8px}.cg-gap-4{gap:4px}.ql-editor{min-height:200px;font-size:.95rem;font-family:var(--font-inter), Arial, sans-serif;color:var(--foreground)}.quill-content p{margin-bottom:.8em}.quill-content h1,.quill-content h2,.quill-content h3{margin-top:1em;margin-bottom:.5em;font-weight:700}.quill-content ul,.quill-content ol{margin-bottom:1em;margin-left:1.5em}.quill-content a{color:var(--primary);text-decoration:underline}.quill-content{overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;white-space:normal;max-width:100%;min-height:200px;overflow-x:hidden;white-space:pre-wrap!important}
