:root{--font-family-base: "Poppins", sans-serif;--font-size-base: 16px;--line-height-base: 1.6;--color-bg: #f9f9fb;--color-text: #333;--color-primary: #4f46e5;--color-secondary: #6366f1;--color-accent: #eab308;--color-muted: #777;--border-radius: 8px;--transition-base: .3s ease}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-family-base);font-size:var(--font-size-base);line-height:var(--line-height-base);color:var(--color-text);background-color:var(--color-bg)}a{color:var(--color-primary);text-decoration:none;transition:color var(--transition-base)}a:hover{color:var(--color-secondary)}h1,h2,h3,h4,h5,h6{font-weight:600;color:var(--color-text);margin-bottom:.5rem}p{margin-bottom:1rem;color:var(--color-muted)}button{font-family:inherit;font-size:1rem;padding:.6em 1.2em;border:none;border-radius:var(--border-radius);background-color:var(--color-primary);color:#fff;cursor:pointer;transition:background-color var(--transition-base)}.text-center{text-align:center}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mb-2{margin-bottom:1rem}.p-2{padding:1rem}.rounded{border-radius:var(--border-radius)}.cursor-dot{width:6px;height:6px;background-color:#fff;position:fixed;border-radius:50%;pointer-events:none;z-index:9999}.cursor-ring{position:fixed;border-radius:50%;pointer-events:none;z-index:9998;border:1px solid var(--primary-Mocha);background-color:transparent}.ring-1{width:16px;height:16px}.ring-2{width:28px;height:28px;border:1px solid white}.ring-3{width:40px;height:40px}._home_1jogh_1{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:var(--text-color);display:flex;align-items:center;justify-content:center;padding:2rem;height:calc(100vh - 200px)}._mainSection_1jogh_11{display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap;max-width:1200px;width:100%;height:100vh}._textSection_1jogh_22{flex:1;align-content:center}._socialLinks_1jogh_27{display:flex;gap:1rem;justify-content:center;margin-bottom:20px}._iconLink_1jogh_34{width:2.5rem;height:2.5rem;color:#fff;transition:transform .3s ease,color .3s ease;cursor:pointer}._iconLink_1jogh_34:hover{transform:scale(1.2);color:var(--primary-Mocha)}._title_1jogh_47{white-space:pre-line;font-size:2.5rem;margin:1rem 0;line-height:1.2;color:var(--primary-dark)}._title_1jogh_47 strong{color:var(--primary-Mocha)}._description_1jogh_60{font-size:1rem;line-height:1.6;color:#ccc}._buttons_1jogh_66{margin-top:2rem;display:flex;gap:1rem}._btnPrimary_1jogh_72,._btnSecondary_1jogh_73{padding:.75rem 1.5rem;border:none;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:background-color .3s ease}._btnPrimary_1jogh_72{background-color:var(--btn-primary);color:#fff}._btnPrimary_1jogh_72:hover{background-color:#4f46e5}._btnCV_1jogh_92{background-color:var(--primary-Mocha)}._btnCV_1jogh_92:hover{background-color:var(--primary-Mocha);color:#fff}._btnSecondary_1jogh_73{background-color:var(--btn-secondary);color:var(--text-color)}._btnSecondary_1jogh_73:hover{background-color:#555}._imgSection_1jogh_110{flex:1;height:100vh;position:relative}._heroImage_1jogh_117{width:400px;position:absolute;bottom:0;right:50%;transform:translate(50%)}._cursor_1jogh_126{display:inline-block;margin-left:2px;color:var(--primary-yellow);animation:_blink_1jogh_1 .8s infinite}@keyframes _blink_1jogh_1{0%,to{opacity:1}50%{opacity:0}}@media (max-width: 768px){._home_1jogh_1{height:auto;padding:1rem 1rem 0}._mainSection_1jogh_11{flex-direction:column;height:auto}._textSection_1jogh_22{flex:none;max-width:90vw;margin:0 auto;text-align:center}._title_1jogh_47{font-size:2rem;line-height:1.3}._socialLinks_1jogh_27{justify-content:center;margin-bottom:1rem}._imgSection_1jogh_110{flex:none;width:100%;height:auto;margin-top:0;text-align:center;position:relative}._heroImage_1jogh_117{position:relative;right:auto;bottom:auto;transform:none;width:auto;max-width:80vw;height:auto;object-fit:contain;margin-top:0}}._about_1lnom_1{display:flex;justify-content:center;align-items:center;min-height:70vh;background:transparent;padding:0 20px}._content_1lnom_10{max-width:700px;background:#ffffff0d;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.15);border-radius:12px;padding:30px;text-align:center;color:#fff;box-shadow:0 4px 30px #0003}._text_1lnom_22{font-size:1.1rem;line-height:1.6;color:#ffffffd9}._wrapper_lsg40_1{font-weight:700;color:var(--primary-Mocha);font-size:2rem}._cursor_lsg40_7{display:inline-block;width:2px;margin-left:2px;animation:_blink_lsg40_1 .8s steps(1) infinite}@keyframes _blink_lsg40_1{50%{opacity:0}}._projectsContainer_kfz2g_1{max-width:1200px;margin:auto;padding:0 2rem;color:var(--text-color);display:flex;flex-direction:column;justify-content:center}._filters_kfz2g_12{display:flex;justify-content:center;gap:.75rem;margin-bottom:2rem;flex-wrap:wrap}._filterBtn_kfz2g_20{padding:.65rem 1.6rem;font-size:.95rem;font-weight:600;border:none;border-radius:30px;background:linear-gradient(135deg,var(--primary-Mocha),var(--bg-primary));color:#fff;cursor:pointer;box-shadow:0 4px 10px #00000040;transition:all .3s ease;position:relative;overflow:hidden}._filterBtn_kfz2g_20:before{content:"";position:absolute;top:0;left:-100%;width:50%;height:100%;background:#ffffff40;transform:skew(-25deg);transition:.5s}._filterBtn_kfz2g_20:hover:before{left:150%}._filterBtn_kfz2g_20:hover{transform:translateY(-3px) scale(1.05);box-shadow:0 8px 20px #00000059}._filterBtn_kfz2g_20:active{transform:scale(.97);box-shadow:0 3px 6px #00000040}._active_kfz2g_61{background:var(--primary-Mocha)}._projectsGrid_kfz2g_66{display:grid;grid-template-columns:1fr 2fr 1fr;grid-template-rows:repeat(2,200px);gap:1.5rem}._projectItem_kfz2g_73{position:relative;overflow:hidden;border-radius:10px;background:linear-gradient(to right,var(--primary-Mocha),var(--bg-primary));box-shadow:0 6px 12px #00000026;transition:transform .3s ease,box-shadow .3s ease}._projectItem_kfz2g_73:hover{transform:translateY(-5px) scale(1.02);box-shadow:0 10px 18px #00000040}._projectLink_kfz2g_87{display:flex;flex-direction:column;height:100%;text-decoration:none;color:inherit}._projectImg_kfz2g_95{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}._projectItem_kfz2g_73:hover ._projectImg_kfz2g_95{transform:scale(1.1)}._projectOverlay_kfz2g_106{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;flex-direction:column;opacity:0;transition:opacity .4s ease}._projectItem_kfz2g_73:hover ._projectOverlay_kfz2g_106{opacity:1}._projectText_kfz2g_121{background:#ffffffe6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:12px;padding:1.2rem;box-shadow:0 8px 20px #0003;color:var(--text-color);text-align:center;transform:translateY(30px);opacity:0;transition:all .4s ease;width:85%;max-width:300px;display:flex;flex-direction:column;justify-content:center}._projectItem_kfz2g_73:hover ._projectText_kfz2g_121{transform:translateY(0);opacity:1}._projectText_kfz2g_121 h2{font-size:1.3rem;font-weight:700;margin-bottom:.5rem;color:var(--primary-Mocha)}._projectText_kfz2g_121 p{font-size:.95rem;margin-bottom:.3rem;color:var(--light-gray)}._projectText_kfz2g_121 strong{color:var(--primary-Mocha)}._item1_kfz2g_163{grid-column:1;grid-row:1}._item2_kfz2g_168{grid-column:1;grid-row:2}._item3_kfz2g_173{grid-column:2;grid-row:1 / span 2}._item4_kfz2g_178{grid-column:3;grid-row:1}._item5_kfz2g_183{grid-column:3;grid-row:2}@media (max-width: 1040px){._projectsGrid_kfz2g_66{grid-template-columns:repeat(2,1fr);grid-template-rows:auto}._item1_kfz2g_163,._item2_kfz2g_168,._item3_kfz2g_173,._item4_kfz2g_178,._item5_kfz2g_183{grid-column:auto!important;grid-row:auto!important;height:300px}}@media (max-width: 768px){._projectsGrid_kfz2g_66{grid-template-columns:repeat(2,1fr);grid-template-rows:auto}._item1_kfz2g_163,._item2_kfz2g_168,._item3_kfz2g_173,._item4_kfz2g_178,._item5_kfz2g_183{grid-column:auto!important;grid-row:auto!important;height:300px!important}._projectItem_kfz2g_73{border:1px solid var(--primary-Mocha)}._projectItem_kfz2g_73:hover ._projectImg_kfz2g_95{transform:scale(1)}._projectImg_kfz2g_95{height:auto;min-height:50%;width:70%;margin:auto}._projectOverlay_kfz2g_106{display:none}._projectText_kfz2g_121{border-radius:0;padding:0rem;transform:translateY(0);opacity:1;width:100%;max-width:none;height:100%;padding:0 10px}}@media (max-width: 576px){._projectsGrid_kfz2g_66{grid-template-columns:1fr}._item1_kfz2g_163,._item2_kfz2g_168,._item3_kfz2g_173,._item4_kfz2g_178,._item5_kfz2g_183{height:250px}._projectImg_kfz2g_95{width:55%}}@media (max-width: 400px){._projectImg_kfz2g_95{width:80%}}._container_1282y_1{max-width:850px;margin:auto;color:var(--text-color, #333);display:flex;flex-direction:column;gap:4rem;-webkit-user-select:none;user-select:none;align-items:center}._techSection_1282y_12{width:100%;max-width:800px;background:linear-gradient(135deg,#bd9c7b26,#ffffff0d);border-left:8px solid var(--primary-Mocha, #BD9C7B);border-radius:20px;padding:3rem 2rem;box-shadow:0 8px 24px #00000026,0 4px 12px #bd9c7b33;display:flex;flex-direction:column;align-items:center;transition:transform .3s ease,box-shadow .3s ease}._sectionTitle_1282y_26{font-size:2rem;font-weight:800;color:var(--primary-Mocha, #BD9C7B);margin-bottom:2.5rem;letter-spacing:1.2px;align-self:flex-start;position:relative}._sectionTitle_1282y_26:after{content:"";position:absolute;bottom:-8px;left:0;width:60px;height:3px;background:var(--primary-Mocha, #BD9C7B);border-radius:2px;transition:width .3s ease}._sectionTitle_1282y_26:hover:after{width:100px}._techGrid_1282y_53{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem}._techCard_1282y_60{background:var(--bg-primary, #ffffff);width:120px;height:130px;border-radius:20px;box-shadow:0 4px 12px #0000001a,0 0 8px #bd9c7b40;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.2rem .8rem;transition:all .4s ease;position:relative;overflow:hidden}._techCard_1282y_60:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at center,rgba(189,156,123,.2) 0%,transparent 70%);opacity:0;transition:opacity .4s ease}._techLogo_1282y_89{width:60px;height:60px;object-fit:contain;margin-bottom:.8rem;filter:drop-shadow(0 0 4px rgba(189,156,123,.8));transition:transform .4s ease,filter .4s ease}._techCard_1282y_60:hover ._techLogo_1282y_89{transform:scale(1.2)}._techTitle_1282y_103{font-weight:700;font-size:.8rem;color:var(--primary-Mocha, #BD9C7B);-webkit-user-select:none;user-select:none;text-align:center;transition:color .4s ease,transform .4s ease}@media (max-width: 768px){._container_1282y_1{flex-direction:column;align-items:center;padding:0 1.5rem}._techSection_1282y_12{max-width:100%;border-left-width:6px;padding:2rem 1.5rem}._sectionTitle_1282y_26{font-size:1.8rem}._techCard_1282y_60{width:100px;height:110px}._techLogo_1282y_89{width:50px;height:50px}}@media (max-width: 600px){._techGrid_1282y_53{gap:1.5rem}._sectionTitle_1282y_26{font-size:1.6rem}._techCard_1282y_60{width:90px;height:100px;padding:1rem .5rem}}._container_8lbfc_1{display:flex;justify-content:center;align-items:center;box-sizing:border-box;padding:0 20px}._content_8lbfc_10{max-width:700px;width:100%;background:#ffffff0d;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,.15);border-radius:12px;padding:30px 30px 0;text-align:center;color:#fff;box-shadow:0 4px 30px #0003;box-sizing:border-box;will-change:transform,opacity}._columns_8lbfc_25{display:flex;gap:5rem;align-items:center;justify-content:center;direction:rtl}._leftColumn_8lbfc_33{flex:2;display:flex;flex-direction:column;align-items:center}._animation_8lbfc_40{padding:0 0 3rem;max-width:450px;max-height:450px;width:100%}._form_8lbfc_47{flex:1;display:flex;flex-direction:column;gap:1rem;width:100%;direction:ltr}._info_8lbfc_56{margin:2rem 0}._infoItem_8lbfc_60{display:flex;align-items:center;justify-content:center;margin-bottom:.75rem;color:#ffffffd9;font-size:1rem}._input_8lbfc_69,._textarea_8lbfc_70{padding:.75rem 1rem;border:1px solid rgba(255,255,255,.2);background:#ffffff0d;color:#fff;border-radius:8px;outline:none;font-size:1rem;transition:border-color .3s,background .3s;width:140%;box-sizing:border-box}._input_8lbfc_69:focus,._textarea_8lbfc_70:focus{border-color:var(--primary-Mocha);background:#ffffff1a}._button_8lbfc_89{width:140%;background:var(--primary-Mocha);color:var(--text-color);border:none;padding:.9rem 1.75rem;border-radius:12px;cursor:pointer;display:flex;justify-content:center;align-items:center;font-size:1.1rem;font-weight:600;box-shadow:0 3px 12px rgba(var(--primary-Mocha),.2);transition:transform .2s,box-shadow .2s,background .3s}._button_8lbfc_89:hover{background:color-mix(in srgb,var(--primary-Mocha) 80%,black 20%);transform:translateY(-3px);box-shadow:0 6px 20px rgba(var(--primary-Mocha),.4)}._button_8lbfc_89:disabled{background:var(--btn-secondary);cursor:not-allowed;box-shadow:none;transform:none}._successMessage_8lbfc_119{display:flex;align-items:center;justify-content:center;gap:.5rem;background:rgba(var(--primary-Mocha),.1);border:1px solid rgba(var(--primary-Mocha),.3);border-radius:8px;padding:.5rem 1rem;color:var(--text-color);font-size:1rem;font-weight:500;margin-left:40px}@media (max-width: 768px){._columns_8lbfc_25{flex-direction:column;gap:1.5rem}._content_8lbfc_10{padding:20px}._animation_8lbfc_40{max-width:400px;max-height:400px}._input_8lbfc_69,._textarea_8lbfc_70,._button_8lbfc_89{width:100%}._button_8lbfc_89{padding:.8rem 1.5rem;font-size:1rem}._successMessage_8lbfc_119{margin-left:0}}@media (max-width: 400px){._content_8lbfc_10{padding:15px}._animation_8lbfc_40{max-width:180px;max-height:180px}._input_8lbfc_69,._textarea_8lbfc_70{font-size:.9rem}._button_8lbfc_89{font-size:.9rem;padding:.7rem 1.25rem}._successMessage_8lbfc_119{font-size:.9rem;padding:.4rem .8rem}}:root{--bg-primary: black;--primary-Mocha: #bd9c7b;--primary-dark: #ffffff;--light-gray: #2c2c2c;--btn-primary: #6366f1;--btn-secondary: #444;--text-color: #eaeaea}#root{text-align:center}body{position:relative;min-height:100vh;margin:0;padding:0;z-index:0;background-color:var(--bg-primary)}body:before{content:"";position:fixed;top:0;left:0;width:100vw;height:100vh;background-image:url(/assets/wallpaper-CO35DU_6.jpg);background-size:cover;background-repeat:no-repeat;background-position:center;opacity:.3;z-index:-1}
