/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-ease:initial}}}@layer theme{:root,:host{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--ease-in-out:cubic-bezier(.4,0,.2,1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono);--font-cormorant:"Cormorant Garamond",Georgia,serif;--color-gray-dark:#1a1a1a;--color-gray-medium:#333;--color-gray-light:#666;--color-gray-lighter:#999;--color-gray-pale:#ccc;--color-off-white:#f0f0f0}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.contents{display:contents}.table{display:table}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.ease-in-out{--tw-ease:var(--ease-in-out);transition-timing-function:var(--ease-in-out)}}*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;overflow:hidden}body{font-family:var(--font-cormorant);background:#000;min-height:100vh;position:relative}.app{background:#000;width:100%;height:100vh;position:relative;overflow:hidden}.research-page{background:0 0;overflow:hidden auto}.research-page .skyline-container{z-index:5;position:fixed}.research-page .snowfall-container{z-index:50}.snowfall-container{pointer-events:none;z-index:100;position:fixed;inset:0;overflow:hidden}.snowflake{image-rendering:pixelated;animation:fall var(--fall-duration,10s)linear infinite,drift var(--fall-duration,10s)ease-in-out infinite;background:#fff;border-radius:0;position:absolute;top:-20px;box-shadow:0 0 3px #fff,0 0 6px #ffffff80}.snowflake.rotating{animation:fall var(--fall-duration,10s)linear infinite,spin var(--rotation-duration,6s)linear infinite}@keyframes fall{0%{top:-20px}to{top:100vh}}@keyframes drift{0%,to{transform:translate(0)}25%{transform:translate(8px)}75%{transform:translate(-8px)}}@keyframes spin{to{transform:rotate(360deg)}}.skyline-container{z-index:10;pointer-events:none;width:100%;height:100%;position:fixed;bottom:0;left:0;overflow:hidden}.sky-gradient{z-index:1;background:linear-gradient(#000 0%,#050505 40%,#0a0a0a 70%,#0d0d0d 100%);position:absolute;inset:0}.city-layer{z-index:10;justify-content:center;align-items:flex-end;width:100%;height:40%;display:flex;position:absolute;bottom:35%;left:0}.cn-tower{z-index:25;flex-direction:column;align-items:center;display:flex;position:absolute;bottom:0;left:55%;transform:translate(-50%)}.cn-antenna{background:#1a1a1a;width:3px;height:60px}.cn-top-sphere{background:#181818;border-radius:2px;width:10px;height:10px}.cn-neck-upper{background:#171717;width:5px;height:30px}.cn-pod{background:#161616;border-radius:3px;width:45px;height:25px;position:relative}.cn-pod-windows{display:none}.cn-pod-lower{background:#151515;border-radius:0 0 3px 3px;width:35px;height:12px}.cn-shaft{background:#141414;width:7px;height:180px}.cn-base{clip-path:polygon(20% 0%,80% 0%,100% 100%,0% 100%);background:#131313;width:25px;height:18px}.buildings-left,.buildings-right{align-items:flex-end;gap:2px;display:flex;position:absolute;bottom:0}.buildings-left{justify-content:flex-end;left:2%;right:52%}.buildings-right{justify-content:flex-start;left:58%;right:2%}.building{position:relative}.bld-l1{background:#121212;width:28px;height:90px}.bld-l2{background:#101010;width:35px;height:140px}.bld-l3{background:#131313;width:42px;height:180px}.bld-l4{background:#0f0f0f;width:32px;height:130px}.bld-l5{background:#0e0e0e;width:50px;height:200px}.bld-l6{background:#111;width:40px;height:160px}.bld-l7{background:#101010;width:30px;height:110px}.bld-l8{background:#0d0d0d;width:48px;height:190px}.bld-l9{background:#121212;width:38px;height:145px}.bld-l10{background:#0f0f0f;width:32px;height:120px}.bld-r1{background:#101010;width:40px;height:160px}.bld-r2{background:#0e0e0e;width:52px;height:210px}.bld-r3{background:#121212;width:34px;height:145px}.bld-r4{background:#0f0f0f;width:44px;height:175px}.bld-r5{background:#131313;width:32px;height:130px}.bld-r6{background:#0c0c0c;width:55px;height:230px}.bld-r7{background:#111;width:42px;height:155px}.bld-r8{background:#141414;width:30px;height:110px}.bld-r9{background:#0f0f0f;width:46px;height:170px}.bld-r10{background:#111;width:35px;height:138px}.bridge{z-index:15;width:180px;height:50px;position:absolute;bottom:32%;left:15%}.bridge-deck{background:#161616;width:100%;height:8px;position:absolute;bottom:0;left:0}.bridge-arch{background:0 0;border:4px solid #181818;border-bottom:none;border-radius:70px 70px 0 0;width:70px;height:35px;position:absolute;bottom:8px}.arch-1{left:10px}.arch-2{left:90px}.bridge-support{background:#171717;width:6px;height:45px;position:absolute;bottom:0}.support-1{left:20px}.support-2{left:90px}.support-3{left:160px}.lake{z-index:12;width:100%;height:14%;position:absolute;bottom:18%;left:0;overflow:hidden}.lake-surface{background:linear-gradient(#0d0d0d 0%,#0f0f0f 30%,#0c0c0c 60%,#0a0a0a 100%);position:absolute;inset:0}.ripple{background:linear-gradient(90deg,#0000 0%,#ffffff0d 20%,#ffffff14 50%,#ffffff0d 80%,#0000 100%);height:1px;position:absolute}.ripple-1{width:80px;top:20%;left:25%}.ripple-2{width:120px;top:35%;left:45%}.ripple-3{width:90px;top:50%;left:30%}.ripple-4{width:100px;top:65%;left:55%}.ripple-5{width:70px;top:80%;left:35%}.lake-reflections{display:none}.trees-container{z-index:20;width:100%;height:25%;position:absolute;bottom:0;left:0}.tree-cluster{align-items:flex-end;gap:5px;display:flex;position:absolute;bottom:8%}.tree-cluster-left{left:3%}.tree-cluster-right{right:3%}.tree{background:#0a150a;border-radius:50% 50% 10% 10%;position:relative}.tree:after{content:"";background:#0d0d0d;width:6px;height:10px;position:absolute;bottom:-8px;left:50%;transform:translate(-50%)}.tree-1{background:#081008;width:35px;height:45px}.tree-2{background:#0a130a;width:45px;height:55px}.tree-3{background:#070e07;width:30px;height:40px}.tree-4{background:#091209;width:40px;height:50px}.tree-5{background:#081008;width:35px;height:42px}.bush{background:#0a140a;border-radius:50%}.bush-1{background:#071007;width:25px;height:18px}.bush-2{background:#091309;width:30px;height:22px}.bush-3{background:#081108;width:28px;height:20px}.bush-4{background:#0a140a;width:22px;height:16px}.waterfront-path{z-index:22;background:#121212;border-top:1px solid #1a1a1a;height:12px;position:absolute;bottom:5%;left:10%;right:10%}.path-lamp{background:#1a1a1a;width:3px;height:20px;position:absolute;bottom:100%}.path-lamp:before{content:"";background:#ffffff26;border-radius:2px;width:6px;height:4px;position:absolute;top:-4px;left:50%;transform:translate(-50%);box-shadow:0 0 6px 2px #ffffff14}.lamp-1{left:5%}.lamp-2{left:25%}.lamp-3{left:50%}.lamp-4{left:75%}.lamp-5{left:95%}.foreground-foliage{z-index:25;width:100%;height:8%;position:absolute;bottom:0;left:0}.foliage{background:#060d06;border-radius:60% 60% 0 0;position:absolute;bottom:0}.foliage-1{background:linear-gradient(90deg,#050a05 0%,#070e07 50%,#060c06 100%);width:35%;height:100%;left:0}.foliage-2{background:#060c06;width:40%;height:80%;left:30%}.foliage-3{background:linear-gradient(90deg,#070d07 0%,#050a05 50%,#040904 100%);width:35%;height:100%;right:0}.about-card{z-index:200;border:1px solid var(--color-gray-medium);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000e6;min-width:180px;padding:20px 25px;position:fixed;bottom:30px;right:30px}.name{font-family:var(--font-cormorant);color:#fff;letter-spacing:2px;text-transform:uppercase;margin-bottom:12px;font-size:1.8rem;font-weight:500}.links{flex-direction:column;gap:8px;display:flex}.link-item{color:var(--color-gray-pale);letter-spacing:.5px;font-size:1.1rem;font-weight:400;text-decoration:none;transition:color .15s}.link-item:hover{color:#fff}.research-content{z-index:60;border-left:1px solid var(--color-gray-medium);border-right:1px solid var(--color-gray-medium);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#000000eb;width:33.333%;min-width:400px;max-width:600px;min-height:100vh;margin:0 auto;padding:40px 50px 80px;position:relative;box-shadow:0 0 80px 40px #000000e6}.research-nav{margin-bottom:40px}.back-link{color:var(--color-gray-lighter);letter-spacing:1px;font-size:1rem;text-decoration:none;transition:color .2s;display:inline-block}.back-link:hover{color:#fff}.research-article{color:var(--color-off-white)}.research-header{text-align:center;margin-bottom:50px}.research-title{font-family:var(--font-cormorant);color:#fff;letter-spacing:4px;text-transform:uppercase;margin-bottom:20px;font-size:2.8rem;font-weight:400}.research-divider{background:var(--color-gray-light);width:80px;height:1px;margin:0 auto}.research-section{margin-bottom:45px}.research-section h2{font-family:var(--font-cormorant);color:#fff;letter-spacing:2px;text-transform:uppercase;margin-bottom:18px;font-size:1.5rem;font-weight:500}.research-section p{font-family:var(--font-cormorant);color:var(--color-gray-pale);text-align:justify;margin-bottom:18px;font-size:1.15rem;line-height:1.85}.research-image-placeholder{border:1px solid var(--color-gray-medium);background:#1a1a1acc;justify-content:center;align-items:center;width:100%;height:200px;margin:25px 0;display:flex}.research-image-placeholder span{color:var(--color-gray-lighter);letter-spacing:1px;font-size:1rem;font-style:italic}.publications-list{padding:0;list-style:none}.publications-list li{border-bottom:1px solid var(--color-gray-dark);padding:12px 0}.publications-list li:last-child{border-bottom:none}.pub-title{font-family:var(--font-cormorant);color:#fff;font-size:1.1rem;font-style:italic}.pub-meta{font-family:var(--font-cormorant);color:var(--color-gray-lighter);font-size:.95rem}.blog-post{margin-bottom:35px}.blog-post-title{font-family:var(--font-cormorant);color:#fff;letter-spacing:1px;margin-bottom:8px;font-size:1.4rem;font-weight:500}.blog-date{font-family:var(--font-cormorant);color:var(--color-gray-lighter);letter-spacing:.5px;margin-bottom:18px;font-size:.9rem;font-style:italic;display:block}.blog-post p{font-family:var(--font-cormorant);color:var(--color-gray-pale);text-align:justify;margin-bottom:18px;font-size:1.15rem;line-height:1.85}.blog-divider{background:var(--color-gray-medium);width:100%;height:1px;margin:40px 0}@media (max-width:768px){.about-card{min-width:auto;bottom:20px;left:20px;right:20px}.name{font-size:1.5rem}.cn-tower{transform:translate(-50%)scale(.7)}.buildings-left,.buildings-right{transform-origin:bottom;transform:scale(.8)}.bridge{left:5%;transform:scale(.7)}.research-content{background:#000000f2;border-left:none;border-right:none;width:100%;min-width:auto;max-width:none;padding:30px 25px 60px}.research-title{font-size:2rem}.research-section h2{font-size:1.25rem}.research-section p{text-align:left;font-size:1.05rem}}@media (max-width:480px){.cn-tower{transform:translate(-50%)scale(.5)}.buildings-left,.buildings-right,.bridge{display:none}.tree-cluster{transform:scale(.7)}.research-content{padding:20px 20px 50px}.research-title{letter-spacing:2px;font-size:1.6rem}.research-image-placeholder{height:150px}}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-ease{syntax:"*";inherits:false}