:root{--bg:#FFF7ED;--fg:#9A3412;--primary:#FB923C;--accent:#F97316;--muted:#FFEDD5;}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'Inter', system-ui, sans-serif;background:var(--bg);color:var(--fg);line-height:1.6;-webkit-font-smoothing:antialiased}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
h1,h2,h3,h4{font-family:'Inter', system-ui, sans-serif;letter-spacing:-0.01em}
.nav{padding:1.25rem 2rem;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;align-items:center;border-bottom:1px solid #9A341215}
.nav-title{font-weight:600;font-family:'Inter', system-ui, sans-serif}
.nav-links{display:flex;gap:1.25rem;font-size:0.875rem}
.nav-links a{opacity:0.7}
.nav-links a:hover{opacity:1}
.footer{padding:1.5rem 2rem;margin-top:3rem;font-size:0.8rem;border-top:1px solid #9A341215}
.footer-row{display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;opacity:0.7}
.footer-links{display:flex;flex-wrap:wrap;gap:1rem}
.hero{padding:4rem 2rem;max-width:64rem;margin:0 auto}
.hero h1{font-size:clamp(2rem,5vw,3.5rem);font-weight:700;color:var(--primary);line-height:1.1}
.hero p{margin-top:1rem;font-size:1.125rem;opacity:0.7;max-width:42rem}
.hero-split{display:grid;grid-template-columns:1fr 1fr;gap:2rem;max-width:80rem;align-items:center}
.hero-split .split-image{position:relative;aspect-ratio:4/3;border-radius:0.5rem;overflow:hidden;color:white;text-decoration:none}
.hero-split .split-image img{width:100%;height:100%;object-fit:cover;transition:transform 0.7s}
.hero-split .split-image:hover img{transform:scale(1.05)}
.hero-split .split-overlay{position:absolute;inset:0;background:linear-gradient(to top, rgba(0,0,0,0.6) 0%, transparent 100%)}
.hero-split .split-caption{position:absolute;bottom:1rem;left:1rem;right:1rem;z-index:1}
.hero-split .split-meta{font-size:0.625rem;text-transform:uppercase;letter-spacing:0.1em;opacity:0.7}
.hero-split .split-caption h3{font-size:1rem;font-weight:600;margin-top:0.25rem;font-family:'Inter', system-ui, sans-serif}
.hero-overlay{position:relative;color:white;padding:6rem 2rem;min-height:70vh;display:flex;align-items:center;background-size:cover;background-position:center}
.hero-overlay .overlay-content{position:relative;z-index:1;max-width:42rem}
.hero-overlay::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.4) 100%)}
.hero-cards{max-width:1200px}
.hero-cards .hero-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem}
.hero-carousel{max-width:1200px}
.hero-carousel .carousel-container{position:relative;margin-top:3rem;border-radius:0.5rem;overflow:hidden}
.hero-carousel .carousel-track{display:flex}
.hero-carousel .carousel-slide{display:none;width:100%;flex-shrink:0}
.hero-carousel .carousel-slide.active{display:block}
.hero-carousel .carousel-link{position:relative;display:block;aspect-ratio:16/9;color:white;text-decoration:none}
.hero-carousel .carousel-link img{width:100%;height:100%;object-fit:cover}
.hero-carousel .carousel-overlay{position:absolute;inset:0;background:linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.2) 50%, transparent 100%)}
.hero-carousel .carousel-caption{position:absolute;bottom:2rem;left:2rem;right:2rem;z-index:1}
.hero-carousel .carousel-meta{font-size:0.7rem;text-transform:uppercase;letter-spacing:0.1em;opacity:0.7}
.hero-carousel .carousel-caption h3{font-size:1.5rem;font-weight:600;margin-top:0.5rem;font-family:'Inter', system-ui, sans-serif}
.hero-carousel .carousel-prev,.hero-carousel .carousel-next{position:absolute;top:50%;transform:translateY(-50%);background:rgba(0,0,0,0.5);border:none;color:white;width:2.5rem;height:2.5rem;border-radius:50%;font-size:1.25rem;cursor:pointer;z-index:2}
.hero-carousel .carousel-prev{left:1rem}
.hero-carousel .carousel-next{right:1rem}
.hero-carousel .carousel-dots{position:absolute;bottom:1rem;left:50%;transform:translateX(-50%);display:flex;gap:0.5rem;z-index:2}
.hero-carousel .dot{width:0.75rem;height:0.75rem;border-radius:50%;border:none;background:rgba(255,255,255,0.5);cursor:pointer}
.hero-carousel .dot.active{background:white}
@media(max-width:900px){.hero-split{grid-template-columns:1fr}.hero-cards .hero-card-grid{grid-template-columns:repeat(2,1fr)}.hero-carousel .carousel-caption h3{font-size:1.125rem}}
@media(max-width:600px){.hero-cards .hero-card-grid{grid-template-columns:1fr}.hero-carousel .carousel-caption{bottom:1rem;left:1rem;right:1rem}}
.search{margin-top:2rem;max-width:28rem;position:relative}
.search input{width:100%;padding:0.7rem 1rem;font-size:0.9rem;background:transparent;border:1px solid #9A341225;border-radius:0.4rem;color:var(--fg);font-family:inherit;outline:none}
.search input:focus{border-color:var(--fg)}
.section{padding:0 2rem 4rem;max-width:1400px;margin:0 auto}
.grid{display:grid;gap:1.5rem}
@media(max-width:900px){.grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.grid{grid-template-columns:1fr}.nav{padding:1rem}.hero{padding:3rem 1rem}.section{padding:0 1rem 3rem}.footer{padding:1.25rem 1rem}}
.card{display:block;cursor:pointer;transition:transform 0.2s,opacity 0.2s;overflow:hidden}
.card:hover{opacity:0.9}
.card-image{aspect-ratio:16/10;overflow:hidden;border-radius:0.5rem}
.card-image img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s}
.card:hover .card-image img{transform:scale(1.05)}
.card-meta{font-size:0.7rem;text-transform:uppercase;letter-spacing:0.1em;opacity:0.55;margin-top:1rem}
.card-title{font-size:1rem;font-weight:600;line-height:1.35;margin-top:0.4rem;font-family:'Inter', system-ui, sans-serif}
.card-summary{margin-top:0.5rem;font-size:0.875rem;opacity:0.7;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.card-minimal{border-bottom:1px solid #9A341220;padding-bottom:1.25rem}
.card-minimal .read{margin-top:0.75rem;font-size:0.7rem;text-transform:uppercase;letter-spacing:0.15em;color:var(--accent)}
.card-summary-box{background:#FFEDD5;padding:1.25rem;border-radius:0.5rem}
.card-image-box{background:#FFEDD5;border-radius:0.5rem;overflow:hidden}
.card-image-box .pad{padding:1.25rem}
.featured{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;background:#FFEDD5;border-radius:0.75rem;overflow:hidden;margin:0 2rem 3rem;max-width:1200px;margin-left:auto;margin-right:auto}
.featured img{width:100%;height:100%;object-fit:cover;min-height:280px}
.featured .pad{padding:2.5rem;display:flex;flex-direction:column;justify-content:center}
.featured h2{font-size:1.75rem;font-weight:700;color:var(--primary);line-height:1.2}
.featured p{margin-top:0.75rem;opacity:0.75}
@media(max-width:700px){.featured{grid-template-columns:1fr;margin:0 1rem 2rem}.featured .pad{padding:1.5rem}}
.list-item{padding:1.25rem 0;border-bottom:1px solid #9A341220;display:flex;gap:1rem;align-items:flex-start}
.list-item h3{font-size:1.15rem;font-weight:600;font-family:'Inter', system-ui, sans-serif}
.list-item p{font-size:0.9rem;opacity:0.7;margin-top:0.35rem}
.btn{display:inline-flex;align-items:center;gap:0.5rem;padding:0.65rem 1.1rem;border-radius:0.4rem;font-size:0.875rem;font-weight:500;background:var(--primary);color:var(--bg)}
.btn:hover{opacity:0.9}
.cta{text-align:center;margin:3rem 0}
.page{max-width:48rem;margin:0 auto;padding:4rem 2rem}
.page h1{font-size:clamp(2rem,4vw,3rem);font-weight:700;color:var(--primary)}
.page h2{font-size:1.35rem;font-weight:600;margin-top:2rem;color:var(--primary)}
.page p{margin-top:1rem;opacity:0.8;line-height:1.75}
.page .contact-box{margin-top:2rem;padding:1.5rem;background:#FFEDD5;border-radius:0.5rem}
.page .contact-box .label{font-size:0.7rem;text-transform:uppercase;letter-spacing:0.15em;opacity:0.6}
.page .contact-box a{font-size:1.15rem;font-weight:600;color:var(--accent);display:inline-block;margin-top:0.4rem}
@media(max-width:600px){.page{padding:3rem 1rem}}
.detail-back{display:inline-flex;align-items:center;gap:0.3rem;padding:1rem 2rem;font-size:0.875rem;opacity:0.7}
.detail-back:hover{opacity:1}
.hero-img{width:100%;aspect-ratio:21/9;object-fit:cover;margin-bottom:2rem}
.article{padding:1rem 2rem 3rem;max-width:48rem;margin:0 auto}
.article.data{max-width:72rem;display:grid;grid-template-columns:1fr 280px;gap:2.5rem}
@media(max-width:800px){.article.data{grid-template-columns:1fr}}
.article-source{font-size:0.7rem;text-transform:uppercase;letter-spacing:0.15em;color:var(--accent);margin-bottom:0.75rem}
.article h1{font-size:clamp(1.75rem,4vw,3rem);font-weight:700;line-height:1.15;color:var(--primary)}
.article-summary{margin-top:1.5rem;font-size:1.125rem;line-height:1.7;opacity:0.85}
.article-img{margin-top:2rem;border-radius:0.5rem}
.meta-box{background:#FFEDD5;padding:1rem;border-radius:0.5rem}
.meta-box .row{display:flex;justify-content:space-between;padding:0.25rem 0;font-size:0.8rem}
.meta-box .row dt{opacity:0.6}
.related{padding:0 2rem 4rem;max-width:80rem;margin:0 auto}
.related h2{font-size:0.7rem;text-transform:uppercase;letter-spacing:0.15em;opacity:0.5;margin-bottom:1rem}
.related-grid{display:grid;gap:1rem;grid-template-columns:repeat(3,1fr)}
@media(max-width:700px){.related-grid{grid-template-columns:1fr}.related{padding:0 1rem 3rem}.article{padding:1rem 1rem 3rem}}
.related-card{display:block;padding:1rem;border-radius:0.5rem;background:#FFEDD5}
.related-card:hover{opacity:0.85}
.related-card .t{font-size:0.9rem;font-weight:600;line-height:1.35;font-family:'Inter', system-ui, sans-serif}
.related-card .s{font-size:0.7rem;text-transform:uppercase;letter-spacing:0.1em;opacity:0.5;margin-top:0.5rem}
.card-event{border:1px solid #9A341215;border-radius:0.5rem;background:var(--bg)}
.card-event .pad{padding:1rem}
.card-event .event-date-row{display:flex;justify-content:space-between;font-size:0.75rem;opacity:0.6;margin-top:0.75rem}
.card-event .event-teams{display:flex;align-items:center;justify-content:space-between;margin-top:0.75rem}
.card-event .team{display:flex;align-items:center;gap:0.5rem;font-size:0.875rem}
.card-event .team .flag{width:1.5rem;height:1rem;border-radius:0.15rem;object-fit:cover}
.card-event .event-time{font-size:1.25rem;font-weight:700;color:var(--accent)}
.card-list{border-bottom:1px solid #9A341215;padding:1rem 0;display:flex;align-items:center;justify-content:space-between}
.card-list .arrow{font-size:1.25rem;opacity:0.5}
.card-cover{position:relative;height:200px}
.card-cover .card-image.cover{position:absolute;inset:0;border-radius:0}
.card-cover .card-overlay{position:absolute;bottom:0;left:0;right:0;padding:1.5rem;color:#FFF7ED;background:linear-gradient(to top,rgba(0,0,0,0.8),transparent)}
.card-cover .card-overlay .card-meta{margin-top:0}
.card-cover .card-overlay .card-title{color:#FFF7ED}
.card-overlay-card{position:relative}
.card-overlay-card .card-overlay-content{position:absolute;bottom:0;left:0;right:0;padding:1rem;color:#FFF7ED;background:linear-gradient(to top,rgba(0,0,0,0.7),transparent)}
.card-overlay-card .card-overlay-content .card-meta{margin-top:0}
.card-hover{background:#FFEDD5;border-radius:0.5rem}
.card-hover .pad{padding:1.25rem}
.card-hover:hover{transform:translateY(-4px);box-shadow:0 10px 30px rgba(0,0,0,0.15)}
.card-flip{perspective:1000px}
.card-flip .flip-inner{position:relative;width:100%;height:200px;transition:transform 0.6s;transform-style:preserve-3d}
.card-flip:hover .flip-inner{transform:rotateY(180deg)}
.card-flip .flip-front,.card-flip .flip-back{position:absolute;inset:0;backface-visibility:hidden;border-radius:0.5rem;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1rem}
.card-flip .flip-front{background:#FFEDD5}
.card-flip .flip-front img{width:100%;height:100%;object-fit:cover;border-radius:0.5rem}
.card-flip .flip-back{background:#FFEDD5;transform:rotateY(180deg);text-align:center}
.card-glass{background:rgba(255,255,255,0.05);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,0.1);border-radius:0.5rem}
.card-glass .pad{padding:1.25rem}
.card-layered{position:relative;border-radius:0.5rem;overflow:hidden;background:#FFEDD5}
.card-layered .card-image.layer{border-radius:0;position:relative}
.card-layered .layered-badges{position:absolute;top:0.75rem;left:0.75rem;z-index:2;display:flex;gap:0.375rem}
.card-layered .layered-badge{padding:0.25rem 0.5rem;background:rgba(255,255,255,0.9);color:#9A3412;font-size:0.5625rem;font-weight:700;text-transform:uppercase;border-radius:9999px;box-shadow:0 1px 2px rgba(0,0,0,0.1)}
.card-layered .layered-content{position:relative;z-index:1;padding:1.25rem}
.card-gradient{border-radius:0.5rem;overflow:hidden}
.card-gradient .gradient-image{position:relative;width:100%;aspect-ratio:16/10}
.card-gradient .gradient-image img{width:100%;height:100%;object-fit:cover}
.card-gradient .gradient-overlay{position:absolute;inset:0;background:linear-gradient(to top right,rgba(0,0,0,0.8),rgba(0,0,0,0.4),transparent);display:flex;flex-direction:column;justify-content:flex-end;padding:1.25rem;color:white}
.card-gradient .gradient-meta{font-size:0.625rem;text-transform:uppercase;letter-spacing:0.1em;opacity:0.7;margin-bottom:0.5rem}
.card-gradient .gradient-title{font-size:1.25rem;font-weight:700;font-family:'Inter', system-ui, sans-serif}
.card-gradient .gradient-summary{font-size:0.875rem;opacity:0.8;margin-top:0.5rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.card-textonly{padding:1rem;border-bottom:1px solid #9A341215}
.card-textonly .card-title{font-size:1.1rem}
.card-stats{background:#FFEDD5;border-radius:0.5rem;overflow:hidden}
.card-stats .card-image.small{aspect-ratio:16/10;overflow:hidden}
.card-stats .card-image.small img{width:100%;height:100%;object-fit:cover}
.card-stats .pad{padding:1.25rem}
.card-stats .stats-row{display:flex;align-items:center;justify-content:space-between;padding-top:1rem;border-top:1px solid #9A341210;margin-top:0.75rem}
.card-stats .stat-item{display:flex;align-items:center;gap:0.25rem}
.card-stats .stat-icon{width:14px;height:14px;opacity:0.5}
.card-stats .stat-value{font-size:0.75rem;opacity:0.7}
.card-dense{background:#FFEDD5;border-radius:0.5rem;overflow:hidden}
.card-dense .dense-flex{display:flex;gap:1rem;padding:1rem}
.card-dense .dense-image{width:60px;height:60px;border-radius:0.3rem;object-fit:cover;flex-shrink:0}
.card-dense .dense-content{display:flex;flex-direction:column;justify-content:center}
.card-dense .dense-content .card-meta{margin-top:0}
.card-badge{background:#FFEDD5;border-radius:0.5rem;overflow:hidden}
.card-badge .card-image{position:relative}
.card-badge .badge{position:absolute;top:0.5rem;right:0.5rem;padding:0.25rem 0.5rem;font-size:0.65rem;font-weight:600;background:var(--accent);color:#FFF7ED;border-radius:0.25rem}
.card-badge .pad{padding:1rem}
.card-colorbar{background:#FFEDD5;border-radius:0.5rem;overflow:hidden}
.card-colorbar .color-bar{height:4px;background:linear-gradient(90deg,var(--accent),var(--primary))}
.card-colorbar .pad{padding:1rem}
.card-category{background:#FFEDD5;border-radius:0.5rem;overflow:hidden}
.card-category .category-tag{display:inline-block;padding:0.25rem 0.75rem;font-size:0.7rem;font-weight:600;background:var(--accent);color:#FFF7ED;border-radius:0.25rem;margin-top:0}
.card-category .pad{padding:1rem}
.card-author{background:#FFEDD5;border-radius:0.5rem;overflow:hidden}
.card-author .pad{padding:1rem}
.card-author .author-row{display:flex;align-items:center;gap:0.5rem;margin-top:0.75rem}
.card-author .author-avatar{width:24px;height:24px;border-radius:50%;background:var(--accent);color:#FFF7ED;display:flex;align-items:center;justify-content:center;font-size:0.75rem;font-weight:600}
.card-float{background:#FFEDD5;border-radius:0.5rem;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,0.1);transition:transform 0.3s}
.card-float:hover{transform:translateY(-4px)}
.card-float .card-image.float{aspect-ratio:16/10;overflow:hidden}
.card-float .card-image.float img{width:100%;height:100%;object-fit:cover}
.card-float .pad{padding:1.25rem}
.card-neumorph{background:#FFF7ED;border-radius:1rem;box-shadow:6px 6px 12px rgba(0,0,0,0.1),-4px -4px 12px rgba(255,255,255,0.05)}
.card-neumorph .pad{padding:1.25rem}
.card-neon{background:#FFEDD5;border-radius:0.5rem;box-shadow:0 0 20px #F9731640,0 0 40px #F9731620}
.card-neon .pad{padding:1.25rem}
.card-neon .card-title{text-shadow:0 0 10px #F97316}
.card-classic{background:#FFEDD5;border-radius:0.5rem;overflow:hidden}
.card-classic .card-image.rounded-t-lg{border-radius:0.5rem 0.5rem 0 0}
.card-classic .pad{padding:1rem}
.card-magazine{background:#FFEDD5;border-radius:0.5rem;overflow:hidden}
.card-magazine .magazine-flex{display:flex;gap:1rem;padding:1rem}
.card-magazine .magazine-image{width:100px;height:100px;border-radius:0.3rem;overflow:hidden;flex-shrink:0}
.card-magazine .magazine-image img{width:100%;height:100%;object-fit:cover}
.card-magazine .magazine-content{flex:1;display:flex;flex-direction:column;justify-content:center}
.card-collapsible{background:#FFEDD5;border-radius:0.5rem;overflow:hidden}
.card-collapsible .collapse-header{display:flex;align-items:center;justify-content:space-between;padding:1rem;text-decoration:none;color:inherit}
.card-collapsible .collapse-flex{display:flex;align-items:center;gap:0.75rem}
.card-collapsible .collapse-image{width:3rem;height:3rem;border-radius:0.3rem;overflow:hidden;flex-shrink:0}
.card-collapsible .collapse-image img{width:100%;height:100%;object-fit:cover}
.card-collapsible .collapse-title{font-size:0.875rem;font-weight:600;font-family:'Inter', system-ui, sans-serif;flex-shrink:0}
.card-collapsible .collapse-arrow{width:1rem;height:1rem;opacity:0.5;flex-shrink:0;transition:transform 0.3s}
.card-collapsible:hover .collapse-arrow{transform:rotate(90deg)}
.card-collapsible .collapse-content{padding:0 1rem 1rem}
.card-collapsible .collapse-summary{font-size:0.875rem;opacity:0.7}
.card-collapsible .collapse-link{font-size:0.75rem;text-transform:uppercase;letter-spacing:0.05em;color:#F97316;margin-top:0.75rem}
.card-line{background:#FFEDD5;border-radius:0.5rem;overflow:hidden;display:flex}
.card-line .line-left{width:4px;background:var(--accent);border-radius:0.5rem 0 0 0.5rem}
.card-line .pad{padding:1rem;flex:1}
.card-tilt{background:#FFEDD5;border-radius:0.5rem;overflow:hidden;transition:transform 0.3s}
.card-tilt:hover{transform:perspective(1000px) rotateY(5deg) rotateX(-5deg)}
.card-tilt .pad{padding:1rem}
.card-fadein{background:#FFEDD5;border-radius:0.5rem;overflow:hidden;animation:fadeInUp 0.6s ease-out}
@keyframes fadeInUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
.card-fadein .pad{padding:1rem}
.card-divider{background:#FFEDD5;border-radius:0.5rem;overflow:hidden}
.card-divider .pad{padding:1rem}
.card-divider .card-divider-line{height:2px;background:linear-gradient(90deg,transparent,#9A341230,transparent);margin:0 1rem}
.card-mono{background:#FFEDD5;border-radius:0.5rem;overflow:hidden}
.card-mono .card-image.mono{filter:grayscale(100%)}
.card-mono .pad{padding:1rem}
.card-blur{background:#FFEDD5;border-radius:0.5rem;overflow:hidden;position:relative}
.card-blur .card-image.blur-bg{filter:blur(8px);transform:scale(1.1)}
.card-blur .blur-content{position:relative;z-index:1}
.card-blur .pad{padding:1rem}
.card-fullbg{position:relative;border-radius:0.5rem;overflow:hidden;height:200px}
.card-fullbg .card-image.full{position:absolute;inset:0}
.card-fullbg .card-image.full img{width:100%;height:100%;object-fit:cover}
.card-fullbg .fullbg-content{position:absolute;bottom:0;left:0;right:0;padding:1.5rem;color:#FFF7ED;background:linear-gradient(to top,rgba(0,0,0,0.8),transparent)}
.card-fullbg .card-title{color:#FFF7ED}
.card-progress{background:#FFEDD5;border-radius:0.5rem;overflow:hidden}
.card-progress .card-image{aspect-ratio:16/10;overflow:hidden}
.card-progress .card-image img{width:100%;height:100%;object-fit:cover}
.card-progress .pad{padding:1rem}
.card-progress .progress-section{margin-top:0.75rem}
.card-progress .progress-label{display:flex;justify-content:space-between;font-size:0.625rem;opacity:0.5;margin-bottom:0.25rem}
.card-progress .progress-bar{height:4px;background:#9A341230;border-radius:2px;overflow:hidden}
.card-progress .progress-fill{height:100%;width:65%;background:var(--accent);border-radius:2px}
.card-skew{background:#FFEDD5;border-radius:0.5rem;overflow:hidden;transform:skewX(-3deg)}
.card-skew .skew-wrapper{transform:skewX(3deg)}
.card-skew .skew-image{aspect-ratio:16/10;overflow:hidden}
.card-skew .skew-image img{width:100%;height:100%;object-fit:cover}
.card-skew .skew-content{padding:1rem}
.card-skew .card-title{font-size:0.875rem;font-weight:600;font-family:'Inter', system-ui, sans-serif}
.card-skew .card-summary{font-size:0.75rem;opacity:0.7;margin-top:0.25rem}