.history-panel{width:260px;background:#f4f7ff;border-radius:20px;padding:18px;border:3px solid #2f6fed;max-height:560px;overflow-y:auto}.history-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.history-header h2{font-size:1rem;margin:0;color:#14203a}.history-header button{background:none;border:1px solid #ffb3b3;color:#e03131;border-radius:8px;padding:4px 8px;font-size:.75rem;cursor:pointer}.history-header button:disabled{opacity:.4;cursor:default}.history-empty{color:#6b7590;font-size:.85rem}.history-error{color:#e03131;font-size:.8rem}.history-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.history-list li{display:flex;align-items:center;gap:6px}.history-entry{flex:1;text-align:left;background:#fff;border:1px solid #d9e3fb;border-radius:10px;padding:8px 10px;color:#14203a;cursor:pointer;display:flex;flex-direction:column;gap:2px}.history-entry:hover{background:#eaf0ff}.history-expr{font-size:.75rem;color:#5b6684}.history-result{font-size:.9rem;font-weight:700;color:#2f6fed}.history-delete{background:none;border:none;color:#e03131;cursor:pointer;font-size:.9rem}.calculator{display:flex;gap:20px;align-items:flex-start;flex-wrap:wrap;justify-content:center}.calculator-main{width:340px;background:#f4f7ff;border-radius:24px;padding:18px;box-shadow:0 25px 60px #141e4659;border:4px solid #2f6fed}.calc-topbar{display:flex;align-items:center;gap:8px;margin-bottom:10px;font-size:.75rem}.mode-pill{padding:2px 8px;border-radius:10px;background:#dce6ff;color:#2f6fed;font-weight:700}.memory-pill{padding:2px 8px;border-radius:10px;background:#ffe3c2;color:#b5590a;font-weight:700}.link-btn{margin-left:auto;background:none;border:none;color:#2f6fed;cursor:pointer;font-size:.75rem;text-decoration:underline;padding:0}.calc-screen{background:#fff;border-radius:14px;padding:16px;margin-bottom:14px;min-height:78px;display:flex;flex-direction:column;justify-content:flex-end;gap:4px;overflow:hidden;border:1px solid #d9e3fb}.expression-line{font-size:1.1rem;color:#5b6684;word-break:break-all;min-height:1.4em}.result-line{font-size:2rem;font-weight:700;text-align:right;word-break:break-all;color:#14203a}.error-text{color:#e03131;font-size:1.1rem}.pad-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:8px}.pad-grid button{padding:12px 0;border-radius:10px;border:none;color:#fff;font-size:.95rem;font-weight:600;cursor:pointer;transition:transform .05s ease,filter .15s ease}.pad-grid button:hover{filter:brightness(1.08)}.pad-grid button:active{transform:scale(.95)}.pad-grid button.digit{background:#dfe6f5;color:#1c2331}.pad-grid button.mem{background:#16b8a6}.pad-grid button.sci{background:#7b5cff}.pad-grid button.sci.active{background:#4c2fd6;box-shadow:0 0 0 2px #cfc3ff inset}.pad-grid button.op{background:#ff9f43}.pad-grid button.danger{background:#ff5c5c}.pad-grid button.equals{background:#2f6fed;font-weight:700}*{box-sizing:border-box}body{margin:0;font-family:Segoe UI,system-ui,sans-serif;background:linear-gradient(135deg,#4f7cff,#6a5cff 45%,#a15cff);color:#1c2331;min-height:100vh}.app-shell{min-height:100vh;display:flex;align-items:flex-start;justify-content:center;padding:40px 24px}
