.fox-container{width:100vw;height:calc(100vh - 40px);display:flex;justify-content:center;align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);position:relative;overflow:hidden}.fox-wrapper{display:flex;flex-direction:column;align-items:center;gap:2rem}.fox-head{cursor:pointer;filter:drop-shadow(0 10px 20px rgba(0,0,0,.2))}.fox-svg{width:350px;height:350px}.welcome-text{text-align:center;color:#fff}.welcome-text h1{font-size:2.5rem;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.welcome-text p{font-size:1.2rem;opacity:.9;text-shadow:1px 1px 2px rgba(0,0,0,.3)}@media (max-width: 768px){.fox-svg{width:250px;height:250px}.welcome-text h1{font-size:2rem}.welcome-text p{font-size:1rem}}pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#1e1e1e;color:#dcdcdc}.hljs-keyword,.hljs-literal,.hljs-symbol,.hljs-name{color:#569cd6}.hljs-link{color:#569cd6;text-decoration:underline}.hljs-built_in,.hljs-type{color:#4ec9b0}.hljs-number,.hljs-class{color:#b8d7a3}.hljs-string,.hljs-meta .hljs-string{color:#d69d85}.hljs-regexp,.hljs-template-tag{color:#9a5334}.hljs-subst,.hljs-function,.hljs-title,.hljs-params,.hljs-formula{color:#dcdcdc}.hljs-comment,.hljs-quote{color:#57a64a;font-style:italic}.hljs-doctag{color:#608b4e}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-tag{color:#9b9b9b}.hljs-variable,.hljs-template-variable{color:#bd63c5}.hljs-attr,.hljs-attribute{color:#9cdcfe}.hljs-section{color:gold}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.hljs-bullet,.hljs-selector-tag,.hljs-selector-id,.hljs-selector-class,.hljs-selector-attr,.hljs-selector-pseudo{color:#d7ba7d}.hljs-addition{background-color:#144212;display:inline-block;width:100%}.hljs-deletion{background-color:#600;display:inline-block;width:100%}:root{--color-primary: #000000;--color-secondary: #fdfdfd;--color-tertiary: #447cff;--color-tertiary-hover: #535bf2;--color-primary-dark: #ffffff;--color-secondary-dark: #1a1a1a;--color-tertiary-dark: #447cff}*,*:before,*:after{box-sizing:border-box;max-width:100%}html,body{height:100%;width:100%;margin:0;padding:0;overflow-y:auto;overflow-x:hidden;box-sizing:border-box}#root{width:100%;min-height:100vh;display:flex;flex-direction:column;align-items:center;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color:#000000de;background-color:var(--color-secondary);overflow-y:auto;overflow-x:hidden;box-sizing:border-box}a{font-weight:500;color:var(--color-tertiary);text-decoration:inherit}a:hover{color:var(--color-tertiary-hover)}.container{width:100%;min-height:100vh;height:auto;display:flex;flex-direction:column;align-items:center;position:relative;overflow-y:auto;overflow-x:hidden;box-sizing:border-box;padding-top:30px}nav{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;width:100%;height:60px;text-align:left;padding:0 15px;position:fixed;top:0;left:0;background:var(--color-secondary);box-shadow:0 2px 5px #0000001a;z-index:1000;box-sizing:border-box}.link{margin-right:15px;font-weight:500;color:var(--color-tertiary);text-decoration:inherit}.page{display:flex;justify-content:center;align-items:flex-start;width:100%;padding-top:0;min-height:calc(100vh - 60px);height:auto;flex-direction:column;overflow:visible;box-sizing:border-box}.repo-details-page{flex-direction:column;overflow-y:auto}.repo-details-container{display:flex;flex-direction:row;width:100%;max-width:1200px;gap:20px;margin:0 auto;padding-top:0;height:calc(100vh - 90px);overflow:hidden}.repo-details-sidebar{flex:1;max-width:300px;padding:20px;margin-left:10px;background-color:var(--color-secondary);border-radius:8px;box-shadow:0 2px 5px #0000001a;display:flex;flex-direction:column;height:auto;min-height:min-content;overflow:visible;position:relative;align-self:flex-start;box-sizing:border-box}.repo-details-content{flex:3;padding:0;border-radius:8px;height:100%;overflow:hidden;box-sizing:border-box;width:100%;display:flex;flex-direction:column;gap:20px}.repo-navigation{display:flex;flex-direction:column;gap:10px;margin-bottom:20px}.back-button,.github-button{padding:8px 12px;border-radius:6px;font-weight:500;text-align:center;transition:all .2s ease}.back-button{background-color:var(--color-secondary);color:var(--color-primary)}.github-button{background-color:var(--color-primary);color:var(--color-secondary)!important}.back-button:hover,.github-button:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}.repo-title{font-size:1.8rem;margin:0 0 10px;color:var(--color-primary)}.repo-description{color:var(--color-primary);margin-bottom:20px;line-height:1.4}.repo-stats p{margin:5px 0;font-size:.9rem}.page ul{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;padding:15px;width:90%;max-width:1200px;overflow-y:auto}.page li{padding:15px;border-radius:8px;background:#fff;box-shadow:0 2px 5px #0000001a;text-align:center;transition:transform .3s ease-in-out,box-shadow .3s ease-in-out;list-style:none;border:none}.page li:hover{transform:scale(1.05);box-shadow:0 4px 10px #00000026}.page li a{font-weight:700;color:var(--color-tertiary);text-decoration:none;display:block;margin-bottom:8px}.page li a:hover{color:var(--color-tertiary)}.page p{font-size:.9rem;color:var(--color-primary)}.page a{color:var(--color-tertiary);font-weight:700;text-decoration:none}.page a:hover{color:var(--color-tertiary)}.readme{margin:0;padding:15px;border-radius:8px;background:#fff;box-shadow:0 2px 5px #0000001a;width:100%;flex:1;text-align:left;overflow-wrap:break-word;overflow-y:auto;overflow-x:hidden;box-sizing:border-box;max-width:100%}.readme *{max-width:100%;box-sizing:border-box;overflow-wrap:break-word;word-wrap:break-word}.readme pre,.readme code{white-space:pre-wrap;overflow-x:hidden;max-width:100%;width:100%}.readme li:hover{transform:none!important;box-shadow:0 2px 5px #0000001a}.readme h2{color:var(--color-primary)}.readme a{color:var(--color-tertiary);font-weight:700;text-decoration:underline}.readme img{max-width:100%;height:auto;display:block;margin:10px 0}.projects-page{align-items:center;justify-content:flex-start;padding-bottom:30px;overflow-y:auto;overflow-x:hidden;min-height:100vh}.projects-container{width:100%;max-width:1200px;display:flex;flex-direction:column;align-items:center;padding:0 20px;box-sizing:border-box;overflow:visible;min-height:calc(100vh - 100px)}.projects-title{font-size:2.5rem;margin:20px 0 30px;text-align:center;color:var(--color-primary);align-self:center;width:100%;position:relative;z-index:5}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-auto-rows:minmax(150px,auto);gap:25px;width:100%;max-width:1200px;padding:10px;margin:0 0 30px;list-style:none;overflow:visible}.projects-grid li{background:#fff;border-radius:10px;padding:0;box-shadow:0 3px 10px #0000001a;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;width:100%;height:auto;min-height:120px;overflow:hidden;position:relative}.project-link{display:block;text-decoration:none;color:inherit;padding:20px;width:100%;height:100%;position:absolute;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;justify-content:center;text-align:center;box-sizing:border-box}.projects-grid li:hover{transform:translateY(-5px);box-shadow:0 10px 20px #00000026}.repo-name{font-size:1.2rem;color:var(--color-tertiary);margin-top:0;margin-bottom:10px;font-weight:600;text-align:center;width:100%}.projects-grid p{color:var(--color-primary);font-size:.9rem;margin:0;flex-grow:1;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;text-align:left;width:100%}.project-link>*{max-width:100%;margin-left:auto;margin-right:auto}.home-page{width:100%;min-height:calc(100vh - 60px);display:flex;flex-direction:column;align-items:center;overflow-x:hidden;padding-bottom:30px;position:relative;box-sizing:border-box}.home-container{display:flex;flex-direction:row;gap:20px;width:100%;max-width:1200px;margin:0 auto;padding:0 20px;box-sizing:border-box;position:relative}.home-sidebar{width:300px;height:fit-content;max-height:calc(100vh - 120px);flex-shrink:0;background-color:#fff;padding:20px;border-radius:8px}.home-content{flex:1;padding:20px;max-width:800px}.profile-photo{width:100%;height:auto;border-radius:8px;display:block}.personal-info{text-align:left}.personal-info h2{font-size:1.5rem;margin-bottom:10px}.personal-info p{margin:5px 0;text-align:left;display:flex;align-items:flex-start;flex-wrap:wrap}.info-label{font-weight:600;margin-right:5px;min-width:70px;display:inline-block}.personal-info a,.link p{color:var(--color-tertiary);text-decoration:none;position:relative;display:inline-block;transition:color .2s ease;margin-left:5px}.personal-info a:after,.link p:after{content:"";position:absolute;width:0;height:2px;bottom:0;left:0;background-color:var(--color-tertiary);transition:width .3s ease}.personal-info a:hover:after,.link p:hover:after{width:100%}.cv-section{margin-bottom:25px}.cv-section h2{font-size:1.8rem;color:var(--color-primary);margin-bottom:15px;border-bottom:2px solid var(--color-tertiary);padding-bottom:5px}.cv-section p{margin-bottom:15px;line-height:1.6}.cv-section ul{display:block;list-style-type:disc;padding-left:20px;margin-bottom:15px;width:100%}.cv-section li{margin-bottom:8px;background:transparent;box-shadow:none;padding:0;text-align:left;transition:none;list-style:disc}.cv-section li:hover{transform:none;box-shadow:none}.skills-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px;margin-bottom:15px}.cv-section:last-child{margin-bottom:0}.projects-list li{border-radius:8px;transition:all .3s ease;margin-bottom:12px;cursor:pointer;padding:10px 15px}.project-home-link{display:block;color:inherit;text-decoration:none;width:100%}.project-home-link strong{color:var(--color-tertiary);transition:color .2s ease}.projects-list li:hover .project-home-link strong{color:var(--color-tertiary)}.place-label{font-weight:600;margin-left:5px}@media (max-width: 768px){body,html{overflow-x:hidden}.place-label{font-weight:600;margin-left:1px}.container{padding-top:0;width:100%;max-width:100%}.page{padding-top:80px;width:100%;max-width:100%;overflow-x:hidden;overflow-y:auto;min-height:calc(100vh - 80px)}nav{height:60px;padding:0 10px;width:100%;box-sizing:border-box}.link p{margin-right:10px;font-size:14px}.page ul{width:100%;padding:10px;box-sizing:border-box}.page li:hover{transform:scale(1.02)}.repo-details-page{width:100%;max-width:100%;overflow-x:hidden;height:auto}.repo-details-container{flex-direction:column;height:100%;overflow-x:hidden;padding:0 15px;margin-bottom:20px;width:100%;box-sizing:border-box}.repo-details-sidebar{max-width:100%;width:100%;padding:15px;box-sizing:border-box;height:auto;overflow-y:visible;margin-left:0}.repo-details-content{height:auto;width:100%;overflow-y:visible;box-sizing:border-box;gap:15px}.repo-title{font-size:1.5rem}.readme{width:100%;box-sizing:border-box;overflow-x:hidden;-webkit-overflow-scrolling:touch}.readme img{max-width:100%}.repo-navigation{flex-direction:row;justify-content:space-between;gap:10px}.back-button,.github-button{font-size:.9rem;padding:6px 10px;width:45%;text-align:center}.projects-page{padding:70px 10px 0;width:100%;box-sizing:border-box;overflow:hidden;height:100vh}.projects-container{width:100%;padding:0 5px;min-height:auto;overflow-y:auto;max-height:calc(100vh - 60px);height:calc(100vh - 60px);position:relative;z-index:1;margin-bottom:0}.projects-title{font-size:2rem;margin-bottom:20px}.projects-grid{display:flex;flex-direction:column;gap:10px;margin-bottom:0;padding:0 5px;overflow:visible;width:100%;position:static}.projects-grid li{min-height:100px;margin-bottom:10px;overflow:visible;flex-shrink:0}.projects-grid li:hover{transform:translateY(-2px);box-shadow:0 5px 15px #0000001a}.project-link{position:absolute;top:0;left:0;right:0;bottom:0;padding:15px;width:100%;height:100%;box-sizing:border-box}.home-page{width:100%;max-width:100%;overflow-x:hidden;padding-top:20px;height:auto;min-height:calc(100vh - 60px);padding-bottom:20px}.home-container{flex-direction:column;height:auto;max-height:none;overflow-y:visible;overflow-x:hidden;padding:0 10px;margin-bottom:10px;width:100%;box-sizing:border-box;gap:0px}.home-sidebar{width:100%;top:10px;padding:15px;box-sizing:border-box;height:auto;overflow:visible;margin:0 auto;border-radius:8px}.profile-photo{max-width:100%;margin:0 auto 15px}.personal-info{width:100%;box-sizing:border-box;padding:0 5px}.personal-info h2{font-size:1.4rem;margin-bottom:10px;word-wrap:break-word;width:100%}.personal-info p{margin:8px 0;font-size:.9rem;flex-direction:row}.info-label{margin-bottom:2px;font-weight:600}.personal-info a{margin-left:0}.home-content{width:calc(100% - 20px);height:auto;min-height:auto;max-height:none;padding:15px;margin:0 auto;border-radius:8px;box-sizing:border-box;overflow:hidden;display:block}.cv-section{width:100%;box-sizing:border-box;overflow-x:hidden;margin-bottom:25px;padding:0}.cv-section h2{font-size:1.5rem;margin-bottom:15px;padding-bottom:6px;width:100%;box-sizing:border-box;word-wrap:break-word;white-space:normal}.cv-section ul{width:100%;padding-left:20px;padding-right:5px;margin-bottom:20px;box-sizing:border-box;overflow-x:hidden}.skills-grid{grid-template-columns:1fr;gap:10px;width:100%;box-sizing:border-box}.projects-list li{padding:8px 12px;margin-bottom:10px}.home-sidebar-wrapper{width:100%;margin-right:0;margin-bottom:20px}}@media (min-width: 480px) and (max-width: 768px){.home-sidebar{width:100%;top:10px;padding:15px;box-sizing:border-box;height:auto;overflow:visible;margin:0 auto;border-radius:8px;display:flex;flex-direction:row;justify-content:flex-start;align-self:flex-start;gap:10px}.profile-photo{max-width:45%}.personal-info{width:100%;box-sizing:border-box;padding:0 15px}.personal-info h1{margin-bottom:10px;margin-top:0;word-wrap:break-word;width:100%}}.loading-container{display:flex;box-sizing:border-box;flex-direction:column;align-items:center;justify-content:center;height:100%;width:100%;padding:40px}.loading-circle{width:60px;height:60px;background:linear-gradient(135deg,#646cff,#8c84ff);margin-bottom:30px;box-shadow:0 4px 15px #646cff4d}.loading-container p{font-size:1.2rem;color:var(--color-tertiary);font-weight:500;margin-top:10px}@media (max-width: 768px){.loading-container{padding:20px}.loading-circle{width:50px;height:50px;margin-bottom:20px}.loading-container p{font-size:1rem}}.home-sidebar-wrapper{position:relative;width:300px;flex-shrink:0;height:100%;margin-right:20px}.file-explorer-page{align-items:center;justify-content:flex-start;padding-top:70px;padding-bottom:30px;min-height:100vh}.file-explorer-container{width:100%;max-width:1200px;display:flex;flex-direction:column;align-items:flex-start;padding:0 20px;box-sizing:border-box}.file-explorer-title{font-size:2.5rem;margin:20px 0 30px;text-align:center;color:var(--color-primary);align-self:center;width:100%}.json-input-section{width:100%;max-width:800px;margin-bottom:30px;align-self:center}.json-input-section h2{margin-bottom:10px;color:var(--color-primary)}.helper-text{margin-bottom:15px;font-size:.9rem;color:#666}.json-textarea{width:100%;padding:12px;border:1px solid #ddd;border-radius:5px;font-family:monospace;resize:vertical;margin-bottom:15px;background-color:#f8f8f8;font-size:14px}.json-submit-button{background-color:var(--color-tertiary);color:#fff;border:none;padding:10px 20px;border-radius:5px;cursor:pointer;font-weight:500;transition:background-color .2s ease}.json-submit-button:hover{background-color:var(--color-tertiary-hover)}.json-error{color:#d32f2f;background-color:#ffebee;padding:10px;border-radius:5px;margin-bottom:15px}.file-explorer-layout{display:flex;width:100%;gap:20px;border-radius:8px;overflow:hidden}.file-tree-panel{width:300px;flex-shrink:0;background-color:#fff;border-radius:8px;box-shadow:0 2px 5px #0000001a;padding:15px;max-height:70vh;overflow-y:auto}.file-tree-panel h2{margin-top:0;margin-bottom:15px;color:var(--color-primary);padding-bottom:10px;border-bottom:1px solid #eee}.file-content-panel{flex:1;background-color:#fff;border-radius:8px;box-shadow:0 2px 5px #0000001a;padding:20px;max-height:70vh;overflow-y:auto}.file-system-node{margin-bottom:2px}.file-system-item{display:flex;align-items:center;padding:8px;border-radius:4px;cursor:pointer;transition:background-color .2s ease}.file-system-item:hover{background-color:#646cff14}.file-system-item.folder{font-weight:500;color:var(--color-tertiary)}.file-system-item.link{color:#2196f3}.file-icon{margin-right:8px;font-size:1.2rem}.file-name{font-size:.95rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.no-file-selected{display:flex;flex-direction:column;align-items:center;justify-content:center;height:300px;color:#666}.file-hint{font-size:.9rem;color:#999;margin-top:10px}.file-viewer{width:100%}.file-path{margin-top:0;margin-bottom:15px;padding-bottom:10px;border-bottom:1px solid #eee;color:var(--color-primary)}.file-loading,.file-tree-loading{padding:20px;text-align:center;color:#666}.file-error{padding:20px;text-align:center;color:#d32f2f}@media (max-width: 768px){.file-explorer-layout{flex-direction:column}.file-tree-panel{width:100%;max-height:300px}.file-content-panel{max-height:none}.json-textarea{height:150px}}.file-explorer-section{margin:0;padding:15px;border-radius:8px;background:#fff;box-shadow:0 2px 5px #0000001a;width:100%;flex:1;overflow-x:hidden;overflow-y:auto;box-sizing:border-box;max-width:100%}.file-explorer-section h2{margin:0 0 15px;color:var(--color-primary);font-size:1.5rem}@media (max-width: 768px){.repo-details-content{height:auto;width:100%;overflow-y:visible;box-sizing:border-box;gap:15px}.readme,.file-explorer-section{width:100%;box-sizing:border-box;overflow-x:hidden;-webkit-overflow-scrolling:touch}.file-explorer-section h2{font-size:1.3rem;margin-bottom:10px}}.file-explorer{display:flex;flex-direction:column;gap:20px;height:100%;overflow:hidden}.file-system{flex:1;overflow-y:auto;height:min-content;padding:10px;background:var(--color-secondary);border-radius:8px;box-sizing:border-box}.file-system-node{margin:5px 0}.file-system-item{display:flex;align-items:center;padding:8px;cursor:pointer;border-radius:4px;transition:background-color .2s ease}.file-system-item:hover{background-color:#0000000d}.file-icon{margin-right:8px;font-size:1.2em}.file-name{color:var(--color-primary);font-size:.9em}.file-viewer{flex:2;overflow-y:auto;padding:15px;background:#fff;border-radius:8px;box-shadow:0 2px 5px #0000001a}.file-path{margin:0 0 10px;color:var(--color-primary);font-size:1.1em}.file-loading,.file-error{padding:15px;text-align:center;color:var(--color-primary)}.file-error{color:#f44}@media (max-width: 768px){.file-explorer{flex-direction:column;height:auto;gap:15px}.file-system{max-height:300px}.file-viewer{min-height:300px}.file-system-item{padding:6px}.file-icon{font-size:1.1em}.file-name{font-size:.85em}}.about-page{width:100%;max-width:100vw;margin:0 auto;padding:20px;box-sizing:border-box;overflow-x:hidden}.about-container{display:flex;flex-direction:column;gap:40px;box-sizing:border-box;width:100%;max-width:1200px;margin:0 auto}.about-header{background:linear-gradient(135deg,var(--color-tertiary),var(--color-tertiary-hover));border-radius:20px;padding:40px;color:#fff;box-shadow:0 10px 30px #0000001a;box-sizing:border-box;width:100%;max-width:100%}.about-header-content{display:flex;align-items:center;gap:40px;width:100%;max-width:100%;box-sizing:border-box}.about-profile-photo{width:180px;height:180px;border-radius:50%;object-fit:cover;border:5px solid rgba(255,255,255,.2);box-shadow:0 8px 25px #0003}.about-header-text h1{font-size:3rem;margin:0 0 10px;font-weight:700}.about-header-text h2{font-size:1.5rem;margin:0 0 30px;opacity:.9;font-weight:400}.contact-info{display:flex;flex-direction:column;gap:10px;color:#fff}.contact-info p,.contact-info p a{margin:0;display:flex;align-items:center;gap:10px;font-size:1.1rem;color:#fff}.contact-info p a:hover{color:#fff}.social-links{display:flex;gap:20px;margin-top:20px}.social-link{padding:10px 20px;background:#fff;border-radius:25px;text-decoration:none;color:#000;font-weight:500;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.social-link:hover{transform:translateY(-2px);box-shadow:0 5px 15px #0003}.about-content{display:flex;flex-direction:column;gap:50px;width:100%;max-width:100%;box-sizing:border-box}.about-section{background:var(--color-secondary);border-radius:15px;padding:40px;box-shadow:0 5px 20px #0000000d;border:1px solid rgba(0,0,0,.05);box-sizing:border-box;width:100%;max-width:100%}.about-section h3{font-size:2rem;margin:0 0 30px;color:var(--color-primary);position:relative;padding-bottom:15px}.about-section h3:after{content:"";position:absolute;bottom:0;left:0;width:60px;height:3px;background:var(--color-tertiary);border-radius:2px}.intro-content p{font-size:1.2rem;line-height:1.8;color:var(--color-primary);margin:0}.journey-timeline{display:flex;flex-direction:column;gap:30px;position:relative;padding-left:30px}.journey-timeline:before{content:"";position:absolute;left:15px;top:0;bottom:0;width:3px;background:var(--color-tertiary);border-radius:2px}.timeline-item{position:relative;display:flex;align-items:flex-start;gap:20px}.timeline-marker{position:absolute;left:-22px;top:8px;width:15px;height:15px;background:var(--color-tertiary);border-radius:50%;border:3px solid var(--color-secondary);box-shadow:0 2px 8px #0000001a}.timeline-content h4{font-size:1.3rem;margin:0 0 10px;color:var(--color-tertiary);font-weight:600}.timeline-content p{margin:0;color:var(--color-primary);line-height:1.6}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;width:100%;max-width:100%;box-sizing:border-box}.skill-category{background:#447cff0d;border-radius:12px;padding:25px;border:1px solid rgba(68,124,255,.1);box-sizing:border-box}.skill-category h4{font-size:1.2rem;margin:0 0 15px;color:var(--color-tertiary);font-weight:600}.skill-tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.skill-tag{background:var(--color-tertiary);color:#fff;padding:5px 12px;border-radius:15px;font-size:.9rem;font-weight:500}.skill-level{width:100%}.skill-bar{width:100%;height:8px;background:#447cff33;border-radius:4px;overflow:hidden}.skill-fill{height:100%;background:linear-gradient(90deg,var(--color-tertiary),var(--color-tertiary-hover));border-radius:4px;transition:width 1s ease-in-out}.education-items{display:flex;flex-direction:column;gap:30px}.education-item{border-left:4px solid var(--color-tertiary);background:#447cff08;padding:25px;border-radius:0 12px 12px 0;box-sizing:border-box}.education-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:10px;flex-wrap:wrap;gap:10px}.education-header h4{font-size:1.3rem;margin:0;color:var(--color-primary);font-weight:600}.education-period{background:var(--color-tertiary);color:#fff;padding:5px 15px;border-radius:15px;font-size:.9rem;font-weight:500}.education-degree{font-size:1.1rem;color:var(--color-tertiary);margin:10px 0;font-weight:500}.education-description{margin:0;line-height:1.6;color:var(--color-primary)}.experience-items{display:flex;flex-direction:column;gap:30px}.experience-item{border:1px solid rgba(68,124,255,.2);border-radius:12px;padding:30px;background:#447cff08;box-sizing:border-box}.experience-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:15px;flex-wrap:wrap;gap:10px}.experience-header h4{font-size:1.3rem;margin:0;color:var(--color-primary);font-weight:600}.experience-period{background:var(--color-tertiary);color:#fff;padding:5px 15px;border-radius:15px;font-size:.9rem;font-weight:500}.experience-role{font-size:1.1rem;color:var(--color-tertiary);margin:10px 0 20px;font-weight:500}.experience-achievements{margin:0;padding-left:20px}.experience-achievements li{margin-bottom:8px;line-height:1.6;color:var(--color-primary)}.languages-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:30px;width:100%;max-width:100%;box-sizing:border-box}.language-item{display:flex;justify-content:space-between;align-items:center;padding:20px;background:#447cff0d;border-radius:12px;border:1px solid rgba(68,124,255,.1);box-sizing:border-box}.language-name{font-size:1.1rem;font-weight:600;color:var(--color-primary)}.language-level{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.language-dots{display:flex;gap:5px}.dot{width:10px;height:10px;border-radius:50%;background:#447cff33;transition:all .3s ease}.dot.filled{background:var(--color-tertiary);box-shadow:0 0 8px #447cff66}.level-label{font-size:.85rem;color:var(--color-tertiary);font-weight:500}.goals-content{font-size:1.1rem;line-height:1.8}.goals-content p{margin:0 0 20px;color:var(--color-primary)}.goals-content p:last-child{margin-bottom:0}@media (max-width: 768px){.about-page{padding:15px;box-sizing:border-box;max-width:100vw}.about-header{padding:25px;box-sizing:border-box}.about-header-content{flex-direction:column;text-align:center;gap:25px}.about-profile-photo{width:150px;height:150px}.about-header-text h1{font-size:2.2rem}.about-header-text h2{font-size:1.2rem}.social-links{justify-content:center}.about-section{padding:25px;box-sizing:border-box}.about-section h3{font-size:1.5rem}.skills-grid{grid-template-columns:1fr}.education-header,.experience-header{flex-direction:column;align-items:flex-start}.languages-grid{grid-template-columns:1fr}.journey-timeline{padding-left:25px}.timeline-marker{left:-20px}}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px;box-sizing:border-box;width:100%;max-width:100%;overflow-x:hidden}.project-card{background:var(--color-secondary);border:1px solid rgba(68,124,255,.1);border-radius:15px;padding:25px;transition:all .3s ease;box-shadow:0 5px 15px #00000014;box-sizing:border-box;position:relative;overflow:hidden;width:100%;max-width:100%;display:flex;flex-direction:column;min-height:300px}.project-card:hover{box-shadow:0 10px 30px #447cff26;border-color:#447cff4d;transform:translateY(-2px)}.project-header{display:flex;flex-direction:column;margin-bottom:15px;gap:15px;width:100%;box-sizing:border-box}.project-header h4{font-size:1.2rem;margin:0;color:var(--color-primary);font-weight:600;line-height:1.3;word-wrap:break-word}.project-title-link{color:var(--color-primary);text-decoration:none;position:relative;display:inline-block;transition:color .2s ease;box-sizing:border-box;width:fit-content}.project-title-link h4{margin:0;transition:color .2s ease}.project-title-link:after{content:"";position:absolute;width:0;height:2px;bottom:0;left:0;background-color:var(--color-tertiary);transition:width .3s ease}.project-title-link:hover,.project-title-link:hover h4{color:var(--color-tertiary)}.project-title-link:hover:after{width:100%}.project-description{color:var(--color-primary);line-height:1.6;margin:15px 0;font-size:.95rem;flex-grow:1;text-align:left}.project-tech{display:flex;flex-wrap:wrap;gap:8px;margin:15px 0}.tech-tag{background:linear-gradient(135deg,var(--color-tertiary),var(--color-tertiary-hover));color:#fff;padding:5px 12px;border-radius:12px;font-size:.8rem;font-weight:500}.project-stats{display:flex;flex-wrap:wrap;gap:12px;margin-top:auto}.stat{background:#447cff1a;color:var(--color-tertiary);padding:6px 12px;border-radius:15px;font-size:.85rem;font-weight:500;border:1px solid rgba(68,124,255,.2)}@media (max-width: 768px){.projects-grid{grid-template-columns:1fr;gap:20px}.project-header{flex-direction:column;gap:10px}.project-card{padding:20px;min-height:280px}}@media (max-width: 480px){.about-page{padding:10px}.about-container{gap:30px}.about-header,.about-section{padding:20px}.projects-grid{grid-template-columns:1fr;gap:15px}.project-card{padding:15px;min-height:260px}}: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;padding:0;min-width:320px;min-height:100vh;position:relative}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}}
