.profile-header{background:linear-gradient(#6366f11a 0%,#0000 100%);border-radius:16px;margin-bottom:32px;padding:32px}.profile-header__main{align-items:flex-start;gap:24px;margin-bottom:32px;display:flex}@media (max-width:640px){.profile-header__main{text-align:center;flex-direction:column;align-items:center}}.profile-header__avatar-wrapper{flex-shrink:0}.profile-header__avatar{border:4px solid #6366f14d;width:120px;height:120px;box-shadow:0 0 30px #6366f133}@media (max-width:640px){.profile-header__avatar{width:100px;height:100px}}.profile-header__avatar-fallback{color:#fff;background:linear-gradient(135deg,#6366f1 0%,#a855f7 100%);font-size:2.5rem;font-weight:600}.profile-header__info{flex:1;min-width:0}.profile-header__name{color:#f1f5f9;margin:0 0 4px;font-size:2rem;font-weight:700;line-height:1.2}@media (max-width:640px){.profile-header__name{font-size:1.5rem}}.profile-header__username{color:#94a3b8;margin-bottom:12px;font-size:1.125rem;display:block}.profile-header__meta{color:#64748b;align-items:center;gap:8px;font-size:.875rem;display:flex}@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{color:#e2e8f0;background:#ffffff0d;border-color:#ffffff1a;align-items:center;gap:8px;transition:all .2s;display:flex}.profile-header__settings-btn:hover{background:#ffffff1a;border-color:#fff3}@media (max-width:640px){.profile-header__settings-btn{justify-content:center;width:100%}}.profile-header__stats{border-top:1px solid #ffffff0f;grid-template-columns:repeat(4,1fr);gap:16px;padding-top:24px;display:grid}@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{background:#ffffff08;border:1px solid #ffffff0d;border-radius:12px;align-items:center;gap:12px;padding:16px;transition:all .2s;display:flex}.profile-header__stat:hover{background:#ffffff0d;border-color:#ffffff1a}.profile-header__stat-icon{border-radius:8px;flex-shrink:0;width:24px;height:24px;padding:6px}.profile-header__stat-icon--companies{color:#818cf8;background:#6366f133}.profile-header__stat-icon--agents{color:#c084fc;background:#a855f733}.profile-header__stat-icon--modules{color:#fb923c;background:#f9731633}.profile-header__stat-icon--downloads{color:#4ade80;background:#22c55e33}.profile-header__stat-info{flex-direction:column;min-width:0;display:flex}.profile-header__stat-value{color:#f1f5f9;font-size:1.5rem;font-weight:700;line-height:1}.profile-header__stat-label{color:#64748b;text-transform:lowercase;margin-top:4px;font-size:.75rem}
.pinned-section{margin-bottom:32px}.pinned-section__header{align-items:center;gap:10px;margin-bottom:16px;display:flex}.pinned-section__header-icon{color:#f59e0b;width:18px;height:18px}.pinned-section__title{color:#f1f5f9;margin:0;font-size:1.125rem;font-weight:600}.pinned-section__grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px;display:grid}@media (max-width:640px){.pinned-section__grid{grid-template-columns:1fr}}.pinned-card{background:#ffffff08;border:1px solid #ffffff0f;border-radius:12px;align-items:flex-start;gap:16px;padding:20px;text-decoration:none;transition:all .2s;display:flex;position:relative;overflow:hidden}.pinned-card:before{content:"";background:var(--company-color,#6366f1);opacity:.8;width:4px;height:100%;position:absolute;top:0;left:0}.pinned-card:hover{background:#ffffff0f;border-color:#ffffff1a;transform:translateY(-2px);box-shadow:0 8px 25px #0000004d}.pinned-card__avatar{flex-shrink:0}.pinned-card__avatar-inner{border:2px solid var(--company-color,#6366f1);width:48px;height:48px}.pinned-card__avatar-fallback{background:linear-gradient(135deg,var(--company-color,#6366f1)0%,#a855f7 100%);color:#fff}.pinned-card__avatar-fallback--emoji{background:#6366f133;font-size:1.5rem}.pinned-card__content{flex:1;min-width:0}.pinned-card__title{color:#f1f5f9;text-overflow:ellipsis;white-space:nowrap;margin:0 0 4px;font-size:1rem;font-weight:600;overflow:hidden}.pinned-card__description{color:#94a3b8;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.875rem;display:-webkit-box;overflow:hidden}.pinned-card__badge{color:#a5b4fc;text-transform:uppercase;letter-spacing:.05em;background:#6366f133;border-radius:6px;align-items:center;gap:4px;padding:4px 8px;font-size:.625rem;display:flex;position:absolute;top:12px;right:12px}
.companies-section{margin-bottom:32px}.companies-section__header{align-items:center;gap:10px;margin-bottom:16px;display:flex}.companies-section__header-icon{color:#6366f1;width:18px;height:18px}.companies-section__title{color:#f1f5f9;margin:0;font-size:1.125rem;font-weight:600}.companies-section__count{color:#a5b4fc;background:#6366f133;border-radius:12px;padding:2px 10px;font-size:.75rem;font-weight:600}.companies-section__list{flex-direction:column;gap:8px;display:flex}.company-row{background:#ffffff05;border:1px solid #ffffff0d;border-radius:12px;align-items:center;gap:16px;padding:16px 20px;text-decoration:none;transition:all .2s;display:flex}.company-row:hover{border-color:var(--company-color,#6366f14d);background:#ffffff0d}.company-row:hover .company-row__arrow{color:var(--company-color,#6366f1);transform:translate(4px)}.company-row__avatar{flex-shrink:0}.company-row__avatar-inner{border:2px solid var(--company-color,#6366f1);width:40px;height:40px}.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{background:#6366f133;font-size:1.25rem}.company-row__content{flex:1;min-width:0}.company-row__title{color:#e2e8f0;text-overflow:ellipsis;white-space:nowrap;margin:0 0 2px;font-size:.9375rem;font-weight:600;overflow:hidden}.company-row__description{color:#64748b;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:.8125rem;overflow:hidden}.company-row__meta{flex-shrink:0;align-items:center;gap:12px;display:flex}.company-row__date{color:#475569;font-size:.75rem}@media (max-width:480px){.company-row__date{display:none}}.company-row__arrow{color:#475569;width:18px;height:18px;transition:all .2s}
.store-modules-section{margin-bottom:32px}.store-modules-section__header{align-items:center;gap:10px;margin-bottom:16px;display:flex}.store-modules-section__header-icon{color:#f97316;width:18px;height:18px}.store-modules-section__title{color:#f1f5f9;margin:0;font-size:1.125rem;font-weight:600}.store-modules-section__count{color:#fb923c;background:#f9731633;border-radius:12px;padding:2px 10px;font-size:.75rem;font-weight:600}.store-modules-section__grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;display:grid}@media (max-width:640px){.store-modules-section__grid{grid-template-columns:1fr}}.store-module-card{cursor:pointer;background:#ffffff08;border:1px solid #ffffff0f;border-radius:12px;flex-direction:column;padding:20px;text-decoration:none;transition:all .2s;display:flex;position:relative;overflow:hidden}.store-module-card:before{content:"";background:var(--module-color,#6366f1);height:3px;position:absolute;top:0;left:0;right:0}.store-module-card:hover{border-color:var(--module-color,#6366f14d);background:#ffffff0d;transform:translateY(-2px);box-shadow:0 8px 25px #0000004d}.store-module-card__header{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:16px;display:flex}.store-module-card__icon{background:#ffffff0d;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.5rem;display:flex}.store-module-card__badges{flex-direction:column;align-items:flex-end;gap:6px;display:flex}.store-module-card__license{text-transform:uppercase;letter-spacing:.05em;border-radius:6px;padding:3px 8px;font-size:.625rem;font-weight:600}.store-module-card__license--open{color:#4ade80;background:#22c55e33}.store-module-card__license--closed{color:#c084fc;background:#a855f733}.store-module-card__type{color:#64748b;font-size:.6875rem}.store-module-card__content{flex:1;margin-bottom:16px}.store-module-card__title{color:#f1f5f9;margin:0 0 8px;font-size:1rem;font-weight:600}.store-module-card__description{color:#94a3b8;text-overflow:ellipsis;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:.8125rem;line-height:1.5;display:-webkit-box;overflow:hidden}.store-module-card__footer{border-top:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding-top:16px;display:flex}.store-module-card__stats{color:#64748b;align-items:center;gap:6px;font-size:.8125rem;display:flex}.store-module-card__stats-icon{width:14px;height:14px}.store-module-card__install-btn{background:var(--module-color,#6366f1);color:#fff;border:none;align-items:center;gap:6px;padding:8px 16px;font-size:.8125rem;font-weight:500;transition:all .2s;display:flex}.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}
