/* UX Anima Blog Cards — CSS isolé pour intégrer les cartes sans toucher au design du site */
.uxanima-blog-export,
.uxanima-blog-export *{box-sizing:border-box;}
.uxanima-blog-export{width:100%;max-width:1220px;margin:0 auto;--uxb-cyan:#00c2ff;--uxb-violet:#735cff;--uxb-pink:#ff5fa2;--uxb-text:#f7fbff;--uxb-muted:rgba(224,238,255,.86);position:relative;isolation:isolate;padding:clamp(28px,5vw,70px) clamp(16px,3vw,28px);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;color:var(--uxb-text);}
.uxanima-blog-export::before{content:"";position:absolute;inset:20px 0 auto 50%;width:min(760px,80vw);height:260px;transform:translateX(-50%);background:radial-gradient(circle,rgba(0,194,255,.16),transparent 62%);pointer-events:none;opacity:.75;z-index:-1;}
.uxanima-blog-export .uxb-heading{position:relative;z-index:1;max-width:880px;margin:0 auto 34px;text-align:center;padding:0 18px;}
.uxanima-blog-export .uxb-eyebrow{margin:0 0 12px;color:#8fe7ff;font-size:.78rem;font-weight:950;letter-spacing:.16em;text-transform:uppercase;}
.uxanima-blog-export .uxb-title{margin:0;color:#fff;font-size:clamp(1.8rem,4vw,3.2rem);line-height:1.05;}
.uxanima-blog-export .uxb-intro{max-width:760px;margin:16px auto 0;color:rgba(224,238,255,.78);line-height:1.7;}
.uxanima-blog-export .uxb-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;align-items:stretch;max-width:1180px;margin:0 auto;}
.uxanima-blog-export .uxb-card{position:relative!important;overflow:hidden!important;min-height:260px!important;padding:26px!important;border-radius:28px!important;border:1px solid rgba(0,194,255,.34)!important;background:radial-gradient(circle at 15% 0%,rgba(0,194,255,.24),transparent 34%),radial-gradient(circle at 92% 100%,rgba(255,95,162,.22),transparent 38%),linear-gradient(145deg,rgba(4,13,32,.96),rgba(16,13,47,.94) 54%,rgba(35,15,61,.94))!important;box-shadow:0 22px 70px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.08),0 0 0 1px rgba(115,92,255,.12)!important;backdrop-filter:blur(18px)!important;-webkit-backdrop-filter:blur(18px)!important;color:#f7fbff!important;display:flex!important;flex-direction:column!important;justify-content:space-between!important;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease!important;cursor:pointer;}
.uxanima-blog-export .uxb-card::before{content:""!important;position:absolute!important;inset:0!important;pointer-events:none!important;background:linear-gradient(90deg,rgba(0,194,255,.28),transparent 38%,rgba(255,95,162,.22)),linear-gradient(135deg,transparent 0 62%,rgba(0,194,255,.08) 62% 64%,transparent 64%)!important;opacity:.32!important;}
.uxanima-blog-export .uxb-card::after{content:""!important;position:absolute!important;left:24px!important;right:24px!important;top:0!important;height:2px!important;background:linear-gradient(90deg,#00c2ff,#735cff,#ff5fa2)!important;opacity:.75!important;box-shadow:0 0 18px rgba(0,194,255,.55)!important;}
.uxanima-blog-export .uxb-card>*{position:relative!important;z-index:2!important;}
.uxanima-blog-export .uxb-card:hover{transform:translateY(-6px)!important;border-color:rgba(255,95,162,.48)!important;box-shadow:0 28px 85px rgba(0,0,0,.42),0 0 38px rgba(0,194,255,.14),inset 0 1px 0 rgba(255,255,255,.10)!important;}
.uxanima-blog-export .uxb-card:focus-visible{outline:2px solid rgba(115,92,255,.85);outline-offset:6px;}
.uxanima-blog-export .uxb-tag{align-self:flex-start;display:inline-flex;align-items:center;gap:8px;padding:7px 12px;border:1px solid rgba(0,194,255,.42)!important;border-radius:999px;color:#8fe7ff!important;background:linear-gradient(90deg,rgba(0,194,255,.18),rgba(115,92,255,.14))!important;box-shadow:0 0 24px rgba(0,194,255,.12)!important;font-size:.78rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase;}
.uxanima-blog-export .uxb-card h3{margin:12px 0 10px!important;font-size:1.12rem!important;line-height:1.25!important;color:#fff!important;text-shadow:0 2px 18px rgba(0,0,0,.42)!important;}
.uxanima-blog-export .uxb-card p{color:rgba(224,238,255,.86)!important;line-height:1.7!important;margin:0 0 22px!important;}
.uxanima-blog-export .uxb-link{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;gap:10px;padding:11px 16px;border-radius:999px;border:1px solid rgba(0,194,255,.45)!important;background:linear-gradient(90deg,rgba(0,194,255,.24),rgba(115,92,255,.24),rgba(255,95,162,.22))!important;color:#fff!important;box-shadow:0 12px 34px rgba(0,0,0,.24),inset 0 1px 0 rgba(255,255,255,.10)!important;font-weight:900;text-decoration:none!important;}
.uxanima-blog-export .uxb-link::after{content:"→";color:#8fe7ff;}
.uxanima-blog-export .uxb-empty{grid-column:1/-1;text-align:center;padding:26px;border:1px dashed rgba(115,92,255,.35);border-radius:24px;color:rgba(224,238,255,.78);background:rgba(7,15,34,.65);}
@media(max-width:980px){.uxanima-blog-export .uxb-grid{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media(max-width:720px){.uxanima-blog-export .uxb-grid{grid-template-columns:1fr;}.uxanima-blog-export .uxb-heading{text-align:left;}.uxanima-blog-export .uxb-card{min-height:auto!important;padding:22px!important;border-radius:24px!important;}}
