.Header-module__Pzgc7q__header{z-index:100;align-items:center;transition:all .5s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;left:0;right:0}.Header-module__Pzgc7q__headerTransparent{background:0 0;height:100px}.Header-module__Pzgc7q__headerScrolled{background:hsla(var(--background), .95);-webkit-backdrop-filter:blur(35px)saturate(200%);backdrop-filter:blur(35px)saturate(200%);border-bottom:2px solid hsla(var(--border) / .8);height:75px;box-shadow:0 10px 40px #0009}.Header-module__Pzgc7q__container{justify-content:space-between;align-items:center;gap:1rem;width:100%;max-width:1400px;height:100%;margin:0 auto;padding:0 1.5rem;display:flex}.Header-module__Pzgc7q__logoArea{flex-shrink:1;align-items:center;gap:.75rem;min-width:0;text-decoration:none;transition:transform .3s;display:flex}.Header-module__Pzgc7q__logoArea:hover{transform:scale(1.05)}.Header-module__Pzgc7q__logoText{font-family:var(--font-serif);letter-spacing:.05em;text-transform:uppercase;color:hsl(var(--foreground));white-space:nowrap;text-overflow:ellipsis;font-size:clamp(1rem,4vw,1.65rem);font-weight:800;transition:all .3s;overflow:hidden}.Header-module__Pzgc7q__logoAccent{color:hsl(var(--primary));filter:drop-shadow(0 0 8px hsla(var(--primary) / .4))}.Header-module__Pzgc7q__actions{align-items:center;gap:2.5rem;display:flex}.Header-module__Pzgc7q__nav{background:hsla(var(--card), .3);border:1px solid hsla(var(--border) / .5);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:99px;align-items:center;gap:.25rem;padding:.35rem;display:flex}.Header-module__Pzgc7q__navLink{font-family:var(--font-sans);letter-spacing:.05em;color:hsla(var(--foreground), .7);white-space:nowrap;border-radius:99px;padding:.6rem 1rem;font-size:.825rem;font-weight:600;transition:all .3s;position:relative}.Header-module__Pzgc7q__navLink:hover{color:hsl(var(--foreground));background:hsla(var(--muted), .8);box-shadow:0 4px 15px #0000001a}.Header-module__Pzgc7q__navLinkText{z-index:1;position:relative}.Header-module__Pzgc7q__headerRight{align-items:center;gap:1rem;display:flex}@media (max-width:600px){.Header-module__Pzgc7q__hideMobile{display:none!important}}.Header-module__Pzgc7q__actionIconButton{background:hsla(var(--muted), .5);border:1px solid hsla(var(--border) / .5);color:hsl(var(--foreground));cursor:pointer;border-radius:99px;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex;position:relative}.Header-module__Pzgc7q__actionIconButton:hover{background:hsl(var(--muted));border-color:hsl(var(--accent));color:hsl(var(--accent));box-shadow:0 0 15px hsla(var(--accent) / .3)}.Header-module__Pzgc7q__badgeCount{background:hsl(var(--accent));color:#fff;border:2px solid hsl(var(--background));border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:.65rem;font-weight:800;display:flex;position:absolute;top:-2px;right:-2px}.Header-module__Pzgc7q__notificationWrapper{position:relative}.Header-module__Pzgc7q__notificationDropdown{background:hsl(var(--card) / .95);-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);border:1px solid hsla(var(--border) / .5);border-radius:var(--radius);z-index:1000;width:320px;position:absolute;top:calc(100% + 15px);right:0;overflow:hidden;box-shadow:0 10px 40px #0009}.Header-module__Pzgc7q__dropdownHeader{background:hsla(var(--muted), .3);font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.1em;border-bottom:1px solid hsla(var(--border) / .5);padding:1.25rem 1.5rem;font-size:.85rem;font-weight:800}.Header-module__Pzgc7q__dropdownList{flex-direction:column;display:flex}.Header-module__Pzgc7q__dropdownItem{border-bottom:1px solid hsla(var(--border) / .3);cursor:pointer;padding:1.25rem 1.5rem;transition:background .3s}.Header-module__Pzgc7q__dropdownItem:hover{background:hsla(var(--muted), .5)}.Header-module__Pzgc7q__dropdownItem p{margin-bottom:.25rem;font-size:.9rem;font-weight:600}.Header-module__Pzgc7q__dropdownItem span{color:hsl(var(--muted-foreground));font-size:.7rem}.Header-module__Pzgc7q__profileArea{align-items:center;gap:1.25rem;display:flex}.Header-module__Pzgc7q__avatarLink{background:hsla(var(--foreground) / .05);border:2px solid #0000;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .3s;display:flex;overflow:hidden}.Header-module__Pzgc7q__avatarLink:hover{border-color:hsl(var(--accent));transform:scale(1.1)}.Header-module__Pzgc7q__profileLink{color:hsl(var(--foreground));opacity:.7;transition:all .3s}.Header-module__Pzgc7q__profileLink:hover{opacity:1;color:hsl(var(--primary))}@media (max-width:1150px){.Header-module__Pzgc7q__nav{display:none!important}}.Header-module__Pzgc7q__burgerBtn{background:hsla(var(--muted), .8);border:1px solid hsla(var(--border) / .5);color:hsl(var(--foreground));cursor:pointer;z-index:1001;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s cubic-bezier(.16,1,.3,1);display:none}.Header-module__Pzgc7q__burgerBtn:hover{background:hsl(var(--muted));color:#c5a059;border-color:#c5a059}@media (max-width:1150px){.Header-module__Pzgc7q__burgerBtn{display:flex!important}}.Header-module__Pzgc7q__mobileOverlay{-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);z-index:999;background:#0a0a0cfa;border-bottom:1px solid #ffffff1a;width:100%;height:calc(100vh - 75px);padding:2.5rem 1.5rem;position:fixed;top:75px;left:0;overflow-y:auto;box-shadow:0 20px 40px #00000080}.Header-module__Pzgc7q__mobileNav{flex-direction:column;gap:1.5rem;display:flex}.Header-module__Pzgc7q__mobileNavLink{font-family:var(--font-sans);text-transform:uppercase;letter-spacing:2px;color:hsl(var(--foreground));padding:.5rem 0;font-size:1.25rem;font-weight:800;text-decoration:none;display:block}.Header-module__Pzgc7q__mobileLoginBtn{color:#000;text-align:center;background:#c5a059;border-radius:16px;margin-top:1rem;padding:1.25rem;font-weight:800;text-decoration:none;transition:all .3s;display:block}.Header-module__Pzgc7q__mobileActions{border-top:1px solid #ffffff1a;flex-direction:column;gap:.75rem;margin-top:1.5rem;padding-top:1.5rem;display:flex}.Header-module__Pzgc7q__mobileActionBtn{color:#fff;text-align:left;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;align-items:center;gap:1rem;width:100%;padding:1.1rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .3s;display:flex}.Header-module__Pzgc7q__mobileActionBtn:hover{color:#c5a059;background:#ffffff1a}.Header-module__Pzgc7q__profileWrapper{position:relative}.Header-module__Pzgc7q__avatarButton{background:hsla(var(--muted), .5);border:2px solid hsla(var(--border) / .5);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;padding:0;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;overflow:hidden}.Header-module__Pzgc7q__avatarButton:hover{border-color:hsl(var(--accent));box-shadow:0 0 15px hsla(var(--accent) / .3);transform:scale(1.05)}.Header-module__Pzgc7q__avatarRound{object-fit:cover;width:100%;height:100%}.Header-module__Pzgc7q__avatarPlaceholder{color:hsla(var(--foreground), .4)}.Header-module__Pzgc7q__profileDropdown{background:hsl(var(--card) / .95);-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);border:1px solid hsla(var(--border) / .5);border-radius:var(--radius);z-index:1000;width:260px;padding:1rem;position:absolute;top:calc(100% + 15px);right:0;box-shadow:0 20px 50px #000c}.Header-module__Pzgc7q__dropdownInfo{border-bottom:1px solid hsla(var(--border) / .3);margin-bottom:.5rem;padding:.5rem .75rem 1rem}.Header-module__Pzgc7q__userName{font-family:var(--font-serif);color:hsl(var(--foreground));margin-bottom:.2rem;font-size:1rem;font-weight:800}.Header-module__Pzgc7q__userRole{text-transform:uppercase;color:hsl(var(--accent));letter-spacing:.1em;font-size:.7rem;font-weight:800}.Header-module__Pzgc7q__dropdownLinks{flex-direction:column;gap:.25rem;display:flex}.Header-module__Pzgc7q__dropdownLink,.Header-module__Pzgc7q__logoutLink{color:hsla(var(--foreground), .8);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:12px;align-items:center;gap:1rem;width:100%;padding:.75rem 1rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.Header-module__Pzgc7q__dropdownLink:hover{background:hsla(var(--muted), .5);color:hsl(var(--accent))}.Header-module__Pzgc7q__logoutLink{color:hsl(var(--destructive))}.Header-module__Pzgc7q__logoutLink:hover{background:hsla(var(--destructive) / .1);color:hsl(var(--destructive))}.Header-module__Pzgc7q__popupOverlay{-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);z-index:9999;background:#000000d9;justify-content:center;align-items:center;width:100vw;height:100vh;padding:2rem;display:flex;position:fixed;top:0;left:0}.Header-module__Pzgc7q__popupCard{background:var(--glass);border:1px solid hsla(var(--border) / .5);text-align:center;border-radius:2rem;width:100%;max-width:500px;padding:3.5rem;position:relative;box-shadow:0 40px 100px #0009}.Header-module__Pzgc7q__closePopup{background:hsla(var(--muted), .5);color:hsl(var(--foreground));cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .3s;display:flex;position:absolute;top:1.5rem;right:1.5rem}.Header-module__Pzgc7q__closePopup:hover{background:hsl(var(--destructive));color:#fff;transform:rotate(90deg)}.Header-module__Pzgc7q__popupIcon{margin-bottom:2rem}.Header-module__Pzgc7q__popupContent h2{font-family:var(--font-serif);margin-bottom:1.5rem;font-size:2rem}.Header-module__Pzgc7q__popupContent p{color:hsla(var(--foreground), .7);margin-bottom:2.5rem;line-height:1.7}.Header-module__Pzgc7q__popupBtns{flex-direction:column;gap:1rem;display:flex}
.SettingsModal-module__VjrkJa__overlay{z-index:9999;justify-content:center;align-items:center;width:100%;height:100%;padding:1rem;display:flex;position:fixed;top:0;left:0}.SettingsModal-module__VjrkJa__backdrop{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000d9;width:100%;height:100%;position:absolute;top:0;left:0}.SettingsModal-module__VjrkJa__modal{background:#0a0a0a;border:1px solid #ffffff14;border-radius:24px;flex-direction:column;width:100%;max-width:600px;max-height:90vh;display:flex;position:relative;overflow:hidden;box-shadow:0 40px 100px #00000080}.SettingsModal-module__VjrkJa__header{background:#ffffff05;border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex}.SettingsModal-module__VjrkJa__titleArea{align-items:center;gap:1.25rem;display:flex}.SettingsModal-module__VjrkJa__iconBox{background:rgba(var(--accent-rgb), .1);border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.SettingsModal-module__VjrkJa__titleArea h3{color:#fff;margin:0;font-size:1.15rem;font-weight:600}.SettingsModal-module__VjrkJa__titleArea p{color:#ffffff80;margin:.1rem 0 0;font-size:.85rem}.SettingsModal-module__VjrkJa__closeBtn{color:#fff;cursor:pointer;background:#ffffff0d;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.SettingsModal-module__VjrkJa__closeBtn:hover{background:#ffffff1a;transform:rotate(90deg)}.SettingsModal-module__VjrkJa__content{padding:2rem;overflow-y:auto}.SettingsModal-module__VjrkJa__successAlert,.SettingsModal-module__VjrkJa__errorAlert{border-radius:12px;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding:1rem;font-size:.9rem;display:flex}.SettingsModal-module__VjrkJa__successAlert{color:#34d399;background:#10b9811a;border:1px solid #10b98133}.SettingsModal-module__VjrkJa__errorAlert{color:#f87171;background:#ef44441a;border:1px solid #ef444433}.SettingsModal-module__VjrkJa__sectionHeader h4{text-transform:uppercase;letter-spacing:.1em;color:var(--accent);margin-bottom:1.5rem;font-size:.9rem}.SettingsModal-module__VjrkJa__formGroup{margin-bottom:1.5rem}.SettingsModal-module__VjrkJa__formGroup label{color:#fff9;align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.85rem;display:flex}.SettingsModal-module__VjrkJa__avatarFlex{align-items:center;gap:1.5rem;display:flex}.SettingsModal-module__VjrkJa__currentAvatar{background:#111;border:2px solid #ffffff1a;border-radius:20px;width:80px;height:80px;overflow:hidden}.SettingsModal-module__VjrkJa__currentAvatar img{object-fit:cover;width:100%;height:100%}.SettingsModal-module__VjrkJa__uploadArea{flex-direction:column;gap:.5rem;display:flex}.SettingsModal-module__VjrkJa__uploadLabel{cursor:pointer;text-align:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:10px;padding:.6rem 1.25rem;font-size:.85rem;transition:all .2s}.SettingsModal-module__VjrkJa__uploadLabel:hover{border-color:var(--accent);background:#ffffff1a}.SettingsModal-module__VjrkJa__helpText{color:#ffffff4d;font-size:.75rem}.SettingsModal-module__VjrkJa__gridFields{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.SettingsModal-module__VjrkJa__formGroup input,.SettingsModal-module__VjrkJa__formGroup select,.SettingsModal-module__VjrkJa__formGroup textarea{color:#fff;background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;width:100%;padding:.85rem 1rem;font-family:inherit;font-size:.95rem;transition:all .2s}.SettingsModal-module__VjrkJa__formGroup textarea{resize:vertical;min-height:80px}.SettingsModal-module__VjrkJa__formGroup input:focus,.SettingsModal-module__VjrkJa__formGroup select:focus,.SettingsModal-module__VjrkJa__formGroup textarea:focus{border-color:var(--accent);box-shadow:0 0 0 4px rgba(var(--accent-rgb), .1);background:#ffffff0f;outline:none}.SettingsModal-module__VjrkJa__btnRow{justify-content:flex-end;margin-top:1rem;display:flex}.SettingsModal-module__VjrkJa__saveBtn{background:var(--accent);color:#000;cursor:pointer;border:none;border-radius:12px;min-width:180px;padding:.85rem 2rem;font-weight:600;transition:all .2s}.SettingsModal-module__VjrkJa__saveBtn:hover:not(:disabled){filter:brightness(1.1);box-shadow:0 10px 20px rgba(var(--accent-rgb), .3);transform:translateY(-2px)}.SettingsModal-module__VjrkJa__saveBtn:disabled{opacity:.5;cursor:not-allowed}.SettingsModal-module__VjrkJa__divider{background:#ffffff0d;height:1px;margin:2rem 0}.SettingsModal-module__VjrkJa__dangerZone{background:#ef444408;border:1px solid #ef44441a;border-radius:20px;padding:1.5rem}.SettingsModal-module__VjrkJa__dangerHeader{color:#ef4444;align-items:center;gap:.75rem;margin-bottom:.5rem;display:flex}.SettingsModal-module__VjrkJa__dangerHeader h4{margin:0;font-size:.95rem}.SettingsModal-module__VjrkJa__dangerZone p{color:#fff6;margin-bottom:1.5rem;font-size:.85rem}.SettingsModal-module__VjrkJa__dangerBtns{gap:1rem;display:flex}.SettingsModal-module__VjrkJa__deactivateBtn,.SettingsModal-module__VjrkJa__deleteBtn{cursor:pointer;border-radius:10px;flex:1;padding:.75rem;font-size:.85rem;font-weight:600;transition:all .2s}.SettingsModal-module__VjrkJa__deactivateBtn{color:#fff;background:0 0;border:1px solid #ffffff1a}.SettingsModal-module__VjrkJa__deactivateBtn:hover{background:#ffffff0d}.SettingsModal-module__VjrkJa__deleteBtn{color:#fff;background:#ef4444;border:none}.SettingsModal-module__VjrkJa__deleteBtn:hover{background:#dc2626;box-shadow:0 5px 15px #ef44444d}@media (max-width:640px){.SettingsModal-module__VjrkJa__gridFields{grid-template-columns:1fr}.SettingsModal-module__VjrkJa__dangerBtns{flex-direction:column}}
.Footer-module__y_mvga__footer{background-color:hsl(var(--background));border-top:1px solid hsl(var(--border));margin-top:auto;padding:6rem 0 3rem}.Footer-module__y_mvga__container{max-width:1300px;margin:0 auto;padding:0 2rem}.Footer-module__y_mvga__top{grid-template-columns:2fr 1fr 1fr 1fr;gap:4rem;margin-bottom:4rem;display:grid}.Footer-module__y_mvga__branding{flex-direction:column;gap:1.5rem;max-width:320px;display:flex}.Footer-module__y_mvga__logoText{font-family:var(--font-serif);letter-spacing:.05em;text-transform:uppercase;color:hsl(var(--foreground));font-size:1.75rem;font-weight:800;text-decoration:none}.Footer-module__y_mvga__logoAccent{color:hsl(var(--primary))}.Footer-module__y_mvga__description{color:hsla(var(--foreground), .6);font-size:.9rem;line-height:1.6}.Footer-module__y_mvga__heading{font-family:var(--font-serif);color:hsl(var(--foreground));margin-bottom:1.5rem;font-size:1.25rem;font-weight:700}.Footer-module__y_mvga__links{flex-direction:column;gap:1rem;display:flex}.Footer-module__y_mvga__link{color:hsl(var(--muted-foreground));font-size:.95rem;transition:all .3s}.Footer-module__y_mvga__link:hover{color:hsl(var(--primary));transform:translate(5px)}.Footer-module__y_mvga__bottom{border-top:1px solid hsla(var(--border) / .5);color:hsl(var(--muted-foreground));justify-content:space-between;align-items:center;padding-top:3rem;font-size:.85rem;display:flex}.Footer-module__y_mvga__socials{gap:1.5rem;display:flex}.Footer-module__y_mvga__iconLink{color:hsl(var(--muted-foreground));transition:color .3s,transform .3s}.Footer-module__y_mvga__iconLink:hover{color:hsl(var(--primary));transform:translateY(-3px)}@media (max-width:968px){.Footer-module__y_mvga__top{grid-template-columns:1fr 1fr;gap:3rem}}@media (max-width:640px){.Footer-module__y_mvga__top{grid-template-columns:1fr}.Footer-module__y_mvga__bottom{text-align:center;flex-direction:column;gap:1.5rem}}
.PortfolioGrid-module__-W171W__grid{grid-template-columns:repeat(auto-fit,minmax(320px,400px));justify-content:center;gap:2.5rem;width:100%;display:grid}.PortfolioGrid-module__-W171W__item{border-radius:var(--radius);background:hsl(var(--card));aspect-ratio:16/9;cursor:pointer;border:1px solid hsla(var(--border) / .5);transition:transform .6s cubic-bezier(.16,1,.3,1),box-shadow .4s;position:relative;overflow:hidden}.PortfolioGrid-module__-W171W__item:hover{z-index:10;transform:translateY(-10px)scale(1.02);box-shadow:0 30px 60px -15px #0009}[data-theme=dark] .PortfolioGrid-module__-W171W__item:hover{box-shadow:0 0 40px hsla(var(--accent) / .25);border-color:hsla(var(--accent) / .4)}.PortfolioGrid-module__-W171W__imageWrapper{width:100%;height:100%;position:relative;overflow:hidden}.PortfolioGrid-module__-W171W__image{object-fit:cover;width:100%;height:100%;transition:transform 1s cubic-bezier(.16,1,.3,1),filter .6s}.PortfolioGrid-module__-W171W__item:hover .PortfolioGrid-module__-W171W__image{filter:blur(5px)brightness(.7);transform:scale(1.1)}.PortfolioGrid-module__-W171W__overlay{opacity:0;background:linear-gradient(#0000001a 0%,#0006 50%,#000000e6 100%);flex-direction:column;justify-content:flex-end;padding:2rem;transition:all .5s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;inset:0;transform:translateY(10px)}.PortfolioGrid-module__-W171W__item:hover .PortfolioGrid-module__-W171W__overlay{opacity:1;transform:translateY(0)}.PortfolioGrid-module__-W171W__zoomIcon{color:hsl(var(--primary));opacity:.8;position:absolute;top:1.5rem;right:1.5rem}.PortfolioGrid-module__-W171W__filterBar{flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-bottom:4rem;display:flex}.PortfolioGrid-module__-W171W__filterBtn{background:hsla(var(--muted), .3);border:1px solid hsla(var(--border) / .5);color:hsla(var(--foreground), .6);font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.1em;cursor:pointer;border-radius:99px;padding:.75rem 1.75rem;font-size:.85rem;font-weight:700;transition:all .3s}.PortfolioGrid-module__-W171W__filterBtn:hover{border-color:hsl(var(--primary));color:hsl(var(--primary))}.PortfolioGrid-module__-W171W__filterBtn.PortfolioGrid-module__-W171W__active{background:hsl(var(--primary));color:hsl(var(--primary-foreground));border-color:hsl(var(--primary));box-shadow:0 4px 15px hsla(var(--primary) / .3)}[data-theme=dark] .PortfolioGrid-module__-W171W__filterBtn.PortfolioGrid-module__-W171W__active{box-shadow:0 0 20px hsla(var(--accent) / .4);background:hsl(var(--accent));border-color:hsl(var(--accent))}.PortfolioGrid-module__-W171W__lightbox{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);z-index:1000;background:#000000f2;justify-content:center;align-items:center;padding:4rem;display:flex;position:fixed;inset:0}.PortfolioGrid-module__-W171W__closeBtn{color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:all .3s;display:flex;position:absolute;top:2rem;right:2rem}.PortfolioGrid-module__-W171W__closeBtn:hover{background:#fff3;transform:rotate(90deg)}.PortfolioGrid-module__-W171W__lightboxContent{background:hsl(var(--card));border-radius:var(--radius);border:1px solid hsla(var(--border) / .5);grid-template-columns:1.5fr 1fr;width:100%;max-width:1200px;height:auto;max-height:90vh;display:grid;overflow:hidden}.PortfolioGrid-module__-W171W__lightboxImageWrapper{background:hsla(var(--background), .5);height:100%;min-height:500px;position:relative;overflow:hidden}.PortfolioGrid-module__-W171W__lightboxImage{object-fit:contain;width:100%;height:100%;position:absolute;top:0;left:0}.PortfolioGrid-module__-W171W__lightboxDetails{flex-direction:column;gap:2rem;padding:3.5rem;display:flex}.PortfolioGrid-module__-W171W__lightboxTitle{font-family:var(--font-serif);font-size:2.5rem;line-height:1.2}.PortfolioGrid-module__-W171W__lightboxDesc{color:hsl(var(--muted-foreground));font-size:1.1rem;line-height:1.8}.PortfolioGrid-module__-W171W__itemFreeDesigns{font-family:var(--font-serif);color:hsl(var(--primary));opacity:.9;letter-spacing:.05em;font-size:.75rem;font-style:italic}.PortfolioGrid-module__-W171W__freeDesignsNotice{color:hsl(var(--primary));font-family:var(--font-serif);border-top:1px solid hsla(var(--border) / .5);align-items:center;gap:.75rem;padding-top:1.5rem;font-size:.9rem;font-style:italic;display:flex}.PortfolioGrid-module__-W171W__loading{text-align:center;font-family:var(--font-serif);color:hsl(var(--primary));padding:4rem;font-style:italic}@media (max-width:1024px){.PortfolioGrid-module__-W171W__lightboxContent{grid-template-columns:1fr;overflow-y:auto}.PortfolioGrid-module__-W171W__lightboxImageWrapper{min-height:400px}}@media (max-width:640px){.PortfolioGrid-module__-W171W__grid{grid-template-columns:1fr}.PortfolioGrid-module__-W171W__lightbox{padding:1rem}}
.page-module___8aEwW__mainWrapper{background-color:hsl(var(--background));overflow-x:hidden}.page-module___8aEwW__section{border-bottom:1px solid hsla(var(--border), .5);padding:8.5rem 0;position:relative}.page-module___8aEwW__sectionHeader{text-align:center;max-width:700px;margin-bottom:5rem;margin-left:auto;margin-right:auto}.page-module___8aEwW__sectionBadge{font-family:var(--font-serif);text-transform:uppercase;letter-spacing:.28em;color:hsl(var(--primary));margin-bottom:1.75rem;font-size:.75rem;font-style:italic;font-weight:400;display:block}.page-module___8aEwW__sectionTitle{letter-spacing:-.015em;margin-bottom:1.5rem;font-size:clamp(2.2rem,5vw,4rem);font-weight:400}.page-module___8aEwW__sectionLead{color:hsl(var(--muted-foreground));font-size:1.15rem;line-height:1.6}.page-module___8aEwW__accent{color:hsl(var(--primary))}.page-module___8aEwW__portfolioGrid{border:1px dashed hsla(var(--border), .8);border-radius:var(--radius);min-height:400px;color:hsl(var(--muted-foreground));justify-content:center;align-items:center;font-style:italic;display:flex}.page-module___8aEwW__aboutContent{text-align:center;max-width:800px;color:hsla(var(--foreground), .85);margin:0 auto;font-size:1.25rem;line-height:1.8}@media (max-width:768px){.page-module___8aEwW__section{padding:5rem 0}.page-module___8aEwW__sectionHeader{margin-bottom:3rem;padding:0 1.5rem}.page-module___8aEwW__sectionTitle{font-size:2.25rem}.page-module___8aEwW__sectionLead{font-size:1rem}.page-module___8aEwW__aboutContent{padding:0 1.5rem;font-size:1.1rem}}
.ContactForm-module__4CUZdq__wrapper{background:hsla(var(--card), .5);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid hsla(var(--border) / .5);border-radius:var(--radius);max-width:600px;margin:0 auto;padding:3rem;box-shadow:0 10px 40px -10px #0006}.ContactForm-module__4CUZdq__form{flex-direction:column;gap:2rem;display:flex}.ContactForm-module__4CUZdq__formGroup{flex-direction:column;gap:.75rem;display:flex}.ContactForm-module__4CUZdq__formGroup label{font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.15em;color:hsla(var(--foreground), .6);font-size:.8rem;font-weight:700}.ContactForm-module__4CUZdq__input,.ContactForm-module__4CUZdq__textarea{background:hsla(var(--muted), .3);border:1px solid hsla(var(--border) / .8);border-radius:calc(var(--radius) / 2);color:hsl(var(--foreground));font-family:var(--font-sans);outline:none;padding:1rem 1.25rem;font-size:1rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.ContactForm-module__4CUZdq__input:focus,.ContactForm-module__4CUZdq__textarea:focus{background:hsla(var(--muted), .5);border-color:hsl(var(--accent));box-shadow:0 0 15px hsla(var(--accent) / .4);transform:translateY(-2px)}.ContactForm-module__4CUZdq__successMsg{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:4rem 0;display:flex}.ContactForm-module__4CUZdq__successIcon{color:#10b981;filter:drop-shadow(0 0 10px #10b98166);margin-bottom:1rem}.ContactForm-module__4CUZdq__successMsg h3{font-family:var(--font-serif);color:hsl(var(--foreground));font-size:2rem}.ContactForm-module__4CUZdq__successMsg p{color:hsl(var(--muted-foreground));font-size:1rem}.ContactForm-module__4CUZdq__errorText{color:#ef4444;text-align:center;margin-top:1rem;font-size:.85rem}@keyframes ContactForm-module__4CUZdq__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ContactForm-module__4CUZdq__animate-spin{animation:1s linear infinite ContactForm-module__4CUZdq__spin}@media (max-width:640px){.ContactForm-module__4CUZdq__wrapper{padding:2rem}}
.CommunityFeed-module__Xf5k2G__feed{width:100%;max-width:1000px;margin:0 auto}.CommunityFeed-module__Xf5k2G__feedHeader{text-align:center;margin-bottom:5rem}.CommunityFeed-module__Xf5k2G__headerTop{flex-direction:column;align-items:center;gap:1.5rem;margin-bottom:3rem;display:flex}.CommunityFeed-module__Xf5k2G__headerTop h2{font-family:var(--font-serif);letter-spacing:-1px;font-size:3.5rem;font-weight:800}.CommunityFeed-module__Xf5k2G__discordLink{color:#5865f2;cursor:pointer;background:#5966f31a;border:1px solid #5966f34d;border-radius:99px;align-items:center;gap:.75rem;padding:.75rem 2rem;font-size:.9rem;font-weight:800;transition:all .3s;display:flex}.CommunityFeed-module__Xf5k2G__discordLink:hover{color:#fff;background:#5865f2;transform:translateY(-2px);box-shadow:0 10px 30px #5865f266}.CommunityFeed-module__Xf5k2G__filterBar{background:hsl(var(--card) / .8);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid hsla(var(--border) / .5);border-radius:35px;flex-direction:column;align-items:center;gap:2rem;padding:2.5rem;display:flex;box-shadow:0 30px 60px #00000026}.CommunityFeed-module__Xf5k2G__searchRow{gap:1.5rem;width:100%;max-width:700px;display:flex}.CommunityFeed-module__Xf5k2G__searchBox{background:hsla(var(--foreground), .05);border:1px solid hsla(var(--border) / .5);color:hsla(var(--foreground), .4);border-radius:20px;flex:1;align-items:center;gap:1rem;padding:0 1.5rem;transition:all .4s;display:flex}.CommunityFeed-module__Xf5k2G__searchBox:focus-within{background:hsla(var(--foreground), .08);color:#d4b57e;border-color:#d4b57e;box-shadow:0 0 20px #d4b57e1a}.CommunityFeed-module__Xf5k2G__searchBox input{color:hsl(var(--foreground));width:100%;font-family:var(--font-sans);background:0 0;border:none;outline:none;padding:1.25rem 0;font-size:1rem}.CommunityFeed-module__Xf5k2G__createBtn{color:#222;font-weight:900;font-family:var(--font-sans);text-transform:uppercase;letter-spacing:1px;cursor:pointer;white-space:nowrap;background:#d4b57e;border:none;border-radius:18px;align-items:center;gap:.75rem;padding:0 2rem;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.CommunityFeed-module__Xf5k2G__createBtn:hover{filter:brightness(1.1);transform:translateY(-3px);box-shadow:0 15px 40px #d4b57e66}.CommunityFeed-module__Xf5k2G__filters{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.CommunityFeed-module__Xf5k2G__filterTab{background:hsla(var(--foreground), .05);border:1px solid hsla(var(--border) / .5);color:hsla(var(--foreground), .5);cursor:pointer;border-radius:99px;padding:.6rem 1.75rem;font-size:.85rem;font-weight:800;transition:all .3s}.CommunityFeed-module__Xf5k2G__filterTab:hover{background:hsla(var(--foreground), .1);color:hsl(var(--foreground))}.CommunityFeed-module__Xf5k2G__filterTab.CommunityFeed-module__Xf5k2G__active{color:#222;background:#d4b57e;border-color:#d4b57e;box-shadow:0 5px 20px #d4b57e4d}.CommunityFeed-module__Xf5k2G__createPost{margin-bottom:5rem;overflow:hidden}.CommunityFeed-module__Xf5k2G__createForm{background:hsl(var(--card) / .8);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid hsla(var(--border) / .5);text-align:center;flex-direction:column;gap:2rem;max-width:800px;margin:0 auto;padding:3rem;display:flex;box-shadow:0 40px 100px #00000040}.CommunityFeed-module__Xf5k2G__createHeader{justify-content:center;display:flex}.CommunityFeed-module__Xf5k2G__createHeader select{background:hsla(var(--foreground), .05);border:1px solid hsla(var(--border) / .5);color:#d4b57e;font-family:var(--font-sans);text-transform:uppercase;letter-spacing:1px;cursor:pointer;appearance:none;text-align:center;border-radius:99px;outline:none;padding:.8rem 2rem;font-size:.9rem;font-weight:800}.CommunityFeed-module__Xf5k2G__uploadArea{border:2px dashed hsla(var(--border) / .5);cursor:pointer;border-radius:25px;flex-direction:column;align-items:center;gap:1.5rem;padding:4rem 2rem;transition:all .3s;display:flex}.CommunityFeed-module__Xf5k2G__uploadArea:hover{background:hsla(var(--accent) / .03);border-color:#d4b57e}.CommunityFeed-module__Xf5k2G__uploadArea label{cursor:pointer;flex-direction:column;align-items:center;gap:1.25rem;display:flex}.CommunityFeed-module__Xf5k2G__uploadArea span{color:hsla(var(--foreground), .5);font-size:1rem;font-weight:700}.CommunityFeed-module__Xf5k2G__createForm textarea{background:hsla(var(--foreground), .05);border:1px solid hsla(var(--border) / .5);color:hsl(var(--foreground));font-family:var(--font-sans);resize:vertical;text-align:center;border-radius:20px;outline:none;min-height:120px;padding:1.5rem;font-size:1.1rem;line-height:1.6;transition:all .3s}.CommunityFeed-module__Xf5k2G__createForm textarea:focus{background:hsla(var(--foreground), .08);border-color:#d4b57e;box-shadow:0 0 20px #d4b57e1a}.CommunityFeed-module__Xf5k2G__emptyFeed{text-align:center;font-family:var(--font-serif);color:hsla(var(--foreground), .5);background:var(--glass);border:1px solid hsla(var(--border) / .5);border-radius:40px;padding:4rem 2rem;font-size:1.25rem}.CommunityFeed-module__Xf5k2G__postsList{flex-direction:column;gap:6rem;display:flex}.CommunityFeed-module__Xf5k2G__post{background:hsl(var(--card) / .9);border:1px solid hsla(var(--border) / .5);border-radius:40px;overflow:hidden;box-shadow:0 40px 100px #00000026}.CommunityFeed-module__Xf5k2G__authorRow{justify-content:space-between;align-items:center;padding:2.5rem 3rem;display:flex}.CommunityFeed-module__Xf5k2G__authorInfo{align-items:center;gap:1.25rem;display:flex}.CommunityFeed-module__Xf5k2G__avatarImg{border:2px solid #d4b57e;border-radius:50%}.CommunityFeed-module__Xf5k2G__authorMeta{flex-direction:column;display:flex}.CommunityFeed-module__Xf5k2G__postOptionsWrap{position:relative}.CommunityFeed-module__Xf5k2G__moreBtn{background:hsla(var(--foreground), .05);border:1px solid hsla(var(--border) / .5);color:hsla(var(--foreground), .5);cursor:pointer;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.CommunityFeed-module__Xf5k2G__moreBtn:hover{background:hsla(var(--foreground), .1);color:#d4b57e}.CommunityFeed-module__Xf5k2G__dropdownMenu{-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);border:1px solid hsla(var(--border) / .8);z-index:100;background:#0a0a0af2;border-radius:20px;flex-direction:column;gap:.25rem;width:220px;padding:.75rem;display:flex;position:absolute;top:calc(100% + 10px);right:0;box-shadow:0 20px 50px #0009}.CommunityFeed-module__Xf5k2G__dropdownItem{width:100%;color:hsla(var(--foreground), .8);font-family:var(--font-sans);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:12px;align-items:center;gap:1rem;padding:.8rem 1.2rem;font-size:.9rem;font-weight:700;transition:all .2s;display:flex}.CommunityFeed-module__Xf5k2G__dropdownItem:hover{background:hsla(var(--foreground), .05);color:#d4b57e}.CommunityFeed-module__Xf5k2G__dropdownItemDanger{color:#ef4444}.CommunityFeed-module__Xf5k2G__dropdownItemDanger:hover{color:#ef4444;background:#ef44441a}.CommunityFeed-module__Xf5k2G__authorNameRow{align-items:center;gap:.5rem;display:flex}.CommunityFeed-module__Xf5k2G__authorName{font-size:1.1rem;font-weight:900}.CommunityFeed-module__Xf5k2G__locationTag{text-transform:uppercase;color:#d4b57e;letter-spacing:1px;font-size:.7rem;font-weight:800}.CommunityFeed-module__Xf5k2G__postTime{color:#666;text-transform:uppercase;letter-spacing:1.5px;font-size:.75rem}.CommunityFeed-module__Xf5k2G__imageWrapper{background:#0a0a0a;justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.CommunityFeed-module__Xf5k2G__postImage{object-fit:contain;width:100%;height:auto;max-height:75vh;display:block}.CommunityFeed-module__Xf5k2G__actions{justify-content:space-between;align-items:center;padding:2rem 3rem 1.5rem;display:flex}.CommunityFeed-module__Xf5k2G__leftActions{gap:2rem;display:flex}.CommunityFeed-module__Xf5k2G__actionBtn{color:hsl(var(--foreground));cursor:pointer;background:0 0;border:none;padding:0;transition:all .2s}.CommunityFeed-module__Xf5k2G__actionBtn:hover{color:#d4b57e;transform:scale(1.15)}.CommunityFeed-module__Xf5k2G__liked{color:#ef4444}.CommunityFeed-module__Xf5k2G__likeCount{font-size:.95rem;font-weight:900}.CommunityFeed-module__Xf5k2G__captionRow{padding:0 3rem 2rem}.CommunityFeed-module__Xf5k2G__authorNameSmall{color:#d4b57e;margin-right:1rem;font-weight:900}.CommunityFeed-module__Xf5k2G__caption{color:hsla(var(--foreground), .8);line-height:1.7}.CommunityFeed-module__Xf5k2G__commentPreview{background:hsla(var(--foreground), .02);border-top:1px solid hsla(var(--border) / .3);padding:2rem 3rem}.CommunityFeed-module__Xf5k2G__commentInputBox{margin-top:1.5rem}.CommunityFeed-module__Xf5k2G__commentInputBox input{background:hsla(var(--foreground), .05);border:1px solid hsla(var(--border) / .5);width:100%;color:hsl(var(--foreground));border-radius:15px;outline:none;padding:1rem 1.5rem}.CommunityFeed-module__Xf5k2G__spin{animation:1s linear infinite CommunityFeed-module__Xf5k2G__spin}@keyframes CommunityFeed-module__Xf5k2G__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:768px){.CommunityFeed-module__Xf5k2G__headerTop h2{font-size:2.25rem}.CommunityFeed-module__Xf5k2G__filterBar{border-radius:25px;padding:1.5rem}.CommunityFeed-module__Xf5k2G__searchRow{flex-direction:column}.CommunityFeed-module__Xf5k2G__createBtn{border-radius:12px;padding:1.25rem}.CommunityFeed-module__Xf5k2G__post{border-radius:25px}.CommunityFeed-module__Xf5k2G__authorRow,.CommunityFeed-module__Xf5k2G__actions,.CommunityFeed-module__Xf5k2G__captionRow,.CommunityFeed-module__Xf5k2G__commentPreview{padding:1.5rem 2rem}}.CommunityFeed-module__Xf5k2G__partnerBadge{color:#000;background:linear-gradient(135deg,#c5a059,#d4b47a);border-radius:4px;justify-content:center;align-items:center;padding:3px;display:flex;box-shadow:0 2px 8px #c5a0594d}.CommunityFeed-module__Xf5k2G__commentItem{align-items:flex-start;gap:1rem;margin-bottom:1.25rem;display:flex}.CommunityFeed-module__Xf5k2G__commentAvatar{object-fit:cover;border:1px solid #d4b57e4d;border-radius:50%;flex-shrink:0;width:32px;height:32px}.CommunityFeed-module__Xf5k2G__commentAvatarPlaceholder{background:hsla(var(--foreground), .1);width:32px;height:32px;color:hsla(var(--foreground), .5);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.CommunityFeed-module__Xf5k2G__commentContent{flex-direction:column;gap:2px;display:flex}.CommunityFeed-module__Xf5k2G__commentUser{color:hsl(var(--foreground));font-size:.85rem;font-weight:900}.CommunityFeed-module__Xf5k2G__commentText{color:hsla(var(--foreground), .7);font-size:.9rem;line-height:1.4}
.Announcements-module__yxhJrW__wrapper{background:hsl(var(--background));min-height:100vh}.Announcements-module__yxhJrW__main{padding-top:15vw;padding-bottom:10vw}.Announcements-module__yxhJrW__pageHeader{text-align:center;max-width:800px;margin:0 auto 5vw}.Announcements-module__yxhJrW__badge{font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.3em;color:hsl(var(--primary));margin-bottom:1.5rem;font-size:.85rem;font-weight:800;display:block}.Announcements-module__yxhJrW__pageHeader h1{font-family:var(--font-serif);margin-bottom:1.5rem;font-size:clamp(2.5rem,6vw,4.5rem);line-height:1.1}.Announcements-module__yxhJrW__pageHeader p{color:hsla(var(--foreground), .6);font-size:1.3rem;line-height:1.8}.Announcements-module__yxhJrW__list{grid-template-columns:repeat(auto-fit,minmax(320px,450px));justify-content:center;gap:2.5rem;margin:0 auto;display:grid}.Announcements-module__yxhJrW__item{background:hsla(var(--card), .5);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid hsla(var(--border) / .5);border-radius:var(--radius);flex-direction:column;gap:1.5rem;padding:3rem;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex}.Announcements-module__yxhJrW__item:hover{background:hsla(var(--card), .7);border-color:hsla(var(--accent) / .4);transform:translateY(-8px);box-shadow:0 40px 100px -30px #00000080}.Announcements-module__yxhJrW__itemHeader{justify-content:space-between;align-items:center;display:flex}.Announcements-module__yxhJrW__typeIcon{background:hsla(var(--primary) / .1);width:40px;height:40px;color:hsl(var(--primary));border-radius:12px;justify-content:center;align-items:center;display:flex}.Announcements-module__yxhJrW__date{color:hsla(var(--foreground), .4);text-transform:uppercase;letter-spacing:.1em;font-size:.85rem;font-weight:700}.Announcements-module__yxhJrW__item h3{font-family:var(--font-serif);font-size:1.75rem;line-height:1.3}.Announcements-module__yxhJrW__item p{color:hsla(var(--foreground), .6);flex:1;line-height:1.8}.Announcements-module__yxhJrW__author{color:hsl(var(--accent));text-transform:uppercase;letter-spacing:.1em;opacity:.7;font-size:.8rem;font-weight:700}.Announcements-module__yxhJrW__center{justify-content:center;padding:5rem 0;display:flex}.Announcements-module__yxhJrW__spin{color:hsl(var(--accent));animation:1s linear infinite Announcements-module__yxhJrW__spin}.Announcements-module__yxhJrW__empty{text-align:center;color:hsla(var(--foreground), .4);flex-direction:column;align-items:center;gap:1.5rem;padding:8rem 0;display:flex}@keyframes Announcements-module__yxhJrW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:768px){.Announcements-module__yxhJrW__list{grid-template-columns:1fr}.Announcements-module__yxhJrW__item{padding:2rem}}
.Community-module__1fsKuq__main{background-color:hsl(var(--background));min-height:100vh}.Community-module__1fsKuq__content{padding-top:100px}.Community-module__1fsKuq__hero{text-align:center;background:radial-gradient(circle at 50% 100%, hsla(var(--accent) / .1) 0%, transparent 70%);padding:8rem 0}.Community-module__1fsKuq__heroContent{max-width:800px;margin:0 auto}.Community-module__1fsKuq__badge{background:hsla(var(--muted), .5);border:1px solid hsla(var(--border) / .5);font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.3em;color:hsl(var(--accent));border-radius:99px;margin-bottom:2rem;padding:.5rem 1.25rem;font-size:.75rem;font-weight:800;display:inline-block}.Community-module__1fsKuq__title{color:hsl(var(--foreground));margin-bottom:2rem;font-size:clamp(3rem,7vw,5rem);line-height:1.1}.Community-module__1fsKuq__lead{color:hsl(var(--muted-foreground));max-width:650px;margin:0 auto;font-size:1.25rem;line-height:1.8}.Community-module__1fsKuq__feedWrapper{padding-bottom:10rem}@media (max-width:768px){.Community-module__1fsKuq__hero{padding:6rem 1.5rem 4rem}.Community-module__1fsKuq__title{font-size:2.5rem}.Community-module__1fsKuq__lead{font-size:1rem;line-height:1.6}}
.Legal-module__FeH_lq__pageWrapper{flex-direction:column;min-height:100vh;display:flex}.Legal-module__FeH_lq__container{flex:1;max-width:900px;margin:0 auto;padding:120px 2rem 8rem}.Legal-module__FeH_lq__header{text-align:center;margin-bottom:6rem}.Legal-module__FeH_lq__icon{color:hsl(var(--primary));margin-bottom:2rem}.Legal-module__FeH_lq__header h1{font-family:var(--font-serif);margin-bottom:1rem;font-size:3.5rem}.Legal-module__FeH_lq__header p{color:hsla(var(--foreground), .5);font-size:1.1rem}.Legal-module__FeH_lq__content{background:hsla(var(--card), .7);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid hsla(var(--border) / .5);border-radius:var(--radius);padding:4rem;box-shadow:0 40px 100px -30px #0000004d}.Legal-module__FeH_lq__legalBody{color:hsla(var(--foreground), .8);font-size:1.1rem;line-height:1.8}.Legal-module__FeH_lq__legalBody h3{font-family:var(--font-serif);color:hsl(var(--primary));margin-top:3rem;margin-bottom:1rem}.Legal-module__FeH_lq__legalBody p{margin-bottom:1.5rem}.Legal-module__FeH_lq__empty{text-align:center;color:hsla(var(--foreground), .3);flex-direction:column;align-items:center;gap:1.5rem;padding:4rem;display:flex}.Legal-module__FeH_lq__footer{border-top:1px solid hsla(var(--border) / .5);color:hsla(var(--foreground), .4);justify-content:center;gap:4rem;margin-top:6rem;padding-top:3rem;display:flex}.Legal-module__FeH_lq__contactItem{align-items:center;gap:.75rem;display:flex}.Legal-module__FeH_lq__contactItem a{color:hsl(var(--primary));text-decoration:none}@media (max-width:768px){.Legal-module__FeH_lq__header h1{font-size:2.5rem}.Legal-module__FeH_lq__content{padding:2.5rem}.Legal-module__FeH_lq__footer{flex-direction:column;align-items:center;gap:1.5rem}}
.Partners-module__CFNZEW__wrapper{background:var(--bg);min-height:100vh}.Partners-module__CFNZEW__main{padding:120px 0 80px}.Partners-module__CFNZEW__pageHeader{text-align:center;margin-bottom:80px}.Partners-module__CFNZEW__badge{background:hsla(var(--accent-h) var(--accent-s) var(--accent-l) / .1);color:var(--accent);text-transform:uppercase;letter-spacing:2px;border-radius:99px;margin-bottom:20px;padding:8px 20px;font-size:.8rem;font-weight:700;display:inline-block}.Partners-module__CFNZEW__pageHeader h1{font-size:clamp(2.5rem,5vw,4rem);font-family:var(--font-serif);margin-bottom:20px}.Partners-module__CFNZEW__grid{flex-wrap:wrap;justify-content:center;gap:40px;max-width:1300px;margin:0 auto;display:flex}.Partners-module__CFNZEW__partnerCard{background:hsl(var(--card) / .6);border:1px solid hsla(var(--border) / .8);-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);border-radius:32px;flex-direction:column;gap:15px;width:100%;max-width:450px;padding:50px;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.Partners-module__CFNZEW__partnerCard:hover{border-color:hsl(var(--primary));background:hsla(var(--card), .9);transform:translateY(-10px);box-shadow:0 20px 40px #00000026}.Partners-module__CFNZEW__cardHeader{align-items:center;gap:25px;margin-bottom:25px;display:flex}.Partners-module__CFNZEW__logoBox{background:#fff;border-radius:20px;flex-shrink:0;justify-content:center;align-items:center;width:80px;height:80px;padding:12px;display:flex;box-shadow:0 15px 30px #0003}.Partners-module__CFNZEW__logoBox img{object-fit:contain;width:100%;height:100%}.Partners-module__CFNZEW__partnerName{letter-spacing:-.5px;color:hsl(var(--foreground));font-size:1.8rem;font-weight:800}.Partners-module__CFNZEW__description{color:hsl(var(--muted-foreground));margin-bottom:35px;font-size:1.05rem;line-height:1.8}.Partners-module__CFNZEW__features{flex-direction:column;gap:15px;margin:0 0 50px;padding:0;list-style:none;display:flex}.Partners-module__CFNZEW__feature{color:hsla(var(--foreground) / .7);align-items:center;gap:15px;font-size:1rem;font-weight:500;display:flex}.Partners-module__CFNZEW__featureIcon{color:#c5a059;flex-shrink:0}.Partners-module__CFNZEW__cta{margin-top:auto}.Partners-module__CFNZEW__ctaLink{text-align:center;background:#c5a059;border-radius:18px;justify-content:center;align-items:center;gap:12px;width:100%;padding:20px;font-size:1rem;font-weight:900;text-decoration:none;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 15px 30px #c5a05933;color:#000!important}.Partners-module__CFNZEW__ctaLink:hover{background:#d4b47a;transform:translateY(-5px);box-shadow:0 20px 40px #c5a05966}.Partners-module__CFNZEW__empty{text-align:center;opacity:.5;grid-column:1/-1;padding:100px 0}@media (max-width:1024px){.Partners-module__CFNZEW__grid{gap:30px}}@media (max-width:768px){.Partners-module__CFNZEW__main{padding-top:100px;padding-bottom:100px}.Partners-module__CFNZEW__grid{flex-direction:column;align-items:center;gap:20px}.Partners-module__CFNZEW__partnerCard{border-radius:24px;max-width:100%;padding:35px 25px}.Partners-module__CFNZEW__partnerName{font-size:1.5rem}}
.Profile-module__HLzWoG__wrapper{background:#050505;min-height:100vh}.Profile-module__HLzWoG__main{padding-bottom:80px}.Profile-module__HLzWoG__profileHero{background:#ffffff05;border:1px solid #ffffff0d;border-radius:40px;margin-top:40px;position:relative;overflow:hidden;box-shadow:0 40px 100px #0006}.Profile-module__HLzWoG__coverImage{background:linear-gradient(135deg,#1a1a1a 0%,#0a0a0a 100%);height:250px;position:relative}.Profile-module__HLzWoG__coverOverlay{background:linear-gradient(#0000,#0009);position:absolute;inset:0}.Profile-module__HLzWoG__profileInfoArea{z-index:10;gap:40px;margin-top:-60px;padding:0 60px 50px;display:flex;position:relative}.Profile-module__HLzWoG__avatarContainer{flex-shrink:0;position:relative}.Profile-module__HLzWoG__avatarGlow{filter:blur(15px);background:radial-gradient(circle,#d4b57e33 0%,#0000 70%);position:absolute;inset:-10px}.Profile-module__HLzWoG__avatarFrame{background:#111;border:6px solid #050505;border-radius:45px;width:160px;height:160px;position:relative;overflow:hidden}.Profile-module__HLzWoG__avatarImg{object-fit:cover}.Profile-module__HLzWoG__avatarOverlay{opacity:0;color:#fff;z-index:5;background:#0006;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;inset:0}.Profile-module__HLzWoG__avatarFrame:hover .Profile-module__HLzWoG__avatarOverlay{opacity:1}.Profile-module__HLzWoG__avatarPlaceholder{color:#333;justify-content:center;align-items:center;height:100%;display:flex}.Profile-module__HLzWoG__userMeta{flex:1;padding-top:70px}.Profile-module__HLzWoG__titleRow{justify-content:space-between;align-items:flex-start;margin-bottom:30px;display:flex}.Profile-module__HLzWoG__displayName{font-family:var(--font-serif);color:#fff;margin:0;font-size:2.5rem;font-weight:800}.Profile-module__HLzWoG__handle{color:#d4b57e;opacity:.8;font-size:1rem;font-weight:600;display:block}.Profile-module__HLzWoG__bio{color:#888;max-width:500px;margin-top:10px;font-size:.95rem;line-height:1.5}.Profile-module__HLzWoG__badgeRow{gap:10px;display:flex}.Profile-module__HLzWoG__adminBadge{color:#d4b57e;text-transform:uppercase;letter-spacing:1px;background:#d4b57e1a;border:1px solid #d4b57e33;border-radius:10px;align-items:center;gap:6px;padding:6px 16px;font-size:.75rem;font-weight:800;display:flex}.Profile-module__HLzWoG__userBadge{color:#888;background:#ffffff0d;border-radius:10px;padding:6px 16px;font-size:.75rem;font-weight:600}.Profile-module__HLzWoG__statsDashboard{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff08;border:1px solid #ffffff0d;border-radius:24px;align-items:center;gap:40px;width:fit-content;margin-bottom:35px;padding:15px 35px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex}.Profile-module__HLzWoG__statsDashboard:hover{background:#ffffff0d;border-color:#d4b57e4d;transform:translateY(-5px)scale(1.02);box-shadow:0 20px 40px #0000004d}.Profile-module__HLzWoG__statBox{flex-direction:column;align-items:center;display:flex}.Profile-module__HLzWoG__statValue{color:#fff;font-size:1.25rem;font-weight:800}.Profile-module__HLzWoG__statLabel{text-transform:uppercase;letter-spacing:1px;color:#666;font-size:.7rem}.Profile-module__HLzWoG__divider{background:#ffffff1a;width:1px;height:30px}.Profile-module__HLzWoG__actionGrid{gap:15px;display:flex}.Profile-module__HLzWoG__primaryAction,.Profile-module__HLzWoG__secondaryAction{cursor:pointer;border-radius:15px;align-items:center;gap:10px;padding:12px 25px;font-size:.9rem;font-weight:700;transition:all .3s;display:flex}.Profile-module__HLzWoG__primaryAction{color:#000;background:#fff;border:none}.Profile-module__HLzWoG__primaryAction:hover{transform:translateY(-2px);box-shadow:0 10px 20px #ffffff26}.Profile-module__HLzWoG__secondaryAction{color:#fff;background:#ffffff0d;border:1px solid #ffffff14}.Profile-module__HLzWoG__secondaryAction:hover{color:#ef4444;background:#ffffff1a;border-color:#ef4444}.Profile-module__HLzWoG__feedNavigation{justify-content:center;gap:15px;margin:50px 0 40px;display:flex}.Profile-module__HLzWoG__navItem{color:#666;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:18px;align-items:center;gap:10px;padding:12px 30px;font-weight:700;transition:all .3s;display:flex}.Profile-module__HLzWoG__navItem.Profile-module__HLzWoG__active{color:#d4b57e;background:#d4b57e1a;border-color:#d4b57e33}.Profile-module__HLzWoG__emptyGallery{justify-content:center;padding:100px 20px;display:flex}.Profile-module__HLzWoG__emptyPrompt{text-align:center;max-width:400px}.Profile-module__HLzWoG__promptIcon{color:#333;background:#ffffff08;border-radius:35px;justify-content:center;align-items:center;width:100px;height:100px;margin:0 auto 30px;display:flex}.Profile-module__HLzWoG__emptyPrompt h2{margin-bottom:15px;font-size:1.75rem;font-weight:800}.Profile-module__HLzWoG__emptyPrompt p{color:#666;margin-bottom:35px;line-height:1.6}.Profile-module__HLzWoG__ctaButton{color:#000;cursor:pointer;background:#d4b57e;border:none;border-radius:18px;padding:15px 40px;font-weight:800;transition:all .3s}.Profile-module__HLzWoG__ctaButton:hover{transform:scale(1.05);box-shadow:0 15px 40px #d4b57e4d}@media (max-width:992px){.Profile-module__HLzWoG__profileInfoArea{text-align:center;flex-direction:column;align-items:center;padding:0 30px 40px}.Profile-module__HLzWoG__userMeta{width:100%;padding-top:20px}.Profile-module__HLzWoG__titleRow{flex-direction:column;align-items:center;gap:20px}.Profile-module__HLzWoG__statsDashboard{margin:0 auto 35px}.Profile-module__HLzWoG__actionGrid{justify-content:center}}.Profile-module__HLzWoG__partnerBadge{color:#c5a059;text-transform:uppercase;letter-spacing:1px;background:linear-gradient(135deg,#c5a05933,#c5a0591a);border:1px solid #c5a05966;border-radius:99px;align-items:center;gap:8px;padding:6px 14px;font-size:.75rem;font-weight:700;display:flex}.Profile-module__HLzWoG__logoutBtn{color:#ef4444;cursor:pointer;background:#ef44441a;border:1px solid #ef444433;border-radius:15px;justify-content:center;align-items:center;width:48px;height:48px;transition:all .3s;display:flex}.Profile-module__HLzWoG__logoutBtn:hover{color:#fff;background:#ef4444;transform:translateY(-2px);box-shadow:0 10px 20px #ef444433}
