/*! tailwindcss v4.0.9 | MIT License | https://tailwindcss.com */@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";body{color:#1e293b;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);margin:0;font-family:Inter,sans-serif;line-height:1.6}.container{max-width:1200px;min-height:100vh;margin:0 auto;padding:2rem 1.5rem}.title{text-align:center;color:#1e40af;letter-spacing:-.025em;margin-bottom:1rem;padding-bottom:1rem;font-size:2.5rem;font-weight:700;position:relative}.title:after{content:"";background:#3b82f6;border-radius:2px;width:80px;height:4px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.intro-text{text-align:center;color:#475569;max-width:600px;margin:0 auto 2.5rem;font-size:1.05rem}.framework-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem;display:grid}.framework-card{background:#fff;border-radius:12px;transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.framework-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.card-header{color:#fff;text-align:left;cursor:pointer;background:linear-gradient(135deg,#2563eb,#1e40af);border:none;justify-content:space-between;align-items:center;width:100%;padding:1.25rem 1.5rem;font-size:1.25rem;font-weight:600;transition:all .2s;display:flex}.card-header:hover{background:linear-gradient(135deg,#1e40af,#1e3a8a)}.card-header .arrow-icon{font-size:.9rem;transition:transform .2s}.card-header[aria-expanded=true] .arrow-icon{transform:rotate(90deg)}.card-details{background:#f8fafc;border-top:1px solid #e2e8f0;padding:1.5rem}.detail-item{margin-bottom:1.5rem}.detail-item:last-child{margin-bottom:0}.detail-item h3{color:#334155;align-items:center;margin-bottom:.75rem;font-size:1rem;font-weight:600;display:flex}.detail-item h3:before{content:"";background:#3b82f6;border-radius:50%;width:6px;height:6px;margin-right:.5rem;display:inline-block}.code-block{color:#f8fafc;background:#1e293b;border-radius:6px;padding:.75rem 1rem;font-family:Menlo,Monaco,Courier New,monospace;font-size:.875rem;line-height:1.5;position:relative;overflow-x:auto}.code-block code{white-space:pre-wrap;word-break:break-all;display:block}.button-group{gap:.5rem;margin-top:.75rem;display:flex}.copy-button,.execute-button{cursor:pointer;border:none;border-radius:4px;justify-content:center;align-items:center;padding:.375rem .75rem;font-size:.75rem;font-weight:500;transition:all .2s;display:flex}.copy-button svg,.execute-button svg{margin-right:.25rem}.copy-button{color:#fff;background:#334155}.copy-button:hover{background:#475569}.execute-button{color:#fff;background:#3b82f6}.execute-button:hover{background:#2563eb}.notes-content{color:#334155;background:#f1f5f9;border-left:3px solid #3b82f6;border-radius:0 4px 4px 0;padding:.75rem 1rem;font-size:.875rem}@media (width<=768px){.container{padding:1.5rem 1rem}.title{font-size:2rem}.framework-grid{grid-template-columns:1fr}.card-header{padding:1rem 1.25rem;font-size:1.1rem}.card-details{padding:1.25rem}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.copy-button svg{animation:fadeIn .2s}