.calculator-container{max-width:400px;margin:0 auto;background-color:#f8f9fa;border:1px solid #dee2e6;border-radius:8px;padding:20px}.display{width:100%;height:80px;background-color:#fff;border:1px solid #dee2e6;border-radius:4px;margin-bottom:15px;padding:10px;text-align:right;font-family:monospace}.expression{font-size:14px;color:#6c757d;min-height:20px;margin-bottom:5px}.result{font-size:24px;color:#212529;font-weight:700}.btn-calc{width:100%;height:45px;margin:2px 0;font-weight:500}.btn-number{background-color:#fff}.btn-operator{background-color:#e9ecef}.btn-function{background-color:#f1f3f5}.btn-memory{background-color:#e7f5ff}.btn-clear{background-color:#ffe3e3}.btn-equals{background-color:#37b24d;color:#fff}.history-container{max-height:200px;overflow-y:auto;margin-top:20px;padding:10px;background-color:#fff;border:1px solid #dee2e6;border-radius:4px}.history-item{padding:5px;border-bottom:1px solid #dee2e6}.history-item:last-child{border-bottom:none}.deg-rad-switch{margin-bottom:10px}
/*# sourceMappingURL=scientific-calculator-content.css.map */