*{margin:0;padding:0;box-sizing:border-box}body{font-family:Golos Text,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;color:#111;min-height:100vh}#root{min-height:100vh;padding:16px;max-width:390px;margin:0 auto;width:100%}h1{font-size:32px;font-weight:700;line-height:1.2;color:#111;margin-bottom:24px;letter-spacing:-.5px}h2{font-size:22px;font-weight:600;line-height:1.3;color:#111;margin-bottom:16px}h3{font-size:18px;font-weight:600;line-height:1.4;color:#111;margin-bottom:8px}p{font-size:16px;font-weight:400;line-height:1.5;color:#111}.text-secondary{font-size:14px;font-weight:400;line-height:1.5;color:#64748b}.text-caption{font-size:12px;font-weight:400;line-height:1.4;color:#666}.btn{width:100%;height:48px;background:#111;color:#fff;border:none;border-radius:16px;padding:0;font-size:16px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;box-shadow:0 2px 8px #00000026}.btn:hover{background:#2d2d2d;transform:translateY(-1px);box-shadow:0 4px 12px #0003}.btn:active{transform:translateY(0);background:#000}.btn:disabled{background:#f3f3f3;color:#666;cursor:not-allowed}.btn-secondary{background:#f3f3f3;color:#111;box-shadow:0 2px 8px #0000001a}.btn-secondary:hover{background:#e5e5e5;transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.btn-secondary:active{transform:translateY(0);background:#d5d5d5}.btn-sm{height:44px;font-size:16px}.card{background:#fff;border-radius:20px;padding:20px;margin-bottom:16px;border:1px solid rgba(255,255,255,.2);box-shadow:0 4px 16px #00000014;transition:transform .2s ease,box-shadow .2s ease}.card:hover{transform:translateY(-2px);box-shadow:0 6px 24px #0000001f}.card:last-child{margin-bottom:0}.container{width:100%;max-width:390px;margin:0 auto;padding:0 16px}.screen{width:100%;min-height:calc(100vh - 32px);padding-bottom:24px}.home-screen-with-fixed-buttons{padding-bottom:0}.events-list-container{margin-bottom:16px}.event-card-clickable{transition:transform .2s ease,box-shadow .2s ease}.event-card-clickable:active{transform:scale(.98)}.fixed-bottom-buttons{position:sticky;bottom:0;background:#fff;padding:16px;margin:24px -16px -16px;box-shadow:0 -2px 8px #0000001a;z-index:100;display:flex;flex-direction:column;gap:12px;border-radius:16px 16px 0 0;width:calc(100% + 32px);box-sizing:border-box}.fixed-bottom-buttons .btn{margin-top:0;width:100%}.screen-header{margin-top:24px;margin-bottom:24px}.screen-header h1{margin-bottom:0}.loading{text-align:center;padding:60px 16px}.loading-icon{font-size:48px;margin-bottom:16px;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.3}50%{opacity:.6}}.loading p{font-size:16px;color:#666}.error{background:#f3f3f3;border:2px solid #E5E5E5;border-radius:16px;padding:16px;margin-bottom:16px;box-shadow:0 2px 8px #00000014}.error p{color:#111;font-size:16px}.empty-state{background:#f3f3f3;border:2px dashed #D5D5D5;border-radius:16px;padding:48px 16px;text-align:center}.empty-state p{color:#666;font-size:16px}.mt-16{margin-top:16px}.mt-24{margin-top:24px}.mb-8{margin-bottom:8px}.mb-12{margin-bottom:12px}.mb-16{margin-bottom:16px}.mb-24{margin-bottom:24px}.logo{display:flex;flex-direction:column;align-items:center;margin-top:24px;margin-bottom:32px}.logo-image{width:80px;height:80px;margin-bottom:8px}.logo-text{font-size:28px;font-weight:700;color:#111;letter-spacing:-.5px}.btn-back{display:inline-flex;align-items:center;background:#f3f3f3;border:2px solid #E5E5E5;color:#111;font-size:16px;font-weight:600;cursor:pointer;padding:10px 20px;margin-bottom:16px;border-radius:12px;transition:all .2s ease;gap:8px}.btn-back:hover{background:#e5e5e5;border-color:#d5d5d5;transform:translate(-4px)}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:16px;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:#fff;border-radius:24px;padding:24px;width:100%;max-width:358px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease;position:relative}.modal-content.promo-code-modal{max-width:450px}.modal-close{position:absolute;top:16px;right:16px;background:none;border:none;font-size:24px;cursor:pointer;color:#666;width:32px;height:32px;display:flex;align-items:center;justify-content:center;padding:0;z-index:10}.modal-close:hover{color:#111}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-header{margin-bottom:16px}.modal-header h2{margin-bottom:0}.form-group{margin-bottom:16px}.form-label{display:block;font-size:14px;font-weight:500;color:#111;margin-bottom:8px}.form-input{width:100%;padding:14px 16px;border:2px solid #E5E5E5;border-radius:12px;font-size:16px;color:#111;background:#fff;transition:all .2s ease}.form-input:focus{outline:none;border-color:#111;box-shadow:0 0 0 3px #0000000d}.form-input.promocode-valid{border-color:#10b981;background-color:#f0fdf4}.form-input.promocode-valid:focus{border-color:#10b981;box-shadow:0 0 0 3px #10b9811a}.form-radio-group{margin-top:8px}.form-radio{display:block;margin-bottom:8px;font-size:14px;color:#111}.form-radio input{margin-right:8px}.form-actions{display:flex;gap:12px;margin-top:24px;width:100%;box-sizing:border-box}.form-actions .btn{flex:1}.form-actions[style*="flexDirection: 'column'"] .btn,.form-actions[style*="flexDirection: column"] .btn{flex:none!important;width:100%!important;min-width:100%}.status{font-size:14px;font-weight:500;color:#111}.status-pending{color:#666;font-weight:400}.status-cancelled{color:#999;font-weight:400}.badge{display:inline-flex;align-items:center;padding:6px 12px;border-radius:12px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.badge-success{background:#f3f3f3;color:#111;border:1px solid #D5D5D5}.badge-pending{background:#f3f3f3;color:#666;border:1px solid #E5E5E5}.badge-cancelled{background:#f3f3f3;color:#999;border:1px solid #E5E5E5}.skeleton{background:linear-gradient(90deg,#f3f3f3 25%,#e5e5e5,#f3f3f3 75%);background-size:200% 100%;animation:loading 1.5s ease-in-out infinite;border-radius:8px}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton-text{height:16px;margin-bottom:8px}.skeleton-title{height:24px;width:60%;margin-bottom:12px}.skeleton-button{height:48px;margin-top:16px}.spinner{display:inline-block;width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.spinner-dark{border-color:#1113;border-top-color:#111}.empty-state-icon{font-size:48px;margin-bottom:16px;opacity:.3}.empty-state-title{font-size:18px;font-weight:600;color:#111;margin-bottom:8px}.empty-state-text{color:#666;font-size:14px}.divider{height:1px;background:#e5e5e5;margin:16px 0;border:none}.card-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:12px}.card-body{margin-bottom:12px}.card-footer{margin-top:16px;padding-top:16px;border-top:1px solid #E5E5E5}
