@import "https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;600;700;800&display=swap";.navbar{z-index:1000;justify-content:center;width:100%;padding:1.5rem 0;transition:padding .3s;display:flex;position:fixed;top:0;left:0}.navbar.scrolled{padding:1rem 0}.navbar-container{-webkit-backdrop-filter:blur(16px)saturate(180%);background:#14141973;border:1px solid #ffffff14;border-radius:100px;justify-content:space-between;align-items:center;width:90%;max-width:1000px;padding:.8rem 2rem;transition:all .3s;display:flex;box-shadow:0 10px 30px #0000004d,inset 0 1px #ffffff1a}.navbar-logo{letter-spacing:1px;font-size:1.25rem;font-weight:800}.navbar-logo a,.navbar-logo a:visited,.navbar-logo a:active{color:#fff;cursor:pointer;text-decoration:none}.purple-dot{color:#c77dff}.navbar-menu{gap:2rem;margin:0;padding:0;list-style:none;display:flex}.nav-item a,.nav-item a:visited{color:#a0a0b0;font-size:.95rem;font-weight:500;text-decoration:none;transition:color .3s,text-shadow .3s}.nav-item a:hover{color:#fff;text-shadow:0 0 10px #c77dffcc}.nav-item a.active{color:#fff;text-shadow:0 0 10px #c77dff73}.nav-item a.active:after{content:"";background:#c77dff;border-radius:50%;width:4px;height:4px;margin:7px auto -11px;display:block;box-shadow:0 0 8px #c77dffcc}@media (width<=768px){.navbar,.navbar.scrolled{padding:.75rem 0}.navbar-container{width:calc(100% - 24px);padding:.72rem 1rem}.navbar-menu{gap:.85rem}.nav-item a{font-size:.76rem}.navbar-logo{letter-spacing:.5px;font-size:1.08rem}.nav-item a.active:after{margin-top:5px}}@media (width<=360px){.navbar-container{padding-inline:.8rem}.navbar-menu{gap:.62rem}.nav-item a{font-size:.7rem}}.home-container{color:#fff;z-index:10;place-items:center;min-height:100svh;padding:120px 20px 56px;display:grid;position:relative}.home-content{text-align:center;flex-direction:column;align-items:center;width:min(760px,100%);display:flex}.orbit-system{aspect-ratio:1;place-items:center;width:clamp(230px,31vw,330px);margin-bottom:1rem;display:grid;position:relative}.orbit{pointer-events:none;border:1px solid #d6ceff2b;border-radius:50%;position:absolute}.orbit-outer{animation:42s linear infinite orbit-rotate;inset:2%}.orbit-inner{border-color:#c77dff33;animation:31s linear infinite reverse orbit-rotate;inset:17%}.planet{border-radius:50%;display:block;position:absolute}.planet-mint{background:#7fe5d1;width:9px;height:9px;top:50%;left:-5px;transform:translateY(-50%);box-shadow:0 0 0 5px #7fe5d112,0 0 18px #7fe5d1a6}.planet-purple{background:#c77dff;width:7px;height:7px;top:50%;right:-4px;transform:translateY(-50%);box-shadow:0 0 0 4px #c77dff14,0 0 16px #c77dffb3}.avatar-wrapper{aspect-ratio:1;background:linear-gradient(145deg,#272a3ed1,#0e111fe6);border:2px solid #c77dffb8;border-radius:50%;place-items:center;width:46%;animation:6s ease-in-out infinite avatar-float;display:grid;position:relative;overflow:hidden;box-shadow:0 0 0 5px #9d4edd0d,0 0 28px #9d4edd29}.avatar-glow{filter:blur(10px);background:radial-gradient(circle,#9d4edd33,#44549414 52%,#0000 72%);border-radius:50%;position:absolute;inset:3%}.bazzi-avatar{z-index:1;object-fit:contain;filter:drop-shadow(0 16px 24px #00000073);width:122%;height:122%;position:relative}.home-kicker{color:#7fe5d1;letter-spacing:.22em;margin-bottom:1.15rem;font-size:.67rem;font-weight:600}.main-title{letter-spacing:-.055em;margin-bottom:1.1rem;font-size:clamp(2rem,4vw,3.2rem);font-weight:800;line-height:1.15}.mobile-title-break{display:none}.highlight-purple{color:#c77dff;text-shadow:0 0 22px #c77dff2e}.home-description{color:#9fa4b5;word-break:keep-all;width:100%;max-width:620px;min-height:3.6em;font-size:clamp(.95rem,2vw,1.08rem);line-height:1.8}.typing-cursor{color:#c77dff;animation:.9s step-end infinite cursor-blink}.keyword-badges{flex-wrap:wrap;justify-content:center;gap:.65rem;margin-top:1.65rem;display:flex}.keyword-badges span{color:#b9adc8;letter-spacing:.025em;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:default;background:#9d4edd0f;border:1px solid #c77dff3d;border-radius:999px;padding:.48rem 1rem;font-size:.75rem;transition:transform .28s,color .28s,border-color .28s,background-color .28s,box-shadow .28s}.keyword-badges span:hover{color:#e0b0ff;background:#9d4edd2e;border-color:#c77dff94;transform:translateY(-3px);box-shadow:0 0 18px #9d4edd40}@keyframes orbit-rotate{to{transform:rotate(360deg)}}@keyframes avatar-float{50%{transform:translateY(-8px)}}@keyframes cursor-blink{50%{opacity:0}}@media (width<=560px){.home-container{min-height:100svh;padding:90px 16px 34px}.home-content{width:100%}.orbit-system{width:min(58vw,230px);margin-bottom:.7rem}.planet-mint{width:8px;height:8px;left:-4px}.planet-purple{width:6px;height:6px;right:-3px}.home-kicker{letter-spacing:.16em;margin-bottom:.85rem;font-size:.58rem}.main-title{max-width:340px;margin-bottom:.85rem;font-size:clamp(1.9rem,8.2vw,2.2rem);line-height:1.16}.mobile-title-break{display:block}.desktop-break{display:none}.home-description{max-width:350px;min-height:4.8em;font-size:.88rem;line-height:1.75}.keyword-badges{gap:.5rem;margin-top:1.15rem}.keyword-badges span{padding:.42rem .78rem;font-size:.68rem}}@media (prefers-reduced-motion:reduce){.orbit-outer,.orbit-inner,.avatar-wrapper{animation:none}}.about-container{z-index:10;justify-content:center;align-items:center;min-height:100vh;padding:100px 0;display:flex;position:relative}.about-content{width:90%;max-width:1100px}.section-title{color:#fff;text-align:center;margin-bottom:3rem;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:800}.about-grid{grid-template-columns:1fr 2fr;gap:2rem;display:grid}.glass-panel{-webkit-backdrop-filter:blur(16px)saturate(180%);background:#14141973;border:1px solid #ffffff14;border-radius:24px;padding:2.5rem;box-shadow:0 10px 30px #0003}.profile-card{text-align:center;flex-direction:column;align-items:center;display:flex}.profile-image-placeholder{background:linear-gradient(135deg,#2a2a35 0%,#1a1a24 100%);border:3px solid #9d4edd;border-radius:50%;justify-content:center;align-items:center;width:160px;height:160px;margin-bottom:1.5rem;display:flex;overflow:hidden;box-shadow:0 0 20px #9d4edd4d}.profile-img{object-fit:cover;width:100%;height:100%}.profile-name{color:#fff;margin-bottom:.2rem;font-size:1.8rem;font-weight:700}.profile-detail{color:#c77dff;margin-bottom:2rem;font-size:.95rem}.profile-contact{text-align:left;flex-direction:column;gap:1rem;width:100%;display:flex}.profile-contact p{color:#a0a0b0;align-items:center;gap:10px;font-size:.95rem;display:flex}.detail-icon{background:#fffffff0;border-radius:8px;flex:0 0 26px;place-items:center;width:26px;height:26px;padding:5px;display:grid;overflow:hidden}.detail-icon img{object-fit:contain;width:100%;height:100%}.bazzi-story{color:#c77dff;border-top:1px solid #ffffff14;width:100%;margin-top:1.7rem;padding-top:1.2rem;font-size:.88rem;line-height:1.65}.bazzi-story span{color:#838394;font-size:.78rem}.intro-heading{color:#fff;margin-bottom:1rem;font-size:1.4rem;line-height:1.4}.intro-text{color:#a0a0b0;margin-bottom:3rem;font-size:1.05rem;line-height:1.7}.history-title{color:#fff;border-bottom:1px solid #ffffff1a;margin-bottom:1.5rem;padding-bottom:.8rem;font-size:1.2rem}.history-list{flex-direction:column;gap:1.5rem;padding:0;list-style:none;display:flex}.history-list li{gap:1.5rem;display:flex}.history-date{color:#c77dff;min-width:140px;padding-top:2px;font-size:.95rem;font-weight:600}.history-detail strong{color:#fff;margin-bottom:.4rem;font-size:1.1rem;display:block}.history-detail p{color:#a0a0b0;font-size:.9rem;line-height:1.5}.history-detail .highlight-text{color:#e0b0ff;margin-bottom:.2rem;font-weight:500}@media (width<=850px){.about-grid{grid-template-columns:1fr}.history-list li{flex-direction:column;gap:.5rem}}@media (width<=600px){.about-container{align-items:flex-start;min-height:auto;padding:108px 0 48px}.about-content{width:calc(100% - 28px)}.about-container .section-title{margin-bottom:1.8rem;font-size:2.2rem}.about-grid{gap:1rem}.glass-panel{border-radius:18px;padding:1.5rem}.profile-image-placeholder{width:120px;height:120px;margin-bottom:1rem}.profile-name{font-size:1.5rem}.profile-detail{margin-bottom:1.4rem;font-size:.82rem}.profile-contact{gap:.75rem;max-width:280px}.profile-contact p{font-size:.82rem}.bazzi-story{margin-top:1.25rem;padding-top:1rem}.intro-heading{font-size:1.15rem}.intro-text{margin-bottom:2rem;font-size:.9rem;line-height:1.75}.history-title{margin-bottom:1rem;font-size:1.05rem}.history-list{gap:1.15rem}.history-list li{gap:.35rem}.history-date{min-width:0;font-size:.8rem}.history-detail strong{font-size:.92rem;line-height:1.5}.history-detail p{font-size:.8rem}}.projects-container{z-index:10;justify-content:center;align-items:center;min-height:100vh;padding:120px 0 80px;display:flex;position:relative}.projects-content{width:90%;max-width:1000px}.projects-list{flex-direction:column;gap:3rem;display:flex}.project-card{padding:2.5rem;transition:transform .4s,box-shadow .4s,background-color .4s;position:relative;overflow:hidden}.project-card:before{content:"";transform-origin:50%;background:#c77dff;border-radius:0 3px 3px 0;width:3px;transition:transform .4s;position:absolute;top:1.5rem;bottom:1.5rem;left:0;transform:scaleY(0)}.project-card:hover{background:#1919208c;transform:translateY(-5px);box-shadow:0 15px 40px #9d4edd26,inset 0 1px #ffffff1a}.project-card:hover:before{transform:scaleY(1)}.project-header{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;padding-bottom:1.5rem;display:flex}.project-title{color:#fff;margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.project-period{color:#889;font-size:.9rem}.project-role{color:#e0b0ff;background:#c77dff26;border:1px solid #c77dff4d;border-radius:8px;padding:.5rem 1rem;font-size:.9rem;font-weight:600}.project-tech{flex-wrap:wrap;gap:.8rem;margin-bottom:2rem;display:flex}.project-link{color:#c77dff;margin:-.5rem 0 2rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:color .3s,text-shadow .3s;display:inline-block}.project-link:hover{color:#e0b0ff;text-shadow:0 0 10px #c77dff80}.tech-badge{color:#c0c0d0;letter-spacing:.5px;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;padding:.4rem 1rem;font-size:.85rem}.project-details{flex-direction:column;gap:1.2rem;display:flex}.detail-item{gap:1.5rem;line-height:1.6;display:flex}.detail-label{color:#667;min-width:70px;padding-top:2px;font-size:.95rem;font-weight:700}.detail-label.highlight{color:#c77dff}.detail-item p{color:#d0d0e0;margin:0;font-size:1rem}@media (width<=768px){.projects-container{align-items:flex-start;padding:108px 0 48px}.projects-content{width:calc(100% - 28px)}.projects-container .section-title{margin-bottom:1.8rem;font-size:2.2rem}.projects-list{gap:1rem}.project-card{border-radius:18px;padding:1.35rem}.project-card:hover{transform:none}.project-header{flex-direction:column;gap:.8rem;margin-bottom:1.1rem;padding-bottom:1.1rem}.project-title{font-size:1.18rem;line-height:1.45}.project-period{font-size:.76rem;line-height:1.5;display:block}.project-role{padding:.42rem .7rem;font-size:.76rem}.project-tech{gap:.45rem;margin-bottom:1.35rem}.tech-badge{padding:.36rem .68rem;font-size:.72rem}.project-link{margin:-.15rem 0 1.35rem;font-size:.78rem}.detail-item{flex-direction:column;gap:.25rem}.project-details{gap:1rem}.detail-label{min-width:0;font-size:.76rem}.detail-item p{word-break:keep-all;font-size:.86rem;line-height:1.75}}.contact-container{z-index:10;justify-content:center;align-items:center;min-height:100vh;padding:100px 0;display:flex;position:relative}.contact-content{text-align:center;width:90%;max-width:1000px}.section-title{color:#fff;margin-bottom:1rem;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:800}.contact-description{color:#a0a0b0;margin-bottom:4rem;font-size:1.1rem;line-height:1.6}.contact-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;display:grid}.contact-card{-webkit-backdrop-filter:blur(12px);background:#14141966;border:1px solid #ffffff0d;border-radius:20px;flex-direction:column;align-items:center;padding:2.5rem 1.5rem;text-decoration:none;transition:all .4s;display:flex;box-shadow:0 10px 30px #0003}.contact-card:hover{background:#9d4edd1a;border-color:#c77dff66;transform:translateY(-10px);box-shadow:0 15px 40px #9d4edd40}.card-icon{background:#fffffff0;border-radius:18px;place-items:center;width:64px;height:64px;margin-bottom:1.5rem;padding:12px;display:grid;overflow:hidden;box-shadow:0 10px 24px #0003}.card-icon img{object-fit:contain;width:100%;height:100%}.card-info h3{color:#fff;margin-bottom:.5rem;font-size:1.2rem;font-weight:600}.card-info p{color:#a0a0b0;font-size:.95rem;transition:color .3s}.contact-card:hover .card-info p{color:#c77dff}@media (width<=768px){.contact-container{align-items:flex-start;min-height:auto;padding:112px 0 48px}.contact-content{width:calc(100% - 28px)}.contact-container .section-title{margin-bottom:.8rem;font-size:2.2rem}.contact-description{margin-bottom:2rem;font-size:.88rem;line-height:1.7}.contact-description br{display:none}.contact-grid{grid-template-columns:1fr;gap:.9rem}.contact-card{text-align:left;border-radius:18px;flex-direction:row;justify-content:flex-start;min-height:104px;padding:1.15rem}.contact-card:hover{transform:none}.card-icon{border-radius:14px;flex:0 0 52px;width:52px;height:52px;margin:0 1rem 0 0;padding:10px}.card-info h3{margin-bottom:.25rem;font-size:1rem}.card-info p{font-size:.8rem}}:root{color:#fff;font-synthesis:none;background:#05060d;font-family:Noto Sans KR,-apple-system,BlinkMacSystemFont,sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:#fff;background:#05060d;width:100%;min-width:320px;min-height:100vh;overflow-x:hidden}.global-bg{z-index:0;background:radial-gradient(circle at 18% 22%,#5e358b29,#0000 30%),radial-gradient(circle at 82% 30%,#2b699124,#0000 31%),radial-gradient(circle at 55% 92%,#287d6f17,#0000 30%),radial-gradient(circle at 50% -10%,#2036588c,#0000 42%),linear-gradient(#060913 0%,#05060d 55%,#03040a 100%);position:fixed;inset:0;overflow:hidden}.global-bg:before{content:"";z-index:3;pointer-events:none;background:radial-gradient(#0000 34%,#0102077a 100%);position:absolute;inset:0}.global-bg:after{content:"";z-index:2;opacity:.23;filter:blur(55px);pointer-events:none;background:linear-gradient(90deg,#0000 4%,#664ca94d 30%,#497b9a47 55%,#3d917b33 75%,#0000 96%);width:125vw;height:22vh;position:absolute;top:42%;left:-13vw;transform:rotate(-10deg)}.stars{opacity:.62;transform-origin:50%;background-image:radial-gradient(2px 2px at 50px 80px,#ffffffe6,#0000),radial-gradient(2px 2px at 180px 300px,#ffffffc2,#0000),radial-gradient(2.5px 2.5px at 350px 170px,#c896ffc2,#0000),radial-gradient(2px 2px at 520px 360px,#7ee5d2ad,#0000),radial-gradient(1.5px 1.5px at 460px 70px,#ffffffb8,#0000);background-repeat:repeat;background-size:600px 400px;width:200vw;height:200vh;animation:180s linear infinite star-orbit;position:absolute;top:-50vh;left:-50vw}.aurora-container{z-index:1;filter:blur(95px);opacity:.38;position:absolute;inset:0}.aurora{will-change:transform;border-radius:50%;position:absolute}.aurora-1{background:radial-gradient(#40ceac57,#0000 68%);width:58vw;height:30vw;min-height:260px;animation:32s ease-in-out infinite alternate aurora-float;top:-18vw;right:-15vw}.aurora-2{background:radial-gradient(#854cd35c,#0000 68%);width:54vw;height:38vw;min-height:280px;animation:38s ease-in-out infinite alternate-reverse aurora-float;bottom:-24vw;left:-22vw}.aurora-3{background:radial-gradient(circle,#2e63b033,#0000 70%);width:30vw;height:28vw;animation:28s ease-in-out infinite aurora-breathe;top:38%;right:8%}@keyframes star-orbit{to{transform:rotate(360deg)}}@keyframes aurora-float{to{transform:translate(7vw,3vw)scale(1.08)}}@keyframes aurora-breathe{50%{opacity:.65;transform:scale(1.18)}}main{z-index:2;position:relative}.glass-panel{-webkit-backdrop-filter:blur(18px)saturate(125%);background:#0c0e19a1;border:1px solid #ddd9ff17;border-radius:22px;box-shadow:0 22px 60px #0000003b}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
