body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f0f2f5;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}*{box-sizing:border-box}a{color:#1877f2;text-decoration:none}a:hover{text-decoration:underline}#root,body,html{height:100%;margin:0;padding:0}button,select{font-size:18px}button{background-color:#e89b9b;border:1px solid #ccc;border-radius:4px;cursor:pointer;margin-right:5px;padding:6px;transition:all .3s ease}.App{display:flex;flex-direction:column;min-height:100vh;overflow-x:hidden}.app-header{background-color:#f0f2f5;box-shadow:0 2px 4px #0000001a;height:60px;justify-content:space-between;padding:10px 20px}.app-header,.logo-container{align-items:center;display:flex}.logo{height:40px;margin-right:10px}.tagline{color:#333;font-family:Libre Baskerville,serif;font-size:18px}.welcome-message{font-size:16px;margin-right:20px}.auth-controls{align-items:center;display:flex}.auth-controls button{background-color:#1877f2;border:none;border-radius:4px;color:#fff;cursor:pointer;margin-left:10px;padding:8px 16px;transition:background-color .3s}.auth-controls button:hover{background-color:#166fe5}.main-content{flex-grow:1;overflow:hidden}.meld-container{display:flex;height:calc(100vh - 60px);overflow:hidden;position:relative;width:100%}.meld-diagram-container{display:flex;flex:1 1;flex-direction:column;overflow:hidden}.meld-graphics{flex:1 1;min-height:0;overflow:auto;width:100%}.meld-graphics svg{height:100%;width:100%}.meld-info-panel{background-color:#f0f0f0;border-left:1px solid #ccc;display:flex;flex-direction:column;height:100%;overflow-x:hidden;overflow-y:auto;padding:0}.meld-info-panel,.node-info-panel-container{flex-shrink:0;width:400px}.form-section{background-color:#f9f9f9;border:1px solid #ccc;border-radius:5px;margin-bottom:20px;padding:15px}.form-section h3{color:#333;margin-bottom:15px;margin-top:0}.form-section input[type=text],.form-section select,.form-section textarea{border:1px solid #ddd;border-radius:4px;margin-bottom:10px;padding:8px;width:100%}.form-section textarea{height:100px;resize:vertical}.form-section button{background-color:#4caf50;border:none;border-radius:4px;color:#fff;cursor:pointer;margin-right:10px;padding:8px 15px}.form-section button:hover{background-color:#45a049}.form-section button:disabled{background-color:#ccc;cursor:not-allowed}#link-controls{display:flex;justify-content:space-between}#link-status{font-style:italic;margin-bottom:10px}.references{align-items:center;display:flex;flex-wrap:wrap;margin-top:5px}.references a{color:#1877f2;font-weight:700;margin-right:5px;text-decoration:none}.references a:hover{text-decoration:underline}.add-ref-btn{background-color:#4caf50;border:none;border-radius:3px;color:#fff;cursor:pointer;display:inline-block;font-size:12px;margin:2px;padding:5px 10px;text-align:center;text-decoration:none}.references form{display:flex;margin-top:5px}.references form input[type=url]{flex-grow:1;margin-right:5px;padding:5px}.references form button{background-color:#4caf50;border:none;border-radius:3px;color:#fff;cursor:pointer;padding:5px 10px}.modal-content{align-items:center;border-radius:10px;display:flex;flex-direction:column;min-width:250px}.modal-content h2{color:#333;margin-bottom:20px}.modal-content button{background-color:#4caf50;border:none;border-radius:20px;color:#fff;cursor:pointer;font-size:16px;margin:10px 0;padding:10px 15px;transition:background-color .3s ease}.modal-content button:hover{background-color:#45a049}.modal-content button:last-child{background-color:#f44336}.modal-content button:last-child:hover{background-color:#d32f2f}@media (max-width:1024px){.app-header{left:0;position:fixed;right:0;top:0;z-index:1000}.main-content{margin-top:60px}.meld-container{flex-direction:column;height:calc(100vh - 60px);min-height:calc(100vh - 60px);position:relative;width:100%}.meld-diagram-container,.meld-graphics{height:100%;transition:height .3s ease}.meld-graphics{padding-bottom:60px}.meld-graphics svg{height:100%;width:100%}.meld-info-panel{background:#fff;border-top-left-radius:16px;border-top-right-radius:16px;bottom:0;box-shadow:0 -2px 10px #0000001a;height:80vh;left:0;max-height:80vh;overflow-y:auto;padding:32px 20px 20px;position:fixed;right:0;transform:translateY(100%);transition:transform .3s ease;width:100%;z-index:1000}.meld-info-panel.open{transform:translateY(0)}.meld-info-panel:before{background:#ddd;border-radius:2px;content:"";height:4px;left:50%;position:absolute;top:8px;transform:translateX(-50%);width:40px}.info-panel-toggle{align-items:center;background:#1877f2;border:none;border-radius:28px;bottom:20px;box-shadow:0 2px 8px #0003;color:#fff;cursor:pointer;display:flex;height:56px;justify-content:center;position:fixed;right:20px;transition:transform .3s ease;width:56px;z-index:1001}.info-panel-toggle:hover{background-color:#166fe5}.info-panel-toggle .icon{transition:transform .3s ease}.info-panel-toggle.open .icon{transform:rotate(45deg)}.instructor-sidebar{border-bottom:1px solid #e5e7eb;border-right:none;height:auto;width:100%}.flex.h-full{flex-direction:column}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.shimmer-active{position:relative}.shimmer-active:after{animation:shimmer 2s infinite;background:linear-gradient(90deg,#0000,#1877f233 15%,#1877f266 30%,#1877f233 45%,#0000 60%);background-size:200% 100%;border-radius:inherit;bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.modal-overlay{padding:20px}.modal-content{max-height:calc(100vh - 40px);max-width:calc(100vw - 40px);width:100%}}@media (max-width:480px){.meld-info-panel{height:90vh;max-height:90vh}.meld-graphics{padding-bottom:80px}.info-panel-toggle{bottom:16px;right:16px}.form-section input[type=text],.form-section select,.form-section textarea{font-size:16px}}.modal-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal-content{background-color:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;max-height:90vh;max-width:500px;overflow-y:auto;padding:20px;position:relative;width:100%}.modal-close{background:none;border:none;color:#333;cursor:pointer;font-size:24px;position:absolute;right:10px;top:10px}.modal-close:hover{color:#000}.modal-content input[type=email],.modal-content input[type=password],.modal-content input[type=text]{border:1px solid #ddd;border-radius:4px;margin-bottom:10px;padding:10px;width:100%}.modal-content button[type=submit]{background-color:#1877f2;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;padding:10px;width:100%}.modal-content button[type=submit]:hover{background-color:#166fe5}.modal-content .error{color:#ff3b30;margin-bottom:10px}.node circle{stroke:#fff;stroke-width:1.5px;cursor:pointer}.node-circle{fill:#3fc}.model-circle{fill:#f90}.evidence-circle{fill:#3fc}.evidence-rect{fill:#39c;stroke:#fff;stroke-width:1.5px;cursor:pointer;transition:stroke .3s ease,stroke-width .3s ease}.evidence-rect.fully-linked{fill:#4caf50;stroke-width:3px}.node.selected .evidence-rect,.node.selected circle,.node.selected rect{stroke:#000;stroke-width:3px}.node-label{font-size:14px;pointer-events:none}.node text{fill:#000}.tooltip{background:#b0c4de;border:0;border-radius:8px;font:16px sans-serif;max-width:200px;pointer-events:none;position:absolute;text-align:center}.node-info-panel{background-color:#fff;border-left:1px solid #ccc;box-shadow:-2px 0 10px #0000001a;height:calc(100vh - 60px);overflow-x:hidden;overflow-y:auto;padding:20px;width:100%}.close-button{background:none;border:none;cursor:pointer;font-size:20px;position:absolute;right:10px;top:10px}.form-section{border-bottom:1px solid #eee;margin-bottom:10px;padding-bottom:10px;position:relative}.form-section:last-child{border-bottom:none;margin-bottom:0}.delete-button{background:none;border:none;color:darkred;cursor:pointer;font-size:16px;padding:5px;position:absolute;right:5px;top:5px;transition:color .3s ease}.delete-button:hover{color:red}.form-section input,.form-section textarea{margin-bottom:10px;width:100%}.references{margin-bottom:10px}.link-form{padding-bottom:10px}.add-node-form{margin-top:20px}.add-node-form h3{margin-bottom:10px}.node-title-input{font-size:1.2em;font-weight:700}.add-node-form input,.add-node-form select,.add-node-form textarea{margin-bottom:10px;width:100%}.add-node-form button{width:100%}.link-buttons button{background-color:#f0f0f0;border:1px solid #ccc;cursor:pointer;margin-right:5px;padding:4px;transition:all .3s ease}.link-buttons button.active{background-color:#4caf50;border-color:#45a049;color:#fff}.link-buttons button.passive{background-color:#f0f0f0;color:#333}.link-buttons button:hover{opacity:.8}@media (max-width:1024px){.node-info-panel{padding-bottom:80px}.close-button{display:none}}
/*# sourceMappingURL=main.fb457b42.css.map*/