@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Fira+Code:wght@300;400;500;600;700&display=swap";:root{--font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;--font-mono:"Fira Code","SF Mono","Monaco","Inconsolata","Roboto Mono","Courier New",monospace;--color-primary:#667eea;--color-primary-dark:#5a6fd8;--color-secondary:#764ba2;--color-bg-primary:#0f0f23;--color-bg-secondary:#1a1a2e;--color-bg-tertiary:#16213e;--color-text-primary:#e2e8f0;--color-text-secondary:#94a3b8;--color-text-muted:#64748b;--color-border:#ffffff1a;--color-border-hover:#667eea4d;--spacing-xs:.25rem;--spacing-sm:.5rem;--spacing-md:1rem;--spacing-lg:1.5rem;--spacing-xl:2rem;--spacing-2xl:3rem;--spacing-3xl:4rem;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a;--shadow-xl:0 20px 25px -5px #0000001a;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--radius-full:9999px;--transition-fast:.15s ease;--transition-base:.3s ease;--transition-slow:.5s ease;font-family:var(--font-family);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;font-weight:400;line-height:1.5}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;height:100%}body{background-color:var(--color-bg-primary);min-height:100vh;color:var(--color-text-primary);font-family:var(--font-family);margin:0;padding:0;line-height:1.6;overflow-x:hidden}#root{width:100%;min-height:100vh}h1,h2,h3,h4,h5,h6{color:var(--color-text-primary);margin:0;font-weight:700;line-height:1.2}h1{font-size:3.5rem;font-weight:800}h2{font-size:2.5rem;font-weight:700}h3{font-size:2rem;font-weight:600}h4{font-size:1.5rem;font-weight:600}h5{font-size:1.25rem;font-weight:500}h6{font-size:1.125rem;font-weight:500}p{color:var(--color-text-secondary);margin:0 0 1rem}a{color:var(--color-primary);transition:var(--transition-base);text-decoration:none}a:hover{color:var(--color-primary-dark)}ul,ol{margin:0;padding:0}li{list-style:none}img{max-width:100%;height:auto;display:block}button{border-radius:var(--radius-md);cursor:pointer;transition:var(--transition-base);border:none;justify-content:center;align-items:center;font-family:inherit;font-weight:500;text-decoration:none;display:inline-flex}button:disabled{opacity:.6;cursor:not-allowed}input,textarea{background:0 0;border:none;outline:none;font-family:inherit}.container{max-width:1200px;padding:0 var(--spacing-xl);margin:0 auto}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.hidden{display:none}@media (max-width:768px){h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.75rem}h4{font-size:1.5rem}.container{padding:0 var(--spacing-md)}}@media (max-width:480px){h1{font-size:2rem}h2{font-size:1.75rem}h3{font-size:1.5rem}.container{padding:0 var(--spacing-sm)}}@media (prefers-contrast:high){:root{--color-border:#ffffff4d;--color-text-secondary:#cbd5e1}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.App{scroll-behavior:smooth}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#1a1a2e}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#5a6fd8 0%,#6a4190 100%)}::selection{color:#e2e8f0;background:#667eea4d}::selection{color:#e2e8f0;background:#667eea4d}:focus{outline-offset:2px;outline:2px solid #667eea80}*{transition:color .3s,background-color .3s,border-color .3s}img{transition:opacity .3s}img[loading]{opacity:.7}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}button{font-family:inherit}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.admin-login__card p{color:#666;margin-bottom:2rem}.admin-login__error{color:#dc3545;margin-top:1rem;font-weight:500}.admin-loading{background:#f8f9fa;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;display:flex}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.admin-dashboard{background:#f8f9fa;min-height:100vh}.admin-header{z-index:100;background:#fff;padding:1rem 0;position:sticky;top:0;box-shadow:0 2px 10px #0000001a}.admin-header__content{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:0 2rem;display:flex}.admin-header h1{color:#333;margin:0;font-size:1.5rem}.admin-header__home,.admin-header__logout{cursor:pointer;border:none;border-radius:8px;padding:.5rem 1rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .3s}.admin-header__home{color:#fff;background:#28a745}.admin-header__home:hover{background:#218838;transform:translateY(-2px)}.admin-header__logout{color:#fff;background:#dc3545}.admin-main{flex-direction:column;gap:2rem;max-width:1400px;margin:0 auto;padding:2rem;display:flex}.admin-analytics h2{color:#333;margin-bottom:1.5rem;font-size:1.8rem}.admin-analytics__grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}.admin-card{background:#fff;border-radius:15px;align-items:center;gap:1rem;padding:2rem;transition:all .3s;display:flex;box-shadow:0 5px 15px #0000001a}.admin-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #00000026}.admin-card__icon{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:15px;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;font-size:2.5rem;display:flex}.admin-card__content h3{color:#666;text-transform:uppercase;letter-spacing:.5px;margin:0 0 .5rem;font-size:.9rem;font-weight:600}.admin-card__number{color:#333;margin:0;font-size:2rem;font-weight:700}.admin-analytics__secondary{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;display:grid}.admin-top-section,.admin-top-projects{background:#fff;border-radius:15px;padding:2rem;box-shadow:0 5px 15px #0000001a}.admin-top-section h3,.admin-top-projects h3{color:#333;margin-bottom:1rem;font-size:1.2rem}.admin-section-item{background:#f8f9fa;border-radius:10px;justify-content:center;align-items:center;padding:1rem;display:flex}.admin-section-name{color:#667eea;font-size:1.1rem;font-weight:600}.admin-projects-list{flex-direction:column;gap:.8rem;display:flex}.admin-project-item{justify-content:between;background:#f8f9fa;border-radius:10px;align-items:center;padding:1rem;display:flex}.admin-project-name{color:#333;flex:1;font-weight:600}.admin-project-clicks{color:#667eea;font-size:.9rem;font-weight:600}.admin-analytics__detailed{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem;display:grid}.admin-detailed-section{background:#fff;border-radius:15px;padding:2rem;box-shadow:0 5px 15px #0000001a}.admin-detailed-section h3{color:#333;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:1.2rem;display:flex}.admin-stats-grid{gap:1rem;display:grid}.admin-stat-item{background:#f8f9fa;border-radius:10px;justify-content:space-between;align-items:center;padding:1rem;transition:all .3s;display:flex}.admin-stat-item:hover{background:#e9ecef;transform:translateY(-2px)}.admin-stat-label{color:#666;font-weight:500}.admin-stat-value{color:#667eea;font-size:1.2rem;font-weight:700}.admin-list{flex-direction:column;gap:.8rem;display:flex}.admin-list-item{background:#f8f9fa;border-radius:10px;justify-content:space-between;align-items:center;padding:1rem;transition:all .3s;display:flex}.admin-list-item:hover{background:#e9ecef;transform:translateY(-2px)}.admin-list-name{color:#333;flex:1;font-weight:500}.admin-list-value{color:#667eea;background:#667eea1a;border-radius:20px;padding:.3rem .8rem;font-size:.9rem;font-weight:700}.admin-messages h2{color:#333;margin-bottom:1.5rem;font-size:1.8rem}.admin-messages__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.admin-messages__filters{gap:.5rem;display:flex}.admin-filter{color:#666;cursor:pointer;background:#fff;border:2px solid #e0e0e0;border-radius:8px;padding:.5rem 1rem;font-weight:500;transition:all .3s}.admin-filter:hover{color:#667eea;border-color:#667eea}.admin-filter--active{color:#fff;background:#667eea;border-color:#667eea}.admin-messages__content{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:1200px){.admin-messages__content{grid-template-columns:1fr 1fr}}.admin-messages__list{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 5px 15px #0000001a}.admin-messages__empty{text-align:center;color:#666;padding:3rem}.admin-message-item{cursor:pointer;border-bottom:1px solid #f0f0f0;padding:1.5rem;transition:all .3s}.admin-message-item:last-child{border-bottom:none}.admin-message-item:hover{background:#f8f9fa}.admin-message-item--new{background:#f8fff9;border-left:4px solid #28a745}.admin-message-item--selected{background:#e3f2fd;border-left:4px solid #667eea}.admin-message-item__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.admin-message-item__header h4{color:#333;margin:0;font-size:1.1rem}.admin-message-item__date{color:#666;font-size:.8rem}.admin-message-item__subject{color:#333;margin:.5rem 0;font-size:.95rem;font-weight:600}.admin-message-item__email{color:#667eea;margin:.5rem 0;font-size:.9rem}.admin-message-item__status{margin-top:.5rem}.admin-status{border-radius:20px;padding:.3rem .8rem;font-size:.8rem;font-weight:600}.admin-status--new{color:#155724;background:#d4edda}.admin-status--read{color:#495057;background:#e2e6ea}.admin-message-details{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 5px 15px #0000001a}.admin-message-details__header{border-bottom:1px solid #f0f0f0;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem;display:flex}.admin-message-details__header h3{color:#333;margin:0;font-size:1.3rem}.admin-message-details__actions{flex-wrap:wrap;gap:.5rem;display:flex}.admin-btn{cursor:pointer;border:none;border-radius:8px;align-items:center;padding:.5rem 1rem;font-size:.85rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-flex}.admin-btn--primary{color:#fff;background:#28a745}.admin-btn--primary:hover{background:#218838;transform:translateY(-2px)}.admin-btn--danger{color:#fff;background:#dc3545}.admin-btn--danger:hover{background:#c82333;transform:translateY(-2px)}.admin-btn--secondary{color:#fff;background:#6c757d}.admin-btn--secondary:hover{background:#5a6268;transform:translateY(-2px)}.admin-message-details__content{padding:1.5rem}.admin-detail-row{border-bottom:1px solid #f5f5f5;grid-template-columns:120px 1fr;align-items:start;gap:1rem;padding:.8rem 0;display:grid}.admin-detail-row:last-child{border-bottom:none}.admin-detail-row--message{grid-template-columns:120px 1fr;align-items:start}.admin-detail-row strong{color:#495057;font-weight:600}.admin-detail-row span,.admin-detail-row a{color:#333}.admin-detail-row a{color:#667eea;text-decoration:none}.admin-detail-row a:hover{text-decoration:underline}.admin-message-content{white-space:pre-wrap;color:#333;background:#f8f9fa;border-radius:8px;padding:1rem;line-height:1.6}@media (max-width:768px){.admin-main{padding:1rem}.admin-header__content{text-align:center;flex-direction:column;gap:1rem;padding:0 1rem}.admin-header h1{font-size:1.2rem}.admin-analytics__grid{grid-template-columns:1fr}.admin-card{padding:1.5rem}.admin-card__icon{width:50px;height:50px;font-size:2rem}.admin-messages__header{flex-direction:column;align-items:stretch}.admin-messages__filters{flex-wrap:wrap;justify-content:center}.admin-message-details__header{flex-direction:column;align-items:stretch}.admin-message-details__actions{justify-content:center}.admin-detail-row{grid-template-columns:1fr;gap:.5rem}.admin-analytics__secondary{grid-template-columns:1fr}.admin-analytics__detailed{grid-template-columns:1fr;gap:1rem}.admin-detailed-section{padding:1.5rem}.admin-detailed-section h3{font-size:1.1rem}.admin-stat-item,.admin-list-item{padding:.8rem}.admin-stat-value{font-size:1.1rem}}.admin-dashboard-detailed{color:#333;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);min-height:100vh}.admin-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:100;background:#fffffff2;border-bottom:1px solid #fff3;position:sticky;top:0}.admin-header__content{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;max-width:1400px;margin:0 auto;padding:1.5rem 2rem;display:flex}.admin-header h1{color:#333;margin:0;font-size:1.8rem;font-weight:700}.admin-header__actions{align-items:center;gap:1rem;display:flex}.admin-header__link{color:#667eea;background:#f8f9fa;border-radius:10px;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;transition:all .3s}.admin-header__link:hover{color:#fff;background:#667eea;transform:translateY(-2px)}.admin-header__logout{color:#fff;cursor:pointer;background:#dc3545;border:none;border-radius:10px;padding:.75rem 1.5rem;font-weight:600;transition:all .3s}.admin-header__logout:hover{background:#c82333;transform:translateY(-2px)}.admin-tabs{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;gap:.5rem;max-width:1400px;margin:0 auto;padding:0 2rem;display:flex}.admin-tab{cursor:pointer;color:#666;background:0 0;border:none;border-bottom:3px solid #0000;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .3s}.admin-tab:hover{color:#667eea;background:#667eea1a}.admin-tab--active{color:#667eea;background:#667eea1a;border-bottom-color:#667eea}.admin-main{max-width:1400px;margin:0 auto;padding:2rem}.admin-section{margin-bottom:3rem}.admin-section h2{color:#fff;text-align:center;text-shadow:0 2px 4px #0000004d;margin-bottom:2rem;font-size:2rem}.admin-metrics-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:3rem;display:grid}.admin-metric-card{background:#fff;border-radius:20px;align-items:center;gap:1.5rem;padding:2rem;transition:all .3s;display:flex;box-shadow:0 10px 30px #0000001a}.admin-metric-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #00000026}.admin-metric-icon{color:#fff;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;justify-content:center;align-items:center;width:70px;height:70px;font-size:3rem;display:flex}.admin-metric-content h3{color:#333;margin:0 0 .5rem;font-size:1.1rem;font-weight:600}.admin-metric-number{color:#667eea;margin:0;font-size:2.5rem;font-weight:700}.admin-section-grid{grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;margin-bottom:3rem;display:grid}.admin-subsection{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 10px 30px #0000001a}.admin-full-width{grid-column:1/-1}.admin-subsection h3{color:#333;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:1.5rem;display:flex}.admin-device-stats{flex-direction:column;gap:1rem;display:flex}.admin-device-item{background:#f8f9fa;border-radius:15px;align-items:center;gap:1rem;padding:1rem;transition:all .3s;display:flex}.admin-device-item:hover{background:#e9ecef;transform:translate(5px)}.admin-device-icon{font-size:2rem}.admin-device-label{color:#333;flex:1;font-weight:600}.admin-device-count{color:#667eea;background:#667eea1a;border-radius:25px;padding:.5rem 1rem;font-size:1.5rem;font-weight:700}.admin-table-container{border:1px solid #e0e0e0;border-radius:15px;overflow-x:auto}.admin-table{border-collapse:collapse;background:#fff;width:100%}.admin-table th,.admin-table td{text-align:left;border-bottom:1px solid #f0f0f0;padding:1rem}.admin-table th{color:#333;background:#f8f9fa;border-bottom:2px solid #e0e0e0;font-weight:700}.admin-table tr:hover{background:#f8f9fa}.admin-country{font-weight:600}.admin-number{color:#667eea;font-weight:700}.admin-timezone{background:#f0f0f0;border-radius:5px;padding:.3rem .6rem;font-family:monospace;font-size:.9rem}.admin-isp-name{color:#333;font-weight:600}.admin-asn{color:#666;font-family:monospace;font-size:.9rem}.admin-timezone-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;display:grid}.admin-timezone-card{background:#f8f9fa;border-left:4px solid #667eea;border-radius:15px;padding:1.5rem;transition:all .3s}.admin-timezone-card:hover{background:#e9ecef;transform:translateY(-3px);box-shadow:0 5px 15px #0000001a}.admin-timezone-info h4{color:#333;margin:0 0 .5rem;font-size:1.1rem}.admin-timezone-offset{color:#667eea;margin:0 0 1rem;font-family:monospace;font-weight:700}.admin-timezone-stats{gap:2rem;margin-bottom:1rem;display:flex}.admin-tz-stat{flex-direction:column;align-items:center;display:flex}.admin-tz-label{color:#666;margin-bottom:.3rem;font-size:.8rem}.admin-tz-value{color:#667eea;font-size:1.3rem;font-weight:700}.admin-timezone-cities{color:#666;margin:0;font-size:.9rem;line-height:1.4}.admin-currency-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;display:grid}.admin-currency-card{color:#fff;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;padding:2rem;transition:all .3s}.admin-currency-card:hover{transform:translateY(-5px)scale(1.02)}.admin-currency-header h4{margin:0 0 .5rem;font-size:1.8rem;font-weight:700}.admin-currency-header p{opacity:.9;margin:0 0 1.5rem;font-size:.9rem}.admin-currency-stats{flex-direction:column;gap:1rem;display:flex}.admin-currency-stat{justify-content:space-between;align-items:center;display:flex}.admin-currency-label{opacity:.9;font-size:.9rem}.admin-currency-value{background:#fff3;border-radius:15px;padding:.3rem .8rem;font-size:1.2rem;font-weight:700}.admin-hourly-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem;display:grid}.admin-hourly-card{text-align:center;background:#fff;border-radius:15px;padding:1.5rem;transition:all .3s;box-shadow:0 5px 15px #0000001a}.admin-hourly-card:hover{transform:translateY(-3px);box-shadow:0 10px 25px #00000026}.admin-hourly-time{color:#333;border-bottom:2px solid #f0f0f0;margin-bottom:1rem;padding-bottom:.5rem;font-size:1.2rem;font-weight:700}.admin-hourly-stats{flex-direction:column;gap:.8rem;display:flex}.admin-hourly-stat{justify-content:center;align-items:center;gap:.5rem;display:flex}.admin-hourly-icon{font-size:1.2rem}.admin-hourly-value{color:#667eea;font-size:1.1rem;font-weight:700}.admin-hourly-label{color:#666;font-size:.8rem}.admin-refresh-section{text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:20px;padding:2rem}.admin-refresh-button{color:#667eea;cursor:pointer;background:#fff;border:none;border-radius:25px;margin-bottom:1rem;padding:1rem 2rem;font-size:1.1rem;font-weight:700;transition:all .3s}.admin-refresh-button:hover:not(:disabled){color:#fff;background:#667eea;transform:translateY(-3px);box-shadow:0 10px 25px #667eea4d}.admin-refresh-button:disabled{opacity:.6;cursor:not-allowed}.admin-refresh-info{color:#ffffffe6;margin:0;font-size:.9rem}.admin-login{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.admin-login__card{text-align:center;background:#fff;border-radius:25px;width:100%;max-width:500px;padding:3rem;box-shadow:0 25px 50px #00000026}.admin-login__card h2{color:#333;margin-bottom:.5rem;font-size:2.2rem}.admin-login__card p{color:#666;margin-bottom:2rem;font-size:1.1rem;line-height:1.6}.admin-login__form{flex-direction:column;gap:1rem;display:flex}.admin-login__input{color:#333;border:2px solid #e0e0e0;border-radius:15px;padding:1.2rem;font-size:1.1rem;transition:all .3s}.admin-login__input:focus{border-color:#667eea;outline:none;box-shadow:0 0 0 3px #667eea1a}.admin-login__button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:15px;padding:1.2rem;font-size:1.1rem;font-weight:700;transition:all .3s}.admin-login__button:hover{transform:translateY(-3px);box-shadow:0 10px 25px #667eea4d}.admin-login__error{color:#dc3545;margin:.5rem 0 0;font-weight:600}.admin-loading{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;display:flex}.admin-loading__spinner{border:4px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:60px;height:60px;margin-bottom:1rem;animation:1s linear infinite spin}.admin-loading p{margin:0;font-size:1.2rem}@media (max-width:768px){.admin-header__content{text-align:center;flex-direction:column;padding:1rem}.admin-header h1{font-size:1.4rem}.admin-tabs{scrollbar-width:none;-ms-overflow-style:none;padding:0 1rem;overflow-x:auto}.admin-tabs::-webkit-scrollbar{display:none}.admin-tab{white-space:nowrap;padding:.8rem 1.5rem;font-size:.9rem}.admin-main{padding:1rem}.admin-section h2{font-size:1.5rem}.admin-metrics-grid{grid-template-columns:1fr;gap:1rem}.admin-metric-card{text-align:center;flex-direction:column;padding:1.5rem}.admin-metric-icon{width:60px;height:60px;font-size:2.5rem}.admin-metric-number{font-size:2rem}.admin-section-grid{grid-template-columns:1fr;gap:1rem}.admin-subsection{padding:1.5rem}.admin-subsection h3{font-size:1.3rem}.admin-timezone-grid,.admin-currency-grid{grid-template-columns:1fr}.admin-hourly-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.admin-hourly-card{padding:1rem}.admin-table-container{font-size:.9rem}.admin-table th,.admin-table td{padding:.8rem .5rem}.admin-timezone-stats{gap:1rem}.admin-device-item{padding:.8rem}}.about{background:#0f0f23;padding:6rem 0;position:relative}.about__container{max-width:1200px;margin:0 auto;padding:0 2rem}.about__header{text-align:center;margin-bottom:4rem}.about__title{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:3rem;font-weight:800}.about__subtitle{color:#94a3b8;max-width:600px;margin:0 auto;font-size:1.2rem;line-height:1.6}.about__content{grid-template-columns:1.2fr 1fr;align-items:start;gap:4rem;margin-bottom:4rem;display:grid}.about__text{animation:.8s ease-out fadeInLeft}.about__intro{margin-bottom:3rem}.about__intro p{color:#cbd5e1;margin-bottom:1.5rem;font-size:1.1rem;line-height:1.8}.about__intro strong{color:#667eea}.about__experiences{flex-direction:column;gap:1.5rem;display:flex}.about__experience{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;align-items:flex-start;gap:1rem;padding:1.5rem;transition:all .3s;display:flex}.about__experience:hover{background:#667eea1a;border-color:#667eea4d;transform:translateY(-5px)}.about__experience-icon{flex-shrink:0;font-size:2rem}.about__experience-content{flex:1}.about__experience-title{color:#e2e8f0;margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.about__experience-desc{color:#94a3b8;font-size:.95rem;line-height:1.6}.about__visual{flex-direction:column;align-items:center;gap:2rem;animation:.8s ease-out fadeInRight;display:flex}.about__image{justify-content:center;align-items:center;width:280px;height:280px;display:flex;position:relative}.about__image-placeholder{z-index:2;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:20px;justify-content:center;align-items:center;width:200px;height:200px;animation:4s ease-in-out infinite float;display:flex;position:relative}.about__avatar{color:#fff;text-shadow:2px 2px 4px #0000004d;font-size:4rem;font-weight:800}.about__image-bg{z-index:1;background:linear-gradient(135deg,#667eea4d 0%,#764ba24d 100%);border-radius:25px;animation:3s ease-in-out infinite pulse;position:absolute;inset:-15px}.about__stats{grid-template-columns:repeat(2,1fr);gap:1.5rem;width:100%;max-width:300px;display:grid}.about__stat{text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;padding:1rem;transition:all .3s}.about__stat:hover{border-color:#667eea4d;transform:translateY(-5px)}.about__stat-number{color:#667eea;margin-bottom:.5rem;font-size:1.5rem;font-weight:800}.about__stat-label{color:#94a3b8;font-size:.85rem;font-weight:500}.about__highlights{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem;display:grid}.about__highlight{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;padding:2rem;transition:all .3s;animation:.8s ease-out fadeInUp}.about__highlight:hover{background:#667eea1a;border-color:#667eea4d;transform:translateY(-10px)}.about__highlight h4{color:#e2e8f0;margin-bottom:1rem;font-size:1.2rem;font-weight:600}.about__highlight p{color:#94a3b8;line-height:1.6}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes pulse{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.1;transform:scale(1.1)}}@media (max-width:768px){.about{padding:4rem 0}.about__container{padding:0 1rem}.about__title{font-size:2.5rem}.about__subtitle{font-size:1.1rem}.about__content{grid-template-columns:1fr;gap:3rem}.about__intro p{font-size:1rem}.about__experience{padding:1rem}.about__experience-icon{font-size:1.5rem}.about__image{width:220px;height:220px}.about__image-placeholder{border-radius:16px;width:160px;height:160px}.about__avatar{font-size:3rem}.about__stats{grid-template-columns:repeat(2,1fr);gap:1rem}.about__stat{padding:.75rem}.about__stat-number{font-size:1.25rem}.about__stat-label{font-size:.8rem}.about__highlights{grid-template-columns:1fr;gap:1.5rem}.about__highlight{padding:1.5rem}}@media (max-width:480px){.about__title{font-size:2rem}.about__subtitle{font-size:1rem}.about__intro p{font-size:.95rem}.about__image{width:200px;height:200px}.about__image-placeholder{width:140px;height:140px}.about__avatar{font-size:2.5rem}}.contact{background:linear-gradient(135deg,#1a1a2e 0%,#16213e 50%,#0f0f23 100%);padding:6rem 0 0;position:relative}.contact__container{max-width:1200px;margin:0 auto;padding:0 2rem}.contact__header{text-align:center;margin-bottom:4rem}.contact__title{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:3rem;font-weight:800}.contact__subtitle{color:#94a3b8;max-width:600px;margin:0 auto;font-size:1.2rem;line-height:1.6}.contact__content{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;margin-bottom:4rem;display:grid}.contact__info{animation:.8s ease-out fadeInLeft}.contact__info-header{margin-bottom:2.5rem}.contact__info-header h3{color:#e2e8f0;margin-bottom:1rem;font-size:1.8rem;font-weight:700}.contact__info-header p{color:#94a3b8;font-size:1.1rem;line-height:1.6}.contact__info-list{margin-bottom:3rem}.contact__info-item{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;align-items:center;gap:1rem;margin-bottom:1rem;padding:1.25rem;transition:all .3s;display:flex}.contact__info-item:hover{background:#667eea1a;border-color:#667eea4d;transform:translate(10px)}.contact__info-icon{flex-shrink:0;font-size:1.5rem}.contact__info-content{flex-direction:column;gap:.25rem;display:flex}.contact__info-label{color:#667eea;text-transform:uppercase;letter-spacing:.5px;font-size:.85rem;font-weight:600}.contact__info-value{color:#e2e8f0;font-size:1rem}.contact__info-value--link{color:#94a3b8;text-decoration:none;transition:color .3s}.contact__info-value--link:hover{color:#667eea}.contact__social{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;padding:2rem}.contact__social-text{color:#e2e8f0;margin-bottom:1.5rem;font-size:1.1rem;font-weight:600}.contact__social-links{gap:1rem;display:flex}.contact__social-link{color:#667eea;background:#667eea1a;border:1px solid #667eea4d;border-radius:12px;justify-content:center;align-items:center;width:50px;height:50px;text-decoration:none;transition:all .3s;display:flex}.contact__social-link:hover{background:#667eea33;border-color:#667eea80;transform:translateY(-3px);box-shadow:0 10px 20px #667eea4d}.contact__form{animation:.8s ease-out fadeInRight}.contact__form-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;padding:2rem}.contact__form-group{margin-bottom:1.5rem}.contact__form-label{color:#e2e8f0;margin-bottom:.5rem;font-size:.9rem;font-weight:600;display:block}.contact__form-input,.contact__form-textarea{color:#e2e8f0;resize:vertical;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;width:100%;padding:1rem;font-size:1rem;transition:all .3s}.contact__form-input::placeholder,.contact__form-textarea::placeholder{color:#64748b}.contact__form-input:focus,.contact__form-textarea:focus{background:#667eea1a;border-color:#667eea;outline:none;box-shadow:0 0 0 3px #667eea33}.contact__form-textarea{min-height:120px}.contact__form-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-bottom:1rem;padding:1rem 2rem;font-size:1.1rem;font-weight:600;transition:all .3s;display:flex}.contact__form-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 30px #667eea66}.contact__form-button:disabled{opacity:.7;cursor:not-allowed}.contact__form-button--loading{opacity:.8;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)}.contact__form-spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:1s linear infinite spin}.contact__form-success{color:#22c55e;background:#22c55e1a;border:1px solid #22c55e4d;border-radius:8px;align-items:center;gap:.5rem;padding:1rem;font-weight:500;animation:.5s ease-out slideInUp;display:flex}.contact__form-error{color:#ef4444;background:#ef44441a;border:1px solid #ef44444d;border-radius:8px;align-items:center;gap:.5rem;padding:1rem;font-weight:500;animation:.5s ease-out slideInUp;display:flex}.contact__footer{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0000004d;border-top:1px solid #ffffff1a;margin-top:4rem;padding:2rem 0}.contact__footer-content{text-align:center;max-width:1200px;margin:0 auto;padding:0 2rem}.contact__footer-content p{color:#94a3b8;margin-bottom:.5rem;font-size:.95rem}.contact__footer-content p:last-child{margin-bottom:0}@keyframes slideInUp{to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.contact{padding:4rem 0 0}.contact__container{padding:0 1rem}.contact__title{font-size:2.5rem}.contact__subtitle{font-size:1.1rem}.contact__content{grid-template-columns:1fr;gap:3rem}.contact__info-header h3{font-size:1.5rem}.contact__info-header p{font-size:1rem}.contact__info-item{padding:1rem}.contact__info-item:hover{transform:translateY(-2px)}.contact__social{padding:1.5rem}.contact__social-links{justify-content:center}.contact__form-container{padding:1.5rem}}@media (max-width:480px){.contact__title{font-size:2rem}.contact__subtitle{font-size:1rem}.contact__info-item{text-align:center;flex-direction:column;padding:1.5rem 1rem}.contact__info-content{align-items:center}.contact__social-links{flex-wrap:wrap;gap:.75rem}.contact__social-link{width:45px;height:45px}.contact__form-container{padding:1rem}.contact__form-button{padding:.875rem 1.5rem;font-size:1rem}}.experience{background:linear-gradient(135deg,#1a1a2e 0%,#16213e 50%,#0f3460 100%);padding:100px 0;position:relative;overflow:hidden}.experience:before{content:"";opacity:.3;background:url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 100 100\"><defs><pattern id=\"grid\" width=\"10\" height=\"10\" patternUnits=\"userSpaceOnUse\"><path d=\"M 10 0 L 0 0 0 10\" fill=\"none\" stroke=\"rgba(255,255,255,0.05)\" stroke-width=\"0.5\"/></pattern></defs><rect width=\"100\" height=\"100\" fill=\"url(%23grid)\"/></svg>");position:absolute;inset:0}.experience__container{z-index:2;max-width:1200px;margin:0 auto;padding:0 2rem;position:relative}.experience__header{text-align:center;margin-bottom:4rem}.experience__title{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:3.5rem;font-weight:800;position:relative}.experience__title:after{content:"";background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:2px;width:100px;height:4px;position:absolute;bottom:-10px;left:50%;transform:translate(-50%)}.experience__subtitle{color:#a0a9c0;max-width:600px;margin:0 auto;font-size:1.2rem;line-height:1.6}.experience__timeline{max-width:1000px;margin:0 auto;padding:2rem 0;position:relative}.experience__timeline:before{content:"";background:linear-gradient(#667eea 0%,#764ba2 100%);width:4px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.experience__item{width:50%;margin-bottom:3rem;position:relative}.experience__item.left{padding-right:2rem;left:0}.experience__item.right{padding-left:2rem;left:50%}.experience__content{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;padding:2rem;transition:all .3s;position:relative}.experience__content:hover{background:#ffffff14;border-color:#667eea4d;transform:translateY(-5px);box-shadow:0 20px 40px #667eea1a}.experience__marker{z-index:3;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:4px solid #1a1a2e;border-radius:50%;width:20px;height:20px;position:absolute;top:2rem}.experience__item.left .experience__marker{right:-12px}.experience__item.right .experience__marker{left:-12px}.experience__header-card{margin-bottom:1.5rem}.experience__position{color:#fff;margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.experience__company{color:#667eea;margin-bottom:1rem;font-size:1.2rem;font-weight:600}.experience__meta{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.experience__period,.experience__location{color:#a0a9c0;font-size:.9rem;font-weight:500}.experience__period:before{content:"📅";margin-right:.5rem}.experience__location:before{content:"📍";margin-right:.5rem}.experience__type{text-transform:uppercase;letter-spacing:.5px;border-radius:20px;padding:.3rem .8rem;font-size:.8rem;font-weight:600}.experience__type--freelance{color:#fff;background:linear-gradient(135deg,#ffd89b 0%,#19547b 100%)}.experience__type--clt{color:#333;background:linear-gradient(135deg,#a8edea 0%,#fed6e3 100%)}.experience__description{color:#d1d9e6;margin-bottom:1.5rem;font-size:1rem;line-height:1.6}.experience__responsibilities h5{color:#fff;margin-bottom:.8rem;font-size:1rem;font-weight:600}.experience__responsibilities ul{padding:0;list-style:none}.experience__responsibilities li{color:#a0a9c0;padding:.3rem 0 .3rem 1.5rem;line-height:1.4;position:relative}.experience__responsibilities li:before{content:"▶";color:#667eea;font-size:.8rem;position:absolute;left:0}.experience__technologies{margin-top:1.5rem}.experience__technologies h5{color:#fff;margin-bottom:.8rem;font-size:1rem;font-weight:600}.experience__tech-tags{flex-wrap:wrap;gap:.5rem;margin-top:.8rem;display:flex}.experience__tech-tag{color:#667eea;white-space:nowrap;background:#667eea33;border:1px solid #667eea4d;border-radius:15px;padding:.3rem .8rem;font-size:.85rem;font-weight:500;transition:all .3s}.experience__tech-tag:hover{background:#667eea4d;transform:translateY(-2px)}.experience__certifications{text-align:center;margin-top:5rem}.experience__cert-title{color:#fff;margin-bottom:3rem;font-size:2.5rem;font-weight:700;position:relative}.experience__cert-title:after{content:"";background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:2px;width:80px;height:3px;position:absolute;bottom:-10px;left:50%;transform:translate(-50%)}.experience__cert-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:800px;margin:0 auto;display:grid}.experience__cert-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);text-align:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:15px;padding:2rem;transition:all .3s}.experience__cert-card:hover{background:#ffffff14;border-color:#667eea4d;transform:translateY(-5px);box-shadow:0 15px 30px #667eea1a}.experience__cert-name{color:#fff;margin-bottom:.5rem;font-size:1.2rem;font-weight:600}.experience__cert-issuer{color:#667eea;margin-bottom:.5rem;font-weight:500}.experience__cert-year{color:#a0a9c0;font-size:.9rem;font-weight:500}@media (max-width:768px){.experience{padding:60px 0}.experience__container{padding:0 1rem}.experience__title{font-size:2.5rem}.experience__subtitle{font-size:1rem}.experience__timeline:before{left:2rem}.experience__item{width:100%;padding-left:4rem;padding-right:1rem;left:0!important}.experience__marker{left:1.2rem!important;right:auto!important}.experience__content{padding:1.5rem}.experience__position{font-size:1.3rem}.experience__company{font-size:1.1rem}.experience__meta{flex-direction:column;align-items:flex-start;gap:.5rem}.experience__cert-title{font-size:2rem}.experience__cert-grid{grid-template-columns:1fr;gap:1.5rem}.experience__tech-tags{gap:.4rem}.experience__tech-tag{padding:.25rem .6rem;font-size:.8rem}}@media (max-width:480px){.experience__title{font-size:2rem}.experience__content{padding:1rem}.experience__item{padding-left:3rem}.experience__marker{left:.7rem!important}.experience__timeline:before{left:1.5rem}.experience__tech-tag{padding:.2rem .5rem;font-size:.75rem}.experience__tech-tags{gap:.3rem}}.header{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#121212f2;border-bottom:1px solid #ffffff1a;transition:all .3s;position:fixed;top:0;left:0;right:0}.header--scrolled{background:#121212fa;box-shadow:0 2px 20px #0000004d}.header__container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex}.header__logo{flex:1}.header__name{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:700}.header__nav{flex:2;justify-content:center;display:flex}.header__menu{gap:2rem;margin:0;padding:0;list-style:none;display:flex}.header__menu a{color:#e2e8f0;border-radius:8px;padding:.5rem 1rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .3s;position:relative}.header__menu a:hover{color:#667eea;background:#667eea1a}.header__social{flex:1;justify-content:flex-end;gap:1rem;display:flex}.header__social a{color:#94a3b8;border-radius:8px;justify-content:center;align-items:center;padding:.5rem;transition:all .3s;display:flex}.header__social a:hover{color:#667eea;background:#667eea1a;transform:translateY(-2px)}.header__toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:3px;padding:.5rem;display:none}.header__toggle span{background:#e2e8f0;border-radius:2px;width:25px;height:3px;transition:all .3s}.header__toggle--open span:first-child{transform:rotate(45deg)translate(6px,6px)}.header__toggle--open span:nth-child(2){opacity:0}.header__toggle--open span:nth-child(3){transform:rotate(-45deg)translate(6px,-6px)}@media (max-width:768px){.header__container{padding:1rem}.header__nav{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;visibility:hidden;background:#121212fa;border-bottom:1px solid #ffffff1a;transition:all .3s;position:absolute;top:100%;left:0;right:0;transform:translateY(-100%)}.header__nav--open{opacity:1;visibility:visible;transform:translateY(0)}.header__menu{flex-direction:column;gap:1rem;padding:2rem}.header__menu a{text-align:center;border:1px solid #ffffff1a;border-radius:8px;padding:1rem}.header__social{display:none}.header__toggle{display:flex}.header__name{font-size:1.2rem}}@media (max-width:480px){.header__container{padding:.75rem}.header__name{font-size:1.1rem}}.header__menu a.active{color:#667eea;background:#667eea26;font-weight:600}.header__menu a.active:before{content:"";background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);width:20px;height:2px}.hero{background:linear-gradient(135deg,#0f0f23 0%,#1a1a2e 50%,#16213e 100%);justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero__container{z-index:2;width:100%;max-width:1200px;margin:0 auto;padding:2rem;position:relative}.hero__content{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;margin-top:4rem;display:grid}.hero__text{animation:1s ease-out slideInLeft}.hero__title{color:#e2e8f0;margin-bottom:1rem;font-size:3.5rem;font-weight:800;line-height:1.1}.hero__name{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero__subtitle{align-items:center;height:2.5rem;margin-bottom:2rem;font-size:1.5rem;display:flex}.hero__role{color:#94a3b8;font-weight:500}.hero__cursor{color:#667eea;margin-left:2px;font-weight:400;animation:1s infinite blink}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.hero__description{color:#94a3b8;max-width:500px;margin-bottom:3rem;font-size:1.2rem;line-height:1.6}.hero__buttons{flex-wrap:wrap;gap:1rem;display:flex}.hero__btn{cursor:pointer;border:none;border-radius:12px;padding:1rem 2rem;font-size:1.1rem;font-weight:600;transition:all .3s;position:relative;overflow:hidden}.hero__btn--primary{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)}.hero__btn--primary:hover{transform:translateY(-2px);box-shadow:0 10px 30px #667eea66}.hero__btn--secondary{color:#667eea;background:0 0;border:2px solid #667eea}.hero__btn--secondary:hover{color:#fff;background:#667eea;transform:translateY(-2px);box-shadow:0 10px 30px #667eea4d}.hero__visual{justify-content:center;align-items:center;animation:1s ease-out slideInRight;display:flex}.hero__avatar{justify-content:center;align-items:center;width:400px;height:400px;display:flex;position:relative}.hero__avatar-bg{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:50%;width:300px;height:300px;animation:6s ease-in-out infinite float;position:relative}.hero__avatar-bg:before{content:"";z-index:-1;opacity:.3;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:50%;animation:3s ease-in-out infinite pulse;position:absolute;inset:-10px}.hero__code-snippet{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1e1e1ef2;border:1px solid #667eea4d;border-radius:8px;min-width:200px;padding:1.5rem;font-family:Fira Code,monospace;font-size:.9rem;position:absolute;top:-20px;right:-40px;box-shadow:0 10px 30px #0000004d}.code-line{margin-bottom:.5rem;line-height:1.5}.code-indent{margin-left:1rem}.code-keyword{color:#ff79c6}.code-variable{color:#8be9fd}.code-operator{color:#ff79c6}.code-string{color:#f1fa8c}.code-bracket{color:#f8f8f2}.hero__scroll{text-align:center;animation:1s ease-out .5s both fadeInUp;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.hero__scroll-indicator{color:#94a3b8;font-size:.9rem}.hero__scroll-arrow{margin-top:.5rem;font-size:1.5rem;animation:2s infinite bounce}.hero__bg-elements{z-index:1;pointer-events:none;position:absolute;inset:0}.hero__bg-circle{background:linear-gradient(135deg,#667eea1a 0%,#764ba21a 100%);border-radius:50%;animation:8s ease-in-out infinite float;position:absolute}.hero__bg-circle--1{width:200px;height:200px;animation-delay:0s;top:10%;left:10%}.hero__bg-circle--2{width:150px;height:150px;animation-delay:2s;top:60%;right:10%}.hero__bg-circle--3{width:100px;height:100px;animation-delay:4s;bottom:20%;left:20%}@keyframes slideInLeft{0%{opacity:0;transform:translate(-100px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(100px)}to{opacity:1;transform:translate(0)}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}@media (max-width:768px){.hero__content{text-align:center;grid-template-columns:1fr;gap:3rem;margin-top:2rem}.hero__title{font-size:2.5rem}.hero__subtitle{justify-content:center;font-size:1.2rem}.hero__description{max-width:none;font-size:1.1rem}.hero__avatar{width:300px;height:300px}.hero__avatar-bg{width:200px;height:200px}.hero__code-snippet{margin-top:2rem;font-size:.8rem;position:static}.hero__buttons{justify-content:center}.hero__btn{padding:.875rem 1.5rem;font-size:1rem}}@media (max-width:480px){.hero__container{padding:1rem}.hero__title{font-size:2rem}.hero__subtitle,.hero__description{font-size:1rem}.hero__avatar{width:250px;height:250px}.hero__avatar-bg{width:150px;height:150px}.hero__buttons{flex-direction:column;align-items:center}.hero__btn{width:100%;max-width:280px}}.projects{background:#0f0f23;padding:6rem 0;position:relative}.projects__container{max-width:1200px;margin:0 auto;padding:0 2rem}.projects__header{text-align:center;margin-bottom:4rem}.projects__title{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:3rem;font-weight:800}.projects__subtitle{color:#94a3b8;max-width:600px;margin:0 auto;font-size:1.2rem;line-height:1.6}.projects__featured{margin-bottom:5rem}.projects__section-title{color:#e2e8f0;text-align:center;justify-content:center;align-items:center;gap:.5rem;margin-bottom:2.5rem;font-size:1.8rem;font-weight:700;display:flex}.projects__star{font-size:1.5rem}.projects__featured-grid{grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;display:grid}.projects__featured-card{background:linear-gradient(135deg,#667eea1a 0%,#764ba21a 100%);border:1px solid #667eea4d;border-radius:16px;transition:all .3s;animation:.8s ease-out fadeInUp;overflow:hidden}.projects__featured-card:hover{border-color:#667eea80;transform:translateY(-10px);box-shadow:0 20px 40px #667eea33}.projects__filters{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:3rem;display:flex}.projects__filter{color:#94a3b8;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:25px;padding:.75rem 1.5rem;font-size:.9rem;font-weight:500;transition:all .3s}.projects__filter:hover{color:#e2e8f0;border-color:#667eea4d;transform:translateY(-2px)}.projects__filter--active{color:#e2e8f0;background:linear-gradient(135deg,#667eea33 0%,#764ba233 100%);border-color:#667eea;transform:translateY(-2px)}.projects__grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:4rem;display:grid}.projects__card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;transition:all .3s;animation:.6s ease-out forwards slideInUp;overflow:hidden;transform:translateY(30px)}.projects__card:hover{border-color:#667eea4d;transform:translateY(-8px)}.projects__card-image{height:200px;position:relative;overflow:hidden}.projects__image-placeholder{color:#fff;text-shadow:2px 2px 4px #0000004d;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);justify-content:center;align-items:center;width:100%;height:100%;font-size:2rem;font-weight:800;display:flex}.projects__placeholder-text{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border-radius:12px;padding:1rem 1.5rem}.projects__stats{flex-direction:column;gap:.5rem;display:flex;position:absolute;top:1rem;right:1rem}.projects__stats span{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000b3;border-radius:6px;padding:.25rem .5rem;font-size:.8rem;font-weight:500}.projects__card-overlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;background:#000c;justify-content:center;align-items:center;transition:all .3s;display:flex;position:absolute;inset:0}.projects__card:hover .projects__card-overlay{opacity:1}.projects__overlay-btn{color:#e2e8f0;background:#667eea33;border:1px solid #667eea80;border-radius:50%;justify-content:center;align-items:center;margin:0 .5rem;padding:1rem;text-decoration:none;transition:all .3s;display:flex}.projects__overlay-btn:hover{background:#667eea66;transform:scale(1.1)}.projects__card-content{padding:1.5rem}.projects__card-title{color:#e2e8f0;margin-bottom:.75rem;font-size:1.3rem;font-weight:700}.projects__card-description{color:#94a3b8;margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.projects__card-technologies{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.projects__tech-tag{color:#667eea;background:#667eea33;border:1px solid #667eea4d;border-radius:12px;padding:.25rem .75rem;font-size:.8rem;font-weight:500}.projects__card-actions{gap:1rem;display:flex}.projects__card-btn{text-align:center;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.projects__card-btn--primary{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none}.projects__card-btn--primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px #667eea66}.projects__card-btn--secondary{color:#667eea;background:0 0;border:1px solid #667eea}.projects__card-btn--secondary:hover{color:#fff;background:#667eea;transform:translateY(-2px)}.projects__cta{text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;padding:3rem 2rem}.projects__cta-text{color:#94a3b8;margin-bottom:1.5rem;font-size:1.2rem;line-height:1.6}.projects__cta-btn{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:12px;align-items:center;gap:.5rem;padding:1rem 2rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.projects__cta-btn:hover{transform:translateY(-3px);box-shadow:0 10px 30px #667eea66}@media (max-width:768px){.projects{padding:4rem 0}.projects__container{padding:0 1rem}.projects__title{font-size:2.5rem}.projects__subtitle{font-size:1.1rem}.projects__featured-grid{grid-template-columns:1fr;gap:1.5rem}.projects__filters{justify-content:flex-start;gap:.5rem;padding-bottom:.5rem;overflow-x:auto}.projects__filter{white-space:nowrap;flex-shrink:0}.projects__grid{grid-template-columns:1fr;gap:1.5rem}.projects__card-actions{flex-direction:column}.projects__cta{padding:2rem 1rem}.projects__cta-text{font-size:1.1rem}}@media (max-width:480px){.projects__title{font-size:2rem}.projects__subtitle{font-size:1rem}.projects__section-title{flex-direction:column;gap:.25rem;font-size:1.5rem}.projects__card-content{padding:1rem}.projects__card-title{font-size:1.1rem}.projects__card-description{font-size:.9rem}.projects__featured-grid{grid-template-columns:1fr}}.skills{background:linear-gradient(135deg,#1a1a2e 0%,#16213e 50%,#0f0f23 100%);padding:6rem 0;position:relative}.skills__container{max-width:1200px;margin:0 auto;padding:0 2rem}.skills__header{text-align:center;margin-bottom:4rem}.skills__title{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:3rem;font-weight:800}.skills__subtitle{color:#94a3b8;max-width:600px;margin:0 auto;font-size:1.2rem;line-height:1.6}.skills__content{margin-bottom:4rem}.skills__categories{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:3rem;display:flex}.skills__category{color:#94a3b8;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50px;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:500;transition:all .3s;display:flex}.skills__category:hover{color:#e2e8f0;border-color:#667eea4d;transform:translateY(-2px)}.skills__category--active{color:#e2e8f0;background:linear-gradient(135deg,#667eea33 0%,#764ba233 100%);border-color:#667eea;transform:translateY(-2px)}.skills__category-icon{font-size:1.2rem}.skills__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;animation:.6s ease-out fadeInUp;display:grid}.skills__item{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;padding:1.5rem;transition:all .3s;animation:.6s ease-out forwards slideInUp;transform:translateY(30px)}.skills__item:hover{background:#667eea1a;border-color:#667eea4d;transform:translateY(-5px)}.skills__item-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.skills__item-info{align-items:center;gap:.75rem;display:flex}.skills__item-icon{font-size:1.5rem}.skills__item-name{color:#e2e8f0;font-size:1.1rem;font-weight:600}.skills__item-level{color:#667eea;background:#667eea33;border-radius:20px;padding:.25rem .75rem;font-size:.9rem;font-weight:600}.skills__item-bar{background:#ffffff1a;border-radius:3px;width:100%;height:6px;overflow:hidden}.skills__item-progress{background:linear-gradient(90deg,#667eea 0%,#764ba2 100%);border-radius:3px;height:100%;transition:width 1s ease-out .5s;position:relative}.skills__item-progress:after{content:"";background:linear-gradient(90deg,#0000 0%,#ffffff4d 50%,#0000 100%);width:30px;animation:2s infinite shimmer;position:absolute;top:0;bottom:0;right:0}.skills__highlights{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem;display:grid}.skills__highlight{text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;padding:2rem;transition:all .3s;animation:.8s ease-out fadeInUp}.skills__highlight:hover{background:#667eea1a;border-color:#667eea4d;transform:translateY(-10px)}.skills__highlight-icon{margin-bottom:1rem;font-size:3rem}.skills__highlight h4{color:#e2e8f0;margin-bottom:1rem;font-size:1.3rem;font-weight:600}.skills__highlight p{color:#94a3b8;line-height:1.6}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(300px)}}@media (max-width:768px){.skills{padding:4rem 0}.skills__container{padding:0 1rem}.skills__title{font-size:2.5rem}.skills__subtitle{font-size:1.1rem}.skills__categories{gap:.75rem}.skills__category{padding:.75rem 1.5rem;font-size:.9rem}.skills__category-icon{font-size:1rem}.skills__grid{grid-template-columns:1fr;gap:1rem}.skills__item{padding:1.25rem}.skills__item-name{font-size:1rem}.skills__item-level{padding:.2rem .6rem;font-size:.85rem}.skills__highlights{grid-template-columns:1fr;gap:1.5rem}.skills__highlight{padding:1.5rem}.skills__highlight-icon{font-size:2.5rem}.skills__highlight h4{font-size:1.2rem}}@media (max-width:480px){.skills__title{font-size:2rem}.skills__subtitle{font-size:1rem}.skills__categories{flex-direction:column;align-items:center;gap:.5rem}.skills__category{justify-content:center;width:100%;max-width:280px}.skills__item{padding:1rem}.skills__item-header{flex-direction:column;align-items:flex-start;gap:.75rem}.skills__item-level{align-self:flex-end}}
