.profile-header{background:linear-gradient(180deg,rgba(99,102,241,.1),transparent);border-radius:16px;padding:32px;margin-bottom:32px}.profile-header__main{display:flex;align-items:flex-start;gap:24px;margin-bottom:32px}@media(max-width:640px){.profile-header__main{flex-direction:column;align-items:center;text-align:center}}.profile-header__avatar-wrapper{flex-shrink:0}.profile-header__avatar{width:120px;height:120px;border:4px solid rgba(99,102,241,.3);box-shadow:0 0 30px rgba(99,102,241,.2)}@media(max-width:640px){.profile-header__avatar{width:100px;height:100px}}.profile-header__avatar-fallback{background:linear-gradient(135deg,#6366f1,#a855f7);color:#fff;font-size:2.5rem;font-weight:600}.profile-header__info{flex:1;min-width:0}.profile-header__name{font-size:2rem;font-weight:700;color:#f1f5f9;margin:0 0 4px;line-height:1.2}@media(max-width:640px){.profile-header__name{font-size:1.5rem}}.profile-header__username{display:block;font-size:1.125rem;color:#94a3b8;margin-bottom:12px}.profile-header__meta{display:flex;align-items:center;gap:8px;color:#64748b;font-size:.875rem}@media(max-width:640px){.profile-header__meta{justify-content:center}}.profile-header__meta-icon{width:16px;height:16px}.profile-header__actions{flex-shrink:0}@media(max-width:640px){.profile-header__actions{width:100%}}.profile-header__settings-btn{display:flex;align-items:center;gap:8px;background:hsla(0,0%,100%,.05);border-color:hsla(0,0%,100%,.1);color:#e2e8f0;transition:all .2s ease}.profile-header__settings-btn:hover{background:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.2)}@media(max-width:640px){.profile-header__settings-btn{width:100%;justify-content:center}}.profile-header__stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;padding-top:24px;border-top:1px solid hsla(0,0%,100%,.06)}@media(max-width:768px){.profile-header__stats{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.profile-header__stats{grid-template-columns:1fr}}.profile-header__stat{display:flex;align-items:center;gap:12px;padding:16px;background:hsla(0,0%,100%,.03);border-radius:12px;border:1px solid hsla(0,0%,100%,.05);transition:all .2s ease}.profile-header__stat:hover{background:hsla(0,0%,100%,.05);border-color:hsla(0,0%,100%,.1)}.profile-header__stat--link{cursor:pointer;text-decoration:none;color:inherit}.profile-header__stat--link:hover{background:hsla(0,0%,100%,.07);border-color:hsla(0,0%,100%,.15);transform:translateY(-1px)}.profile-header__stat-icon{width:24px;height:24px;padding:6px;border-radius:8px;flex-shrink:0}.profile-header__stat-icon--companies{background:rgba(99,102,241,.2);color:#818cf8}.profile-header__stat-icon--agents{background:rgba(168,85,247,.2);color:#c084fc}.profile-header__stat-icon--modules{background:rgba(249,115,22,.2);color:#fb923c}.profile-header__stat-icon--downloads{background:rgba(34,197,94,.2);color:#4ade80}.profile-header__stat-info{display:flex;flex-direction:column;min-width:0}.profile-header__stat-value{font-size:1.5rem;font-weight:700;color:#f1f5f9;line-height:1}.profile-header__stat-label{font-size:.75rem;color:#64748b;margin-top:4px;text-transform:lowercase}.pinned-section{margin-bottom:32px}.pinned-section__header{display:flex;align-items:center;gap:10px;margin-bottom:16px}.pinned-section__header-icon{width:18px;height:18px;color:#f59e0b}.pinned-section__title{font-size:1.125rem;font-weight:600;color:#f1f5f9;margin:0}.pinned-section__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px}@media(max-width:640px){.pinned-section__grid{grid-template-columns:1fr}}.pinned-card{display:flex;align-items:flex-start;gap:16px;padding:20px;background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.06);border-radius:12px;text-decoration:none;transition:all .2s ease;position:relative;overflow:hidden}.pinned-card:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:var(--company-color,#6366f1);opacity:.8}.pinned-card:hover{background:hsla(0,0%,100%,.06);border-color:hsla(0,0%,100%,.1);transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.3)}.pinned-card__avatar{flex-shrink:0}.pinned-card__avatar-inner{width:48px;height:48px;border:2px solid var(--company-color,#6366f1)}.pinned-card__avatar-fallback{background:linear-gradient(135deg,var(--company-color,#6366f1) 0,#a855f7 100%);color:#fff}.pinned-card__avatar-fallback--emoji{font-size:1.5rem;background:rgba(99,102,241,.2)}.pinned-card__content{flex:1;min-width:0}.pinned-card__title{font-size:1rem;font-weight:600;color:#f1f5f9;margin:0 0 4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pinned-card__description{font-size:.875rem;color:#94a3b8;margin:0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.pinned-card__badge{position:absolute;top:12px;right:12px;display:flex;align-items:center;gap:4px;padding:4px 8px;background:rgba(99,102,241,.2);border-radius:6px;font-size:.625rem;color:#a5b4fc;text-transform:uppercase;letter-spacing:.05em}.companies-section{margin-bottom:32px}.companies-section__header{display:flex;align-items:center;gap:10px;margin-bottom:16px}.companies-section__header-icon{width:18px;height:18px;color:#6366f1}.companies-section__title{font-size:1.125rem;font-weight:600;color:#f1f5f9;margin:0}.companies-section__count{padding:2px 10px;background:rgba(99,102,241,.2);border-radius:12px;font-size:.75rem;font-weight:600;color:#a5b4fc}.companies-section__list{display:flex;flex-direction:column;gap:8px}.company-row{display:flex;align-items:center;gap:16px;padding:16px 20px;background:hsla(0,0%,100%,.02);border:1px solid hsla(0,0%,100%,.05);border-radius:12px;text-decoration:none;transition:all .2s ease}.company-row:hover{background:hsla(0,0%,100%,.05);border-color:var(--company-color,rgba(99,102,241,.3))}.company-row:hover .company-row__arrow{transform:translateX(4px);color:var(--company-color,#6366f1)}.company-row__avatar{flex-shrink:0}.company-row__avatar-inner{width:40px;height:40px;border:2px solid var(--company-color,#6366f1)}.company-row__avatar-fallback{background:linear-gradient(135deg,var(--company-color,#6366f1) 0,#a855f7 100%);color:#fff;font-size:.875rem}.company-row__avatar-fallback--emoji{font-size:1.25rem;background:rgba(99,102,241,.2)}.company-row__content{flex:1;min-width:0}.company-row__title{font-size:.9375rem;font-weight:600;color:#e2e8f0;margin:0 0 2px}.company-row__description,.company-row__title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.company-row__description{font-size:.8125rem;color:#64748b;margin:0}.company-row__meta{display:flex;align-items:center;gap:12px;flex-shrink:0}.company-row__date{font-size:.75rem;color:#475569}@media(max-width:480px){.company-row__date{display:none}}.company-row__arrow{width:18px;height:18px;color:#475569;transition:all .2s ease}.store-modules-section{margin-bottom:32px}.store-modules-section__header{display:flex;align-items:center;gap:10px;margin-bottom:16px}.store-modules-section__header-icon{width:18px;height:18px;color:#f97316}.store-modules-section__title{font-size:1.125rem;font-weight:600;color:#f1f5f9;margin:0}.store-modules-section__count{padding:2px 10px;background:rgba(249,115,22,.2);border-radius:12px;font-size:.75rem;font-weight:600;color:#fb923c}.store-modules-section__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}@media(max-width:640px){.store-modules-section__grid{grid-template-columns:1fr}}.store-module-card{display:flex;flex-direction:column;padding:20px;background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.06);border-radius:12px;transition:all .2s ease;position:relative;overflow:hidden;text-decoration:none;cursor:pointer}.store-module-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--module-color,#6366f1)}.store-module-card:hover{background:hsla(0,0%,100%,.05);border-color:var(--module-color,rgba(99,102,241,.3));transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.3)}.store-module-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:16px}.store-module-card__icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:hsla(0,0%,100%,.05);border-radius:12px;font-size:1.5rem}.store-module-card__badges{display:flex;flex-direction:column;align-items:flex-end;gap:6px}.store-module-card__license{padding:3px 8px;border-radius:6px;font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.store-module-card__license--open{background:rgba(34,197,94,.2);color:#4ade80}.store-module-card__license--closed{background:rgba(168,85,247,.2);color:#c084fc}.store-module-card__type{font-size:.6875rem;color:#64748b}.store-module-card__content{flex:1;margin-bottom:16px}.store-module-card__title{font-size:1rem;font-weight:600;color:#f1f5f9;margin:0 0 8px}.store-module-card__description{font-size:.8125rem;color:#94a3b8;margin:0;line-height:1.5;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.store-module-card__footer{display:flex;align-items:center;justify-content:space-between;padding-top:16px;border-top:1px solid hsla(0,0%,100%,.05)}.store-module-card__stats{display:flex;align-items:center;gap:6px;font-size:.8125rem;color:#64748b}.store-module-card__stats-icon{width:14px;height:14px}.store-module-card__install-btn{display:flex;align-items:center;gap:6px;background:var(--module-color,#6366f1);color:#fff;border:none;font-size:.8125rem;font-weight:500;padding:8px 16px;transition:all .2s ease}.store-module-card__install-btn:hover:not(:disabled){filter:brightness(1.1);transform:scale(1.02)}.store-module-card__install-btn:disabled{opacity:.7;cursor:not-allowed}