.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--defi-win{border-left:3px solid #27ae60}.wall-item--defi-lost{border-left:3px solid #f32721}.wall-item--defi-draw{border-left:3px solid #f39c12}.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}@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}}