html{scroll-behavior:smooth}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#f6f7f9;color:#0b0c10;margin:0;padding:0}.btn-primary{background:#0b0c10;color:#fff;border:none;border-radius:999px;padding:.75rem 1.5rem;cursor:pointer;text-decoration:none;display:inline-block;transition:background-color .2s}.btn-primary:hover{background:#3b82f6}.btn-secondary{background:white;color:#0b0c10;border:1px solid #e5e7eb;border-radius:999px;padding:.75rem 1.5rem;cursor:pointer;text-decoration:none;display:inline-block;transition:background-color .2s}.btn-secondary:hover{background:#f9fafb}.card{background:white;border-radius:12px;padding:1.5rem;margin-bottom:1rem;box-shadow:0 1px 3px #0000001a;transition:box-shadow .2s}.card:hover{box-shadow:0 4px 6px #0000001a}.section-container{padding:3rem 1rem;max-width:800px;margin:0 auto}.hero-section{display:flex;flex-direction:column;align-items:center;text-align:center;padding:4rem 1rem}.hero-title{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.hero-subtitle{max-width:600px;margin-bottom:1.5rem;color:#6b7280}.section-title{font-size:1.8rem;font-weight:700;margin-bottom:1rem}header{position:sticky;top:0;background:white;border-bottom:1px solid #e5e7eb;padding:1rem;display:flex;justify-content:space-between;align-items:center;z-index:50}.brand{font-weight:700;font-size:1.2rem}nav a{margin-left:1rem;color:#0b0c10;text-decoration:none}nav a:hover{text-decoration:underline}footer{text-align:center;padding:2rem 1rem;font-size:.9rem;color:#6b7280;border-top:1px solid #e5e7eb}.flex-col{flex-direction:column}.space-x-4>*+*{margin-left:1rem}.gap-4{gap:1rem}.text-xl{font-size:1.25rem}.text-lg{font-size:1.125rem}.font-semibold{font-weight:600}.text-gray-600{color:#6b7280}.text-gray-700{color:#374151}.text-blue-600{color:#2563eb}.bg-gray-100{background-color:#f3f4f6}.bg-green-100{background-color:#dcfce7}.bg-purple-100{background-color:#f3e8ff}.bg-blue-100{background-color:#dbeafe}.bg-yellow-100{background-color:#fef3c7}.text-green-700{color:#15803d}.text-purple-700{color:#7c3aed}.text-blue-700{color:#1d4ed8}.text-yellow-700{color:#a16207}.status-tag{display:inline-block;padding:.25rem .5rem;border-radius:9999px;font-size:.75rem;font-weight:500;margin-left:.5rem}.status-published{background-color:#e9d5ff;color:#8b5cf6}.status-completed{background-color:#dcfce7;color:#22c55e}.status-in-progress{background-color:#bfdbfe;color:#3b82f6}.status-planning{background-color:#fef9c3;color:#eab308}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.rounded-full{border-radius:9999px}.rounded{border-radius:.25rem}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.font-medium{font-weight:500}.grid{display:grid}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}@media (min-width: 1024px){.lg\\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width: 640px){.sm\\:flex-row{flex-direction:row}}.hover\\:underline:hover{text-decoration:underline}.hover\\:scale-110:hover{transform:scale(1.1)}.transition-all{transition:all .2s}.transition-transform{transition:transform .2s}.group:hover .group-hover\\:scale-110{transform:scale(1.1)}.whitespace-pre-wrap{white-space:pre-wrap}.disabled\\:opacity-50:disabled{opacity:.5}.min-h-screen{min-height:100vh}.flex-grow{flex-grow:1}.max-w-7xl{max-width:80rem}.mx-auto{margin-left:auto;margin-right:auto}.px-4{padding-left:1rem;padding-right:1rem}.py-8{padding-top:2rem;padding-bottom:2rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.font-bold{font-weight:700}.text-gray-900{color:#111827}.text-gray-500{color:#6b7280}.bg-gray-50{background-color:#f9fafb}.bg-white{background-color:#fff}.border{border-width:1px}.border-gray-200{border-color:#e5e7eb}.border-gray-300{border-color:#d1d5db}.rounded-lg{border-radius:.5rem}.shadow{box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.p-6{padding:1.5rem}.p-4{padding:1rem}.p-3{padding:.75rem}.space-y-6>*+*{margin-top:1.5rem}.space-y-4>*+*{margin-top:1rem}.space-y-3>*+*{margin-top:.75rem}.space-y-2>*+*{margin-top:.5rem}.space-y-1>*+*{margin-top:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.ml-2{margin-left:.5rem}.ml-4{margin-left:1rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.w-full{width:100%}.hidden{display:none}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.text-left{text-align:left}.text-center{text-align:center}.cursor-pointer{cursor:pointer}.cursor-not-allowed{cursor:not-allowed}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.outline-none{outline:2px solid transparent;outline-offset:2px}.focus\\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\\:ring-blue-500:focus{--tw-ring-color: #3b82f6}.focus\\:border-blue-500:focus{border-color:#3b82f6}.hover\\:bg-gray-200:hover{background-color:#e5e7eb}.hover\\:text-blue-600:hover{color:#2563eb}.hover\\:text-blue-800:hover{color:#1e40af}.hover\\:text-red-800:hover{color:#991b1b}.hover\\:border-gray-300:hover{border-color:#d1d5db}.hover\\:shadow-md:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.hover\\:shadow-lg:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-200{transition-duration:.2s}.animate-spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (min-width: 640px){.sm\\:px-6{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width: 1024px){.lg\\:px-8{padding-left:2rem;padding-right:2rem}}@media (min-width: 768px){.md\\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1024px){.lg\\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}.border-dashed{border-style:dashed}.border-2{border-width:2px}.font-mono{font-family:ui-monospace,SFMono-Regular,SF Mono,Consolas,Liberation Mono,Menlo,monospace}.max-h-96{max-height:24rem}.overflow-y-auto{overflow-y:auto}.list-decimal{list-style-type:decimal}.list-disc{list-style-type:disc}.list-inside{list-style-position:inside}code{font-family:ui-monospace,SFMono-Regular,SF Mono,Consolas,Liberation Mono,Menlo,monospace;font-size:.875em;background-color:#f3f4f6;padding:.125rem .25rem;border-radius:.25rem}
