.page-module__OVUC5q__page{background:var(--background);flex-direction:column;min-height:100vh;display:flex}.page-module__OVUC5q__header{border-bottom:1px solid var(--border);background:var(--header-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:20;justify-content:space-between;align-items:center;padding:1.25rem 2rem;display:flex;position:sticky;top:0}.page-module__OVUC5q__logo{align-items:center;display:flex}.page-module__OVUC5q__logoWordmark{height:28px;display:block}.page-module__OVUC5q__logoMark{height:28px;display:none}@media (max-width:768px){.page-module__OVUC5q__logoWordmark{display:none!important}.page-module__OVUC5q__logoMark{width:32px;height:32px;display:block!important}.page-module__OVUC5q__header{padding:.75rem .85rem}}.page-module__OVUC5q__main{flex:1;width:min(1200px,100%);margin:0 auto;padding:3rem 2rem 5rem}.page-module__OVUC5q__heroSection{text-align:center;max-width:800px;margin:0 auto 3.5rem}.page-module__OVUC5q__heroBadge{color:var(--accent);text-transform:uppercase;letter-spacing:1px;background:#d4af371f;border-radius:20px;margin-bottom:1rem;padding:.4rem 1rem;font-size:.85rem;font-weight:700;display:inline-block}.page-module__OVUC5q__heroSection h1{color:var(--text-primary);margin-bottom:1rem;font-size:2.8rem;font-weight:800;line-height:1.2}.page-module__OVUC5q__heroSection p{color:var(--text-secondary);margin-bottom:2.5rem;font-size:1.1rem;line-height:1.6}.page-module__OVUC5q__searchBarContainer{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-soft);border-radius:24px;flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.page-module__OVUC5q__searchInputGroup{width:100%;position:relative}.page-module__OVUC5q__searchIcon{color:var(--accent);position:absolute;top:50%;left:1.25rem;transform:translateY(-50%)}.page-module__OVUC5q__searchInput{background:var(--background);border:1px solid var(--border);width:100%;color:var(--text-primary);border-radius:16px;padding:.9rem 1.25rem .9rem 3.2rem;font-size:1rem}.page-module__OVUC5q__searchInput:focus{border-color:var(--accent);outline:none}.page-module__OVUC5q__filtersGroup{flex-wrap:wrap;gap:1rem;display:flex}.page-module__OVUC5q__selectFilter{background:var(--background);border:1px solid var(--border);min-width:180px;color:var(--text-primary);border-radius:14px;flex:1;padding:.75rem 1rem;font-size:.9rem;font-weight:600}.page-module__OVUC5q__grid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:2rem;display:grid}.page-module__OVUC5q__clubCard{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-soft);border-radius:24px;flex-direction:column;padding:1.75rem;transition:transform .2s,border-color .2s;display:flex}.page-module__OVUC5q__clubCard:hover{border-color:var(--accent);transform:translateY(-4px)}.page-module__OVUC5q__cardHeader{align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.page-module__OVUC5q__clubLogo{object-fit:cover;border-radius:16px;width:56px;height:56px}.page-module__OVUC5q__clubAvatar{width:56px;height:56px;color:var(--accent);background:#d4af3726;border-radius:16px;justify-content:center;align-items:center;display:flex}.page-module__OVUC5q__clubTitle{color:var(--text-primary);margin:0 0 .25rem;font-size:1.25rem;font-weight:700}.page-module__OVUC5q__typeBadge{color:var(--accent);font-size:.8rem;font-weight:700}.page-module__OVUC5q__description{color:var(--text-secondary);flex:1;margin-bottom:1.25rem;font-size:.95rem;line-height:1.5}.page-module__OVUC5q__metaRow{border-top:1px dashed var(--border);border-bottom:1px dashed var(--border);color:var(--text-primary);justify-content:space-between;margin-bottom:1.25rem;padding:.75rem 0;font-size:.85rem;font-weight:600;display:flex}.page-module__OVUC5q__metaRow span{align-items:center;gap:.4rem;display:flex}.page-module__OVUC5q__loading,.page-module__OVUC5q__emptyState{text-align:center;color:var(--text-secondary);background:var(--surface);border:1px solid var(--border);border-radius:24px;padding:4rem 2rem}
.LogoWordmark-module__40sNOa__logoContainer{justify-content:center;align-items:center;display:inline-flex}.LogoWordmark-module__40sNOa__darkThemeLogo{display:block}.LogoWordmark-module__40sNOa__lightThemeLogo{display:none}[data-theme=light] .LogoWordmark-module__40sNOa__darkThemeLogo{display:none!important}[data-theme=light] .LogoWordmark-module__40sNOa__lightThemeLogo{display:block!important}
.CommentSection-module__uMvinW__container{width:100%;margin-top:.75rem}.CommentSection-module__uMvinW__toggleBtn{background:var(--surface);border:1px solid var(--border);color:var(--text-secondary);cursor:pointer;border-radius:99px;align-items:center;gap:.5rem;padding:.45rem 1rem;font-size:.85rem;font-weight:600;transition:all .2s;display:inline-flex}.CommentSection-module__uMvinW__toggleBtn:hover{border-color:var(--accent);color:var(--text-primary);background:var(--surface-hover)}.CommentSection-module__uMvinW__body{box-sizing:border-box;background-color:var(--background);border:1px solid var(--border);border-radius:16px;flex-direction:column;gap:1rem;width:100%;margin-top:.75rem;padding:1rem;display:flex}.CommentSection-module__uMvinW__empty{color:var(--text-secondary);text-align:center;margin:0;padding:.5rem 0;font-size:.85rem}.CommentSection-module__uMvinW__list{flex-direction:column;gap:.75rem;max-height:320px;display:flex;overflow-y:auto}.CommentSection-module__uMvinW__comment{background-color:var(--surface);border:1px solid var(--border);border-radius:12px;padding:.75rem}.CommentSection-module__uMvinW__author{color:var(--accent);font-size:.875rem;font-weight:700}.CommentSection-module__uMvinW__text{color:var(--text-primary);white-space:pre-wrap;word-break:break-word;margin-top:.25rem;font-size:.9rem;line-height:1.5}.CommentSection-module__uMvinW__time{color:var(--text-secondary);margin-top:.35rem;font-size:.75rem;display:block}.CommentSection-module__uMvinW__form{box-sizing:border-box;align-items:center;gap:.5rem;width:100%;margin-top:.5rem;display:flex}.CommentSection-module__uMvinW__input{border:1px solid var(--border);background-color:var(--surface);min-width:0;color:var(--text-primary);border-radius:12px;flex:1;padding:.65rem .9rem;font-family:inherit;font-size:.9rem}.CommentSection-module__uMvinW__input:focus{border-color:var(--accent);outline:none}.CommentSection-module__uMvinW__sendBtn{background-color:var(--accent);color:#000;cursor:pointer;border:none;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;padding:.65rem 1rem;font-weight:700;transition:all .2s;display:inline-flex}.CommentSection-module__uMvinW__sendBtn:hover{opacity:.9}.CommentSection-module__uMvinW__sendBtn:disabled{opacity:.4;cursor:not-allowed}.CommentSection-module__uMvinW__loginHint{color:var(--text-secondary);text-align:center;margin:.5rem 0 0;font-size:.85rem}
.DirectChatModal-module__PiQctG__overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;background:#000000b3;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.DirectChatModal-module__PiQctG__modal{background:var(--surface);border:1px solid var(--border);border-radius:24px;flex-direction:column;width:100%;max-width:480px;height:580px;max-height:85vh;display:flex;overflow:hidden;box-shadow:0 16px 40px #00000080}.DirectChatModal-module__PiQctG__header{border-bottom:1px solid var(--border);background:var(--header-bg);justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.DirectChatModal-module__PiQctG__targetInfo{align-items:center;gap:.75rem;display:flex}.DirectChatModal-module__PiQctG__avatar{background:var(--background);border:1px solid var(--border);width:40px;height:40px;color:var(--accent);border-radius:50%;justify-content:center;align-items:center;font-weight:800;display:flex}.DirectChatModal-module__PiQctG__targetName{color:var(--text-primary);margin:0;font-size:1rem;font-weight:700}.DirectChatModal-module__PiQctG__targetSub{color:var(--text-secondary);font-size:.75rem;display:block}.DirectChatModal-module__PiQctG__closeBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.35rem;display:flex}.DirectChatModal-module__PiQctG__closeBtn:hover{color:var(--text-primary);background:var(--surface-hover)}.DirectChatModal-module__PiQctG__messagesBody{background:var(--background);flex-direction:column;flex:1;gap:.75rem;padding:1.25rem;display:flex;overflow-y:auto}.DirectChatModal-module__PiQctG__centerBox{text-align:center;color:var(--text-secondary);flex-direction:column;align-items:center;gap:.5rem;margin:auto;display:flex}.DirectChatModal-module__PiQctG__centerBox p{color:var(--text-primary);margin:0;font-weight:700}.DirectChatModal-module__PiQctG__centerBox span{font-size:.85rem}.DirectChatModal-module__PiQctG__spinner{color:var(--accent);animation:1s linear infinite DirectChatModal-module__PiQctG__spin}@keyframes DirectChatModal-module__PiQctG__spin{to{transform:rotate(360deg)}}.DirectChatModal-module__PiQctG__msgWrapper{flex-direction:column;max-width:80%;display:flex}.DirectChatModal-module__PiQctG__msgMe{align-self:flex-end;align-items:flex-end}.DirectChatModal-module__PiQctG__msgOther{align-self:flex-start;align-items:flex-start}.DirectChatModal-module__PiQctG__senderName{color:var(--text-secondary);margin-bottom:.2rem;margin-left:.25rem;font-size:.75rem}.DirectChatModal-module__PiQctG__bubble{word-break:break-word;border-radius:18px;padding:.75rem 1rem;position:relative}.DirectChatModal-module__PiQctG__msgMe .DirectChatModal-module__PiQctG__bubble{background:var(--accent);color:#000;border-bottom-right-radius:4px;font-weight:600}.DirectChatModal-module__PiQctG__msgOther .DirectChatModal-module__PiQctG__bubble{background:var(--surface);border:1px solid var(--border);color:var(--text-primary);border-bottom-left-radius:4px}.DirectChatModal-module__PiQctG__bubble p{margin:0;font-size:.95rem;line-height:1.4}.DirectChatModal-module__PiQctG__time{opacity:.7;text-align:right;margin-top:.25rem;font-size:.65rem;display:block}.DirectChatModal-module__PiQctG__footerForm{border-top:1px solid var(--border);background:var(--surface);align-items:center;gap:.5rem;padding:.85rem 1rem;display:flex}.DirectChatModal-module__PiQctG__input{background:var(--background);border:1px solid var(--border);color:var(--text-primary);border-radius:99px;flex:1;padding:.65rem 1.1rem;font-size:.9rem}.DirectChatModal-module__PiQctG__input:focus{border-color:var(--accent);outline:none}.DirectChatModal-module__PiQctG__sendBtn{background:var(--accent);color:#000;cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.DirectChatModal-module__PiQctG__sendBtn:disabled{opacity:.4;cursor:not-allowed}
.GlobalSearchBar-module__nHMyuW__searchWrapper{z-index:50;width:100%;max-width:680px;margin:0 auto 1.5rem;position:relative}.GlobalSearchBar-module__nHMyuW__inputContainer{align-items:center;width:100%;display:flex;position:relative}.GlobalSearchBar-module__nHMyuW__searchIcon{color:var(--accent);pointer-events:none;position:absolute;left:1.25rem}.GlobalSearchBar-module__nHMyuW__searchInput{background:var(--surface);border:1.5px solid var(--border);width:100%;color:var(--text-primary);box-shadow:var(--shadow-soft);border-radius:30px;padding:.9rem 2.8rem .9rem 3.2rem;font-size:.95rem;font-weight:500;transition:all .2s}.GlobalSearchBar-module__nHMyuW__searchInput:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #d4af3733}.GlobalSearchBar-module__nHMyuW__clearBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;display:flex;position:absolute;right:1.25rem}.GlobalSearchBar-module__nHMyuW__clearBtn:hover{color:var(--text-primary)}.GlobalSearchBar-module__nHMyuW__dropdown{background:var(--surface);border:1px solid var(--border);border-radius:20px;flex-direction:column;max-height:480px;display:flex;position:absolute;top:110%;left:0;right:0;overflow:hidden;box-shadow:0 12px 32px #00000040}.GlobalSearchBar-module__nHMyuW__tabs{background:var(--background);border-bottom:1px solid var(--border);gap:.5rem;padding:.4rem .5rem;display:flex}.GlobalSearchBar-module__nHMyuW__tab{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:12px;padding:.4rem .8rem;font-size:.85rem;font-weight:600;transition:all .15s}.GlobalSearchBar-module__nHMyuW__tab:hover{color:var(--text-primary)}.GlobalSearchBar-module__nHMyuW__activeTab{background:var(--surface);color:var(--accent);box-shadow:var(--shadow-soft)}.GlobalSearchBar-module__nHMyuW__statusMsg{text-align:center;color:var(--text-secondary);padding:2rem;font-size:.9rem}.GlobalSearchBar-module__nHMyuW__resultsList{padding:.75rem 0;overflow-y:auto}.GlobalSearchBar-module__nHMyuW__section{padding-bottom:.5rem}.GlobalSearchBar-module__nHMyuW__sectionHeader{text-transform:uppercase;letter-spacing:.5px;color:var(--text-secondary);align-items:center;gap:.5rem;padding:.4rem 1.25rem;font-size:.8rem;font-weight:700;display:flex}.GlobalSearchBar-module__nHMyuW__itemRow{align-items:center;gap:1rem;padding:.75rem 1.25rem;transition:background .15s;display:flex}.GlobalSearchBar-module__nHMyuW__itemRow:hover{background:var(--surface-hover)}.GlobalSearchBar-module__nHMyuW__avatar,.GlobalSearchBar-module__nHMyuW__clubAvatar{background:var(--accent);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1rem;font-weight:800;display:flex}.GlobalSearchBar-module__nHMyuW__clubAvatar{color:var(--accent);background:#d4af3726;border-radius:12px}.GlobalSearchBar-module__nHMyuW__clubLogo{object-fit:cover;border-radius:12px;flex-shrink:0;width:40px;height:40px}.GlobalSearchBar-module__nHMyuW__info{flex:1;min-width:0}.GlobalSearchBar-module__nHMyuW__title{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:.95rem;font-weight:700;display:block;overflow:hidden}.GlobalSearchBar-module__nHMyuW__subtext{color:var(--text-secondary);font-size:.8rem;display:block}
.page-module__JjkNFq__page{flex-direction:column;min-height:100vh;display:flex}.page-module__JjkNFq__header{z-index:20;border-bottom:1px solid var(--border);background:var(--header-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);justify-content:space-between;align-items:center;gap:.5rem;padding:.9rem 1.25rem;display:flex;position:sticky;top:0}.page-module__JjkNFq__brand{color:var(--accent);letter-spacing:1px;align-items:center;gap:.6rem;font-weight:800;display:flex}.page-module__JjkNFq__logoWordmark{height:26px;display:block}.page-module__JjkNFq__logoMark{height:28px;display:none}.page-module__JjkNFq__content{width:min(1200px,100%);margin:0 auto;padding:1.5rem 1rem 5rem}@media (max-width:768px){.page-module__JjkNFq__logoWordmark{display:none!important}.page-module__JjkNFq__logoMark{width:32px;height:32px;display:block!important}.page-module__JjkNFq__header{padding:.75rem .85rem}}
.SocialFeed-module__5ic_9G__container{flex-direction:column;gap:1.5rem;max-width:720px;margin:0 auto;padding-bottom:4rem;display:flex}.SocialFeed-module__5ic_9G__loading{text-align:center;color:var(--text-secondary);padding:3rem}.SocialFeed-module__5ic_9G__filterTabs{flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:.5rem;display:flex}.SocialFeed-module__5ic_9G__filterTab{background:var(--surface);border:1px solid var(--border);color:var(--text-secondary);cursor:pointer;box-shadow:var(--shadow-soft);border-radius:99px;align-items:center;gap:.5rem;padding:.6rem 1.25rem;font-size:.9rem;font-weight:600;transition:all .2s;display:inline-flex}.SocialFeed-module__5ic_9G__filterTab:hover{background:var(--surface-hover);color:var(--text-primary)}.SocialFeed-module__5ic_9G__activeFilter{background:var(--surface-hover)!important;border-color:var(--accent)!important;color:var(--text-primary)!important;box-shadow:var(--border-glow)!important;font-weight:700!important}.SocialFeed-module__5ic_9G__publishCard{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-soft);border-radius:20px;flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.SocialFeed-module__5ic_9G__publishHeader{align-items:flex-start;gap:1rem;display:flex}.SocialFeed-module__5ic_9G__textarea{background:var(--background);border:1px solid var(--border);color:var(--text-primary);resize:vertical;border-radius:16px;flex:1;min-height:80px;padding:.85rem 1.1rem;font-family:inherit;font-size:.95rem;transition:border-color .2s}.SocialFeed-module__5ic_9G__textarea:focus{border-color:var(--accent);outline:none}.SocialFeed-module__5ic_9G__previewContainer{border-radius:16px;max-height:300px;position:relative;overflow:hidden}.SocialFeed-module__5ic_9G__imagePreview{object-fit:cover;border-radius:16px;width:100%;max-height:300px}.SocialFeed-module__5ic_9G__removeImageBtn{color:#fff;cursor:pointer;background:#000000b3;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.2rem;display:flex;position:absolute;top:10px;right:10px}.SocialFeed-module__5ic_9G__error{color:#ef4444;background:#ef44441a;border-radius:10px;padding:.5rem .75rem;font-size:.85rem}.SocialFeed-module__5ic_9G__publishFooter{border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:1rem;padding-top:1rem;display:flex}.SocialFeed-module__5ic_9G__fileInputLabel{color:var(--text-secondary);cursor:pointer;border-radius:12px;align-items:center;gap:.5rem;padding:.4rem .75rem;font-size:.875rem;font-weight:600;transition:background .2s;display:inline-flex}.SocialFeed-module__5ic_9G__fileInputLabel:hover{background:var(--surface-hover);color:var(--text-primary)}.SocialFeed-module__5ic_9G__stream{flex-direction:column;gap:1.5rem;display:flex}.SocialFeed-module__5ic_9G__empty{text-align:center;color:var(--text-secondary);background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:2.5rem}.SocialFeed-module__5ic_9G__card{background:var(--surface);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--border);box-shadow:var(--shadow-soft);border-radius:20px;padding:1.5rem;transition:border-color .2s}.SocialFeed-module__5ic_9G__card:hover{border-color:var(--border-strong)}.SocialFeed-module__5ic_9G__header{align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.SocialFeed-module__5ic_9G__avatar{background:var(--accent);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;font-size:1.2rem;font-weight:800;display:flex}.SocialFeed-module__5ic_9G__meta{flex-direction:column;flex:1;display:flex}.SocialFeed-module__5ic_9G__meta strong{color:var(--text-primary);font-size:1rem}.SocialFeed-module__5ic_9G__date{color:var(--text-secondary);margin-top:.1rem;font-size:.8rem}.SocialFeed-module__5ic_9G__badge{text-transform:uppercase;color:var(--accent);background:#d4af371f;border-radius:20px;align-items:center;gap:.4rem;margin-left:auto;padding:.35rem .85rem;font-size:.75rem;font-weight:700;display:inline-flex}.SocialFeed-module__5ic_9G__content{margin-bottom:1rem}.SocialFeed-module__5ic_9G__text{color:var(--text-primary);white-space:pre-wrap;margin-bottom:1rem;font-size:1rem;line-height:1.6}.SocialFeed-module__5ic_9G__image{object-fit:cover;border-radius:16px;width:100%;max-height:480px}.SocialFeed-module__5ic_9G__carnetContent{background:var(--background);border:1px solid var(--border);border-radius:16px;margin-bottom:1rem;padding:1.25rem 1.5rem}.SocialFeed-module__5ic_9G__carnetContent h3{color:var(--text-primary);margin:0 0 .5rem;font-size:1.2rem}.SocialFeed-module__5ic_9G__carnetContent p{color:var(--text-secondary);margin-bottom:1rem;font-size:.95rem;line-height:1.5}.SocialFeed-module__5ic_9G__viewLink{color:var(--accent);font-size:.9rem;font-weight:700;text-decoration:underline;display:inline-block}.SocialFeed-module__5ic_9G__actions{border-top:1px solid var(--border);flex-direction:column;gap:.75rem;width:100%;margin-top:.5rem;padding-top:1rem;display:flex}.SocialFeed-module__5ic_9G__actionHeaderRow{flex-wrap:wrap;align-items:center;gap:1.25rem;display:flex}@media (max-width:480px){.SocialFeed-module__5ic_9G__publishCard{padding:1rem}.SocialFeed-module__5ic_9G__filterTab{padding:.5rem 1rem;font-size:.825rem}}
.page-module__8wTA3G__dashboardContainer{background:var(--background);min-height:100vh;display:flex}.page-module__8wTA3G__sidebar{border-right:1px solid var(--border);background:var(--surface);width:280px;-webkit-backdrop-filter:var(--glass-blur);flex-direction:column;gap:1rem;padding:1rem;display:flex}.page-module__8wTA3G__logo{letter-spacing:1px;color:var(--accent);align-items:center;gap:.5rem;font-size:1.1rem;font-weight:800;text-decoration:none;display:flex}.page-module__8wTA3G__identity{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-inset);border-radius:12px;align-items:center;gap:.75rem;padding:.8rem;display:flex}.page-module__8wTA3G__avatar{background:var(--accent);color:#000;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-weight:700;display:flex}.page-module__8wTA3G__identity p{color:var(--text-secondary);margin-top:2px;font-size:.8rem}.page-module__8wTA3G__sidebarNav{flex-direction:column;gap:.5rem;display:flex}.page-module__8wTA3G__tabButton{border:1px solid var(--border);color:var(--text-primary);cursor:pointer;text-align:left;background:0 0;border-radius:10px;align-items:center;gap:.6rem;padding:.7rem;transition:all .2s;display:flex}.page-module__8wTA3G__activeTab,.page-module__8wTA3G__tabButton:hover{border-color:var(--border-strong);box-shadow:var(--border-glow);background:#d4af371a;transform:translate(4px)}.page-module__8wTA3G__sidebarFooter{justify-content:space-between;align-items:center;margin-top:auto;display:flex}.page-module__8wTA3G__logoutBtn{border:1px solid var(--border);color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:10px;width:36px;height:36px}.page-module__8wTA3G__content{flex:1;padding:1.25rem 1.25rem 5rem}.page-module__8wTA3G__feedLayout{grid-template-columns:1fr 320px;gap:2rem;margin-top:1rem;display:grid}.page-module__8wTA3G__header{border:1px solid var(--border);background:var(--surface);-webkit-backdrop-filter:var(--glass-blur);box-shadow:var(--shadow-soft);border-radius:16px;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;padding:1rem 1.25rem;display:flex}.page-module__8wTA3G__header h1{color:var(--text-primary);margin-bottom:.35rem;font-size:1.6rem}.page-module__8wTA3G__header p{color:var(--text-secondary);font-size:.95rem}.page-module__8wTA3G__breadcrumb{color:var(--text-secondary);font-size:.85rem}.page-module__8wTA3G__statsPanel{flex-direction:column;gap:1rem;display:flex}.page-module__8wTA3G__statsGrid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.8rem;display:grid}.page-module__8wTA3G__statCard{border:1px solid var(--border);background:var(--surface);-webkit-backdrop-filter:var(--glass-blur);color:var(--text-primary);box-shadow:var(--shadow-soft);border-radius:16px;flex-direction:column;gap:.35rem;padding:1rem;transition:all .3s;display:flex}.page-module__8wTA3G__statCard:hover{border-color:var(--border-strong);box-shadow:var(--border-glow);transform:translateY(-2px)}.page-module__8wTA3G__statCard h3{font-size:1.4rem}.page-module__8wTA3G__statCard p{color:var(--text-secondary);font-size:.85rem}.page-module__8wTA3G__badgesSection{border:1px solid var(--border);background:var(--surface);-webkit-backdrop-filter:var(--glass-blur);box-shadow:var(--shadow-soft);border-radius:16px;padding:1.5rem}.page-module__8wTA3G__badgesSection h2{margin-bottom:.8rem}.page-module__8wTA3G__badgesGrid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.7rem;display:grid}.page-module__8wTA3G__badgeCard{border:1px solid var(--border);background:var(--background);border-radius:10px;padding:.8rem}.page-module__8wTA3G__badgeCard span{font-size:1.2rem}.page-module__8wTA3G__loading{min-height:100vh;color:var(--accent);justify-content:center;align-items:center;font-size:1.2rem;display:flex}@media (max-width:900px){.page-module__8wTA3G__dashboardContainer{flex-direction:column}.page-module__8wTA3G__feedLayout{grid-template-columns:1fr;gap:1.5rem}.page-module__8wTA3G__sidebar{border-right:none;border-bottom:1px solid var(--border);width:100%}.page-module__8wTA3G__sidebarNav{flex-direction:row;padding-bottom:.2rem;overflow-x:auto}.page-module__8wTA3G__tabButton span{white-space:nowrap}.page-module__8wTA3G__content{padding:.9rem .9rem 5rem}.page-module__8wTA3G__header{flex-direction:column}.page-module__8wTA3G__breadcrumb{font-size:.78rem}}
.NotificationBell-module__Zxqs2G__container{align-items:center;display:flex;position:relative}.NotificationBell-module__Zxqs2G__bellBtn{cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:8px;transition:background .2s;display:flex;position:relative}.NotificationBell-module__Zxqs2G__bellBtn:hover{background:var(--surface-hover)}.NotificationBell-module__Zxqs2G__badge{color:#fff;text-align:center;background-color:#ef4444;border-radius:10px;min-width:16px;padding:2px 5px;font-size:.65rem;font-weight:700;position:absolute;top:2px;right:2px;box-shadow:0 2px 5px #ef444466}.NotificationBell-module__Zxqs2G__dropdown{background:var(--surface);border:1px solid var(--border);width:340px;box-shadow:var(--shadow-soft);z-index:99999;border-radius:16px;animation:.2s ease-out forwards NotificationBell-module__Zxqs2G__fadeSlide;position:absolute;top:calc(100% + 10px);right:0;overflow:hidden}@keyframes NotificationBell-module__Zxqs2G__fadeSlide{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.NotificationBell-module__Zxqs2G__header{border-bottom:1px solid var(--border);background:var(--header-bg);justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.NotificationBell-module__Zxqs2G__header h4{color:var(--text-primary);margin:0;font-size:1rem;font-weight:700}.NotificationBell-module__Zxqs2G__header span{color:var(--accent)}.NotificationBell-module__Zxqs2G__markAllBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;font-size:.8rem;font-weight:600}.NotificationBell-module__Zxqs2G__markAllBtn:hover{color:var(--accent);text-decoration:underline}.NotificationBell-module__Zxqs2G__list{max-height:400px;overflow-y:auto}.NotificationBell-module__Zxqs2G__emptyState{text-align:center;color:var(--text-secondary);flex-direction:column;align-items:center;gap:.5rem;padding:2.5rem 1.5rem;display:flex}.NotificationBell-module__Zxqs2G__item{cursor:pointer;border-bottom:1px solid var(--border);gap:1rem;padding:1rem;transition:background .2s;display:flex;position:relative}.NotificationBell-module__Zxqs2G__item:hover{background:var(--surface-hover)}.NotificationBell-module__Zxqs2G__unread{background:#d4af3714}.NotificationBell-module__Zxqs2G__iconBox{background:#d4af3726;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.NotificationBell-module__Zxqs2G__content{flex-direction:column;flex:1;display:flex}.NotificationBell-module__Zxqs2G__content h5{color:var(--text-primary);margin:0 0 .25rem;font-size:.9rem;font-weight:700}.NotificationBell-module__Zxqs2G__content p{color:var(--text-secondary);margin:0 0 .5rem;font-size:.825rem;line-height:1.4}.NotificationBell-module__Zxqs2G__time{color:var(--text-secondary);opacity:.8;font-size:.7rem}.NotificationBell-module__Zxqs2G__actionIcon{color:var(--accent);opacity:0;transition:opacity .2s;position:absolute;top:1rem;right:1rem}.NotificationBell-module__Zxqs2G__item:hover .NotificationBell-module__Zxqs2G__actionIcon{opacity:1}@media (max-width:768px){.NotificationBell-module__Zxqs2G__dropdown{border-radius:20px;width:90vw;max-width:400px;max-height:75vh;margin:0 auto;position:fixed;top:70px;left:5vw;right:5vw;box-shadow:0 20px 50px #000c}.NotificationBell-module__Zxqs2G__list{max-height:calc(75vh - 60px)}}
.FollowersModal-module__iqnV1W__overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;background:#000000b3;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.FollowersModal-module__iqnV1W__modal{background:var(--surface);border:1px solid var(--border);border-radius:24px;flex-direction:column;width:100%;max-width:440px;max-height:80vh;display:flex;overflow:hidden;box-shadow:0 16px 40px #0006}.FollowersModal-module__iqnV1W__header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.FollowersModal-module__iqnV1W__title{color:var(--text-primary);align-items:center;gap:.5rem;margin:0;font-size:1.1rem;display:flex}.FollowersModal-module__iqnV1W__closeBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.3rem;display:flex}.FollowersModal-module__iqnV1W__closeBtn:hover{color:var(--text-primary);background:var(--surface-hover)}.FollowersModal-module__iqnV1W__loading,.FollowersModal-module__iqnV1W__empty{text-align:center;color:var(--text-secondary);flex-direction:column;align-items:center;gap:.75rem;padding:3rem 1.5rem;display:flex}.FollowersModal-module__iqnV1W__empty p{color:var(--text-primary);margin:0;font-weight:700}.FollowersModal-module__iqnV1W__empty span{font-size:.85rem;line-height:1.4}.FollowersModal-module__iqnV1W__list{padding:.5rem 0;overflow-y:auto}.FollowersModal-module__iqnV1W__userRow{align-items:center;gap:1rem;padding:.75rem 1.5rem;transition:background .15s;display:flex}.FollowersModal-module__iqnV1W__userRow:hover{background:var(--surface-hover)}.FollowersModal-module__iqnV1W__avatar{background:var(--accent);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:1.1rem;font-weight:800;display:flex}.FollowersModal-module__iqnV1W__info{flex:1;min-width:0}.FollowersModal-module__iqnV1W__pseudo{color:var(--text-primary);font-size:.95rem;display:block}.FollowersModal-module__iqnV1W__subtext{color:var(--text-secondary);font-size:.8rem;display:block}
.FollowingModal-module__fqnHFq__overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;background:#000000b3;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.FollowingModal-module__fqnHFq__modal{background:var(--surface);border:1px solid var(--border);border-radius:24px;flex-direction:column;width:100%;max-width:440px;max-height:80vh;display:flex;overflow:hidden;box-shadow:0 16px 40px #0006}.FollowingModal-module__fqnHFq__header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.FollowingModal-module__fqnHFq__title{color:var(--text-primary);align-items:center;gap:.5rem;margin:0;font-size:1.1rem;display:flex}.FollowingModal-module__fqnHFq__closeBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.3rem;display:flex}.FollowingModal-module__fqnHFq__closeBtn:hover{color:var(--text-primary);background:var(--surface-hover)}.FollowingModal-module__fqnHFq__loading,.FollowingModal-module__fqnHFq__empty{text-align:center;color:var(--text-secondary);flex-direction:column;align-items:center;gap:.75rem;padding:3rem 1.5rem;display:flex}.FollowingModal-module__fqnHFq__empty p{color:var(--text-primary);margin:0;font-weight:700}.FollowingModal-module__fqnHFq__empty span{font-size:.85rem;line-height:1.4}.FollowingModal-module__fqnHFq__list{padding:.5rem 0;overflow-y:auto}.FollowingModal-module__fqnHFq__userRow{align-items:center;gap:1rem;padding:.75rem 1.5rem;transition:background .15s;display:flex}.FollowingModal-module__fqnHFq__userRow:hover{background:var(--surface-hover)}.FollowingModal-module__fqnHFq__avatar{background:var(--accent);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:1.1rem;font-weight:800;display:flex}.FollowingModal-module__fqnHFq__info{flex:1;min-width:0}.FollowingModal-module__fqnHFq__pseudo{color:var(--text-primary);font-size:.95rem;display:block}.FollowingModal-module__fqnHFq__subtext{color:var(--text-secondary);font-size:.8rem;display:block}
.MobileDrawerMenu-module__a7R2nW__overlay{-webkit-backdrop-filter:blur(8px);z-index:999999;background:#000000bf;display:flex;position:fixed;inset:0}.MobileDrawerMenu-module__a7R2nW__drawer{background:var(--surface);border-right:1px solid var(--border);flex-direction:column;width:82vw;max-width:340px;height:100vh;animation:.25s cubic-bezier(.16,1,.3,1) forwards MobileDrawerMenu-module__a7R2nW__slideInLeft;display:flex;overflow-y:auto;box-shadow:10px 0 40px #0009}@keyframes MobileDrawerMenu-module__a7R2nW__slideInLeft{0%{transform:translate(-100%)}to{transform:translate(0)}}.MobileDrawerMenu-module__a7R2nW__drawerHeader{border-bottom:1px solid var(--border);background:var(--header-bg);justify-content:space-between;align-items:center;padding:1.25rem;display:flex}.MobileDrawerMenu-module__a7R2nW__closeBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.35rem;display:flex}.MobileDrawerMenu-module__a7R2nW__closeBtn:hover{color:var(--text-primary);background:var(--surface-hover)}.MobileDrawerMenu-module__a7R2nW__userBanner{background:var(--background);border-bottom:1px solid var(--border);align-items:center;gap:.85rem;padding:1.25rem;display:flex}.MobileDrawerMenu-module__a7R2nW__avatar{background:var(--accent);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.2rem;font-weight:800;display:flex}.MobileDrawerMenu-module__a7R2nW__userInfo{flex:1;min-width:0}.MobileDrawerMenu-module__a7R2nW__pseudo{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:.95rem;display:block;overflow:hidden}.MobileDrawerMenu-module__a7R2nW__subtext{color:var(--text-secondary);margin-top:.1rem;font-size:.775rem;display:block}.MobileDrawerMenu-module__a7R2nW__guestBanner{background:var(--background);border-bottom:1px solid var(--border);text-align:center;padding:1.25rem}.MobileDrawerMenu-module__a7R2nW__guestBanner p{color:var(--text-secondary);margin:0 0 .75rem;font-size:.875rem}.MobileDrawerMenu-module__a7R2nW__navSection{flex-direction:column;flex:1;padding:1rem 0;display:flex}.MobileDrawerMenu-module__a7R2nW__sectionTitle{letter-spacing:1px;color:var(--text-secondary);padding:0 1.25rem .5rem;font-size:.7rem;font-weight:800}.MobileDrawerMenu-module__a7R2nW__navItem{color:var(--text-primary);border-left:3px solid #0000;justify-content:space-between;align-items:center;padding:.85rem 1.25rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .15s;display:flex}.MobileDrawerMenu-module__a7R2nW__navItem:hover{background:var(--surface-hover)}.MobileDrawerMenu-module__a7R2nW__activeNavItem{background:var(--surface-hover);border-left-color:var(--accent);color:var(--accent);font-weight:700}.MobileDrawerMenu-module__a7R2nW__unreadBadge{color:#fff;background:#ef4444;border-radius:99px;padding:.1rem .45rem;font-size:.7rem;font-weight:800}.MobileDrawerMenu-module__a7R2nW__drawerFooter{border-top:1px solid var(--border);background:var(--background);flex-direction:column;gap:.85rem;padding:1.25rem;display:flex}.MobileDrawerMenu-module__a7R2nW__settingsRow{color:var(--text-secondary);justify-content:space-between;align-items:center;font-size:.85rem;display:flex}.MobileDrawerMenu-module__a7R2nW__logoutBtn{color:#ef4444;cursor:pointer;background:#ef44441a;border:1px solid #ef44444d;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:.5rem;padding:.65rem;font-size:.85rem;font-weight:700;display:flex}.MobileDrawerMenu-module__a7R2nW__logoutBtn:hover{background:#ef444433}
.page-module__8PHn9W__container{background:radial-gradient(circle at center, var(--surface) 0%, var(--background) 100%);justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.page-module__8PHn9W__card{background-color:var(--surface);border:1px solid var(--border);border-radius:20px;flex-direction:column;width:100%;max-width:520px;padding:3rem;display:flex;position:relative;box-shadow:0 12px 36px #00000040}.page-module__8PHn9W__topControls{position:absolute;top:1rem;left:1rem;right:1rem}.page-module__8PHn9W__logo{letter-spacing:2px;color:var(--accent);justify-content:center;align-items:center;gap:.5rem;margin-bottom:2rem;font-size:1.5rem;font-weight:800;display:flex}.page-module__8PHn9W__title{text-align:center;margin-bottom:.5rem;font-size:1.75rem;font-weight:700}.page-module__8PHn9W__subtitle{color:var(--text-secondary);text-align:center;margin-bottom:2rem;font-size:.95rem;line-height:1.5}.page-module__8PHn9W__error{color:#ef4444;text-align:center;background-color:#dc26261a;border:1px solid #dc262633;border-radius:8px;margin-bottom:1.5rem;padding:1rem;font-size:.9rem}.page-module__8PHn9W__googleBtn{color:#000;cursor:pointer;background-color:#fff;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.75rem;padding:1rem;font-size:1rem;font-weight:600;transition:all .2s;display:flex}.page-module__8PHn9W__googleBtn:hover{background-color:#e5e5e5;transform:translateY(-1px)}.page-module__8PHn9W__divider{text-align:center;color:var(--text-secondary);align-items:center;margin:1.5rem 0;font-size:.9rem;display:flex}.page-module__8PHn9W__divider:before,.page-module__8PHn9W__divider:after{content:"";border-bottom:1px solid var(--border);flex:1}.page-module__8PHn9W__divider span{padding:0 1rem}.page-module__8PHn9W__form{flex-direction:column;gap:1.25rem;display:flex}.page-module__8PHn9W__row{gap:1rem;display:flex}.page-module__8PHn9W__fieldContainer{flex-direction:column;gap:.4rem;width:100%;display:flex}.page-module__8PHn9W__fieldLabel{color:var(--text-primary);font-size:.85rem;font-weight:700;display:block}.page-module__8PHn9W__inputGroup{align-items:center;display:flex;position:relative}.page-module__8PHn9W__icon{color:var(--text-secondary);pointer-events:none;position:absolute;left:1rem}.page-module__8PHn9W__inputGroup input,.page-module__8PHn9W__inputGroup select{background-color:var(--background);border:1.5px solid var(--border);width:100%;color:var(--text-primary);border-radius:12px;outline:none;padding:.9rem 1rem .9rem 3rem;font-size:.95rem;font-weight:500;transition:border-color .2s}.page-module__8PHn9W__inputGroup select{cursor:pointer;padding-left:2.8rem}.page-module__8PHn9W__inputGroup input:focus,.page-module__8PHn9W__inputGroup select:focus{border-color:var(--accent);box-shadow:0 0 0 3px #d4af3726}.page-module__8PHn9W__switchBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;margin-top:1.5rem;font-size:.9rem;transition:color .2s}.page-module__8PHn9W__switchBtn:hover{color:var(--text-primary);text-decoration:underline}.page-module__8PHn9W__loading{min-height:100vh;color:var(--accent);justify-content:center;align-items:center;font-size:1.25rem;display:flex}.page-module__8PHn9W__consentBlock{border:1px solid var(--border);background:var(--background);border-radius:12px;flex-direction:column;gap:.65rem;padding:1rem;display:flex}.page-module__8PHn9W__checkboxLabel{color:var(--text-secondary);align-items:flex-start;gap:.6rem;font-size:.85rem;line-height:1.4;display:flex}.page-module__8PHn9W__checkboxLabel input{margin-top:.2rem}.page-module__8PHn9W__welcomeScreen{text-align:center}.page-module__8PHn9W__welcomeIcon{margin-bottom:1rem;font-size:3rem}.page-module__8PHn9W__welcomeFeatures{text-align:left;flex-direction:column;gap:.75rem;margin-top:1.5rem;display:flex}.page-module__8PHn9W__welcomeFeature{background:var(--background);border:1px solid var(--border);color:var(--text-primary);border-radius:10px;align-items:center;gap:.75rem;padding:.85rem 1rem;font-size:.95rem;font-weight:500;display:flex}@media (max-width:640px){.page-module__8PHn9W__container{padding:1rem .5rem}.page-module__8PHn9W__card{border-radius:16px;max-width:100%;padding:2.4rem 1.25rem 1.5rem}.page-module__8PHn9W__topControls{margin-bottom:.8rem;position:static}.page-module__8PHn9W__logo{font-size:1.3rem}.page-module__8PHn9W__row{flex-direction:column;gap:1rem}}
.page-module__IgZFrW__page{background:var(--background);min-height:100vh;color:var(--text-primary);flex-direction:column;display:flex}.page-module__IgZFrW__header{background:var(--header-bg);border-bottom:1px solid var(--border);-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.page-module__IgZFrW__backBtn{background:var(--surface);border:1px solid var(--border);color:var(--text-primary);border-radius:50%;justify-content:center;align-items:center;padding:.4rem;display:flex}.page-module__IgZFrW__backBtn:hover{background:var(--surface-hover)}.page-module__IgZFrW__container{flex:1;grid-template-columns:340px 1fr;width:100%;max-width:1280px;min-height:calc(100vh - 70px);margin:0 auto;display:grid}.page-module__IgZFrW__conversationsSidebar{border-right:1px solid var(--border);background:var(--surface);flex-direction:column;display:flex}.page-module__IgZFrW__sidebarHeader{border-bottom:1px solid var(--border);padding:1.25rem 1.5rem}.page-module__IgZFrW__sidebarHeader h3{align-items:center;gap:.5rem;margin:0;font-size:1.1rem;display:flex}.page-module__IgZFrW__emptySidebar{text-align:center;color:var(--text-secondary);flex-direction:column;align-items:center;gap:.75rem;padding:3rem 1.5rem;display:flex}.page-module__IgZFrW__emptySidebar p{color:var(--text-primary);margin:0;font-weight:700}.page-module__IgZFrW__emptySidebar span{font-size:.85rem}.page-module__IgZFrW__convList{flex:1;overflow-y:auto}.page-module__IgZFrW__convRow{border-bottom:1px solid var(--border);cursor:pointer;align-items:center;gap:.85rem;padding:1rem 1.25rem;transition:background .15s;display:flex}.page-module__IgZFrW__convRow:hover{background:var(--surface-hover)}.page-module__IgZFrW__selectedRow{background:var(--surface-hover);border-left:4px solid var(--accent)}.page-module__IgZFrW__convAvatar{background:var(--accent);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.1rem;font-weight:800;display:flex}.page-module__IgZFrW__convInfo{flex:1;min-width:0}.page-module__IgZFrW__convTopRow{justify-content:space-between;align-items:center;margin-bottom:.25rem;display:flex}.page-module__IgZFrW__convTitle{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:.95rem;overflow:hidden}.page-module__IgZFrW__unreadBadge{background:var(--accent);color:#000;border-radius:99px;padding:.15rem .45rem;font-size:.75rem;font-weight:800}.page-module__IgZFrW__convSnippet{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.825rem;overflow:hidden}.page-module__IgZFrW__chatArea{background:var(--background);flex-direction:column;justify-content:center;align-items:center;display:flex}.page-module__IgZFrW__noActiveState{text-align:center;max-width:420px;padding:2rem}.page-module__IgZFrW__noActiveState h2{margin:1rem 0 .5rem;font-size:1.3rem}.page-module__IgZFrW__noActiveState p{color:var(--text-secondary);font-size:.9rem}.page-module__IgZFrW__loadingState{background:var(--background);min-height:100vh;color:var(--text-secondary);justify-content:center;align-items:center;display:flex}@media (max-width:768px){.page-module__IgZFrW__container{grid-template-columns:1fr}}
.page-module__lzA7rq__container{min-height:100vh}.page-module__lzA7rq__header{border-bottom:1px solid var(--border);background:var(--surface);z-index:10;justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex;position:sticky;top:0}.page-module__lzA7rq__logo{letter-spacing:2px;color:var(--accent);align-items:center;gap:.5rem;font-size:1.25rem;font-weight:800;text-decoration:none;display:flex}.page-module__lzA7rq__main{max-width:900px;margin:0 auto;padding:2rem 1.5rem}.page-module__lzA7rq__loading{min-height:60vh;color:var(--text-secondary);flex-direction:column;justify-content:center;align-items:center;font-size:1.1rem;display:flex}.page-module__lzA7rq__profileCard{background-color:var(--surface);border:1px solid var(--border);border-radius:16px;align-items:center;gap:2rem;margin-bottom:2rem;padding:2rem;display:flex}.page-module__lzA7rq__avatar img{object-fit:cover;border:3px solid var(--accent);border-radius:50%;width:100px;height:100px}.page-module__lzA7rq__avatarPlaceholder{background-color:var(--accent);color:#000;border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;font-size:2.5rem;font-weight:800;display:flex}.page-module__lzA7rq__info{flex:1}.page-module__lzA7rq__pseudo{color:var(--accent);margin-bottom:.25rem;font-size:2rem}.page-module__lzA7rq__bio{color:var(--text-secondary);margin-bottom:1rem;font-size:.95rem}.page-module__lzA7rq__statsRow{gap:1.5rem;margin-bottom:1rem;display:flex}.page-module__lzA7rq__stat{flex-direction:column;align-items:center;display:flex}.page-module__lzA7rq__stat strong{color:var(--text-primary);font-size:1.4rem}.page-module__lzA7rq__stat span{color:var(--text-secondary);font-size:.8rem}.page-module__lzA7rq__section{margin-bottom:2.5rem}.page-module__lzA7rq__section h2{color:var(--text-primary);margin-bottom:1rem;font-size:1.5rem}.page-module__lzA7rq__motosGrid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem;display:grid}.page-module__lzA7rq__motoCard{background-color:var(--surface);border:1px solid var(--border);border-radius:12px;overflow:hidden}.page-module__lzA7rq__motoImage{background-position:50%;background-size:cover;height:160px}.page-module__lzA7rq__motoInfo{padding:1rem}.page-module__lzA7rq__motoInfo strong{color:var(--text-primary);font-size:1rem;display:block}.page-module__lzA7rq__motoInfo span{color:var(--text-secondary);font-size:.85rem}.page-module__lzA7rq__carnetsGrid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem;display:grid}.page-module__lzA7rq__carnetCard{background-color:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.25rem;text-decoration:none;transition:transform .2s,border-color .2s}.page-module__lzA7rq__carnetCard:hover{border-color:var(--accent);transform:translateY(-3px)}.page-module__lzA7rq__carnetCard h3{color:var(--accent);margin-bottom:.75rem;font-size:1.1rem}.page-module__lzA7rq__carnetMeta{color:var(--text-secondary);gap:1rem;font-size:.85rem;display:flex}.page-module__lzA7rq__carnetMeta span{align-items:center;gap:.3rem;display:flex}@media (max-width:640px){.page-module__lzA7rq__profileCard{text-align:center;flex-direction:column}.page-module__lzA7rq__statsRow{justify-content:center}}
