@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.fade-in{animation:fadeIn .4s ease forwards}.slide-up{animation:slideUp .5s ease forwards}.slide-down{animation:slideDown .4s ease forwards}.scale-in{animation:scaleIn .3s ease forwards}.stagger-children>*:nth-child(1){animation-delay:.05s}.stagger-children>*:nth-child(2){animation-delay:.1s}.stagger-children>*:nth-child(3){animation-delay:.15s}.stagger-children>*:nth-child(4){animation-delay:.2s}.stagger-children>*:nth-child(5){animation-delay:.25s}.stagger-children>*:nth-child(6){animation-delay:.3s}.theme-toggle{transition:transform .3s ease}.theme-toggle:hover{transform:rotate(20deg)}.navbar{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.footer{width:100%}.hero-section{width:100%;min-height:70vh;display:flex;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;position:relative;overflow:hidden}.hero-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 50% 0%,rgba(37,99,235,.08) 0%,transparent 70%);pointer-events:none;z-index:0}.hero-section__content{position:relative;z-index:1;max-width:700px;display:flex;flex-direction:column;align-items:center;gap:1.25rem}.hero-section__avatar{width:100px!important;height:100px!important;margin-bottom:.5rem;border:3px solid rgba(37,99,235,.3)}.hero-section__heading{font-size:clamp(2rem,6vw,3.5rem)!important;font-weight:700!important;line-height:1.15!important;letter-spacing:-.5px}.hero-section__name-highlight{color:#2563eb}.hero-section__title{font-size:clamp(1.1rem,3vw,1.5rem)!important;font-weight:400!important}.hero-section__tagline{max-width:540px;line-height:1.7;font-size:1rem!important}.hero-section__cta{margin-top:.5rem}@media (max-width: 600px){.hero-section{min-height:60vh;padding:3rem 1.5rem}.hero-section__cta,.hero-section__cta .MuiButton-root{width:100%}}.project-card{position:relative;width:100%;height:360px;display:flex;flex-direction:column;transition:box-shadow .2s ease,transform .15s ease}.project-card:hover{transform:translateY(-2px);box-shadow:0 8px 20px #00000014}.project-card__action-area{display:flex;flex-direction:column;flex:1;align-items:stretch;min-height:0}.project-card__media-zone{height:140px;flex-shrink:0;overflow:hidden}.project-card__media{width:100%;height:140px;object-fit:cover}.project-card__placeholder{width:100%;height:140px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#e2e8f0,#cbd5e1)}.project-card__initials{color:#64748b;font-weight:700;letter-spacing:1px}.project-card__content{height:154px;flex-shrink:0;padding:12px 16px!important;display:flex;flex-direction:column;overflow:hidden}.project-card__title{height:24px;line-height:24px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex-shrink:0}.project-card__description{height:40px;line-height:20px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin:6px 0 0;flex-shrink:0}.project-card__tech-row{height:28px;margin-top:10px;overflow:hidden;flex-wrap:nowrap;flex-shrink:0}.project-card__links-row{height:40px;display:flex;align-items:center;justify-content:space-between;padding:0 8px 0 12px;border-top:1px solid;border-color:#00000014;flex-shrink:0}.star-rating{display:inline-flex;align-items:center;gap:0}.star-rating--interactive .star-rating__btn{padding:2px;transition:transform .1s ease}.star-rating--interactive .star-rating__btn:hover{transform:scale(1.15);background:transparent}.star-rating__icon--filled{color:#f59e0b!important}.star-rating__icon--empty{color:#d1d5db!important}.star-rating--readonly .star-rating__icon{display:inline-flex}.feedback-card{width:100%;transition:box-shadow .2s ease}.feedback-card:hover{box-shadow:0 4px 12px #0000000f}.feedback-card__header{display:flex;justify-content:space-between;align-items:flex-start;gap:8px}.feedback-card__message{line-height:1.6;white-space:pre-line}.feedback-card__message--clamped{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.feedback-card__thumbnail{max-width:120px;max-height:90px;border-radius:6px;object-fit:cover;cursor:pointer;border:1px solid rgba(0,0,0,.1);transition:opacity .2s ease}.feedback-card__thumbnail:hover{opacity:.85}@media (max-width: 600px){.feedback-card__header{flex-direction:column;gap:4px}}.skill-chip-wrapper{display:inline-flex;align-items:center;gap:2px}.skill-chip{font-weight:500}.skill-chip__dots{font-size:.7rem;letter-spacing:1px;opacity:.8;margin-left:4px}.skill-chip__actions{display:inline-flex;gap:0}.home-page{display:flex;flex-direction:column;width:100%}.home-page__section{padding-top:3.5rem;padding-bottom:3.5rem}.home-page__section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;gap:12px}.home-page__hero-skeleton{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:70vh;gap:1rem;padding:4rem 2rem}.home-projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px;justify-content:start}@media (max-width: 600px){.home-page__section{padding-top:2.5rem;padding-bottom:2.5rem}.home-page__section-header{flex-direction:column;align-items:flex-start}.home-projects-grid{grid-template-columns:1fr}}.about-page{padding-top:2.5rem;padding-bottom:4rem}.about-loading{display:flex;align-items:center;justify-content:center;min-height:50vh}.about-profile{display:flex;gap:2rem;align-items:flex-start}.about-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}@media (max-width: 600px){.about-profile{flex-direction:column;align-items:center;text-align:center}}.file-dropzone{border:2px dashed rgba(0,0,0,.2);border-radius:8px;padding:32px 16px;display:flex;flex-direction:column;align-items:center;gap:4px;cursor:pointer;transition:border-color .2s ease,background-color .2s ease;text-align:center}.file-dropzone:hover{border-color:#00000059;background-color:#00000005}.file-dropzone--dragging{border-color:#2563eb;background-color:#2563eb0d}.file-dropzone__input{display:none}.file-dropzone__icon{font-size:2rem!important;opacity:.6;margin-bottom:4px}.projects-page{padding-top:2.5rem}.projects-page__header{display:flex;justify-content:space-between}.projects-page__add-btn{padding:.5rem 1rem!important;margin:16px!important}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px;justify-content:start}.project-skeleton-card{height:360px;border:1px solid rgba(0,0,0,.12);border-radius:4px;overflow:hidden}@media (max-width: 600px){.projects-grid{grid-template-columns:1fr}}.resume-page{padding-top:2.5rem;padding-bottom:4rem}.resume-current-card{display:flex;align-items:center;gap:16px;padding:16px 20px;border:1px solid rgba(0,0,0,.12);border-radius:8px;margin-bottom:1rem}.resume-current-card__icon{font-size:2.25rem!important;opacity:.5;flex-shrink:0}@media (max-width: 600px){.resume-current-card{flex-direction:column;align-items:flex-start}}.feedback-page{padding-top:2.5rem;padding-bottom:4rem}.feedback-form{background-color:transparent}.feedback-page__pending-badge{display:inline-flex;align-items:center;justify-content:center;background-color:#f59e0b;color:#fff;font-size:.7rem;font-weight:700;border-radius:12px;padding:1px 8px;margin-left:10px;vertical-align:middle;line-height:1.6}@media (max-width: 600px){.feedback-page{padding-top:1.5rem}}.login-page{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 130px);padding:2rem 1rem}.login-card{width:100%;max-width:420px}.register-page{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 130px);padding:2rem 1rem}.register-card{width:100%;max-width:440px}.register-card__icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;margin:0 auto 1rem;border-radius:50%}.forgot-password-page{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 130px);padding:2rem 1rem}.forgot-password-card{width:100%;max-width:440px}.forgot-password-card__icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;margin:0 auto 1rem;border-radius:50%}.reset-password-page{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 130px);padding:2rem 1rem}.reset-password-card{width:100%;max-width:440px}.reset-password-card__icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;margin:0 auto 1rem;border-radius:50%}.admin-dashboard{padding-top:2.5rem;padding-bottom:4rem}.admin-dashboard__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;gap:16px}.admin-stat-card{height:160px;transition:box-shadow .2s ease,transform .15s ease}.admin-stat-card:hover{transform:translateY(-2px);box-shadow:0 6px 16px #00000014}.admin-stat-card__content{display:flex;flex-direction:column;height:100%;padding:20px!important}.admin-stat-card__icon-wrap{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.admin-dashboard__refresh-spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.admin-dashboard__quick-actions{gap:12px}.admin-dashboard__action-btn{min-width:180px;justify-content:flex-start;text-transform:none;font-weight:500}@media (max-width: 600px){.admin-dashboard__header{flex-direction:column;align-items:stretch}.admin-dashboard__action-btn{min-width:100%}}.not-found{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;text-align:center;padding:2rem}.not-found__code{font-size:8rem!important;font-weight:700!important;line-height:1!important;opacity:.15;margin-bottom:1rem}
