.dashboard_container__XHY_l{display:flex;flex-direction:column;gap:2rem}.dashboard_header__jMRQ4{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.dashboard_newBlogButton__H3KYF{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:white;padding:.75rem 1.5rem;border:none;border-radius:8px;font-weight:600;font-size:.95rem;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 6px -1px rgba(139,92,246,.2)}.dashboard_newBlogButton__H3KYF:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px rgba(139,92,246,.3);background:linear-gradient(135deg,#7c3aed,#6d28d9)}.dashboard_panel__VxcI8{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 8px 32px rgba(0,0,0,.1);overflow:hidden;transition:all .3s ease}.dashboard_panel__VxcI8:hover{border-color:rgba(139,92,246,.3);box-shadow:0 12px 40px rgba(0,0,0,.15)}.dashboard_panelHeader__pWqN_{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;cursor:pointer;background:rgba(255,255,255,.02);border-bottom:1px solid rgba(255,255,255,.1);transition:all .3s ease}.dashboard_panelHeader__pWqN_:hover{background:rgba(255,255,255,.05)}.dashboard_panelHeader__pWqN_ h2{margin:0;font-size:1.25rem;color:var(--text-white);font-weight:600;display:flex;align-items:center;gap:.75rem}.dashboard_panelHeader__pWqN_ h2:before{content:"📝";font-size:1.1rem}.dashboard_panelIcon__TiRK_{font-size:1.2rem;color:#8b5cf6;transition:transform .3s ease}.dashboard_panelContent__svrHV{padding:0;transition:max-height .3s ease,opacity .3s ease;overflow:hidden;max-height:2000px;opacity:1}.dashboard_panelContentHidden__GGGdH{max-height:0;opacity:0}.dashboard_blogsListByUser___tfIX{display:flex;flex-direction:column;gap:0}.dashboard_blogCard__fzkS_{display:flex;justify-content:space-between;align-items:flex-start;padding:1.5rem 2rem;border-bottom:1px solid rgba(255,255,255,.05);transition:all .3s ease;position:relative;gap:1rem}.dashboard_blogCard__fzkS_:last-child{border-bottom:none}.dashboard_blogCard__fzkS_:hover{background:rgba(255,255,255,.02);transform:translateX(4px)}.dashboard_blogCard__fzkS_:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(135deg,#8b5cf6,#7c3aed);opacity:0;transition:opacity .3s ease}.dashboard_blogCard__fzkS_:hover:before{opacity:1}.dashboard_blogThumbnail__9heb_{flex-shrink:0;width:120px;height:80px;border-radius:8px;overflow:hidden;background:rgba(255,255,255,.05)}.dashboard_thumbnailImage__QTAoO{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.dashboard_blogCard__fzkS_:hover .dashboard_thumbnailImage__QTAoO{transform:scale(1.05)}.dashboard_gridView__4hrnI{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));grid-gap:1.5rem;gap:1.5rem;padding:0 2rem}.dashboard_gridCard__DlIIV{flex-direction:column;padding:0;border-radius:12px;overflow:hidden;background:rgba(255,255,255,.02);border:1px solid rgba(255,255,255,.05);transition:all .3s ease}.dashboard_gridCard__DlIIV:hover{transform:translateY(-4px);box-shadow:0 8px 25px rgba(139,92,246,.15);border-color:rgba(139,92,246,.3)}.dashboard_gridCard__DlIIV .dashboard_blogThumbnail__9heb_{width:100%;height:200px;border-radius:0}.dashboard_gridCard__DlIIV .dashboard_blogContent__AGNgh{padding:1.5rem;margin-right:0}.dashboard_gridCard__DlIIV .dashboard_blogContent__AGNgh h3{font-size:1.2rem;margin-bottom:1rem;line-height:1.4}.dashboard_gridCard__DlIIV .dashboard_blogMeta__HbLnN{flex-direction:column;gap:.5rem;align-items:flex-start}.dashboard_gridCard__DlIIV .dashboard_blogActions__BxDYL{padding:1rem 1.5rem;border-top:1px solid rgba(255,255,255,.05);background:rgba(255,255,255,.02)}.dashboard_listView__Gx_Kf{display:flex;flex-direction:column;gap:0}.dashboard_blogContent__AGNgh{flex:1 1;margin-right:1.5rem}.dashboard_blogContent__AGNgh h3{margin:0 0 1rem;font-size:1.1rem;color:var(--text-white);font-weight:600;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.dashboard_blogMeta__HbLnN{display:flex;align-items:center;gap:1rem;font-size:.8rem;color:rgba(255,255,255,.5)}.dashboard_blogMeta__HbLnN span{display:flex;align-items:center;gap:.25rem}.dashboard_blogMeta__HbLnN span:before{content:"";width:4px;height:4px;background:#8b5cf6;border-radius:50%}.dashboard_blogActions__BxDYL{display:flex;gap:.75rem;align-items:center}.dashboard_iconButton__NbaVU{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);color:rgba(255,255,255,.7);cursor:pointer;font-size:.9rem;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:8px;transition:all .3s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.dashboard_iconButton__NbaVU:hover{background:rgba(139,92,246,.1);border-color:rgba(139,92,246,.3);color:#8b5cf6;transform:translateY(-2px);box-shadow:0 4px 12px rgba(139,92,246,.2)}.dashboard_iconButtonDelete__HeozQ:hover{background:rgba(239,68,68,.1);border-color:rgba(239,68,68,.3);color:#ef4444;box-shadow:0 4px 12px rgba(239,68,68,.2)}.dashboard_emptyState__HMHZZ{text-align:center;padding:4rem 2rem;color:rgba(255,255,255,.6)}.dashboard_emptyState__HMHZZ p{font-size:1.1rem;margin:0 0 1.5rem}.dashboard_emptyStateButton__n2F0v{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:white;padding:.75rem 1.5rem;border:none;border-radius:8px;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s ease}.dashboard_emptyStateButton__n2F0v:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(139,92,246,.3)}.dashboard_comingSoon__Tct0a{text-align:center;padding:3rem 2rem;color:rgba(255,255,255,.6);font-size:1.1rem;font-style:italic}.dashboard_dialogOverlay__VvJPT{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.8);display:flex;justify-content:center;align-items:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.dashboard_dialog__6JaeZ{background:rgba(30,30,30,.95);padding:2rem;border-radius:16px;box-shadow:0 20px 40px rgba(0,0,0,.3);max-width:500px;width:90%;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.dashboard_dialog__6JaeZ h2{margin:0 0 1rem;color:var(--text-white);font-weight:600;font-size:1.25rem}.dashboard_dialog__6JaeZ p{margin:0 0 2rem;color:rgba(255,255,255,.7);line-height:1.5}.dashboard_dialogActions__sMvPQ{display:flex;justify-content:flex-end;gap:1rem}.dashboard_dialogButton__zy4us{padding:.75rem 1.5rem;border:1px solid rgba(255,255,255,.2);border-radius:8px;cursor:pointer;font-weight:500;transition:all .3s ease;background:transparent;color:rgba(255,255,255,.7)}.dashboard_dialogButton__zy4us:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.3)}.dashboard_dialogButtonConfirm__4xI8d{background:linear-gradient(135deg,#ef4444,#dc2626);color:white;border-color:#ef4444}.dashboard_dialogButtonConfirm__4xI8d:hover{background:linear-gradient(135deg,#dc2626,#b91c1c);transform:translateY(-1px);box-shadow:0 4px 12px rgba(239,68,68,.3)}@media (max-width:768px){.dashboard_main__pq116{padding:1rem}.dashboard_panelHeader__pWqN_{padding:1rem 1.5rem}.dashboard_blogCard__fzkS_{padding:1rem 1.5rem;flex-direction:column;gap:1rem}.dashboard_blogThumbnail__9heb_{width:100%;height:120px;align-self:center}.dashboard_blogContent__AGNgh{margin-right:0}.dashboard_blogActions__BxDYL{align-self:flex-end}.dashboard_header__jMRQ4{flex-direction:column;gap:1rem;align-items:stretch}.dashboard_newBlogButton__H3KYF{text-align:center}}@media (max-width:480px){.dashboard_main__pq116{padding:.5rem}.dashboard_blogCard__fzkS_,.dashboard_panelHeader__pWqN_{padding:1rem}.dashboard_blogThumbnail__9heb_{width:100%;height:100px}.dashboard_dialog__6JaeZ{margin:1rem;padding:1.5rem}}.HeaderWithBack_dynamicBlock__DIMkW{display:flex;flex-direction:row;align-items:center;justify-content:space-between;position:relative;margin-top:2rem;margin-bottom:2rem;gap:2rem}.HeaderWithBack_leftPart__WRy7l{position:relative;width:100%;display:flex;gap:1rem;align-items:center;justify-content:flex-start}.HeaderWithBack_leftPart__WRy7l svg{font-size:var(--font-size-level1);color:var(--text-white);cursor:pointer}.HeaderWithBack_titleBlock__oZcd5{font-size:var(--font-size-level3);padding:1rem 1rem 1rem 0;color:var(--text-white);position:relative}.HeaderWithBack_titleBlock__oZcd5:after{content:"";position:absolute;top:0;right:0;width:100vw;height:100%;background:none;border:1px solid var(--accent-color);border-radius:0;z-index:-1;box-sizing:border-box}@media (max-width:575.98px){.HeaderWithBack_dynamicBlock__DIMkW{flex-direction:column;gap:2rem}}@media (min-width:576px) and (max-width:767.98px){.HeaderWithBack_dynamicBlock__DIMkW{flex-direction:column;gap:2rem}}.usercontrols_userControls__9dvQi{display:flex;position:relative}.usercontrols_dropdown__b_5vH{position:absolute;top:100%;right:0;background:var(--bg-dark)!important;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1)!important;border-radius:0;min-width:280px;box-shadow:0 20px 40px rgba(0,0,0,.3),0 8px 16px rgba(0,0,0,.2),inset 0 1px 0 rgba(255,255,255,.1)!important;z-index:1001;margin-top:12px;color:var(--text-white)!important;font-family:Courier Prime,Courier Prime Fallback,system-ui,arial!important;overflow:hidden;animation:usercontrols_dropdownSlideIn__UNsOH .2s ease-out}@keyframes usercontrols_dropdownSlideIn__UNsOH{0%{opacity:0;transform:translateY(-10px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.usercontrols_userImage__LtP2O{cursor:pointer;border-radius:50%;border:2px solid transparent;transition:all .3s ease;display:inline-block;position:relative;overflow:hidden}.usercontrols_userImage__LtP2O:hover{border-color:#8b5cf6;box-shadow:0 4px 12px rgba(139,92,246,.3)}.usercontrols_userImage__LtP2O img{border-radius:50%;display:block;transition:transform .3s ease}.usercontrols_userInfo__KzvKE{display:flex;align-items:center;gap:12px;padding:20px;background:linear-gradient(135deg,rgba(139,92,246,.15),rgba(124,58,237,.08))!important;border-bottom:1px solid rgba(139,92,246,.2)!important;color:var(--text-white)!important;position:relative}.usercontrols_userInfo__KzvKE:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(139,92,246,.3),transparent)}.usercontrols_userInfo__KzvKE img{border-radius:50%;border:2px solid rgba(139,92,246,.2);box-shadow:0 2px 8px rgba(139,92,246,.1)}.usercontrols_menuItem__3tJQl{padding:16px 20px;cursor:pointer;transition:all .3s ease;color:var(--text-white)!important;width:100%;display:flex;align-items:center;gap:12px;font-size:.95rem;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.1)!important;background:transparent!important;position:relative;font-weight:500}.usercontrols_menuItem__3tJQl:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#8b5cf6,#7c3aed);transform:scaleY(0);transition:transform .3s ease}.usercontrols_menuItem__3tJQl:hover:before{transform:scaleY(1)}.usercontrols_menuItem__3tJQl:last-child{border-bottom:none!important}.usercontrols_menuItem__3tJQl:first-of-type{border-top:1px solid rgba(255,255,255,.1)!important}.usercontrols_username__gDpxy{cursor:pointer;transition:all .2s ease;color:var(--text-white)!important;font-size:1rem;text-transform:none;font-weight:600;letter-spacing:-.025em}.usercontrols_menuItem__3tJQl:hover{background:linear-gradient(135deg,rgba(139,92,246,.2),rgba(124,58,237,.1))!important;color:#a78bfa!important}.usercontrols_menuIcon__oqXrJ{font-size:14px;color:#8b5cf6;transition:all .3s ease;flex-shrink:0}.usercontrols_menuItem__3tJQl:hover .usercontrols_menuIcon__oqXrJ{color:#a78bfa}.about_aboutMainPage____OVc{padding:3rem 0}.about_headTitle__eq8C1{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.about_level1__mpDcs{font-size:var(--font-size-level3);margin:4rem 0 1.5rem;color:#c78bffeb!important;font-weight:600}.about_description__YQnXC{margin-bottom:20px;color:var(--text-white);line-height:1.5;word-spacing:-2px;font-size:var(--font-size-level5)}.about_aboutMeHeading__Y5a0x{position:relative;padding-left:20px;font-size:24px;font-weight:700}.about_aboutMeHeading__Y5a0x:before{content:"";position:fixed;top:50%;left:0;transform:translateY(-50%);height:2px;width:100vw;background-color:#000;z-index:-1}.blogDetails_container__Wf5VB{margin:0 auto}.blogDetails_topCard__mIcpL{position:relative;background:var(--bg-dark);border-radius:12px;margin:50px 0;padding:1rem 2rem;border:1px solid rgba(255,255,255,.1);background-color:rgba(255,255,255,.02)}.blogDetails_title__v2Tiv{font-size:clamp(19px,5vw,26px);color:var(--text-white);font-weight:600;line-height:1.2;margin-bottom:1rem;font-family:Courier Prime,Courier Prime Fallback,system-ui,arial}.blogDetails_metadata__BkOVI{display:flex;justify-content:space-between;align-items:center;margin-top:0;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1)}.blogDetails_author__OuxUZ{display:flex;align-items:center;gap:12px}.blogDetails_profilePicture__7xEym{width:32px;height:32px;border-radius:50%;border:2px solid rgba(255,255,255,.2)}.blogDetails_authorName__djPJB{font-weight:500;color:var(--text-white);font-size:.95rem}.blogDetails_date__G2KWs{color:rgba(255,255,255,.7);font-size:.9rem}.blogDetails_stats__VjDGc{display:flex;gap:16px}.blogDetails_statItem__Z6ck7{display:flex;align-items:center;gap:6px;color:rgba(255,255,255,.7);font-size:.9rem;padding:6px 12px;background:rgba(255,255,255,.05);border-radius:20px;border:1px solid rgba(255,255,255,.1)}.blogDetails_contentCard__qQKvA{border-radius:12px;margin-top:2rem;padding:1rem 2rem;background:rgba(255,255,255,.02);border:1px solid rgba(255,255,255,.05);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.blogDetails_blogContent__ejRPN{position:relative;color:var(--text-white)}.blogDetails_blogContent__ejRPN *{margin:revert;padding:revert;box-sizing:revert}.blogDetails_blogContent__ejRPN div:not([style]),.blogDetails_blogContent__ejRPN h1:not([style]),.blogDetails_blogContent__ejRPN h2:not([style]),.blogDetails_blogContent__ejRPN h3:not([style]),.blogDetails_blogContent__ejRPN h4:not([style]),.blogDetails_blogContent__ejRPN h5:not([style]),.blogDetails_blogContent__ejRPN h6:not([style]),.blogDetails_blogContent__ejRPN p:not([style]),.blogDetails_blogContent__ejRPN span:not([style]){color:var(--text-white)}.blogDetails_blogContent__ejRPN a:not([style]){color:var(--accent-color);text-decoration:none}.blogDetails_blogContent__ejRPN a:not([style]):hover{text-decoration:underline}.blogDetails_blogContent__ejRPN [style]{all:revert}.Button_button__1elZM{padding:.875rem 2rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:capitalize;letter-spacing:.05em;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;gap:.5rem}.Button_primary__mrBqh{background:linear-gradient(135deg,var(--accent-color) 0,#5a67d8 100%);color:white}.Button_primary__mrBqh:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(102,126,234,.3)}.Button_secondary__ROg5K{background:transparent;color:var(--accent-color);border:2px solid var(--accent-color)}.Button_secondary__ROg5K:hover{background:var(--accent-color);color:var(--text-white)}.Button_small__i7_fp{padding:.5rem 1rem;font-size:.875rem}.Button_medium__Jr0Gt{padding:.875rem 2rem;font-size:1rem}.Button_large__0XFOQ{padding:1rem 2.5rem;font-size:1.125rem}.Button_fullWidth__1fvU5{width:100%}.Button_button__1elZM:disabled{cursor:not-allowed;opacity:.6;transform:none;box-shadow:none}.HeroSection_heroIndividualSection__GGJue{display:flex;align-items:center;padding:0;height:calc(100vh - 100px);justify-content:space-between;min-height:calc(100vh - 100px)}.HeroSection_heroContentContainer__zC3qw{display:flex;max-width:50%}.HeroSection_heroTitle__6gH_H{font-size:var(--font-size-level1);color:var(--text-white);margin-bottom:20px}.HeroSection_heroDescription__dWZn9{font-size:var(--font-size-level5);color:var(--text-white)}.HeroSection_heroImageContainer__a3Rds{position:relative;width:100%;max-width:500px}.HeroSection_imageWrapper__H3kYk{position:relative;width:100%}.HeroSection_mainImageFrame__7FWZ2{position:relative;width:100%;height:100%}.HeroSection_mainLayer__D92p5{position:relative;width:100%;z-index:2;left:0;top:0}.HeroSection_typingText__sGD52{color:var(--accent-color);border-right:1px solid var(--text-white);animation:HeroSection_blink__J0PTL 1s step-end infinite;overflow:hidden;white-space:nowrap}@keyframes HeroSection_blink__J0PTL{50%{border-color:var(--text-white)}}@media (max-width:480px){.HeroSection_heroIndividualSection__GGJue{gap:6rem;padding:10rem 0 0;flex-direction:column;text-align:center;height:auto;min-height:auto}}@media (max-width:575.98px){.HeroSection_heroContentContainer__zC3qw{max-width:100%}.HeroSection_heroImageContainer__a3Rds{max-width:300px}.HeroSection_heroTitle__6gH_H{margin-bottom:15px}.HeroSection_heroTitleStatic__TqscT{display:block}}@media (min-width:768px) and (max-width:991.98px){.HeroSection_heroIndividualSection__GGJue{flex-direction:column;gap:32px;height:auto;text-align:center;padding:10rem 0 0}.HeroSection_heroContentContainer__zC3qw{max-width:100%;padding:2rem}.HeroSection_heroImageContainer__a3Rds{max-width:400px;margin:0 auto}.HeroSection_heroTitleStatic__TqscT{display:block}}@media (min-width:992px) and (max-width:1199.98px){.HeroSection_heroIndividualSection__GGJue{padding:3rem;gap:48px}.HeroSection_heroContentContainer__zC3qw,.HeroSection_heroImageContainer__a3Rds{margin:0 auto}.HeroSection_heroTitleStatic__TqscT{display:block}}@media (min-width:1200px) and (max-width:1399.98px){.HeroSection_heroIndividualSection__GGJue{padding:3rem;gap:48px}}@media (min-width:1400px){.HeroSection_heroIndividualSection__GGJue{gap:64px}}@media (max-width:767.98px){.HeroSection_heroIndividualSection__GGJue{gap:8rem;flex-direction:column;height:auto;text-align:center;padding:10rem 0 0}.HeroSection_heroContentContainer__zC3qw{max-width:100%;margin:0 auto}.HeroSection_heroImageContainer__a3Rds{max-width:350px;margin:0 auto}.HeroSection_heroTitleStatic__TqscT{display:block}}.SkillsSection_skillsSection__rQVZx{min-height:calc(100vh - 100px);display:flex;flex-direction:column;justify-content:center}.SkillsSection_sectionTitle__X2Vf9{display:flex;align-items:center;gap:1rem;font-size:var(--font-size-level3);color:var(--text-white);margin-bottom:3rem;font-weight:100}.SkillsSection_sectionTitle__X2Vf9:after{content:"";height:1px;width:15%;background-color:var(--accent-color)}.SkillsSection_hashTag__jCIsj{color:var(--accent-color);font-size:var(--font-size-level)!important;font-weight:100}.SkillsSection_skillsContent__fbVof{display:flex;gap:4rem;justify-content:space-between}.SkillsSection_decorativeShapes__yc5iJ{position:relative;padding-left:3.5rem}.SkillsSection_decorativeShapesContainer__yh52P{position:relative;width:14rem;height:14rem}.SkillsSection_dots1__Uo3Gn{position:absolute;top:20%;left:20%}.SkillsSection_dots2__XsYP5{position:absolute;bottom:30%;left:40%}.SkillsSection_dots3__2eOEN{position:absolute;bottom:0;left:0}.SkillsSection_smallSquare__EDC_n{position:absolute;bottom:0;right:0;width:50px;height:50px;border:1px solid rgba(255,255,255,.5)}.SkillsSection_skillsTables__4FCgV{display:flex;flex-direction:column;gap:1.5rem}.SkillsSection_tableRow__TX5lv{display:flex;gap:1rem;justify-content:flex-end;flex-wrap:wrap}.SkillsSection_table__Evcv0{border:1px solid rgba(255,255,255,.5);min-width:200px;flex:1 1}.SkillsSection_tableHeader__7fMMb{color:var(--text-white);font-size:var(--font-size-level5);padding:8px 16px;border-bottom:1px solid rgba(255,255,255,.5);font-family:var(--font-mono)}.SkillsSection_tableContent__KDhWN{color:rgba(255,255,255,.7);font-size:var(--font-size-level5);line-height:1.6;padding:16px;white-space:pre-wrap;font-family:var(--font-mono)}.SkillsSection_squareBox__CCM4e{position:absolute;top:0;right:0;width:70px;height:70px;border:1px solid var(--accent-color)}@media (max-width:575.98px){.SkillsSection_skillsSection__rQVZx{padding:2rem 0}.SkillsSection_sectionTitle__X2Vf9{margin-bottom:1.5rem}.SkillsSection_sectionTitle__X2Vf9:after{width:100px}.SkillsSection_decorativeShapesContainer__yh52P{width:10rem;height:10rem}.SkillsSection_skillsContent__fbVof{gap:1.5rem;flex-direction:column}.SkillsSection_tableRow__TX5lv{gap:.8rem}.SkillsSection_table__Evcv0{min-width:100%}.SkillsSection_squareBox__CCM4e{width:40px;height:40px}.SkillsSection_smallSquare__EDC_n{width:30px;height:30px}.SkillsSection_dots1__Uo3Gn,.SkillsSection_dots2__XsYP5,.SkillsSection_dots3__2eOEN{transform:scale(.6)}.SkillsSection_decorativeShapes__yc5iJ{padding-left:0;margin:3rem auto}}@media (min-width:576px) and (max-width:767.98px){.SkillsSection_skillsSection__rQVZx{padding:3rem 1.5rem}.SkillsSection_sectionTitle__X2Vf9{margin-bottom:2rem}.SkillsSection_sectionTitle__X2Vf9:after{width:100px}.SkillsSection_decorativeShapesContainer__yh52P{width:12rem;height:12rem}.SkillsSection_skillsContent__fbVof{gap:2rem;flex-direction:column}.SkillsSection_squareBox__CCM4e{width:50px;height:50px}.SkillsSection_smallSquare__EDC_n{width:40px;height:40px}.SkillsSection_dots1__Uo3Gn,.SkillsSection_dots2__XsYP5,.SkillsSection_dots3__2eOEN{transform:scale(.8)}.SkillsSection_decorativeShapes__yc5iJ{padding-left:0;margin:3rem auto}}@media (min-width:768px) and (max-width:991.98px){.SkillsSection_skillsSection__rQVZx{padding:4rem 2rem}.SkillsSection_skillsContent__fbVof{gap:3rem;flex-direction:column}.SkillsSection_decorativeShapesContainer__yh52P{width:15rem;height:15rem;margin:0 auto}.SkillsSection_tableRow__TX5lv{flex-wrap:wrap}.SkillsSection_sectionTitle__X2Vf9:after{width:20%}.SkillsSection_squareBox__CCM4e{width:60px;height:60px}.SkillsSection_table__Evcv0{flex:auto}.SkillsSection_decorativeShapes__yc5iJ{padding-left:0;margin:3rem auto}}@media (min-width:992px) and (max-width:1199.98px){.SkillsSection_skillsSection__rQVZx{padding:6rem 2rem}.SkillsSection_decorativeShapesContainer__yh52P{width:15rem;height:15rem}.SkillsSection_decorativeShapes__yc5iJ{padding-left:0}.SkillsSection_table__Evcv0{min-width:220px}.SkillsSection_skillsTables__4FCgV{max-width:60%}}@media (min-width:1200px) and (max-width:1399.98px){.SkillsSection_decorativeShapesContainer__yh52P{width:16rem;height:16rem}.SkillsSection_table__Evcv0{max-width:max-content}.SkillsSection_skillsSection__rQVZx{padding:6rem 3rem}}@media (min-width:1400px){.SkillsSection_decorativeShapesContainer__yh52P{width:16rem;height:16rem}.SkillsSection_table__Evcv0{max-width:max-content}}@media (max-width:900px) and (orientation:landscape){.SkillsSection_skillsSection__rQVZx{padding:2rem}.SkillsSection_skillsContent__fbVof{gap:2rem}}.AboutSection_aboutSection__bW_yH{padding:6rem 0 0;position:relative}.AboutSection_aboutContent__dGU22{display:flex;gap:6rem;align-items:flex-start;height:400px;justify-content:space-between}.AboutSection_sectionTitle__hFc6P{display:flex;align-items:center;gap:1rem;font-size:var(--font-size-level3);color:var(--text-white);margin-bottom:3rem;font-weight:100}.AboutSection_sectionTitle__hFc6P:after{content:"";height:1px;width:15%;background-color:var(--accent-color)}.AboutSection_hashTag__xpvLt{color:var(--accent-color);font-size:var(--font-size-level)!important;font-weight:100}.AboutSection_aboutText__I8HKx{flex:1 1;max-width:600px;height:100%;display:flex;flex-direction:column;justify-content:flex-start;padding-left:3.5rem}.AboutSection_greeting__gzlji{font-size:var(--font-size-level3);color:var(--text-white);margin-bottom:1rem;font-weight:100}.AboutSection_description__xWGpJ{color:rgba(255,255,255,.7);font-size:var(--font-size-level5);line-height:1.6}.AboutSection_description__xWGpJ p{margin-bottom:1rem}.AboutSection_description__xWGpJ p:last-child{margin-bottom:0}.AboutSection_aboutImageContainer__KmIdE{position:relative;flex-shrink:0;width:400px;height:100%}.AboutSection_aboutImage__tPhIN{width:100%;height:100%;position:relative;z-index:1;margin-left:5rem;margin-top:-2rem}.AboutSection_dotPattern__aZgo4{position:absolute;bottom:8rem;right:-10rem;width:100px;height:100px;background-image:radial-gradient(circle,var(--accent-color) 2px,transparent 2px);background-size:15px 15px;z-index:2}@media (max-width:575.98px){.AboutSection_aboutSection__bW_yH{padding:2rem 0}.AboutSection_sectionTitle__hFc6P{margin-bottom:1.5rem}.AboutSection_sectionTitle__hFc6P:after{width:100px}.AboutSection_aboutImageContainer__KmIdE{height:250px;margin:0 auto}.AboutSection_aboutImage__tPhIN{margin-left:auto;margin-top:auto}.AboutSection_dotPattern__aZgo4{width:60px;height:60px;bottom:2rem;right:-6rem;background-size:10px 10px}.AboutSection_aboutContent__dGU22{gap:6rem;height:auto;justify-content:space-between;flex-direction:column}.AboutSection_aboutText__I8HKx{max-width:unset;height:auto;flex-direction:column;justify-content:flex-start;padding-left:0}}@media (min-width:768px) and (max-width:991.98px){.AboutSection_aboutSection__bW_yH{padding:4rem 2rem}.AboutSection_sectionTitle__hFc6P:after{width:150px}.AboutSection_aboutContent__dGU22{flex-direction:column;height:auto;gap:3rem}.AboutSection_aboutText__I8HKx{max-width:100%;height:auto;padding-left:0;text-align:center}.AboutSection_aboutImageContainer__KmIdE{width:100%;max-width:500px;height:350px;margin:0 auto}.AboutSection_dotPattern__aZgo4{bottom:0;right:-9rem;width:80px;height:80px}.AboutSection_aboutImage__tPhIN{margin-left:auto;margin-top:auto}}@media (min-width:992px) and (max-width:1199.98px){.AboutSection_aboutSection__bW_yH{padding:6rem 2rem 0}.AboutSection_aboutContent__dGU22{gap:3rem;height:auto}.AboutSection_aboutImageContainer__KmIdE{width:350px}.AboutSection_aboutImage__tPhIN{margin-left:auto;margin-top:auto}.AboutSection_dotPattern__aZgo4{bottom:0;right:-9rem;width:80px;height:80px}}@media (min-width:1200px) and (max-width:1399.98px){.AboutSection_aboutContent__dGU22{gap:6rem;height:350px}.AboutSection_aboutImageContainer__KmIdE{width:350px}.AboutSection_aboutImage__tPhIN{margin-left:auto;margin-top:auto}.AboutSection_dotPattern__aZgo4{bottom:0;right:-9rem;width:80px;height:80px}}@media (min-width:1400px){.AboutSection_aboutContent__dGU22{gap:8rem}.AboutSection_aboutText__I8HKx{max-width:700px}}@media (max-width:900px) and (orientation:landscape){.AboutSection_aboutSection__bW_yH{padding:2rem}.AboutSection_aboutImageContainer__KmIdE{height:250px;width:40%}.AboutSection_aboutImage__tPhIN{margin-left:2rem;margin-top:auto}}@media (max-width:767.98px){.AboutSection_aboutSection__bW_yH{padding:3rem 1.5rem}.AboutSection_sectionTitle__hFc6P{margin-bottom:2rem}.AboutSection_sectionTitle__hFc6P:after{width:90px}.AboutSection_aboutContent__dGU22{gap:2rem;flex-direction:column;height:auto}.AboutSection_aboutText__I8HKx{max-width:100%;height:auto;padding-left:0;text-align:center}.AboutSection_aboutImageContainer__KmIdE{width:100%;height:300px;max-width:500px;margin:0 auto}.AboutSection_dotPattern__aZgo4{width:80px;height:80px;bottom:-3rem;right:-3rem;background-size:12px 12px}.AboutSection_aboutImage__tPhIN{margin-top:0;margin-left:0}}.ContactSection_contactsSection__J48Lv{min-height:calc(100vh - 100px);display:flex;flex-direction:column;justify-content:center}.ContactSection_sectionTitle__g60_m{display:flex;align-items:center;gap:1rem;font-size:var(--font-size-level3);color:var(--text-white);margin-bottom:3rem;font-weight:100}.ContactSection_sectionTitle__g60_m:after{content:"";height:1px;width:15%;background-color:var(--accent-color)}.ContactSection_hashTag__VLrmc{color:var(--accent-color);font-size:var(--font-size-level)!important;font-weight:100}.ContactSection_contactsContent___1Wx4{display:flex;justify-content:space-between;gap:4rem;position:relative;z-index:1}.ContactSection_leftContent__Ewb1j{max-width:505px;padding-left:3.5rem}.ContactSection_contactText__Ur2DQ{color:rgba(255,255,255,.7);font-size:var(--font-size-level5);line-height:1.6}.ContactSection_contactBox__jI7xs{border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.03);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem;min-width:320px;border-radius:16px;box-shadow:0 8px 32px rgba(0,0,0,.1);transition:all .3s ease}.ContactSection_contactBox__jI7xs:hover{border-color:var(--accent-color);box-shadow:0 12px 40px rgba(102,126,234,.15)}.ContactSection_contactHeader__nHkuR{text-align:center;margin-bottom:2rem}.ContactSection_contactTitle__Ir4c1{color:var(--text-white);font-size:1.5rem;font-weight:600;margin-bottom:.5rem;font-family:Courier Prime,Courier Prime Fallback,system-ui,arial}.ContactSection_contactSubtitle__F99pU{color:rgba(255,255,255,.6);font-size:.9rem;font-family:Courier Prime,Courier Prime Fallback,system-ui,arial}.ContactSection_messageButton__M7Jbx{display:flex;align-items:center;gap:1rem;padding:1.5rem;border:1px solid rgba(102,126,234,.2);border-radius:12px;text-decoration:none;transition:all .3s ease;position:relative;overflow:hidden;max-width:400px}.ContactSection_messageButton__M7Jbx:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);transition:left .5s ease}.ContactSection_messageButton__M7Jbx:hover:before{left:100%}.ContactSection_messageButton__M7Jbx:hover{background:linear-gradient(135deg,rgba(102,126,234,.2),rgba(139,92,246,.2));border-color:var(--accent-color);box-shadow:0 8px 25px rgba(102,126,234,.2)}.ContactSection_messageIcon__Ddurs{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:rgba(102,126,234,.1);border-radius:12px;color:var(--accent-color);flex-shrink:0;transition:all .3s ease}.ContactSection_messageButton__M7Jbx:hover .ContactSection_messageIcon__Ddurs{background:var(--accent-color);color:white}.ContactSection_messageContent__ERDDh{display:flex;flex-direction:column;gap:.25rem;flex:1 1}.ContactSection_messageText__rp1Vb{color:var(--text-white);font-size:1.1rem;font-weight:600;font-family:Courier Prime,Courier Prime Fallback,system-ui,arial}.ContactSection_messageSubtext__ykKwz{color:rgba(255,255,255,.6);font-size:.85rem;font-family:Courier Prime,Courier Prime Fallback,system-ui,arial}.ContactSection_arrowIcon__9zLio{display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.4);transition:all .3s ease}.ContactSection_messageButton__M7Jbx:hover .ContactSection_arrowIcon__9zLio{color:var(--accent-color);transform:translateX(4px)}.ContactSection_decorativeDots__BNiME{position:absolute;left:-1rem;top:20rem;width:40px;height:100px;background-image:radial-gradient(circle,#8a2be2 2px,transparent 0);background-size:15px 15px;opacity:.7}@media (min-width:768px) and (max-width:991.98px){.ContactSection_contactsSection__J48Lv{padding:4rem 2rem}.ContactSection_contactsContent___1Wx4{flex-direction:column;justify-content:center;align-items:center}.ContactSection_leftContent__Ewb1j{padding-left:0;max-width:100%;text-align:center}.ContactSection_decorativeDots__BNiME{left:-.5rem;width:30px}}@media (min-width:992px) and (max-width:1199.98px){.ContactSection_contactsSection__J48Lv{padding:6rem 2rem}.ContactSection_contactsContent___1Wx4{gap:3rem}}@media (min-width:1200px) and (max-width:1399.98px){.ContactSection_contactsSection__J48Lv{padding:2rem 4rem}}@media (min-width:1400px){.ContactSection_leftContent__Ewb1j{max-width:600px}.ContactSection_contactBox__jI7xs{min-width:350px;padding:2.5rem}.ContactSection_messageButton__M7Jbx{padding:2rem}.ContactSection_messageIcon__Ddurs{width:56px;height:56px}}@media (max-width:900px) and (orientation:landscape){.ContactSection_contactsSection__J48Lv{padding:2rem}.ContactSection_contactBox__jI7xs{min-width:280px;padding:1.5rem}.ContactSection_messageButton__M7Jbx{padding:1.25rem}}@media (max-width:767.98px){.ContactSection_contactsSection__J48Lv{padding:3rem 1.5rem;margin-bottom:3rem}.ContactSection_sectionTitle__g60_m{margin-bottom:2rem}.ContactSection_sectionTitle__g60_m:after{max-width:150px}.ContactSection_contactsContent___1Wx4{flex-direction:column;gap:4rem;align-items:center}.ContactSection_contactBox__jI7xs{width:100%;min-width:unset;padding:1.5rem}.ContactSection_messageButton__M7Jbx{padding:1.25rem}.ContactSection_leftContent__Ewb1j{max-width:100%;padding-left:0;text-align:center}.ContactSection_decorativeDots__BNiME{display:none}}.pages_heroSection__fKPyU{min-height:100vh;width:100%;padding:120px 0 0}.pages_hashTag__G3DwZ{color:var(--accent-color);color:#C778DD}.pages_logoText__eWAAr{font-size:1.25rem;font-weight:500}.socialSidebar_sidebar__HYVYx{position:fixed;left:1rem;top:0;bottom:0;width:30px;display:flex;flex-direction:column;align-items:center;z-index:50}.socialSidebar_verticalLine__fZvPL{width:2px;background-color:var(--border-color);z-index:-1;height:10rem}.socialSidebar_socialLinks__64qqI{display:flex;flex-direction:column;gap:2rem;margin-top:2rem}.socialSidebar_socialLink__ooy3_{color:var(--text-white);opacity:.7;transition:opacity .2s ease;display:flex;align-items:center;justify-content:center}.socialSidebar_socialLink__ooy3_:hover{opacity:1}.socialSidebar_dotsPattern__trZHs{margin-top:auto;margin-bottom:4rem;display:flex;flex-direction:column;gap:8px}@media (max-width:768px){.socialSidebar_sidebar__HYVYx{display:none}}.QuoteSection_quoteSection__8GBbG{display:flex;position:relative;align-items:center;min-height:calc(50vh - 100px);justify-content:flex-end}.QuoteSection_quoteContainer__4vHLq{display:flex}.QuoteSection_quoteLeft__lSIIC{display:flex;flex-direction:column;justify-content:center;align-items:flex-end;padding-right:20px;gap:8px;flex-shrink:0}.QuoteSection_quoteRight__QNIhP{position:relative;flex:1 1;min-width:0}.QuoteSection_quoteRight__QNIhP:before{content:"";position:absolute;width:calc(100vw - 100%);height:100%;background:none;border:1px solid var(--accent-color);border-right:none;border-radius:0;z-index:-1;box-sizing:border-box;top:0}.QuoteSection_quoteContent__QwyY4{position:relative;color:var(--text-white);font-size:var(--font-size-level3)}.QuoteSection_quoteMarkOpen__2o9XT{left:-15px;top:-65px}.QuoteSection_quoteMarkClose__2VxJh,.QuoteSection_quoteMarkOpen__2o9XT{position:absolute;font-size:48px;width:25px;height:30px;display:flex;background-color:var(--bg-dark)}.QuoteSection_quoteMarkClose__2VxJh{right:32px;align-items:baseline;justify-content:center}.QuoteSection_authorBox__E_lw3{padding:1rem;color:var(--text-white);border:1px solid rgba(255,255,255,.5);border-top:1px solid var(--bg-dark);margin-top:-9px;z-index:9;background:var(--bg-dark)}.QuoteSection_quoteBox__EWIBC{position:relative;border:1px solid rgba(255,255,255,.5);padding:50px 32px;max-width:700px}@media (max-width:768px){.QuoteSection_quoteBox__EWIBC{max-width:100%}}@media (min-width:1440px){.QuoteSection_quoteBox__EWIBC{max-width:800px;padding:40px}}@media (max-width:1439px){.QuoteSection_quoteBox__EWIBC{max-width:700px}}@media (max-width:1023px){.QuoteSection_quoteLeft__lSIIC{padding-right:1.5rem}.QuoteSection_quoteRight__QNIhP{padding-left:1.5rem}.QuoteSection_quoteBox__EWIBC{max-width:600px;padding:28px}.QuoteSection_quoteMarkOpen__2o9XT{font-size:40px;left:-12px;top:-35px}.QuoteSection_authorBox__E_lw3{font-size:14px;padding:6px 14px}}@media (max-width:767px){.QuoteSection_quoteRight__QNIhP{flex:none;padding-top:1rem}.QuoteSection_quoteBox__EWIBC{max-width:100%;padding:24px}.QuoteSection_quoteMarkOpen__2o9XT{font-size:32px;left:-10px;top:-30px;width:20px;height:25px}.QuoteSection_authorBox__E_lw3{font-size:12px;padding:5px 12px;margin-top:-2px}.QuoteSection_quoteLeft__lSIIC{max-width:80%;gap:0;padding-right:0}}@media (max-width:480px){.QuoteSection_quoteSection__8GBbG{justify-content:center;min-height:calc(50vh - 0px)}.QuoteSection_quoteRight__QNIhP{padding-top:1rem}.QuoteSection_quoteBox__EWIBC{padding:30px 20px}.QuoteSection_quoteMarkOpen__2o9XT{font-size:28px;left:-8px;top:-40px}.QuoteSection_quoteMarkClose__2VxJh{font-size:28px;bottom:auto;right:23%;margin-top:7px}.QuoteSection_authorBox__E_lw3{font-size:11px;padding:10px 20px 15px}.QuoteSection_quoteContent__QwyY4{font-size:var(--font-size-level5)}}@media (min-width:768px) and (max-width:991.98px){.QuoteSection_quoteSection__8GBbG{min-height:calc(60vh - 0px)}.QuoteSection_quoteMarkOpen__2o9XT{font-size:36px;left:-8px;top:-40px}.QuoteSection_quoteContent__QwyY4{font-size:var(--font-size-level4)}.QuoteSection_quoteBox__EWIBC{padding:30px 20px}.QuoteSection_authorBox__E_lw3{padding:6px 40px}.QuoteSection_quoteMarkClose__2VxJh{right:54px;bottom:unset}}