a,.custom-link{color:inherit;text-decoration:none!important}a:hover,.custom-link:hover{text-decoration:underline!important}body{font-family:var(--theme-font-family,"Inter", system-ui, -apple-system, sans-serif);background-color:var(--theme-bg);color:var(--theme-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;line-height:1.5;overflow-x:hidden}button,input,textarea,select{background-color:var(--theme-bg);color:var(--theme-text);border:1px solid var(--theme-border);font-family:inherit;transition:border-color .2s,box-shadow .2s}input:focus,textarea:focus,select:focus{box-shadow:0 0 0 2px var(--theme-border-light);outline:none;border-color:var(--theme-accent)!important}::placeholder{color:var(--theme-text-muted);opacity:1}@keyframes status-pulse{0%{transform:scale(1);box-shadow:0 0 1px 1px #22c55e00}50%{transform:scale(1.2);box-shadow:0 0 4px 2px #22c55e66}to{transform:scale(1);box-shadow:0 0 1px 1px #22c55e00}}.status-online-pulse{animation:2s ease-in-out infinite status-pulse}.mention-dropdown{background-color:var(--theme-surface);border:1px solid var(--theme-border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:1000;border-radius:14px;width:100%;max-height:220px;margin-bottom:10px;animation:.2s cubic-bezier(.175,.885,.32,1.275) mentionAppear;position:absolute;bottom:100%;left:0;overflow-y:auto;box-shadow:0 15px 45px #0006}@keyframes mentionAppear{0%{opacity:0;transform:translateY(10px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.mention-item{cursor:pointer;border-bottom:1px solid var(--theme-border-light);background:0 0;justify-content:space-between;align-items:center;padding:12px 18px;transition:all .2s;display:flex}.mention-item:last-child{border-bottom:none}.mention-item.active{background-color:var(--theme-border-light)}.mention-item-info{flex-direction:column;gap:2px;display:flex}.mention-item-header{align-items:center;gap:8px;display:flex}.mention-item-status{border-radius:50%;width:7px;height:7px}.mention-item-name{color:var(--theme-text);font-weight:800;font-size:calc(var(--theme-font-size,15px) * (14 / 15))}.mention-item-username{font-size:calc(var(--theme-font-size,15px) * (12 / 15));color:var(--theme-text-muted)}.mention-item-role{font-size:calc(var(--theme-font-size,15px) * (10 / 15));color:#fff;text-transform:uppercase;letter-spacing:.5px;border-radius:20px;padding:4px 10px;font-weight:900;box-shadow:0 4px 10px #0000001a}.skeleton-box,.skeleton-line,.skeleton-circle{background:var(--theme-border-light,#f1f5f9);position:relative;overflow:hidden;border:none!important}.skeleton-circle{border-radius:50%}.skeleton-line{border-radius:4px}.skeleton-box:after,.skeleton-line:after,.skeleton-circle:after{content:"";background:linear-gradient(90deg,#0000,#fff6,#0000);width:100%;height:100%;animation:1.5s infinite skeletonScan;position:absolute;top:0;left:0}@keyframes skeletonScan{0%{transform:translate(-100%)}to{transform:translate(100%)}}.fade-in-up{animation:.5s ease-out forwards fadeInUp}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.mention-no-results{text-align:center;color:var(--theme-text-muted);font-size:calc(var(--theme-font-size,15px) * (14 / 15));padding:20px}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.project-description{overflow-wrap:break-word;line-height:1.6}.project-description img,.project-description video,.project-description iframe,.project-description canvas{border-radius:8px;margin:10px 0;max-width:100%!important;height:auto!important}.project-description table{border-collapse:collapse;margin:20px 0;display:block;overflow-x:auto;width:100%!important}.project-description table td,.project-description table th{border:1px solid var(--theme-border-light);padding:8px}.project-description pre,.project-description code{white-space:pre-wrap;word-break:break-all;background-color:var(--theme-border-light);border-radius:4px;padding:2px 6px}:root{--theme-bg:#f8fafc;--theme-surface:#fff;--theme-text:#1e293b;--theme-text-muted:#64748b;--theme-accent:#10b981;--theme-border:#e2e8f0;--sidebar-w:260px}.home-container{flex-direction:column;min-height:100vh;display:flex}.home-header{background:var(--theme-bg);z-index:1000;justify-content:space-between;align-items:center;height:70px;padding:0 40px;display:flex;position:sticky;top:0}.header-left{align-items:center;gap:40px;display:flex}.header-nav{gap:24px;display:flex}.nav-link{font-size:calc(var(--theme-font-size,15px) * (15 / 15));color:var(--theme-text-muted);cursor:pointer;border-radius:8px;padding:8px 12px;font-weight:700;transition:all .2s}.nav-link:hover{color:var(--theme-accent);background:#10b9810d}.nav-link.active{color:var(--theme-accent);background:#10b9811a}.search-bar{background:var(--theme-bg);border:1px solid var(--theme-border);border-radius:50px;align-items:center;gap:10px;width:280px;padding:8px 18px;transition:all .2s;display:flex}.search-bar:focus-within{border-color:var(--theme-accent);box-shadow:0 0 0 3px #10b9811a}.search-bar input{font-size:calc(var(--theme-font-size,15px) * (14 / 15));width:100%;color:var(--theme-text);margin:0;padding:0;box-shadow:none!important;background:0 0!important;border:none!important;outline:none!important}.search-bar input::placeholder{color:var(--theme-text-muted)}.header-right{align-items:center;gap:20px;display:flex}.home-main-layout{box-sizing:border-box;gap:30px;width:100%;margin:0;padding:20px 20px 20px 0;display:flex}.home-sidebar{width:var(--sidebar-w);background-color:#0000;flex-shrink:0;padding-left:20px}.sidebar-sticky{flex-direction:column;gap:8px;max-height:calc(100vh - 100px);padding-right:10px;display:flex;position:sticky;top:80px;overflow-y:auto}.sidebar-sticky::-webkit-scrollbar{width:4px}.sidebar-sticky::-webkit-scrollbar-thumb{background:#10b98133;border-radius:10px}.filter-all-item{font-size:calc(var(--theme-font-size,15px) * (15 / 15));cursor:pointer;color:#10b981;border-radius:10px;align-items:center;gap:8px;margin-bottom:10px;padding:12px 16px;font-weight:800;transition:all .2s;display:flex}.filter-all-item:hover{background:#10b9811a}.filter-all-item.active{color:#fff;background:#10b981;box-shadow:0 4px 12px #10b9814d}.category-group{flex-direction:column;display:flex}.category-header{font-size:calc(var(--theme-font-size,15px) * (15 / 15));color:var(--theme-text);cursor:pointer;align-items:center;gap:8px;padding:10px 12px;font-weight:700;transition:color .2s;display:flex}.category-header:hover{color:var(--theme-accent)}.category-header .arrow{font-size:calc(var(--theme-font-size,15px) * (9 / 15));color:var(--theme-text-muted);transition:transform .2s}.category-header .arrow.expanded{transform:rotate(90deg)}.category-items{flex-direction:column;gap:2px;margin-top:2px;padding-left:20px;display:flex}.category-item-sub{font-size:calc(var(--theme-font-size,15px) * (14 / 15));color:var(--theme-text-muted);cursor:pointer;border-radius:8px;align-items:center;gap:12px;padding:8px 12px;font-weight:600;transition:all .2s;display:flex}.category-item-sub:hover{color:var(--theme-text);background:#10b9811a}.category-item-sub.active{color:var(--theme-accent);background:#10b9810d}.tag-icon{font-size:calc(var(--theme-font-size,15px) * (14 / 15));opacity:.6;transform:rotate(-15deg)}.home-content-area{flex-grow:1;min-width:0}.section-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;margin-bottom:25px;display:flex}.section-header-right{align-items:center;gap:24px;display:flex}.sort-container{background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:12px;align-items:center;gap:12px;padding:6px 12px;transition:all .2s;display:flex}.sort-container:focus-within{border-color:var(--theme-accent);box-shadow:0 0 0 3px #10b9811a}.sort-container label{font-size:calc(var(--theme-font-size,15px) * (13 / 15));color:var(--theme-text-muted);white-space:nowrap;font-weight:700}.sort-select{background:var(--theme-surface);font-size:calc(var(--theme-font-size,15px) * (14 / 15));color:var(--theme-text);cursor:pointer;border:none;border-radius:8px;outline:none;padding:4px 8px;font-weight:600;transition:all .2s}.sort-select option{background-color:var(--theme-surface);color:var(--theme-text);padding:10px}.section-header .title{font-size:calc(var(--theme-font-size,15px) * (28 / 15));color:var(--theme-text);margin:0;font-weight:800}.results-count{font-size:calc(var(--theme-font-size,15px) * (13 / 15));color:var(--theme-text-muted);font-weight:500}.projects-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:25px;display:grid}.project-card{background:var(--theme-surface);border:1px solid var(--theme-border);cursor:pointer;border-radius:12px;flex-direction:column;transition:all .3s;display:flex;overflow:hidden}.project-card:hover{border-color:var(--theme-accent);transform:translateY(-8px);box-shadow:0 20px 40px #0000001a}.project-card.hovered{border-color:var(--theme-accent)}.thumbnail-wrapper{aspect-ratio:16/9;background:#f1f5f9;position:relative;overflow:hidden}.thumbnail-wrapper img{object-fit:cover;width:100%;height:100%;transition:transform .5s cubic-bezier(.4,0,.2,1),opacity .3s}.thumbnail-wrapper img.gif-preview{animation:.3s ease-out fadeIn}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.gif-indicator{color:#fff;letter-spacing:1px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);pointer-events:none;z-index:2;background:#0009;border:1px solid #fff3;border-radius:4px;padding:2px 8px;font-size:10px;font-weight:900;position:absolute;top:10px;right:10px}.project-card:hover .thumbnail-wrapper img.static-thumb{transform:scale(1.1)}.card-body{flex-direction:column;flex-grow:1;padding:20px;display:flex}.card-title-line{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.card-title{font-size:calc(var(--theme-font-size,15px) * (17 / 15));color:var(--theme-text);white-space:nowrap;text-overflow:ellipsis;max-width:80%;margin:0;font-weight:700;overflow:hidden}.add-btn-circle{width:32px;height:32px;color:var(--theme-accent);font-size:calc(var(--theme-font-size,15px) * (20 / 15));cursor:pointer;background:#f0fdf4;border:1.5px solid #dcfce7;border-radius:50%;justify-content:center;align-items:center;padding:0;transition:all .2s;display:flex}.add-btn-circle:hover,.add-btn-circle.added{background:var(--theme-accent);color:#fff;border-color:var(--theme-accent)}.card-description{font-size:calc(var(--theme-font-size,15px) * (13 / 15));color:var(--theme-text-muted);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;min-height:3em;margin:0 0 20px;line-height:1.5;display:-webkit-box;overflow:hidden}.card-footer{border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;margin-top:auto;padding-top:15px;display:flex}.badge{font-size:calc(var(--theme-font-size,15px) * (11 / 15));color:var(--theme-accent);text-transform:uppercase;font-weight:700}.author{font-size:calc(var(--theme-font-size,15px) * (11 / 15));color:var(--theme-text-muted);font-weight:500}.no-results{text-align:center;color:var(--theme-text-muted);grid-column:1/-1;padding:80px 0}.toast-container{z-index:9999;flex-direction:column;gap:10px;display:flex;position:fixed;bottom:30px;left:50%;transform:translate(-50%)}.toast{color:#fff;font-size:calc(var(--theme-font-size,15px) * (14 / 15));background:#1e293b;border-radius:50px;padding:12px 24px;font-weight:600;animation:.3s cubic-bezier(.18,.89,.32,1.28) toastIn;box-shadow:0 10px 25px #0003}@keyframes toastIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (width<=1100px){.home-main-layout{flex-direction:column;padding:20px}.home-sidebar{width:100%}.sidebar-sticky{position:static}.filter-group{scrollbar-width:none;flex-direction:row;padding-bottom:10px;overflow-x:auto}.filter-item{white-space:nowrap}}.toast-simple{font-size:calc(var(--theme-font-size,15px) * (14 / 15));color:#fff;border-radius:50px;padding:12px 24px;font-weight:600;animation:.3s cubic-bezier(.18,.89,.32,1.28) toastIn;box-shadow:0 10px 25px #0003}.toast-simple.success{background:var(--theme-accent)}.toast-simple.error{background:#ef4444}.skeleton-box{background:var(--theme-border-light,#f1f5f9);position:relative;overflow:hidden}.skeleton-line{background:var(--theme-border-light,#f1f5f9);border-radius:4px;position:relative;overflow:hidden}.skeleton-box:after,.skeleton-line:after{content:"";background:linear-gradient(90deg,#0000,#fff6,#0000);width:100%;height:100%;animation:1.5s infinite skeletonScan;position:absolute;top:0;left:0}.project-card.skeleton{pointer-events:none;border-color:var(--theme-border)}.project-card{animation:.5s ease-out forwards cardFadeIn}@keyframes cardFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}*{box-sizing:border-box}.profile-page{background-color:var(--profile-bg,var(--theme-bg));min-height:100vh;color:var(--theme-text)}.profile-topbar{background:var(--theme-surface);border-bottom:1px solid var(--theme-border);z-index:1000;align-items:center;gap:16px;height:64px;padding:0 24px;display:flex;position:sticky;top:0}.logo{font-size:calc(var(--theme-font-size,15px) * (24 / 15));color:var(--theme-accent);cursor:pointer;letter-spacing:-1px;margin:0;font-weight:900}.profile-topbar-back{color:var(--theme-text-muted);font-size:calc(var(--theme-font-size,15px) * (13 / 15));align-items:center;gap:6px;text-decoration:none;transition:color .15s;display:flex}.profile-topbar-back:hover{color:var(--theme-text)}.profile-topbar-title{font-size:calc(var(--theme-font-size,15px) * (14 / 15));color:var(--theme-text);font-weight:600}.profile-topbar-user{margin-left:auto}.profile-topbar-avatar{background:var(--theme-surface);border:1px solid var(--theme-border);width:28px;height:28px;font-size:calc(var(--theme-font-size,15px) * (11 / 15));color:var(--theme-text);border-radius:50%;justify-content:center;align-items:center;font-weight:700;display:flex;overflow:hidden}.profile-settings-layout{gap:0;max-width:1100px;min-height:calc(100vh - 64px);margin:0 auto;padding:32px 24px;display:flex}.settings-sidebar{flex-shrink:0;align-self:flex-start;width:220px;padding-right:24px;position:sticky;top:88px}.sidebar-section-label{font-size:calc(var(--theme-font-size,15px) * (11 / 15));color:var(--theme-text-muted);text-transform:uppercase;letter-spacing:.8px;margin-top:20px;margin-bottom:6px;padding:0 12px;font-weight:600}.sidebar-section-label:first-child{margin-top:0}.sidebar-nav-item{font-size:calc(var(--theme-font-size,15px) * (14 / 15));color:var(--theme-text-muted);cursor:pointer;text-align:left;background:0 0;border:none;border-left:2px solid #0000;border-radius:6px;align-items:center;gap:10px;width:100%;margin-bottom:2px;padding:8px 12px;font-weight:500;transition:background .15s,color .15s;display:flex}.sidebar-nav-item:hover{background:var(--theme-border-light);color:var(--theme-text)}.sidebar-nav-item.active{background:var(--theme-border-light);color:var(--theme-text);border-left-color:var(--theme-accent)}.sidebar-nav-item svg{opacity:.7;flex-shrink:0;width:16px;height:16px}.sidebar-nav-item.active svg{opacity:1}.settings-content{border-left:1px solid var(--theme-border);flex:1;min-width:0;padding-left:40px}.settings-notification{font-size:calc(var(--theme-font-size,15px) * (14 / 15));border-radius:8px;align-items:center;gap:8px;margin-bottom:24px;padding:12px 16px;animation:.3s slideUp;display:flex}.settings-notification.success{color:#10b981;background:#10b98114;border:1px solid #10b9814d}.settings-notification.error{color:#ef4444;background:#ef444414;border:1px solid #ef44444d}.settings-panel{margin-bottom:32px;animation:.25s fadeIn}.settings-panel-header{border-bottom:1px solid var(--theme-border);margin-bottom:24px;padding-bottom:16px}.settings-panel-title{font-size:calc(var(--theme-font-size,15px) * (20 / 15));color:var(--theme-text);margin:0 0 6px;font-weight:700}.settings-panel-desc{font-size:calc(var(--theme-font-size,15px) * (13 / 15));color:#6b7280;margin:0}.avatar-upload-section{background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:10px;align-items:center;gap:24px;margin-bottom:24px;padding:20px;display:flex}.avatar-large{background:var(--theme-surface);border:1px solid var(--theme-border);width:80px;height:80px;font-size:calc(var(--theme-font-size,15px) * (28 / 15));color:var(--theme-text);cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-weight:800;transition:opacity .2s;display:flex;overflow:hidden}.avatar-large:hover{opacity:.8}.avatar-upload-info h4{font-size:calc(var(--theme-font-size,15px) * (15 / 15));color:var(--theme-text);margin:0 0 4px;font-weight:600}.avatar-upload-info p{font-size:calc(var(--theme-font-size,15px) * (13 / 15));color:#6b7280;margin:0 0 12px}.banner-upload-section{cursor:pointer;border:1px solid var(--theme-border);background:linear-gradient(135deg,#4f46e5,#10b981);border-radius:10px;height:120px;margin-bottom:24px;position:relative;overflow:hidden}.banner-upload-overlay{opacity:0;font-size:calc(var(--theme-font-size,15px) * (14 / 15));color:var(--theme-text);background:#00000080;justify-content:center;align-items:center;gap:8px;font-weight:600;transition:opacity .2s;display:flex;position:absolute;inset:0}.banner-upload-section:hover .banner-upload-overlay{opacity:1}.settings-field{margin-bottom:20px}.settings-field label{font-size:calc(var(--theme-font-size,15px) * (12 / 15));color:var(--theme-text-muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;font-weight:600;display:block}.settings-input{background:var(--profile-input-bg,var(--theme-surface));border:1px solid var(--profile-input-border,var(--theme-border));width:100%;color:var(--theme-text);font-size:calc(var(--theme-font-size,15px) * (14 / 15));border-radius:8px;padding:10px 14px;font-family:inherit;transition:border-color .2s,box-shadow .2s}.settings-input:focus{border-color:var(--theme-accent);box-shadow:0 0 0 3px var(--theme-border-light);outline:none}.settings-input::placeholder{color:#444}textarea.settings-input{resize:vertical;min-height:96px;line-height:1.6}.settings-input-hint{font-size:calc(var(--theme-font-size,15px) * (12 / 15));color:var(--theme-text-muted);margin-top:6px}.settings-divider{background:var(--theme-border);height:1px;margin:28px 0}.settings-btn{font-size:calc(var(--theme-font-size,15px) * (14 / 15));cursor:pointer;border:none;border-radius:7px;padding:9px 20px;font-weight:600;transition:all .2s}.settings-btn-primary{color:var(--theme-text);background:#4f46e5}.settings-btn-primary:hover{background:#4338ca}.settings-btn-primary:disabled{color:#666;cursor:not-allowed;background:#333}.settings-btn-danger{color:#ef4444;background:0 0;border:1px solid #ef4444}.settings-btn-danger:hover{background:#ef444414}.settings-btn-ghost{border:1px solid var(--theme-border);color:var(--theme-text-muted);background:0 0}.settings-btn-ghost:hover{background:var(--theme-border-light);color:var(--theme-text)}.connected-account-row{background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:8px;justify-content:space-between;align-items:center;margin-bottom:10px;padding:14px 16px;transition:border-color .15s;display:flex}.connected-account-row:hover{border-color:var(--theme-accent)}.connected-account-left{align-items:center;gap:14px;display:flex}.connected-account-icon{width:36px;height:36px;font-size:calc(var(--theme-font-size,15px) * (18 / 15));border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.connected-account-name{font-size:calc(var(--theme-font-size,15px) * (14 / 15));color:var(--theme-text);font-weight:600}.connected-account-status{font-size:calc(var(--theme-font-size,15px) * (12 / 15));color:#6b7280;margin-top:2px}.connected-account-status.linked{color:#10b981}.font-option-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:10px;display:grid}.font-option-card{background:var(--theme-surface);cursor:pointer;text-align:center;border:2px solid #222;border-radius:8px;padding:14px;transition:all .15s}.font-option-card:hover{border-color:#444}.font-option-card.selected{border-color:var(--theme-accent);background:#0000000d}.font-option-card .preview{font-size:calc(var(--theme-font-size,15px) * (20 / 15));margin-bottom:6px}.font-option-card .name{font-size:calc(var(--theme-font-size,15px) * (11 / 15));color:var(--theme-text-muted)}.color-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.danger-zone{background:#ef444405;border:1px solid #ef444433;border-radius:10px;padding:20px}.danger-zone-title{font-size:calc(var(--theme-font-size,15px) * (14 / 15));color:#ef4444;margin:0 0 8px;font-weight:600}.danger-zone-desc{font-size:calc(var(--theme-font-size,15px) * (13 / 15));color:#6b7280;margin:0 0 16px}.modal-overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:9999;background:#000c;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-box{background:var(--theme-bg);border:1px solid var(--theme-border);border-radius:14px;width:90%;max-width:460px;padding:28px;animation:.25s slideUp;box-shadow:0 25px 60px #000000b3}.modal-title{font-size:calc(var(--theme-font-size,15px) * (18 / 15));color:var(--theme-text);margin:0 0 8px;font-weight:700}.modal-desc{font-size:calc(var(--theme-font-size,15px) * (14 / 15));color:var(--theme-text-muted);margin:0 0 22px;line-height:1.6}.modal-input{background:var(--theme-surface);border:1px solid var(--theme-border);width:100%;color:var(--theme-text);font-size:calc(var(--theme-font-size,15px) * (14 / 15));border-radius:8px;margin-bottom:14px;padding:10px 14px}.modal-input:focus{border-color:#4f46e5;outline:none}.modal-actions{gap:10px;margin-top:4px;display:flex}@media (width<=768px){.profile-settings-layout{flex-direction:column;gap:0;padding:16px}.settings-sidebar{border-bottom:1px solid var(--theme-border);flex-wrap:wrap;gap:4px;width:100%;margin-bottom:24px;padding-bottom:16px;padding-right:0;display:flex;position:static}.sidebar-section-label{display:none}.sidebar-nav-item{font-size:calc(var(--theme-font-size,15px) * (13 / 15));border-bottom:2px solid #0000;border-left:none;border-radius:6px;padding:7px 12px}.sidebar-nav-item.active{border-bottom-color:var(--theme-accent);border-left-color:#0000}.settings-content{border-left:none;padding-left:0}.color-grid{grid-template-columns:1fr}}@keyframes slideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.profile-container{min-height:100vh}.animal-avatar-selector{background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:10px;margin-top:16px;margin-bottom:24px;padding:18px}.animal-avatar-selector h5{font-size:calc(var(--theme-font-size,15px) * (11 / 15));color:var(--theme-text-muted);text-transform:uppercase;letter-spacing:.8px;margin:0 0 14px;font-weight:600}.animal-avatar-grid{grid-template-columns:repeat(auto-fill,minmax(64px,1fr));gap:12px;display:grid}.animal-avatar-item{aspect-ratio:1;cursor:pointer;background:var(--theme-bg);border:2px solid #0000;border-radius:10px;transition:all .2s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.animal-avatar-item:hover{border-color:var(--theme-border);transform:translateY(-3px);box-shadow:0 8px 16px #0003}.animal-avatar-item.active{border-color:var(--theme-accent);box-shadow:0 0 0 3px var(--theme-border-light), 0 8px 20px #0000004d}.animal-avatar-item img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.animal-avatar-item:hover img{transform:scale(1.1)}.moderation-row{transition:background-color .2s}.moderation-row:hover{background-color:#f8fafc!important}.action-btn{border-radius:8px;justify-content:center;align-items:center;padding:8px;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex!important}.action-btn:hover{background-color:#f1f5f9;transform:scale(1.1)}.action-btn:active{transform:scale(.95)}.community-page{--sidebar-w:280px}.community-main-layout{box-sizing:border-box;grid-template-columns:1fr min(800px,100%) 1fr;width:100%;padding:32px 40px;display:grid}.community-feed{grid-column:2;width:100%;min-width:0}.community-sidebar{width:var(--sidebar-w);flex-shrink:0;grid-column:3;justify-self:end}.sidebar-sticky{flex-direction:column;gap:20px;display:flex;position:sticky;top:90px}.sidebar-section{background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:16px;padding:20px}.sidebar-title{font-size:calc(var(--theme-font-size,15px) * (13 / 15));color:var(--theme-text-muted);text-transform:uppercase;letter-spacing:1px;margin-bottom:12px;font-weight:800}.filter-group{flex-direction:column;gap:4px;display:flex}.filter-item{cursor:pointer;color:var(--theme-text-muted);font-weight:600;font-size:calc(var(--theme-font-size,15px) * (14 / 15));border-radius:10px;align-items:center;gap:12px;padding:10px 14px;transition:all .2s;display:flex}.filter-item:hover{background:var(--theme-border-light);color:var(--theme-text);transform:translate(4px)}.filter-item.active{background:var(--theme-accent);color:#fff;box-shadow:0 4px 12px rgba(var(--theme-accent-rgb), .3)}.filter-icon{font-size:calc(var(--theme-font-size,15px) * (18 / 15))}.stats-box{flex-direction:column;gap:10px;display:flex}.stat-row{font-size:calc(var(--theme-font-size,15px) * (13 / 15));color:var(--theme-text-muted);justify-content:space-between;display:flex}.stat-row b{color:var(--theme-text)}.sidebar-promo{background:linear-gradient(135deg, var(--theme-accent) 0%, #1e40af 100%);color:#fff;text-align:center;border-radius:16px;padding:24px}.sidebar-promo h4{font-size:calc(var(--theme-font-size,15px) * (18 / 15));margin:0 0 8px;font-weight:900}.sidebar-promo p{font-size:calc(var(--theme-font-size,15px) * (12 / 15));opacity:.9;margin-bottom:16px;line-height:1.5}.sidebar-promo button{width:100%;color:var(--theme-accent);cursor:pointer;background:#fff;border:none;border-radius:8px;padding:10px;font-weight:700;transition:transform .2s}.sidebar-promo button:hover{transform:scale(1.05)}.feed-header{justify-content:space-between;align-items:center;margin-bottom:30px;display:flex}.feed-title{font-size:calc(var(--theme-font-size,15px) * (26 / 15));margin:0 0 4px;font-weight:800}.feed-subtitle{font-size:calc(var(--theme-font-size,15px) * (14 / 15));color:var(--theme-text-muted);margin:0}.btn-create-post{background-color:var(--theme-accent);color:#fff;cursor:pointer;box-shadow:0 4px 12px rgba(var(--theme-accent-rgb,16, 185, 129), .3);border:none;border-radius:8px;padding:10px 20px;font-weight:700;transition:transform .2s}.btn-create-post:hover{transform:translateY(-2px)}.post-card{transition:box-shadow .2s}.post-card:hover{box-shadow:0 10px 25px #00000014}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-card{animation:.3s cubic-bezier(.19,1,.22,1) modalScale;box-shadow:0 20px 40px #0000004d}@keyframes modalScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@media (width<=900px){.community-main-layout{flex-direction:column;padding:20px}.community-sidebar{width:100%}.sidebar-sticky{position:static}.filter-group{scrollbar-width:none;flex-direction:row;padding-bottom:10px;overflow-x:auto}.filter-item{white-space:nowrap}}.icon-themed{filter:drop-shadow(0 0 2px #0000001a);transition:transform .2s cubic-bezier(.175,.885,.32,1.275),filter .2s}.action-btn:hover .icon-themed{transform:scale(1.2)}.action-btn.liked .icon-themed{filter:drop-shadow(0 0 5px var(--theme-accent-glow,#ef444466))}.community-page{--theme-accent-glow:color-mix(in srgb, var(--theme-accent) 40%, transparent)}@keyframes reactionPop{0%{opacity:0;transform:scale(.8)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}.react-trigger{transition:all .2s;background-color:var(--theme-surface)!important;border:1px solid var(--theme-border)!important;color:var(--theme-text)!important}.react-trigger:hover{transform:scale(1.1);background-color:var(--theme-border-light)!important;border-color:var(--theme-accent)!important}.reaction-badge{background-color:var(--theme-surface);border:1px solid var(--theme-border);color:var(--theme-text);font-size:calc(var(--theme-font-size,15px) * (12 / 15));border-radius:20px;align-items:center;gap:4px;padding:4px 8px;transition:all .2s;display:inline-flex}.reaction-badge:hover{border-color:var(--theme-accent);background-color:var(--theme-border-light)}.reaction-badge.active{background-color:rgba(var(--theme-accent-rgb), .1);border-color:var(--theme-accent)}.post-gallery-item{position:relative;overflow:hidden}.post-gallery-item video{pointer-events:auto}.media-modal-overlay{animation:.3s fadeIn}.media-modal-container{animation:.3s cubic-bezier(.19,1,.22,1) scaleUp}@keyframes scaleUp{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.media-modal-overlay button:hover{filter:brightness(1.1);transform:scale(1.05)}.share-modal{border-radius:20px!important;max-width:450px!important;padding:0!important}.share-modal-header{border-bottom:1px solid var(--theme-border);justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.share-modal-header h3{font-size:calc(var(--theme-font-size,15px) * (18 / 15));margin:0;font-weight:800}.share-modal-header .close-btn{font-size:calc(var(--theme-font-size,15px) * (24 / 15));color:var(--theme-text-muted);cursor:pointer;background:0 0;border:none}.share-modal-content{padding:24px}.share-post-title{font-size:calc(var(--theme-font-size,15px) * (14 / 15));color:var(--theme-text-muted);margin-bottom:16px;font-weight:600}.share-link-row{gap:10px;margin-bottom:24px;display:flex}.share-link-row input{border:1px solid var(--theme-border);background:var(--theme-bg);color:var(--theme-text-muted);font-size:calc(var(--theme-font-size,15px) * (13 / 15));border-radius:10px;outline:none;flex:1;padding:10px 14px}.share-link-row button{background:var(--theme-accent);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:10px;padding:10px 20px;font-weight:700;transition:all .2s}.share-link-row button.copied{background:#22c55e}.share-social-grid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.social-btn{border:1px solid var(--theme-border);background:var(--theme-surface);cursor:pointer;border-radius:16px;flex-direction:column;align-items:center;gap:8px;padding:16px;transition:all .2s;display:flex}.social-btn:hover{background:var(--theme-border-light);border-color:var(--theme-accent);transform:translateY(-4px)}.reaction-group-container{background:var(--theme-surface);border:1px solid var(--theme-border);cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:50px;align-items:center;gap:12px;padding:4px 12px 4px 8px;transition:all .2s cubic-bezier(.175,.885,.32,1.275);display:flex}.reaction-group-container:hover{background:var(--theme-border-light);border-color:var(--theme-accent);transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.reaction-group-container.has-reacted{background:rgba(var(--theme-accent-rgb), .08);border-color:var(--theme-accent)}.reaction-stack{align-items:center;display:flex}.stacked-emoji{background:var(--theme-surface);border:2px solid var(--theme-bg);z-index:1;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;margin-right:-8px;font-size:14px;display:flex;box-shadow:0 2px 4px #0000001a}.stacked-emoji:last-child{margin-right:0}.reaction-count{font-size:calc(var(--theme-font-size,15px) * (13 / 15));color:var(--theme-text);margin-left:12px;font-weight:800}.like-trigger{color:var(--theme-text-muted);border-radius:50px;align-items:center;gap:6px;padding:4px 8px;font-weight:700;transition:all .2s;display:flex}.like-trigger:hover{color:#ef4444;background:#ef44441a}.like-trigger.liked{color:#ef4444}
