*{box-sizing:border-box;margin:0;padding:0}body{background:#f2f2f2;font-family:Arial,sans-serif}.container{justify-content:center;align-items:center;min-height:100vh;display:flex}.calculator{background:#fff;border-radius:12px;width:400px;padding:30px;box-shadow:0 5px 20px #00000026}.calculator h1{text-align:center;margin-bottom:30px}.input-group{margin-bottom:20px}.input-group label{margin-bottom:8px;font-weight:700;display:block}.input-group input{border:1px solid #ccc;border-radius:6px;width:100%;padding:12px;font-size:16px}.buttons{gap:10px;margin-top:25px;display:flex}.buttons button{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:6px;flex:1;padding:12px;font-size:16px}.buttons button:hover{opacity:.85}.result{text-align:center;background:#f5f5f5;border-radius:8px;margin-top:30px;padding:20px}.result h2{margin-bottom:10px}.result p{font-size:18px}.result h3{margin-top:10px;font-size:24px}.history-section{border-top:1px solid #e5e7eb;margin-top:30px;padding-top:20px}.history-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.history-header h3{color:#374151;font-size:16px}.clear-btn{color:#dc2626;cursor:pointer;background:0 0;border:1px solid #dc2626;border-radius:4px;padding:4px 10px;font-size:12px}.clear-btn:hover{background:#fee2e2}.history-empty{color:#6b7280;text-align:center;margin:10px 0;font-size:14px}.history-list{max-height:180px;padding-right:4px;list-style:none;overflow-y:auto}.history-item{background:#f9fafb;border:1px solid #f3f4f6;border-radius:6px;justify-content:space-between;align-items:center;margin-bottom:6px;padding:8px 12px;font-size:14px;display:flex}.history-op{color:#1f2937}.history-time{color:#9ca3af;font-size:11px}
