.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);text-align:center;min-height:1.5rem;font-size:1.1rem;font-weight:500}.ConnectFour-module__1z3KMW__controlPanel{grid-template-columns:minmax(0,220px) minmax(0,1fr);align-items:stretch;gap:1.1rem;width:100%;display:grid}.ConnectFour-module__1z3KMW__controlColumn{flex-direction:column;gap:1rem;display:flex}.ConnectFour-module__1z3KMW__controlCard{background:linear-gradient(#ffffff0a,#ffffff04),#ffffff03;border:1px solid #ffffff14;border-radius:14px;flex-direction:column;gap:.75rem;padding:1rem;display:flex;box-shadow:inset 0 1px #ffffff0a}.ConnectFour-module__1z3KMW__tuningCard{justify-content:space-between}.ConnectFour-module__1z3KMW__label{color:var(--secondary);font-size:.95rem;font-weight:600}.ConnectFour-module__1z3KMW__select,.ConnectFour-module__1z3KMW__secondaryButton{border:1px solid var(--border);width:100%;color:var(--foreground);font:inherit;background-color:#ffffff08;border-radius:8px;padding:.75rem .9rem}.ConnectFour-module__1z3KMW__secondaryButton{cursor:pointer;text-align:left;background:#ffffff08;align-items:center;gap:.9rem;font-weight:600;transition:background-color .2s,border-color .2s,box-shadow .2s;display:flex;box-shadow:inset 0 1px #ffffff0a}.ConnectFour-module__1z3KMW__secondaryButton:hover:not(:disabled){border-color:var(--accent);background:#ffffff0d;box-shadow:inset 0 1px #ffffff0f}.ConnectFour-module__1z3KMW__searchHeader{justify-content:space-between;align-items:center;gap:1rem;display:flex}.ConnectFour-module__1z3KMW__searchValue{color:var(--foreground);background:#ffffff0d;border-radius:999px;padding:.25rem .55rem;font-size:.95rem;font-weight:700}.ConnectFour-module__1z3KMW__slider{width:100%;accent-color:var(--accent)}.ConnectFour-module__1z3KMW__segmentedControl{grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;display:grid}.ConnectFour-module__1z3KMW__segmentButton{color:var(--secondary);font:inherit;cursor:pointer;background:#ffffff08;border:1px solid #ffffff14;border-radius:10px;padding:.7rem .8rem;font-weight:600;transition:border-color .2s,background-color .2s,color .2s,transform .2s}.ConnectFour-module__1z3KMW__segmentButton:hover:not(:disabled){color:var(--foreground);border-color:#ffffff29;transform:translateY(-1px)}.ConnectFour-module__1z3KMW__segmentButtonActive{color:#fff;background:linear-gradient(#3b82f657,#2563eb33),#3b82f624;border-color:#3b82f68c;box-shadow:inset 0 1px #ffffff1a}.ConnectFour-module__1z3KMW__tuningLockPanel,.ConnectFour-module__1z3KMW__tuningUnlocked{flex-direction:column;gap:.75rem;display:flex}.ConnectFour-module__1z3KMW__tuningHint{color:var(--secondary);margin:0;font-size:.92rem;line-height:1.45}.ConnectFour-module__1z3KMW__buttonIconWrap{width:2.2rem;height:2.2rem;color:var(--secondary);background:#ffffff0a;border:1px solid #ffffff14;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.ConnectFour-module__1z3KMW__buttonTextWrap{flex-direction:column;gap:.18rem;min-width:0;display:flex}.ConnectFour-module__1z3KMW__buttonTitle{color:var(--foreground);font-size:.95rem;font-weight:600;line-height:1.2}.ConnectFour-module__1z3KMW__buttonSubtitle{color:var(--secondary);font-size:.84rem;font-weight:400;line-height:1.25}.ConnectFour-module__1z3KMW__textButton{color:var(--accent);font:inherit;cursor:pointer;background:0 0;border:none;align-self:flex-start;align-items:center;gap:.35rem;padding:0;font-size:.92rem;font-weight:600;display:inline-flex}.ConnectFour-module__1z3KMW__textButton:hover:not(:disabled){text-decoration:underline}.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,.ConnectFour-module__1z3KMW__secondaryButton:disabled,.ConnectFour-module__1z3KMW__textButton:disabled,.ConnectFour-module__1z3KMW__segmentButton:disabled{opacity:.5;cursor:not-allowed}.ConnectFour-module__1z3KMW__errorMessage{color:#fca5a5;text-align:center;margin:0;font-size:.95rem}@media (max-width:700px){.ConnectFour-module__1z3KMW__container{gap:1.5rem;padding:1.25rem}.ConnectFour-module__1z3KMW__controlPanel{grid-template-columns:1fr}.ConnectFour-module__1z3KMW__controlCard{padding:.9rem}.ConnectFour-module__1z3KMW__board{gap:.35rem;padding:.75rem}.ConnectFour-module__1z3KMW__cell{width:min(11vw,42px);height:min(11vw,42px)}}
.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(/bsa-webapp/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}}
