.assetsPage {
    width:100%;
    margin:0;
    padding:0;
    font-family:'Inter',Arial,sans-serif;
    color:#102043;
}

.assetHeroSection {
    position:relative;
    width:100%;
    padding:34px 20px 44px;
    box-sizing:border-box;
    background:#fff;
}

.assetHeroContent {
    width:100%;
    max-width:1100px;
    margin:0 auto;
}

.assetHeroIntro {
    margin:0 auto 22px;
    text-align:center;
}

.assetHeroTitle {
    margin:0;
    color:#102043;
    font-family:'Inter',Arial,sans-serif;
    font-size:34px;
    line-height:1.15;
    font-weight:700;
    letter-spacing:-.025em;
}

.assetHeroSubtitle {
    margin:8px 0 0;
    color:#6f7b95;
    font-size:16px;
    line-height:1.45;
    font-weight:400;
}

.assetSearchContainer {
    position:relative;
    display:flex;
    align-items:center;
    width:min(740px,92%);
    height:54px;
    margin:0 auto 16px;
    background:#fff;
    border:1px solid #dbe4ef;
    border-radius:999px;
    box-sizing:border-box;
}

.assetSearchContainer:focus-within {
    border-color:#8fc3e4;
}

.assetSearchIcon {
    position:absolute;
    left:20px;
    display:flex;
    align-items:center;
    justify-content:center;
    width:22px;
    height:22px;
    color:#18345f;
    pointer-events:none;
}

.assetSearchIcon svg {
    display:block;
    width:100%;
    height:100%;
}

.assetSearch {
    width:100%;
    height:100%;
    margin:0;
    padding:0 58px 0 56px;
    border:0;
    outline:0;
    box-sizing:border-box;
    background:transparent;
    color:#18345f;
    font-family:inherit;
    font-size:16px;
    font-weight:400;
}

.assetSearch::placeholder {
    color:#78879c;
    opacity:1;
}

.assetSearchClear {
    position:absolute;
    right:16px;
    display:none;
    align-items:center;
    justify-content:center;
    width:34px;
    height:34px;
    margin:0;
    padding:0;
    border:0;
    border-radius:50%;
    background:transparent;
    color:#75869b;
    cursor:pointer;
}

.assetSearchClear.visible {
    display:flex;
}

.assetSearchClear:hover {
    background:#eef5fa;
    color:#18345f;
}

.assetSearchClear svg {
    display:block;
    width:20px;
    height:20px;
}

.assetTypeFilters {
    display:flex;
    align-items:center;
    justify-content:center;
    flex-wrap:wrap;
    gap:12px;
    margin:0;
    padding:0;
}

.assetTypePill {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:9px;
    height:44px;
    margin:0;
    padding:0 20px;
    border:1px solid #dce5ef;
    border-radius:999px;
    background:#fff;
    color:#18345f;
    font-family:inherit;
    font-size:14px;
    line-height:1;
    font-weight:600;
    cursor:pointer;
}

.assetTypePill:hover {
    border-color:#a9cce4;
}

.assetTypePill.active {
    background:#4784c2;
    border-color:#4784c2;
    color:#fff;
}

.assetTypePillIcon {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:18px;
    height:18px;
    flex-shrink:0;
}

.assetTypePillIcon svg {
    display:block;
    width:18px;
    height:18px;
}

.assetResultsSection {
    width:calc(100% - 40px);
    max-width:1800px;
    margin:0 auto;
    padding:18px 0 60px;
    box-sizing:border-box;
}

.assetsPage .assetResultsHeader {
    position:static !important;
    float:none !important;
    display:flex !important;
    flex-direction:row !important;
    align-items:center !important;
    justify-content:flex-start !important;
    flex-wrap:nowrap !important;
    width:100% !important;
    height:auto !important;
    min-height:0 !important;
    margin:0 0 28px !important;
    padding:0 !important;
    gap:12px !important;
    text-align:left !important;
    box-sizing:border-box !important;
}

.assetsPage .assetResultsTitle {
    position:static !important;
    float:none !important;
    display:block !important;
    flex:0 0 auto !important;
    width:auto !important;
    height:auto !important;
    margin:0 !important;
    padding:0 !important;
    color:#102043 !important;
    font-family:'Inter',Arial,sans-serif !important;
    font-size:22px !important;
    line-height:28px !important;
    font-weight:700 !important;
    letter-spacing:-.015em !important;
    text-align:left !important;
}

.assetsPage .assetResultCount {
    position:static !important;
    float:none !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    flex:0 0 auto !important;
    width:auto !important;
    min-width:0 !important;
    height:28px !important;
    min-height:28px !important;
    margin:0 !important;
    padding:0 11px !important;
    border:0 !important;
    border-radius:999px !important;
    background:#eef2f6 !important;
    color:#768399 !important;
    font-family:'Inter',Arial,sans-serif !important;
    font-size:13px !important;
    line-height:28px !important;
    font-weight:500 !important;
    text-align:center !important;
    box-sizing:border-box !important;
    white-space:nowrap !important;
}

.assetResult {
    display:contents;
}

.assetResult.hidden {
    display:none;
}

.noAssetsFound {
    display:none;
    width:100%;
    padding:40px 0;
    color:#6f7b95;
    font-size:16px;
    text-align:center;
}

.noAssetsFound.visible {
    display:block;
}

@media (max-width:700px) {
    .assetHeroSection { padding:27px 14px 36px; }
    .assetHeroTitle { font-size:24px; }
    .assetHeroSubtitle { font-size:15px; }
    .assetSearchContainer { width:100%; }
    .assetTypePill { height:40px; padding:0 12px; font-size: 10px; }
    .assetTypeFilters { gap: 12px; }
    .assetResultsSection { width:calc(100% - 28px); }
}