:root{--md-sys-color-primary:#386a20;--md-sys-color-on-primary:#fff;--md-sys-color-primary-container:#b7f397;--md-sys-color-on-primary-container:#042100;--md-sys-color-secondary:#55624c;--md-sys-color-secondary-container:#d9e7cb;--md-sys-color-background:#fdfdf5;--md-sys-color-surface:#fff;--md-sys-color-surface-variant:#e0e4d6;--md-sys-color-on-surface:#1a1c18;--md-sys-color-on-surface-variant:#43483e;--md-sys-shape-corner-large:28px;--md-sys-shape-corner-medium:16px;--md-sys-shape-corner-small:8px;--md-sys-elevation-2:0px 2px 4px 0px #00000008,0px 1px 2px 0px #0000000a;--md-sys-elevation-3:0px 4px 8px 0px #0000000a,0px 2px 4px 0px #0000000d;--md-sys-elevation-1:0px 1px 1px 0px #00000005,0px 1px 2px 0px #00000005}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;align-items:center;background-attachment:fixed;background-color:#fdfdf5;background-color:var(--md-sys-color-background);background-image:radial-gradient(ellipse at top left,#b7f39726,#0000 50%),radial-gradient(ellipse at bottom right,#386a2014,#0000 50%);color:#1a1c18;color:var(--md-sys-color-on-surface);display:flex;flex-direction:column;font-family:Roboto,Noto Sans SC,system-ui,sans-serif;min-height:100vh;padding:40px 20px}#globe-canvas,body:before{display:none}.main-container{animation:fadeContent .8s ease-out forwards;animation-delay:.5s;display:flex;flex-direction:column;gap:48px;max-width:1400px;opacity:0;width:100%}@media (max-width:900px){.main-container{gap:32px}}@keyframes fadeContent{to{opacity:1}}.first-screen{grid-gap:64px;align-items:center;display:grid;gap:64px;grid-template-columns:1.5fr 1fr;min-height:60vh;padding:40px 0}.first-screen-left{display:flex;flex-direction:column;gap:24px}.first-screen-right{align-items:center;display:flex;justify-content:center}.md-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background-color:#fffc;border:1px solid #ffffff80;border-radius:28px;border-radius:var(--md-sys-shape-corner-large);box-shadow:0 2px 4px 0 #00000008,0 1px 2px 0 #0000000a;box-shadow:var(--md-sys-elevation-2);padding:32px;transition:transform .2s,box-shadow .2s}.md-card:hover{box-shadow:0 4px 8px 0 #0000000a,0 2px 4px 0 #0000000d;box-shadow:var(--md-sys-elevation-3);transform:translateY(-1px)}.dashboard-content{display:flex;flex-direction:column;gap:48px;width:100%}@media (max-width:900px){.dashboard-content{gap:32px}}.profile-pic-container{border:4px solid #fdfdf5;border:4px solid var(--md-sys-color-background);border-radius:50%;box-shadow:0 4px 12px #d9e7cb;box-shadow:0 4px 12px var(--md-sys-color-secondary-container);height:380px;margin-bottom:20px;overflow:hidden;width:380px}.profile-pic-container img{height:100%;object-fit:cover;width:100%}.name-display{color:#1a1c18;color:var(--md-sys-color-on-surface);font-size:3.5rem;font-weight:400;letter-spacing:-.5px;margin-bottom:8px}.role-tag{background:#b7f397;background:var(--md-sys-color-primary-container);border-radius:16px;border-radius:var(--md-sys-shape-corner-medium);color:#042100;color:var(--md-sys-color-on-primary-container);display:inline-block;font-size:.9rem;font-weight:500;margin-bottom:24px;padding:8px 16px}.bio{color:#43483e;color:var(--md-sys-color-on-surface-variant);line-height:1.6;margin-bottom:20px}.contact-list{display:flex;flex-direction:column;gap:12px;list-style:none}.contact-list li a{align-items:center;background-color:#fdfdf5;background-color:var(--md-sys-color-background);border-radius:100px;color:#1a1c18;color:var(--md-sys-color-on-surface);display:flex;font-weight:500;padding:12px 20px;text-decoration:none;transition:all .2s}.contact-list li a:hover{background-color:#386a20;background-color:var(--md-sys-color-primary);color:#fff;color:var(--md-sys-color-on-primary);padding-left:28px}.content-section{display:flex;flex-direction:column;gap:24px}.section-heading{align-items:center;color:#1a1c18;color:var(--md-sys-color-on-surface);display:flex;font-size:2.5rem;font-weight:400;gap:16px;letter-spacing:-.5px;margin-bottom:24px}.section-badge{background:#b7f397;background:var(--md-sys-color-primary-container);border-radius:16px;border-radius:var(--md-sys-shape-corner-medium);color:#042100;color:var(--md-sys-color-on-primary-container);font-size:1rem;font-weight:500;padding:8px 16px}.section-title{align-items:center;color:#386a20;color:var(--md-sys-color-primary);display:flex;font-size:1.25rem;font-weight:500;gap:12px;margin-bottom:20px}.section-title span{background:#d9e7cb;background:var(--md-sys-color-secondary-container);border-radius:4px;color:#55624c;color:var(--md-sys-color-secondary);font-size:.8rem;padding:4px 8px}.identity-text{color:#43483e;color:var(--md-sys-color-on-surface-variant);font-family:Georgia,Times New Roman,serif;font-size:1.1rem;font-style:italic;line-height:1.8}.device-status{align-items:center;background:#b7f397;background:var(--md-sys-color-primary-container);border-radius:16px;border-radius:var(--md-sys-shape-corner-medium);color:#042100;color:var(--md-sys-color-on-primary-container);display:flex;justify-content:space-between;margin-bottom:8px;padding:20px}.status-indicator{background-color:#386a20;background-color:var(--md-sys-color-primary);border-radius:50%;box-shadow:0 0 0 4px #fff6;display:inline-block;height:12px;margin-right:8px;width:12px}.project-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.project-item{background:#fdfdf5;background:var(--md-sys-color-background);border:1px solid #0000;border-radius:16px;border-radius:var(--md-sys-shape-corner-medium);color:inherit;padding:24px;text-decoration:none;transition:all .3s ease}.project-item:hover{background:#d9e7cb;background:var(--md-sys-color-secondary-container)}.project-item h3{color:#1a1c18;color:var(--md-sys-color-on-surface);font-size:1.1rem;margin-bottom:8px}.project-item p{color:#43483e;color:var(--md-sys-color-on-surface-variant);font-size:.9rem}.progress-track{height:12px}.progress-fill,.progress-track{border-radius:6px}#loader-wrapper{align-items:center;background:#fdfdf5;background:var(--md-sys-color-background);display:flex;inset:0;justify-content:center;position:fixed;transition:opacity .6s ease-out,visibility .6s;z-index:9999}#loader-wrapper.loaded-fade-out{opacity:0;visibility:hidden}.loading-fill,.loading-text,.loading-track{display:none!important}.simple-spinner{animation:rotation 1s linear infinite;border:5px solid #e0e4d6;border-bottom-color:#386a20;border:5px solid var(--md-sys-color-surface-variant);border-bottom-color:var(--md-sys-color-primary);border-radius:50%;height:48px;width:48px}@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.md-footer{color:#55624c;color:var(--md-sys-color-secondary);font-size:.85rem;margin-top:40px;text-align:center}@media (max-width:900px){.first-screen{gap:32px;grid-template-columns:1fr;min-height:auto;min-width:auto;text-align:center}.first-screen-left{align-items:center}.first-screen-right{order:-1}.contact-list li a{justify-content:center;width:240px}.profile-pic-container{height:240px;margin:0 auto;width:240px}.section-heading{font-size:2rem}.footer-content{flex-direction:column}.footer-content,.footer-right{align-items:center;text-align:center}}.device-grid-layout{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr}.device-unit{background-color:#fdfdf5;background-color:var(--md-sys-color-background);border:1px solid #0000;border-radius:16px;padding:20px;transition:all .3s ease}.device-unit:hover{background-color:#d9e7cb;background-color:var(--md-sys-color-secondary-container)}.device-header{border-bottom:1px solid #0000000d;margin-bottom:12px;padding-bottom:12px}.device-header,.kv-item{align-items:center;display:flex;justify-content:space-between}.kv-item{font-size:.9rem}.kv-item .label{color:#43483e;color:var(--md-sys-color-on-surface-variant);min-width:70px}.kv-item .value{color:#1a1c18;color:var(--md-sys-color-on-surface);font-weight:500;text-align:right}.text-truncate{max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width:768px){.device-grid-layout{grid-template-columns:1fr}}.skill-bar{margin-bottom:20px}.skill-name{display:flex;font-size:1rem;font-weight:500;justify-content:space-between;margin-bottom:8px}.progress-track{background:#e0e4d6;background:var(--md-sys-color-surface-variant);border-radius:5px;height:10px;overflow:hidden;position:relative}.progress-fill{background:#386a20;background:var(--md-sys-color-primary);box-shadow:none;height:100%;width:0}.footer-container{border-top:1px solid #e0e4d6;border-top:1px solid var(--md-sys-color-surface-variant);margin-top:64px;max-width:1400px;padding:32px 20px 20px;width:100%}.footer-content{align-items:center;display:flex;gap:32px;justify-content:space-between}.footer-left{flex-shrink:0}.footer-count-image{border-radius:8px;height:auto;max-width:200px;opacity:.8}.footer-right{align-items:flex-end;display:flex;flex-direction:column;gap:8px;text-align:center}.footer-right p{color:#1a1c18;color:var(--md-sys-color-on-surface);margin:0}.footer-right a{color:#386a20;color:var(--md-sys-color-primary);font-weight:500;text-decoration:none;transition:color .2s}.footer-right a:hover{color:#b7f397;color:var(--md-sys-color-primary-container);text-decoration:underline}.material-symbols-outlined{font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24}html{scroll-behavior:smooth}
/*# sourceMappingURL=main.9370f08e.css.map*/