@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap");:root{color-scheme:dark;--bg:#030712;--bg-elevated:rgba(255,255,255,0.02);--bg-elevated-hover:rgba(255,255,255,0.04);--bg-surface:rgba(255,255,255,0.025);--bg-surface-hover:rgba(255,255,255,0.05);--border:rgba(255,255,255,0.06);--border-hover:rgba(255,255,255,0.12);--border-strong:rgba(255,255,255,0.18);--text:#f8fafc;--text-secondary:#cbd5e1;--text-tertiary:#94a3b8;--text-muted:#64748b;--accent:#818cf8;--accent-light:#a5b4fc;--accent-dim:rgba(129,140,248,0.15);--accent-glow:rgba(129,140,248,0.35);--accent-cyan:#38bdf8;--success:#34d399;--warning:#fbbf24;--danger:#f87171;--font-sans:"Inter",-apple-system,BlinkMacSystemFont,"SF Pro Display","PingFang SC","Microsoft YaHei",sans-serif;--font-mono:"JetBrains Mono","SF Mono","Fira Code",monospace;--radius-sm:10px;--radius-md:14px;--radius-lg:20px;--radius-xl:28px;--radius-full:9999px}*{box-sizing:border-box;margin:0;padding:0}html{font-size:15px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body,html{min-height:100%;background:var(--bg);color:var(--text);font-family:var(--font-sans);line-height:1.6}body{background:radial-gradient(1200px 800px at 20% 10%,rgba(99,102,241,.12),transparent 60%),radial-gradient(1000px 600px at 80% 0,rgba(56,189,248,.08),transparent 55%),radial-gradient(900px 700px at 60% 100%,rgba(139,92,246,.08),transparent 55%),radial-gradient(800px 500px at 0 80%,rgba(14,165,233,.06),transparent 50%),var(--bg);background-attachment:fixed}a{color:inherit;text-decoration:none}button,input,select,textarea{font-family:inherit;font-size:inherit;color:inherit;border:none;outline:none;background:transparent}button{cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1)}@keyframes pulse-ring{0%{box-shadow:0 0 0 0 rgba(129,140,248,.4)}70%{box-shadow:0 0 0 10px rgba(129,140,248,0)}to{box-shadow:0 0 0 0 rgba(129,140,248,0)}}@keyframes fade-in-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.animate-fade-in-up{animation:fade-in-up .6s cubic-bezier(.4,0,.2,1) forwards}.animate-float{animation:float 5s ease-in-out infinite}.app-shell,.project-shell{width:100%;max-width:1440px;margin:0 auto;padding:40px 48px}.landing-screen,.project-screen{min-height:100svh;display:flex;flex-direction:column}.t-display{font-size:3.6rem;letter-spacing:-.035em;line-height:1.05}.t-display,.t-headline{font-weight:600;color:var(--text)}.t-headline{font-size:1.8rem;letter-spacing:-.02em;line-height:1.2}.t-title{font-size:1.1rem;font-weight:500;line-height:1.35;color:var(--text)}.t-body{font-size:1rem;line-height:1.7}.t-body,.t-small{color:var(--text-secondary)}.t-small{font-size:.9rem;line-height:1.55}.t-caption{font-size:.85rem;color:var(--text-tertiary);font-weight:500}.mono{font-family:var(--font-mono)}.glass-card{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);backdrop-filter:blur(24px) saturate(160%);-webkit-backdrop-filter:blur(24px) saturate(160%);transition:all .3s cubic-bezier(.4,0,.2,1)}.glass-card:hover{border-color:var(--border-hover);background:var(--bg-surface-hover);transform:translateY(-2px);box-shadow:0 20px 40px rgba(0,0,0,.25)}.card{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-lg);transition:all .25s cubic-bezier(.4,0,.2,1)}.card-hover:hover{border-color:var(--border-hover);background:var(--bg-elevated-hover)}.pill{display:inline-flex;align-items:center;gap:6px;height:26px;padding:0 12px;border-radius:var(--radius-full);font-size:.8rem;font-weight:500;border:1px solid var(--border);background:var(--bg-elevated);color:var(--text-secondary)}.pill-accent{border-color:var(--accent-dim);background:rgba(129,140,248,.1);color:var(--accent-light)}.pill-success{border-color:rgba(52,211,153,.2);background:rgba(52,211,153,.08);color:var(--success)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:44px;padding:0 22px;border-radius:var(--radius-md);font-size:.95rem;font-weight:500;white-space:nowrap;transition:all .25s cubic-bezier(.4,0,.2,1)}.btn-primary{background:linear-gradient(135deg,var(--accent) 0,var(--accent-cyan) 100%);color:#020617;box-shadow:0 4px 20px rgba(129,140,248,.25)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgba(129,140,248,.4)}.btn-secondary{background:transparent;border:1px solid var(--border-hover);color:var(--text)}.btn-secondary:hover{border-color:var(--border-strong);background:var(--bg-elevated-hover)}.btn-ghost{background:transparent;border:1px solid transparent;color:var(--text-secondary);font-size:.9rem}.btn-ghost:hover{color:var(--text);background:var(--bg-elevated)}.input,.select,.textarea{width:100%;padding:12px 14px;border-radius:var(--radius-md);border:1px solid var(--border);background:rgba(0,0,0,.25);color:var(--text);font-size:.9rem;line-height:1.55;transition:all .2s ease}.input:hover,.select:hover,.textarea:hover{border-color:var(--border-hover);background:rgba(0,0,0,.35)}.input:focus,.select:focus,.textarea:focus{border-color:var(--accent);box-shadow:0 0 0 4px rgba(129,140,248,.1)}.textarea{resize:vertical;min-height:80px}.label{display:block;font-size:.85rem;font-weight:500;color:var(--text-secondary);margin-bottom:8px}.landing-nav{justify-content:space-between;margin-bottom:64px;flex-shrink:0}.landing-brand,.landing-nav{display:flex;align-items:center}.landing-brand{gap:12px;font-weight:600;font-size:1.1rem;color:var(--text)}.landing-brand-mark{width:28px;height:28px;border-radius:8px;background:linear-gradient(135deg,#818cf8,#38bdf8);box-shadow:0 0 24px rgba(129,140,248,.4)}.landing-content{display:flex;flex-direction:column;gap:64px;flex:1 1}.landing-hero-row{display:grid;grid-template-columns:1.3fr 1fr;grid-gap:64px;gap:64px;align-items:center;min-height:360px}.landing-hero-text{display:flex;flex-direction:column;gap:28px}.landing-kicker{display:inline-flex;align-items:center;gap:10px;font-size:.9rem;font-weight:500;color:var(--accent-light);width:-moz-fit-content;width:fit-content;padding:8px 16px;border-radius:var(--radius-full);background:rgba(129,140,248,.08);border:1px solid var(--accent-dim)}.landing-desc{font-size:1.15rem;color:var(--text-secondary);max-width:560px;line-height:1.75}.landing-actions{display:flex;gap:14px;margin-top:8px}.tech-showcase{display:flex;flex-direction:column;gap:24px;padding:32px;border-radius:var(--radius-xl);border:1px solid var(--border);background:linear-gradient(165deg,rgba(129,140,248,.06) 0,rgba(56,189,248,.03) 50%,transparent 100%),var(--bg-surface);backdrop-filter:blur(32px) saturate(180%);-webkit-backdrop-filter:blur(32px) saturate(180%);box-shadow:0 24px 60px rgba(0,0,0,.3);animation:float 6s ease-in-out infinite}.tech-showcase-header{display:flex;align-items:center;gap:10px}.tech-dot{width:8px;height:8px;border-radius:50%;background:var(--accent);box-shadow:0 0 14px var(--accent-glow)}.tech-showcase-title{font-size:1.4rem;font-weight:600;color:var(--text)}.tech-metrics{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:14px;gap:14px}.tech-metric{display:flex;flex-direction:column;gap:6px;padding:20px;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--bg-elevated);transition:all .2s ease}.tech-metric:hover{background:var(--bg-elevated-hover);border-color:var(--border-hover);transform:translateY(-1px)}.tech-metric-value{font-size:1.35rem;font-weight:600;color:var(--text);font-family:var(--font-mono)}.tech-metric-label{font-size:.8rem;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.08em}.capabilities-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px}.capability-card{display:flex;flex-direction:column;gap:18px;padding:28px;border-radius:var(--radius-lg);border:1px solid var(--border);background:var(--bg-surface);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);transition:all .3s cubic-bezier(.4,0,.2,1)}.capability-card:hover{border-color:var(--border-hover);background:var(--bg-surface-hover);transform:translateY(-4px);box-shadow:0 20px 40px rgba(0,0,0,.2)}.capability-icon{width:48px;height:48px;border-radius:var(--radius-md);border:1px solid var(--border);background:linear-gradient(135deg,rgba(129,140,248,.12),rgba(56,189,248,.08));color:var(--accent-light);display:flex;align-items:center;justify-content:center}.capability-icon svg{width:22px;height:22px}.capability-title{font-size:1.05rem;font-weight:500;color:var(--text)}.capability-desc{font-size:.9rem;color:var(--text-tertiary);line-height:1.55}.landing-bottom-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:32px;gap:32px;flex:1 1;min-height:0}.stats-panel{display:flex;flex-direction:column;gap:24px;padding:32px;border-radius:var(--radius-lg);border:1px solid var(--border);background:var(--bg-surface);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);overflow:hidden}.stats-title{font-size:.8rem;font-weight:600;color:var(--text);text-transform:uppercase;letter-spacing:.1em}.stats-list{display:flex;flex-direction:column;gap:16px}.stat-item{display:flex;align-items:flex-start;gap:14px;font-size:1rem;color:var(--text-secondary);line-height:1.55}.stat-bullet{width:6px;height:6px;border-radius:50%;background:var(--accent);margin-top:8px;flex-shrink:0;box-shadow:0 0 10px rgba(129,140,248,.5)}.output-tags{display:flex;flex-wrap:wrap;gap:10px;margin-top:auto;padding-top:24px;border-top:1px solid var(--border)}.output-tag{padding:6px 14px;border-radius:var(--radius-full);font-size:.85rem;font-weight:500;border:1px solid var(--border);background:var(--bg-elevated);color:var(--text-secondary);transition:all .2s ease}.output-tag:hover{border-color:var(--border-hover);color:var(--text);background:var(--bg-elevated-hover)}.projects-panel{display:flex;flex-direction:column;gap:20px;padding:28px;border-radius:var(--radius-lg);border:1px solid var(--border);background:var(--bg-surface);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);overflow:hidden}.projects-header{display:flex;align-items:center;justify-content:space-between;gap:10px}.project-list-compact{display:flex;flex-direction:column;gap:12px;overflow:auto;padding-right:4px}.project-row-compact{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--bg-elevated);transition:all .25s cubic-bezier(.4,0,.2,1)}.project-row-compact:hover{border-color:var(--border-hover);background:var(--bg-elevated-hover);transform:translateX(4px)}.project-row-compact-left{min-width:0;display:flex;flex-direction:column;gap:4px}.project-row-compact-title{font-size:1rem;font-weight:500;color:var(--text)}.project-row-compact-desc{font-size:.85rem;color:var(--text-tertiary);line-height:1.45;max-width:320px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-header{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:20px 24px;margin-bottom:24px;flex-shrink:0;border-radius:var(--radius-lg)}.project-header-left{display:flex;align-items:center;gap:16px;min-width:0}.project-header-text{display:flex;flex-direction:column;gap:4px;min-width:0}.project-header-title{font-size:1.25rem;font-weight:600;letter-spacing:-.01em}.project-header-desc{font-size:.9rem;color:var(--text-tertiary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:520px}.project-header-right{display:flex;align-items:center;gap:12px;flex-shrink:0}.stat-pill{display:flex;align-items:center;gap:8px;height:36px;padding:0 16px;border-radius:var(--radius-full);border:1px solid var(--border);background:var(--bg-elevated);font-size:.85rem}.stat-pill-label{color:var(--text-tertiary)}.stat-pill-value{font-weight:500;color:var(--text);font-family:var(--font-mono)}.workspace-grid{display:grid;grid-template-columns:360px 1fr 320px;grid-gap:24px;gap:24px;flex:1 1;min-height:0;overflow:hidden}.workspace-col{display:flex;flex-direction:column;gap:20px;padding:24px;overflow:hidden}.workspace-scroll{flex:1 1;min-height:0;overflow-y:auto;overflow-x:hidden;padding-right:6px;scrollbar-width:thin;scrollbar-color:var(--border) transparent}.col-header{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-shrink:0}.col-header-text{display:flex;flex-direction:column;gap:4px}.col-title{font-size:1.05rem;font-weight:600}.col-subtitle{font-size:.85rem;color:var(--text-tertiary)}.mini-cards{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px;flex-shrink:0}.mini-card{padding:14px;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--bg-elevated);transition:all .2s ease}.mini-card:hover{background:var(--bg-elevated-hover);border-color:var(--border-hover)}.mini-card-label{font-size:.75rem;color:var(--text-tertiary);margin-bottom:6px}.mini-card-value{font-size:.95rem;font-weight:500;color:var(--text);font-family:var(--font-mono)}.section-title{font-size:.75rem;font-weight:600;color:var(--text-secondary);margin-bottom:12px;text-transform:uppercase;letter-spacing:.1em}.preset-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:10px;gap:10px}.preset-item{display:flex;flex-direction:column;gap:4px;align-items:flex-start;padding:14px;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--bg-elevated);text-align:left;transition:all .2s ease}.preset-item:hover{border-color:var(--border-hover);background:var(--bg-elevated-hover)}.preset-item.active{border-color:var(--accent);background:rgba(129,140,248,.08)}.preset-name{font-size:.9rem;font-weight:500;color:var(--text)}.preset-hint{font-size:.8rem;color:var(--text-tertiary);line-height:1.4}.form-section{display:flex;flex-direction:column;gap:18px}.form-row{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:12px;gap:12px}.form-group{display:flex;flex-direction:column;gap:6px}.adc-panel{padding:20px;border-radius:var(--radius-lg);border:1px solid var(--border);background:var(--bg-elevated)}.adc-row{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:12px;gap:12px}.adc-toggles{display:flex;gap:10px;margin-top:14px}.adc-toggle{flex:1 1;display:flex;align-items:center;gap:10px;padding:12px 14px;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--bg-surface);font-size:.85rem;color:var(--text-secondary);cursor:pointer;transition:all .2s ease}.adc-toggle:hover{border-color:var(--border-hover);background:var(--bg-surface-hover)}.adc-toggle input{width:16px;height:16px;accent-color:var(--accent)}.metric-row{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px;margin-top:14px}.metric-cell{padding:14px 6px;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--bg-surface);text-align:center;transition:all .2s ease}.metric-cell:hover{background:var(--bg-surface-hover);border-color:var(--border-hover)}.metric-cell-label{font-size:.7rem;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.08em;margin-bottom:4px}.metric-cell-value{font-size:.85rem;font-weight:500;color:var(--text);font-family:var(--font-mono)}.range-wrap{display:flex;flex-direction:column;gap:6px}.range-value{align-self:flex-start;padding:4px 12px;border-radius:var(--radius-full);font-size:.8rem;font-family:var(--font-mono);background:var(--accent-dim);color:var(--accent-light);font-weight:500}.info-card{padding:16px 18px;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--bg-elevated)}.info-card-title{font-size:.9rem;font-weight:500;margin-bottom:6px;color:var(--text)}.info-card-text{font-size:.85rem;color:var(--text-secondary);line-height:1.6}.readiness-card{padding:20px;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--bg-elevated)}.readiness-header{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:14px}.readiness-title{font-size:.9rem;font-weight:500;color:var(--text)}.readiness-score{font-size:.8rem;font-weight:600;padding:4px 12px;background:var(--accent-dim);color:var(--accent-light)}.readiness-bar,.readiness-score{border-radius:var(--radius-full)}.readiness-bar{height:5px;background:rgba(255,255,255,.05);margin-bottom:16px;overflow:hidden}.readiness-bar-fill{height:100%;border-radius:var(--radius-full);background:linear-gradient(90deg,var(--accent),var(--accent-cyan))}.check-list{display:flex;flex-direction:column;gap:10px}.check-row{display:flex;align-items:flex-start;gap:10px;font-size:.85rem;color:var(--text-secondary)}.check-dot{width:6px;height:6px;border-radius:50%;margin-top:6px;flex-shrink:0;background:var(--text-muted)}.check-dot.done{background:var(--success);box-shadow:0 0 8px rgba(52,211,153,.5)}.check-dot.pending{background:var(--warning)}.deliverables-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px;padding-top:16px;border-top:1px solid var(--border)}.deliverable-tag{padding:5px 12px;border-radius:var(--radius-full);font-size:.8rem;border:1px solid var(--border);background:var(--bg-surface);color:var(--text-secondary);transition:all .2s ease}.deliverable-tag:hover{border-color:var(--border-hover);color:var(--text)}.timeline{display:flex;flex-direction:column;gap:16px}.timeline-item{position:relative;padding:20px 20px 20px 56px;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--bg-elevated);transition:all .3s cubic-bezier(.4,0,.2,1)}.timeline-item:hover{background:var(--bg-elevated-hover);transform:translateX(4px)}.timeline-item:before{content:"";position:absolute;left:22px;top:24px;width:10px;height:10px;border-radius:50%;background:var(--text-muted);transition:all .3s ease;z-index:2}.timeline-item:after{content:"";position:absolute;left:26px;top:38px;bottom:-18px;width:2px;background:var(--border);border-radius:1px}.timeline-item:last-child:after{display:none}.timeline-item.active{border-color:var(--accent-dim);background:rgba(129,140,248,.05)}.timeline-item.active:hover{background:rgba(129,140,248,.08)}.timeline-item.active:before{background:var(--accent);box-shadow:0 0 0 4px rgba(129,140,248,.15);animation:pulse-ring 2s cubic-bezier(.4,0,.6,1) infinite}.timeline-item.completed:before{background:var(--success)}.timeline-item.failed:before{background:var(--danger)}.timeline-title{font-size:.95rem;font-weight:500;margin-bottom:4px;color:var(--text)}.timeline-desc{font-size:.85rem;color:var(--text-tertiary);line-height:1.5}.alert-box{padding:18px;border-radius:var(--radius-md);border:1px solid rgba(251,191,36,.12);background:rgba(251,191,36,.03)}.alert-title{font-size:.9rem;font-weight:500;color:var(--warning);margin-bottom:6px}.alert-list{display:flex;flex-direction:column;gap:6px}.alert-item{font-size:.85rem;color:var(--text-secondary);line-height:1.5}.tabs{display:flex;gap:4px;padding:4px;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--bg-elevated);flex-shrink:0}.tab{flex:1 1;height:36px;border-radius:10px;font-size:.85rem;font-weight:500;color:var(--text-tertiary);transition:all .25s ease}.tab:hover{color:var(--text-secondary);background:rgba(255,255,255,.03)}.tab.active{background:rgba(255,255,255,.1);color:var(--text)}.item-card{padding:14px 16px;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--bg-elevated);transition:all .25s cubic-bezier(.4,0,.2,1)}.item-card:hover{border-color:var(--border-hover);background:var(--bg-elevated-hover);transform:translateX(4px)}.item-title{font-size:.9rem;font-weight:500;margin-bottom:4px;color:var(--text)}.item-meta{font-size:.8rem;color:var(--text-tertiary);font-family:var(--font-mono);line-height:1.4}.item-link{display:inline-block;margin-top:8px;font-size:.8rem;color:var(--accent-light);font-weight:500}.item-link:hover{text-decoration:underline}.empty-state{padding:32px;text-align:center;border-radius:var(--radius-md);border:1px dashed var(--border)}.empty-title{font-size:.9rem;font-weight:500;color:var(--text-secondary);margin-bottom:6px}.empty-desc{font-size:.8rem;color:var(--text-tertiary);line-height:1.55}@media (max-width:1200px){.landing-hero-row{grid-template-columns:1fr;gap:48px}.capabilities-grid{grid-template-columns:repeat(2,1fr)}.landing-bottom-row,.workspace-grid{grid-template-columns:1fr}.workspace-col,.workspace-grid{overflow:visible}.landing-screen,.project-screen{height:auto;overflow:visible}}@media (max-width:720px){.app-shell,.project-shell{padding:24px 20px}.t-display{font-size:2.4rem}.project-header{align-items:flex-start;gap:16px}.landing-actions,.project-header{flex-direction:column}.btn{width:100%}.adc-row,.adc-toggles,.capabilities-grid,.form-row,.metric-row,.mini-cards,.preset-grid,.tech-metrics{grid-template-columns:1fr}}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/Ai-for-FPGA/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/Ai-for-FPGA/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/Ai-for-FPGA/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/Ai-for-FPGA/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/Ai-for-FPGA/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/Ai-for-FPGA/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/Ai-for-FPGA/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_3f7a1c{font-family:Inter,Inter Fallback;font-style:normal}.__variable_3f7a1c{--font-inter:"Inter","Inter Fallback"}