.DerivativeCalc-module__eCtRdG__wrap{max-width:680px;margin:0 auto}.DerivativeCalc-module__eCtRdG__card{border:1px solid var(--border);background:var(--card-bg);border-radius:14px;padding:22px}.DerivativeCalc-module__eCtRdG__label{color:var(--text);margin-bottom:8px;font-size:.95rem;font-weight:600;display:block}.DerivativeCalc-module__eCtRdG__input{border:1px solid var(--border);background:var(--bg,#fff);width:100%;color:var(--text);border-radius:10px;outline:none;padding:14px 16px;font-family:Cambria Math,Latin Modern Math,Georgia,serif;font-size:1.15rem;transition:border-color .15s,box-shadow .15s}.DerivativeCalc-module__eCtRdG__input:focus{border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb, var(--accent) 18%, transparent)}.DerivativeCalc-module__eCtRdG__preview{border:1px dashed var(--border);background:color-mix(in srgb, var(--accent) 4%, transparent);border-radius:10px;align-items:center;min-height:48px;margin-top:12px;padding:10px 14px;display:flex;overflow-x:auto}.DerivativeCalc-module__eCtRdG__previewFormula{flex:1}.DerivativeCalc-module__eCtRdG__previewFormula .katex-display{text-align:left;margin:0}.DerivativeCalc-module__eCtRdG__previewHint{color:var(--text-muted);font-size:.88rem}.DerivativeCalc-module__eCtRdG__previewError{color:#b91c1c;font-size:.88rem}.DerivativeCalc-module__eCtRdG__controls{flex-wrap:wrap;gap:18px;margin:16px 0 4px;display:flex}.DerivativeCalc-module__eCtRdG__field{flex-direction:column;gap:6px;display:flex}.DerivativeCalc-module__eCtRdG__fieldLabel{color:var(--text-muted);font-size:.8rem;font-weight:600}.DerivativeCalc-module__eCtRdG__segGroup{border:1px solid var(--border);border-radius:9px;display:inline-flex;overflow:hidden}.DerivativeCalc-module__eCtRdG__seg{min-width:38px;color:var(--text);cursor:pointer;background:0 0;border:none;padding:7px 12px;font-size:.95rem;font-weight:600;transition:background .12s,color .12s}.DerivativeCalc-module__eCtRdG__seg+.DerivativeCalc-module__eCtRdG__seg{border-left:1px solid var(--border)}.DerivativeCalc-module__eCtRdG__seg:hover{background:color-mix(in srgb, var(--accent) 8%, transparent)}.DerivativeCalc-module__eCtRdG__segActive,.DerivativeCalc-module__eCtRdG__segActive:hover{background:var(--accent);color:var(--on-accent)}.DerivativeCalc-module__eCtRdG__btn{background:var(--accent);width:100%;color:var(--on-accent);cursor:pointer;border:none;border-radius:10px;margin-top:16px;padding:13px;font-size:1rem;font-weight:700;transition:filter .12s}.DerivativeCalc-module__eCtRdG__btn:hover{filter:brightness(1.07)}.DerivativeCalc-module__eCtRdG__btn:disabled{cursor:default;filter:none;opacity:.85;justify-content:center;align-items:center;gap:10px;display:inline-flex}.DerivativeCalc-module__eCtRdG__btnRow{gap:10px;margin-top:16px;display:flex}.DerivativeCalc-module__eCtRdG__btnRow .DerivativeCalc-module__eCtRdG__btn{flex:1;margin-top:0}.DerivativeCalc-module__eCtRdG__btnCancel{border:1px solid color-mix(in srgb, #dc2626 45%, var(--border));color:#b91c1c;cursor:pointer;background:0 0;border-radius:10px;padding:13px 20px;font-size:1rem;font-weight:700;transition:background .12s}.DerivativeCalc-module__eCtRdG__btnCancel:hover{background:#dc26261a}.DerivativeCalc-module__eCtRdG__spinner{border:2px solid #ffffff73;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.7s linear infinite DerivativeCalc-module__eCtRdG__dc-spin}@keyframes DerivativeCalc-module__eCtRdG__dc-spin{to{transform:rotate(360deg)}}.DerivativeCalc-module__eCtRdG__samples{flex-wrap:wrap;align-items:center;gap:8px;margin-top:16px;display:flex}.DerivativeCalc-module__eCtRdG__samplesLabel{color:var(--text-muted);font-size:.82rem}.DerivativeCalc-module__eCtRdG__sample{border:1px solid var(--border);color:var(--text);cursor:pointer;background:0 0;border-radius:20px;padding:5px 11px;font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:.82rem;transition:border-color .12s,background .12s}.DerivativeCalc-module__eCtRdG__sample:hover{border-color:var(--accent);background:color-mix(in srgb, var(--accent) 6%, transparent)}.DerivativeCalc-module__eCtRdG__error{border:1px solid color-mix(in srgb, #dc2626 40%, var(--border));color:#b91c1c;background:#dc262614;border-radius:10px;margin-top:16px;padding:12px 16px;font-size:.92rem}.DerivativeCalc-module__eCtRdG__result{border:1px solid var(--border);background:var(--card-bg);border-radius:14px;margin-top:18px;padding:20px 22px}.DerivativeCalc-module__eCtRdG__resultRow{align-items:center;gap:14px;padding:6px 0;display:flex}.DerivativeCalc-module__eCtRdG__resultRow+.DerivativeCalc-module__eCtRdG__resultRow{border-top:1px dashed var(--border);margin-top:4px}.DerivativeCalc-module__eCtRdG__resultTag{min-width:54px;color:var(--text-muted);flex-shrink:0;font-size:.95rem;font-weight:700}.DerivativeCalc-module__eCtRdG__formula{flex:1;overflow-x:auto}.DerivativeCalc-module__eCtRdG__formula .katex-display{text-align:left;margin:0}.DerivativeCalc-module__eCtRdG__plain{color:var(--text-muted);margin-top:12px;font-size:.85rem}.DerivativeCalc-module__eCtRdG__plain code{color:var(--text);background:color-mix(in srgb, var(--text) 7%, transparent);border-radius:5px;padding:2px 6px;font-family:ui-monospace,SF Mono,Menlo,monospace}.DerivativeCalc-module__eCtRdG__note{color:var(--text-muted);text-align:center;margin-top:18px;font-size:.85rem;line-height:1.6}
.dao-ham-module__PUkkxW__head{text-align:center;padding:32px 0 24px}.dao-ham-module__PUkkxW__title{color:var(--text);margin:0 0 8px;font-size:clamp(1.6rem,4vw,2.1rem)}.dao-ham-module__PUkkxW__sub{max-width:640px;color:var(--text-muted);margin:0 auto;line-height:1.6}
