.event-public-settings{width:80vw;min-height:100vh;padding:15px;background-color:#fcfbfc;--event-color:#00aeef}.event-settings-container{margin:0 auto;background:#fff;border-radius:16px;box-shadow:0 8px 32px rgba(0,0,0,.12);padding:35px;position:relative;overflow:hidden}.event-settings-container h1{margin:0 0 35px;font-size:32px;font-weight:700;color:#1a1a1a;text-align:center;position:relative;padding-bottom:20px}.event-settings-container:before{top:0;left:0;right:0;height:4px}.event-settings-container h1:after,.event-settings-container:before{content:"";position:absolute;background:linear-gradient(90deg,var(--event-color) 0,color-mix(in srgb,var(--event-color) 80%,black 20%) 100%)}.event-settings-container h1:after{bottom:0;left:50%;transform:translateX(-50%);width:60px;height:3px;border-radius:2px}.event-settings-container h2{font-size:20px;color:#333;margin-bottom:12px;border-left:3px solid var(--event-color);padding-left:12px}.event-settings-section{margin-bottom:25px;padding:18px;border:1px solid #e9ecef;border-radius:6px;background-color:#fafbfc}.event-section-description{color:#666;margin-bottom:15px;font-size:14px}.event-profile-picture-section{display:flex;align-items:center;gap:20px}.event-profile-image{width:80px;height:80px;border-radius:50%;object-fit:cover;border:2px solid #f0f0f0;display:block}.event-picture-controls{flex:1 1}.event-change-picture-btn{background-color:var(--event-color);color:white;border:none;padding:8px 16px;font-size:14px;border-radius:4px;cursor:pointer;transition:background-color 0event-2s;margin-bottom:8px}.event-change-picture-btn:hover{background-color:color-mix(in srgb,var(--event-color) 80%,black 20%)}.event-picture-note{color:#666;font-size:12px;margin:0}.event-dedication-options{display:flex;flex-wrap:wrap;gap:10px}.event-radio-option{display:flex;align-items:center;padding:10px 15px;border:2px solid #e9ecef;border-radius:6px;cursor:pointer;transition:all 0event-2s;flex:1 1;min-width:140px}.event-radio-option:hover{border-color:var(--event-color);background-color:#f8f9fa}.event-radio-option input[type=radio]{margin-right:8px;accent-color:var(--event-color)}.event-radio-label{font-weight:500;color:#333;font-size:14px}.event-visibility-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:12px;gap:12px}.event-visibility-option{display:flex;justify-content:space-between;align-items:center;padding:12px 15px;border:1px solid #e9ecef;border-radius:6px;background-color:white}.event-option-info{flex:1 1}.event-option-label{font-weight:600;color:#333;display:block;margin-bottom:3px;font-size:14px}.event-option-description{color:#666;font-size:12px;margin:0}.event-toggle-switch{position:relative;display:inline-block;width:50px;height:28px}.event-toggle-switch input{opacity:0;width:0;height:0}.event-toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:0event-4s;border-radius:28px}.event-toggle-slider:before{position:absolute;content:"";height:22px;width:22px;left:3px;bottom:3px;background-color:white;transition:0event-4s;border-radius:50%}input:checked+.event-toggle-slider{background-color:var(--event-color)}input:checked+.event-toggle-slider:before{transform:translateX(22px)}.event-goal-section{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;gap:20px;align-items:start}.event-current-progress{padding:15px;background-color:white;border-radius:6px;border:1px solid #e9ecef}.event-progress-text{font-size:16px;font-weight:600;color:#333;margin-bottom:10px}.event-progress-bar{width:100%;height:16px;background-color:#e9ecef;border-radius:8px;overflow:hidden}.event-progress-fill{height:100%;background:linear-gradient(90deg,var(--event-color),color-mix(in srgb,var(--event-color) 80%,black 20%));transition:width 0event-3s ease}.event-goal-input-section{display:flex;flex-direction:column;gap:10px}.event-goal-input-section label{font-weight:600;color:#333;font-size:14px}.event-goal-input-group{display:flex;gap:10px;align-items:center}.event-goal-input{flex:1 1;max-width:150px;padding:8px 10px;border:2px solid #e9ecef;border-radius:4px;font-size:14px;transition:border-color 0event-2s}.event-goal-input:focus{outline:none;border-color:var(--event-color)}.event-update-goal-btn{background-color:#28a745;color:white;border:none;padding:8px 16px;font-size:14px;border-radius:4px;cursor:pointer;transition:background-color 0event-2s}.event-update-goal-btn:hover{background-color:#218838}.event-settings-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:35px;position:relative}.event-settings-header h1{margin:0;padding-bottom:20px;flex:1 1;text-align:center}.event-header-spacer{width:100px}.event-logout-btn{background:linear-gradient(135deg,#ef4444,#dc2626);color:white;border:none;padding:14px 24px;font-size:14px;font-weight:600;border-radius:10px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);letter-spacing:.01em;box-shadow:0 4px 12px rgba(239,68,68,.2);position:relative;overflow:hidden}.event-logout-btn.mobile{padding:12px 20px;font-size:13px}.event-logout-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.event-logout-btn:hover{background:linear-gradient(135deg,#dc2626,#b91c1c);box-shadow:0 8px 20px rgba(239,68,68,.3)}.event-logout-btn:hover:before{left:100%}.event-logout-btn:active{transform:translateY(0)}.event-upload-picture-btn{background-color:#28a745;color:white;border:none;padding:8px 16px;font-size:14px;border-radius:4px;cursor:pointer;transition:background-color .2s;margin-left:10px}.event-upload-picture-btn:hover{background-color:#218838}.event-upload-picture-btn:disabled{background-color:#6c757d;cursor:not-allowed}.event-upload-message{margin-top:8px;padding:8px 12px;border-radius:4px;font-size:12px;font-weight:500}.event-upload-message.success{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.event-upload-message.error{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.event-save-section{display:flex;flex-direction:column;align-items:center;gap:12px;padding:20px;background-color:white;border-radius:8px;border:1px solid #e9ecef;margin-top:10px}.event-save-settings-btn{background:linear-gradient(135deg,#6c757d,#5a6268);color:white;border:none;padding:14px 32px;font-size:16px;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);letter-spacing:.01em;box-shadow:0 4px 12px rgba(108,117,125,.2);position:relative;overflow:hidden;min-width:160px}.event-save-settings-btn.has-changes{background:linear-gradient(135deg,var(--event-color) 0,color-mix(in srgb,var(--event-color) 80%,black 20%) 100%);box-shadow:0 4px 12px rgba(0,123,255,.3)}.event-save-settings-btn:disabled{background:linear-gradient(135deg,#e9ecef,#dee2e6);color:#6c757d;cursor:not-allowed;box-shadow:none}.event-save-settings-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.event-save-settings-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px rgba(0,0,0,.15)}.event-save-settings-btn:hover:not(:disabled):before{left:100%}.event-save-settings-btn:active:not(:disabled){transform:translateY(0)}.event-save-message{margin:0;padding:12px 16px;border-radius:6px;font-size:14px;font-weight:500;text-align:center;transition:all .3s ease;min-width:200px}.event-save-message.success{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.event-save-message.error{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.event-save-section.mobile{padding:15px;gap:10px}.event-public-settings.mobile .event-save-settings-btn{padding:12px 24px;font-size:14px;width:100%;max-width:300px}.event-public-settings.mobile .event-save-message{font-size:13px;padding:10px 12px;min-width:unset;width:100%;max-width:300px;box-sizing:border-box}@media (max-width:768px){.event-save-section{padding:15px;gap:10px}.event-save-settings-btn{padding:12px 24px;font-size:14px;width:100%;max-width:300px}.event-save-message{font-size:13px;padding:10px 12px;min-width:unset;width:100%;max-width:300px;box-sizing:border-box}}.event-public-settings.mobile{width:100vw;padding:0;margin:0;box-sizing:border-box;overflow-x:hidden}.event-public-settings.mobile .event-settings-container{padding:10px;border-radius:0;box-shadow:none;margin:0;width:100%;box-sizing:border-box;background:#fcfbfc}.event-public-settings.mobile .event-settings-container:before{height:3px}.event-public-settings.mobile .event-settings-container h1{font-size:20px;margin-bottom:15px;padding-bottom:10px;padding-left:10px;padding-right:10px}.event-public-settings.mobile .event-settings-section{margin-bottom:15px;padding:10px;border-radius:8px;box-sizing:border-box;width:100%}.event-public-settings.mobile .event-settings-container h2{font-size:16px;margin-bottom:8px;padding-left:8px}.event-public-settings.mobile .event-section-description{font-size:13px;margin-bottom:10px;padding:0 5px}.event-profile-picture-section.mobile{flex-direction:column;text-align:center;gap:10px;width:100%;box-sizing:border-box}.event-public-settings.mobile .event-profile-image{width:60px;height:60px;margin:0 auto}.event-public-settings.mobile .event-picture-controls{width:100%;text-align:center}.event-public-settings.mobile .event-change-picture-btn{padding:8px 16px;font-size:13px;width:auto;max-width:200px}.event-public-settings.mobile .event-picture-note{font-size:11px;padding:0 10px}.event-dedication-options.mobile{flex-direction:column;gap:8px;width:100%;box-sizing:border-box}.event-dedication-options.mobile .event-radio-option{min-width:unset;padding:10px;width:100%;box-sizing:border-box;margin:0}.event-dedication-options.mobile .event-radio-label{font-size:13px}.event-visibility-options.mobile{grid-template-columns:1fr;gap:8px;width:100%;box-sizing:border-box}.event-visibility-option.mobile{flex-direction:row;justify-content:space-between;align-items:center;gap:10px;padding:12px;width:100%;box-sizing:border-box}.event-public-settings.mobile .event-option-info{flex:1 1;min-width:0}.event-public-settings.mobile .event-option-label{font-size:13px;margin-bottom:2px}.event-public-settings.mobile .event-option-description{font-size:11px;line-height:1.3}.event-public-settings.mobile .event-toggle-switch{width:40px;height:22px;flex-shrink:0}.event-public-settings.mobile .event-toggle-slider:before{height:16px;width:16px;left:3px;bottom:3px}.event-public-settings.mobile input:checked+.event-toggle-slider:before{transform:translateX(18px)}.event-goal-section.mobile{grid-template-columns:1fr;gap:12px;width:100%;box-sizing:border-box}.event-public-settings.mobile .event-current-progress{padding:10px;width:100%;box-sizing:border-box}.event-public-settings.mobile .event-progress-text{font-size:13px;word-break:break-word}.event-public-settings.mobile .event-progress-bar{height:12px;width:100%}.event-public-settings.mobile .event-goal-input-section{width:100%;box-sizing:border-box}.event-goal_input_group.mobile{flex-direction:column;align-items:stretch;gap:8px;width:100%}.event-public-settings.mobile .event-goal-input{max-width:unset;font-size:14px;padding:8px;width:100%;box-sizing:border-box}.event-public-settings.mobile .event-update-goal-btn{padding:8px 16px;font-size:13px;width:100%;box-sizing:border-box}@media (max-width:768px){.event-public-settings{padding:10px}.event-settings-container{padding:15px}.event-profile-picture-section{flex-direction:column;text-align:center;gap:15px}.event-goal-section{grid-template-columns:1fr;gap:15px}.event-goal-input-group{flex-direction:column;align-items:stretch}.event-visibility-options{grid-template-columns:1fr}.event-visibility-option{flex-direction:column;gap:10px;align-items:flex-start}.event-dedication-options{flex-direction:column}}.crop-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.8);justify-content:center;z-index:1000;box-sizing:border-box}.crop-modal,.crop-modal-overlay{display:flex;align-items:center;padding:20px}.crop-modal{background:white;border-radius:8px;width:90vw;height:90vh;flex-direction:column;overflow:hidden;max-width:800px;max-height:700px}.crop-modal-header{text-align:center;margin-bottom:15px;flex-shrink:0}.crop-modal-header h3{margin:0 0 5px;color:#333;font-size:18px}.crop-modal-header p{margin:0;color:#666;font-size:14px}.crop-container{flex:1 1;display:flex;justify-content:center;align-items:center;width:100%;min-height:0;overflow:auto;padding:10px}.crop-container .ReactCrop{display:inline-block;max-width:100%;max-height:100%}.crop-container .ReactCrop__image{max-width:none!important;max-height:70vh!important;width:auto!important;height:auto!important;object-fit:contain!important}.crop-modal-actions{display:flex;gap:10px;justify-content:center;flex-shrink:0;margin-top:15px;padding-top:10px}.crop-cancel-btn,.crop-confirm-btn{padding:10px 20px;border:none;border-radius:4px;cursor:pointer;font-weight:500}.crop-cancel-btn{background-color:#6c757d;color:white}.crop-cancel-btn:hover{background-color:#5a6268}.crop-confirm-btn{background-color:var(--event-color,#007bff);color:white}.crop-confirm-btn:hover{opacity:.9}.crop-confirm-btn:disabled{background-color:#ccc;cursor:not-allowed}@media (max-width:768px){.crop-modal,.crop-modal-overlay{padding:10px}.crop-modal{width:95vw;height:95vh;max-width:none;max-height:none}.crop-modal-header{margin-bottom:10px}.crop-modal-header h3{font-size:16px}.crop-modal-header p{font-size:12px}.crop-container{padding:5px;overflow:auto;-webkit-overflow-scrolling:touch}.crop-container .ReactCrop{min-width:-moz-fit-content;min-width:fit-content;min-height:-moz-fit-content;min-height:fit-content}.crop-container .ReactCrop__image{max-width:none!important;max-height:none!important;min-width:280px!important;width:auto!important;height:auto!important;object-fit:contain!important}.crop-modal-actions{flex-direction:column;gap:8px;margin-top:10px;flex-shrink:0}.crop-cancel-btn,.crop-confirm-btn{width:100%;padding:12px}}@media (max-width:768px) and (max-height:700px){.crop-modal-overlay{align-items:flex-start;justify-content:center;padding:5px}.crop-modal{width:98vw;height:auto;max-height:98vh;padding:8px;display:flex;flex-direction:column;border-radius:12px}.crop-modal-header{margin-bottom:6px;flex-shrink:0;text-align:center}.crop-modal-header h3{font-size:15px;margin:0 0 3px;color:#333}.crop-modal-header p{font-size:11px;margin:0;color:#666}.crop-container{flex:1 1;min-height:0;max-height:calc(98vh - 120px);overflow:auto;-webkit-overflow-scrolling:touch;padding:3px;display:flex;justify-content:center;align-items:center}.crop-container .ReactCrop{max-width:100%;max-height:100%}.crop-container .ReactCrop__image{max-width:95vw!important;max-height:calc(98vh - 120px)!important;width:auto!important;height:auto!important;object-fit:contain!important}.crop-modal-actions{flex-shrink:0;display:flex;flex-direction:column;gap:6px;margin-top:8px;padding:8px 0 0;background:white;border-top:1px solid #e9ecef;position:-webkit-sticky;position:sticky;bottom:0}.crop-cancel-btn,.crop-confirm-btn{width:100%;padding:12px;font-size:15px;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease}.crop-cancel-btn{background-color:#6c757d;color:white}.crop-confirm-btn{background-color:var(--event-color,#007bff);color:white}.crop-cancel-btn:active{background-color:#5a6268;transform:scale(.98)}.crop-confirm-btn:active:not(:disabled){opacity:.8;transform:scale(.98)}.crop-confirm-btn:disabled{background-color:#ccc!important;cursor:not-allowed;opacity:.6}}@media (max-width:480px) and (max-height:600px){.crop-modal{width:100vw;height:100vh;max-height:100vh;border-radius:0;padding:5px}.crop-container{max-height:calc(100vh - 100px)}.crop-container .ReactCrop__image{max-width:98vw!important;max-height:calc(100vh - 100px)!important}.crop-modal-actions{padding:5px 0}.crop-cancel-btn,.crop-confirm-btn{padding:10px;font-size:14px}}.members-info-container{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:50vw;max-width:1200px;background-color:#ffffff;padding:20px;margin-top:20px}.members-title{font-size:2rem;font-weight:700;text-align:center}.captain-section,.members-section,.members-title{margin-bottom:30px;width:100%}.section-title{font-size:1.5rem;font-weight:600;margin-bottom:20px;border-bottom:2px solid #e9ecef;padding-bottom:10px}.captain-card{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border:2px solid #dee2e6;box-shadow:0 4px 12px rgba(0,0,0,.1);max-width:600px;margin:0 auto}.member-card{display:flex;align-items:center;background-color:#fff;border:1px solid #dee2e6;border-radius:12px;padding:20px;margin-bottom:15px;box-shadow:0 2px 8px rgba(0,0,0,.05);transition:transform .2s ease,box-shadow .2s ease}.member-card.clickable{cursor:pointer}.member-card.clickable:hover{transform:translateY(-4px);box-shadow:0 6px 20px rgba(0,0,0,.15)}.member-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px rgba(0,0,0,.1)}.member-photo{width:80px;height:80px;margin-right:20px;flex-shrink:0}.captain-card .member-photo{width:100px;height:100px}.member-photo img{width:100%;height:100%;border-radius:50%;object-fit:cover;border:3px solid #e9ecef}.default-avatar{width:100%;height:100%;border-radius:50%;background-color:#6c757d;color:white;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700}.member-info{flex:1 1}.member-name{font-size:1.25rem;font-weight:600;margin:0 0 8px;display:flex;align-items:center;gap:10px}.captain-badge{color:white;padding:4px 12px;border-radius:20px;font-size:.875rem;font-weight:500}.member-title{color:#6c757d;font-style:italic;margin-bottom:5px}.member-goal{color:#28a745;font-weight:500;margin-bottom:5px}.member-profile{color:#6c757d;font-size:.9rem}.members-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));grid-gap:15px;gap:15px}.no-members{color:#6c757d;font-size:1.1rem;text-align:center;padding:40px;width:100%}@media (max-width:768px){.members-grid{grid-template-columns:1fr}.member-card{flex-direction:column;text-align:center}.member-photo{margin-right:0;margin-bottom:15px}.members-info-container{width:90vw;padding:15px}}.settings-nav{position:-webkit-sticky;position:sticky;top:0;z-index:100;display:flex;flex-direction:column;justify-content:center;align-items:center;width:calc(80vw - 40px);padding:24px 20px;background:linear-gradient(135deg,#ffffff,#f8f9fa);border-bottom:1px solid #e2e8f0;margin-bottom:0;box-shadow:0 2px 8px rgba(0,0,0,.04);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);margin-left:20px;margin-right:20px;border-bottom-left-radius:12px;border-bottom-right-radius:12px;--event-color:#00aeef}.settings-nav.mobile{width:100vw;padding:12px;margin:0;border-radius:0;background:#ffffff;box-shadow:0 2px 8px rgba(0,0,0,.06)}.settings-nav-header{display:flex;align-items:center;margin-bottom:16px}.settings-nav-header.mobile{width:100%;justify-content:center;margin-bottom:12px}.settings-title{font-size:24px;font-weight:700;color:#1a202c;margin:0;background:linear-gradient(135deg,var(--event-color),#2d3748);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.settings-title.mobile{font-size:20px}.settings-nav-tabs{display:flex;gap:8px;background:#f7fafc;padding:6px;border-radius:12px;border:1px solid #e2e8f0}.settings-nav-tabs.mobile{width:100%;justify-content:center}.settings-nav-tab{padding:12px 24px;background:transparent;border:none;border-radius:8px;color:#4a5568;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;position:relative;white-space:nowrap}.settings-nav-tab.mobile{padding:10px 20px;font-size:13px}.settings-nav-tab:hover{background:#edf2f7;color:#2d3748}.settings-nav-tab.active{box-shadow:0 2px 8px rgba(0,0,0,.1)}.settings-nav-tab.active,.settings-nav-tab.active:hover{background:var(--event-color);color:white}@media (max-width:768px){.settings-nav:not(.mobile){width:100vw;padding:20px 16px;flex-direction:column;gap:20px;margin:0;border-radius:0}.settings-nav-header:not(.mobile){width:100%;justify-content:center}.settings-title:not(.mobile){font-size:22px;text-align:center}.settings-nav-tabs:not(.mobile){width:100%;overflow-x:auto;justify-content:flex-start;scrollbar-width:none;-ms-overflow-style:none}.settings-nav-tabs:not(.mobile)::-webkit-scrollbar{display:none}.settings-nav-tab:not(.mobile){padding:12px 18px;font-size:13px;flex-shrink:0;min-width:-moz-fit-content;min-width:fit-content;font-weight:600}}@media (max-width:480px){.settings-nav:not(.mobile){padding:16px 12px}.settings-title:not(.mobile){font-size:18px}.settings-nav-tabs:not(.mobile){flex-direction:column;width:100%;gap:2px}.settings-nav-tab:not(.mobile){text-align:center;padding:16px 20px}}.wysiwyg-wysiwyg-editor{border:2px solid #dee2e6;border-radius:12px;background-color:#ffffff;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 6px rgba(0,0,0,.05);position:relative}.wysiwyg-wysiwyg-editor:focus-within{border-color:#00aeef;box-shadow:0 0 0 4px rgba(0,174,239,.15),0 8px 16px rgba(0,0,0,.08);transform:translateY(-1px)}.wysiwyg-wysiwyg-editor.wysiwyg-drag-over{border-color:#00aeef;box-shadow:0 0 0 3px rgba(0,174,239,.1)}.wysiwyg-wysiwyg-editor.wysiwyg-internal-drag{background:linear-gradient(135deg,rgba(0,174,239,.02),rgba(0,174,239,.05))}.wysiwyg-wysiwyg-editor.wysiwyg-external-drag-over{background:linear-gradient(135deg,rgba(0,174,239,.05),rgba(0,174,239,.1));border:2px dashed #00aeef}.wysiwyg-editor-toolbar{display:flex;align-items:center;gap:8px;padding:12px 16px;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-bottom:1px solid #dee2e6;flex-wrap:wrap}.wysiwyg-toolbar-group{display:flex;align-items:center;gap:4px}.wysiwyg-toolbar-separator{width:1px;height:24px;background-color:#dee2e6;margin:0 4px}.wysiwyg-toolbar-btn{padding:6px 10px;border:1px solid #ced4da;border-radius:8px;background:linear-gradient(135deg,#ffffff,#f8f9fa);color:#495057;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);min-width:32px;height:32px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.wysiwyg-toolbar-btn:disabled{opacity:.4;cursor:not-allowed;transform:none!important}.wysiwyg-toolbar-btn:not(:disabled):hover{background:linear-gradient(135deg,#e9ecef,#dee2e6);border-color:#adb5bd;transform:translateY(-1px) scale(1.02);box-shadow:0 2px 4px rgba(0,0,0,.1)}.wysiwyg-toolbar-btn.wysiwyg-active,.wysiwyg-toolbar-btn:active{background:linear-gradient(135deg,#00aeef,#0095d9);border-color:#00aeef;color:#ffffff;box-shadow:inset 0 2px 4px rgba(0,0,0,.2)}.wysiwyg-toolbar-btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;background:rgba(0,0,0,.1);border-radius:50%;transform:translate(-50%,-50%);transition:width .3s,height .3s}.wysiwyg-toolbar-btn:active:before{width:100%;height:100%}.wysiwyg-editor-content{position:relative;z-index:1}.wysiwyg-visual-editor{padding:20px;color:#212529;font-size:15px;line-height:1.6;outline:none;background-color:#ffffff!important;font-family:inherit;transition:all .2s ease;user-select:text;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text}.wysiwyg-visual-editor:focus{background-color:#fafafa}.wysiwyg-visual-editor:empty:before{content:attr(data-placeholder);color:#6c757d;pointer-events:none;position:absolute;opacity:.7;font-style:italic}.wysiwyg-visual-editor h2{font-size:1.5em;font-weight:700;margin:1.2em 0 .6em;color:#212529;border-bottom:2px solid #00aeef;padding-bottom:.3em}.wysiwyg-visual-editor h3{font-size:1.17em;font-weight:700;margin:1em 0 .5em;color:#212529;position:relative}.wysiwyg-visual-editor h3:before{content:"▸";color:#00aeef;margin-right:.5em}.wysiwyg-visual-editor p{margin:1em 0}.wysiwyg-visual-editor ol,.wysiwyg-visual-editor ul{margin:1em 0;padding-left:30px}.wysiwyg-visual-editor li{margin:.5em 0}.wysiwyg-visual-editor a{color:#00aeef;text-decoration:underline}.wysiwyg-visual-editor a,.wysiwyg-visual-editor a:hover{background-color:transparent!important;background:none!important}.wysiwyg-visual-editor a:hover{color:#0056b3}.wysiwyg-visual-editor strong{font-weight:700}.wysiwyg-visual-editor em{font-style:italic}.wysiwyg-visual-editor u{text-decoration:underline}.wysiwyg-visual-editor img{max-width:100%;width:300px;max-height:250px;height:auto;border-radius:4px;object-fit:contain;border:2px solid transparent;transition:all .2s ease;position:relative}.wysiwyg-visual-editor img:hover{border-color:#00aeef;transform:scale(1.02);box-shadow:0 4px 12px rgba(0,174,239,.3)}.wysiwyg-visual-editor img:focus{outline:3px solid rgba(0,174,239,.5);outline-offset:2px;border-radius:8px}.wysiwyg-visual-editor img:hover:before{content:"🎯 Drag to align: ← Left | ↕ Center | Right →";font-size:13px}.wysiwyg-editor-footer{padding:8px 16px;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-top:1px solid #dee2e6;display:flex;justify-content:space-between;align-items:center}.wysiwyg-keyboard-shortcuts{flex:1 1}.wysiwyg-shortcut-hint{font-size:10px;color:#868e96;font-style:italic}.wysiwyg-character-count{font-size:12px;font-weight:500;color:#6c757d;transition:color .2s ease}.wysiwyg-character-count.wysiwyg-warning{color:#dc3545;font-weight:600;animation:wysiwyg-warning-pulse 2s infinite}@keyframes wysiwyg-warning-pulse{0%,to{opacity:1}50%{opacity:.7}}.wysiwyg-auto-save-indicator{margin-left:auto;display:flex;align-items:center;font-size:11px;font-weight:500}.wysiwyg-saving{color:#fd7e14;animation:wysiwyg-pulse 1.5s infinite}.wysiwyg-saved{color:#198754}@keyframes wysiwyg-pulse{0%,to{opacity:1}50%{opacity:.5}}.wysiwyg-alignment-indicator{pointer-events:none}@keyframes wysiwyg-alignment-pulse{0%{transform:scale(1);box-shadow:0 8px 32px rgba(0,174,239,.6)}to{transform:scale(1.05);box-shadow:0 12px 48px rgba(0,174,239,.8)}}@keyframes wysiwyg-drag-pulse{0%{border-color:#00aeef;background:rgba(0,174,239,.1)}to{border-color:#0095d9;background:rgba(0,174,239,.2)}}.wysiwyg-visual-editor img.wysiwyg-selected{border:3px solid #00aeef!important;box-shadow:0 0 0 2px rgba(0,174,239,.3),0 4px 12px rgba(0,174,239,.4)!important;outline:none}.wysiwyg-visual-editor img:hover:before{content:"🎯 Click to select • Drag to align • Del to delete";position:absolute;top:-45px;left:50%;transform:translateX(-50%);background:rgba(0,174,239,.95);color:white;padding:8px 16px;border-radius:8px;font-size:12px;font-weight:600;white-space:nowrap;z-index:1001;pointer-events:none;opacity:0;animation:fadeInDown .3s ease-out .1s forwards;box-shadow:0 4px 12px rgba(0,0,0,.3);border:2px solid white}.wysiwyg-visual-editor img.wysiwyg-selected:hover:before{content:"✅ Selected • Drag to align • Del to delete";background:rgba(40,167,69,.95)}.wysiwyg-visual-editor img[draggable=true]:hover{cursor:-webkit-grab;cursor:grab;border-color:rgba(0,174,239,.7);transform:scale(1.02)}.wysiwyg-visual-editor img[draggable=true]:active{cursor:-webkit-grabbing;cursor:grabbing}.wysiwyg-image-controls button:hover{transform:scale(1.1);transition:transform .2s ease}@media (max-width:768px){.wysiwyg-editor-toolbar{padding:8px 12px;gap:4px}.wysiwyg-toolbar-btn{padding:4px 6px;font-size:10px;min-width:26px;height:26px}.wysiwyg-toolbar-separator{height:20px;margin:0 2px}.wysiwyg-html-editor,.wysiwyg-visual-editor{padding:16px;font-size:14px}.wysiwyg-shortcut-hint{display:none}.wysiwyg-editor-footer{padding:6px 12px}.wysiwyg-image-modal,.wysiwyg-link-modal,.wysiwyg-story-modal{width:95%;margin:20px}.wysiwyg-modal-body,.wysiwyg-modal-footer,.wysiwyg-modal-header{padding:16px}.wysiwyg-alignment-options{flex-direction:column}.wysiwyg-modal-footer{flex-direction:column-reverse}.wysiwyg-btn{width:100%}}.wysiwyg-visual-editor [contenteditable]:focus{outline:none}.wysiwyg-visual-editor ::selection{background-color:rgba(0,174,239,.2)}.wysiwyg-html-editor::selection{background-color:rgba(0,174,239,.2)}.wysiwyg-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.wysiwyg-image-modal,.wysiwyg-link-modal,.wysiwyg-story-modal{background:white;border-radius:12px;box-shadow:0 20px 60px rgba(0,0,0,.3);width:90%;max-width:500px;max-height:90vh;overflow-y:auto;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.wysiwyg-modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #dee2e6;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:12px 12px 0 0}.wysiwyg-modal-header h3{margin:0;font-size:18px;font-weight:600;color:#212529}.wysiwyg-modal-close{background:none;border:none;font-size:18px;color:#6c757d;cursor:pointer;padding:4px;border-radius:4px;transition:all .2s ease}.wysiwyg-modal-close:hover{background-color:#f8f9fa;color:#dc3545}.wysiwyg-modal-body{padding:24px}.wysiwyg-modal-footer{display:flex;gap:12px;justify-content:flex-end;padding:20px 24px;border-top:1px solid #dee2e6;background-color:#f8f9fa;border-radius:0 0 12px 12px}.wysiwyg-form-group{margin-bottom:20px}.wysiwyg-form-group label{display:block;margin-bottom:6px;font-weight:600;color:#495057;font-size:14px}.wysiwyg-form-input{width:100%;padding:10px 12px;border:2px solid #dee2e6;border-radius:8px;font-size:14px;transition:all .2s ease;background-color:white;color:#212529}.wysiwyg-form-textarea{resize:vertical;min-height:80px;font-family:inherit;line-height:1.5;color:#212529}.wysiwyg-form-input:focus{outline:none;border-color:#00aeef;box-shadow:0 0 0 3px rgba(0,174,239,.15)}.wysiwyg-form-input:disabled{background-color:#f8f9fa;color:#6c757d;cursor:not-allowed}.wysiwyg-form-help{display:block;margin-top:4px;font-size:12px;color:#6c757d;font-style:italic}.wysiwyg-form-error{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb;border-radius:6px;font-weight:500}.wysiwyg-form-error,.wysiwyg-form-hint{padding:10px 12px;margin-top:12px;font-size:14px}.wysiwyg-form-hint{background-color:#d1ecf1;color:#0c5460;border:1px solid #bee5eb;border-radius:6px}.wysiwyg-btn{padding:10px 20px;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;min-width:80px}.wysiwyg-btn-primary{background:linear-gradient(135deg,#00aeef,#0095d9);color:white}.wysiwyg-btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#0095d9,#007bb3);transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,174,239,.3)}.wysiwyg-btn-primary:disabled{background:#adb5bd;cursor:not-allowed;transform:none;box-shadow:none}.wysiwyg-btn-secondary{background:#f8f9fa;color:#495057;border:2px solid #dee2e6}.wysiwyg-btn-secondary:hover{background:#e9ecef;border-color:#adb5bd;transform:translateY(-1px)}.wysiwyg-image-upload-section{margin-bottom:24px}.wysiwyg-image-upload-section h4{margin:0 0 12px;font-size:16px;font-weight:600;color:#495057}.wysiwyg-file-upload{position:relative;margin-bottom:12px}.wysiwyg-file-input{position:absolute;opacity:0;width:0;height:0}.wysiwyg-file-label{display:inline-block;padding:12px 20px;background:linear-gradient(135deg,#28a745,#20c997);color:white;border-radius:8px;cursor:pointer;font-weight:600;transition:all .2s ease;border:2px solid transparent}.wysiwyg-file-label:hover{background:linear-gradient(135deg,#218838,#1ea971);transform:translateY(-1px);box-shadow:0 4px 12px rgba(40,167,69,.3)}.wysiwyg-file-info{margin-top:8px;padding:8px 12px;background-color:#f8f9fa;border-radius:6px;border:1px solid #dee2e6}.wysiwyg-file-info small{color:#6c757d;font-size:12px}.wysiwyg-image-preview{margin-top:16px;text-align:center}.wysiwyg-image-preview img{max-width:100%;max-height:200px;border-radius:8px;border:2px solid #dee2e6;box-shadow:0 2px 8px rgba(0,0,0,.1)}.wysiwyg-divider{text-align:center;margin:24px 0;position:relative}.wysiwyg-divider:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background-color:#dee2e6}.wysiwyg-divider span{background-color:white;color:#6c757d;padding:0 16px;font-size:12px;font-weight:600;position:relative}.wysiwyg-alignment-options{display:flex;gap:12px;margin-top:8px}.wysiwyg-alignment-option{flex:1 1;cursor:pointer}.wysiwyg-alignment-radio{display:none}.wysiwyg-alignment-preview{padding:12px;border:2px solid #dee2e6;border-radius:8px;text-align:center;background-color:white;transition:all .2s ease}.wysiwyg-alignment-option:hover .wysiwyg-alignment-preview{border-color:#00aeef;background-color:#f8f9fa}.wysiwyg-alignment-radio:checked+.wysiwyg-alignment-preview{border-color:#00aeef;background:linear-gradient(135deg,rgba(0,174,239,.1),rgba(0,174,239,.05))}.wysiwyg-alignment-icon{font-size:18px;margin-bottom:4px}.wysiwyg-alignment-preview span{display:block;font-size:12px;font-weight:500;color:#495057}.wysiwyg-story-reason{font-size:14px;color:#495057;margin-top:8px}.story-settings{width:80vw;min-height:100vh;padding:15px;background:linear-gradient(135deg,#f8f9fa,#e9ecef);--event-color:#00aeef}.settings-container{margin:0 auto;background:#fff;border-radius:16px;box-shadow:0 8px 32px rgba(0,0,0,.12);padding:35px;position:relative;overflow:hidden}.settings-container:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--event-color) 0,color-mix(in srgb,var(--event-color) 80%,black 20%) 100%)}.character-count{position:absolute;bottom:15px;right:20px;font-size:14px;color:#6c757d}.settings-container h1{margin:0 0 35px;font-size:32px;font-weight:700;color:#1a1a1a;text-align:center;position:relative;padding-bottom:20px}.settings-container h1:after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:60px;height:3px;background:linear-gradient(90deg,var(--event-color) 0,color-mix(in srgb,var(--event-color) 80%,black 20%) 100%);border-radius:2px}.settings-container h2{font-size:22px;font-weight:600;color:#1a1a1a;margin-bottom:15px;padding-left:15px;position:relative}.settings-container h2:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:24px;background:linear-gradient(180deg,var(--event-color) 0,color-mix(in srgb,var(--event-color) 80%,black 20%) 100%);border-radius:2px}.settings-section{margin-bottom:30px;padding:25px;border:none;border-radius:12px;background:linear-gradient(135deg,#fafbfc,#f8f9fa);box-shadow:0 2px 8px rgba(0,0,0,.06);transition:transform .2s ease,box-shadow .2s ease}.settings-section:hover{transform:translateY(-2px);box-shadow:0 4px 16px rgba(0,0,0,.1)}.section-description{color:#6c757d;margin-bottom:20px;font-size:15px;line-height:1.5;font-weight:400}.story-title-section{display:flex;flex-direction:column;gap:10px}.title-input-group{position:relative}.story-title-input{width:100%;padding:16px 20px;border:1px solid #343a40;border-radius:10px;font-size:16px;font-weight:600;transition:all .3s ease;background-color:#ffffff;color:#1e1e1e;box-shadow:inset 0 2px 4px rgba(0,0,0,.1)}.story-title-input::placeholder{color:#adb5bd}.story-title-input:focus{outline:none;border-color:var(--event-color);box-shadow:0 0 0 4px color-mix(in srgb,var(--event-color) 15%,transparent),inset 0 2px 4px rgba(0,0,0,.1);transform:translateY(-1px)}.story-content-section{display:flex;flex-direction:column;gap:10px}.content-input-group{position:relative}.story-content-section .wysiwyg-editor{box-shadow:inset 0 2px 4px rgba(0,0,0,.1)}.story-content-section .wysiwyg-editor:focus-within{transform:translateY(-1px)}.action-buttons{display:flex;gap:15px;flex-wrap:wrap;margin-bottom:20px}.clear-story-btn,.reset-story-btn,.save-story-btn{padding:12px 24px;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 4px rgba(0,0,0,.1);position:relative;overflow:hidden}.save-story-btn{background:linear-gradient(135deg,#28a745,#20c997);color:white}.save-story-btn:hover:not(:disabled){background:linear-gradient(135deg,#218838,#1ea888);transform:translateY(-2px);box-shadow:0 4px 12px rgba(40,167,69,.3)}.save-story-btn:disabled{cursor:not-allowed;transform:none;box-shadow:0 2px 4px rgba(0,0,0,.1)}.reset-story-btn,.save-story-btn:disabled{background:linear-gradient(135deg,#6c757d,#868e96)}.reset-story-btn{color:white}.reset-story-btn:hover:not(:disabled){background:linear-gradient(135deg,#5a6268,#6f7881);transform:translateY(-2px);box-shadow:0 4px 12px rgba(108,117,125,.3)}.reset-story-btn:disabled{background:linear-gradient(135deg,#adb5bd,#ced4da);cursor:not-allowed;transform:none;box-shadow:0 2px 4px rgba(0,0,0,.1)}.clear-story-btn{background:linear-gradient(135deg,#dc3545,#e74c3c);color:white}.clear-story-btn:hover{background:linear-gradient(135deg,#c82333,#dc2626);transform:translateY(-2px);box-shadow:0 4px 12px rgba(220,53,69,.3)}.unsaved-warning{color:#856404;background:linear-gradient(135deg,#fff3cd,#ffeaa7 50%);border:1px solid #ffeaa7;border-radius:8px;padding:12px 16px;margin:0;font-size:14px;font-weight:500;box-shadow:0 2px 4px rgba(0,0,0,.05)}.story-settings.mobile{width:100vw;padding:0;margin:0;box-sizing:border-box;overflow-x:hidden;background:#fcfbfc}.story-settings.mobile .settings-container{padding:10px;border-radius:0;box-shadow:none;margin:0;width:100%;box-sizing:border-box;background:#fcfbfc}.story-settings.mobile .settings-container:before{height:3px}.story-settings.mobile .settings-container h1{font-size:20px;margin-bottom:15px;padding-bottom:10px;padding-left:10px;padding-right:10px}.story-settings.mobile .settings-section{margin-bottom:15px;padding:12px;border-radius:8px;box-sizing:border-box;width:100%}.story-settings.mobile .settings-container h2{font-size:16px;margin-bottom:8px;padding-left:8px}.story-settings.mobile .settings-container h2:before{width:3px;height:18px}.story-settings.mobile .section-description{font-size:13px;margin-bottom:12px;padding:0 5px}.story-title-section.mobile,.title-input-group.mobile{width:100%;box-sizing:border-box}.title-input-group.mobile{position:relative}.story-title-input.mobile{font-size:14px;padding:12px 15px;width:100%;box-sizing:border-box}.character-count.mobile{bottom:10px;right:15px;font-size:12px}.story-content-section.mobile{width:100%;box-sizing:border-box}.action-buttons.mobile{flex-direction:column;gap:10px;width:100%}.clear-story-btn.mobile,.reset-story-btn.mobile,.save-story-btn.mobile{width:100%;padding:12px 20px;font-size:14px;box-sizing:border-box}.unsaved-warning.mobile{font-size:13px;padding:10px 12px;text-align:center}@media (max-width:768px){.story-settings{padding:10px}.settings-container{padding:20px;border-radius:12px}.settings-container h1{font-size:28px}.settings-section{padding:20px}.action-buttons{flex-direction:column;gap:12px}.clear-story-btn,.reset-story-btn,.save-story-btn{width:100%}.story-title-input{font-size:14px}.story-content-textarea{font-size:13px;min-height:180px}}.picture-gallery-settings{width:80vw;min-height:100vh;padding:15px;background:linear-gradient(135deg,#f8f9fa,#e9ecef);--event-color:#00aeef}.picture-settings-container{margin:0 auto;background:#fff;border-radius:16px;box-shadow:0 8px 32px rgba(0,0,0,.12);padding:35px;position:relative;overflow:hidden}.picture-settings-container:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--event-color) 0,color-mix(in srgb,var(--event-color) 80%,black 20%) 100%)}.picture-settings-container h1{margin:0 0 35px;font-size:32px;font-weight:700;color:#1a1a1a;text-align:center;position:relative;padding-bottom:20px}.picture-settings-container h1:after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:60px;height:3px;background:linear-gradient(90deg,var(--event-color) 0,color-mix(in srgb,var(--event-color) 80%,black 20%) 100%);border-radius:2px}.picture-settings-container h2{font-size:22px;font-weight:600;color:#1a1a1a;margin-bottom:15px;padding-left:15px;position:relative}.picture-settings-container h2:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:24px;background:linear-gradient(180deg,var(--event-color) 0,color-mix(in srgb,var(--event-color) 80%,black 20%) 100%);border-radius:2px}.picture-settings-section{margin-bottom:30px;padding:25px;border:none;border-radius:12px;background:linear-gradient(135deg,#fafbfc,#f8f9fa);box-shadow:0 2px 8px rgba(0,0,0,.06);transition:transform .2s ease,box-shadow .2s ease}.picture-settings-section:hover{transform:translateY(-2px);box-shadow:0 4px 16px rgba(0,0,0,.1)}.picture-section-description{color:#6c757d;margin-bottom:20px;font-size:15px;line-height:1.5;font-weight:400}.picture-layout-controls{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:20px;gap:20px}.picture-control-group{display:flex;flex-direction:column;gap:8px}.picture-control-group label{font-weight:500;color:#555;font-size:14px}.picture-control-select{padding:12px 16px;border:1px solid #343a40;border-radius:8px;font-size:14px;background-color:#ffffff;color:#1e1e1e;transition:all .3s ease;box-shadow:inset 0 2px 4px rgba(0,0,0,.1)}.picture-control-select:focus{outline:none;border-color:var(--event-color);box-shadow:0 0 0 4px color-mix(in srgb,var(--event-color) 15%,transparent),inset 0 2px 4px rgba(0,0,0,.1);transform:translateY(-1px)}.picture-control-range{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:8px 0;cursor:pointer;background:linear-gradient(to right,var(--event-color) 0,var(--event-color) var(--percent,50%),#e9ecef var(--percent,50%),#e9ecef 100%);border:none;border-radius:5px;margin-top:10px}.picture-control-range::-webkit-slider-runnable-track{height:6px;border-radius:3px}.picture-control-range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:linear-gradient(135deg,var(--event-color,#4a90e2) 0,color-mix(in srgb,var(--event-color,#4a90e2) 80%,black 20%) 100%);height:24px;width:24px;border:2px solid white;border-radius:50%;cursor:pointer;margin-top:-9px;box-shadow:0 2px 4px rgba(0,0,0,.3),0 0 0 4px rgba(255,255,255,.6);-webkit-transition:box-shadow .2s ease;transition:box-shadow .2s ease}.picture-control-range::-moz-range-track{background:#e9ecef;height:6px;border-radius:3px}.picture-control-range::-moz-range-thumb{background:linear-gradient(135deg,var(--event-color) 0,color-mix(in srgb,var(--event-color) 80%,black 20%) 100%);height:20px;width:20px;border-radius:50%;cursor:pointer;border:none}.picture-add-images-btn{padding:12px 24px;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;background:linear-gradient(135deg,var(--event-color) 0,color-mix(in srgb,var(--event-color) 80%,black 20%) 100%);color:white;transition:all .3s ease;box-shadow:0 2px 4px rgba(0,0,0,.1);margin-bottom:10px}.picture-add-images-btn:hover{background:linear-gradient(135deg,color-mix(in srgb,var(--event-color) 80%,black 20%) 0,color-mix(in srgb,var(--event-color) 60%,black 40%) 100%);transform:translateY(-2px);box-shadow:0 4px 12px color-mix(in srgb,var(--event-color) 30%,transparent)}.picture-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:35px;gap:20px}.picture-header-controls{display:flex;flex-direction:column;align-items:flex-end;gap:10px}.picture-tooltip-toggle{background:linear-gradient(135deg,#6c757d,#868e96);border:none;border-radius:50%;width:40px;height:40px;cursor:pointer;font-size:16px;transition:all .3s ease;box-shadow:0 2px 4px rgba(0,0,0,.1)}.picture-tooltip-toggle.active{background:linear-gradient(135deg,#ffc107,#ffcd39);transform:scale(1.1)}.picture-keyboard-shortcuts{font-size:12px;color:#6c757d;font-style:italic;text-align:right;max-width:300px}.picture-tooltip-container{position:relative;display:inline-block}.picture-tooltip{bottom:100%;background:rgba(0,0,0,.9);color:white;padding:8px 12px;border-radius:6px;font-size:12px;white-space:nowrap;z-index:1000;opacity:0;pointer-events:none;transition:opacity .3s ease;margin-bottom:5px}.picture-tooltip,.picture-tooltip:after{position:absolute;left:50%;transform:translateX(-50%)}.picture-tooltip:after{content:"";top:100%;border:5px solid transparent;border-top-color:rgba(0,0,0,.9)}.picture-tooltip-container:hover .picture-tooltip{opacity:1}.picture-checkbox-group,.picture-checkbox-label{display:flex;align-items:center;gap:8px}.picture-checkbox-label{cursor:pointer;font-size:14px;color:#555}.picture-checkbox-label input[type=checkbox]{width:18px;height:18px;accent-color:var(--event-color)}.picture-drop-zone{border:3px dashed #dee2e6;border-radius:12px;padding:40px 20px;text-align:center;margin-bottom:20px;cursor:pointer;transition:all .3s ease;background:linear-gradient(135deg,#f8f9fa,#ffffff)}.picture-drop-zone.picture-drag-over,.picture-drop-zone:hover{border-color:var(--event-color);background:linear-gradient(135deg,color-mix(in srgb,var(--event-color) 10%,#f8f9fa) 0,color-mix(in srgb,var(--event-color) 5%,#ffffff) 100%);transform:translateY(-2px);box-shadow:0 8px 25px color-mix(in srgb,var(--event-color) 15%,transparent)}.picture-drop-zone-content h3{margin:10px 0 5px;color:#1a1a1a;font-size:18px}.picture-drop-zone-content p{margin:5px 0;color:#6c757d;font-size:14px}.picture-drop-zone-hint{font-style:italic;font-size:12px!important}.picture-drop-zone-icon{font-size:48px;margin-bottom:10px}.picture-upload-progress{background:#f8f9fa;border-radius:8px;padding:15px;margin-bottom:20px;display:flex;align-items:center;gap:15px}.picture-progress-bar{flex:1 1;height:8px;background:#e9ecef;border-radius:4px;overflow:hidden}.picture-progress-fill{height:100%;background:linear-gradient(90deg,var(--event-color) 0,color-mix(in srgb,var(--event-color) 80%,black 20%) 100%);transition:width .3s ease;border-radius:4px}.picture-image-controls{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;flex-wrap:wrap;gap:15px}.picture-controls-left,.picture-controls-right{display:flex;gap:10px;align-items:center}.picture-batch-delete-btn,.picture-clear-selection-btn{padding:8px 16px;border:none;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:all .3s ease}.picture-batch-delete-btn{background:linear-gradient(135deg,#dc3545,#c82333);color:white}.picture-batch-delete-btn:hover{background:linear-gradient(135deg,#c82333,#a71e2a);transform:translateY(-1px)}.picture-clear-selection-btn{background:linear-gradient(135deg,#6c757d,#5a6268);color:white}.picture-gallery-settings-grid{display:grid;grid-gap:8px;gap:8px;margin-bottom:20px}.picture-gallery-settings-item.picture-dragging{opacity:.5;transform:rotate(5deg)}.picture-gallery-settings-item.picture-drag-over{border-color:#28a745;transform:scale(1.05)}.picture-gallery-settings-thumbnail{width:100%;display:block}.picture-gallery-settings-thumbnail.picture-square{aspect-ratio:1/1;object-fit:cover}.picture-gallery-settings-thumbnail.picture-original{height:auto;max-height:200px;object-fit:contain}.picture-gallery-settings-thumbnail.picture-wide{aspect-ratio:16/9;object-fit:cover}.picture-remove-image-btn{position:absolute;top:5px;right:5px;width:24px;height:24px;border:none;border-radius:50%;background:rgba(220,53,69,.9);color:white;cursor:pointer;font-size:16px;line-height:1;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.picture-remove-image-btn:hover{background:rgba(220,53,69,1)}.picture-image-order{bottom:5px;background:rgba(0,0,0,.7);font-size:12px}.picture-image-order,.picture-new-image-badge{position:absolute;left:5px;color:white;padding:2px 6px;border-radius:3px;font-weight:700}.picture-new-image-badge{top:5px;background:#28a745;font-size:10px}.picture-gallery-empty{text-align:center;padding:40px;color:#adb5bd;font-style:italic}.picture-action-buttons{display:flex;gap:15px;flex-wrap:wrap;margin-bottom:20px}.picture-clear-story-btn,.picture-reset-story-btn,.picture-save-story-btn{padding:12px 24px;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 4px rgba(0,0,0,.1);position:relative;overflow:hidden}.picture-save-story-btn{background:linear-gradient(135deg,#28a745,#20c997);color:white}.picture-save-story-btn:hover:not(:disabled){background:linear-gradient(135deg,#218838,#1ea888);transform:translateY(-2px);box-shadow:0 4px 12px rgba(40,167,69,.3)}.picture-save-story-btn:disabled{background:linear-gradient(135deg,#6c757d,#868e96);cursor:not-allowed;transform:none;box-shadow:0 2px 4px rgba(0,0,0,.1)}.picture-reset-story-btn{background:linear-gradient(135deg,#6c757d,#868e96);color:white}.picture-reset-story-btn:hover:not(:disabled){background:linear-gradient(135deg,#5a6268,#6f7881);transform:translateY(-2px);box-shadow:0 4px 12px rgba(108,117,125,.3)}.picture-reset-story-btn:disabled{background:linear-gradient(135deg,#adb5bd,#ced4da);cursor:not-allowed;transform:none;box-shadow:0 2px 4px rgba(0,0,0,.1)}.picture-clear-story-btn{background:linear-gradient(135deg,#dc3545,#e74c3c);color:white}.picture-clear-story-btn:hover{background:linear-gradient(135deg,#c82333,#dc2626);transform:translateY(-2px);box-shadow:0 4px 12px rgba(220,53,69,.3)}.picture-unsaved-warning{color:#856404;background:linear-gradient(135deg,#fff3cd,#ffeaa7 50%);border:1px solid #ffeaa7;border-radius:8px;padding:12px 16px;margin:0;font-size:14px;font-weight:500;box-shadow:0 2px 4px rgba(0,0,0,.05)}.picture-image-controls-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;gap:10px;opacity:0;transition:opacity .3s ease;pointer-events:none}.picture-gallery-settings-item:hover .picture-image-controls-overlay{opacity:1;pointer-events:auto}.picture-remove-image-btn.picture-hover-delete{position:static;width:auto;height:auto;border:2px solid white;border-radius:6px;background:rgba(220,53,69,.9);color:white;cursor:pointer;font-size:14px;font-weight:600;padding:8px 12px;display:flex;align-items:center;gap:6px;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.picture-remove-image-btn.picture-hover-delete:hover{background:rgba(220,53,69,1);transform:scale(1.05);box-shadow:0 4px 12px rgba(220,53,69,.4)}.picture-delete-icon{font-size:16px}.picture-delete-text{font-size:12px;text-transform:uppercase;letter-spacing:.5px}.picture-select-image-btn{position:static;width:40px;height:40px;border:2px solid white;border-radius:50%;background:color-mix(in srgb,var(--event-color) 90%,transparent);color:white;cursor:pointer;font-size:18px;font-weight:700;display:flex;align-items:center;justify-content:center;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.picture-select-image-btn:hover{background:var(--event-color);transform:scale(1.05);box-shadow:0 4px 12px color-mix(in srgb,var(--event-color) 40%,transparent)}.picture-select-image-btn.selected{background:rgba(40,167,69,.9);border-color:#28a745}.picture-select-image-btn.selected:hover{background:rgba(40,167,69,1);box-shadow:0 4px 12px rgba(40,167,69,.4)}.picture-gallery-settings-item{position:relative;border:2px solid transparent;border-radius:6px;overflow:hidden;cursor:move;transition:all .3s ease;background:white;box-shadow:0 2px 4px rgba(0,0,0,.1)}.picture-gallery-settings-item:hover{transform:scale(1.02);border-color:var(--event-color);box-shadow:0 8px 20px color-mix(in srgb,var(--event-color) 20%,transparent)}.picture-gallery-settings-item:hover .picture-gallery-settings-thumbnail{filter:brightness(.8)}@media (max-width:768px){.picture-image-controls-overlay{opacity:1;pointer-events:auto;background:rgba(0,0,0,.5)}.picture-remove-image-btn.picture-hover-delete{padding:6px 10px;font-size:12px}.picture-delete-text{display:none}.picture-delete-icon{font-size:14px}.picture-select-image-btn{width:35px;height:35px;font-size:16px}}@media (hover:none){.picture-image-controls-overlay{opacity:1;pointer-events:auto;background:rgba(0,0,0,.4)}.picture-gallery-settings-item:hover .picture-gallery-settings-thumbnail{filter:none}}@media (max-width:768px){.picture-gallery-settings{width:95vw;padding:10px}.picture-settings-container{padding:20px;border-radius:12px}.picture-settings-container h1{font-size:28px}.picture-settings-section{padding:20px}.picture-layout-controls{grid-template-columns:1fr}.picture-action-buttons{flex-direction:column;gap:12px}.picture-clear-story-btn,.picture-reset-story-btn,.picture-save-story-btn{width:100%}.picture-gallery-preview-grid,.picture-gallery-settings-grid{grid-template-columns:repeat(2,1fr)!important}.picture-header{flex-direction:column;align-items:flex-start}.picture-header-controls{align-items:flex-start;width:100%}.picture-keyboard-shortcuts{display:none}.picture-drop-zone{padding:30px 15px}.picture-drop-zone-icon{font-size:36px}.picture-image-controls{flex-direction:column;align-items:stretch}.picture-controls-left,.picture-controls-right{justify-content:center}.picture-tooltip{display:none}}@media (prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.picture-gallery-settings-item:focus{outline:2px solid var(--event-color);outline-offset:2px}@media (prefers-color-scheme:dark){.picture-tooltip{background:rgba(255,255,255,.9);color:#000}.picture-tooltip:after{border-top-color:rgba(255,255,255,.9)}}.picture-gallery-settings.mobile{width:100vw;padding:0;margin:0;box-sizing:border-box;overflow-x:hidden;background:#fcfbfc}.picture-gallery-settings.mobile .picture-settings-container{padding:10px;border-radius:0;box-shadow:none;margin:0;width:100%;box-sizing:border-box;background:#fcfbfc}.picture-gallery-settings.mobile .picture-settings-container:before{height:3px}.picture-gallery-settings.mobile .picture-settings-container h1{font-size:20px;margin-bottom:15px;padding-bottom:10px;padding-left:10px;padding-right:10px}.picture-gallery-settings.mobile .picture-settings-section{margin-bottom:15px;padding:12px;border-radius:8px;box-sizing:border-box;width:100%}.picture-gallery-settings.mobile .picture-settings-container h2{font-size:16px;margin-bottom:8px;padding-left:8px}.picture-gallery-settings.mobile .picture-settings-container h2:before{width:3px;height:18px}.picture-gallery-settings.mobile .picture-section-description{font-size:13px;margin-bottom:12px;padding:0 5px}.picture-layout-controls.mobile{grid-template-columns:1fr;gap:12px}.picture-gallery-settings.mobile .picture-control-group label{font-size:13px}.picture-gallery-settings.mobile .picture-control-select{font-size:13px;padding:10px 12px}.picture-gallery-settings.mobile .picture-control-range{margin-top:8px}.picture-drop-zone.mobile{padding:20px 15px;margin-bottom:15px}.picture-drop-zone-content.mobile h3{font-size:16px;margin:8px 0 4px}.picture-drop-zone-content.mobile p{font-size:12px;margin:3px 0}.picture-gallery-settings.mobile .picture-drop-zone-icon{font-size:36px;margin-bottom:8px}.picture-image-controls.mobile{flex-direction:column;align-items:stretch;gap:10px}.picture-gallery-settings.mobile .picture-controls-left,.picture-gallery-settings.mobile .picture-controls-right{justify-content:center;width:100%}.picture-gallery-settings-grid.mobile{grid-template-columns:repeat(2,1fr)!important;gap:6px!important}.picture-gallery-settings.mobile .picture-gallery-settings-item{border-radius:4px}.picture-gallery-settings.mobile .picture-image-order{bottom:3px;left:3px;padding:1px 4px;font-size:10px}.picture-gallery-settings.mobile .picture-new-image-badge{top:3px;left:3px;padding:1px 4px;font-size:9px}.picture-gallery-settings.mobile .picture-remove-image-btn{width:20px;height:20px;top:3px;right:3px;font-size:12px}.picture-gallery-settings.mobile .picture-image-controls-overlay{opacity:1;pointer-events:auto;background:rgba(0,0,0,.5)}.picture-gallery-settings.mobile .picture-remove-image-btn.picture-hover-delete{padding:6px 8px;font-size:11px}.picture-gallery-settings.mobile .picture-delete-text{display:none}.picture-gallery-settings.mobile .picture-delete-icon{font-size:14px}.picture-upload-progress.mobile{padding:12px;margin-bottom:15px;gap:10px}.picture-gallery-settings.mobile .picture-progress-bar{height:6px}.picture-action-buttons.mobile{flex-direction:column;gap:10px;width:100%}.picture-clear-story-btn.mobile,.picture-reset-story-btn.mobile,.picture-save-story-btn.mobile{width:100%;padding:12px 20px;font-size:14px;box-sizing:border-box}.picture-unsaved-warning.mobile{font-size:13px;padding:10px 12px;text-align:center}.picture-gallery-settings.mobile .picture-warning-icon{font-size:14px}.picture-gallery-empty.mobile{padding:30px 20px}.picture-gallery-settings.mobile .picture-empty-icon{font-size:32px}.picture-gallery-empty.mobile h3{font-size:16px;margin:10px 0 5px}.picture-gallery-empty.mobile p{font-size:13px}.picture-gallery-settings.mobile .picture-tooltip{display:none}.picture-gallery-settings.mobile .picture-gallery-settings-item{min-height:80px}.picture-gallery-settings.mobile .picture-gallery-settings-thumbnail{transition:none}.picture-gallery-settings.mobile .picture-gallery-settings-item:hover{transform:none;border-color:var(--event-color)}.picture-gallery-settings.mobile .picture-drag-instructions{display:none}.picture-loading-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(255,255,255,.8);display:flex;align-items:center;justify-content:center;z-index:10;border-radius:6px}.picture-spinner{width:32px;height:32px;border:3px solid #f3f3f3;border-top:3px solid var(--event-color);border-radius:50%;animation:picture-spin 1s linear infinite}@keyframes picture-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.picture-gallery-settings-item.picture-loading{pointer-events:none;opacity:.7}.picture-gallery-settings-item.picture-selected{border-color:#28a745;box-shadow:0 0 0 2px rgba(40,167,69,.3)}