.ConnectFour-module__1z3KMW__container{background-color:var(--card-bg);border:1px solid var(--border);border-radius:12px;flex-direction:column;align-items:center;gap:2rem;max-width:600px;margin:2rem auto;padding:2rem;display:flex}.ConnectFour-module__1z3KMW__status{color:var(--secondary);height:1.5rem;font-size:1.1rem;font-weight:500}.ConnectFour-module__1z3KMW__board{background-color:#1e3a8a;border:4px solid #172554;border-radius:8px;grid-template-columns:repeat(7,1fr);gap:.5rem;padding:1rem;display:grid}.ConnectFour-module__1z3KMW__column{cursor:pointer;border-radius:4px;flex-direction:column;gap:.5rem;padding:.25rem;transition:background-color .2s;display:flex}.ConnectFour-module__1z3KMW__column:hover:not(.ConnectFour-module__1z3KMW__disabled){background-color:#ffffff1a}.ConnectFour-module__1z3KMW__column.ConnectFour-module__1z3KMW__disabled{cursor:default}.ConnectFour-module__1z3KMW__cell{background-color:var(--card-bg);border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:background-color .3s;display:flex;box-shadow:inset 0 2px 4px #00000080}.ConnectFour-module__1z3KMW__cell.ConnectFour-module__1z3KMW__player{background-color:#fbbf24;box-shadow:inset 0 -4px 4px #0003,0 2px 4px #0003}.ConnectFour-module__1z3KMW__cell.ConnectFour-module__1z3KMW__ai{background-color:#ef4444;box-shadow:inset 0 -4px 4px #0003,0 2px 4px #0003}.ConnectFour-module__1z3KMW__controls{gap:1rem;display:flex}.ConnectFour-module__1z3KMW__button{background-color:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:.5rem 1rem;font-weight:500;transition:opacity .2s}.ConnectFour-module__1z3KMW__button:hover{opacity:.9}.ConnectFour-module__1z3KMW__button:disabled{opacity:.5;cursor:not-allowed}
.SharedLayout-module__WqRhQW__main{padding-top:4rem;padding-bottom:4rem}.SharedLayout-module__WqRhQW__backLink{color:var(--secondary);margin-bottom:2rem;text-decoration:none;transition:color .2s;display:inline-block}.SharedLayout-module__WqRhQW__backLink:hover{color:var(--foreground)}.SharedLayout-module__WqRhQW__titleWrapper{flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.SharedLayout-module__WqRhQW__title{margin:0;font-size:3rem;font-weight:700}.SharedLayout-module__WqRhQW__centerHeader{text-align:center;margin-bottom:3rem}.SharedLayout-module__WqRhQW__centerDescription{margin:0 auto}.SharedLayout-module__WqRhQW__badge{background-color:var(--accent);color:#fff;letter-spacing:.025em;border-radius:999px;padding:.25rem .75rem;font-size:.875rem;font-weight:600}.SharedLayout-module__WqRhQW__description{color:var(--secondary);max-width:600px;margin-bottom:4rem;font-size:1.2rem;line-height:1.6}.SharedLayout-module__WqRhQW__projectList{flex-direction:column;gap:2rem;display:flex}.SharedLayout-module__WqRhQW__projectCard{border:1px solid var(--border);background-color:var(--card-bg);cursor:pointer;border-radius:16px;padding:2rem;text-decoration:none;transition:all .3s;display:block;position:relative;overflow:hidden}.SharedLayout-module__WqRhQW__projectCard:hover{border-color:var(--accent);transform:translateY(-4px);box-shadow:0 10px 30px -10px #0000004d}.SharedLayout-module__WqRhQW__projectCardHeader{justify-content:space-between;align-items:flex-start;margin-bottom:.5rem;display:flex}.SharedLayout-module__WqRhQW__projectCardTitle{color:var(--foreground);margin:0 0 .5rem;font-size:1.7rem;font-weight:700}.SharedLayout-module__WqRhQW__projectCardDescription{color:var(--secondary);max-width:700px;margin:0;font-size:1.1rem;line-height:1.5}.SharedLayout-module__WqRhQW__projectCardBadge{background-color:var(--accent);color:#fff;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;border-radius:999px;padding:.1rem 1rem;font-size:.8rem;font-weight:600}.SharedLayout-module__WqRhQW__techStack{color:var(--secondary);flex-wrap:wrap;gap:1rem;margin-top:2rem;font-size:.9rem;display:flex}.SharedLayout-module__WqRhQW__techItem{align-items:center;gap:.5rem;display:flex}.SharedLayout-module__WqRhQW__techDot{background-color:#0070f3;border-radius:50%;width:8px;height:8px}.SharedLayout-module__WqRhQW__placeholderCard{border:1px dashed var(--border);text-align:center;color:var(--secondary);opacity:.6;border-radius:16px;padding:2rem}.SharedLayout-module__WqRhQW__projectSection{flex-direction:column;align-items:center;gap:3rem;display:flex}.SharedLayout-module__WqRhQW__previewWrapper{perspective:1000px;width:100%;max-width:800px}.SharedLayout-module__WqRhQW__previewLink{transform-style:preserve-3d;backface-visibility:hidden;text-decoration:none;transition:transform .4s cubic-bezier(.175,.885,.32,1.275);display:block}.SharedLayout-module__WqRhQW__previewLink:hover{transform:scale(1.02)rotateX(2deg)}.SharedLayout-module__WqRhQW__previewCard{aspect-ratio:16/9;border:1px solid var(--border);isolation:isolate;-mask-image:-webkit-radial-gradient(white,black);background:linear-gradient(135deg,#1a1a1a 0%,#0a0a0a 100%);border-radius:12px;width:100%;position:relative;overflow:hidden;transform:translateZ(0);box-shadow:0 20px 40px #0006}.SharedLayout-module__WqRhQW__previewImage{filter:blur(3px);opacity:.4;will-change:filter,opacity;background-image:url(/webapp-preview.png);background-position:50%;background-size:cover;width:100%;height:100%;transition:filter .3s,opacity .3s,transform .3s;transform:scale(1.05)translateZ(0)}.SharedLayout-module__WqRhQW__previewLink:hover .SharedLayout-module__WqRhQW__previewImage{filter:blur(2px);opacity:.6;transform:scale(1.08)translateZ(0)}.SharedLayout-module__WqRhQW__pageBackground{z-index:-1;background-position:50%;background-size:cover;width:100%;height:100%;position:fixed;top:0;left:0}.SharedLayout-module__WqRhQW__overlay{z-index:50;background:#0003;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.SharedLayout-module__WqRhQW__demoBadgeContainer{text-align:center;z-index:100;flex-direction:column;align-items:center;display:flex}.SharedLayout-module__WqRhQW__demoText{color:var(--accent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);visibility:visible;z-index:200;background:#3b82f61a;border:1px solid #3b82f64d;border-radius:999px;padding:.75rem 1.5rem;font-size:1.1rem;font-weight:600;transition:background .3s,color .3s,transform .3s,box-shadow .3s;box-shadow:0 4px 12px #3b82f633}.SharedLayout-module__WqRhQW__previewLink:hover .SharedLayout-module__WqRhQW__demoText{background:var(--accent);color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px #3b82f666}.SharedLayout-module__WqRhQW__projectInfo{width:100%;max-width:800px}.SharedLayout-module__WqRhQW__projectTitle{background:linear-gradient(90deg,#fff,#888);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:1rem;font-size:2.5rem}.SharedLayout-module__WqRhQW__projectDescription{color:var(--secondary);margin-bottom:1rem;font-size:1.1rem;line-height:1.7}.SharedLayout-module__WqRhQW__architectureSection{border-radius:16px;padding:2.5rem}.SharedLayout-module__WqRhQW__architectureSection h3{color:var(--foreground);margin-bottom:1.5rem;font-size:1.5rem}.SharedLayout-module__WqRhQW__architectureSection p{color:var(--secondary);margin-bottom:2rem;line-height:1.6}.SharedLayout-module__WqRhQW__architectureImageWrapper{border:1px solid var(--border);border-radius:8px;width:85%;margin-bottom:1.5rem;margin-left:5%;overflow:hidden}.SharedLayout-module__WqRhQW__architectureImage{width:100%;height:auto;display:block}.SharedLayout-module__WqRhQW__pipelineGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-top:2rem;display:grid}.SharedLayout-module__WqRhQW__pipelineStep{border-left:3px solid var(--accent);background:#ffffff08;border-radius:12px;padding:1.5rem}.SharedLayout-module__WqRhQW__stepTitle{color:var(--foreground);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.9rem;font-weight:600;display:block}.SharedLayout-module__WqRhQW__stepDesc{color:var(--secondary);margin:0;font-size:.9rem}.SharedLayout-module__WqRhQW__contentWrapper{margin-bottom:4rem}.SharedLayout-module__WqRhQW__card{border:1px solid var(--border);background-color:var(--card-bg);border-radius:16px;padding:2rem;box-shadow:0 4px 6px -1px #0000001a}.SharedLayout-module__WqRhQW__section{max-width:800px;margin-bottom:2rem}.SharedLayout-module__WqRhQW__sectionTitle{margin-bottom:.5rem;font-size:2rem}.SharedLayout-module__WqRhQW__textBlock{color:var(--foreground);line-height:1.6}.SharedLayout-module__WqRhQW__paragraph{margin-bottom:1rem}.SharedLayout-module__WqRhQW__secondaryText{color:var(--secondary)}@media (max-width:768px){.SharedLayout-module__WqRhQW__main{padding-top:2rem;padding-bottom:2rem}.SharedLayout-module__WqRhQW__title{font-size:2rem}.SharedLayout-module__WqRhQW__description{margin-bottom:2rem;font-size:1rem}.SharedLayout-module__WqRhQW__card,.SharedLayout-module__WqRhQW__projectCard{padding:1.5rem}.SharedLayout-module__WqRhQW__sectionTitle{margin-bottom:1rem;font-size:1.5rem}}
