*{box-sizing:border-box;margin:0;padding:0}:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.5;font-weight:400;color:#1e293b;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{width:100%;overflow-x:hidden}body{margin:0;padding:0;min-width:320px;min-height:100vh;width:100%;overflow-x:hidden;background-color:#f8fafc;position:relative}#root{min-height:100vh;width:100%;overflow-x:hidden}h1,h2,h3,h4,h5,h6{margin:0;font-weight:600}button{font-family:inherit;cursor:pointer;border:none;outline:none}a{color:#4f46e5;text-decoration:none}a:hover{text-decoration:underline}.navigation{background-color:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 1px 3px #0000001a;position:sticky;top:0;z-index:1000}.nav-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;height:70px;gap:1rem}.nav-logo{display:flex;align-items:center;flex-shrink:0}.logo-text{font-size:1.5rem;font-weight:700;color:#4f46e5;text-decoration:none}.nav-menu{display:flex;align-items:center;gap:.5rem}.nav-item{padding:.75rem 1rem;background:none;border:none;color:#64748b;font-weight:500;cursor:pointer;border-radius:6px;transition:all .2s ease;font-size:.95rem}.nav-item:hover{background-color:#f1f5f9;color:#1e293b}.nav-item.active{background-color:#4f46e5;color:#fff}.nav-item.active:hover{background-color:#4338ca}.logout-btn{padding:.5rem 1rem;background-color:#ef4444;color:#fff;border:none;border-radius:6px;font-weight:500;cursor:pointer;transition:background-color .2s ease}.logout-btn:hover{background-color:#dc2626}.mobile-menu-btn{display:none;background:none;border:none;cursor:pointer;padding:.75rem;z-index:1001;position:relative;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.mobile-menu-btn:active{transform:scale(.95)}.hamburger{display:flex;flex-direction:column;width:24px;height:18px;position:relative;pointer-events:none}.hamburger span{display:block;height:3px;width:100%;background-color:#4f46e5;border-radius:2px;transition:all .3s ease}.hamburger span:nth-child(1){transform-origin:0% 0%}.hamburger span:nth-child(2){margin:5px 0}.hamburger span:nth-child(3){transform-origin:0% 100%}.hamburger.open span:nth-child(1){transform:rotate(45deg) translate(2px,-1px)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(2px,1px)}.mobile-menu{display:none;position:absolute;top:100%;left:0;right:0;background-color:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 4px 6px -1px #0000001a;padding:1rem;max-height:0;overflow:hidden;opacity:0;transition:all .3s ease;z-index:999}.mobile-menu.open{max-height:500px;opacity:1}.mobile-nav-item{display:block;width:100%;padding:.75rem 1rem;background:none;border:none;color:#64748b;font-weight:500;cursor:pointer;border-radius:6px;transition:all .2s ease;text-align:left;margin-bottom:.5rem}.mobile-nav-item:hover{background-color:#f1f5f9;color:#1e293b}.mobile-nav-item.active{background-color:#4f46e5;color:#fff}.mobile-logout-btn{display:block;width:100%;padding:.75rem 1rem;background-color:#ef4444;color:#fff;border:none;border-radius:6px;font-weight:500;cursor:pointer;margin-top:1rem}.mobile-logout-btn:hover{background-color:#dc2626}@media (max-width: 768px){.navigation{position:sticky;top:0;z-index:1000}.nav-container{padding:0 1rem;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:.75rem;position:relative}.mobile-menu-btn{display:block;order:0;margin-right:0;flex-shrink:0}.nav-logo{order:1;flex:0 1 auto}.logo-text{font-size:1.25rem}.nav-menu,.logout-btn{display:none}.mobile-menu{display:block}}@media (max-width: 1024px){.nav-container{max-width:100%}}.dashboard{padding:2rem;background-color:#f8fafc;min-height:100vh;max-width:1400px;width:100%;margin:0 auto}.dashboard-header{margin-bottom:2rem}.dashboard-header h1{font-size:2rem;font-weight:700;color:#1e293b;margin:0 0 .5rem}.dashboard-header p{color:#64748b;margin:0;font-size:1rem}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2rem}.stat-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e2e8f0;min-height:140px;display:flex;align-items:center;gap:1rem;transition:transform .2s ease,box-shadow .2s ease}.stat-icon{width:60px;height:60px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;background-color:#dbeafe;color:#1d4ed8;flex-shrink:0}.stat-header{display:none}.stat-title{font-size:.875rem;font-weight:400;color:#64748b;margin-bottom:.25rem}.stat-value{font-size:1.75rem;font-weight:700;color:#1e293b;margin:0}.content-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}@media (max-width: 1024px){.content-grid{grid-template-columns:1fr}}.content-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e2e8f0}.content-card h2{font-size:1.25rem;font-weight:600;color:#1e293b;margin:0 0 1.5rem}.sales-list{display:flex;flex-direction:column;gap:1rem}.sale-item{display:flex;align-items:center;gap:1rem;padding:.75rem 0;border-bottom:1px solid #f1f5f9}.sale-item:last-child{border-bottom:none}.sale-avatar{width:40px;height:40px;border-radius:50%;background-color:#f1f5f9;display:flex;align-items:center;justify-content:center;font-size:1.25rem;flex-shrink:0}.sale-info{flex:1}.sale-name{font-weight:500;color:#1e293b;margin-bottom:.25rem;font-size:.9375rem}.sale-event{font-size:.8125rem;color:#64748b}.sale-details{text-align:right}.sale-amount{font-weight:600;color:#1e293b;margin-bottom:.25rem}.sale-tickets{font-size:.875rem;color:#64748b}.events-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.event-item{display:flex;align-items:flex-start;gap:1rem;padding:.75rem 0}.event-indicator{width:4px;height:60px;border-radius:2px;flex-shrink:0}.event-info{flex:1}.event-name{font-weight:500;color:#1e293b;margin-bottom:.25rem;font-size:.9375rem}.event-date{font-size:.875rem;color:#64748b;margin-bottom:.25rem}.event-tickets{font-size:.875rem;color:#4f46e5;font-weight:500}.create-event-btn{width:100%;padding:.75rem 1rem;background-color:#4f46e5;color:#fff;border:none;border-radius:8px;font-weight:500;cursor:pointer;transition:background-color .2s ease}.create-event-btn:hover{background-color:#4338ca}.create-event-btn:active{transform:translateY(1px)}@media (max-width: 1200px){.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.dashboard{padding:1rem}.stats-grid,.content-grid{grid-template-columns:1fr;gap:1rem}.stat-card,.content-card{padding:1rem}.dashboard-header h1{font-size:1.5rem}}.create-event{background-color:#f8fafc;min-height:100vh;padding:2rem}.create-event-container{max-width:800px;margin:0 auto;background-color:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;padding:2rem}.create-event-header{text-align:center;margin-bottom:2rem}.create-event-header h1{font-size:2rem;font-weight:700;color:#1e293b;margin-bottom:.5rem}.create-event-header p{color:#64748b;font-size:1rem}.progress-steps{display:flex;justify-content:center;align-items:center;margin-bottom:3rem;gap:1rem}.step-container{display:flex;align-items:center;gap:1rem}.step{display:flex;flex-direction:column;align-items:center;gap:.5rem}.step-number{width:40px;height:40px;border-radius:50%;background-color:#e2e8f0;color:#64748b;display:flex;align-items:center;justify-content:center;font-weight:600;transition:all .3s ease}.step.active .step-number{background-color:#4f46e5;color:#fff}.step-title{font-size:.875rem;color:#64748b;font-weight:500}.step.active .step-title{color:#4f46e5;font-weight:600}.step-connector{width:60px;height:2px;background-color:#e2e8f0;transition:all .3s ease}.step-connector.completed{background-color:#4f46e5}.form-content{display:flex;flex-direction:column;gap:2rem}.form-section{border-bottom:1px solid #f1f5f9;padding-bottom:2rem}.form-section:last-child{border-bottom:none;padding-bottom:0}.form-section h2{font-size:1.25rem;font-weight:600;color:#1e293b;margin-bottom:1.5rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-weight:500;color:#374151;margin-bottom:.5rem;font-size:.875rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:8px;font-size:1rem;transition:border-color .2s ease,box-shadow .2s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.form-group select{background-color:#fff;cursor:pointer}.form-group textarea{resize:vertical;min-height:120px}.map-placeholder{background-color:#f1f5f9;border:2px dashed #d1d5db;border-radius:8px;padding:3rem 2rem;text-align:center;cursor:pointer;transition:all .2s ease}.map-placeholder:hover{border-color:#4f46e5;background-color:#eef2ff}.map-icon{font-size:2rem;margin-bottom:.5rem}.map-placeholder p{color:#64748b;font-weight:500;margin:0}.file-upload-area{border:2px dashed #d1d5db;border-radius:8px;padding:2rem;text-align:center;cursor:pointer;transition:all .2s ease}.file-upload-area:hover{border-color:#4f46e5;background-color:#f8fafc}.file-upload-label{cursor:pointer;display:block}.upload-icon{font-size:2rem;margin-bottom:.5rem}.file-upload-area p{color:#374151;font-weight:500;margin:.5rem 0}.file-upload-area span{color:#64748b;font-size:.875rem}.ticket-type-card{border:1px solid #e2e8f0;border-radius:8px;padding:1.5rem;margin-bottom:1rem;background-color:#fafbfc}.ticket-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.ticket-name-input{font-weight:600;font-size:1rem;border:none;background:transparent;color:#1e293b;padding:.25rem 0;border-bottom:1px solid transparent;transition:border-color .2s ease}.ticket-name-input:focus{outline:none;border-bottom-color:#4f46e5;box-shadow:none}.remove-ticket-btn{background-color:#ef4444;color:#fff;border:none;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:.75rem;transition:background-color .2s ease}.remove-ticket-btn:hover{background-color:#dc2626}.ticket-details{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.add-ticket-btn{background:none;border:2px dashed #4f46e5;color:#4f46e5;padding:.75rem 1rem;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s ease;width:100%}.add-ticket-btn:hover{background-color:#eef2ff}.section-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.section-icon{font-size:1.5rem;padding:.75rem;background-color:#f1f5f9;border-radius:8px}.section-header h2{margin-bottom:.25rem}.section-header p{color:#64748b;font-size:.875rem;margin:0}.two-column-layout{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.agenda-item{background-color:#fafbfc;border:1px solid #e2e8f0;border-radius:8px;padding:1.5rem;margin-bottom:1rem}.agenda-header{margin-bottom:1rem}.remove-agenda-btn{background-color:#ef4444;color:#fff;border:none;border-radius:6px;padding:.5rem;cursor:pointer;font-size:.875rem;transition:background-color .2s ease;align-self:flex-end}.remove-agenda-btn:hover{background-color:#dc2626}.add-agenda-btn{background:none;border:2px dashed #4f46e5;color:#4f46e5;padding:.75rem 1rem;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s ease;width:100%}.add-agenda-btn:hover{background-color:#eef2ff}.speaker-card{background-color:#fafbfc;border:1px solid #e2e8f0;border-radius:8px;padding:1.5rem;margin-bottom:1rem}.speaker-header{display:flex;gap:1rem;margin-bottom:1rem}.speaker-photo{flex-shrink:0}.photo-upload{display:flex;align-items:center;justify-content:center;width:60px;height:60px;background-color:#f1f5f9;border:2px dashed #d1d5db;border-radius:8px;cursor:pointer;font-size:1.5rem;transition:all .2s ease}.photo-upload:hover{border-color:#4f46e5;background-color:#eef2ff}.speaker-info{flex:1}.remove-speaker-btn{background-color:#ef4444;color:#fff;border:none;border-radius:6px;padding:.5rem;cursor:pointer;font-size:.875rem;transition:background-color .2s ease;align-self:flex-start}.remove-speaker-btn:hover{background-color:#dc2626}.add-speaker-btn{background:none;border:2px dashed #10b981;color:#10b981;padding:.75rem 1rem;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s ease;width:100%}.add-speaker-btn:hover{background-color:#f0fdf4}.facilities-list{display:flex;flex-direction:column;gap:1rem}.facility-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;border-radius:8px;cursor:pointer;transition:background-color .2s ease}.facility-item:hover{background-color:#f8fafc}.facility-item input[type=checkbox]{width:18px;height:18px;accent-color:#4f46e5}.facility-icon{font-size:1.25rem}.facility-item span:last-child{font-weight:500;color:#374151}.form-actions{display:flex;justify-content:space-between;align-items:center;margin-top:2rem;padding-top:2rem;border-top:1px solid #f1f5f9}.left-actions,.right-actions{display:flex;align-items:center;gap:1rem}.back-btn{background-color:#f8fafc;color:#64748b;border:1px solid #d1d5db;padding:.75rem 1.5rem;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s ease}.back-btn:hover{background-color:#f1f5f9;border-color:#9ca3af}.next-btn{background-color:#4f46e5;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:500;cursor:pointer;transition:background-color .2s ease}.next-btn:hover{background-color:#4338ca}.ticket-configuration-layout{display:grid;grid-template-columns:2fr 1fr;gap:2rem}.ticket-config-section{display:flex;flex-direction:column;gap:2rem}.config-subsection{background-color:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:1.5rem}.subsection-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.subsection-header h3{font-size:1.125rem;font-weight:600;color:#1e293b;margin:0}.add-ticket-type-btn{background-color:#4f46e5;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s ease}.add-ticket-type-btn:hover{background-color:#4338ca}.ticket-table{display:flex;flex-direction:column;gap:.5rem}.ticket-table-header{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.2fr 1.2fr 1.8fr .5fr;gap:.75rem;padding:.75rem;background-color:#f8fafc;border-radius:6px;font-size:.875rem;font-weight:600;color:#64748b}.ticket-table-row{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.2fr 1.2fr 1.8fr .5fr;gap:.75rem;padding:.75rem;border:1px solid #e2e8f0;border-radius:6px;align-items:center}.table-input{width:100%;padding:.5rem;border:1px solid #d1d5db;border-radius:4px;font-size:.875rem}.table-input:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 2px #4f46e51a}.commission-options{display:flex;flex-direction:column;gap:.5rem}.radio-option{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.875rem}.radio-option input[type=radio]{width:16px;height:16px;accent-color:#4f46e5}.remove-ticket-table-btn{background-color:#ef4444;color:#fff;border:none;border-radius:4px;padding:.25rem .5rem;cursor:pointer;font-size:.75rem;transition:background-color .2s ease}.remove-ticket-table-btn:hover{background-color:#dc2626}.seating-options{display:flex;gap:2rem}.policies-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.policy-group h4{font-size:1rem;font-weight:600;color:#374151;margin:0 0 1rem}.policy-options{display:flex;flex-direction:column;gap:.75rem}.ticket-preview-section{background-color:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:1.5rem;height:fit-content;position:sticky;top:2rem}.ticket-preview-section h3{font-size:1.125rem;font-weight:600;color:#1e293b;margin:0 0 1.5rem}.preview-cards{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.preview-ticket-card{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;padding:1rem}.preview-ticket-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.preview-ticket-name{font-weight:600;color:#1e293b}.preview-ticket-price{font-weight:600;color:#4f46e5;font-size:1.125rem}.preview-ticket-details{display:flex;flex-direction:column;gap:.25rem}.preview-detail{font-size:.875rem;color:#64748b}.preview-summary{border-top:1px solid #e2e8f0;padding-top:1rem}.summary-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;font-size:.875rem}.summary-row:last-child{margin-bottom:0}.summary-row span:first-child{color:#64748b}.summary-row span:last-child{font-weight:600;color:#1e293b}.save-draft-btn{background-color:#f8fafc;color:#64748b;border:1px solid #d1d5db;padding:.75rem 1.5rem;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s ease}.save-draft-btn:hover{background-color:#f1f5f9;border-color:#9ca3af}.publish-btn{background-color:#4f46e5;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:500;cursor:pointer;transition:background-color .2s ease;display:flex;align-items:center;gap:.5rem}.publish-btn:hover{background-color:#4338ca}@media (max-width: 768px){.create-event{padding:1rem}.create-event-container{padding:1.5rem}.progress-steps{flex-direction:column;gap:1rem}.step-container{flex-direction:column}.step-connector{width:2px;height:30px}.form-row,.ticket-details,.two-column-layout,.ticket-configuration-layout{grid-template-columns:1fr}.ticket-table-header,.ticket-table-row{grid-template-columns:1fr;gap:.5rem}.ticket-table-header{display:none}.ticket-table-row{display:flex;flex-direction:column;padding:1rem}.ticket-table-row>div{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.ticket-table-row>div:before{content:attr(data-label);font-weight:600;color:#64748b;font-size:.875rem}.commission-options{flex-direction:row;gap:1rem}.policies-grid{grid-template-columns:1fr}.seating-options{flex-direction:column;gap:1rem}.speaker-header{flex-direction:column;align-items:flex-start}.speaker-info{width:100%}.form-actions{flex-direction:column;gap:1rem}.left-actions,.right-actions,.save-draft-btn,.publish-btn,.next-btn,.back-btn{width:100%;justify-content:center}}@media (max-width: 480px){.create-event-header h1{font-size:1.5rem}.map-placeholder,.file-upload-area{padding:1.5rem 1rem}}.manage-events{background-color:#f8fafc;min-height:100vh;padding:2rem;max-width:1400px;width:100%;margin:0 auto}.manage-events-container{max-width:100%;margin:0 auto}.manage-events-header{margin-bottom:2rem}.filters-section{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;gap:1rem}.search-filters{display:flex;align-items:center;gap:1rem}.search-input{padding:.75rem .75rem .75rem 2.5rem;border:1px solid #d1d5db;border-radius:8px;font-size:1rem;width:300px;transition:border-color .2s ease,box-shadow .2s ease}.filter-select{padding:.75rem;border:1px solid #d1d5db;border-radius:8px;font-size:1rem;background-color:#fff;cursor:pointer;min-width:140px;transition:border-color .2s ease}.create-new-event-btn{background-color:#4f46e5;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:500;cursor:pointer;transition:background-color .2s ease;white-space:nowrap}.create-new-event-btn:hover{background-color:#4338ca}.events-list{display:flex;flex-direction:column;gap:1.5rem}.no-events{text-align:center;padding:4rem 2rem;background-color:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a}.no-events-icon{font-size:4rem;margin-bottom:1rem}.no-events h3{font-size:1.5rem;font-weight:600;color:#1e293b;margin:0 0 .5rem}.no-events p{color:#64748b;margin:0 0 2rem}.create-first-event-btn{background-color:#4f46e5;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:500;cursor:pointer;transition:background-color .2s ease}.create-first-event-btn:hover{background-color:#4338ca}.event-card{background-color:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;border:1px solid #e2e8f0;padding:1.5rem;transition:transform .2s ease,box-shadow .2s ease}.event-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.event-header{margin-bottom:1rem}.event-title-section{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.event-title{font-size:1.25rem;font-weight:500;color:#1e293b;margin:0;flex:1}.status-badge{padding:.25rem .75rem;border-radius:20px;font-size:.875rem;font-weight:500;white-space:nowrap}.status-upcoming{background-color:#dcfce7;color:#166534}.status-ongoing{background-color:#dbeafe;color:#1d4ed8}.status-completed{background-color:#f1f5f9;color:#475569}.status-cancelled{background-color:#fee2e2;color:#dc2626}.event-details{margin-bottom:1.5rem}.event-info{display:flex;flex-direction:column;gap:.5rem}.info-item{display:flex;align-items:center;gap:.5rem}.info-icon{font-size:1rem;color:#64748b}.info-text{color:#64748b;font-size:.875rem;font-weight:400}.event-stats{display:flex;gap:2rem;margin-bottom:1.5rem;padding:1rem 0;border-top:1px solid #f1f5f9;border-bottom:1px solid #f1f5f9}.stat-item{text-align:center}.stat-number{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:.25rem}.stat-number:last-child{color:#4f46e5}.stat-label{font-size:.875rem;color:#64748b;font-weight:400}.event-actions{display:flex;gap:.75rem;align-items:center}.action-btn{padding:.5rem 1rem;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;border:1px solid transparent;display:flex;align-items:center;gap:.25rem}.edit-btn{background-color:#4f46e5;color:#fff;flex:1}.edit-btn:hover{background-color:#4338ca}.view-sales-btn{background-color:#f8fafc;color:#64748b;border-color:#d1d5db;flex:1}.view-sales-btn:hover{background-color:#f1f5f9;border-color:#9ca3af}.duplicate-btn{background-color:#f8fafc;color:#64748b;border-color:#d1d5db;padding:.5rem;min-width:auto}.duplicate-btn:hover{background-color:#f1f5f9;border-color:#9ca3af}.delete-btn{background-color:#fef2f2;color:#dc2626;border-color:#fecaca;padding:.5rem;min-width:auto}.delete-btn:hover{background-color:#fee2e2;border-color:#fca5a5}@media (max-width: 1200px){.manage-events{padding:2rem}}@media (max-width: 768px){.manage-events{padding:1rem}.filters-section{flex-direction:column;align-items:stretch;gap:1rem}.search-filters{flex-direction:column;gap:1rem}.search-input,.filter-select{width:100%}.create-new-event-btn{width:100%;justify-content:center}.event-title-section{flex-direction:column;align-items:flex-start;gap:.5rem}.event-stats{justify-content:space-around}.event-actions{flex-wrap:wrap}.edit-btn,.view-sales-btn{flex:1;min-width:calc(50% - .375rem)}}@media (max-width: 480px){.manage-events-header h1{font-size:1.5rem}.event-card{padding:1rem}.event-stats{gap:1rem}.stat-number{font-size:1.25rem}.event-actions{flex-direction:column}.edit-btn,.view-sales-btn,.duplicate-btn,.delete-btn{width:100%;justify-content:center}}.ticket-sales{background-color:#f8fafc;min-height:100vh;padding:2rem;max-width:1400px;width:100%;margin:0 auto}.ticket-sales-container{max-width:100%;margin:0 auto}.ticket-sales-header{margin-bottom:2rem}.ticket-sales-header h1{font-size:2rem;font-weight:700;color:#1e293b;margin:0 0 .5rem}.ticket-sales-header p{color:#64748b;margin:0;font-size:1rem}.stats-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2rem}.stat-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e2e8f0;display:flex;align-items:center;gap:1rem;min-height:140px;transition:transform .2s ease,box-shadow .2s ease}.stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.stat-icon{width:60px;height:60px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;flex-shrink:0}.stat-icon.blue{background-color:#dbeafe;color:#1d4ed8}.stat-icon.green{background-color:#dcfce7;color:#16a34a}.stat-icon.orange{background-color:#fed7aa;color:#ea580c}.stat-content{flex:1}.stat-label{font-size:.875rem;font-weight:400;color:#64748b;margin-bottom:.25rem}.stat-value{font-size:1.75rem;font-weight:700;color:#1e293b}.filters-section{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;gap:1rem}.filters-left{display:flex;align-items:center;gap:1rem}.event-filter{padding:.75rem;border:1px solid #d1d5db;border-radius:8px;font-size:1rem;background-color:#fff;cursor:pointer;min-width:160px;transition:border-color .2s ease}.event-filter:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.search-box{position:relative;display:flex;align-items:center}.search-icon{position:absolute;left:.75rem;color:#64748b;pointer-events:none;z-index:1}.search-input{padding:.75rem .75rem .75rem 2.5rem;border:1px solid #d1d5db;border-radius:8px;font-size:1rem;width:250px;transition:border-color .2s ease,box-shadow .2s ease}.search-input:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.export-buttons{display:flex;gap:.75rem}.export-btn{padding:.75rem 1rem;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;border:1px solid;display:flex;align-items:center;gap:.5rem}.csv-btn{background-color:#4f46e5;color:#fff;border-color:#4f46e5}.csv-btn:hover{background-color:#4338ca;border-color:#4338ca}.pdf-btn{background-color:#fff;color:#4f46e5;border-color:#4f46e5}.pdf-btn:hover{background-color:#eef2ff}.sales-table-container{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;border:1px solid #e2e8f0;overflow:hidden;margin-bottom:1.5rem}.sales-table{width:100%;border-collapse:collapse}.sales-table thead{background-color:#f8fafc}.sales-table th{padding:1rem;text-align:left;font-weight:600;color:#374151;font-size:.875rem;border-bottom:1px solid #e2e8f0}.sales-table td{padding:1rem;border-bottom:1px solid #f1f5f9;font-size:.875rem;color:#374151}.sales-table tbody tr:hover{background-color:#f8fafc}.sales-table tbody tr:last-child td{border-bottom:none}.buyer-name{font-weight:500;color:#1e293b}.buyer-email{color:#64748b}.ticket-type{color:#374151;font-weight:500}.quantity{color:#374151;text-align:center}.payment-status{text-align:center}.booking-id{color:#64748b;font-family:Courier New,monospace;font-size:.8rem}.status-paid{background-color:#dcfce7;color:#166534}.status-pending{background-color:#fef3c7;color:#92400e}.status-failed{background-color:#fee2e2;color:#dc2626}.pagination-section{display:flex;justify-content:space-between;align-items:center;background:#fff;padding:1rem 1.5rem;border-radius:12px;box-shadow:0 1px 3px #0000001a;border:1px solid #e2e8f0}.pagination-info{color:#64748b;font-size:.875rem}.pagination-controls{display:flex;align-items:center;gap:.25rem}.pagination-btn{padding:.5rem .75rem;border:1px solid #d1d5db;background-color:#fff;color:#374151;cursor:pointer;transition:all .2s ease;font-size:.875rem;min-width:40px;display:flex;align-items:center;justify-content:center}.pagination-btn:first-child{border-radius:6px 0 0 6px}.pagination-btn:last-child{border-radius:0 6px 6px 0}.pagination-btn:hover:not(:disabled){background-color:#f3f4f6;border-color:#9ca3af}.pagination-btn:disabled{opacity:.5;cursor:not-allowed}.pagination-btn.active{background-color:#4f46e5;color:#fff;border-color:#4f46e5}.pagination-btn.active:hover{background-color:#4338ca;border-color:#4338ca}@media (max-width: 1200px){.stats-cards{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.ticket-sales{padding:1rem}.stats-cards{grid-template-columns:1fr;gap:1rem}.filters-section{flex-direction:column;align-items:stretch;gap:1rem}.filters-left{flex-direction:column;gap:1rem}.event-filter,.search-input{width:100%}.export-buttons{justify-content:center}.sales-table-container{overflow-x:auto}.sales-table{min-width:600px}.pagination-section{flex-direction:column;gap:1rem;text-align:center}}@media (max-width: 480px){.ticket-sales-header h1{font-size:1.5rem}.stat-card{padding:1rem}.stat-icon{width:50px;height:50px;font-size:1.25rem}.stat-value{font-size:1.5rem}.export-buttons{flex-direction:column}.pagination-controls{flex-wrap:wrap;justify-content:center}}.reports{background-color:#f8fafc;min-height:100vh;padding:2rem;max-width:1400px;width:100%;margin:0 auto}.reports-container{max-width:100%;margin:0 auto}.reports-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;gap:1rem}.header-content h1{font-size:2rem;font-weight:700;color:#1e293b;margin:0 0 .5rem}.header-content p{color:#64748b;margin:0;font-size:1rem}.download-report-btn{background-color:#4f46e5;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:500;cursor:pointer;transition:background-color .2s ease;display:flex;align-items:center;gap:.5rem;white-space:nowrap}.download-report-btn:hover{background-color:#4338ca}.filters-section{display:flex;align-items:flex-end;gap:1.5rem;margin-bottom:2rem;padding:1.5rem;background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;border:1px solid #e2e8f0}.filter-group{display:flex;flex-direction:column;gap:.5rem}.filter-group label{font-size:.875rem;font-weight:500;color:#374151}.filter-select{padding:.75rem;border:1px solid #d1d5db;border-radius:8px;font-size:1rem;background-color:#fff;cursor:pointer;min-width:160px;transition:border-color .2s ease}.filter-select:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.apply-filters-btn{background-color:#4f46e5;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:500;cursor:pointer;transition:background-color .2s ease;height:fit-content}.apply-filters-btn:hover{background-color:#4338ca}.kpi-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:2rem}.kpi-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e2e8f0;transition:transform .2s ease,box-shadow .2s ease}.kpi-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.kpi-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.kpi-title{font-size:.875rem;font-weight:500;color:#64748b}.kpi-icon{width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1.25rem}.kpi-icon.revenue{background-color:#fef3c7;color:#d97706}.kpi-icon.tickets{background-color:#dbeafe;color:#2563eb}.kpi-icon.events{background-color:#e0e7ff;color:#4f46e5}.kpi-icon.conversion{background-color:#f0fdf4;color:#16a34a}.kpi-value{font-size:2rem;font-weight:700;color:#1e293b;margin-bottom:.5rem}.kpi-change{font-size:.875rem;font-weight:500}.kpi-change.positive{color:#059669}.kpi-change.negative{color:#dc2626}.kpi-change.neutral{color:#64748b}.analytics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:1.5rem}.analytics-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e2e8f0}.card-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #f1f5f9}.card-icon{font-size:1.25rem}.card-header h3{font-size:1.125rem;font-weight:600;color:#1e293b;margin:0}.analytics-content{display:flex;flex-direction:column;gap:1rem}.analytics-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #f8fafc}.analytics-row:last-child{border-bottom:none}.row-label{color:#64748b;font-size:.875rem;font-weight:500}.row-value{color:#1e293b;font-weight:600;font-size:.875rem}.row-value.percentage{font-weight:700}.row-value.percentage.positive{color:#059669}.row-value.percentage.negative{color:#dc2626}.category-info{display:flex;align-items:center;gap:.5rem}.category-dot{width:12px;height:12px;border-radius:50%;flex-shrink:0}@media (max-width: 768px){.reports{padding:1rem}.reports-header{flex-direction:column;align-items:stretch;gap:1rem}.download-report-btn{width:100%;justify-content:center}.filters-section{flex-direction:column;gap:1rem}.filter-select{width:100%}.kpi-cards,.analytics-grid{grid-template-columns:1fr;gap:1rem}.analytics-card{padding:1rem}}@media (max-width: 480px){.reports-header h1{font-size:1.5rem}.kpi-card{padding:1rem}.kpi-value{font-size:1.5rem}.filters-section{padding:1rem}.analytics-row{flex-direction:column;align-items:flex-start;gap:.25rem}.row-value{align-self:flex-end}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.kpi-card,.analytics-card{animation:fadeInUp .5s ease-out}.kpi-card:nth-child(1){animation-delay:.1s}.kpi-card:nth-child(2){animation-delay:.2s}.kpi-card:nth-child(3){animation-delay:.3s}.kpi-card:nth-child(4){animation-delay:.4s}.profile{background-color:#f8fafc;min-height:100vh;padding:2rem;max-width:1400px;width:100%;margin:0 auto}.profile-container{max-width:100%;margin:0 auto}.profile-header{margin-bottom:2rem}.profile-header h1{font-size:2rem;font-weight:700;color:#1e293b;margin:0 0 .5rem}.profile-header p{color:#64748b;margin:0;font-size:1rem}.profile-content{display:grid;grid-template-columns:1fr 400px;gap:2rem}.profile-left,.profile-right{display:flex;flex-direction:column;gap:2rem}.profile-section{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e2e8f0}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #f1f5f9}.section-header h2{font-size:1.25rem;font-weight:600;color:#1e293b;margin:0}.section-header h3{font-size:1.125rem;font-weight:600;color:#1e293b;margin:0 0 1rem}.edit-profile-btn{background:none;border:1px solid #4f46e5;color:#4f46e5;padding:.5rem 1rem;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.5rem}.edit-profile-btn:hover{background-color:#eef2ff}.profile-photo-section{display:flex;align-items:center;gap:1.5rem;margin-bottom:2rem}.profile-photo{width:80px;height:80px;border-radius:50%;background-color:#f1f5f9;border:3px solid #e2e8f0;display:flex;align-items:center;justify-content:center;flex-shrink:0}.photo-placeholder{font-size:2rem;color:#94a3b8}.photo-actions{display:flex;flex-direction:column;gap:.25rem}.change-photo-btn{color:#4f46e5;font-weight:500;cursor:pointer;text-decoration:none;font-size:.875rem}.change-photo-btn:hover{text-decoration:underline}.photo-info{font-size:.75rem;color:#64748b}.profile-form,.password-form,.payout-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.875rem;font-weight:500;color:#374151}.form-group input{padding:.75rem;border:1px solid #d1d5db;border-radius:8px;font-size:1rem;transition:border-color .2s ease,box-shadow .2s ease}.form-group input:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.form-group input::placeholder{color:#9ca3af}.logo-upload-area{border:2px dashed #d1d5db;border-radius:8px;padding:2rem;text-align:center;cursor:pointer;transition:all .2s ease}.logo-upload-area:hover{border-color:#4f46e5;background-color:#f8fafc}.upload-placeholder{display:flex;flex-direction:column;align-items:center;gap:.5rem}.upload-icon{font-size:2rem;color:#9ca3af}.upload-placeholder p{color:#374151;margin:0;font-size:.875rem}.browse-link{color:#4f46e5;cursor:pointer;text-decoration:underline}.upload-placeholder span{color:#64748b;font-size:.75rem}.save-changes-btn,.update-password-btn,.configure-2fa-btn{background-color:#4f46e5;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:500;cursor:pointer;transition:background-color .2s ease;align-self:flex-start}.save-changes-btn:hover,.update-password-btn:hover,.configure-2fa-btn:hover{background-color:#4338ca}.security-section{margin-bottom:2rem}.security-section:last-child{margin-bottom:0}.two-factor-options{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.two-factor-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;border:1px solid #e2e8f0;border-radius:8px;background-color:#fafbfc}.two-factor-info{flex:1}.two-factor-title{font-weight:500;color:#1e293b;margin-bottom:.25rem}.two-factor-subtitle{font-size:.875rem;color:#64748b}.two-factor-controls{display:flex;align-items:center;gap:1rem}.status-badge{padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em}.status-badge.active{background-color:#dcfce7;color:#166534}.status-badge.inactive{background-color:#f1f5f9;color:#64748b}.toggle-switch{position:relative;display:inline-block;width:44px;height:24px}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;cursor:pointer;inset:0;background-color:#cbd5e1;transition:.3s;border-radius:24px}.toggle-slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.3s;border-radius:50%}input:checked+.toggle-slider{background-color:#10b981}input:checked+.toggle-slider:before{transform:translate(20px)}@media (max-width: 768px){.profile{padding:1rem}.profile-content{grid-template-columns:1fr;gap:1rem}.profile-section{padding:1.5rem}.form-row{grid-template-columns:1fr}.profile-photo-section{flex-direction:column;text-align:center;gap:1rem}.section-header{flex-direction:column;align-items:flex-start;gap:1rem}.edit-profile-btn{align-self:flex-start}.two-factor-item{flex-direction:column;align-items:flex-start;gap:1rem}.two-factor-controls{align-self:flex-end}}@media (max-width: 480px){.profile-header h1{font-size:1.5rem}.profile-section{padding:1rem}.logo-upload-area{padding:1.5rem 1rem}.save-changes-btn,.update-password-btn,.configure-2fa-btn{width:100%}}.app{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;background-color:#f8fafc}.page-placeholder{display:flex;align-items:center;justify-content:center;height:60vh;font-size:1.5rem;color:#64748b;background-color:#f8fafc}#root{margin:0;padding:0;text-align:left}
