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%}.app-footer{background-color:#f5f5f5;border-top:1px solid #e0e0e0;flex-shrink:0;height:.5cm;width:100%}.locations-list-container{background-color:#fff;border-right:none;box-shadow:0 0 5px #0000000d;display:flex;flex-direction:column;min-height:0;overflow:hidden}.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 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)}.expand-answers-button{align-items:center;background-color:#0b8043;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:13px;height:24px;justify-content:center;margin-left:4px;transition:all .2s;width:24px}.expand-answers-button:hover:not(:disabled){background-color:#0a6c39;transform:scale(1.1)}.expand-answers-button:disabled{cursor:default;opacity:.6}.location-type-header:before{content:"🧭";margin-right:8px}.location-type-selector{background-color:#fff;border:1px solid #ddd;border-radius:6px;color:#2c3e50;cursor:pointer;font-size:14px;outline:none;padding:8px 12px;transition:border-color .2s,box-shadow .2s;width:100%}.location-type-selector:focus{border-color:#3498db;box-shadow:0 0 4px #3498db4d}.location-type-selector:disabled{background-color:#f1f1f1;color:#888;cursor:not-allowed}.branching-jump-button{align-items:center;background-color:#f3eefb;border:1px solid #d8c8ee;border-radius:6px;color:#8e44ad;cursor:pointer;display:inline-flex;font-size:13px;font-weight:600;gap:8px;margin-top:10px;padding:8px 14px;transition:all .2s}.branching-jump-button:hover{background-color:#9b59b6;border-color:#9b59b6;color:#fff}.branching-jump-arrow{font-weight:700;transition:transform .2s}.branching-jump-button:hover .branching-jump-arrow{transform:translateY(2px)}.branching-container{background-color:#f7f4fb;border:1px solid #e6def4;border-left:3px solid #9b59b6;border-radius:8px;margin-top:16px;padding:14px 16px 16px;scroll-margin-top:12px}.branches-header,.branching-container .location-details h4,.branching-message-header{color:#8e44ad}.branching-container>h4:first-child{margin-top:0}.branching-message-header:before{content:"🔀";margin-right:8px}.branches-header{margin-top:16px!important}.branches-header:before{content:"🌿";margin-right:8px}.branches-list{display:flex;flex-direction:column;gap:8px;margin-top:6px}.branch-item{align-items:center;background-color:#fff;border:1px solid #e6def4;border-radius:8px;display:flex;gap:8px;padding:8px;transition:border-color .2s,box-shadow .2s}.branch-item:hover{border-color:#c9b8e8;box-shadow:0 1px 5px #9b59b61f}.branch-target-select,.branch-text-input{background-color:#fff;border:1px solid #ddd;border-radius:6px;color:#2c3e50;font-size:13px;min-width:0;outline:none;padding:8px 10px;transition:border-color .2s,box-shadow .2s}.branch-text-input{flex:1 1 42%}.branch-target-select{cursor:pointer;flex:1 1 48%}.branch-target-select:focus,.branch-text-input:focus{border-color:#9b59b6;box-shadow:0 0 4px #9b59b64d}.branch-target-select:disabled,.branch-text-input:disabled{background-color:#f1f1f1;color:#888;cursor:not-allowed}.remove-branch-button{align-items:center;background-color:#fae8e8;border:none;border-radius:50%;color:#e74c3c;cursor:pointer;display:inline-flex;flex:0 0 auto;font-size:18px;font-weight:700;height:28px;justify-content:center;line-height:1;transition:all .2s;width:28px}.remove-branch-button:hover{background-color:#e74c3c;color:#fff;transform:scale(1.1)}.add-branch-button{align-self:flex-start;background-color:initial;border:1px dashed #9b59b6;border-radius:6px;color:#8e44ad;cursor:pointer;font-size:13px;font-weight:600;margin-top:4px;padding:8px 16px;transition:all .2s}.add-branch-button:hover{background-color:#9b59b6;border-style:solid;color:#fff}.add-branch-button:disabled,.remove-branch-button:disabled{cursor:not-allowed;opacity:.5}.remove-branch-button:disabled:hover{background-color:#fae8e8;color:#e74c3c;transform:none}.add-branch-button:disabled:hover{background-color:initial;border-style:dashed;color:#8e44ad}.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:1 1 55%;max-height:none;max-width:100%!important;min-height:40%;order:2;width:100%!important}.resizer{align-items:center;background-color:#e8e8e8;cursor:row-resize;display:flex;flex-shrink:0;height:28px;justify-content:center;min-height:28px;order:1;width:100%}.resizer:after{background-color:#999;border-radius:2px;height:4px;width:48px}.resizer:active,.resizer:hover{background-color:#d0d0d0}.map-container{flex:0 1 45%;max-height:55%;min-height:10%;order:0}.dropdown-menu{max-width:min(280px,calc(100vw - 20px));position:fixed}.locations-sidebar{min-width:180px;width:180px}.locations-sidebar.collapsed{min-width:40px;width:40px}}@media (max-width:768px){body,html{font-size:16px!important}body{-webkit-text-size-adjust:100%}button,input,select,textarea{font-size:16px!important}.quest-selector-wrapper{padding:8px 6px}.quest-selector{flex-wrap:nowrap}.quest-selector,.selector-container{align-items:stretch;display:flex;gap:6px;min-width:0}.selector-container,.selector-main-content{flex:1 1 auto;flex-wrap:nowrap}.selector-main-content{align-items:flex-end;display:flex;gap:6px;min-width:0}.selector-group{align-items:stretch;display:flex;flex:0 1 auto;flex-direction:column;gap:2px;justify-content:flex-end;min-width:0}.selector-group-quest{flex:1 1 min(180px,100%);min-width:0}.selector-group-label{color:#666;flex-shrink:0;font-size:10px;font-weight:600;letter-spacing:.02em;margin-bottom:1px;text-transform:uppercase;white-space:nowrap}.quest-selector select{border-radius:4px;font-size:16px!important;min-height:40px;min-width:0;padding:8px 10px;width:100%}.table-select-dropdown{max-width:72px;width:100%}.quest-select-dropdown{min-width:0;width:100%}.quest-selector .read-only-indicator{align-self:center;flex-shrink:0;font-size:12px!important}.menu-button{flex-shrink:0;font-size:22px!important;min-height:40px;min-width:40px}.status-indicator{align-self:center;flex-shrink:0;height:12px;width:12px}.dropdown-item{font-size:16px!important;min-height:44px;padding:12px 16px}.locations-list{font-size:16px!important;padding:12px 10px}.locations-list h2{font-size:1.35rem!important;margin-bottom:16px;padding-bottom:12px}.location-item{margin-bottom:50px;padding:16px 14px}.location-item h3{font-size:1.2rem!important}.location-number{font-size:.9rem!important;height:26px;width:26px}.location-details h4{font-size:1.05rem!important;margin:12px 0 6px}.location-details pre,.location-details pre.editable-display{font-size:16px!important;line-height:1.6;min-height:72px;padding:12px}.editable-field{font-size:16px!important;line-height:1.5;padding:10px 12px}.editable-field.multiline{font-size:16px!important;line-height:1.6;min-height:72px;padding:12px}.editable-field.comment-field{font-size:16px!important}.save-button{padding:10px 16px}.add-location-button,.save-button{font-size:16px!important;min-height:44px}.add-location-button,.back-button{padding:10px 14px}.back-button{font-size:16px!important;min-height:44px}.location-reorder-buttons{margin-right:10px}.move-down-button,.move-to-button,.move-up-button{font-size:18px!important;min-height:40px;min-width:40px;padding:8px}.remove-location-button{font-size:18px!important;height:40px;width:40px}.copy-location-json-button{font-size:16px!important;height:40px;width:40px}.answer-variations{gap:8px;padding:10px}.answer-chip{font-size:16px!important;min-height:40px;padding:8px 12px}.add-answer-input{font-size:16px!important;min-height:44px;padding:10px 12px}.add-answer-button{font-size:18px!important;height:40px;width:40px}.branching-jump-button,.location-type-selector{font-size:16px!important;min-height:44px}.branch-item{flex-wrap:wrap}.branch-target-select,.branch-text-input{flex:1 1 100%;font-size:16px!important;min-height:44px}.remove-branch-button{font-size:20px!important;height:40px;width:40px}.add-branch-button{font-size:16px!important;min-height:44px}.remove-answer{font-size:18px!important;height:24px;width:24px}.position-button{font-size:14px!important;min-height:40px;padding:8px 12px}.cancel-delete-button,.confirm-delete-button{font-size:16px!important;min-height:44px;padding:10px 14px}.sidebar-item{font-size:16px!important;min-height:48px;padding:12px 14px}.sidebar-item-number{font-size:13px!important;height:28px;min-width:28px}.sidebar-header{font-size:16px!important;padding:14px 12px}.sidebar-toggle{font-size:20px!important;min-height:44px;min-width:44px;padding:8px}.delete-audio-button,.delete-image-button{font-size:14px!important;min-height:40px;min-width:40px}.generate-voiceover-button{font-size:14px!important;height:40px;width:40px}.download-audio-link.button-style{font-size:14px!important;padding:8px 12px}.audio-player-container audio{height:40px}.tag-chip{font-size:14px!important;min-height:36px;padding:8px 12px}.add-tag-input{font-size:16px!important;min-height:44px;padding:10px 12px}.add-tag-button{font-size:18px!important;height:40px;width:40px}.predefined-tag-button{font-size:13px!important;min-height:34px;padding:6px 10px}.tag-filter-button{font-size:14px!important;min-height:40px;padding:8px 12px}.location-coordinates,.location-uuid{font-size:13px!important;padding:8px 12px}.error,.loading{font-size:18px!important;padding:20px}.collapsible-header{font-size:1rem!important;padding:6px 4px}}.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:5px;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{flex:1 1;overflow:hidden;z-index:1000}.selector-group,.selector-main-content{align-items:center;display:flex;min-width:0}.selector-group{gap:8px}.selector-group-label{color:#2c3e50;flex-shrink:0;font-weight:500;white-space:nowrap}.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}.dropdown-item-new{color:#1e8e4e;font-weight:600}.dropdown-item-new:hover{background-color:#27ae60;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:5px;position:sticky;top:0;width:100%;z-index:100}.locations-list-padding{height:40vh}.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}.delete-audio-button:disabled,.delete-audio-button:disabled:hover,.delete-image-button:disabled,.delete-image-button:disabled:hover{background-color:#6b6b6b;box-shadow:none;cursor:not-allowed;opacity:.5}.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}.move-to-quest-in-dropdown{border-bottom:1px solid #eee;display:flex;flex-direction:column;gap:8px;margin-bottom:10px;padding-bottom:10px}.move-to-quest-label{color:#666;font-size:11px;font-weight:700}.move-to-quest-in-dropdown .move-to-quest-select{border:1px solid #ccc;border-radius:4px;box-sizing:border-box;font-size:13px;padding:6px 8px;width:100%}.move-to-quest-in-dropdown .move-to-quest-button{align-self:flex-start}.move-to-quest-button{background-color:#8e44ad;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:6px 14px;transition:background-color .2s}.move-to-quest-button:hover:not(:disabled){background-color:#7d3c98}.move-to-quest-button:disabled{cursor:not-allowed;opacity:.45}.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: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;max-width:min(320px,calc(100vw - 24px));min-width:260px;padding:10px;position:absolute;top:30px;width:max-content;z-index:1000}.position-dropdown-section-label{color:#666;font-size:11px;font-weight:700;margin-bottom:6px}.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: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;flex-wrap:wrap;gap:10px 15px}.speech-param-row label{color:#2c3e50;flex-shrink:0;font-weight:500;min-width:130px;text-align:left}.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;min-width:120px;padding:8px 12px}.speech-param-row textarea{min-height:110px;resize:vertical}.speech-param-row:has(textarea){align-items:flex-start}.speech-param-row:has(textarea) label{padding-top:8px}.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:400px;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}.speech-result-actions{align-items:center;display:flex;gap:15px}.upload-to-location-button{background-color:#2ecc71;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:8px 15px;transition:background-color .2s}.upload-to-location-button:hover{background-color:#27ae60}.upload-to-location-button:disabled{background-color:#95a5a6;cursor:not-allowed}.upload-status{border-radius:4px;font-size:14px;margin-top:10px;padding:8px 12px}.upload-status-ok{background-color:#eafaf1;border:1px solid #2ecc71;color:#1e8449}.upload-status-error{background-color:#fbe9e7;border:1px solid #e74c3c;color:#c0392b}.speech-newline-hint{color:#7f8c8d;font-size:12px;margin-top:-14px}.snippet-button{font-family:monospace;font-size:13px}.preset-button{background-color:#ecf0f1;border:1px solid #bdc3c7;border-radius:4px;cursor:pointer;font-size:13px;padding:6px 12px;transition:background-color .2s,color .2s;white-space:nowrap}.preset-button:hover:not(:disabled){background-color:#3498db;color:#fff}.preset-button:disabled{color:#95a5a6;cursor:not-allowed}.stress-marks-button{background-color:#8e44ad;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;font-weight:700;padding:10px 18px;transition:background-color .2s}.stress-marks-button:hover:not(:disabled){background-color:#7d3c98}.stress-marks-button:disabled{background-color:#95a5a6;cursor:not-allowed}.model-hint{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px;font-weight:400;opacity:.75}.stress-notes{background-color:#f8f4fb;border:1px solid #d2b4de;border-radius:4px;color:#2c3e50;font-size:14px;margin-top:10px;padding:8px 12px}.stress-notes-body{word-wrap:break-word;font-family:inherit;font-size:13px;margin:6px 0 0;white-space:pre-wrap}.speech-prompt-preview{margin-top:10px}.speech-prompt-preview summary{color:#3498db;cursor:pointer;font-size:13px;-webkit-user-select:none;user-select:none}.speech-prompt-preview pre{word-wrap:break-word;background-color:#fff;border:1px solid #ddd;border-radius:4px;font-size:12px;margin-top:8px;max-height:400px;overflow-y:auto;padding:10px;white-space:pre-wrap}.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}.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}.tag-assignee-summary{font-weight:600;margin-left:2px;opacity:.85}.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: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}.location-export-menu{background:#fff;background:var(--card-bg,#fff);border:1px solid #ccc;border:1px solid var(--border-color,#ccc);border-radius:6px;box-shadow:0 4px 12px #0000002e;display:flex;flex-direction:column;margin-top:4px;min-width:172px;padding:4px;position:absolute;right:0;top:100%;z-index:50}.location-export-menu button{background:none;border:none;border-radius:4px;color:#222;color:var(--text-color,#222);cursor:pointer;font-size:13px;padding:8px 10px;text-align:left;white-space:nowrap}.location-export-menu button:hover{background:#f0f0f0;background:var(--hover-bg,#f0f0f0)}html[data-theme=dark] .location-export-menu{background:#22262c;border-color:#363b42;box-shadow:0 8px 28px #00000080}html[data-theme=dark] .location-export-menu button{color:#e6e8eb}html[data-theme=dark] .location-export-menu button:hover{background:#ffffff0f}.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}.comment-thread{gap:10px;padding:4px 2px 2px}.comment-thread,.comment-thread-messages{display:flex;flex-direction:column}.comment-bubble-row,.comment-system-row{margin-top:16px}.comment-bubble-row.first,.comment-system-row.first{margin-top:0}.comment-bubble-row.tight,.comment-system-row.tight{margin-top:3px}.comment-thread-empty{color:#9aa0a6;font-size:13px;font-style:italic;padding:4px 2px}.comment-bubble-row{display:flex;width:100%}.comment-bubble-row.mine{justify-content:flex-end}.comment-bubble-row.theirs{justify-content:flex-start}.comment-bubble{border-radius:14px;box-shadow:0 1px 1px #0000000f;font-size:14px;line-height:1.4;max-width:85%;padding:7px 11px 8px;position:relative;word-break:break-word}.comment-bubble.theirs{background-color:#f1f3f4;border-bottom-left-radius:4px;color:#202124}.comment-bubble.mine{background-color:#d3eafd;border-bottom-right-radius:4px;color:#0b3d66}.comment-bubble.legacy{background-color:#fbf3e0;border:1px dashed #e3d3a5;box-shadow:none;color:#6b5b2e}.comment-bubble-meta{align-items:baseline;display:flex;font-size:11px;gap:6px;margin-bottom:2px}.comment-author{color:inherit;font-weight:600;opacity:.85}.comment-time{color:#80868b;font-size:10.5px}.comment-edited{color:#9aa0a6;font-size:10.5px;font-style:italic}.comment-body{white-space:pre-wrap}.comment-body.clampable{overflow:hidden;transition:max-height .18s ease}.comment-body-toggle{align-items:center;background:none;border:none;color:inherit;cursor:pointer;display:flex;justify-content:center;line-height:0;margin:2px auto 0;opacity:.55;padding:0}.comment-body-toggle:hover{opacity:.9}.comment-body-toggle svg{transition:transform .18s ease}.comment-body-toggle.expanded svg{transform:rotate(180deg)}.comment-bubble-actions{display:flex;gap:2px;justify-content:flex-end;margin-top:4px;opacity:0;transition:opacity .12s ease-in}.comment-bubble:hover .comment-bubble-actions{opacity:1}.comment-bubble-actions button{background:none;border:none;border-radius:4px;cursor:pointer;font-size:12px;line-height:1;padding:1px 3px}.comment-bubble-actions button:hover{background-color:#00000014}.comment-edit{display:flex;flex-direction:column;gap:5px}.comment-composer-input,.comment-edit-input{border:1px solid #d0d3d6;border-radius:8px;box-sizing:border-box;font-family:inherit;font-size:14px;line-height:1.4;padding:7px 9px;resize:vertical;width:100%}.comment-composer-input:focus,.comment-edit-input:focus{border-color:#3498db;box-shadow:0 0 0 2px #3498db33;outline:none}.comment-edit-actions{display:flex;gap:6px;justify-content:flex-end}.comment-mini-button{background:#fff;border:1px solid #d0d3d6;border-radius:6px;cursor:pointer;font-size:12px;padding:3px 10px}.comment-mini-button:hover{background:#f1f3f4}.comment-mini-button.save{background:#3498db;border-color:#3498db;color:#fff}.comment-mini-button.save:hover{background:#2980b9}.comment-composer{border-top:1px solid #eceef0;display:flex;flex-direction:column;gap:8px;padding-top:8px}.comment-composer-row{align-items:flex-end;display:flex;gap:8px}.comment-composer-input{flex:1 1}.comment-composer-chips{display:flex;flex-wrap:wrap;gap:6px}.comment-chip{background:#eef6fd;border:1px solid #cfe3f5;border-radius:12px;color:#2273b5;cursor:pointer;font-size:12px;font-weight:600;padding:2px 10px;white-space:nowrap}.comment-chip:hover{background:#ddeefb;border-color:#aecdee}.comment-ref-chip{background:#3498db24;border:none;border-radius:5px;color:#1f6aa8;cursor:pointer;display:inline;font:inherit;font-weight:600;margin:0 1px;padding:0 5px;white-space:nowrap}.comment-ref-chip:before{content:"↪ ";opacity:.7}.comment-ref-chip:hover{background:#3498db47;text-decoration:underline}.comment-ref-chip.audio:before{content:""}.comment-ref-chip.audio.missing{cursor:default;opacity:.55;text-decoration:line-through}.comment-audio-player{display:block;height:32px;margin:4px 0;max-width:340px;width:100%}.mention-wrap{flex:1 1;min-width:0;position:relative}.mention-wrap .comment-composer-input,.mention-wrap .comment-edit-input{box-sizing:border-box;width:100%}.mention-menu{background:#fff;border:1px solid #cfe3f5;border-radius:8px;bottom:calc(100% + 4px);box-shadow:0 6px 18px #0000002e;left:0;list-style:none;margin:0;max-height:240px;max-width:100%;min-width:260px;overflow-y:auto;padding:4px;position:absolute;z-index:40}.mention-item{align-items:baseline;border-radius:5px;cursor:pointer;display:flex;font-size:12.5px;gap:6px;padding:4px 8px;white-space:nowrap}.mention-item.active{background:#eef6fd}.mention-item .mention-label{overflow:hidden;text-overflow:ellipsis}.mention-item .mention-sub{font-size:11px;margin-left:auto;opacity:.6;padding-left:12px}.mention-loading{font-size:12px;opacity:.6;padding:4px 8px}.field-ref-flash{animation:field-ref-flash 1.2s ease-out;border-radius:6px}@keyframes field-ref-flash{0%{background-color:#3498db24;box-shadow:0 0 0 3px #3498db8c}to{background-color:initial;box-shadow:0 0 0 3px #3498db00}}.comment-system-row{display:flex;justify-content:center}.comment-system-line{background:#f6f7f8;border-radius:10px;color:#6b7176;font-size:12px;line-height:1.5;padding:3px 12px;text-align:center}.comment-system-tag{border-radius:5px;font-weight:600;padding:0 6px}.comment-system-time{color:#9aa0a6}.tags-editor{position:relative}.tag-chip-label{font-weight:600}.tag-assignee{background:#ffffff59;border:none;border-radius:6px;color:inherit;cursor:pointer;font:inherit;font-size:11px;margin:0 4px;opacity:.95;padding:0 6px}.tag-chip[style] .tag-assignee{background:#ffffff4d}.tag-assignee:hover{background:#fff9}.comment-composer-tools{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:space-between}.composer-tag-control{position:relative}.composer-tag-button{background:#eef6fd}.composer-tag-menu{box-shadow:0 6px 18px #00000024;display:flex;flex-direction:column;gap:6px;left:0;padding:8px;right:auto;z-index:30}.assignee-popover,.composer-tag-menu{background:#fff;border:1px solid #d8dbde;border-radius:10px;bottom:28px;position:absolute}.assignee-popover{box-shadow:0 6px 18px #00000029;min-width:160px;padding:10px;right:0;z-index:40}.tags-editor .assignee-popover{bottom:auto;left:0;margin-top:6px;right:auto;top:100%}.composer-tag-control .assignee-popover{left:0;right:auto}.assignee-popover-title{color:#80868b;font-size:11px;font-weight:700;letter-spacing:.03em;margin-bottom:8px;text-transform:uppercase}.assignee-options{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:10px}.assignee-option{background:#fff;border:1px solid #d0d3d6;border-radius:14px;cursor:pointer;font-size:13px;padding:3px 12px}.assignee-option:hover{background:#f1f3f4}.assignee-option.on{background:#3498db;border-color:#3498db;color:#fff}.assignee-popover-actions{display:flex;gap:6px;justify-content:flex-end}.comment-composer-send{background:#3498db;border:none;border-radius:8px;color:#fff;cursor:pointer;flex-shrink:0;font-size:14px;font-weight:600;padding:8px 16px}.comment-composer-send:hover:not(:disabled){background:#2980b9}.comment-composer-send:disabled{background:#c5cace;cursor:not-allowed}.current-quest-cell{background-color:#eaf4fd;box-shadow:inset 3px 0 0 #3498db;font-weight:600}.current-quest-badge{background:#3498db;border-radius:10px;color:#fff;display:inline-block;font-size:10px;font-weight:600;letter-spacing:.04em;margin-left:6px;padding:1px 7px;text-transform:uppercase;vertical-align:middle}.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}.locations-container{display:flex;flex:1 1 auto;min-height:0;overflow:hidden;width:100%}.locations-sidebar{background-color:#f8f9fa;border-right:1px solid #e0e0e0;display:flex;flex-direction:column;flex-shrink:0;height:100%;min-width:220px;overflow:hidden;transition:width .2s ease,min-width .2s ease;width:220px}.locations-sidebar.collapsed{border-right:1px solid #e0e0e0;min-width:36px;width:36px}.sidebar-header{align-items:center;background-color:#f8f9fa;border-bottom:2px solid #3498db;color:#2c3e50;display:flex;flex-shrink:0;font-size:14px;font-weight:700;gap:8px;justify-content:space-between;padding:12px 10px}.locations-sidebar.collapsed .sidebar-header{justify-content:center;padding:12px 6px}.locations-sidebar.collapsed .sidebar-header span{display:none}.sidebar-header span{flex:1 1;overflow:hidden;text-align:center;white-space:nowrap}.sidebar-toggle{background:none;border:none;color:#3498db;cursor:pointer;flex-shrink:0;font-size:14px;padding:2px 4px;transition:color .2s}.sidebar-toggle:hover{color:#2980b9}.sidebar-items{flex:1 1;min-height:0;overflow-x:hidden;overflow-y:auto;padding:5px 0}.sidebar-add-location{background-color:#2ecc71;border:none;border-radius:4px;color:#fff;cursor:pointer;display:block;font-size:13px;font-weight:700;margin:10px;padding:8px 10px;text-align:center;transition:background-color .2s;width:calc(100% - 20px)}.sidebar-add-location:hover{background-color:#27ae60}.sidebar-item{align-items:center;border-left:3px solid #0000;color:#666;cursor:pointer;display:flex;font-size:13px;overflow:hidden;padding:8px 10px;transition:all .2s ease;white-space:nowrap}.sidebar-item:hover{color:#3498db}.sidebar-item.active,.sidebar-item:hover{background-color:#e8f4fc;border-left-color:#3498db}.sidebar-item.active{color:#2980b9;font-weight:500}.sidebar-item-number{align-items:center;background-color:#3498db;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:11px;font-weight:700;height:22px;justify-content:center;margin-right:8px;min-width:22px}.sidebar-item-name{flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.locations-list{background-color:#fff;box-sizing:border-box;flex:1 1;height:100%;overflow-x:hidden;overflow-y:auto;padding:15px}.sidebar-items::-webkit-scrollbar{width:6px}.sidebar-items::-webkit-scrollbar-track{background:#0000}.sidebar-items::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}.sidebar-items::-webkit-scrollbar-thumb:hover{background:#999}.theme-toggle-button{align-items:center;background:#0000;border:none;border-radius:6px;cursor:pointer;display:flex;flex-shrink:0;font-size:18px;height:32px;justify-content:center;line-height:1;margin-left:8px;transition:background-color .2s;width:32px}.theme-toggle-button:hover{background-color:#7f7f7f2e}@media (max-width:768px){.theme-toggle-button{font-size:20px;min-height:40px;min-width:40px}}.lens-control{flex-shrink:0}.lens-button,.lens-control{align-items:center;display:flex;position:relative}.lens-button{background:#0000;border:none;border-radius:6px;cursor:pointer;font-size:17px;height:32px;justify-content:center;line-height:1;margin-left:8px;transition:background-color .2s;width:32px}.lens-button:hover{background-color:#7f7f7f2e}.lens-button.active{background-color:#4285f429}.lens-badge{background:#4285f4;border-radius:8px;color:#fff;font-size:10px;font-weight:600;height:15px;line-height:15px;min-width:15px;padding:0 3px;position:absolute;right:-3px;text-align:center;top:-3px}.lens-popover{background:#fff;border:1px solid #e3e3e3;border-radius:8px;box-shadow:0 8px 28px #0000002e;padding:6px;position:fixed;width:240px;z-index:100000}.lens-popover-head{align-items:center;border-bottom:1px solid #eee;display:flex;font-size:13px;font-weight:600;justify-content:space-between;margin-bottom:4px;padding:4px 6px 8px}.lens-showall{background:#0000;border:none;border-radius:4px;color:#4285f4;cursor:pointer;font-size:12px;padding:2px 4px}.lens-showall:disabled{color:#b7b7b7;cursor:default}.lens-showall:not(:disabled):hover{background:#4285f41f}.lens-row{align-items:center;border-radius:5px;display:flex;justify-content:space-between;padding:3px 6px}.lens-row:hover{background:#7f7f7f14}.lens-row-label{align-items:center;cursor:pointer;display:flex;flex:1 1;font-size:13px;gap:8px;min-width:0}.lens-row-label span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lens-only{background:#0000;border:none;border-radius:4px;color:#6b7280;cursor:pointer;flex-shrink:0;font-size:11px;opacity:0;padding:2px 6px;transition:opacity .12s}.lens-row:hover .lens-only{opacity:1}.lens-only:hover{background:#4285f424;color:#4285f4}html[data-theme=dark] .lens-popover{background:#22262c;border-color:#363b42;box-shadow:0 8px 28px #00000080}html[data-theme=dark] .lens-popover-head{border-bottom-color:#363b42}html[data-theme=dark] .lens-row:hover{background:#ffffff0f}html[data-theme=dark] .lens-only{color:#9aa0aa}html[data-theme=dark] body{background-color:#15181c;color:#cfd3da}html[data-theme=dark] .audio-stats-container,html[data-theme=dark] .diff-viewer-container,html[data-theme=dark] .locations-list,html[data-theme=dark] .locations-list-container,html[data-theme=dark] .speech-generation-container{background-color:#1e2228;color:#cfd3da}html[data-theme=dark] .locations-list-container{box-shadow:0 0 5px #0006}html[data-theme=dark] .app-footer{background-color:#1b1e23;border-top:1px solid #2c313a}html[data-theme=dark] .quest-selector-wrapper,html[data-theme=dark] .quest-selector-wrapper.fixed{background-color:#1b1e23;border-bottom:1px solid #2c313a;box-shadow:0 2px 5px #0006}html[data-theme=dark] .resizer{background-color:#2a2f37}html[data-theme=dark] .resizer:after{background-color:#4a515c}html[data-theme=dark] .resizer:active,html[data-theme=dark] .resizer:hover{background-color:#3498db}html[data-theme=dark] .location-item{background-color:#262b33;box-shadow:0 2px 4px #0000004d}html[data-theme=dark] .location-item:after{background-color:#333a44}html[data-theme=dark] .location-item.selected{background-color:#1d3346;box-shadow:0 4px 8px #00000073}html[data-theme=dark] .audio-stats-header h1,html[data-theme=dark] .diff-viewer-header h1,html[data-theme=dark] .location-item h3,html[data-theme=dark] .locations-list h2,html[data-theme=dark] .popup-content h3,html[data-theme=dark] .sidebar-header,html[data-theme=dark] .speech-generation-header h2{color:#e8ebef}html[data-theme=dark] .answer-variations,html[data-theme=dark] .diff-content,html[data-theme=dark] .editable-field.multiline,html[data-theme=dark] .location-details pre,html[data-theme=dark] .location-details pre.editable-display,html[data-theme=dark] .tags-editor{background-color:#1a1d22;border-left-color:#3a4049;color:#cfd3da}html[data-theme=dark] .editable-field:hover,html[data-theme=dark] .location-details pre.editable-display:hover{background-color:#233140}html[data-theme=dark] .editable-field.editing,html[data-theme=dark] .editable-field:focus{background-color:#23272e;color:#cfd3da}html[data-theme=dark] .add-answer-input,html[data-theme=dark] .add-tag-input,html[data-theme=dark] .branch-target-select,html[data-theme=dark] .branch-text-input,html[data-theme=dark] .location-type-selector,html[data-theme=dark] .move-to-quest-in-dropdown .move-to-quest-select,html[data-theme=dark] .quest-selector select,html[data-theme=dark] .speech-param-row input[type=text],html[data-theme=dark] .speech-param-row select,html[data-theme=dark] .speech-param-row textarea,html[data-theme=dark] .speech-text-area{background-color:#23272e;border-color:#3a4049;color:#cfd3da}html[data-theme=dark] .branch-target-select:disabled,html[data-theme=dark] .branch-text-input:disabled,html[data-theme=dark] .location-type-selector:disabled{background-color:#2a2f37;color:#7a808a}html[data-theme=dark] .dropdown-menu{background-color:#23272e;border:1px solid #3a4049;box-shadow:0 4px 15px #0009}html[data-theme=dark] .dropdown-item{border-bottom:1px solid #2c313a;color:#cfd3da}html[data-theme=dark] .dropdown-item:disabled,html[data-theme=dark] .dropdown-item:disabled:hover{background:#2a2f37;color:#7a808a}html[data-theme=dark] .dropdown-item-new{color:#4ade80}html[data-theme=dark] .dropdown-item-new:hover{background-color:#27ae60;color:#fff}html[data-theme=dark] .move-to-quest-in-dropdown{border-bottom-color:#2c313a}html[data-theme=dark] .locations-sidebar{background-color:#1b1e23;border-right:1px solid #2c313a}html[data-theme=dark] .locations-sidebar.collapsed{border-right:1px solid #2c313a}html[data-theme=dark] .sidebar-header{background-color:#1b1e23}html[data-theme=dark] .sidebar-item{color:#aeb4be}html[data-theme=dark] .sidebar-item.active,html[data-theme=dark] .sidebar-item:hover{background-color:#1d3346}html[data-theme=dark] .sidebar-items::-webkit-scrollbar-thumb{background:#3a4049}html[data-theme=dark] .sidebar-items::-webkit-scrollbar-thumb:hover{background:#4a515c}html[data-theme=dark] .answer-chip{background-color:#1d3242;color:#7cc0ec}html[data-theme=dark] .answer-chip:hover{background-color:#234a63}html[data-theme=dark] .tag-chip{border-color:#3a4049}html[data-theme=dark] .tag-chip,html[data-theme=dark] .tag-chip-summary{background-color:#2a2f37;color:#cfd3da}html[data-theme=dark] .tags-suggestions{background-color:#1d2733;border-color:#2c3e50}html[data-theme=dark] .tag-filter-button{background-color:#23272e;border-color:#3a4049;color:#cfd3da}html[data-theme=dark] .tag-filter-button:hover{background-color:#2a2f37}html[data-theme=dark] .audio-stats-description,html[data-theme=dark] .speech-parameters,html[data-theme=dark] .tags-filter-container{background-color:#1a1d22}html[data-theme=dark] .branching-container{background-color:#241f2e;border-color:#3a3346}html[data-theme=dark] .branch-item{background-color:#23272e;border-color:#3a3346}html[data-theme=dark] .error,html[data-theme=dark] .loading{background-color:#23272e;box-shadow:0 2px 10px #0006;color:#aeb4be}html[data-theme=dark] .speech-generation-info{background-color:#1d3346;border-color:#2c5a7a;color:#cfd3da}html[data-theme=dark] .location-coordinates,html[data-theme=dark] .location-uuid{background-color:#2a2f37;border-color:#3a4049;color:#aeb4be}html[data-theme=dark] .location-coordinates:hover,html[data-theme=dark] .location-uuid:hover{background-color:#30353d}html[data-theme=dark] .location-uuid-container{border-top-color:#3a4049}html[data-theme=dark] .audio-stats-table{background-color:#1e2228}html[data-theme=dark] .audio-stats-table td,html[data-theme=dark] .audio-stats-table th{border-bottom-color:#2c313a}html[data-theme=dark] .audio-stats-table tbody tr:nth-of-type(2n){background-color:#23272e}html[data-theme=dark] .audio-stats-table tbody tr:hover{background-color:#1d3346}html[data-theme=dark] .audio-stats-table td strong{color:#e8ebef}html[data-theme=dark] .diff-viewer-header{background-color:#1e2228}html[data-theme=dark] .diff-line.added{background-color:#14352a}html[data-theme=dark] .diff-line.removed{background-color:#3a1d1d}html[data-theme=dark] .diff-char.added{background-color:#14532d;color:#a7f3d0}html[data-theme=dark] .diff-char.removed{background-color:#5a1a1a;color:#fecaca}html[data-theme=dark] .diff-mode-toggle,html[data-theme=dark] .diff-navigation button,html[data-theme=dark] .format-button{background-color:#2a2f37;border-color:#3a4049;color:#cfd3da}html[data-theme=dark] .diff-mode-toggle button{color:#aeb4be}html[data-theme=dark] .diff-mode-toggle button.active{background-color:#1e2228;color:#e8ebef}html[data-theme=dark] .delete-confirmation-dialog,html[data-theme=dark] .position-dropdown,html[data-theme=dark] .sync-confirm-dialog{background-color:#23272e;box-shadow:0 3px 12px #0009;color:#cfd3da}html[data-theme=dark] .delete-confirmation-dialog p,html[data-theme=dark] .sync-confirm-dialog p{color:#cfd3da}html[data-theme=dark] .position-button{background-color:#2a2f37;color:#cfd3da}html[data-theme=dark] .cancel-delete-button,html[data-theme=dark] .cancel-sync-button{background-color:#3a4049;color:#cfd3da}html[data-theme=dark] .menu-button,html[data-theme=dark] .popup-content p,html[data-theme=dark] .quest-selector label,html[data-theme=dark] .selector-group-label,html[data-theme=dark] .tags-filter-label{color:#cfd3da}html[data-theme=dark] .menu-button:hover{background-color:#2a2f37;color:#3498db}html[data-theme=dark] .leaflet-tile-pane{filter:invert(1) hue-rotate(180deg) brightness(.95) contrast(.9)}html[data-theme=dark] .editable-field{background-color:#1a1d22;border-color:#3a4049;color:#cfd3da}html[data-theme=dark] .editable-field:empty:before{color:#7a808a}html[data-theme=dark] .quest-info-editor{background-color:initial}html[data-theme=dark] .quest-info-section{background-color:#1e2228;box-shadow:0 1px 3px #0000004d}html[data-theme=dark] .quest-info-section h4{color:#e8ebef}html[data-theme=dark] .quest-meta-summary{background-color:#1a1d22;border-color:#2c313a}html[data-theme=dark] .meta-label{color:#aeb4be}html[data-theme=dark] .meta-value{color:#e8ebef}html[data-theme=dark] .copy-modal-dialog{background:#1e2228;color:#cfd3da}html[data-theme=dark] .copy-modal-dialog h2{color:#e8ebef}html[data-theme=dark] .select-all-buttons button{background-color:#2a2f37;border-color:#3a4049;color:#cfd3da}html[data-theme=dark] .checkbox-group label:hover,html[data-theme=dark] .select-all-buttons button:hover{background-color:#30353d}html[data-theme=dark] .checkbox-group label.highlighted-field{background-color:#3a3320}html[data-theme=dark] .info-text{color:#aeb4be}html[data-theme=dark] .copy-modal-actions{border-top-color:#2c313a}html[data-theme=dark] .close-button{background-color:#3a4049;color:#cfd3da}html[data-theme=dark] .modal-content{background-color:#1e2228}html[data-theme=dark] .upload-button{background-color:#23272e}html[data-theme=dark] .image-thumbnail-container{background-color:#23272e;border-color:#3a4049}html[data-theme=dark] .admin-granted-list li,html[data-theme=dark] .admin-panel-header,html[data-theme=dark] .admin-users-table td,html[data-theme=dark] .admin-users-table th{border-color:#2c313a}html[data-theme=dark] .admin-users-table th{background:#23272e}html[data-theme=dark] .admin-users-table tr.selected{background:#1d3346}html[data-theme=dark] .admin-users-table tr:hover{background:#23272e}html[data-theme=dark] .admin-user-quests{background:#1a1d22;border-color:#2c313a}html[data-theme=dark] .admin-create-user-form input,html[data-theme=dark] .admin-grant-row select{background-color:#23272e;border-color:#3a4049;color:#cfd3da}html[data-theme=dark] .admin-granted-list .revoke-btn{background:#2a2f37}html[data-theme=dark] .admin-panel .muted{color:#8a909a}html[data-theme=dark] .login-container{background-color:#15181c}html[data-theme=dark] .login-form-wrapper{background-color:#1e2228;box-shadow:0 10px 25px #00000080}html[data-theme=dark] .login-form-wrapper h1{color:#e8ebef}html[data-theme=dark] .form-group label{color:#aeb4be}html[data-theme=dark] .form-group input{background-color:#23272e;border-color:#3a4049;color:#cfd3da}html[data-theme=dark] .comment-thread-empty{color:#7e858f}html[data-theme=dark] .comment-bubble.theirs{background-color:#2a2f37;color:#d6dae0}html[data-theme=dark] .comment-bubble.mine{background-color:#21425e;color:#dbe9f6}html[data-theme=dark] .comment-bubble.legacy{background-color:#2e2a1c;border-color:#5a5230;color:#d8c890}html[data-theme=dark] .comment-edited,html[data-theme=dark] .comment-time{color:#8b919a}html[data-theme=dark] .comment-bubble-actions button:hover{background-color:#ffffff1f}html[data-theme=dark] .comment-composer{border-top-color:#2c313a}html[data-theme=dark] .comment-composer-input,html[data-theme=dark] .comment-edit-input,html[data-theme=dark] .comment-mini-button{background-color:#23272e;border-color:#3a4049;color:#cfd3da}html[data-theme=dark] .comment-mini-button:hover{background-color:#2c313a}html[data-theme=dark] .comment-mini-button.save{background-color:#3498db;color:#fff}html[data-theme=dark] .comment-composer-send:disabled{background-color:#3a4049}html[data-theme=dark] .comment-chip,html[data-theme=dark] .composer-tag-button{background-color:#233140;border-color:#2c4761;color:#8fc0ea}html[data-theme=dark] .comment-chip:hover{background-color:#2a3d52}html[data-theme=dark] .comment-ref-chip{background-color:#3498db38;color:#9ccaf0}html[data-theme=dark] .comment-ref-chip:hover{background-color:#3498db57}html[data-theme=dark] .mention-menu{background:#23272e;border-color:#2c4761}html[data-theme=dark] .mention-item.active{background:#2a3d52}html[data-theme=dark] .comment-system-line{background-color:#23272e;color:#9aa0a6}html[data-theme=dark] .comment-system-time{color:#80868b}html[data-theme=dark] .tag-assignee{background:#ffffff1a}html[data-theme=dark] .tag-assignee:hover{background:#ffffff2e}html[data-theme=dark] .assignee-popover,html[data-theme=dark] .composer-tag-menu{background-color:#23272e;border-color:#3a4049;box-shadow:0 6px 18px #00000080;color:#cfd3da}html[data-theme=dark] .assignee-popover-title{color:#8b919a}html[data-theme=dark] .assignee-option{background-color:#2a2f37;border-color:#3a4049;color:#cfd3da}html[data-theme=dark] .assignee-option:hover{background-color:#333a44}html[data-theme=dark] .assignee-option.on{background-color:#3498db;border-color:#3498db;color:#fff}:root{--bg:#fff;--fg:#111;--border:#ddd}html[data-theme=dark]{--bg:#1e2228;--fg:#cfd3da;--border:#2c313a}html[data-theme=dark] .pl-modal input,html[data-theme=dark] .pl-modal textarea{background-color:#15181c;border:1px solid #2c313a;color:#cfd3da}html[data-theme=dark] .pl-modal button{background-color:#262c34;border:1px solid #3a414d;color:#cfd3da}html[data-theme=dark] .pl-modal pre{color:#cfd3da}.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}.upload-error,.upload-info{font-size:12px;margin-left:10px}.upload-info{color:#6b7280}.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)}.field-image-gallery{align-items:flex-start;display:flex;flex-wrap:wrap;gap:8px}.field-image-gallery .gallery-item{align-items:center;display:flex;flex-direction:column;gap:2px}.field-image-gallery .field-thumbnail{align-items:center;background-color:#f8f9fa;border:1px solid #ccc;border-radius:4px;cursor:pointer;display:flex;flex-shrink:0;height:48px;justify-content:center;overflow:hidden;padding:0;width:48px}.field-image-gallery .field-thumbnail img{display:block;height:100%;max-height:none;max-width:none;object-fit:cover;width:100%}.gallery-item-controls{display:flex;gap:2px}.gallery-ctrl{align-items:center;background-color:#f8f9fa;border:1px solid #ccc;border-radius:3px;color:#444;cursor:pointer;display:flex;font-size:12px;height:16px;justify-content:center;line-height:1;padding:0;width:14px}.gallery-ctrl:hover:not(:disabled){background-color:#e2e6ea}.gallery-ctrl:disabled{cursor:not-allowed;opacity:.35}.gallery-ctrl-caption.has-caption{background-color:#3498db;border-color:#3498db;color:#fff}.gallery-ctrl-caption.has-caption:hover:not(:disabled){background-color:#2a7fb8;border-color:#2a7fb8}.gallery-ctrl-delete{background-color:#f44336;border-color:#f44336;color:#fff}.gallery-ctrl-delete:hover:not(:disabled){background-color:#d32f2f;border-color:#d32f2f}html[data-theme=dark] .field-image-gallery .field-thumbnail,html[data-theme=dark] .gallery-ctrl{background-color:#2b2b2b;border-color:#555;color:#ddd}html[data-theme=dark] .gallery-ctrl:hover:not(:disabled){background-color:#3a3a3a}html[data-theme=dark] .gallery-ctrl-delete{background-color:#b3362c;border-color:#b3362c;color:#fff}.aem-backdrop{align-items:center;background:#00000073;display:flex;inset:0;justify-content:center;position:fixed;z-index:1000}.aem-modal{background:#fff;border-radius:10px;box-shadow:0 12px 40px #0000004d;max-height:92vh;overflow-x:hidden;overflow-y:auto;padding:16px 18px;scrollbar-gutter:stable;width:min(820px,94vw)}.aem-header{align-items:center;display:flex;font-size:14px;font-weight:600;justify-content:space-between;margin-bottom:10px}.aem-close{background:none;border:none;color:#666;cursor:pointer;font-size:16px}.aem-error{background:#fdecea;border:1px solid #f5c6c2;border-radius:5px;color:#b3261e;font-size:12px;margin-bottom:8px;padding:6px 8px}.aem-section-label{align-items:center;color:#555;display:flex;font-size:12px;font-weight:600;gap:8px;margin:8px 0 4px}.aem-section-label select{font-size:12px;padding:2px 4px}.aem-clip{color:#2e9e5b;font-weight:500}.aem-wave{background:#fafafe;border:1px solid #e3e3ea;border-radius:6px;box-sizing:border-box;min-height:80px;overflow:hidden;padding:4px;width:100%}.aem-wave-source{min-height:56px}.aem-wave{transition:border-color .15s ease,box-shadow .15s ease}.aem-wave-active{border-color:#3454d1;box-shadow:0 0 0 2px #3454d12e}.aem-wave>div::part(scroll){overflow-x:scroll}.aem-busy{color:#888;font-size:12px;padding:4px 2px}.aem-meta{font-feature-settings:"tnum";color:#777;display:flex;font-size:11px;font-variant-numeric:tabular-nums;gap:16px;margin:4px 2px}.aem-meta-field{min-width:92px}.aem-meta-sel{min-width:180px}.aem-toolbar{align-items:center;display:flex;flex-wrap:wrap;gap:8px;margin:6px 0}.aem-toolbar button{background:#fff;border:1px solid #ccd;border-radius:5px;cursor:pointer;font-size:12px;padding:4px 10px}.aem-toolbar button:disabled{cursor:default;opacity:.45}.aem-hint{color:#999;font-size:11px}.aem-zoom{align-items:center;display:inline-flex;gap:4px}.aem-syncz{gap:3px}.aem-speed,.aem-syncz{align-items:center;color:#777;display:inline-flex;font-size:11px}.aem-speed{gap:4px;margin-left:auto}.aem-speed select{font-size:12px;padding:2px 4px}.aem-gain{align-items:center;color:#555;display:flex;font-size:12px;gap:8px;margin:6px 0}.aem-gain input[type=range]{flex:1 1;max-width:260px}.aem-gain-val{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;min-width:42px}.aem-gain button{background:#fff;border:1px solid #ccd;border-radius:5px;cursor:pointer;font-size:12px;padding:4px 10px}.aem-gain button:disabled{cursor:default;opacity:.45}.aem-gain-reset{padding:4px 8px!important}.aem-divider{border-top:1px dashed #ddd;margin:12px 0}.aem-footer{display:flex;gap:10px;justify-content:flex-end;margin-top:14px}.aem-footer button{border-radius:6px;cursor:pointer;font-size:13px;padding:6px 14px}.aem-cancel{background:#fff;border:1px solid #ccc}.aem-save{background:#2e9e5b;border:1px solid #2e9e5b;color:#fff}.aem-save:disabled{cursor:default;opacity:.5}.audio-versions{background:#fafafe;border:1px solid #d9d9e3;border-radius:6px;margin-top:8px;padding:8px;width:100%}.audio-versions-title{align-items:center;background:none;border:none;color:#555;cursor:pointer;display:flex;font-size:12px;font-weight:600;gap:6px;padding:0;text-align:left;width:100%}.audio-versions-title[aria-expanded=true]{margin-bottom:6px}.audio-versions-caret{color:#888;font-size:10px}.audio-versions-error{color:#c0392b;font-size:12px;margin-bottom:6px}.audio-versions-list{display:flex;flex-direction:column;gap:6px;list-style:none;margin:0;padding:0}.audio-version-item{background:#fff;border:1px solid #e3e3ea;border-radius:5px;padding:6px}.audio-version-item.active{background:#f2fbf5;border-color:#2e9e5b}.audio-version-row{align-items:center;display:flex;gap:6px}.audio-version-play{background:#ececf3;border:none;border-radius:4px;cursor:pointer;font-size:12px;height:24px;line-height:1;width:24px}.audio-version-name{flex:1 1;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.audio-version-rename{background:#0000;border:none;cursor:pointer;font-size:11px;opacity:.6;padding:0 2px}.audio-version-rename:hover{opacity:1}.audio-version-rename-edit{align-items:center;display:flex;flex:1 1;gap:4px}.audio-version-rename-input{border:1px solid #3454d1;border-radius:4px;flex:1 1;font-size:12px;padding:2px 4px}.audio-version-rename-edit button{background:#fff;border:1px solid #ccd;border-radius:4px;cursor:pointer;font-size:11px;padding:1px 5px}.audio-version-badge{background:#2e9e5b;border-radius:3px;color:#fff;font-size:10px;font-weight:700;padding:1px 5px;text-transform:uppercase}.audio-version-meta{align-items:center;color:#777;display:flex;flex-wrap:wrap;font-size:11px;gap:8px;margin-top:4px}.audio-version-link{color:#3454d1;font-size:11px;text-decoration:none}.audio-version-link:hover{text-decoration:underline}.audio-version-actions{align-items:center;display:flex;gap:8px;margin-top:6px}.audio-version-activate{background:#fff;border:1px solid #2e9e5b;border-radius:4px;color:#2e9e5b;cursor:pointer;font-size:11px;padding:2px 8px}.audio-version-activate:disabled{cursor:default;opacity:.5}.audio-version-edit{background:#fff;border:1px solid #3454d1;border-radius:4px;color:#3454d1;cursor:pointer;font-size:11px;padding:2px 8px}.audio-version-edit:disabled{cursor:default;opacity:.5}.audio-version-delete{background:#0000;border:none;cursor:pointer;font-size:13px}.audio-version-delete:disabled{cursor:default;opacity:.4}.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}.modal-caption{color:#333;font-size:14px;line-height:1.4;padding:10px 20px 14px;text-align:center;white-space:pre-wrap}.modal-counter{border-radius:12px;font-size:13px;left:10px;padding:4px 10px;top:10px}.modal-counter,.modal-nav-button{background-color:#00000080;color:#fff;line-height:1;position:absolute;z-index:10}.modal-nav-button{align-items:center;border:none;border-radius:50%;cursor:pointer;display:flex;font-size:24px;height:36px;justify-content:center;top:50%;transform:translateY(-50%);transition:background-color .2s;width:36px}.modal-nav-button:hover:not(:disabled){background-color:#000c}.modal-nav-button:disabled{cursor:default;opacity:.3}.modal-nav-prev{left:10px}.modal-nav-next{right:10px}@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:initial}.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-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}.promo-editor{background:#fffaf0;border:1px solid #e2b04a;border-radius:8px;margin:0 0 16px;padding:12px 14px 16px}.promo-editor__banner{align-items:center;color:#7a5200;display:flex;flex-wrap:wrap;font-size:.85rem;gap:8px;margin-bottom:12px}.promo-editor__qid{background:#f0d9a8;border-radius:4px;font-family:monospace;font-size:.8rem;margin-left:auto;padding:1px 6px}.promo-editor__loading{color:#999;padding:8px 0}.promo-field{display:block;margin-bottom:12px}.promo-field__label{display:block;font-size:.88rem;font-weight:600;margin-bottom:2px}.promo-field__hint{color:#8a8a8a;display:block;font-size:.76rem;margin-bottom:4px}.promo-field__input{background:#fff;border:1px solid #ccc;border-radius:6px;box-sizing:border-box;color:#222;font:inherit;padding:6px 8px;resize:vertical;width:100%}.promo-field__input:disabled{background:#f3f3f3;color:#777}.promo-editor__actions{align-items:center;display:flex;gap:12px;margin-top:8px}.promo-editor__save.saved{background-color:#2ecc71;color:#fff}.promo-editor__save.error{background-color:#e74c3c;color:#fff}.promo-editor__updated{color:#999;font-size:.76rem}.promo-editor__error{color:#c0392b;font-size:.82rem;margin-top:8px}html[data-theme=dark] .promo-editor{background:#2a2413;border-color:#8a6a1e}html[data-theme=dark] .promo-editor__banner{color:#e6c877}html[data-theme=dark] .promo-editor__qid{background:#4a3d1a;color:#e6c877}html[data-theme=dark] .promo-field__input{background:#1e1e1e;border-color:#444;color:#e0e0e0}html[data-theme=dark] .promo-field__input:disabled{background:#262626;color:#888}.quest-info-scroll{box-sizing:border-box;flex:1 1 auto;min-height:0;overflow-y:auto;padding:10px}.promo-specs-grid{grid-gap:6px 10px;display:grid;gap:6px 10px;grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:8px}.promo-spec{display:flex;flex-direction:column;gap:2px}.promo-spec__label{color:#8a8a8a;font-size:.76rem}.promo-spec__input{background:#fff;border:1px solid #ccc;border-radius:6px;color:#222;font:inherit;padding:5px 8px}.promo-spec__input:disabled{background:#f3f3f3;color:#777}.promo-checks,.promo-flags{display:flex;flex-wrap:wrap;gap:4px 14px;margin-bottom:6px}.promo-check{align-items:center;cursor:pointer;display:inline-flex;font-size:.84rem;gap:5px}.promo-check input{margin:0}@media (max-width:640px){.promo-specs-grid{grid-template-columns:1fr}}html[data-theme=dark] .promo-spec__input{background:#1e1e1e;border-color:#444;color:#e0e0e0}html[data-theme=dark] .promo-spec__input:disabled{background:#262626;color:#888}.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}.save-file-button{background-color:#3498db;color:#fff}.save-file-button:hover{background-color:#2980b9}.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}}.new-quest-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}.new-quest-dialog{background:#fff;border-radius:8px;box-shadow:0 5px 15px #0000004d;display:flex;flex-direction:column;max-width:420px;padding:25px;width:90%}.new-quest-dialog h2{border-bottom:2px solid #27ae60;color:#2c3e50;margin-top:0;padding-bottom:10px}.new-quest-field{display:flex;flex-direction:column;gap:6px;margin-top:16px}.new-quest-label{color:#34495e;font-size:13px;font-weight:600}.new-quest-label small{color:#95a5a6;font-weight:400}.new-quest-field input{border:1px solid #ccc;border-radius:5px;font-size:14px;outline:none;padding:10px 12px;transition:border-color .2s}.new-quest-field input:focus{border-color:#27ae60}.new-quest-error{color:#c0392b;font-size:13px;margin-top:12px}.new-quest-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:24px}.new-quest-actions button{border:none;border-radius:5px;cursor:pointer;font-size:14px;font-weight:700;padding:10px 20px;transition:all .2s}.new-quest-actions button:disabled{cursor:default;opacity:.6}.new-quest-create{background-color:#27ae60;color:#fff}.new-quest-create:hover:not(:disabled){background-color:#1e8e4e}.new-quest-cancel{background-color:#ecf0f1;color:#333}.new-quest-cancel:hover:not(:disabled){background-color:#bdc3c7}.new-quest-textarea{border:1px solid #ccc;border-radius:5px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:13px;min-height:130px;outline:none;padding:10px 12px;resize:vertical;transition:border-color .2s}.new-quest-textarea:focus{border-color:#27ae60}.new-quest-toggle{display:flex;gap:8px;margin-top:16px}.new-quest-toggle button{background:#f7f8f9;border:1px solid #ccc;border-radius:5px;color:#333;cursor:pointer;flex:1 1;font-size:13px;font-weight:600;padding:8px 10px;transition:all .15s}.new-quest-toggle button.active{background:#27ae60;border-color:#27ae60;color:#fff}.new-quest-toggle button:disabled{cursor:default;opacity:.5}.new-quest-readonly{background:#f2f3f5;border:1px solid #e1e4e8;border-radius:5px;color:#555;font-size:14px;padding:10px 12px}html[data-theme=dark] .new-quest-textarea{background:#1b1e23;border-color:#3a4049;color:#e6e8eb}html[data-theme=dark] .new-quest-textarea:focus{border-color:#27ae60}html[data-theme=dark] .new-quest-toggle button{background:#2a2f36;border-color:#3a4049;color:#cfd3da}html[data-theme=dark] .new-quest-toggle button.active{background:#27ae60;border-color:#27ae60;color:#fff}html[data-theme=dark] .new-quest-readonly{background:#2a2f36;border-color:#3a4049;color:#aab1ba}html[data-theme=dark] .new-quest-dialog{background:#23272e;color:#e6e8eb}html[data-theme=dark] .new-quest-dialog h2{color:#e6e8eb}html[data-theme=dark] .new-quest-label{color:#cfd3da}html[data-theme=dark] .new-quest-field input{background:#1b1e23;border-color:#3a4049;color:#e6e8eb}html[data-theme=dark] .new-quest-field input:focus{border-color:#27ae60}html[data-theme=dark] .new-quest-cancel{background-color:#3a4049;color:#e6e8eb}html[data-theme=dark] .new-quest-cancel:hover:not(:disabled){background-color:#474e58}.admin-panel{box-sizing:border-box;height:100%;margin:0 auto;max-width:1200px;overflow-y:auto;padding:20px}.admin-panel-header{align-items:center;border-bottom:1px solid #ddd;display:flex;justify-content:space-between;margin-bottom:20px;padding-bottom:10px}.admin-panel-header h2{margin:0}.admin-panel .back-button{cursor:pointer;padding:6px 14px}.admin-users-table{border-collapse:collapse;margin-bottom:20px;width:100%}.admin-users-table td,.admin-users-table th{border-bottom:1px solid #eee;padding:8px 12px;text-align:left;vertical-align:middle}.admin-users-table th{background:#f5f5f5;font-weight:600}.admin-users-table tr.selected{background:#eef5ff}.admin-users-table tr:hover{background:#f9f9f9;cursor:pointer}.admin-user-quests{background:#fafafa;border:1px solid #ddd;border-radius:4px;padding:16px}.admin-user-quests h3{margin-top:0}.admin-granted-list{list-style:none;margin:8px 0 16px;padding:0}.admin-granted-list li{align-items:center;border-bottom:1px solid #eee;display:flex;justify-content:space-between;padding:6px 10px}.admin-granted-list li:last-child{border-bottom:none}.admin-granted-list .revoke-btn{background:#fff;border:1px solid #d66;border-radius:3px;color:#c33;cursor:pointer;font-size:12px;padding:2px 10px}.admin-granted-list .revoke-btn:hover{background:#fff0f0}.admin-grant-row{align-items:center;display:flex;gap:8px}.admin-grant-row select{flex:1 1;padding:6px}.admin-grant-row button{cursor:pointer;padding:6px 14px}.admin-create-user-form{align-items:center;display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.admin-create-user-form h3{margin:0;white-space:nowrap}.admin-create-user-form input{border:1px solid #ccc;border-radius:4px;font-size:14px;padding:6px 10px}.admin-create-user-form button{cursor:pointer;padding:6px 14px;white-space:nowrap}.admin-panel .error{color:#c33;margin:10px 0}.admin-panel .muted{color:#777;font-style:italic}.upscaler-container{background-color:#fff;background-color:var(--bg,#fff);color:#111;color:var(--fg,#111);flex:1 1;overflow-y:auto;padding:20px}.upscaler-header{align-items:center;border-bottom:2px solid #3498db;display:flex;justify-content:space-between;margin-bottom:20px;padding-bottom:15px}.upscaler-header h1{color:inherit;margin:0}.upscaler-description{background-color:#3498db14;border-left:4px solid #3498db;border-radius:5px;font-size:14px;margin-bottom:25px;max-width:720px;opacity:.85;padding:15px}.upscaler-dropzone{align-items:center;border:2px dashed #bbb;border:2px dashed var(--border,#bbb);border-radius:10px;cursor:pointer;display:flex;flex-direction:column;font-size:15px;gap:10px;max-width:720px;padding:40px 20px;transition:border-color .15s,background-color .15s}.upscaler-dropzone.drag-over,.upscaler-dropzone:hover{background-color:#3498db14;border-color:#3498db}.upscaler-dropzone-icon{font-size:32px}.upscaler-actions{display:flex;gap:10px;margin:20px 0}.upscaler-download-button{background-color:#27ae60;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:15px;font-weight:700;padding:10px 18px}.upscaler-download-button:disabled{cursor:default;opacity:.55}.upscaler-clear-button{background:none;border:1px solid #ccc;border:1px solid var(--border,#ccc);border-radius:4px;color:inherit;cursor:pointer;padding:10px 18px}.upscaler-list{list-style:none;margin:0;max-width:720px;padding:0}.upscaler-item{align-items:baseline;border-bottom:1px solid #eee;border-bottom:1px solid var(--border,#eee);display:flex;font-size:14px;gap:10px;padding:7px 10px}.upscaler-item-badge{flex-shrink:0;text-align:center;width:22px}.upscaler-item-name{overflow-wrap:anywhere}.upscaler-item-note{flex-shrink:0;margin-left:auto;opacity:.7;white-space:nowrap}.upscaler-item.error .upscaler-item-note{font-weight:700;opacity:1}.upscaler-item-download{background:none;border:1px solid #ccc;border:1px solid var(--border,#ccc);border-radius:4px;color:inherit;cursor:pointer;flex-shrink:0;padding:2px 9px}.upscaler-item-download:hover{border-color:#3498db;color:#3498db}.pb-container{background-color:#fff;background-color:var(--bg,#fff);color:#111;color:var(--fg,#111);flex:1 1;overflow-y:auto;padding:20px}.pb-header{align-items:center;border-bottom:2px solid #3498db;display:flex;justify-content:space-between;margin-bottom:20px;padding-bottom:15px}.pb-header h1{color:inherit;margin:0}.pb-columns{align-items:flex-start;display:flex;gap:24px}.pb-form{display:flex;flex:0 0 380px;flex-direction:column;gap:14px;min-width:300px}.pb-preview{flex:1 1;min-width:0}.pb-field{display:flex;flex-direction:column;gap:4px}.pb-field input[type=text],.pb-field select,.pb-field textarea{background:#fff;background:var(--bg,#fff);border:1px solid #bbb;border:1px solid var(--border,#bbb);border-radius:6px;box-sizing:border-box;color:inherit;font-family:inherit;font-size:13.5px;padding:7px 9px;width:100%}.pb-field textarea{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12.5px;min-height:60px;resize:vertical}.pb-field-label{align-items:center;display:flex;font-size:13px;font-weight:600;gap:6px}.pb-field-checkbox{align-items:center;cursor:pointer;flex-direction:row;font-size:13.5px;gap:8px}.pb-required{color:#b45309;font-weight:700}.pb-field-missing input,.pb-field-missing textarea{border-color:#d97706}.pb-missing-tag{background:#fef3c7;border-radius:4px;color:#92400e;font-size:11px;font-weight:600;padding:1px 6px}.pb-hint{font-size:12px;opacity:.7}.pb-node-meta{display:flex;flex-wrap:wrap;gap:6px;margin-top:6px}.pb-badge{border:1px solid #ccc;border:1px solid var(--border,#ccc);border-radius:10px;font-size:11.5px;opacity:.85;padding:2px 8px}.pb-badge-legacy{background:#fef3c7;border-color:#d97706;color:#92400e;opacity:1}.pb-clear-button{align-self:flex-start;background:#0000;border:1px solid #bbb;border:1px solid var(--border,#bbb);border-radius:6px;color:inherit;cursor:pointer;font-size:13px;padding:6px 12px}.pb-clear-button:hover{background:#3498db14}.pb-notice{background:#fef3c7;border-left:4px solid #d97706;color:#92400e;display:flex;flex-direction:column;gap:4px}.pb-error,.pb-notice{border-radius:5px;font-size:13px;margin-bottom:14px;padding:10px 14px}.pb-error{background:#c5221f14;border-left:4px solid #c5221f;color:#c5221f}.pb-blocks{display:flex;flex-direction:column;gap:18px;transition:opacity .15s}.pb-blocks.pb-rendering{opacity:.6}.pb-block{border:1px solid #ddd;border:1px solid var(--border,#ddd);border-radius:8px;overflow:hidden}.pb-block-header{align-items:center;background:#3498db14;border-bottom:1px solid #ddd;border-bottom:1px solid var(--border,#ddd);display:flex;gap:10px;padding:8px 12px}.pb-block-title{font-size:13px;font-weight:700;letter-spacing:.04em}.pb-block-size{font-size:12px;margin-left:auto;opacity:.65}.pb-copy-button{background:#fff;background:var(--bg,#fff);border:1px solid #bbb;border:1px solid var(--border,#bbb);border-radius:6px;color:inherit;cursor:pointer;font-size:12.5px;padding:4px 10px}.pb-copy-button:hover:not(:disabled){background:#3498db1f}.pb-copy-button:disabled{cursor:default;opacity:.5}.pb-block-text{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12.5px;line-height:1.5;margin:0;max-height:60vh;overflow-y:auto;padding:12px 14px;white-space:pre-wrap;word-break:break-word}.pb-placeholder{opacity:.6;padding:40px}@media (max-width:900px){.pb-columns{flex-direction:column}.pb-form{flex:1 1 auto;width:100%}}
/*# sourceMappingURL=main.c7b30d4f.css.map*/