.wall{display:flex;flex-direction:column;gap:15px}.wall-item{display:flex;gap:15px;padding:15px;background:#fff;border-radius:10px;box-shadow:0 1px 3px rgba(0,0,0,0.1);transition:transform .15s ease-in-out,box-shadow .15s ease-in-out;animation:wallItemFadeIn .4s ease-out both}.wall-item:hover{box-shadow:0 2px 6px rgba(0,0,0,0.15)}.wall-item__avatar{flex-shrink:0;width:50px;height:50px;border-radius:50%;overflow:hidden;display:block}.wall-item__avatar img{width:100%;height:100%;object-fit:cover;display:block}.wall-item__avatar--double{position:relative;width:60px;height:50px;border-radius:0;overflow:visible}.wall-item__avatar--double img{position:absolute;width:40px;height:40px;border-radius:50%;border:2px solid #fff}.wall-item__avatar--double img:first-child{left:0;top:0;z-index:1}.wall-item__avatar--double img:last-child{right:0;bottom:0;z-index:2}.wall-item__body{flex:1;min-width:0;display:flex;flex-direction:column;gap:5px}.wall-item__header{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.wall-item__author{font-family:'Oswald',Arial,sans-serif;font-size:16px;color:#333;text-decoration:none}.wall-item__author:hover{color:#009cd6}.wall-item__date{font-size:.75em;color:#aaa}.wall-item__content{font-size:.875em;color:#333;line-height:1.5;word-wrap:break-word}.wall-item__team{font-family:'Oswald',Arial,sans-serif;color:#009cd6;text-decoration:none}.wall-item__team:hover{text-decoration:underline}.wall-item__vs{color:#aaa;font-size:.75em;margin:0 5px}.wall-item__logo{display:block}.wall-item__verdict{font-family:'Oswald',Arial,sans-serif;font-size:.875em;padding:5px 10px;border-radius:5px;align-self:flex-start;margin-top:5px}.wall-item__verdict--win{background:rgba(39,174,96,0.15);color:#27ae60}.wall-item__verdict--lost{background:rgba(243,39,33,0.15);color:#f32721}.wall-item__verdict--draw{background:rgba(243,156,18,0.15);color:#f39c12}.wall-item__verdict--pending{background:rgba(170,170,170,0.15);color:#aaa}.wall-item__actions{display:flex;gap:10px;margin-top:5px}.wall-item__actions--sol .btn{flex:0 0 auto}.wall-item--recrue{border-left:3px solid #27ae60}.wall-item--sol{border-left:3px solid #009cd6}.wall-item--mercato{border-left:3px solid #f39c12}.wall-item__sub-arrow{flex-shrink:0;width:40px;height:50px;clip-path:polygon(50% 0%, 100% 40%, 72% 40%, 72% 100%, 28% 100%, 28% 40%, 0% 40%)}.wall-item__sub-arrow--in{background:#27ae60;transform-origin:bottom center;animation:subArrowGrowUp 7s cubic-bezier(.34, 1.56, .64, 1) infinite}.wall-item__sub-arrow--out{background:#f32721;transform:rotate(180deg)}.wall-item__avatar--right{order:3;margin-left:auto}.wall-item__team-link{flex-shrink:0;display:block;line-height:0}.wall-item__team-logo{width:50px;height:50px;object-fit:cover;border-radius:5px;display:block;transition:transform .15s ease-in-out}.wall-item__team-logo:hover{transform:scale(1.05)}.wall-item__verdict-btn{flex-shrink:0;align-self:center;order:3;margin-left:auto;background:transparent;border:none;cursor:pointer;padding:10px 15px;border-radius:5px;font-family:'Oswald',Arial,sans-serif;font-size:.875em;text-align:center;line-height:1.3;transition:background .15s ease-in-out,transform .15s ease-in-out}.wall-item__verdict-btn strong{font-family:'Oswald',Arial,sans-serif}.wall-item__verdict-btn:hover{transform:translateX(-2px)}.wall-item__verdict-btn--win{background:rgba(39,174,96,0.15);color:#27ae60}.wall-item__verdict-btn--win:hover{background:rgba(39,174,96,0.22)}.wall-item__verdict-btn--lost{background:rgba(243,39,33,0.15);color:#f32721}.wall-item__verdict-btn--lost:hover{background:rgba(243,39,33,0.22)}.wall-item__verdict-btn--draw{background:rgba(243,156,18,0.15);color:#f39c12}.wall-item__verdict-btn--draw:hover{background:rgba(243,156,18,0.22)}.wall-item__verdict-btn--pending{background:rgba(170,170,170,0.15);color:#aaa}.wall-item__verdict-btn--pending:hover{background:rgba(170,170,170,0.22)}.wall-item__defi-open{cursor:pointer}.wall-item--clickable{cursor:pointer}.wall-item--defi-ind{position:relative;overflow:hidden;flex-direction:row;align-items:stretch;gap:0;padding:0}.wall-item--defi-ind .wall-item__overlay-btn{position:absolute;top:0;right:0;bottom:0;display:flex;align-items:center;padding:0 15px;background:#009cd6;color:#fff;font-family:'Oswald',Arial,sans-serif;font-weight:400;font-size:1.5em;text-transform:uppercase;letter-spacing:1px;transform:translateX(100%);transition:transform .2s ease-out;pointer-events:none;z-index:5}.wall-item--defi-ind:hover .wall-item__overlay-btn{transform:translateX(0)}.wall-item--roc{flex-direction:column;padding:0;overflow:hidden;text-decoration:none;color:inherit;cursor:pointer}.wall-item--roc:hover{text-decoration:none;color:inherit;transform:translateY(-2px)}.wall-item--roc .wall-item__roc-cover{width:100%;aspect-ratio:1.78181818;overflow:hidden;background:#f9f9f9}.wall-item--roc .wall-item__roc-cover img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s}.wall-item--roc:hover .wall-item__roc-cover img{transform:scale(1.03)}.wall-item--roc .wall-item__roc-body{padding:15px 20px 20px}.wall-item--roc .wall-item__title{font-family:'Oswald',Arial,sans-serif;font-size:1.25em;margin:5px 0 5px;color:#333}.wall-item--roc .wall-item__meta{font-size:.875em;color:#aaa;margin:0 0 10px}.wall-item--roc .wall-item__excerpt{margin:0 0 15px;color:#333;line-height:1.5}.wall-item--roc .wall-item__cta{display:inline-flex;align-items:center;gap:5px;color:#009cd6;font-family:'Oswald',Arial,sans-serif;font-weight:400}.wall-defi__side-bar{flex-shrink:0;display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:10px 5px;color:#fff;min-width:28px;box-shadow:inset -1px 0 2px rgba(0,0,0,0.15)}.wall-defi__side-bar--pending{background:linear-gradient(180deg, #ced4da, #adb5bd, #6c757d)}.wall-defi__side-bar--win{background:linear-gradient(180deg, #66bb6a, #43a047, #1b5e20)}.wall-defi__side-bar--lost{background:linear-gradient(180deg, #ef5350, #d32f2f, #8b0000)}.wall-defi__side-bar--draw{background:linear-gradient(180deg, #42a5f5, #1976d2, #0d47a1)}.wall-defi__side-icon{font-size:14px;line-height:1;filter:drop-shadow(0 1px 2px rgba(0,0,0,0.3))}.wall-defi__side-label{writing-mode:vertical-rl;text-orientation:mixed;transform:rotate(180deg);font-family:'Oswald',Arial,sans-serif;font-weight:700;font-size:16px;letter-spacing:2px;text-transform:uppercase;text-shadow:0 1px 2px rgba(0,0,0,0.35)}.wall-defi__opponent-half{flex-shrink:0;width:50px;min-height:100px;overflow:hidden;border-radius:0 100px 100px 0;background:#efefef;position:relative;display:block}.wall-defi__opponent-half img{position:absolute;top:50%;left:0;transform:translateY(-50%);width:100px;height:100px;object-fit:cover}.wall-defi__main{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center;gap:10px;padding:10px 15px 10px 20px;position:relative}.wall-defi__duel{display:flex;align-items:center;justify-content:space-between;gap:15px}.wall-defi__opponent-name{font-family:'Oswald',Arial,sans-serif;font-size:16px;text-transform:uppercase;color:#333;text-decoration:none}.wall-defi__opponent-name:hover{color:#009cd6;text-decoration:none}.wall-defi__vs-prefix{font-family:Arial,sans-serif;font-size:.75em;text-transform:lowercase;color:#aaa;letter-spacing:normal;margin-right:2px}.wall-defi__date{position:absolute;top:10px;right:15px;font-size:.75em;color:#aaa}.wall-defi__compet{display:grid;grid-template-columns:40px 1fr;grid-template-rows:auto auto;grid-template-areas:"logo tournoi" "logo phase";column-gap:10px;align-items:center;font-family:'Oswald',Arial,sans-serif}.wall-defi__compet-logo{grid-area:logo;width:40px;height:40px;object-fit:contain;align-self:center}.wall-defi__compet-tournoi{grid-area:tournoi;font-size:16px;color:#333;line-height:1.1}.wall-defi__compet-phase{grid-area:phase;font-family:Arial,sans-serif;font-size:.75em;color:#aaa;line-height:1.1}.wall-defi__issue{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;font-size:10px;color:#fff}.wall-defi__issue--win{background:#27ae60}.wall-defi__issue--lost{background:#f32721}.wall-defi__issue--draw{background:#f39c12}.wall-defi__issue--pending{background:#ccc}.wall-defi__vs{display:flex;align-items:center;justify-content:space-between;gap:10px}.wall-defi__player{flex:1;display:flex;align-items:center;gap:5px;text-decoration:none;color:#333;min-width:0}.wall-defi__player:hover{color:#009cd6;text-decoration:none}.wall-defi__player--me{justify-content:flex-end;text-align:right}.wall-defi__player--other{justify-content:flex-start;text-align:left}.wall-defi__player.is-winner .wall-defi__avatar{border-color:#27ae60;box-shadow:0 0 0 2px rgba(39,174,96,0.25)}.wall-defi__avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;border:2px solid #efefef;flex-shrink:0}.wall-defi__name{font-family:'Oswald',Arial,sans-serif;font-size:.875em;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.wall-defi__vs-label{font-family:'Oswald',Arial,sans-serif;font-size:1.25em;font-weight:700;color:#f32721;letter-spacing:1px;flex-shrink:0;padding:0 5px}.wall-defi__vs-label--score{letter-spacing:0}.wall-item--defi-win .wall-defi__vs-label--score{color:#27ae60}.wall-item--defi-lost .wall-defi__vs-label--score{color:#f32721}.wall-item--defi-draw .wall-defi__vs-label--score{color:#009cd6}@keyframes wallItemFadeIn{0%{opacity:0;transform:translateY(8px)}100%{opacity:1;transform:translateY(0)}}@keyframes subArrowGrowUp{0%{transform:scaleY(0);opacity:0}15%,85%{transform:scaleY(1);opacity:1}100%{transform:scaleY(0);opacity:0}}.wall-loader{text-align:center;padding:20px;color:#aaa;font-size:.875em}.wall-loader i{margin-right:5px}.wall-empty{text-align:center;padding:30px 20px;color:#aaa;background:rgba(255,255,255,0.05);border-radius:10px}@media (max-width:576px){.wall-item{padding:10px;gap:10px}.wall-item__avatar{width:40px;height:40px}}