.item-card{background-color:#fff;color:#333;border-radius:1.5rem;overflow:hidden;display:flex;box-shadow:0 8px 16px rgba(0,0,0,.1),0 12px 32px rgba(0,0,0,.12);transition:transform .3s ease,box-shadow .3s ease;position:relative;width:100%;max-width:840px;font-size:clamp(.75rem,1.5vw,1rem)}.item-card:hover{transform:translateY(-5px);box-shadow:0 12px 28px rgba(0,0,0,.2),0 16px 48px rgba(0,0,0,.15)}.item-card-image-section{position:relative;background:#333;display:flex;align-items:center;cursor:pointer;width:35%;min-width:200px}.item-card-image-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.6) 0,transparent 50%)}.item-card-content-section{display:flex;flex-direction:column;flex-grow:1;cursor:pointer}.item-card-header{background-color:#4a90e2;color:#fff;padding:.75em 1em;text-align:center}.item-card-header .airline{font-weight:700;display:flex;align-items:center;justify-content:center;gap:.5em;font-size:1em}.item-card-body{padding:1.5em;flex-grow:1}.item-card-flight-info{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5em}.item-card-location{text-align:center}.item-card-location .code{font-size:2.25em;font-weight:700;line-height:1}.item-card-location .city{font-size:.875em;color:#666;max-width:10em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.item-card-plane{color:#4a90e2;position:relative;flex-grow:1;display:flex;justify-content:center;font-size:1.75em}.item-card-plane:after,.item-card-plane:before{content:"";position:absolute;top:50%;width:40%;border-top:1px dashed #ccc}.item-card-plane:before{left:0}.item-card-plane:after{right:0}.item-card-separator{border-top:2px dashed #e0e0e0;margin:1.5em 0}.item-card-details{display:grid;grid-template-columns:repeat(3,1fr);gap:1em;text-align:center}.item-card-detail-item .label{font-size:.75em;color:#888;text-transform:uppercase}.item-card-detail-item .value{font-size:1em;font-weight:500}.item-card-footer{justify-content:center;overflow:hidden;border-left:2px dashed #e0e0e0;width:25%;min-width:180px;flex-shrink:0;padding:1em}.item-card-footer,.item-card-footer-content{display:flex;flex-direction:column;align-items:center;position:relative;gap:.5em}.item-card-footer-content{z-index:2}.item-card-stamp{border:3px double #3b82f6;border-radius:50%;background-color:#dbeafe;color:#1e40af;padding:.5em;text-align:center;margin-bottom:1em;width:7.5em;height:7.5em;display:flex;flex-direction:column;justify-content:center;align-items:center;font-family:Courier New,Courier,monospace;font-weight:700;transform:rotate(-10deg);text-shadow:0 0 1px rgba(36,99,235,.2);cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.item-card-stamp:hover{transform:rotate(-5deg) scale(1.05);box-shadow:0 4px 15px rgba(60,130,246,.4)}.stamp-title{font-size:1.5em;letter-spacing:1px;line-height:1.2}.stamp-subtitle{font-size:.6em;text-transform:uppercase}.item-card-qr{flex-shrink:0}.item-card-qr img{width:6.25em;height:6.25em}.item-card-footer-text{text-align:center;font-size:.75em;color:#888}.item-card-footer-text p{margin:0}.item-card-logo-container{position:absolute;top:1rem;left:50%;transform:translateX(-50%);z-index:10}@media (max-width:767px){.item-card{flex-direction:column;height:auto}.item-card-image-section{width:100%;height:200px}.item-card-footer{width:100%;border-left:none;border-top:2px dashed #e0e0e0;flex-direction:row;justify-content:space-around;padding:1em}.item-card-stamp{display:none}}