*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#fff7ed,#ffefe0,#fff3e6);min-height:100vh}.app-container{min-height:100vh;background:linear-gradient(135deg,#fff7ed,#ffefe0,#fff3e6)}.navbar{background:#fffc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 4px 6px -1px #0000001a;border-bottom:1px solid rgba(0,0,0,.1);position:sticky;top:0;z-index:50}.navbar-container{max-width:1280px;margin:0 auto;padding:0 1rem;display:flex;justify-content:space-between;align-items:center;height:4rem}.logo{display:flex;align-items:center;gap:.75rem;text-decoration:none;transition:transform .2s}.logo:hover{transform:scale(1.05)}.logo-icon{background:linear-gradient(135deg,#ff6a00,#ff8f1c);padding:.5rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center;color:#111827}.logo-text{font-size:1.25rem;font-weight:700;background:linear-gradient(135deg,#ff6a00,#ff8f1c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.logo-subtitle{font-size:.75rem;color:#6b7280;margin-top:-.25rem}.nav-links{display:flex;align-items:center;gap:.5rem;margin-left:1rem}.nav-link{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:.5rem;text-decoration:none;font-size:.875rem;font-weight:500;transition:all .2s;position:relative}.nav-link.active{background:linear-gradient(135deg,#ff6a00,#ff8f1c);color:#000;box-shadow:0 4px 6px -1px #0000001a}.nav-link:not(.active){color:#374151}.nav-link:not(.active):hover{color:#111827;background:#f3f4f6}.main-container{max-width:1280px;margin:0 auto;padding:2rem 1rem}.hero{text-align:center;padding:3rem 0;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#fff7ed,#fff,#fff3e6);z-index:-1}.hero-icon{display:flex;justify-content:center;margin-bottom:1.5rem}.hero-icon-inner{background:linear-gradient(135deg,#ff6a00,#ff8f1c);padding:.75rem;border-radius:1rem;display:flex;align-items:center;justify-content:center}.hero-title{font-size:3rem;font-weight:700;background:linear-gradient(135deg,#111827,#ff6a00,#ff8f1c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.hero-subtitle{font-size:1.5rem;font-weight:600;color:#374151;margin-bottom:1rem}.hero-description{font-size:1.25rem;color:#6b7280;max-width:48rem;margin:0 auto 2rem;line-height:1.6}.hero-buttons{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-top:1rem}@media (min-width: 640px){.hero-buttons{flex-direction:row;justify-content:center}}.btn-primary{background:linear-gradient(135deg,#ff6a00,#ff8f1c);color:#000;padding:1rem 2rem;border-radius:.75rem;font-weight:600;text-decoration:none;display:flex;align-items:center;justify-content:center;gap:.75rem;transition:all .3s;box-shadow:0 4px 6px -1px #0000001a}.btn-primary:hover{background:linear-gradient(135deg,#ff7a1a,#ff9f3d);transform:scale(1.05);box-shadow:0 10px 15px -3px #0000001a}.btn-secondary{background:#fff;border:2px solid #e5e7eb;color:#374151;padding:1rem 2rem;border-radius:.75rem;font-weight:600;text-decoration:none;display:flex;align-items:center;justify-content:center;gap:.75rem;transition:all .3s;box-shadow:0 4px 6px -1px #0000001a}.btn-secondary:hover{border-color:#fed7aa;background:#fff7ed;transform:scale(1.05);box-shadow:0 10px 15px -3px #0000001a}.card{background:#fff;border-radius:1rem;box-shadow:0 10px 15px -3px #0000001a;padding:2.5rem;border:1px solid rgba(0,0,0,.1)}.card-header{text-align:center;margin-bottom:3rem}.card-title{font-size:1.875rem;font-weight:700;color:#111827;margin-bottom:1rem}.card-subtitle{color:#6b7280;font-size:1.125rem}.grid-2{display:grid;gap:2rem}@media (min-width: 1024px){.grid-2{grid-template-columns:1fr 1fr}}.grid-3{display:grid;gap:2rem}@media (min-width: 640px){.grid-3{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.grid-3{grid-template-columns:repeat(3,1fr)}}.feature-card{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a;transition:all .3s;border:1px solid rgba(0,0,0,.1)}.feature-card:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #0000001a}.feature-icon{width:3rem;height:3rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.feature-icon.blue{background:linear-gradient(135deg,#ff8f1c,#ffa64d)}.feature-icon.purple{background:linear-gradient(135deg,#cc5200,#ff6a00)}.feature-icon.green{background:linear-gradient(135deg,#111827,#374151)}.feature-title{font-size:1.25rem;font-weight:600;color:#111827;margin-bottom:.5rem}.feature-description{color:#6b7280;line-height:1.6}.form-group{margin-bottom:1.5rem}.form-label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem}.form-input,.form-select{width:100%;border:1px solid #d1d5db;border-radius:.5rem;padding:.75rem 1rem;font-size:1rem;transition:all .2s;background:#fff}.form-input:focus,.form-select:focus{outline:none;border-color:#ff8f1c;box-shadow:0 0 0 3px #ff8f1c26}.btn{padding:.75rem 1.5rem;border-radius:.5rem;font-weight:500;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;transition:all .2s;cursor:pointer;border:none;font-size:.875rem}.btn-copy{background:#f3f4f6;color:#374151}.btn-copy:hover{background:#e5e7eb;transform:scale(1.05)}.btn-download{background:linear-gradient(135deg,#ff6a00,#ff8f1c);color:#000;box-shadow:0 4px 6px -1px #0000001a}.btn-download:hover{background:linear-gradient(135deg,#ff7a1a,#ff9f3d);transform:scale(1.05);box-shadow:0 10px 15px -3px #0000001a}.text-left{text-align:left}.text-right{text-align:right}.mb-1{margin-bottom:.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.space-y-6>*+*{margin-top:1.5rem}.space-y-8>*+*{margin-top:2rem}.gap-4{gap:1rem}.h-full{height:100%}.shadow{box-shadow:0 1px 3px #0000001a}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a}.shadow-xl{box-shadow:0 20px 25px -5px #0000001a}.bg-blue-50{background-color:#eff6ff}.bg-blue-100{background-color:#dbeafe}.bg-blue-200{background-color:#bfdbfe}.bg-blue-500{background-color:#3b82f6}.bg-blue-600{background-color:#2563eb}.bg-blue-700{background-color:#1d4ed8}.bg-blue-800{background-color:#1e40af}.border-blue-200{border-color:#bfdbfe}.text-blue-600{color:#2563eb}.text-blue-700{color:#1d4ed8}.text-blue-800{color:#1e40af}.text-blue-900{color:#1e3a8a}.bg-green-50{background-color:#f0fdf4}.bg-green-100{background-color:#dcfce7}.bg-green-500{background-color:#22c55e}.bg-green-600{background-color:#16a34a}.text-green-600{color:#16a34a}.text-green-700{color:#15803d}.text-green-800{color:#166534}.bg-gray-50{background-color:#f9fafb}.bg-gray-100{background-color:#f3f4f6}.bg-gray-200{background-color:#e5e7eb}.bg-gray-300{background-color:#d1d5db}.bg-gray-400{background-color:#9ca3af}.bg-gray-500{background-color:#6b7280}.bg-gray-600{background-color:#4b5563}.bg-gray-700{background-color:#374151}.bg-gray-900{background-color:#111827}.border-gray-100{border-color:#f3f4f6}.border-gray-200{border-color:#e5e7eb}.border-gray-300{border-color:#d1d5db}.text-gray-400{color:#9ca3af}.text-gray-500{color:#6b7280}.text-gray-600{color:#4b5563}.text-gray-700{color:#374151}.text-gray-900{color:#111827}.bg-orange-600{background-color:#ea580c}.text-orange-600{color:#ea580c}.bg-purple-50{background-color:#faf5ff}.bg-purple-100{background-color:#f3e8ff}.bg-purple-200{background-color:#e9d5ff}.bg-purple-500{background-color:#a855f7}.bg-purple-600{background-color:#9333ea}.border-purple-200{border-color:#e9d5ff}.text-purple-600{color:#9333ea}.bg-yellow-50{background-color:#fefce8}.bg-yellow-100{background-color:#fef3c7}.bg-yellow-200{background-color:#fef08a}.bg-yellow-800{background-color:#92400e}.border-yellow-200{border-color:#fef08a}.text-yellow-700{color:#a16207}.text-yellow-800{color:#92400e}.bg-red-50{background-color:#fef2f2}.bg-red-100{background-color:#fee2e2}.bg-red-200{background-color:#fecaca}.bg-red-500{background-color:#ef4444}.bg-red-600{background-color:#dc2626}.border-red-200{border-color:#fecaca}.text-red-500{color:#ef4444}.text-red-600{color:#dc2626}.text-red-700{color:#b91c1c}.bg-white{background-color:#fff}.border{border-width:1px}.border-t{border-top-width:1px}.border-b{border-bottom-width:1px}.rounded-md{border-radius:.375rem}.hover\:bg-gray-100:hover{background-color:#f3f4f6}.hover\:text-blue-600:hover{color:#2563eb}.hover\:text-gray-600:hover{color:#4b5563}.hover\:text-primary-700:hover{color:#cc5200}.focus\:ring-2:focus{box-shadow:0 0 0 2px #3b82f680}.focus\:ring-blue-500:focus{box-shadow:0 0 0 2px #3b82f680}.focus\:border-transparent:focus{border-color:transparent}.disabled\:opacity-50:disabled{opacity:.5}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.transition-colors{transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}.transition-all{transition:all .15s ease-in-out}.duration-300{transition-duration:.3s}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.from-green-50{--tw-gradient-from: #f0fdf4;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0))}.from-green-500{--tw-gradient-from: #22c55e;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0))}.from-blue-50{--tw-gradient-from: #eff6ff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0))}.from-blue-500{--tw-gradient-from: #3b82f6;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0))}.from-purple-50{--tw-gradient-from: #faf5ff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0))}.from-purple-500{--tw-gradient-from: #a855f7;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0))}.to-green-100{--tw-gradient-to: #dcfce7}.to-green-600{--tw-gradient-to: #16a34a}.to-blue-100{--tw-gradient-to: #dbeafe}.to-blue-600{--tw-gradient-to: #2563eb}.to-purple-100{--tw-gradient-to: #f3e8ff}.to-purple-600{--tw-gradient-to: #9333ea}.bg-black{background-color:#000}.bg-opacity-50{background-color:#00000080}.text-primary-600{color:#ff6a00}.text-primary-700{color:#cc5200}.underline,.hover\:underline:hover{text-decoration:underline}.fill-current{fill:currentColor}.fixed{position:fixed}.inset-0{inset:0}.z-50{z-index:50}.text-xs{font-size:.75rem;line-height:1rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.space-x-1>*+*{margin-left:.25rem}.space-x-2>*+*{margin-left:.5rem}.space-x-4>*+*{margin-left:1rem}.space-x-6>*+*{margin-left:1.5rem}.space-y-1>*+*{margin-top:.25rem}.space-y-2>*+*{margin-top:.5rem}.space-y-3>*+*{margin-top:.75rem}.space-y-4>*+*{margin-top:1rem}.p-1{padding:.25rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.p-10{padding:2.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-4{padding-left:1rem;padding-right:1rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pl-10{padding-left:2.5rem}.pr-4{padding-right:1rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-12{margin-top:3rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.pt-4{padding-top:1rem}.pt-8{padding-top:2rem}.flex{display:flex}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.w-full{width:100%}.w-2{width:.5rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-8{width:2rem}.w-12{width:3rem}.h-2{height:.5rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-8{height:2rem}.h-12{height:3rem}.rounded{border-radius:.25rem}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}.shadow-xl{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.text-center{text-align:center}.cursor-pointer{cursor:pointer}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-wrap{white-space:pre-wrap}.font-mono{font-family:ui-monospace,SFMono-Regular,SF Mono,Consolas,Liberation Mono,Menlo,monospace}.leading-relaxed{line-height:1.625}.list-decimal{list-style-type:decimal}.list-disc{list-style-type:disc}.list-inside{list-style-position:inside}.transform{transform:translateZ(0)}.-translate-y-1\/2{transform:translateY(-50%)}.absolute{position:absolute}.relative{position:relative}.top-1\/2{top:50%}.left-3{left:.75rem}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.max-w-2xl{max-width:42rem}.max-w-4xl{max-width:56rem}.max-w-none{max-width:none}.max-h-\[90vh\]{max-height:90vh}.max-h-\[calc\(90vh-120px\)\]{max-height:calc(90vh - 120px)}.prose{color:#374151}.prose-sm{font-size:.875rem}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width: 640px){.hero-title{font-size:2.25rem}.hero-subtitle{font-size:1.25rem}.hero-description{font-size:1.125rem}.card{padding:1.5rem}.navbar-container{padding:0 .5rem;height:auto;min-height:4rem}.nav-links{gap:.25rem;margin-left:.5rem;flex-wrap:wrap}.nav-link{padding:.375rem .75rem;font-size:.75rem;gap:.25rem}.nav-link span,.logo-subtitle{display:none}}
