@import"https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap";.education-terminal-modal .ant-modal-content{background:#0d1117!important;border:1px solid #30363d;border-radius:12px;box-shadow:0 8px 32px #00000080}.education-terminal-modal .ant-modal-header{background:#161b22!important;border-bottom:1px solid #30363d;padding:8px 14px}.education-terminal-modal .ant-modal-title{color:#c9d1d9!important;font-family:JetBrains Mono,Fira Code,monospace!important;font-size:14px}.education-terminal-modal .ant-modal-close-x{color:#8b949e}.education-terminal-modal .ant-modal-close-x:hover{color:#c9d1d9}.education-terminal-modal .ant-modal-body{background:#0d1117!important;padding:12px 14px;max-height:70vh;overflow-y:auto}.terminal-container{font-family:JetBrains Mono,Fira Code,Roboto Mono,monospace;font-size:14px;line-height:1.6;color:#c9d1d9}.terminal-line{margin-bottom:4px;display:flex;flex-wrap:wrap;align-items:baseline}.terminal-prompt{color:#7ee787;margin-right:6px;flex-shrink:0}.terminal-prompt:after{content:" "}.terminal-command{color:#c9d1d9}.terminal-output{color:#8b949e;margin-left:0;padding-left:0;white-space:pre-wrap;word-break:break-word}.terminal-list-item{color:#58a6ff;cursor:pointer;padding:4px 0;margin:1px 0;border-radius:4px;transition:background .2s,color .2s}.terminal-list-item:hover{background:#58a6ff26;color:#79c0ff}.terminal-list-item.selected{background:#58a6ff33;color:#79c0ff}.terminal-loading{color:#d29922}.terminal-cursor{display:inline-block;width:8px;height:16px;background:#7ee787;margin-left:2px;animation:terminal-blink 1s step-end infinite;vertical-align:text-bottom}@keyframes terminal-blink{50%{opacity:0}}.terminal-degree-label{color:#7ee787}.terminal-degree-value{color:#c9d1d9}.terminal-divider{color:#30363d;margin:8px 0}.terminal-inline.terminal-container{font-size:12px}.terminal-inline .terminal-line{margin-bottom:6px}.skills-grid-container{display:flex;flex-wrap:wrap;justify-content:center;gap:20px;padding:20px;background:transparent}.skill-pill{display:flex;align-items:center;gap:10px;background:var(--bg-card);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--border-primary);padding:12px 20px;border-radius:25px;color:var(--text-primary);font-family:Poppins,sans-serif;font-size:.9rem;font-weight:500;white-space:nowrap;transition:all .3s ease;cursor:pointer}.skill-pill:hover{background:var(--bg-card-hover);border-color:var(--border-hover);transform:translateY(-2px);box-shadow:0 8px 25px var(--shadow-hover)}.skill-icon{width:22px;height:22px;object-fit:contain;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}.skill-label{font-family:Poppins,sans-serif;font-size:.9rem;font-weight:500;color:var(--text-primary)}.ant-input,.ant-input-affix-wrapper{background:var(--bg-input)!important;border:1px solid var(--border-secondary)!important;color:var(--text-primary)!important;border-radius:8px!important}.ant-input::placeholder,.ant-input-affix-wrapper .ant-input::placeholder{color:var(--text-tertiary)!important}.ant-input:focus,.ant-input-affix-wrapper:focus,.ant-input-focused,.ant-input-affix-wrapper-focused{border-color:var(--accent-primary)!important;box-shadow:0 0 0 2px var(--shadow-secondary)!important}.ant-form-item-label>label{color:var(--text-primary)!important;font-family:EB Garamond,serif!important;font-size:18px!important;font-weight:500!important}@media (max-width: 768px){.ant-form-item-label>label{font-size:16px!important}}.social-icon{transition:all .3s ease}.social-icon:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000004d}@media (max-width: 640px){.skills-grid-container{gap:12px;padding:10px}.skill-pill{padding:8px 16px;font-size:.8rem;border-radius:20px}.skill-icon{width:18px;height:18px}.skill-label{font-size:.8rem}.nav-link{padding:16px 0!important;border-bottom:1px solid rgba(255,255,255,.1)!important;width:100%!important;text-align:left!important}.nav-link:last-child{border-bottom:none!important}.ant-form-item{margin-bottom:16px!important}.ant-input,.ant-input-affix-wrapper,.ant-btn{font-size:14px!important}.ant-typography h1{font-size:32px!important}.ant-typography h2{font-size:28px!important}.ant-typography h3{font-size:24px!important}.ant-typography h4{font-size:20px!important}.ant-typography h5{font-size:18px!important}}@media (max-width: 480px){.skills-grid-container{gap:8px;padding:8px}.skill-pill{padding:6px 12px;font-size:.75rem;border-radius:18px}.skill-icon{width:16px;height:16px}.skill-label{font-size:.75rem}.ant-typography h1{font-size:28px!important}.ant-typography h2{font-size:24px!important}.ant-typography h3{font-size:20px!important}.ant-typography h4{font-size:18px!important}.ant-typography h5{font-size:16px!important}}@media (min-width: 641px) and (max-width: 1024px){.skills-grid-container{gap:16px;padding:16px}.skill-pill{padding:10px 18px;font-size:.85rem}.skill-icon{width:20px;height:20px}.skill-label{font-size:.85rem}}.skills-marquee-outer{overflow:hidden;width:100vw;margin-left:calc(-50vw + 50%);background:transparent;padding:1.5rem 0}.skills-marquee-inner{display:flex;width:max-content;animation:marquee-scroll 25s linear infinite}.skill-marquee-card{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:100px;margin:0 15px;background:var(--bg-card);border-radius:12px;padding:12px 8px 8px;box-shadow:0 2px 8px var(--shadow-primary);border:1px solid var(--border-primary);transition:transform .2s,background .3s ease,border-color .3s ease}.skill-marquee-card:hover{transform:scale(1.07);background:var(--bg-card-hover);border-color:var(--border-hover)}.skill-marquee-icon{width:36px;height:36px;margin-bottom:8px;object-fit:contain}.skill-marquee-label{color:var(--text-primary);font-size:.875rem;font-weight:500;text-align:center;margin-top:2px;transition:color .3s ease}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}[data-theme=dark]{--bg-primary: #050510;--bg-secondary: #0c0c1d;--bg-tertiary: rgba(5, 5, 16, .95);--bg-card: rgba(255, 255, 255, .12);--bg-card-hover: rgba(255, 255, 255, .16);--bg-input: rgba(255, 255, 255, .08);--bg-overlay: rgba(12, 12, 29, .95);--bg-modal: rgba(12, 12, 29, .95);--text-primary: #ffffff;--text-secondary: #cccccc;--text-tertiary: #999999;--border-primary: rgba(255, 255, 255, .1);--border-secondary: rgba(255, 255, 255, .2);--border-hover: rgba(102, 126, 234, .4);--accent-primary: #667eea;--accent-secondary: #764ba2;--accent-hover: rgba(102, 126, 234, .8);--shadow-primary: rgba(0, 0, 0, .4);--shadow-secondary: rgba(102, 126, 234, .15);--shadow-hover: rgba(102, 126, 234, .25);--scrollbar-track: #0c0c1d;--scrollbar-thumb: #333333;--scrollbar-thumb-hover: #555555;--theme-toggle-bg: rgba(255, 255, 255, .1);--theme-toggle-shadow: 0 4px 12px rgba(0, 0, 0, .3);--theme-toggle-shadow-hover: 0 6px 20px rgba(0, 0, 0, .4);--theme-toggle-icon-color: #b0c4de}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%;margin:0;padding:0;box-sizing:border-box;background:var(--bg-primary);color:var(--text-primary);font-family:EB Garamond,serif;width:100%;max-width:100vw;overflow-x:hidden;scroll-behavior:smooth;transition:background-color .3s ease,color .3s ease}html{font-size:14px}@media (max-width: 640px){html{font-size:12px}}@media (min-width: 641px) and (max-width: 1024px){html{font-size:13px}}@media (min-width: 1025px){html{font-size:14px}}@media (max-width: 480px){html{font-size:11px}}@media (min-width: 1440px){html{font-size:16px}}@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){html{font-size:16px}}.ant-typography{color:var(--text-primary)!important;font-family:EB Garamond,serif!important}.ant-divider{border-color:var(--border-primary)!important}.ant-layout,.ant-layout-content,.ant-layout-footer{background:var(--bg-primary)!important}.nav-link:hover{color:var(--accent-primary)!important}.nav-link.active{color:var(--accent-primary)!important;font-weight:600}section{scroll-margin-top:80px;scroll-behavior:smooth}html,body{scroll-behavior:smooth}::-webkit-scrollbar{width:8px}.education-scroll-container::-webkit-scrollbar{display:none}::-webkit-scrollbar-track{background:var(--scrollbar-track)}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:4px;transition:background .3s ease}::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}body *{box-sizing:border-box}.ant-row,.ant-col{background:transparent!important}section{max-width:100vw;width:100%;margin:0 auto;box-sizing:border-box}.responsive-container{max-width:1400px;margin:0 auto;padding:0 5%;width:100%}@media (max-width: 640px){.responsive-container{padding:0 4%}}@media (min-width: 641px) and (max-width: 1024px){.responsive-container{padding:0 4.5%}}@media (max-width: 480px){.responsive-container{padding:0 3%}}@media (max-width: 640px){body{overflow-x:hidden;width:100%}button,a,input,textarea,select{min-height:44px;min-width:44px}p,span,div{word-wrap:break-word;overflow-wrap:break-word}section{padding-left:5%!important;padding-right:5%!important}.ant-modal{max-width:95vw!important;margin:10px auto!important}.ant-modal-content{padding:16px!important}.ant-card{margin-bottom:16px!important}.ant-input,.ant-input-affix-wrapper,.ant-textarea{font-size:16px!important}.ant-btn{min-height:44px;padding:8px 16px}nav{padding:12px 16px!important}img{max-width:100%;height:auto}}@media (max-width: 480px){section{padding-left:4%!important;padding-right:4%!important}h1{font-size:24px!important}h2{font-size:20px!important}h3{font-size:18px!important}.ant-modal{max-width:98vw!important;margin:5px auto!important}}@media (min-width: 641px) and (max-width: 1024px){section{padding-left:5%!important;padding-right:5%!important}}@media (min-width: 1440px){.responsive-container{padding:0 6%}}.ant-btn,.ant-input,.ant-form-item-label>label,.ant-card,.ant-tag,.ant-space,.ant-avatar,.ant-drawer,.ant-drawer-title,.ant-drawer-body{font-family:EB Garamond,serif!important}.video-overlay-gradient{background:linear-gradient(135deg,#050510cc,#0a0a1999,#050510cc)}.video-overlay-dark{background:#0003}
