@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&family=JetBrains+Mono:wght@400;500;700&display=swap";.bento-grid{grid-template-columns:repeat(3,1fr);grid-auto-rows:minmax(180px,auto);gap:1.5rem;width:100%;margin-top:2rem;margin-bottom:3rem;display:grid}.bento-item{background:var(--bg-panel);-webkit-backdrop-filter:blur(20px);border:1px solid var(--border-light);box-shadow:var(--shadow-main);transition:var(--transition-smooth);border-radius:1.5rem;flex-direction:column;justify-content:space-between;padding:1.75rem;display:flex;position:relative;overflow:hidden}.bento-item:hover{background:var(--bg-panel-hover);border-color:rgba(var(--accent-color-rgb), .3);box-shadow:var(--shadow-main), var(--shadow-glow);transform:translateY(-4px)}.bento-about{grid-area:span 2/span 2;justify-content:flex-start;gap:1.5rem}.bento-tech{grid-area:span 2/span 1}.bento-projects{grid-area:span 1/span 2}.bento-certificates{grid-area:span 1/span 1}.bento-experience{grid-area:span 2/span 2}.bento-education{grid-area:span 2/span 1}.bento-color-tool{text-align:center;grid-area:span 1/span 1;justify-content:center;align-items:center}.bento-socials{grid-area:span 1/span 1;justify-content:center;gap:1.25rem}.bento-contact{grid-area:span 1/span 1;justify-content:center}.bento-item-header{justify-content:space-between;align-items:flex-start;margin-bottom:1.25rem;display:flex}.bento-item-title{color:var(--text-primary);align-items:center;gap:.5rem;font-size:1.35rem;font-weight:700;display:flex}.bento-item-icon{color:var(--accent-color);flex-shrink:0;transition:color .5s}.about-hero{align-items:center;gap:1.5rem;margin-top:.5rem;display:flex}.avatar-container{background:linear-gradient(135deg, var(--accent-color), #00bec4);color:#fff;width:90px;height:90px;box-shadow:0 4px 20px rgba(var(--accent-color-rgb), .3);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:2.25rem;font-weight:800;transition:transform .5s;display:flex}.bento-about:hover .avatar-container{transform:rotate(5deg)scale(1.05)}.about-details{flex-direction:column;gap:.25rem;display:flex}.about-name{letter-spacing:-.03em;color:var(--text-primary);font-size:2rem;font-weight:800}.about-title{color:var(--accent-color);font-size:1.1rem;font-weight:500;transition:color .5s}.about-location{color:var(--text-secondary);align-items:center;gap:.35rem;margin-top:.25rem;font-size:.85rem;display:flex}.about-bio{color:var(--text-secondary);margin-top:1rem;font-size:1.05rem;line-height:1.6}.tech-grid{grid-template-columns:repeat(2,1fr);gap:.75rem;margin-top:1rem;display:grid}.tech-tag{border:1px solid var(--border-light);text-align:center;color:var(--text-primary);transition:var(--transition-fast);cursor:default;background:#ffffff08;border-radius:.75rem;padding:.6rem .8rem;font-size:.9rem;font-weight:500}.tech-tag:hover{background:rgba(var(--accent-color-rgb), .15);border-color:rgba(var(--accent-color-rgb), .4);color:var(--text-primary);transform:translateY(-2px)}.socials-wrapper{justify-content:center;align-items:center;gap:1rem;height:100%;display:flex}.social-link{border:1px solid var(--border-light);width:54px;height:54px;color:var(--text-secondary);transition:var(--transition-smooth);background:#ffffff08;border-radius:50%;justify-content:center;align-items:center;text-decoration:none;display:flex}.social-link:hover{color:#fff;background:var(--accent-color);border-color:var(--accent-color);box-shadow:0 5px 15px rgba(var(--accent-color-rgb), .4);transform:translateY(-5px)rotate(8deg)}.contact-cta{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;height:100%;display:flex}.contact-email-btn{background:linear-gradient(135deg, var(--accent-color), rgba(var(--accent-color-rgb), .8));color:#fff;cursor:pointer;transition:var(--transition-smooth);border:none;border-radius:1rem;align-items:center;gap:.5rem;padding:.8rem 1.5rem;font-size:.95rem;font-weight:600;text-decoration:none;display:flex}.contact-email-btn:hover{box-shadow:0 4px 15px rgba(var(--accent-color-rgb), .4);transform:translateY(-2px)}@media (width<=1024px){.bento-grid{grid-template-columns:repeat(2,1fr)}.bento-about{grid-column:span 2}.bento-tech{grid-column:span 1}.bento-projects{grid-column:span 2}.bento-certificates{grid-column:span 1}.bento-experience{grid-column:span 2}.bento-education{grid-column:span 1}}@media (width<=768px){.bento-grid{grid-template-columns:1fr;grid-auto-rows:auto}.bento-about,.bento-tech,.bento-projects,.bento-certificates,.bento-color-tool,.bento-socials,.bento-contact,.bento-experience,.bento-education{grid-area:span 1/span 1}.avatar-container{width:75px;height:75px;font-size:1.8rem}.about-name{font-size:1.6rem}.about-hero{flex-direction:column;align-items:flex-start;gap:1rem}}.color-widget-container{flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:100%;height:100%;display:flex}.color-widget-title{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:.95rem;font-weight:600}.palette-selectors{flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;margin:.25rem 0;display:flex}.palette-color{cursor:pointer;width:28px;height:28px;transition:var(--transition-fast);border:2px solid #0000;border-radius:50%;box-shadow:0 2px 8px #0003}.palette-color:hover{transform:scale(1.18);box-shadow:0 4px 12px #0006}.palette-color.active{border-color:#fff;transform:scale(1.1);box-shadow:0 0 10px #ffffff80}.picker-wrapper{cursor:pointer;width:28px;height:28px;transition:var(--transition-fast);background:conic-gradient(red,#ff0,green,#0ff,#00f,#f0f,red);border-radius:50%;justify-content:center;align-items:center;display:flex;position:relative;box-shadow:0 2px 8px #0003}.picker-wrapper:hover{transform:scale(1.18)}.picker-wrapper input[type=color]{opacity:0;cursor:pointer;width:100%;height:100%;position:absolute;top:0;left:0}.picker-icon{color:#fff;pointer-events:none;text-shadow:0 1px 2px #00000080;font-size:.85rem}.hex-badge-container{align-items:center;gap:.5rem;margin-top:.25rem;display:flex}.hex-badge{font-family:var(--font-mono);border:1px solid var(--border-light);color:var(--accent-color);transition:var(--transition-smooth);cursor:pointer;background:#ffffff0d;border-radius:.75rem;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:1.15rem;font-weight:700;text-decoration:none;display:flex}.hex-badge:hover{background:rgba(var(--accent-color-rgb), .15);border-color:var(--accent-color);box-shadow:var(--shadow-glow);transform:translateY(-2px)}.hex-badge-icon{opacity:.8;width:16px;height:16px}.hex-badge-desc{color:var(--text-muted);text-align:center;max-width:180px;margin-top:-.25rem;font-size:.75rem}.admin-modal-overlay{-webkit-backdrop-filter:blur(16px);z-index:1000;background:#fff9;justify-content:center;align-items:center;width:100%;height:100%;padding:1.5rem;animation:.3s cubic-bezier(.16,1,.3,1) forwards fadeIn;display:flex;position:fixed;top:0;left:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.admin-modal{background:#fffffff2;border:1px solid #00000014;border-radius:1.5rem;flex-direction:column;width:100%;max-width:750px;max-height:85vh;animation:.4s cubic-bezier(.16,1,.3,1) forwards modalScaleUp;display:flex;overflow:hidden;box-shadow:0 24px 64px #00000026}@keyframes modalScaleUp{0%{opacity:0;transform:scale(.95)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}.admin-modal-header{border-bottom:1px solid #0000000f;justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex}.admin-modal-title{color:var(--text-primary);align-items:center;gap:.5rem;font-size:1.4rem;font-weight:700;display:flex}.admin-close-btn{color:var(--text-secondary);cursor:pointer;transition:var(--transition-fast);background:0 0;border:none;border-radius:.5rem;justify-content:center;align-items:center;padding:.25rem;display:flex}.admin-close-btn:hover{color:var(--text-primary);background:#0000000d}.admin-tabs{background:#00000003;border-bottom:1px solid #0000000f;gap:1rem;padding:.5rem 2rem 0;display:flex}.admin-tab{color:var(--text-secondary);cursor:pointer;transition:var(--transition-fast);background:0 0;border:none;border-bottom:2px solid #0000;padding:.75rem 1rem;font-size:.95rem;font-weight:600}.admin-tab:hover{color:var(--text-primary)}.admin-tab.active{color:var(--accent-color);border-bottom-color:var(--accent-color)}.admin-modal-body{flex-grow:1;padding:2rem;overflow-y:auto}.admin-section{flex-direction:column;gap:1.5rem;display:flex}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{color:var(--text-secondary);font-size:.9rem;font-weight:600}.form-control{color:var(--text-primary);transition:var(--transition-fast);background:#00000004;border:1px solid #00000014;border-radius:.75rem;width:100%;padding:.8rem 1rem;font-size:.95rem}.form-control:focus{border-color:var(--accent-color);box-shadow:0 0 0 2px rgba(var(--accent-color-rgb), .15);background:#fff;outline:none}textarea.form-control{resize:vertical;min-height:100px}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}@media (width<=600px){.form-row{grid-template-columns:1fr}}.admin-modal-footer{background:#00000001;border-top:1px solid #0000000f;justify-content:flex-end;gap:1rem;padding:1.5rem 2rem;display:flex}.btn{cursor:pointer;transition:var(--transition-fast);border:1px solid #0000;border-radius:.75rem;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;display:flex}.btn-primary{background:var(--accent-color);color:#fff;border-color:var(--accent-color)}.btn-primary:hover:not(:disabled){filter:brightness(1.1);box-shadow:var(--shadow-glow);transform:translateY(-1px)}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-secondary{color:var(--text-primary);background:#00000008;border-color:#00000014}.btn-secondary:hover{color:var(--text-primary);background:#0000000f}.btn-danger{color:#eb4d4b;background:#eb4d4b14;border-color:#eb4d4b26}.btn-danger:hover{color:#fff;background:#eb4d4b;border-color:#eb4d4b}.login-container{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1.25rem;padding:2rem 1rem;display:flex}.login-icon-container{background:rgba(var(--accent-color-rgb), .08);width:60px;height:60px;color:var(--accent-color);border-radius:50%;justify-content:center;align-items:center;margin-bottom:.5rem;display:flex}.login-error{color:#eb4d4b;font-size:.9rem;font-weight:500}.admin-items-list{flex-direction:column;gap:1rem;display:flex}.admin-item-card{background:#00000004;border:1px solid #0000000f;border-radius:.75rem;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem;display:flex}.admin-item-info{flex-direction:column;gap:.25rem;display:flex}.admin-item-name{color:var(--text-primary);font-size:1.05rem;font-weight:600}.admin-item-subtitle{color:var(--text-secondary);font-size:.85rem}.admin-item-actions{gap:.5rem;display:flex}.admin-add-section-btn{width:100%;color:var(--text-secondary);cursor:pointer;transition:var(--transition-fast);background:0 0;border:2px dashed #00000014;border-radius:.75rem;justify-content:center;align-items:center;gap:.5rem;padding:1rem;font-weight:600;display:flex}.admin-add-section-btn:hover{border-color:var(--accent-color);color:var(--accent-color);background:rgba(var(--accent-color-rgb), .04)}.site-header{border-bottom:1px solid #0000000f;justify-content:space-between;align-items:center;width:100%;padding:1.5rem 0;display:flex}.site-logo{letter-spacing:-.03em;color:var(--text-primary);align-items:center;gap:.5rem;font-size:1.4rem;font-weight:800;display:flex}.admin-trigger-btn{color:var(--text-muted);cursor:pointer;transition:var(--transition-fast);background:0 0;border:none;border-radius:.5rem;justify-content:center;align-items:center;padding:.5rem;display:flex}.admin-trigger-btn:hover{color:var(--accent-color);background:#00000008}.site-footer{text-align:center;color:var(--text-muted);border-top:1px solid #0000000f;flex-direction:column;gap:.5rem;width:100%;margin-top:auto;padding:2.5rem 0;font-size:.9rem;display:flex}.site-footer-links{justify-content:center;gap:1.5rem;margin-top:.25rem;display:flex}.site-footer-link{color:var(--text-muted);transition:var(--transition-fast);text-decoration:none}.site-footer-link:hover{color:var(--accent-color)}.projects-container{flex-direction:column;gap:1.25rem;height:100%;margin-top:1rem;padding-right:.5rem;display:flex;overflow-y:auto}.project-card{border:1px solid var(--border-light);transition:var(--transition-smooth);color:inherit;background:#fff6;border-radius:1rem;flex-direction:column;gap:.75rem;padding:1.25rem;text-decoration:none;display:flex;position:relative;overflow:hidden}.project-card:before{content:"";background:var(--project-color,var(--accent-color));width:4px;height:100%;transition:width .3s;position:absolute;top:0;left:0}.project-card:hover{border-color:rgba(var(--accent-color-rgb), .2);background:#ffffffbf;transform:translate(4px)}.project-card:hover:before{width:6px}.project-card-header{justify-content:space-between;align-items:center;display:flex}.project-title{color:var(--text-primary);align-items:center;gap:.5rem;font-size:1.15rem;font-weight:700;display:flex}.project-arrow{color:var(--text-muted);transition:var(--transition-fast);align-items:center;display:flex}.project-card:hover .project-arrow{color:var(--project-color,var(--accent-color));transform:translate(2px,-2px)}.project-desc{color:var(--text-secondary);font-size:.92rem;line-height:1.5}.project-tech-list{flex-wrap:wrap;gap:.4rem;display:flex}.project-tech-pill{border:1px solid var(--border-light);color:var(--text-secondary);background:#00000005;border-radius:.5rem;padding:.25rem .5rem;font-size:.78rem;font-weight:500}.project-highlight-badge{background:rgba(var(--accent-color-rgb), .15);color:var(--accent-color);border:1px solid rgba(var(--accent-color-rgb), .3);border-radius:.5rem;padding:.2rem .5rem;font-size:.75rem;font-weight:600}.certificates-container{flex-direction:column;gap:1.25rem;height:100%;margin-top:1rem;padding-right:.5rem;display:flex;overflow-y:auto}.certificate-item{color:inherit;gap:.75rem;padding-bottom:.5rem;text-decoration:none;display:flex;position:relative}.cert-indicator{flex-direction:column;flex-shrink:0;align-items:center;margin-top:.25rem;display:flex;position:relative}.cert-dot{background:var(--text-muted);width:10px;height:10px;transition:var(--transition-fast);border:2px solid var(--bg-dark);border-radius:50%}.certificate-item:hover .cert-dot{background:var(--accent-color);box-shadow:0 0 8px var(--accent-color)}.cert-line{background:var(--border-light);flex-grow:1;width:2px;min-height:40px}.certificate-item:last-child .cert-line{display:none}.cert-content{flex-direction:column;gap:.15rem;display:flex}.cert-title{color:var(--text-primary);transition:var(--transition-fast);font-size:.95rem;font-weight:600;line-height:1.3}.certificate-item:hover .cert-title{color:var(--accent-color)}.cert-meta{color:var(--text-secondary);font-size:.8rem}.cert-date{color:var(--text-muted);font-size:.75rem}.experience-container{flex-direction:column;gap:1.25rem;height:100%;margin-top:1rem;padding-right:.5rem;display:flex;overflow-y:auto}.experience-card{border:1px solid var(--border-light);transition:var(--transition-smooth);background:#fff6;border-radius:1rem;flex-direction:column;gap:.35rem;padding:1.15rem;display:flex;position:relative}.experience-card:before{content:"";background:var(--accent-color);opacity:.6;border-radius:1rem 0 0 1rem;width:4px;height:100%;transition:opacity .3s;position:absolute;top:0;left:0}.experience-card:hover{border-color:rgba(var(--accent-color-rgb), .2);background:#ffffffbf;transform:translate(4px)}.experience-card:hover:before{opacity:1}.exp-role{color:var(--text-primary);font-size:1.1rem;font-weight:700}.exp-company-type{color:var(--accent-color);justify-content:space-between;align-items:center;font-size:.95rem;font-weight:600;display:flex}.exp-type-tag{background:rgba(var(--accent-color-rgb), .08);border:1px solid rgba(var(--accent-color-rgb), .15);border-radius:.4rem;padding:.15rem .4rem;font-size:.75rem;font-weight:500}.exp-meta{color:var(--text-secondary);justify-content:space-between;align-items:center;margin-top:.2rem;font-size:.82rem;display:flex}.exp-duration{color:var(--text-muted);font-size:.78rem}.education-container{flex-direction:column;gap:1.25rem;height:100%;margin-top:1rem;padding-right:.5rem;display:flex;overflow-y:auto}.education-card{gap:.75rem;padding-bottom:.5rem;display:flex;position:relative}.edu-indicator{flex-direction:column;flex-shrink:0;align-items:center;margin-top:.25rem;display:flex;position:relative}.edu-dot{background:var(--text-muted);width:10px;height:10px;transition:var(--transition-fast);border:2px solid var(--bg-dark);border-radius:50%}.education-card:hover .edu-dot{background:var(--accent-color);box-shadow:0 0 8px var(--accent-color)}.edu-line{background:var(--border-light);flex-grow:1;width:2px;min-height:40px}.education-card:last-child .edu-line{display:none}.edu-content{flex-direction:column;gap:.15rem;display:flex}.edu-school{color:var(--text-primary);transition:var(--transition-fast);font-size:.98rem;font-weight:700;line-height:1.3}.education-card:hover .edu-school{color:var(--accent-color)}.edu-degree{color:var(--text-secondary);font-size:.82rem}.edu-duration{color:var(--text-muted);font-size:.75rem}:root{--accent-color:#6c5ce7;--accent-color-rgb:108, 92, 231;--bg-dark:#f3f4f6;--bg-panel:#ffffffb3;--bg-panel-hover:#ffffffd9;--text-primary:#111827;--text-secondary:#4b5563;--text-muted:#9ca3af;--border-light:#0000000d;--border-hover:#0000001a;--shadow-main:0 10px 30px #00000008, 0 1px 8px #00000003;--shadow-glow:0 10px 25px rgba(var(--accent-color-rgb), .12);--font-sans:"Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-mono:"JetBrains Mono", monospace;--transition-smooth:all .4s cubic-bezier(.16, 1, .3, 1);--transition-fast:all .2s ease}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);background-color:var(--bg-dark);color:var(--text-primary);-webkit-font-smoothing:antialiased;min-height:100vh;position:relative;overflow-x:hidden}body:before,body:after{content:"";z-index:-2;filter:blur(140px);opacity:.28;pointer-events:none;border-radius:50%;width:45vw;height:45vw;transition:background-color 1s;position:absolute}body:before{background-color:var(--accent-color);top:-10vw;left:-10vw}body:after{background-color:#00bec4;bottom:-10vw;right:-10vw}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-dark)}::-webkit-scrollbar-thumb{background:#0000001f;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:rgba(var(--accent-color-rgb), .5)}#root{justify-content:center;width:100%;display:flex}.container{flex-direction:column;justify-content:center;width:100%;max-width:1200px;min-height:100vh;margin:0 auto;padding:2rem 1.5rem;display:flex}h1,h2,h3,h4{font-family:var(--font-sans);letter-spacing:-.02em;font-weight:700}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:.8s cubic-bezier(.16,1,.3,1) forwards fadeInUp}.text-accent{color:var(--accent-color);transition:color .5s}.bg-accent{background-color:var(--accent-color);transition:background-color .5s}.border-accent{border-color:var(--accent-color);transition:border-color .5s}button,input,textarea{font-family:inherit}
