*{margin:0;padding:0;box-sizing:border-box}:root{--accent-color:#3b82f6}html[data-accent=green]{--accent-color:#16a34a}html[data-accent=purple]{--accent-color:#a855f7}html[data-accent=rose]{--accent-color:#f43f5e}html[data-accent=amber]{--accent-color:#f59e0b}html[data-accent=blue]{--accent-color:#3b82f6}body,html{height:100%;width:100%;overflow:hidden}body{background-color:#1d1d1f;color:#f5f5f7;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,Helvetica Neue,sans-serif;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;letter-spacing:-.01em}.app-wrapper,.loading-screen{width:100%;height:100vh;position:relative;overflow:hidden}.loading-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;animation:fadeOut .5s ease-out 2.5s forwards}@keyframes fadeOut{to{opacity:0;visibility:hidden}}.desktop{position:relative;width:100%;height:100vh;overflow:hidden;display:flex;flex-direction:column;animation:fadeIn .5s ease-in forwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.aurora-background{position:absolute;inset:0;z-index:0;overflow:hidden;background:#1d1d1f;transition:background-image .5s ease,background-color .5s ease}.desktop.theme-amber .aurora-background,.desktop.theme-blue .aurora-background,.desktop.theme-green .aurora-background,.desktop.theme-purple .aurora-background,.desktop.theme-rose .aurora-background{background-size:cover;background-position:50%;background-repeat:no-repeat}.desktop.theme-amber .aurora-background .aurora-layer,.desktop.theme-blue .aurora-background .aurora-layer,.desktop.theme-green .aurora-background .aurora-layer,.desktop.theme-purple .aurora-background .aurora-layer,.desktop.theme-rose .aurora-background .aurora-layer{display:none}.desktop.theme-green .aurora-background{background-image:url(/wallpapers/green.jpg);background-color:#0f172a}.desktop.theme-purple .aurora-background{background-image:url(/wallpapers/purple.jpg);background-color:#1e1b2e}.desktop.theme-rose .aurora-background{background-image:url(/wallpapers/rose.jpg);background-color:#1f1f1f}.desktop.theme-amber .aurora-background{background-image:url(/wallpapers/amber.jpg);background-color:#1c1917}.desktop.theme-blue .aurora-background{background-image:url(/wallpapers/blue.jpg);background-color:#0f172a}.music-widget-menu{display:flex;align-items:center;gap:.5rem;padding:.25rem .75rem;background:transparent;border:none;border-radius:4px;font-size:13px;color:hsla(0,0%,100%,.85);cursor:pointer;transition:background-color .15s ease;position:relative}.music-widget-menu:hover{background:hsla(0,0%,100%,.1)}.weather-widget-top-right{position:fixed;top:56px;right:20px;display:flex;flex-direction:column;align-items:flex-start;padding:1rem 1.25rem;background:rgba(30,30,30,.75);backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px);border:.5px solid hsla(0,0%,100%,.1);border-radius:12px;font-size:13px;color:hsla(0,0%,100%,.9);z-index:50;min-width:140px;transition:background-color .2s ease,transform .2s ease;box-shadow:0 8px 32px rgba(0,0,0,.3)}.weather-widget-top-right:hover{background:rgba(30,30,30,.85);transform:translateY(-1px)}.spotify-widget-section{position:fixed;top:56px;left:50%;transform:translateX(-50%);z-index:50;max-width:500px;pointer-events:all;animation:fadeInWidget .2s ease;padding-top:.5rem}.spotify-widget-section:before{content:"";position:absolute;top:-1rem;left:50%;transform:translateX(-50%);width:100%;max-width:400px;height:1rem;pointer-events:all;z-index:51}@keyframes fadeInWidget{0%{opacity:0;transform:translateX(-50%) translateY(-10px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}.spotify-widget-container{position:relative;width:400px;max-width:90vw}.spotify-widget{background:rgba(30,30,30,.75);backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px);border-radius:12px;padding:1.25rem;border:.5px solid hsla(0,0%,100%,.1);box-shadow:0 8px 32px rgba(0,0,0,.3);display:flex;flex-direction:column;gap:1rem}.spotify-widget-header{display:flex;align-items:center;justify-content:space-between}.spotify-track-info{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:.25rem}.spotify-track-title{font-size:1.125rem;font-weight:600;color:#fff}.spotify-track-artist,.spotify-track-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.spotify-track-artist{font-size:.875rem;color:hsla(0,0%,100%,.7)}.spotify-progress-container{display:flex;flex-direction:column;gap:.5rem}.spotify-progress-bar{width:100%;height:6px;background:hsla(0,0%,100%,.15);border-radius:3px;cursor:pointer;position:relative;transition:background .2s ease;-moz-user-select:none;user-select:none;-webkit-user-select:none}.spotify-progress-bar:hover{background:hsla(0,0%,100%,.25)}.spotify-progress-bar:active,.spotify-progress-bar[style*=grabbing]{cursor:-webkit-grabbing!important;cursor:grabbing!important}.spotify-progress-fill{height:100%;background:var(--accent-color);border-radius:3px;position:relative;transition:width .1s linear}.spotify-progress-handle{position:absolute;right:-7px;top:50%;transform:translateY(-50%);width:14px;height:14px;background:#fff;border-radius:50%;border:2px solid var(--accent-color);box-shadow:0 2px 6px rgba(0,0,0,.4);opacity:0;transition:opacity .2s ease,transform .2s ease;pointer-events:none}.spotify-progress-bar:active .spotify-progress-handle,.spotify-progress-bar:hover .spotify-progress-handle{opacity:1;transform:translateY(-50%) scale(1.1)}.spotify-time{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:hsla(0,0%,100%,.7);justify-content:space-between}.spotify-controls{gap:1rem}.spotify-btn,.spotify-controls{display:flex;align-items:center;justify-content:center}.spotify-btn{background:hsla(0,0%,100%,.1);border:none;color:#fff;cursor:pointer;padding:0;border-radius:50%;width:32px;height:32px;transition:all .2s cubic-bezier(.25,.46,.45,.94);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.spotify-btn svg{width:16px;height:16px;stroke-width:2.5}.spotify-btn:hover:not(:disabled){background:hsla(0,0%,100%,.2);transform:scale(1.05)}.spotify-btn:active:not(:disabled){transform:scale(.95)}.spotify-btn:disabled{opacity:.3;cursor:not-allowed}.spotify-btn-play{background:var(--accent-color);width:44px;height:44px;box-shadow:0 2px 8px rgba(0,0,0,.3)}.spotify-btn-play svg{width:18px;height:18px;fill:#fff}.spotify-btn-play:hover:not(:disabled){background:color-mix(in srgb,var(--accent-color) 90%,#fff);transform:scale(1.08);box-shadow:0 4px 12px rgba(0,0,0,.4)}.spotify-btn-play:active:not(:disabled){transform:scale(.98)}.spotify-volume-container{display:flex;align-items:center;gap:.75rem}.spotify-volume-icon{width:16px;height:16px;color:hsla(0,0%,100%,.7);flex-shrink:0;stroke-width:2}.spotify-volume-icon svg{width:100%;height:100%}.spotify-volume-bar{flex:1 1;height:5px;background:hsla(0,0%,100%,.15);border-radius:3px;cursor:pointer;position:relative;transition:background .2s ease;-moz-user-select:none;user-select:none;-webkit-user-select:none}.spotify-volume-bar:hover{background:hsla(0,0%,100%,.25)}.spotify-volume-bar:active,.spotify-volume-bar[style*=grabbing]{cursor:-webkit-grabbing!important;cursor:grabbing!important}.spotify-volume-fill{height:100%;background:var(--accent-color);border-radius:3px;position:relative;transition:width .1s linear}.spotify-volume-handle{position:absolute;right:-6px;top:50%;transform:translateY(-50%);width:12px;height:12px;background:#fff;border-radius:50%;border:2px solid var(--accent-color);box-shadow:0 2px 6px rgba(0,0,0,.4);opacity:0;transition:opacity .2s ease,transform .2s ease;pointer-events:none}.spotify-volume-bar:active .spotify-volume-handle,.spotify-volume-bar:hover .spotify-volume-handle{opacity:1;transform:translateY(-50%) scale(1.1)}.spotify-playlist-toggle{display:flex;align-items:center;justify-content:center;padding:.5rem;cursor:pointer;border-radius:8px;transition:background .2s ease}.spotify-playlist-toggle:hover{background:hsla(0,0%,100%,.1)}.spotify-playlist-icon{width:14px;height:14px;color:hsla(0,0%,100%,.6);transition:transform .2s ease,color .2s ease;stroke-width:2}.spotify-playlist-icon svg{width:100%;height:100%}.spotify-playlist-toggle:hover .spotify-playlist-icon{color:hsla(0,0%,100%,.9)}.spotify-playlist{position:absolute;top:calc(100% + .5rem);left:0;right:0;background:rgba(0,0,0,.95);-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);border-radius:12px;border:1px solid hsla(0,0%,100%,.1);padding:.5rem;max-height:300px;overflow-y:auto;overflow-x:hidden;z-index:1000;animation:slideDown .2s ease;box-shadow:0 10px 40px rgba(0,0,0,.5);scrollbar-width:none;-ms-overflow-style:none}.spotify-playlist::-webkit-scrollbar{display:none}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.spotify-playlist-item{display:flex;align-items:center;gap:.75rem;padding:.625rem .75rem;border-radius:8px;cursor:pointer;transition:background .2s ease}.spotify-playlist-item:hover{background:hsla(0,0%,100%,.1)}.spotify-playlist-item.active{background:hsla(0,0%,100%,.15)}.spotify-playlist-number{width:20px;font-size:.75rem;color:hsla(0,0%,100%,.6);text-align:center;flex-shrink:0}.spotify-playlist-item.active .spotify-playlist-number{color:var(--accent-color);font-weight:600}.spotify-playlist-info{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:.125rem}.spotify-playlist-title{font-size:.8125rem;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.spotify-playlist-item.active .spotify-playlist-title{color:var(--accent-color);font-weight:500}.spotify-playlist-artist{font-size:.75rem;color:hsla(0,0%,100%,.6);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.spotify-playlist-playing{width:12px;height:12px;color:var(--accent-color);display:flex;align-items:center;justify-content:center;animation:pulse 1.5s ease-in-out infinite}.spotify-playlist-playing svg{width:100%;height:100%;fill:currentColor}.aurora-layer{position:absolute;width:200%;height:200%;top:-50%;left:-50%;filter:blur(80px);opacity:.6}.aurora-layer-1{background:radial-gradient(circle at 20% 30%,rgba(120,119,198,.4) 0,transparent 50%),radial-gradient(circle at 80% 70%,rgba(255,119,198,.3) 0,transparent 50%);animation:aurora1 25s ease-in-out infinite alternate}.aurora-layer-2{background:radial-gradient(circle at 60% 20%,rgba(120,200,255,.4) 0,transparent 50%),radial-gradient(circle at 30% 80%,rgba(198,119,255,.3) 0,transparent 50%);animation:aurora2 30s ease-in-out infinite alternate}.aurora-layer-3{background:radial-gradient(circle at 40% 60%,rgba(255,200,120,.3) 0,transparent 50%),radial-gradient(circle at 70% 40%,rgba(120,255,200,.3) 0,transparent 50%);animation:aurora3 35s ease-in-out infinite alternate}@keyframes aurora1{0%{transform:translate(0) rotate(0deg) scale(1)}33%{transform:translate(10%,-10%) rotate(120deg) scale(1.1)}66%{transform:translate(-5%,5%) rotate(240deg) scale(.9)}to{transform:translate(0) rotate(1turn) scale(1)}}@keyframes aurora2{0%{transform:translate(0) rotate(0deg) scale(1)}33%{transform:translate(-10%,10%) rotate(-120deg) scale(1.2)}66%{transform:translate(5%,-5%) rotate(-240deg) scale(.8)}to{transform:translate(0) rotate(-1turn) scale(1)}}@keyframes aurora3{0%{transform:translate(0) rotate(0deg) scale(1)}50%{transform:translate(15%,15%) rotate(180deg) scale(1.15)}to{transform:translate(0) rotate(1turn) scale(1)}}.lock-overlay{position:absolute;inset:0;background-color:rgba(0,0,0,.2);z-index:10}.lock-time{position:relative;z-index:20;display:flex;gap:1rem;margin-bottom:1rem;text-align:center;opacity:1;transform:translateY(0);transition:opacity .3s ease,transform .3s ease}.lock-time>div{font-size:clamp(4rem,12vw,8rem);line-height:1;letter-spacing:-.02em}.lock-date,.lock-time>div{font-weight:300;color:#fff}.lock-date{position:relative;z-index:20;text-align:center;font-size:clamp(1.25rem,4vw,2rem);line-height:1.4;margin-bottom:4rem;opacity:1;transform:translateY(0);transition:opacity .3s ease,transform .3s ease}.date-opacity{opacity:.7}.password-dots{position:relative;z-index:20;display:flex;gap:.75rem;justify-content:center;align-items:center;opacity:1;transform:translateY(0);transition:opacity .3s ease,transform .3s ease}.password-dot{width:10px;height:10px;border-radius:50%;background-color:hsla(0,0%,100%,.4);border:1px solid hsla(0,0%,100%,.2);transform:scale(.8);transition:all .3s ease}.password-dot:first-child{animation:dotPulse 1.5s ease-in-out infinite;animation-delay:0s}.password-dot:nth-child(2){animation:dotPulse 1.5s ease-in-out infinite;animation-delay:.2s}.password-dot:nth-child(3){animation:dotPulse 1.5s ease-in-out infinite;animation-delay:.4s}.password-dot:nth-child(4){animation:dotPulse 1.5s ease-in-out infinite;animation-delay:.6s}.password-dot:nth-child(5){animation:dotPulse 1.5s ease-in-out infinite;animation-delay:.8s}.password-dot:nth-child(6){animation:dotPulse 1.5s ease-in-out infinite;animation-delay:1s}.password-dot:nth-child(7){animation:dotPulse 1.5s ease-in-out infinite;animation-delay:1.2s}.password-dot:nth-child(8){animation:dotPulse 1.5s ease-in-out infinite;animation-delay:1.4s}@keyframes dotPulse{0%,to{opacity:.4;transform:scale(.8)}50%{opacity:1;transform:scale(1)}}.menu-bar{position:fixed;top:0;left:0;right:0;height:44px;background:rgba(30,30,30,.8);backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px);display:flex;justify-content:space-between;align-items:center;padding:0 1rem;z-index:100;border-bottom:.5px solid hsla(0,0%,100%,.1);font-size:13px;font-weight:400}.menu-left,.menu-right{display:flex;align-items:center;gap:.75rem;position:relative}.menu-center{flex:1 1;display:flex;justify-content:center;position:relative}.menu-item{display:flex;align-items:center;padding:.25rem .5rem;border-radius:4px;font-size:13px;color:hsla(0,0%,100%,.85);cursor:pointer;transition:background-color .15s ease;background:transparent;border:none;font-weight:400}.menu-item:hover{background:hsla(0,0%,100%,.1)}.theme-button{background:transparent;border:none}.theme-button:hover{background:hsla(0,0%,100%,.1)}.music-text{max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;color:hsla(0,0%,100%,.85)}.play-icon{font-size:.875rem;cursor:pointer;transition:transform .2s ease;color:var(--accent-color);font-weight:500}.play-icon.playing{animation:pulse 1s ease-in-out infinite;color:var(--accent-color)}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.weather-widget{display:flex;flex-direction:column;align-items:flex-start;padding:.625rem 1rem;background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.12);border-radius:12px;font-size:.75rem;color:#fff;position:relative;min-width:140px;z-index:0;transition:all .3s cubic-bezier(.34,1.56,.64,1)}.weather-widget:hover{background:hsla(0,0%,100%,.15);transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.3);z-index:1}.weather-temp{font-size:1rem;font-weight:500;line-height:1.2}.weather-desc{opacity:.8}.weather-desc,.weather-location{line-height:1.3;margin-top:.125rem}.weather-location{opacity:.6;font-size:.7rem}.profile-icon{width:20px;height:20px;border-radius:4px;background:transparent;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .15s ease;padding:.25rem}.profile-icon:hover{background:hsla(0,0%,100%,.1)}.profile-icon-svg{width:24px;height:24px;color:#fff;stroke-width:2}.quote-section{position:absolute;top:80px;left:60px;max-width:500px;z-index:50}.quote-marks{font-size:8rem;line-height:1;color:hsla(0,0%,100%,.4);font-family:Georgia,serif;margin-bottom:-3rem;font-weight:300}.quote-marks.quote-end{margin-top:-2rem;margin-bottom:0;text-align:right}.quote-text{font-size:1.5rem;line-height:1.6;color:#fff;font-weight:300;padding-left:1.5rem;padding-right:1.5rem}.dock{position:fixed;bottom:30px;left:50%;transform:translateX(-50%);display:flex;gap:.5rem;padding:.5rem .75rem;background:rgba(30,30,30,.6);backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px);border-radius:18px;border:.5px solid hsla(0,0%,100%,.1);z-index:110;box-shadow:0 4px 16px rgba(0,0,0,.2)}.dock-icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:12px;transition:transform .2s cubic-bezier(.25,.46,.45,.94);background:transparent;border:none;position:relative;padding:.5rem}.dock-icon-svg{width:32px;height:32px;color:hsla(0,0%,100%,.9);transition:all .2s ease;stroke-width:1.5}.dock-icon:hover{transform:translateY(-8px) scale(1.15)}.dock-icon:hover .dock-icon-svg{color:#fff}.dock-icon.active{background:hsla(0,0%,100%,.15)}.dock-icon.active .dock-icon-svg{color:#fff}.desktop-footer{position:fixed;bottom:0;left:0;right:0;text-align:center;padding:.5rem;font-size:.75rem;color:hsla(0,0%,100%,.6);z-index:90;pointer-events:none}.window-overlay{position:fixed;inset:0;background:rgba(0,0,0,.3);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:1000;animation:fadeIn .2s ease;pointer-events:all}.window-overlay .draggable-window{z-index:1001;position:relative}.draggable-window{background:rgba(30,30,30,.85);backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px);border-radius:10px;border:.5px solid hsla(0,0%,100%,.1);box-shadow:0 12px 48px rgba(0,0,0,.4),0 0 0 .5px hsla(0,0%,100%,.05);display:flex;flex-direction:column;overflow:hidden;animation:windowSlideIn .3s ease;max-width:90vw;max-height:90vh;z-index:1001;position:relative}.draggable-header,.draggable-window{-webkit-user-select:none;-moz-user-select:none;user-select:none}.draggable-header{cursor:-webkit-grab;cursor:grab}.draggable-header:active{cursor:-webkit-grabbing;cursor:grabbing}@media (max-width:768px){.draggable-header{cursor:default}}@keyframes windowSlideIn{0%{opacity:0;transform:scale(.9) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.window-header{justify-content:space-between;padding:.75rem 1rem;background:rgba(30,30,30,.5);border-bottom:.5px solid hsla(0,0%,100%,.08);flex-shrink:0;border-radius:10px 10px 0 0;position:relative;z-index:2}.window-header,.window-title{display:flex;align-items:center}.window-title{font-size:.875rem;font-weight:500;color:hsla(0,0%,100%,.9);gap:.5rem}.window-controls{display:flex;gap:.5rem}.window-btn{width:12px;height:12px;border-radius:50%;border:.5px solid rgba(0,0,0,.2);color:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:0;transition:all .15s ease;margin-left:.375rem;position:relative}.window-btn.minimize{background:#ffbd44}.window-btn.maximize{background:#00ca4e}.window-btn.close{background:#ff605c}.window-btn:hover{opacity:.9;transform:scale(1.15)}.window-btn.close:hover{background:#ff605c;opacity:1}.window-btn.close:hover:after{content:"×";color:rgba(0,0,0,.7);font-size:10px;font-weight:700;position:absolute}.window-content{flex:1 1;padding:1.25rem;overflow-y:auto;overflow-x:hidden;color:hsla(0,0%,100%,.9);background:rgba(30,30,30,.3);scrollbar-width:none;-ms-overflow-style:none;position:relative;z-index:1}.window-content::-webkit-scrollbar{display:none}.about-content-new{display:flex;flex-direction:column;gap:1.5rem}.about-header-section{margin-bottom:.5rem}.about-avatar-section{display:flex;align-items:flex-start;gap:1rem}.about-avatar-wrapper{width:96px;height:96px;border-radius:1rem;overflow:hidden;border:2px solid rgba(96,165,250,.314);flex-shrink:0}.about-avatar-image{width:100%;height:100%;object-fit:cover;object-position:top}.about-info-section{flex:1 1;display:flex;flex-direction:column;gap:.25rem}.about-name{font-size:1.5rem;font-weight:700;color:var(--accent-color);margin:0;line-height:1.2}.about-title{font-size:.875rem;color:hsla(0,0%,100%,.6);margin:0;line-height:1.4}.about-location{display:flex;align-items:center;gap:.25rem;font-size:.75rem;color:rgba(96,165,250,.6);margin-top:.25rem}.location-icon{width:12px;height:12px;color:rgba(96,165,250,.6)}.about-description-section{display:flex;flex-direction:column;gap:.75rem}.about-description-text{font-size:.875rem;color:hsla(0,0%,100%,.6);line-height:1.6;margin:0}.about-skills-section{margin-top:.5rem}.skills-section-title{font-size:.75rem;font-weight:600;color:hsla(0,0%,100%,.5);text-transform:uppercase;letter-spacing:.05em;margin:0 0 .75rem}.skills-categories{display:flex;flex-direction:column;gap:.75rem}.skill-category{display:flex;flex-direction:column;gap:.25rem}.skill-category-label{font-size:.75rem;font-weight:500;color:hsla(0,0%,100%,.6);margin:0 0 .25rem}.skill-badges{display:flex;flex-wrap:wrap;gap:.25rem}.skill-badge{padding:.25rem .5rem;font-size:.6875rem;font-weight:500;border-radius:.375rem;border:1px solid rgba(96,165,250,.19);background-color:rgba(96,165,250,.082);color:var(--accent-color)}.about-connect-section{margin-top:.5rem}.connect-section-title{font-size:.75rem;font-weight:600;color:hsla(0,0%,100%,.5);text-transform:uppercase;letter-spacing:.05em;margin:0 0 .75rem}.connect-links{display:flex;flex-wrap:wrap;gap:.5rem}.connect-link{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border-radius:.5rem;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);text-decoration:none;color:hsla(0,0%,100%,.8);font-size:.75rem;transition:all .2s ease}.connect-link:hover{background:hsla(0,0%,100%,.1);border-color:rgba(96,165,250,.3)}.connect-icon{width:14px;height:14px;color:hsla(0,0%,100%,.6)}.about-education-section{margin-top:.5rem}.education-section-title{font-size:.75rem;font-weight:600;color:hsla(0,0%,100%,.5);text-transform:uppercase;letter-spacing:.05em;margin:0 0 .75rem}.education-items{display:flex;flex-direction:column;gap:1rem}.education-item{display:flex;gap:1rem;align-items:flex-start}.education-year{font-size:.75rem;font-weight:600;color:var(--accent-color);min-width:3rem;flex-shrink:0}.education-content{flex:1 1;display:flex;flex-direction:column;gap:.25rem}.education-title{font-size:.8125rem;font-weight:500;color:hsla(0,0%,100%,.9);margin:0}.education-desc{font-size:.75rem;color:hsla(0,0%,100%,.6);line-height:1.5;margin:0}.projects-header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.github-logo{width:32px;height:32px;color:#fff}.projects-content h2{font-size:1.75rem;font-weight:300;margin:0}.projects-list{display:flex;flex-direction:column;gap:1.25rem}.project-card{padding:1.5rem;background:hsla(0,0%,100%,.05);border-radius:12px;border:1px solid hsla(0,0%,100%,.1);transition:all .3s ease}.project-card:hover{background:hsla(0,0%,100%,.08);border-color:hsla(0,0%,100%,.2);transform:translateX(4px)}.project-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem}.project-card h3{font-size:1.25rem;font-weight:500;margin-bottom:.5rem}.project-description{font-size:.9375rem;opacity:.7;line-height:1.5}.project-footer{display:flex;justify-content:space-between;align-items:center;margin-top:1rem;padding-top:1rem;border-top:1px solid hsla(0,0%,100%,.1)}.project-status{padding:.375rem .875rem;border-radius:12px;font-size:.75rem;font-weight:500;flex-shrink:0}.project-status.active{background:rgba(34,197,94,.2);color:#22c55e}.project-status.completed{background:rgba(59,130,246,.2);color:#3b82f6}.project-tech{font-size:.875rem;opacity:.7}.project-link{display:flex;align-items:center;gap:.5rem;color:var(--accent-color);text-decoration:none;font-size:.875rem;transition:all .2s ease}.project-link:hover{color:color-mix(in srgb,var(--accent-color) 80%,#fff);transform:translateX(2px)}.github-icon-small{width:16px;height:16px}.terminal-content{background:rgba(28,28,30,.95);height:100%;font-family:SF Mono,Monaco,Menlo,Courier New,monospace;padding:1rem;overflow-y:auto;overflow-x:hidden;color:hsla(0,0%,100%,.85);font-size:13px;scrollbar-width:none;-ms-overflow-style:none}.terminal-content::-webkit-scrollbar{display:none}.terminal-output{display:flex;flex-direction:column;gap:.5rem}.terminal-line{display:flex;align-items:flex-start;gap:.75rem;flex-wrap:wrap;line-height:1.6}.terminal-prompt{color:var(--accent-color);font-weight:500;flex-shrink:0}.prompt-symbol{color:var(--accent-color);font-weight:600}.terminal-command{color:#d4d4d4;font-weight:400}.terminal-response{color:#858585;white-space:pre-wrap;font-family:Fira Code,Courier New,monospace;margin-left:0;width:100%;line-height:1.6}.neofetch-container{display:flex;gap:2rem;align-items:flex-start;margin:1rem 0;width:100%}.neofetch-ascii{flex-shrink:0}.ascii-art{font-family:Courier New,monospace;font-size:.7rem;line-height:1.1;margin:0;white-space:pre;font-weight:400;background:transparent;color:var(--accent-color);padding:0;border-radius:0;display:inline-block}.neofetch-info{display:flex;flex-direction:column;gap:.25rem;flex:1 1}.info-line{display:flex;align-items:baseline;gap:.5rem;line-height:1.4}.info-label{color:var(--accent-color);font-weight:500;min-width:-moz-fit-content;min-width:fit-content}.info-value{color:#d4d4d4;font-weight:400}.terminal-input{background:transparent;border:none;outline:none;color:hsla(0,0%,100%,.85);font-family:SF Mono,Monaco,Menlo,Courier New,monospace;font-size:13px;flex:1 1;min-width:200px;caret-color:var(--accent-color)}.contact-content-new{display:flex;flex-direction:column;gap:1.5rem}.contact-header-section{margin-bottom:.5rem}.contact-title{font-size:1.5rem;font-weight:700;color:var(--accent-color);margin:0 0 .75rem;line-height:1.2}.contact-description-text{font-size:.875rem;color:hsla(0,0%,100%,.6);line-height:1.6;margin:0}.contact-methods-section{margin-top:.5rem}.contact-section-title{font-size:.75rem;font-weight:600;color:hsla(0,0%,100%,.5);text-transform:uppercase;letter-spacing:.05em;margin:0 0 .75rem}.contact-links{display:flex;flex-direction:column;gap:.75rem}.contact-link{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;border-radius:.5rem;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);text-decoration:none;color:hsla(0,0%,100%,.8);font-size:.875rem;transition:all .2s cubic-bezier(.25,.46,.45,.94);cursor:pointer}.contact-link:hover{background:hsla(0,0%,100%,.1);border-color:var(--accent-color);transform:translateY(-1px);box-shadow:0 2px 8px rgba(0,0,0,.2)}.contact-link-icon{width:16px;height:16px;color:var(--accent-color);flex-shrink:0;stroke-width:2}.contact-link-content{display:flex;flex-direction:column;gap:.125rem;flex:1 1}.contact-link-label{font-size:.6875rem;font-weight:500;color:hsla(0,0%,100%,.5);text-transform:uppercase;letter-spacing:.05em}.contact-link-value{font-size:.875rem;font-weight:500;color:hsla(0,0%,100%,.9)}.theme-selector-overlay{position:fixed;inset:0;background:rgba(0,0,0,.4);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:2000;display:flex;align-items:center;justify-content:center;animation:fadeIn .2s ease}.theme-selector{backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px);border-radius:10px;border:.5px solid hsla(0,0%,100%,.1);width:320px;max-width:90vw;animation:windowSlideIn .3s ease}.theme-selector-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid hsla(0,0%,100%,.1)}.theme-selector-title{font-size:1.125rem;font-weight:500;color:#fff}.theme-selector-close{width:28px;height:28px;border-radius:50%;border:none;background:hsla(0,0%,100%,.1);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.25rem;transition:all .2s ease;line-height:1}.theme-selector-close:hover{background:hsla(0,0%,100%,.2)}.theme-options{padding:.75rem}.theme-option{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;border-radius:10px;cursor:pointer;transition:all .2s ease;margin-bottom:.25rem}.theme-option:hover{background:hsla(0,0%,100%,.05)}.theme-option.active{background:hsla(0,0%,100%,.1)}.theme-color-circle{width:20px;height:20px;border-radius:50%;border:2px solid hsla(0,0%,100%,.2);flex-shrink:0}.theme-name{flex:1 1;font-size:.9375rem;color:#fff}.theme-check{width:20px;height:20px;color:var(--accent-color);flex-shrink:0}.theme-selector-footer{padding:.75rem 1.5rem;border-top:1px solid hsla(0,0%,100%,.1);font-size:.8125rem;color:hsla(0,0%,100%,.6);text-align:center}@media (max-width:1024px){.menu-bar{padding:0 .75rem;height:44px}.menu-item{padding:.4rem .6rem;font-size:.8125rem}.music-widget{padding:.4rem .75rem;font-size:.8125rem}.music-text{max-width:150px}.weather-widget{min-width:100px;padding:.4rem .75rem;font-size:.7rem}.quote-section{top:70px;left:40px;max-width:400px}.weather-widget-top-right{top:70px;right:40px;min-width:140px;padding:.75rem 1rem}.spotify-widget-section{top:70px;left:50%;transform:translateX(-50%);max-width:90vw}.quote-marks{font-size:6rem}.quote-text{font-size:1.25rem}.dock{padding:.625rem 1.25rem;gap:.625rem}.dock-icon{width:56px;height:56px}.dock-icon-svg{width:32px;height:32px}.draggable-window{max-width:95vw;max-height:95vh}.theme-selector{width:90vw;max-width:90vw}.theme-selector-header{padding:1rem 1.25rem}.theme-selector-title{font-size:1rem}.theme-options{padding:.5rem}.theme-option{padding:.75rem .875rem}.theme-selector-footer{padding:.625rem 1rem;font-size:.75rem}}@media (max-width:768px){.lock-time>div{font-size:clamp(3rem,15vw,6rem)}.lock-date{font-size:clamp(1rem,5vw,1.5rem)}.password-dot{width:8px;height:8px}.menu-bar{height:auto;flex-wrap:wrap;padding:.5rem;gap:.5rem}.menu-left{flex:1 1;min-width:0}.menu-right{flex-shrink:0}.menu-center{order:3;width:100%;margin-top:.5rem}.spotify-player-container{max-width:100%}.spotify-player{padding:.4rem .75rem}.spotify-track-title{font-size:.8125rem}.spotify-track-artist{font-size:.7rem}.spotify-btn{width:24px;height:24px;font-size:.875rem}.spotify-btn-play{width:28px;height:28px}.weather-widget{min-width:auto;padding:.4rem .6rem;font-size:.7rem}.weather-temp{font-size:.875rem}.quote-section{top:50px;left:20px;max-width:calc(100% - 40px)}.weather-widget-top-right{top:50px;right:20px;min-width:120px;padding:.625rem .875rem;font-size:.7rem}.spotify-widget-section{top:50px;left:50%;transform:translateX(-50%);max-width:90vw}.quote-marks{font-size:4rem;margin-bottom:-2rem}.quote-text{font-size:1rem;padding-left:1rem;padding-right:1rem}.dock{bottom:10px;padding:.5rem 1rem;gap:.5rem;flex-wrap:wrap;justify-content:center;max-width:calc(100% - 20px)}.dock-icon{width:48px;height:48px}.dock-icon-svg{width:28px;height:28px}.dock-icon:hover{transform:translateY(-8px) scale(1.1)}.draggable-window{width:100vw!important;height:100vh!important;max-width:100vw!important;max-height:100vh!important;border-radius:0;top:0!important;left:0!important}.window-header{padding:.625rem 1rem}.window-content{padding:1rem}.spotify-widget-container{width:90vw;max-width:90vw}.spotify-widget{padding:1rem;gap:.75rem}.spotify-track-title{font-size:.9375rem}.spotify-track-artist{font-size:.75rem}.spotify-controls{gap:.75rem}.spotify-btn{width:28px;height:28px;font-size:.85rem}.spotify-btn-play{width:40px;height:40px;font-size:1rem}.spotify-volume-container{gap:.5rem}.terminal-content{padding:.75rem;font-size:.8rem}.terminal-line{gap:.5rem}.prompt-symbol,.terminal-command,.terminal-prompt,.terminal-response{font-size:.8rem}.neofetch-container{flex-direction:column;gap:1rem;align-items:center}.neofetch-ascii{width:100%;display:flex;justify-content:center}.ascii-art{font-size:.5rem;line-height:1;overflow-x:auto;max-width:100%}.neofetch-info{width:100%}.info-line{flex-wrap:wrap;font-size:.875rem}.terminal-input{min-width:150px;font-size:.875rem}.projects-header{flex-direction:column;align-items:flex-start;gap:.75rem}.contact-links{gap:.625rem}.contact-link{padding:.75rem}}@media (max-width:480px){.menu-bar{padding:.5rem;height:auto;flex-wrap:wrap;gap:.5rem}.menu-left{flex:1 1;min-width:0}.menu-right{flex-shrink:0}.menu-item{padding:.4rem .6rem;font-size:.75rem;white-space:nowrap}.menu-icon{font-size:.875rem}.music-widget-menu{display:none}.spotify-widget-container{width:95vw;max-width:95vw}.spotify-widget{padding:.875rem;gap:.625rem}.spotify-track-title{font-size:.875rem}.spotify-track-artist{font-size:.7rem}.spotify-controls{gap:.5rem}.spotify-btn{width:24px;height:24px;font-size:.8rem}.spotify-btn-play{width:36px;height:36px;font-size:.95rem}.spotify-volume-container{gap:.4rem}.spotify-volume-icon{font-size:.875rem}.spotify-playlist{max-height:200px}.weather-widget{min-width:auto;padding:.3rem .5rem;font-size:.65rem}.weather-temp{font-size:.8rem}.quote-section{top:60px;left:10px;right:10px;max-width:calc(100% - 20px);position:relative}.weather-widget-top-right{top:60px;right:10px;min-width:110px;padding:.5rem .75rem;font-size:.65rem}.spotify-widget-section{top:60px;left:50%;transform:translateX(-50%);max-width:calc(100% - 20px)}.quote-marks{font-size:2rem;margin-bottom:-1rem}.quote-text{font-size:.8rem;padding-left:.5rem;padding-right:.5rem;line-height:1.3}.dock{bottom:10px;padding:.5rem;gap:.5rem;flex-wrap:wrap;justify-content:center;max-width:calc(100% - 20px);border-radius:16px}.dock-icon{width:40px;height:40px;padding:.5rem}.dock-icon-svg{width:20px;height:20px}.dock-icon:hover{transform:translateY(-4px) scale(1.05)}.desktop-footer{font-size:.65rem;padding:.4rem}.draggable-window{width:100vw!important;height:100vh!important;max-width:100vw!important;max-height:100vh!important;border-radius:0;top:0!important;left:0!important}.window-header{padding:.75rem 1rem}.window-title{font-size:.875rem}.window-btn{width:12px;height:12px;margin-left:.4rem}.window-content{padding:1rem}.neofetch-container{flex-direction:column;gap:.75rem;align-items:center}.neofetch-ascii{width:100%;display:flex;justify-content:center;overflow-x:auto}.ascii-art{font-size:.35rem;line-height:.85;transform:scale(.7);transform-origin:center;max-width:100%;overflow-x:auto}.neofetch-info{width:100%}.info-line{flex-wrap:wrap;gap:.25rem}.info-label,.info-line,.info-value{font-size:.75rem}.terminal-input{min-width:0;width:100%;font-size:.7rem}.about-content h2{font-size:1.5rem}.about-description{font-size:.875rem}.about-info{gap:.5rem}.info-item{padding:.5rem;font-size:.8rem}.projects-content h2{font-size:1.5rem}.project-card{padding:1rem}.project-card h3{font-size:1.1rem}.project-description{font-size:.85rem}.contact-content-new{gap:1rem}.contact-title{font-size:1.25rem}.contact-description-text{font-size:.8125rem}.contact-link{padding:.75rem;gap:.625rem}.contact-link-icon{width:14px;height:14px}.contact-link-value{font-size:.8125rem}.theme-selector{width:95vw;max-width:95vw;border-radius:12px}.theme-selector-header{padding:.875rem 1rem}.theme-selector-title{font-size:.9375rem}.theme-selector-close{width:24px;height:24px;font-size:1rem}.theme-options{padding:.5rem}.theme-option{padding:.625rem .75rem;gap:.625rem}.theme-color-circle{width:18px;height:18px}.theme-name{font-size:.875rem}.theme-check{width:18px;height:18px}.theme-selector-footer{padding:.5rem .875rem;font-size:.7rem;line-height:1.4}}@media (max-width:360px){.menu-bar{padding:.4rem;gap:.4rem}.menu-item{padding:.3rem .5rem;font-size:.7rem}.quote-section{top:50px;left:8px;right:8px}.quote-marks{font-size:1.75rem}.quote-text{font-size:.75rem}.dock{padding:.4rem;gap:.4rem;bottom:8px}.dock-icon{width:36px;height:36px;padding:.4rem}.dock-icon-svg{width:18px;height:18px}.ascii-art{font-size:.3rem;transform:scale(.6)}.info-line{font-size:.7rem}.terminal-input{font-size:.65rem}.theme-selector{width:98vw;max-width:98vw}.theme-option{padding:.5rem .625rem}.theme-color-circle{width:16px;height:16px}.theme-name{font-size:.8rem}}