:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.app-container{height:100%;display:flex;flex-direction:column;background:#fffffff2}.app-header{padding:24px 32px;border-bottom:1px solid rgba(0,0,0,.1);background:linear-gradient(135deg,#ffffffe6,#f8f9fae6);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.app-header h1{margin:0;font-size:28px;font-weight:700;color:#1a1a1a;display:flex;align-items:center;gap:12px}.app-header p{margin:8px 0 0;color:#666;font-size:16px}.app-content{flex:1;padding:32px;overflow-y:auto;background:#fffc}.profile-section{display:flex;gap:32px;margin-bottom:48px;align-items:center;flex-wrap:wrap}.profile-image{flex-shrink:0}.avatar{width:120px;height:120px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:48px;color:#fff;box-shadow:0 8px 32px #667eea4d}.profile-info{flex:1;min-width:300px}.profile-info h2{margin:0 0 16px;font-size:32px;font-weight:700;color:#1a1a1a}.intro{font-size:18px;line-height:1.6;color:#555;margin-bottom:24px}.highlights{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.highlight-item{display:flex;align-items:center;gap:12px;padding:16px;background:#667eea1a;border-radius:12px;transition:transform .2s ease}.highlight-item:hover{transform:translateY(-2px)}.highlight-icon{font-size:24px}.highlight-text{font-weight:600;color:#333}.stats-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:24px;margin-bottom:48px}.stat-card{text-align:center;padding:32px 24px;background:linear-gradient(135deg,#ffffffe6,#f8f9fae6);border-radius:16px;box-shadow:0 4px 16px #0000001a;transition:transform .2s ease}.stat-card:hover{transform:translateY(-4px)}.stat-number{display:block;font-size:48px;font-weight:700;color:#667eea;margin-bottom:8px}.stat-label{font-size:16px;color:#666;font-weight:500}.journey-section h3{font-size:24px;margin-bottom:24px;color:#1a1a1a}.timeline{position:relative;padding-left:32px}.timeline:before{content:"";position:absolute;left:12px;top:0;bottom:0;width:2px;background:linear-gradient(to bottom,#667eea,#764ba2)}.timeline-item{position:relative;margin-bottom:32px}.timeline-dot{position:absolute;left:-20px;top:8px;width:16px;height:16px;background:#667eea;border-radius:50%;border:3px solid white;box-shadow:0 2px 8px #667eea4d}.timeline-content h4{margin:0 0 8px;font-size:18px;font-weight:600;color:#1a1a1a}.timeline-content p{margin:0;color:#666;line-height:1.5}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:24px;margin-bottom:48px}.project-card{background:#ffffffe6;border-radius:16px;overflow:hidden;box-shadow:0 4px 16px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.project-card:hover{transform:translateY(-8px);box-shadow:0 8px 32px #00000026}.project-image{height:200px;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;overflow:hidden}.project-img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.project-card:hover .project-img{transform:scale(1.05)}.project-content{padding:24px}.project-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px;gap:12px}.project-header h3{margin:0;font-size:20px;font-weight:600;color:#1a1a1a;flex:1}.project-status{padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600;color:#fff;flex-shrink:0}.project-description{color:#666;line-height:1.5;margin-bottom:16px}.project-tech{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.tech-tag{padding:4px 12px;background:#667eea1a;color:#667eea;border-radius:20px;font-size:12px;font-weight:500}.project-actions{display:flex;gap:12px}.project-btn{padding:8px 16px;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease;font-size:14px}.project-btn.primary{background:#667eea;color:#fff}.project-btn.primary:hover{background:#5a6fd8;transform:translateY(-1px)}.project-btn.secondary{background:#667eea1a;color:#667eea}.project-btn.secondary:hover{background:#667eea33;transform:translateY(-1px)}.projects-stats{display:flex;justify-content:center;gap:48px;padding:32px;background:linear-gradient(135deg,#667eea1a,#764ba21a);border-radius:16px}.stat-item{text-align:center}.stat-item .stat-number{display:block;font-size:32px;font-weight:700;color:#667eea;margin-bottom:4px}.stat-item .stat-label{font-size:14px;color:#666;font-weight:500}.skills-overview{margin-bottom:48px}.skill-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px}.summary-item{display:flex;align-items:center;gap:16px;padding:24px;background:#ffffffe6;border-radius:16px;box-shadow:0 4px 16px #0000001a}.summary-icon{font-size:32px;flex-shrink:0}.summary-item h3{margin:0 0 4px;font-size:18px;font-weight:600;color:#1a1a1a}.summary-item p{margin:0;color:#666;font-size:14px}.skills-categories{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:32px;margin-bottom:48px}.skill-category{background:#ffffffe6;border-radius:16px;padding:24px;box-shadow:0 4px 16px #0000001a}.category-header{display:flex;align-items:center;gap:12px;margin-bottom:24px}.category-icon{font-size:24px}.category-header h3{margin:0;font-size:20px;font-weight:600;color:#1a1a1a}.skills-list{display:flex;flex-direction:column;gap:16px}.skill-item{display:flex;flex-direction:column;gap:8px}.skill-info{display:flex;align-items:center;gap:12px}.skill-icon{font-size:20px;width:24px;text-align:center}.skill-name{flex:1;font-weight:500;color:#333}.skill-percentage{font-size:14px;font-weight:600;color:#667eea}.skill-bar{height:6px;background:#0000001a;border-radius:3px;overflow:hidden}.skill-progress{height:100%;border-radius:3px;transition:width .8s ease}.skills-certifications{background:linear-gradient(135deg,#667eea1a,#764ba21a);border-radius:16px;padding:32px}.skills-certifications h3{margin:0 0 24px;font-size:24px;font-weight:600;color:#1a1a1a}.cert-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px}.cert-item{display:flex;align-items:center;gap:16px;padding:20px;background:#fffc;border-radius:12px}.cert-icon{font-size:32px;flex-shrink:0}.cert-item h4{margin:0 0 4px;font-size:16px;font-weight:600;color:#1a1a1a}.cert-item p{margin:0;color:#666;font-size:14px}.contact-layout{display:grid;grid-template-columns:1fr 1fr;gap:48px;margin-bottom:48px}@media (max-width: 768px){.contact-layout{grid-template-columns:1fr;gap:32px}}.contact-info h3,.contact-form-container h3{margin:0 0 24px;font-size:24px;font-weight:600;color:#1a1a1a}.contact-intro{color:#666;line-height:1.6;margin-bottom:32px}.contact-methods{display:flex;flex-direction:column;gap:16px;margin-bottom:32px}.contact-method{display:flex;align-items:center;gap:16px;padding:16px;background:#667eea1a;border-radius:12px;transition:all .2s ease}.contact-method:hover{background:#667eea26;transform:translate(4px)}.contact-icon{font-size:24px;width:32px;text-align:center}.contact-details h4{margin:0 0 4px;font-size:16px;font-weight:600;color:#1a1a1a}.contact-details p{margin:0;color:#667eea;font-size:14px}.availability{padding:20px;background:#28c9401a;border-radius:12px;border-left:4px solid #28c940}.availability h4{margin:0 0 8px;color:#1a1a1a;font-size:16px;display:flex;align-items:center;gap:8px}.availability p{margin:0;color:#666;font-size:14px}.success-message{display:flex;align-items:center;gap:12px;padding:16px;background:#28c9401a;border-radius:8px;margin-bottom:24px;border:1px solid rgba(40,201,64,.3)}.success-icon{font-size:20px}.success-message p{margin:0;color:#28c940;font-weight:500}.error-message{display:flex;align-items:center;gap:12px;padding:16px;background:#ff3b301a;border-radius:8px;margin-bottom:24px;border:1px solid rgba(255,59,48,.3)}.error-icon{font-size:20px}.error-message p{margin:0;color:#ff3b30;font-weight:500}.contact-form{display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-weight:500;color:#333;font-size:14px}.form-group input,.form-group textarea{padding:12px 16px;border:2px solid rgba(0,0,0,.1);border-radius:8px;font-size:14px;transition:border-color .2s ease;font-family:inherit}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#667eea}.form-group textarea{resize:vertical;min-height:120px}.submit-btn{padding:14px 24px;background:#667eea;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:8px;font-size:16px}.submit-btn:hover:not(:disabled){background:#5a6fd8;transform:translateY(-2px)}.submit-btn:disabled{opacity:.7;cursor:not-allowed}.submit-btn.submitting{background:#999}.submit-btn.disabled{background:#ccc;cursor:not-allowed;opacity:.6}.spinner{width:16px;height:16px;border:2px solid transparent;border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite}.turnstile-widget{margin:8px 0;display:flex;justify-content:flex-start}.form-help-text{font-size:14px;color:#666;margin:4px 0 0;font-style:italic}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.send-icon{font-size:16px}.contact-footer{display:flex;justify-content:space-between;align-items:center;padding:24px;background:#667eea1a;border-radius:12px;flex-wrap:wrap;gap:16px}.response-time,.timezone{display:flex;align-items:center;gap:8px}.clock-icon,.globe-icon{font-size:20px}.response-time p,.timezone p{margin:0;color:#666;font-size:14px}.resume-actions{display:flex;gap:12px}.resume-btn{display:flex;align-items:center;gap:8px;padding:10px 20px;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease;font-size:14px}.resume-btn.primary{background:#667eea;color:#fff}.resume-btn.primary:hover{background:#5a6fd8;transform:translateY(-2px)}.resume-btn.secondary{background:#667eea1a;color:#667eea}.resume-btn.secondary:hover{background:#667eea33;transform:translateY(-2px)}.resume-summary{margin-bottom:48px}.summary-card{padding:32px;background:linear-gradient(135deg,#667eea1a,#764ba21a);border-radius:16px}.summary-card h2{margin:0 0 16px;font-size:24px;font-weight:600;color:#1a1a1a}.summary-card p{margin:0;color:#666;line-height:1.6;font-size:16px}.resume-section{margin-bottom:48px}.resume-section h2{margin:0 0 32px;font-size:28px;font-weight:700;color:#1a1a1a;display:flex;align-items:center;gap:12px}.experience-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px;gap:16px}.experience-header h3{margin:0;font-size:20px;font-weight:600;color:#1a1a1a;flex:1}.period{padding:4px 12px;background:#667eea1a;color:#667eea;border-radius:20px;font-size:12px;font-weight:600;flex-shrink:0}.company{margin:0 0 12px;font-size:16px;font-weight:500;color:#667eea}.description{color:#666;line-height:1.5;margin-bottom:16px}.achievements{list-style:none;padding:0;margin:0}.achievements li{position:relative;padding-left:20px;margin-bottom:8px;color:#555;line-height:1.4}.achievements li:before{content:"✓";position:absolute;left:0;color:#28c940;font-weight:700}.education-list{display:flex;flex-direction:column;gap:32px}.education-item{padding:24px;background:#ffffffe6;border-radius:12px;box-shadow:0 2px 8px #0000001a}.education-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px;gap:16px}.education-header h3{margin:0;font-size:18px;font-weight:600;color:#1a1a1a;flex:1}.school{margin:0 0 12px;font-size:16px;font-weight:500;color:#667eea}.tech-categories{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px}.tech-category h4{margin:0 0 16px;font-size:16px;font-weight:600;color:#1a1a1a}.tech-tags{display:flex;flex-wrap:wrap;gap:8px}.achievements-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px}.achievement-card{padding:24px;background:#ffffffe6;border-radius:12px;box-shadow:0 2px 8px #0000001a;text-align:center;transition:transform .2s ease}.achievement-card:hover{transform:translateY(-4px)}.achievement-icon{font-size:32px;margin-bottom:12px;display:block}.achievement-card h4{margin:0 0 8px;font-size:16px;font-weight:600;color:#1a1a1a}.achievement-card p{margin:0;color:#666;font-size:14px;line-height:1.4}.resume-footer{margin-top:48px;padding:24px;background:#667eea1a;border-radius:12px;text-align:center}.contact-info p,.last-updated p{margin:8px 0;color:#666;font-size:14px}.last-updated{margin-top:16px;padding-top:16px;border-top:1px solid rgba(0,0,0,.1)}@media (max-width: 768px){.app-content,.app-header{padding:16px}.profile-section{flex-direction:column;text-align:center}.projects-grid,.skills-categories{grid-template-columns:1fr}.stats-section{grid-template-columns:repeat(2,1fr)}.highlights,.tech-categories,.achievements-grid{grid-template-columns:1fr}.contact-footer{flex-direction:column;text-align:center}.experience-header,.education-header{flex-direction:column;align-items:flex-start;gap:8px}.period{align-self:flex-start}}.github-profile-link{margin-top:48px;display:flex;justify-content:center}.github-card{background:linear-gradient(135deg,#ffffffe6,#f8f9fae6);border-radius:16px;padding:32px 40px;display:flex;align-items:center;gap:24px;color:#1a1a1a;box-shadow:0 8px 32px #0000001a;transition:all .3s ease;border:1px solid rgba(0,0,0,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);max-width:500px;width:100%}.github-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #00000026;border-color:#667eea4d}.github-icon{flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center;color:#24292e;background:#667eea1a;border-radius:12px}.github-content h3{margin:0 0 8px;font-size:24px;font-weight:700;color:#1a1a1a}.github-content p{margin:0 0 20px;color:#666;font-size:16px;line-height:1.5}.github-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:12px 24px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;gap:8px}.github-btn:hover{background:linear-gradient(135deg,#5a6fd8,#6a4190);transform:translateY(-1px);box-shadow:0 4px 16px #667eea4d}@media (max-width: 768px){.github-card{flex-direction:column;text-align:center;padding:24px;gap:16px}.github-content h3{font-size:20px}.github-content p{font-size:14px}}/**
 * Copyright (c) 2014 The xterm.js authors. All rights reserved.
 * Copyright (c) 2012-2013, Christopher Jeffrey (MIT License)
 * https://github.com/chjj/term.js
 * @license MIT
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in
 * all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 * THE SOFTWARE.
 *
 * Originally forked from (with the author's permission):
 *   Fabrice Bellard's javascript vt100 for jslinux:
 *   http://bellard.org/jslinux/
 *   Copyright (c) 2011 Fabrice Bellard
 *   The original design remains. The terminal itself
 *   has been extended to include xterm CSI codes, among
 *   other features.
 */.xterm{cursor:text;position:relative;user-select:none;-ms-user-select:none;-webkit-user-select:none}.xterm.focus,.xterm:focus{outline:none}.xterm .xterm-helpers{position:absolute;top:0;z-index:5}.xterm .xterm-helper-textarea{padding:0;border:0;margin:0;position:absolute;opacity:0;left:-9999em;top:0;width:0;height:0;z-index:-5;white-space:nowrap;overflow:hidden;resize:none}.xterm .composition-view{background:#000;color:#fff;display:none;position:absolute;white-space:nowrap;z-index:1}.xterm .composition-view.active{display:block}.xterm .xterm-viewport{background-color:#000;overflow-y:scroll;cursor:default;position:absolute;inset:0}.xterm .xterm-screen{position:relative}.xterm .xterm-screen canvas{position:absolute;left:0;top:0}.xterm .xterm-scroll-area{visibility:hidden}.xterm-char-measure-element{display:inline-block;visibility:hidden;position:absolute;top:0;left:-9999em;line-height:normal}.xterm.enable-mouse-events{cursor:default}.xterm.xterm-cursor-pointer,.xterm .xterm-cursor-pointer{cursor:pointer}.xterm.column-select.focus{cursor:crosshair}.xterm .xterm-accessibility:not(.debug),.xterm .xterm-message{position:absolute;inset:0;z-index:10;color:transparent;pointer-events:none}.xterm .xterm-accessibility-tree:not(.debug) *::selection{color:transparent}.xterm .xterm-accessibility-tree{-webkit-user-select:text;user-select:text;white-space:pre}.xterm .live-region{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.xterm-dim{opacity:1!important}.xterm-underline-1{text-decoration:underline}.xterm-underline-2{text-decoration:double underline}.xterm-underline-3{text-decoration:wavy underline}.xterm-underline-4{text-decoration:dotted underline}.xterm-underline-5{text-decoration:dashed underline}.xterm-overline{text-decoration:overline}.xterm-overline.xterm-underline-1{text-decoration:overline underline}.xterm-overline.xterm-underline-2{text-decoration:overline double underline}.xterm-overline.xterm-underline-3{text-decoration:overline wavy underline}.xterm-overline.xterm-underline-4{text-decoration:overline dotted underline}.xterm-overline.xterm-underline-5{text-decoration:overline dashed underline}.xterm-strikethrough{text-decoration:line-through}.xterm-screen .xterm-decoration-container .xterm-decoration{z-index:6;position:absolute}.xterm-screen .xterm-decoration-container .xterm-decoration.xterm-decoration-top-layer{z-index:7}.xterm-decoration-overview-ruler{z-index:8;position:absolute;top:0;right:0;pointer-events:none}.xterm-decoration-top{z-index:2;position:relative}.terminal-container{height:100%;width:100%;background:#1e1e1e;overflow:hidden;font-family:Cascadia Code,Fira Code,SF Mono,Consolas,Liberation Mono,Menlo,Courier,monospace;display:flex;flex-direction:column}.terminal-content{width:100%;height:100%;padding:12px;box-sizing:border-box;background:#1e1e1e;overflow:hidden;font-size:14px;flex:1;min-height:0}.terminal-content .xterm-viewport{scrollbar-width:thin;scrollbar-color:#404040 #1e1e1e}.terminal-content .xterm-viewport::-webkit-scrollbar{width:8px}.terminal-content .xterm-viewport::-webkit-scrollbar-track{background:#1e1e1e}.terminal-content .xterm-viewport::-webkit-scrollbar-thumb{background:#404040;border-radius:4px}.terminal-content .xterm-viewport::-webkit-scrollbar-thumb:hover{background:#505050}.terminal-content .xterm{font-family:Cascadia Code,Fira Code,SF Mono,Consolas,Liberation Mono,Menlo,Courier,monospace!important;line-height:1!important;letter-spacing:0!important;font-size:14px!important}.terminal-content .xterm-screen{background:#1e1e1e!important}.terminal-content .xterm .xterm-rows{font-variant-ligatures:none;white-space:pre!important}.terminal-content .xterm .xterm-rows .xterm-row{white-space:pre!important;word-wrap:normal!important;overflow:visible!important}.terminal-content .xterm .xterm-selection div{background-color:#fff3!important}.terminal-content .xterm .xterm-cursor-layer .xterm-cursor{background-color:#fff!important}.terminal-content .xterm .xterm-underline-1,.terminal-content .xterm .xterm-underline-2{text-decoration:underline}.terminal-content:focus-within{outline:2px solid rgba(59,130,246,.5);outline-offset:-2px}.window{position:absolute;background:linear-gradient(180deg,#ffffff40,#ffffff26 30%,#ffffff1a 70%,#ffffff0d);backdrop-filter:blur(15px) saturate(120%);-webkit-backdrop-filter:blur(15px) saturate(120%);border-radius:8px;border:1px solid rgba(255,255,255,.2);box-shadow:0 8px 32px #0000004d,0 4px 16px #0003,0 2px 8px #0000001a,inset 0 1px #fff9,inset 1px 0 #ffffff4d,inset -1px 0 #ffffff4d,inset 0 -1px #fff3;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:10;animation:windowOpen .3s cubic-bezier(.4,0,.2,1)}.window:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#ffffff1a,#ffffff0d,#ffffff08,#ffffff0d,#ffffff14);pointer-events:none;z-index:-1}.window.maximized{border-radius:0;border:none}.window-titlebar{height:32px;background:linear-gradient(180deg,#fff6,#ffffff40,#fff3);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.25);display:flex;align-items:center;justify-content:space-between;padding:0 12px 0 16px;cursor:grab;-webkit-user-select:none;user-select:none;position:relative;z-index:1}.window-titlebar:after{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.8) 20%,rgba(255,255,255,.8) 80%,transparent 100%)}.window-titlebar:active{cursor:grabbing}.window-title{font-weight:400;font-size:13px;color:#000c;flex:1;text-shadow:0 1px 0 rgba(255,255,255,.8);letter-spacing:.2px}.window-controls{display:flex;gap:6px;position:relative;z-index:2;cursor:default}.window-control{width:16px;height:16px;min-width:16px;min-height:16px;max-width:16px;max-height:16px;border-radius:50%!important;border:1px solid rgba(0,0,0,.2);cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;transition:all .2s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-sizing:border-box;aspect-ratio:1 / 1;padding:0!important;margin:0;line-height:1;box-shadow:0 1px 3px #0000004d,inset 0 1px #fff9,inset 0 -1px #0000001a}.window-control:before{content:"";position:absolute;inset:1px;border-radius:50%;background:linear-gradient(180deg,#fff6,#ffffff1a,#0000000d);pointer-events:none}.window-control.minimize{background:linear-gradient(180deg,#fd4,#fb0,#f90);color:#000000b3;border-color:#c809}.window-control.maximize{background:linear-gradient(180deg,#4d4,#2b2,#090);color:#000000b3;border-color:#0809}.window-control.close{background:linear-gradient(180deg,#f66,#f33,#c00);color:#000000b3;border-color:#8009}.window-control:hover{transform:scale(1.1);box-shadow:0 2px 6px #0006,inset 0 1px #fffc,inset 0 -1px #0003}.window-control:active{transform:scale(.95);box-shadow:0 1px 2px #0006,inset 0 1px 3px #0000004d}.window-control.minimize:hover{background:linear-gradient(180deg,#fe5,#fc1,#fa0)}.window-control.maximize:hover{background:linear-gradient(180deg,#5e5,#3c3,#1a1)}.window-control.close:hover{background:linear-gradient(180deg,#f77,#f44,#d11)}.window-content{height:calc(100% - 32px);overflow:auto;background:linear-gradient(180deg,#ffffff80,#fff6,#ffffff4d);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);position:relative}.window-content:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#ffffff0d,#ffffff05);pointer-events:none}.resize-handle{position:absolute;background:transparent;transition:background .3s ease}.resize-handle:hover{background:#fff3}.resize-right{top:0;right:0;width:8px;height:100%;cursor:ew-resize}.resize-bottom{bottom:0;left:0;width:100%;height:8px;cursor:ns-resize}.resize-corner{bottom:0;right:0;width:16px;height:16px;cursor:nw-resize;border-radius:0 0 8px}@keyframes windowOpen{0%{opacity:0;transform:scale(.9) translateY(20px);-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px)}to{opacity:1;transform:scale(1) translateY(0);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}}.window:focus-within{border-color:#ffffff80;box-shadow:0 8px 32px #0006,0 4px 16px #0000004d,0 2px 8px #0003,0 0 0 1px #fff6,inset 0 1px #fffc,inset 1px 0 #fff6,inset -1px 0 #fff6,inset 0 -1px #ffffff4d}.window-content::-webkit-scrollbar{width:12px}.window-content::-webkit-scrollbar-track{background:#ffffff4d;border-radius:6px;border:1px solid rgba(0,0,0,.1)}.window-content::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#c8c8c8cc,#969696cc,#646464cc);border-radius:6px;border:1px solid rgba(0,0,0,.2);box-shadow:inset 0 1px #ffffff80;transition:background .3s ease}.window-content::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#b4b4b4e6,#828282e6,#505050e6)}.desktop-icon{position:absolute;display:flex;flex-direction:column;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none;padding:12px 8px 8px;border-radius:12px;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:2;-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px);border:1px solid transparent;animation:iconFadeIn .6s ease-out forwards;opacity:0;transform:translateY(20px)}@keyframes iconFadeIn{to{opacity:1;transform:translateY(0)}}.desktop-icon:nth-child(1){animation-delay:.1s}.desktop-icon:nth-child(2){animation-delay:.2s}.desktop-icon:nth-child(3){animation-delay:.3s}.desktop-icon:nth-child(4){animation-delay:.4s}.desktop-icon:nth-child(5){animation-delay:.5s}.desktop-icon:nth-child(6){animation-delay:.6s}.desktop-icon:hover{background:#ffffff14;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);transform:translateY(-2px) scale(1.02);border:1px solid rgba(255,255,255,.1);box-shadow:0 8px 32px #0000001f,0 2px 8px #00000014,inset 0 1px #ffffff1a}.desktop-icon.selected{background:#ffffff1f;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);border:1px solid rgba(255,255,255,.2);box-shadow:0 12px 40px #00000026,0 4px 12px #0000001a,inset 0 1px #ffffff26;transform:translateY(-1px)}.icon-image{font-size:52px;margin-bottom:8px;filter:drop-shadow(0 4px 8px rgba(0,0,0,.25));transition:all .3s cubic-bezier(.4,0,.2,1);line-height:1}.desktop-icon:hover .icon-image{transform:scale(1.08);filter:drop-shadow(0 6px 12px rgba(0,0,0,.3))}.desktop-icon.selected .icon-image{transform:scale(1.05)}.icon-label{color:#fffffff2;font-size:13px;font-weight:500;text-align:center;text-shadow:0 2px 4px rgba(0,0,0,.6);background:#00000040;padding:4px 8px;border-radius:8px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);max-width:90px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border:1px solid rgba(255,255,255,.1);transition:all .3s ease;letter-spacing:.3px}.desktop-icon:hover .icon-label{background:#00000059;color:#fff;border:1px solid rgba(255,255,255,.15);transform:translateY(-1px)}.desktop-icon.selected .icon-label{background:#0006;color:#fff;border:1px solid rgba(255,255,255,.2)}@media (max-width: 768px){.desktop-icon{padding:10px 6px 6px;border-radius:10px}.icon-image{font-size:44px;margin-bottom:6px}.icon-label{font-size:12px;padding:3px 6px;max-width:80px}}@media (max-width: 480px){.desktop-icon{padding:8px 4px 4px}.icon-image{font-size:40px;margin-bottom:4px}.icon-label{font-size:11px;padding:2px 4px;max-width:70px}}.competitive-widget{position:fixed;top:60px;right:40px;width:300px;max-height:calc(100vh - 140px);padding:20px;z-index:5;overflow-y:auto;background:#ffffff14;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.12);border-radius:20px;box-shadow:0 8px 32px #0000004d,inset 0 1px #ffffff1a;animation:widgetFloat 6s ease-in-out infinite;transition:all .3s ease}.competitive-widget:hover{transform:translateY(-2px);box-shadow:0 12px 40px #0006,inset 0 1px #ffffff26}.widget-header{display:flex;align-items:center;gap:10px;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,.1)}.header-icon{width:32px;height:32px;background:linear-gradient(135deg,gold,#ffed4e);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:16px;box-shadow:0 3px 10px #ffd7004d}.widget-header h3{margin:0;font-size:15px;font-weight:600;color:#ffffffe6;text-shadow:0 1px 2px rgba(0,0,0,.3)}.widget-content{display:flex;flex-direction:column;gap:16px}.platforms-container{display:flex;flex-direction:column;gap:12px}.platform-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:12px;transition:all .3s ease}.platform-card:hover{background:#ffffff14;border-color:#ffffff26;transform:translateY(-1px)}.platform-header{display:flex;align-items:center;gap:10px;margin-bottom:8px}.platform-logo{width:28px;height:28px;border-radius:6px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:11px;color:#fff;box-shadow:0 2px 8px #0003}.platform-info{flex:1}.platform-name{font-size:13px;font-weight:600;color:#ffffffe6;margin-bottom:1px}.platform-rank{font-size:10px;color:#fff9;text-transform:uppercase;letter-spacing:.5px;font-weight:500}.platform-details{display:flex;flex-direction:column;gap:4px}.detail-row{display:flex;justify-content:space-between;align-items:center}.detail-label{font-size:12px;color:#fff9;font-weight:500}.detail-value{font-size:12px;color:#ffffffe6;font-weight:600;font-family:Courier New,monospace}.summary-stats{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding-top:12px;border-top:1px solid rgba(255,255,255,.1)}.summary-item{display:flex;align-items:center;gap:8px;padding:10px;background:#ffffff0a;border-radius:10px;border:1px solid rgba(255,255,255,.06);transition:all .3s ease}.summary-item:hover{background:#ffffff14;border-color:#ffffff1f}.summary-icon{font-size:14px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}.summary-text{display:flex;flex-direction:column;gap:1px}.summary-value{font-size:13px;font-weight:600;color:#ffffffe6;line-height:1}.summary-label{font-size:9px;color:#fff9;text-transform:uppercase;letter-spacing:.5px;font-weight:500;line-height:1}@keyframes widgetFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@media (max-width: 768px){.competitive-widget{right:20px;width:280px;padding:16px;top:50px;max-height:calc(100vh - 120px)}.summary-stats{grid-template-columns:1fr;gap:6px}}@media (max-width: 480px){.competitive-widget{right:16px;top:40px;width:240px;padding:14px;max-height:calc(100vh - 100px)}.widget-header h3{font-size:13px}.header-icon{width:28px;height:28px;font-size:14px}.platform-card{padding:10px}.platform-logo{width:24px;height:24px;font-size:10px}}.desktop{width:100vw;height:100vh;background:linear-gradient(135deg,#4c1d95,#1e3a8a,#0f766e);position:relative;overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.desktop-icons{position:absolute;top:0;left:0;width:100%;height:calc(100% - 70px);z-index:1}.desktop:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:none;animation:none;z-index:0}.desktop:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(45deg,transparent 30%,rgba(255,255,255,.02) 50%,transparent 70%),linear-gradient(-45deg,transparent 30%,rgba(255,255,255,.01) 50%,transparent 70%);z-index:0}@keyframes gradientFlow{0%,to{opacity:1;transform:scale(1) rotate(0)}33%{opacity:.8;transform:scale(1.05) rotate(1deg)}66%{opacity:.9;transform:scale(.98) rotate(-1deg)}}@media (max-width: 768px){.desktop-icons{height:calc(100% - 80px)}}@media (max-width: 480px){.desktop{font-size:14px}}*{box-sizing:border-box}body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow:hidden}.app{width:100vw;height:100vh;background:#000}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#0000001a;border-radius:4px}::-webkit-scrollbar-thumb{background:#0000004d;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#00000080}::selection{background:#667eea4d}button:focus,input:focus,textarea:focus{outline:2px solid #667eea;outline-offset:2px}
