.print-view-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background:var(--surface-base);z-index:var(--z-max);overflow-y:auto;display:flex;flex-direction:column}.print-view-controls{padding:20px;background:var(--surface-raised);border-bottom:1px solid var(--border-subtle);position:sticky;top:0;z-index:10;text-align:center}.print-controls-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.print-controls-header h2{margin:0;font-size:1.5rem;color:var(--text-primary)}.btn-close-print{background:none;border:none;color:var(--text-secondary);font-size:1.5rem;cursor:pointer}.print-actions{margin-top:15px}.btn-primary-print{background:var(--interactive-primary);color:var(--text-inverse);padding:10px 20px;border:none;border-radius:var(--radius-md);font-weight:700;cursor:pointer}.print-view-content{padding:20px;display:flex;flex-direction:column;align-items:center;gap:20px;background:#525659}.a4-page{background:#fff;width:210mm;height:297mm;padding:15mm;box-shadow:0 0 10px #00000080;box-sizing:border-box;page-break-after:always}.ticket-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,1fr);gap:5mm;width:100%;height:100%}.offline-ticket{position:relative;border:1px dashed #ccc;width:100%;height:100%;overflow:hidden;display:flex;flex-direction:column;background:#f8f8f8}.ticket-bg-wrapper{width:100%;height:55%;position:relative;overflow:hidden;background:var(--surface-base)}.ticket-bg-img{width:100%;height:auto;position:absolute;top:0;left:0}.ticket-bg-placeholder{width:100%;height:55%;background:linear-gradient(180deg,#1f9fa7,#0d4648);display:flex;align-items:center;justify-content:center}.brand{color:#fff;font-weight:900;font-size:1.2rem;text-align:center;text-transform:uppercase;transform:rotate(-5deg)}.ticket-content{flex:1;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:5px;text-align:center;border-top:2px solid #FFD700}.ticket-price{font-size:1.5rem;font-weight:900;color:#000;line-height:1.2;margin-bottom:2px}.ticket-type{font-size:.65rem;font-weight:700;color:#fff;background:#ff8c00;padding:2px 6px;border-radius:10px;margin-bottom:5px;letter-spacing:.5px}.ticket-qr{background:#fff;padding:2px;border-radius:5px;margin-bottom:2px;max-height:70px;display:flex;justify-content:center}.ticket-id-text{font-family:monospace;font-size:.75rem;font-weight:700;color:#000}@media print{body *{visibility:hidden}.print-view-overlay,.print-view-overlay *{visibility:visible}.no-print{display:none!important}.print-view-overlay{position:absolute;left:0;top:0;background:#fff;padding:0;margin:0;height:auto}.print-view-content{background:#fff;padding:0;gap:0}.a4-page{box-shadow:none;margin:0;width:210mm;height:297mm}@page{size:A4 portrait;margin:0}}.ticket-type-label{font-size:.75rem;font-weight:800;color:#333;margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px;background:gold;padding:2px 8px;border-radius:10px}
