*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;line-height:1.6;color:#111827;background-color:#f9fafb}.container{max-width:1200px;margin:0 auto;padding:0 20px}main{min-height:calc(100vh - 200px)}.simulator-section{padding:2rem 0 4rem 0}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{font-size:2.5rem;margin-bottom:1rem;color:#111827}.section-header p{font-size:1.1rem;color:#6b7280;max-width:600px;margin:0 auto}.simulator-section{padding:4rem 0}.simulator-grid{display:grid;grid-template-columns:350px 1fr;gap:2rem;margin-bottom:3rem}.control-panel{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);height:fit-content}.view-toggle{display:flex;gap:.5rem;margin-bottom:1.5rem;border:1px solid #e5e7eb;border-radius:.5rem;padding:.25rem}.view-toggle .view-btn{flex:1;padding:.5rem 1rem;border:none;border-radius:.375rem;background:#fff;cursor:pointer;font-weight:500;transition:all .2s ease}.view-toggle .view-btn:hover{background-color:#f9fafb}.view-toggle .view-btn.active{background-color:#2563eb;color:#fff}.control-group{margin-bottom:2rem}.control-group h3{font-size:1.1rem;margin-bottom:1rem;color:#111827}.control-group select{width:100%;padding:.75rem;border:1px solid #e5e7eb;border-radius:.5rem;font-size:1rem;background-color:#fff}.hardware-estimates{margin-top:1rem;padding:1rem;background-color:#f9fafb;border-radius:.5rem;border-left:4px solid #2563eb}.hardware-estimates .estimate-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid rgba(0,0,0,.05)}.hardware-estimates .estimate-item:last-child{border-bottom:none}.hardware-estimates .estimate-item .estimate-label{font-weight:500;color:#6b7280}.hardware-estimates .estimate-item .estimate-value{font-weight:700;color:#2563eb}.slider-control{margin-bottom:1.5rem}.slider-control label{display:block;margin-bottom:.5rem;font-weight:500}.slider-control input[type=range]{width:100%;margin-bottom:.5rem}.slider-control .slider-labels{display:flex;justify-content:space-between;font-size:.875rem;color:#6b7280}.btn{width:100%;padding:1rem;border:none;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.btn.btn-primary{background-color:#2563eb;color:#fff}.btn.btn-primary:hover{background-color:#1d4ed8}.btn.btn-secondary{background-color:#7c3aed;color:#fff}.btn.btn-secondary:hover{background-color:#6d28d9}.demo-area{display:grid;grid-template-rows:auto 1fr;gap:1.5rem;min-height:150px}.demo-input,.demo-output{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.demo-input h3,.demo-output h3{margin-bottom:1rem;color:#111827}#prompt-input{width:100%;height:120px;padding:1rem;border:1px solid #e5e7eb;border-radius:.5rem;font-family:inherit;resize:vertical;margin-bottom:1rem}.prompt-examples{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1rem}.prompt-examples .example-btn{padding:.75rem 1.5rem;border:2px solid #e5e7eb;border-radius:.5rem;background:#fff;cursor:pointer;font-size:.875rem;font-weight:600;transition:all .2s ease;flex:1;min-width:150px;text-align:center}.prompt-examples .example-btn:hover{background-color:#f9fafb;border-color:#2563eb;transform:translateY(-1px)}.prompt-examples .example-btn.active{background-color:#2563eb;color:#fff;border-color:#2563eb}.prompt-description{color:#6b7280;font-size:.875rem;line-height:1.5;margin:0}.response-container{border:1px solid #e5e7eb;border-radius:.5rem;padding:1rem;height:250px;background:#f9fafb;display:flex;flex-direction:column}.response-container .response-text{font-family:"Courier New",monospace;line-height:1.5;flex:1;overflow-y:auto;white-space:pre-wrap;margin-bottom:1rem}.response-container .response-stats{display:flex;gap:1rem;font-size:.875rem;color:#6b7280}.response-container .response-stats .stat-item{display:flex;align-items:center;gap:.25rem}.metrics-dashboard{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);margin-top:2rem;width:100%}.metrics-dashboard h3{margin-bottom:1.5rem;color:#111827}.metrics-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:1.5rem;margin-bottom:2rem}.metric-card{background:#f9fafb;padding:1.5rem;border-radius:.75rem;display:flex;align-items:flex-start;gap:1rem}.metric-card .metric-icon{width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;color:#fff}.metric-card .metric-icon i{color:#fff}.metric-card .metric-icon.responsiveness{background-color:#2563eb}.metric-card .metric-icon.throughput{background-color:#10b981}.metric-card .metric-icon.experience{background-color:#7c3aed}.metric-card .metric-icon.cost{background-color:#f59e0b}.metric-card .metric-content{flex:1}.metric-card .metric-content h4{font-size:.875rem;color:#6b7280;margin-bottom:.5rem}.metric-card .metric-content .metric-value{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:.5rem}.metric-card .metric-content .metric-bar{height:4px;background-color:#e5e7eb;border-radius:2px;overflow:hidden}.metric-card .metric-content .metric-bar .metric-fill{height:100%;background-color:#10b981;transition:width .3s ease}.metric-card .metric-content .metric-description{font-size:.875rem;color:#6b7280}.use-cases h4{margin-bottom:1rem;color:#111827}.use-cases .use-case-tags{display:flex;gap:.5rem;flex-wrap:wrap}.use-cases .use-case-tags .tag{padding:.25rem .75rem;border-radius:9999px;font-size:.875rem;font-weight:500}.use-cases .use-case-tags .tag.recommended{background-color:#d1fae5;color:#065f46}.use-cases .use-case-tags .tag.not-recommended{background-color:#fee2e2;color:#991b1b}.use-cases .use-case-tags .tag:not(.recommended):not(.not-recommended){background-color:#e0e7ff;color:#3730a3}.site-footer{background-color:#1f2937;color:#fff;padding:3rem 0 1rem;margin-top:4rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:2rem;margin-bottom:2rem}.footer-section h3{margin-bottom:1rem;color:#fff}.footer-section p{color:#d1d5db;margin-bottom:1rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#d1d5db;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:#2563eb}.social-links{display:flex;gap:1rem}.social-links a{width:40px;height:40px;border-radius:50%;background-color:hsla(0,0%,100%,.1);display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;transition:background-color .3s ease}.social-links a:hover{background-color:#2563eb}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid hsla(0,0%,100%,.1);color:#d1d5db}.footer-bottom a{color:#2563eb;text-decoration:none}@media(max-width: 768px){.simulator-grid{grid-template-columns:1fr}.demo-area{grid-template-rows:auto auto}.metrics-grid{grid-template-columns:1fr}.footer-content{grid-template-columns:1fr}}@keyframes pulse{0%,100%{opacity:1}50%{opacity:.5}}.loading{animation:pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite}.hardware-section{padding:4rem 0;background-color:#fff}.hardware-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));gap:2rem}.hardware-card{background:#f9fafb;padding:2rem;border-radius:1rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);transition:transform .2s ease,box-shadow .2s ease}.hardware-card:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px rgba(0,0,0,.1)}.hardware-card .hardware-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.hardware-card .hardware-header .hardware-icon{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg, #2563eb, #7c3aed);display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem}.hardware-card .hardware-header .hardware-info h3{margin-bottom:.25rem}.hardware-card .hardware-header .hardware-info .hardware-type{color:#6b7280;font-size:.875rem}.hardware-card .hardware-specs{list-style:none;margin-bottom:1.5rem}.hardware-card .hardware-specs li{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid rgba(0,0,0,.1)}.hardware-card .hardware-specs li:last-child{border-bottom:none}.hardware-card .hardware-specs li .spec-label{color:#6b7280}.hardware-card .hardware-specs li .spec-value{font-weight:600}.hardware-card .hardware-performance{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.hardware-card .hardware-performance .performance-metric{text-align:center}.hardware-card .hardware-performance .performance-metric .metric-number{font-size:1.25rem;font-weight:700;color:#2563eb}.hardware-card .hardware-performance .performance-metric .metric-label{font-size:.75rem;color:#6b7280}.hardware-card .use-case-list .use-case-item{display:inline-block;padding:.25rem .5rem;margin:.25rem;background-color:rgba(37,99,235,.1);color:#2563eb;border-radius:.25rem;font-size:.75rem}.about-section{padding:4rem 0;background-color:#f9fafb}.about-content{max-width:800px;margin:0 auto;text-align:center}.about-features{display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:2rem;margin-top:3rem}.feature-card{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);text-align:center}.feature-card .feature-icon{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg, #2563eb, #7c3aed);display:flex;align-items:center;justify-content:center;color:#fff;font-size:2rem;margin:0 auto 1rem}.feature-card h3{margin-bottom:1rem;color:#111827}.feature-card p{color:#6b7280}.glossary-section{padding:4rem 0;background-color:#fff}.glossary-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));gap:2rem}.glossary-item{background:#f9fafb;padding:1.5rem;border-radius:.75rem;border-left:4px solid #2563eb}.glossary-item .term{font-weight:700;color:#111827;margin-bottom:.5rem}.glossary-item .definition{color:#6b7280;font-size:.9rem}.compatibility-warning{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;margin-bottom:1rem;background-color:#fef3c7;border:1px solid #f59e0b;border-radius:.5rem}.compatibility-warning .warning-icon{font-size:1.25rem;color:#d97706}.compatibility-warning .warning-text{flex:1}.compatibility-warning .warning-text strong{display:block;color:#92400e;margin-bottom:.25rem}.compatibility-warning .warning-text p{color:#78350f;font-size:.875rem;margin:0}.error-message{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;background-color:#fee2e2;border:1px solid #ef4444;border-radius:.5rem;height:100%}.error-message .error-icon{font-size:1.25rem;color:#dc2626}.error-message .error-text{flex:1}.error-message .error-text strong{display:block;color:#991b1b;margin-bottom:.5rem}.error-message .error-text p{color:#7f1d1d;font-size:.875rem;margin:0 0 .5rem 0}.error-message .error-text p:last-child{margin-bottom:0}