.ai-module__OPe71G__main{flex-direction:column;gap:6rem;padding-block:5rem 6rem;display:flex}.ai-module__OPe71G__intro{text-align:center;flex-direction:column;gap:1.25rem;max-width:800px;margin-inline:auto;display:flex}.ai-module__OPe71G__badge{border-radius:var(--radius-sm);background:hsla(var(--brand-hue), var(--brand-saturation), 65%, .12);color:var(--color-accent);text-transform:uppercase;letter-spacing:.05em;align-self:center;padding:.35rem .85rem;font-size:.8rem;font-weight:700;display:inline-block}.ai-module__OPe71G__modelsGrid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}@media (max-width:992px){.ai-module__OPe71G__modelsGrid{grid-template-columns:1fr;max-width:500px;margin-inline:auto}}.ai-module__OPe71G__modelCard{flex-direction:column;gap:1.25rem;padding:2.5rem;transition:transform .3s,border-color .3s;display:flex}.ai-module__OPe71G__modelCard:hover{border-color:hsla(var(--brand-hue), var(--brand-saturation), 65%, .3);transform:translateY(-4px)}.ai-module__OPe71G__modelHeader{justify-content:space-between;align-items:center;display:flex}.ai-module__OPe71G__modelName{font-size:1.5rem;font-weight:700}.ai-module__OPe71G__modelSizeBadge{font-size:.75rem;font-family:var(--font-code);background:var(--bg-surface-secondary);border:1px solid var(--border-color);border-radius:var(--radius-sm);color:var(--text-secondary);padding:.2rem .5rem}.ai-module__OPe71G__modelSpecs{font-size:.85rem;font-family:var(--font-code);border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);flex-direction:column;gap:.5rem;padding-block:1rem;display:flex}.ai-module__OPe71G__specRow{justify-content:space-between;display:flex}.ai-module__OPe71G__specLabel{color:var(--text-secondary)}.ai-module__OPe71G__specValue{color:var(--text-primary);font-weight:600}.ai-module__OPe71G__siliconSection{grid-template-columns:1.2fr 1fr;align-items:center;gap:5rem;display:grid}@media (max-width:992px){.ai-module__OPe71G__siliconSection{grid-template-columns:1fr;gap:3rem}.ai-module__OPe71G__siliconVisual{order:-1}}.ai-module__OPe71G__siliconContent{flex-direction:column;gap:1.5rem;display:flex}.ai-module__OPe71G__siliconVisual{aspect-ratio:1;border-radius:var(--radius-lg);border:1px solid var(--border-color);background:radial-gradient(circle at center, hsla(var(--brand-hue), 80%, 65%, .1) 0%, var(--bg-surface) 80%);width:100%;max-width:450px;box-shadow:var(--shadow-lg);justify-content:center;align-items:center;margin-inline:auto;display:flex;position:relative;overflow:hidden}.ai-module__OPe71G__chip{border:2px solid hsl(var(--brand-hue), 60%, 40%);border-radius:var(--radius-md);width:180px;height:180px;box-shadow:0 0 40px hsla(var(--brand-hue), var(--brand-saturation), 65%, .25);z-index:2;background:linear-gradient(135deg,#1f212e 0%,#0f1119 100%);justify-content:center;align-items:center;display:flex;position:relative}.ai-module__OPe71G__chipPins{border:2px dashed hsla(var(--brand-hue), var(--brand-saturation), 65%, .3);border-radius:calc(var(--radius-md) + 6px);pointer-events:none;position:absolute;inset:-10px}.ai-module__OPe71G__chipName{font-family:var(--font-code);color:var(--text-primary);text-shadow:0 0 8px hsla(var(--brand-hue), var(--brand-saturation), 65%, .5);letter-spacing:.1em;font-size:1.1rem;font-weight:700}.ai-module__OPe71G__chatSection{flex-direction:column;align-items:center;gap:3rem;display:flex}.ai-module__OPe71G__playground{border-radius:var(--radius-lg);width:100%;max-width:800px;height:500px;box-shadow:var(--shadow-lg);flex-direction:column;display:flex;overflow:hidden}.ai-module__OPe71G__chatHeader{border-bottom:1px solid var(--border-color);background:var(--bg-surface-secondary);justify-content:space-between;align-items:center;height:55px;padding-inline:1.5rem;display:flex}.ai-module__OPe71G__chatStatus{color:var(--text-secondary);align-items:center;gap:.5rem;font-size:.85rem;display:flex}.ai-module__OPe71G__statusIndicator{background:#22c55e;border-radius:50%;width:8px;height:8px;box-shadow:0 0 8px #22c55e}.ai-module__OPe71G__statusText{font-weight:600}.ai-module__OPe71G__chatBody{background:var(--bg-surface);flex-direction:column;flex-grow:1;gap:1.25rem;padding:1.5rem;display:flex;overflow-y:auto}.ai-module__OPe71G__message{flex-direction:column;gap:.35rem;max-width:80%;display:flex}.ai-module__OPe71G__userMessage{align-self:flex-end;align-items:flex-end}.ai-module__OPe71G__aiMessage{align-self:flex-start;align-items:flex-start}.ai-module__OPe71G__msgBubble{border-radius:var(--radius-md);padding:.85rem 1.25rem;font-size:.95rem}.ai-module__OPe71G__userBubble{background:var(--color-accent);color:#f9fafb;border-bottom-right-radius:2px}.ai-module__OPe71G__aiBubble{background:var(--bg-surface-secondary);border:1px solid var(--border-color);color:var(--text-primary);font-family:var(--font-body);border-bottom-left-radius:2px}.ai-module__OPe71G__aiBubblePre{font-family:var(--font-code);white-space:pre-wrap;background:var(--bg-base);border-radius:var(--radius-sm);border:1px solid var(--border-color);width:100%;padding:1rem;font-size:.85rem}.ai-module__OPe71G__msgAuthor{color:var(--text-secondary);text-transform:uppercase;font-size:.75rem;font-weight:600}.ai-module__OPe71G__chatFooter{border-top:1px solid var(--border-color);background:var(--bg-surface-secondary);padding:1rem}.ai-module__OPe71G__chatForm{gap:.75rem;display:flex}.ai-module__OPe71G__chatInput{border-radius:var(--radius-md);border:1px solid var(--border-color);background:var(--bg-base);color:var(--text-primary);outline:none;flex-grow:1;padding:.75rem 1.25rem;font-size:.95rem;transition:border-color .25s}.ai-module__OPe71G__chatInput:focus{border-color:var(--color-accent)}.ai-module__OPe71G__sendBtn{background:var(--color-accent);color:#f9fafb;border-radius:var(--radius-md);cursor:pointer;border:none;padding-inline:1.5rem;font-weight:600;transition:background-color .2s,transform .1s}.ai-module__OPe71G__sendBtn:hover{background:var(--color-accent-hover)}.ai-module__OPe71G__sendBtn:disabled{opacity:.5;cursor:not-allowed}.ai-module__OPe71G__sendBtn:active:not(:disabled){transform:scale(.97)}
