:root{--cpc-bg:#08111f;--cpc-bg-soft:#0b1627;--cpc-border:#243149;--cpc-border-hover:#8b5cf6;--cpc-text:#f8fafc;--cpc-muted:#a9b4c7;--cpc-purple:#7c4dff;--cpc-cyan:#39c6f4;--cpc-green:#2de2a6;--cpc-orange:#ff9f43;--cpc-red:#ff5d73}.cpc-project-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;width:100%;align-items:stretch}.cpc-project-grid.cpc-columns-1{grid-template-columns:1fr}.cpc-project-grid.cpc-columns-2{grid-template-columns:repeat(2,minmax(0,1fr))}.cpc-project-grid.cpc-columns-3{grid-template-columns:repeat(3,minmax(0,1fr))}.cpc-project-grid.cpc-columns-4{grid-template-columns:repeat(4,minmax(0,1fr))}.cpc-project-card{container-type:inline-size;position:relative;display:flex;flex-direction:column;min-width:0;height:100%;overflow:hidden;color:var(--cpc-text);background:radial-gradient(circle at 16% 12%,rgb(124 77 255 / .11),transparent 33%),linear-gradient(145deg,rgb(10 22 39 / .99),rgb(5 13 25 / .99));border:1px solid var(--cpc-border);border-radius:16px;box-shadow:0 12px 34px rgb(0 0 0 / .2);transition:transform 180ms ease,border-color 180ms ease,box-shadow 180ms ease;isolation:isolate}.cpc-project-card::before{content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;background:linear-gradient(120deg,transparent 60%,rgb(124 77 255 / .06))}.cpc-project-card:hover,.cpc-project-card:focus-within{transform:translateY(-3px);border-color:var(--cpc-border-hover);box-shadow:0 18px 42px rgb(82 55 170 / .25)}.cpc-card-topline{min-height:48px;display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding:18px 20px 0}.cpc-highlight-badge,.cpc-category-badge{display:inline-flex;align-items:center;min-height:25px;padding:4px 9px;border-radius:7px;font-size:10px;line-height:1;font-weight:800;letter-spacing:.04em;white-space:nowrap}.cpc-highlight-badge{color:#fff;background:linear-gradient(135deg,#8b5cf6,#5b31db);box-shadow:0 6px 14px rgb(124 77 255 / .24)}.cpc-category-badge{color:#dbeafe;background:rgb(17 76 128 / .52);border:1px solid rgb(73 154 220 / .3)}.cpc-card-main{display:grid;grid-template-columns:92px minmax(0,1fr);gap:18px;align-items:center;flex:1 1 auto;padding:8px 20px 22px}.cpc-project-logo{width:92px;height:92px;display:grid;place-items:center;flex:0 0 auto;overflow:hidden;border-radius:50%;border:1px solid rgb(124 77 255 / .38);background:radial-gradient(circle at 38% 30%,rgb(124 77 255 / .22),rgb(4 10 23 / .95) 68%);box-shadow:inset 0 0 30px rgb(124 77 255 / .09),0 10px 22px rgb(0 0 0 / .2);text-decoration:none}.cpc-project-logo img{display:block;width:84%;height:84%;object-fit:contain;border-radius:50%}.cpc-logo-placeholder{display:grid;place-items:center;width:74%;height:74%;border-radius:50%;font-size:28px;line-height:1;font-weight:800;color:#e9ddff;background:linear-gradient(145deg,#5630bf,#171b4a)}.cpc-card-copy{min-width:0}.cpc-project-title{margin:0 0 8px;color:var(--cpc-text);font-size:clamp(18px, 1.35vw, 22px);line-height:1.2;font-weight:750;letter-spacing:-.02em;overflow-wrap:anywhere}.cpc-project-title a{color:inherit;text-decoration:none}.cpc-project-name{color:inherit}.cpc-project-ticker{display:inline-block;margin-left:7px;color:#a878ff;font-size:.62em;font-weight:800;line-height:1;letter-spacing:.045em;text-transform:uppercase;vertical-align:.1em;white-space:nowrap}.cpc-project-title a:hover,.cpc-project-title a:focus-visible{color:#c4b5fd}.cpc-project-title a:hover .cpc-project-ticker,.cpc-project-title a:focus-visible .cpc-project-ticker{color:#c7a7ff}.cpc-project-description{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;margin:0 0 12px;min-height:42px;color:var(--cpc-muted);font-size:13.5px;line-height:1.5}.cpc-social-links{display:flex;align-items:center;flex-wrap:wrap;gap:7px}.cpc-social-link{position:relative;width:30px;height:30px;display:grid;place-items:center;overflow:hidden;color:#58d5ff;background:linear-gradient(145deg,rgb(28 52 78 / .64),rgb(7 18 32 / .86));border:1px solid rgb(78 160 207 / .25);border-radius:9px;box-shadow:inset 0 1px 0 rgb(255 255 255 / .045),0 5px 13px rgb(0 0 0 / .15);text-decoration:none;transition:color 150ms ease,border-color 150ms ease,background 150ms ease,transform 150ms ease,box-shadow 150ms ease}.cpc-social-link::after{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 30% 15%,rgb(255 255 255 / .13),transparent 45%);opacity:.45}.cpc-social-link:hover,.cpc-social-link:focus-visible{color:#fff;background:linear-gradient(145deg,rgb(93 58 205 / .72),rgb(17 66 105 / .82));border-color:rgb(145 111 255 / .68);box-shadow:0 0 0 2px rgb(124 77 255 / .1),0 9px 20px rgb(63 41 141 / .28);transform:translateY(-2px);outline:none}.cpc-social-link svg{position:relative;z-index:1;width:16px;height:16px;display:block}.cpc-social-link .cpc-icon-stroke,.cpc-search-icon .cpc-icon-stroke{fill:none;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}.cpc-social-link .cpc-icon-fill{fill:currentColor;stroke:none}.cpc-card-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:auto;border-top:1px solid rgb(71 85 105 / .38);background:rgb(4 10 22 / .28)}.cpc-fact{position:relative;min-width:0;padding:14px 10px 16px;text-align:center}.cpc-fact+.cpc-fact::before{content:"";position:absolute;left:0;top:24%;width:1px;height:52%;background:rgb(100 116 139 / .38)}.cpc-fact-label,.cpc-fact-value{display:block;min-width:0}.cpc-fact-label{margin-bottom:6px;color:#8d98aa;font-size:9.5px;line-height:1.2;font-weight:700;letter-spacing:.07em;text-transform:uppercase}.cpc-fact-value{color:#f4f7fb;font-size:13.5px;line-height:1.25;font-weight:700;white-space:normal;overflow-wrap:anywhere}.cpc-status{display:inline-flex;justify-content:center;align-items:center;gap:6px;color:var(--cpc-green)}.cpc-status-dot{width:8px;height:8px;flex:0 0 auto;border-radius:50%;background:currentColor;box-shadow:0 0 11px currentColor}.cpc-status.is-upcoming{color:var(--cpc-orange)}.cpc-status.is-inactive{color:var(--cpc-red)}.cpc-empty{color:var(--cpc-muted);text-align:center}@container (max-width:350px){.cpc-card-main{grid-template-columns:78px minmax(0,1fr);gap:13px;padding-inline:16px}.cpc-card-topline{padding-inline:16px}.cpc-project-logo{width:78px;height:78px}.cpc-project-title{font-size:17px}.cpc-project-description{font-size:12.5px;min-height:38px}.cpc-fact{padding-inline:6px}.cpc-fact-value{font-size:12px}}@container (max-width:280px){.cpc-card-main{grid-template-columns:1fr}.cpc-project-logo{width:88px;height:88px}.cpc-card-facts{grid-template-columns:1fr}.cpc-fact{text-align:left;padding:12px 16px}.cpc-fact+.cpc-fact::before{left:16px;top:0;width:calc(100% - 32px);height:1px}.cpc-status{justify-content:flex-start}}@media (max-width:1024px){.cpc-project-grid,.cpc-project-grid.cpc-columns-3,.cpc-project-grid.cpc-columns-4{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:680px){.cpc-project-grid,.cpc-project-grid.cpc-columns-2,.cpc-project-grid.cpc-columns-3,.cpc-project-grid.cpc-columns-4{grid-template-columns:1fr;gap:16px}}@media (prefers-reduced-motion:reduce){.cpc-project-card,.cpc-social-links a{transition:none}.cpc-project-card:hover,.cpc-project-card:focus-within,.cpc-social-links a:hover,.cpc-social-links a:focus-visible{transform:none}}.cpc-project-directory{width:100%}.cpc-directory-toolbar{display:grid;grid-template-columns:minmax(280px,1fr) auto;align-items:center;gap:18px;margin:0 0 12px}.cpc-project-search{position:relative;display:flex;align-items:center;min-width:0;min-height:54px;overflow:hidden;color:var(--cpc-text);background:linear-gradient(145deg,rgb(8 17 31 / .98),rgb(4 10 22 / .98));border:1px solid #25324a;border-radius:15px;box-shadow:inset 0 1px rgb(255 255 255 / .02),0 12px 30px rgb(0 0 0 / .16);transition:border-color 160ms ease,box-shadow 160ms ease,background 160ms ease}.cpc-project-search:focus-within{border-color:rgb(139 92 246 / .88);background:linear-gradient(145deg,rgb(11 21 39 / .99),rgb(5 12 26 / .99));box-shadow:0 0 0 3px rgb(124 77 255 / .13),0 16px 36px rgb(0 0 0 / .22)}.cpc-search-icon{width:51px;min-width:51px;display:grid;place-items:center;color:#8f9db4}.cpc-project-search:focus-within .cpc-search-icon{color:#b8a4ff}.cpc-search-icon svg{width:21px;height:21px;display:block}.cpc-search-input{min-width:0;flex:1 1 auto;height:52px;margin:0!important;padding:0 8px 0 0!important;color:var(--cpc-text)!important;caret-color:#9c7cff;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;outline:0!important;font:inherit;font-size:15px}.cpc-search-input::placeholder{color:#78869e;opacity:1}.cpc-search-input::-webkit-search-cancel-button{display:none}.cpc-search-shortcut{display:grid;place-items:center;width:27px;height:27px;margin-right:10px;color:#98a4b8;background:rgb(148 163 184 / .08);border:1px solid rgb(148 163 184 / .16);border-radius:7px;box-shadow:none;font-family:inherit;font-size:12px;font-weight:700;line-height:1}.cpc-search-clear{width:34px;height:34px;display:grid;place-items:center;flex:0 0 auto;margin:0 7px 0 0;padding:0;color:#aab4c5;background:#fff0;border:0;border-radius:8px;font-size:23px;line-height:1;cursor:pointer}.cpc-search-clear:hover,.cpc-search-clear:focus-visible{color:#fff;background:rgb(148 163 184 / .12);outline:none}.cpc-status-filters{display:inline-flex;align-items:center;gap:4px;min-height:54px;padding:5px;overflow-x:auto;scrollbar-width:none;background:rgb(5 11 24 / .82);border:1px solid #25324a;border-radius:15px;box-shadow:inset 0 1px rgb(255 255 255 / .02)}.cpc-status-filters::-webkit-scrollbar{display:none}.cpc-status-filter{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:42px;margin:0;padding:0 15px;color:#aeb8ca;background:#fff0;border:0;border-radius:10px;font:inherit;font-size:13px;font-weight:750;white-space:nowrap;cursor:pointer;transition:color 150ms ease,background 150ms ease,box-shadow 150ms ease}.cpc-status-filter small{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 5px;color:#8592a7;background:rgb(148 163 184 / .08);border-radius:999px;font-size:10px;font-weight:800}.cpc-status-filter:hover,.cpc-status-filter:focus-visible{color:#fff;background:rgb(124 77 255 / .10);outline:none}.cpc-status-filter.is-active{color:#fff;background:linear-gradient(135deg,#8355ed,#6738da);box-shadow:0 8px 20px rgb(97 54 204 / .28)}.cpc-status-filter.is-active small{color:#efeaff;background:rgb(255 255 255 / .14)}.cpc-directory-filter-row{display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:38px;margin:0 0 20px}.cpc-search-status{flex:0 0 auto;margin:0;color:#8491a7;font-size:12px;font-weight:650;white-space:nowrap}.cpc-directory-selects{display:flex;align-items:center;justify-content:flex-end;gap:8px;min-width:0}.cpc-directory-select{min-width:150px;min-height:36px;margin:0;padding:0 34px 0 12px;color:#cbd5e1;background-color:rgb(7 15 29 / .86);border:1px solid #26344d;border-radius:10px;box-shadow:none;font:inherit;font-size:12px;font-weight:650;cursor:pointer}.cpc-directory-select:focus{border-color:#8158e8;outline:0;box-shadow:0 0 0 3px rgb(124 77 255 / .12)}.cpc-filter-reset,.cpc-no-results-reset{margin:0;color:#c8baff;background:#fff0;border:0;font:inherit;font-size:12px;font-weight:750;text-decoration:none;cursor:pointer}.cpc-filter-reset:hover,.cpc-filter-reset:focus-visible,.cpc-no-results-reset:hover,.cpc-no-results-reset:focus-visible{color:#fff;text-decoration:underline;outline:none}.cpc-no-results{display:grid;place-items:center;gap:8px;min-height:210px;margin-top:4px;padding:34px;color:var(--cpc-muted);text-align:center;background:radial-gradient(circle at 50% 0,rgb(124 77 255 / .09),transparent 50%),rgb(8 17 31 / .62);border:1px dashed #34435f;border-radius:17px}.cpc-no-results-icon{color:var(--cpc-purple);font-size:38px;line-height:1}.cpc-no-results strong{color:var(--cpc-text);font-size:18px}.cpc-no-results-reset{margin-top:5px;padding:8px 12px;border:1px solid rgb(124 77 255 / .28);border-radius:9px;text-decoration:none}.cpc-project-card[hidden],.cpc-no-results[hidden],.cpc-search-clear[hidden],.cpc-filter-reset[hidden],.cpc-no-results-reset[hidden]{display:none!important}@media (max-width:980px){.cpc-directory-toolbar{grid-template-columns:1fr;gap:10px}.cpc-status-filters{width:100%;justify-content:flex-start}.cpc-status-filter{flex:1 0 auto}}@media (max-width:680px){.cpc-directory-toolbar{margin-bottom:10px}.cpc-project-search{width:100%}.cpc-search-shortcut{display:none}.cpc-status-filters{min-height:50px;padding:4px}.cpc-status-filter{min-height:40px;padding-inline:12px}.cpc-status-filter small{display:none}.cpc-directory-filter-row{align-items:stretch;flex-direction:column;gap:8px;margin-bottom:17px}.cpc-search-status{padding-left:2px}.cpc-directory-selects{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%}.cpc-directory-select{width:100%;min-width:0}.cpc-filter-reset{grid-column:1 / -1;justify-self:start}}.cpc-project-card{border-radius:var(--cpc-card-radius,16px)}.cpc-card-profile-link{position:absolute;inset:0;z-index:2;border-radius:inherit;text-decoration:none}.cpc-card-profile-link:focus-visible{outline:2px solid var(--cpc-purple);outline-offset:-4px}.cpc-social-links,.cpc-social-link{z-index:4}.cpc-social-links{position:relative}.cpc-project-card .cpc-project-logo,.cpc-project-card .cpc-project-title a{position:relative;z-index:3}.cpc-card-badge-stack{display:flex;align-items:center;gap:6px}.cpc-listing-sponsored{border-color:rgb(183 139 255 / .72);box-shadow:0 14px 38px rgb(91 48 180 / .26)}.cpc-listing-sponsored::after{content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;background:linear-gradient(135deg,rgb(124 77 255 / .12),transparent 48%,rgb(57 198 244 / .06))}.cpc-listing-verified .cpc-project-logo{box-shadow:inset 0 0 30px rgb(45 226 166 / .1),0 0 0 2px rgb(45 226 166 / .15),0 10px 22px rgb(0 0 0 / .2)}.cpc-density-compact .cpc-card-topline{padding:14px 16px 0;min-height:42px}.cpc-density-compact .cpc-card-main{grid-template-columns:76px minmax(0,1fr);gap:14px;padding:5px 16px 18px}.cpc-density-compact .cpc-project-logo{width:76px;height:76px}.cpc-density-compact .cpc-project-description{font-size:12.5px;min-height:38px}.cpd-profile{--cpd-bg:#050b16;--cpd-panel:#0b1525;--cpd-panel-2:#101c30;--cpd-border:#25344e;--cpd-text:#f8fafc;--cpd-muted:#a9b6c9;--cpd-accent:var(--cpd-profile-accent,#7c4dff);position:relative;width:100%;min-height:70vh;padding:78px 20px 70px;color:var(--cpd-text);background:radial-gradient(circle at 12% 4%,rgb(124 77 255 / .18),transparent 26%),radial-gradient(circle at 88% 10%,rgb(57 198 244 / .09),transparent 28%),linear-gradient(180deg,#07101e,#030812)}.cpd-profile *{box-sizing:border-box}.cpd-profile-shell{width:min(1240px,100%);margin:0 auto}.cpd-hero{display:grid;grid-template-columns:150px minmax(0,1fr) 230px;gap:28px;align-items:center;padding:34px;border:1px solid var(--cpd-border);border-radius:26px;background:linear-gradient(145deg,rgb(14 27 47 / .98),rgb(6 14 27 / .98));box-shadow:0 28px 70px rgb(0 0 0 / .32);overflow:hidden;position:relative}.cpd-hero:before{content:"";position:absolute;right:-80px;top:-120px;width:330px;height:330px;border-radius:50%;background:radial-gradient(circle,rgb(124 77 255 / .23),transparent 68%);pointer-events:none}.cpd-logo-wrap{position:relative;z-index:1;display:grid;place-items:center;width:150px;height:150px;padding:14px;border-radius:34px;border:1px solid rgb(147 113 255 / .38);background:radial-gradient(circle at 35% 25%,rgb(124 77 255 / .24),rgb(4 10 21 / .96) 70%);box-shadow:inset 0 0 34px rgb(124 77 255 / .1),0 18px 34px rgb(0 0 0 / .24)}.cpd-logo-wrap img{display:block;max-width:100%;max-height:100%;width:100%;height:100%;object-fit:contain;border-radius:24px}.cpd-logo-wrap>span{font-size:42px;font-weight:850;color:#e8ddff}.cpd-hero-main{position:relative;z-index:1;min-width:0}.cpd-eyebrow-row{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.cpd-listing-pill,.cpd-category-pill{display:inline-flex;align-items:center;min-height:28px;padding:5px 10px;border-radius:999px;font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.cpd-listing-pill{color:#fff;background:linear-gradient(135deg,#8b5cf6,#5b31db)}.cpd-listing-pill.is-verified{color:#b8ffe7;background:rgb(18 112 83 / .42);border:1px solid rgb(45 226 166 / .35)}.cpd-listing-pill.is-sponsored{background:linear-gradient(135deg,#955cff,#5d31c9)}.cpd-listing-pill.is-expired{color:#ffd4da;background:rgb(148 44 62 / .38);border:1px solid rgb(255 93 115 / .35)}.cpd-category-pill{color:#cbeafe;background:rgb(23 78 125 / .5);border:1px solid rgb(73 154 220 / .28)}.cpd-hero h1{margin:0;color:#fff;font-size:clamp(32px,3.35vw,50px);line-height:1.06;letter-spacing:-.045em}.cpd-lead{max-width:720px;margin:16px 0 0;color:var(--cpd-muted);font-size:17px;line-height:1.7}.cpd-primary-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:23px}.cpd-button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 16px;border-radius:11px;color:#e9edf6!important;border:1px solid #35445d;background:#111d30;text-decoration:none!important;font-weight:750;transition:.16s}.cpd-button:hover{transform:translateY(-1px);border-color:#8060d9;background:#17233a}.cpd-button-primary{color:#fff!important;border-color:#fff0;background:linear-gradient(135deg,#8152f4,#5530c6);box-shadow:0 10px 24px rgb(91 48 180 / .28)}.cpd-trust-card{position:relative;z-index:1;padding:20px;border:1px solid #2c3c57;border-radius:18px;background:rgb(3 10 22 / .54)}.cpd-trust-card>span{display:block;color:#9eacc1;font-size:12px;font-weight:700}.cpd-trust-card>strong{display:block;margin:7px 0;color:#fff;font-size:36px;line-height:1}.cpd-trust-card>div{height:7px;border-radius:999px;background:#1b283c;overflow:hidden}.cpd-trust-card i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#6f42df,#39c6f4)}.cpd-trust-card small{display:block;margin-top:11px;color:#8999b0;line-height:1.4}.cpd-disclosure{margin:14px 4px 0;padding:11px 14px;border-radius:10px;color:#c8bddf;background:rgb(88 53 153 / .18);border:1px solid rgb(139 92 246 / .24);font-size:12px}.cpd-content-grid{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:24px;align-items:start;margin-top:24px}.cpd-main-column{display:grid;gap:24px}.cpd-sidebar{display:grid;gap:18px;position:sticky;top:30px}.cpd-section,.cpd-side-card{border:1px solid var(--cpd-border);background:linear-gradient(145deg,rgb(12 24 42 / .98),rgb(6 14 27 / .98));box-shadow:0 20px 48px rgb(0 0 0 / .19)}.cpd-section{padding:30px;border-radius:22px}.cpd-side-card{padding:22px;border-radius:18px}.cpd-section-kicker{margin:0 0 8px!important;color:#9d7cff!important;font-size:11px!important;font-weight:850!important;letter-spacing:.15em!important}.cpd-section h2,.cpd-side-card h2,.cpd-related h2{margin:0 0 17px;color:#fff;font-size:25px;letter-spacing:-.025em}.cpd-side-card h2{font-size:18px}.cpd-rich-text{color:#bdc8d8;font-size:16px;line-height:1.8}.cpd-rich-text>*:first-child{margin-top:0}.cpd-rich-text>*:last-child{margin-bottom:0}.cpd-rich-text a{color:#a98cff}.cpd-spotlight{display:grid;grid-template-columns:minmax(0,1fr) 230px;gap:24px;align-items:center}.cpd-spotlight p:not(.cpd-section-kicker){color:#aebacc;line-height:1.7}.cpd-spotlight a{color:#b49cff;font-weight:750;text-decoration:none}.cpd-spotlight img{display:block;width:100%;height:155px;object-fit:cover;border-radius:15px;border:1px solid #2a3850}.cpd-source-list{display:grid;gap:10px;margin:0;padding:0;list-style:none;counter-reset:sources}.cpd-source-list li{counter-increment:sources}.cpd-source-list a{display:grid;grid-template-columns:32px minmax(0,1fr);gap:12px;align-items:center;padding:13px 14px;border:1px solid #26364f;border-radius:12px;color:#e8edf5;text-decoration:none;background:#0a1424}.cpd-source-list a:before{content:counter(sources);display:grid;place-items:center;width:28px;height:28px;border-radius:8px;color:#c5b4ff;background:rgb(124 77 255 / .16);font-weight:800}.cpd-source-list a:hover{border-color:#7655cc}.cpd-source-list span{display:block;color:#8392a8;font-size:12px;margin-top:3px;overflow:hidden;text-overflow:ellipsis}.cpd-side-card dl{margin:0}.cpd-side-card dl>div{display:flex;justify-content:space-between;gap:14px;padding:12px 0;border-bottom:1px solid #213049}.cpd-side-card dl>div:last-child{border-bottom:0}.cpd-side-card dt{color:#8796ac;font-size:13px}.cpd-side-card dd{margin:0;color:#ecf1f8;font-weight:700;text-align:right;overflow-wrap:anywhere}.cpd-link-list{display:grid;gap:8px}.cpd-link-list>a{display:grid;grid-template-columns:32px minmax(0,1fr) auto;gap:10px;align-items:center;padding:10px 11px;border:1px solid #28374f;border-radius:11px;color:#e6ebf3;text-decoration:none;background:#0a1424}.cpd-link-list>a:hover{border-color:#7656d0;background:#101c30}.cpd-link-list>a>span{display:grid;place-items:center;width:30px;height:30px;border-radius:8px;color:#62d3f5;background:#13243a}.cpd-link-list svg{width:16px;height:16px}.cpd-link-list .cpc-icon-stroke{fill:none;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}.cpd-link-list .cpc-icon-fill{fill:currentColor}.cpd-link-list strong{font-size:13px}.cpd-link-list em{font-style:normal;color:#74839a}.cpd-review-card p{color:#9eacc0;font-size:13px;line-height:1.6}.cpd-review-card p strong{color:#e8edf4}.cpd-related{margin-top:34px;padding-top:8px}.cpd-related>.cpc-project-grid{margin-top:18px}.cpd-layout-compact .cpd-hero{grid-template-columns:110px minmax(0,1fr) 210px;padding:26px}.cpd-layout-compact .cpd-logo-wrap{width:110px;height:110px;border-radius:25px}.cpd-layout-compact .cpd-hero h1{font-size:clamp(31px,3.5vw,46px)}.cpd-layout-compact .cpd-section{padding:24px}.cpd-layout-compact .cpd-content-grid{grid-template-columns:minmax(0,1fr) 320px}@media(max-width:1000px){.cpd-hero{grid-template-columns:120px minmax(0,1fr)}.cpd-logo-wrap{width:120px;height:120px}.cpd-trust-card{grid-column:1/-1}.cpd-content-grid{grid-template-columns:1fr}.cpd-sidebar{position:static;grid-template-columns:repeat(2,minmax(0,1fr))}.cpd-review-card{grid-column:1/-1}}@media(max-width:700px){.cpd-profile{padding:68px 13px 50px}.cpd-hero,.cpd-layout-compact .cpd-hero{grid-template-columns:1fr;padding:22px;border-radius:20px}.cpd-logo-wrap,.cpd-layout-compact .cpd-logo-wrap{width:96px;height:96px;border-radius:22px}.cpd-hero h1{font-size:34px}.cpd-lead{font-size:15px}.cpd-content-grid{gap:16px}.cpd-section{padding:21px;border-radius:17px}.cpd-sidebar{grid-template-columns:1fr}.cpd-spotlight{grid-template-columns:1fr}.cpd-spotlight img{height:190px}.cpd-related .cpc-project-grid{grid-template-columns:1fr}}.cpd-glow-heading{display:flex;align-items:center;gap:13px;width:100%;margin:0 0 18px;padding:0}.cpd-glow-heading .cpd-section-dot{position:relative;display:block;flex:0 0 14px;width:14px;height:14px;margin:0;border:1px solid rgb(151 229 255 / .95);border-radius:999px;background:radial-gradient(circle at 35% 30%,#f2fdff 0 10%,#71ddff 28%,#2f8cff 63%,#3447ff 100%);box-shadow:0 0 0 6px rgb(56 189 248 / .075),0 0 16px rgb(56 189 248 / .92),0 0 34px rgb(37 99 235 / .38),inset 0 1px 2px rgb(255 255 255 / .85)}.cpd-glow-heading .cpd-section-dot:after{content:"";position:absolute;inset:-7px;border:1px solid rgb(96 202 255 / .13);border-radius:inherit;box-shadow:0 0 18px rgb(59 130 246 / .14);pointer-events:none}.cpd-glow-heading h2,.cpd-section .cpd-glow-heading h2,.cpd-side-card .cpd-glow-heading h2,.cpd-related .cpd-glow-heading h2{min-width:0;margin:0!important;padding:0!important}.cpd-glow-heading--side{gap:11px;margin-bottom:17px}.cpd-glow-heading--side .cpd-section-dot{flex-basis:13px;width:13px;height:13px;box-shadow:0 0 0 5px rgb(56 189 248 / .07),0 0 14px rgb(56 189 248 / .84),0 0 28px rgb(37 99 235 / .32),inset 0 1px 2px rgb(255 255 255 / .82)}.cpd-section-kicker+.cpd-glow-heading{margin-top:0}.cpd-sources{display:grid;gap:10px;width:100%;margin:0;padding:0}.cpd-sources a{display:grid;grid-template-columns:minmax(0,1fr) minmax(110px,240px) auto;align-items:center;gap:14px;width:100%;min-height:62px;padding:14px 16px;border:1px solid rgb(157 167 201 / .14);border-radius:12px;background:rgb(255 255 255 / .022);color:#e9e9f8!important;text-decoration:none!important;transition:transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease}.cpd-sources a:hover{transform:translateY(-1px);border-color:rgb(192 132 252 / .42);background:rgb(139 92 246 / .055);box-shadow:0 12px 25px rgb(1 5 18 / .16)}.cpd-sources strong{min-width:0;color:#f3f1fb;font-size:13px;font-weight:780;overflow-wrap:anywhere}.cpd-sources span{min-width:0;overflow:hidden;color:#8290b3;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.cpd-sources b{color:#bda6ff;font-size:20px;font-weight:800;line-height:1}@media(max-width:700px){.cpd-glow-heading{gap:11px;margin-bottom:16px}.cpd-glow-heading .cpd-section-dot{flex-basis:12px;width:12px;height:12px;box-shadow:0 0 0 5px rgb(56 189 248 / .07),0 0 14px rgb(56 189 248 / .82),0 0 25px rgb(37 99 235 / .3),inset 0 1px 2px rgb(255 255 255 / .82)}.cpd-sources a{grid-template-columns:minmax(0,1fr) auto;min-height:58px;padding:13px 14px}.cpd-sources span{display:none}.cpd-sources strong{font-size:12px}}