*{box-sizing:border-box;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;margin:0;padding:0}:root{--font-sans:"Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-mono:"JetBrains Mono", "Fira Code", Courier, monospace;--vscode-bg:#0d111cb3;--vscode-sidebar:#0a0c1680;--vscode-activitybar:#07080f99;--vscode-statusbar:#4f46e5;--vscode-tab-active:#1e293bb3;--vscode-tab-inactive:#0f172a73;--vscode-border:#ffffff14;--vscode-text-normal:#e2e8f0;--vscode-text-muted:#64748b;--vscode-accent:#6366f1;--syntax-keyword:#c586c0;--syntax-fn:#dcdcaa;--syntax-class:#4ec9b0;--syntax-variable:#9cdcfe;--syntax-string:#ce9178;--syntax-comment:#6a9955;--syntax-number:#b5cea8;--syntax-type:#569cd6;--syntax-annotation:#4fc1ff;--blur-amount:25px}html,body,#root{width:100%;height:100%;font-family:var(--font-sans);color:var(--vscode-text-normal);background-color:#030712;overflow:hidden}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#ffffff40}.bg-blobs{z-index:0;pointer-events:none;position:absolute;inset:0;overflow:hidden}.bg-blob{filter:blur(90px);opacity:.18;border-radius:50%;animation:25s ease-in-out infinite alternate blob-float;position:absolute}.blob1{background:#6366f1;width:600px;height:600px;top:-15%;left:20%}.blob2{background:#d946ef;width:500px;height:500px;animation-delay:5s;bottom:-10%;right:15%}@keyframes blob-float{0%{transform:translate(0)scale(1)}50%{transform:translate(40px,-30px)scale(1.08)}to{transform:translate(-20px,40px)scale(.95)}}.ide-container{z-index:1;flex-direction:column;width:100vw;height:100vh;display:flex;position:relative;overflow:hidden}.ide-title-bar{background:var(--vscode-activitybar);border-bottom:1px solid var(--vscode-border);height:35px;color:var(--vscode-text-muted);-webkit-backdrop-filter:blur(15px);justify-content:space-between;align-items:center;padding:0 16px;font-size:12px;font-weight:500;display:flex}.ide-window-dots{gap:6px;display:flex}.ide-window-dot{border-radius:50%;width:11px;height:11px}.dot-red{background:#ef4444}.dot-yellow{background:#eab308}.dot-green{background:#22c55e}.ide-title-text{text-align:center;color:var(--vscode-text-normal);flex:1;margin-right:-40px;font-size:11.5px}.ide-workspace{flex:1;display:flex;position:relative;overflow:hidden}.ide-activity-bar{background:var(--vscode-activitybar);border-right:1px solid var(--vscode-border);z-index:5;-webkit-backdrop-filter:blur(15px);flex-direction:column;justify-content:space-between;align-items:center;width:50px;padding:12px 0;display:flex}.activity-icons-top,.activity-icons-bottom{flex-direction:column;align-items:center;gap:16px;width:100%;display:flex}.activity-btn{width:50px;height:44px;color:var(--vscode-text-muted);cursor:pointer;background:0 0;border:none;border-left:2px solid #0000;outline:none;justify-content:center;align-items:center;transition:all .2s;display:flex}.activity-btn:hover{color:var(--vscode-text-normal)}.activity-btn.active{color:var(--vscode-accent);border-left-color:var(--vscode-accent)}.ide-sidebar{background:var(--vscode-sidebar);border-right:1px solid var(--vscode-border);z-index:4;width:250px;-webkit-backdrop-filter:blur(var(--blur-amount));flex-direction:column;transition:width .25s;display:flex}.sidebar-header{text-transform:uppercase;letter-spacing:.08em;color:var(--vscode-text-muted);border-bottom:1px solid var(--vscode-border);padding:14px 20px;font-size:11px;font-weight:600}.explorer-tree{flex:1;padding:12px 0;overflow-y:auto}.explorer-folder{margin-bottom:8px}.folder-title{color:var(--vscode-text-normal);cursor:pointer;align-items:center;gap:8px;padding:6px 20px;font-size:12px;font-weight:600;display:flex}.folder-files{padding-left:14px}.file-item{color:var(--vscode-text-muted);cursor:pointer;border-left:2px solid #0000;align-items:center;gap:8px;padding:6px 20px 6px 24px;font-size:12.5px;font-weight:500;transition:all .15s;display:flex}.file-item:hover{color:var(--vscode-text-normal);background:#ffffff08}.file-item.active{color:var(--vscode-text-normal);border-left-color:var(--vscode-accent);background:#6366f114}.ide-editor-area{background:var(--vscode-bg);-webkit-backdrop-filter:blur(var(--blur-amount));flex-direction:column;flex:1;display:flex;overflow:hidden}.editor-tabs-bar{background:var(--vscode-sidebar);border-bottom:1px solid var(--vscode-border);scrollbar-width:none;height:38px;display:flex;overflow-x:auto}.editor-tabs-bar::-webkit-scrollbar{display:none}.editor-tab{height:100%;color:var(--vscode-text-muted);background:var(--vscode-tab-inactive);border-right:1px solid var(--vscode-border);cursor:pointer;align-items:center;gap:10px;padding:0 16px;font-size:12.5px;transition:all .15s;display:flex;position:relative}.editor-tab.active{background:var(--vscode-tab-active);color:var(--vscode-text-normal)}.editor-tab.active:after{content:"";background:var(--vscode-accent);height:2px;box-shadow:0 0 6px var(--vscode-accent);position:absolute;bottom:0;left:0;right:0}.tab-close-btn{width:14px;height:14px;color:var(--vscode-text-muted);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:9px;transition:all .15s;display:flex}.tab-close-btn:hover{color:#fff;background:#ffffff26}.welcome-container{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:24px;padding:40px;display:flex}.welcome-logo{color:#6366f126;filter:drop-shadow(0 0 15px #6366f10d);font-size:72px;animation:4s ease-in-out infinite alternate logo-glow}@keyframes logo-glow{0%{filter:drop-shadow(0 0 15px #6366f10d);transform:scale(1)}to{filter:drop-shadow(0 0 25px #6366f140);transform:scale(1.04)}}.welcome-title{background:linear-gradient(90deg,#a5b4fc,#f472b6);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:26px;font-weight:700}.welcome-shortcuts{background:#ffffff03;border:1px solid #ffffff0a;border-radius:16px;flex-direction:column;gap:14px;width:100%;max-width:320px;padding:20px;display:flex}.shortcut-row{color:var(--vscode-text-secondary);justify-content:space-between;align-items:center;font-size:13px;display:flex}.shortcut-key{font-size:11px;font-family:var(--font-mono);color:var(--vscode-text-normal);background:#ffffff0f;border:1px solid #ffffff1a;border-radius:4px;padding:2px 8px;box-shadow:0 2px 4px #00000026}.editor-viewport{flex:1;display:flex;overflow:hidden}.editor-code-pane{border-right:1px solid var(--vscode-border);background:#0000001a;flex:1;display:flex;overflow-y:auto}.editor-preview-pane{background:0 0;flex:1;overflow-y:auto}.code-lines-container{font-family:var(--font-mono);width:100%;padding:20px;font-size:13px;line-height:1.6;display:table}.code-line{display:table-row}.code-line-number{text-align:right;color:var(--vscode-text-muted);-webkit-user-select:none;user-select:none;width:30px;padding-right:20px;font-size:12px;display:table-cell}.code-line-content{word-break:break-all;white-space:pre-wrap;color:#fff;display:table-cell}.hl-keyword{color:var(--syntax-keyword);font-weight:600}.hl-fn{color:var(--syntax-fn)}.hl-class{color:var(--syntax-class)}.hl-var{color:var(--syntax-variable)}.hl-str{color:var(--syntax-string)}.hl-comment{color:var(--syntax-comment);font-style:italic}.hl-num{color:var(--syntax-number)}.hl-type{color:var(--syntax-type)}.hl-anno{color:var(--syntax-annotation)}.preview-markdown-body{font-family:var(--font-sans);color:var(--vscode-text-normal);flex-direction:column;gap:20px;padding:24px;line-height:1.6;display:flex}.preview-badge-row{flex-wrap:wrap;gap:6px;margin-top:4px;display:flex}.preview-badge{color:#a5b4fc;background:#6366f11f;border:1px solid #6366f133;border-radius:4px;padding:2px 8px;font-size:11px;font-weight:500}.preview-section-card{background:#ffffff05;border:1px solid #ffffff0a;border-radius:12px;padding:16px 20px}.preview-section-title{color:#fff;border-bottom:1px solid #ffffff0a;margin-bottom:12px;padding-bottom:6px;font-size:14px;font-weight:600}.preview-phone-gallery{border-top:1px solid var(--vscode-border);background:#00000026;justify-content:center;align-items:center;padding:32px 16px;display:flex}.readme-profile-row{border-bottom:1px solid var(--vscode-border);align-items:center;gap:20px;padding-bottom:20px;display:flex}.readme-avatar{background:linear-gradient(135deg,#6366f1,#d946ef);border:2px solid #ffffff14;border-radius:50%;justify-content:center;align-items:center;width:90px;height:90px;font-size:32px;font-weight:700;display:flex}.readme-title{color:#fff;font-size:22px;font-weight:700}.readme-role{color:var(--vscode-text-secondary);font-size:13.5px;font-weight:500}.contact-form-pane{flex-direction:column;gap:16px;max-width:500px;padding:24px;display:flex}.contact-form-input{border:1px solid var(--vscode-border);color:#fff;width:100%;font-size:13.5px;font-family:var(--font-sans);background:#00000040;border-radius:8px;outline:none;padding:10px 14px;transition:border-color .2s}.contact-form-input:focus{border-color:var(--vscode-accent)}.ide-status-bar{background:var(--vscode-statusbar);color:#fff;z-index:10;-webkit-backdrop-filter:blur(10px);justify-content:space-between;align-items:center;height:22px;padding:0 10px;font-size:11px;font-weight:500;display:flex}.status-left,.status-right{align-items:center;gap:14px;display:flex}.status-item{cursor:pointer;align-items:center;gap:4px;padding:0 4px;display:flex}.status-item:hover{background:#ffffff26}@media screen and (width<=900px){.ide-activity-bar{width:44px;padding:8px 0}.activity-btn{width:44px;height:40px}.ide-sidebar{z-index:100;width:230px;height:calc(100vh - 57px);position:fixed;top:35px;left:44px;transform:translate(-120%);box-shadow:10px 0 30px #00000080}.ide-sidebar.open-drawer{transform:translate(0)}.editor-viewport{flex-direction:column;overflow-y:auto}.editor-code-pane{border-right:none;border-bottom:1px solid var(--vscode-border);flex:none;max-height:280px}.editor-preview-pane{flex:none;overflow-y:visible}.readme-profile-row{text-align:center;flex-direction:column;gap:12px}.preview-phone-gallery{padding:24px 12px}}.resume-container{background:#111520;flex-direction:column;width:100%;height:100%;display:flex}.resume-toolbar{border-bottom:1px solid var(--vscode-border);-webkit-backdrop-filter:blur(10px);z-index:10;background:#0f172a99;flex-shrink:0;justify-content:space-between;align-items:center;height:40px;padding:0 16px;display:flex}.resume-frame{background:#111520;border:none;flex:1;width:100%}.resume-alternative{text-align:center;background:#0f172a66;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:12px;padding:24px;display:flex}.resume-alt-title{color:#fff;font-size:16px;font-weight:600}.phone-mockup{background:#000;border:12px solid #1f2937;border-radius:40px;flex-direction:column;flex-shrink:0;width:290px;height:590px;margin:0 auto;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #000000b3,0 0 30px #6366f126}.phone-notch{z-index:30;background:#1f2937;border-bottom-right-radius:16px;border-bottom-left-radius:16px;justify-content:center;align-items:center;width:120px;height:22px;display:flex;position:absolute;top:0;left:50%;transform:translate(-50%)}.phone-speaker{background:#111827;border-radius:2px;width:45px;height:4px}.phone-screen{background:#090d16;flex-direction:column;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.phone-status-bar{color:#fff;z-index:20;pointer-events:none;background:linear-gradient(#00000080 0%,#0000 100%);justify-content:space-between;align-items:center;height:24px;padding:0 16px;font-size:10px;font-weight:600;display:flex;position:absolute;top:0;left:0;right:0}.screenshot-badge{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;z-index:20;background:#000000a6;border:1px solid #ffffff1a;border-radius:12px;padding:3px 8px;font-size:10px;font-weight:600;position:absolute;top:32px;left:16px;box-shadow:0 2px 6px #0000004d}.phone-screenshot-container{scroll-snap-type:y mandatory;scrollbar-width:none;-ms-overflow-style:none;flex-direction:column;width:100%;height:100%;display:flex;overflow-y:auto}.phone-screenshot-container::-webkit-scrollbar{display:none}.phone-screenshot{object-fit:cover;object-position:top;scroll-snap-align:start;-webkit-user-select:none;user-select:none;flex-shrink:0;width:100%;height:100%}.phone-gallery-controls{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:25;background:#0f172a99;border:1px solid #ffffff1a;border-radius:20px;flex-direction:column;align-items:center;gap:8px;padding:8px 4px;display:flex;position:absolute;top:50%;right:12px;transform:translateY(-50%);box-shadow:0 4px 12px #0006}.gallery-control-btn{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;transition:background .15s;display:flex}.gallery-control-btn:hover{background:#fff3}.phone-home-indicator{z-index:20;pointer-events:none;opacity:.6;background:#fff;border-radius:2px;width:110px;height:4px;position:absolute;bottom:8px;left:50%;transform:translate(-50%)}.aboutme-btn{cursor:pointer;font-weight:600;font-family:var(--font-sans);border:1px solid #0000;outline:none;justify-content:center;align-items:center;gap:6px;transition:all .2s;display:inline-flex}.aboutme-btn.btn-primary{background:var(--vscode-accent);color:#fff;border-color:#ffffff0d}.aboutme-btn.btn-primary:hover{background:#4f46e5;box-shadow:0 0 10px #6366f166}.aboutme-btn.btn-secondary{color:var(--vscode-text-normal);border-color:var(--vscode-border);background:#ffffff0d}.aboutme-btn.btn-secondary:hover{background:#ffffff1a;border-color:#ffffff26}.skills-list{flex-wrap:wrap;gap:8px;margin-top:6px;display:flex}.skill-tag{border:1px solid var(--vscode-border);color:var(--vscode-text-muted);background:#ffffff05;border-radius:6px;font-weight:500;transition:all .2s}.skill-tag:hover{color:#a5b4fc;background:#6366f11a;border-color:#6366f14d}.stat-item{text-align:center;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;padding:12px;transition:transform .2s,background-color .2s;display:flex}.stat-item:hover{transform:translateY(-2px);background-color:#ffffff08!important}.stat-val{color:#fff;font-weight:700;font-family:var(--font-sans)}.stat-lbl{color:var(--vscode-text-muted);margin-top:4px;font-size:11px;font-weight:500}@media screen and (width<=500px){.phone-mockup{border-width:8px;border-radius:30px;width:250px;height:510px}.phone-notch{border-bottom-right-radius:12px;border-bottom-left-radius:12px;width:100px;height:18px}}.phone-homescreen{background:radial-gradient(circle,#1e1b4b 0%,#030712 100%);flex-direction:column;width:100%;height:100%;padding:60px 16px 30px;display:flex;overflow:hidden}.homescreen-grid{scrollbar-width:none;grid-template-columns:repeat(3,1fr);justify-content:center;align-items:start;gap:20px 12px;height:100%;padding-bottom:20px;display:grid;overflow-y:auto}.homescreen-grid::-webkit-scrollbar{display:none}.homescreen-app-icon{cursor:pointer;flex-direction:column;align-items:center;gap:6px;transition:transform .15s;display:flex}.homescreen-app-icon:hover{transform:scale(1.15)}.app-icon-shape{color:#fff;border:1px solid #ffffff1a;border-radius:12px;justify-content:center;align-items:center;width:50px;height:50px;font-size:20px;font-weight:700;display:flex;box-shadow:0 4px 10px #00000080,0 0 10px #ffffff0d}.app-icon-label{color:#ffffffd9;text-align:center;text-shadow:0 1px 2px #000c;white-space:nowrap;text-overflow:ellipsis;width:100%;font-size:10px;font-weight:600;overflow:hidden}.undocked-emulator-window{-webkit-backdrop-filter:blur(20px);background:#0a0f1ed1;border:1px solid #ffffff1f;border-radius:16px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 30px 60px #000c,0 0 25px #6366f133}.emulator-drag-handle{cursor:grab;-webkit-user-select:none;user-select:none;background:#0f172ad9;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;height:36px;padding:0 14px;display:flex}.emulator-drag-handle:active{cursor:grabbing}.emulator-control-action-btn{color:#fff;cursor:pointer;background:#6366f133;border:1px solid #6366f166;border-radius:4px;padding:2px 8px;font-size:10.5px;font-weight:600;transition:all .15s}.emulator-control-action-btn:hover{background:#6366f159;box-shadow:0 0 8px #6366f14d}.emulator-body-content{background:#00000040;justify-content:center;align-items:center;padding:16px;display:flex}.phone-camera-hole{z-index:35;background:#000;border:1px solid #ffffff1a;border-radius:50%;width:10px;height:10px;position:absolute;top:6px;left:50%;transform:translate(-50%)}.phone-status-bar{justify-content:space-between;align-items:center;padding:0 16px 0 14px;display:flex}.phone-navigation-bar{z-index:30;background:#000;border-top:1px solid #ffffff0d;flex-shrink:0;justify-content:space-around;align-items:center;height:32px;display:flex}.nav-bar-btn{color:#ffffff80;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:44px;height:100%;transition:color .15s,transform .15s;display:flex}.nav-bar-btn:hover{color:#fff}.nav-bar-btn:active{transform:scale(.85)}.phone-lockscreen{-webkit-backdrop-filter:blur(15px);z-index:28;background:radial-gradient(circle,#111827e0 0%,#030712f5 100%);flex-direction:column;justify-content:space-between;align-items:center;padding:60px 20px 40px;display:flex;position:absolute;inset:0 0 32px}.lockscreen-clock-area{text-align:center;flex-direction:column;gap:4px;display:flex}.lockscreen-time{color:#fff;letter-spacing:-.02em;font-size:38px;font-weight:700;line-height:1}.lockscreen-date{color:#fff9;font-size:11px;font-weight:500}.lockscreen-notification{background:#ffffff0a;border:1px solid #ffffff14;border-radius:14px;width:100%;padding:12px 14px;box-shadow:0 4px 15px #0000004d}.notification-icon-pill{background:#6366f126;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:14px;display:flex}.lockscreen-scanner-area{flex-direction:column;align-items:center;display:flex}.fingerprint-scanner-btn{color:#fffc;cursor:pointer;background:#ffffff08;border:2px solid #ffffff1f;border-radius:50%;outline:none;justify-content:center;align-items:center;width:58px;height:58px;transition:all .2s;display:flex;position:relative}.fingerprint-scanner-btn:hover{color:var(--vscode-accent);background:#6366f114;border-color:#6366f166}.fingerprint-scanner-btn.scanning{color:#22c55e;border-color:#22c55e;box-shadow:0 0 15px #22c55e66}.fingerprint-scan-wave{pointer-events:none;border:2px solid #22c55e;border-radius:50%;width:100%;height:100%;animation:1s ease-out infinite fingerprint-pulse;position:absolute}@keyframes fingerprint-pulse{0%{opacity:.8;transform:scale(1)}to{opacity:0;transform:scale(1.6)}}
