@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700;900&family=Merriweather:wght@400;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@400;700;800&family=Nanum+Gothic:wght@400;700;800&display=swap";:root{font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#ffffffde;background-color:#0a0a12;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body,#root{width:100%;height:100%;overflow:hidden}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{width:100%;height:100%;overflow:hidden;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}body{background:#0a0a12;color:#fff}.app{width:100%;height:100%;position:relative}.neon-background{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1;pointer-events:none;overflow:hidden}.neon-glow{position:absolute;border-radius:50%;filter:blur(80px);opacity:.4;animation:float-glow 20s ease-in-out infinite}.neon-glow.cyan{width:600px;height:400px;background:radial-gradient(ellipse,rgba(0,229,255,.6) 0%,transparent 70%);top:-10%;left:-10%;animation-delay:0s}.neon-glow.purple{width:500px;height:600px;background:radial-gradient(ellipse,rgba(168,85,247,.5) 0%,transparent 70%);top:20%;right:-15%;animation-delay:-5s}.neon-glow.pink{width:450px;height:350px;background:radial-gradient(ellipse,rgba(236,72,153,.4) 0%,transparent 70%);bottom:10%;left:20%;animation-delay:-10s}.neon-glow.blue{width:550px;height:450px;background:radial-gradient(ellipse,rgba(59,130,246,.35) 0%,transparent 70%);bottom:-15%;right:25%;animation-delay:-15s}.light-streak{position:absolute;filter:blur(40px);opacity:.25;transform-origin:center}.light-streak.streak1{width:800px;height:3px;background:linear-gradient(90deg,transparent,rgba(0,229,255,.8),transparent);top:25%;left:-20%;transform:rotate(-15deg);animation:streak-flow 15s ease-in-out infinite}.light-streak.streak2{width:600px;height:2px;background:linear-gradient(90deg,transparent,rgba(168,85,247,.7),transparent);top:60%;right:-15%;transform:rotate(20deg);animation:streak-flow 18s ease-in-out infinite reverse}.light-streak.streak3{width:700px;height:2px;background:linear-gradient(90deg,transparent,rgba(236,72,153,.6),transparent);bottom:30%;left:10%;transform:rotate(-8deg);animation:streak-flow 20s ease-in-out infinite;animation-delay:-7s}@keyframes float-glow{0%,to{transform:translate(0) scale(1);opacity:.4}25%{transform:translate(30px,-20px) scale(1.1);opacity:.5}50%{transform:translate(-20px,30px) scale(.95);opacity:.35}75%{transform:translate(20px,10px) scale(1.05);opacity:.45}}@keyframes streak-flow{0%,to{transform:translate(0) rotate(-15deg);opacity:.2}50%{transform:translate(100px) rotate(-15deg);opacity:.35}}.social-links{position:fixed;bottom:30px;left:50%;transform:translate(-50%);display:flex;gap:20px;z-index:100}.social-links a{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:50%;color:#ffffffb3;transition:transform .2s ease,background .2s ease}.social-links a:hover{background:#ffffff26;color:#fff;transform:translateY(-2px) scale(1.05)}.social-links svg{width:20px;height:20px}.hero-text{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;z-index:10;pointer-events:none}.hero-text h1{font-size:5.5rem;font-weight:700;color:#fff;margin-bottom:16px;text-shadow:0 0 60px rgba(0,229,255,.4),0 0 120px rgba(168,85,247,.2);letter-spacing:-.02em;white-space:nowrap}.hero-text p{font-size:.9rem;color:#fff9;letter-spacing:.3em;text-transform:uppercase;font-weight:400}.hero-text.animate-in h1{animation:heroTitleIn .8s cubic-bezier(.34,1.56,.64,1) forwards}.hero-text.animate-in p{animation:heroSubtitleIn .6s ease-out .3s forwards;opacity:0}@keyframes heroTitleIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes heroSubtitleIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0000004d;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:1000;display:flex;justify-content:center;align-items:center}.modal-content{width:90%;max-width:520px;max-height:80vh;position:relative;padding:20px 24px;overflow-y:auto;background:#ffffff14;backdrop-filter:blur(60px) saturate(150%);-webkit-backdrop-filter:blur(60px) saturate(150%);border:1px solid rgba(255,255,255,.15);border-radius:24px;box-shadow:0 4px 24px #0003,inset 0 1px #ffffff1a;transform-origin:center center;transition:transform .4s cubic-bezier(.34,1.56,.64,1)}.modal-content:before{content:"";position:absolute;top:0;left:10%;right:10%;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);border-radius:24px 24px 0 0;pointer-events:none}.modal-content:hover{transform:scale(1.015)}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.modal-title{font-size:1.2rem;font-weight:600;color:#fff;letter-spacing:.01em;margin:0}.close-btn{background:transparent;border:none;color:#ffffff80;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;transition:color .2s ease}.close-btn:hover{color:#fff}.timeline{display:flex;flex-direction:column;gap:16px}.timeline-item{position:relative;padding-left:16px;border-left:2px solid rgba(255,255,255,.1);transition:border-color .2s ease,transform .2s ease}.timeline-item:hover{border-left-color:#fff6;transform:translate(4px)}.item-year{display:block;font-size:.7rem;color:#ffffff80;font-weight:500;letter-spacing:.05em;margin-bottom:4px}.item-title{font-size:.95rem;font-weight:600;color:#fff;margin-bottom:6px;line-height:1.4}.item-desc{font-size:.8rem;color:#fff9;line-height:1.6;white-space:pre-line}.modal-header{display:flex;align-items:center;gap:12px;margin-bottom:24px}.full-mode-badge{font-size:.6rem;padding:4px 8px;background:linear-gradient(135deg,#a855f7,#ec4899);border-radius:4px;color:#fff;font-weight:600;letter-spacing:.1em}.item-header{display:flex;align-items:center;gap:8px;margin-bottom:4px}.item-category{font-size:.6rem;padding:2px 6px;background:#00e5ff26;border:1px solid rgba(0,229,255,.3);border-radius:3px;color:#00e5ff;letter-spacing:.05em}.item-title a{color:#fff;text-decoration:none;display:inline-flex;align-items:center;gap:6px;transition:color .2s ease}.item-title a:hover{color:#fffc}.link-icon{opacity:.5;transition:opacity .2s ease}.item-title a:hover .link-icon{opacity:1}.full-mode-indicator{display:block;margin-top:12px;font-size:.7rem;color:#a855f7;letter-spacing:.15em;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.7}50%{opacity:1}}.loader-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0a0a12;z-index:2000;display:flex;justify-content:center;align-items:center;transition:opacity .5s ease}.loader-overlay.fade-out{opacity:0;pointer-events:none}.loader-content{text-align:center}.loader-spinner{width:50px;height:50px;border:3px solid rgba(255,255,255,.1);border-top-color:#00e5ff;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 20px}@keyframes spin{to{transform:rotate(360deg)}}.loader-text{font-size:1.2rem;font-weight:500;color:#fff;letter-spacing:.1em;margin-bottom:8px}.loader-progress{font-size:.9rem;color:#fff9;font-weight:400}.landing-page{width:100%;min-height:100vh;display:flex;align-items:flex-start;justify-content:center;position:relative;overflow-x:hidden;overflow-y:auto;padding:40px 0}.landing-content{position:relative;z-index:1;width:100%;max-width:500px;padding:40px 20px;display:flex;flex-direction:column;align-items:center;max-height:100vh;overflow-y:auto}.landing-header{text-align:center;margin-bottom:16px}.landing-name{font-size:3rem;font-weight:700;color:#fff;margin:0;letter-spacing:-.02em;text-shadow:0 0 60px rgba(0,229,255,.3)}.landing-title{font-size:1rem;color:#fff9;margin:8px 0 0;font-weight:400}.landing-subtitle{font-size:.85rem;color:#ffffff80;margin-bottom:32px;text-align:center}.style-list{width:100%;display:flex;flex-direction:column;gap:10px}.style-card{width:100%;display:flex;align-items:center;gap:14px;padding:14px 18px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:14px;cursor:pointer;text-align:left;color:#fff;transition:background .2s ease,border-color .2s ease}.style-card:hover{background:#ffffff1a;border-color:#fff3}.style-card-icon{font-size:1.8rem;flex-shrink:0}.style-card-content{flex:1;min-width:0}.style-card-name{display:flex;align-items:center;gap:8px;font-size:1rem;font-weight:600;color:#fff}.recommended-badge{font-size:.65rem;padding:3px 8px;background:linear-gradient(135deg,#00e5ff,#a855f7);border-radius:4px;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.style-card-desc{display:block;font-size:.8rem;color:#ffffff80;margin-top:4px}.style-card-arrow{color:#ffffff4d;flex-shrink:0}.landing-footer{margin-top:40px}.landing-social{display:flex;gap:16px}.landing-social a{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:50%;color:#fff9;transition:all .2s ease}.landing-social a:hover{background:#ffffff26;color:#fff;transform:translateY(-2px)}.style-switcher-btn{position:fixed;bottom:24px;right:24px;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border:1px solid rgba(255,255,255,.15);border-radius:50%;color:#fffc;cursor:pointer;z-index:900;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.style-switcher-btn:hover{background:#fff3;color:#fff}.style-switcher-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background:#0000004d;z-index:950}.style-switcher-panel{position:fixed;bottom:84px;right:24px;width:280px;background:#14141ef2;border:1px solid rgba(255,255,255,.15);border-radius:16px;padding:16px;z-index:960;backdrop-filter:blur(40px);-webkit-backdrop-filter:blur(40px)}.style-switcher-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,.1)}.style-switcher-header span{font-size:.9rem;font-weight:600;color:#fff}.style-switcher-close{background:transparent;border:none;color:#ffffff80;cursor:pointer;padding:4px;display:flex}.style-switcher-close:hover{color:#fff}.style-switcher-list{display:flex;flex-direction:column;gap:4px}.style-switcher-item{display:flex;align-items:center;gap:12px;padding:10px 12px;background:transparent;border:none;border-radius:10px;color:#ffffffb3;cursor:pointer;text-align:left;width:100%;transition:background .15s ease}.style-switcher-item:hover{background:#ffffff14}.style-switcher-item.active{background:#00e5ff26;color:#fff}.style-switcher-icon{font-size:1.2rem}.style-switcher-name{flex:1;font-size:.85rem;font-weight:500}.style-switcher-check{color:#00e5ff}.style-switcher-back{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:12px;margin-top:12px;background:transparent;border:1px solid rgba(255,255,255,.15);border-radius:10px;color:#fff9;font-size:.85rem;cursor:pointer;transition:all .15s ease}.style-switcher-back:hover{background:#ffffff0d;color:#fff;border-color:#ffffff40}.loading-screen{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#0a0a12;z-index:2000}.loading-screen .loading-spinner{width:40px;height:40px;border:3px solid rgba(255,255,255,.1);border-top-color:#00e5ff;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}.loading-screen p{color:#fff9;font-size:.9rem}.terminal-view{width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:40px 20px;background:#0a0a0a}.terminal-window{width:100%;max-width:800px;background:#1a1a1a;border-radius:12px;box-shadow:0 20px 60px #00000080;overflow:hidden}.terminal-header{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#2a2a2a}.terminal-buttons{display:flex;gap:8px}.terminal-btn{width:12px;height:12px;border-radius:50%}.terminal-btn.red{background:#ff5f56}.terminal-btn.yellow{background:#ffbd2e}.terminal-btn.green{background:#27c93f}.terminal-title{flex:1;text-align:center;color:#ffffff80;font-size:.8rem;font-family:SF Mono,Fira Code,monospace}.terminal-body{padding:20px;height:500px;overflow-y:auto;font-family:SF Mono,Fira Code,Consolas,monospace;font-size:.9rem;line-height:1.6}.terminal-line{white-space:pre-wrap;word-break:break-word}.terminal-line.system{color:#27c93f}.terminal-line.input{color:#00e5ff}.terminal-line.output{color:#fffc}.terminal-line.error{color:#ff5f56}.terminal-prompt{color:#a855f7}.terminal-input-line{display:flex;align-items:center}.terminal-input-line input{flex:1;background:transparent;border:none;color:#00e5ff;font-family:inherit;font-size:inherit;outline:none;caret-color:#00e5ff}.terminal-cursor{width:8px;height:16px;background:#00e5ff;animation:blink 1s step-end infinite}@keyframes blink{50%{opacity:0}}.galaxy-view{width:100%;height:100vh;background:#050510;position:relative;overflow-x:hidden;overflow-y:auto}.galaxy-background{position:fixed;top:0;left:0;width:100%;height:300%;pointer-events:none}.galaxy-star{position:absolute;background:#fff;border-radius:50%;animation:twinkle 2s ease-in-out infinite}@keyframes twinkle{0%,to{opacity:.3}50%{opacity:1}}.galaxy-timeline-line{position:fixed;left:50%;top:0;width:2px;height:100%;background:linear-gradient(180deg,transparent,rgba(0,229,255,.3),rgba(168,85,247,.3),transparent);transform:translate(-50%);z-index:1}.galaxy-header{height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;position:relative;z-index:2}.galaxy-header h1{font-size:4rem;font-weight:700;color:#fff;margin:0;text-shadow:0 0 60px rgba(0,229,255,.5)}.galaxy-header p{font-size:1.1rem;color:#fff9;margin:12px 0 0}.galaxy-scroll-hint{margin-top:48px;display:flex;flex-direction:column;align-items:center;gap:8px;color:#fff6;font-size:.85rem}.galaxy-scroll-hint svg{animation:bounce 2s ease-in-out infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(8px)}}.galaxy-content{position:relative;z-index:2;padding:0 20px 100px}.galaxy-section{display:flex;align-items:flex-start;gap:24px;max-width:700px;margin:0 auto 80px;padding:32px;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:20px}.galaxy-section-marker{flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#00e5ff26;border-radius:50%}.galaxy-section-icon{font-size:1.5rem}.galaxy-section-content{flex:1}.galaxy-section-title{font-size:1.5rem;font-weight:700;color:#fff;margin:0 0 20px}.galaxy-section-items{display:flex;flex-direction:column;gap:20px}.galaxy-item{padding-left:16px;border-left:2px solid rgba(255,255,255,.1)}.galaxy-item-year{font-size:.75rem;color:#fff6;display:block;margin-bottom:4px}.galaxy-item-title{font-size:1rem;font-weight:600;color:#fff;margin:0 0 6px}.galaxy-item-title a{color:#fff;text-decoration:none}.galaxy-item-title a:hover{color:#00e5ff}.galaxy-item-desc{font-size:.85rem;color:#ffffff80;margin:0;line-height:1.5;white-space:pre-line}.galaxy-footer{position:relative;z-index:2;display:flex;justify-content:center;gap:24px;padding:40px 0}.galaxy-footer a{color:#ffffff80;text-decoration:none;font-size:.9rem}.galaxy-footer a:hover{color:#fff}.resume-view{width:100%;height:100vh;padding:40px 20px;background:#f5f5f5;display:flex;flex-direction:column;align-items:center;overflow-y:auto}.resume-actions{margin-bottom:20px}.resume-print-btn{display:flex;align-items:center;gap:8px;padding:10px 20px;background:#333;color:#fff;border:none;border-radius:8px;font-size:.9rem;cursor:pointer;transition:background .2s ease}.resume-print-btn:hover{background:#444}.resume-paper{width:100%;max-width:800px;background:#fff;padding:60px;box-shadow:0 4px 20px #0000001a;border-radius:4px}.resume-header{text-align:center;margin-bottom:40px;padding-bottom:24px;border-bottom:2px solid #333}.resume-header h1{font-size:2.2rem;font-weight:700;color:#1a1a1a;margin:0 0 8px}.resume-header .resume-title{font-size:1.1rem;color:#666;margin:0 0 16px}.resume-contact{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;font-size:.85rem;color:#666}.resume-contact a{color:#333;text-decoration:none}.resume-contact a:hover{color:#06c}.resume-contact span{color:#ccc}.resume-section{margin-bottom:32px}.resume-section-title{font-size:1.1rem;font-weight:700;color:#333;text-transform:uppercase;letter-spacing:.05em;margin:0 0 16px;padding-bottom:8px;border-bottom:1px solid #ddd}.resume-about{font-size:.95rem;line-height:1.7;color:#444;margin:0}.resume-item{margin-bottom:20px}.resume-item:last-child{margin-bottom:0}.resume-item-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:4px}.resume-item-header h3{font-size:1rem;font-weight:600;color:#1a1a1a;margin:0}.resume-item-header h3 a{color:#1a1a1a;text-decoration:none}.resume-item-header h3 a:hover{color:#06c}.resume-item-date{font-size:.85rem;color:#888;flex-shrink:0}.resume-item-subtitle{font-size:.9rem;color:#555;margin:0 0 6px}.resume-item-desc{font-size:.85rem;color:#666;line-height:1.6;margin:0;white-space:pre-line}.resume-awards-grid{display:flex;flex-direction:column;gap:12px}.resume-award-item{display:grid;grid-template-columns:60px 1fr auto;gap:12px;align-items:baseline}.resume-award-year{font-size:.85rem;color:#888}.resume-award-title{font-size:.9rem;color:#333;font-weight:500}.resume-award-org{font-size:.85rem;color:#666}.resume-scholarships{display:flex;flex-direction:column;gap:12px}.resume-scholarship-item{display:grid;grid-template-columns:1fr auto auto;gap:16px;align-items:baseline}.resume-scholarship-title{font-size:.9rem;color:#333;font-weight:500}.resume-scholarship-org{font-size:.85rem;color:#666}.resume-scholarship-period{font-size:.85rem;color:#888}.resume-skills{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}.resume-skill-category h4{font-size:.9rem;font-weight:600;color:#333;margin:0 0 8px}.resume-skill-category p{font-size:.85rem;color:#666;margin:0;line-height:1.6}@media print{.resume-view{background:#fff;padding:0}.resume-actions,.style-switcher-btn{display:none!important}.resume-paper{box-shadow:none;padding:20px;max-width:100%}}.newspaper-view{width:100%;height:100vh;background:#f4f1ea;font-family:Merriweather,Georgia,Times New Roman,serif;color:#1a1a1a;overflow-y:auto}.newspaper-masthead{text-align:center;padding:20px 20px 16px;border-bottom:3px double #1a1a1a}.masthead-top{display:flex;justify-content:space-between;align-items:center;font-size:.7rem;color:#666;text-transform:uppercase;letter-spacing:.1em;margin-bottom:8px}.masthead-title{font-family:Playfair Display,Georgia,serif;font-size:3.5rem;font-weight:900;color:#1a1a1a;margin:0;letter-spacing:-.02em;line-height:1}.masthead-info{display:flex;justify-content:center;align-items:center;gap:24px;margin-top:12px;font-size:.8rem;color:#444}.masthead-motto{font-style:italic}.newspaper-print-btn{padding:6px 12px;background:#1a1a1a;color:#f4f1ea;border:none;font-family:inherit;font-size:.75rem;cursor:pointer;transition:background .2s ease}.newspaper-print-btn:hover{background:#333}.newspaper-ticker{display:flex;align-items:stretch;background:#8b0000;color:#fff;overflow:hidden}.ticker-breaking{display:flex;align-items:center;padding:8px 16px;background:#600000;font-weight:700;font-size:.75rem;letter-spacing:.1em;flex-shrink:0;animation:pulse-breaking 1.5s ease-in-out infinite}@keyframes pulse-breaking{0%,to{background:#600000}50%{background:maroon}}.ticker-wrapper{flex:1;overflow:hidden;display:flex;align-items:center}.ticker-content{display:flex;white-space:nowrap;font-size:.85rem;font-weight:500;padding:8px 0;animation:ticker-scroll 40s linear infinite}@keyframes ticker-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.newspaper-main{display:grid;grid-template-columns:2fr 1fr;gap:0;max-width:1000px;margin:0 auto;border-bottom:1px solid #ccc}.newspaper-left{padding:24px;border-right:1px solid #ccc}.newspaper-sidebar{padding:24px}.headline-story{margin-bottom:32px;padding-bottom:24px;border-bottom:1px solid #ddd}.story-category{display:inline-block;font-size:.65rem;font-weight:700;color:#8b0000;letter-spacing:.15em;text-transform:uppercase;margin-bottom:8px}.headline-title{font-family:Playfair Display,Georgia,serif;font-size:2rem;font-weight:700;color:#1a1a1a;margin:0 0 12px;line-height:1.2}.headline-subtitle{font-size:.9rem;color:#666;margin:0 0 16px;font-style:italic}.headline-desc{font-size:1rem;line-height:1.7;color:#333;margin:0 0 16px}.headline-byline{display:flex;gap:8px;font-size:.8rem;color:#666}.about-story{margin-bottom:24px}.story-title{font-family:Playfair Display,Georgia,serif;font-size:1.2rem;font-weight:700;color:#1a1a1a;margin:0 0 12px;padding-bottom:8px;border-bottom:2px solid #1a1a1a}.about-text{font-size:.95rem;line-height:1.8;color:#333;margin:0;text-align:justify;text-indent:1.5em}.sidebar-section{margin-bottom:20px}.sidebar-title{font-family:Playfair Display,Georgia,serif;font-size:.9rem;font-weight:700;color:#1a1a1a;margin:0 0 12px;padding-bottom:6px;border-bottom:1px solid #1a1a1a;text-transform:uppercase;letter-spacing:.05em}.sidebar-items{display:flex;flex-direction:column;gap:12px}.sidebar-item{cursor:pointer;padding:8px;margin:-8px;transition:background .2s ease}.sidebar-item:hover{background:#0000000d}.sidebar-item-title{display:block;font-size:.9rem;font-weight:600;color:#1a1a1a;margin-bottom:2px}.sidebar-item-meta{display:block;font-size:.75rem;color:#666}.sidebar-divider{height:1px;background:#ddd;margin:16px 0}.newspaper-columns{display:grid;grid-template-columns:repeat(3,1fr);gap:0;max-width:1000px;margin:0 auto;border-bottom:1px solid #ccc}.column-section{padding:24px;border-right:1px solid #ccc}.column-section:last-child{border-right:none}.column-title{font-family:Playfair Display,Georgia,serif;font-size:.85rem;font-weight:700;color:#1a1a1a;margin:0 0 16px;padding-bottom:6px;border-bottom:1px solid #1a1a1a;text-transform:uppercase;letter-spacing:.05em}.column-grid{display:flex;flex-direction:column;gap:12px}.column-item{display:grid;grid-template-columns:auto 1fr;gap:4px 8px}.column-item-year{font-size:.7rem;color:#888;grid-row:span 2;padding-top:2px}.column-item-title{font-size:.85rem;font-weight:600;color:#1a1a1a;line-height:1.3}.column-item-org{font-size:.75rem;color:#666}.newspaper-footer{max-width:1000px;margin:0 auto;padding:24px;display:grid;grid-template-columns:1fr 1fr;gap:24px}.footer-section h4{font-family:Playfair Display,Georgia,serif;font-size:.75rem;font-weight:700;margin:0 0 8px;text-transform:uppercase;letter-spacing:.05em}.footer-section p{font-size:.8rem;color:#555;margin:0;line-height:1.6}.footer-contact{grid-column:span 2;display:flex;justify-content:center;gap:16px;padding-top:16px;border-top:1px solid #ddd;font-size:.85rem}.footer-contact a{color:#333;text-decoration:none}.footer-contact a:hover{color:#8b0000}.footer-contact span{color:#ccc}.newspaper-modal-content .modal-meta{font-size:.85rem;color:#fff9;margin:0 0 12px}.newspaper-modal-content .modal-desc{font-size:.95rem;line-height:1.7;color:#fffc;margin:0;white-space:pre-line}.cinematic-view{width:100%;height:100vh;background:#0a0a12;overflow-x:hidden;overflow-y:auto;color:#fff}.cinematic-bg{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0;overflow:hidden}.bg-gradient-1{position:absolute;width:800px;height:800px;border-radius:50%;background:radial-gradient(circle,rgba(0,229,255,.4) 0%,transparent 60%);top:-30%;left:-20%;filter:blur(80px)}.bg-gradient-2{position:absolute;width:700px;height:700px;border-radius:50%;background:radial-gradient(circle,rgba(168,85,247,.35) 0%,transparent 60%);top:20%;right:-25%;filter:blur(80px)}.bg-gradient-3{position:absolute;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(236,72,153,.25) 0%,transparent 60%);bottom:-10%;left:30%;filter:blur(80px)}.bg-noise{position:absolute;top:0;left:0;width:100%;height:100%;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");opacity:.03;pointer-events:none}.bg-vignette{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(ellipse at center,transparent 0%,rgba(0,0,0,.4) 100%);pointer-events:none}.cinematic-content{position:relative;z-index:1}.cinematic-hero{height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;position:relative;perspective:1000px}.hero-content{transform-style:preserve-3d;position:relative}.hero-name{font-size:5rem;font-weight:700;margin:0;letter-spacing:-.02em;text-shadow:0 0 80px rgba(0,229,255,.5),0 0 120px rgba(168,85,247,.3)}.hero-letter{display:inline-block;transform-style:preserve-3d}.hero-title-wrapper{overflow:hidden;transform-origin:left center}.hero-title{font-size:1.2rem;color:#fff9;margin:20px 0 0;font-weight:400;letter-spacing:.3em;text-transform:uppercase}.hero-orbs{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:500px;height:500px;pointer-events:none}.orb{position:absolute;border-radius:50%;background:linear-gradient(135deg,#00e5ff4d,#a855f74d);filter:blur(2px)}.orb-1{width:12px;height:12px;top:10%;left:20%}.orb-2{width:8px;height:8px;top:70%;right:15%;background:linear-gradient(135deg,#ec489966,#a855f766)}.orb-3{width:6px;height:6px;bottom:20%;left:30%;background:linear-gradient(135deg,#00e5ff66,#ec489966)}.scroll-indicator{position:absolute;bottom:60px;display:flex;flex-direction:column;align-items:center;gap:8px;color:#fff6;font-size:.8rem;letter-spacing:.1em}.scroll-line{width:1px;height:40px;background:linear-gradient(180deg,rgba(255,255,255,.3),transparent);transform-origin:top}.scroll-dot{width:6px;height:6px;background:#00e5ff;border-radius:50%;box-shadow:0 0 10px #00e5ff80}.cinematic-section{min-height:80vh;display:flex;flex-direction:column;justify-content:center;padding:100px 20px;max-width:900px;margin:0 auto;transform-style:preserve-3d}.section-label{font-size:.7rem;color:#00e5ff;letter-spacing:.4em;text-transform:uppercase;margin-bottom:32px;font-weight:600;position:relative;display:inline-block}.section-label:after{content:"";position:absolute;bottom:-8px;left:0;width:30px;height:2px;background:linear-gradient(90deg,#00e5ff,transparent)}.about-section .about-content{perspective:800px}.about-section .about-text{font-size:1.4rem;line-height:2;color:#ffffffd9;margin:0;transform-style:preserve-3d}.experience-cards{display:flex;flex-direction:column;gap:28px;perspective:1000px}.experience-card{position:relative;padding:36px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:20px;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);transform-style:preserve-3d;overflow:hidden;transition:all .4s ease}.card-glow{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 50% 0%,rgba(0,229,255,.1),transparent 60%);opacity:0;transition:opacity .3s ease;pointer-events:none}.experience-card:hover .card-glow{opacity:1}.card-period{font-size:.75rem;color:#fff6;display:block;margin-bottom:8px}.card-company{font-size:1.4rem;font-weight:700;margin:0 0 8px;color:#fff}.card-position{font-size:1rem;color:#00e5ff;margin:0 0 16px}.card-desc{font-size:.95rem;line-height:1.7;color:#fff9;margin:0;white-space:pre-line}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.project-card{padding:28px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:16px;cursor:default;transition:all .3s ease}.project-year{font-size:.7rem;color:#fff6;display:block;margin-bottom:8px}.project-title{font-size:1.1rem;font-weight:600;margin:0 0 6px}.project-title a{color:#fff;text-decoration:none;display:inline-flex;align-items:center;gap:8px;transition:color .2s ease}.project-title a:hover{color:#00e5ff}.project-title svg{opacity:.5}.project-title a:hover svg{opacity:1}.project-org{font-size:.85rem;color:#ffffff80;margin:0 0 12px}.project-desc{font-size:.9rem;line-height:1.6;color:#fff9;margin:0}.awards-section{text-align:center}.awards-count{display:flex;flex-direction:column;align-items:center;margin-bottom:48px}.count-number{font-size:5rem;font-weight:700;background:linear-gradient(135deg,#00e5ff,#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1}.count-label{font-size:1rem;color:#ffffff80;text-transform:uppercase;letter-spacing:.2em;margin-top:8px}.awards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;text-align:left}.award-badge{padding:20px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:12px;cursor:default}.badge-year{font-size:.7rem;color:#a855f7;display:block;margin-bottom:6px;font-weight:600}.badge-title{font-size:.9rem;font-weight:600;color:#fff;display:block;margin-bottom:4px;line-height:1.4}.badge-org{font-size:.8rem;color:#ffffff80}.scholarships-list{display:flex;flex-direction:column;gap:24px}.scholarship-item{padding:24px 32px;background:#ffffff08;border-left:3px solid #00e5ff;border-radius:0 12px 12px 0}.scholarship-title{font-size:1.2rem;font-weight:600;margin:0 0 6px;color:#fff}.scholarship-org{font-size:.9rem;color:#ffffff80;margin:0 0 8px}.scholarship-period{font-size:.8rem;color:#00e5ff}.cinematic-footer{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:80px 20px}.footer-title{font-size:3rem;font-weight:700;margin:0 0 32px;background:linear-gradient(135deg,#00e5ff,#a855f7,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer-links{display:flex;gap:24px}.footer-links a{padding:12px 32px;background:#ffffff1a;border:1px solid rgba(255,255,255,.15);border-radius:50px;color:#fff;text-decoration:none;font-size:.95rem;font-weight:500;transition:all .2s ease}.footer-links a:hover{background:#fff3;border-color:#ffffff4d}@media(max-width:768px){.hero-text h1{font-size:3.5rem}.hero-text p{font-size:.75rem;letter-spacing:.25em}.social-links{bottom:20px;gap:15px}.social-links a{width:38px;height:38px}.social-links svg{width:18px;height:18px}.neon-glow.cyan{width:300px;height:200px}.neon-glow.purple{width:250px;height:300px}.neon-glow.pink{width:220px;height:180px}.neon-glow.blue{width:280px;height:220px}.light-streak{display:none}.modal-overlay{backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.modal-content{backdrop-filter:blur(20px) saturate(120%);-webkit-backdrop-filter:blur(20px) saturate(120%)}.bento-grid{grid-template-columns:repeat(2,1fr);gap:15px;padding:20px}.bento-large{grid-column:span 1}.terminal-view{padding:15px}.terminal-content{max-height:70vh}.terminal-body{font-size:.85rem;padding:15px}.cardstack-view{padding:20px}.cardstack-container{max-width:100%;height:450px}.swipe-card{padding:25px}.galaxy-view .header h1{font-size:3rem}.galaxy-view .section{padding:25px;flex-direction:column}.galaxy-view .section-content{max-width:100%}.resume-view{padding:20px}.resume-paper{padding:40px 30px}.resume-header{flex-direction:column;gap:10px;text-align:center}.awards-grid,.scholarships-grid{grid-template-columns:1fr}.newspaper-view{padding:15px}.newspaper-masthead{padding:20px}.newspaper-masthead h1{font-size:2.5rem}.newspaper-main{grid-template-columns:1fr;gap:20px}.column-section{grid-template-columns:1fr;border-left:none}.column-section:before{display:none}}@media(max-width:480px){.hero-text h1{font-size:2.8rem}.hero-text p{font-size:.65rem}.social-links a{width:36px;height:36px}.landing-name{font-size:2.2rem}.bento-grid{grid-template-columns:1fr}.bento-large{grid-row:span 1}.galaxy-header h1{font-size:2.5rem}.galaxy-section{flex-direction:column;padding:20px}.cardstack-container{height:400px}.swipe-card{padding:20px}.resume-paper{padding:30px 20px}.resume-item-header{flex-direction:column;gap:4px}.resume-award-item,.resume-scholarship-item{grid-template-columns:1fr;gap:4px}.terminal-body{height:400px;font-size:.8rem}.style-switcher-panel{right:12px;left:12px;width:auto;bottom:80px}.style-switcher-btn{right:16px;bottom:16px;width:44px;height:44px}.masthead-title{font-size:2rem}.masthead-top,.masthead-info{flex-direction:column;gap:8px}.newspaper-main{grid-template-columns:1fr}.newspaper-left{border-right:none;border-bottom:1px solid #ccc}.newspaper-columns{grid-template-columns:1fr}.column-section{border-right:none;border-bottom:1px solid #ccc}.column-section:last-child{border-bottom:none}.headline-title{font-size:1.5rem}.newspaper-footer{grid-template-columns:1fr}.footer-contact{grid-column:span 1;flex-direction:column;align-items:center}.hero-name{font-size:2.8rem}.hero-title{font-size:.9rem}.about-section .about-text{font-size:1.1rem}.experience-card{padding:24px}.card-company{font-size:1.2rem}.count-number{font-size:3.5rem}.awards-grid{grid-template-columns:1fr}.footer-title{font-size:2rem}.footer-links{flex-direction:column;gap:12px}.footer-links a{padding:12px 24px}}@media print{.newspaper-view{background:#fff}.newspaper-ticker,.newspaper-print-btn,.style-switcher-btn{display:none!important}.masthead-title{font-size:2.5rem}.newspaper-main{grid-template-columns:2fr 1fr}.newspaper-columns{grid-template-columns:repeat(3,1fr)}}.news-view{width:100%;height:100vh;background:#f8f9fa;color:#333;font-family:Nanum Gothic,-apple-system,sans-serif;overflow-x:hidden;overflow-y:auto}.news-header{background:#1a1a2e;color:#fff;padding:20px;text-align:center}.news-header-top{display:flex;justify-content:space-between;align-items:center;max-width:1000px;margin:0 auto 12px}.news-date{font-size:.85rem;color:#ffffffb3}.news-print-btn{background:#06c;color:#fff;border:none;padding:6px 16px;border-radius:4px;font-size:.85rem;cursor:pointer;transition:background .2s ease}.news-print-btn:hover{background:#0055b3}.news-logo{font-family:Nanum Myeongjo,serif;font-size:2.5rem;font-weight:800;margin:0;letter-spacing:.1em}.news-slogan{font-size:.9rem;color:#fff9;margin:8px 0 0}.news-nav{background:#fff;border-bottom:1px solid #e0e0e0;position:sticky;top:0;z-index:100}.news-nav-inner{max-width:1000px;margin:0 auto;display:flex;justify-content:center;gap:8px;padding:12px 20px}.news-nav-item{color:#333;text-decoration:none;padding:8px 16px;font-size:.9rem;font-weight:500;border-radius:4px;transition:background .2s ease,color .2s ease}.news-nav-item:hover{background:#f0f0f0;color:#06c}.news-ticker{display:flex;background:#c00000;color:#fff;overflow:hidden}.news-ticker-label{background:#900000;font-weight:700;padding:10px 16px;font-size:.85rem;white-space:nowrap;flex-shrink:0}.news-ticker-wrapper{flex:1;overflow:hidden;display:flex;align-items:center}.news-ticker-content{display:flex;white-space:nowrap;animation:news-ticker-scroll 40s linear infinite;padding:10px 0;font-size:.85rem}@keyframes news-ticker-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.news-main{max-width:1000px;margin:0 auto;padding:24px 20px}.news-top{display:grid;grid-template-columns:2fr 1fr;gap:24px;margin-bottom:32px}.news-headline{background:#fff;border-radius:8px;padding:24px;box-shadow:0 2px 8px #00000014}.news-headline-category{display:inline-block;background:#c00000;color:#fff;font-size:.75rem;font-weight:600;padding:4px 10px;border-radius:3px;margin-bottom:12px}.news-headline-title{font-family:Nanum Myeongjo,serif;font-size:1.8rem;font-weight:700;color:#1a1a1a;margin:0 0 12px;line-height:1.4}.news-headline-meta{font-size:.85rem;color:#666;margin:0 0 16px}.news-headline-desc{font-size:1rem;line-height:1.8;color:#444;margin:0 0 16px}.news-headline-author{display:flex;gap:12px;font-size:.85rem;color:#666;padding-top:12px;border-top:1px solid #eee}.news-author-name{font-weight:600;color:#333}.news-latest{background:#fff;border-radius:8px;padding:20px;box-shadow:0 2px 8px #00000014}.news-latest-title{font-size:1rem;font-weight:700;color:#1a1a1a;margin:0 0 16px;padding-bottom:12px;border-bottom:2px solid #0066cc}.news-latest-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.news-latest-item{display:flex;flex-direction:column;gap:4px;padding-bottom:12px;border-bottom:1px solid #eee}.news-latest-item:last-child{border-bottom:none;padding-bottom:0}.news-latest-category{font-size:.7rem;font-weight:600;color:#06c;text-transform:uppercase}.news-latest-name{font-size:.9rem;font-weight:500;color:#1a1a1a}.news-latest-meta{font-size:.75rem;color:#888}.news-row{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:32px}.news-section{background:#fff;border-radius:8px;padding:24px;box-shadow:0 2px 8px #00000014;margin-bottom:24px}.news-section-title{font-size:1.1rem;font-weight:700;color:#1a1a1a;margin:0 0 20px;padding-bottom:12px;border-bottom:2px solid #0066cc}.news-profile{padding:0}.news-profile-header{margin-bottom:16px}.news-profile-name{font-family:Nanum Myeongjo,serif;font-size:1.4rem;font-weight:700;color:#1a1a1a;margin:0 0 4px}.news-profile-title{font-size:.9rem;color:#06c;font-weight:500}.news-profile-bio{font-size:.95rem;line-height:1.8;color:#444;margin:0}.news-edu-list{display:flex;flex-direction:column;gap:16px}.news-edu-item{padding-bottom:16px;border-bottom:1px solid #eee}.news-edu-item:last-child{border-bottom:none;padding-bottom:0}.news-edu-school{font-size:1.1rem;font-weight:600;color:#1a1a1a;margin:0 0 4px}.news-edu-degree{font-size:.9rem;color:#555;margin:0 0 8px}.news-edu-info{display:flex;gap:16px;font-size:.85rem;color:#888;margin:0}.news-exp-list{display:flex;flex-direction:column;gap:20px}.news-exp-item{padding-bottom:20px;border-bottom:1px solid #eee}.news-exp-item:last-child{border-bottom:none;padding-bottom:0}.news-exp-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:8px}.news-exp-company{font-size:1.1rem;font-weight:600;color:#1a1a1a;margin:0}.news-exp-period{font-size:.8rem;color:#888}.news-exp-position{font-size:.9rem;color:#06c;font-weight:500;margin:0 0 8px}.news-exp-desc{font-size:.9rem;line-height:1.7;color:#555;margin:0;white-space:pre-line}.news-popular{background:#f8f9fa}.news-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.news-card{display:flex;gap:12px;background:#fff;padding:16px;border-radius:6px;box-shadow:0 1px 4px #00000014}.news-card-num{font-size:1.5rem;font-weight:700;color:#c00000;line-height:1}.news-card-content{flex:1}.news-card-title{font-size:.95rem;font-weight:600;color:#1a1a1a;margin:0 0 6px;line-height:1.4}.news-card-title a{color:#1a1a1a;text-decoration:none}.news-card-title a:hover{color:#06c}.news-card-meta{font-size:.8rem;color:#888;margin:0}.news-proj-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.news-proj-item{padding:16px;background:#f8f9fa;border-radius:6px}.news-proj-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:8px}.news-proj-title{font-size:1rem;font-weight:600;color:#1a1a1a;margin:0}.news-proj-title a{color:#1a1a1a;text-decoration:none}.news-proj-title a:hover{color:#06c}.news-proj-year{font-size:.8rem;color:#888}.news-proj-org{font-size:.85rem;color:#06c;margin:0 0 8px}.news-proj-desc{font-size:.85rem;line-height:1.6;color:#555;margin:0}.news-sch-list{display:flex;flex-direction:column;gap:12px}.news-sch-item{padding:12px;background:#f8f9fa;border-radius:6px}.news-sch-title{font-size:.95rem;font-weight:600;color:#1a1a1a;margin:0 0 6px}.news-sch-info{display:flex;justify-content:space-between;font-size:.85rem;color:#666;margin:0}.news-footer{background:#1a1a2e;color:#fff;padding:32px 20px;margin-top:40px}.news-footer-skills{display:flex;justify-content:center;gap:48px;max-width:800px;margin:0 auto 24px}.news-skill-group{text-align:center}.news-skill-group h4{font-size:.85rem;color:#06c;margin:0 0 8px}.news-skill-group p{font-size:.85rem;color:#fffc;margin:0}.news-footer-contact{display:flex;justify-content:center;align-items:center;gap:16px;font-size:.85rem;margin-bottom:16px}.news-footer-contact a{color:#fffc;text-decoration:none}.news-footer-contact a:hover{color:#fff}.news-footer-contact span{color:#fff6}.news-footer-copy{text-align:center;font-size:.8rem;color:#ffffff80;margin:0}@media(max-width:768px){.news-logo{font-size:1.8rem}.news-top,.news-row,.news-cards,.news-proj-grid{grid-template-columns:1fr}.news-nav-inner{flex-wrap:wrap}.news-headline-title{font-size:1.4rem}.news-footer-skills{flex-direction:column;gap:16px}}@media(max-width:480px){.news-header-top{flex-direction:column;gap:8px}.news-exp-header,.news-proj-header{flex-direction:column;gap:4px}}@media print{.news-view{background:#fff}.news-nav,.news-ticker,.news-print-btn,.style-switcher-btn{display:none!important}}.macos-desktop-view{width:100%;height:100vh;position:relative;overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,Helvetica Neue,sans-serif;cursor:default;-webkit-user-select:none;user-select:none;-webkit-font-smoothing:antialiased}.macos-wallpaper{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(ellipse 80% 50% at 20% 40%,rgba(120,119,198,.5) 0%,transparent 50%),radial-gradient(ellipse 60% 50% at 60% 20%,rgba(255,184,108,.4) 0%,transparent 50%),radial-gradient(ellipse 70% 50% at 80% 60%,rgba(255,119,168,.4) 0%,transparent 50%),radial-gradient(ellipse 50% 40% at 40% 80%,rgba(94,234,212,.3) 0%,transparent 50%),linear-gradient(to bottom,#1a1a2e,#0f0f23);z-index:0}.macos-menubar{position:fixed;top:0;left:0;width:100%;height:25px;background:#00000040;backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px);display:flex;justify-content:space-between;align-items:center;padding:0 8px;z-index:9999;color:#ffffffe6;font-size:13px;font-weight:500;letter-spacing:-.01em}.macos-menubar-left,.macos-menubar-right{display:flex;align-items:center;gap:0}.macos-menubar-right{gap:4px}.macos-apple-logo{width:32px;height:25px;display:flex;align-items:center;justify-content:center;cursor:default}.macos-apple-logo:before{content:"";font-family:SF Pro Display,-apple-system,sans-serif;font-size:15px}.macos-menu-item{padding:3px 10px;border-radius:4px;cursor:default;font-size:13px}.macos-menu-item.active{font-weight:600}.macos-menu-item:hover{background:#ffffff26}.macos-menubar-icon{width:28px;height:25px;display:flex;align-items:center;justify-content:center;border-radius:4px;cursor:default;opacity:.9}.macos-menubar-icon:hover{background:#ffffff1a}.macos-menubar-icon svg{width:16px;height:16px}.macos-menubar-time{font-size:13px;font-variant-numeric:tabular-nums;padding:0 8px;font-weight:500}.macos-desktop-icon{position:absolute;display:flex;flex-direction:column;align-items:center;gap:4px;padding:6px 8px;border-radius:6px;cursor:default;transition:background .1s ease;width:90px;z-index:1;-webkit-user-select:none;user-select:none}.macos-desktop-icon:hover{background:#ffffff14}.macos-desktop-icon.selected{background:#007aff59;border-radius:6px}.macos-desktop-icon.selected .macos-icon-name{background:#0a84ff;border-radius:3px;padding:1px 4px}.macos-icon-image{filter:drop-shadow(0 3px 6px rgba(0,0,0,.3))}.macos-icon-name{font-size:11px;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.7),0 0 8px rgba(0,0,0,.5);text-align:center;max-width:80px;line-height:1.2;word-wrap:break-word}.macos-window{position:absolute;display:flex;flex-direction:column;border-radius:12px;overflow:hidden;min-width:300px;min-height:200px;box-shadow:0 0 0 .5px #0000004d,0 22px 70px 4px #0000008f,0 0 0 .5px #ffffff0d inset}.macos-window.active{box-shadow:0 0 0 .5px #0006,0 25px 80px 6px #0009,0 0 0 .5px #ffffff14 inset}.macos-window.textedit{background:#1e1e1e}.macos-window.preview{background:#2a2a2a}.macos-window.finder{background:#1e1e1ef2;backdrop-filter:blur(40px);-webkit-backdrop-filter:blur(40px)}.macos-window.app{background:#1c1c1e}.macos-window.contacts{background:linear-gradient(180deg,#2c2c2e,#1c1c1e)}.macos-window.default{background:#2a2a2a}.macos-window-header{display:flex;align-items:center;height:52px;padding:0 16px;background:#323232f2;border-bottom:1px solid rgba(0,0,0,.3);cursor:grab;flex-shrink:0;position:relative}.macos-window.finder .macos-window-header{flex-wrap:wrap;height:auto;padding:0}.macos-window-header:active{cursor:grabbing}.macos-traffic-lights{display:flex;gap:8px;z-index:10}.macos-window.finder .macos-traffic-lights{padding:18px 16px}.macos-traffic-light{width:12px;height:12px;border-radius:50%;border:none;cursor:pointer;transition:all .15s ease;display:flex;align-items:center;justify-content:center;position:relative}.macos-traffic-light svg{opacity:0;transition:opacity .15s ease}.macos-traffic-light.show-icon svg{opacity:1}.macos-traffic-light.red{background:#ff5f57;box-shadow:0 0 0 .5px #00000026 inset}.macos-traffic-light.yellow{background:#febc2e;box-shadow:0 0 0 .5px #00000026 inset}.macos-traffic-light.green{background:#28c840;box-shadow:0 0 0 .5px #00000026 inset}.macos-window:not(.active) .macos-traffic-light{background:#3d3d3d}.macos-window:not(.active) .macos-traffic-light:hover{background:#555}.macos-window-title{flex:1;text-align:center;font-size:13px;font-weight:500;color:#ffffffd9;margin-right:56px}.macos-window.finder .macos-window-title{position:absolute;left:50%;transform:translate(-50%);top:18px;margin-right:0}.macos-window-toolbar{display:flex;align-items:center;gap:8px;width:100%;padding:8px 16px 10px;border-top:1px solid rgba(255,255,255,.05)}.macos-toolbar-btn{background:#ffffff14;border:none;color:#ffffff80;width:28px;height:24px;border-radius:5px;cursor:default;font-size:14px}.macos-toolbar-btn:hover{background:#ffffff1f;color:#ffffffb3}.macos-toolbar-search{flex:1;display:flex;align-items:center;gap:6px;background:#ffffff14;border-radius:5px;padding:4px 10px;max-width:200px;margin-left:auto}.macos-toolbar-search span{font-size:12px;color:#fff6}.macos-window-content{flex:1;overflow-y:auto;color:#fff}.macos-window.textedit .macos-window-content,.macos-window.contacts .macos-window-content,.macos-window.preview .macos-window-content,.macos-window.app .macos-window-content{padding:0}.macos-text-content{padding:24px;background:#1e1e1e;height:100%}.macos-text-header{display:flex;gap:16px;align-items:flex-start;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid rgba(255,255,255,.1)}.macos-text-avatar{width:64px;height:64px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:600;color:#fff;flex-shrink:0}.macos-text-info{flex:1}.macos-text-info h1{font-size:24px;font-weight:600;margin:0 0 4px;color:#fff}.macos-text-info h2{font-size:15px;font-weight:500;color:#0a84ff;margin:0 0 6px}.macos-text-info .macos-location{font-size:13px;color:#ffffff80;margin:0}.macos-text-body{font-size:14px;line-height:1.7;color:#ffffffd9}.macos-text-body p{margin:0}.macos-pdf-content{display:flex;flex-direction:column;height:100%;background:#2a2a2a}.macos-pdf-toolbar{display:flex;justify-content:center;align-items:center;gap:12px;padding:8px 16px;background:#323232f2;border-bottom:1px solid rgba(0,0,0,.3);flex-shrink:0}.macos-pdf-page{font-size:12px;color:#fff9}.macos-pdf-nav{background:#ffffff1a;border:none;color:#ffffffb3;width:28px;height:28px;border-radius:4px;cursor:pointer;font-size:16px;transition:background .2s}.macos-pdf-nav:hover:not(:disabled){background:#fff3}.macos-pdf-nav:disabled{opacity:.3;cursor:not-allowed}.macos-pdf-zoom{display:flex;align-items:center;gap:8px}.macos-pdf-zoom button{background:#ffffff1a;border:none;color:#ffffffb3;width:24px;height:24px;border-radius:4px;cursor:pointer;font-size:16px}.macos-pdf-zoom span{font-size:12px;color:#fff9;min-width:40px;text-align:center}.macos-pdf-body{flex:1;overflow-y:auto;padding:24px;display:flex;justify-content:center}.macos-pdf-paper{background:#fff;color:#333;padding:32px;border-radius:4px;width:100%;max-width:600px;box-shadow:0 4px 20px #0000004d}.macos-pdf-paper h2{font-size:22px;font-weight:600;margin:0 0 24px;padding-bottom:12px;border-bottom:2px solid #0a84ff;color:#1a1a1a}.macos-edu-item{margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #e5e5e5}.macos-edu-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.macos-edu-item h3{font-size:16px;font-weight:600;margin:0 0 6px;color:#1a1a1a}.macos-edu-item .macos-degree{font-size:14px;color:#666;margin:0 0 8px}.macos-edu-meta{display:flex;gap:16px;font-size:13px;color:#888}.macos-gpa{font-weight:500;color:#0a84ff}.macos-app-content{display:flex;height:100%}.macos-app-content.experience{background:#1c1c1e}.macos-app-sidebar{width:200px;background:#1c1c1ef2;padding:0;border-right:1px solid rgba(255,255,255,.08);flex-shrink:0;overflow-y:auto}.macos-sidebar-header{font-size:11px;font-weight:600;color:#fff6;text-transform:uppercase;letter-spacing:.5px;padding:16px 16px 8px}.macos-app-sidebar .macos-sidebar-item{display:flex;align-items:center;gap:10px;padding:8px 16px;font-size:13px;color:#ffffffd9;cursor:default}.macos-app-sidebar .macos-sidebar-item.active{background:#007aff40}.macos-app-sidebar .macos-sidebar-icon{font-size:16px}.macos-app-main{flex:1;padding:20px;overflow-y:auto}.macos-exp-card{background:#ffffff0d;border-radius:10px;padding:16px;margin-bottom:12px}.macos-exp-card:last-child{margin-bottom:0}.macos-exp-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.macos-exp-header h3{font-size:15px;font-weight:600;margin:0;color:#fff}.macos-badge{font-size:11px;padding:3px 8px;background:#007aff33;color:#0a84ff;border-radius:4px;font-weight:500}.macos-position{font-size:13px;color:#0a84ff;margin:0 0 8px;font-weight:500}.macos-desc{font-size:13px;line-height:1.5;color:#ffffffb3;margin:0}.macos-finder-content{display:flex;height:100%}.macos-finder-sidebar{width:180px;background:#1e1e1eb3;padding:8px 0;border-right:1px solid rgba(255,255,255,.08);flex-shrink:0;overflow-y:auto}.macos-finder-section{margin-bottom:16px}.macos-finder-section-title{font-size:11px;font-weight:600;color:#fff6;text-transform:uppercase;letter-spacing:.3px;padding:8px 16px 4px;display:block}.macos-finder-sidebar .macos-sidebar-item{display:flex;align-items:center;gap:8px;padding:6px 16px;font-size:13px;color:#ffffffd9;cursor:default;border-radius:0}.macos-finder-sidebar .macos-sidebar-item.active{background:#007aff40}.macos-finder-sidebar .macos-sidebar-icon{font-size:14px}.macos-tag-item{display:flex;align-items:center;gap:8px;padding:6px 16px;font-size:13px;color:#ffffffb3;cursor:default}.macos-tag-dot{width:10px;height:10px;border-radius:50%}.macos-tag-dot.red{background:#ff5f57}.macos-tag-dot.blue{background:#0a84ff}.macos-finder-main{flex:1;padding:0;overflow-y:auto;background:#28282880}.macos-finder-grid{padding:16px}.macos-finder-item{display:flex;gap:12px;padding:12px;border-radius:8px;margin-bottom:4px;transition:background .1s ease;align-items:flex-start}.macos-finder-item:hover{background:#ffffff0f}.macos-finder-icon{flex-shrink:0;width:48px;height:48px}.macos-finder-info{flex:1;min-width:0}.macos-finder-info h4{font-size:13px;font-weight:500;margin:0 0 4px;color:#fff}.macos-finder-info h4 a{color:#fff;text-decoration:none}.macos-finder-info h4 a:hover{color:#0a84ff}.macos-finder-meta{font-size:11px;color:#fff6;margin:0 0 4px}.macos-finder-desc{font-size:12px;color:#fff9;line-height:1.4;margin:0}.macos-awards-grid{display:grid;gap:12px}.macos-award-card{display:flex;gap:12px;padding:12px;background:#f5f5f5;border-radius:8px;align-items:flex-start}.macos-award-card.scholarship{background:linear-gradient(135deg,#e8f5e9,#c8e6c9)}.macos-award-icon{font-size:24px;flex-shrink:0}.macos-award-info h4{font-size:14px;font-weight:500;margin:0 0 4px;color:#1a1a1a}.macos-award-info h4 a{color:#1a1a1a;text-decoration:none}.macos-award-info h4 a:hover{color:#0a84ff}.macos-award-info p{font-size:12px;color:#666;margin:0 0 4px}.macos-award-year{font-size:11px;color:#888;font-weight:500}.macos-contacts-content{height:100%;display:flex;justify-content:center;padding:20px;background:linear-gradient(180deg,#2c2c2e,#1c1c1e)}.macos-contact-card{width:100%;max-width:360px}.macos-contact-header{text-align:center;padding-bottom:20px;border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:20px}.macos-contact-avatar{width:80px;height:80px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:32px;font-weight:600;color:#fff;margin:0 auto 12px}.macos-contact-header h2{font-size:22px;font-weight:600;margin:0 0 4px;color:#fff}.macos-contact-header p{font-size:13px;color:#ffffff80;margin:0}.macos-contact-details{background:#ffffff0d;border-radius:10px;overflow:hidden;margin-bottom:20px}.macos-contact-row{display:flex;padding:12px 16px;border-bottom:1px solid rgba(255,255,255,.05)}.macos-contact-row:last-child{border-bottom:none}.macos-contact-label{width:80px;font-size:13px;color:#fff6;flex-shrink:0}.macos-contact-value{flex:1;font-size:13px;color:#0a84ff;text-decoration:none;word-break:break-all}.macos-contact-value:not(a){color:#fff}.macos-contact-skills h3{font-size:13px;font-weight:600;color:#ffffff80;margin:0 0 12px;text-transform:uppercase;letter-spacing:.5px}.macos-skill-tags{display:flex;flex-wrap:wrap;gap:6px}.macos-skill-tag{padding:4px 10px;background:#007aff26;color:#0a84ff;border-radius:14px;font-size:11px;font-weight:500}.macos-skill-tag.tech{background:#32d74b26;color:#32d74b}.macos-dock-container{position:fixed;bottom:8px;left:50%;transform:translate(-50%);z-index:9998;padding:8px}.macos-dock{display:flex;align-items:flex-end;gap:6px;padding:6px 12px 8px;background:#ffffff26;backdrop-filter:blur(40px) saturate(200%);-webkit-backdrop-filter:blur(40px) saturate(200%);border-radius:22px;border:.5px solid rgba(255,255,255,.3);box-shadow:0 0 0 .5px #00000026,0 10px 40px #0000004d,inset 0 1px #fff3}.macos-dock-item{--dock-icon-size: 50px;width:var(--dock-icon-size);height:var(--dock-icon-size);display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative;transform-origin:bottom center;transition:transform .2s cubic-bezier(.34,1.56,.64,1),margin .2s ease;will-change:transform;margin:0 1px}.macos-dock-item:hover{transform:translateY(-20px) scale(1.5);margin:0 12px}.macos-dock-item:has(+.macos-dock-item:hover),.macos-dock-item:hover+.macos-dock-item{transform:translateY(-10px) scale(1.3);margin:0 6px}.macos-dock-item:has(+.macos-dock-item+.macos-dock-item:hover),.macos-dock-item:hover+.macos-dock-item+.macos-dock-item{transform:translateY(-4px) scale(1.15);margin:0 3px}.macos-dock-item:has(+.macos-dock-item+.macos-dock-item+.macos-dock-item:hover),.macos-dock-item:hover+.macos-dock-item+.macos-dock-item+.macos-dock-item{transform:translateY(-2px) scale(1.08);margin:0 1px}.macos-dock-item svg{filter:drop-shadow(0 3px 6px rgba(0,0,0,.25));transition:filter .15s ease-out}.macos-dock-item:hover svg{filter:drop-shadow(0 6px 12px rgba(0,0,0,.35))}.macos-dock-item.minimized{position:relative}.macos-dock-indicator{position:absolute;bottom:-5px;left:50%;transform:translate(-50%);width:5px;height:5px;background:#ffffffe6;border-radius:50%;box-shadow:0 0 4px #ffffff80}.macos-dock-divider{width:1px;height:42px;background:#ffffff40;margin:0 6px;align-self:center;border-radius:1px}.macos-dock-item:after{content:attr(title);position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%) translateY(10px);padding:5px 12px;background:#1e1e23f2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);color:#fff;font-size:12px;font-weight:500;border-radius:6px;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .15s,transform .15s;box-shadow:0 2px 8px #0000004d}.macos-dock-item:hover:after{opacity:1;transform:translate(-50%) translateY(0)}.macos-menu-trigger-wrapper{position:relative}.macos-menu-trigger{padding:2px 10px;font-size:13px;font-weight:400;color:#fff;cursor:default;border-radius:4px;transition:background-color .1s}.macos-menu-trigger:hover,.macos-menu-trigger.active{background:#fff3}.macos-menu-trigger.apple-logo{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;padding:2px 12px}.macos-menu-trigger.apple-logo:before{content:""}.macos-menu-trigger.app-name{font-weight:600}.macos-dropdown-menu{position:absolute;top:100%;left:0;min-width:220px;background:#28282df2;backdrop-filter:blur(30px) saturate(180%);-webkit-backdrop-filter:blur(30px) saturate(180%);border-radius:6px;border:.5px solid rgba(255,255,255,.15);box-shadow:0 10px 30px #00000080,0 0 0 .5px #0000004d;padding:4px 0;z-index:10001;margin-top:2px}.macos-menu-item-row{display:flex;align-items:center;padding:4px 12px;font-size:13px;color:#fff;cursor:default;position:relative;gap:8px}.macos-menu-item-row:hover:not(.disabled){background:#0058d1;border-radius:4px;margin:0 4px;padding-left:8px;padding-right:8px}.macos-menu-item-row.disabled{color:#ffffff59}.macos-menu-item-row.has-submenu:hover:after{border-left-color:#fff}.macos-menu-item-check{width:12px;font-size:11px;color:#0a84ff;text-align:center;flex-shrink:0}.macos-menu-item-label{flex:1}.macos-menu-item-shortcut{font-size:12px;color:#fff6;margin-left:auto;padding-left:20px}.macos-menu-item-row:hover:not(.disabled) .macos-menu-item-shortcut{color:#fffc}.macos-menu-item-arrow{font-size:12px;color:#ffffff80;margin-left:8px}.macos-menu-separator{height:1px;background:#ffffff1a;margin:4px 12px}.macos-menu-search{display:flex;align-items:center;gap:8px;padding:6px 12px;margin:4px 8px 8px;background:#ffffff1a;border-radius:6px}.macos-menu-search svg{flex-shrink:0;opacity:.6}.macos-menu-search input{flex:1;background:none;border:none;outline:none;color:#fff;font-size:13px}.macos-menu-search input::placeholder{color:#fff6}.macos-submenu{position:absolute;left:100%;top:-4px;min-width:180px;background:#28282df2;backdrop-filter:blur(30px) saturate(180%);-webkit-backdrop-filter:blur(30px) saturate(180%);border-radius:6px;border:.5px solid rgba(255,255,255,.15);box-shadow:0 10px 30px #00000080;padding:4px 0;z-index:10002;margin-left:2px}.macos-launchpad{position:fixed;inset:0;z-index:10000;background:#1e1e1ed9;backdrop-filter:blur(30px) saturate(150%);-webkit-backdrop-filter:blur(30px) saturate(150%);display:flex;align-items:center;justify-content:center;padding:80px 40px}.macos-launchpad-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:40px;max-width:800px;width:100%;justify-items:center}.macos-launchpad-item{display:flex;flex-direction:column;align-items:center;gap:8px;cursor:pointer;transition:transform .2s}.macos-launchpad-item:hover{transform:scale(1.1)}.macos-launchpad-icon{width:80px;height:80px;display:flex;align-items:center;justify-content:center;filter:drop-shadow(0 4px 12px rgba(0,0,0,.4))}.macos-launchpad-item span{font-size:13px;color:#fff;text-align:center;max-width:90px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-shadow:0 1px 4px rgba(0,0,0,.6)}.macos-dialog-overlay{position:fixed;inset:0;z-index:10005;background:#0006;display:flex;align-items:center;justify-content:center}.macos-about-mac{width:300px;background:#323237f2;backdrop-filter:blur(30px) saturate(180%);-webkit-backdrop-filter:blur(30px) saturate(180%);border-radius:12px;border:.5px solid rgba(255,255,255,.2);box-shadow:0 20px 60px #0009;padding:24px;text-align:center}.macos-about-logo{margin-bottom:16px}.macos-about-logo svg{filter:drop-shadow(0 2px 8px rgba(0,0,0,.3))}.macos-about-logo svg circle{fill:url(#macosGradient)}.macos-about-mac h1{font-size:22px;font-weight:400;color:#fff;margin:0 0 4px}.macos-about-mac .macos-version{font-size:12px;color:#ffffff80;margin:0 0 16px}.macos-about-info{text-align:left;font-size:11px;color:#ffffffb3;line-height:1.6;padding:12px;background:#ffffff0d;border-radius:6px;margin-bottom:16px}.macos-about-info p{margin:0 0 4px}.macos-about-info strong{color:#fff;font-weight:500}.macos-about-btn{padding:6px 24px;background:linear-gradient(180deg,#5e5e63,#4a4a4f);border:none;border-radius:6px;color:#fff;font-size:13px;cursor:pointer;box-shadow:0 1px 3px #0000004d,inset 0 1px #ffffff1a}.macos-about-btn:hover{background:linear-gradient(180deg,#6a6a6f,#56565b)}.macos-about-btn:active{background:linear-gradient(180deg,#4a4a4f,#3e3e43)}@media(max-width:768px){.macos-desktop-icon{position:absolute!important}.macos-dropdown-menu{position:fixed;left:8px!important;right:8px;width:auto}.macos-launchpad{padding:60px 20px}.macos-launchpad-grid{grid-template-columns:repeat(3,1fr);gap:24px}.macos-launchpad-icon{width:60px;height:60px}.macos-launchpad-icon svg{width:60px;height:60px}.macos-launchpad-item span{font-size:11px;max-width:70px}.macos-about-mac{width:calc(100% - 40px);max-width:300px}.macos-menubar{position:fixed}.macos-menubar-left .macos-menu-item:not(.active){display:none}.macos-menubar-right .macos-menubar-icon:not(.control){display:none}.macos-window{position:fixed!important;inset:35px 8px 70px!important;width:auto!important;height:auto!important;border-radius:12px}.macos-window-header{height:48px}.macos-finder-content{flex-direction:column}.macos-finder-sidebar,.macos-app-sidebar{display:none}.macos-dock-container{bottom:4px}.macos-dock{padding:5px 10px 6px;border-radius:18px;gap:4px}.macos-dock-item{--dock-icon-size: 44px;width:var(--dock-icon-size);height:var(--dock-icon-size);margin:0 1px}.macos-dock-item svg{width:40px;height:40px}.macos-dock-item:hover{transform:translateY(-12px) scale(1.3);margin:0 8px}.macos-dock-item:has(+.macos-dock-item:hover),.macos-dock-item:hover+.macos-dock-item{transform:translateY(-6px) scale(1.15);margin:0 4px}.macos-dock-item:has(+.macos-dock-item+.macos-dock-item:hover),.macos-dock-item:hover+.macos-dock-item+.macos-dock-item{transform:translateY(-2px) scale(1.05)}.macos-dock-item:after{display:none}.macos-dock-divider{height:32px;margin:0 4px}}
