.sidebar{width:380px;height:100vh;background:linear-gradient(to bottom,#f8f9fa,#e9ecef);border-right:2px solid #dee2e6;display:flex;flex-direction:column;overflow-y:auto;box-shadow:2px 0 10px #0000001a}.sidebar-header{padding:24px 20px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-bottom:3px solid #5a67d8}.sidebar-header h1{font-size:24px;font-weight:700;margin-bottom:4px}.subtitle{font-size:13px;opacity:.95;font-weight:400}.sidebar-form{padding:20px;flex-shrink:0}.form-group{margin-bottom:20px}.form-group-row{display:flex;gap:12px;margin-bottom:20px}.form-group-row .form-group{flex:1;margin-bottom:0}.form-group label{display:block;font-size:14px;font-weight:600;color:#495057;margin-bottom:8px}.label-help{font-size:11px;font-weight:400;color:#6c757d;margin-left:6px}.math-input{width:100%;padding:12px;border:2px solid #ced4da;border-radius:8px;font-size:14px;resize:vertical;min-height:60px;max-height:200px;transition:border-color .2s,box-shadow .2s}.math-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.math-input:disabled{background-color:#e9ecef;cursor:not-allowed}input[type=range]{width:100%;height:6px;border-radius:3px;background:#dee2e6;outline:none;-webkit-appearance:none}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:18px;height:18px;border-radius:50%;background:#667eea;cursor:pointer;transition:transform .2s}input[type=range]::-webkit-slider-thumb:hover{transform:scale(1.2)}input[type=range]::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:#667eea;cursor:pointer;border:none;transition:transform .2s}input[type=range]::-moz-range-thumb:hover{transform:scale(1.2)}input[type=range]:disabled{opacity:.5;cursor:not-allowed}.slider-labels{display:flex;justify-content:space-between;font-size:11px;color:#6c757d;margin-top:4px}input[type=number]{width:100%;padding:10px;border:2px solid #ced4da;border-radius:8px;font-size:14px;transition:border-color .2s,box-shadow .2s}input[type=number]:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}input[type=number]:disabled{background-color:#e9ecef;cursor:not-allowed}.submit-button{width:100%;padding:14px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 6px #667eea4d}.submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 12px #667eea66}.submit-button:active:not(:disabled){transform:translateY(0)}.submit-button:disabled{background:#adb5bd;cursor:not-allowed;box-shadow:none}.examples-section{padding:0 20px 20px;flex:1;overflow-y:auto}.examples-toggle{width:100%;padding:12px;background:#fff;border:2px solid #dee2e6;border-radius:8px;font-size:14px;font-weight:600;color:#495057;cursor:pointer;text-align:left;transition:background-color .2s;margin-bottom:12px}.examples-toggle:hover{background-color:#f8f9fa}.examples-list{display:flex;flex-direction:column;gap:8px}.example-button{padding:12px;background:#fff;border:2px solid #e9ecef;border-radius:8px;cursor:pointer;text-align:left;transition:all .2s;display:flex;flex-direction:column;gap:6px}.example-button:hover:not(:disabled){border-color:#667eea;background-color:#f8f9ff;transform:translate(4px)}.example-button:disabled{opacity:.5;cursor:not-allowed}.example-label{font-size:13px;font-weight:600;color:#495057}.example-latex{font-size:12px;color:#6c757d;background:#f8f9fa;padding:4px 8px;border-radius:4px;overflow-x:auto;white-space:nowrap}.sidebar-footer{padding:20px;background:#fff;border-top:2px solid #dee2e6;flex-shrink:0}.info-text{font-size:12px;color:#6c757d;line-height:1.6;margin-bottom:16px}.tips{font-size:12px;color:#495057}.tips strong{display:block;margin-bottom:8px;color:#343a40}.tips ul{margin:0;padding-left:20px}.tips li{margin-bottom:4px;line-height:1.5}.sidebar::-webkit-scrollbar,.examples-section::-webkit-scrollbar{width:8px}.sidebar::-webkit-scrollbar-track,.examples-section::-webkit-scrollbar-track{background:#f1f3f5}.sidebar::-webkit-scrollbar-thumb,.examples-section::-webkit-scrollbar-thumb{background:#adb5bd;border-radius:4px}.sidebar::-webkit-scrollbar-thumb:hover,.examples-section::-webkit-scrollbar-thumb:hover{background:#868e96}.app{display:flex;width:100vw;height:100vh;overflow:hidden}.excalidraw-container{flex:1;height:100vh;overflow:hidden}.excalidraw-container>div{height:100%}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow:hidden}code,.math-input{font-family:Courier New,Courier,monospace}#root{width:100vw;height:100vh}
