@charset "UTF-8";.search-bar{flex:1;max-width:500px;position:relative}.search-bar form{display:flex;gap:.5rem;align-items:center}.search-bar .search-input{flex:1;padding:.5rem 1rem;border:1px solid #ddd;border-radius:4px;font-size:.9rem;background-color:#ffffff1a;color:#fff}@media (max-width: 768px){.search-bar .search-input{font-size:16px;padding:.75rem;height:44px}}.search-bar .search-input::placeholder{color:#ffffffb3}.search-bar .search-input:focus{outline:none;background-color:#ffffff26;border-color:#4caf50}.search-bar .custom-select-container{position:relative;min-width:100px;font-size:.9rem}@media (max-width: 768px){.search-bar .custom-select-container{min-width:80px;font-size:16px}}.search-bar .custom-select-trigger{padding:.5rem .75rem;border:1px solid #ddd;border-radius:4px;background-color:#ffffff1a;color:#0be52b;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:.5rem;-webkit-user-select:none;user-select:none}@media (max-width: 768px){.search-bar .custom-select-trigger{padding:.5rem;height:44px;min-width:80px;font-size:16px}}.search-bar .custom-select-trigger .arrow{font-size:.7rem;color:#ffffffb3}.search-bar .custom-select-trigger:hover{border-color:#4caf50}.search-bar .custom-select-trigger:active{opacity:.8}.search-bar .custom-options{position:absolute;top:100%;left:0;right:0;background-color:#2d2d2d;border:1px solid #444;border-radius:4px;margin-top:4px;z-index:1001;overflow:hidden;box-shadow:0 4px 6px #0000004d}@media (max-width: 768px){.search-bar .custom-options{position:fixed;top:auto;bottom:0;left:0;right:0;border-radius:12px 12px 0 0;max-height:50vh;overflow-y:auto}}.search-bar .custom-options .custom-option{padding:.5rem .75rem;cursor:pointer;color:#e0e0e0;background-color:#ffffff1a;transition:all .2s}@media (max-width: 768px){.search-bar .custom-options .custom-option{padding:1rem;font-size:16px;min-height:44px;display:flex;align-items:center}}.search-bar .custom-options .custom-option:hover{background-color:#fff;color:#333}.search-bar .custom-options .custom-option:active{opacity:.8}.search-bar .custom-options .custom-option.selected{background-color:#4caf5033;color:#4caf50}.search-bar .custom-options .custom-option.selected:hover{background-color:#fff;color:#333}.search-bar .search-btn{padding:.5rem 1.5rem;background-color:#4caf50;color:#fff;border-radius:4px;font-weight:500;cursor:pointer;transition:background-color .2s}@media (max-width: 768px){.search-bar .search-btn{padding:.5rem 1rem;height:44px;min-width:60px;font-size:16px}}.search-bar .search-btn:hover{background-color:#45a049}.search-bar .search-btn:active{transform:scale(.98);opacity:.8}.search-bar .search-results{position:absolute;top:100%;left:0;right:0;background-color:#fff;border:1px solid #ddd;border-top:none;border-radius:0 0 4px 4px;max-height:400px;overflow-y:auto;z-index:1000;box-shadow:0 4px 6px #0000001a;-webkit-overflow-scrolling:touch}@media (max-width: 768px){.search-bar .search-results{max-height:50vh;border-radius:0 0 12px 12px}}.search-bar .search-results .search-result-item{padding:.75rem 1rem;border-bottom:1px solid #eee;cursor:pointer;transition:background-color .2s}@media (max-width: 768px){.search-bar .search-results .search-result-item{padding:1rem;min-height:44px;display:flex;flex-direction:column;justify-content:center}}.search-bar .search-results .search-result-item:hover{background-color:#f5f5f5}.search-bar .search-results .search-result-item:active{background-color:#efefef}.search-bar .search-results .search-result-item:last-child{border-bottom:none}.search-bar .search-results .search-result-item .file-name{font-weight:500;color:#333}@media (max-width: 768px){.search-bar .search-results .search-result-item .file-name{font-size:16px}}.search-bar .search-results .search-result-item .line-info{color:#999;font-size:.85rem}@media (max-width: 768px){.search-bar .search-results .search-result-item .line-info{font-size:14px}}.search-bar .search-results .search-result-item .line-preview{font-size:.85rem;color:#666;margin-top:.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:Courier New,monospace}@media (max-width: 768px){.search-bar .search-results .search-result-item .line-preview{font-size:14px;white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}}.code-explorer{display:flex;flex-direction:column;height:100%;background-color:#1e1e1e}.code-explorer .explorer-header{padding:1rem;border-bottom:1px solid #333;background-color:#2d2d2d;display:flex;align-items:center;gap:.5rem}.code-explorer .explorer-header button.btn-collapse{width:32px;height:32px;padding:0;border:1px solid #444;border-radius:4px;background-color:#2d2d2d;cursor:pointer;font-size:1rem;transition:all .2s;display:flex;align-items:center;justify-content:center;color:#b0b0b0;flex-shrink:0}.code-explorer .explorer-header button.btn-collapse:hover{background-color:#3a3a3a;border-color:#666;color:#64b5f6}.code-explorer .explorer-header button.btn-collapse svg{width:1em;height:1em}.code-explorer .explorer-header h2{margin:0;font-size:1rem;font-weight:600;color:#e0e0e0;flex:1}.code-explorer .file-tree-section{flex:1;overflow-y:auto;padding:.5rem}.code-explorer .file-tree-section h3{margin:1rem .5rem .5rem;font-size:.85rem;color:#b0b0b0;text-transform:uppercase;letter-spacing:.5px;font-weight:600}.code-explorer .file-tree-section .empty-tip{padding:2rem 1rem;text-align:center;color:#777}.code-explorer .file-tree-section .empty-tip p{margin:.5rem 0;font-size:.9rem}.code-explorer .file-tree-section .empty-tip small{color:#666;font-size:.8rem}.code-explorer .dirs{display:flex;flex-direction:column;gap:.5rem}.code-explorer .dirs .directory-item{padding:.75rem;margin:0 .5rem;background-color:#2d2d2d;border:1px solid #444;border-radius:4px;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .2s}.code-explorer .dirs .directory-item .dir-icon{font-size:1.2rem}.code-explorer .dirs .directory-item .dir-name{font-weight:500;color:#e0e0e0;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.code-explorer .dirs .directory-item:hover{background-color:#3a3a3a;border-color:#555}.code-explorer .file-tree .tree-node .tree-node-content{display:flex;align-items:center;padding:.25rem;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background-color .2s}.code-explorer .file-tree .tree-node .tree-node-content:hover{background-color:#2d2d2d}.code-explorer .file-tree .tree-node .tree-node-content.selected{background-color:#2871d3;color:#64b5f6}.code-explorer .file-tree .tree-node .tree-node-content .toggle-btn{width:24px;padding:0;margin:0;background:none;color:#b0b0b0;cursor:pointer;font-size:.75rem;display:flex;align-items:center;justify-content:center}.code-explorer .file-tree .tree-node .tree-node-content .toggle-btn:hover{color:#e0e0e0}.code-explorer .file-tree .tree-node .tree-node-content .node-name{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.9rem}.code-explorer .file-tree .tree-node .tree-node-content .node-name.dir{font-weight:500;color:#b0b0b0}.code-explorer .file-tree .tree-node .tree-node-content .node-name.file{color:#e0e0e0}.code-explorer .file-tree .tree-node .tree-node-content .node-name.disabled{opacity:.6;cursor:not-allowed!important}.code-explorer .file-tree .tree-node .tree-children{border-left:1px solid #444;margin-left:8px}@keyframes flash-highlight{0%{background-color:#4caf504d}50%{background-color:#4caf5099}to{background-color:transparent}}.code-explorer .flash-highlight{animation:flash-highlight 10s ease-in-out}@media (max-width: 768px){.code-explorer .explorer-header{padding:.75rem}.code-explorer .explorer-header button.btn-collapse{width:40px;height:40px;min-width:40px;min-height:40px}.code-explorer .explorer-header h2{font-size:.95rem}.code-explorer .file-tree .tree-node .tree-node-content{padding:.5rem .25rem;min-height:44px;display:flex;align-items:center}.code-explorer .file-tree .tree-node .tree-node-content .toggle-btn{width:40px;height:40px;min-width:40px;min-height:40px;padding:0;margin:0 -8px;font-size:.9rem;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s}.code-explorer .file-tree .tree-node .tree-node-content .toggle-btn:active{background-color:#64b5f633}.code-explorer .file-tree .tree-node .tree-node-content .node-name{font-size:1rem;padding:.5rem 0;flex:1}.code-explorer .file-tree .tree-node .tree-node-content.selected{background-color:#2871d3}.code-explorer .file-tree .tree-node .tree-children{margin-left:12px}.code-explorer .file-tree-section h3{font-size:.9rem;padding:0 .5rem}}.code-outline-panel{position:fixed;right:20px;top:80px;width:280px;max-height:600px;background:#1e1e1e;border:1px solid #333;border-radius:8px;box-shadow:0 4px 12px #0000004d;display:flex;flex-direction:column;z-index:1000;animation:slideIn .3s ease-out}@keyframes slideIn{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.code-outline-panel .outline-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border-bottom:1px solid #333;background:#252526}.code-outline-panel .outline-header h3{margin:0;font-size:14px;font-weight:600;color:#e0e0e0}.code-outline-panel .outline-header .close-btn{background:none;border:none;color:#999;font-size:20px;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.code-outline-panel .outline-header .close-btn:hover{color:#fff}.code-outline-panel .outline-content{flex:1;overflow-y:auto;padding:8px 0}.code-outline-panel .outline-content::-webkit-scrollbar{width:6px}.code-outline-panel .outline-content::-webkit-scrollbar-track{background:transparent}.code-outline-panel .outline-content::-webkit-scrollbar-thumb{background:#444;border-radius:3px}.code-outline-panel .outline-content::-webkit-scrollbar-thumb:hover{background:#555}.code-outline-panel .outline-content .loading,.code-outline-panel .outline-content .error,.code-outline-panel .outline-content .empty{padding:16px;text-align:center;color:#999;font-size:12px}.code-outline-panel .outline-content .error{color:#f48771}.code-outline-panel .outline-section{margin-bottom:4px}.code-outline-panel .outline-section .section-title{padding:8px 16px;font-size:12px;font-weight:600;color:#888;text-transform:uppercase;letter-spacing:.5px;background:#1a1a1a}.code-outline-panel .outline-section .symbols-list .symbol-item{display:flex;justify-content:space-between;align-items:center;padding:6px 16px;cursor:pointer;transition:background-color .2s;border-left:2px solid transparent}.code-outline-panel .outline-section .symbols-list .symbol-item:hover{background-color:#2d2d30;border-left-color:#007acc}.code-outline-panel .outline-section .symbols-list .symbol-item .symbol-name{flex:1;font-size:12px;color:#d4d4d4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.code-outline-panel .outline-section .symbols-list .symbol-item .symbol-line{font-size:11px;color:#666;margin-left:8px;flex-shrink:0}@media (max-width: 1200px){.code-outline-panel{width:240px;max-height:500px}}.code-viewer{display:flex;flex-direction:column;height:100%;background-color:#1e1e1e;color:#d4d4d4;font-family:Courier New,monospace}.code-viewer.loading,.code-viewer.empty{display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:1.2rem;color:#999}.code-viewer.directory{display:flex;flex-direction:column;align-items:center;justify-content:center}.code-viewer.directory .directory-info{text-align:center;padding:2rem}.code-viewer.directory .directory-info p{margin:.5rem 0;font-size:1rem;color:#b0b0b0}.code-viewer.directory .directory-info p:first-child{font-size:1.2rem;font-weight:500;color:#64b5f6;margin-bottom:1rem}.code-viewer.directory .directory-info p:last-child{color:#999;font-size:.95rem}.code-viewer .code-header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #3e3e42;background-color:#252526;flex-shrink:0;padding:0}.code-viewer .code-header.empty-header{height:35px}.code-viewer .code-header .tabs-container{flex:1;display:flex;align-items:center;overflow:hidden;border-bottom:1px solid #3e3e42}.code-viewer .code-header .tabs-container .tabs-list{display:flex;height:35px;align-items:center;overflow-x:auto;flex:1;scrollbar-width:thin;scrollbar-color:#464647 transparent}.code-viewer .code-header .tabs-container .tabs-list::-webkit-scrollbar{height:6px}.code-viewer .code-header .tabs-container .tabs-list::-webkit-scrollbar-track{background:transparent}.code-viewer .code-header .tabs-container .tabs-list::-webkit-scrollbar-thumb{background:#464647;border-radius:3px}.code-viewer .code-header .tabs-container .tabs-list::-webkit-scrollbar-thumb:hover{background:#5a5a5a}.code-viewer .code-header .tabs-container .tabs-list .tab{display:flex;align-items:center;height:35px;padding:0 12px;background-color:#2d2d30;border-right:1px solid #3e3e42;border-bottom:2px solid transparent;color:#999;cursor:pointer;white-space:nowrap;-webkit-user-select:none;user-select:none;transition:all .2s ease;min-width:120px;max-width:200px}.code-viewer .code-header .tabs-container .tabs-list .tab:hover{background-color:#3e3e42;color:#d4d4d4}.code-viewer .code-header .tabs-container .tabs-list .tab:hover .tab-close{opacity:1}.code-viewer .code-header .tabs-container .tabs-list .tab.active{background-color:#1e1e1e;border-bottom-color:#007acc;color:#d4d4d4;border-bottom-width:2px}.code-viewer .code-header .tabs-container .tabs-list .tab.active .tab-close{opacity:1}.code-viewer .code-header .tabs-container .tabs-list .tab .tab-name{flex:1;overflow:hidden;text-overflow:ellipsis;font-size:.9rem;line-height:1}.code-viewer .code-header .tabs-container .tabs-list .tab .tab-close{flex-shrink:0;width:20px;height:20px;margin-left:8px;padding:0;border:none;background:transparent;color:inherit;cursor:pointer;font-size:1.1rem;line-height:1;opacity:0;transition:all .2s ease;display:flex;align-items:center;justify-content:center;border-radius:2px}.code-viewer .code-header .tabs-container .tabs-list .tab .tab-close:hover{background-color:#ffffff1a;color:#d4d4d4}.code-viewer .code-header .tabs-container .tabs-list .tab .tab-close:active{background-color:#ffffff26}.code-viewer .code-header .file-info{display:flex;align-items:center;padding:0 12px;height:35px;border-left:1px solid #3e3e42;white-space:nowrap;gap:8px}.code-viewer .code-header .file-info .outline-btn{background:none;border:none;color:#999;font-size:16px;cursor:pointer;padding:4px 8px;border-radius:4px;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.code-viewer .code-header .file-info .outline-btn:hover{background-color:#ffffff1a;color:#d4d4d4}.code-viewer .code-header .file-info .outline-btn:active{background-color:#ffffff26}.code-viewer .code-header .file-info .file-size{color:#999;font-size:.85rem;transition:color .2s ease}.code-viewer .code-header .file-info .file-size:hover{color:#d4d4d4}.code-viewer .code-header .file-path{margin:0;font-size:.95rem;color:#d4d4d4;font-weight:500;word-break:break-all;flex:1}.code-viewer .code-header .file-size{color:#999;font-size:.85rem;margin-left:1rem;white-space:nowrap}.code-viewer .code-content{flex:1;overflow:auto;padding:0;background-color:#1e1e1e}.code-viewer .code-content pre{margin:0;padding:1rem;background-color:#1e1e1e;border:none}.code-viewer .code-content code{background-color:transparent;color:#d4d4d4}.code-viewer .code-content span.highlight-line-num{background-color:#f1ba04b1!important}.code-viewer ::-webkit-scrollbar{width:10px;height:10px}.code-viewer ::-webkit-scrollbar-track{background:#1e1e1e}.code-viewer ::-webkit-scrollbar-thumb{background:#464647;border-radius:5px}.code-viewer ::-webkit-scrollbar-thumb:hover{background:#5a5a5a}@media (max-width: 768px){.code-viewer .code-header .tabs-container .tabs-list{height:44px;-webkit-overflow-scrolling:touch}.code-viewer .code-header .tabs-container .tabs-list .tab{height:44px;padding:0 10px;min-width:100px;max-width:180px;font-size:.85rem}.code-viewer .code-header .tabs-container .tabs-list .tab .tab-close{width:24px;height:24px;min-width:24px;min-height:24px;margin-left:6px}.code-viewer .code-header .file-info{height:44px;padding:0 8px;gap:6px}.code-viewer .code-header .file-info .outline-btn{width:40px;height:40px;min-width:40px;min-height:40px;font-size:1.1rem;padding:0}.code-viewer .code-header .file-info .file-size{font-size:.8rem;display:none}.code-viewer .code-header .file-path{font-size:.85rem;display:none}.code-viewer .code-content{padding:0;-webkit-overflow-scrolling:touch}.code-viewer .code-content pre{padding:1rem .75rem;font-size:.85rem;line-height:1.6}.code-viewer .code-content pre code{font-size:.85rem;line-height:1.6;word-break:break-word;white-space:pre-wrap}.code-viewer .code-content .react-syntax-highlighter{font-size:.85rem!important}.code-viewer .code-content .react-syntax-highlighter>code{padding:1rem .75rem!important}.code-viewer.directory .directory-info{padding:1.5rem}.code-viewer.directory .directory-info p{font-size:.95rem}.code-viewer.directory .directory-info p:first-child{font-size:1rem;margin-bottom:.75rem}.code-viewer.directory .directory-info p:last-child{font-size:.85rem}.code-viewer.loading,.code-viewer.empty{font-size:1rem}.code-viewer ::-webkit-scrollbar{width:6px;height:6px}.code-viewer ::-webkit-scrollbar-thumb{background:#464647;border-radius:3px}}.password-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.password-modal{background:#fff;border-radius:8px;box-shadow:0 4px 16px #00000026;width:90%;max-width:400px;overflow:hidden;animation:slideUp .3s ease-out}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.password-modal .modal-header{padding:16px 20px;border-bottom:1px solid #f0f0f0}.password-modal .modal-header h3{margin:0;font-size:16px;font-weight:600;color:#262626}.password-modal .modal-body{padding:20px}.password-modal .modal-body .password-input-group{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.password-modal .modal-body .password-input-group label{font-size:14px;font-weight:500;color:#262626}.password-modal .modal-body .password-input-group .password-input{padding:8px 12px;border:1px solid #d9d9d9;border-radius:4px;font-size:14px;transition:all .3s ease}.password-modal .modal-body .password-input-group .password-input:focus{outline:none;border-color:#1890ff;box-shadow:0 0 0 2px #1890ff33}.password-modal .modal-body .password-input-group .password-input:disabled{background-color:#f5f5f5;cursor:not-allowed}.password-modal .modal-body .password-input-group .password-input.error{border-color:#ff4d4f}.password-modal .modal-body .password-input-group .password-input.error:focus{box-shadow:0 0 0 2px #ff4d4f33}.password-modal .modal-body .error-message{color:#ff4d4f;font-size:13px;padding:8px 12px;background-color:#fff2f0;border-radius:4px;border:1px solid #ffccc7;margin-top:8px}.password-modal .modal-footer{padding:12px 20px;border-top:1px solid #f0f0f0;display:flex;justify-content:flex-end;gap:8px}.password-modal .modal-footer button{padding:6px 16px;border:none;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease}.password-modal .modal-footer button.btn-cancel{background-color:#f5f5f5;color:#262626}.password-modal .modal-footer button.btn-cancel:hover:not(:disabled){background-color:#e6e6e6}.password-modal .modal-footer button.btn-cancel:disabled{opacity:.6;cursor:not-allowed}.password-modal .modal-footer button.btn-submit{background-color:#1890ff;color:#fff}.password-modal .modal-footer button.btn-submit:hover:not(:disabled){background-color:#0050b3}.password-modal .modal-footer button.btn-submit:disabled{opacity:.6;cursor:not-allowed}.notes-panel{display:flex;flex-direction:column;height:100%;width:100%;background-color:#1e1e1e;overflow:hidden}.panel-modal-content .notes-panel{height:100%;width:100%;margin:0;padding:0;flex:1;overflow:hidden;display:flex;flex-direction:column}.panel-modal-content .notes-panel .notes-header{flex-shrink:0;overflow:hidden}.panel-modal-content .notes-panel .notes-content,.panel-modal-content .notes-panel .notes-viewer,.panel-modal-content .notes-panel .notes-editor{flex:1;overflow-y:auto;overflow-x:hidden;min-height:0}.notes-panel .notes-header{display:flex;justify-content:space-between;align-items:center;padding:1rem;border-bottom:1px solid #333;flex-shrink:0;background-color:#2d2d2d}.notes-panel .notes-header h2{margin:0;font-size:1rem;font-weight:600;color:#e0e0e0}.notes-panel .notes-header .notes-actions{display:flex;gap:.5rem}.notes-panel .notes-header .notes-actions button{width:32px;height:32px;padding:0;border:1px solid #444;border-radius:4px;background-color:#2d2d2d;cursor:pointer;font-size:1rem;transition:all .2s;display:flex;align-items:center;justify-content:center}.notes-panel .notes-header .notes-actions button:hover{background-color:#3a3a3a;border-color:#666}.notes-panel .notes-header .notes-actions button.btn-collapse{color:#b0b0b0}.notes-panel .notes-header .notes-actions button.btn-collapse:hover{color:#64b5f6;border-color:#64b5f6}.notes-panel .notes-header .notes-actions button.btn-collapse svg{width:1em;height:1em}.notes-panel .notes-header .notes-actions button.btn-mode{font-size:.85rem;opacity:.6}.notes-panel .notes-header .notes-actions button.btn-mode.active{opacity:1;border-color:#64b5f6;background-color:#64b5f61a}.notes-panel .notes-header .notes-actions button.btn-mode:hover{opacity:1}.notes-panel .notes-header .notes-actions button.btn-edit{color:#b0b0b0}.notes-panel .notes-header .notes-actions button.btn-delete{color:#ff6b6b}.notes-panel .notes-content{flex:1;display:flex;flex-direction:column;overflow:hidden;width:100%;min-width:0}.notes-panel .notes-content .notes-editor{background-color:#2d2d2d;border:1px solid #444;border-radius:4px;display:flex;flex-direction:column;gap:1rem;flex:1;min-height:0;min-width:0;width:100%;padding:1rem;animation:slideDown .2s ease-out}.notes-panel .notes-content .notes-editor .note-title-input{padding:.5rem;font-size:.95rem;font-weight:500;background-color:transparent;color:#e0e0e0;width:100%;border:1px solid transparent;border-radius:4px}.notes-panel .notes-content .notes-editor .note-title-input:focus{outline:none;border-color:#64b5f6;box-shadow:0 0 0 2px #64b5f61a}.notes-panel .notes-content .notes-editor .note-content-input{flex:1;padding:.75rem;border:none;border-radius:4px;font-size:.9rem;font-family:Courier New,monospace;resize:none;line-height:1.5;background-color:transparent;color:#e0e0e0;width:100%}.notes-panel .notes-content .notes-editor .note-content-input:focus{outline:none;background-color:#2d2d2d;color:#b0b0b0}.notes-panel .notes-content .notes-editor .note-content-input:focus:hover{background-color:#3a3a3a}.notes-panel .notes-content .notes-editor .ai-input-container{margin-bottom:1rem;padding:1rem;background-color:#2d2d2d;border:1px solid #444;border-radius:4px;animation:slideDown .2s ease-out}.notes-panel .notes-content .notes-editor .ai-input-container .ai-input-header{display:flex;gap:.5rem;margin-bottom:.5rem}.notes-panel .notes-content .notes-editor .ai-input-container .ai-prompt-input{width:100%;padding:.5rem;background-color:#1e1e1e;border:1px solid #444;border-radius:4px;color:#e0e0e0;font-size:.9rem}.notes-panel .notes-content .notes-editor .ai-input-container .ai-prompt-input:focus{outline:none;border-color:#673ab7}.notes-panel .notes-content .notes-editor .ai-input-container .selected-files-list{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.5rem}.notes-panel .notes-content .notes-editor .ai-input-container .selected-files-list .context-file-tag{display:flex;align-items:center;gap:.25rem;padding:.25rem .5rem;background-color:#3a3a3a;color:#90caf9;border-radius:4px;font-size:.8rem;border:1px solid #555}.notes-panel .notes-content .notes-editor .ai-input-container .selected-files-list .context-file-tag button{background:none;border:none;color:#90caf9;cursor:pointer;padding:0;font-size:1rem;line-height:1;display:flex;align-items:center;width:auto;height:auto}.notes-panel .notes-content .notes-editor .ai-input-container .selected-files-list .context-file-tag button:hover{color:#42a5f5;background:none;border:none}.notes-panel .notes-content .notes-editor .ai-input-container .ai-actions{display:flex;justify-content:space-between;align-items:center}.notes-panel .notes-content .notes-editor .ai-input-container .ai-actions .btn-context-select{padding:.25rem .5rem;background:none;border:1px dashed #666;color:#b0b0b0;border-radius:4px;font-size:.8rem;cursor:pointer;width:auto;height:auto}.notes-panel .notes-content .notes-editor .ai-input-container .ai-actions .btn-context-select:hover{border-color:#64b5f6;color:#64b5f6;background-color:#64b5f61a}.notes-panel .notes-content .notes-editor .ai-input-container .ai-actions .btn-context-select:disabled{opacity:.6;cursor:not-allowed}.notes-panel .notes-content .notes-editor .ai-input-container .ai-actions .ai-submit-actions{display:flex;gap:.5rem}.notes-panel .notes-content .notes-editor .ai-input-container .ai-actions .ai-submit-actions button{padding:.25rem .75rem;border:none;border-radius:4px;cursor:pointer;font-size:.85rem;transition:background-color .2s;width:auto;height:auto}.notes-panel .notes-content .notes-editor .ai-input-container .ai-actions .ai-submit-actions button:disabled{opacity:.6;cursor:not-allowed}.notes-panel .notes-content .notes-editor .ai-input-container .ai-actions .ai-submit-actions .btn-ai-submit{background-color:#673ab7;color:#fff}.notes-panel .notes-content .notes-editor .ai-input-container .ai-actions .ai-submit-actions .btn-ai-submit:hover:not(:disabled){background-color:#5e35b1}.notes-panel .notes-content .notes-editor .ai-input-container .ai-actions .ai-submit-actions .btn-ai-cancel{background-color:transparent;color:#b0b0b0;border:1px solid #444}.notes-panel .notes-content .notes-editor .ai-input-container .ai-actions .ai-submit-actions .btn-ai-cancel:hover:not(:disabled){background-color:#3a3a3a}.notes-panel .notes-content .notes-editor .analysis-input-container{margin-bottom:1rem;padding:1rem;background-color:#2d2d2d;border:1px solid #444;border-radius:4px;animation:slideDown .2s ease-out}.notes-panel .notes-content .notes-editor .analysis-input-container .analysis-input-header{display:flex;gap:.5rem;margin-bottom:.5rem}.notes-panel .notes-content .notes-editor .analysis-input-container .analysis-prompt-input{width:100%;padding:.5rem;background-color:#1e1e1e;border:1px solid #444;border-radius:4px;color:#e0e0e0;font-size:.9rem}.notes-panel .notes-content .notes-editor .analysis-input-container .analysis-prompt-input:focus{outline:none;border-color:#ff9800}.notes-panel .notes-content .notes-editor .analysis-input-container .analysis-actions{display:flex;justify-content:flex-end}.notes-panel .notes-content .notes-editor .analysis-input-container .analysis-actions .analysis-submit-actions{display:flex;gap:.5rem}.notes-panel .notes-content .notes-editor .analysis-input-container .analysis-actions .analysis-submit-actions button{padding:.25rem .75rem;border:none;border-radius:4px;cursor:pointer;font-size:.85rem;transition:background-color .2s;width:auto;height:auto}.notes-panel .notes-content .notes-editor .analysis-input-container .analysis-actions .analysis-submit-actions button:disabled{opacity:.6;cursor:not-allowed}.notes-panel .notes-content .notes-editor .analysis-input-container .analysis-actions .analysis-submit-actions .btn-analysis-submit{background-color:#ff9800;color:#fff}.notes-panel .notes-content .notes-editor .analysis-input-container .analysis-actions .analysis-submit-actions .btn-analysis-submit:hover:not(:disabled){background-color:#f57c00}.notes-panel .notes-content .notes-editor .analysis-input-container .analysis-actions .analysis-submit-actions .btn-analysis-cancel{background-color:transparent;color:#b0b0b0;border:1px solid #444}.notes-panel .notes-content .notes-editor .analysis-input-container .analysis-actions .analysis-submit-actions .btn-analysis-cancel:hover:not(:disabled){background-color:#3a3a3a}.notes-panel .notes-content .notes-editor .editor-actions{display:flex;gap:.5rem;justify-content:flex-end;flex-shrink:0}.notes-panel .notes-content .notes-editor .editor-actions button{padding:.5rem 1rem;border-radius:4px;border:1px solid #444;cursor:pointer;font-weight:500;transition:all .2s;font-size:.9rem;background-color:#2d2d2d;color:#e0e0e0}.notes-panel .notes-content .notes-editor .editor-actions button:disabled{opacity:.5;cursor:not-allowed}.notes-panel .notes-content .notes-editor .editor-actions button.btn-save{background-color:#4caf50;color:#fff;border-color:#4caf50}.notes-panel .notes-content .notes-editor .editor-actions button.btn-save:hover:not(:disabled){background-color:#45a049}.notes-panel .notes-content .notes-editor .editor-actions button.btn-cancel{background-color:#2d2d2d;color:#b0b0b0}.notes-panel .notes-content .notes-editor .editor-actions button.btn-cancel:hover{background-color:#3a3a3a}.notes-panel .notes-content .notes-editor .editor-actions button.btn-ai-toggle{background-color:#673ab7;color:#fff;border-color:#673ab7;margin-right:auto}.notes-panel .notes-content .notes-editor .editor-actions button.btn-ai-toggle:hover:not(:disabled){background-color:#5e35b1}.notes-panel .notes-content .notes-editor .editor-actions button.btn-analyze-project{background-color:#ff9800;color:#fff;border-color:#ff9800}.notes-panel .notes-content .notes-editor .editor-actions button.btn-analyze-project:hover:not(:disabled){background-color:#f57c00}.notes-panel .notes-content .notes-viewer{flex:1;display:flex;flex-direction:column;overflow:hidden;padding:1rem;width:100%;min-width:0}.notes-panel .notes-content .notes-viewer .empty-note{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;color:#777;width:100%;min-width:0}.notes-panel .notes-content .notes-viewer .empty-note p{margin:1rem 0;font-size:.95rem}.notes-panel .notes-content .notes-viewer .empty-note .btn-new{padding:.5rem 1rem;background-color:#1976d2;color:#fff;border:none;border-radius:4px;cursor:pointer;font-weight:500;transition:background-color .2s}.notes-panel .notes-content .notes-viewer .empty-note .btn-new:hover{background-color:#1565c0}.notes-panel .notes-content .notes-viewer .note-title{margin:0 0 1rem;font-size:1.1rem;color:#e0e0e0;border-bottom:2px solid #444;padding-bottom:.5rem;flex-shrink:0}.notes-panel .notes-content .notes-viewer .markdown-content{flex:1;overflow-y:auto;line-height:1.6;color:#e0e0e0;min-width:0}.notes-panel .notes-content .notes-viewer .markdown-content h1,.notes-panel .notes-content .notes-viewer .markdown-content h2,.notes-panel .notes-content .notes-viewer .markdown-content h3,.notes-panel .notes-content .notes-viewer .markdown-content h4,.notes-panel .notes-content .notes-viewer .markdown-content h5,.notes-panel .notes-content .notes-viewer .markdown-content h6{margin-top:1rem;margin-bottom:.5rem;font-weight:600;color:#64b5f6}.notes-panel .notes-content .notes-viewer .markdown-content p{margin:.5rem 0}.notes-panel .notes-content .notes-viewer .markdown-content code{background-color:#2d2d2d;padding:.2rem .4rem;border-radius:3px;font-family:Courier New,monospace;font-size:.9rem;color:#ff8a80;border:1px solid #444}.notes-panel .notes-content .notes-viewer .markdown-content pre{background-color:#2d2d2d;padding:.75rem;border-radius:4px;overflow-x:auto;border:1px solid #444}.notes-panel .notes-content .notes-viewer .markdown-content pre code{background-color:transparent;color:#e0e0e0;padding:0;border:none}.notes-panel .notes-content .notes-viewer .markdown-content ul,.notes-panel .notes-content .notes-viewer .markdown-content ol{margin:.5rem 0;padding-left:2rem}.notes-panel .notes-content .notes-viewer .markdown-content li{margin:.25rem 0}.notes-panel .notes-content .notes-viewer .markdown-content blockquote{margin:.5rem 0;padding-left:1rem;border-left:3px solid #444;color:#b0b0b0}.notes-panel .notes-content .notes-viewer .markdown-content table{border-collapse:collapse;width:100%;margin:.5rem 0}.notes-panel .notes-content .notes-viewer .markdown-content table th,.notes-panel .notes-content .notes-viewer .markdown-content table td{border:1px solid #444;padding:.5rem;text-align:left}.notes-panel .notes-content .notes-viewer .markdown-content table th{background-color:#2d2d2d;font-weight:600;color:#e0e0e0}.notes-panel .notes-content .notes-viewer .markdown-content table td{color:#e0e0e0}.notes-panel .notes-content .notes-viewer .markdown-content a{color:#64b5f6;text-decoration:none}.notes-panel .notes-content .notes-viewer .markdown-content a:hover{text-decoration:underline}.notes-panel .notes-content .notes-viewer .note-meta{margin-top:1rem;padding-top:1rem;border-top:1px solid #333;color:#777;font-size:.8rem;flex-shrink:0}.notes-panel .notes-content .notes-viewer .source-content{flex:1;display:flex;flex-direction:column;overflow:hidden;min-width:0}.notes-panel .notes-content .notes-viewer .source-content pre{flex:1;background-color:transparent;padding:.75rem;border-radius:4px;overflow:auto;border:none;margin:0}.notes-panel .notes-content .notes-viewer .source-content pre code{color:#e0e0e0;font-family:Courier New,monospace;font-size:.9rem;line-height:1.5;white-space:pre-wrap;word-wrap:break-word}.notes-panel .context-selector-modal{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.notes-panel .context-selector-modal .modal-content{background-color:#2d2d2d;width:80%;max-width:600px;height:80%;border-radius:8px;display:flex;flex-direction:column;box-shadow:0 4px 12px #0000004d;border:1px solid #444}.notes-panel .context-selector-modal .modal-content .modal-header{padding:1rem;border-bottom:1px solid #444;display:flex;justify-content:space-between;align-items:center}.notes-panel .context-selector-modal .modal-content .modal-header h3{margin:0;font-size:1.1rem;color:#e0e0e0}.notes-panel .context-selector-modal .modal-content .modal-header button{background:none;border:none;font-size:1.2rem;cursor:pointer;color:#b0b0b0;width:auto;height:auto;padding:.25rem}.notes-panel .context-selector-modal .modal-content .modal-header button:hover{color:#fff}.notes-panel .context-selector-modal .modal-content .modal-body{flex:1;overflow:hidden;padding:0}.notes-panel .context-selector-modal .modal-content .modal-body .code-explorer{height:100%;border:none;background-color:#1e1e1e}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.notes-panel .notes-header{padding:.75rem;flex-wrap:wrap;gap:.75rem}.notes-panel .notes-header h2{font-size:.95rem;flex:1}.notes-panel .notes-header .notes-actions{width:100%;gap:.5rem;flex-wrap:wrap}.notes-panel .notes-header .notes-actions button{width:40px;height:40px;min-width:40px;min-height:40px;font-size:.9rem}.notes-panel .notes-header .notes-actions button.btn-collapse svg{width:1.2em;height:1.2em}.notes-panel .notes-content .notes-editor{padding:1rem;gap:.75rem}.notes-panel .notes-content .notes-editor .note-title-input{font-size:1rem;padding:.75rem;height:44px;line-height:1.4;min-height:44px}.notes-panel .notes-content .notes-editor .note-content-input{font-size:16px;padding:1rem;min-height:200px;line-height:1.6}.notes-panel .notes-content .notes-editor .ai-input-container{padding:1rem;border-radius:6px}.notes-panel .notes-content .notes-editor .ai-input-container .ai-input-header{display:flex;flex-direction:column;gap:.75rem}.notes-panel .notes-content .notes-editor .ai-input-container .ai-input-header .ai-prompt-input{font-size:16px;padding:.75rem;height:44px;min-height:44px;line-height:1.4}.notes-panel .notes-content .notes-editor .ai-input-container .ai-actions{flex-direction:column;gap:.75rem}.notes-panel .notes-content .notes-editor .ai-input-container .ai-actions .btn-context-select{width:100%;padding:.75rem;font-size:.9rem;height:44px;min-height:44px}.notes-panel .notes-content .notes-editor .ai-input-container .ai-actions .ai-submit-actions{width:100%;gap:.5rem}.notes-panel .notes-content .notes-editor .ai-input-container .ai-actions .ai-submit-actions button{flex:1;padding:.75rem;height:44px;min-height:44px;font-size:.95rem;border-radius:6px}.notes-panel .notes-content .notes-editor .analysis-input-container{padding:1rem;border-radius:6px}.notes-panel .notes-content .notes-editor .analysis-input-container .analysis-input-header{display:flex;flex-direction:column;gap:.75rem}.notes-panel .notes-content .notes-editor .analysis-input-container .analysis-input-header .analysis-prompt-input{font-size:16px;padding:.75rem;height:44px;min-height:44px;line-height:1.4}.notes-panel .notes-content .notes-editor .analysis-input-container .analysis-actions{justify-content:flex-end}.notes-panel .notes-content .notes-editor .analysis-input-container .analysis-actions .analysis-submit-actions{width:100%;gap:.5rem}.notes-panel .notes-content .notes-editor .analysis-input-container .analysis-actions .analysis-submit-actions button{flex:1;padding:.75rem;height:44px;min-height:44px;font-size:.95rem;border-radius:6px}.notes-panel .notes-content .notes-editor .editor-actions{flex-direction:column;gap:.75rem;width:100%}.notes-panel .notes-content .notes-editor .editor-actions button{width:100%;padding:.75rem;height:44px;min-height:44px;font-size:.95rem;border-radius:6px;margin-right:0!important}.notes-panel .notes-content .notes-editor .editor-actions button.btn-ai-toggle{order:-2}.notes-panel .notes-content .notes-editor .editor-actions button.btn-analyze-project{order:-1}.notes-panel .notes-content .notes-editor .editor-actions button.btn-save{order:0}.notes-panel .notes-content .notes-editor .editor-actions button.btn-cancel{order:1}.notes-panel .notes-content .notes-viewer{padding:1rem}.notes-panel .notes-content .notes-viewer .note-title{font-size:1rem;margin:0 0 1rem;padding-bottom:.75rem}.notes-panel .notes-content .notes-viewer .markdown-content{font-size:.95rem}.notes-panel .notes-content .notes-viewer .markdown-content h1,.notes-panel .notes-content .notes-viewer .markdown-content h2,.notes-panel .notes-content .notes-viewer .markdown-content h3,.notes-panel .notes-content .notes-viewer .markdown-content h4,.notes-panel .notes-content .notes-viewer .markdown-content h5,.notes-panel .notes-content .notes-viewer .markdown-content h6{font-size:1rem;margin-top:.75rem}.notes-panel .notes-content .notes-viewer .markdown-content code{font-size:.85rem}.notes-panel .notes-content .notes-viewer .markdown-content pre{overflow-x:auto;-webkit-overflow-scrolling:touch;padding:1rem}.notes-panel .notes-content .notes-viewer .markdown-content pre code{font-size:.85rem}.notes-panel .notes-content .notes-viewer .btn-new{padding:.75rem 1.5rem;height:44px;min-height:44px;font-size:.95rem;border-radius:6px}.notes-panel .context-selector-modal{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0009;display:flex;justify-content:center;align-items:center;z-index:2000;padding:1rem}.notes-panel .context-selector-modal .modal-content{width:95%;height:85%;max-width:none;border-radius:12px}.notes-panel .context-selector-modal .modal-content .modal-header{padding:1rem}.notes-panel .context-selector-modal .modal-content .modal-header h3{font-size:1rem}.notes-panel .context-selector-modal .modal-content .modal-header button{width:40px;height:40px;min-width:40px;min-height:40px;font-size:1.2rem;border-radius:4px}.notes-panel .context-selector-modal .modal-content .modal-header button:active{background-color:#64b5f633}.notes-panel .context-selector-modal .modal-content .modal-body .code-explorer .explorer-header{padding:.75rem}.notes-panel .context-selector-modal .modal-content .modal-body .code-explorer .explorer-header button.btn-collapse{width:40px;height:40px;min-width:40px;min-height:40px}.notes-panel .context-selector-modal .modal-content .modal-body .code-explorer .explorer-header h2{font-size:.95rem}.notes-panel .context-selector-modal .modal-content .modal-body .code-explorer .file-tree-section{padding:.5rem}.notes-panel .context-selector-modal .modal-content .modal-body .code-explorer .file-tree-section h3{font-size:.85rem}.notes-panel .context-selector-modal .modal-content .modal-body .code-explorer .file-tree-section .file-tree .tree-node .tree-node-content{padding:.5rem .25rem;min-height:44px}.notes-panel .context-selector-modal .modal-content .modal-body .code-explorer .file-tree-section .file-tree .tree-node .tree-node-content .toggle-btn{width:40px;height:40px;min-width:40px;min-height:40px;margin:0 -8px;font-size:.9rem}.notes-panel .context-selector-modal .modal-content .modal-body .code-explorer .file-tree-section .file-tree .tree-node .tree-node-content .node-name{font-size:1rem}}.panel-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:flex-end;z-index:1000;animation:slideUp .3s ease-out}@media (min-width: 769px){.panel-modal-overlay{align-items:center;justify-content:center}}@keyframes slideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.panel-modal-container{background-color:#1e1e1e;width:100%;height:90%;border-radius:12px 12px 0 0;display:flex;flex-direction:column;box-shadow:0 -4px 16px #00000026}@media (min-width: 769px){.panel-modal-container{width:80%;max-width:900px;height:80%;border-radius:12px}}.panel-modal-header{padding:1rem;border-bottom:1px solid #333;display:flex;justify-content:space-between;align-items:center;flex-shrink:0;background-color:#2d2d2d}@media (min-width: 769px){.panel-modal-header{padding:1.5rem}}.panel-modal-title{margin:0;font-size:1rem;font-weight:600;color:#e0e0e0}@media (min-width: 769px){.panel-modal-title{font-size:1.2rem}}.panel-modal-close-btn{background:none;border:none;font-size:1.5rem;color:#b0b0b0;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s ease}.panel-modal-close-btn:hover{background-color:#3a3a3a;color:#e0e0e0}.panel-modal-close-btn:active{background-color:#4a4a4a}.panel-modal-content{flex:1;overflow:hidden;background-color:#1e1e1e;min-height:0;-webkit-overflow-scrolling:touch;display:flex;flex-direction:column}.panel-modal-content>*{flex:1;min-height:0;overflow:auto;display:flex;flex-direction:column}.panel-modal-content::-webkit-scrollbar{width:6px}.panel-modal-content::-webkit-scrollbar-track{background:transparent}.panel-modal-content::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}.panel-modal-content::-webkit-scrollbar-thumb:hover{background:#999}.mobile-layout{display:flex;flex-direction:column;height:100vh;width:100vw;background-color:#f5f5f5;overflow:hidden}.mobile-search-area{flex-shrink:0;padding:.5rem;background-color:#1e1e1e;box-shadow:0 2px 8px #00000026}.mobile-search-area .search-bar{max-width:100%}.mobile-search-area .search-bar form{display:flex;gap:.5rem;flex-wrap:wrap}.mobile-search-area .search-bar form .search-input{flex:1;min-width:120px;height:40px;padding:.5rem;border-radius:4px;border:1px solid #ddd;font-size:1rem}.mobile-search-area .search-bar form .search-input:focus{outline:none;border-color:#06c;box-shadow:0 0 4px #0066cc4d}.mobile-search-area .search-bar form .custom-select-container{flex-shrink:0;min-width:100px}.mobile-search-area .search-bar form .custom-select-container .custom-select-trigger{padding:.5rem .75rem;background-color:#fff;border:1px solid #ddd;border-radius:4px;cursor:pointer;display:flex;align-items:center;gap:.5rem;-webkit-user-select:none;user-select:none;min-height:40px;min-width:100px;font-size:.9rem}.mobile-search-area .search-bar form .search-btn{flex-shrink:0;padding:.5rem 1rem;background-color:#06c;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:.9rem;font-weight:600;min-height:40px;min-width:60px}.mobile-search-area .search-bar form .search-btn:active{opacity:.8}.mobile-main-content{flex:1;overflow:hidden;position:relative;background-color:#fff}.mobile-main-content .empty-state{display:flex;align-items:center;justify-content:center;height:100%;color:#999;font-size:.9rem;text-align:center;padding:2rem}.mobile-controls{position:absolute;top:0;left:0;right:0;padding:.5rem;display:flex;justify-content:space-between;pointer-events:none;z-index:10}.mobile-panel-btn{pointer-events:all;width:44px;height:44px;border-radius:50%;background-color:#1e1e1ee6;border:none;color:#fff;font-size:1.5rem;cursor:pointer;box-shadow:0 2px 8px #0003;display:flex;align-items:center;justify-content:center;transition:all .2s ease;min-width:44px;min-height:44px}.mobile-panel-btn:active{transform:scale(.95);box-shadow:0 1px 4px #0003}.mobile-panel-btn:hover{background-color:#1e1e1e}.mobile-panel-btn.explorer-btn{margin-left:0}.mobile-panel-btn.notes-btn{margin-right:0}@supports (-webkit-touch-callout: none){.mobile-layout{height:100vh;height:100dvh}.mobile-search-area{padding-bottom:.75rem}.mobile-panel-btn{-webkit-appearance:none}}@media (max-height: 600px){.mobile-search-area{padding:.25rem .5rem}.mobile-panel-btn{width:40px;height:40px;font-size:1.2rem}}.desktop-layout{display:flex;flex:1;overflow:hidden;width:100%;height:100%}.app-container{display:flex;flex:1;overflow:hidden;background-color:#f5f5f5;width:100%}.code-explorer-panel{background-color:#1e1e1e;overflow:hidden;flex-shrink:0;transition:width .3s ease-out;border-right:1px solid #333;color:#e0e0e0;display:flex;flex-direction:column}.code-explorer-panel.overlay{position:absolute;left:0;top:0;height:100%;z-index:100;box-shadow:2px 0 8px #00000026;border-right:2px solid #0066cc}.code-explorer-panel.collapsed{width:44px!important;border-right:none}.divider{width:4px;background-color:#ddd;cursor:col-resize;flex-shrink:0;transition:background-color .2s ease;-webkit-user-select:none;user-select:none}.divider:hover{background-color:#06c}.divider.divider-left{border-right:1px solid #ccc}.divider.divider-right{border-left:1px solid #ccc}.code-viewer-panel{flex:1;background-color:#fff;overflow:hidden;display:flex;flex-direction:column;color:#333}.code-viewer-panel .empty-state{display:flex;align-items:center;justify-content:center;height:100%;color:#999;font-size:1rem}.notes-panel{flex-shrink:0;border-left:1px solid #333;transition:width .3s ease-out;overflow:hidden}.notes-panel.overlay{position:absolute;right:0;top:0;height:100%;z-index:100;box-shadow:-2px 0 8px #00000026;border-left:2px solid #0066cc}.notes-panel.collapsed{width:79px!important;border-left:none}@media (max-width: 1200px){.notes-panel{display:none}}.app{display:flex;flex-direction:column;height:100vh;width:100vw;background-color:#f5f5f5;color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;overflow:hidden}@supports (padding: max(0px)){.app{padding-left:max(0px,env(safe-area-inset-left));padding-right:max(0px,env(safe-area-inset-right));padding-top:max(0px,env(safe-area-inset-top));padding-bottom:max(0px,env(safe-area-inset-bottom))}}.app-header{padding:.5rem 1rem;background-color:#1e1e1e;color:#fff;box-shadow:0 2px 8px #00000026;display:flex;justify-content:space-between;align-items:center;gap:2rem;flex-shrink:0}.app-header h1{margin:0;font-size:16px;font-weight:600}@media (max-width: 768px){.app-header{padding:.75rem 1rem;gap:1rem}.app-header h1{font-size:1.2rem}}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#999}@media (hover: none) and (pointer: coarse){button,a,input,select,textarea{min-height:44px;min-width:44px}button:hover{background-color:inherit}}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{margin:0;padding:0;height:100%;width:100%;background-color:#f5f5f5!important}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#333;background-color:#f5f5f5;overflow:hidden}#root{overflow:hidden}button{cursor:pointer;border:none;background:none;font-family:inherit}button:disabled{opacity:.5;cursor:not-allowed}input,textarea{font-family:inherit;font-size:inherit}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline}
