:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;background-color:#242424}body{margin:0;min-width:320px;min-height:100vh}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}._navbar_1gjty_3{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background-color:#333;color:#fff}._brand_1gjty_12{font-size:1.5rem;font-weight:700;color:#fff;text-decoration:none}._links_1gjty_19{display:flex;list-style:none;margin:0;padding:0}._links_1gjty_19 li{margin-left:1.5rem}._links_1gjty_19 a{color:#fff;text-decoration:none;font-size:1rem;position:relative;padding-bottom:4px}._links_1gjty_19 a:hover{color:#646cff}._links_1gjty_19 a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:#646cff;transition:width .3s ease-out}._links_1gjty_19 a:hover:after{width:100%}._heroContainer_hjnuq_3{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:calc(100vh - 70px);width:100%;padding:2rem;box-sizing:border-box;text-align:center;background-color:#1a1a1a}._name_hjnuq_20{font-size:3.5rem;font-weight:700;margin:0;line-height:1.1;color:#fffffff2}._subtitle_hjnuq_28{font-size:1.75rem;font-weight:500;margin:.5rem 0;color:#646cff}._description_hjnuq_35{font-size:1.125rem;max-width:650px;margin:1rem 0 2rem;color:#ffffffde}._ctaButton_hjnuq_42{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#646cff;color:#fff;cursor:pointer;transition:all .25s;text-decoration:none}._ctaButton_hjnuq_42:hover{background-color:#535bf2;border-color:#646cff}._aboutContainer_8eiss_3{display:flex;flex-wrap:wrap;padding:3rem 2rem;background-color:#242424;color:#ffffffde;width:100%;box-sizing:border-box}._textColumn_8eiss_27{flex:2;min-width:300px;padding-right:2rem;box-sizing:border-box;animation:_fadeIn_8eiss_1 .5s ease-out forwards}._skillsColumn_8eiss_35{flex:1;min-width:300px;padding-left:2rem;box-sizing:border-box;border-left:1px solid #555;animation:_fadeIn_8eiss_1 .5s ease-out forwards;animation-delay:.1s}._textColumn_8eiss_27 h2{font-size:2.2rem;color:#646cff;margin-top:0;margin-bottom:1.5rem}._textColumn_8eiss_27 p{font-size:1.1rem;line-height:1.7;margin-bottom:1rem}._skillsColumn_8eiss_35 h3{font-size:1.5rem;color:#fffffff2;margin-top:0;margin-bottom:1.5rem}._skillsList_8eiss_69{list-style:none;padding:0;margin:0}._skillsList_8eiss_69 li{font-size:1rem;background-color:#333;padding:.75rem 1rem;margin-bottom:.5rem;border-radius:6px;border-left:4px solid #646cff}._skillsList_8eiss_69 li span{font-weight:600;color:#fffffff2}._projectsContainer_17dok_3{padding:3rem 2rem;background-color:#1a1a1a;width:100%;box-sizing:border-box}._sectionTitle_17dok_10{font-size:2.2rem;color:#646cff;text-align:center;margin-top:0;margin-bottom:2.5rem}._gridContainer_17dok_18{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto}._card_1jxrd_3{background-color:#333;border-radius:8px;padding:1.5rem;box-shadow:0 4px 8px #0003;transition:transform .2s ease-in-out,box-shadow .2s ease-in-out;display:flex;flex-direction:column;animation:_fadeIn_1jxrd_1 .5s ease-out forwards}._card_1jxrd_3:hover{transform:translateY(-5px);box-shadow:0 6px 12px #0000004d}._title_1jxrd_30{font-size:1.5rem;color:#646cff;margin-top:0;margin-bottom:.75rem}._description_1jxrd_37{font-size:1rem;color:#ffffffde;flex-grow:1;margin-bottom:1.5rem}._techContainer_1jxrd_45{display:flex;flex-wrap:wrap;gap:.5rem}._techTag_1jxrd_51{background-color:#444;color:#ffffffb3;font-size:.75rem;padding:.25rem .6rem;border-radius:12px}._contactContainer_13oum_3{padding:3rem 2rem;background-color:#242424;text-align:center;width:100%;box-sizing:border-box}._title_13oum_16{font-size:2.2rem;color:#646cff;margin-top:0;margin-bottom:.5rem}._subtitle_13oum_23{font-size:1.1rem;color:#ffffffde;margin-bottom:2.5rem}._form_13oum_29{max-width:600px;margin:0 auto;text-align:left}._formGroup_13oum_39{margin-bottom:1.5rem}._label_13oum_43{display:block;margin-bottom:.5rem;font-size:1rem;font-weight:500;color:#fffffff2}._input_13oum_51,._textarea_13oum_51{width:100%;padding:.75rem 1rem;font-size:1rem;font-family:inherit;color:#fffffff2;background-color:#333;border:1px solid #555;border-radius:8px;box-sizing:border-box;transition:border-color .2s,box-shadow .2s}._textarea_13oum_51{resize:vertical}._input_13oum_51:focus,._textarea_13oum_51:focus{outline:none;border-color:#646cff;box-shadow:0 0 0 3px #646cff4d}._submitButton_13oum_87{width:100%;border-radius:8px;border:1px solid transparent;padding:.8em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#646cff;color:#fff;cursor:pointer;transition:all .25s;text-decoration:none}._submitButton_13oum_87:hover{background-color:#535bf2}._statusMessage_13oum_112{text-align:center;font-size:1rem;font-weight:500;color:#646cff;margin-bottom:1rem}._footerContainer_1y4gp_3{padding:2rem;background-color:#1a1a1a;text-align:center;color:#ffffffb3;border-top:1px solid #333;width:100%;box-sizing:border-box}._socialLinks_1y4gp_19{margin-bottom:1rem}._link_1y4gp_23{font-size:1rem;font-weight:500;color:#ffffffde;text-decoration:none;margin:0 .75rem;transition:color .2s}._link_1y4gp_23:hover{color:#646cff}._copyright_1y4gp_41{font-size:.875rem;color:#ffffff80}
