@import "https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap";@import "https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap";*{box-sizing:border-box;margin:0;padding:0}:root{--font-main:"Roboto", sans-serif;--bg-main:#121212;--bg-card:#000;--bg-input:#1e1e1e;--text-main:#fff;--text-dim:#d1d1d1;--text-accent:#cedc6e;--text-repo-title:#38bdf8;--color-accent:#ff9800;--loader-border:#333;--loader-top:var(--color-accent)}[data-theme=light]{--bg-main:#f5f5f5;--bg-card:#fff;--bg-input:#e0e0e0;--text-main:#212121;--text-dim:#4e4e4e;--text-accent:#607d3b;--text-repo-title:#0284c7;--loader-border:#ccc}.app-container{background-color:var(--bg-main);min-height:100vh;color:var(--text-main);font-family:var(--font-main);flex-direction:column;align-items:center;transition:background-color .3s;display:flex}.loader-full-page{flex:1;justify-content:center;align-items:center;min-height:calc(100vh - 80px);display:flex}.loader-content{flex-direction:column;align-items:center;display:flex}.loader-text{font-family:var(--font-main);color:var(--text-accent);letter-spacing:2px;font-size:1.8rem;display:flex}.loader-text:after{content:".";text-align:left;width:24px;animation:2s step-end infinite dots;display:inline-block}@keyframes dots{0%{content:""}20%{content:"."}40%{content:".."}60%{content:"..."}80%{content:"...."}to{content:"....."}}.top-bar{background-color:var(--bg-card);justify-content:space-between;align-items:center;width:100%;padding:20px 30px;display:flex;box-shadow:0 2px 10px #0000001a}.top-bar-logo{color:var(--text-main);font-size:2rem;font-weight:700;font-family:var(--font-main)}.top-bar-switch{background-color:var(--bg-input);cursor:pointer;border-radius:20px;width:80px;height:40px;position:relative}.top-bar-handle{-webkit-user-select:none;user-select:none;border-radius:50%;width:28px;height:28px;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;top:50%;transform:translateY(-50%)}.top-bar-switch.dark .top-bar-handle{left:calc(100% - 34px)}.top-bar-switch.light .top-bar-handle{left:6px}.about-me-section{background-color:var(--bg-card);border-radius:30px;flex-direction:column;align-items:center;width:90%;max-width:800px;height:auto;min-height:300px;margin-top:30px;padding:2rem 3rem;display:flex;overflow:hidden}.about-me-title{color:var(--text-accent);margin-bottom:1rem;font-size:3rem;font-weight:700;text-decoration:none}.about-me-description{color:var(--text-dim);text-align:justify;font-size:1.3rem;line-height:1.5;font-family:var(--font-main);overflow:hidden}.repo-section{background-color:var(--bg-card);border-radius:30px;justify-content:space-between;align-items:center;width:90%;max-width:800px;height:auto;min-height:500px;margin-top:30px;padding:20px;display:flex;overflow:hidden}.repo-arrow{cursor:pointer;color:var(--color-accent);flex-shrink:0;transition:transform .3s;width:50px!important;height:50px!important}.repo-arrow:hover{color:var(--text-accent);transform:scale(1.2)}.repo-card{text-align:center;flex-direction:column;flex:1;align-items:center;min-width:0;display:flex}.repo-title{color:var(--text-accent);white-space:nowrap;text-overflow:ellipsis;max-width:100%;margin-bottom:1rem;font-size:2rem;font-weight:700;text-decoration:none;overflow:hidden}.repo-description{color:var(--text-dim);font-size:1.3rem;line-height:1.5;font-family:var(--font-main);margin-bottom:20px;overflow:hidden}.repo-lang-list{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.repo-lang-item{background-color:var(--bg-input);border-radius:8px;align-items:center;gap:8px;padding:6px 12px;transition:transform .3s;display:flex}.repo-lang-item:hover{transform:scale(1.05)}.repo-lang-icon{object-fit:contain;width:50px;height:50px;margin-bottom:10px}.repo-lang-name{color:var(--text-dim);font-size:.9rem;font-weight:500}.tech-section{background-color:var(--bg-card);border-radius:30px;flex-direction:column;align-items:center;width:90%;max-width:800px;margin-top:30px;padding:40px 20px;display:flex}.tech-title{color:var(--text-accent);margin-bottom:30px;font-size:2rem;font-weight:700}.tech-grid{flex-wrap:wrap;justify-content:center;gap:40px;width:100%;padding:0 4rem;display:flex}.tech-item{flex-direction:column;align-items:center;width:80px;transition:transform .3s;display:flex}.tech-item:hover{transform:translateY(-5px)}.tech-icon{object-fit:contain;width:50px;height:50px;margin-bottom:10px}.tech-name{color:var(--text-dim);font-size:.9rem;font-weight:500}.contact-section{background-color:var(--bg-card);border-radius:30px;justify-content:space-around;width:90%;max-width:800px;margin-top:30px;padding:30px;display:flex}.contact-link{flex-direction:column;align-items:center;gap:10px;text-decoration:none;transition:transform .3s;display:flex}.contact-link:hover{transform:translateY(-5px)}.contact-icon{width:45px;height:45px}.contact-label{color:var(--text-dim);transition:color .3s}.contact-link:hover .contact-label{color:var(--text-accent)}
