.stream-card{display:flex;align-items:center;justify-content:space-between;gap:12px;background:#ffffffd9;border:1px solid rgba(226,232,240,.8);border-radius:12px;padding:10px 12px;margin:10px 0;box-shadow:0 10px 30px -12px #1e3c722e;animation:states-float 6s ease-in-out infinite}.stream-card:nth-child(odd){animation-delay:.6s}.stream-card:nth-child(3n){animation-delay:1.2s}@keyframes states-float{0%{transform:translateY(0)}50%{transform:translateY(-3px)}to{transform:translateY(0)}}.challenge-header{text-align:center;margin-bottom:24px;opacity:0;transform:translateY(10px);transition:opacity .6s ease,transform .6s ease}.challenge-header.visible{opacity:1;transform:translateY(0)}.challenge-title{font-size:2.2rem;font-weight:700;color:var(--states-text);letter-spacing:-.02em}.title-underline{width:80px;height:3px;margin:14px auto 0;background:linear-gradient(90deg,var(--states-primary),var(--states-accent));border-radius:2px}.challenge-accordion{margin-top:36px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.accordion-item{position:relative;padding:24px;background:#fff;border:1px solid #eaeaea;border-radius:16px;overflow:hidden;opacity:0;transform:translateY(10px);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease,opacity .22s ease}.accordion-item.visible{opacity:1;transform:translateY(0)}.accordion-item:hover{transform:translateY(-2px);box-shadow:0 10px 24px #00000014;border-color:transparent}.accordion-bg{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.05;background:linear-gradient(135deg,var(--states-primary),var(--states-accent))}.item-number{position:absolute;top:18px;right:18px;font-weight:800;color:#cbd5e1}.accordion-title{font-size:1.2rem;font-weight:700;color:var(--states-text);margin-bottom:8px}.accordion-desc{color:var(--states-text-light)}.item-icon-large{position:absolute;bottom:18px;right:18px;color:#94a3b8}.solutions-bento-section{padding:80px 20px;background:var(--states-bg)}.bento-header{max-width:1200px;margin:0 auto 24px;text-align:center}.bento-title{font-size:2.2rem;font-weight:700;color:var(--states-text);letter-spacing:-.02em}.bento-subtitle{font-size:1.1rem;color:var(--states-text-light)}.bento-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:16px}.bento-column{display:grid;grid-template-rows:1fr 1fr;gap:16px}.bento-column.right-col,.bento-column.left-col{grid-template-rows:1fr 1fr}.bento-item{position:relative;background:#fff;border:1px solid #eaeaea;border-radius:20px;overflow:hidden;padding:0;cursor:pointer;transition:box-shadow .22s ease,transform .22s ease,border-color .22s ease}.bento-item:hover{transform:translateY(-2px);box-shadow:0 12px 28px #00000014;border-color:transparent}.bento-item.expanded{grid-row:span 2}.bento-item.collapsed.pos-top{align-self:start}.bento-item.collapsed.pos-bottom{align-self:end}.bento-item.pos-full{grid-row:span 2}.bento-content-wrapper{position:relative;padding:24px;height:100%}.bento-badge{display:inline-block;font-size:.75rem;font-weight:700;color:var(--states-primary);background:#2a529814;border:1px solid rgba(42,82,152,.18);padding:6px 10px;border-radius:999px;margin-bottom:12px}.bento-item-title{font-size:1.4rem;font-weight:700;color:var(--states-text);margin-bottom:8px}.bento-item-desc{color:var(--states-text-light);max-width:640px}.expand-hint{display:inline-flex;align-items:center;gap:8px;color:var(--states-text-light);margin-bottom:12px}.bento-item-title-small{font-size:1.1rem;font-weight:700;color:var(--states-text)}.bento-item-desc-small{color:var(--states-text-light)}.examples-under-solutions{width:92%;max-width:1200px;margin:80px auto}.examples-title{font-size:1.7rem;font-weight:700;color:var(--states-text);margin-bottom:16px}.examples-grid{display:grid;grid-template-columns:1fr 1.2fr 1.2fr;border:1px solid #eaeaea;border-radius:8px;overflow:hidden;background:linear-gradient(180deg,#00000005,#0000) padding-box,#fff;box-shadow:0 20px 40px #0000000a}.examples-grid-header{background:linear-gradient(180deg,#f3f6fb,#eef3f9);font-weight:600;padding:16px 18px;border-bottom:1px solid #eaeaea;border-right:1px solid #eaeaea;color:#222}.examples-grid-header:nth-child(3n){border-right:none}.examples-cell{padding:14px 18px;border-right:1px solid #eaeaea;border-bottom:1px solid #eaeaea;color:#333;line-height:1.5;background:#fff;opacity:0;transform:translateY(8px);transition:opacity .24s ease,transform .24s ease,background .16s ease,box-shadow .16s ease}.examples-cell:nth-child(3n){border-right:none}.examples-cell:nth-child(6n+1),.examples-cell:nth-child(6n+2),.examples-cell:nth-child(6n+3){background:#fff}.examples-cell:nth-child(6n+4),.examples-cell:nth-child(6n+5),.examples-cell:nth-child(6n+6){background:#fbfdff}.examples-cell.accent{background:linear-gradient(180deg,#4d96ff14,#4d96ff05)}.examples-cell:hover{background:linear-gradient(180deg,#00000008,#00000003);box-shadow:inset 0 0 0 1px #0000000f}.examples-grid.visible .examples-cell{animation:fadeSlide .32s ease both;animation-delay:var(--delay, 0ms)}@keyframes fadeSlide{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.challenge-sticky-container{position:relative;padding:100px 0;background-color:#f8fafc}.challenge-features-scroller{display:grid;grid-auto-flow:column;grid-auto-columns:calc(33.333% - 20px);gap:30px;padding:40px 0;width:100%;max-width:1200px;margin:0 auto;overflow-x:auto;-ms-overflow-style:none;scrollbar-width:none}.challenge-features-scroller::-webkit-scrollbar{display:none}.feature-card{position:relative;background:var(--card-color, #0056b3);border-radius:24px;padding:32px;color:#fff;box-shadow:0 20px 40px -15px #0003;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;justify-content:space-between;min-height:380px}.feature-card:hover{transform:translateY(-8px);box-shadow:0 25px 50px -15px #0000004d}.feature-icon{width:48px;height:48px;margin-bottom:24px;background:#ffffff1a;border-radius:12px;display:flex;align-items:center;justify-content:center}.feature-icon svg{width:24px;height:24px;color:#fff}.feature-title{font-size:1.5rem;font-weight:700;margin-bottom:12px;color:#fff}.feature-desc{font-size:1rem;line-height:1.6;opacity:.85;color:#fff}.results-section{padding:80px 20px 120px;background:#fff}.results-container{max-width:1200px;margin:0 auto}.results-title{font-size:2.2rem;font-weight:700;color:var(--states-text);letter-spacing:-.02em;margin-bottom:24px}.results-timeline{position:relative;max-width:1200px;margin:60px auto;display:flex;justify-content:space-between;padding:40px 0}.results-timeline:before{content:"";position:absolute;top:50%;left:0;transform:translateY(-50%);width:100%;height:2px;background-color:#e2e8f0}.timeline-item{position:relative;width:22%;padding:20px;box-sizing:border-box;transition:opacity .4s ease,transform .4s ease}.timeline-item:nth-child(odd){align-self:flex-start;margin-top:-20px}.timeline-item:nth-child(2n){align-self:flex-end;margin-bottom:-20px}.timeline-content{padding:20px;background-color:#fff;position:relative;border-radius:8px;border:1px solid #e2e8f0;box-shadow:0 4px 12px #0000000d;text-align:center}.timeline-content:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--states-primary),var(--states-accent));opacity:.9}.result-number{font-size:clamp(1.6rem,4.2vw,2.4rem);font-weight:800;color:var(--states-text);letter-spacing:-.02em;line-height:1.1;margin-bottom:8px}.result-highlight{font-weight:700;color:var(--states-text);font-size:1.2rem;margin-bottom:8px}.result-desc{color:var(--states-text-light);font-size:.95rem;line-height:1.6}.trusted-states-section{background:#f8f9fa;padding:30px 20px 50px}.trusted-container{max-width:1200px;margin:0 auto}.trusted-title{font-size:1.8rem;font-weight:600;color:#111;letter-spacing:-.02em;margin-bottom:16px}.trusted-carousel{overflow:hidden;position:relative;--duration: 48s;-webkit-mask-image:linear-gradient(to right,transparent 0,black 60px,black calc(100% - 60px),transparent 100%);mask-image:linear-gradient(to right,transparent 0,black 60px,black calc(100% - 60px),transparent 100%);margin-top:24px}.trusted-track{display:flex;gap:24px;width:max-content;animation:trusted-marquee var(--duration, 48s) linear infinite}@keyframes trusted-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion: reduce){.trusted-track{animation:none!important}}.trusted-logo{height:64px;border:1px solid #E5E7EB;border-radius:12px;background:#f8fafc;display:flex;align-items:center;justify-content:center;color:#334155;font-weight:700;box-shadow:0 8px 24px #0206170f;min-width:200px;padding:0 16px}.trusted-logo-text{font-size:.95rem}.trusted-logo-img{max-height:40px;width:auto;display:block}@media (max-width: 900px){.trusted-logo{min-width:160px;height:56px}.trusted-logo-text{font-size:.9rem}}.final-cta-section{padding:80px 20px 120px;background:#f8fafc}.final-cta-container{max-width:900px;margin:0 auto;text-align:center}.final-cta-title{font-size:clamp(2.2rem,5vw,3rem);font-weight:800;letter-spacing:-.02em;color:var(--states-text);margin-bottom:14px}.final-cta-desc{font-size:1.1rem;color:var(--states-text-light);margin-bottom:18px}@media (max-width: 992px){.hero-container{grid-template-columns:1fr;gap:40px}.perspective-wrapper{height:420px}.challenge-accordion,.bento-grid{grid-template-columns:1fr}.results-grid{grid-template-columns:1fr;grid-auto-rows:auto}.card-wide{grid-column:span 1}}@media (max-width: 768px){.hero-states-split{align-items:flex-start;padding-top:100px;min-height:auto}.hero-container{padding-bottom:60px}.results-title{text-align:center;font-size:1.75rem}.hero-states-split h1,.hero-states-split h2,.hero-states-split h3,.hero-states-split h4,.hero-states-split h5,.hero-states-split h6,.hero-states-split p,.hero-states-split span:not(.gradient-text),.hero-states-split li,.hero-states-split a,.hero-states-split div,.hero-states-split button{color:var(--states-text)!important}.gradient-text{background:linear-gradient(135deg,var(--states-primary) 0%,var(--states-accent) 50%,#3b82f6 100%)!important;-webkit-background-clip:text!important;background-clip:text!important;-webkit-text-fill-color:transparent!important}}@media (max-width: 992px){.results-section{padding-bottom:10px}.results-timeline{flex-direction:column;gap:30px;margin:40px auto}.results-timeline:before{display:none}.timeline-item{width:100%;margin:0!important;align-self:center!important}.timeline-item:nth-child(odd),.timeline-item:nth-child(2n){align-self:center;margin:0}}.examples-section .examples-container{width:92%}@media (max-width: 768px){.examples-table{display:block}.examples-table thead{display:none}.examples-table tbody{display:grid;gap:12px}.examples-table tbody tr{display:grid;grid-template-columns:1fr;border:1px solid #eaeaea;border-radius:12px;background:#fff;box-shadow:0 8px 20px #0000000a}.examples-table tbody td{display:grid;grid-template-columns:120px 1fr;gap:10px;padding:12px 16px;border:none}.examples-table tbody td:before{content:attr(data-label);font-weight:700;color:var(--states-text-light)}.table-accent-bar{left:-2px;width:4px}}.new-solutions-section{padding:100px 24px;background-color:#f8f9fa}.new-solutions-header{text-align:center;margin-bottom:60px}.new-solutions-title{font-size:3rem;font-weight:700;color:#212529;margin-bottom:16px}.new-solutions-subtitle{font-size:1.25rem;color:#495057;max-width:800px;margin:0 auto}.solutions-spotlight{padding:100px 24px;background-color:#f8f9fa}.solutions-header{text-align:center;margin-bottom:60px}.solutions-title{font-size:1.75rem;font-weight:700;color:#212529;margin-bottom:16px}.solutions-subtitle{font-size:.96rem;color:#495057;max-width:800px;margin:0 auto}.spotlight-list{max-width:1100px;margin:0 auto;display:grid;gap:18px}.spotlight-item{position:relative;display:grid;grid-template-columns:10px 1fr;align-items:stretch;background:#fffc;border:1px solid #eaeaea;border-radius:16px;overflow:hidden;transition:opacity .3s ease,transform .3s ease,box-shadow .22s ease,background .22s ease,border-color .22s ease}.spotlight-item:hover{box-shadow:0 14px 32px #00000014;border-color:transparent;background:#ffffffe6}.spotlight-accent{width:10px;background:linear-gradient(180deg,var(--states-primary),var(--states-accent));animation:accentFlow 6s linear infinite}@keyframes accentFlow{0%{filter:hue-rotate(0deg)}50%{filter:hue-rotate(15deg)}to{filter:hue-rotate(0deg)}}.spotlight-content{padding:28px 28px 28px 22px}.spotlight-title{font-size:1.35rem;font-weight:700;color:var(--states-text);margin-bottom:8px}.spotlight-desc{font-size:1rem;line-height:1.65;color:var(--states-text-light)}@media (min-width: 1600px){.hero-container{max-width:1600px;gap:80px}.hero-title-modern{font-size:4rem}.hero-subtitle-modern{font-size:1.5rem;max-width:800px}.btn-primary-glass{padding:16px 32px;font-size:1.2rem}.perspective-wrapper{height:700px}.stream-card{padding:20px 24px;gap:20px}.stream-card .card-icon{width:40px;height:40px}.stream-card .card-info{font-size:1.2rem}.challenge-container{max-width:1600px}.challenge-title{font-size:3rem}.accordion-item{padding:40px}.accordion-title{font-size:1.6rem}.accordion-desc{font-size:1.2rem}.bento-header,.bento-grid{max-width:1600px}.bento-title{font-size:3rem}.bento-subtitle{font-size:1.5rem}.bento-item-title{font-size:1.8rem}.bento-item-desc{font-size:1.3rem;max-width:800px}.spotlight-list{max-width:1600px;gap:24px}.spotlight-item{padding:0}.spotlight-content{padding:40px}.spotlight-title{font-size:1.8rem}.spotlight-desc{font-size:1.3rem}.examples-under-solutions{max-width:1600px}.examples-title{font-size:2.2rem}.examples-grid-header{font-size:1.3rem;padding:24px 30px}.examples-cell{font-size:1.2rem;padding:24px 30px}.results-container,.results-timeline{max-width:1600px}.results-title{font-size:3rem}.timeline-item,.timeline-content{padding:30px}.result-number{font-size:3.5rem}.result-highlight{font-size:1.6rem}.result-desc{font-size:1.2rem}.trusted-container{max-width:1600px}.trusted-title{font-size:2.2rem}.trusted-logo{height:80px;min-width:240px}.trusted-logo-text{font-size:1.2rem}.final-cta-container{max-width:1200px}.final-cta-title{font-size:4rem}.final-cta-desc{font-size:1.5rem}}:root{--states-primary: #1e3c72;--states-accent: #2a5298;--states-text: #1e293b;--states-text-light: #64748b;--states-bg: #ffffff}.hero-states-split{position:relative;min-height:90vh;min-height:90dvh;background-color:var(--states-bg);background-image:radial-gradient(circle at 10% 20%,rgba(42,82,152,.06) 0%,transparent 40%),radial-gradient(circle at 90% 80%,rgba(30,60,114,.06) 0%,transparent 40%);display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-container{max-width:1200px;width:92%;margin:0 auto;display:grid;grid-template-columns:1.1fr .9fr;gap:64px;align-items:center;position:relative;z-index:2}.hero-text-side{display:flex;flex-direction:column;align-items:flex-start;gap:20px}.status-pill{display:inline-flex;align-items:center;gap:10px;background:#2a529812;border:1px solid rgba(42,82,152,.2);color:var(--states-primary);padding:8px 14px;border-radius:999px;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.pulse-dot{width:8px;height:8px;background-color:#10b981;border-radius:50%;animation:states-pulse 2s infinite}@keyframes states-pulse{0%{box-shadow:0 0 #10b98180}70%{box-shadow:0 0 0 8px #10b98100}to{box-shadow:0 0 #10b98100}}.hero-title-modern{font-size:clamp(1.8rem,3.5vw,2.5rem);line-height:1.1;font-weight:800;letter-spacing:-.02em;color:var(--states-text)}.gradient-text{background:linear-gradient(135deg,var(--states-primary) 0%,var(--states-accent) 50%,#3b82f6 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle-modern{font-size:1rem;line-height:1.65;color:var(--states-text-light);max-width:620px}.cta-group{display:flex;gap:14px;flex-wrap:wrap}.btn-primary-glass{display:inline-flex;align-items:center;justify-content:center;padding:10px 20px;font-size:.95rem;border-radius:12px;background:#2b3990;color:#fff;font-weight:600;text-decoration:none;border:1px solid #2B3990;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.btn-primary-glass:hover{transform:translateY(-2px);box-shadow:0 10px 24px -8px #0156b359;background:#014490}.hero-visual-side{position:relative}.perspective-wrapper{position:relative;height:520px;perspective:1000px;display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:start;transition:transform .3s ease}.stream-column{height:100%;overflow:hidden;transform:rotateY(-6deg) rotateX(2deg);transform-origin:center}.col-2{transform:rotateY(6deg) rotateX(2deg)}.stream-track{display:flex;flex-direction:column}.stream-track.scroll-up{animation:scroll-up 25s linear infinite}.stream-track.scroll-down{animation:scroll-down 25s linear infinite}@keyframes scroll-up{0%{transform:translateY(0)}to{transform:translateY(-50%)}}@keyframes scroll-down{0%{transform:translateY(-50%)}to{transform:translateY(0)}}@media (prefers-reduced-motion: reduce){.stream-track.scroll-up,.stream-track.scroll-down{animation:none}}.stream-card{display:flex;align-items:center;justify-content:space-between;gap:12px;background:#ffffffd9;border:1px solid rgba(226,232,240,.8);border-radius:12px;padding:10px 12px;margin:10px 0;box-shadow:0 10px 30px -12px #1e3c722e}.stream-card .card-icon{width:26px;height:26px;border-radius:8px;background:linear-gradient(135deg,var(--states-primary),var(--states-accent));opacity:.85}.stream-card .card-info{display:flex;flex:1;align-items:center;justify-content:space-between;gap:12px;font-size:.9rem;color:var(--states-text)}.stream-card.transport .card-icon{background:linear-gradient(135deg,#3b82f6,#2563eb)}.stream-card.health .card-icon{background:linear-gradient(135deg,#0ea5e9,#0284c7)}.stream-card.revenue .card-icon{background:linear-gradient(135deg,#1e3c72,#2a5298)}.stream-card.dmv .card-icon{background:linear-gradient(135deg,#60a5fa,#3b82f6)}.stream-card.social .card-icon{background:linear-gradient(135deg,#6366f1,#4f46e5)}.visual-mask-top,.visual-mask-bottom{position:absolute;left:50%;right:auto;width:100vw;transform:translate(-50%);height:60px;pointer-events:none;z-index:4}.visual-mask-top{top:-5px;background:linear-gradient(to bottom,#fff,#fff0)}.visual-mask-bottom{bottom:-5px;height:100px;background:linear-gradient(to top,#fffffffa,#ffffffbf 40%,#fff0)}.challenge-section{padding:80px 20px;background:#f8fafc}.challenge-container{max-width:1200px;margin:0 auto}.challenge-header{text-align:center;margin-bottom:24px}:global(.dark) .hero-states-split{--states-primary: #93C5FD;--states-accent: #60A5FA;--states-text: #F1F5F9;--states-text-light: #94A3B8;--states-bg: #0F172A;background-color:#0f172a;background-image:radial-gradient(circle at 10% 20%,rgba(43,57,144,.15) 0%,transparent 40%),radial-gradient(circle at 90% 80%,rgba(43,57,144,.15) 0%,transparent 40%)}:global(.dark) .status-pill{background:#93c5fd1a;border:1px solid rgba(147,197,253,.3);color:#93c5fd}:global(.dark) .gradient-text{background:linear-gradient(135deg,#93c5fd,#60a5fa,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}:global(.dark) .stream-card{background:#1e293be6;border:1px solid rgba(147,197,253,.2);box-shadow:0 10px 30px -12px #0006}:global(.dark) .stream-card .card-info{color:#f1f5f9}:global(.dark) .visual-mask-top{background:linear-gradient(to bottom,#0f172a,#0f172a00)}:global(.dark) .visual-mask-bottom{background:linear-gradient(to top,#0f172afa,#0f172abf 40%,#0f172a00)}:global(.dark) .challenge-section{background:#1e293b}:global(.dark) .challenge-title{color:#f1f5f9}:global(.dark) .challenge-subtitle{color:#94a3b8}:global(.dark) .accordion-item{background:#1e293bcc;border:1px solid rgba(147,197,253,.15)}:global(.dark) .accordion-item:hover{background:#1e293bf2;border-color:#93c5fd4d}:global(.dark) .accordion-title{color:#f1f5f9}:global(.dark) .accordion-desc{color:#94a3b8}:global(.dark) .solutions-spotlight{background-color:#0f172a}:global(.dark) .solutions-title{color:#f1f5f9}:global(.dark) .solutions-subtitle{color:#94a3b8}:global(.dark) .spotlight-item{background:#1e293bcc;border:1px solid rgba(147,197,253,.15)}:global(.dark) .spotlight-item:hover{background:#1e293bf2;border-color:#93c5fd4d;box-shadow:0 14px 32px #0000004d}:global(.dark) .spotlight-title{color:#f1f5f9}:global(.dark) .spotlight-desc{color:#94a3b8}:global(.dark) .examples-under-solutions{background:#0f172a}:global(.dark) .examples-title{color:#f1f5f9}:global(.dark) .examples-grid-header{background:#1e293be6;border-bottom:2px solid rgba(147,197,253,.2);color:#93c5fd}:global(.dark) .examples-cell{border-bottom:1px solid rgba(147,197,253,.1);color:#cbd5e1}:global(.dark) .examples-row:hover .examples-cell{background:#1e293b80}:global(.dark) .results-section{background:#1e293b}:global(.dark) .results-title{color:#f1f5f9}:global(.dark) .timeline-content{background:#1e293be6;border:1px solid rgba(147,197,253,.15)}:global(.dark) .result-number{color:#f1f5f9}:global(.dark) .result-highlight{color:#f1f5f9}:global(.dark) .result-desc{color:#94a3b8}:global(.dark) .timeline-line{background:linear-gradient(to bottom,#93c5fd,#60a5fa)}:global(.dark) .trusted-section{background:#0f172a}:global(.dark) .trusted-title{color:#f1f5f9}:global(.dark) .trusted-logo{background:#1e293bcc;border:1px solid rgba(147,197,253,.15)}:global(.dark) .trusted-logo:hover{border-color:#93c5fd4d;background:#1e293bf2}:global(.dark) .trusted-logo-text{color:#cbd5e1}:global(.dark) .final-cta-section{background:linear-gradient(135deg,#0f172a,#1e293b)}:global(.dark) .final-cta-title{color:#f1f5f9}:global(.dark) .final-cta-desc{color:#94a3b8}:global(.dark) .bento-section{background:#0f172a}:global(.dark) .bento-header h2{color:#f1f5f9}:global(.dark) .bento-header p{color:#94a3b8}:global(.dark) .bento-item{background:#1e293bcc;border:1px solid rgba(147,197,253,.15)}:global(.dark) .bento-item:hover{background:#1e293bf2;border-color:#93c5fd4d}:global(.dark) .bento-item-title{color:#f1f5f9}:global(.dark) .bento-item-desc{color:#94a3b8}
