*{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;min-width:320px;height:100%}:root{--pro-primary:#111113;--pro-primary-strong:#000;--pro-accent:#2f2f35;--pro-danger:#52525b;--pro-warning:#71717a;--pro-purple:#3f3f46;--pro-bg-app:#f5f5f7;--pro-bg-sidebar:#fffffff0;--pro-bg-header:#ffffffd1;--pro-bg-soft:#f8fafc;--pro-bg-elevated:#ffffffc7;--pro-border:#dedee3;--pro-border-strong:#b9b9c0;--pro-text:#0f172a;--pro-text-muted:#64748b;--pro-shadow:0 22px 70px #0f172a1f;--pro-shadow-soft:0 14px 36px #0f172a14;--sidebar-width:430px;--header-height:96px;--font-main:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono:"SFMono-Regular", Consolas, "Liberation Mono", monospace;--radius:16px}.dark-theme{--pro-bg-app:#000;--pro-bg-sidebar:#111113f0;--pro-bg-header:#000000db;--pro-bg-soft:#18181b;--pro-bg-elevated:#18181bc7;--pro-border:#ffffff1f;--pro-border-strong:#ffffff38;--pro-text:#f8fafc;--pro-text-muted:#9fb0c7;--pro-shadow:0 26px 80px #00000057;--pro-shadow-soft:0 14px 42px #0000003d}*{box-sizing:border-box}html{background:var(--pro-bg-app)}body{font-family:var(--font-main);color:var(--pro-text);-webkit-font-smoothing:antialiased;background:linear-gradient(#fff 0%,#f5f5f7 52%,#ececf0 100%);margin:0;overflow-y:auto}button,input,select{font:inherit}button{cursor:pointer}.app-shell{flex-direction:column;width:100vw;min-height:100vh;display:flex}.pro-header{min-height:var(--header-height);background:var(--pro-bg-header);border-bottom:1px solid var(--pro-border);-webkit-backdrop-filter:blur(22px)saturate(145%);backdrop-filter:blur(22px)saturate(145%);z-index:10;grid-template-columns:minmax(260px,.9fr) minmax(360px,1.15fr) auto;align-items:center;gap:1rem;padding:.9rem 1.35rem;display:grid;position:sticky;top:0}.header-title-group,.header-controls,.engine-toggle-group,.header-status{align-items:center;display:flex}.header-title-group{gap:.9rem;min-width:0}.app-logo{color:#fff;background:linear-gradient(135deg,#000,#2f2f35 72%,#71717a);border-radius:17px;place-items:center;width:48px;height:48px;font-family:Georgia,serif;font-size:1.35rem;font-style:italic;font-weight:800;display:grid;box-shadow:0 16px 34px #00000038}.app-kicker{color:var(--pro-primary);letter-spacing:.18em;text-transform:uppercase;font-size:.66rem;font-weight:900}.app-name{letter-spacing:-.02em;margin:.15rem 0 0;font-size:1.08rem;font-weight:860;line-height:1.08}.app-subtitle{color:var(--pro-text-muted);margin:.22rem 0 0;font-size:.78rem;line-height:1.35}.header-status{justify-content:center;gap:.6rem}.status-card{border:1px solid var(--pro-border);background:var(--pro-bg-elevated);min-width:116px;box-shadow:var(--pro-shadow-soft);border-radius:14px;padding:.62rem .72rem}.status-card.wide{min-width:210px}.status-card span{color:var(--pro-text-muted);letter-spacing:.08em;text-transform:uppercase;font-size:.64rem;font-weight:850;display:block}.status-card strong{color:var(--pro-text);white-space:nowrap;margin-top:.2rem;font-size:.86rem;line-height:1.2;display:block}.header-controls{justify-content:flex-end;gap:.62rem}.engine-toggle-group{border:1px solid var(--pro-border);background:var(--pro-bg-soft);border-radius:999px;gap:.25rem;padding:.26rem}.app-viewport{min-height:calc(100vh - var(--header-height));flex:1 0 auto;display:flex;overflow:visible}.pro-sidebar{width:var(--sidebar-width);background:var(--pro-bg-sidebar);border-right:1px solid var(--pro-border);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);flex-direction:column;min-width:0;display:flex}.sidebar-tabs{border-bottom:1px solid var(--pro-border);background:linear-gradient(#ffffff6b,#0000);grid-template-columns:repeat(4,1fr);gap:.4rem;padding:.82rem;display:grid}.dark-theme .sidebar-tabs{background:linear-gradient(#ffffff0a,#0000)}.tab-btn{min-height:38px;color:var(--pro-text-muted);background:0 0;border:1px solid #0000;border-radius:12px;font-size:.78rem;font-weight:800;transition:all .18s}.tab-btn:hover,.tab-btn.active{color:var(--pro-primary);border-color:var(--pro-border);background:var(--pro-bg-soft)}.sidebar-scroll{flex:1;padding:1rem;overflow-y:auto}.panel-section{gap:1rem;display:grid}.section-heading{color:var(--pro-text);letter-spacing:.05em;text-transform:uppercase;justify-content:space-between;align-items:center;gap:1rem;font-size:.78rem;font-weight:880;display:flex}.section-heading.compact{margin-bottom:.75rem}.preset-row{flex-wrap:wrap;gap:.45rem;display:flex}.chip,.key-button{border:1px solid var(--pro-border);background:var(--pro-bg-soft);min-height:31px;color:var(--pro-text);font-family:var(--font-mono);border-radius:999px;padding:.36rem .62rem;font-size:.75rem;transition:transform .18s,border-color .18s,color .18s}.key-button{border-radius:12px}.chip:hover,.key-button:hover{border-color:var(--pro-primary);color:var(--pro-primary);transform:translateY(-1px)}.object-card,.soft-panel,.result-block{border:1px solid var(--pro-border);border-radius:var(--radius);background:var(--pro-bg-elevated);box-shadow:var(--pro-shadow-soft)}.object-card{overflow:hidden}.object-card.error{border-color:#dc26268c}.card-main{align-items:flex-start;gap:.8rem;padding:.95rem;display:flex}.visibility-dot{border:2px solid;border-radius:999px;flex:none;width:19px;height:19px;margin-top:.42rem;padding:0;box-shadow:inset 0 0 0 3px #ffffff5c}.math-input-wrapper{flex:1;min-width:0}.math-input{border:0;border-bottom:1px solid var(--pro-border-strong);width:100%;min-height:36px;color:var(--pro-text);font-family:var(--font-mono);background:0 0;border-radius:0;outline:none;font-size:1rem}.math-input:focus{border-color:var(--pro-primary)}.input-row-header{margin-bottom:.46rem}.type-select{border-color:var(--pro-border);background:var(--pro-bg-soft);text-transform:uppercase;letter-spacing:.03em;width:auto;min-height:26px;padding:.18rem .42rem;font-size:.68rem;font-weight:820}.input-prefix{font-family:var(--font-mono);color:var(--pro-text-muted);min-width:44px;margin-right:.4rem;font-size:.85rem;display:inline-block}.parametric-inputs{gap:.6rem;display:grid}.input-group{align-items:center;display:flex}.object-type{color:var(--pro-text-muted);font-family:var(--font-mono);word-break:break-word;margin-top:.48rem;font-size:.72rem;line-height:1.35}.icon-button{border:1px solid var(--pro-border);background:var(--pro-bg-sidebar);width:31px;height:31px;color:var(--pro-text-muted);border-radius:11px;place-items:center;padding:0;font-weight:850;transition:all .18s;display:grid}.icon-button:hover{color:var(--pro-danger);border-color:#dc26265c}.function-actions{align-items:center;gap:.6rem;padding:0 .95rem .95rem 2.85rem;display:flex}input[type=color]{border:1px solid var(--pro-border);background:var(--pro-bg-sidebar);border-radius:12px;width:34px;height:34px;padding:3px}.soft-panel{padding:.95rem}.math-keypad{grid-template-columns:repeat(6,minmax(0,1fr));gap:.42rem;display:grid}.slider-row{color:var(--pro-text-muted);grid-template-columns:24px 1fr 48px;align-items:center;gap:.7rem;margin-top:.75rem;font-size:.82rem;display:grid}.slider-row strong{color:var(--pro-text);text-align:right;font-family:var(--font-mono);font-size:.78rem}input[type=range]{accent-color:var(--pro-primary)}.input-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}.input-grid.two{margin:.8rem 0}label,.field-label{color:var(--pro-text-muted);gap:.4rem;font-size:.78rem;font-weight:700;display:grid}input,select{border:1px solid var(--pro-border);background:var(--pro-bg-sidebar);width:100%;min-height:39px;color:var(--pro-text);border-radius:12px;outline:none;padding:.52rem .68rem}input:focus,select:focus{border-color:var(--pro-primary);box-shadow:0 0 0 4px #0000001a}.btn{border:1px solid #0000;border-radius:999px;min-height:37px;padding:.5rem .86rem;font-size:.82rem;font-weight:800;transition:transform .18s,background .18s,border-color .18s,color .18s}.btn:hover{transform:translateY(-1px)}.btn-small{min-height:32px;padding:.35rem .66rem;font-size:.76rem}.btn-primary{background:linear-gradient(135deg, var(--pro-primary), var(--pro-primary-strong));border-color:var(--pro-primary);color:#fff;box-shadow:0 12px 24px #0000002e}.btn-outline{background:var(--pro-bg-sidebar);border-color:var(--pro-border);color:var(--pro-text)}.btn-outline:hover{border-color:var(--pro-border-strong);background:var(--pro-bg-soft)}.inline-actions{align-items:center;gap:.45rem;display:flex}.pro-main{flex-direction:column;flex:1;gap:.82rem;min-width:0;padding:1rem;display:flex}.graph-toolbar{border:1px solid var(--pro-border);border-radius:var(--radius);background:var(--pro-bg-elevated);box-shadow:var(--pro-shadow-soft);justify-content:space-between;gap:.8rem;padding:.72rem .9rem;display:flex}.graph-toolbar div{gap:.2rem;display:grid}.graph-toolbar span{color:var(--pro-text-muted);letter-spacing:.08em;text-transform:uppercase;font-size:.66rem;font-weight:850}.graph-toolbar strong{color:var(--pro-text);font-size:.88rem}.graph-window{border:1px solid var(--pro-border);background:var(--pro-bg-sidebar);min-width:0;min-height:560px;box-shadow:var(--pro-shadow);border-radius:24px;flex:1;position:relative;overflow:hidden}.graph-window:before{content:"";pointer-events:none;z-index:1;background:linear-gradient(#00000009,#0000 28%);position:absolute;inset:0}.desmos-shell{background:var(--pro-bg-sidebar);width:100%;height:100%;min-height:560px;position:relative}.desmos-container{width:100%;height:100%;min-height:560px}.desmos-overlay{text-align:center;background:var(--pro-bg-sidebar);color:var(--pro-text-muted);place-content:center;gap:.45rem;padding:2rem;display:grid;position:absolute;inset:0}.desmos-overlay strong{color:var(--pro-text);font-size:.95rem}.result-block{gap:.75rem;padding:.95rem;display:grid}.result-title{font-family:var(--font-mono);color:var(--pro-text);word-break:break-word;border-left:4px solid;padding-left:.65rem;font-size:.88rem;font-weight:850}.formula-pair,.metric-card,.point-row{justify-content:space-between;align-items:center;gap:.8rem;display:flex}.formula-pair span,.metric-card span,.point-row span{color:var(--pro-text-muted);font-size:.78rem;font-weight:760}code{font-family:var(--font-mono);color:var(--pro-text);word-break:break-word;font-size:.78rem}.metric-card{background:#05966914;border:1px solid #05966940;border-radius:14px;padding:.75rem}.metric-card strong{color:var(--pro-accent);font-family:var(--font-mono)}.metric-card.purple{background:#7c3aed14;border-color:#7c3aed40}.metric-card.purple strong{color:var(--pro-purple)}.point-list{gap:.45rem;display:grid}.point-row{border-top:1px solid var(--pro-border);padding-top:.45rem}.point-row.root code{color:var(--pro-text)}.point-row.max code{color:var(--pro-danger)}.point-row.min code{color:var(--pro-primary)}.point-row.inflection code{color:var(--pro-purple)}.point-row.intersection code{color:var(--pro-warning)}.step-control{text-transform:none;letter-spacing:0;grid-template-columns:auto 1fr;align-items:center;gap:.45rem;width:110px;display:grid}.step-control input{min-height:30px;padding:.25rem .45rem}.table-wrap{border:1px solid var(--pro-border);background:var(--pro-bg-sidebar);border-radius:14px;max-height:280px;overflow:auto}table{border-collapse:collapse;width:100%;font-family:var(--font-mono);font-size:.74rem}th,td{border-bottom:1px solid var(--pro-border);text-align:right;white-space:nowrap;padding:.5rem .6rem}th{background:var(--pro-bg-sidebar);color:var(--pro-text-muted);z-index:1;font-weight:850;position:sticky;top:0}td:first-child,th:first-child{text-align:left}.error-text{color:var(--pro-danger);font-size:.82rem}.muted{color:var(--pro-text-muted);font-size:.82rem}.small{font-size:.72rem}.no-bg{box-shadow:none!important;background:0 0!important;border:0!important;padding:0!important}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.dark-theme ::-webkit-scrollbar-thumb{background:#475569}@media (width<=1220px){.pro-header{grid-template-columns:1fr;align-items:stretch}.header-status,.header-controls{flex-wrap:wrap;justify-content:flex-start}}@media (width<=980px){body{overflow:auto}.app-shell{height:auto;min-height:100vh}.app-viewport{flex-direction:column;align-items:stretch;min-height:0;overflow:visible}.pro-header{height:auto;padding:1rem;position:static}.header-status{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.status-card.wide{grid-column:1/-1}.header-controls{justify-content:space-between}.pro-sidebar{border-right:0;border-bottom:1px solid var(--pro-border);width:100%}.sidebar-scroll{max-height:58vh}.sidebar-tabs{grid-template-columns:repeat(2,1fr)}.math-keypad{grid-template-columns:repeat(4,minmax(0,1fr))}.pro-main{min-height:620px}.graph-toolbar{flex-direction:column}}@media (width<=560px){.header-status,.input-grid,.input-grid.two{grid-template-columns:1fr}.header-controls,.engine-toggle-group{width:100%}.header-controls .btn,.engine-toggle-group .btn{flex:1}.function-actions{padding-left:.95rem}}@media print{.pro-header,.pro-sidebar,.graph-toolbar,.graph-suite-footer{display:none!important}.app-viewport,.pro-main,.graph-window{width:100%;height:100vh;min-height:100vh;box-shadow:none;border:0;padding:0;display:block}}:root{--pro-primary:#111;--pro-primary-strong:#000;--pro-accent:#6e6e73;--pro-bg-app:#f5f5f7;--pro-bg-sidebar:#ffffffe6;--pro-bg-header:#ffffffc7;--pro-bg-soft:#f2f2f2;--pro-bg-elevated:#ffffffc7;--pro-border:#00000014;--pro-border-strong:#0000002e;--pro-text:#111;--pro-text-muted:#6e6e73;--radius:22px}.dark-theme{--pro-primary:#f5f5f7;--pro-primary-strong:#fff;--pro-accent:#a1a1a6;--pro-bg-app:#000;--pro-bg-sidebar:#121212e6;--pro-bg-header:#121212c2;--pro-bg-soft:#1d1d1f;--pro-bg-elevated:#1c1c1ec7;--pro-border:#ffffff1a;--pro-border-strong:#fff3;--pro-text:#f5f5f7;--pro-text-muted:#a1a1a6}body{background:linear-gradient(135deg,#fff 0%,#f5f5f7 48%,#e8e8ed 100%)}.app-logo{color:#fff;background:#111;border-radius:999px;box-shadow:0 18px 40px #0000002e}.dark-theme .app-logo{color:#111;background:#f5f5f7}.btn-primary{color:#fff;background:#111;border-color:#111}.dark-theme .btn-primary{color:#111;background:#f5f5f7;border-color:#f5f5f7}.status-card,.object-card,.soft-panel,.result-block,.graph-toolbar,.syntax-guide,.graph-window{-webkit-backdrop-filter:blur(24px)saturate(160%);border-radius:22px}.syntax-guide{border:1px solid var(--pro-border);box-shadow:var(--pro-shadow-soft);background:var(--pro-bg-elevated);grid-template-columns:auto 1fr;align-items:center;gap:1rem;padding:.72rem .9rem;display:grid}.syntax-guide-title{gap:.15rem;display:grid}.syntax-guide-title span{color:var(--pro-text-muted);letter-spacing:.12em;text-transform:uppercase;font-size:.65rem;font-weight:850}.syntax-guide-title strong{color:var(--pro-text);font-size:.88rem}.syntax-chip-row{flex-wrap:wrap;justify-content:flex-end;gap:.45rem;display:flex}.syntax-chip{border:1px solid var(--pro-border);color:var(--pro-text);background:#ffffffb8;border-radius:999px;padding:.34rem .58rem;font-size:.72rem}.dark-theme .syntax-chip{background:#ffffff14}@media (width<=980px){.syntax-guide{grid-template-columns:1fr}.syntax-chip-row{justify-content:flex-start}}:root{--suite-black:#000;--suite-900:#111113;--suite-700:#2f2f35;--suite-300:#d4d4d8;--suite-white:#fff}body.light-theme{background:linear-gradient(#fff 0%,#f5f5f7 52%,#ececf0 100%)!important}body.dark-theme{background:linear-gradient(#000 0%,#0a0a0b 50%,#151518 100%)!important}.app-shell{min-height:100vh}.app-logo,.btn-primary{color:#fff!important;background:linear-gradient(135deg,#000,#2f2f35)!important;box-shadow:0 14px 30px #0000002e!important}.dark-theme .app-logo,.dark-theme .btn-primary{color:#000!important;background:linear-gradient(135deg,#fff,#d4d4d8)!important}.app-kicker,.syntax-guide-title span,.graph-toolbar span{color:var(--pro-text-muted)!important}.status-card,.syntax-guide,.graph-toolbar,.graph-window,.pro-sidebar,.pro-header{border-color:var(--pro-border)!important;box-shadow:var(--pro-shadow-soft)!important}.simple-footer{margin-top:2rem;margin-bottom:max(20px, env(safe-area-inset-bottom));border-top:1px solid var(--pro-border);color:var(--pro-text);-webkit-backdrop-filter:blur(20px)saturate(145%);background:#ffffffd1;padding:28px 24px}.dark-theme .simple-footer{background:#000000db}.simple-footer-shell{gap:16px;width:min(1260px,100%);margin:0 auto;display:grid}.simple-footer-main,.simple-footer-brand,.simple-footer-nav,.simple-suite-row,.simple-footer-bottom{align-items:center;display:flex}.simple-footer-main{justify-content:space-between;gap:18px}.simple-footer-brand{gap:12px;min-width:220px}.simple-footer-mark{background:var(--pro-text);width:42px;height:42px;color:var(--pro-bg-app);border-radius:8px;flex:none;place-items:center;font-size:.78rem;font-weight:900;display:grid}.simple-footer-brand strong{color:var(--pro-text);font-size:.95rem;line-height:1.2;display:block}.simple-footer-brand span,.simple-footer-bottom,.simple-suite-row{color:var(--pro-text-muted);font-size:.8rem;line-height:1.5}.simple-footer-nav,.simple-suite-row{flex-wrap:wrap;gap:10px 14px}.simple-footer-nav{justify-content:flex-end}.simple-footer-nav a,.simple-suite-row a,.simple-suite-row span,.simple-footer-bottom a{color:inherit;text-decoration:none}.simple-footer-nav a,.simple-footer-bottom a{font-weight:800}.simple-footer-nav a:hover,.simple-suite-row a:hover,.simple-footer-bottom a:hover{color:var(--pro-text)}.simple-suite-row{border-top:1px solid var(--pro-border);padding-top:14px}.simple-suite-row span{color:var(--pro-text);font-weight:900}.simple-footer-bottom{border-top:1px solid var(--pro-border);flex-wrap:wrap;justify-content:space-between;gap:8px 16px;padding-top:14px}@media (width<=760px){.simple-footer{padding:24px 16px}.simple-footer-main{flex-direction:column;align-items:flex-start}.simple-footer-nav{justify-content:flex-start}}
