.champions-by-nation-container{margin:0 auto;font-family:Segoe UI,Arial,sans-serif}.champions-subtitle{text-align:center;color:#666;margin-bottom:30px;font-size:1.1em}.loading-container{text-align:center;padding:40px;font-size:1.2em;color:#666}.nations-grid{display:flex;flex-wrap:wrap;gap:25px;justify-content:center;align-items:flex-start}.nation-section{flex:0 1 335px;background:white;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.08);overflow:hidden;border:1px solid #e9ecef;transition:transform .2s ease,box-shadow .2s ease}.nation-section:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.12)}.nation-title{background:linear-gradient(135deg,#22223b,#4a4e69);color:white;margin:0;padding:18px 20px;font-size:1.1em;font-weight:600;display:flex;align-items:center;justify-content:space-between;cursor:pointer;white-space:nowrap;transition:all .2s ease;position:relative;user-select:none}.nation-title:hover{background:linear-gradient(135deg,#2a2a45,#525577)}.nation-title:active{transform:scale(.98);box-shadow:inset 0 2px 4px rgba(0,0,0,.2)}.nation-flag-name{display:flex;align-items:center;gap:15px;flex:1;min-width:0}.nation-name{font-weight:600;flex-shrink:1;overflow:hidden;text-overflow:ellipsis;font-size:1em}.champion-count{font-size:.9em;opacity:.95;font-weight:500;display:flex;align-items:center;justify-content:flex-end;width:120px;gap:6px}.arrow-icon{width:16px;text-align:center;display:inline-block}.count-text{white-space:nowrap}.country-flag-large{width:36px;height:27px;border-radius:6px;box-shadow:0 2px 4px rgba(0,0,0,.1)}.champions-list{padding:15px 20px}.champion-item{display:flex;justify-content:space-between;align-items:flex-start;gap:15px;padding:12px 0;border-bottom:1px solid #f1f3f4}.champion-item:last-child{border-bottom:none}.champion-info{display:flex;flex-direction:column;gap:8px;flex:1}.champion-name-link{font-weight:600;color:#34495e;text-decoration:none;transition:color .2s ease;text-align:left}.champion-name-link:hover{color:#4a4e69;text-decoration:underline}.champion-titles-list{display:flex;flex-direction:column;gap:8px;text-align:right}.champion-weight-class{font-weight:600;font-size:.9em;color:#343a40;text-decoration:none;transition:color .2s ease}.champion-weight-class:hover{color:#4a4e69;text-decoration:underline}.champion-details{font-size:.85em;color:#7f8c8d;text-align:right;line-height:1.4}.champion-titles{display:flex;flex-direction:column;gap:8px;text-align:right}.update-date{color:#6c757d;font-size:.85em;font-weight:500}.no-champions-message{text-align:center;padding:40px;color:#666;font-size:1.1em}.boxers-list{transform-origin:top;transform:scaleY(0);transition:transform .2s ease,opacity .15s ease;will-change:transform,opacity}.boxers-list.expanded{transform:scaleY(1)}.boxer-item{display:flex;justify-content:space-between;align-items:flex-start;gap:15px;padding:12px 0;border-bottom:1px solid #f1f3f4}.boxer-item:last-child{border-bottom:none}.boxer-name-link{font-weight:600;color:#34495e;text-decoration:none;transition:color .2s ease;text-align:left}.boxer-name-link:hover{color:#4a4e69;text-decoration:underline}.boxer-ranks-list{display:flex;flex-direction:column;gap:8px;text-align:right}.weight-class-group{display:flex;flex-direction:column;gap:4px}.boxer-weight-class-link{font-weight:600;font-size:.9em;color:#343a40;text-decoration:none;transition:color .2s ease}.boxer-weight-class-link:hover{color:#4a4e69;text-decoration:underline}.boxer-details{font-size:.85em;color:#7f8c8d;text-align:right;line-height:1.4}@media (max-width:768px){.nations-grid{gap:25px}.nation-title{padding:18px 20px;font-size:1.1em}.country-flag-large{width:30px;height:22px}.champions-list{padding:12px 15px}.champion-item{flex-direction:column;gap:8px}.champion-titles{align-self:flex-start;text-align:left}.title-item{text-align:left}}@media (max-width:480px){.nation-title{padding:15px;font-size:1em;flex-wrap:wrap;gap:8px}.champions-list{padding:10px 15px}.champion-titles,.title-item{font-size:.8em}}.boxers-list{max-height:0;overflow:hidden;opacity:0;transition:max-height .4s ease,opacity .3s ease,padding .3s ease}.boxers-list.expanded{max-height:2000px;opacity:1;padding:15px 20px}.boxer-weight-class{font-weight:600;font-size:.9em;color:#343a40}.nation-toggle-header{cursor:pointer;user-select:none}.nation-name.long-name{font-size:.85em}.boxers-list.collapsed{max-height:270px;overflow:hidden;position:relative}.boxers-list.collapsed:after{content:"";position:absolute;left:0;right:0;bottom:0;height:80px;background:linear-gradient(0deg,white,rgba(255,255,255,0));pointer-events:none}