body,html{height:100%;margin:0;padding:0}#root{display:flex;flex-direction:column;height:100%}body{font-family:Arial,sans-serif;transition:background-color .3s,color .3s}a{color:var(--accent-color);text-decoration:none}a:hover{text-decoration:underline}.modal-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal-content{background:var(--bg-color);border-radius:8px;color:var(--text-color);max-height:80vh;max-width:600px;overflow-y:auto;padding:2rem;width:90%}.footer-container{flex-direction:column;margin-top:2rem;padding:0;width:100%}.footer-container,.footer-up-button{align-items:center;background:var(--bg-color);display:flex}.footer-up-button{animation:pulseBlue 3s infinite;border:none;color:var(--accent-color);cursor:pointer;font-size:1rem;justify-content:center;padding:.8rem;text-align:center;transition:box-shadow .9s;width:15%}.footer-up-button:hover{box-shadow:0 0 10px 2px #0070cccc}.footer-text{margin-top:1rem}.app-shell,.page-root,.site-main{display:flex;flex:1 1;flex-direction:column}@keyframes pulseBlue{0%{box-shadow:0 0 0 0 #0070ccb3}70%{box-shadow:0 0 10px 10px #0070cc00}to{box-shadow:0 0 0 0 #0070cc00}}.projects-wrapper,.skills-wrapper{margin:3rem auto;max-width:1200px;padding:2rem 2rem 0;position:relative}.skills-grid{display:flex;flex-wrap:wrap;gap:.75rem;margin:2rem 0;max-height:210px;overflow:hidden;position:relative;transition:max-height .5s ease}.skills-grid.expanded{max-height:9999px}.skill-chip{background:var(--accent-color);border-radius:4px;color:#fff;cursor:pointer;font-size:.95rem;padding:.5rem 1rem;white-space:nowrap}.projects-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr);margin:2rem 0;max-height:1050px;overflow:hidden;padding-bottom:0;position:relative;transition:max-height .5s ease;width:100%}.projects-grid.has-overlay{padding-bottom:140px}.projects-grid.expanded{max-height:9999px}.project-card{background:var(--bg-color);border-radius:8px;box-shadow:0 2px 8px #0000001a;cursor:pointer;display:flex;flex-direction:column;height:100%;margin:0 auto;padding:1rem;transition:transform .3s ease,box-shadow .3s ease}.project-card h3,.project-card-title{margin:1rem 0 .5rem;text-align:center}.project-card:hover{box-shadow:0 5px 15px #0003;transform:translateY(-5px)}.project-card-image-wrapper{background-color:initial;border-radius:8px;display:block;overflow:hidden;width:100%}.project-card-image{border-radius:8px;display:block;height:auto;width:100%}.project-card h3{margin:1rem 0 .5rem}.see-more-overlay{align-items:center;-webkit-backdrop-filter:none;backdrop-filter:none;background:linear-gradient(to top,var(--bg-color) 0,#0000 100%);bottom:0;display:flex;height:120px;justify-content:center;left:0;position:absolute;right:0}.see-more-button{background:var(--accent-color);border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;padding:.7rem 1.2rem;transition:all .3s ease}.see-more-button:hover{opacity:.9}.show-less-container{display:flex;justify-content:center;margin:2rem 0}.show-less-button{background:var(--accent-color);border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;padding:.5rem 1.5rem;transition:all .3s ease}.show-less-button:hover{opacity:.9}@media (max-width:992px){.projects-grid{grid-template-columns:repeat(2,1fr);max-height:900px}.projects-wrapper,.skills-wrapper{padding:0 1.5rem}}@media (max-width:576px){.projects-grid{grid-template-columns:1fr;max-height:800px}.projects-wrapper,.skills-wrapper{padding:0 1rem}}.site-header{align-items:center;display:flex;height:60px;justify-content:center;left:0;opacity:0;padding:0 1rem;pointer-events:none;position:fixed;right:0;top:0;transform:translateY(-10px);transition:opacity .25s ease-out,transform .25s ease-out,background-color .25s ease-out,box-shadow .25s ease-out;z-index:1000}.site-header--visible{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#000000b3;box-shadow:0 2px 12px #0006;color:var(--text-color);opacity:1;pointer-events:auto;transform:translateY(0)}.site-header-inner{align-items:center;display:flex;max-width:1200px;width:100%}.site-header-center,.site-header-left,.site-header-right{align-items:center;display:flex;flex:1 1}.site-header-left{justify-content:flex-start}.site-header-center{justify-content:center}.site-header-right{justify-content:flex-end}.site-header-title{font-size:1.1rem;font-weight:600;margin:0}.site-header .contact-icon svg{height:1.2rem;width:1.2rem}.site-header-admin-btn{align-items:center;background:#0000;border:none;color:inherit;cursor:pointer;display:inline-flex;justify-content:center;padding:.25rem}@media (max-width:576px){.site-header-title{display:none}.site-header-left,.site-header-right{flex:1 1}.site-header-center{flex:2 1;justify-content:center}.site-header-inner{gap:.5rem}}.landing-page{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:100vh;padding:0 1.5rem;text-align:center}.landing-page-title{font-size:clamp(2.5rem,6vw,4rem);margin-bottom:1.5rem}.admin-page{color:var(--text-color);margin:0 auto;max-width:960px;padding:2rem 1.5rem}.admin-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.admin-title{font-size:1.5rem;font-weight:600;margin:0}.admin-logout-btn{align-items:center;background:#0000;border:none;border-radius:999px;color:inherit;cursor:pointer;display:inline-flex;justify-content:center;padding:.35rem;transition:background-color .2s ease,transform .1s ease}.admin-logout-btn:hover{background-color:#ffffff14;transform:translateY(-1px)}.admin-form{background-color:#0000000a;border:1px solid #00000014;border-radius:8px;gap:1rem;margin-bottom:2rem;padding:1.5rem}.admin-form,.admin-form-group{display:flex;flex-direction:column}.admin-form-label{font-size:.9rem;font-weight:600;margin-bottom:.25rem}.admin-form-input{background-color:#ffffffe6;border:1px solid #0003;border-radius:6px;color:inherit;font:inherit;outline:none;padding:.6rem .75rem;transition:border-color .2s ease,box-shadow .2s ease}.admin-form-input:focus{border-color:var(--accent-color);box-shadow:0 0 0 2px rgba(var(--accent-color-rgb),.25)}@media (prefers-color-scheme:dark){.admin-form{background-color:#ffffff08;border-color:#ffffff14}.admin-form-input{background-color:#0009;border-color:#ffffff2e}}.admin-submit-btn{align-self:flex-start;background-color:var(--accent-color);border:none;border-radius:999px;color:#fff;cursor:pointer;font-size:.95rem;font-weight:600;padding:.6rem 1.4rem;transition:transform .1s ease,box-shadow .2s ease,opacity .2s ease}.admin-submit-btn:hover{box-shadow:0 4px 12px rgba(var(--accent-color-rgb),.4);opacity:.95;transform:translateY(-1px)}.admin-submit-btn:disabled{box-shadow:none;cursor:default;opacity:.7;transform:none}.admin-projects-list h2{margin-bottom:.75rem}.admin-projects-list ul{list-style:none;margin:0;padding:0}.admin-projects-list li{align-items:center;border-bottom:1px solid #0000000f;display:flex;justify-content:space-between;padding:.4rem 0}@media (prefers-color-scheme:dark){.admin-projects-list li{border-bottom-color:#ffffff0f}}.admin-project-title{font-size:.95rem;font-weight:500}.admin-project-badge{align-items:center;border-radius:999px;display:inline-flex;font-size:.7rem;font-weight:600;justify-content:center;margin-left:.5rem;padding:.1rem .6rem}.admin-project-badge--listed{background-color:#2e7d32;color:#fff}.admin-project-badge--unlisted{background-color:#b00020;color:#fff}.admin-project-actions{display:flex;gap:.4rem}.admin-project-action-btn{background-color:#0000000a;border:1px solid #ffffff1f;border-radius:999px;color:inherit;cursor:pointer;font-size:.8rem;padding:.3rem .8rem;transition:background-color .15s ease,transform .1s ease}.admin-project-action-btn:hover{background-color:#00000014;transform:translateY(-1px)}@media (prefers-color-scheme:dark){.admin-project-action-btn{background-color:#ffffff0a;border-color:#ffffff29}.admin-project-action-btn:hover{background-color:#ffffff14}}.project-card-actions{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-top:.5rem}.project-card-button{background-color:initial;border:1px solid #ffffff26;border-radius:999px;color:var(--accent-color);cursor:pointer;font-size:.85rem;font-weight:500;padding:.45rem .9rem;text-decoration:none;transition:background-color .15s ease,transform .1s ease,box-shadow .15s ease}.project-card-button:hover{background-color:rgba(var(--accent-color-rgb),.1);box-shadow:0 2px 8px rgba(var(--accent-color-rgb),.4);transform:translateY(-1px)}.project-card-button--primary{background-color:var(--accent-color);border-color:#0000;color:#fff}.project-modal-button{background-color:initial;border:1px solid #ffffff26;border-radius:999px;color:var(--accent-color);cursor:pointer;font-size:.8rem;font-weight:500;padding:.35rem .8rem;text-decoration:none;transition:background-color .15s ease,transform .1s ease,box-shadow .15s ease}.project-modal-button:hover{background-color:rgba(var(--accent-color-rgb),.1);box-shadow:0 2px 8px rgba(var(--accent-color-rgb),.35);transform:translateY(-1px)}.project-modal-button--primary{background-color:var(--accent-color);border-color:#0000;color:#fff}@media (prefers-color-scheme:dark){:root{--bg-color:#121212;--text-color:#fff;--accent-color:#6af;--accent-color-rgb:102,170,255}body{background-color:var(--bg-color);color:var(--text-color)}}@media (prefers-color-scheme:light){:root{--bg-color:#f1f1f1;--text-color:#111;--accent-color:#007acc;--accent-color-rgb:0,122,204}body{background-color:var(--bg-color);color:var(--text-color)}}
/*# sourceMappingURL=main.af26ac73.css.map*/