*{box-sizing:border-box}:root{font-family:system-ui,-apple-system,Segoe UI,sans-serif}body{margin:0}.app{min-height:100vh;display:flex;flex-wrap:wrap;gap:24px;align-items:flex-start;justify-content:center;padding:32px 16px;background:linear-gradient(160deg,#1e293b,#0f172a);color:#f8fafc}.calc{width:340px;max-width:100%;background:#1e293b;border-radius:24px;padding:20px;box-shadow:0 20px 50px #00000073}.screen{background:#0f172a;border-radius:16px;padding:20px;margin-bottom:18px;text-align:right;min-height:110px;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden}.screen-op{color:#94a3b8;font-size:1rem;min-height:1.2em}.screen-value{font-size:2.8rem;font-weight:600;line-height:1.1;word-break:break-all}.pad{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.key{border:none;border-radius:16px;height:66px;font-size:1.5rem;font-weight:500;cursor:pointer;background:#334155;color:#f8fafc;transition:transform .05s ease,filter .15s ease;-webkit-user-select:none;user-select:none}.key:hover{filter:brightness(1.15)}.key:active{transform:scale(.95)}.key.op{background:#f59e0b;color:#1e293b;font-weight:700}.key.fn{background:#475569;font-size:1.25rem}.key.eq{background:#22c55e;color:#0f172a;font-weight:700}.key.zero{grid-column:span 2}.history{width:300px;max-width:100%;background:#1e293b;border-radius:24px;padding:20px 22px;box-shadow:0 20px 50px #00000073}.history-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.history-head h2{margin:0;font-size:1.15rem}.clear-hist{border:none;background:transparent;color:#f87171;font-size:.9rem;cursor:pointer;padding:4px 6px;border-radius:8px}.clear-hist:hover{background:#f871711f}.history-empty{color:#94a3b8;font-size:.95rem}.history ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.history li{background:#0f172a;border-radius:12px;padding:10px 14px;cursor:pointer;transition:background .15s ease}.history li:hover{background:#334155}.h-expr{display:block;color:#94a3b8;font-size:.9rem}.h-result{display:block;font-size:1.2rem;font-weight:600}
