body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f7fa;color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.app-container{flex-direction:column;height:100vh;width:100vw}.app-container,.app-content{display:flex;overflow:hidden}.app-content{flex:1 1;position:relative;width:100%}.locations-list-container{background-color:#fff;border-right:none;box-shadow:0 0 5px #0000000d;flex:1 1;max-width:50%;overflow-y:auto}.resizer{background-color:#f0f0f0;cursor:col-resize;position:relative;transition:background-color .2s;width:8px;z-index:10}.resizer:active,.resizer:hover{background-color:#3498db}.resizer:after{background-color:#ccc;content:"";height:40px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:2px}.resizer:active:after,.resizer:hover:after{background-color:#fff}.locations-list{padding:15px}.locations-list h2{border-bottom:2px solid #3498db;color:#2c3e50;margin-bottom:25px;margin-top:0;padding-bottom:15px}.map-container{flex:1 1;height:100%}.location-item{background-color:#f8f9fa;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin-bottom:100px;padding:20px;position:relative;transition:transform .2s,box-shadow .2s}.location-item:after{background-color:#e0e0e0;bottom:-50px;content:"";height:1px;left:50%;position:absolute;transform:translateX(-50%);width:80%}.location-item:last-child:after{display:none}.location-item.selected{background-color:#e8f4fc;border-left:4px solid #3498db;box-shadow:0 4px 8px #00000026;transform:translateX(5px)}.location-item h3{align-items:center;color:#2c3e50;display:flex;font-size:1.3rem;margin-top:0}.location-item h3:before{content:"📍";margin-right:8px}.location-details{margin-top:15px}.location-details h4{align-items:center;color:#3498db;display:flex;font-size:1rem;margin:15px 0 5px}.description-header:before{content:"📝";margin-right:8px}.task-header:before{content:"🎯";margin-right:8px}.answers-header:before{content:"✅";margin-right:8px}.hint-header:before{content:"💡";margin-right:8px}.after-message-header:before{content:"🏆";margin-right:8px}.location-details pre{word-wrap:break-word;background-color:#f8f9fa;border-left:3px solid #ddd;border-radius:6px;font-size:14px;line-height:1.6;margin:0;padding:12px;white-space:pre-wrap}.location-number{align-items:center;background-color:#3498db;border-radius:50%;color:#fff;display:inline-flex;font-size:.8rem;height:24px;justify-content:center;margin-right:10px;width:24px}.answer-variations{background-color:#f8f9fa;border-left:3px solid #ddd;border-radius:6px;display:flex;flex-wrap:wrap;gap:8px;max-height:50000px;overflow:hidden;padding:10px;transition:max-height .25s ease-out}.answer-variations.collapsed{max-height:45px}.answer-variations.collapsed .add-answer-container{display:none}.answer-chip{align-items:center;cursor:grab;display:flex;position:relative}.answer-chip.dragging{cursor:grabbing;opacity:.5}.drag-handle{color:#7f8c8d;cursor:grab;font-size:14px;margin-right:6px}.answer-text{margin:0 4px}.remove-answer{align-items:center;background-color:initial;border-radius:50%;color:#7f8c8d;cursor:pointer;display:inline-flex;font-size:16px;font-weight:700;height:16px;justify-content:center;margin-left:4px;opacity:0;transition:opacity .2s,background-color .2s;width:16px}.answer-chip:hover .remove-answer{opacity:1}.remove-answer:hover{background-color:#e74c3c;color:#fff}.add-answer-container{align-items:center;display:flex;gap:8px;margin-top:8px;width:100%}.add-answer-input{border:1px solid #ddd;border-radius:16px;flex:1 1;font-size:12px;outline:none;padding:6px 10px;transition:border-color .2s}.add-answer-input:focus{border-color:#3498db;box-shadow:0 0 4px #3498db4d}.add-answer-button{align-items:center;background-color:#2ecc71;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:700;height:24px;justify-content:center;transition:all .2s;width:24px}.add-answer-button:hover{background-color:#27ae60;transform:scale(1.1)}.popup-content{min-width:200px}.popup-content h3{color:#2c3e50;font-size:16px;margin-bottom:8px;margin-top:0}.popup-content p{font-size:14px;margin-bottom:10px}.marker-pin{align-items:center;background:#3498db;border-radius:50% 50% 50% 0;box-shadow:0 0 0 2px #fff,0 0 5px #0006;display:flex;height:30px;justify-content:center;margin:0 auto;position:relative;transform:rotate(-45deg);width:30px}.marker-pin.selected{background:#e74c3c;z-index:1000}.marker-pin span{color:#fff;display:block;font-size:14px;font-weight:700;text-align:center;transform:rotate(45deg)}.error,.loading{align-items:center;background-color:#f9f9f9;border-radius:8px;box-shadow:0 2px 10px #0000001a;color:#666;display:flex;font-size:18px;justify-content:center;margin:20px auto;max-width:80%;min-height:200px;padding:20px;text-align:center;width:100%}.error{border-left:5px solid #e74c3c;color:#e74c3c}@media (max-width:1024px){.app-container,.app-content{flex-direction:column}.locations-list-container{flex-basis:50%;max-height:50%;max-width:100%!important;order:2}.resizer{cursor:row-resize;height:8px;order:1;width:100%}.resizer:after{height:2px;width:40px}.map-container{flex-basis:50%;height:auto;max-height:50%;order:0}.dropdown-menu{left:-10px;position:absolute;top:35px;width:150px}}.quest-selector-wrapper{background-color:#f5f5f5;border-radius:8px;box-shadow:0 1px 3px #0000001a;margin-bottom:5px;padding:5px}.quest-selector{box-sizing:border-box;gap:15px;justify-content:space-between;margin-bottom:20px;padding-right:10px;width:100%}.quest-selector,.selector-container{align-items:center;display:flex;overflow:hidden}.selector-container{flex:1 1;min-width:0}.menu-button{align-items:center;background:none;border:none;border-radius:4px;color:#333;cursor:pointer;display:flex;font-size:22px;height:30px;justify-content:center;padding:0;transition:color .2s;width:30px}.menu-button:hover{background-color:#f0f0f0;color:#3498db}.menu-container{margin-right:10px;position:relative;z-index:9999}.selector-main-content{align-items:center;display:flex;flex:1 1;min-width:0;overflow:hidden;z-index:1000}.dropdown-menu{animation:menuFadeIn .25s ease;background-color:#fff;border:1px solid #ddd;border-radius:4px;box-shadow:0 4px 15px #0000004d;min-width:180px;padding:5px 0;position:fixed;z-index:9999}@keyframes menuFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-item{background:none;border:none;border-bottom:1px solid #eee;border-radius:0;color:#333;cursor:pointer;display:block;font-size:14px;padding:10px 15px;text-align:left;transition:all .2s;width:100%}.dropdown-item:last-child{border-bottom:none}.dropdown-item:hover{background-color:#3498db;color:#fff}.status-indicator{border-radius:50%;height:12px;margin-right:10px;transition:all .3s ease;width:12px}.status-indicator.idle{background-color:#bdc3c7;opacity:.5}.status-indicator.saving{animation:pulse 1.5s infinite;background-color:#f39c12;box-shadow:0 0 5px #f39c1280}.status-indicator.success{background-color:#2ecc71;box-shadow:0 0 5px #2ecc7180}.status-indicator.error{background-color:#e74c3c;box-shadow:0 0 5px #e74c3c80}@keyframes pulse{0%{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.2)}to{opacity:1;transform:scale(1)}}.quest-selector label{color:#2c3e50;font-weight:500;margin-right:10px;white-space:nowrap}.quest-selector select{background-color:#fff;border:1px solid #ddd;border-radius:4px;color:#333;cursor:pointer;font-size:14px;max-width:100%;overflow:hidden;padding:8px 12px;text-overflow:ellipsis;width:auto}.table-select-dropdown{flex:0 0 auto;margin-right:15px;width:120px}.quest-select-dropdown{flex:1 1 auto;min-width:150px}.quest-selector-wrapper.fixed{background-color:#fff;border-bottom:1px solid #e0e0e0;box-shadow:0 2px 5px #0000001a;box-sizing:border-box;padding:15px 20px;position:-webkit-sticky;position:sticky;top:0;width:100%;z-index:100}.locations-list-padding{height:60px}.save-button{border:none;border-radius:4px;color:#fff;cursor:pointer;font-weight:500;margin-left:10px;margin-right:40px;min-width:80px;padding:8px 15px;transition:all .2s ease}.save-button:hover{box-shadow:0 2px 5px #0000001a;transform:translateY(-1px)}.save-button.pending{background-color:#2ecc71}.save-button.saving{background-color:#f39c12;cursor:wait}.save-button.error{background-color:#e74c3c}.editable-field-container{display:flex;flex-direction:column;width:100%}.field-actions{flex-wrap:wrap}.field-actions,.field-actions-images{align-items:center;display:flex;gap:5px}.field-actions-audio{align-items:flex-start;display:flex;flex-direction:column;margin-top:15px;width:100%}.field-thumbnail{align-items:center;display:flex;height:30px;justify-content:center;padding:2px}.field-thumbnail img{display:block;max-height:100%;max-width:40px}.delete-image-button{align-items:center;background-color:#f44336;border:none;border-radius:3px;color:#fff;cursor:pointer;display:flex;font-size:12px;height:22px;justify-content:center;line-height:1;padding:3px 5px;width:22px}.delete-image-button:hover{background-color:#d32f2f}.editable-field{word-wrap:break-word;cursor:pointer;display:inline-block;font-family:inherit;font-size:inherit;line-height:inherit;padding:5px;transition:background-color .2s;white-space:pre-wrap;width:100%}.editable-field.multiline{word-wrap:break-word;background-color:#f8f9fa;border-left:3px solid #ddd;border-radius:6px;font-size:14px;line-height:1.6;margin:0;min-height:60px;padding:5px}.editable-field:hover{background-color:#f0f7fd}.editable-field.editing{border:1px solid #3498db;border-radius:4px;box-shadow:0 0 5px #3498db4d;outline:none}.editable-field.multiline.editing{border-left:3px solid #3498db}.editable-field:focus{border-color:#2980b9;box-shadow:0 0 8px #3498db80;outline:none}.editable-field.comment-field{background-color:#fff9c4!important}.editable-field.comment-field:hover{background-color:#fff176!important}.editable-field.comment-field.editing{background-color:#ffeb3b!important}.answer-chip{background-color:#e1f0fa;border:1px solid #3498db;border-radius:16px;color:#2980b9;cursor:pointer;display:inline-block;font-size:12px;padding:4px 10px;transition:all .2s ease}.answer-chip:hover{background-color:#c6e4f7;transform:translateY(-1px)}.answer-chip-content{display:inline-block;min-width:10px;outline:none}.answer-chip-content.editing{background-color:initial;min-width:50px;outline:none}.save-status{background-color:#ffffffe6;border-radius:4px;box-shadow:0 2px 10px #0000001a;font-size:14px;font-weight:500;padding:8px 15px;position:fixed;right:10px;top:10px;transition:opacity .3s ease;z-index:1000}.save-status .saving{color:#f39c12}.save-status .saved{color:#27ae60}.save-status .error{color:#e74c3c}.save-status .pending{color:#3498db}.location-details pre.editable-display{word-wrap:break-word;background-color:#f8f9fa;border-left:3px solid #ddd;border-radius:6px;cursor:pointer;font-size:14px;line-height:1.6;margin:0;padding:12px;white-space:pre-wrap}.location-details pre.editable-display:hover{background-color:#edf4fb;border-left:3px solid #3498db}.location-header{align-items:center;display:flex;margin-bottom:10px;position:relative}.location-reorder-buttons{display:flex;flex-direction:column;margin-right:10px}.move-down-button,.move-up-button{background:none;border:none;color:#666;cursor:pointer;font-size:14px;padding:2px 5px;transition:color .2s}.move-down-button:hover,.move-up-button:hover{color:#3498db}.move-down-button:disabled,.move-up-button:disabled{color:#ccc;cursor:not-allowed}.locations-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:5px}.add-location-button{background-color:#2ecc71;border:none;border-radius:4px;color:#fff;cursor:pointer;font-weight:700;padding:8px 12px;transition:background-color .2s}.add-location-button:hover{background-color:#27ae60}.move-mode-overlay{background-color:#3498dbcc;color:#fff;left:0;padding:10px;position:absolute;right:0;text-align:center;top:0;z-index:1000}.move-mode-message{align-items:center;display:flex;font-weight:700;justify-content:space-between;margin:0 auto;max-width:500px}.move-mode-message button{background-color:#fff;border:none;border-radius:4px;color:#3498db;cursor:pointer;margin-left:10px;padding:5px 10px}.move-mode-message button:hover{background-color:#f5f5f5}.remove-location-button{align-items:center;background-color:#e74c3c;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:700;height:28px;justify-content:center;opacity:.7;transition:all .2s;width:28px}.remove-location-button:hover{background-color:#c0392b;opacity:1;transform:scale(1.1)}.delete-confirmation-dialog{animation:fadeIn .2s ease-out;background-color:#fff;border-radius:6px;box-shadow:0 3px 10px #0003;padding:15px;position:absolute;right:-10px;top:-10px;width:250px;z-index:100}.delete-confirmation-dialog p{color:#333;font-size:14px;margin:0 0 15px}.delete-confirmation-buttons{display:flex;gap:10px;justify-content:flex-end}.cancel-delete-button,.confirm-delete-button{border:none;border-radius:4px;cursor:pointer;font-size:13px;padding:6px 12px;transition:all .2s}.confirm-delete-button{background-color:#e74c3c;color:#fff}.confirm-delete-button:hover{background-color:#c0392b}.cancel-delete-button{background-color:#ecf0f1;color:#333}.cancel-delete-button:hover{background-color:#bdc3c7}.app-header{align-items:center;background-color:#333;color:#fff;display:flex;justify-content:space-between;padding:10px 20px;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.username-display{font-size:14px;font-weight:500}.logout-button{background-color:#d9534f;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;padding:6px 12px;transition:background-color .3s}.logout-button:hover{background-color:#c9302c}.move-to-button{background:none;border:none;color:#666;cursor:pointer;font-size:16px;padding:2px 5px;transition:color .2s}.move-to-button:hover{color:#3498db}.position-dropdown{animation:fadeIn .2s ease-out;background-color:#fff;border-radius:4px;box-shadow:0 2px 10px #0003;left:-10px;padding:10px;position:absolute;top:30px;width:220px;z-index:1000}.position-dropdown-header{align-items:center;border-bottom:1px solid #eee;display:flex;justify-content:space-between;margin-bottom:8px;padding-bottom:5px}.position-dropdown-title{color:#666;font-size:12px;font-weight:700}.close-dropdown-button{background:none;border:none;color:#666;cursor:pointer;font-size:16px;padding:0 5px;transition:color .2s}.close-dropdown-button:hover{color:#e74c3c}.position-buttons{display:flex;flex-wrap:wrap;gap:5px;max-height:150px;overflow-y:auto;padding:5px 0}.position-button{background-color:#ecf0f1;border:none;border-radius:3px;color:#333;cursor:pointer;flex-basis:calc(33.33% - 5px);flex-grow:0;flex-shrink:0;font-size:12px;padding:4px 8px;text-align:center;transition:all .2s}.position-button.position-special{background-color:#d6eaf8;flex:0 0 100%;font-weight:700;margin:3px 0}.position-button:hover{color:#fff}.position-button.position-special:hover,.position-button:hover{background-color:#3498db}.position-button:disabled{background-color:#f5f5f5;color:#bbb;cursor:not-allowed}.location-uuid-container{align-items:flex-start;border-top:1px dashed #ddd;display:flex;gap:20px;margin-top:20px;padding-top:10px}.location-coordinates-item,.location-uuid-item{flex:1 1}.location-coordinates,.location-uuid{background-color:#f5f5f5;border:1px solid #ddd;border-radius:4px;color:#666;cursor:copy;font-family:monospace;font-size:12px;line-height:1.4;overflow-wrap:break-word;padding:8px 12px;position:relative;transition:background-color .2s ease;-webkit-user-select:all;user-select:all}.location-coordinates:hover,.location-uuid:hover{background-color:#eaeaea}.location-coordinates.copied,.location-uuid.copied{background-color:#e8f5e9;border-color:#66bb6a}.copy-indicator{animation:fadeInOut 2s ease;background-color:#4caf50;border-radius:3px;color:#fff;font-size:10px;opacity:0;padding:2px 6px;position:absolute;right:8px;top:50%;transform:translateY(-50%)}.audio-uploader{margin-top:5px}.audio-player-container{align-items:center;display:flex;width:100%}.audio-player-container audio{border:1px solid #ddd;border-radius:4px;height:30px;outline:none}.audio-buttons{align-items:center;display:flex;gap:5px;margin-top:4px}.delete-audio-button{align-items:center;background-color:#f44336;border:none;border-radius:3px;color:#fff;cursor:pointer;display:flex;font-size:12px;height:22px;justify-content:center;line-height:1;padding:3px 5px;width:22px}.delete-audio-button:hover{background-color:#d32f2f}.audio-download-container{align-items:center;display:flex;flex-wrap:wrap;gap:10px;margin-bottom:8px}.download-audio-link.button-style{align-items:center;background-color:#3498db;border-radius:4px;color:#fff;display:inline-flex;font-size:12px;font-weight:500;gap:5px;padding:5px 10px;text-decoration:none;transition:background-color .2s}.download-audio-link.button-style:hover{background-color:#2980b9}.download-audio-link.button-style.original{background-color:#9b59b6}.download-audio-link.button-style.original:hover{background-color:#8e44ad}.file-size-inline{font-weight:400;opacity:.9}.audio-stats-container{background-color:#fff;flex:1 1;overflow-y:auto;padding:20px}.audio-stats-header{align-items:center;border-bottom:2px solid #3498db;display:flex;justify-content:space-between;margin-bottom:20px;padding-bottom:15px}.audio-stats-header h1{color:#2c3e50;margin:0}.back-button{background-color:#3498db;font-weight:700;transition:background-color .2s}.back-button:hover{background-color:#2980b9}.audio-stats-description{background-color:#f8f9fa;border-left:4px solid #3498db;border-radius:5px;color:#7f8c8d;font-size:14px;margin-bottom:25px;padding:15px}.table-responsive{overflow-x:auto;width:100%}.audio-stats-table{background-color:#fff;border-collapse:collapse;box-shadow:0 2px 15px #0000001a;font-size:14px;margin:0 auto;width:100%}.audio-stats-table td,.audio-stats-table th{border-bottom:1px solid #e0e0e0;padding:12px 15px;text-align:left;vertical-align:top}.audio-stats-table thead th{background-color:#34495e;color:#fff;font-weight:700;position:-webkit-sticky;position:sticky;top:0}.audio-stats-table tbody tr{transition:background-color .2s}.audio-stats-table tbody tr:nth-of-type(2n){background-color:#f8f9fa}.audio-stats-table tbody tr:hover{background-color:#e8f4fc}.audio-stats-table td strong{color:#2c3e50}.audio-stats-table td small{color:#7f8c8d;font-size:11px}.coverage-pill{border-radius:12px;color:#fff;display:inline-block;font-size:13px;font-weight:700;padding:4px 10px}.coverage-pill.full{background-color:#27ae60}.coverage-pill.partial{background-color:#e67e22}.missing-locations-list{list-style-type:disc;margin:0;padding-left:18px}.missing-locations-list li{padding:2px 0}.location-link{background:none;border:none;color:#3498db;cursor:pointer;font-family:inherit;font-size:inherit;margin:0;padding:0;text-align:left;text-decoration:underline}.location-link:hover{color:#2980b9}.no-missing{color:#27ae60;font-style:italic}.comment-cell-wrapper{cursor:pointer;line-height:1.4;max-height:14em;overflow:hidden;padding-right:1.5em;position:relative;transition:max-height .25s ease-in-out;white-space:pre-wrap;word-break:break-word}.comment-cell-wrapper.expanded{max-height:50000px}.comment-cell-wrapper:after{color:#3498db;font-size:.9em;font-weight:700;position:absolute;right:5px;top:.1em}.comment-cell-wrapper:not(.expanded):after{content:"▼"}.comment-cell-wrapper.expanded:after{content:"▲"}@media (max-width:768px){.audio-stats-table{display:block;width:100%}.audio-stats-table tbody,.audio-stats-table thead,.audio-stats-table tr{display:block}.audio-stats-table thead{display:none}.audio-stats-table tr{border:1px solid #ddd;border-radius:5px;box-shadow:0 1px 3px #0000000d;margin-bottom:15px;padding:10px}.audio-stats-table td{align-items:center;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;padding:8px 5px}.audio-stats-table td:last-child{border-bottom:none}.audio-stats-table td:before{color:#34495e;content:attr(data-label);font-weight:700;margin-right:15px}}.speech-generation-container{background-color:#fff;display:flex;flex:1 1;flex-direction:column;overflow-y:auto;padding:20px}.speech-generation-header{align-items:center;border-bottom:2px solid #3498db;display:flex;justify-content:space-between;margin-bottom:20px;padding-bottom:15px}.speech-generation-header h2{color:#2c3e50;margin:0}.speech-generation-info{background-color:#e8f4fc;border:1px solid #bde0fe;border-radius:6px;color:#2c3e50;font-size:14px;margin-bottom:20px;padding:10px 15px}.speech-generation-info code{background-color:#d0eaff;border-radius:4px;font-family:monospace;padding:2px 5px}.speech-generation-controls{display:flex;flex-direction:column;gap:20px;margin-bottom:15px;padding-bottom:10px}.speech-param-row{align-items:center;display:flex;gap:15px}.speech-param-row label{color:#2c3e50;font-weight:500;min-width:120px;text-align:right}.speech-param-row input[type=text],.speech-param-row select,.speech-param-row textarea{border:1px solid #ddd;border-radius:4px;flex:1 1;font-size:14px;padding:8px 12px}.speech-param-row input[type=range]{flex:1 1}.speech-text-area{border:1px solid #ccc;border-radius:4px;font-family:inherit;font-size:14px;min-height:200px;padding:10px;resize:vertical;width:100%}.accent-chars{align-items:center;display:flex;flex-wrap:wrap;gap:5px}.accent-char-button{background-color:#ecf0f1;border:1px solid #bdc3c7;border-radius:4px;cursor:pointer;font-size:14px;padding:5px 8px;transition:background-color .2s,color .2s}.accent-char-button:hover{background-color:#3498db;color:#fff}.speech-parameters{background-color:#f8f9fa;border:1px solid #e0e0e0;border-radius:8px;margin-top:10px;padding:20px}.speech-parameters h4{border-bottom:1px solid #ddd;color:#3498db;margin-bottom:15px;margin-top:0;padding-bottom:10px}.speech-generation-actions{align-items:center;display:flex;gap:15px;margin-top:10px}.generate-button,.save-button{align-self:flex-start;background-color:#2ecc71;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;font-weight:700;padding:12px 20px;transition:background-color .2s}.generate-button:hover,.save-button:hover{background-color:#27ae60}.generate-button:disabled,.save-button:disabled{background-color:#95a5a6;cursor:not-allowed}.save-button{background-color:#3498db;font-size:14px;padding:10px 18px}.save-button:hover{background-color:#2980b9}.error-message{background-color:#fbe9e7;border:1px solid #ffab91;color:#e74c3c;margin-top:20px}.error-details,.error-message{border-radius:4px;padding:10px}.error-details{word-wrap:break-word;background-color:#ffebee;color:#c62828;font-family:monospace;font-size:12px;margin-top:10px;white-space:pre-wrap}.speech-generation-result{border-top:1px solid #e0e0e0;margin-top:25px;padding-top:20px}.speech-generation-result h3{color:#2c3e50;margin-top:0}.speech-generation-result audio{margin-bottom:10px;width:100%}.download-button{background-color:#3498db;border-radius:4px;color:#fff;display:inline-block;font-weight:500;padding:8px 15px;text-decoration:none;transition:background-color .2s}.download-button:hover{background-color:#2980b9}.generate-voiceover-button{align-items:center;background-color:#8e44ad;border:none;border-radius:3px;color:#fff;cursor:pointer;display:flex;font-size:12px;height:22px;justify-content:center;line-height:1;padding:3px 5px;transition:background-color .2s;width:22px}.generate-voiceover-button:hover{background-color:#9b59b6}.text-format-controls{display:flex;gap:10px;margin-bottom:-10px}.format-button{background-color:#f0f0f0;border:1px solid #ccc;border-radius:4px;cursor:pointer;font-size:14px;padding:5px 10px;transition:background-color .2s}.format-button:hover{background-color:#e0e0e0}.emoji-button{font-size:18px;padding:2px 8px}.tags-editor{background-color:#f8f9fa;border-left:3px solid #ddd;border-radius:6px;margin:0 0 15px;outline:none;padding:10px;position:relative}.tags-suggestions{animation:fadeIn .2s ease-out;background-color:#f0f8ff;border:1px solid #cce5ff;border-radius:4px;margin-top:10px;padding:10px}.tags-list{color:#666;flex-wrap:wrap;gap:8px;gap:5px;margin-bottom:10px;margin-top:10px}.tag-chip,.tags-list{align-items:center;display:flex;font-size:12px}.tag-chip{background-color:#e9ecef;border:1px solid #ced4da;border-radius:16px;color:#495057;padding:4px 10px;transition:all .2s ease}.remove-tag{align-items:center;background-color:initial;border:none;border-radius:50%;color:#6c757d;cursor:pointer;display:inline-flex;font-size:16px;font-weight:700;height:16px;justify-content:center;margin-left:6px;transition:background-color .2s,color .2s;width:16px}.tag-chip:hover .remove-tag{color:#343a40}.remove-tag:hover{background-color:#dc3545;color:#fff}.add-tag-controls{align-items:center;display:flex;gap:8px;margin-bottom:10px}.add-tag-input{border:1px solid #ddd;border-radius:16px;flex:1 1;font-size:12px;outline:none;padding:6px 10px;transition:border-color .2s}.add-tag-input:focus{border-color:#3498db;box-shadow:0 0 4px #3498db4d}.add-tag-button{align-items:center;background-color:#2ecc71;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:700;height:24px;justify-content:center;transition:all .2s;width:24px}.add-tag-button:hover{background-color:#27ae60;transform:scale(1.1)}.predefined-tags{align-items:center;color:#666;display:flex;flex-wrap:wrap;font-size:12px;gap:5px}.predefined-tags-label{font-weight:500;margin-right:5px}.predefined-tag-button{background-color:#f0f0f0;border:1px solid #ccc;border-radius:12px;cursor:pointer;font-size:11px;padding:3px 8px;transition:all .2s}.predefined-tag-button:hover{box-shadow:0 1px 2px #0000001a;transform:translateY(-1px)}.tags-list-summary{display:flex;flex-wrap:wrap;gap:5px}.tag-chip-summary{background-color:#e9ecef;border-radius:12px;color:#333;display:inline-block;font-size:13px;font-weight:700;padding:4px 10px}.custom-tags-suggestions{align-items:center;color:#666;display:flex;flex-wrap:wrap;font-size:12px;gap:5px;margin-top:10px}.tags-filter-container{background-color:#f8f9fa;border-left:4px solid #3498db;border-radius:5px;display:flex;flex-direction:column;gap:10px;margin-bottom:25px;padding:15px}.tags-filter-label{color:#2c3e50;font-weight:500;margin-bottom:5px}.tags-filter-buttons{display:flex;flex-wrap:wrap;gap:8px}.tag-filter-button{background-color:#fff;border:1px solid #bdc3c7;border-radius:16px;color:#34495e;cursor:pointer;font-size:13px;padding:5px 12px;transition:all .2s ease}.tag-filter-button:hover{background-color:#ecf0f1;border-color:#95a5a6}.tag-filter-button.active{background-color:#3498db;border-color:#2980b9;color:#fff;font-weight:700}.tag-filter-clear{align-self:flex-start;background:none;border:none;color:#3498db;cursor:pointer;margin-top:5px;padding:5px 0;text-decoration:underline}.tag-filter-clear:hover{color:#c0392b}.scroll-spacer{height:40vh}.field-actions-audio .audio-buttons,.field-actions-images{align-items:center;display:flex;gap:8px;margin-top:5px}.file-size{color:#555;font-size:.8em;margin:0 5px;white-space:nowrap}.field-thumbnail{border:1px solid #ccc;border-radius:4px;cursor:pointer;flex-shrink:0;height:40px;overflow:hidden;width:40px}.diff-viewer-container{background-color:#fff;flex:1 1;font-family:Courier New,Courier,monospace;overflow-y:auto;padding:20px}.diff-viewer-header{align-items:flex-start;background-color:#fff;border-bottom:2px solid #3498db;display:flex;justify-content:space-between;margin:-20px -20px 20px;padding:15px 20px;position:-webkit-sticky;position:sticky;top:-20px;z-index:10}.diff-header-info{display:flex;flex-direction:column}.diff-stats{display:flex;font-size:14px;gap:15px;margin-top:10px}.stats-added{color:#155724;font-weight:700}.stats-removed{color:#721c24;font-weight:700}.diff-navigation{align-items:center;display:flex;gap:10px;margin-right:20px}.diff-navigation button{background-color:#f0f0f0;border:1px solid #ccc;border-radius:4px;cursor:pointer;font-weight:500;padding:5px 12px;transition:all .2s ease}.diff-navigation button:hover:not(:disabled){background-color:#e0e0e0;border-color:#999;box-shadow:0 2px 4px #0000000d;transform:translateY(-1px)}.diff-navigation button:disabled{cursor:not-allowed;opacity:.5}.diff-navigation span{color:#555;font-size:14px;min-width:80px;text-align:center}.diff-viewer-header h1{color:#2c3e50;font-size:1.5em;margin:0}.diff-viewer-header .diff-actions button{margin-left:10px}.diff-legend{display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:13px;gap:20px;margin-top:15px}.legend-item{align-items:center;display:flex}.legend-color-box{border:1px solid #0000001a;height:15px;margin-right:8px;width:15px}.legend-added{background-color:#a7f3d0}.legend-removed{background-color:#fecaca}.diff-content{background-color:#f8f9fa;border-radius:5px;font-size:14px;line-height:1.5;padding:15px;white-space:pre-wrap}.diff-line{display:flex;width:100%}.diff-line-prefix{flex:0 0 20px;-webkit-user-select:none;user-select:none}.diff-line-content{flex:1 1;word-break:break-all}.diff-line.added{background-color:#a7f3d0;border-left:2px solid #10b981}.diff-line.removed{background-color:#fecaca;border-left:2px solid #ef4444}.diff-char.added{background-color:#a7f3d0;border-radius:3px;color:#065f46}.diff-char.removed{background-color:#fecaca;border-radius:3px;color:#991b1b;text-decoration:line-through}.sync-button{background-color:#e67e22;border:none;border-radius:4px;color:#fff;cursor:pointer;font-weight:700;padding:8px 15px;transition:background-color .2s}.sync-button:hover{background-color:#d35400}.sync-button:disabled{background-color:#bdc3c7;cursor:not-allowed}.sync-confirm-overlay{align-items:center;animation:fadeIn .2s ease-out;background-color:#0009;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.sync-confirm-dialog{background:#fff;border-radius:8px;box-shadow:0 5px 15px #0000004d;max-width:450px;padding:25px;text-align:center;width:90%}.sync-confirm-dialog h2{color:#c0392b;margin-top:0}.sync-confirm-dialog p{color:#333;line-height:1.5;margin:15px 0}.sync-confirm-dialog code{background-color:#f0f0f0;border-radius:3px;font-family:monospace;padding:2px 5px}.sync-confirm-buttons{display:flex;gap:15px;justify-content:center;margin-top:25px}.sync-confirm-buttons button{border:none;border-radius:5px;cursor:pointer;font-size:14px;font-weight:700;padding:10px 20px;transition:all .2s}.confirm-sync-button{background-color:#e74c3c;color:#fff}.confirm-sync-button:hover{background-color:#c0392b}.cancel-sync-button{background-color:#ecf0f1;color:#333}.cancel-sync-button:hover{background-color:#bdc3c7}.copy-location-json-button{align-items:center;background:#28a745;border:none;border-radius:3px;color:#fff;cursor:pointer;display:flex;font-size:14px;height:28px;justify-content:center;margin-left:8px;padding:0;transition:background-color .2s ease,transform .1s ease;width:28px}.copy-location-json-button:hover{background:#218838;transform:scale(1.05)}.copy-location-json-button:active{transform:scale(.95)}.location-action-buttons{align-items:center;display:flex;gap:8px;margin-left:auto}.copy-toast-inline{animation:fadeInOut 1.2s ease}.dropdown-item:disabled{background:#f8f9fa;cursor:not-allowed;opacity:.5}.dropdown-item:disabled:hover{background:#f8f9fa;color:#6c757d}.collapsible-header{align-items:center;border-radius:4px;cursor:pointer;display:flex;margin:15px 0 5px;transition:color .2s ease,background-color .2s ease;-webkit-user-select:none;user-select:none}.collapsible-header:hover{background-color:#e8f4fc;color:#2980b9}.comment-header{color:#3498db!important}.comment-header:hover{color:#2980b9!important}.comment-header:before{content:"💬";margin-right:8px}.comment-field-wrapper{max-height:50000px;overflow:hidden;transition:max-height .25s ease-out}.comment-field-wrapper.collapsed{max-height:0}.diff-mode-toggle{align-items:center;background-color:#f0f0f0;border-radius:6px;display:flex;gap:5px;margin-left:15px;padding:3px}.diff-mode-toggle button{background-color:initial;border:none;border-radius:4px;color:#555;cursor:pointer;font-size:12px;font-weight:500;padding:4px 10px;transition:all .2s ease}.diff-mode-toggle button.active{background-color:#fff;box-shadow:0 1px 3px #0000001a;color:#333}.image-uploader{align-items:center;display:flex;gap:10px;margin-top:8px}.file-input{display:none}.upload-button{background-color:#f8f9fa;border:1px solid #3498db;border-radius:4px;color:#3498db;cursor:pointer;font-size:12px;padding:6px 12px;transition:all .2s}.upload-button:hover{background-color:#3498db;color:#fff}.upload-button:disabled{cursor:not-allowed;opacity:.6}.upload-error{color:#e74c3c;font-size:12px;margin-left:10px}.image-thumbnail-container{background-color:#f8f9fa;border:1px solid #ddd;border-radius:4px;height:40px;overflow:hidden;width:40px}.image-thumbnail{cursor:pointer;height:100%;object-fit:cover;transition:transform .2s;width:100%}.image-thumbnail:hover{transform:scale(1.1)}.modal-backdrop{align-items:center;animation:fadeIn .3s ease;background-color:#000000b3;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:10000}.modal-content{animation:zoomIn .3s ease;background-color:#fff;border-radius:6px;box-shadow:0 5px 20px #0006;display:flex;flex-direction:column;max-height:90%;max-width:90%;overflow:hidden;position:relative}.modal-close-button{align-items:center;background-color:#00000080;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:20px;height:30px;justify-content:center;position:absolute;right:10px;top:10px;transition:background-color .2s;width:30px;z-index:10}.modal-close-button:hover{background-color:#000c}.modal-body{align-items:center;display:flex;justify-content:center;overflow:auto;padding:20px}.modal-image{max-height:80vh;max-width:100%;object-fit:contain}@keyframes zoomIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.leaflet-image-layer,.leaflet-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane,.leaflet-pane>canvas,.leaflet-pane>svg,.leaflet-tile,.leaflet-tile-container,.leaflet-zoom-box{left:0;position:absolute;top:0}.leaflet-container{overflow:hidden}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile{-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.leaflet-tile::selection{background:#0000}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{height:1600px;-webkit-transform-origin:0 0;width:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-height:none!important;max-width:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer{max-height:none!important;max-width:none!important;padding:0;width:auto}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;height:0;width:0;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{height:1px;width:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{pointer-events:visiblePainted;pointer-events:auto;position:relative;z-index:800}.leaflet-bottom,.leaflet-top{pointer-events:none;position:absolute;z-index:1000}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{clear:both;float:left}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-pan-anim .leaflet-tile,.leaflet-zoom-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-control,.leaflet-popup-pane{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}.leaflet-image-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-image-layer.leaflet-interactive,.leaflet-marker-icon.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;color:#000;display:block;height:26px;line-height:26px;text-align:center;text-decoration:none;width:26px}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:focus,.leaflet-bar a:hover{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.leaflet-bar a.leaflet-disabled{background-color:#f4f4f4;color:#bbb;cursor:default}.leaflet-touch .leaflet-bar a{height:30px;line-height:30px;width:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);height:36px;width:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{height:44px;width:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{background:#fff;color:#333;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{overflow-x:hidden;overflow-y:scroll;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;line-height:1.4;padding:0 5px}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:focus,.leaflet-control-attribution a:hover{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;height:.6669em;vertical-align:initial!important;width:1em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{background:#fffc;border:2px solid #777;border-top:none;box-sizing:border-box;line-height:1.1;padding:2px 5px 1px;text-shadow:1px 1px #fff;white-space:nowrap}.leaflet-control-scale-line:not(:first-child){border-bottom:none;border-top:2px solid #777;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers{box-shadow:none}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-layers{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{margin-bottom:20px;position:absolute;text-align:center}.leaflet-popup-content-wrapper{border-radius:12px;padding:1px;text-align:left}.leaflet-popup-content{font-size:13px;font-size:1.08333em;line-height:1.3;margin:13px 24px 13px 20px;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{height:20px;left:50%;margin-left:-20px;margin-top:-1px;overflow:hidden;pointer-events:none;position:absolute;width:40px}.leaflet-popup-tip{height:17px;margin:-10px auto 0;padding:1px;pointer-events:auto;transform:rotate(45deg);width:17px}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;box-shadow:0 3px 14px #0006;color:#333}.leaflet-container a.leaflet-popup-close-button{background:#0000;border:none;color:#757575;font:16px/24px Tahoma,Verdana,sans-serif;height:24px;position:absolute;right:0;text-align:center;text-decoration:none;top:0;width:24px}.leaflet-container a.leaflet-popup-close-button:focus,.leaflet-container a.leaflet-popup-close-button:hover{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678);margin:0 auto;width:24px}.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{background-color:#fff;border:1px solid #fff;border-radius:3px;box-shadow:0 1px 3px #0006;color:#222;padding:6px;pointer-events:none;position:absolute;-webkit-user-select:none;user-select:none;white-space:nowrap}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before,.leaflet-tooltip-top:before{background:#0000;border:6px solid #0000;content:"";pointer-events:none;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{border-top-color:#fff;bottom:0;margin-bottom:-12px}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-left:-6px;margin-top:-12px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;left:0;margin-left:-12px}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.quest-info-editor{background-color:#f9f9f9;height:calc(100vh - 60px);overflow-y:auto;padding:10px}.back-button{background-color:#4a90e2;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:8px 15px}.back-button:hover{background-color:#357abf}.quest-info-section{background-color:#fff;border-radius:6px;box-shadow:0 1px 3px #0000001a;margin-bottom:25px;padding:15px}.quest-info-section h4{color:#333;font-size:16px;margin-bottom:10px;margin-top:0}.editable-field{background-color:#f9f9f9;border:1px solid #ddd;border-radius:4px;line-height:1.5;min-height:20px;padding:8px 5px}.editable-field.multiline{min-height:100px;white-space:pre-wrap}.editable-field.editing{background-color:#fff;border:1px solid #4a90e2;box-shadow:0 0 5px #4a90e24d}.editable-field:empty:before{color:#999;content:"Click to edit...";font-style:italic}@media (max-width:768px){.quest-info-editor{padding:15px}.quest-info-section{padding:12px}}.quest-meta-summary{background-color:#f7f9fc;border:1px solid #e1e8ed;border-radius:8px;display:flex;justify-content:space-around;margin-bottom:20px;padding:10px}.meta-item{text-align:center}.meta-label{color:#657786;display:block;font-size:.85em;margin-bottom:4px}.meta-value{color:#14171a;font-size:1.1em;font-weight:700}.login-container{align-items:center;background-color:#f0f4f8;display:flex;height:100vh;justify-content:center;position:fixed;width:100vw;z-index:9999}.login-form-wrapper{animation:fadeIn .4s ease-out;background-color:#fff;border-radius:8px;box-shadow:0 10px 25px #00000026;max-width:400px;padding:30px;width:100%}@keyframes fadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.login-form-wrapper h1{color:#333;font-size:28px;margin-bottom:24px;margin-top:0;text-align:center}.login-form{display:flex;flex-direction:column}.form-group{margin-bottom:20px}.form-group label{color:#555;display:block;font-weight:500;margin-bottom:8px}.form-group input{border:1px solid #ddd;border-radius:4px;font-size:16px;padding:12px;transition:border-color .3s;width:100%}.form-group input:focus{border-color:#4a90e2;box-shadow:0 0 0 2px #4a90e233;outline:none}.login-button{background-color:#4a90e2;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;font-weight:500;padding:12px;transition:background-color .3s}.login-button:hover{background-color:#3a80d2}.login-button:disabled{background-color:#a3c2e8;cursor:not-allowed}.login-error{background-color:#f8d7da;border-radius:4px;color:#721c24;font-size:14px;margin-bottom:20px;padding:12px;text-align:center}.copy-modal-overlay{align-items:center;animation:fadeIn .2s ease-out;background-color:#0009;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:2000}.copy-modal-dialog{background:#fff;border-radius:8px;box-shadow:0 5px 15px #0000004d;display:flex;flex-direction:column;max-height:90vh;max-width:800px;padding:25px;width:90%}.copy-modal-dialog h2{border-bottom:2px solid #3498db;color:#2c3e50;margin-top:0;padding-bottom:10px}.copy-modal-content{display:flex;gap:20px;overflow-y:auto;padding-right:15px}.field-section{flex:1 1;min-width:0}.field-section h3{color:#3498db;margin-top:0}.select-all-buttons{display:flex;gap:10px;margin-bottom:10px}.select-all-buttons button{background-color:#f0f0f0;border:1px solid #ccc;border-radius:4px;cursor:pointer;font-size:12px;padding:4px 8px}.select-all-buttons button:hover{background-color:#e0e0e0}.checkbox-group{display:flex;flex-direction:column;gap:8px}.checkbox-group label{align-items:center;border-radius:3px;cursor:pointer;display:flex;font-size:14px;gap:8px;padding:2px 4px;transition:background-color .2s}.checkbox-group label.highlighted-field{background-color:#fff9c4;font-weight:500}.checkbox-group label:hover{background-color:#f0f0f0}.info-text{color:#666;font-size:12px;font-style:italic;margin-bottom:10px}.copy-modal-actions{border-top:1px solid #eee;display:flex;gap:15px;justify-content:flex-end;margin-top:25px;padding-top:15px}.copy-modal-actions button{border:none;border-radius:5px;cursor:pointer;font-size:14px;font-weight:700;padding:10px 20px;transition:all .2s}.copy-button{background-color:#2ecc71;color:#fff}.copy-button:hover{background-color:#27ae60}.close-button{background-color:#ecf0f1;color:#333}.close-button:hover{background-color:#bdc3c7}.copy-button-wrapper{display:inline-flex;position:relative}.copy-toast-inline{animation:fadeInOut 1s ease forwards;background-color:#2ecc71;border-radius:12px;bottom:100%;box-shadow:0 2px 6px #00000026;color:#fff;font-size:11px;left:50%;line-height:1;padding:6px 8px;pointer-events:none;position:absolute;transform:translate(-50%,-6px);white-space:nowrap}@keyframes fadeInOut{0%{opacity:0}10%{opacity:1}90%{opacity:1}to{opacity:0}}
/*# sourceMappingURL=main.7e97781e.css.map*/