/*! tailwindcss v4.3.1 | MIT License | https://tailwindcss.com */
@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial}}}.flex{display:flex}.table{display:table}.min-h-screen{min-height:100vh}.w-full{width:100%}.flex-1{flex:1}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.bg-gradient-to-br{--tw-gradient-position:to bottom right in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.text-\[12px\]{font-size:12px}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}*{box-sizing:border-box;margin:0;padding:0;font-family:Inter,system-ui,Arial,sans-serif}body{color:#0f172a;background:#fff;min-height:100vh}#root{justify-content:center;align-items:center;min-height:100vh;display:flex}form{width:100%}input:not([type=radio]):not([type=checkbox]){color:#000;border:1px solid #297bee;border-radius:10px;width:50%;padding:10px 12px;transition:all .2s}input[type=radio]{width:auto;box-shadow:none;border:none;margin:0 0 0 20px;padding:0}input:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f640}label,legend{color:#297bee;font-size:13px;font-weight:500}fieldset{border:1px solid #297bee;border-radius:10px;width:50%}button{cursor:pointer;border:none;border-radius:10px;transition:all .2s}button:hover{transform:translateY(-1px)}.bg-white{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid #ffffff1a;background:#ffffff0f!important}h1{letter-spacing:.5px}input[type=checkbox]{width:auto;transform:scale(1.1)}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}html,body,#root{box-sizing:border-box;width:100%;min-height:100%;margin:0;padding:0;overflow-x:hidden}*,:before,:after{box-sizing:inherit}.create-form-page{background:linear-gradient(to bottom right,#eff6ff,#f3f4f6);justify-content:center;align-items:flex-start;min-height:100vh;padding:clamp(.75rem,2vw,1.5rem);font-size:12px;display:flex;overflow-x:hidden}.form-wrapper{width:100%;max-width:1100px;margin:0 auto;padding:0 1rem}.form-container{background:#fff;border:1px solid #0f172a0f;border-radius:1.5rem;width:100%;margin:-55px auto 0;padding:clamp(1rem,2vw,2rem);overflow:hidden visible;box-shadow:0 20px 60px #0f172a14}.form-title{color:#0f172a;margin-bottom:1rem;font-size:clamp(1.25rem,2vw,1.6rem);font-weight:800}.section-title{color:#1d4ed8;margin-bottom:.5rem;font-size:1rem;font-weight:700}.form-input,.form-select{box-sizing:border-box;color:#0f172a;background:#f8fafc;border:1px solid #cbd5e1;border-radius:.75rem;outline:none;width:100%;min-width:0;padding:.85rem 1rem;transition:all .2s}.form-input:focus,.form-select:focus{border-color:#2563eb;box-shadow:0 0 0 4px #3b82f61f}textarea.form-input{box-sizing:border-box;resize:vertical;width:100%;min-width:0;max-width:600px;padding:.9rem 1rem;line-height:1.5;display:block;overflow-y:auto}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:clamp(1rem,2vw,2rem);display:grid}.form-grid>div{flex-direction:column;gap:1rem;display:flex}.date-group{gap:1rem;display:flex}.date-group>div{flex:1}.menu-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:1rem;flex-wrap:wrap;align-items:center;gap:.75rem;padding:1rem;display:flex}.delete-btn,.primary-btn,.draft-btn,.generate-btn{cursor:pointer;border:none;border-radius:.85rem;justify-content:center;align-items:center;gap:.5rem;width:100%;max-width:220px;padding:.85rem 2rem;font-weight:700;display:inline-flex}.delete-btn{color:#fff;background:#ef4444}.primary-btn{color:#fff;background:#2563eb}.primary-btn:hover{background:#1d4ed8}.draft-btn{background:#e4e4e4}.generate-btn{color:#fff;background:#52ba67}.template-actions{flex-wrap:wrap;justify-content:flex-end;gap:1rem;margin-top:-.5rem;display:flex}@media (width<=1024px){.form-wrapper{max-width:95%}.form-grid{gap:1.5rem}}@media (width<=768px){.create-form-page{padding:1rem}.form-grid{grid-template-columns:1fr;gap:1rem}.date-group{flex-direction:column}.menu-card{flex-direction:column;align-items:stretch}.template-actions{flex-direction:column}.delete-btn,.primary-btn,.draft-btn,.generate-btn{width:100%;max-width:100%}}@media (width<=480px){.form-container{border-radius:1rem;padding:.75rem}.form-title{text-align:center}.form-input{font-size:12px}}.all-events-list{flex-direction:column;gap:1.5rem;display:flex}.all-events-header{flex-direction:column;gap:.5rem;display:flex}@media (width>=768px){.all-events-header{flex-direction:row;justify-content:space-between;align-items:center}}.all-events-title{color:#0f172a;font-size:1.5rem;font-weight:800}.all-events-subtitle{color:#475569;font-size:.95rem}.all-events-stat{color:#64748b;font-size:.95rem}.all-event-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:1.5rem;width:30%;padding:1.5rem;box-shadow:0 10px 30px #0f172a0f}.event-card-header{flex-direction:column;gap:.5rem;display:flex}@media (width>=768px){.event-card-header{flex-direction:row;justify-content:space-between;align-items:center}}.event-title{color:#0f172a;font-size:1.125rem;font-weight:700}.event-venue,.event-date{color:#475569;font-size:.95rem}.event-section{gap:1rem;margin-top:1rem;display:grid}@media (width>=768px){.event-section{grid-template-columns:repeat(2,minmax(0,1fr))}}.event-section-title{letter-spacing:.08em;text-transform:uppercase;color:#64748b;font-size:.75rem}.event-actions{flex-wrap:wrap;gap:.75rem;margin-top:1rem;display:flex}.event-button{cursor:pointer;color:#fff;background:#2563eb;border:none;border-radius:.85rem;padding:.75rem 1rem;font-weight:700;transition:background .2s}.event-button:hover{background:#1d4ed8}.event-button-view{background:#16a34a}.event-button-view:hover{background:#15803d}.event-button-delete{background:#ef4444}.event-button-delete:hover{background:#dc2626}.event-section-content{color:#334155;margin-top:.5rem;font-size:.95rem;line-height:1.6}.all-events-search{flex-direction:column;gap:.75rem;display:flex}@media (width>=768px){.all-events-search{flex-direction:row;justify-content:flex-start;align-items:center}}.search-input{color:#0f172a;background:#fff;border:1px solid #cbd5e1;border-radius:.85rem;outline:none;width:100%;max-width:420px;padding:.85rem 1rem;transition:border-color .2s,box-shadow .2s}.search-input:focus{border-color:#2563eb;box-shadow:0 0 0 4px #3b82f61f}.event-list-empty{color:#1d4ed8;background:#eff6ff;border:1px solid #bfdbfe;border-radius:1.5rem;padding:1.5rem}.event-attendees-page{box-sizing:border-box;background:#f8fafc;width:100%;min-height:100vh;padding:2rem;font-family:Arial,sans-serif}.attendees-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.attendees-header h1{color:#0f172a;margin:0;font-size:1.8rem;font-weight:700}.attendees-header p{color:#64748b;margin:0;font-size:.95rem}.attendees-header input:focus,.attendees-header select:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.back-btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:8px;padding:10px 16px;font-weight:600;transition:all .2s}.attendees-controls{flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem;display:flex}.attendees-controls input,.attendees-controls select{background:#fff;border:1px solid #dbe2ea;border-radius:10px;outline:none;flex:1;min-width:220px;padding:.85rem 1rem;font-size:.95rem;transition:all .2s}.attendees-controls input:focus,.attendees-controls select:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.attendee-actions{align-items:center;gap:10px;display:flex}.print-btn,.export-btn{cursor:pointer;border:none;border-radius:8px;padding:10px 16px;font-weight:600;transition:all .2s}.print-btn{color:#fff;background:#2563eb}.print-btn:hover{background:#1d4ed8}.export-btn{color:#fff;background:#16a34a}.export-btn:hover{background:#15803d}.table-wrapper{background:#fff;border:1px solid #e2e8f0;border-radius:14px;width:100%;overflow-x:auto;box-shadow:0 6px 18px #0f172a0f}.attendees-table{border-collapse:collapse;width:100%;min-width:1000px}.attendees-table thead{background:#f1f5f9}.attendees-table th{text-align:left;color:#334155;white-space:nowrap;border-bottom:1px solid #e2e8f0;padding:1rem;font-size:.85rem;font-weight:700}.attendees-table td{color:#475569;vertical-align:middle;border-bottom:1px solid #f1f5f9;padding:1rem;font-size:.9rem}.attendees-table tbody tr{transition:background .2s}.attendees-table tbody tr:hover{background:#f8fafc}.attendees-table td:last-child{font-weight:600}.table-wrapper p{text-align:center;color:#64748b;padding:2rem;font-size:.95rem}.pagination{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:1rem;margin-top:1.5rem;display:flex}.pagination button{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:8px;padding:.7rem 1.2rem;font-size:.9rem;transition:all .2s}.pagination button:hover:not(:disabled){opacity:.9}.pagination button:disabled{cursor:not-allowed;background:#cbd5e1}.pagination span{color:#334155;font-size:.9rem;font-weight:500}@media (width<=768px){.event-attendees-page{padding:1rem}.attendees-header{flex-direction:column;align-items:flex-start}.attendees-controls{flex-direction:column}.attendees-controls input,.attendees-controls select{width:100%}.pagination{justify-content:center}}.dashboard-layout{background:#f3f4f6;grid-template-columns:280px 1fr;width:100vw;height:100vh;display:grid}.sidebar-panel{color:#f9fafb;background:#c30d2e;flex-direction:column;gap:2rem;height:100vh;padding:1.25rem 1rem;display:flex}.sidebar-brand{letter-spacing:.02em;font-size:1.25rem;font-weight:800}.sidebar-profile{background:#ffffff0d;border-radius:1rem;align-items:center;gap:.9rem;padding:1rem;display:flex}.sidebar-profile img{object-fit:cover;border:2px solid #ffffff40;border-radius:9999px;width:52px;height:52px}.sidebar-profile .profile-meta{gap:.2rem;display:grid}.sidebar-profile .profile-meta .name{font-size:.95rem;font-weight:700}.sidebar-profile .profile-meta .role{color:#d1d5db;font-size:.8rem}.sidebar-nav{display:grid}.sidebar-footer{margin-top:auto;padding-top:.5rem}.sidebar-section{gap:.25rem;display:grid}.sidebar-submenu{gap:.25rem;margin-top:.25rem;padding-left:1rem;display:grid}.sidebar-sublink{text-align:left;color:#e6e7e9;cursor:pointer;appearance:none;background:0 0;border:none;border-radius:.75rem;width:100%;padding:.75rem 1rem;font-size:.95rem;transition:background .15s,color .15s,transform .12s;display:block}.sidebar-sublink:hover{color:#fff;background:#ffffff14;transform:translate(3px)}.sidebar-sublink:focus{box-shadow:none;outline:none}.sidebar-link{text-align:left;text-transform:uppercase;color:#e6e7e9;appearance:none;background:0 0;border:none;border-radius:.85rem;width:100%;padding:.95rem 1rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:background .15s,color .15s;display:block}.sidebar-link:focus{box-shadow:none;outline:none}.sidebar-link.active,.sidebar-link:hover{color:#fff;background:#ffffff1f}.workspace{padding:2rem}.topbar{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.topbar h2{color:#111827;font-size:1.75rem;font-weight:800}.topbar p{color:#475569}.dashboard-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;display:grid}.content-card{background:#fff;border:1px solid #94a3b826;border-radius:1.25rem;padding:1.5rem;box-shadow:0 18px 50px #0f172a14}.content-card h3{color:#475569;margin-bottom:1rem;font-size:.95rem}.content-card p{color:#0f172a;font-size:2rem;font-weight:700}.dashboard-panel{grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:1.5rem;display:grid}.dashboard-panel .panel-item{background:#fff;border-radius:1.25rem;padding:1.5rem;box-shadow:0 18px 50px #0f172a14}.dashboard-panel .panel-item h4{color:#111827;margin-bottom:.75rem;font-size:1.05rem;font-weight:700}.dashboard-panel .panel-item span{color:#64748b;margin-top:.5rem;display:block}@media (width<=960px){.dashboard-layout{grid-template-columns:1fr}}@media (width<=640px){.sidebar-panel{padding:1.5rem 1rem}.topbar{flex-direction:column;align-items:stretch}}.registration-page{background:#f8fafc;min-height:100vh;font-family:Arial,sans-serif}.hero-banner{background-color:#f51f1f;border-radius:0 0 30px 30px;width:100%;height:120px;position:relative;overflow:hidden}.hero-image{object-fit:cover;width:100%;height:100%}.hero-overlay{color:#fff;background:linear-gradient(90deg,#0f172ad9,#0f172a59);flex-direction:column;justify-content:center;padding:3rem 4rem;display:flex;position:absolute;inset:0}.hero-overlay h1{font-size:3rem;font-weight:800}.hero-overlay p{max-width:650px;margin-top:1rem;font-size:1rem;line-height:1.7}.registration-wrapper{align-items:flex-start;gap:2rem;max-width:900px;margin:0 auto;padding:2rem;display:flex}.form-container{background:#fff;border-radius:24px;flex:1;padding:2.5rem 2.5rem 2.5rem 2.5px;box-shadow:0 20px 60px #0f172a14}.reg-form{width:100%}.reg-form label{color:#0f172a;margin-bottom:0;font-size:1rem;font-weight:70}.form-grid{grid-template-columns:40% 90%;gap:1rem;display:grid}.section-title{color:#2563eb;flex-direction:column;gap:.7rem;font-size:1rem;font-weight:700;display:flex}.form-input{background:#f8fafc;border:1.5px solid #dbeafe;border-radius:14px;width:100%;padding:1rem 1.2rem;font-size:1rem;transition:all .3s}.form-input:focus{background:#fff;border-color:#2563eb;outline:none;box-shadow:0 0 0 4px #2563eb1a}.event-info{flex-shrink:0;width:320px;position:sticky;top:10rem}.info-card{background:#fff;border-left:5px solid #059669;border-radius:20px;margin-bottom:1rem;padding:1.5rem;box-shadow:0 10px 35px #0f172a14}.info-card h3{color:#0f172a;margin-bottom:.8rem;font-size:1rem}.info-card p{color:#475569;line-height:1.6}.menu-wrapper{width:100%;margin-top:1rem}.menu-box{width:100%;box-shadow:none;background:#f8fffc;border:1px solid #d1fae5;border-radius:10px;padding:.7rem .9rem}.menu-box legend{color:#111211;padding:0 6px;font-size:1rem;font-weight:70}.menu-list{flex-direction:column;gap:.4rem;margin-top:.4rem;display:flex}.menu-option{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:8px;align-items:center;gap:.6rem;padding:.55rem .7rem;transition:all .15s;display:flex}.menu-option:hover{background:#f0fdf4;border-color:#2563eb1a}.menu-option input[type=radio]{accent-color:#2563eb1a;margin:0;transform:scale(.9)}.menu-option span{color:#334155;font-size:.85rem;font-weight:500}.consent-box{background:#f8fafc;border-radius:14px;align-items:flex-start;gap:1rem;margin-top:2rem;padding:1rem;font-size:10px;display:flex}.consent-box p{color:#334155;line-height:1.6}.submit-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#059669,#10b981);border:none;border-radius:14px;width:100%;margin-top:2rem;padding:1rem;font-size:1rem;font-weight:700;transition:all .3s}.submit-btn:hover{transform:translateY(-2px)}.cancel-btn{color:#334155;cursor:pointer;background:#f1f5f9;border:none;border-radius:14px;width:100%;margin-top:1rem;padding:1rem;font-size:1rem;font-weight:700}.consent-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:1rem;margin-top:1.5rem;display:flex}.ccancel-btn,.caccept-btn{cursor:pointer;border:none;border-radius:.8rem;min-width:140px;padding:.85rem 1.8rem;font-size:.95rem;font-weight:600;transition:all .25s}.ccancel-btn{color:#334155;background:#f1f5f9;border:1px solid #d1d5db}.ccancel-btn:hover{background:#e2e8f0;transform:translateY(-2px)}.caccept-btn{color:#fff;background:linear-gradient(135deg,#16a34a,#15803d);box-shadow:0 4px 10px #16a34a40}.caccept-btn:hover:not(:disabled){background:linear-gradient(135deg,#15803d,#166534);transform:translateY(-2px)}.caccept-btn:disabled{cursor:not-allowed;box-shadow:none;opacity:.8;background:#cbd5e1}@media (width<=768px){.consent-actions{justify-content:center;gap:.8rem}.ccancel-btn,.caccept-btn{flex:1;min-width:120px}}@media (width<=480px){.consent-actions{flex-direction:column;width:100%}.ccancel-btn,.caccept-btn{width:100%}}.consent-modal-overlay{z-index:1000;background:#0f172a8c;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.consent-modal{background:#fff;border-radius:24px;width:90%;max-width:700px;padding:2rem}.consent-modal h2{margin-bottom:2rem}.consent-grid-two{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.consent-card{background:#f8fafc;border-radius:14px;margin-bottom:1rem;padding:1rem}.consent-actions{gap:1rem;margin-top:2rem;display:flex}.accept-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#059669,#10b981);border:none;border-radius:14px;flex:1;padding:1rem}@media (width<=1024px){.registration-wrapper{flex-direction:column}.event-info{width:100%;position:relative}}@media (width<=768px){.form-grid,.consent-grid-two{grid-template-columns:1fr}.hero-overlay{padding:2rem}.hero-overlay h1{font-size:2rem}}.thankyou-page{background:#fff;justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.thankyou-card{text-align:center;background:#fff;border-radius:20px;width:100%;max-width:650px;padding:50px 40px;box-shadow:0 20px 50px #00000014}.success-icon{color:#22c55e;justify-content:center;align-items:center;margin-bottom:25px;display:flex}.thankyou-card h1{color:#15803d;margin-bottom:18px;font-size:32px;font-weight:700;line-height:1.4}.thankyou-card p{color:#4b5563;max-width:500px;margin:0 auto;font-size:16px;line-height:1.7}@media (width<=768px){.thankyou-card{padding:35px 25px}.thankyou-card h1{font-size:24px}.thankyou-card p{font-size:14px}}
