*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;background-position:center;background-size:cover;background-repeat:no-repeat;overflow:hidden}main{padding-top:28px;height:100vh;overflow-y:auto;padding-bottom:60px}.desktop{position:relative;height:calc(100vh - 28px);padding:10px}.github-content{display:flex;flex-direction:column;height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.github-content .github-header{padding:12px 16px;border-bottom:1px solid rgba(255,255,255,.1);background:#21212180}.github-content .github-header .repo-info{display:flex;align-items:center;gap:8px;font-size:14px;color:#fff}.github-content .github-header .repo-info .repo-icon{font-size:20px}.github-content .github-header .repo-info .repo-name{font-weight:600}.github-content .github-header .repo-info .repo-badge{padding:2px 8px;border-radius:12px;background:#5856d64d;border:1px solid rgba(88,86,214,.5);font-size:11px;color:#a78bfa}.github-content .github-body{display:flex;flex:1;overflow:hidden}.github-content .github-body .github-sidebar{width:200px;background:#19191980;border-right:1px solid rgba(255,255,255,.05);padding:12px}.github-content .github-body .github-sidebar ul{list-style:none}.github-content .github-body .github-sidebar ul li{padding:8px 12px;border-radius:6px;color:#ffffffb3;font-size:13px;cursor:pointer;display:flex;align-items:center;gap:8px}.github-content .github-body .github-sidebar ul li:hover{background:#ffffff0d}.github-content .github-body .github-sidebar ul li.active{background:#5856d633;color:#fff}.github-content .github-body .github-main{flex:1;padding:24px;color:#fff}.github-content .github-body .github-main h1{font-size:24px;margin-bottom:8px}.github-content .github-body .github-main p{color:#fff9;margin-bottom:16px}.github-content .github-body .github-main .stats{display:flex;gap:16px;font-size:13px;color:#ffffff80}.notes-content{display:flex;height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.notes-content .notes-sidebar{width:180px;background:#19191980;border-right:1px solid rgba(255,255,255,.05);padding:12px}.notes-content .notes-sidebar .notes-search{padding:6px 10px;border-radius:6px;background:#ffffff0d;color:#fff6;font-size:12px;margin-bottom:12px}.notes-content .notes-sidebar ul{list-style:none}.notes-content .notes-sidebar ul li{padding:8px 10px;border-radius:6px;color:#ffffffb3;font-size:13px;cursor:pointer}.notes-content .notes-sidebar ul li:hover{background:#ffffff0d}.notes-content .notes-sidebar ul li.active{background:#ffd60a26;color:#ffd60a}.notes-content .notes-main{flex:1;padding:24px;color:#fff}.notes-content .notes-main h1{font-size:22px;margin-bottom:12px}.notes-content .notes-main p{color:#fff9;line-height:1.6}.doc{display:flex;position:fixed;bottom:4px;left:50%;transform:translate(-50%);justify-content:center;background:#50505040;padding:4px 12px;border-radius:16px;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);gap:4px;border:1px solid rgba(255,255,255,.1);box-shadow:0 4px 30px #0000004d;z-index:9999}.doc .icon{width:48px;height:48px;border-radius:12px;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:all .25s cubic-bezier(.25,.1,.25,1);position:relative}.doc .icon img{width:32px;height:32px;object-fit:contain;pointer-events:none}.doc .icon:after{content:"";position:absolute;inset:0;border-radius:12px;background:transparent;transition:background .2s ease}.doc .icon:hover{transform:scale(1.1) translateY(-4px)}.doc .icon:hover:after{background:#ffffff1a}.doc .icon:hover+.icon,.doc .icon:has(+.icon:hover){transform:scale(1.05) translateY(-2px)}.doc .icon[title]:hover:before{content:attr(title);position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);background:#1e1e1ef2;color:#fff;padding:6px 12px;border-radius:6px;font-size:12px;white-space:nowrap;z-index:10000;box-shadow:0 2px 8px #0000004d;pointer-events:none}.doc .github,.doc .cli{background:linear-gradient(145deg,#24292e,#1a1e22);box-shadow:0 2px 8px #0000004d}.doc .note{background:linear-gradient(145deg,#ffd60a,#f5b800);box-shadow:0 2px 8px #ffd60a4d}.doc .calender{background:linear-gradient(145deg,#5856d6,#4f46e5);box-shadow:0 2px 8px #5856d64d}.doc .spotify{background:linear-gradient(145deg,#1db954,#158f42);box-shadow:0 2px 8px #1db9544d}.doc .mail{background:linear-gradient(145deg,#007aff,#0056cc);box-shadow:0 2px 8px #007aff4d}.doc .link{background:linear-gradient(145deg,#af52de,#9334e6);box-shadow:0 2px 8px #af52de4d}.doc .projects{background:linear-gradient(145deg,#30d158,#25a746);box-shadow:0 2px 8px #30d1584d}.doc .resume{background:linear-gradient(145deg,#ff9500,#f70);box-shadow:0 2px 8px #ff95004d}.mac-navbar{display:flex;justify-content:space-between;align-items:center;height:28px;padding:0 12px;background:#1e1e1ecc;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);position:fixed;top:0;left:0;right:0;z-index:1000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;font-size:13px;color:#ffffffe6;-webkit-user-select:none;user-select:none}.mac-navbar .navbar-left{display:flex;align-items:center;gap:16px}.mac-navbar .navbar-left .apple-logo{display:flex;align-items:center;cursor:pointer;padding:2px 6px;border-radius:4px;transition:all .15s ease}.mac-navbar .navbar-left .apple-logo img{width:16px;height:16px}.mac-navbar .navbar-left .apple-logo:hover{background:#ffffff1a}.mac-navbar .navbar-left .app-name{font-weight:600;font-size:14px}.mac-navbar .navbar-left .menu-items{display:flex;align-items:center;gap:2px;list-style:none;margin:0;padding:0}.mac-navbar .navbar-left .menu-items .menu-item{padding:2px 10px;border-radius:4px;cursor:pointer;transition:background .15s ease}.mac-navbar .navbar-left .menu-items .menu-item:hover{background:#ffffff1a}.mac-navbar .navbar-right{display:flex;align-items:center;gap:2px}.mac-navbar .navbar-right .nav-icon{display:flex;align-items:center;justify-content:center;padding:2px 6px;border-radius:4px;cursor:pointer;transition:background .15s ease}.mac-navbar .navbar-right .nav-icon img,.mac-navbar .navbar-right .nav-icon svg{width:16px;height:16px}.mac-navbar .navbar-right .nav-icon:hover{background:#ffffff1a}.mac-navbar .navbar-right .control-center{display:flex;align-items:center;justify-content:center;padding:2px 6px;border-radius:4px;cursor:pointer;transition:background .15s ease}.mac-navbar .navbar-right .control-center svg{width:16px;height:16px}.mac-navbar .navbar-right .control-center:hover{background:#ffffff1a}.mac-navbar .navbar-right .datetime{display:flex;flex-direction:column;align-items:flex-end;padding:2px 8px;border-radius:4px;cursor:pointer;transition:background .15s ease;margin-left:4px}.mac-navbar .navbar-right .datetime .time{font-size:13px;font-weight:500}.mac-navbar .navbar-right .datetime .date{font-size:10px;opacity:.8}.mac-navbar .navbar-right .datetime:hover{background:#ffffff1a}.window{min-height:500px;min-width:500px;height:100%;display:flex;flex-direction:column;background-color:#181616;border-radius:.75rem;overflow:hidden}.window::-webkit-scrollbar{display:none}.window{color:#929090;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-weight:500}.window .nav{flex-shrink:0;display:flex;gap:1.5rem;align-items:center;border-bottom:1px solid rgba(245,245,245,.415);position:sticky;top:0;z-index:10;background-color:#181616}.window .nav .dots{display:flex;gap:.25rem;padding-inline:.75rem;padding-block:.5rem}.window .nav .dots .dot{width:10px;height:10px;border-radius:50%;background-color:#fff}.window .nav .dots .red{background-color:#ff5f56;cursor:pointer}.window .nav .dots .yellow{background-color:#ffbd2e}.window .nav .dots .green{background-color:#27c93f}.window .main-content{flex:1;overflow:auto}.window .main-content::-webkit-scrollbar{display:none}.cli-container{width:100%;height:100%}.cli-container::webkit-scrollbar{display:none}.cli-container div[name=react-console-emulator]{width:100%;height:100%}.cli-container div[name=react-console-emulator]::-webkit-scrollbar{display:none}.github-container{padding:1rem;min-height:460px;overflow-y:auto}.github-container .loading{display:flex;align-items:center;justify-content:center;height:200px;color:#7d8590}.github-container .profile-section{display:flex;gap:1.25rem;padding-bottom:1.25rem;border-bottom:1px solid rgba(245,245,245,.15);margin-bottom:1.25rem}.github-container .profile-section .avatar{width:80px;height:80px;border-radius:50%;border:2px solid #30363d}.github-container .profile-section .profile-info .name{color:#f0f6fc;font-size:1.25rem;font-weight:600;margin:0}.github-container .profile-section .profile-info .username{color:#8b949e;margin:.25rem 0}.github-container .profile-section .profile-info .bio{color:#c9d1d9;margin:.5rem 0;font-size:.875rem}.github-container .profile-section .profile-info .stats{display:flex;gap:1rem;font-size:.875rem;color:#8b949e}.github-container .profile-section .profile-info .stats strong{color:#f0f6fc}.github-container .repos-section .section-title{color:#f0f6fc;font-size:1rem;font-weight:600;margin:0 0 1rem}.github-container .repos-section .repos-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.github-container .repos-section .repos-grid .repo-card{background:#6e76811a;border:1px solid rgba(48,54,61,.7);border-radius:6px;padding:.875rem;text-decoration:none;transition:all .2s ease;display:flex;flex-direction:column;gap:.5rem}.github-container .repos-section .repos-grid .repo-card:hover{background:#6e768133;border-color:#8b949e;transform:translateY(-2px)}.github-container .repos-section .repos-grid .repo-card .repo-header{display:flex;justify-content:space-between;align-items:center}.github-container .repos-section .repos-grid .repo-card .repo-header .repo-name{color:#58a6ff;font-weight:600;font-size:.9375rem}.github-container .repos-section .repos-grid .repo-card .repo-header .repo-visibility{font-size:.75rem;color:#8b949e;background:#6e768133;padding:.125rem .5rem;border-radius:12px}.github-container .repos-section .repos-grid .repo-card .repo-description{color:#8b949e;font-size:.8125rem;margin:0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.github-container .repos-section .repos-grid .repo-card .repo-stats{display:flex;gap:1rem;font-size:.75rem;color:#8b949e;margin-top:auto}.github-container .repos-section .repos-grid .repo-card .repo-stats .language{display:flex;align-items:center;gap:.25rem}.github-container .repos-section .repos-grid .repo-card .repo-stats .language .lang-dot{width:8px;height:8px;border-radius:50%;background-color:#f1e05a}.github-container .repos-section .repos-grid .repo-card .repo-stats .stars,.github-container .repos-section .repos-grid .repo-card .repo-stats .forks{display:flex;align-items:center;gap:.25rem}.note-container{padding-inline:1rem;padding-block:1rem}.note-container::-webkit-scrollbar{display:none}.note-container pre{background-color:transparent!important}.projects-container{padding:1rem;min-height:460px;overflow-y:auto}.projects-container .header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.projects-container .header .title{color:#f0f6fc;font-size:1.125rem;font-weight:600;margin:0}.projects-container .header .count{color:#8b949e;font-size:.875rem;background:#6e768126;padding:.25rem .75rem;border-radius:12px}.projects-container .projects-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.projects-container .projects-grid .project-card{background:#21262d;border:1px solid #30363d;border-radius:8px;overflow:hidden;text-decoration:none;transition:all .25s ease}.projects-container .projects-grid .project-card:hover{transform:translateY(-4px);border-color:#8b949e;box-shadow:0 8px 24px #0000004d}.projects-container .projects-grid .project-card:hover .project-image .overlay{opacity:1}.projects-container .projects-grid .project-card .project-image{position:relative;height:100px;overflow:hidden}.projects-container .projects-grid .project-card .project-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.projects-container .projects-grid .project-card .project-image .overlay{position:absolute;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .25s ease}.projects-container .projects-grid .project-card .project-image .overlay .view-btn{color:#fff;font-weight:600;font-size:.875rem;background:#238636;padding:.375rem .75rem;border-radius:6px}.projects-container .projects-grid .project-card .project-info{padding:.75rem}.projects-container .projects-grid .project-card .project-info .project-name{color:#f0f6fc;font-size:.9375rem;font-weight:600;margin:0 0 .375rem}.projects-container .projects-grid .project-card .project-info .project-description{color:#8b949e;font-size:.75rem;margin:0 0 .625rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.projects-container .projects-grid .project-card .project-info .tech-stack{display:flex;flex-wrap:wrap;gap:.375rem}.projects-container .projects-grid .project-card .project-info .tech-stack .tech-tag{color:#79c0ff;font-size:.6875rem;background:#388bfd26;padding:.125rem .5rem;border-radius:12px;font-weight:500}.resume-container{width:100%;height:100%}.resume-container::-webkit-scrollbar{display:none}.resume-container embed{width:100%;height:100vh;border:none}.resume-container embed::-webkit-scrollbar{display:none}.spotify-container{width:100%;height:100%}
