body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;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}:root{--theme-bg-primary:#1a1b1f;--theme-bg-secondary:#242530;--theme-bg-tertiary:#2a2b36;--theme-text-primary:#e4e1d8;--theme-text-secondary:#b8b5ab;--theme-text-muted:#8b8983;--theme-border-primary:#4a4b56;--theme-border-secondary:#565663;--theme-border-tertiary:#626270;--theme-border-quaternary:#6e6e7c;--theme-accent-primary:#8b7355;--theme-accent-primary-hover:#a08660;--theme-accent-primary-rgb:139,115,85;--theme-accent-success:#7a8471;--theme-accent-error:#b85450;--theme-accent-error-hover:#a04944}[data-theme=light]{--theme-bg-primary:#faf7f0;--theme-bg-secondary:#f2ede3;--theme-bg-tertiary:#ebe4d6;--theme-text-primary:#3a342a;--theme-text-secondary:#6b5f4f;--theme-text-muted:#9b8f7f;--theme-border-primary:#d4c4a8;--theme-border-secondary:#c7b69a;--theme-border-tertiary:#b8a68a;--theme-border-quaternary:#a9967a;--theme-accent-primary:#8b7355;--theme-accent-primary-hover:#a08660;--theme-accent-primary-rgb:139,115,85;--theme-accent-success:#7a8471;--theme-accent-error:#b85450;--theme-accent-error-hover:#a04944}*{box-sizing:border-box;margin:0;padding:0}body,html{font-family:Charter,Bitstream Charter,Sitka Text,Cambria,Times New Roman,Times,serif}#root,body,html{height:100%;margin:0;padding:0}.App{position:relative;text-align:center}.App,.App-header{background-color:#1a1b1f;background-color:var(--theme-bg-primary);margin:0;min-height:100vh;padding:0}.App-header{color:#e4e1d8;color:var(--theme-text-primary)}.App-header>*{margin-top:0;padding-top:0}.version-display{bottom:26px;color:#b8b5ab;color:var(--theme-text-secondary);cursor:pointer;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.9rem;opacity:.7;position:fixed;right:90px;text-decoration:none;transition:all .3s ease;z-index:1000}.version-display:hover{color:#8b7355;color:var(--theme-accent-primary);opacity:1;text-decoration:underline}.backend-status-dot{bottom:30px;position:fixed;right:70px;z-index:1000}.backend-status-dot .status-dot{background-color:#ccc;border-radius:50%;height:8px;width:8px}.backend-status-dot .status-dot.ok{background-color:#4caf50;box-shadow:0 0 4px #4caf504d}.backend-status-dot .status-dot.error{background-color:#f44336;box-shadow:0 0 4px #f443364d}.backend-status-dot .status-dot.loading{animation:pulse 1.5s ease-in-out infinite alternate;background-color:#ff9800}@keyframes pulse{0%{opacity:.4}to{opacity:1}}.error{color:#b85450;color:var(--theme-accent-error);font-weight:700}.logout-container{background-color:#2a2b36;background-color:var(--theme-bg-tertiary);border-radius:8px;display:flex;gap:.25rem;padding:.25rem;position:absolute;right:5px;top:5px;z-index:1000}.theme-toggle{background-color:#0000;border:none;border-radius:4px;color:#e4e1d8;color:var(--theme-text-primary);cursor:pointer;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;min-width:32px;padding:.25rem;transition:all .3s ease}.theme-toggle:hover{background-color:#8b73551a;background-color:rgba(var(--theme-accent-primary-rgb),.1)}.default-type-toggle{background-color:#0000;border:none;border-radius:4px;color:#e4e1d8;color:var(--theme-text-primary);cursor:pointer;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;min-width:32px;padding:.25rem;transition:all .3s ease}.default-type-toggle:hover{background-color:#8b73551a;background-color:rgba(var(--theme-accent-primary-rgb),.1)}.logout-button{background-color:#0000;border:none;border-radius:4px;color:#e4e1d8;color:var(--theme-text-primary);cursor:pointer;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;min-width:32px;padding:.25rem;transition:all .3s ease}.logout-button:hover{background-color:rgba(var(--theme-accent-error-rgb),.2)}.login-button{background-color:#0000;border:none;border-radius:4px;color:#e4e1d8;color:var(--theme-text-primary);cursor:pointer;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;min-width:32px;padding:.25rem;transition:all .3s ease}.login-button:hover{background-color:#8b73551a;background-color:rgba(var(--theme-accent-primary-rgb),.1)}.auth-form{margin:0 auto;max-width:320px;padding:1.5rem 0;text-align:left}.login-form,.signup-form{margin-bottom:1.5rem}.login-form h2,.signup-form h2{color:#e4e1d8;color:var(--theme-text-primary);font-family:Charter,Bitstream Charter,Sitka Text,Cambria,Times New Roman,Times,serif;font-size:1.2rem;font-weight:400;margin-bottom:1.5rem;text-align:center}.form-group{margin-bottom:1.5rem}.form-group label{color:#b8b5ab;color:var(--theme-text-secondary);display:block;font-size:.9rem;font-weight:400;margin-bottom:.25rem}.form-group input,.form-group label{font-family:Charter,Bitstream Charter,Sitka Text,Cambria,Times New Roman,Times,serif}.form-group input{background-color:#242530;background-color:var(--theme-bg-secondary);border:none;border-radius:4px;color:#e4e1d8;color:var(--theme-text-primary);font-size:1rem;padding:.5rem 1rem;transition:background-color .3s ease;width:100%}.form-group input:hover{background-color:#2a2b36;background-color:var(--theme-bg-tertiary)}.form-group input:focus{background-color:#8b73551a;background-color:rgba(var(--theme-accent-primary-rgb),.1);outline:none}.form-group input::placeholder{color:#b8b5ab;color:var(--theme-text-secondary)}.form-group input::placeholder,.login-form button,.signup-form button{font-family:Charter,Bitstream Charter,Sitka Text,Cambria,Times New Roman,Times,serif}.login-form button,.signup-form button{background-color:#242530;background-color:var(--theme-bg-secondary);border:none;border-radius:4px;color:#e4e1d8;color:var(--theme-text-primary);cursor:pointer;font-size:1rem;margin-top:1rem;padding:1rem;transition:all .3s ease;width:100%}.login-form button:hover:not(:disabled),.signup-form button:hover:not(:disabled){background-color:#2a2b36;background-color:var(--theme-bg-tertiary)}.login-form button:disabled,.signup-form button:disabled{background-color:#8b8983;background-color:var(--theme-text-muted);color:#1a1b1f;color:var(--theme-bg-primary);cursor:not-allowed}.auth-toggle{margin-top:1.5rem;text-align:center}.auth-toggle p{color:#b8b5ab;color:var(--theme-text-secondary);margin:0}.auth-toggle .toggle-button,.auth-toggle p{font-family:Charter,Bitstream Charter,Sitka Text,Cambria,Times New Roman,Times,serif;font-size:.9rem}.auth-toggle .toggle-button{background:none;border:none;color:#8b7355;color:var(--theme-accent-primary);cursor:pointer;padding:0;text-decoration:underline}.auth-toggle .toggle-button:hover{color:#a08660;color:var(--theme-accent-primary-hover)}.user-profile{background-color:#242530;background-color:var(--theme-bg-secondary);border-radius:8px;margin:0 auto;max-width:600px;padding:2rem;text-align:left}.user-info{margin-bottom:2rem}.root-tree-section,.user-info{background-color:#2a2b36;background-color:var(--theme-bg-tertiary);border-radius:4px;padding:1rem}.tree-link{background-color:#8b7355;background-color:var(--theme-accent-primary);border-radius:4px;color:#e4e1d8;color:var(--theme-text-primary);display:inline-block;margin-top:1rem;padding:.5rem 1rem;text-decoration:none}.tree-link:hover{background-color:#a08660;background-color:var(--theme-accent-primary-hover)}.tree-view{margin-top:0;padding:0 1rem;text-align:left}.tree-header-main{align-items:center;display:flex;margin:0 0 .5rem;width:100%}.tree-header-main .tree-header-left{text-align:left}.tree-header-main .tree-header-center{margin-left:20px}.tree-header-main .tree-header-center .app-mode-toggle{background:#0000;border:2px solid #8b73554d;border:2px solid rgba(var(--theme-accent-primary-rgb),.3);border-radius:6px;cursor:pointer;font-size:1.2rem;padding:.25rem .5rem;transition:all .3s ease}.tree-header-main .tree-header-center .app-mode-toggle:hover{background-color:#8b73551a;background-color:rgba(var(--theme-accent-primary-rgb),.1);border-color:#8b735580;border-color:rgba(var(--theme-accent-primary-rgb),.5)}.tree-header-main .tree-header-center .app-mode-toggle.viewing-active{background-color:#8b735526;background-color:rgba(var(--theme-accent-primary-rgb),.15);border-color:#8b7355b3;border-color:rgba(var(--theme-accent-primary-rgb),.7);box-shadow:0 0 8px #8b73554d;box-shadow:0 0 8px rgba(var(--theme-accent-primary-rgb),.3)}.note-text-display{color:#e4e1d8;color:var(--theme-text-primary);cursor:default;font-size:1rem;line-height:1.4;padding:.25rem .5rem}.tree-item{padding-left:20px;position:relative}.tree-item .tree-item:before{background-color:#4a4b56;background-color:var(--theme-border-primary);bottom:0;content:"";left:-11px;position:absolute;top:0;width:2px}.tree-item .tree-item:hover:before{background-color:#8b7355;background-color:var(--theme-accent-primary)}.tree-item.tree-item-focused{background-color:#8b73551a;background-color:rgba(var(--theme-accent-primary-rgb),.1);border-left:0;border-radius:8px;margin-left:-.25rem;padding-left:calc(20px + .25rem)}.tree-item.tree-item-focused:before{display:none}.tree-item .tree-item.tree-item-focused{border-left:0}.tree-header{align-items:center;display:flex;padding:2px 0;position:relative}.tree-header-controls{display:flex;left:-20px;position:absolute;top:50%;transform:translateY(-50%);z-index:1}.collapse-indicator,.tree-header-controls{align-items:center;cursor:pointer;justify-content:center;width:20px}.collapse-indicator{color:#b8b5ab;color:var(--theme-text-secondary);display:inline-flex;font-size:12px;height:20px;-webkit-user-select:none;user-select:none}.collapse-indicator:hover{color:#8b7355;color:var(--theme-accent-primary)}.tree-content-inline{border-radius:4px;display:block;flex-grow:1;transition:all .3s ease}.tree-content-inline.flashcard-content{background-color:#242530;background-color:var(--theme-bg-secondary);border-radius:8px;box-shadow:0 1px 3px #0003;color:#e4e1d8;color:var(--theme-text-primary);cursor:pointer;display:inline-block;flex-grow:0;min-width:120px;padding:.125rem 48px .125rem .5rem;position:relative}.tree-content-inline.flashcard-content .flashcard-icons{display:flex;gap:4px;opacity:0;position:absolute;right:8px;top:50%;transform:translateY(-50%);transition:opacity .3s ease}.tree-content-inline.flashcard-content .flashcard-edit-icon,.tree-content-inline.flashcard-content .flashcard-link-icon{border-radius:2px;cursor:pointer;font-size:12px;padding:2px;text-decoration:none}.tree-content-inline.flashcard-content .flashcard-edit-icon:hover,.tree-content-inline.flashcard-content .flashcard-link-icon:hover{background-color:#8b735526;background-color:rgba(var(--theme-accent-primary-rgb),.15)}.tree-content-inline.flashcard-content:hover .flashcard-icons{opacity:.6}.tree-content-inline.flashcard-content.flashcard-confidence-red{background-color:#dc354526;border-left:4px solid #dc3545;color:#e4e1d8;color:var(--theme-text-primary)}.tree-content-inline.flashcard-content.flashcard-confidence-orange{background-color:#fd7e1426;border-left:4px solid #fd7e14;color:#e4e1d8;color:var(--theme-text-primary)}.tree-content-inline.flashcard-content.flashcard-confidence-yellow{background-color:#ffc10726;border-left:4px solid #ffc107;color:#e4e1d8;color:var(--theme-text-primary)}.tree-content-inline.flashcard-content.flashcard-confidence-green{background-color:#28a74526;border-left:4px solid #28a745;color:#e4e1d8;color:var(--theme-text-primary)}.tree-text-link{color:inherit;cursor:pointer;text-decoration:none;transition:all .3s ease}.tree-text-link:hover{color:#8b7355;color:var(--theme-accent-primary);text-decoration:underline}.tree-text-link .note-text-display{cursor:pointer}.note-input-with-button{align-items:center;display:inline-flex;gap:6px;max-width:100%;width:auto}.note-input{background:#0000;border:none;border-radius:4px;color:inherit;font-family:inherit;font-size:inherit;min-width:100px;padding:2px 4px;transition:background-color .3s ease}.note-input:focus{background-color:#8b73550d;background-color:rgba(var(--theme-accent-primary-rgb),.05);outline:none}.note-input:hover{background-color:#8b735505;background-color:rgba(var(--theme-accent-primary-rgb),.02)}.tab-make-flashcard-btn{background-color:#fff;border:1px solid #8b73554d;border:1px solid rgba(var(--theme-accent-primary-rgb),.3);border-radius:4px;color:#b8b5ab;color:var(--theme-text-secondary);cursor:pointer;flex-shrink:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:10px;opacity:.7;padding:1px 4px;transition:all .3s ease;white-space:nowrap}.tab-make-flashcard-btn:hover{background-color:#8b73550d;background-color:rgba(var(--theme-accent-primary-rgb),.05);border-color:#8b735580;border-color:rgba(var(--theme-accent-primary-rgb),.5);color:#e4e1d8;color:var(--theme-text-primary);opacity:1}.tab-make-flashcard-btn:active{transform:scale(.98)}.flashcard-conversion{background-color:#8b73550d;background-color:rgba(var(--theme-accent-primary-rgb),.05);border-radius:4px;flex-direction:row;gap:.5rem;padding:.25rem}.conversion-answer,.conversion-question,.flashcard-conversion{align-items:center;display:flex}.conversion-answer{gap:.25rem}.answer-input,.question-input{background:#fff;border:1px solid #8b73554d;border:1px solid rgba(var(--theme-accent-primary-rgb),.3);border-radius:4px;color:inherit;font-family:inherit;font-size:inherit;padding:4px 8px;transition:all .3s ease}.answer-input:focus,.question-input:focus{border-color:#8b735599;border-color:rgba(var(--theme-accent-primary-rgb),.6);box-shadow:0 0 0 1px #8b735533;box-shadow:0 0 0 1px rgba(var(--theme-accent-primary-rgb),.2);outline:none}.answer-input::placeholder,.question-input::placeholder{color:#b8b5ab;color:var(--theme-text-secondary);font-style:italic}.question-input{min-width:200px}.answer-input{flex:1 1;min-width:150px}.content-type-icon{font-size:1rem;margin-right:.5rem}.flip-icon{font-size:.9rem;margin-right:.25rem;opacity:.7}.confidence-rating-buttons{display:flex;gap:6px;justify-content:center;margin-top:8px}.confidence-btn{border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:12px;font-weight:500;min-width:70px;padding:4px 8px;transition:all .3s ease}.confidence-btn:hover{box-shadow:0 2px 4px #0003;transform:translateY(-1px)}.confidence-btn:active{transform:translateY(0)}.confidence-btn.confidence-red{background-color:#dc3545}.confidence-btn.confidence-red:hover{background-color:#c82333}.confidence-btn.confidence-orange{background-color:#fd7e14}.confidence-btn.confidence-orange:hover{background-color:#e76a00}.confidence-btn.confidence-yellow{background-color:#ffc107;color:#212529}.confidence-btn.confidence-yellow:hover{background-color:#e0a800}.confidence-btn.confidence-green{background-color:#28a745}.confidence-btn.confidence-green:hover{background-color:#218838}.tree-content p{line-height:1.4;margin:.5rem 0 0}.tree-content p:first-of-type{margin-top:.5rem}.add-child-item{border-radius:4px;transition:all .3s ease}.add-child-item.add-child-item-focused{background-color:#8b73550d;background-color:rgba(var(--theme-accent-primary-rgb),.05)}.add-child-inline{align-items:flex-start;display:flex;gap:.5rem}.plus-icon{align-items:center;color:#b8b5ab;color:var(--theme-text-secondary);display:flex;flex-shrink:0;font-size:16px;height:32px;justify-content:center;opacity:.7;transition:all .3s ease;width:32px}.item-type-toggle{display:flex;flex-shrink:0;gap:.5rem}.type-toggle-btn{align-items:center;background-color:#2a2b36;background-color:var(--theme-bg-tertiary);border:none;border-radius:50%;cursor:pointer;display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;height:32px;justify-content:center;transition:all .3s ease;width:32px}.type-toggle-btn:hover{background-color:#242530;background-color:var(--theme-bg-secondary);transform:scale(1.1)}.submit-btn,.type-toggle-btn.active{background-color:#8b7355;background-color:var(--theme-accent-primary)}.submit-btn{align-items:center;align-self:flex-start;border:2px solid #8b7355;border:2px solid var(--theme-accent-primary);border-radius:50%;color:#e4e1d8;color:var(--theme-text-primary);cursor:pointer;display:flex;flex-shrink:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;height:32px;justify-content:center;transition:all .3s ease;width:32px}.submit-btn:hover:not(:disabled){background-color:#a08660;background-color:var(--theme-accent-primary-hover);border-color:#a08660;border-color:var(--theme-accent-primary-hover);transform:scale(1.1)}.submit-btn:disabled{background-color:#8b8983;background-color:var(--theme-text-muted);border-color:#8b8983;border-color:var(--theme-text-muted);cursor:not-allowed;opacity:.6}.add-child-form{display:flex;flex-direction:column;flex-grow:1;gap:.5rem}.flashcard-answer,.primary-input{background:#0000;border:none;border-radius:4px;box-sizing:border-box;color:inherit;font-family:inherit;font-size:inherit;line-height:1.4;min-height:32px;overflow-y:hidden;padding:2px 4px;resize:none;transition:all .3s ease;width:100%}.flashcard-answer:focus,.primary-input:focus{background-color:#8b73550d;background-color:rgba(var(--theme-accent-primary-rgb),.05);outline:none}.flashcard-answer:hover,.primary-input:hover{background-color:#8b735505;background-color:rgba(var(--theme-accent-primary-rgb),.02)}.flashcard-answer::placeholder,.primary-input::placeholder{color:#b8b5ab;color:var(--theme-text-secondary);font-family:inherit;font-style:italic}.flashcard-question,.note-input{background-color:#242530;background-color:var(--theme-bg-secondary);border:none;border-radius:4px;box-sizing:border-box;color:#e4e1d8;color:var(--theme-text-primary);font-family:Charter,Bitstream Charter,Sitka Text,Cambria,Times New Roman,Times,serif;font-size:1rem;line-height:1.4;min-height:32px;overflow-y:hidden;padding:.25rem .5rem;resize:none;transition:all .3s ease;width:100%}.flashcard-question:hover,.note-input:hover{background-color:#2a2b36;background-color:var(--theme-bg-tertiary)}.flashcard-question:focus,.note-input:focus{background-color:#8b73551a;background-color:rgba(var(--theme-accent-primary-rgb),.1);outline:none}.flashcard-question.input-focused,.note-input.input-focused{background-color:#8b735526;background-color:rgba(var(--theme-accent-primary-rgb),.15)}.flashcard-question::placeholder,.note-input::placeholder{color:#b8b5ab;color:var(--theme-text-secondary);font-family:Charter,Bitstream Charter,Sitka Text,Cambria,Times New Roman,Times,serif;font-style:italic}.flashcard-inputs{display:flex;flex-direction:row;gap:.5rem}.flashcard-inputs .flashcard-answer,.flashcard-inputs .flashcard-question{flex:1 1}.flashcard-inputs-row{display:flex;flex-direction:row;gap:.5rem;width:100%}.flashcard-inputs-row .flashcard-answer,.flashcard-inputs-row .primary-input{flex:1 1;min-width:0}.editable-content{border-radius:4px;cursor:pointer;display:inline-block;margin:-4px -22px -4px -8px;padding:4px 22px 4px 8px;position:relative;transition:all .3s ease}.editable-content:after{content:"✏️";font-size:12px;opacity:0;pointer-events:none;position:absolute;right:5px;top:55%;transform:translateY(-50%);transition:opacity .3s ease}.editable-content.editable-hovered{background-color:#8b735514;background-color:rgba(var(--theme-accent-primary-rgb),.08)}.editable-content.editable-hovered:after{opacity:.6}.editable-content.editing{background-color:#0000;cursor:default;padding-left:0}.edit-input{background-color:#0000;border:none;box-sizing:border-box;color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;margin:0;overflow:hidden;padding:0 0 0 .4em;resize:none;vertical-align:top;width:calc(100% - 22px)}.edit-input:focus{background-color:#8b73551a;background-color:rgba(var(--theme-accent-primary-rgb),.1);border-radius:4px;outline:none}.releases-container{color:#e4e1d8;color:var(--theme-text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;margin:0 auto;max-width:800px;padding:1.5rem}.releases-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.releases-header h1{color:#e4e1d8;color:var(--theme-text-primary);font-size:2rem;font-weight:600;margin:0}.releases-header .back-link{color:#8b7355;color:var(--theme-accent-primary);font-size:.9rem;text-decoration:none;transition:all .3s ease}.releases-header .back-link:hover{opacity:.8;text-decoration:underline}.vision-summary{background-color:#8b735514;background-color:rgba(var(--theme-accent-primary-rgb),.08);border:2px solid #8b735533;border:2px solid rgba(var(--theme-accent-primary-rgb),.2);border-radius:6px;margin-bottom:1.5rem;padding:1rem;text-align:center}.vision-summary p{color:#8b7355;color:rgba(var(--theme-accent-primary-rgb),1);font-size:1.125rem;font-weight:600;line-height:1.4;margin:0}.tab-navigation{background-color:#8b73550d;background-color:rgba(var(--theme-accent-primary-rgb),.05);border-radius:6px;display:flex;gap:0;margin-bottom:2rem;padding:4px}.tab-navigation .tab-button{background:#0000;border:none;border-radius:4px;color:#e4e1d8;color:var(--theme-text-primary);cursor:pointer;flex:1 1;font-size:1rem;font-weight:500;padding:.5rem 1rem;transition:all .3s ease}.tab-navigation .tab-button:hover{background-color:#8b73551a;background-color:rgba(var(--theme-accent-primary-rgb),.1)}.tab-navigation .tab-button.active{background-color:#8b7355;background-color:rgba(var(--theme-accent-primary-rgb),1);box-shadow:0 2px 4px #8b735533;box-shadow:0 2px 4px rgba(var(--theme-accent-primary-rgb),.2);color:#fff;font-weight:600}.tab-content{min-height:400px}.vision-statement{background-color:#8b73550d;background-color:rgba(var(--theme-accent-primary-rgb),.05);border-left:4px solid #8b7355cc;border-left:4px solid rgba(var(--theme-accent-primary-rgb),.8);border-radius:6px;margin-bottom:2rem;padding:1.5rem}.vision-statement h2{color:#e4e1d8;color:var(--theme-text-primary);font-size:1.5rem;font-weight:600;margin:0 0 1rem}.vision-statement .vision-content{display:flex;flex-direction:column;gap:1rem}.vision-statement .vision-content p{color:#e4e1d8;color:var(--theme-text-primary);font-size:1rem;line-height:1.6;margin:0}.vision-statement .vision-content p strong{color:#8b7355;color:rgba(var(--theme-accent-primary-rgb),1);font-weight:600}.vision-statement .vision-content p em{color:#8b7355e6;color:rgba(var(--theme-accent-primary-rgb),.9);font-style:italic}.vision-statement .vision-content .vision-long-term,.vision-statement .vision-content .vision-short-term{font-size:1.05rem}.vision-statement .vision-content .vision-philosophy{color:rgba(var(--theme-text-primary-rgb),.85);font-style:normal}.roadmap-section{margin-bottom:2rem}.roadmap-section h2{color:#e4e1d8;color:var(--theme-text-primary);font-size:1.5rem;font-weight:600;margin:0 0 1.5rem}.roadmap-section .roadmap-content{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.roadmap-section .roadmap-content .roadmap-item{background-color:#8b735508;background-color:rgba(var(--theme-accent-primary-rgb),.03);border:1px solid #8b735526;border:1px solid rgba(var(--theme-accent-primary-rgb),.15);border-radius:6px;padding:1rem;transition:all .3s ease}.roadmap-section .roadmap-content .roadmap-item:hover{background-color:#8b73550d;background-color:rgba(var(--theme-accent-primary-rgb),.05);border-color:#8b735540;border-color:rgba(var(--theme-accent-primary-rgb),.25);box-shadow:0 4px 12px #8b73551a;box-shadow:0 4px 12px rgba(var(--theme-accent-primary-rgb),.1);transform:translateY(-2px)}.roadmap-section .roadmap-content .roadmap-item h3{align-items:center;color:#8b7355;color:rgba(var(--theme-accent-primary-rgb),1);display:flex;font-size:1.25rem;font-weight:600;margin:0 0 .25rem}.roadmap-section .roadmap-content .roadmap-item h3:before{content:"🎯";font-size:1rem;margin-right:.25rem}.roadmap-section .roadmap-content .roadmap-item .roadmap-meta{align-items:center;display:flex;gap:.5rem;margin-bottom:.5rem}.roadmap-section .roadmap-content .roadmap-item .roadmap-meta .roadmap-status{border-radius:4px;font-size:.75rem;font-weight:600;letter-spacing:.5px;padding:2px 8px;text-transform:uppercase}.roadmap-section .roadmap-content .roadmap-item .roadmap-meta .roadmap-status.in-progress{background-color:#fef3c7;border:1px solid #f59e0b;color:#92400e}.roadmap-section .roadmap-content .roadmap-item .roadmap-meta .roadmap-status.planned{background-color:#e0e7ff;border:1px solid #6366f1;color:#3730a3}.roadmap-section .roadmap-content .roadmap-item .roadmap-meta .roadmap-status.completed{background-color:#d1fae5;border:1px solid #10b981;color:#065f46}.roadmap-section .roadmap-content .roadmap-item .roadmap-meta .roadmap-date{color:rgba(var(--theme-text-primary-rgb),.7);font-size:.875rem;font-weight:500}.roadmap-section .roadmap-content .roadmap-item p{color:#e4e1d8;color:var(--theme-text-primary);font-size:.9rem;line-height:1.5;margin:0}.roadmap-section .roadmap-item:first-child h3:before{content:"✅"}.roadmap-section .roadmap-item:nth-child(2) h3:before{content:"🔗"}.roadmap-section .roadmap-item:nth-child(3) h3:before{content:"📱"}.roadmap-section .roadmap-item:nth-child(4) h3:before{content:"🤖"}.releases-list{display:flex;flex-direction:column;gap:2rem}.release-item{background-color:#242530;background-color:var(--theme-bg-secondary);border:1px solid #4a4b56;border:1px solid var(--theme-border-primary);border-radius:8px;padding:1.5rem}.release-header{align-items:baseline;display:flex;justify-content:space-between;margin-bottom:.25rem}.release-header h2{color:#8b7355;color:var(--theme-accent-primary);font-size:1.5rem;font-weight:600;margin:0}.release-header .release-date{color:#b8b5ab;color:var(--theme-text-secondary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.9rem}.release-title{color:#e4e1d8;color:var(--theme-text-primary);font-size:1.1rem;font-weight:500;margin:0 0 1rem}.release-changes{margin:0;padding-left:1.5rem}.release-changes li{color:#b8b5ab;color:var(--theme-text-secondary);line-height:1.4;margin-bottom:.25rem}.release-changes li:last-child{margin-bottom:0}.tooltip-container{display:inline-block;position:relative}.tooltip-container.tooltip-fixed{position:static}.tooltip{background-color:#1a1b1f;background-color:var(--theme-bg-primary);border:1px solid #4a4b56;border:1px solid var(--theme-border-primary);border-radius:4px;bottom:120%;color:#e4e1d8;color:var(--theme-text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.9rem;max-width:200px;opacity:0;padding:.25rem .5rem;pointer-events:none;transition:opacity .3s ease;white-space:nowrap;z-index:1010}.tooltip,.tooltip:after{left:50%;position:absolute;transform:translateX(-50%)}.tooltip:after{border:4px solid #0000;border-top:4px solid var(--theme-bg-primary);content:"";top:100%}.tooltip.tooltip-visible{opacity:1}.tooltip.tooltip-multiline{line-height:1.3;max-width:140px;min-width:100px;text-align:center;white-space:normal}.tooltip.tooltip-top-right{bottom:auto;top:120%}.tooltip.tooltip-top-right:after{border-bottom-color:#1a1b1f;border-bottom-color:var(--theme-bg-primary);border-top-color:#0000;bottom:100%;top:auto}.tooltip.tooltip-below{bottom:auto;top:120%}.tooltip.tooltip-below:after{border-bottom-color:#1a1b1f;border-bottom-color:var(--theme-bg-primary);border-top-color:#0000;bottom:100%;top:auto}.tooltip.tooltip-bottom-left{bottom:120%;left:auto;right:0;transform:none}.tooltip.tooltip-bottom-left:after{left:auto;right:20%}.tooltip.tooltip-fixed{bottom:70px;left:auto;position:fixed;right:20px;transform:none}.tooltip.tooltip-fixed:after{border-bottom-color:#0000;border-top-color:#1a1b1f;border-top-color:var(--theme-bg-primary);bottom:auto;left:auto;right:20px;top:100%}.help-button{background-color:#2a2b36;background-color:var(--theme-bg-tertiary);border:none;border-radius:50%;bottom:20px;color:#b8b5ab;color:var(--theme-text-secondary);cursor:pointer;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.2rem;font-weight:400;height:40px;position:fixed;right:20px;transition:all .3s ease;width:40px;z-index:1001}.help-button:hover{background-color:#242530;background-color:var(--theme-bg-secondary);color:#e4e1d8;color:var(--theme-text-primary);transform:scale(1.05)}.help-backdrop{background-color:#0000;cursor:pointer;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:1001}.help-overlay{border-radius:12px;bottom:80px;overflow:hidden;position:fixed;right:20px;z-index:1002}.help-content,.help-overlay{max-height:calc(100vh - 100px)}.help-content{background-color:#242530;background-color:var(--theme-bg-secondary);border-radius:12px!important;box-shadow:0 8px 24px #0000004d;color:#e4e1d8;color:var(--theme-text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow-y:auto;padding:1rem;position:relative;scrollbar-color:#8b735599 #0000;scrollbar-color:rgba(var(--theme-accent-primary-rgb),.6) #0000;scrollbar-width:thin;width:420px}.help-content::-webkit-scrollbar{width:8px}.help-content::-webkit-scrollbar-track{background:#0000;border-radius:4px}.help-content::-webkit-scrollbar-thumb{background:#8b735599;background:rgba(var(--theme-accent-primary-rgb),.6);border-radius:4px;-webkit-transition:background .3s ease;transition:background .3s ease}.help-content::-webkit-scrollbar-thumb:hover{background:#8b7355cc;background:rgba(var(--theme-accent-primary-rgb),.8)}.help-content::-webkit-scrollbar-thumb:active{background:#8b7355;background:var(--theme-accent-primary)}.help-content h3{color:#e4e1d8;color:var(--theme-text-primary);font-size:1.2rem;margin:0 0 .5rem}.shortcut-section{margin-bottom:1rem}.shortcut-section:last-child{margin-bottom:0}.shortcut-section h4{border-bottom:1px solid #4a4b56;border-bottom:1px solid var(--theme-border-primary);color:#e4e1d8;color:var(--theme-text-primary);font-size:.9rem;font-weight:600;letter-spacing:.5px;margin:0 0 .25rem;padding-bottom:2px;text-transform:uppercase}.shortcut-item{align-items:flex-start;display:flex;gap:1rem;justify-content:space-between;margin-bottom:.25rem}.shortcut-item:last-of-type{margin-bottom:0}.shortcut-item kbd{background-color:#2a2b36;background-color:var(--theme-bg-tertiary);border-radius:4px;color:#e4e1d8;color:var(--theme-text-primary);flex-shrink:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.9rem;font-weight:700;max-width:140px;min-width:80px;padding:.25rem .5rem;text-align:center;white-space:nowrap}.shortcut-item span{flex:1 1;font-size:.9rem;line-height:1.3;min-width:0;text-align:right}.close-help,.shortcut-item span{color:#b8b5ab;color:var(--theme-text-secondary)}.close-help{align-items:center;background:none;border:none;border-radius:50%;cursor:pointer;display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.2rem;height:24px;justify-content:center;position:absolute;right:.5rem;top:.5rem;width:24px;z-index:1}.close-help:hover{background-color:rgba(var(--theme-text-secondary-rgb),.1);color:#e4e1d8;color:var(--theme-text-primary)}.toast-container{bottom:20px;display:flex;flex-direction:column-reverse;gap:.5rem;left:50%;max-width:400px;pointer-events:none;position:fixed;transform:translateX(-50%);width:100%;z-index:2000}.toast{align-items:center;background-color:#242530;background-color:var(--theme-bg-secondary);border-radius:8px;color:#e4e1d8;color:var(--theme-text-primary);cursor:pointer;display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.9rem;justify-content:space-between;opacity:0;padding:1rem 1.5rem;pointer-events:auto;transform:translateY(100px);transition:all .3s ease}.toast.toast-visible{opacity:1;transform:translateY(0)}.toast.toast-exit{opacity:0;transform:translateX(100%)}.toast.toast-success{border-left:4px solid #7a8471;border-left:4px solid var(--theme-accent-success)}.toast.toast-info{border-left:4px solid #8b7355;border-left:4px solid var(--theme-accent-primary)}.toast.toast-warning{border-left:4px solid orange}.toast.toast-error{border-left:4px solid #b85450;border-left:4px solid var(--theme-accent-error)}.toast:hover{background-color:#2a2b36;background-color:var(--theme-bg-tertiary)}.toast-content{flex-grow:1;line-height:1.4;margin-right:.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.toast-close{align-items:center;background:none;border:none;border-radius:50%;color:#b8b5ab;color:var(--theme-text-secondary);cursor:pointer;display:flex;font-size:1.2rem;height:20px;justify-content:center;padding:0;transition:all .3s ease;width:20px}.toast-close:hover{background-color:rgba(var(--theme-text-secondary-rgb),.1);color:#e4e1d8;color:var(--theme-text-primary)}.state-diagram-viewer{margin:0 auto;max-width:1200px;padding:20px}.state-diagram-viewer .diagram-controls{margin-bottom:30px}.state-diagram-viewer .diagram-controls .file-load-status{border-radius:4px;font-size:.9em;margin-bottom:15px;padding:10px}.state-diagram-viewer .diagram-controls .file-load-status.success{background-color:#4caf501a;border:1px solid #4caf504d;color:#4caf50}.state-diagram-viewer .diagram-controls .file-load-status.error{background-color:#f443361a;border:1px solid #f443364d;color:#f44336}.state-diagram-viewer .diagram-controls h2{color:#e4e1d8;color:var(--theme-text-primary);margin-bottom:20px}.state-diagram-viewer .diagram-controls .editor-section label{color:#b8b5ab;color:var(--theme-text-secondary);display:block;font-weight:500;margin-bottom:10px}.state-diagram-viewer .diagram-controls .editor-section textarea{background-color:#242530;background-color:var(--theme-bg-secondary);border:1px solid #4a4b56;border:1px solid var(--theme-border-primary);border-radius:4px;color:#e4e1d8;color:var(--theme-text-primary);padding:12px;resize:vertical}.state-diagram-viewer .diagram-controls .editor-section textarea:focus{border-color:#8b7355;border-color:var(--theme-accent-primary);box-shadow:0 0 0 2px #8b73551a;box-shadow:0 0 0 2px rgba(var(--theme-accent-primary-rgb),.1);outline:none}.state-diagram-viewer .diagram-output{background-color:#242530;background-color:var(--theme-bg-secondary);border:1px solid #4a4b56;border:1px solid var(--theme-border-primary);border-radius:6px;margin-bottom:30px;padding:20px}.state-diagram-viewer .diagram-output .custom-state-diagram{min-height:400px}.state-diagram-viewer .diagram-output .custom-state-diagram svg{height:auto;width:100%}.state-diagram-viewer .usage-instructions{background-color:#2a2b36;background-color:var(--theme-bg-tertiary);border-radius:4px;padding:20px}.state-diagram-viewer .usage-instructions h3{color:#e4e1d8;color:var(--theme-text-primary);margin-bottom:15px}.state-diagram-viewer .usage-instructions ul{color:#b8b5ab;color:var(--theme-text-secondary);line-height:1.6}.state-diagram-viewer .usage-instructions ul li{margin-bottom:8px}.state-diagram-viewer .usage-instructions ul li code{background-color:#242530;background-color:var(--theme-bg-secondary);border-radius:3px;font-family:Monaco,Consolas,monospace;font-size:.9em;padding:2px 6px}.mermaid-with-images{position:relative}.mermaid-with-images svg{background-color:#0000}.mermaid-with-images svg .node rect{fill:#1a1b1f!important;fill:var(--theme-bg-primary)!important;stroke:#4a4b56!important;stroke:var(--theme-border-primary)!important}.mermaid-with-images svg .node text{fill:#e4e1d8!important;fill:var(--theme-text-primary)!important}.mermaid-with-images svg .edgePath path{stroke:#b8b5ab!important;stroke:var(--theme-text-secondary)!important}.mermaid-with-images svg .edgeLabel{background-color:#242530!important;background-color:var(--theme-bg-secondary)!important;color:#e4e1d8!important;color:var(--theme-text-primary)!important}