:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;padding:0;min-width:320px;min-height:100vh}#root{margin:0;padding:0;width:100%}.admin-layout{display:flex;min-height:100vh;max-width:100%;background-color:#f5f5f5}.admin-sidebar{position:fixed;left:-280px;width:280px;background-color:#1a1a2e;color:#fff;display:flex;flex-direction:column;height:100vh;z-index:200;transition:left .3s ease}.admin-sidebar.open{left:0}.admin-sidebar-header{padding:1.5rem;border-bottom:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center}.admin-sidebar-header h2{margin:0;font-size:1.25rem;color:#e879c7}.admin-nav{flex:1;padding:1rem 0}.admin-nav-item{display:flex;align-items:center;gap:.75rem;padding:.875rem 1.5rem;color:#ffffffb3;text-decoration:none;transition:all .2s;min-height:44px}.admin-nav-item:active{background-color:#ffffff0d;color:#fff}.admin-nav-item.active{background-color:#e879c733;color:#e879c7;border-left:3px solid #e879c7}.admin-nav-icon{font-size:1.1rem}.admin-nav-label{font-size:.9rem}.admin-sidebar-footer{padding:1rem 1.5rem;border-top:1px solid rgba(255,255,255,.1)}.admin-user-info{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.admin-user-avatar{width:44px;height:44px;border-radius:50%;background-color:#e879c7;display:flex;align-items:center;justify-content:center;font-weight:600}.admin-user-details{display:flex;flex-direction:column}.admin-user-name{font-size:.875rem;font-weight:500}.admin-user-role{font-size:.75rem;color:#ffffff80;text-transform:capitalize}.admin-logout-btn{width:100%;padding:.5rem;background:transparent;border:1px solid rgba(255,255,255,.2);color:#ffffffb3;border-radius:5px;cursor:pointer;font-size:.85rem;transition:all .2s}.admin-logout-btn:active{background-color:#ffffff1a;color:#fff}.admin-main{flex:1;margin-left:0;display:flex;flex-direction:column;max-width:100%}.admin-header{background:#fff;padding:1rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e0e0e0;position:sticky;top:0;z-index:50;max-width:100%}.admin-breadcrumbs{display:flex;align-items:center;gap:.5rem;font-size:.9rem}.admin-breadcrumbs a{color:#666;text-decoration:none}.admin-breadcrumbs a.active{color:#333;font-weight:500}.breadcrumb-separator{color:#ccc;margin:0 .25rem}.admin-back-link{color:#666;text-decoration:none;font-size:.85rem}.admin-content{max-width:100%;min-width:0;flex:1;padding:1rem;overflow-x:auto}.admin-hamburger{display:flex;flex-direction:column;justify-content:space-between;width:24px;height:18px;background:transparent;border:none;cursor:pointer;padding:13px;box-sizing:content-box;margin-right:.5rem}.admin-hamburger span{display:block;width:100%;height:2px;background-color:#1a1a2e;border-radius:2px}.admin-overlay{display:block;position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:150}.admin-sidebar-close{display:block;background:transparent;border:none;color:#ffffffb3;font-size:1.5rem;cursor:pointer;padding:0;line-height:1;min-height:44px;min-width:44px;display:flex;align-items:center;justify-content:center}.admin-sidebar-close:active{color:#fff}.admin-page{max-width:100%}.admin-page-header{display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem}.admin-page-header h1{margin:0 0 .25rem;font-size:1.1rem;color:#333}.admin-page-header p{margin:0;color:#666;font-size:.75rem}.admin-header-actions{display:flex;gap:.5rem;flex-wrap:wrap}.admin-loading,.admin-empty{text-align:center;padding:2rem 1rem;color:#666}.admin-stats-grid{display:grid;grid-template-columns:1fr;gap:.5rem;margin-bottom:1rem}.admin-stat-card{background:#fff;border-radius:12px;padding:.75rem;display:flex;align-items:center;gap:.5rem;box-shadow:0 2px 8px #0000000d}.admin-stat-icon{font-size:1rem;color:#e879c7;display:flex;align-items:center;justify-content:center}.admin-stat-content{display:flex;flex-direction:column}.admin-stat-value{font-size:1.1rem;font-weight:700;color:#333;line-height:1.2}.admin-stat-label{font-size:.7rem;color:#666;line-height:1.2}.admin-section{background:#fff;border-radius:12px;padding:.75rem;margin-bottom:.75rem;box-shadow:0 2px 8px #0000000d}.admin-section h2{margin:0 0 .5rem;font-size:.9rem;color:#333}.admin-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.admin-view-all{color:#e879c7;text-decoration:none;font-size:.85rem}.admin-quick-actions{display:flex;gap:.5rem;flex-wrap:wrap}.admin-action-card{display:flex;flex-direction:row;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#f9fafb;border-radius:10px;text-decoration:none;color:#333;transition:all .2s;flex:1;min-width:120px}.admin-action-card:active{background:#f0f0f0}.admin-action-icon{font-size:1rem;color:#e879c7;display:flex;align-items:center}.admin-action-label{font-size:.75rem;font-weight:500}.admin-table-container{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:0 -1rem;padding:0 1rem}.admin-table{width:100%;border-collapse:collapse;min-width:500px;font-size:.85rem}.admin-table th,.admin-table td{padding:.625rem .5rem;text-align:left;border-bottom:1px solid #e0e0e0;white-space:nowrap}.admin-table .sticky-col{position:sticky;left:0;z-index:2;background-color:#fff;border-right:2px solid #e0e0e0}.admin-table th.sticky-col{background-color:#f9fafb;z-index:3}.admin-table td.nowrap{max-width:200px;overflow:hidden;text-overflow:ellipsis}.emergency-contact-cell{max-width:160px;overflow-x:auto;white-space:nowrap;padding:.25rem .5rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;font-size:.8rem}.admin-table th{background-color:#f9fafb;font-weight:600;font-size:.8rem;text-transform:uppercase;color:#666}.admin-table th.sortable{cursor:pointer;-webkit-user-select:none;user-select:none}.sort-indicator{margin-left:.5rem;color:#ccc}.sort-indicator.active{color:#e879c7}.admin-table-empty{text-align:center;color:#999;padding:2rem!important}.user-name-cell{display:flex;align-items:center;gap:.75rem}.user-avatar{width:32px;height:32px;border-radius:50%;background-color:#e879c7;color:#fff;display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:600}.badge{display:inline-block;padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:500;text-transform:capitalize}.badge-user{background-color:#e0e7ff;color:#4338ca}.badge-admin{background-color:#fce7f3;color:#be185d}.badge-active{background-color:#d1fae5;color:#065f46}.badge-inactive{background-color:#fee2e2;color:#991b1b}.action-buttons{display:flex;gap:.5rem}.admin-btn-icon{background:none;border:none;cursor:pointer;padding:.5rem;border-radius:5px;transition:background .2s;min-height:44px;min-width:44px;display:flex;align-items:center;justify-content:center}.admin-btn-icon:active{background-color:#f0f0f0}.admin-btn-icon.danger:active{background-color:#fee2e2}.admin-btn-icon:disabled{opacity:.5;cursor:not-allowed}.admin-filters{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.admin-search{flex:1;min-width:0}.admin-search-input{width:100%;padding:.75rem 1rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;outline:none;transition:border-color .2s}.admin-search-input:focus{border-color:#e879c7}.admin-filter-group{display:flex;gap:.75rem;width:100%}.admin-select{padding:.75rem 1rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;outline:none;cursor:pointer;background:#fff;flex:1}.admin-select:focus{border-color:#e879c7}.admin-pagination{display:flex;justify-content:space-between;align-items:center;margin-top:1.5rem;padding-top:1rem;border-top:1px solid #e0e0e0;flex-wrap:wrap;gap:.5rem}.pagination-info{color:#666;font-size:.85rem}.pagination-buttons{display:flex;align-items:center;gap:.5rem}.pagination-current{padding:0 1rem;font-size:.85rem;color:#333}.admin-btn{padding:.5rem 1rem;border-radius:8px;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s;border:none;min-height:44px}.admin-btn-primary{background-color:#e879c7;color:#fff}.admin-btn-primary:active:not(:disabled){background-color:#d95196}.admin-btn-secondary{background-color:#f5f5f5;color:#333;border:1px solid #e0e0e0}.admin-btn-secondary:active{background-color:#e0e0e0}.admin-btn-danger{background-color:#dc2626;color:#fff}.admin-btn-danger:active:not(:disabled){background-color:#b91c1c}.admin-btn:disabled{opacity:.5;cursor:not-allowed}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:flex-end;justify-content:center;z-index:1000;padding:0}.modal-content{background:#fff;border-radius:16px 16px 0 0;width:100%;max-height:90vh;overflow-y:auto}.modal-small{max-width:400px}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1rem;border-bottom:1px solid #e0e0e0}.modal-header h2{margin:0;font-size:1.15rem}.modal-close{background:none;border:none;font-size:1.5rem;color:#999;cursor:pointer;padding:0;line-height:1;min-height:44px;min-width:44px;display:flex;align-items:center;justify-content:center}.modal-close:active{color:#333}.modal-body{padding:1rem}.modal-body p{margin:0 0 .5rem}.text-muted{color:#666;font-size:.9rem}.modal-form{padding:1rem}.modal-error{background-color:#fee2e2;color:#dc2626;padding:.75rem 1rem;border-radius:8px;margin-bottom:1rem;font-size:.9rem}.form-row{display:grid;grid-template-columns:1fr;gap:0}.form-field{margin-bottom:1rem}.form-field label{display:block;margin-bottom:.5rem;font-weight:500;font-size:.9rem;color:#333}.form-field input,.form-field select{width:100%;padding:.75rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;outline:none}.form-field input:focus,.form-field select:focus{border-color:#e879c7}.form-field input.disabled{background-color:#f5f5f5;cursor:not-allowed}.form-hint{font-size:.75rem;color:#999;margin-top:.25rem}.form-checkbox{display:flex;align-items:center;gap:.75rem;margin:1rem 0;min-height:44px}.form-checkbox input[type=checkbox]{width:22px;height:22px;accent-color:#e879c7}.form-checkbox label{font-size:.9rem;color:#333}.modal-actions{display:flex;gap:1rem;justify-content:flex-end;padding:1rem;border-top:1px solid #e0e0e0}.channel-name-cell{display:flex;align-items:flex-start;gap:.5rem}.channel-icon{font-size:1rem;opacity:.7}.channel-name-cell strong{display:block}.channel-description{display:block;font-size:.8rem;color:#666;max-width:250px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.channel-slug{font-size:.8rem;background:#f0f0f0;padding:.25rem .5rem;border-radius:4px;color:#666}.badge-public{background-color:#dbeafe;color:#1d4ed8}.badge-private{background-color:#fef3c7;color:#92400e}.badge-archived{background-color:#f3f4f6;color:#6b7280}@media (min-width: 480px){.admin-stats-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 768px){.admin-content{padding:2rem}.admin-header{padding:1rem 2rem}.admin-page{max-width:1400px}.admin-page-header{flex-direction:row;justify-content:space-between;align-items:flex-start;margin-bottom:2rem}.admin-page-header h1{font-size:1.5rem}.admin-page-header p{font-size:.9rem}.admin-filters{flex-direction:row}.admin-search{min-width:250px}.admin-filter-group{width:auto}.admin-select{flex:none}.admin-stats-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}.admin-stat-card{padding:1.5rem;gap:1rem}.admin-stat-icon{font-size:2rem}.admin-stat-value{font-size:1.75rem}.admin-stat-label{font-size:.85rem}.admin-section{padding:1.5rem;margin-bottom:1.5rem}.admin-section h2{font-size:1.1rem;margin-bottom:1rem}.admin-action-card{flex-direction:column;padding:1.5rem 2rem}.admin-action-icon{font-size:1.5rem;margin-bottom:.5rem}.admin-action-label{font-size:.85rem}.admin-table{min-width:0;font-size:inherit}.admin-table th,.admin-table td{padding:.875rem 1rem}.admin-table-container{margin:0;padding:0}.admin-btn{padding:.75rem 1.5rem;font-size:.9rem}.form-row{grid-template-columns:1fr 1fr;gap:1rem}.modal-overlay{align-items:center;padding:1rem}.modal-content{max-width:500px;border-radius:16px}.modal-content-wide{max-width:650px}.modal-header,.modal-body,.modal-actions{padding:1.5rem}.modal-header h2{font-size:1.25rem}.admin-breadcrumbs a:hover,.admin-back-link:hover{color:#e879c7}.admin-nav-item:hover{background-color:#ffffff0d;color:#fff}.admin-logout-btn:hover{background-color:#ffffff1a;color:#fff}.admin-btn-icon:hover{background-color:#f0f0f0}.admin-btn-icon.danger:hover{background-color:#fee2e2}.admin-btn-primary:hover:not(:disabled){background-color:#d95196}.admin-btn-secondary:hover{background-color:#e0e0e0}.admin-btn-danger:hover:not(:disabled){background-color:#b91c1c}.admin-view-all:hover{text-decoration:underline}.admin-action-card:hover{background:#f0f0f0;transform:translateY(-2px)}.admin-table tbody tr:hover,.admin-table tbody tr:hover .sticky-col{background-color:#fafafa}.admin-table th.sortable:hover{background-color:#f0f0f0}.modal-close:hover{color:#333}.admin-sidebar-close:hover{color:#fff}}@media (min-width: 1024px){.admin-hamburger{display:none}.admin-overlay{display:none!important}.admin-sidebar{position:fixed;left:0;width:70px;transition:none}.admin-sidebar-header h2,.admin-nav-label,.admin-user-details,.admin-logout-btn,.admin-sidebar-close{display:none}.admin-nav-item{justify-content:center;padding:1rem}.admin-user-info{justify-content:center;margin-bottom:0}.admin-main{margin-left:70px}.admin-page-header h1{font-size:1.75rem}}@media (min-width: 1280px){.admin-sidebar{width:250px}.admin-sidebar-header h2,.admin-nav-label,.admin-user-details,.admin-logout-btn{display:block}.admin-nav-item{justify-content:flex-start;padding:.875rem 1.5rem}.admin-user-info{justify-content:flex-start;margin-bottom:1rem}.admin-main{margin-left:250px}}.view-user-grid{display:grid;grid-template-columns:1fr;gap:.75rem;padding:1.25rem;max-height:70vh;overflow-y:auto}.view-user-field{display:flex;flex-direction:column;gap:.2rem;padding:.5rem 0;border-bottom:1px solid #f0f0f0}.view-user-label{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#9ca3af}.view-user-value{font-size:.95rem;color:#1f2937}.user-name-link{color:#d95196;text-decoration:underline;text-underline-offset:2px}.user-name-link:hover{opacity:.8}@media (min-width: 640px){.view-user-grid{grid-template-columns:1fr 1fr;gap:.5rem 1.5rem}}.about-page{width:100%;font-family:Libre Franklin,Franklin Gothic Medium,Arial Narrow,Arial,sans-serif}.about-hero{position:relative;width:100%;height:50vh;min-height:320px;overflow:hidden}.about-hero-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.about-container{max-width:1100px;margin:0 auto;padding:0 1rem}.about-mission{padding:3rem 0;background:#fff}.about-mission-grid{display:grid;grid-template-columns:1fr;gap:2rem}.about-mission-card{background:#f9fafb;border-radius:20px;padding:1.5rem;border:1px solid #e0e0e0;text-align:center;max-width:700px;margin:0 auto}.about-mission-card h2{font-family:Libre Franklin,Franklin Gothic Medium,Arial Narrow,Arial,sans-serif;font-size:1.6rem;font-weight:700;color:#d95196;margin:0 0 1rem}.about-mission-card p{font-size:1.05rem;line-height:1.7;color:#666;margin:0}.about-story{padding:3rem 0;background:linear-gradient(135deg,#e879c7,#d95196)}.about-story .about-section-title{color:#fff}.about-story-content{max-width:750px;margin:0 auto}.about-story-content p{color:#fffffff2;font-size:1.1rem;line-height:1.8;margin-bottom:1rem;padding:0rem 2rem}.about-story-content p:last-child{margin-bottom:0}.about-story-signoff{margin-top:2rem;font-style:italic;font-weight:600}.about-team{padding:3rem 0;background:#fff}.about-section-title{font-family:Libre Franklin,Franklin Gothic Medium,Arial Narrow,Arial,sans-serif;font-size:2rem;font-weight:700;color:#333;text-align:center;margin:0 0 2rem}.about-team-grid{display:grid;grid-template-columns:1fr;gap:2rem}.about-team-card{text-align:center;text-decoration:none;color:inherit;display:block;min-height:44px}.about-team-photo{width:150px;height:150px;margin:0 auto 1.2rem;border-radius:50%;overflow:hidden;border:3px solid #e879c7}.about-team-photo img{width:100%;height:100%;object-fit:cover;object-position:center}.about-team-photo-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#f5f5f5,#e0e0e0)}.about-team-name{font-size:1.4rem;font-weight:700;color:#333;margin:0 0 .3rem}.about-team-title{font-size:1.1rem;color:#d95196;font-weight:500;margin:0}@media (min-width: 768px){.about-container{padding:0 2rem}.about-mission{padding:5rem 0}.about-mission-grid{grid-template-columns:1fr;gap:3rem}.about-mission-card{padding:2.5rem}.about-story,.about-team{padding:5rem 0}.about-section-title{margin:0 0 3rem}.about-team-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem}.about-team-card{transition:transform .3s ease}.about-team-card:hover{transform:translateY(-5px)}.about-team-photo{width:180px;height:180px}}@media (min-width: 1024px){.about-mission .about-container{max-width:1400px}.about-mission-card{max-width:none}.about-team-grid{grid-template-columns:repeat(3,1fr)}}.events-page{min-height:100vh;background-color:#f5e6d3;background-image:url(../assets/Collage.JPG);background-size:cover;background-position:center;background-attachment:fixed;padding-top:100px;padding-bottom:2rem;position:relative}.events-page:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:0;pointer-events:none}.events-page>*{position:relative;z-index:1}.events-header{padding:1.5rem 1rem;max-width:1400px;margin:0 auto}.events-header-content{display:flex;flex-direction:column;align-items:center;gap:1rem}.events-header-text{text-align:center;flex:1}.events-title{font-size:clamp(2rem,8vw,4rem);font-weight:900;color:#fff;margin:0 0 .5rem;text-transform:uppercase;letter-spacing:-1px;text-shadow:0 2px 8px rgba(0,0,0,.3)}.events-subtitle{font-size:1rem;color:#ffffffe6;margin:0;text-shadow:0 1px 4px rgba(0,0,0,.3)}.events-notice{max-width:1400px;margin:0 auto 1rem;padding:.75rem 1rem;background-color:#fff3cd;border-left:4px solid #ffc107;border-radius:0 8px 8px 0;color:#856404;font-size:.9rem}.events-calendar-container{max-width:1400px;margin:0 auto;padding:0 .5rem}.events-add-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;background:#e879c7;color:#fff;border:none;border-radius:30px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap;width:100%}.events-add-btn:active{background:#d95196}.events-add-btn svg{width:20px;height:20px}.calendar{background:#fff;border-radius:16px;box-shadow:0 10px 40px #0000001a;overflow:hidden;position:relative}.calendar-header{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:1rem;background:linear-gradient(135deg,#e879c7,#d95196);color:#fff}.calendar-title{font-size:1.25rem;font-weight:700;margin:0;text-align:center;order:-1}.calendar-nav{display:flex;align-items:center;gap:.5rem}.calendar-nav-btn{width:44px;height:44px;border:2px solid rgba(255,255,255,.3);background:#ffffff1a;border-radius:10px;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.calendar-nav-btn:active{background:#ffffff4d}.calendar-nav-btn svg{width:20px;height:20px}.calendar-today-btn{padding:.5rem 1rem;border:2px solid rgba(255,255,255,.3);background:#ffffff1a;border-radius:20px;color:#fff;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease}.calendar-today-btn:active{background:#ffffff4d}.calendar-header-spacer{display:none}.calendar-loading{position:absolute;top:0;left:0;right:0;bottom:0;background:#fffc;display:flex;align-items:center;justify-content:center;z-index:10}.calendar-spinner{width:40px;height:40px;border:3px solid #e0e0e0;border-top-color:#e879c7;border-radius:50%;animation:spin 1s linear infinite}.calendar-weekdays{display:grid;grid-template-columns:repeat(7,1fr);background:#f9f9f9;border-bottom:1px solid #eee}.calendar-weekday{padding:.5rem;text-align:center;font-weight:600;color:#666;font-size:.7rem;text-transform:uppercase;letter-spacing:.5px}.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);grid-template-rows:repeat(6,minmax(56px,1fr))}.calendar-day{border-right:1px solid #eee;border-bottom:1px solid #eee;padding:.25rem;min-height:56px;background:#fff;transition:background-color .2s ease;overflow:hidden;min-width:0}.calendar-day:nth-child(7n){border-right:none}.calendar-day:nth-last-child(-n+7){border-bottom:none}.calendar-day.other-month{background:#fafafa}.calendar-day.other-month .calendar-day-number{color:#ccc}.calendar-day.today{background:#fdf2f8}.calendar-day.has-events:active{background:#f9f9f9}.calendar-day-header{display:flex;justify-content:flex-end;margin-bottom:.125rem}.calendar-day-number{width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:500;color:#333;border-radius:50%}.calendar-day-number.today{background:#e879c7;color:#fff;font-weight:700}.calendar-day-events{display:flex;flex-direction:column;gap:2px;overflow:hidden;min-width:0}.calendar-event{display:flex;align-items:center;justify-content:center;gap:.25rem;padding:.25rem;border-radius:4px;font-size:.65rem;cursor:pointer;border:none;text-align:left;width:100%;transition:all .2s ease;overflow:hidden;min-height:0}.calendar-event:before{content:"";width:8px;height:8px;border-radius:50%;background:currentColor;flex-shrink:0}.calendar-event-time,.calendar-event-title{display:none}.calendar-more-events{padding:.125rem;background:none;border:none;color:#e879c7;font-size:.65rem;font-weight:600;cursor:pointer;text-align:left}.calendar-event.swim{background:#e0f2fe;color:#0369a1}.calendar-event.run{background:#fef3c7;color:#b45309}.calendar-event.bike{background:#d1fae5;color:#047857}.calendar-event.race{background:#fce7f3;color:#be185d}.calendar-event.social{background:#ede9fe;color:#6d28d9}.calendar-event.other,.calendar-event.default{background:#f3f4f6;color:#374151}.events-legend{display:flex;justify-content:center;flex-wrap:wrap;gap:1rem;padding:1rem;max-width:1400px;margin:1rem auto 0}.legend-item{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:#666}.legend-dot{width:12px;height:12px;border-radius:50%}.legend-dot.swim{background:#0ea5e9}.legend-dot.run{background:#f59e0b}.legend-dot.bike{background:#10b981}.legend-dot.race{background:#ec4899}.legend-dot.social{background:#8b5cf6}.legend-dot.other{background:#6b7280}.event-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:flex-end;justify-content:center;padding:0;z-index:1000;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.event-modal{background:#fff;border-radius:20px 20px 0 0;width:100%;max-height:90vh;overflow-y:auto;position:relative;animation:slideUp .3s ease;box-shadow:0 -4px 20px #0003}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.event-modal-close{position:absolute;top:1rem;right:1rem;width:44px;height:44px;border:none;background:#fff3;border-radius:50%;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease;z-index:1}.event-modal-close:active{background:#fff6}.event-modal-close svg{width:20px;height:20px}.event-modal-header{padding:1.5rem;color:#fff}.event-modal-header.swim{background:linear-gradient(135deg,#0ea5e9,#0369a1)}.event-modal-header.run{background:linear-gradient(135deg,#f59e0b,#b45309)}.event-modal-header.bike{background:linear-gradient(135deg,#10b981,#047857)}.event-modal-header.race{background:linear-gradient(135deg,#ec4899,#be185d)}.event-modal-header.social{background:linear-gradient(135deg,#8b5cf6,#6d28d9)}.event-modal-header.other{background:linear-gradient(135deg,#6b7280,#4b5563)}.event-modal-header.default{background:linear-gradient(135deg,#e879c7,#d95196)}.event-modal-type{display:inline-block;padding:.25rem .75rem;background:#fff3;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.75rem}.event-modal-title{font-size:1.25rem;font-weight:700;margin:0;line-height:1.3}.event-modal-content{padding:1.5rem}.event-modal-detail{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem}.event-modal-icon{width:40px;height:40px;background:#f5f5f5;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.event-modal-icon svg{width:20px;height:20px;color:#666}.event-modal-detail-content{display:flex;flex-direction:column;gap:.125rem}.event-modal-detail-label{font-size:.75rem;color:#999;text-transform:uppercase;letter-spacing:.5px}.event-modal-detail-value{font-size:1rem;color:#333;font-weight:500}.event-modal-description{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #eee}.event-modal-description h3{font-size:.85rem;color:#999;text-transform:uppercase;letter-spacing:.5px;margin:0 0 .75rem}.event-modal-description p{font-size:1rem;color:#666;line-height:1.7;margin:0}.event-modal-actions{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem}.event-modal-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 1.5rem;border-radius:30px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;text-decoration:none;text-align:center}.event-modal-btn svg{width:18px;height:18px}.event-modal-btn.primary{background:#e879c7;color:#fff;border:none}.event-modal-btn.primary:active{background:#d95196}.event-modal-btn.secondary{background:#fff;color:#666;border:2px solid #e0e0e0}.event-modal-btn.secondary:active{border-color:#ccc;background:#f9f9f9}@media (min-width: 480px){.calendar-grid{grid-template-rows:repeat(6,minmax(72px,1fr))}.calendar-day{min-height:72px;padding:.35rem}.calendar-event:before{display:none}.calendar-event{justify-content:flex-start;padding:.125rem .25rem;font-size:.7rem}.calendar-event-title{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.calendar-more-events{font-size:.7rem;padding:.25rem}.events-add-btn{width:auto}.events-header-content{flex-direction:row}}@media (min-width: 768px){.events-page{padding-top:140px;padding-bottom:4rem}.events-header{padding:2rem 1.5rem}.events-subtitle{font-size:1.1rem}.events-calendar-container{padding:0 1rem}.calendar{border-radius:20px}.calendar-header{flex-direction:row;justify-content:space-between;padding:1.5rem 2rem}.calendar-title{font-size:1.5rem;order:0}.calendar-header-spacer{display:block;width:150px}.calendar-weekday{padding:1rem;font-size:.85rem}.calendar-grid{grid-template-rows:repeat(6,minmax(100px,1fr))}.calendar-day{min-height:100px;padding:.5rem}.calendar-day-number{width:28px;height:28px;font-size:.9rem}.calendar-event{padding:.25rem .5rem;font-size:.75rem}.calendar-event-time{display:inline;font-weight:600;white-space:nowrap;flex-shrink:0}.calendar-more-events{padding:.25rem .5rem;font-size:.75rem}.events-legend{gap:1.5rem;padding:1.5rem}.legend-item{font-size:.9rem}.event-modal-overlay{align-items:center;padding:1rem}.event-modal{max-width:500px;border-radius:20px;max-height:90vh;box-shadow:0 20px 60px #0000004d}.event-modal-header{padding:2rem}.event-modal-title{font-size:1.5rem}.event-modal-content{padding:1.5rem 2rem 2rem}.event-modal-detail{gap:1rem}.calendar-day.has-events:hover{background:#f9f9f9}.calendar-event:hover{transform:translate(2px);box-shadow:0 2px 4px #0000001a}.calendar-event.swim:hover{background:#bae6fd}.calendar-event.run:hover{background:#fde68a}.calendar-event.bike:hover{background:#a7f3d0}.calendar-event.race:hover{background:#fbcfe8}.calendar-event.social:hover{background:#ddd6fe}.calendar-event.other:hover,.calendar-event.default:hover{background:#e5e7eb}.calendar-more-events:hover{color:#d95196;text-decoration:underline}.calendar-nav-btn:hover,.calendar-today-btn:hover{background:#fff3;border-color:#ffffff80}.event-modal-close:hover{background:#ffffff4d}.event-modal-btn.primary:hover{background:#d95196;transform:translateY(-2px);box-shadow:0 4px 12px #e879c766}.event-modal-btn.secondary:hover{border-color:#ccc;background:#f9f9f9}.events-add-btn:hover{background:#d95196;transform:translateY(-2px);box-shadow:0 4px 12px #e879c766}}@media (min-width: 1024px){.calendar-grid{grid-template-rows:repeat(6,minmax(120px,1fr))}.calendar-day{min-height:120px}}.event-form-modal{background:#fff;border-radius:0;width:100%;max-height:100vh;overflow-y:auto;position:relative;animation:slideUp .3s ease;box-shadow:0 20px 60px #0000004d}.event-form-modal .event-modal-close{background:#f5f5f5;color:#666}.event-form-header{padding:1.25rem 1.5rem;border-bottom:1px solid #eee}.event-form-header h2{margin:0;font-size:1.25rem;color:#333}.event-form{padding:1.25rem 1.5rem 1.5rem}.event-form-field{margin-bottom:1.25rem}.event-form-field label{display:block;font-size:.875rem;font-weight:600;color:#333;margin-bottom:.5rem}.event-form-field input[type=text],.event-form-field input[type=date],.event-form-field input[type=time],.event-form-field input[type=number],.event-form-field textarea{width:100%;padding:.875rem 1rem;border:2px solid #e0e0e0;border-radius:10px;font-size:16px;font-family:inherit;transition:border-color .2s ease;outline:none}.event-form-field input:focus,.event-form-field textarea:focus{border-color:#e879c7}.event-form-field input.error,.event-form-field textarea.error{border-color:#dc2626}.event-form-field textarea{resize:vertical;min-height:100px}.event-form-field .field-error{display:block;color:#dc2626;font-size:.8rem;margin-top:.25rem}.event-form-field .field-hint{display:block;color:#999;font-size:.75rem;margin-top:.25rem}.event-form-row{display:grid;grid-template-columns:1fr;gap:0}.event-type-options{display:flex;flex-wrap:wrap;gap:.5rem}.event-type-option{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border:2px solid #e0e0e0;border-radius:20px;cursor:pointer;transition:all .2s ease;font-size:.875rem;min-height:44px}.event-type-option.selected{border-color:var(--type-color);background:#00000005}.event-type-option input{display:none}.event-type-dot{width:12px;height:12px;border-radius:50%;background:var(--type-color)}.checkbox-label{display:flex!important;align-items:center;gap:.75rem;cursor:pointer;font-weight:500!important;min-height:44px}.checkbox-label input[type=checkbox]{width:22px;height:22px;accent-color:#e879c7;cursor:pointer}.event-form-actions{display:flex;flex-direction:column-reverse;gap:1rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #eee}.event-form-actions-right{display:flex;flex-direction:column-reverse;gap:.75rem;width:100%}.event-form-btn{padding:.875rem 1.5rem;border-radius:30px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;width:100%;min-height:44px}.event-form-btn.primary{background:#e879c7;color:#fff;border:none}.event-form-btn.primary:disabled{opacity:.6;cursor:not-allowed}.event-form-btn.secondary{background:#fff;color:#666;border:2px solid #e0e0e0}.event-form-apply-all{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:#666;cursor:pointer;margin-top:1rem;padding:.75rem 1rem;background:#f9fafb;border-radius:8px;border:1px solid #e0e0e0}.event-form-apply-all input[type=checkbox]{width:18px;height:18px;accent-color:#e879c7}.event-form-btn.delete{background:#fff;color:#dc2626;border:2px solid #dc2626;margin-top:.5rem}.event-form-section{margin-bottom:1.25rem;padding:1rem;background:#f9f9f9;border-radius:10px}.event-form-section-header{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:#333;margin-bottom:.75rem}.event-form-section-header svg{width:18px;height:18px;flex-shrink:0}.event-form-select{width:100%;padding:.875rem 1rem;border:2px solid #e0e0e0;border-radius:10px;font-size:16px;font-family:inherit;background:#fff;cursor:pointer;transition:border-color .2s ease;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center}.event-form-select:focus{border-color:#e879c7}.recurrence-options{margin-top:1rem;padding-top:1rem;border-top:1px solid #e0e0e0;display:flex;flex-direction:column;gap:1rem}.recurrence-interval{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.interval-label{font-size:.875rem;color:#666;white-space:nowrap}.recurrence-interval-input{display:flex;align-items:center;gap:.5rem}.recurrence-interval-input input{width:60px;padding:.5rem .75rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;font-family:inherit;text-align:center;outline:none;transition:border-color .2s ease}.recurrence-interval-input input:focus{border-color:#e879c7}.day-selector{display:flex;flex-wrap:wrap;gap:.5rem}.day-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:2px solid #e0e0e0;border-radius:50%;background:#fff;color:#666;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .2s ease}.day-btn.selected{background:#e879c7;border-color:#e879c7;color:#fff}.recurrence-end-date{display:flex;flex-direction:column;gap:.5rem}.recurrence-end-date label{font-size:.875rem;color:#666}.recurrence-end-date input[type=date]{padding:.5rem .75rem;border:2px solid #e0e0e0;border-radius:8px;font-size:16px;font-family:inherit;outline:none;transition:border-color .2s ease}.recurrence-end-date input[type=date]:focus{border-color:#e879c7}.recurrence-summary{margin-top:.75rem;padding:.75rem 1rem;background:#fdf2f8;border-radius:8px;font-size:.875rem;color:#be185d;font-weight:500}.visibility-options{display:flex;flex-direction:column;gap:.5rem}.visibility-option{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border:2px solid #e0e0e0;border-radius:10px;cursor:pointer;transition:all .2s ease;min-height:44px}.visibility-option.selected{border-color:#e879c7;background:#fdf2f8}.visibility-option input{display:none}.visibility-option-content{display:flex;flex-direction:column;gap:.125rem}.visibility-option-label{font-weight:600;color:#333;font-size:.9rem}.visibility-option-desc{font-size:.75rem;color:#666}.rsvp-section{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #eee}.rsvp-summary{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1rem}.rsvp-count{font-size:.875rem;font-weight:500;color:#666}.rsvp-count.going{color:#10b981}.rsvp-count.maybe{color:#f59e0b}.rsvp-capacity{font-size:.875rem;font-weight:600;color:#e879c7}.rsvp-capacity.full{color:#ef4444}.rsvp-buttons{display:flex;flex-direction:column;gap:.75rem}.rsvp-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1rem;border-radius:30px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease;border:2px solid;width:100%;min-height:44px}.rsvp-btn svg{width:16px;height:16px}.rsvp-btn:disabled{opacity:.5;cursor:not-allowed}.rsvp-btn-yes{background:#fff;border-color:#10b981;color:#10b981}.rsvp-btn-yes.selected{background:#10b981;color:#fff}.rsvp-btn-maybe{background:#fff;border-color:#f59e0b;color:#f59e0b}.rsvp-btn-maybe.selected{background:#f59e0b;color:#fff}.rsvp-btn-no{background:#fff;border-color:#ef4444;color:#ef4444}.rsvp-btn-no.selected{background:#ef4444;color:#fff}.rsvp-past-event{text-align:center;color:#999;font-style:italic;padding:.5rem;margin-bottom:.5rem}.rsvp-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:flex-end;justify-content:center;padding:0;z-index:1100;animation:fadeIn .2s ease}.rsvp-modal{background:#fff;border-radius:20px 20px 0 0;width:100%;max-height:80vh;overflow-y:auto;position:relative;animation:slideUp .3s ease;box-shadow:0 20px 60px #0000004d}.rsvp-modal-close{position:absolute;top:1rem;right:1rem;width:44px;height:44px;border:none;background:#f5f5f5;border-radius:50%;color:#666;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease;z-index:1}.rsvp-modal-close svg{width:18px;height:18px}.rsvp-modal-header{padding:1.25rem 1.5rem;border-bottom:3px solid}.rsvp-modal-header h2{margin:0 0 .25rem;font-size:1.25rem;color:#333}.rsvp-modal-event{margin:0 0 .75rem;font-size:.9rem;color:#666}.rsvp-modal-status{display:inline-block;padding:.375rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600;color:#fff}.rsvp-modal-form{padding:1.25rem 1.5rem}.rsvp-modal-error{background:#fef2f2;color:#dc2626;padding:.75rem 1rem;border-radius:8px;font-size:.875rem;margin-bottom:1rem}.rsvp-modal-field{margin-bottom:1.25rem}.rsvp-modal-field label{display:block;font-size:.875rem;font-weight:600;color:#333;margin-bottom:.5rem}.rsvp-modal-field textarea{width:100%;padding:.75rem 1rem;border:2px solid #e0e0e0;border-radius:10px;font-size:16px;font-family:inherit;resize:vertical;min-height:80px;outline:none;transition:border-color .2s ease}.rsvp-modal-field textarea:focus{border-color:#e879c7}.guest-count-selector{display:flex;align-items:center;gap:1rem;background:#f5f5f5;border-radius:30px;padding:.5rem;width:fit-content}.guest-count-selector button{width:44px;height:44px;border:none;background:#fff;border-radius:50%;font-size:1.25rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;color:#333}.guest-count-selector button:disabled{opacity:.3;cursor:not-allowed}.guest-count-selector span{font-size:1.25rem;font-weight:700;min-width:40px;text-align:center}.rsvp-modal-actions{display:flex;flex-direction:column-reverse;gap:1rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #eee}.rsvp-modal-actions-right{display:flex;flex-direction:column-reverse;gap:.75rem;width:100%}.rsvp-modal-btn{padding:.75rem 1.25rem;border-radius:30px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease;width:100%;min-height:44px}.rsvp-modal-btn.primary{color:#fff;border:none}.rsvp-modal-btn.primary:disabled{opacity:.6;cursor:not-allowed}.rsvp-modal-btn.secondary{background:#fff;color:#666;border:2px solid #e0e0e0}.rsvp-modal-btn.cancel{background:#fff;color:#dc2626;border:2px solid #dc2626}@media (min-width: 768px){.event-form-modal{max-width:550px;border-radius:20px;max-height:90vh}.event-form-header{padding:1.5rem 2rem}.event-form-header h2{font-size:1.5rem}.event-form{padding:1.5rem 2rem 2rem}.event-form-row{grid-template-columns:1fr 1fr;gap:1rem}.event-form-actions{flex-direction:row;justify-content:space-between;align-items:center}.event-form-actions-right{flex-direction:row;width:auto}.event-form-btn{width:auto}.event-form-btn.delete{margin-top:0}.event-form-modal .event-modal-close:hover{background:#e5e5e5}.event-type-option:hover{border-color:var(--type-color);background:#00000005}.event-form-btn.primary:hover:not(:disabled){background:#d95196;transform:translateY(-2px);box-shadow:0 4px 12px #e879c766}.event-form-btn.secondary:hover:not(:disabled){border-color:#ccc;background:#f9f9f9}.event-form-btn.delete:hover:not(:disabled){background:#dc2626;color:#fff}.day-btn:hover{border-color:#e879c7;color:#e879c7}.visibility-option:hover{border-color:#e879c7;background:#e879c70d}.rsvp-buttons{flex-direction:row}.rsvp-btn{width:auto}.rsvp-btn-yes:hover:not(:disabled){background:#10b981;color:#fff}.rsvp-btn-maybe:hover:not(:disabled){background:#f59e0b;color:#fff}.rsvp-btn-no:hover:not(:disabled){background:#ef4444;color:#fff}.rsvp-modal-overlay{align-items:center;padding:1rem}.rsvp-modal{max-width:400px;border-radius:20px;max-height:90vh}.rsvp-modal-header,.rsvp-modal-form{padding:1.5rem 2rem}.rsvp-modal-actions{flex-direction:row;justify-content:space-between;align-items:center}.rsvp-modal-actions-right{flex-direction:row;width:auto}.rsvp-modal-btn{width:auto}.rsvp-modal-close:hover{background:#e5e5e5}.rsvp-modal-btn.primary:hover:not(:disabled){filter:brightness(.9);transform:translateY(-1px)}.rsvp-modal-btn.secondary:hover:not(:disabled){border-color:#ccc;background:#f9f9f9}.rsvp-modal-btn.cancel:hover:not(:disabled){background:#dc2626;color:#fff}.guest-count-selector button:hover:not(:disabled){background:#e879c7;color:#fff}}.safety-page{min-height:100vh;background-color:#fce4ec;padding-top:100px;padding-bottom:3rem}.safety-header{text-align:center;padding:1.5rem 1rem 2rem;max-width:800px;margin:0 auto}.safety-title{font-size:2.5rem;font-weight:900;color:#e879c7;margin:0 0 .5rem;text-transform:uppercase;letter-spacing:-1px}.safety-subtitle{font-size:1.1rem;color:#666;margin:0}.safety-content{max-width:900px;margin:0 auto;padding:0 1rem}.safety-section{background:#fff;border-radius:16px;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 4px 20px #00000014}.safety-section.alert{border-left:5px solid #e879c7}.safety-section h2{font-size:1.25rem;font-weight:700;color:#333;margin:0 0 1.25rem;padding-bottom:.75rem;border-bottom:2px solid #f0f0f0}.requirements-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.requirement-item{display:flex;flex-direction:column;gap:.5rem}.requirement-number{width:44px;height:44px;background:#e879c7;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;flex-shrink:0}.requirement-item p{margin:0;font-size:1.05rem;color:#333;padding-top:.25rem}.warning-box{background:#fff3cd;border:1px solid #ffc107;border-radius:12px;padding:1rem 1.25rem}.warning-box p{margin:0;color:#856404;font-size:.95rem}.warning-box p+p{margin-top:.5rem}.safety-card{background:#f9f9f9;border-radius:12px;padding:1.25rem 1.5rem;margin-bottom:1rem}.safety-card:last-child{margin-bottom:0}.safety-card.highlight{background:#fdf2f8;border:1px solid #f9a8d4}.safety-card h3{font-size:1.1rem;font-weight:700;color:#333;margin:0 0 .5rem}.safety-card p{margin:0 0 .5rem;color:#555;line-height:1.6}.safety-card p:last-child{margin-bottom:0}.safety-card p.note{font-style:italic;color:#666;font-size:.9rem}.safety-card ul{margin:.5rem 0 0;padding-left:1.25rem;color:#555}.safety-card li{margin-bottom:.5rem;line-height:1.5}.safety-card li:last-child{margin-bottom:0}.highlight-box{background:#dc2626;color:#fff;padding:1rem 1.25rem;border-radius:8px;margin-top:1rem;text-align:center}.highlight-box strong{font-size:.95rem}.buddy-steps{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.buddy-step{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem;background:#f9f9f9;border-radius:12px;padding:1.25rem}.step-icon{width:48px;height:48px;background:linear-gradient(135deg,#e879c7,#d95196);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.step-icon svg{width:24px;height:24px;color:#fff}.step-content h4{font-size:1rem;font-weight:700;color:#333;margin:0 0 .25rem}.step-content p{margin:0;color:#666;font-size:.95rem;line-height:1.5}.critical-box{background:linear-gradient(135deg,#e879c7,#d95196);color:#fff;padding:1.5rem;border-radius:12px;text-align:center}.critical-box p{margin:0;font-size:1rem;line-height:1.6}.critical-box p+p{margin-top:.75rem}.critical-box p:last-child{font-weight:400;opacity:.9}.questions-text{text-align:center;color:#666;font-size:1.05rem;line-height:1.6;margin:0}@media (min-width: 768px){.safety-page{padding-top:140px;padding-bottom:4rem}.safety-header{padding:2rem 1.5rem 3rem}.safety-title{font-size:clamp(2.5rem,8vw,4rem)}.safety-subtitle{font-size:1.2rem}.safety-content{padding:0 1.5rem}.safety-section{padding:2rem;border-radius:20px}.safety-section h2{font-size:1.5rem;margin:0 0 1.5rem}.requirement-item{flex-direction:row;align-items:flex-start;gap:1rem}.requirement-number{width:36px;height:36px}.buddy-step{flex-direction:row;align-items:flex-start;text-align:left}.step-icon{margin:0}}.swim-page{position:relative;width:100%;font-family:Libre Franklin,Franklin Gothic Medium,Arial Narrow,Arial,sans-serif}.swim-hero{position:relative;width:100%;height:70vh;overflow:hidden}.swim-hero-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.swim-intro-section{width:100%;background:linear-gradient(135deg,#e879c7,#d95196);padding:clamp(1.5rem,4vw,3rem) clamp(1.5rem,5vw,4rem)}.swim-intro-content{max-width:800px;margin:0 auto;text-align:center}.swim-intro-content p{color:#fff;font-size:clamp(1.3rem,3.5vw,1.8rem);line-height:1.8;margin-bottom:1.5rem}.swim-intro-buttons{display:flex;flex-direction:column;gap:1rem;justify-content:center}.swim-button{border:none;border-radius:30px;padding:1rem 2rem;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px;width:100%;min-height:50px}.swim-button.primary{background-color:#f4d03f;color:#333}.swim-button.secondary{background-color:transparent;color:#fff;border:2px solid white}.swim-page .hero-overlay{align-items:flex-start;padding-top:40%}.swim-page .hero-subtitle{color:#ff66b9;font-size:1.5rem;font-weight:600}.swim-page .hero-title{color:#fff;font-size:2.5rem}@media (min-width: 768px){.swim-hero{height:85vh}.swim-page .hero-overlay{padding-top:15%}.swim-page .hero-subtitle{font-size:clamp(1.5rem,4vw,2rem)}.swim-page .hero-title{font-size:clamp(3rem,7vw,4.5rem)}.swim-intro-buttons{flex-direction:row}.swim-button{width:auto;min-height:unset}.swim-button.primary:hover{background-color:#e6c13d;transform:translateY(-2px);box-shadow:0 4px 12px #f4d03f66}.swim-button.secondary:hover{background-color:#fff;color:#e879c7;transform:translateY(-2px);box-shadow:0 4px 12px #fff6}}.track-tuesday-page{position:relative;width:100%}.track-tuesday-info-section{width:100%;background:linear-gradient(135deg,#e879c7,#d95196);padding:clamp(1.5rem,4vw,3rem) clamp(1.5rem,5vw,4rem)}.track-tuesday-info-content{max-width:800px;margin:0 auto;text-align:center}.track-tuesday-info-content p{color:#fff;font-size:clamp(1.3rem,3.5vw,1.8rem);line-height:1.8;margin-bottom:1.5rem}.track-hero-subtitle{font-size:2rem;color:#fff;opacity:.5}.track-hero-title{font-size:3.5rem;color:#fff;opacity:.8}.five-ws-section{width:100%;background:#fce4ec;padding:clamp(3rem,8vw,6rem) clamp(1.5rem,5vw,4rem)}.five-ws-title{text-align:center;color:#e879c7;font-size:clamp(2.5rem,6vw,4rem);font-weight:900;text-transform:uppercase;margin-bottom:clamp(2rem,5vw,3rem);letter-spacing:-1px}.five-ws-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:1.5rem}.five-ws-item{background:#fff;border-radius:15px;padding:1.5rem;text-align:center;box-shadow:0 4px 12px #0000001a;transition:transform .3s ease}.five-ws-item h3{color:#e879c7;font-size:1.5rem;font-weight:700;text-transform:uppercase;margin-bottom:1rem;letter-spacing:1px}.five-ws-item p{color:#666;font-size:1rem;line-height:1.6}@media (min-width: 480px){.five-ws-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 768px){.track-hero-subtitle{font-size:6rem}.track-hero-title{font-size:10rem}.five-ws-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.five-ws-item{padding:2rem}.five-ws-item:hover{transform:translateY(-5px)}}.run-page{position:relative;width:100%;font-family:Libre Franklin,Franklin Gothic Medium,Arial Narrow,Arial,sans-serif}.run-intro-buttons{display:flex;flex-direction:column;gap:1rem;justify-content:center;margin-top:1rem}.run-button{border:none;border-radius:30px;padding:1rem 2rem;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px;width:100%;min-height:50px}.run-button.secondary{background-color:transparent;color:#fff;border:2px solid white}.run-page .hero-overlay{align-items:flex-start;padding-top:40%}.run-page .hero-subtitle{color:#ff66b9;font-size:1.5rem;font-weight:600}.run-page .hero-title{color:#fff;font-size:2.5rem}@media (min-width: 768px){.run-intro-buttons{flex-direction:row}.run-page .hero-overlay{padding-top:15%}.run-page .hero-subtitle{font-size:clamp(1.5rem,4vw,2rem)}.run-page .hero-title{font-size:clamp(3rem,7vw,4.5rem)}.run-button{width:auto;min-height:unset}.run-button.secondary:hover{background-color:#fff;color:#e879c7;transform:translateY(-2px);box-shadow:0 4px 12px #fff6}}.bike-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#1a1a1a}.bike-coming-soon{text-align:center;padding:2rem}.bike-title{font-size:4rem;font-weight:700;color:#ff66b9;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em}.bike-subtitle{font-size:1.25rem;color:#ffffffb3;font-weight:400}@media (max-width: 768px){.bike-title{font-size:2.5rem}.bike-subtitle{font-size:1rem}}.team-page{width:100%;font-family:Libre Franklin,Franklin Gothic Medium,Arial Narrow,Arial,sans-serif}.team-hero{position:relative;width:100%;height:45vh;min-height:300px;overflow:hidden}.team-hero-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.team-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:center;justify-content:center}.team-hero-content{text-align:center;color:#fff;padding:1.5rem 1rem}.team-hero-title{font-size:clamp(2rem,5vw,3.5rem);font-weight:700;letter-spacing:2px;text-transform:uppercase}.team-discounts-section{padding:clamp(3rem,8vw,6rem) 0;background:#fff}.team-container{max-width:1000px;margin:0 auto;padding:0 1rem}.team-intro{text-align:center;font-size:1.05rem;line-height:1.8;color:#555;max-width:700px;margin:0 auto 2rem}.team-table-container{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:12px;box-shadow:0 2px 12px #0000000f}.team-table{width:100%;border-collapse:collapse;min-width:500px;font-size:.9rem}.team-table thead{background:#1a1a2e}.team-table th{padding:.875rem 1rem;text-align:left;color:#fff;font-weight:600;font-size:.8rem;text-transform:uppercase;letter-spacing:.05em}.team-table td{padding:.875rem 1rem;border-bottom:1px solid #e0e0e0;color:#333}.team-table tbody tr:last-child td{border-bottom:none}.team-table tbody tr:hover{background-color:#fce7f3}.team-table td code{background:#d951961f;color:#d95196;padding:.2rem .5rem;border-radius:4px;font-size:.85rem;font-weight:600;white-space:nowrap}@media (min-width: 768px){.team-hero{height:60vh;min-height:350px}.team-hero-content{padding:2rem}.team-container{padding:0 2rem}.team-intro{font-size:1.15rem;margin:0 auto 3rem}.team-table{font-size:.95rem;min-width:0}.team-table th,.team-table td{padding:1rem 1.25rem}}.auth-container{min-height:calc(100vh - 200px);display:flex;align-items:flex-start;justify-content:center;padding:1rem;padding-top:100px;background-color:#fce4ec;font-family:Libre Franklin,Franklin Gothic Medium,Arial Narrow,Arial,sans-serif}.auth-card{background:#fff;border-radius:20px;padding:1.5rem;width:100%;max-width:550px;box-shadow:0 10px 40px #0000001a;position:relative;z-index:10}.auth-title{font-size:2rem;color:#333;margin:0 0 .5rem;text-align:center}.auth-subtitle{color:#666;text-align:center;margin:0 0 1.5rem;font-size:1rem}.auth-form{display:flex;flex-direction:column;gap:1.25rem}.auth-row{display:grid;grid-template-columns:1fr;gap:1rem}.dob-selects{display:grid;grid-template-columns:1.5fr 1fr 1.5fr;gap:.5rem}.dob-selects select{min-width:0;padding-left:.5rem;padding-right:.5rem}.auth-field{display:flex;flex-direction:column;gap:.5rem}.auth-field label{font-size:.875rem;font-weight:600;color:#333}.auth-input{padding:.875rem 1rem;border:2px solid #e0e0e0;border-radius:10px;font-size:16px;transition:border-color .3s ease,box-shadow .3s ease;outline:none}.auth-input:focus{border-color:#e879c7;box-shadow:0 0 0 3px #e879c71a}.auth-input::placeholder{color:#aaa}.auth-button{background-color:#e879c7;color:#fff;border:none;border-radius:30px;padding:1rem 2rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px;margin-top:.5rem}.auth-button:active:not(:disabled){background-color:#d95196}.auth-button:disabled{opacity:.7;cursor:not-allowed}.auth-error{background-color:#fee2e2;color:#dc2626;padding:.875rem 1rem;border-radius:10px;font-size:.875rem;text-align:center}.auth-footer{text-align:center;margin-top:1.5rem;color:#666;font-size:.9rem}.auth-link{color:#e879c7;text-decoration:none;font-weight:600}.required{color:#dc2626}.field-error{color:#dc2626;font-size:.8rem;margin-top:.25rem;display:block}.auth-input-error{border-color:#dc2626}.auth-input-error:focus{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}.auth-input-valid{border-color:#16a34a}.auth-input-valid:focus{border-color:#16a34a;box-shadow:0 0 0 3px #16a34a1a}.password-strength{display:flex;align-items:center;gap:.75rem;margin-top:.5rem}.password-strength-bar{flex:1;height:4px;background-color:#e0e0e0;border-radius:2px;overflow:hidden}.password-strength-bar .password-strength-fill{height:100%;transition:width .3s ease,background-color .3s ease}.password-strength-bar.weak .password-strength-fill{width:33%;background-color:#dc2626}.password-strength-bar.medium .password-strength-fill{width:66%;background-color:#f59e0b}.password-strength-bar.strong .password-strength-fill{width:100%;background-color:#16a34a}.password-strength-text{font-size:.75rem;font-weight:600;min-width:50px}.password-strength-text.weak{color:#dc2626}.password-strength-text.medium{color:#f59e0b}.password-strength-text.strong{color:#16a34a}.password-requirements{list-style:none;padding:0;margin:.5rem 0 0;font-size:.75rem;color:#666;display:grid;grid-template-columns:1fr;gap:.25rem}.password-requirements li{display:flex;align-items:center;gap:.35rem}.password-requirements li:before{content:"○";color:#ccc;font-size:.6rem}.password-requirements li.met{color:#16a34a}.password-requirements li.met:before{content:"●";color:#16a34a}.auth-success-card{text-align:center}.auth-success-icon{width:60px;height:60px;background-color:#16a34a;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;margin:0 auto 1.5rem}.auth-email-highlight{background-color:#f5f5f5;padding:.75rem 1rem;border-radius:8px;font-weight:600;color:#333;margin:1rem 0;word-break:break-all}.auth-success-steps{text-align:left;background-color:#f9fafb;padding:1rem 1.5rem;border-radius:10px;margin:1.5rem 0}.auth-success-steps p{margin:0 0 .5rem;color:#333}.auth-success-steps ol{margin:0;padding-left:1.25rem;color:#666}.auth-success-steps li{margin:.35rem 0}.auth-card-wide{max-width:600px}.membership-options{display:flex;flex-direction:column;gap:1rem;margin:1.5rem 0}.membership-card{border:2px solid #e0e0e0;border-radius:12px;padding:1.25rem;cursor:pointer;transition:all .2s ease;position:relative}.membership-card.selected{border-color:#e879c7;background-color:#fdf2f8}.membership-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem}.membership-name{margin:0;font-size:1.15rem;color:#333}.membership-price{text-align:right}.price-amount{font-size:1.5rem;font-weight:700;color:#e879c7}.price-period{font-size:.85rem;color:#666}.membership-description{margin:0;color:#666;font-size:.9rem}.membership-check{position:absolute;top:1rem;right:1rem;width:24px;height:24px;border-radius:50%;background-color:#e879c7;color:#fff;display:flex;align-items:center;justify-content:center;font-size:.85rem;opacity:0;transition:opacity .2s}.membership-card.selected .membership-check{opacity:1}.membership-payment-info{background-color:#f5f5f5;border-radius:8px;padding:1rem;margin-bottom:1.5rem}.payment-note{margin:0;font-size:.9rem;color:#666;text-align:center}.membership-actions{display:flex;flex-direction:column;gap:1rem}.membership-actions .auth-button-secondary{flex:1}.membership-actions .auth-button{flex:2}.coupon-section{margin-top:1.5rem;margin-bottom:1.5rem;padding-top:1.5rem;border-top:1px solid #eee}.coupon-checkbox-label{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#666;cursor:pointer;margin-bottom:.5rem}.coupon-checkbox-label input[type=checkbox]{cursor:pointer}.coupon-input-row{display:flex;gap:.5rem;align-items:stretch}.coupon-input{flex:1;text-transform:uppercase}.coupon-apply-btn{flex:0 0 auto;white-space:nowrap;padding:.75rem 1.25rem}.coupon-success{display:flex;align-items:center;gap:.75rem;background:#e8f5e9;padding:.75rem 1rem;border-radius:8px;font-size:.9rem}.coupon-success-text{flex:1;color:#2e7d32;font-weight:500}.coupon-success s{color:#999}.coupon-remove{background:none;border:none;color:#d32f2f;font-size:.85rem;cursor:pointer;text-decoration:underline;padding:0}.coupon-error{color:#d32f2f;font-size:.85rem;margin-top:.5rem}.auth-button-secondary{width:100%;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;border:2px solid #e0e0e0;border-radius:30px;background:#fff;color:#666;cursor:pointer;transition:all .3s ease}.auth-card-profile{max-width:650px}.profile-section-label{font-weight:700;color:#e879c7;padding-top:.75rem;margin-top:.5rem;border-top:2px solid #f0f0f0;text-transform:uppercase;letter-spacing:.5px;font-size:.8rem}.profile-checkbox-group{display:flex;flex-wrap:wrap;gap:.5rem}.profile-chip{display:inline-flex;align-items:center;gap:.35rem;padding:.5rem .85rem;border:2px solid #e0e0e0;border-radius:20px;font-size:.85rem;cursor:pointer;transition:all .2s ease;color:#555;-webkit-user-select:none;user-select:none;min-height:44px}.profile-chip input[type=checkbox]{display:none}.profile-chip.selected{border-color:#e879c7;background-color:#fdf2f8;color:#d95196;font-weight:600}.profile-textarea{resize:vertical;min-height:60px;font-family:inherit;line-height:1.5}select.auth-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem;cursor:pointer}.stripe-payment-container{margin:1.5rem 0;padding:1.5rem;background-color:#fafafa;border-radius:12px;border:2px solid #e0e0e0}.signup-steps-indicator{display:flex;align-items:center;justify-content:center;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #e0e0e0;gap:0}.signup-steps-indicator .step-wrapper{display:flex;align-items:center}.signup-steps-indicator .step{display:flex;flex-direction:column;align-items:center;gap:.25rem;color:#999}.signup-steps-indicator .step.active{color:#e879c7}.signup-steps-indicator .step.completed{color:#10b981}.signup-steps-indicator .step-number{width:24px;height:24px;border-radius:50%;background-color:#e0e0e0;display:flex;align-items:center;justify-content:center;font-size:.65rem;font-weight:600;transition:all .2s ease}.signup-steps-indicator .step.active .step-number{background-color:#e879c7;color:#fff}.signup-steps-indicator .step.completed .step-number{background-color:#10b981;color:#fff}.signup-steps-indicator .step-label{display:none}.signup-steps-indicator .step-divider{width:12px;height:2px;background-color:#e0e0e0;margin:0 2px;transition:background-color .2s ease}.signup-steps-indicator .step-divider.active{background-color:#10b981}.auth-card-waiver{width:100%;max-width:800px;margin-bottom:1rem;padding:1.25rem}.auth-card-waiver .signup-steps-indicator{margin-bottom:0;padding-bottom:0;border-bottom:none}.auth-container-wide{padding:1rem;padding-top:100px;flex-direction:column;align-items:center}.waiver-container{background:#fff;border-radius:20px;padding:1.25rem;width:100%;max-width:800px;box-shadow:0 10px 40px #0000001a;position:relative;z-index:10}.waiver-header{text-align:center;margin-bottom:1.5rem}.waiver-header h2{font-size:1.5rem;color:#333;margin:0 0 .5rem}.waiver-header p{color:#666;margin:0;font-size:.9rem}.waiver-progress{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.waiver-progress-bar{flex:1;height:6px;background-color:#e0e0e0;border-radius:3px;overflow:hidden}.waiver-progress-fill{height:100%;background-color:#e879c7;transition:width .2s ease}.waiver-progress-text{font-size:.75rem;color:#666;min-width:70px;text-align:right}.waiver-scroll-container{height:300px;overflow-y:auto;border:2px solid #e0e0e0;border-radius:10px;padding:1rem;background-color:#fafafa;margin-bottom:1rem;-webkit-overflow-scrolling:touch}.waiver-content{font-size:.85rem;line-height:1.7;color:#333}.waiver-content p{margin:0 0 1rem}.waiver-content p:first-child{font-weight:600;font-size:1rem;text-align:center;margin-bottom:1.5rem}.waiver-content .waiver-emphasis{background-color:#fff3cd;padding:.75rem;border-radius:5px;border-left:4px solid #ffc107}.waiver-scroll-hint{text-align:center;color:#e879c7;font-size:.85rem;padding:.5rem;background-color:#fdf2f8;border-radius:5px;margin-bottom:1rem;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}.waiver-form{margin-top:1.5rem}.waiver-signature-section{display:grid;grid-template-columns:1fr;gap:1rem;margin-bottom:1rem}.waiver-field{display:flex;flex-direction:column;gap:.5rem}.waiver-field label{font-size:.875rem;font-weight:600;color:#333}.waiver-input{padding:.875rem 1rem;border:2px solid #e0e0e0;border-radius:10px;font-size:16px;transition:border-color .3s ease;outline:none}.waiver-input:focus{border-color:#e879c7}.waiver-input:disabled{background-color:#f5f5f5;cursor:not-allowed}.signature-input{font-family:Brush Script MT,Segoe Script,cursive;font-size:1.25rem}.waiver-hint{font-size:.75rem;color:#666}.waiver-checkbox{display:flex;align-items:flex-start;gap:.75rem;margin:1.5rem 0;padding:1rem;background-color:#f9fafb;border-radius:10px}.waiver-checkbox input[type=checkbox]{width:22px;height:22px;margin-top:2px;cursor:pointer;accent-color:#e879c7}.waiver-checkbox input[type=checkbox]:disabled{cursor:not-allowed}.waiver-checkbox label{font-size:.85rem;color:#333;line-height:1.5;cursor:pointer}.waiver-actions{display:flex;flex-direction:column-reverse;gap:1rem;margin-top:1rem}.waiver-button{flex:1;padding:1rem 2rem;border-radius:30px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}.waiver-button-primary{background-color:#e879c7;color:#fff;border:none}.waiver-button-primary:active:not(:disabled){background-color:#d95196}.waiver-button-primary:disabled{opacity:.5;cursor:not-allowed}.waiver-button-secondary{background-color:#fff;color:#666;border:2px solid #e0e0e0}.waiver-error{position:fixed;bottom:2rem;left:50%;transform:translate(-50%);z-index:100}@media (min-width: 480px){.auth-row,.password-requirements{grid-template-columns:1fr 1fr}.membership-actions{flex-direction:row}}@media (min-width: 640px){.signup-steps-indicator .step-label{display:block;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.signup-steps-indicator .step-number{width:28px;height:28px;font-size:.75rem}.signup-steps-indicator .step-divider{width:20px;margin:0 .35rem 1rem}.signup-steps-indicator{margin-bottom:1.5rem;padding-bottom:1.5rem}}@media (min-width: 768px){.auth-container{padding:2rem;padding-top:160px}.auth-card{padding:3rem}.auth-title{font-size:2.5rem}.auth-subtitle{margin-bottom:2rem}.waiver-container{padding:2rem}.waiver-header h2{font-size:1.75rem}.waiver-signature-section{grid-template-columns:2fr 1fr}.waiver-scroll-container{height:400px;padding:1.5rem}.waiver-actions{flex-direction:row}.auth-container-wide{padding-top:160px}.auth-card-waiver{padding:1.5rem 2rem}.membership-name{font-size:1.25rem}.membership-card{padding:1.5rem}.auth-button:hover:not(:disabled){background-color:#d95196;transform:translateY(-2px);box-shadow:0 4px 12px #e879c766}.auth-link:hover{color:#d95196;text-decoration:underline}.membership-card:hover,.profile-chip:hover{border-color:#e879c7;background-color:#fdf2f8}.auth-button-secondary:hover{border-color:#ccc;background-color:#f5f5f5}.waiver-button-primary:hover:not(:disabled){background-color:#d95196;transform:translateY(-2px);box-shadow:0 4px 12px #e879c766}.waiver-button-secondary:hover{border-color:#ccc;background-color:#f9fafb}}.surveys-table .survey-title-cell{display:flex;flex-direction:column;gap:.25rem}.surveys-table .survey-title{font-weight:500;color:var(--text-primary)}.surveys-table .survey-description{font-size:.85rem;color:var(--text-secondary);max-width:200px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.surveys-table .response-count{font-weight:600;color:var(--primary-color)}.survey-actions{display:flex;gap:.25rem}.survey-actions .admin-btn-icon{font-size:1.1rem;padding:.5rem;min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center;position:relative;flex-shrink:0}.survey-actions .admin-btn-icon:after{content:attr(title);position:absolute;bottom:100%;left:50%;transform:translate(-50%);background:#1f2937;color:#fff;padding:.375rem .625rem;border-radius:4px;font-size:.75rem;white-space:nowrap;opacity:0;visibility:hidden;pointer-events:none;margin-bottom:4px}.badge-draft{background-color:#f3f4f6;color:#6b7280}.badge-published{background-color:#d1fae5;color:#065f46}.badge-closed{background-color:#fee2e2;color:#991b1b}.badge-archived{background-color:#e5e7eb;color:#4b5563}.survey-builder{max-width:900px;margin:0 auto}.survey-builder-header{display:flex;flex-direction:column;gap:1rem;align-items:flex-start;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--border-color)}.survey-builder-title{font-size:1.25rem;font-weight:600;color:var(--text-primary)}.survey-builder-actions{display:flex;gap:.75rem;width:100%;justify-content:flex-end}.survey-meta-form{background:#fff;border:1px solid var(--border-color);border-radius:8px;padding:1rem;margin-bottom:1.5rem}.survey-meta-form .form-field{margin-bottom:1rem}.survey-meta-form .form-field:last-child{margin-bottom:0}.survey-meta-form label{display:block;font-weight:500;margin-bottom:.5rem;color:var(--text-primary)}.survey-meta-form input[type=text],.survey-meta-form textarea{width:100%;padding:.75rem;border:2px solid #d1d5db;border-radius:6px;font-size:1rem;background:#fff;transition:border-color .2s,box-shadow .2s}.survey-meta-form input[type=text]:focus,.survey-meta-form textarea:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #ff6b9d26}.survey-meta-form input[type=text]::placeholder,.survey-meta-form textarea::placeholder{color:#9ca3af;opacity:.7}.survey-meta-form textarea{min-height:80px;resize:vertical}.survey-settings{display:grid;grid-template-columns:1fr;gap:1rem;padding-top:1rem;border-top:1px solid var(--border-color);margin-top:1rem}.survey-setting{display:flex;align-items:center;gap:.5rem;min-height:44px}.survey-setting input[type=checkbox]{width:22px;height:22px;cursor:pointer}.survey-setting label{margin-bottom:0;cursor:pointer}.questions-section{margin-top:2rem}.questions-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.questions-header h2{font-size:1.125rem;font-weight:600;color:var(--text-primary)}.add-question-btn{display:flex;align-items:center;gap:.5rem;min-height:44px}.question-card{background:#fff;border:1px solid var(--border-color);border-radius:8px;margin-bottom:1rem;transition:box-shadow .2s,border-color .2s}.question-card.dragging{box-shadow:0 4px 16px #00000026;border-color:var(--primary-color)}.question-card-header{display:flex;align-items:center;padding:1rem;border-bottom:1px solid var(--border-color);gap:.75rem;flex-wrap:wrap}.drag-handle{cursor:grab;color:var(--text-secondary);font-size:1.25rem;padding:.5rem;min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center}.drag-handle:active{cursor:grabbing}.question-number{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:var(--primary-color);color:#fff;border-radius:50%;font-weight:600;font-size:.875rem;flex-shrink:0}.question-type-badge{font-size:.75rem;padding:.25rem .5rem;background:#f3f4f6;border-radius:4px;color:var(--text-secondary)}.question-card-actions{margin-left:auto;display:flex;gap:.25rem;width:100%;justify-content:flex-end;margin-top:.5rem}.question-card-body{padding:1rem}.question-text-input{width:100%;padding:.75rem;border:2px solid #d1d5db;border-radius:6px;font-size:1rem;margin-bottom:1rem;background:#fff;transition:border-color .2s,box-shadow .2s}.question-text-input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #ff6b9d26}.question-text-input::placeholder{color:#9ca3af;opacity:.7}.question-options{margin-top:1rem}.question-options-label{font-weight:500;margin-bottom:.5rem;display:block}.option-item{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.option-item input{flex:1;padding:.5rem .75rem;border:2px solid #d1d5db;border-radius:4px;background:#fff;transition:border-color .2s,box-shadow .2s}.option-item input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #ff6b9d26}.option-item input::placeholder{color:#9ca3af;opacity:.7}.remove-option-btn{padding:.5rem;background:none;border:none;color:var(--text-secondary);cursor:pointer;font-size:1.25rem;min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center}.add-option-btn{padding:.75rem;background:none;border:1px dashed var(--border-color);border-radius:4px;color:var(--text-secondary);cursor:pointer;width:100%;text-align:center;margin-top:.5rem;min-height:44px}.question-required{display:flex;align-items:center;gap:.75rem;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border-color);min-height:44px}.question-required input[type=checkbox]{width:24px;height:24px;cursor:pointer;accent-color:var(--primary-color)}.question-required label{font-size:1rem;font-weight:500;cursor:pointer}.question-type-selector{position:relative}.question-type-dropdown{position:absolute;top:100%;left:0;z-index:100;background:#fff;border:1px solid var(--border-color);border-radius:8px;box-shadow:0 4px 12px #00000026;min-width:200px;margin-top:.5rem}.question-type-option{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;cursor:pointer;transition:background .2s;min-height:44px}.question-type-option:first-child{border-radius:8px 8px 0 0}.question-type-option:last-child{border-radius:0 0 8px 8px}.question-type-icon{font-size:1.25rem}.question-type-label{font-weight:500;color:var(--text-primary)}.questions-empty{text-align:center;padding:2rem 1rem;background:#f9fafb;border:2px dashed var(--border-color);border-radius:8px}.questions-empty p{color:var(--text-secondary);margin-bottom:1rem}.preview-modal{max-width:600px;max-height:80vh;overflow-y:auto}.preview-question{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border-color)}.preview-question:last-child{border-bottom:none;padding-bottom:0;margin-bottom:0}.preview-question-text{font-weight:500;margin-bottom:.75rem}.preview-question-text .required-star{color:#dc2626;margin-left:.25rem}.publish-info{background:#f0fdf4;border:1px solid #86efac;border-radius:8px;padding:1rem;margin-bottom:1rem}.publish-warning{background:#fef3c7;border:1px solid #fcd34d;border-radius:8px;padding:1rem;margin-bottom:1rem}.results-tabs{display:flex;gap:.5rem;margin-bottom:1.5rem;border-bottom:1px solid var(--border-color);overflow-x:auto;-webkit-overflow-scrolling:touch}.results-tab{padding:.75rem 1rem;background:none;border:none;font-size:1rem;cursor:pointer;color:var(--text-secondary);border-bottom:2px solid transparent;margin-bottom:-1px;transition:all .2s;white-space:nowrap;min-height:44px}.results-tab.active{color:var(--primary-color);border-bottom-color:var(--primary-color)}.results-summary{display:flex;flex-direction:column;gap:1.5rem}.result-card{background:#fff;border:1px solid var(--border-color);border-radius:8px;overflow:hidden}.result-card-header{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#f9fafb;border-bottom:1px solid var(--border-color)}.result-question-number{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:var(--primary-color);color:#fff;border-radius:50%;font-weight:600;font-size:.875rem;flex-shrink:0}.result-card-header h3{flex:1;margin:0;font-size:1rem;font-weight:500}.result-response-count{color:var(--text-secondary);font-size:.875rem}.result-card-body{padding:1rem}.chart-container{width:100%}.pie-chart-container{max-width:300px;margin:0 auto}.chart-legend{margin-top:1rem;display:flex;flex-direction:column;gap:.5rem}.legend-item{display:flex;justify-content:space-between;padding:.5rem;background:#f9fafb;border-radius:4px}.legend-label{font-weight:500}.legend-value{color:var(--text-secondary)}.rating-result{display:flex;flex-direction:column;gap:1.5rem;align-items:stretch}.rating-average{text-align:center;padding:1.5rem;background:#f9fafb;border-radius:8px}.average-value{display:block;font-size:2.5rem;font-weight:700;color:var(--primary-color);line-height:1}.average-label{display:block;font-size:.875rem;color:var(--text-secondary);margin-top:.5rem}.average-stars{margin-top:.5rem}.star{font-size:1.25rem;color:#e5e7eb}.star.filled{color:#fbbf24}.rating-distribution{flex:1;display:flex;flex-direction:column;gap:.5rem}.rating-bar{display:flex;align-items:center;gap:.75rem}.rating-bar .rating-label{width:20px;text-align:center;font-weight:500}.rating-bar-track{flex:1;height:24px;background:#e5e7eb;border-radius:4px;overflow:hidden}.rating-bar-fill{height:100%;background:var(--primary-color);transition:width .3s}.rating-bar .rating-count{width:40px;text-align:right;color:var(--text-secondary)}.text-responses{display:flex;flex-direction:column;gap:.75rem}.text-response-item{padding:1rem;background:#f9fafb;border-radius:6px;border-left:3px solid var(--primary-color);font-style:italic}.show-more-btn{padding:.75rem;background:none;border:1px dashed var(--border-color);border-radius:6px;color:var(--primary-color);cursor:pointer;min-height:44px}.no-responses{color:var(--text-secondary);font-style:italic}.responses-list{display:flex;flex-direction:column;gap:1rem}.response-card{background:#fff;border:1px solid var(--border-color);border-radius:8px;overflow:hidden}.response-card-header{display:flex;justify-content:space-between;padding:.75rem 1rem;background:#f9fafb;border-bottom:1px solid var(--border-color)}.response-number{font-weight:600}.response-date{color:var(--text-secondary);font-size:.875rem}.response-card-body{padding:1rem}.response-answer{display:flex;flex-direction:column;gap:.25rem;padding:.75rem 0;border-bottom:1px solid var(--border-color)}.response-answer:last-child{border-bottom:none}.answer-question{font-weight:500;color:var(--text-secondary);font-size:.875rem}.answer-value{color:var(--text-primary)}.admin-header-actions{display:flex;gap:.75rem}.admin-filters{margin-bottom:1.5rem}.event-title-cell{display:flex;flex-direction:column;gap:.25rem}.event-title-cell .event-title{font-weight:500;color:var(--text-primary)}.event-title-cell .event-location{font-size:.85rem;color:var(--text-secondary)}.event-date-cell{display:flex;flex-direction:column;gap:.125rem}.event-date-cell .event-date{font-weight:500}.event-date-cell .event-time{font-size:.85rem;color:var(--text-secondary)}.rsvp-counts-cell{display:flex;flex-direction:column;gap:.25rem}.rsvp-counts-cell .rsvp-going{color:#10b981;font-weight:500}.rsvp-counts-cell .rsvp-maybe{font-size:.85rem;color:#f59e0b}.capacity-full{color:#ef4444;font-weight:600}.capacity-unlimited{color:var(--text-secondary);font-size:.85rem}.past-event{opacity:.6}.badge-event-swim{background-color:#e0f2fe;color:#0369a1}.badge-event-run{background-color:#fef3c7;color:#b45309}.badge-event-bike{background-color:#d1fae5;color:#047857}.badge-event-race{background-color:#fce7f3;color:#be185d}.badge-event-social{background-color:#ede9fe;color:#6d28d9}.badge-event-other{background-color:#f3f4f6;color:#374151}.rsvp-event-title{font-size:1.125rem;font-weight:600;color:var(--text-primary);margin:.25rem 0}.rsvp-event-date{color:var(--text-secondary);font-size:.9rem;margin:0}.rsvp-stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:1.5rem}.rsvp-stat-card{background:#fff;border:1px solid var(--border-color);border-radius:12px;padding:1rem;text-align:center}.rsvp-stat-value{display:block;font-size:1.5rem;font-weight:700;line-height:1;margin-bottom:.5rem}.rsvp-stat-label{font-size:.875rem;color:var(--text-secondary)}.rsvp-stat-card.going{border-left:4px solid #10b981}.rsvp-stat-card.going .rsvp-stat-value{color:#10b981}.rsvp-stat-card.maybe{border-left:4px solid #f59e0b}.rsvp-stat-card.maybe .rsvp-stat-value{color:#f59e0b}.rsvp-stat-card.not-going{border-left:4px solid #ef4444}.rsvp-stat-card.not-going .rsvp-stat-value{color:#ef4444}.rsvp-stat-card.guests{border-left:4px solid #e879c7}.rsvp-stat-card.guests .rsvp-stat-value{color:#e879c7}.rsvp-filters{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.rsvp-filter-group,.rsvp-search-group{flex:1;min-width:auto}.admin-select{width:100%;padding:.75rem 1rem;border:1px solid var(--border-color);border-radius:8px;font-size:.9rem;background:#fff;cursor:pointer;min-height:44px}.admin-select:focus{outline:none;border-color:var(--primary-color)}.admin-search-input{width:100%;padding:.75rem 1rem;border:1px solid var(--border-color);border-radius:8px;font-size:.9rem;min-height:44px}.admin-search-input:focus{outline:none;border-color:var(--primary-color)}.badge-rsvp-yes{background-color:#d1fae5;color:#065f46}.badge-rsvp-maybe{background-color:#fef3c7;color:#92400e}.badge-rsvp-no{background-color:#fee2e2;color:#991b1b}.notes-cell{max-width:200px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.status-badge{display:inline-block;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;color:#fff;text-transform:capitalize}.request-title{font-weight:500;color:var(--text-primary)}.submitter-info{display:flex;flex-direction:column;gap:.125rem}.submitter-name{font-weight:500;color:var(--text-primary)}.submitter-email{font-size:.8rem;color:var(--text-secondary)}.admin-table tbody tr.expanded,.admin-table tbody tr.detail-row,.admin-table tbody tr.detail-row:hover{background-color:#f9fafb}.request-detail{padding:1rem;background:#fff;border-radius:8px;margin:.5rem 0}.request-detail-section{margin-bottom:1.5rem}.request-detail-section:last-child{margin-bottom:0}.request-detail-section h4{font-size:.875rem;font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;margin:0 0 .75rem}.request-description{margin:0;color:var(--text-primary);line-height:1.6;white-space:pre-wrap}.status-buttons{display:flex;flex-direction:column;gap:.5rem}.status-btn{padding:.75rem 1rem;border:2px solid #e0e0e0;border-radius:6px;background:#fff;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;width:100%;text-align:center;min-height:44px}.status-btn.active{border-color:var(--status-color);background-color:var(--status-color);color:#fff}.status-btn:disabled{opacity:.6;cursor:not-allowed}.admin-notes-input{width:100%;padding:.75rem;border:2px solid #e0e0e0;border-radius:8px;font-size:.9rem;font-family:inherit;resize:vertical;min-height:80px;transition:border-color .2s}.admin-notes-input:focus{outline:none;border-color:#e879c7}.admin-notes-input::placeholder{color:#9ca3af}.request-detail-actions{display:flex;justify-content:stretch;padding-top:1rem;margin-top:1.5rem;border-top:1px solid var(--border-color)}.request-detail-actions .admin-btn-danger{width:100%}.admin-tabs{display:flex;gap:.5rem;margin-bottom:1.5rem;overflow-x:auto;flex-wrap:nowrap;border-bottom:1px solid var(--border-color);padding-bottom:.75rem;-webkit-overflow-scrolling:touch}.admin-tab{padding:.5rem 1rem;background:none;border:none;font-size:.875rem;font-weight:500;color:var(--text-secondary);cursor:pointer;transition:all .2s;border-radius:6px;white-space:nowrap;flex-shrink:0;min-height:44px}.admin-tab.active{background:#e879c7;color:#fff}.admin-page-subtitle{color:var(--text-secondary);font-size:.9rem;margin-top:.25rem}.admin-btn-small{padding:.375rem .75rem;font-size:.8rem;min-height:44px}.admin-btn-primary{background:#e879c7;color:#fff;border:none}.admin-btn-danger{background:#fee2e2;color:#dc2626;border:1px solid #fecaca}@media (min-width: 768px){.surveys-table .survey-description{max-width:300px}.survey-actions .admin-btn-icon{padding:.375rem;min-width:32px;min-height:32px}.survey-actions .admin-btn-icon:after{transition:opacity .2s,visibility .2s}.survey-actions .admin-btn-icon:hover:after{opacity:1;visibility:visible}.survey-builder-header{flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:2rem}.survey-builder-title{font-size:1.5rem}.survey-builder-actions{width:auto}.survey-meta-form{padding:1.5rem}.survey-settings{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.questions-header h2{font-size:1.25rem}.question-card:hover{box-shadow:0 2px 8px #00000014}.question-card-header{flex-wrap:nowrap}.question-card-actions{width:auto;margin-top:0}.drag-handle{padding:.25rem;min-width:auto;min-height:auto}.remove-option-btn{padding:.25rem .5rem;min-width:auto;min-height:auto}.remove-option-btn:hover{color:#dc2626}.add-option-btn:hover{border-color:var(--primary-color);color:var(--primary-color)}.show-more-btn:hover{border-color:var(--primary-color)}.questions-empty{padding:3rem 2rem}.result-card-header{gap:1rem;padding:1rem 1.5rem}.result-card-body{padding:1.5rem}.pie-chart-container{max-width:400px}.rating-result{flex-direction:row;gap:2rem;align-items:flex-start}.rating-average{min-width:120px}.average-value{font-size:3rem}.results-tab:hover{color:var(--text-primary)}.results-tabs{gap:1rem}.results-tab{padding:.75rem 1.5rem}.rsvp-filters{flex-direction:row;gap:1rem;flex-wrap:wrap}.rsvp-filter-group,.rsvp-search-group{min-width:200px}.status-buttons{flex-direction:row;flex-wrap:wrap}.status-btn{width:auto;padding:.5rem 1rem}.status-btn:hover{border-color:var(--status-color, #e0e0e0);background-color:#f9fafb}.request-detail{padding:1.5rem}.request-detail-actions{justify-content:flex-end}.request-detail-actions .admin-btn-danger{width:auto}.admin-tabs{flex-wrap:wrap;overflow-x:visible;padding-bottom:.5rem}.admin-tab:hover{background:#f3f4f6;color:var(--text-primary)}.admin-btn-primary:hover{background:#d95196}.admin-btn-danger:hover{background:#fecaca}.question-type-option:hover{background:#f9fafb}}@media (min-width: 1024px){.rsvp-stats-grid{grid-template-columns:repeat(4,1fr);gap:1rem}.rsvp-stat-card{padding:1.25rem}.rsvp-stat-value{font-size:2rem}}.email-layout{display:flex;flex-direction:column;height:auto;overflow:hidden}.email-sidebar{width:100%;min-width:100%;background:#f9fafb;border-right:none;border-bottom:1px solid #e5e7eb;display:flex;flex-direction:row;overflow-x:auto;padding:8px;-webkit-overflow-scrolling:touch}.email-main{flex:1;overflow-y:visible;background:#fff}.email-compose-btn{display:flex;align-items:center;gap:10px;margin:0 4px 0 0;padding:8px 16px;background:#1e3a5f;color:#fff;border:none;border-radius:24px;font-size:12px;font-weight:600;cursor:pointer;transition:background .2s,box-shadow .2s;box-shadow:0 1px 3px #0000001f;min-height:44px;white-space:nowrap;flex-shrink:0}.email-compose-btn svg{width:18px;height:18px}.email-sidebar-section{display:flex;gap:4px;padding:0}.email-sidebar-label{display:none}.email-sidebar-item{display:flex;align-items:center;gap:10px;padding:6px 12px;font-size:12px;color:#374151;cursor:pointer;border:none;background:none;text-align:left;transition:background .15s;border-left:none;border-radius:16px;white-space:nowrap;min-height:44px;flex-shrink:0}.email-sidebar-item.active{background:#1e3a5f;color:#fff;font-weight:600;border-left-color:transparent}.email-sidebar-item .count{margin-left:auto;font-size:12px;color:#9ca3af;font-weight:400}.compose-view{padding:16px;max-width:900px;margin:0 auto}.compose-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.compose-header h2{margin:0;font-size:18px;color:#1f2937}.compose-actions{display:flex;gap:8px}.compose-field{display:flex;align-items:center;border-bottom:1px solid #e5e7eb;padding:10px 0}.compose-field label{font-size:13px;color:#6b7280;min-width:50px;font-weight:500}.compose-field input{flex:1;border:none;outline:none;font-size:14px;color:#1f2937;padding:4px 0;min-height:44px}.compose-recipients{display:flex;align-items:center;flex-wrap:wrap;gap:6px;flex:1}.compose-recipient-chip{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;background:#e5e7eb;border-radius:16px;font-size:12px;color:#374151}.compose-recipient-chip button{display:flex;background:none;border:none;cursor:pointer;color:#6b7280;padding:4px;font-size:14px;min-width:44px;min-height:44px;align-items:center;justify-content:center}.compose-add-recipients-btn{padding:8px 12px;background:none;border:1px dashed #d1d5db;border-radius:16px;font-size:12px;color:#6b7280;cursor:pointer;transition:all .15s;min-height:44px}.editor-container{margin-top:16px;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.editor-toolbar{display:flex;flex-wrap:wrap;gap:2px;padding:8px;background:#f9fafb;border-bottom:1px solid #e5e7eb}.editor-toolbar-group{display:flex;gap:2px;padding-right:8px;margin-right:8px;border-right:1px solid #e5e7eb}.editor-toolbar-group:last-child{border-right:none;margin-right:0;padding-right:0}.editor-toolbar button{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border:none;background:none;border-radius:4px;cursor:pointer;color:#4b5563;font-size:14px;transition:background .15s}.editor-toolbar button.is-active{background:#1e3a5f;color:#fff}.editor-toolbar select{height:44px;border:1px solid #d1d5db;border-radius:4px;padding:0 8px;font-size:12px;color:#374151;background:#fff;cursor:pointer}.editor-toolbar input[type=color]{width:44px;height:44px;border:1px solid #d1d5db;border-radius:4px;padding:2px;cursor:pointer;background:#fff}.editor-content{min-height:200px;max-height:400px;overflow-y:auto}.editor-content .tiptap{padding:16px;outline:none;min-height:200px;font-size:14px;line-height:1.6;color:#1f2937}.editor-content .tiptap p{margin:0 0 8px}.editor-content .tiptap h1{font-size:24px;margin:16px 0 8px}.editor-content .tiptap h2{font-size:20px;margin:14px 0 8px}.editor-content .tiptap h3{font-size:16px;margin:12px 0 8px}.editor-content .tiptap ul,.editor-content .tiptap ol{padding-left:24px;margin:8px 0}.editor-content .tiptap a{color:#2563eb;text-decoration:underline}.editor-content .tiptap img{max-width:100%;height:auto;border-radius:4px}.editor-content .tiptap table{border-collapse:collapse;width:100%;margin:12px 0}.editor-content .tiptap td,.editor-content .tiptap th{border:1px solid #d1d5db;padding:8px 12px;min-width:80px}.editor-content .tiptap th{background:#f3f4f6;font-weight:600}.sent-view{padding:16px}.sent-view h2{margin:0 0 20px;font-size:18px;color:#1f2937}.sent-table{width:100%;border-collapse:collapse}.sent-table th{text-align:left;padding:10px 12px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#6b7280;border-bottom:2px solid #e5e7eb}.sent-table td{padding:12px;font-size:14px;color:#1f2937;border-bottom:1px solid #f3f4f6}.sent-status{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:12px;font-size:12px;font-weight:500}.sent-status.sent{background:#d1fae5;color:#065f46}.sent-status.sending{background:#fef3c7;color:#92400e}.sent-status.draft{background:#e5e7eb;color:#374151}.sent-status.failed{background:#fee2e2;color:#991b1b}.lists-view{padding:16px}.lists-view-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.lists-view-header h2{margin:0;font-size:18px;color:#1f2937}.lists-grid{display:grid;grid-template-columns:1fr;gap:16px}.list-card{border:1px solid #e5e7eb;border-radius:8px;padding:16px;cursor:pointer;transition:border-color .15s,box-shadow .15s}.list-card h3{margin:0 0 4px;font-size:15px;color:#1f2937}.list-card p{margin:0 0 12px;font-size:13px;color:#6b7280}.list-card-meta{display:flex;justify-content:space-between;font-size:12px;color:#9ca3af}.list-detail{padding:16px}.list-detail-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px}.list-detail-header h2{margin:0 0 4px;font-size:18px;color:#1f2937}.list-detail-header p{margin:0;font-size:13px;color:#6b7280}.list-members-table{width:100%;border-collapse:collapse}.list-members-table th{text-align:left;padding:10px 12px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#6b7280;border-bottom:2px solid #e5e7eb}.list-members-table td{padding:10px 12px;font-size:14px;color:#1f2937;border-bottom:1px solid #f3f4f6}.campaign-detail{padding:16px}.campaign-detail-header{margin-bottom:24px}.campaign-detail-header h2{margin:0 0 8px;font-size:18px;color:#1f2937}.campaign-stats{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.campaign-stat{padding:12px 20px;background:#f9fafb;border-radius:8px;text-align:center}.campaign-stat .number{font-size:24px;font-weight:700;color:#1f2937}.campaign-stat .label{font-size:12px;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.recipient-picker-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:200}.recipient-picker{background:#fff;border-radius:12px;width:95%;max-width:700px;max-height:85vh;display:flex;flex-direction:column;box-shadow:0 4px 24px #00000026}.recipient-picker-header{display:flex;justify-content:space-between;align-items:center;padding:16px;border-bottom:1px solid #e5e7eb}.recipient-picker-header h3{margin:0;font-size:16px;color:#1f2937}.recipient-picker-tabs{display:flex;border-bottom:1px solid #e5e7eb}.recipient-picker-tab{flex:1;padding:10px;border:none;background:none;font-size:13px;font-weight:500;color:#6b7280;cursor:pointer;border-bottom:2px solid transparent;transition:all .15s;min-height:44px}.recipient-picker-tab.active{color:#1e3a5f;border-bottom-color:#1e3a5f}.recipient-picker-body{flex:1;overflow-y:auto;padding:16px}.recipient-picker-search{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;margin-bottom:12px;outline:none;min-height:44px}.recipient-picker-search:focus{border-color:#1e3a5f;box-shadow:0 0 0 2px #1e3a5f1a}.recipient-picker-user{display:flex;align-items:center;gap:10px;padding:8px;border-radius:6px;cursor:pointer;transition:background .15s;min-height:44px}.recipient-picker-user input[type=checkbox]{accent-color:#1e3a5f;width:20px;height:20px}.recipient-picker-user-info{flex:1}.recipient-picker-user-name{font-size:14px;color:#1f2937}.recipient-picker-user-email{font-size:12px;color:#6b7280}.recipient-picker-user-tier{font-size:11px;padding:2px 8px;background:#f3f4f6;border-radius:10px;color:#6b7280}.recipient-picker-footer{padding:12px 16px;border-top:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center}.recipient-picker-footer .selected-count{font-size:13px;color:#6b7280}.email-btn{padding:10px 16px;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;border:none;transition:all .15s;min-height:44px}.email-btn-primary{background:#1e3a5f;color:#fff}.email-btn-primary:disabled{background:#93a3b8;cursor:not-allowed}.email-btn-secondary{background:#fff;color:#374151;border:1px solid #d1d5db}.email-btn-danger{background:#fff;color:#dc2626;border:1px solid #fca5a5}.email-btn-icon{display:inline-flex;align-items:center;gap:6px}.email-empty{text-align:center;padding:40px 16px;color:#6b7280}.email-empty h3{margin:0 0 8px;font-size:16px;color:#374151}.email-empty p{margin:0 0 16px;font-size:14px}.email-loading{display:flex;align-items:center;justify-content:center;padding:40px;color:#6b7280;font-size:14px}.confirm-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:300}.confirm-dialog{background:#fff;border-radius:12px;padding:20px;max-width:400px;width:90%;box-shadow:0 4px 24px #00000026}.confirm-dialog h3{margin:0 0 8px;font-size:16px;color:#1f2937}.confirm-dialog p{margin:0 0 20px;font-size:14px;color:#6b7280}.confirm-dialog-actions{display:flex;justify-content:flex-end;gap:8px}.create-list-form{display:flex;flex-direction:column;gap:12px}.create-list-form label{font-size:13px;font-weight:500;color:#374151}.create-list-form input,.create-list-form textarea{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;outline:none;font-family:inherit;min-height:44px}.create-list-form input:focus,.create-list-form textarea:focus{border-color:#1e3a5f;box-shadow:0 0 0 2px #1e3a5f1a}@media (min-width: 768px){.email-layout{flex-direction:row;height:calc(100vh - 60px)}.email-sidebar{width:220px;min-width:220px;flex-direction:column;overflow-x:visible;overflow-y:auto;padding:16px 0;border-right:1px solid #e5e7eb;border-bottom:none}.email-sidebar-section{display:block;padding:8px 0}.email-sidebar-label{display:block;padding:4px 16px 8px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#9ca3af}.email-sidebar-item{padding:8px 16px;font-size:13px;border-left:3px solid transparent;border-radius:0;white-space:normal;min-height:auto}.email-sidebar-item:hover{background:#f3f4f6}.email-sidebar-item.active{background:#1e3a5f14;color:#1e3a5f;border-left-color:#1e3a5f}.email-compose-btn{margin:0 12px 16px;padding:12px 20px;font-size:14px;min-height:auto}.email-compose-btn:hover{background:#15294a;box-shadow:0 2px 6px #0003}.email-main{overflow-y:auto}.compose-view,.sent-view,.lists-view,.list-detail,.campaign-detail{padding:24px}.compose-header h2,.sent-view h2,.lists-view-header h2,.list-detail-header h2,.campaign-detail-header h2{font-size:20px}.compose-field label{min-width:70px}.compose-add-recipients-btn:hover{border-color:#1e3a5f;color:#1e3a5f}.editor-toolbar button{width:32px;height:32px}.editor-toolbar button:hover{background:#e5e7eb}.editor-toolbar select{height:32px}.editor-toolbar input[type=color]{width:32px;height:32px}.editor-content{min-height:300px;max-height:500px}.editor-content .tiptap{min-height:300px}.lists-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.list-card:hover{border-color:#1e3a5f;box-shadow:0 2px 8px #00000014}.campaign-stats{flex-direction:row;gap:16px}.sent-table tr:hover{background:#f9fafb;cursor:pointer}.recipient-picker-header,.recipient-picker-body{padding:16px 20px}.recipient-picker-footer{padding:12px 20px}.recipient-picker-user:hover{background:#f3f4f6}.email-btn-primary:hover{background:#15294a}.email-btn-secondary:hover{background:#f9fafb}.email-btn-danger:hover{background:#fef2f2}.email-empty{padding:60px 20px}.email-loading{padding:60px}.confirm-dialog{padding:24px}.compose-recipient-chip button{padding:0;min-width:auto;min-height:auto}}.store-product-thumb{width:48px;height:48px;object-fit:cover;border-radius:8px}.store-product-thumb-placeholder{width:48px;height:48px;background:#f0f0f0;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:.65rem;color:#999}.store-textarea{width:100%;padding:.75rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;font-family:inherit;outline:none;resize:vertical}.store-textarea:focus{border-color:#e879c7}.store-sizes-grid{display:flex;flex-wrap:wrap;gap:.5rem}.store-size-btn{padding:.5rem 1rem;border:2px solid #e0e0e0;border-radius:8px;background:#fff;cursor:pointer;font-size:.85rem;font-weight:500;transition:all .2s;min-height:44px;min-width:44px;display:flex;align-items:center;justify-content:center}.store-size-btn.selected{border-color:#e879c7;background:#fce7f3;color:#be185d}.store-image-preview{margin-top:.5rem;max-width:200px;max-height:200px;object-fit:cover;border-radius:8px}.modal-wide{max-width:600px}@media (min-width: 768px){.store-product-thumb,.store-product-thumb-placeholder{width:56px;height:56px}.modal-wide{max-width:600px}}.store-summary-total-row{background-color:#f9fafb;font-weight:600}.store-order-row{cursor:pointer;transition:background-color .2s}.store-order-row:hover{background-color:#fafafa}.store-order-details-row td{padding:0!important;background-color:#f9fafb}.store-order-details{padding:1rem}.store-order-items-table{width:100%;border-collapse:collapse;font-size:.85rem}.store-order-items-table th,.store-order-items-table td{padding:.5rem .75rem;text-align:left;border-bottom:1px solid #e0e0e0}.store-order-items-table th{font-weight:600;font-size:.75rem;text-transform:uppercase;color:#666}.store-status-select{padding:.375rem .5rem;border:2px solid #e0e0e0;border-radius:6px;font-size:.8rem;outline:none;cursor:pointer;background:#fff;min-height:36px}.store-status-select:focus{border-color:#e879c7}.badge-fulfilled{background-color:#dbeafe;color:#1d4ed8}.badge-pending{background-color:#fef3c7;color:#92400e}.store-page{min-height:100vh;background-color:#f5f5f5;padding-top:80px;padding-bottom:2rem}.store-header{padding:1.5rem 1rem;max-width:1200px;margin:0 auto}.store-header-content{display:flex;justify-content:space-between;align-items:center}.store-title{font-size:clamp(1.75rem,5vw,2.5rem);font-weight:800;color:#1a1a2e;margin:0}.store-cart-link{display:flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;background:#1a1a2e;color:#fff;text-decoration:none;border-radius:10px;font-weight:600;font-size:.9rem;transition:background .2s;position:relative;min-height:44px}.store-cart-link:active{background:#2d2d4e}.store-cart-badge{background:#e879c7;color:#fff;font-size:.75rem;font-weight:700;min-width:22px;height:22px;border-radius:11px;display:flex;align-items:center;justify-content:center;padding:0 6px}.store-loading,.store-empty{text-align:center;padding:3rem 1rem;color:#666;font-size:1rem}.store-grid{display:grid;grid-template-columns:1fr;gap:1rem;max-width:1200px;margin:0 auto;padding:0 1rem}.store-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 12px #0000000f;display:flex;flex-direction:column}.store-card-image{width:100%;aspect-ratio:1;object-fit:cover}.store-card-image-placeholder{width:100%;aspect-ratio:1;background:linear-gradient(135deg,#f0f0f0,#e0e0e0)}.store-card-body{padding:1rem;display:flex;flex-direction:column;gap:.5rem;flex:1}.store-card-title{font-size:1.1rem;font-weight:700;color:#1a1a2e;margin:0}.store-card-desc{font-size:.85rem;color:#666;margin:0;line-height:1.4;flex:1}.store-card-price{font-size:1.25rem;font-weight:800;color:#e879c7}.store-card-sizes{display:flex;flex-wrap:wrap;gap:.375rem}.store-card-size-btn{padding:.375rem .75rem;border:2px solid #e0e0e0;border-radius:8px;background:#fff;cursor:pointer;font-size:.8rem;font-weight:600;color:#333;transition:all .15s;min-height:36px;min-width:36px;display:flex;align-items:center;justify-content:center}.store-card-size-btn.selected{border-color:#e879c7;background:#fce7f3;color:#be185d}.store-card-size-btn:active{transform:scale(.95)}.store-add-btn{margin-top:auto;padding:.75rem;background:#1a1a2e;color:#fff;border:none;border-radius:10px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s;min-height:44px}.store-add-btn:active:not(:disabled){background:#2d2d4e;transform:scale(.98)}.store-add-btn:disabled{opacity:.4;cursor:not-allowed}.store-add-btn.added{background:#059669}@media (min-width: 480px){.store-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 768px){.store-header{padding:2rem 2rem 1rem}.store-grid{gap:1.5rem;padding:0 2rem}.store-cart-link:hover{background:#2d2d4e}.store-card-size-btn:hover{border-color:#e879c7}.store-add-btn:hover:not(:disabled){background:#2d2d4e}}@media (min-width: 1024px){.store-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: 1280px){.store-grid{grid-template-columns:repeat(4,1fr)}}.checkout-page{min-height:100vh;background-color:#f5f5f5;padding-top:80px;padding-bottom:2rem}.checkout-container{max-width:640px;margin:0 auto;padding:1rem}.checkout-header{margin-bottom:1.5rem}.checkout-back{color:#666;text-decoration:none;font-size:.85rem;display:inline-block;margin-bottom:.5rem}.checkout-back:active{color:#e879c7}.checkout-header h1{font-size:1.5rem;font-weight:800;color:#1a1a2e;margin:0}.checkout-error{background-color:#fee2e2;color:#dc2626;padding:.75rem 1rem;border-radius:10px;margin-bottom:1rem;font-size:.9rem}.checkout-items{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.checkout-item{background:#fff;border-radius:12px;padding:1rem;display:flex;gap:.75rem;box-shadow:0 2px 8px #0000000d}.checkout-item-image{width:72px;height:72px;object-fit:cover;border-radius:8px;flex-shrink:0}.checkout-item-image-placeholder{width:72px;height:72px;background:#f0f0f0;border-radius:8px;flex-shrink:0}.checkout-item-info{flex:1;min-width:0}.checkout-item-title{font-weight:600;font-size:.95rem;color:#1a1a2e}.checkout-item-size{font-size:.8rem;color:#666;margin-top:.125rem}.checkout-item-price{font-size:.85rem;color:#e879c7;font-weight:600;margin-top:.25rem}.checkout-item-controls{display:flex;flex-direction:column;align-items:flex-end;gap:.375rem;flex-shrink:0}.checkout-qty-controls{display:flex;align-items:center;gap:0;border:2px solid #e0e0e0;border-radius:8px;overflow:hidden}.checkout-qty-btn{width:36px;height:36px;border:none;background:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;color:#333;display:flex;align-items:center;justify-content:center;transition:background .15s}.checkout-qty-btn:active{background:#f0f0f0}.checkout-qty-value{width:32px;text-align:center;font-weight:600;font-size:.9rem}.checkout-item-line-total{font-weight:700;font-size:.95rem;color:#1a1a2e}.checkout-remove-btn{background:none;border:none;color:#dc2626;font-size:.75rem;cursor:pointer;padding:0}.checkout-coupon{margin-bottom:1rem}.checkout-coupon-input-row{display:flex;gap:.5rem}.checkout-coupon-input{flex:1;padding:.75rem 1rem;border:2px solid #e0e0e0;border-radius:10px;font-size:.9rem;outline:none;text-transform:uppercase}.checkout-coupon-input:focus{border-color:#e879c7}.checkout-coupon-input::placeholder{text-transform:none}.checkout-coupon-applied{display:flex;align-items:center;justify-content:space-between;background:#d1fae5;border-radius:10px;padding:.75rem 1rem}.checkout-coupon-tag{font-weight:600;font-size:.9rem;color:#065f46}.checkout-coupon-remove{background:none;border:none;color:#065f46;font-size:.8rem;cursor:pointer;text-decoration:underline}.checkout-discount-row{color:#059669;font-weight:500}.checkout-tax-row{color:#666;font-size:.9rem}.checkout-summary-total{padding-top:.75rem;border-top:1px solid #e0e0e0;margin-top:.25rem}.checkout-summary{background:#fff;border-radius:12px;padding:1.25rem;box-shadow:0 2px 8px #0000000d}.checkout-summary-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:1rem;color:#333}.checkout-total{font-size:1.25rem;font-weight:800;color:#1a1a2e}.checkout-btn{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 1.5rem;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;border:none;text-decoration:none;min-height:48px}.checkout-btn-primary{background:#1a1a2e;color:#fff}.checkout-btn-primary:active:not(:disabled){background:#2d2d4e}.checkout-btn-secondary{background:#f5f5f5;color:#333;border:1px solid #e0e0e0}.checkout-btn-secondary:active{background:#e0e0e0}.checkout-btn-full{width:100%}.checkout-btn:disabled{opacity:.5;cursor:not-allowed}.checkout-payment{display:flex;flex-direction:column;gap:1.25rem}.checkout-payment-summary{background:#fff;border-radius:12px;padding:1rem;box-shadow:0 2px 8px #0000000d}.checkout-payment-summary .checkout-summary-row{margin-bottom:0}.checkout-payment-items{padding-bottom:.75rem;margin-bottom:.5rem;border-bottom:1px solid #e0e0e0}.checkout-payment-item{display:flex;justify-content:space-between;padding:.375rem 0;font-size:.9rem;color:#333}.checkout-stripe-container{background:#fff;border-radius:12px;padding:1.25rem;box-shadow:0 2px 8px #0000000d}.checkout-payment-actions{display:flex;gap:.75rem}.checkout-payment-actions .checkout-btn{flex:1}.checkout-success,.checkout-empty{text-align:center;padding:3rem 1rem}.checkout-success-icon{width:64px;height:64px;border-radius:50%;background:#d1fae5;color:#059669;font-size:2rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.checkout-success h2,.checkout-empty h2{font-size:1.5rem;color:#1a1a2e;margin:0 0 .75rem}.checkout-success p,.checkout-empty p{color:#666;margin:0 0 1.5rem}@media (min-width: 768px){.checkout-container{padding:2rem}.checkout-header h1{font-size:1.75rem}.checkout-back:hover{color:#e879c7}.checkout-qty-btn:hover{background:#f0f0f0}.checkout-btn-primary:hover:not(:disabled){background:#2d2d4e}.checkout-btn-secondary:hover{background:#e0e0e0}.checkout-remove-btn:hover{text-decoration:underline}}.gdoc-page{min-height:60vh;background:#f9fafb;padding:1.5rem 1rem}.gdoc-page-container{max-width:900px;margin:0 auto;background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000014;overflow:hidden}.gdoc-page-header{padding:1.5rem;border-bottom:1px solid #e5e7eb;background:linear-gradient(135deg,#e879c7,#d95196)}.gdoc-page-title{color:#fff;font-size:clamp(1.5rem,4vw,2.5rem);font-weight:700;margin:0;text-transform:uppercase;letter-spacing:1px}.gdoc-content{padding:1.5rem;line-height:1.8;color:#333}.gdoc-content--full{min-height:300px}.gdoc-content--widget{padding:1rem}.gdoc-content h1{font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700;color:#e879c7;margin:0 0 1.5rem;line-height:1.2}.gdoc-content h2{font-size:clamp(1.5rem,3vw,1.75rem);font-weight:600;color:#333;margin:2rem 0 1rem;line-height:1.3}.gdoc-content h3{font-size:clamp(1.25rem,2.5vw,1.5rem);font-weight:600;color:#444;margin:1.5rem 0 .75rem}.gdoc-content h4,.gdoc-content h5,.gdoc-content h6{font-size:1.125rem;font-weight:600;color:#555;margin:1.25rem 0 .5rem}.gdoc-content p{margin:0 0 1rem;font-size:1rem}.gdoc-content a{color:#e879c7;text-decoration:none;border-bottom:1px solid transparent;transition:all .2s ease}.gdoc-content strong,.gdoc-content b{font-weight:600;color:#222}.gdoc-content em,.gdoc-content i{font-style:italic}.gdoc-content ul,.gdoc-content ol{margin:1rem 0;padding-left:1.5rem}.gdoc-content li{margin-bottom:.5rem}.gdoc-content ul li{list-style-type:disc}.gdoc-content ol li{list-style-type:decimal}.gdoc-content ul ul,.gdoc-content ol ol,.gdoc-content ul ol,.gdoc-content ol ul{margin:.5rem 0}.gdoc-content table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-size:.95rem;display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}.gdoc-content th,.gdoc-content td{padding:.75rem 1rem;text-align:left;border:1px solid #e5e7eb}.gdoc-content th{background:#f9fafb;font-weight:600;color:#333}.gdoc-content tr:nth-child(2n){background:#fafafa}.gdoc-content blockquote{margin:1.5rem 0;padding:1rem 1.5rem;border-left:4px solid #e879c7;background:#fdf2f8;font-style:italic;color:#555}.gdoc-content pre,.gdoc-content code{font-family:SF Mono,Monaco,Courier New,monospace;background:#f3f4f6;border-radius:4px}.gdoc-content code{padding:.125rem .375rem;font-size:.9em}.gdoc-content pre{padding:1rem;overflow-x:auto;margin:1rem 0}.gdoc-content pre code{padding:0;background:none}.gdoc-content hr{border:none;border-top:2px solid #e5e7eb;margin:2rem 0}.gdoc-content img{max-width:100%;height:auto;border-radius:8px;margin:1rem 0}.gdoc-content--loading{display:flex;align-items:center;justify-content:center;min-height:200px}.gdoc-loading{display:flex;flex-direction:column;align-items:center;gap:1rem;color:#666}.gdoc-loading-spinner{width:40px;height:40px;border:3px solid #f3f4f6;border-top-color:#e879c7;border-radius:50%;animation:spin 1s linear infinite}.gdoc-content--error{display:flex;align-items:center;justify-content:center;min-height:200px}.gdoc-error{text-align:center;color:#666}.gdoc-error-icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;background:#fee2e2;color:#dc2626;border-radius:50%;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.gdoc-error p{margin:.25rem 0}.gdoc-error-detail{font-size:.875rem;color:#999}.gdoc-content--empty{display:flex;align-items:center;justify-content:center;min-height:200px}.gdoc-empty{color:#999;font-style:italic}.gdoc-not-found{text-align:center;padding:2rem 1rem}.gdoc-not-found h1{font-size:1.75rem;color:#333;margin-bottom:1rem}.gdoc-not-found p{color:#666;margin-bottom:2rem}.gdoc-back-button{background:#e879c7;color:#fff;border:none;padding:.75rem 2rem;border-radius:30px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;min-height:44px}.doc-name-cell{display:flex;flex-direction:column;gap:.25rem}.doc-name{font-weight:500;color:var(--text-primary)}.doc-inactive-badge{display:inline-block;padding:.125rem .5rem;background:#f3f4f6;color:#6b7280;font-size:.75rem;border-radius:4px}.doc-slug{font-family:SF Mono,Monaco,Courier New,monospace;font-size:.85rem;background:#f3f4f6;padding:.25rem .5rem;border-radius:4px;color:#555}.fetch-status{font-weight:500;display:block}.fetch-error{display:block;font-size:.75rem;color:#ef4444;margin-top:.25rem}.inactive-row{opacity:.6}.badge-hotsheet{background-color:#fce7f3;color:#be185d}.badge-standard{background-color:#e0f2fe;color:#0369a1}.form-error{background:#fee2e2;color:#dc2626;padding:.75rem 1rem;border-radius:6px;margin-bottom:1rem;font-size:.9rem}.form-field{margin-bottom:1.25rem}.form-field label{display:block;font-weight:500;margin-bottom:.5rem;color:#333}.form-field input,.form-field select{width:100%;padding:.75rem;border:2px solid #d1d5db;border-radius:6px;font-size:1rem;transition:border-color .2s,box-shadow .2s;min-height:44px}.form-field input:focus,.form-field select:focus{outline:none;border-color:#e879c7;box-shadow:0 0 0 3px #e879c726}.form-hint{margin:.5rem 0 0;font-size:.85rem;color:#666}@media (min-width: 768px){.gdoc-page{padding:clamp(2rem,5vw,4rem) clamp(1rem,3vw,2rem)}.gdoc-page-container{border-radius:16px}.gdoc-page-header,.gdoc-content{padding:2rem 2.5rem}.gdoc-content--widget{padding:1rem 1.5rem}.gdoc-content table{display:table;overflow-x:visible}.gdoc-content a:hover{color:#d95196;border-bottom-color:#d95196}.gdoc-not-found{padding:4rem 2rem}.gdoc-not-found h1{font-size:2rem}.gdoc-back-button:hover{background:#d95196;transform:translateY(-2px);box-shadow:0 4px 12px #e879c766}}.survey-page{min-height:100vh;background:linear-gradient(135deg,#fdf2f8,#fff1f2);padding:1rem .5rem}.survey-container{max-width:700px;margin:0 auto}.survey-loading{text-align:center;padding:4rem 2rem;color:var(--text-secondary);font-size:1.125rem}.survey-header{background:#fff;border-radius:12px;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 2px 8px #00000014;border-top:4px solid var(--primary-color)}.survey-header h1{margin:0 0 .5rem;font-size:1.5rem;color:var(--text-primary)}.survey-header p{margin:0;color:var(--text-secondary);line-height:1.6}.survey-form{display:flex;flex-direction:column;gap:1rem}.survey-error{background:#fee2e2;color:#991b1b;padding:1rem;border-radius:8px;margin-bottom:.5rem}.survey-question{background:#fff;border-radius:12px;padding:1.25rem 1.5rem;box-shadow:0 2px 8px #00000014;border-left:4px solid transparent;transition:border-color .2s}.survey-question:focus-within{border-left-color:var(--primary-color)}.survey-question.has-error{border-left-color:#dc2626}.question-label{display:block;font-weight:500;font-size:1rem;margin-bottom:1rem;color:var(--text-primary);line-height:1.5}.question-number{color:var(--primary-color);margin-right:.5rem}.required-star{color:#dc2626;margin-left:.25rem}.question-input{width:100%;padding:.875rem 1rem;border:2px solid #d1d5db;border-radius:8px;font-size:1rem;background:#fff;transition:border-color .2s,box-shadow .2s;min-height:44px}.question-input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #ff6b9d26}.question-textarea{width:100%;padding:.875rem 1rem;border:2px solid #d1d5db;border-radius:8px;font-size:1rem;min-height:120px;resize:vertical;font-family:inherit;background:#fff;transition:border-color .2s,box-shadow .2s}.question-textarea:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #ff6b9d26}.question-options{display:flex;flex-direction:column;gap:.75rem}.option-label{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#f9fafb;border:1px solid var(--border-color);border-radius:8px;cursor:pointer;transition:all .2s;min-height:44px}.option-label.selected{background:#f9a8d4;border-color:#ec4899;border-width:2px}.option-label input[type=radio],.option-label input[type=checkbox]{width:22px;height:22px;cursor:pointer;accent-color:var(--primary-color)}.option-label input[type=radio]:checked+.option-text,.option-label input[type=checkbox]:checked+.option-text{font-weight:600;color:#be185d}.option-text{flex:1;color:var(--text-primary)}.rating-input{display:flex;gap:.5rem}.rating-button{width:44px;height:44px;border:2px solid #d1d5db;border-radius:8px;background:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;color:#374151}.rating-button.selected{background:#ec4899;border-color:#ec4899;color:#fff}.scale-input{display:flex;gap:.375rem;flex-wrap:wrap}.scale-button{width:44px;height:44px;border:2px solid #d1d5db;border-radius:8px;background:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;color:#374151}.scale-button.selected{background:#ec4899;border-color:#ec4899;color:#fff}.yes-no-input{display:flex;flex-direction:column;gap:.75rem}.yes-no-button{width:100%;padding:1rem 2rem;border:2px solid #d1d5db;border-radius:8px;background:#fff;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s;color:#374151;min-height:44px}.yes-no-button.selected{background:#ec4899;border-color:#ec4899;color:#fff}.question-error{display:block;color:#dc2626;font-size:.875rem;margin-top:.5rem}.survey-submit-btn{background:#1f2937;color:#fff;border:none;padding:1rem 2rem;font-size:1.125rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .2s;margin-top:1rem;min-height:48px}.survey-submit-btn:disabled{opacity:.6;cursor:not-allowed}.survey-error-card{background:#fff;border-radius:12px;padding:2rem 1.5rem;text-align:center;box-shadow:0 2px 8px #00000014}.survey-error-card h1{margin:0 0 1rem;color:var(--text-primary)}.survey-error-card p{color:var(--text-secondary);margin:0}.thank-you-card{background:#fff;border-radius:12px;padding:2rem 1.5rem;text-align:center;box-shadow:0 2px 8px #00000014}.thank-you-icon{width:80px;height:80px;margin:0 auto 1.5rem;background:#d1fae5;border-radius:50%;display:flex;align-items:center;justify-content:center}.thank-you-icon svg{width:40px;height:40px;color:#059669}.thank-you-card h1{margin:0 0 1rem;font-size:1.75rem;color:var(--text-primary)}.thank-you-card p{color:var(--text-secondary);margin:0 0 2rem;line-height:1.6}.thank-you-card .custom-message{font-size:1.125rem;color:var(--text-primary)}.back-home-btn{display:inline-block;background:var(--primary-color);color:#fff;text-decoration:none;padding:.875rem 2rem;border-radius:8px;font-weight:500;transition:all .2s;min-height:44px}@media (min-width: 768px){.survey-page{padding:6rem 1rem 2rem}.survey-header{padding:2rem}.survey-header h1{font-size:1.75rem}.survey-question{padding:1.5rem 2rem}.question-label{font-size:1.125rem}.rating-button{width:50px;height:50px;font-size:1.25rem}.yes-no-input{flex-direction:row;gap:1rem}.yes-no-button{flex:1;width:auto}.option-label:hover{background:#f3f4f6;border-color:var(--primary-color)}.rating-button:hover,.scale-button:hover{border-color:var(--primary-color);color:var(--primary-color)}.yes-no-button:hover{border-color:#ec4899;color:#ec4899}.survey-submit-btn:hover:not(:disabled){background:#111827;transform:translateY(-1px)}.back-home-btn:hover{background:#e55a8a;transform:translateY(-1px)}.survey-error-card,.thank-you-card{padding:3rem 2rem}.thank-you-card h1{font-size:2rem}}.chat-layout{display:flex;height:100vh;background-color:#f5f5f5;overflow:hidden}.chat-sidebar{position:fixed;left:-280px;top:0;bottom:0;width:280px;background-color:#1a1a2e;color:#fff;display:flex;flex-direction:column;flex-shrink:0;z-index:200;transition:left .3s ease}.chat-sidebar.open{left:0}.chat-sidebar-header{padding:1.25rem 1rem;border-bottom:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center}.chat-sidebar-header h2{margin:0;font-size:1.1rem;font-weight:600;color:#e879c7}.chat-back-link{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:8px;color:#ffffffb3;text-decoration:none;font-size:1.25rem;transition:all .2s ease}.chat-back-link:hover{background:#ffffff1a;color:#e879c7}.chat-sidebar-close{display:block;background:none;border:none;color:#ffffffb3;font-size:1.5rem;cursor:pointer;padding:0;line-height:1;min-height:44px;min-width:44px}.chat-sidebar-search{padding:.75rem 1rem;border-bottom:1px solid rgba(255,255,255,.1)}.chat-sidebar-search input{width:100%;padding:.5rem .75rem;background:#ffffff1a;border:none;border-radius:6px;color:#fff;font-size:.85rem;outline:none}.chat-sidebar-search input::placeholder{color:#ffffff80}.chat-sidebar-search input:focus{background:#ffffff26}.chat-channel-list{flex:1;overflow-y:auto;padding:.5rem 0}.chat-channel-item{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;color:#ffffffb3;text-decoration:none;transition:all .15s;font-size:1rem;min-height:44px}.chat-channel-item:hover{background:#ffffff0d;color:#fff}.chat-channel-item.active{background:#e879c733;color:#fff}.chat-channel-item.unread{color:#fff;font-weight:600}.chat-channel-icon{font-size:1rem;opacity:.7;width:20px;text-align:center}.chat-channel-name{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-channel-badge{background:#e879c7;color:#fff;font-size:.7rem;font-weight:600;padding:.125rem .4rem;border-radius:10px;min-width:18px;text-align:center}.chat-sidebar-footer{padding:1rem;border-top:1px solid rgba(255,255,255,.1);margin-top:auto}.chat-exit-link{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;color:#ffffffb3;text-decoration:none;font-size:.9rem;border-radius:8px;transition:all .2s ease}.chat-exit-link:hover{background:#ffffff1a;color:#e879c7}.chat-main{flex:1;display:flex;flex-direction:column;min-width:0;background:#fff}.chat-main.with-thread{flex:1}.chat-no-channel{flex:1;display:flex;align-items:center;justify-content:center;text-align:center;padding:2rem}.chat-no-channel-content h2{margin:0 0 .5rem;color:#333}.chat-no-channel-content p{margin:0 0 1.5rem;color:#666}.chat-channel-view{flex:1;display:flex;flex-direction:column;min-height:0}.chat-channel-header{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;background:#fff;border-bottom:1px solid #e0e0e0;flex-shrink:0}.chat-hamburger{display:flex;flex-direction:column;justify-content:space-between;width:20px;height:14px;background:none;border:none;cursor:pointer;padding:13px;box-sizing:content-box}.chat-hamburger span{display:block;width:100%;height:2px;background:#333;border-radius:2px}.chat-channel-info{flex:1;min-width:0}.chat-channel-info h1{margin:0;font-size:1.1rem;font-weight:600;display:flex;align-items:center;gap:.375rem}.chat-channel-info h1 .chat-channel-icon{color:#666}.chat-channel-description{margin:.25rem 0 0;font-size:.8rem;color:#666;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-channel-meta{display:flex;align-items:center;gap:.75rem;font-size:.8rem;color:#666}.chat-connection-status{font-size:.6rem}.chat-connection-status.connecting,.chat-connection-status.reconnecting{color:#f59e0b}.chat-messages-container{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;position:relative}.chat-messages{display:flex;flex-direction:column;gap:.25rem}.chat-loading,.chat-empty-messages{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#666;text-align:center}.chat-empty-messages p{margin:.25rem 0}.chat-empty-icon{font-size:3rem;margin-bottom:.5rem;opacity:.5}.chat-loading-spinner{width:32px;height:32px;border:3px solid #e0e0e0;border-top-color:#e879c7;border-radius:50%;animation:chat-spin .8s linear infinite;margin-bottom:.75rem}.chat-loading-spinner.small{width:20px;height:20px;border-width:2px;margin-bottom:0;margin-right:.5rem}@keyframes chat-spin{to{transform:rotate(360deg)}}.chat-load-more-trigger{padding:1rem;text-align:center}.chat-loading-more{display:flex;align-items:center;justify-content:center;font-size:.85rem;color:#666}.chat-date-separator{display:flex;align-items:center;justify-content:center;padding:1rem 0;position:relative}.chat-date-separator:before,.chat-date-separator:after{content:"";flex:1;height:1px;background:#e0e0e0}.chat-date-separator span{padding:0 1rem;font-size:.75rem;font-weight:500;color:#666;text-transform:uppercase;letter-spacing:.5px}.chat-scroll-to-bottom{position:absolute;bottom:80px;right:1.5rem;width:40px;height:40px;border-radius:50%;background:#fff;border:1px solid #e0e0e0;box-shadow:0 2px 8px #00000026;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.25rem;color:#666;transition:all .2s;z-index:10}.chat-scroll-to-bottom:hover{background:#f9fafb;box-shadow:0 4px 12px #0003}.chat-message{display:flex;gap:.75rem;padding:.5rem;border-radius:8px;position:relative}.chat-message:hover{background:#f9fafb}.chat-message.optimistic{opacity:.6}.chat-message.editing{background:#fef3c7}.chat-message.deleted{opacity:.6}.chat-message.deleted .chat-message-avatar{background:#ccc}.chat-message.deleted .chat-message-avatar.deleted{background:#e0e0e0}.chat-message-deleted{font-size:.85rem;color:#999;font-style:italic;padding:.5rem 0}.chat-message-avatar{width:36px;height:36px;border-radius:8px;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.9rem;flex-shrink:0}.chat-message-content{flex:1;min-width:0}.chat-message-header{display:flex;align-items:baseline;gap:.5rem;margin-bottom:.25rem}.chat-message-author{font-weight:600;font-size:.9rem;color:#333}.chat-message-time{font-size:.75rem;color:#999}.chat-message-edited{font-size:.7rem;color:#999;font-style:italic}.chat-message-text{font-size:1rem;line-height:1.5;color:#333;word-wrap:break-word;white-space:pre-wrap}.chat-message-text.emoji-only{font-size:3.5rem;line-height:1.2}.chat-show-more{background:none;border:none;color:#e879c7;font-size:.85rem;font-weight:500;cursor:pointer;padding:0;margin-left:.25rem}.chat-show-more:hover{text-decoration:underline}.chat-message-attachments{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.chat-attachment{display:block;max-width:300px}.chat-attachment img{max-width:100%;border-radius:8px}.chat-message-reactions{display:flex;flex-wrap:wrap;gap:.25rem;margin-top:.5rem}.chat-reaction{display:inline-flex;align-items:center;gap:.25rem;padding:.125rem .5rem;background:#f0f0f0;border:1px solid #e0e0e0;border-radius:12px;font-size:.8rem;cursor:pointer;transition:all .15s}.chat-reaction:hover{background:#e0e0e0;border-color:#ccc}.chat-reaction.own{background:#e879c726;border-color:#e879c74d}.chat-reaction.own:hover{background:#e879c740;border-color:#e879c766}.chat-reaction-emoji{font-size:.9rem}.chat-reaction-count{font-weight:500;color:#666}.chat-thread-preview{display:flex;align-items:center;gap:.5rem;margin-top:.5rem;padding:.375rem .75rem;background:#f5f5f5;border:none;border-radius:6px;font-size:.8rem;color:#e879c7;cursor:pointer;transition:background .15s}.chat-thread-preview:hover{background:#eee}.chat-thread-count{font-weight:600}.chat-thread-latest{display:flex;align-items:center;gap:.375rem;color:#666}.chat-thread-latest-author{font-weight:500}.chat-thread-latest-time{color:#999}.chat-message-actions{display:none;position:absolute;top:0;right:.5rem;background:#fff;border:1px solid #e0e0e0;border-radius:6px;box-shadow:0 2px 8px #0000001a;padding:.25rem;gap:.125rem;z-index:10}@media (min-width: 768px){.chat-message:hover .chat-message-actions{display:flex}}.chat-message.actions-visible .chat-message-actions{display:flex}.chat-message-actions.mobile{position:absolute;top:auto;bottom:100%;right:50%;transform:translate(50%);margin-bottom:.5rem;background:#1e1e1ef2;border:none;border-radius:12px;padding:.5rem;gap:.25rem;box-shadow:0 4px 20px #0000004d;animation:popIn .2s ease-out}.chat-message-actions.mobile button{color:#fff;font-size:1.5rem;padding:.75rem 1rem;min-width:50px}.chat-message-actions.mobile button:hover,.chat-message-actions.mobile button:active{background:#ffffff26}.chat-message.actions-visible{background:#e879c714;border-radius:12px}@keyframes popIn{0%{opacity:0;transform:translate(50%) scale(.8)}to{opacity:1;transform:translate(50%) scale(1)}}.chat-message-actions button{background:none;border:none;padding:.375rem .5rem;cursor:pointer;font-size:1.25rem;border-radius:4px;transition:all .15s;line-height:1}.chat-message-actions button:hover{background:#f0f0f0;transform:scale(1.1)}.chat-action-btn{background:none;border:none;padding:.375rem .5rem;cursor:pointer;font-size:1.25rem;border-radius:4px;transition:all .15s;line-height:1}.chat-action-btn:hover{background:#f0f0f0;transform:scale(1.1)}.chat-action-btn.danger:hover{background:#fee2e2}.chat-quick-reactions{display:flex;gap:.125rem;padding-right:.25rem;border-right:1px solid #e0e0e0;margin-right:.25rem}.chat-edit-form{margin-top:.25rem}.chat-edit-form input,.chat-edit-input{width:100%;padding:.5rem;border:2px solid #e879c7;border-radius:6px;font-size:.9rem;font-family:inherit;outline:none;resize:vertical;min-height:2.5rem}.chat-edit-hint{display:block;margin-top:.25rem;font-size:.7rem;color:#999}.chat-edit-actions{display:flex;gap:.5rem;margin-top:.5rem}.chat-edit-actions button{padding:.25rem .75rem;border-radius:4px;font-size:.8rem;cursor:pointer}.chat-edit-actions button[type=button]{background:#f0f0f0;border:1px solid #e0e0e0;color:#666}.chat-edit-actions button[type=submit]{background:#e879c7;border:none;color:#fff}.chat-input-form{display:flex;gap:.75rem;padding:1rem 1.5rem;border-top:1px solid #e0e0e0;background:#fff}.chat-input{flex:1;padding:.75rem 1rem;border:2px solid #e0e0e0;border-radius:8px;font-size:.9rem;outline:none;transition:border-color .2s}.chat-input:focus{border-color:#e879c7}.chat-send-btn{padding:.75rem 1.5rem;background:#e879c7;color:#fff;border:none;border-radius:8px;font-weight:500;cursor:pointer;transition:background .2s}.chat-send-btn:hover:not(:disabled){background:#d95196}.chat-send-btn:disabled{opacity:.5;cursor:not-allowed}.chat-composer{border-top:1px solid #e0e0e0;background:#fff;padding:.75rem 1rem}.chat-composer-thread-indicator{display:flex;align-items:center;justify-content:space-between;padding:.5rem .75rem;margin-bottom:.5rem;background:#f5f0ff;border-radius:6px;font-size:.85rem;color:#666}.chat-composer-thread-label strong{color:#e879c7}.chat-composer-thread-cancel{background:none;border:none;font-size:1.25rem;color:#999;cursor:pointer;padding:0;line-height:1}.chat-composer-thread-cancel:hover{color:#333}.chat-composer-error{padding:.5rem .75rem;margin-bottom:.5rem;background:#fee2e2;border-radius:6px;font-size:.85rem;color:#dc2626}.chat-composer-attachments{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.5rem}.chat-composer-attachment{position:relative;max-width:100px;background:#f5f5f5;border-radius:6px;overflow:hidden}.chat-composer-attachment img{width:100%;height:60px;object-fit:cover}.chat-composer-attachment-file{display:flex;flex-direction:column;align-items:center;padding:.5rem;min-height:60px}.chat-composer-attachment-icon{font-size:1.25rem}.chat-composer-attachment-name{font-size:.7rem;color:#666;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:80px;text-align:center}.chat-composer-attachment-remove{position:absolute;top:2px;right:2px;width:18px;height:18px;background:#0009;color:#fff;border:none;border-radius:50%;font-size:.75rem;cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:1}.chat-composer-attachment-remove:hover{background:#000c}.chat-composer-attachment.uploading{opacity:.6}.chat-composer-input-area{display:flex;align-items:flex-end;gap:.5rem}.chat-composer-btn{flex-shrink:0;width:44px;height:44px;background:none;border:1px solid #e0e0e0;border-radius:8px;font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s}.chat-composer-btn:hover:not(:disabled){background:#f5f5f5;border-color:#ccc}.chat-composer-btn.active{background:#f5f0ff;border-color:#e879c7}.chat-composer-btn:disabled{opacity:.5;cursor:not-allowed}.chat-composer-file-input{display:none}.chat-composer-emoji-container{position:relative}.chat-emoji-picker{position:absolute;bottom:100%;left:0;margin-bottom:.5rem;background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 4px 16px #00000026;width:280px;z-index:100}.chat-emoji-picker-tabs{display:flex;border-bottom:1px solid #e0e0e0}.chat-emoji-picker-tab{flex:1;padding:.5rem;background:none;border:none;font-size:1rem;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-1px}.chat-emoji-picker-tab:hover{background:#f5f5f5}.chat-emoji-picker-tab.active{border-bottom-color:#e879c7}.chat-emoji-picker-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:2px;padding:.5rem;max-height:200px;overflow-y:auto}.chat-emoji-picker-item{width:100%;aspect-ratio:1;background:none;border:none;font-size:1.25rem;cursor:pointer;border-radius:4px;display:flex;align-items:center;justify-content:center}.chat-emoji-picker-item:hover{background:#f5f5f5}.chat-composer-textarea{flex:1;padding:.5rem .75rem;border:2px solid #e0e0e0;border-radius:8px;font-size:.9rem;font-family:inherit;outline:none;resize:none;min-height:36px;max-height:200px;transition:border-color .2s;line-height:1.4}.chat-composer-textarea:focus{border-color:#e879c7}.chat-composer-textarea:disabled{background:#f5f5f5}.chat-composer-textarea.error{border-color:#dc2626}.chat-composer-char-count{flex-shrink:0;font-size:.75rem;color:#999;padding:0 .25rem}.chat-composer-char-count.warning{color:#f59e0b}.chat-composer-char-count.error{color:#dc2626}.chat-composer-send{flex-shrink:0;width:44px;height:44px;background:#e879c7;color:#fff;border:none;border-radius:8px;font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s}.chat-composer-send:hover:not(:disabled){background:#d95196}.chat-composer-send:disabled{background:#ccc;cursor:not-allowed}.chat-composer-sending{animation:pulse 1s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.chat-composer-hint{margin-top:.375rem;font-size:.7rem;color:#999;text-align:center}.chat-composer-hint kbd{background:#f0f0f0;padding:.125rem .375rem;border-radius:3px;font-family:inherit;font-size:.65rem}.chat-thread-panel{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;background:#fff;border-left:none;display:flex;flex-direction:column;flex-shrink:0;z-index:200}.chat-thread{flex:1;display:flex;flex-direction:column;min-height:0}.chat-thread-header{display:flex;justify-content:space-between;align-items:center;padding:1rem;border-bottom:1px solid #e0e0e0}.chat-thread-header h3{margin:0;font-size:1rem}.chat-thread-close{background:none;border:none;font-size:1.25rem;color:#999;cursor:pointer;padding:0;line-height:1}.chat-thread-close:hover{color:#333}.chat-thread-parent{padding:1rem;background:#f9fafb;border-bottom:1px solid #e0e0e0}.chat-thread-divider{padding:.75rem 1rem;font-size:.8rem;color:#666;border-bottom:1px solid #e0e0e0}.chat-thread-replies{flex:1;overflow-y:auto;padding:.5rem}.chat-thread-input{display:flex;gap:.5rem;padding:1rem;border-top:1px solid #e0e0e0}.chat-thread-input input{flex:1;padding:.5rem .75rem;border:2px solid #e0e0e0;border-radius:6px;font-size:.85rem;outline:none}.chat-thread-input input:focus{border-color:#e879c7}.chat-thread-input button{padding:.5rem 1rem;background:#e879c7;color:#fff;border:none;border-radius:6px;font-size:.85rem;cursor:pointer}.chat-thread-input button:disabled{opacity:.5;cursor:not-allowed}.chat-thread-overlay{display:none}.thread-panel{display:flex;flex-direction:column;height:100%;background:#fff}.thread-panel-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;border-bottom:1px solid #e0e0e0;background:#fafafa}.thread-panel-title{display:flex;flex-direction:column;gap:.125rem}.thread-panel-title h3{margin:0;font-size:1rem;font-weight:600;color:#333}.thread-panel-channel{font-size:.75rem;color:#666}.thread-panel-close{background:none;border:none;font-size:1.5rem;color:#999;cursor:pointer;padding:.25rem;line-height:1;border-radius:4px;transition:all .15s}.thread-panel-close:hover{background:#f0f0f0;color:#333}.thread-panel-participants{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.25rem;border-bottom:1px solid #e0e0e0;background:#fff}.thread-participants-avatars{display:flex;align-items:center}.thread-participant-avatar{width:24px;height:24px;border-radius:50%;color:#fff;font-size:.65rem;font-weight:600;display:flex;align-items:center;justify-content:center;border:2px solid white;margin-left:-8px}.thread-participant-avatar:first-child{margin-left:0}.thread-participant-more{width:24px;height:24px;border-radius:50%;background:#e0e0e0;color:#666;font-size:.6rem;font-weight:600;display:flex;align-items:center;justify-content:center;border:2px solid white;margin-left:-8px}.thread-participants-count{font-size:.8rem;color:#666}.thread-panel-parent{padding:1rem 1.25rem;background:#f9fafb;border-bottom:1px solid #e0e0e0}.thread-parent-message{display:flex;gap:.75rem}.thread-parent-avatar{width:36px;height:36px;border-radius:8px;color:#fff;font-size:.9rem;font-weight:600;display:flex;align-items:center;justify-content:center;flex-shrink:0}.thread-parent-content{flex:1;min-width:0}.thread-parent-header{display:flex;align-items:baseline;gap:.5rem;margin-bottom:.25rem}.thread-parent-author{font-weight:600;font-size:.9rem;color:#333}.thread-parent-time{font-size:.75rem;color:#999}.thread-parent-text{font-size:.9rem;line-height:1.5;color:#333;word-wrap:break-word;white-space:pre-wrap}.thread-parent-attachments{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.thread-attachment img{max-width:150px;border-radius:6px}.thread-panel-divider{padding:.625rem 1.25rem;font-size:.8rem;font-weight:500;color:#666;border-bottom:1px solid #e0e0e0;background:#fff}.thread-panel-replies{flex:1;overflow-y:auto;padding:.75rem 1rem}.thread-loading,.thread-error,.thread-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center;color:#666}.thread-error button{margin-top:.5rem;padding:.375rem .75rem;background:#e879c7;color:#fff;border:none;border-radius:4px;cursor:pointer}.thread-reply{display:flex;gap:.625rem;padding:.5rem;border-radius:6px;margin-bottom:.25rem}.thread-reply:hover{background:#f9fafb}.thread-reply.own{background:#faf5ff}.thread-reply.deleted{opacity:.6}.thread-reply-avatar{width:28px;height:28px;border-radius:6px;color:#fff;font-size:.75rem;font-weight:600;display:flex;align-items:center;justify-content:center;flex-shrink:0}.thread-reply-content{flex:1;min-width:0}.thread-reply-header{display:flex;align-items:baseline;gap:.375rem;margin-bottom:.125rem}.thread-reply-author{font-weight:600;font-size:.8rem;color:#333}.thread-reply-time{font-size:.7rem;color:#999}.thread-reply-edited{font-size:.65rem;color:#999;font-style:italic}.thread-reply-text{font-size:.85rem;line-height:1.4;color:#333;word-wrap:break-word;white-space:pre-wrap}.thread-reply-attachments{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.thread-reply-attachment{display:block;max-width:200px;border-radius:8px;overflow:hidden;text-decoration:none}.thread-reply-attachment img{display:block;width:100%;height:auto;max-height:150px;object-fit:cover;border-radius:8px}.thread-reply-attachment video{display:block;width:100%;max-height:150px;border-radius:8px}.thread-attachment-file{display:inline-flex;align-items:center;gap:.25rem;padding:.375rem .75rem;background:#f0f0f0;border-radius:6px;font-size:.75rem;color:#666}.thread-attachment-file:before{content:"📎"}.thread-panel-composer{border-top:1px solid #e0e0e0}.thread-panel-composer .chat-composer{border-top:none}.thread-panel-composer .chat-composer-hint{display:none}.chat-thread-avatars{display:flex;align-items:center;margin-right:.5rem}.chat-thread-avatar{width:20px;height:20px;border-radius:50%;color:#fff;font-size:.55rem;font-weight:600;display:flex;align-items:center;justify-content:center;border:2px solid white;margin-left:-6px}.chat-thread-avatar:first-child{margin-left:0}.chat-message.has-thread{border-left:2px solid #e879c7;padding-left:calc(.5rem - 2px);margin-left:0}.file-upload{width:100%}.file-upload-dropzone{border:2px dashed #e0e0e0;border-radius:8px;padding:2rem;text-align:center;cursor:pointer;transition:all .2s;background:#fafafa}.file-upload-dropzone:hover{border-color:#e879c7;background:#fef7fb}.file-upload-dropzone.dragging{border-color:#e879c7;background:#fef7fb;border-style:solid}.file-upload-dropzone.disabled{opacity:.5;cursor:not-allowed}.file-upload-input{display:none}.file-upload-prompt{display:flex;flex-direction:column;align-items:center;gap:.5rem}.file-upload-icon{font-size:2rem}.file-upload-text{font-size:.9rem;color:#333;font-weight:500}.file-upload-hint{font-size:.75rem;color:#999}.file-upload-errors{margin-top:.5rem}.file-upload-error{padding:.5rem .75rem;background:#fee2e2;border-radius:4px;font-size:.8rem;color:#dc2626;margin-bottom:.25rem}.file-upload-previews{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:.75rem;margin-top:1rem}.file-upload-preview{position:relative;border:1px solid #e0e0e0;border-radius:8px;overflow:hidden;background:#fff}.file-upload-preview.complete{border-color:#22c55e}.file-upload-preview.error{border-color:#dc2626}.file-upload-thumbnail{position:relative;height:80px;background:#f5f5f5;display:flex;align-items:center;justify-content:center}.file-upload-thumbnail img{width:100%;height:100%;object-fit:cover}.file-upload-thumbnail-placeholder{font-size:2rem}.file-upload-progress-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;flex-direction:column;align-items:center;justify-content:center}.file-upload-progress-bar{position:absolute;bottom:0;left:0;height:4px;background:#e879c7;transition:width .2s}.file-upload-progress-text{color:#fff;font-size:.8rem;font-weight:600}.file-upload-status-icon{position:absolute;top:4px;right:4px;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700}.file-upload-status-icon.complete{background:#22c55e;color:#fff}.file-upload-status-icon.error{background:#dc2626;color:#fff}.file-upload-remove{position:absolute;top:4px;right:4px;width:20px;height:20px;border-radius:50%;background:#0009;color:#fff;border:none;font-size:.8rem;cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:1}.file-upload-remove:hover{background:#000c}.file-upload-info{padding:.5rem;display:flex;flex-direction:column;gap:.125rem}.file-upload-name{font-size:.7rem;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-upload-size{font-size:.65rem;color:#999}.file-upload-file-error{padding:.25rem .5rem;background:#fee2e2;font-size:.65rem;color:#dc2626;display:flex;align-items:center;justify-content:space-between}.file-upload-file-error button{background:none;border:none;color:#dc2626;text-decoration:underline;cursor:pointer;font-size:.65rem}.file-upload-actions{display:flex;gap:.5rem;margin-top:.75rem;justify-content:flex-end}.file-upload-clear,.file-upload-submit{padding:.375rem .75rem;border-radius:4px;font-size:.8rem;cursor:pointer}.file-upload-clear{background:#f0f0f0;border:1px solid #e0e0e0;color:#666}.file-upload-clear:hover:not(:disabled){background:#e0e0e0}.file-upload-submit{background:#e879c7;border:none;color:#fff}.file-upload-submit:hover{background:#d95196}.media-grid{margin-top:.5rem}.media-grid.compact{margin-top:.25rem}.media-grid-container{display:grid;gap:4px;border-radius:8px;overflow:hidden}.media-grid-1{grid-template-columns:1fr}.media-grid-2{grid-template-columns:1fr 1fr}.media-grid-3{grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr}.media-grid-3 .media-grid-item:first-child{grid-row:span 2}.media-grid-4{grid-template-columns:1fr 1fr}.media-grid-item{position:relative;aspect-ratio:1;background:#f5f5f5;cursor:pointer;overflow:hidden}.media-grid-1 .media-grid-item{aspect-ratio:16/9;max-height:300px}.media-grid-item img,.media-grid-item video{width:100%;height:100%;object-fit:cover;transition:transform .2s}.media-grid-item:hover img,.media-grid-item:hover video{transform:scale(1.05)}.media-grid-item.loaded img,.media-grid-item.loaded video{opacity:1}.media-grid-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#f5f5f5}.media-grid-error{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#f5f5f5;color:#999;font-size:.75rem}.media-grid-play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:48px;height:48px;background:#0009;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.25rem;pointer-events:none}.media-grid-more{position:absolute;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;font-weight:600}.media-grid-documents{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}.media-grid-document{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#f5f5f5;border-radius:8px;text-decoration:none;color:inherit;transition:background .15s}.media-grid-document:hover{background:#eee}.media-grid-document-icon{font-size:1.5rem}.media-grid-document-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.125rem}.media-grid-document-name{font-size:.85rem;font-weight:500;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.media-grid-document-meta{font-size:.7rem;color:#999}.media-grid-document-download{font-size:1rem;opacity:.5}.media-grid-document:hover .media-grid-document-download{opacity:1}.media-viewer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#000000f2;display:flex;flex-direction:column;animation:media-viewer-fade-in .2s ease}@keyframes media-viewer-fade-in{0%{opacity:0}to{opacity:1}}.media-viewer-close{position:absolute;top:1rem;right:1rem;z-index:10;width:40px;height:40px;background:#ffffff1a;border:none;border-radius:50%;color:#fff;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.media-viewer-close:hover{background:#fff3}.media-viewer-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:50px;height:50px;background:#ffffff1a;border:none;border-radius:50%;color:#fff;font-size:2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.media-viewer-nav:hover{background:#fff3}.media-viewer-nav.prev{left:1rem}.media-viewer-nav.next{right:1rem}.media-viewer-content{flex:1;display:flex;align-items:center;justify-content:center;padding:4rem 5rem;overflow:hidden}.media-viewer-content.zoomed{overflow:auto}.media-viewer-loading{display:flex;align-items:center;justify-content:center}.media-viewer-error{display:flex;flex-direction:column;align-items:center;gap:1rem;color:#fff}.media-viewer-error-icon{font-size:3rem}.media-viewer-error button{padding:.5rem 1rem;background:#e879c7;color:#fff;border:none;border-radius:4px;cursor:pointer}.media-viewer-image{max-width:100%;max-height:100%;object-fit:contain;transition:opacity .2s}.media-viewer-image.loading{opacity:0}.media-viewer-content.zoomed .media-viewer-image{max-width:none;max-height:none}.media-viewer-video{max-width:100%;max-height:100%;outline:none}.media-viewer-video.loading{opacity:0}.media-viewer-unsupported{display:flex;flex-direction:column;align-items:center;gap:1rem;color:#fff}.media-viewer-unsupported-icon{font-size:4rem}.media-viewer-unsupported button{padding:.5rem 1rem;background:#e879c7;color:#fff;border:none;border-radius:4px;cursor:pointer}.media-viewer-footer{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background:#00000080}.media-viewer-info{display:flex;flex-direction:column;gap:.25rem}.media-viewer-name{color:#fff;font-size:.9rem}.media-viewer-counter{color:#fff9;font-size:.8rem}.media-viewer-controls{display:flex;gap:.5rem}.media-viewer-control{width:36px;height:36px;background:#ffffff1a;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.media-viewer-control:hover{background:#fff3}.media-viewer-thumbnails{display:flex;justify-content:center;gap:.5rem;padding:.75rem;background:#00000080;overflow-x:auto}.media-viewer-thumbnail{width:50px;height:50px;border:2px solid transparent;border-radius:4px;overflow:hidden;cursor:pointer;background:#333;display:flex;align-items:center;justify-content:center;flex-shrink:0}.media-viewer-thumbnail:hover{border-color:#ffffff80}.media-viewer-thumbnail.active{border-color:#e879c7}.media-viewer-thumbnail img{width:100%;height:100%;object-fit:cover}.media-viewer-thumbnail-video,.media-viewer-thumbnail-doc{font-size:1.25rem}.chat-btn{padding:.75rem 1.5rem;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s;border:none}.chat-btn-primary{background:#e879c7;color:#fff}.chat-btn-primary:hover{background:#d95196}.chat-overlay{display:block;position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:100}@media (min-width: 768px){.chat-overlay{display:none!important}.chat-sidebar{position:relative;left:0;width:260px;transition:none}.chat-sidebar-close,.chat-hamburger{display:none}.chat-channel-item{font-size:.9rem;padding:.625rem 1rem}.chat-message-text{font-size:.9rem}.chat-channel-header{padding:1rem 1.5rem}.chat-channel-item:hover{background:#ffffff0d;color:#fff}.chat-back-link:hover,.chat-exit-link:hover{background:#ffffff1a;color:#e879c7}.chat-scroll-to-bottom:hover{background:#f9fafb;box-shadow:0 4px 12px #0003}.chat-thread-panel{position:relative;top:auto;right:auto;bottom:auto;left:auto;width:400px;border-left:1px solid #e0e0e0;z-index:50}.chat-thread-overlay{display:none}}@media (min-width: 1024px){.chat-thread-panel{width:400px}}.emoji-picker-container{position:absolute;z-index:1000;box-shadow:0 4px 20px #00000026;border-radius:12px;overflow:hidden;background:#fff}.emoji-picker-top{bottom:100%;left:0;margin-bottom:8px}.emoji-picker-bottom{top:100%;left:0;margin-top:8px}.emoji-picker-left{right:100%;top:0;margin-right:8px}.emoji-picker-right{left:100%;top:0;margin-left:8px}.emoji-picker-container em-emoji-picker{--em-rgb-background: 255, 255, 255;--em-rgb-input: 245, 245, 245;--em-rgb-color: 51, 51, 51;--em-color-border: #e0e0e0;--em-color-border-over: #e879c7;border:none;box-shadow:none}.emoji-picker-quick{display:flex;gap:4px;padding:8px;background:#f9f9f9;border-bottom:1px solid #eee}.emoji-picker-quick-btn{background:none;border:none;padding:8px;font-size:1.25rem;cursor:pointer;border-radius:8px;transition:all .15s}.emoji-picker-quick-btn:hover{background:#e879c71a;transform:scale(1.1)}.reaction-picker-container{position:absolute;z-index:1000;background:#fff;border-radius:24px;box-shadow:0 4px 16px #00000026}.reaction-picker-top{bottom:100%;left:50%;transform:translate(-50%);margin-bottom:8px}.reaction-picker-bottom{top:100%;left:50%;transform:translate(-50%);margin-top:8px}.reaction-picker-quick{display:flex;align-items:center;gap:2px;padding:6px 8px}.reaction-picker-btn{background:none;border:none;padding:6px 8px;font-size:1.25rem;cursor:pointer;border-radius:8px;transition:all .15s}.reaction-picker-btn:hover{background:#e879c71a;transform:scale(1.15)}.reaction-picker-more{color:#666;font-size:1rem;font-weight:600}.reaction-picker-more:hover{color:#e879c7;background:#e879c71a}.reaction-display{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin-top:8px}.reaction-display:empty{display:none}.reaction-badge{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;background:#f5f5f5;border:1px solid #e0e0e0;border-radius:16px;font-size:.85rem;cursor:pointer;transition:all .15s;position:relative}.reaction-badge:hover{background:#eee;border-color:#d0d0d0}.reaction-badge.own{background:#e879c726;border-color:#e879c766}.reaction-badge.own:hover{background:#e879c740;border-color:#e879c799}.reaction-badge-emoji{font-size:1rem;line-height:1}.reaction-badge-count{font-size:.8rem;font-weight:500;color:#666}.reaction-badge.own .reaction-badge-count{color:#e879c7}.reaction-tooltip{position:absolute;bottom:100%;left:50%;transform:translate(-50%);margin-bottom:8px;padding:8px 12px;background:#333;color:#fff;border-radius:8px;font-size:.75rem;white-space:nowrap;z-index:1000;pointer-events:none;animation:tooltip-fade-in .15s ease-out}@keyframes tooltip-fade-in{0%{opacity:0;transform:translate(-50%) translateY(4px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.reaction-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:6px solid transparent;border-top-color:#333}.reaction-tooltip-emoji{font-size:1rem;margin-right:6px}.reaction-tooltip-users{display:flex;flex-direction:column;gap:2px}.reaction-tooltip-user{color:#ffffffe6}.reaction-tooltip-more{color:#fff9;font-style:italic}.reaction-overflow{display:inline-flex;align-items:center;justify-content:center;min-width:32px;padding:4px 8px;background:#f5f5f5;border:1px solid #e0e0e0;border-radius:16px;font-size:.8rem;font-weight:500;color:#666;cursor:pointer;transition:all .15s}.reaction-overflow:hover{background:#eee;border-color:#d0d0d0;color:#333}.reaction-overflow-count{font-weight:600}.reaction-add-container{position:relative;display:inline-flex}.reaction-add-btn{display:inline-flex;align-items:center;gap:2px;padding:4px 8px;background:transparent;border:1px dashed #d0d0d0;border-radius:16px;cursor:pointer;transition:all .15s;opacity:.6}.reaction-add-btn:hover{background:#e879c71a;border-color:#e879c7;border-style:solid;opacity:1}.reaction-add-icon{font-size:.9rem;font-weight:600;color:#999}.reaction-add-emoji{font-size:.9rem}.reaction-add-btn:hover .reaction-add-icon{color:#e879c7}.chat-message:hover .reaction-add-btn{opacity:1}.chat-message-content .reaction-display{margin-top:6px}@media (max-width: 768px){.emoji-picker-container{position:fixed;top:auto!important;bottom:0!important;left:0!important;right:0!important;margin:0;border-radius:16px 16px 0 0;max-height:50vh;transform:none}.reaction-picker-container{position:fixed;top:auto!important;bottom:0!important;left:0!important;right:0!important;margin:0;border-radius:16px 16px 0 0;transform:none;max-width:100%}.reaction-picker-quick{justify-content:space-around;padding:12px}.reaction-picker-btn{padding:10px 12px;font-size:1.5rem}.reaction-tooltip{display:none}}@media (max-width: 480px){.reaction-badge{padding:3px 6px;font-size:.8rem}.reaction-badge-emoji{font-size:.9rem}.reaction-badge-count{font-size:.75rem}}.typing-indicator{display:flex;align-items:center;gap:8px;padding:8px 16px;color:#666;font-size:.85rem;background:#fafafa;border-top:1px solid #eee}.typing-indicator-dots{display:flex;gap:3px}.typing-dot{width:6px;height:6px;background:#999;border-radius:50%;animation:typing-bounce 1.4s infinite ease-in-out both}.typing-dot:nth-child(1){animation-delay:0s}.typing-dot:nth-child(2){animation-delay:.2s}.typing-dot:nth-child(3){animation-delay:.4s}@keyframes typing-bounce{0%,80%,to{transform:scale(.8);opacity:.5}40%{transform:scale(1);opacity:1}}.typing-indicator-text{color:#666;font-style:italic}.online-indicator{position:absolute;bottom:0;right:0;width:10px;height:10px;background:#22c55e;border:2px solid white;border-radius:50%;box-shadow:0 1px 3px #0003}.online-indicator.offline{background:#9ca3af}.online-indicator-small{width:8px;height:8px}.online-indicator-large{width:12px;height:12px}.chat-message-avatar{position:relative}.chat-message-avatar.online:after{content:"";position:absolute;bottom:0;right:0;width:10px;height:10px;background:#22c55e;border:2px solid white;border-radius:50%}.chat-message-avatar .online-indicator{position:absolute;bottom:0;right:0}.presence-avatar{position:relative;display:inline-flex}.presence-avatar-image{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#e879c7,#9b59b6);color:#fff;font-weight:600;border-radius:50%}.presence-avatar-small .presence-avatar-image{width:28px;height:28px;font-size:.75rem}.presence-avatar-medium .presence-avatar-image{width:36px;height:36px;font-size:.9rem}.presence-avatar-large .presence-avatar-image{width:48px;height:48px;font-size:1.1rem}.presence-avatar-status{position:absolute;bottom:0;right:0;width:10px;height:10px;border-radius:50%;border:2px solid white}.presence-avatar-status.online{background:#22c55e}.presence-avatar-status.offline{background:#9ca3af}.presence-avatar-small .presence-avatar-status{width:8px;height:8px}.presence-avatar-large .presence-avatar-status{width:12px;height:12px}.chat-channel-item.unread{font-weight:600;color:#fff}.chat-channel-item.unread .chat-channel-name{color:#fff}.chat-channel-badge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;margin-left:auto;background:#e879c7;color:#fff;font-size:.75rem;font-weight:600;border-radius:10px}.chat-channel-item.unread .chat-channel-badge{animation:badge-pulse 2s infinite}@keyframes badge-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.chat-online-count{display:inline-flex;align-items:center;gap:4px;font-size:.8rem;color:#666}.chat-online-count:before{content:"";display:inline-block;width:8px;height:8px;background:#22c55e;border-radius:50%}.chat-connection-status{font-size:.8rem;margin-right:8px}.chat-connection-status.connected{color:#22c55e}.chat-connection-status.connecting,.chat-connection-status.reconnecting{color:#f59e0b;animation:connection-pulse 1s infinite}.chat-connection-status.disconnected{color:#ef4444}@keyframes connection-pulse{0%,to{opacity:1}50%{opacity:.5}}@media (max-width: 768px){.typing-indicator{padding:6px 12px;font-size:.8rem}.typing-dot{width:5px;height:5px}}@media (max-width: 480px){.chat-channel-badge{min-width:18px;height:18px;font-size:.7rem}.online-indicator,.presence-avatar-status{width:8px;height:8px;border-width:1.5px}}.message-search{position:relative;width:100%}.message-search-input-container{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:8px 12px;transition:all .2s}.message-search-input-container:focus-within{border-color:#e879c7;box-shadow:0 0 0 3px #e879c71a}.message-search-icon{color:#999;font-size:1rem}.message-search-input{flex:1;border:none;background:none;font-size:.9rem;outline:none}.message-search-input::placeholder{color:#999}.message-search-clear{background:none;border:none;color:#999;font-size:1.2rem;cursor:pointer;padding:0 4px;line-height:1}.message-search-clear:hover{color:#666}.message-search-loading{display:flex;align-items:center}.message-search-results{position:absolute;top:100%;left:0;right:0;margin-top:4px;background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 4px 16px #0000001a;max-height:400px;overflow-y:auto;z-index:100}.message-search-empty{padding:24px;text-align:center;color:#999;font-size:.9rem}.message-search-count{padding:8px 12px;font-size:.75rem;color:#666;background:#f9f9f9;border-bottom:1px solid #eee}.message-search-list{padding:4px 0}.message-search-result{display:block;width:100%;padding:10px 12px;text-align:left;background:none;border:none;cursor:pointer;transition:background .15s}.message-search-result:hover,.message-search-result.selected{background:#f5f5f5}.message-search-result-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.message-search-result-author{font-weight:600;font-size:.85rem;color:#333}.message-search-result-date{font-size:.75rem;color:#999}.message-search-result-content{font-size:.85rem;color:#666;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-highlight{background:#e879c74d;padding:0 2px;border-radius:2px}.chat-message.highlight{animation:message-highlight 2s ease-out}@keyframes message-highlight{0%{background:#e879c74d}to{background:transparent}}.chat-search-bar{padding:8px 16px;background:#f9f9f9;border-bottom:1px solid #eee}.chat-channel-actions{display:flex;align-items:center;gap:8px;margin-left:auto}.chat-header-btn{background:none;border:none;padding:8px;font-size:1.1rem;cursor:pointer;border-radius:6px;transition:all .15s;opacity:.7}.chat-header-btn:hover,.chat-header-btn.active{background:#0000000d;opacity:1}.notification-settings{position:relative}.notification-settings-trigger{background:none;border:none;padding:8px;font-size:1.1rem;cursor:pointer;border-radius:6px;transition:all .15s;opacity:.7}.notification-settings-trigger:hover{background:#0000000d;opacity:1}.notification-settings-trigger.muted{opacity:.4}.notification-settings-dropdown{position:absolute;top:100%;right:0;margin-top:8px;background:#fff;border:1px solid #e0e0e0;border-radius:12px;box-shadow:0 4px 20px #00000026;min-width:240px;z-index:100;overflow:hidden}.notification-settings-header{padding:12px 16px;font-weight:600;font-size:.9rem;color:#333;background:#f9f9f9;border-bottom:1px solid #eee}.notification-settings-options{padding:8px}.notification-settings-option{display:flex;align-items:center;gap:12px;width:100%;padding:10px 12px;text-align:left;background:none;border:none;border-radius:8px;cursor:pointer;transition:background .15s}.notification-settings-option:hover{background:#f5f5f5}.notification-settings-option.selected{background:#e879c71a}.notification-option-icon{font-size:1.25rem}.notification-option-text{flex:1;display:flex;flex-direction:column;gap:2px}.notification-option-label{font-weight:500;font-size:.9rem;color:#333}.notification-option-description{font-size:.75rem;color:#999}.notification-option-check{color:#e879c7;font-weight:600}.pull-to-refresh{position:absolute;top:0;left:0;right:0;display:flex;justify-content:center;align-items:center;padding:16px;pointer-events:none;z-index:10;transition:transform .2s ease-out}.pull-to-refresh-content{display:flex;align-items:center;gap:8px;background:#fff;padding:8px 16px;border-radius:24px;box-shadow:0 2px 8px #0000001a}.pull-to-refresh-arrow{font-size:1rem;transition:transform .2s}.pull-to-refresh-spinner{display:flex;align-items:center;justify-content:center}.pull-to-refresh-text{font-size:.85rem;color:#666}.pull-to-refresh.can-refresh .pull-to-refresh-content{background:#e879c71a}.pull-to-refresh.can-refresh .pull-to-refresh-text{color:#e879c7}.lazy-image-container,.lazy-video-container{position:relative;background:#f5f5f5;overflow:hidden}.lazy-image-placeholder,.lazy-video-placeholder{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;background:#f5f5f5}.lazy-image-blur{width:100%;height:100%;object-fit:cover;filter:blur(10px);transform:scale(1.1)}.lazy-image,.lazy-video{width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .3s}.lazy-image.visible,.lazy-video.visible{opacity:1}.lazy-image-error,.lazy-video-error{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;background:#f5f5f5;color:#999;font-size:.85rem}.lazy-video-loading{display:flex;align-items:center;justify-content:center;width:100%;height:100%}@media (max-width: 768px){.message-search-results{position:fixed;top:120px;left:0;right:0;margin:0;border-radius:0;max-height:calc(100vh - 200px)}.notification-settings-dropdown{position:fixed;top:auto;bottom:0;left:0;right:0;margin:0;border-radius:16px 16px 0 0;max-width:100%}.chat-header-btn,.notification-settings-trigger{padding:12px;font-size:1.25rem}.notification-settings-option,.message-search-result{padding:14px 16px}.pull-to-refresh-content{padding:10px 20px}}@media (max-width: 480px){.chat-search-bar{padding:8px 12px}.message-search-input-container{padding:10px 12px}.chat-channel-actions{gap:4px}.chat-header-btn{padding:10px}}@media (hover: none){.chat-message:active{background:#00000008}.message-search-result:active,.notification-settings-option:active{background:#eee}.chat-header-btn:active{background:#0000001a;transform:scale(.95)}}.chat-messages-container{-webkit-overflow-scrolling:touch;scroll-behavior:smooth;will-change:scroll-position}.chat-message{transform:translateZ(0);backface-visibility:hidden}.chat-message,.reaction-badge,.message-search-result{transition-property:background-color,transform,opacity;transition-duration:.15s;transition-timing-function:ease-out}.legal-page{min-height:60vh;padding:8rem 1rem 3rem;max-width:800px;margin:0 auto}.legal-container h1{font-size:2rem;margin-bottom:.5rem;color:var(--text-primary, #1a1a1a)}.legal-updated{font-size:.85rem;color:var(--text-secondary, #666);margin-bottom:.25rem}.legal-org{font-size:.9rem;color:var(--text-secondary, #666);margin-bottom:2rem}.legal-placeholder{font-size:1.1rem;color:var(--text-secondary, #666);margin-top:1rem}.legal-section{margin-bottom:1.5rem}.legal-section h2{font-size:1.25rem;margin-bottom:.5rem;color:var(--text-primary, #1a1a1a)}.legal-section p{line-height:1.6;margin-bottom:.75rem}.legal-section ul{padding-left:1.5rem;margin:.5rem 0}.legal-section li{margin-bottom:.5rem;line-height:1.6}.legal-section a{color:#e879c7;text-decoration:underline}:root{--space-xs: .25rem;--space-sm: .5rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2rem;--space-2xl: 3rem;--space-3xl: 4rem;--tap-min: 44px;--container-pad: var(--space-md)}@media (min-width: 768px){:root{--container-pad: var(--space-xl)}}@media (min-width: 1024px){:root{--container-pad: var(--space-2xl)}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Libre Franklin,Franklin Gothic Medium,Arial Narrow,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-width:320px;-webkit-tap-highlight-color:transparent;-webkit-text-size-adjust:100%}.app{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1}button,a,input[type=checkbox],input[type=radio],select{min-height:var(--tap-min)}input[type=checkbox],input[type=radio]{min-width:20px;min-height:20px}img{max-width:100%;height:auto}.navbar{position:absolute;top:0;left:0;right:0;display:flex;justify-content:center;flex-direction:column;align-items:center;padding:1rem;gap:1rem;z-index:100}.nav-left,.nav-right{display:none}.nav-center{display:flex;justify-content:center;flex:none}.nav-user-container{position:relative}.nav-user-avatar{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#ff66b9,#d4af37);color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;transition:all .3s ease;cursor:pointer}.nav-user-avatar:active{transform:scale(1.05);box-shadow:0 0 12px #ff66b980}.profile-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:transparent;z-index:998}.profile-modal{position:absolute;top:calc(100% + 10px);right:0;background:#2c2c2cfa;border:2px solid #ff66b9;border-radius:12px;padding:1.5rem;min-width:280px;box-shadow:0 8px 24px #0006;z-index:999;animation:slideDown .2s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.profile-modal-header{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,102,185,.3);margin-bottom:1rem}.profile-modal-avatar{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#ff66b9,#d4af37);color:#fff;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:600;text-transform:uppercase;letter-spacing:1px}.profile-modal-header h3{color:#fff;font-size:18px;font-weight:600;margin:0;text-align:center}.profile-modal-info{display:flex;flex-direction:column;gap:1rem}.profile-info-item{display:flex;flex-direction:column;gap:.25rem}.profile-info-label{color:#fff9;font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.profile-info-value{color:#fff;font-size:16px;font-weight:500}.membership-badge{display:inline-block;padding:.4rem 1rem;background:linear-gradient(135deg,#ff66b9,#d4af37);border-radius:20px;font-size:14px;font-weight:600;text-transform:capitalize;width:fit-content}.profile-resub-btn{padding:.5rem 1rem;background:transparent;border:1px solid #ff66b9;border-radius:8px;color:#ff66b9;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease}.profile-resub-btn:hover{background:#ff66b9;color:#fff}.nav-button{background:none;border:none;cursor:pointer;padding:0;font-family:inherit;transition:all .3s ease;transform:scale(1)}.nav-button:active{transform:scale(1.05);opacity:.7}.nav-link{color:#ff66b9;text-decoration:none;font-size:16px;font-weight:500;text-transform:capitalize;transition:all .3s ease;transform:scale(1);padding:.5rem .75rem;min-height:44px;display:flex;align-items:center}.nav-link:active{transform:scale(1.05);opacity:.7}.nav-logo{height:60px;width:auto}.join-button{color:#d4af37;text-decoration:none;border:2px solid #d4af37;border-radius:30px;padding:.75rem 2rem;font-size:16px;font-weight:600;transition:all .3s ease;transform:scale(1);min-height:44px;display:flex;align-items:center;justify-content:center}.join-button:active{transform:scale(1.02);opacity:.9}.hamburger{display:flex;flex-direction:column;justify-content:space-between;width:28px;height:20px;background:transparent;border:none;cursor:pointer;padding:12px;box-sizing:content-box;z-index:200;position:absolute;right:1rem;top:50%;transform:translateY(-50%)}.hamburger span{display:block;width:100%;height:3px;background-color:#ff66b9;border-radius:2px;transition:all .3s ease}.hamburger.open span:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.nav-menu{display:none;position:absolute;top:100%;left:0;right:0;background-color:#2c2c2cfa;flex-direction:column;align-items:center;padding:1.5rem 1rem;gap:1rem;box-shadow:0 4px 12px #0000004d}.nav-menu.open{display:flex}.nav-menu .nav-link{font-size:18px;padding:.5rem 1rem}.nav-menu .join-button{margin-top:.5rem}.nav-menu .nav-button{color:#ff66b9}@media (min-width: 1100px){.hamburger{display:none}.nav-menu{display:none!important}.navbar{flex-direction:row;justify-content:space-between;padding:1rem clamp(1rem,3vw,2rem);gap:0}.nav-left{display:flex;gap:.15rem;flex:1;max-width:calc(50% - 40px);overflow:hidden}.nav-center{position:absolute;left:50%;transform:translate(-50%);z-index:10;flex-shrink:0}.nav-right{display:flex;justify-content:flex-end;align-items:center;gap:.15rem;flex:1;max-width:calc(50% - 40px);overflow:visible}.nav-link{font-size:.8rem;white-space:nowrap;padding:.5rem .25rem}.nav-logo{height:60px}.join-button{padding:.5rem .9rem;font-size:.95rem;white-space:nowrap}.nav-user-avatar:hover{transform:scale(1.1);box-shadow:0 0 12px #ff66b980}.nav-button:hover,.nav-link:hover{transform:scale(1.1);opacity:.9}.join-button:hover{background-color:#d4af37;color:#fff;transform:scale(1.08)}}@media (min-width: 1280px){.nav-left,.nav-right{gap:.25rem;max-width:calc(50% - 50px)}.nav-link{font-size:1rem;padding:.5rem .35rem}.nav-logo{height:70px}.join-button{font-size:.95rem;padding:.5rem 1.25rem}}@media (min-width: 1440px){.nav-left,.nav-right{gap:.5rem;max-width:calc(50% - 60px)}.nav-link{font-size:1.1rem;padding:.5rem}.nav-logo{height:80px}.join-button{font-size:1rem;padding:.6rem 1.75rem}}.nav-toast{position:fixed;top:100px;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:.75rem 1.5rem;border-radius:10px;font-size:.9rem;font-weight:500;z-index:10000;box-shadow:0 4px 12px #0000004d;animation:toastIn .3s ease,toastOut .3s ease 2.7s;pointer-events:none}@keyframes toastIn{0%{opacity:0;transform:translate(-50%) translateY(-10px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@keyframes toastOut{0%{opacity:1;transform:translate(-50%) translateY(0)}to{opacity:0;transform:translate(-50%) translateY(-10px)}}.home-page{position:relative;width:100%}.hero-section{position:relative;width:100%;height:70vh;overflow:hidden}.hero-video,.hero-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0000004d;display:flex;align-items:center;justify-content:center}.hero-content{text-align:center;color:#fff;z-index:10;padding:0 1rem}.hero-subtitle{color:#ff66b9;font-size:1.5rem;font-weight:600;letter-spacing:2px;margin-bottom:1rem;text-transform:uppercase}.hero-title{color:#fff;font-size:2.5rem;font-weight:700;letter-spacing:2px;margin-bottom:2rem;text-transform:uppercase}.hero-button{background-color:#d95196;color:#fff;border:none;border-radius:30px;padding:1.2rem 3rem;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:capitalize;min-height:50px}.hero-button:active{background-color:#ff66b9}.pink-section{width:100%;background:linear-gradient(135deg,#e879c7,#d95196);display:flex;flex-direction:column;position:relative}.pink-content{padding:3rem 1.5rem 2rem;max-width:1400px;width:100%;margin:0 auto}.pink-title{color:#fff;font-size:clamp(2.5rem,10vw,7rem);font-weight:900;line-height:1;margin-bottom:clamp(1.5rem,4vw,3rem);text-transform:uppercase;letter-spacing:clamp(-1px,-.3vw,-2px)}.pink-title em{font-style:italic;font-weight:900}.pink-text{color:#fff;font-size:clamp(1rem,3vw,1.8rem);font-weight:300;margin-bottom:clamp(.8rem,2vw,1.5rem);letter-spacing:clamp(.5px,.15vw,1px)}.pink-text.green{color:#c8f5c8}.carousel-container{width:100%;background:#e879c7;overflow:hidden;padding:1rem 0;margin-top:2rem;border-top:8px solid #f4d03f;border-bottom:8px solid #f4d03f}.carousel-track{display:flex;animation:scroll 30s linear infinite;gap:clamp(1.5rem,4vw,3rem);white-space:nowrap;will-change:transform}.carousel-item{color:#fff;font-size:clamp(1.2rem,3vw,2rem);font-weight:400;flex-shrink:0;letter-spacing:clamp(.5px,.15vw,1px);padding:0 .5rem}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(calc(-100% / 3))}}.open-water-section{width:100%;display:grid;grid-template-columns:1fr}.open-water-content{background:linear-gradient(135deg,#e879c7,#d95196);padding:2.5rem 1.5rem;display:flex;flex-direction:column;justify-content:center;gap:clamp(1rem,3vw,2rem)}.open-water-title{color:#fff;font-size:clamp(2.5rem,7vw,5rem);font-weight:900;line-height:.9;text-transform:capitalize;letter-spacing:clamp(-1px,-.3vw,-2px)}.open-water-text{color:#fff;font-size:1rem;line-height:1.8;letter-spacing:.5px}.open-water-buttons{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.open-water-button{border:none;border-radius:30px;padding:1rem 2rem;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px;width:100%;min-height:50px}.open-water-button.primary{background-color:#f4d03f;color:#333}.open-water-button.secondary{background-color:transparent;color:#fff;border:2px solid white}.open-water-image-container{width:100%;overflow:hidden}.open-water-image{width:100%;height:100%;min-height:250px;object-fit:cover;object-position:center}.track-tuesday-section{width:100%;display:grid;grid-template-columns:1fr}.track-image-container{width:100%;overflow:hidden;order:2}.track-image{width:100%;height:100%;min-height:250px;object-fit:cover;object-position:center}.track-content{background:#f5e6d3;padding:2.5rem 1.5rem;display:flex;flex-direction:column;justify-content:center;gap:clamp(1rem,3vw,2rem);order:1}.track-title{color:#e879c7;font-size:clamp(2.5rem,7vw,5rem);font-weight:900;line-height:.9;text-transform:uppercase;letter-spacing:clamp(-1px,-.3vw,-2px)}.track-text{color:#666;font-size:.95rem;line-height:1.8;letter-spacing:.5px}.track-buttons{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.track-button{border:none;border-radius:30px;padding:1rem 2rem;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px;width:100%;min-height:50px}.track-button.primary{background-color:#e879c7;color:#fff}.track-button.secondary{background-color:transparent;color:#e879c7;border:2px solid #e879c7}.faq-section{width:100%;background:#fce4ec;padding:3rem 1.5rem}.faq-container{max-width:1200px;margin:0 auto;background:linear-gradient(135deg,#e879c7,#d95196);border-radius:clamp(15px,3vw,30px);padding:2rem 1.5rem}.faq-title{color:#fff;font-size:clamp(3rem,12vw,10rem);font-weight:900;line-height:1;margin-bottom:clamp(1rem,3vw,2rem);text-transform:uppercase;letter-spacing:clamp(-2px,-.5vw,-5px)}.faq-list{display:flex;flex-direction:column}.faq-item{border-bottom:2px solid rgba(255,255,255,.3)}.faq-item:last-child{border-bottom:none}.faq-question{width:100%;background:none;border:none;padding:1.2rem 0;display:flex;justify-content:space-between;align-items:center;cursor:pointer;color:#fff;font-size:.9rem;font-weight:600;text-align:left;transition:opacity .3s ease;text-transform:uppercase;letter-spacing:1px;min-height:50px}.faq-question:active{opacity:.7}.faq-icon{font-size:1.5rem;font-weight:300;margin-left:1rem}.faq-answer{padding:0 0 1.5rem;color:#fff;font-size:.95rem;line-height:1.8}.faq-answer a{color:#fff;text-decoration:underline;font-weight:500}.faq-answer a:hover{opacity:.8}@media (min-width: 768px){.hero-section{height:85vh}.hero-subtitle{font-size:clamp(1.5rem,4vw,2rem);letter-spacing:clamp(1px,.5vw,3px);font-weight:600}.hero-title{font-size:clamp(3rem,7vw,4.5rem);letter-spacing:clamp(2px,.8vw,5px)}.hero-button{padding:1rem 2.5rem;font-size:1rem}.pink-content{padding:clamp(3rem,8vw,6rem) clamp(1.5rem,5vw,4rem) clamp(2rem,5vw,4rem)}.carousel-container{padding:.5rem}.open-water-content{padding:clamp(2rem,5vw,4rem)}.open-water-text{font-size:1.1rem}.open-water-buttons{flex-direction:row}.open-water-button{width:auto}.track-content{padding:clamp(2rem,5vw,4rem)}.track-text{font-size:1rem}.track-buttons{flex-direction:row}.track-button{width:auto}.faq-section{padding:clamp(3rem,8vw,6rem) clamp(1.5rem,5vw,4rem)}.faq-container{padding:clamp(2rem,5vw,4rem)}.faq-question{font-size:1rem;padding:1.5rem 0}.faq-icon{margin-left:2rem}.hero-button:hover{background-color:#ff66b9;transform:translateY(-2px);box-shadow:0 4px 12px #d9519666}.open-water-button.primary:hover{background-color:#e6c13d;transform:translateY(-2px);box-shadow:0 4px 12px #f4d03f66}.open-water-button.secondary:hover{background-color:#fff;color:#e879c7;transform:translateY(-2px);box-shadow:0 4px 12px #fff6}.track-button.primary:hover{background-color:#d95196;transform:translateY(-2px);box-shadow:0 4px 12px #e879c766}.track-button.secondary:hover{background-color:#e879c7;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #e879c766}.faq-question:hover{opacity:.7}}@media (min-width: 1024px){.open-water-section{grid-template-columns:1.1fr 1fr;min-height:500px}.track-tuesday-section{grid-template-columns:1fr 1.1fr;min-height:500px}.track-image-container,.track-content{order:0}}.footer{width:100%;background:linear-gradient(135deg,#e879c7,#d95196);padding:3rem 1.5rem 1.5rem}.footer-content{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:3rem;padding-bottom:clamp(2rem,4vw,3rem)}.footer-left{display:flex;flex-direction:column;gap:1rem}.footer-socials-text{color:#fff;font-size:1.1rem;font-weight:500}.footer-icons{display:flex;flex-direction:row;gap:1rem}.footer-icon-link{color:#fff;font-size:1.5rem;transition:opacity .3s ease;display:flex;align-items:center;text-decoration:none;padding:.5rem 0;min-height:44px}.footer-logo{margin-top:2rem}.footer-logo img{height:80px;width:auto}.footer-right{display:flex;flex-direction:column;align-items:flex-start;text-align:left}.footer-heading{color:#fff;font-size:1.4rem;font-weight:700;text-transform:uppercase;letter-spacing:clamp(1px,.3vw,2px);margin-bottom:.5rem}.footer-contact-text{color:#fff;font-size:.95rem;font-weight:400;line-height:1.5}.footer-email-link{color:#fff;text-decoration:underline}.footer-email-link:hover{opacity:.8}.footer-legal{max-width:1400px;margin:0 auto;padding:1rem 0;text-align:center;font-size:.8rem}.footer-legal-link{color:#ffffffd9;text-decoration:none;transition:opacity .3s ease}.footer-legal-link:hover{color:#fff;text-decoration:underline}.footer-legal-divider{color:#ffffff80;margin:0 .5rem}.footer-divider{max-width:1400px;margin:0 auto;height:2px;background:#ffffff4d}@media (min-width: 768px){.footer{padding:clamp(3rem,5vw,4rem) clamp(1.5rem,5vw,4rem) clamp(1.5rem,3vw,2rem)}.footer-content{grid-template-columns:1fr 1fr}.footer-icon-link{display:inline-flex;padding:0;min-height:unset}.footer-icon-link:hover{opacity:.7}.footer-logo img{height:120px}.footer-right{align-items:flex-end;text-align:right}.footer-heading{font-size:clamp(1.2rem,3vw,1.6rem)}}@media (min-width: 1024px){.footer-content{gap:clamp(2rem,5vw,4rem)}}.protected-route-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;background-color:#f5f5f5}.protected-route-loading .spinner{width:40px;height:40px;border:3px solid #e0e0e0;border-top-color:#e879c7;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.protected-route-loading p{margin-top:1rem;color:#666}
