:root{--eerie-black-1:#202022;--eerie-black-2:#1e1e1f;--onyx:#2b2b2c;--jet:#383838;--white-1:#fff;--white-2:#fafafa;--light-gray:#d6d6d6;--light-gray-70:#d6d6d6b3;--orange-yellow-crayola:#f6ae31;--vegas-gold:#ceb15a;--bg-gradient-jet:linear-gradient(to bottom right, #2d2d2e40, #1b1b1d00);--bg-gradient-yellow-1:linear-gradient(to bottom right, #ffda6b, #ffc06100);--border-gradient-onyx:linear-gradient(to bottom right, #3f3f40 0%, #1b1b1d00 50%);--text-gradient-yellow:linear-gradient(to right, #ffdb70, #ffbb5c);--shadow-1:-4px 8px 24px #00000040;--shadow-2:0 16px 30px #00000040;--shadow-3:0 16px 40px #00000040;--ff-poppins:"Poppins", sans-serif;--ff-space-grotesk:"Space Grotesk", sans-serif;--ff-cormorant:"Cormorant Garamond", serif;--fs-1:24px;--fs-2:18px;--fs-3:17px;--fs-4:16px;--fs-5:15px;--fs-6:14px;--fs-7:13px;--fs-8:11px;--fw-300:300;--fw-400:400;--fw-500:500;--fw-600:600;--fw-700:700;--transition-1:.25s ease;--transition-2:.5s ease-in-out}html[data-theme=light]{--eerie-black-1:#fafafa;--eerie-black-2:#f5f5f5;--onyx:#ebebeb;--jet:#d9d9d9;--white-1:#262626;--white-2:#333;--light-gray:#595959;--light-gray-70:#595959b3;--bg-gradient-jet:linear-gradient(to bottom right, #ebebeb80, #fafafa00);--bg-gradient-yellow-1:linear-gradient(to bottom right, #fc3, #ffa92900);--border-gradient-onyx:linear-gradient(to bottom right, #e6e6e6 0%, #fafafa00 50%);--text-gradient-yellow:linear-gradient(to right, #ffc61a, #ff9500);--shadow-1:-4px 8px 24px #00000014;--shadow-2:0 16px 30px #0000001a;--shadow-3:0 16px 40px #0000001f}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--ff-poppins);background-color:var(--eerie-black-1);color:var(--light-gray);min-height:100vh;transition:background-color var(--transition-2), color var(--transition-2);overflow-x:hidden}body:before{content:"";pointer-events:none;z-index:0;transition:background var(--transition-2);background:radial-gradient(80% 60% at 20% 20%,#e69b1a0d 0%,#0000 60%),radial-gradient(60% 80% at 80% 80%,#1aa1e60a 0%,#0000 60%),radial-gradient(70% 50%,#8033cc08 0%,#0000 70%);animation:12s ease-in-out infinite alternate bgPulse;position:fixed;inset:0}html[data-theme=light]:before{background:radial-gradient(80% 60% at 20% 20%,#ebaf4714 0%,#0000 60%),radial-gradient(60% 80% at 80% 80%,#47b4eb0f 0%,#0000 60%),radial-gradient(70% 50%,#995cd60d 0%,#0000 70%)}@keyframes bgPulse{0%{opacity:.5;transform:scale(1)}to{opacity:1;transform:scale(1.08)}}a{color:inherit;text-decoration:none}img,svg{display:block}button{cursor:pointer;background:0 0;border:none;font-family:inherit}ul,ol{list-style:none}input,textarea{font-family:inherit}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:var(--onyx);border-radius:5px}::-webkit-scrollbar-thumb{background:var(--orange-yellow-crayola);border-radius:5px}.card{background:var(--border-gradient-onyx);border:1px solid var(--jet);box-shadow:var(--shadow-1);z-index:1;border-radius:14px;padding:20px;position:relative}.card:before{content:"";background:var(--bg-gradient-jet);border-radius:inherit;z-index:-1;position:absolute;inset:1px}.article-title{color:var(--white-2);font-family:var(--ff-space-grotesk);font-size:var(--fs-1);margin-bottom:20px;padding-bottom:8px;font-weight:600;position:relative}.article-title:after{content:"";background:var(--text-gradient-yellow);border-radius:3px;width:30px;height:3px;position:absolute;bottom:0;left:0}.separator{background:var(--jet);width:100%;height:1px;margin:20px 0}.section-heading{color:var(--white-2);font-family:var(--ff-space-grotesk);font-size:var(--fs-2);text-transform:capitalize;margin-bottom:20px;font-weight:600}.has-scrollbar{scroll-behavior:smooth;overscroll-behavior-inline:contain;scroll-snap-type:inline mandatory;overflow-x:auto}.has-scrollbar::-webkit-scrollbar{height:5px}.has-scrollbar::-webkit-scrollbar-track{background:var(--onyx)}.has-scrollbar::-webkit-scrollbar-thumb{background:var(--orange-yellow-crayola);border-radius:5px}.page-wrapper{z-index:1;position:relative}.form-input{border:1px solid var(--jet);width:100%;color:var(--white-2);font-size:var(--fs-6);transition:border-color var(--transition-1);background:#2d2d2e80;border-radius:8px;outline:none;padding:13px 16px}.form-input::placeholder{color:var(--light-gray-70)}.form-input:focus{border-color:var(--orange-yellow-crayola)}.form-input.error{border-color:#e05252}textarea.form-input{resize:vertical;min-height:120px}.form-btn{background:var(--border-gradient-onyx);border:1px solid var(--jet);color:var(--orange-yellow-crayola);font-size:var(--fs-6);transition:background var(--transition-1), box-shadow var(--transition-1);cursor:pointer;z-index:1;border-radius:14px;align-items:center;gap:10px;padding:13px 20px;font-weight:600;display:flex;position:relative}.form-btn:before{content:"";background:var(--bg-gradient-jet);border-radius:inherit;z-index:-1;position:absolute;inset:1px}.form-btn:hover:not(:disabled){background:var(--bg-gradient-yellow-1);box-shadow:0 0 20px #f6ae3140}.form-btn:disabled{opacity:.4;cursor:not-allowed}.tech-tag{color:var(--orange-yellow-crayola);font-size:var(--fs-8);background:#f6ae311a;border:1px solid #f6ae3140;border-radius:20px;padding:3px 10px;font-weight:500;display:inline-block}@media (max-width:767px){:root{--fs-1:20px;--fs-2:16px}}
.SplashScreen-module__KFuTrq__splash{z-index:9999;cursor:pointer;background:#141415;justify-content:center;align-items:center;display:flex;position:fixed;inset:0;overflow:hidden}.SplashScreen-module__KFuTrq__glow{pointer-events:none;background:radial-gradient(#f6ae312e 0%,#0000 70%);border-radius:50%;width:400px;height:400px;position:absolute}.SplashScreen-module__KFuTrq__particle{background:var(--orange-yellow-crayola);pointer-events:none;filter:blur(1px);border-radius:50%;position:absolute}.SplashScreen-module__KFuTrq__content{text-align:center;z-index:1;flex-direction:column;align-items:center;gap:12px;padding:20px;display:flex;position:relative}.SplashScreen-module__KFuTrq__greeting{font-family:var(--ff-poppins);letter-spacing:.35em;text-transform:uppercase;color:var(--orange-yellow-crayola);opacity:.8;font-size:13px;font-weight:400}.SplashScreen-module__KFuTrq__name{font-family:var(--ff-cormorant);color:var(--white-2);letter-spacing:.02em;background:linear-gradient(135deg,#fff 30%,#facf85 60%,#fff 85%) 0 0/200% 200%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:clamp(52px,10vw,96px);font-weight:600;line-height:1;animation:4s linear infinite SplashScreen-module__KFuTrq__shimmer}@keyframes SplashScreen-module__KFuTrq__shimmer{0%{background-position:200%}to{background-position:-200%}}.SplashScreen-module__KFuTrq__line{background:var(--text-gradient-yellow);transform-origin:0;border-radius:2px;width:80px;height:2px;margin:4px auto}.SplashScreen-module__KFuTrq__tagline{font-family:var(--ff-cormorant);color:var(--light-gray);letter-spacing:.01em;font-size:clamp(18px,3vw,26px);font-weight:400}.SplashScreen-module__KFuTrq__tagline em{color:var(--orange-yellow-crayola);font-style:italic}.SplashScreen-module__KFuTrq__hint{font-family:var(--ff-poppins);letter-spacing:.2em;text-transform:uppercase;color:var(--light-gray-70);margin-top:16px;font-size:11px}
.RecentActivity-module__mb0-OW__activityContainer{margin-bottom:20px}.RecentActivity-module__mb0-OW__activityHeader{background:var(--border-gradient-onyx);border:1px solid var(--jet);width:100%;color:var(--orange-yellow-crayola);text-transform:uppercase;cursor:pointer;transition:all var(--transition-1);border-radius:8px;justify-content:space-between;align-items:center;gap:8px;padding:12px 14px;font-size:12px;font-weight:600;display:flex}.RecentActivity-module__mb0-OW__activityHeader:hover{background:var(--bg-gradient-yellow-1);color:var(--white-2)}.RecentActivity-module__mb0-OW__activityTitle{text-align:left;flex:1}.RecentActivity-module__mb0-OW__chevron{transition:transform var(--transition-1);flex-shrink:0}.RecentActivity-module__mb0-OW__activityList{grid-template-columns:1fr;gap:10px;max-height:400px;margin-top:12px;animation:.3s ease-out RecentActivity-module__mb0-OW__slideDown;display:grid;overflow-y:auto}@keyframes RecentActivity-module__mb0-OW__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.RecentActivity-module__mb0-OW__activityItem{border:1px solid var(--jet);transition:all var(--transition-1);background:#1e1e1f80;border-radius:6px;align-items:flex-start;gap:10px;padding:10px;display:flex}.RecentActivity-module__mb0-OW__activityItem:hover{background:var(--border-gradient-onyx);border-color:var(--orange-yellow-crayola);transform:translate(4px)}.RecentActivity-module__mb0-OW__itemIcon{background:var(--onyx);width:24px;height:24px;color:var(--orange-yellow-crayola);border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;margin-top:2px;display:flex}.RecentActivity-module__mb0-OW__itemContent{flex:1;min-width:0}.RecentActivity-module__mb0-OW__itemTitle{color:var(--white-2);line-clamp:1;text-overflow:ellipsis;margin-bottom:2px;font-size:12px;font-weight:600;overflow:hidden}.RecentActivity-module__mb0-OW__itemDate{color:var(--light-gray-70);font-size:10px;font-weight:400}.RecentActivity-module__mb0-OW__emptyState{color:var(--light-gray-70);text-align:center;padding:20px 10px;font-size:12px}.RecentActivity-module__mb0-OW__activityList::-webkit-scrollbar{width:3px}.RecentActivity-module__mb0-OW__activityList::-webkit-scrollbar-track{background:0 0}.RecentActivity-module__mb0-OW__activityList::-webkit-scrollbar-thumb{background:var(--orange-yellow-crayola);border-radius:3px}@media (min-width:1024px){.RecentActivity-module__mb0-OW__activityContainer{margin-bottom:24px}.RecentActivity-module__mb0-OW__activityHeader{padding:14px 16px;font-size:11px}.RecentActivity-module__mb0-OW__activityList{gap:12px;margin-top:14px}.RecentActivity-module__mb0-OW__activityItem{padding:12px}.RecentActivity-module__mb0-OW__itemIcon{width:28px;height:28px}.RecentActivity-module__mb0-OW__itemTitle{font-size:13px}.RecentActivity-module__mb0-OW__itemDate{font-size:11px}}
.Sidebar-module__y-Zxfa__sidebar{background:var(--eerie-black-2);border:1px solid var(--jet);box-shadow:var(--shadow-1);z-index:1;border-radius:14px;transition:width .4s cubic-bezier(.4,0,.2,1),max-height .5s ease-in-out,padding .4s cubic-bezier(.4,0,.2,1);position:relative}.Sidebar-module__y-Zxfa__rail{flex-direction:column;align-items:center;gap:16px;padding:16px 8px;display:flex;overflow:hidden}@media (max-width:1023px){.Sidebar-module__y-Zxfa__rail{flex-direction:row;justify-content:space-between;gap:10px;margin-bottom:15px;padding:10px 14px;overflow:auto hidden}}@media (min-width:1024px){.Sidebar-module__y-Zxfa__rail{flex-shrink:0;gap:12px;width:64px;height:calc(100vh - 30px);padding:20px 8px;position:sticky;top:15px}}.Sidebar-module__y-Zxfa__railAvatar{flex-shrink:0}.Sidebar-module__y-Zxfa__avatarRing{background:conic-gradient(from 0deg, var(--orange-yellow-crayola), #ffdb70, var(--orange-yellow-crayola), #ffbb5c, var(--orange-yellow-crayola));border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;animation:3s linear infinite Sidebar-module__y-Zxfa__ringRotate;display:flex;position:relative}@keyframes Sidebar-module__y-Zxfa__ringRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Sidebar-module__y-Zxfa__railAvatarImg{object-fit:cover;border:2px solid var(--eerie-black-2);z-index:1;border-radius:50%;position:relative;width:36px!important;height:36px!important}@media (max-width:1023px){.Sidebar-module__y-Zxfa__avatarRing{width:34px;height:34px}.Sidebar-module__y-Zxfa__railAvatarImg{width:30px!important;height:30px!important}}.Sidebar-module__y-Zxfa__railNav{flex:1;align-items:center;display:flex}.Sidebar-module__y-Zxfa__railNavList{flex-direction:column;gap:4px;width:100%;display:flex;position:relative}@media (max-width:1023px){.Sidebar-module__y-Zxfa__railNavList{flex-direction:row;gap:2px}}.Sidebar-module__y-Zxfa__activeIndicator{background:var(--orange-yellow-crayola);border-radius:0 3px 3px 0;width:3px;height:24px;transition:transform .35s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:0;box-shadow:0 0 8px #f6ae3180}@media (max-width:1023px){.Sidebar-module__y-Zxfa__activeIndicator{display:none}}.Sidebar-module__y-Zxfa__railNavItem{opacity:0;align-items:center;display:flex;position:relative;transform:translate(-10px)}@media (max-width:1023px){.Sidebar-module__y-Zxfa__railNavItem{transform:translateY(-6px)}}.Sidebar-module__y-Zxfa__staggerIn{animation:.5s cubic-bezier(.34,1.56,.64,1) forwards Sidebar-module__y-Zxfa__staggerReveal}@keyframes Sidebar-module__y-Zxfa__staggerReveal{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}@media (max-width:1023px){@keyframes Sidebar-module__y-Zxfa__staggerReveal{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}}.Sidebar-module__y-Zxfa__railNavLink{width:44px;height:44px;color:var(--light-gray-70);border-radius:12px;justify-content:center;align-items:center;transition:color .25s,background .25s,transform .25s,box-shadow .25s;display:flex;position:relative}.Sidebar-module__y-Zxfa__railNavLink:hover{color:var(--orange-yellow-crayola);background:#f6ae3114}.Sidebar-module__y-Zxfa__railNavActive{color:var(--orange-yellow-crayola);background:#f6ae311f}.Sidebar-module__y-Zxfa__navBounce:hover{animation:.4s Sidebar-module__y-Zxfa__iconBounce}@keyframes Sidebar-module__y-Zxfa__iconBounce{0%,to{transform:translateY(0)}40%{transform:translateY(-4px)}60%{transform:translateY(-2px)}}.Sidebar-module__y-Zxfa__navRotate:hover{animation:.4s Sidebar-module__y-Zxfa__iconRotate}@keyframes Sidebar-module__y-Zxfa__iconRotate{0%{transform:rotate(0)}50%{transform:rotate(-12deg)}to{transform:rotate(0)}}.Sidebar-module__y-Zxfa__navScale:hover{animation:.35s Sidebar-module__y-Zxfa__iconScale}@keyframes Sidebar-module__y-Zxfa__iconScale{0%,to{transform:scale(1)}50%{transform:scale(1.15)}}.Sidebar-module__y-Zxfa__navFlip:hover{animation:.45s Sidebar-module__y-Zxfa__iconFlip}@keyframes Sidebar-module__y-Zxfa__iconFlip{0%{transform:rotateY(0)}50%{transform:rotateY(15deg)}to{transform:rotateY(0)}}.Sidebar-module__y-Zxfa__navShake:hover{animation:.4s Sidebar-module__y-Zxfa__iconShake}@keyframes Sidebar-module__y-Zxfa__iconShake{0%,to{transform:translate(0)}25%{transform:translate(-3px)}50%{transform:translate(3px)}75%{transform:translate(-2px)}}.Sidebar-module__y-Zxfa__notificationDot{background:#f33;border-radius:50%;width:7px;height:7px;animation:2s ease-in-out infinite Sidebar-module__y-Zxfa__dotPulse;position:absolute;top:8px;right:8px;box-shadow:0 0 6px #f339}@keyframes Sidebar-module__y-Zxfa__dotPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.3)}}.Sidebar-module__y-Zxfa__tooltip{background:var(--eerie-black-1);border:1px solid var(--jet);opacity:0;visibility:hidden;pointer-events:none;z-index:100;min-width:180px;box-shadow:var(--shadow-2);border-radius:10px;padding:10px 14px;transition:opacity .2s,transform .2s,visibility .2s;position:absolute;top:50%;left:calc(100% + 12px);transform:translateY(-50%)translate(-4px)}.Sidebar-module__y-Zxfa__railNavItem:hover .Sidebar-module__y-Zxfa__tooltip{opacity:1;visibility:visible;transform:translateY(-50%)translate(0)}@media (max-width:1023px){.Sidebar-module__y-Zxfa__tooltip{display:none}}.Sidebar-module__y-Zxfa__tooltipLabel{color:var(--white-2);font-family:var(--ff-space-grotesk);margin-bottom:3px;font-size:13px;font-weight:600;display:block}.Sidebar-module__y-Zxfa__tooltipPreview{color:var(--light-gray-70);font-size:11px;font-weight:300;line-height:1.4;display:block}.Sidebar-module__y-Zxfa__railSocial{border-top:1px solid var(--jet);flex-direction:column;align-items:center;gap:10px;margin-top:auto;padding-top:8px;display:flex}@media (max-width:1023px){.Sidebar-module__y-Zxfa__railSocial{border-top:none;border-left:1px solid var(--jet);flex-direction:row;gap:8px;margin-top:0;padding-top:0;padding-left:8px}}.Sidebar-module__y-Zxfa__railSocialLink{width:28px;height:28px;color:var(--light-gray-70);justify-content:center;align-items:center;transition:color .25s,transform .25s;display:flex}.Sidebar-module__y-Zxfa__railSocialLink:hover{color:var(--orange-yellow-crayola);transform:translateY(-2px)}.Sidebar-module__y-Zxfa__railSocialLink svg{width:16px;height:16px}@media (max-width:1023px){.Sidebar-module__y-Zxfa__railSocialLink:hover{transform:translateY(0)scale(1.1)}.Sidebar-module__y-Zxfa__railSocialLink svg{width:14px;height:14px}}.Sidebar-module__y-Zxfa__railToggle{width:36px;height:36px;color:var(--light-gray-70);background:var(--border-gradient-onyx);border:1px solid var(--jet);cursor:pointer;z-index:1;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;transition:color .25s,background .25s;display:flex;position:relative}.Sidebar-module__y-Zxfa__railToggle:before{content:"";background:var(--bg-gradient-jet);border-radius:inherit;z-index:-1;position:absolute;inset:1px}.Sidebar-module__y-Zxfa__railToggle:hover{color:var(--orange-yellow-crayola);background:var(--bg-gradient-yellow-1)}@media (max-width:1023px){.Sidebar-module__y-Zxfa__railToggle{width:32px;height:32px}}.Sidebar-module__y-Zxfa__railMounted{animation:.4s forwards Sidebar-module__y-Zxfa__railFadeIn}@keyframes Sidebar-module__y-Zxfa__railFadeIn{0%{opacity:0;transform:translate(-8px)}to{opacity:1;transform:translate(0)}}.Sidebar-module__y-Zxfa__expanded{max-height:112px;margin-bottom:15px;padding:15px;overflow:hidden}.Sidebar-module__y-Zxfa__expanded.Sidebar-module__y-Zxfa__active{max-height:500px}.Sidebar-module__y-Zxfa__expandedMounted{animation:.4s forwards Sidebar-module__y-Zxfa__expandFadeIn}@keyframes Sidebar-module__y-Zxfa__expandFadeIn{0%{opacity:0;transform:translate(-8px)}to{opacity:1;transform:translate(0)}}.Sidebar-module__y-Zxfa__sidebarInfo{justify-content:flex-start;align-items:center;gap:15px;display:flex;position:relative}.Sidebar-module__y-Zxfa__avatarBox{background:linear-gradient(to bottom right,#3f3f40,#0000);border-radius:10px;flex-shrink:0;overflow:hidden}.Sidebar-module__y-Zxfa__avatar{object-fit:cover;border-radius:inherit;width:80px!important;height:80px!important}.Sidebar-module__y-Zxfa__infoContent{flex:1}.Sidebar-module__y-Zxfa__name{color:var(--white-2);font-family:var(--ff-space-grotesk);letter-spacing:-.25px;margin-bottom:8px;font-size:17px;font-weight:700}.Sidebar-module__y-Zxfa__title{color:var(--white-1);background:var(--onyx);border-radius:8px;width:max-content;max-width:100%;padding:5px 12px;font-size:11px;font-weight:300}.Sidebar-module__y-Zxfa__toggleBtn{color:var(--orange-yellow-crayola);background:var(--border-gradient-onyx);box-shadow:var(--shadow-2);transition:background var(--transition-1);z-index:1;border-radius:0 14px;align-items:center;gap:5px;padding:8px 10px;font-size:12px;display:flex;position:absolute;top:-15px;right:-15px}.Sidebar-module__y-Zxfa__toggleBtn:hover{background:var(--bg-gradient-yellow-1)}.Sidebar-module__y-Zxfa__collapseBtn{display:none}.Sidebar-module__y-Zxfa__sidebarInfoMore{opacity:0;visibility:hidden;transition:opacity .5s,visibility .5s}.Sidebar-module__y-Zxfa__expanded.Sidebar-module__y-Zxfa__active .Sidebar-module__y-Zxfa__sidebarInfoMore{opacity:1;visibility:visible}.Sidebar-module__y-Zxfa__contactsList{grid-template-columns:1fr;gap:14px;display:grid}.Sidebar-module__y-Zxfa__contactItem{align-items:center;gap:14px;display:flex}.Sidebar-module__y-Zxfa__iconBox{background:var(--border-gradient-onyx);width:30px;height:30px;color:var(--orange-yellow-crayola);box-shadow:var(--shadow-1);z-index:1;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex;position:relative}.Sidebar-module__y-Zxfa__iconBox:before{content:"";background:var(--eerie-black-1);border-radius:inherit;z-index:-1;position:absolute;inset:1px}.Sidebar-module__y-Zxfa__contactInfo{max-width:calc(100% - 44px);overflow:hidden}.Sidebar-module__y-Zxfa__contactTitle{color:var(--light-gray-70);font-family:var(--ff-space-grotesk);text-transform:uppercase;margin-bottom:2px;font-size:11px;font-weight:600}.Sidebar-module__y-Zxfa__contactLink{color:var(--white-2);overflow-wrap:anywhere;word-break:break-word;transition:color var(--transition-1);font-size:13px}.Sidebar-module__y-Zxfa__contactLink:hover{color:var(--orange-yellow-crayola)}.Sidebar-module__y-Zxfa__address{color:var(--white-2);font-size:13px;font-style:normal}.Sidebar-module__y-Zxfa__socialSpacer{display:none}.Sidebar-module__y-Zxfa__socialList{gap:14px;padding-left:4px;display:flex}.Sidebar-module__y-Zxfa__socialLink{color:var(--light-gray-70);transition:color var(--transition-1), transform var(--transition-1);align-items:center;display:flex}.Sidebar-module__y-Zxfa__socialLink:hover{color:var(--orange-yellow-crayola);transform:translateY(-2px)}@media (min-width:1024px){.Sidebar-module__y-Zxfa__expanded{scrollbar-width:thin;scrollbar-color:var(--jet) transparent;flex-direction:column;flex-shrink:0;gap:0;width:270px;height:calc(100vh - 30px);max-height:none;margin-bottom:0;padding:40px 24px 30px;display:flex;position:sticky;top:15px;overflow:hidden auto}.Sidebar-module__y-Zxfa__toggleBtn{display:none}.Sidebar-module__y-Zxfa__collapseBtn{background:var(--border-gradient-onyx);border:1px solid var(--jet);width:28px;height:28px;color:var(--light-gray-70);cursor:pointer;z-index:2;border-radius:8px;justify-content:center;align-items:center;transition:color .25s,background .25s;display:flex;position:absolute;top:-8px;right:-8px}.Sidebar-module__y-Zxfa__collapseBtn:before{content:"";background:var(--bg-gradient-jet);border-radius:inherit;z-index:-1;position:absolute;inset:1px}.Sidebar-module__y-Zxfa__collapseBtn:hover{color:var(--orange-yellow-crayola);background:var(--bg-gradient-yellow-1)}.Sidebar-module__y-Zxfa__sidebarInfo{text-align:center;flex-direction:column;align-items:center;gap:12px}.Sidebar-module__y-Zxfa__avatarBox{border-radius:20px}.Sidebar-module__y-Zxfa__avatar{width:120px!important;height:120px!important}.Sidebar-module__y-Zxfa__infoContent{flex-direction:column;align-items:center;gap:6px;display:flex}.Sidebar-module__y-Zxfa__name{margin-bottom:0;font-size:18px}.Sidebar-module__y-Zxfa__title{font-size:12px}.Sidebar-module__y-Zxfa__separator{margin:24px 0!important}.Sidebar-module__y-Zxfa__sidebarInfoMore{flex-direction:column;flex:1;display:flex;opacity:1!important;visibility:visible!important}.Sidebar-module__y-Zxfa__contactsList{flex-direction:column;flex:1;justify-content:space-evenly;padding:15px 0;display:flex}.Sidebar-module__y-Zxfa__contactItem{align-items:flex-start;gap:16px}.Sidebar-module__y-Zxfa__iconBox{border-radius:10px;width:36px;height:36px;margin-top:2px}.Sidebar-module__y-Zxfa__contactInfo{max-width:calc(100% - 52px)}.Sidebar-module__y-Zxfa__contactTitle{letter-spacing:.08em;margin-bottom:3px;font-size:10px}.Sidebar-module__y-Zxfa__contactLink,.Sidebar-module__y-Zxfa__address{font-size:13px}.Sidebar-module__y-Zxfa__socialSpacer{min-height:20px;display:block}.Sidebar-module__y-Zxfa__socialList{justify-content:center;gap:18px;padding:0}.Sidebar-module__y-Zxfa__socialLink svg{width:20px;height:20px}.Sidebar-module__y-Zxfa__expanded::-webkit-scrollbar{width:3px}.Sidebar-module__y-Zxfa__expanded::-webkit-scrollbar-track{background:0 0}.Sidebar-module__y-Zxfa__expanded::-webkit-scrollbar-thumb{background:var(--jet);border-radius:3px}}html[data-theme=light] .Sidebar-module__y-Zxfa__railNavLink{color:#666}html[data-theme=light] .Sidebar-module__y-Zxfa__railNavLink:hover,html[data-theme=light] .Sidebar-module__y-Zxfa__railNavActive{color:#cf8217;background:#f6ae311a}html[data-theme=light] .Sidebar-module__y-Zxfa__railSocialLink{color:#737373}html[data-theme=light] .Sidebar-module__y-Zxfa__railSocialLink:hover{color:#cf8217}html[data-theme=light] .Sidebar-module__y-Zxfa__activeIndicator{background:#cf8217;box-shadow:0 0 8px #cf821766}html[data-theme=light] .Sidebar-module__y-Zxfa__notificationDot{box-shadow:0 0 6px #f336}html[data-theme=light] .Sidebar-module__y-Zxfa__tooltip{background:#f5f5f5;border-color:#e0e0e0}html[data-theme=light] .Sidebar-module__y-Zxfa__avatarRing{background:conic-gradient(#cf8217,#f4c025,#cf8217,#ec8013,#cf8217)}
.ThemeToggle-module__yrvpAa__themeToggle{background:var(--border-gradient-onyx);border:1px solid var(--jet);width:36px;height:36px;color:var(--orange-yellow-crayola);cursor:pointer;transition:all var(--transition-1);border-radius:50%;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.ThemeToggle-module__yrvpAa__themeToggle:before{content:"";background:var(--bg-gradient-jet);border-radius:inherit;z-index:-1;position:absolute;inset:1px}.ThemeToggle-module__yrvpAa__themeToggle:hover{background:var(--bg-gradient-yellow-1);color:var(--white-2);transform:scale(1.1)rotate(20deg);box-shadow:0 8px 20px #daa52033}.ThemeToggle-module__yrvpAa__themeToggle:active{transform:scale(.95)}@media (min-width:1024px){.ThemeToggle-module__yrvpAa__themeToggle{width:40px;height:40px}.ThemeToggle-module__yrvpAa__themeToggle:hover{transform:scale(1.15)rotate(20deg)}}
.TerminalWidget-module__lj0VtW__terminalContainer{border:1px solid var(--jet);z-index:1000;background:#131616;border-radius:8px;flex-direction:column;width:90%;max-width:600px;height:400px;font-family:Fira Code,Courier New,monospace;animation:.3s ease-out TerminalWidget-module__lj0VtW__slideUp;display:flex;position:fixed;bottom:20px;right:20px;box-shadow:0 20px 60px #0009}@keyframes TerminalWidget-module__lj0VtW__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.TerminalWidget-module__lj0VtW__terminalHeader{border-bottom:1px solid var(--jet);background:linear-gradient(#252527,#1e1e1f);align-items:center;gap:12px;padding:12px 14px;display:flex}.TerminalWidget-module__lj0VtW__trafficLights{gap:8px;display:flex}.TerminalWidget-module__lj0VtW__close,.TerminalWidget-module__lj0VtW__minimize,.TerminalWidget-module__lj0VtW__maximize{cursor:pointer;width:12px;height:12px;transition:all var(--transition-1);border-radius:50%}.TerminalWidget-module__lj0VtW__close{background:#f33}.TerminalWidget-module__lj0VtW__close:hover{background:#f66}.TerminalWidget-module__lj0VtW__minimize{background:#fc3}.TerminalWidget-module__lj0VtW__minimize:hover{background:#ffd966}.TerminalWidget-module__lj0VtW__maximize{background:#3f3}.TerminalWidget-module__lj0VtW__maximize:hover{background:#6f6}.TerminalWidget-module__lj0VtW__title{color:var(--light-gray-70);text-align:center;flex:1;font-size:12px}.TerminalWidget-module__lj0VtW__exitBtn{color:#f07575;cursor:pointer;background:#eb47471f;border:1px solid #eb474740;border-radius:6px;flex-shrink:0;align-items:center;gap:4px;padding:4px 10px;font-family:inherit;font-size:11px;font-weight:600;transition:background .2s,color .2s,box-shadow .2s;display:flex}.TerminalWidget-module__lj0VtW__exitBtn:hover{color:#fa9e9e;background:#eb474740;box-shadow:0 0 10px #eb474733}.TerminalWidget-module__lj0VtW__terminalContent{color:var(--light-gray);background:#131616;flex:1;padding:14px;font-size:13px;line-height:1.6;overflow-y:auto}.TerminalWidget-module__lj0VtW__terminalContent::-webkit-scrollbar{width:4px}.TerminalWidget-module__lj0VtW__terminalContent::-webkit-scrollbar-track{background:0 0}.TerminalWidget-module__lj0VtW__terminalContent::-webkit-scrollbar-thumb{background:var(--jet);border-radius:2px}.TerminalWidget-module__lj0VtW__commandBlock{margin-bottom:12px}.TerminalWidget-module__lj0VtW__inputLine,.TerminalWidget-module__lj0VtW__currentInput{align-items:flex-start;gap:8px;display:flex}.TerminalWidget-module__lj0VtW__prompt{color:#0ff;flex-shrink:0;font-weight:600}.TerminalWidget-module__lj0VtW__command{color:var(--light-gray)}.TerminalWidget-module__lj0VtW__output{color:var(--light-gray-70);white-space:pre-wrap;word-break:break-word;margin:0;font-size:12px;line-height:1.5}.TerminalWidget-module__lj0VtW__input{color:var(--light-gray);background:0 0;border:none;outline:none;flex:1;padding:0;font-family:inherit;font-size:13px}.TerminalWidget-module__lj0VtW__input::placeholder{color:var(--light-gray-70)}.TerminalWidget-module__lj0VtW__cursor{background:#0ff;width:8px;height:16px;margin-left:2px;animation:1s infinite TerminalWidget-module__lj0VtW__blink;display:inline-block}@keyframes TerminalWidget-module__lj0VtW__blink{0%,50%{opacity:1}51%,to{opacity:0}}.TerminalWidget-module__lj0VtW__terminalFooter{border-top:1px solid var(--jet);color:var(--light-gray-70);text-align:right;background:#1e1e1fcc;padding:8px 14px;font-size:10px}@media (max-width:768px){.TerminalWidget-module__lj0VtW__terminalContainer{width:calc(100% - 20px);height:300px;bottom:80px}.TerminalWidget-module__lj0VtW__terminalContent{font-size:12px}}
.Navbar-module__O8Na-a__navbar{-webkit-backdrop-filter:blur(12px);border:1px solid var(--jet);width:100%;box-shadow:var(--shadow-2);z-index:100;background:#2b2b2cd9;border-radius:8px 8px 0 0;justify-content:center;align-items:center;gap:15px;padding:0 10px;display:flex;position:fixed;bottom:0;left:0}.Navbar-module__O8Na-a__navbarList{flex-wrap:wrap;justify-content:center;align-items:center;gap:0;display:flex}.Navbar-module__O8Na-a__navbarActions{align-items:center;gap:8px;display:flex}.Navbar-module__O8Na-a__terminalBtn{background:var(--border-gradient-onyx);border:1px solid var(--jet);width:32px;height:32px;color:var(--orange-yellow-crayola);cursor:pointer;transition:all var(--transition-1);border-radius:50%;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.Navbar-module__O8Na-a__terminalBtn:before{content:"";background:var(--bg-gradient-jet);border-radius:inherit;z-index:-1;position:absolute;inset:1px}.Navbar-module__O8Na-a__terminalBtn:hover{background:var(--bg-gradient-yellow-1);color:var(--white-2);transform:scale(1.1);box-shadow:0 8px 20px #daa52033}.Navbar-module__O8Na-a__terminalBtn:active{transform:scale(.95)}.Navbar-module__O8Na-a__terminalActive{background:var(--bg-gradient-yellow-1)!important;color:var(--eerie-black-1)!important;border-color:var(--orange-yellow-crayola)!important;box-shadow:0 0 16px #f6ae3159!important}.Navbar-module__O8Na-a__navbarLink{color:var(--light-gray);transition:color var(--transition-1);padding:18px 8px;font-size:13px;display:block;position:relative}.Navbar-module__O8Na-a__navbarLink:after{content:"";background:var(--text-gradient-yellow);border-radius:2px;width:20px;height:2px;transition:transform .25s;position:absolute;bottom:12px;left:50%;transform:translate(-50%)scaleX(0)}.Navbar-module__O8Na-a__navbarLink:hover{color:var(--light-gray-70)}.Navbar-module__O8Na-a__navbarLink.Navbar-module__O8Na-a__active{color:var(--orange-yellow-crayola)}.Navbar-module__O8Na-a__navbarLink.Navbar-module__O8Na-a__active:after{transform:translate(-50%)scaleX(1)}@media (min-width:1024px){.Navbar-module__O8Na-a__navbar{width:auto;box-shadow:none;background:#2b2b2c99;border-radius:0 8px;gap:12px;padding:0 20px;position:absolute;inset:0 0 auto auto}.Navbar-module__O8Na-a__navbarList{gap:5px}.Navbar-module__O8Na-a__navbarLink{padding:14px 8px;font-size:14px;font-weight:500}.Navbar-module__O8Na-a__navbarActions{gap:10px}.Navbar-module__O8Na-a__terminalBtn{width:36px;height:36px}}
.Footer-module__yg9ahW__footer{border-top:1px solid var(--jet);text-align:center;margin-top:20px;padding:15px 20px}.Footer-module__yg9ahW__copyright{color:var(--light-gray-70);letter-spacing:.05em;font-size:11px}
.RootClientLayout-module__lc-47q__mainContainer{z-index:1;flex-direction:column;gap:20px;max-width:1110px;min-height:100vh;margin:15px auto;padding:0 12px;display:flex;position:relative}.RootClientLayout-module__lc-47q__mainContent{border-radius:14px;flex:1;position:relative;overflow:hidden}.RootClientLayout-module__lc-47q__pageArea{padding-bottom:80px}@media (min-width:1024px){.RootClientLayout-module__lc-47q__mainContainer{flex-direction:row;align-items:flex-start;gap:20px;margin-top:15px;margin-bottom:15px;transition:gap .4s cubic-bezier(.4,0,.2,1)}.RootClientLayout-module__lc-47q__mainContainer.RootClientLayout-module__lc-47q__railLayout{gap:14px}.RootClientLayout-module__lc-47q__mainContent{flex:1;min-width:0;margin:0;padding-top:0;transition:flex .4s cubic-bezier(.4,0,.2,1)}.RootClientLayout-module__lc-47q__pageArea{padding-bottom:20px}}
