.accordion-container{width:100%;max-width:1200px;margin-top:2rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.1);transition:background .3s ease,border-color .3s ease,box-shadow .3s ease}html.dark .accordion-container{background:#282a36;border-color:#44475a;box-shadow:0 4px 12px rgba(0,0,0,.4)}.accordion-header{display:flex;justify-content:space-between;align-items:center;width:100%;padding:1rem;background-color:#fff;border:none;border-radius:8px;cursor:pointer;text-align:left;transition:background-color .3s ease}html.dark .accordion-header{background-color:#282a36}.accordion-header:hover{background-color:#fff}html.dark .accordion-header:hover{background-color:rgb(35.6595744681,37.4425531915,48.1404255319)}.accordion-header .accordion-title{font-size:1.5rem;color:#1a1a1a;margin:0;transition:color .3s ease}html.dark .accordion-header .accordion-title{color:#f8f8f2}.accordion-header .accordion-icon{color:#1a1a1a;transition:transform .3s ease,color .3s ease}html.dark .accordion-header .accordion-icon{color:#f8f8f2}.accordion-content{padding:0 1rem 1rem;color:#1a1a1a;max-height:500px;overflow:hidden;transition:max-height .3s ease-out,padding .3s ease-out}html.dark .accordion-content{color:#f8f8f2}.accordion-content ul{list-style-type:disc;padding-left:1.5rem;margin:0}.accordion-content ul li{margin-bottom:.75rem;line-height:1.5}.accordion-content ul li:last-child{margin-bottom:0}.accordion-content ul li strong{color:#1a1a1a}html.dark .accordion-content ul li strong{color:#f8f8f2}