.Navbar-module__dVeNwG__header{z-index:1000;background:linear-gradient(135deg,#1e3a8a 0%,#2563eb 100%);width:100%;position:sticky;top:0;box-shadow:0 2px 8px #00000026}.Navbar-module__dVeNwG__container{justify-content:space-between;align-items:center;max-width:1400px;height:70px;margin:0 auto;padding:0 2rem;display:flex}.Navbar-module__dVeNwG__logo{flex-shrink:0}.Navbar-module__dVeNwG__logo h1{color:#fff;cursor:pointer;text-shadow:2px 2px 4px #0003;margin:0;font-size:1.8rem;font-weight:700;transition:opacity .2s}.Navbar-module__dVeNwG__logo h1:hover{opacity:.9}.Navbar-module__dVeNwG__logo a{color:inherit;text-decoration:none}.Navbar-module__dVeNwG__nav{align-items:center;gap:2rem;display:flex}.Navbar-module__dVeNwG__navLink{color:#fff;border-radius:8px;padding:.5rem 1rem;font-size:1.1rem;font-weight:500;text-decoration:none;transition:all .3s;position:relative}.Navbar-module__dVeNwG__navLink:hover{background:#ffffff1a;transform:translateY(-2px)}.Navbar-module__dVeNwG__navLink.Navbar-module__dVeNwG__active{background:#fff3;font-weight:600}.Navbar-module__dVeNwG__navLink.Navbar-module__dVeNwG__active:after{content:"";background:#fff;border-radius:2px;width:40%;height:3px;position:absolute;bottom:-4px;left:50%;transform:translate(-50%)}.Navbar-module__dVeNwG__hamburger{cursor:pointer;z-index:10;background:0 0;border:none;flex-direction:column;justify-content:space-around;width:30px;height:25px;padding:0;display:none}.Navbar-module__dVeNwG__bar{background:#fff;border-radius:3px;width:30px;height:3px;transition:all .3s}@media (max-width:768px){.Navbar-module__dVeNwG__container{padding:0 1.5rem}.Navbar-module__dVeNwG__logo h1{font-size:1.4rem}.Navbar-module__dVeNwG__hamburger{display:flex}.Navbar-module__dVeNwG__nav{background:linear-gradient(#1e3a8a 0%,#2563eb 100%);flex-direction:column;align-items:flex-start;gap:1rem;width:250px;height:calc(100vh - 70px);padding:2rem;transition:right .3s;position:fixed;top:70px;right:-100%;box-shadow:-2px 0 8px #0003}.Navbar-module__dVeNwG__navOpen{right:0}.Navbar-module__dVeNwG__navLink{width:100%;padding:.8rem 1rem;font-size:1.2rem}.Navbar-module__dVeNwG__navLink.Navbar-module__dVeNwG__active:after{width:4px;height:100%;top:0;bottom:0;left:0;transform:none}}@media (min-width:769px) and (max-width:1024px){.Navbar-module__dVeNwG__container{padding:0 1.5rem}.Navbar-module__dVeNwG__nav{gap:1.5rem}.Navbar-module__dVeNwG__navLink{padding:.4rem .8rem;font-size:1rem}}
.Layout-module__fmZ1UG__layout{flex-direction:column;min-height:100vh;display:flex}.Layout-module__fmZ1UG__main{flex-direction:column;flex:1;display:flex}
:root{--text-primary:#1a1a1a;--text-secondary:#4a5568;--text-tertiary:#a0aec0;--bg-primary:#f7fafc;--bg-secondary:#edf2f7;--bg-card:#fff;--bg-input:#fff;--bg-hover:#e2e8f0;--accent-primary:#6366f1;--accent-secondary:#8b5cf6;--accent-shadow:#6366f133;--border-color:#e2e8f0;--border-hover:#cbd5e0;--shadow-color:#0000000d;--shadow-hover:#00000026;--error-color:#ef4444;--success-color:#10b981;--tab-bg:#fff;--tab-active-bg:#6366f1;--tab-active-text:#fff;--tab-inactive-text:#4a5568}body[data-theme=molecule]{--accent-primary:#3498db;--accent-secondary:#2980b9;--accent-shadow:#3498db33;--tab-active-bg:#3498db}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--bg-primary);color:var(--text-primary);margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;transition:background-color .3s,color .3s}.molecule-tooltip{cursor:pointer;position:relative}.molecule-container{cursor:pointer;background-color:#00000008;transition:border .1s}.molecule-viewer{visibility:visible!important;display:block!important;position:relative!important}.molecule-viewer canvas{visibility:visible!important;opacity:1!important;width:100%!important;height:100%!important;display:block!important;position:relative!important}.molecule-viewer>div{visibility:visible!important;opacity:1!important;display:block!important}.molecule-container.selected{box-shadow:0 0 12px #2196f366;border:2px solid #2196f3!important}.panel-box{background-color:#fff;border:1px solid #ddd;border-radius:5px;margin-bottom:20px;padding:15px}.model-selector-container{flex-direction:column;gap:8px;display:flex}.model-label{color:#2c3e50;letter-spacing:.3px;text-transform:uppercase;margin-bottom:4px;font-size:14px;font-weight:600}.model-select-wrapper{align-items:center;display:flex;position:relative}.model-select{color:#2c3e50;cursor:pointer;appearance:none;background:linear-gradient(135deg,#fff 0%,#f8f9fa 100%);border:2px solid #e0e6ed;border-radius:10px;outline:none;width:100%;padding:12px 40px 12px 16px;font-size:15px;font-weight:500;transition:all .3s}.model-select:hover{background:#fff;border-color:#3498db;box-shadow:0 4px 12px #3498db26}.model-select:focus{background:#fff;border-color:#2980b9;box-shadow:0 0 0 4px #3498db1a}.model-select:disabled{cursor:not-allowed;opacity:.6;background:#f5f5f5}.model-select option{padding:10px;font-weight:500}.select-arrow{pointer-events:none;color:#7f8c8d;transition:all .3s;position:absolute;top:50%;right:14px;transform:translateY(-50%)}.model-select-wrapper:hover .select-arrow,.model-select:focus~.select-arrow{color:#3498db}.model-description{color:#546e7a;background:linear-gradient(135deg,#ecf0f1 0%,#f8f9fa 100%);border-left:3px solid #3498db;border-radius:6px;padding:10px 14px;font-size:13px;line-height:1.5;animation:.3s fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}
