.home-page{min-height:100svh;max-width:960px;margin:0 auto;padding:48px 22px;display:flex;align-items:center;justify-content:center}.home-hero{width:100%;display:flex;flex-direction:column;align-items:center;text-align:center}.home-logo{width:86px;height:86px;-o-object-fit:contain;object-fit:contain;margin-bottom:28px;filter:drop-shadow(0 0 28px rgba(29,95,184,.32));pointer-events:none}.home-kicker{color:var(--muted);font-size:.76rem;letter-spacing:.36em;text-transform:uppercase;margin-bottom:16px}.home-title{margin:0;font-size:clamp(4.2rem,13vw,8.6rem);line-height:.88;letter-spacing:-.09em;font-weight:820}.systems{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;width:min(620px,100%);margin-top:46px}.system-card{position:relative;min-height:118px;padding:22px 24px;border-radius:24px;border:1px solid var(--line);background:var(--panel);text-align:left;overflow:hidden;transition:transform .22s ease,background .22s ease,border-color .22s ease}.system-card:hover{transform:translateY(-3px);background:var(--panel-hover);border-color:#ffffff38}.system-card small{color:var(--muted);font-size:.88rem}.system-card h2{margin:13px 0 0;font-size:1.46rem;letter-spacing:-.04em}.entries{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;width:min(680px,100%);margin-top:14px}.entry{padding:17px 16px;border-radius:18px;border:1px solid var(--line);background:#ffffff08;text-align:left;transition:transform .22s ease,background .22s ease,border-color .22s ease}.entry:hover{transform:translateY(-3px);background:#ffffff12;border-color:#ffffff38}.entry strong{display:block;font-size:1rem;margin-bottom:7px}.entry small{color:var(--muted);font-size:.82rem}.intro{display:none;position:fixed;inset:0;z-index:9999;background:#07080c;align-items:center;justify-content:center;overflow:hidden}html.show-intro .intro{display:flex;animation:introOut .55s ease forwards;animation-delay:2.45s}.intro:before{content:"";position:absolute;inset:-40%;background-image:linear-gradient(rgba(255,255,255,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px);background-size:52px 52px;transform:perspective(700px) rotateX(62deg);animation:gridMove 3s ease-out forwards}.intro-box{position:relative;text-align:center}.intro-logo{width:132px;height:132px;margin:0 auto 32px;display:grid;place-items:center;background:transparent;filter:drop-shadow(0 0 42px rgba(29,95,184,.42));animation:markIn .7s ease forwards}.intro-logo img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;pointer-events:none}.intro-title{font-size:clamp(2.8rem,8vw,5.8rem);font-weight:760;line-height:.95;letter-spacing:-.08em;opacity:0;animation:textIn .75s ease forwards;animation-delay:.45s}.intro-subtitle{margin-top:18px;font-size:.78rem;letter-spacing:.38em;text-transform:uppercase;color:#ffffff85;opacity:0;animation:textIn .75s ease forwards;animation-delay:.8s}@keyframes gridMove{0%{opacity:0;transform:perspective(700px) rotateX(62deg) translateY(10%)}to{opacity:.52;transform:perspective(700px) rotateX(62deg) translateY(0)}}@keyframes markIn{0%{opacity:0;transform:translateY(18px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes textIn{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes homeCardIn{0%{opacity:0;translate:0 18px;scale:.985;filter:blur(8px)}to{opacity:1;translate:0 0;scale:1;filter:blur(0)}}@keyframes homeTextIn{0%{opacity:0;translate:0 12px;filter:blur(6px)}to{opacity:1;translate:0 0;filter:blur(0)}}@keyframes introOut{to{opacity:0;visibility:hidden;pointer-events:none}}@media (max-width: 760px){.home-page{padding:42px 18px}.home-logo{width:72px;height:72px}.home-title{font-size:clamp(4rem,22vw,6.4rem)}.systems,.entries{grid-template-columns:1fr}.system-card,.entry{text-align:left}}body:before,body:after{content:"";position:fixed;inset:auto;z-index:0;pointer-events:none;filter:blur(46px);opacity:.42}body:before{width:42vw;height:42vw;left:-12vw;top:8vh;background:radial-gradient(circle,rgba(255,137,42,.22),transparent 62%);animation:bgLightMoveA 18s ease-in-out infinite alternate}body:after{width:38vw;height:38vw;right:-10vw;bottom:4vh;background:radial-gradient(circle,rgba(70,180,160,.16),transparent 62%);animation:bgLightMoveB 22s ease-in-out infinite alternate}.home-page,.intro{position:relative}.home-page{z-index:1}.system-card,.entry{position:relative;overflow:hidden;animation:homeCardIn .72s cubic-bezier(.16,1,.3,1) both;box-shadow:0 18px 60px #0000002e,inset 0 1px #ffffff0a}:where(.home-kicker,.home-title,.system-card small,.system-card h2,.entry strong,.entry small,.home-entry-card small,.home-entry-card strong,.home-entry-card span,.project-bubble-title,.project-bubble-card small,.project-bubble-card strong,.project-bubble-card em,.project-bubble-card b){animation:homeTextIn .62s cubic-bezier(.16,1,.3,1) both}.home-kicker{animation-delay:.04s}.home-title{animation-delay:.1s}:where(.system-card h2,.entry small,.home-entry-card strong){animation-delay:.07s}:where(.home-entry-card span,.project-bubble-card em,.project-bubble-card b){animation-delay:.12s}.systems>.system-card:nth-child(2),.entries>.entry:nth-child(2){animation-delay:.05s}.systems>.system-card:nth-child(3),.entries>.entry:nth-child(3){animation-delay:.1s}.systems>.system-card:nth-child(n+4),.entries>.entry:nth-child(n+4){animation-delay:.15s}.system-card:before,.entry:before{content:"";position:absolute;inset:-1px;background:linear-gradient(120deg,transparent 0%,rgba(255,255,255,.13) 42%,rgba(255,255,255,.18) 50%,rgba(255,255,255,.08) 58%,transparent 100%);transform:translate(-130%);transition:transform .9s ease;pointer-events:none}.system-card:after,.entry:after{content:"";position:absolute;inset:0;border-radius:inherit;background:radial-gradient(circle at 20% 0%,rgba(255,150,60,.12),transparent 36%),radial-gradient(circle at 90% 100%,rgba(80,220,190,.1),transparent 34%);opacity:0;transition:opacity .28s ease;pointer-events:none}.system-card:hover,.entry:hover{box-shadow:0 24px 72px #00000042,0 0 38px #ff87280e,inset 0 1px #ffffff12}.system-card:hover:before,.entry:hover:before{transform:translate(130%)}.system-card:hover:after,.entry:hover:after{opacity:1}@keyframes bgLightMoveA{0%{transform:translateZ(0) scale(1)}50%{transform:translate3d(18vw,8vh,0) scale(1.12)}to{transform:translate3d(26vw,-4vh,0) scale(.96)}}@keyframes bgLightMoveB{0%{transform:translateZ(0) scale(1)}50%{transform:translate3d(-14vw,-10vh,0) scale(1.08)}to{transform:translate3d(-24vw,4vh,0) scale(.98)}}@media (prefers-reduced-motion: reduce){body:before,body:after,.system-card:before,.entry:before,.system-card,.entry,.home-kicker,.home-title,.system-card small,.system-card h2,.entry strong,.entry small,.home-entry-card small,.home-entry-card strong,.home-entry-card span,.project-bubble-title,.project-bubble-card small,.project-bubble-card strong,.project-bubble-card em,.project-bubble-card b{animation:none;transition:none;opacity:1;translate:0 0;scale:1;filter:none}}.intro{position:fixed!important;inset:0!important;width:100vw;height:100dvh;min-height:100vh;z-index:9999}html.show-intro body{overflow:hidden}html:not(.show-intro) body{overflow-x:hidden}html.show-intro .intro{display:flex}@media (max-width: 760px){.home-page{min-height:100dvh;padding:30px 16px}.home-hero{min-height:calc(100dvh - 60px);justify-content:center}.home-logo{width:64px;height:64px;margin-bottom:20px}.home-kicker{font-size:.68rem;letter-spacing:.28em;margin-bottom:12px}.home-title{font-size:clamp(3.5rem,20vw,5.4rem);line-height:.9}.systems{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;width:100%;margin-top:34px}.system-card{min-height:104px;padding:17px 15px;border-radius:20px}.system-card small{font-size:.74rem}.system-card h2{margin-top:12px;font-size:1.08rem;line-height:1.35;letter-spacing:-.03em}.entries{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;width:100%;margin-top:10px}.entry{padding:15px 14px;border-radius:16px}.entry strong{font-size:.96rem;margin-bottom:6px}.entry small{font-size:.76rem}.intro-box{transform:translateY(-2vh)}.intro-logo{width:104px;height:104px;margin-bottom:26px}.intro-title{font-size:clamp(2.9rem,16vw,4.6rem)}.intro-subtitle{font-size:.68rem;letter-spacing:.28em}}@media (max-width: 390px){.systems{gap:8px}.system-card{padding:15px 13px}.system-card h2{font-size:1rem}.entries{gap:8px}.entry{padding:14px 12px}}.home-page{width:min(1180px,100%);min-height:100dvh;max-width:none;padding:42px 22px}.home-hero{position:relative;min-height:calc(100dvh - 84px);justify-content:center;isolation:isolate}.home-logo,.home-kicker,.home-title,.home-entry-grid{position:relative;z-index:2}.home-logo{margin-bottom:22px}.home-kicker{letter-spacing:0;text-transform:none}.home-title{font-size:7.2rem;line-height:.95;letter-spacing:0;text-wrap:balance}.home-entry-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;width:min(920px,100%);margin-top:42px}.home-entry-card{display:flex;min-height:166px;flex-direction:column;justify-content:space-between;gap:14px;padding:22px;border:1px solid var(--line);border-radius:22px;background:linear-gradient(145deg,#ffffff17,#ffffff09),#080a0fad;box-shadow:0 18px 60px #00000038,inset 0 1px #ffffff0f;text-align:left;overflow:hidden;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);animation:homeCardIn .72s cubic-bezier(.16,1,.3,1) both;transition:transform .22s ease,background .22s ease,border-color .22s ease}.home-entry-grid>.home-entry-card:nth-child(2){animation-delay:.05s}.home-entry-grid>.home-entry-card:nth-child(3){animation-delay:.1s}.home-entry-grid>.home-entry-card:nth-child(n+4){animation-delay:.15s}.home-entry-card:hover,.home-entry-card:focus-visible{transform:translateY(-4px);border-color:#ffffff47;background:linear-gradient(145deg,#ffffff21,#ffffff0c),#080a0fc2}.home-entry-card small{color:var(--soft);font-size:.78rem}.home-entry-card strong{display:block;color:var(--text);font-size:1.28rem;line-height:1.35}.home-entry-card span{display:block;color:var(--muted);font-size:.88rem;line-height:1.68}.project-bubble-field{position:fixed;inset:0;z-index:1;overflow:hidden;pointer-events:none}.project-bubble{position:absolute;left:var(--bubble-left);top:var(--bubble-top);display:block;width:-moz-max-content;width:max-content;max-width:248px;min-height:0;padding:8px 12px;border:1px solid rgba(255,255,255,.08);border-radius:999px;background:#ffffff06;box-shadow:0 10px 34px #0000001a;color:var(--text);opacity:.26;pointer-events:auto;transform:translate3d(-50%,-50%,0);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);will-change:transform;transition:transform .22s ease,background .22s ease,border-color .22s ease,border-radius .22s ease,box-shadow .22s ease,opacity .22s ease}.project-bubble:hover,.project-bubble:focus-visible,.project-bubble.is-pinned{z-index:3;width:292px;max-width:min(292px,calc(100vw - 32px));padding:18px;border-color:#ffffff57;border-radius:22px;background:#11151a;box-shadow:0 22px 72px #00000057,inset 0 1px #ffffff14;opacity:1;transform:translate3d(-50%,-50%,0) scale(1.06)}.project-bubble-title{display:block;min-width:0;overflow:visible;white-space:normal;color:#f4f4f5d1;font-size:.82rem;line-height:1.42}.project-bubble-card{display:none}.project-bubble:hover .project-bubble-title,.project-bubble:focus-visible .project-bubble-title,.project-bubble.is-pinned .project-bubble-title{display:none}.project-bubble:hover .project-bubble-card,.project-bubble:focus-visible .project-bubble-card,.project-bubble.is-pinned .project-bubble-card{display:block}.project-bubble-card small,.project-bubble-card strong,.project-bubble-card em,.project-bubble-card b{display:block}.project-bubble-card small{color:var(--soft);font-size:.74rem;line-height:1.5}.project-bubble-card strong{margin-top:9px;color:#fff;font-size:1.02rem;line-height:1.42}.project-bubble-card em{margin-top:10px;color:var(--muted);font-size:.82rem;font-style:normal;line-height:1.7}.project-bubble-card b{margin-top:14px;color:#ffd3ae;font-size:.78rem;font-weight:720}@media (max-width: 980px){.home-title{font-size:5.8rem}.home-entry-grid{grid-template-columns:repeat(2,minmax(0,1fr));width:min(660px,100%)}.project-bubble{max-width:220px;opacity:.24}}@media (max-width: 640px){.home-page{padding:28px 16px}.home-hero{min-height:calc(100dvh - 56px)}.home-title{font-size:4.2rem}.home-entry-grid{grid-template-columns:1fr;gap:10px;margin-top:30px}.home-entry-card{min-height:124px;padding:18px;border-radius:18px}.project-bubble-field{inset:0}.project-bubble{max-width:176px;padding:7px 10px;opacity:.22}.project-bubble:hover,.project-bubble:focus-visible,.project-bubble.is-pinned{width:252px;max-width:calc(100vw - 28px);padding:16px;opacity:1}.project-bubble-title{font-size:.78rem}.project-bubble-card small,.project-bubble-card b{font-size:.66rem}}@media (prefers-reduced-motion: reduce){.home-entry-card,.project-bubble,.home-kicker,.home-title,.home-entry-card small,.home-entry-card strong,.home-entry-card span,.project-bubble-title,.project-bubble-card small,.project-bubble-card strong,.project-bubble-card em,.project-bubble-card b{animation:none;opacity:1;translate:0 0;scale:1;filter:none}}.project-bubble.is-hidden{display:none}
