.toggle-container{margin:20px 0;border:none;border-radius:12px;overflow:hidden;transition:all .3s ease;width:100%;max-width:100%;box-sizing:border-box}.toggle-header{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;background:#000;cursor:pointer;user-select:none;transition:all .3s ease;width:100%;box-sizing:border-box;gap:15px;border-radius:12px}.toggle-container.tc-open .toggle-header{border-radius:12px 12px 0 0}.toggle-header:hover{background:#1a1a1a}.toggle-header:active{background:#2a2a2a}.toggle-title{font-weight:600;font-size:16px;color:#fff;flex:1;word-wrap:break-word;overflow-wrap:break-word;line-height:1.5}.toggle-icon{display:flex;align-items:center;justify-content:center;transition:transform .3s ease;color:#fff;flex-shrink:0;min-width:24px;height:24px}.toggle-container.tc-open .toggle-icon{transform:rotate(180deg)}.toggle-content{max-height:0;overflow:hidden;transition:max-height .5s ease,padding .4s ease;padding:0 20px;box-sizing:border-box;width:100%;background:#fff;border:1px solid #e0e0e0;border-top:none}.toggle-content *{max-width:100%;box-sizing:border-box}.toggle-content img,.toggle-content iframe,.toggle-content video{max-width:100%;height:auto;display:block}.toggle-container.tc-open .toggle-content{max-height:none;padding:20px;border-radius:0 0 12px 12px}.tc-style-bordered .toggle-header{background:#000;border-bottom:3px solid #be1622}.tc-style-bordered .toggle-header:hover{background:#1a1a1a}.tc-style-bordered.tc-open{border-color:#be1622}.tc-style-minimal{border:none;border-bottom:1px solid #eee}.tc-style-minimal .toggle-header{background:#000;padding:12px 20px;border-radius:8px}.tc-style-minimal.tc-open .toggle-header{border-radius:8px 8px 0 0}.tc-style-minimal .toggle-header:hover{background:#1a1a1a}.tc-style-card{box-shadow:0 4px 12px rgba(0,0,0,.15);border:none}.tc-style-card .toggle-header{background:linear-gradient(135deg,#000 0%,#be1622 100%);color:#fff;border-radius:12px}.tc-style-card.tc-open .toggle-header{border-radius:12px 12px 0 0}.tc-style-card .toggle-title{color:#fff}.tc-style-card .toggle-icon{color:#fff}.tc-style-card .toggle-header:hover{background:linear-gradient(135deg,#1a1a1a 0%,#d01829 100%)}.toggle-container .toggle-icon svg path:last-child{transition:opacity .3s ease,transform .3s ease}.toggle-container.tc-open .toggle-icon svg path:last-child{opacity:0;transform:rotate(90deg)}@media (max-width:1024px){.toggle-container{margin:15px 0;border-radius:10px}.toggle-header{padding:14px 18px;gap:12px;border-radius:10px}.toggle-container.tc-open .toggle-header{border-radius:10px 10px 0 0}.toggle-container.tc-open .toggle-content{border-radius:0 0 10px 10px}.toggle-title{font-size:15px}}@media (max-width:768px){.toggle-container{margin:12px 0;border-radius:8px}.toggle-header{padding:12px 15px;gap:10px;border-radius:8px}.toggle-container.tc-open .toggle-header{border-radius:8px 8px 0 0}.toggle-title{font-size:14px;line-height:1.4}.toggle-icon{min-width:20px;height:20px}.toggle-icon svg{width:14px;height:14px}.toggle-content{padding:0 15px}.toggle-container.tc-open .toggle-content{padding:15px;border-radius:0 0 8px 8px}}@media (max-width:480px){.toggle-container{margin:10px 0;border-radius:6px}.toggle-header{padding:10px 12px;gap:8px;border-radius:6px}.toggle-container.tc-open .toggle-header{border-radius:6px 6px 0 0}.toggle-title{font-size:13px}.toggle-content{padding:0 12px}.toggle-container.tc-open .toggle-content{padding:12px;border-radius:0 0 6px 6px}.tc-style-card{box-shadow:0 2px 8px rgba(0,0,0,.1)}}@media (prefers-reduced-motion:reduce){.toggle-container,.toggle-header,.toggle-icon,.toggle-content{transition:none !important}}.toggle-header:focus-visible{outline:3px solid #be1622;outline-offset:2px}@media (prefers-color-scheme:dark){.toggle-container{border-color:transparent}.toggle-header{background:#000}.toggle-header:hover{background:#1a1a1a}.toggle-title{color:#fff}.toggle-icon{color:#fff}.toggle-content{background:#1a1a1a;border-color:#333;color:#e0e0e0}.tc-style-bordered .toggle-header{background:#000}.tc-style-minimal .toggle-header:hover{background:#1a1a1a}}