:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;font-weight:400;color:#1a1a1a;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#2c3e50;text-decoration:none;transition:opacity .2s}a:hover{opacity:.8}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:2.5em;line-height:1.2;font-weight:600;color:#1a1a1a;margin-bottom:.5rem}h2{font-size:1.5em;font-weight:600;color:#2c3e50;margin-bottom:1rem}button{border-radius:12px;border:none;padding:.75em 1.5em;font-size:1em;font-weight:500;font-family:inherit;background-color:#fff;color:#1a1a1a;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #0000001a}button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}button:active{transform:translateY(0)}button:disabled{opacity:.6;cursor:not-allowed;transform:none}button:focus,button:focus-visible{outline:2px solid #2c3e50;outline-offset:2px}.org-selector-container{max-width:800px;width:100%;margin:0 auto;padding:2rem}.org-selector-header{text-align:center;margin-bottom:3rem}.header-logo{width:100px;height:100px;margin:0 auto 1.5rem;display:block;object-fit:contain}.org-selector-header h1{margin-bottom:.5rem}.org-selector-header p{color:#5a6c7d;font-size:1.1rem}.org-section{margin-bottom:2rem}.org-section h2{margin-bottom:1rem;font-size:1.25rem;color:#2c3e50}.org-list{display:flex;flex-direction:column;gap:1rem}.org-card{display:flex;align-items:center;text-align:left;width:100%;padding:1.5rem;border:none;border-radius:16px;background:#fff;box-shadow:0 2px 12px #00000014;transition:all .3s ease;cursor:pointer}.org-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.org-card.selected{background:#f0f4f8;box-shadow:0 8px 24px #2c3e5033}.org-card.invitation{background:#fff9e6;border:1px solid #ffd700}.org-logo{width:56px;height:56px;border-radius:12px;object-fit:cover;margin-right:1.25rem;background:#f5f7fa}.org-info{flex:1}.org-info h3{margin:0 0 .5rem;font-size:1.25rem;font-weight:600;color:#1a1a1a}.org-role{color:#5a6c7d;font-size:.95rem;margin:.25rem 0;text-transform:capitalize;font-weight:500}.org-members{color:#8a9ba8;font-size:.875rem;margin:.25rem 0}.invitation-text{color:#d97706;font-weight:500;font-size:.95rem;margin:.25rem 0}.btn-create-org{width:100%;padding:1.25rem;font-size:1.1rem;font-weight:600;background:#2c3e50;color:#fff;border-radius:16px;margin-top:1rem}.btn-create-org:hover{background:#1a2633}.btn-accept{padding:.5rem 1.5rem;background:#d97706;color:#fff;border-radius:8px;font-weight:500;margin-left:1rem}.btn-accept:hover{background:#b45309}.empty-state{text-align:center;padding:3rem 2rem;background:#fff;border-radius:16px;box-shadow:0 2px 12px #00000014;margin:2rem 0}.empty-state p{color:#5a6c7d;font-size:1.1rem;margin:.5rem 0}.loading-container{text-align:center;padding:4rem 2rem}.spinner{width:48px;height:48px;border:4px solid #f0f4f8;border-top-color:#2c3e50;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}@keyframes spin{to{transform:rotate(360deg)}}.loading-container p{color:#5a6c7d;font-size:1.1rem}.error-container{text-align:center;padding:3rem 2rem;background:#fee;border-radius:16px;box-shadow:0 2px 12px #00000014}.error-container h2{color:#c53030;margin-bottom:1rem}.error-container p{color:#744210}.create-org-container{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.create-org-modal{background:#fff;border-radius:20px;box-shadow:0 20px 60px #0000004d;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;padding:2rem}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.modal-header h2{margin:0;color:#1a1a1a}.btn-close{background:none;border:none;font-size:2rem;color:#5a6c7d;cursor:pointer;padding:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:8px;box-shadow:none}.btn-close:hover{background:#f0f4f8;transform:none}.step-indicator{display:flex;justify-content:space-between;margin-bottom:2rem;gap:.5rem}.step{flex:1;padding:.75rem;text-align:center;background:#f0f4f8;border-radius:8px;font-weight:500;color:#5a6c7d;font-size:.9rem}.step.active{background:#2c3e50;color:#fff}.step.completed{background:#d1fae5;color:#065f46}.org-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:500;color:#2c3e50;font-size:.95rem}.form-group input{padding:.875rem;border:1px solid #d1d5db;border-radius:8px;font-size:1rem;font-family:inherit;transition:border-color .2s}.form-group input:focus{outline:none;border-color:#2c3e50;box-shadow:0 0 0 3px #2c3e501a}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-actions{display:flex;gap:1rem;margin-top:1rem}.btn-secondary{background:#f0f4f8;color:#2c3e50}.btn-secondary:hover{background:#e5e7eb}.btn-primary{background:#2c3e50;color:#fff;flex:1}.btn-primary:hover{background:#1a2633}.error-message{padding:1rem;background:#fee;border-left:4px solid #c53030;border-radius:8px;color:#c53030;margin-bottom:1rem}.seat-selection{display:flex;flex-direction:column;gap:1.5rem}.seat-type{background:#f9fafb;padding:1.5rem;border-radius:12px}.seat-header{margin-bottom:1rem}.seat-header h3{margin:0 0 .25rem;color:#1a1a1a}.seat-price{color:#5a6c7d;font-size:.95rem;margin:0}.seat-counter{display:flex;align-items:center;justify-content:center;gap:1.5rem}.seat-counter button{width:44px;height:44px;border-radius:50%;font-size:1.5rem;padding:0;display:flex;align-items:center;justify-content:center}.seat-count{font-size:1.75rem;font-weight:600;min-width:60px;text-align:center;color:#1a1a1a}.seat-count[type=number]{border:1px solid #ddd;border-radius:8px;padding:.5rem;background:#fff;width:80px}.seat-count[type=number]:focus{outline:2px solid #635bff;outline-offset:2px;border-color:#635bff}.seat-count[type=number]::-webkit-inner-spin-button,.seat-count[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.seat-count[type=number]{-moz-appearance:textfield}.total-summary{background:#f0f4f8;padding:1.5rem;border-radius:12px;text-align:center}.total-summary h3{margin:0;color:#1a1a1a}.payment-summary{display:flex;flex-direction:column;gap:1.5rem}.summary-details{background:#f9fafb;padding:1.5rem;border-radius:12px}.summary-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #e5e7eb}.summary-row:last-child{border-bottom:none}.summary-row.total{padding-top:1rem;margin-top:.5rem;border-top:2px solid #2c3e50;font-size:1.25rem;font-weight:600}.btn-payment{background:#059669;font-size:1.1rem;padding:1rem 2rem}.btn-payment:hover{background:#047857}#root{max-width:1280px;margin:0 auto;padding:0;width:100%}.app-container{position:relative;min-height:100vh;padding-top:3.5rem}.user-button-container{position:fixed;top:1rem;right:1rem;z-index:1000}
