.uc-accordion{display:flex;flex-direction:column;gap:.6rem;max-width:720px;margin:0 auto}.uc-acc-item{background:#fff;border-radius:.75rem;box-shadow:0 1px 3px #0000000f;overflow:hidden}.uc-acc-trigger{display:flex;align-items:center;gap:1rem;width:100%;padding:1rem 1.25rem;background:transparent;border:none;text-align:left;cursor:pointer;font:inherit;color:inherit;transition:background .2s ease}.uc-acc-trigger:hover{background:#f8fafc}.uc-acc-icon{flex-shrink:0;width:40px;height:40px;border-radius:.5rem;display:flex;align-items:center;justify-content:center}.uc-acc-icon svg{width:20px;height:20px}.uc-acc-text{flex:1;display:flex;flex-direction:column;gap:.1rem}.uc-acc-title{font-weight:600;font-size:.9rem;color:#0f172a}.uc-acc-subtitle{font-size:.78rem;color:#64748b}.uc-acc-arrow{flex-shrink:0;color:#94a3b8;transition:transform .25s ease,color .2s}.uc-acc-arrow svg{width:18px;height:18px}.uc-acc-trigger:hover .uc-acc-arrow{color:#475569;transform:translate(2px)}.uc-split{max-width:1100px;margin:0 auto;animation:ucSplitIn .35s cubic-bezier(.4,0,.2,1)}@keyframes ucSplitIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.uc-split-inner{display:flex;gap:1rem;align-items:stretch}.uc-sidebar{display:flex;flex-direction:column;gap:.6rem;flex:0 0 200px}.uc-side-card{display:flex;flex-direction:column;gap:.2rem;padding:.9rem 1rem;background:#fff;border:2px solid #e5e7eb;border-radius:.75rem;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);text-align:left;font:inherit;color:inherit}.uc-side-card:hover{border-color:var(--uc-color);background:var(--uc-bg);box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}.uc-side-card.is-active{border-color:var(--uc-color);background:var(--uc-color);box-shadow:0 4px 16px #00000026}.uc-side-card.is-active .uc-side-title,.uc-side-card.is-active .uc-side-subtitle,.uc-side-card.is-active .uc-side-arrow{color:#fff}.uc-side-top{display:flex;justify-content:space-between;align-items:center}.uc-side-title{font-size:.82rem;font-weight:700;color:#0f172a;transition:color .3s ease}.uc-side-arrow{font-size:1rem;font-weight:700;color:#94a3b8;transition:color .3s ease}.uc-side-subtitle{font-size:.72rem;color:#64748b;transition:color .3s ease}.uc-detail{flex:1;min-width:0;overflow:hidden}.uc-detail-card{background:#fff;border-radius:.75rem;box-shadow:0 2px 8px #0000000f;overflow:hidden;animation:ucFadeIn .35s cubic-bezier(.4,0,.2,1)}@keyframes ucFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.uc-detail-header{display:flex;align-items:center;gap:.6rem;padding:.85rem 1.25rem;color:#fff;font-weight:600;font-size:.9rem}.uc-detail-header-icon{width:20px;height:20px;color:#fff}.uc-detail-header-icon svg{width:100%;height:100%}.uc-collapse-btn{margin-left:auto;flex-shrink:0;display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:.4rem;border:none;background:#fff3;color:#fff;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);animation:ucCollapseSpin .4s cubic-bezier(.4,0,.2,1)}.uc-collapse-btn svg{width:16px;height:16px;transition:transform .3s cubic-bezier(.4,0,.2,1)}.uc-collapse-btn:hover{background:#ffffff59;transform:rotate(90deg)}.uc-collapse-btn:hover svg{transform:rotate(90deg)}@keyframes ucCollapseSpin{0%{transform:rotate(-180deg);opacity:0}to{transform:rotate(0);opacity:1}}.uc-detail-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:0}.uc-detail-feat{display:flex;align-items:center;gap:.65rem;padding:.75rem 1.25rem;border-bottom:1px solid #f1f5f9}.uc-detail-feat:nth-child(odd){border-right:1px solid #f1f5f9}.uc-detail-feat-icon{flex-shrink:0;width:36px;height:36px;border-radius:.45rem;display:flex;align-items:center;justify-content:center}.uc-detail-feat-icon svg{width:18px;height:18px}.uc-detail-feat-text strong{display:block;font-size:.82rem;font-weight:600;color:#0f172a}.uc-detail-feat-text span{display:block;font-size:.72rem;color:#64748b;line-height:1.3}.uc-detail-example{padding:.75rem 1.25rem;background:#f0fdf4;font-size:.82rem;color:#166534;border-top:1px solid #dcfce7}.uc-demo-section{padding:4rem 0;background:#f8fafc;position:relative;z-index:1}.uc-demo-card{position:relative;background:linear-gradient(135deg,#e0ecff,#d4f5e0,#f0e6ff);border-radius:1.25rem;padding:3rem 2.5rem 2.5rem;overflow:hidden;z-index:1}.uc-demo-icons{position:absolute;inset:0;pointer-events:none;z-index:2}.uc-demo-float{position:absolute;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:.6rem;box-shadow:0 2px 8px #00000014;animation:ucDemoFloat 4s ease-in-out infinite;z-index:3}.uc-demo-float svg{width:20px;height:20px}.uc-demo-float-1{top:4%;left:4%;animation-delay:0s}.uc-demo-float-2{top:6%;right:4%;animation-delay:.8s}.uc-demo-float-3{top:20%;left:10%;animation-delay:1.6s}.uc-demo-float-4{top:28%;right:4%;animation-delay:.4s}.uc-demo-float-5{top:41%;left:16%;animation-delay:1.2s}.uc-demo-float-6{top:36%;right:16%;animation-delay:2s}.uc-demo-float-7{top:6%;left:16%;transform:translate(-50%);animation-delay:2.4s}@keyframes ucDemoFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.uc-demo-cta{position:relative;text-align:center;margin-bottom:2.5rem;z-index:4}.uc-demo-btn{position:relative;display:inline-flex;min-height:2.75rem;overflow:hidden;border-radius:.65rem;background:#29d605;padding:2px;font-size:.9rem;font-weight:600;color:#fff;box-shadow:0 8px 18px #20a60c38;border:none;cursor:pointer;transition:box-shadow .2s ease}.uc-demo-btn:hover{box-shadow:0 0 12px #29d60573}.uc-demo-btn-spin{position:absolute;inset:-160%;z-index:0;animation:ucDemoBtnSpin 6s linear infinite;background:conic-gradient(from 90deg,transparent 0deg,transparent 300deg,rgba(41,214,5,.75) 325deg,#29D605 335deg,transparent 360deg)}@keyframes ucDemoBtnSpin{to{transform:rotate(360deg)}}.uc-demo-btn-inner{position:relative;z-index:1;display:inline-flex;width:100%;align-items:center;justify-content:center;border-radius:calc(.65rem - 2px);background:#29d605;padding:.625rem 1.5rem;transition:background .2s ease}.uc-demo-btn:hover .uc-demo-btn-inner{background:#20a60c}.uc-demo-features{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.uc-demo-feat{background:#fff;border-radius:.75rem;padding:1.25rem 1rem;box-shadow:0 1px 4px #0000000f;text-align:left}.uc-demo-feat-icon{width:40px;height:40px;border-radius:.5rem;display:flex;align-items:center;justify-content:center;margin-bottom:.75rem}.uc-demo-feat-icon svg{width:20px;height:20px}@media(max-width:900px){.uc-demo-features{grid-template-columns:repeat(2,1fr)}.uc-demo-float{width:32px;height:32px}.uc-demo-float svg{width:16px;height:16px}}@media(max-width:640px){.uc-demo-card{padding:2rem 1.25rem 1.5rem}.uc-demo-features{grid-template-columns:1fr}.uc-demo-float{display:none}}@media(max-width:900px){.uc-split-inner{flex-direction:column;align-items:center}.uc-sidebar{flex-direction:row;flex:none;overflow-x:auto;width:100%;gap:.5rem}.uc-side-card{flex:0 0 auto;min-width:110px}.uc-detail{width:100%}}@media(max-width:640px){.uc-detail-grid{grid-template-columns:1fr}.uc-detail-feat:nth-child(odd){border-right:none}}
